X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autogen.sh;h=1d4c1b61ef3de361e602ccd440df5c9338e14f70;hb=2a6f7d1f45438eae0b46636d43da07b36db53273;hp=f851875cab1db911e683eb93339d0d4b3a9240a0;hpb=377bdb36c4f09fb20a1c55b0358cc5d0714eb85e;p=lilypond.git diff --git a/autogen.sh b/autogen.sh index f851875cab..1d4c1b61ef 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,16 +3,19 @@ srcdir=`dirname $0` +case $1 in + --noconf*) NOCONFIGURE=true;; +esac if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then - echo "stepmake/aclocal.m4 is newer. Copying file." + echo "stepmake/aclocal.m4 is newer. Copying file." cp -f stepmake/aclocal.m4 aclocal.m4 fi if [ ! -f autogen.sh -o stepmake/autogen.sh -nt autogen.sh ]; then - echo "stepmake/autogen.sh is newer. Copying file." + echo "stepmake/autogen.sh is newer. Copying file." cp -f stepmake/autogen.sh autogen.sh - exec ./autogen.sh + exec ./autogen.sh "$@" fi # Be paranoid: check for autoconf >= 2.50