r10485: run autoheader before autoconf
authorAndrew Tridgell <tridge@samba.org>
Sun, 25 Sep 2005 00:14:45 +0000 (00:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:53 +0000 (13:38 -0500)
(This used to be commit 9456ed3db3b28e4a467e8685f2f1285cf57ce14b)

source4/lib/ldb/autogen.sh

index e118019a397242927cb7eba502e217adf62684d9..89053ad9f8ad58cdcaa80e0c3ce327bf7438896e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-autoconf || exit 1
 autoheader || exit 1
+autoconf || exit 1
 
 echo "Now run ./configure and then make."
 exit 0