diff options
-rwxr-xr-x | source4/lib/tdb/autogen.sh | 5 |
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 |