summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 5f4751c35e..5507330d48 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -71,6 +71,9 @@ fi
# popd > /dev/null
#done
+# now remove the cache, because it can be considered dangerous in this case
+rm -f config.cache
+
./configure --enable-maintainer-mode --enable-plugin-srcdir --enable-debug --enable-debug-verbose "$@"
echo