r18090: sometimes autoconf picks up some old stuff:
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Sep 2006 13:44:14 +0000 (13:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:14 +0000 (14:17 -0500)
- remove configure and config.h.in
- cleanup after autoconf and autoheader are done

metze

source/lib/tdb/autogen.sh

index 89053ad9f8ad58cdcaa80e0c3ce327bf7438896e..d46a4279f308caca8fc2f854121236600c331925 100755 (executable)
@@ -1,8 +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