From 7136c559e884250cfb40495c543127773fb13178 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:44:07 +0000 Subject: [PATCH] lilypond-0.0.65 --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.in b/configure.in index 95a848b476..81a99752dd 100644 --- a/configure.in +++ b/configure.in @@ -255,6 +255,8 @@ sed 's/TOPLEVEL_//g' < .version > lily/.version (cd lily; CXX="$ac_cv_prog_CXX" ../bin/make_version > out/version.hh ) +$MAKE -f make/Toplevel.make.in Makefile + cat << END Finished configuring. For making everything, do: @@ -269,6 +271,10 @@ assuming that \`make' is GNU make, of course. If you want to make site-wide extensions to the makefiles, please use make/out/Site.make + +If you can't find a toplevel makefile, please execute + + make -f make/Toplevel.make.in Makefile # GNU make, of course END -- 2.39.5