]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.41
authorfred <fred>
Wed, 12 Mar 1997 11:48:43 +0000 (11:48 +0000)
committerfred <fred>
Wed, 12 Mar 1997 11:48:43 +0000 (11:48 +0000)
make/configure.in

index 49cb0233a66baf7500435c36f4785297c8328f82..2e80c14fa87de0f7cb69508647c4c5ce82f68fc5 100644 (file)
@@ -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
+