From 2948e925db6cbe9e355d6d8268e864b537ea63af Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 24 Aug 2005 22:57:12 +0000 Subject: fix bootstrap.sh git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@89 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.sh') 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 "$@" -- cgit