summaryrefslogtreecommitdiff
path: root/buildconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf.sh')
-rwxr-xr-xbuildconf.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconf.sh b/buildconf.sh
index 362ff81..3410a05 100755
--- a/buildconf.sh
+++ b/buildconf.sh
@@ -41,5 +41,8 @@ echo "Creating configure ..."
### do some work to toss config.cache?
autoconf
+# toss this; it gets created by autoconf on some systems
+rm -rf autom4te.cache
+
# exit with the right value, so any calling script can continue
exit 0