X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autogen.sh;fp=autogen.sh;h=4bf7e17d10b1d7fa28a6023c9839a9ca19593ca7;hb=c3377db03800f3850f6f920bae98a0212b1c0c9d;hp=2fd8bebd5a533bcaf7e9b932c0b0bf4fd6e5919d;hpb=1dfee5f37561e91335f112c8334e2c182dfbf80c;p=lilypond.git diff --git a/autogen.sh b/autogen.sh index 2fd8bebd5a..4bf7e17d10 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,6 +7,7 @@ case $1 in --noconf*) NOCONFIGURE=true;; esac +touch stepmake/bin/install-sh if [ ! -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ]; then echo "stepmake/aclocal.m4 is newer. Copying file." cp -f stepmake/aclocal.m4 aclocal.m4 @@ -34,7 +35,7 @@ for i in autoconf2.50 autoconf-2.50 autoconf false; do done if test -z "$autoconf"; then - echo "ERROR: Please install autoconf 2.50 or newer" +i echo "ERROR: Please install autoconf 2.50 or newer" exit 1 fi