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

View File

@@ -1,4 +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
chmod +x configure
export CFLAGS="$CFLAGS -g3 -O0 -fno-inline -fno-omit-frame-pointer"