]> git.donarmstrong.com Git - lilypond.git/commitdiff
* configure.in (NCSB_DIR): fix --with-ncsb-dir option.
authorPedro Kroger <kroeger@pedrokroeger.net>
Thu, 5 Jan 2006 20:19:12 +0000 (20:19 +0000)
committerPedro Kroger <kroeger@pedrokroeger.net>
Thu, 5 Jan 2006 20:19:12 +0000 (20:19 +0000)
ChangeLog
configure.in

index b8e50c81ea6a1f032259d4d88f9cf8e0f4d6b7aa..84b22f08f338a8f974ae5bf6d1a9be7af8156263 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-05    <kroeger@pedrokroeger.net>
+
+       * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
+
 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
index 4dd5c2d40b1cb797764fc97f1ea5cbbfab7661c7..a4910f113011e8454a631feb56679b75cb2239e0 100644 (file)
@@ -35,7 +35,7 @@ AC_ARG_ENABLE(gui,
 
 
 NCSB_DIR=unknown
-AC_ARG_WITH(ncsb,
+AC_ARG_WITH(ncsb-dir,
 [  --with-ncsb-dir=DIR     location of Century Schoolbook fonts
                             Default: detect with locate(1)],
     [NCSB_DIR=$withval])