]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
patch::: 1.5.5.jcn1
[lilypond.git] / configure.in
index af4081418ac3cb51e8b9d7643238c4ebb260a4a1..4cf095deb818adff7cb0e7d1e8e3a3787f2a9af1 100644 (file)
@@ -51,12 +51,14 @@ AC_PATH_PROG(PERL, perl, error)
 
 AC_STEPMAKE_END
 
+test -n "$CONFIGURATION" && mc=" conf=$CONFIGURATION" || mc=""
+
 cat <<EOF
 
 Type:
-    make all       to build LilyPond
-    make install   to install LilyPond
-    make help      to see all possible targets
+    make$mc all       to build LilyPond
+    make$mc install   to install LilyPond
+    make$mc help      to see all possible targets
 
 Do not worry if ./Documentation or ./mutopia should not build.
 EOF