summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 2a5a617..9ee1b34 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -29,7 +29,7 @@ run_versioned() {
if [ "x$1" = "xam" ] ; then
set -ex
- run_versioned automake "$REVISION" -a -c
+ run_versioned automake "$VERSION" -a -c
./config.status
else
set -ex
@@ -40,7 +40,7 @@ else
run_versioned aclocal "$VERSION"
libtoolize -c --force
autoheader
- run_versioned automake "$REVISION" -a -c --foreign
+ run_versioned automake "$VERSION" -a -c --foreign
autoconf -Wall
CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc "$@"