diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-29 19:25:42 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-29 19:25:42 +0000 |
commit | c0d524486a50e8366c12c5ebea1a4441e9db46aa (patch) | |
tree | 397a39bcaba8e515a8aef5f3c4dc1023d1fcc9e4 /bootstrap-configure | |
parent | fbe418e8c919e8063c86ea9f26cdebbe69acdb86 (diff) |
Big cleanup of CVS relics
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 4 |
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 \ |