From: Trent Lloyd Date: Mon, 29 Aug 2005 05:05:28 +0000 (+0000) Subject: * Re-order the calls in bootstrap.sh to make it more sane and faster X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=c4a5d3a655e0875a710a6da9f91b397cdfd6a6b6;p=catta * 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 --- 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 "$@"