lilypond-1.3.25
[lilypond.git] / stepmake / configure.in
blob296e9fbae06f8631c556d4e376c96a73535852d5
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
30 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
31 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
33 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
35 AC_STEPMAKE_END