No more stupid autoconf version churn, run autogen.sh from the build scripts

This commit is contained in:
Jonathan Campbell
2018-03-07 13:14:58 -08:00
parent 2efe796fca
commit 5a871362c8
9 changed files with 72 additions and 0 deletions

8
build
View File

@@ -1,5 +1,13 @@
#!/bin/bash
# I'm sick and tired of all the churn the three versions of autoconf
# are causing in this repo. Stop committing the configure scripts
# and just autoregen.
./autogen.sh || exit 1
# fix
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
# prefer to compile against our own copy of SDL 1.x
echo Compiling our internal SDL 1.x
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1