diff options
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 \ | 
