Author: tridge
Date: 2005-09-25 00:14:45 +0000 (Sun, 25 Sep 2005)
New Revision: 10485

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10485

Log:
run autoheader before autoconf





Modified:
   branches/SAMBA_4_0/source/lib/ldb/autogen.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/autogen.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/autogen.sh        2005-09-25 00:13:25 UTC 
(rev 10484)
+++ branches/SAMBA_4_0/source/lib/ldb/autogen.sh        2005-09-25 00:14:45 UTC 
(rev 10485)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
+autoheader || exit 1
 autoconf || exit 1
-autoheader || exit 1
 
 echo "Now run ./configure and then make."
 exit 0

Reply via email to