]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/configure.in
patch::: 1.3.37.jcn2
[lilypond.git] / stepmake / configure.in
index 30b29f450cebb13b250126019c474c64b17b96e0..e4907b1a8cb693f0d2909f6bdd9f4f3b292a3449 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/stepmake.lsm.in)
-AC_CONFIG_HEADER($CONFIGFILE.hh:config.hh.in)
+AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in)
 
 # Bootstrap StepMake configure
 AC_STEPMAKE_INIT
@@ -25,13 +25,11 @@ AC_STEPMAKE_LOCALE
 # AC_STEPMAKE_MAN
 # AC_STEPMAKE_MSGFMT
 # AC_STEPMAKE_TEXMF
-AC_STEPMAKE_YODL
+# AC_STEPMAKE_TEXMF_DIRS
 
 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
 
 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
-# AC_CHECK_SEARCH_RESULT($YODL2TEXINFO, yodl,  
-#    You should install Yodl 1.30.pre6 or better)
 
 AC_STEPMAKE_END