X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure.in;h=3e4286d767e0632cdcb8984208db543fad90ad6b;hb=320b88b9e1529300e11ff45785ff0b89b0c820c1;hp=d8f1199f23311d847de6c213b59771d0f8a78a5c;hpb=dc57eb5b60858a5e6b45b29fa4536af20f7ae0a4;p=lilypond.git diff --git a/configure.in b/configure.in index d8f1199f23..3e4286d767 100644 --- a/configure.in +++ b/configure.in @@ -11,6 +11,9 @@ AC_CONFIG_AUX_DIR([stepmake/bin]) # For stepmake package: # AC_CONFIG_AUX_DIR(bin) +# must expand this at top-level for autoconf>=2.64 +AC_PROG_CC + STEPMAKE_INIT @@ -73,7 +76,7 @@ if test "$NCSB_DIR" != "" ; then else if test "$FCMATCH" != ""; then for style in Roman Italic "Bold Italic" Bold; do - NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style" | grep 'file:' | grep -v "\.ttf"` + NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style:foundry=urw" | grep 'file:' | grep -v "\.ttf"` NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'` NCSB_FILE=`$PYTHON "$srcdir/scripts/auxiliar/readlink.py" $NCSB_FILE` @@ -205,6 +208,11 @@ STEPMAKE_END test -n "$CONFIGURATION" && mc=" conf=$CONFIGURATION" || mc="" +if make top-doc 1>/dev/null 2>&1; then + rm -f INSTALL.txt && ln Documentation/topdocs/out/INSTALL.txt . + rm -f README.txt && ln Documentation/topdocs/out/README.txt . +fi + cat <