summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-29 22:36:31 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-29 22:36:31 +0000
commit632a9432774ff3a0c6e556e8f32a565b38890767 (patch)
tree8b1af8cdef2fe7c84d5c2f5fbe8e3c23d8320bec /bootstrap-configure
parentb5b9479c9afc42666245261d5864f410c59a9ef2 (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 76e6fce3..ad595294 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 \