]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/configure.in
release: 1.2.6
[lilypond.git] / stepmake / configure.in
1 dnl configure.in   -*-shell-script-*-
2 dnl Process this file with autoconf to produce a configure script. 
3
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)
7
8 # Bootstrap StepMake configure
9 AC_STEPMAKE_INIT
10
11 # For all packages except the StepMake package itself
12 # AC_CONFIG_SUBDIRS(stepmake)
13
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
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--]))
32
33 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
34
35 AC_STEPMAKE_END