aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-29 20:26:13 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-29 20:26:13 +0000
commitaace363653bba5b4b20648014a5b4103723d5991 (patch)
tree2f237746295573fdf8f56a253cd60b14a0025847 /bootstrap-configure
parent5f50cb8274916d4a36fbbe63005425f754fe0fc7 (diff)
downloadhcidump-aace363653bba5b4b20648014a5b4103723d5991.tar.gz
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 cdc91e8..44e7ee8 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 \