From: fred Date: Tue, 26 Mar 2002 21:46:17 +0000 (+0000) Subject: lilypond-1.1.23 X-Git-Tag: release/1.5.59~2630 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb9705b953a151653d4b83fee2862ac58f05783b;p=lilypond.git lilypond-1.1.23 --- diff --git a/buildscripts/set-lily.sh b/buildscripts/set-lily.sh index 4ae9087c39..6e698cdc85 100644 --- a/buildscripts/set-lily.sh +++ b/buildscripts/set-lily.sh @@ -49,6 +49,7 @@ ln -sf $LILYPOND_SOURCEDIR/buildscripts/ps-to-gifs.sh $prefix/bin/ps-to-gifs ln -sf $LILYPOND_SOURCEDIR/mf/out/ afm mkdir -p $prefix/share/lilypond ln -sf $LILYPOND_SOURCEDIR/ $prefix/share/lilypond +rm $prefix/share/lilypond if [ -f ../.gdbinit ]; then diff --git a/configure b/configure index f536f8621a..7ea69f0553 100755 --- a/configure +++ b/configure @@ -777,7 +777,7 @@ host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 - for ac_prog in make gmake + for ac_prog in gmake make do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -958,7 +958,7 @@ fi echo "configure: warning: Please install *GNU* make" 1>&2 warn_b=yes - fi + fi fi diff --git a/stepmake/configure b/stepmake/configure index 40327a0452..628df59247 100755 --- a/stepmake/configure +++ b/stepmake/configure @@ -765,7 +765,7 @@ host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 - for ac_prog in make gmake + for ac_prog in gmake make do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -946,7 +946,7 @@ fi echo "configure: warning: Please install *GNU* make" 1>&2 warn_b=yes - fi + fi fi