From: Jan Nieuwenhuizen Date: Mon, 24 Jun 2002 09:27:38 +0000 (+0000) Subject: Quoting fixes. X-Git-Tag: release/1.5.64~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=432ed8dd7e504edf96f8137cde48ec01a396d60b;p=lilypond.git Quoting fixes. --- diff --git a/ChangeLog b/ChangeLog index 6d8fcde883..8247aec3d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-24 Jan Nieuwenhuizen + + * configure.in: Quoting fixes. + 2002-06-24 Han-Wen * lily/grob-scheme.cc: new file diff --git a/configure.in b/configure.in index 2dff4ea42d..2194cfbb7c 100644 --- a/configure.in +++ b/configure.in @@ -70,13 +70,13 @@ AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}") # Until we found the real cause, advise no to use threads exe=`STEPMAKE_GET_EXECUTABLE($guile_config)` if test -n "$exe" -a -x "$exe"; then - AC_MSG_CHECKING(["for guile, ./configure'd --without-threads"]) + AC_MSG_CHECKING(["for guile, ./configure\'d --without-threads"]) link=`$guile_config link` if expr "$link" : '.*\(thread\)' >/dev/null 2>&1; then - STEPMAKE_ADD_ENTRY(OPTIONAL, "[guile, ./configure'd --without-threads (using guile with threads may give nasty memory corruption errors on large scores).]") - AC_MSG_RESULT([no, watch out.]) + STEPMAKE_ADD_ENTRY(OPTIONAL, ["guile, ./configure'd --without-threads (using guile with threads may give nasty memory corruption errors on large scores)."]) + AC_MSG_RESULT(["no, watch out."]) else - AC_MSG_RESULT([yes, good.]) + AC_MSG_RESULT(["yes, good."]) fi fi