From 65162682c2a0809cc1056715777f4b2e1e1ba732 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:37:01 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- Documentation/lilygut.pod | 5 +---- configure | 25 +++++++++++++------------ configure.in | 1 + make/User.make | 5 ++++- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/Documentation/lilygut.pod b/Documentation/lilygut.pod index 93a89b9eb7..da7ebcea59 100644 --- a/Documentation/lilygut.pod +++ b/Documentation/lilygut.pod @@ -16,7 +16,7 @@ You should use doc++ to take a peek at the sources. LilyPond is a "5-pass" system: -=over 5 +=over 4 =item 1. Parsing: @@ -45,9 +45,6 @@ are determined. Very simple, just walk all Line_of_* and follow the links over there -=back - - =back =head1 Request_register diff --git a/configure b/configure index ad504fd23d..51d256534b 100755 --- a/configure +++ b/configure @@ -895,12 +895,13 @@ else + for ac_prog in bison do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:904: checking for $ac_word" >&5 +echo "configure:905: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -934,7 +935,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:938: checking for $ac_word" >&5 +echo "configure:939: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -968,7 +969,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:972: checking for $ac_word" >&5 +echo "configure:973: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1002,7 +1003,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1006: checking for $ac_word" >&5 +echo "configure:1007: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_PODMAN'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1038,7 +1039,7 @@ if test $TEXPREFIX = auto ; then # do something sensible if root hasn't specced dir yet attempts install echo $ac_n "checking TeX installation directory""... $ac_c" 1>&6 -echo "configure:1042: checking TeX installation directory" >&5 +echo "configure:1043: checking TeX installation directory" >&5 ac_tmp_prefix=$prefix test "x$ac_tmp_prefix" = xNONE && ac_tmp_prefix=$ac_default_prefix @@ -1101,7 +1102,7 @@ else fi echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 -echo "configure:1105: checking how to run the C++ preprocessor" >&5 +echo "configure:1106: checking how to run the C++ preprocessor" >&5 if test -z "$CXXCPP"; then if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1114,12 +1115,12 @@ ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $L cross_compiling=$ac_cv_prog_cxx_cross CXXCPP="${CXX-g++} -E" cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1123: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1124: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then : @@ -1139,17 +1140,17 @@ echo "$ac_t""$CXXCPP" 1>&6 ac_safe=`echo "FlexLexer.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for FlexLexer.h""... $ac_c" 1>&6 -echo "configure:1143: checking for FlexLexer.h" >&5 +echo "configure:1144: checking for FlexLexer.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1153: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1154: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -1551,7 +1552,7 @@ fi eval "DIR_DATADIR=$datadir" DIR_DATADIR="$DIR_DATADIR/lilypond" echo $ac_n "checking ""... $ac_c" 1>&6 -echo "configure:1555: checking " >&5 +echo "configure:1556: checking " >&5 cat << EOF > lib/out/config.hh diff --git a/configure.in b/configure.in index f3837945ae..5d74dab46e 100644 --- a/configure.in +++ b/configure.in @@ -105,6 +105,7 @@ if test FIND = error; then AC_MSG_WARN(Couldn't find \`find'. Please use --enable-texprefix) else +AC_SUBST(CXX) AC_SUBST(DEFINES) AC_SUBST(COMPILEINFO) AC_SUBST(AUTOHEADER) diff --git a/make/User.make b/make/User.make index 05fac713f5..2a9fd5e36f 100644 --- a/make/User.make +++ b/make/User.make @@ -26,7 +26,10 @@ DEBUGFLAG=-g # turn off -pipe if linker doesn't support it # -USER_CXXFLAGS=-pipe -Wall -W -Wmissing-prototypes +# USER_CXXFLAGS=-pipe -Wall -W -Wmissing-prototypes +# added two warnings that are treated by cygwin32's gcc 2.7.2 as errors. +# huh, but still, no warnings even provoced with linux's gcc 2.7.2.1? +USER_CXXFLAGS=-pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion # # -lefence = ElectricFence. -- 2.39.5