]> git.donarmstrong.com Git - lilypond.git/commitdiff
* configure.in (NCSB_DIR): --enable-ncsb-dir
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 2 Jan 2006 22:17:11 +0000 (22:17 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 2 Jan 2006 22:17:11 +0000 (22:17 +0000)
(LINK_GXX_STATICALLY): denko.

* configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option.
use locate to find c059033l.pfb.

ChangeLog
configure.in

index bd2eaaf6540bece1bd87605a23f0024fade6095e..6a8b3c7bb686cceaa109f6d6487c69b739d46dc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * configure.in (NCSB_DIR): --enable-ncsb-dir
+       (LINK_GXX_STATICALLY): denko.
 
        * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
 
index 42c529d949d9b7191fa5b5e60b3b8f3cc6b33bb4..34d9437082a41783bf2169d28f629656b434a2ae 100644 (file)
@@ -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)