svn commit: samba r10485 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Sun Sep 25 00:14:46 GMT 2005


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



More information about the samba-cvs mailing list