diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-29 22:36:31 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-29 22:36:31 +0000 |
commit | 632a9432774ff3a0c6e556e8f32a565b38890767 (patch) | |
tree | 8b1af8cdef2fe7c84d5c2f5fbe8e3c23d8320bec /bootstrap-configure | |
parent | b5b9479c9afc42666245261d5864f410c59a9ef2 (diff) | |
download | bluez-632a9432774ff3a0c6e556e8f32a565b38890767.tar.gz |
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 76e6fce37..ad5952941 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 \ |