From 632a9432774ff3a0c6e556e8f32a565b38890767 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Oct 2005 22:36:31 +0000 Subject: Big cleanup of CVS relics --- bootstrap-configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bootstrap-configure') 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 \ -- cgit