X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autogen.sh;h=6678367b65a4f46648ecb5b9b2db2aacd61a60a2;hb=584b22c19b252c42ec871f51358d3ab25a18c93e;hp=55560b9d937caf6bfa0045f2289270078e9992c7;hpb=04ae3a59a98ccdfa95db5664c88223a5805dc3db;p=lilypond.git diff --git a/autogen.sh b/autogen.sh index 55560b9d93..6678367b65 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,11 @@ #!/bin/sh -# WARNING WARNING WARNING -# do not edit! this is autogen.sh, generated from /home/hanwen/usr/src/lilypond/stepmake/autogen.sh -#!/bin/sh # Run this to generate configure and initial GNUmakefiles 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." @@ -15,7 +15,7 @@ fi if [ ! -f autogen.sh -o stepmake/autogen.sh -nt autogen.sh ]; then 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