summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-03-24 08:45:50 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-03-24 08:45:50 +0000
commit475a500c79d8b0872181544ea38053ec55432e24 (patch)
tree98ef30fe8baeeaacbb93ebd091d0203c3b53517e
parent69ece2827b1f10ab6aaf7149554cc89263b52e63 (diff)
downloadlibapr-475a500c79d8b0872181544ea38053ec55432e24.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: http://svn.apache.org/repos/asf/apr/apr/trunk@61383 13f79535-47bb-0310-9956-ffa450edef68
-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
#