X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fautogen.sh;h=2fd8bebd5a533bcaf7e9b932c0b0bf4fd6e5919d;hb=def21b306e2b8fa2d5630fab0878e9922e197f0c;hp=6678367b65a4f46648ecb5b9b2db2aacd61a60a2;hpb=bf79f6426e9c1bed311ab88bec13aee3376f6916;p=lilypond.git diff --git a/stepmake/autogen.sh b/stepmake/autogen.sh index 6678367b65..2fd8bebd5a 100755 --- a/stepmake/autogen.sh +++ b/stepmake/autogen.sh @@ -8,12 +8,12 @@ case $1 in 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 @@ -56,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 <