]> git.meshlink.io Git - catta/commitdiff
* Re-order the calls in bootstrap.sh to make it more sane and faster
authorTrent Lloyd <lathiat@bur.st>
Mon, 29 Aug 2005 05:05:28 +0000 (05:05 +0000)
committerTrent Lloyd <lathiat@bur.st>
Mon, 29 Aug 2005 05:05:28 +0000 (05:05 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@490 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

bootstrap.sh

index 7eb0d14944f6711dbfffcdbd6cadda03b9fe93fe..ef0d1a95e948fcbd5985f0797e5e875d07bf2548 100755 (executable)
@@ -37,11 +37,11 @@ else
     rm -rf autom4te.cache
     rm -f config.cache
 
     rm -rf autom4te.cache
     rm -f config.cache
 
-    run_versioned aclocal "$VERSION" -I common
     libtoolize -c --force
     libtoolize -c --force
+    run_versioned aclocal "$VERSION" -I common
+    autoconf -Wall
     autoheader
     run_versioned automake "$VERSION" -a -c --foreign
     autoheader
     run_versioned automake "$VERSION" -a -c --foreign
-    autoconf -Wall
 
     CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"
 
 
     CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"