From 6343cf7c08ca8d6fa57bf9bd26f904d02e0e7b64 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:38:41 +0000 Subject: [PATCH] lilypond-0.0.49 --- bin/release | 8 ++++++-- flower/configure | 3 ++- make/Makefile | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bin/release b/bin/release index faec64d8fd..69fa7d4fec 100755 --- a/bin/release +++ b/bin/release @@ -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 diff --git a/flower/configure b/flower/configure index cba7a2f206..2a28860b95 100644 --- a/flower/configure +++ b/flower/configure @@ -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 + diff --git a/make/Makefile b/make/Makefile index 0d51e646b0..596ed97f15 100644 --- a/make/Makefile +++ b/make/Makefile @@ -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: -- 2.39.5