]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/configure.in
4bf5091dfe0838984a7d3791e505cc93b80fddc8
[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
6 AC_CONFIG_SRCDIR([make/stepmake.lsm.in])
7 AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in)
8
9 # Bootstrap StepMake configure
10 STEPMAKE_INIT
11
12 # For all packages except the StepMake package itself
13 # AC_CONFIG_SUBDIRS(stepmake)
14
15 # Uncomment the configuration options your package needs.
16 # STEPMAKE_COMPILE
17 # AC_CHECK_HEADERS([limits.h malloc.h string.h unistd.h values.h])
18 # STEPMAKE_CXX
19 # STEPMAKE_GXX
20 # STEPMAKE_CXXTEMPLATE
21 # STEPMAKE_LEXYACC
22 # STEPMAKE_LIB
23 # STEPMAKE_LIBTOOL
24 STEPMAKE_LOCALE
25 # STEPMAKE_GETTEXT
26 # STEPMAKE_MAN
27 # STEPMAKE_MSGFMT
28 # STEPMAKE_TEXMF
29 # STEPMAKE_TEXMF_DIRS
30
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--]))
33
34 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
35
36 STEPMAKE_END