svn commit: samba r4574 - in trunk/source: .

metze at samba.org metze at samba.org
Thu Jan 6 17:27:27 GMT 2005


Author: metze
Date: 2005-01-06 17:27:26 +0000 (Thu, 06 Jan 2005)
New Revision: 4574

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

Log:
merge -r 4572 from SAMBA_4_0:
remove configure and include/config.h*
before running autoheader && autoconf

this fixes bug where configure didn't get correctly updated
(I assume autoconf uses some caching...)

metze

Modified:
   trunk/source/autogen.sh


Changeset:
Modified: trunk/source/autogen.sh
===================================================================
--- trunk/source/autogen.sh	2005-01-06 17:25:34 UTC (rev 4573)
+++ trunk/source/autogen.sh	2005-01-06 17:27:26 UTC (rev 4574)
@@ -51,6 +51,7 @@
 ./script/mkversion.sh || exit 1
 
 rm -rf autom4te*.cache
+rm -f configure include/config.h*
 
 echo "$0: running $AUTOHEADER"
 $AUTOHEADER || exit 1



More information about the samba-cvs mailing list