From 70aab2a82671d29a5a2dd0195469999bc70e2412 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 24 Aug 2009 23:49:40 -0700 Subject: Convert to fully non-recursive build system --- bootstrap-configure | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'bootstrap-configure') diff --git a/bootstrap-configure b/bootstrap-configure index cea17bfa..677fb0f1 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -1,16 +1,14 @@ #!/bin/sh -DIR="$(dirname "$0")" - if [ -f config.status ]; then make maintainer-clean fi -(cd "$DIR" && ./bootstrap) && \ - "$DIR/configure" --enable-maintainer-mode \ +./bootstrap && \ + ./configure --enable-maintainer-mode \ --enable-debug \ --prefix=/usr \ --mandir=/usr/share/man \ + --localstatedir=/var \ --sysconfdir=/etc \ - --disable-datafiles \ - --localstatedir=/var + --disable-datafiles $* -- cgit v1.2.3