From 96c725f0f20abad21106ce3768d5be3d31ce0095 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:48:49 +0000 Subject: [PATCH] lilypond-0.0.76 --- configure.in | 24 +++++++----------------- make/Targets.make | 2 +- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/configure.in b/configure.in index 5fbb758a3e..b6a8246365 100644 --- a/configure.in +++ b/configure.in @@ -104,7 +104,7 @@ AC_ARG_ENABLE(profiling, [ enable-profiling compile with gprof support], [profile_b=$enableval]) -AC_ARG_ENABLE(mingw32, +AC_ARG_ENABLE(mingw-prefix, [ mingw-prefix=DIR set the mingw32 directory (standalone windows32 exes)], [MINGWPREFIX=$enableval], [MINGWPREFIX=no]) @@ -260,39 +260,29 @@ cat << EOF > lib/out/config.hh EOF -CXX="$ac_cv_prog_CXX" bin/make_version >> lib/out/config.hh +CXX="$ac_cv_prog_CXX" bin/make-version >> lib/out/config.hh touch make/out/Site.make # ugr -(cd mi2mu; CXX="$ac_cv_prog_CXX" ../bin/make_version > out/version.hh +(cd mi2mu; CXX="$ac_cv_prog_CXX" ../bin/make-version > out/version.hh dnl echo 0 > out/.build ) # rgu sed 's/TOPLEVEL_//g' < .version > lily/.version -(cd lily; CXX="$ac_cv_prog_CXX" ../bin/make_version > out/version.hh +(cd lily; CXX="$ac_cv_prog_CXX" ../bin/make-version > out/version.hh ) -$MAKE -f make/Toplevel.make.in Makefile +echo '# WARNING : Automatically generated from make/Toplevel.make.in' | cat - make/Toplevel.make.in > Makefile cat << END -Finished configuring. For making everything, do: +For making everything, do: - make all - -If you only want help on the make targets, do a - - make help - -assuming that \`make' is GNU make, of course. + make # GNU make 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 diff --git a/make/Targets.make b/make/Targets.make index 1795fd7a41..a564a1f91c 100644 --- a/make/Targets.make +++ b/make/Targets.make @@ -180,7 +180,7 @@ endif # $(outdir)/version.hh: .version - ./$(lily_bindir)/make_version > $@ + ./$(lily_bindir)/make-version > $@ # should this be in Rules? -- 2.39.5