From 2c5bfd6ef859320f51d69fd65206f6c40c830965 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:19:14 +0000 Subject: [PATCH] lilypond-1.4.1 --- VERSION | 2 +- configure | 37 +++++++++++++++++++++++++++++++++---- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 9e7991ce73..e6420ebf80 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=4 -PATCH_LEVEL=0 +PATCH_LEVEL=1 MY_PATCH_LEVEL= # use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/configure b/configure index f582a235e4..67fb475b0d 100755 --- a/configure +++ b/configure @@ -3147,7 +3147,7 @@ else #line 3148 "configure" #include "confdefs.h" #ifdef __cplusplus -extern "C" void exit(int); +extern "C" void exit(int) throw(); #endif main() @@ -3353,12 +3353,13 @@ cat >> confdefs.h <&6 -echo "configure:3362: checking for $ac_word" >&5 +echo "configure:3363: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3388,10 +3389,37 @@ test -n "$MAKEINFO" && break done test -n "$MAKEINFO" || MAKEINFO="error" + if test "$MAKEINFO" != "error"; then + echo $ac_n "checking whether makeinfo can split html by @node""... $ac_c" 1>&6 +echo "configure:3395: checking whether makeinfo can split html by @node" >&5 + mkdir -p out + makeinfo --html --output=out/split <&6 + rm -rf out/split + else + echo "$ac_t""no" 1>&6 + + echo "configure: warning: your html documentation will be one large file" 1>&2 + warn_b=yes + + rm -rf out/split + fi + fi + + + # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3395: checking for $ac_word" >&5 +echo "configure:3423: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3625,6 +3653,7 @@ s%@BIBTEX2HTML@%$BIBTEX2HTML%g s%@BIBTEX2HTML_FLAGS@%$BIBTEX2HTML_FLAGS%g s%@LIBOBJS@%$LIBOBJS%g s%@MAKEINFO@%$MAKEINFO%g +s%@SPLITTING_MAKEINFO@%$SPLITTING_MAKEINFO%g s%@PERL@%$PERL%g CEOF -- 2.39.5