From: fred Date: Wed, 12 Mar 1997 11:48:43 +0000 (+0000) Subject: lilypond-0.0.41 X-Git-Tag: release/1.5.59~6209 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1d6c439a752a1b1c3dc4cc2fa988d77c1955403c;p=lilypond.git lilypond-0.0.41 --- 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 +