lilypond-1.1.67
[lilypond.git] / stepmake / configure.in
blob892338dac1bf3b4b5e578c41388dbf28c3bf940b
1 dnl configure.in   -*-shell-script-*-
2 dnl Process this file with autoconf to produce a configure script. 
4 # Bootstrap the init proces.  List a file identifies your package.
5 AC_INIT(make/stepmake.lsm.in)
6 AC_CONFIG_HEADER($CONFIGFILE.hh:config.hh.in)
8 # Bootstrap StepMake configure
9 AC_STEPMAKE_INIT
11 # For all packages except the StepMake package itself
12 # AC_CONFIG_SUBDIRS(stepmake)
14 # Uncomment the configuration options your package needs.
15 # AC_STEPMAKE_COMPILE
16 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
17 # AC_STEPMAKE_CXX
18 # AC_STEPMAKE_GXX
19 # AC_STEPMAKE_CXXTEMPLATE
20 # AC_STEPMAKE_LEXYACC
21 # AC_STEPMAKE_LIB
22 # AC_STEPMAKE_LIBTOOL
23 AC_STEPMAKE_LOCALE
24 # AC_STEPMAKE_GETTEXT
25 # AC_STEPMAKE_MAN
26 # AC_STEPMAKE_MSGFMT
27 # AC_STEPMAKE_TEXMF
28 # AC_STEPMAKE_TEXMF_DIRS
29 AC_STEPMAKE_YODL
31 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
32 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
34 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
35 # AC_CHECK_SEARCH_RESULT($YODL2TEXINFO, yodl,  
36 #    You should install Yodl 1.30.pre6 or better)
38 AC_STEPMAKE_END