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

index faec64d8fd9c0d42f9e7058929d23c9878486f69..69fa7d4fece362b20eb730347de7abe1897164c1 100755 (executable)
@@ -1,6 +1,10 @@
 #!/bin/sh
-
-
+grep -q  '^TOP' .version
+    res=$?
+if test ! -f .version  || test $res != 0; then
+    echo not in topleveldir
+    exit 1
+fi    
 function setversion() {
 eval `sed -n 's/^\([A-Z_]*\) *= *\(.*\)$/\1=\2/p' .version`
 MJ=$TOPLEVEL_MAJOR_VERSION
index cba7a2f20657c090290b7de8133f5908b1e2ecd6..2a28860b95d8a708084760aef702e3e80834f7e6 100644 (file)
@@ -531,7 +531,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
 
 
 optimise_b=yes
-shared_b=yes
+shared_b=no
 LIB_SUFFIX=.a
 
 # Check whether --enable-shared or --disable-shared was given.
@@ -1249,3 +1249,4 @@ chmod +x $CONFIG_STATUS
 rm -fr confdefs* $ac_clean_files
 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
 
+
index 0d51e646b0ab78d1792aa5f49afe3204bed4f2d3..596ed97f15c31034063564d8b524d1476b8b9989 100644 (file)
@@ -20,7 +20,7 @@ NAME = make
 
 # list of distribution files:
 #
-EXTRA_DISTFILES = Configure_variables.make.in lilypond.spec.in Toplevel.make.in
+EXTRA_DISTFILES = Configure_variables.make.in lilypond.spec.in Toplevel.make.in lilypond.lsm.in
 #
 
 # generic variables: