From: Han-Wen Nienhuys Date: Tue, 14 Feb 2006 14:10:56 +0000 (+0000) Subject: release commit X-Git-Tag: release/2.7.34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e39b570d97d0ff3d2139192f59bd97b03e6273b5;p=lilypond.git release commit --- diff --git a/ChangeLog b/ChangeLog index 499698fc73..ed9626ab43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ 2006-02-14 Han-Wen Nienhuys - * GNUmakefile.in: remove $(VERSION) symlink. + * lily/relocate.cc (framework_relocation): show canary if + GHOSTSCRIPT_VERSION undefined. + * GNUmakefile.in: remove $(VERSION) symlink. * lily/relocate.cc (setup_paths): add + diff --git a/lily/relocate.cc b/lily/relocate.cc index cd9b0313ff..e5f27f7332 100644 --- a/lily/relocate.cc +++ b/lily/relocate.cc @@ -150,7 +150,7 @@ framework_relocation (string prefix) #ifdef GHOSTSCRIPT_VERSION GHOSTSCRIPT_VERSION #else - "8.15" + "ghostscript-version-undefined" #endif ;