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 57eeb940..aa67ab1e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,7 @@
#!/bin/sh
+
+make maintainer-clean >/dev/null 2>/dev/null
+
if [ -x "`which autoreconf 2>/dev/null`" ] ; then
exec autoreconf -ivf
fi