X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure.in;h=f04530aa984de99235dbf9fa7bdc714ddeed5a75;hb=33c6cf0164f0df1d13806471170e76e76f509463;hp=42eeda511c34842d022f8ee25aaf75555fb6d8f0;hpb=eda75db867a9363dcd871e008a8c896db0db544a;p=lilypond.git diff --git a/configure.in b/configure.in index 42eeda511c..f04530aa98 100644 --- a/configure.in +++ b/configure.in @@ -34,10 +34,10 @@ AC_ARG_ENABLE(gui, [gui_b=$enableval]) -NCSB_DIR=unknown AC_ARG_WITH(ncsb-dir, -[ --with-ncsb-dir=DIR location of Century Schoolbook fonts.], - [NCSB_DIR=$withval]) + [ --with-ncsb-dir=DIR location of Century Schoolbook fonts.], + [NCSB_DIR=$withval], + [NCSB_DIR=/usr/share/fonts/default/Type1]) reloc_b=no AC_ARG_ENABLE(relocation, @@ -104,11 +104,10 @@ if test "$reloc_b" = "yes"; then fi AC_MSG_CHECKING([New Century Schoolbook PFB files]) -if test "$NCSB_DIR" = "unknown"; then - AC_MSG_WARN(Use --enable-ncsb-path to set path) +if test ! -f "$NCSB_DIR/c059016l.pfb"; then + AC_MSG_WARN($NCSB_DIR does not contain c059033l.pfb. Use --with-ncsb-dir) fi - AC_MSG_RESULT($NCSB_DIR) AC_SUBST(NCSB_DIR)