From fbe418e8c919e8063c86ea9f26cdebbe69acdb86 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 26 Oct 2005 22:40:53 +0000 Subject: Update bootstrap stuff --- bootstrap-configure | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bootstrap-configure (limited to 'bootstrap-configure') diff --git a/bootstrap-configure b/bootstrap-configure new file mode 100755 index 00000000..2545c770 --- /dev/null +++ b/bootstrap-configure @@ -0,0 +1,6 @@ +#!/bin/sh + +./bootstrap && \ + ./configure --enable-maintainer-mode \ + --enable-debug \ + --prefix=/usr -- cgit From c0d524486a50e8366c12c5ebea1a4441e9db46aa Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Oct 2005 19:25:42 +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 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 \ -- cgit