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 7eb0d14..ef0d1a9 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -37,11 +37,11 @@ else
rm -rf autom4te.cache
rm -f config.cache
- run_versioned aclocal "$VERSION" -I common
libtoolize -c --force
+ run_versioned aclocal "$VERSION" -I common
+ autoconf -Wall
autoheader
run_versioned automake "$VERSION" -a -c --foreign
- autoconf -Wall
CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"