diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-06 17:21:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:28 -0500 |
commit | 12d8b02f441eb4d8e70b2164ea4636796777becb (patch) | |
tree | 90132a924ff5cc0067e7c2601e569e505b860ac4 | |
parent | 1ec6416a35ff560fff37ca3e7881152d0a7d6158 (diff) | |
download | samba-12d8b02f441eb4d8e70b2164ea4636796777becb.tar.gz samba-12d8b02f441eb4d8e70b2164ea4636796777becb.tar.bz2 samba-12d8b02f441eb4d8e70b2164ea4636796777becb.zip |
r4572: remove configure and include/config.h*
before running autoheader && autoconf
this fixes bug where configure didn't get correctly updated
(I assume autoconf uses some caching...)
metze
(This used to be commit bfedcbc598706c47981d9ba0e19cae9ea3fab46b)
-rwxr-xr-x | source4/autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index 922cad8e61..23aedda2b5 100755 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -51,6 +51,7 @@ echo "$0: running script/mkversion.sh" ./script/mkversion.sh || exit 1 rm -rf autom4te*.cache +rm -f configure include/config.h* echo "$0: running $AUTOHEADER" $AUTOHEADER || exit 1 |