From: Pedro Kroger Date: Thu, 5 Jan 2006 20:19:12 +0000 (+0000) Subject: * configure.in (NCSB_DIR): fix --with-ncsb-dir option. X-Git-Tag: release/2.7.27~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24fbaa7e8abba50aed638349f77342b1c352768b;p=lilypond.git * configure.in (NCSB_DIR): fix --with-ncsb-dir option. --- diff --git a/ChangeLog b/ChangeLog index b8e50c81ea..84b22f08f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-05 + + * configure.in (NCSB_DIR): fix --with-ncsb-dir option. + 2006-01-05 Han-Wen Nienhuys * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi): diff --git a/configure.in b/configure.in index 4dd5c2d40b..a4910f1130 100644 --- a/configure.in +++ b/configure.in @@ -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])