summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-29 05:05:28 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-29 05:05:28 +0000
commitc4a5d3a655e0875a710a6da9f91b397cdfd6a6b6 (patch)
tree953a58379b89b94cc4b66d5e09c6715f080fd621
parent50d7f909ba76c82acc087b1909c0bf7bbe205294 (diff)
* Re-order the calls in bootstrap.sh to make it more sane and faster
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@490 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-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 "$@"