summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep10
1 files changed, 1 insertions, 9 deletions
diff --git a/acprep b/acprep
index bf454c40..d3ce4f98 100755
--- a/acprep
+++ b/acprep
@@ -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"