]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/configure.in
a1be8758f8cb9de16a645b3f3b7f8fd794351795
[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 CC=echo
15 AC_SUBST(CC)
16 # Uncomment the configuration options your package needs.
17 # STEPMAKE_COMPILE
18 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
19 # STEPMAKE_CXX
20 # STEPMAKE_GXX
21 # STEPMAKE_CXXTEMPLATE
22 # STEPMAKE_LEXYACC
23 # STEPMAKE_LIB
24 # STEPMAKE_LIBTOOL
25 STEPMAKE_LOCALE
26 # STEPMAKE_GETTEXT
27 # STEPMAKE_MAN
28 # STEPMAKE_MSGFMT
29 # STEPMAKE_TEXMF
30 # STEPMAKE_TEXMF_DIRS
31
32 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
33 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
34
35 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
36
37 STEPMAKE_END