From fb9705b953a151653d4b83fee2862ac58f05783b Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:46:17 +0000 Subject: [PATCH] lilypond-1.1.23 --- buildscripts/set-lily.sh | 1 + configure | 4 ++-- stepmake/configure | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.5