From c3ad81016778ac4fde9d939b155a45c6b9204d3d Mon Sep 17 00:00:00 2001 From: Sander Striker Date: Mon, 29 Oct 2001 12:47:13 +0000 Subject: 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 [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 --- buildconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildconf') 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 -- cgit v1.2.1