diff options
author | Joe Orton <jorton@apache.org> | 2004-02-05 10:11:45 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2004-02-05 10:11:45 +0100 |
commit | 29f52b06b5ad3f2e3b78053b8fc21a984e5e7162 (patch) | |
tree | 53f2656e778ebdcd923f288094dd5406c1fd7fcf /buildconf | |
parent | Re-synch with 2.0 stable branch after backport. (diff) | |
download | apache2-29f52b06b5ad3f2e3b78053b8fc21a984e5e7162.tar.xz apache2-29f52b06b5ad3f2e3b78053b8fc21a984e5e7162.zip |
* buildconf: Clean autoconf cache after running autoconf too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102510 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -185,6 +185,9 @@ echo rebuilding configure rm -f config.cache ${AUTOCONF:-autoconf} 2>&1 | grep -v "$cross_compile_warning" +# Remove autoconf 2.5x's cache directory +rm -rf autom4te*.cache + if [ -f `which cut` ]; then echo rebuilding rpm spec file ( VMMN=`build/get-version.sh mmn include/ap_mmn.h MODULE_MAGIC_NUMBER` |