]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/configure.in
* Documentation/windows/zlily-profile.sh:
[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.h:config.hh.in)
7
8 # Bootstrap StepMake configure
9 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 # STEPMAKE_COMPILE
16 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
17 # STEPMAKE_CXX
18 # STEPMAKE_GXX
19 # STEPMAKE_CXXTEMPLATE
20 # STEPMAKE_LEXYACC
21 # STEPMAKE_LIB
22 # STEPMAKE_LIBTOOL
23 STEPMAKE_LOCALE
24 # STEPMAKE_GETTEXT
25 # STEPMAKE_MAN
26 # STEPMAKE_MSGFMT
27 # STEPMAKE_TEXMF
28 # 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 STEPMAKE_END