From: Han-Wen Nienhuys Date: Mon, 21 Oct 2002 12:38:23 +0000 (+0000) Subject: release commit X-Git-Tag: release/1.6.6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=023902857bc37c4bb798a1553598858cbccf6ed4;p=lilypond.git release commit --- diff --git a/VERSION b/VERSION index be801bdeb2..4125dc3901 100644 --- a/VERSION +++ b/VERSION @@ -1,7 +1,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=6 -PATCH_LEVEL=5 +PATCH_LEVEL=6 MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a diff --git a/aclocal.m4 b/aclocal.m4 index 400f64a6bf..e8de7ce992 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ dnl aclocal.m4 -*-shell-script-*- dnl WARNING WARNING WARNING -dnl do not edit! this is aclocal.m4, generated from /users/hanwen/usr/src/lilypond/stepmake/aclocal.m4 +dnl do not edit! this is aclocal.m4, generated from /users/hanwen/usr/src/lilypond-stable/stepmake/aclocal.m4 dnl aclocal.m4 -*-shell-script-*- dnl StepMake subroutines for configure.in @@ -477,7 +477,9 @@ AC_DEFUN(STEPMAKE_INIT, [ AC_MSG_RESULT(Stepmake package!) AC_MSG_CHECKING(builddir) + builddir="`pwd`" + if test "$srcdir" = "."; then srcdir_build=yes else diff --git a/input/GNUmakefile b/input/GNUmakefile index 5ed0316b64..4961aa6666 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,6 +1,6 @@ depth = .. -SUBDIRS=test regression tutorial no-notation ascii-art template mutopia sondag-morgen +SUBDIRS=test regression tutorial no-notation ascii-art template mutopia # nereides is tweaked a lot, can't do (read webpage) examples= size11 size26 diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index be1dcab893..3a3257072d 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -474,7 +474,9 @@ AC_DEFUN(STEPMAKE_INIT, [ AC_MSG_RESULT(Stepmake package!) AC_MSG_CHECKING(builddir) + builddir="`pwd`" + if test "$srcdir" = "."; then srcdir_build=yes else