Author: metze
Date: 2006-09-05 13:43:35 +0000 (Tue, 05 Sep 2006)
New Revision: 18089

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

Log:
sometimes autoconf picks up some old stuff:
- remove configure and config.h.in
- cleanup after autoconf and autoheader are done

metze
Modified:
   branches/SAMBA_4_0/source/lib/talloc/autogen.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/autogen.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/autogen.sh     2006-09-05 13:41:26 UTC 
(rev 18088)
+++ branches/SAMBA_4_0/source/lib/talloc/autogen.sh     2006-09-05 13:43:35 UTC 
(rev 18089)
@@ -1,9 +1,14 @@
 #!/bin/sh
 
+rm -rf autom4te.cache
+rm -f configure config.h.in
+
 IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace"
 autoconf $IPATHS || exit 1
 autoheader $IPATHS || exit 1
 
+rm -rf autom4te.cache
+
 echo "Now run ./configure and then make."
 exit 0
 

Reply via email to