From: Han-Wen Nienhuys Date: Mon, 2 Jan 2006 22:17:11 +0000 (+0000) Subject: * configure.in (NCSB_DIR): --enable-ncsb-dir X-Git-Tag: release/2.7.27~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b4e778a108c02fb45f3ee58b2b685fba61d9c79a;p=lilypond.git * configure.in (NCSB_DIR): --enable-ncsb-dir (LINK_GXX_STATICALLY): denko. * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. use locate to find c059033l.pfb. --- diff --git a/ChangeLog b/ChangeLog index bd2eaaf654..6a8b3c7bb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2006-01-02 Han-Wen Nienhuys * configure.in (NCSB_DIR): --enable-ncsb-dir + (LINK_GXX_STATICALLY): denko. * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. diff --git a/configure.in b/configure.in index 42c529d949..34d9437082 100644 --- a/configure.in +++ b/configure.in @@ -123,7 +123,7 @@ if test "$NCSB_DIR" = "unknown"; then if test "$?" = "0"; then ## sort to give precedence to /usr/ NCSB_DIR=`locate c059033l.pfb | sort -r | head -1` - if then "$NCSB_DIR" = ""; + if test "$NCSB_DIR" = ""; then AC_MSG_WARN(Could not find c059033l.pfb. Use --enable-ncsb-path to set path) fi NCSB_DIR=`dirname "$NCSB_DIR"` @@ -131,6 +131,7 @@ if test "$NCSB_DIR" = "unknown"; then AC_MSG_WARN(Could not find locate(1). Use --enable-ncsb-path to set path to c059033l.pfb) fi fi + AC_MSG_RESULT($NCSB_DIR) AC_SUBST(NCSB_DIR)