summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-24 22:57:12 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-24 22:57:12 +0000
commit2948e925db6cbe9e355d6d8268e864b537ea63af (patch)
tree047a7614a9d95d40623da194813fc9c2faf2370f
parent453fa807d7ffd3f0ce2e419a7ea919329f3149c1 (diff)
fix bootstrap.sh
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@89 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
-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 "$@"