X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autogen.sh;h=2fd8bebd5a533bcaf7e9b932c0b0bf4fd6e5919d;hb=151661b40b650bab2be7087d07b21012ca826432;hp=ef2afec2d7bc561455fa1dbc2675aec486c3a472;hpb=8306a7b9e913e172ca6608e3cd2d3f56dea1f11f;p=lilypond.git diff --git a/autogen.sh b/autogen.sh index ef2afec2d7..2fd8bebd5a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,14 +3,17 @@ 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 "$@" fi @@ -53,10 +56,13 @@ if test -n "$NOCONFIGURE"; then fi if test -z "$*"; then - echo "warning: about to run \`./configure' without arguments." - echo "arguments on the \`$0\'" - echo "command line will be passed to \`./configure'." - echo + cat <