Author: metze
Date: 2006-09-05 13:41:26 +0000 (Tue, 05 Sep 2006)
New Revision: 18088

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

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/replace/autogen.sh


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

Reply via email to