X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fautogen.sh;h=1d4c1b61ef3de361e602ccd440df5c9338e14f70;hb=2a6f7d1f45438eae0b46636d43da07b36db53273;hp=6678367b65a4f46648ecb5b9b2db2aacd61a60a2;hpb=39a23d0f6910fd0359655518ce05ad0f6bc5f73f;p=lilypond.git diff --git a/stepmake/autogen.sh b/stepmake/autogen.sh index 6678367b65..1d4c1b61ef 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