]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/configure.in
Make distributed tarball from Git file list
[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.
5 AC_INIT
6
7 # Bootstrap StepMake configure
8 # For user package:
9 # AC_CONFIG_AUX_DIR(stepmake/bin)
10 # For stepmake package:
11 AC_CONFIG_AUX_DIR(bin)
12 STEPMAKE_INIT
13
14 # List a file that identifies your package.
15 AC_CONFIG_SRCDIR([make/stepmake.lsm.in])
16 # Move to aclocal.m4?
17 AC_CONFIG_HEADER([$CONFIGFILE.h:config.hh.in])
18
19 # For all packages except the StepMake package itself
20 # AC_CONFIG_SUBDIRS(stepmake)
21
22 CC=echo
23 AC_SUBST(CC)
24 # Uncomment the configuration options your package needs.
25 # STEPMAKE_COMPILE
26 # AC_CHECK_HEADERS([limits.h malloc.h string.h unistd.h values.h])
27 # STEPMAKE_CXX
28 # STEPMAKE_GXX
29 # STEPMAKE_CXXTEMPLATE
30 # STEPMAKE_LEXYACC
31 # STEPMAKE_LIB
32 # STEPMAKE_LIBTOOL
33 STEPMAKE_LOCALE
34 # STEPMAKE_GETTEXT
35 # STEPMAKE_MAN
36 # STEPMAKE_MSGFMT
37 # STEPMAKE_TEXMF
38 # STEPMAKE_TEXMF_DIRS
39
40 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
41 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
42
43 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
44
45 STEPMAKE_END