From 1d6c439a752a1b1c3dc4cc2fa988d77c1955403c Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 12 Mar 1997 11:48:43 +0000 Subject: [PATCH] lilypond-0.0.41 --- make/configure.in | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/make/configure.in b/make/configure.in index 49cb0233a6..2e80c14fa8 100644 --- a/make/configure.in +++ b/make/configure.in @@ -14,7 +14,7 @@ AC_ARG_ENABLE(debug, dnl COMPILEINFO="$HOST $host $TARGET $target" AUTOHEADER="This file was automatically generated by configure" -CXXFLAGS="" +CXXFLAGS=${CXXFLAGS:-""} # don't want -g -O junk AC_PROG_CXX AC_SUBST(DEFINES) @@ -66,5 +66,20 @@ AC_CHECK_HEADER(FlexLexer.h, true, -AC_OUTPUT(make/out/ACVariables.make) + +AC_OUTPUT(make/out/ACVariables.make:make/ACVariables.make.in) + + dnl AC_OUTPUT(config.hh) + + +cat << END + +Finished configuring. Please do the following command before +attempting to build anything: + + make -C make/ -f Initial.make #make is GNU make, of course. + + +END + -- 2.39.5