summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
#