diff options
author | striker <striker@13f79535-47bb-0310-9956-ffa450edef68> | 2001-10-29 12:47:13 +0000 |
---|---|---|
committer | striker <striker@13f79535-47bb-0310-9956-ffa450edef68> | 2001-10-29 12:47:13 +0000 |
commit | 6df41c00fdca5907f566675f4271c2c710ad1cfd (patch) | |
tree | 177c70a5829d8b1d42ebbe75390e889a2cc4197a /buildconf | |
parent | a0071239c0579c7b8939d22337aca66c8b110369 (diff) | |
download | libapr-6df41c00fdca5907f566675f4271c2c710ad1cfd.tar.gz |
autoconf 2.52 creates a temporary 'autom4te.cache' directory.
Remove it after buildconf, or when someone runs autoconf
manually, remove it on make clean.
Submitted by: Joe Orton <joe@manyfish.co.uk> [buildconf]
Suggestions by: Greg Stein [make clean]
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -104,4 +104,7 @@ echo "Creating configure ..." ### do some work to toss config.cache? autoconf +# Remove autoconf 2.5x's cache directory +rm -rf autom4te.cache + exit 0 |