]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.76
authorfred <fred>
Sun, 24 Mar 2002 19:48:49 +0000 (19:48 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:48:49 +0000 (19:48 +0000)
configure.in
make/Targets.make

index 5fbb758a3e010d1f7c7930647a5d772be2a2e08a..b6a82463650f11da50ee6fab28fa49a31fbfcd5c 100644 (file)
@@ -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
 
index 1795fd7a41421433f0dbc019715de49f798d9c9c..a564a1f91c448e0ceec53f7f83a2c19f57763f6e 100644 (file)
@@ -180,7 +180,7 @@ endif
 #
 
 $(outdir)/version.hh: .version
-       ./$(lily_bindir)/make_version > $@
+       ./$(lily_bindir)/make-version > $@
 
 
 # should this be in Rules?