diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/lib/talloc/autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/talloc/autogen.sh b/source4/lib/talloc/autogen.sh index 1ebdb211d9..bf84eeee19 100755 --- a/source4/lib/talloc/autogen.sh +++ b/source4/lib/talloc/autogen.sh @@ -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 |