X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fautogen.sh;h=6678367b65a4f46648ecb5b9b2db2aacd61a60a2;hb=bf79f6426e9c1bed311ab88bec13aee3376f6916;hp=ef2afec2d7bc561455fa1dbc2675aec486c3a472;hpb=e9b139fd4adfe624644df8901fd667aba7ef0395;p=lilypond.git diff --git a/stepmake/autogen.sh b/stepmake/autogen.sh index ef2afec2d7..6678367b65 100755 --- a/stepmake/autogen.sh +++ b/stepmake/autogen.sh @@ -3,6 +3,9 @@ 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."