summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-05 13:44:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:14 -0500
commite9c109d21e2729095c31ad9ed96b6f3b2d7844a5 (patch)
tree250fd9d84af52f7ccc355bf5c15ccdf9d700158d /source4/lib
parentbf0250c621f10a6548eb75601cb61a23286f6e71 (diff)
downloadsamba-e9c109d21e2729095c31ad9ed96b6f3b2d7844a5.tar.gz
samba-e9c109d21e2729095c31ad9ed96b6f3b2d7844a5.tar.bz2
samba-e9c109d21e2729095c31ad9ed96b6f3b2d7844a5.zip
r18090: sometimes autoconf picks up some old stuff:
- remove configure and config.h.in - cleanup after autoconf and autoheader are done metze (This used to be commit 57531074439140da75e2d279b052224e6809a79d)
Diffstat (limited to 'source4/lib')
-rwxr-xr-xsource4/lib/tdb/autogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/tdb/autogen.sh b/source4/lib/tdb/autogen.sh
index 89053ad9f8..d46a4279f3 100755
--- a/source4/lib/tdb/autogen.sh
+++ b/source4/lib/tdb/autogen.sh
@@ -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