diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-08-02 05:42:12 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-08-02 05:42:12 +0200 |
commit | 8123fedaba0e586fa3418e25c96b94da2460bef0 (patch) | |
tree | 971395325149f99e04b1cc90a8815feb09a12637 /buildconf | |
parent | mod_ext_filter: Add the ability to enable or disable a filter via (diff) | |
download | apache2-8123fedaba0e586fa3418e25c96b94da2460bef0.tar.xz apache2-8123fedaba0e586fa3418e25c96b94da2460bef0.zip |
Ensure that we toss the autom4te.cache directory before running autoconf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,9 @@ touch .deps rm -f aclocal.m4 rm -f generated_lists +# Remove autoconf 2.5x's cache directory +rm -rf autom4te*.cache + case "`uname`" in *BSD/OS*) ./build/bsd_makefile;; |