]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.49
authorfred <fred>
Sun, 24 Mar 2002 19:38:31 +0000 (19:38 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:38:31 +0000 (19:38 +0000)
configure

index c90815475ee4e3192c61c5d048c4b775ef295245..437638ccfa1d7c0593ae145cedf780527235e729 100755 (executable)
--- a/configure
+++ b/configure
@@ -544,7 +544,7 @@ checking_b=yes
 debug_b=yes
 optimise_b=no
 profile_b=no
-    
+#shared_b=no
 # Check whether --enable-printing or --disable-printing was given.
 if test "${enable_printing+set}" = set; then
   enableval="$enable_printing"
@@ -1071,7 +1071,7 @@ if test $MAKE = "error"
 then
        { echo "configure: error: Please install GNU make" 1>&2; exit 1; }
 else
-       $MAKE -v| grep GNU >& /dev/null
+       $MAKE -v| grep GNU > /dev/null
        if test "$?" = 1
        then
                echo "configure: warning: Please install *GNU* make" 1>&2
@@ -1094,7 +1094,7 @@ then
        echo "configure: warning: can't find flex. Please install Flex (2.5 or better)" 1>&2
 fi
 
-if $CXX --version | grep '2\.7' >& /dev/null
+if $CXX --version | grep '2\.7' > /dev/null
 then
        true
 else
@@ -1584,4 +1584,10 @@ If you only want help on the make targets, do a
 
        make help
 
+
 END
+
+    
+#if test $shared_b = yes; then
+#    echo "NOTE: you are building the *shared* library. You should 
+#fi