summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2001-10-29 12:47:13 +0000
committerstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2001-10-29 12:47:13 +0000
commit6df41c00fdca5907f566675f4271c2c710ad1cfd (patch)
tree177c70a5829d8b1d42ebbe75390e889a2cc4197a /buildconf
parenta0071239c0579c7b8939d22337aca66c8b110369 (diff)
downloadlibapr-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-xbuildconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 18706de64..cb30626ce 100755
--- a/buildconf
+++ b/buildconf
@@ -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