]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/configure.in
patch::: 1.3.37.jcn2
[lilypond.git] / stepmake / configure.in
index 892338dac1bf3b4b5e578c41388dbf28c3bf940b..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
@@ -26,13 +26,10 @@ AC_STEPMAKE_LOCALE
 # AC_STEPMAKE_MSGFMT
 # AC_STEPMAKE_TEXMF
 # AC_STEPMAKE_TEXMF_DIRS
-AC_STEPMAKE_YODL
 
 # 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