From c4a5d3a655e0875a710a6da9f91b397cdfd6a6b6 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Mon, 29 Aug 2005 05:05:28 +0000 Subject: * 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 --- bootstrap.sh | 4 ++-- 1 file 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 "$@" -- cgit