From bd667b05800499563f04bfaeb645b78b2eb4be89 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Fri, 2 Aug 2002 03:42:12 +0000 Subject: [PATCH] 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 --- buildconf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildconf b/buildconf index cc73fb85f7..a16aa60cec 100755 --- a/buildconf +++ b/buildconf @@ -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;; -- 2.50.1