diff options
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -8,18 +8,10 @@ # This script simply sets up the compiler and linker flags for all the various # build permutations I use for testing and profiling. -export AUTOCONF_VERSION=2.61 -export AUTOMAKE_VERSION=1.9 - -cmd=$(which glibtoolize 2>&1) -if [ -x "$cmd" ]; then - export LIBTOOLIZE="$cmd" -fi - COMMIT=$(git describe --all | sed 's/heads\///') echo "m4_define([VERSION_NUMBER], [$COMMIT])" > version.m4 -autoreconf --force --install +sh autogen.sh SWITCHES="--disable-shared" |