]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
release: 1.0.6
[lilypond.git] / configure.in
index c77794dc885a8f6a8f79f348edae23af1e985244..275a9cae64aaf1dfcdbc35001dee344e9e38879c 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 # Bootstrap the init proces.  List a file identifies your package.
 AC_INIT(make/lilypond.lsm.in)
-AC_CONFIG_HEADER($CONFIGFILE.hh:config.hh.in)
+AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in)
 
 # Bootstrap StepMake configure
 AC_STEPMAKE_INIT
@@ -51,7 +51,7 @@ AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}")
 
 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
 AC_CHECK_SEARCH_RESULT($YODL2TEXINFO, yodl,  
-    You should install Yodl 1.30.pre4 or better)
+    You should install Yodl 1.30.2 or better)
 
 AC_STEPMAKE_END