summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-29 19:25:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-29 19:25:42 +0000
commitc0d524486a50e8366c12c5ebea1a4441e9db46aa (patch)
tree397a39bcaba8e515a8aef5f3c4dc1023d1fcc9e4 /bootstrap-configure
parentfbe418e8c919e8063c86ea9f26cdebbe69acdb86 (diff)
Big cleanup of CVS relics
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index 2545c770..b10a98e0 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -1,5 +1,9 @@
#!/bin/sh
+if [ -f config.status ]; then
+ make maintainer-clean
+fi
+
./bootstrap && \
./configure --enable-maintainer-mode \
--enable-debug \