summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-03-24 08:45:50 +0000
committerRoy T. Fielding <fielding@apache.org>2001-03-24 08:45:50 +0000
commit16706aa86d8c13fc7a84af8f64f1bc828981401c (patch)
tree98ef30fe8baeeaacbb93ebd091d0203c3b53517e /buildconf
parentc8c8eeaa20ac18180dd2f14f3c3cbaedc6b01943 (diff)
downloadapr-16706aa86d8c13fc7a84af8f64f1bc828981401c.tar.gz
I forgot that people might pick up an old aclocal.m4 by mistake,
which would cause useless build errors. Remove it for a while. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index a6ca93191..06e0f3f9f 100755
--- a/buildconf
+++ b/buildconf
@@ -85,6 +85,10 @@ if [ ! -f $ltfile ]; then
fi
cp -f $ltfile build/libtool.m4
+# This is just temporary until people's workspaces are cleared -- remove
+# any old aclocal.m4 left over from prior build so it doesn't cause errors.
+rm -f aclocal.m4
+
#
# Generate the autoconf header and ./configure
#