summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2001-10-29 12:47:13 +0000
committerSander Striker <striker@apache.org>2001-10-29 12:47:13 +0000
commitc3ad81016778ac4fde9d939b155a45c6b9204d3d (patch)
tree177c70a5829d8b1d42ebbe75390e889a2cc4197a /buildconf
parentc9a99755f0c62ff73d287adaff1d5363b2a2a28b (diff)
downloadapr-c3ad81016778ac4fde9d939b155a45c6b9204d3d.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: https://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