1 dnl configure.in -*-shell-script-*-
2 dnl Process this file with autoconf to produce a configure script.
4 # Bootstrap the init proces.
7 # Bootstrap StepMake configure
9 AC_CONFIG_AUX_DIR([stepmake/bin])
10 # For stepmake package:
11 # AC_CONFIG_AUX_DIR(bin)
14 # List a file that identifies your package.
15 AC_CONFIG_SRCDIR([lily/main.cc])
18 AC_CONFIG_HEADER([$CONFIGFILE.h:config.hh.in])
20 # For all packages except the StepMake package itself
21 AC_CONFIG_SUBDIRS(stepmake)
23 # Uncomment the configuration options your package needs.
25 # must come before any header checks
28 STEPMAKE_PYTHON(REQUIRED,2.0)
29 STEPMAKE_GCC(REQUIRED, 2.8)
30 STEPMAKE_CXX(REQUIRED)
31 STEPMAKE_GXX(REQUIRED, 2.95)
33 STEPMAKE_LIB(REQUIRED)
34 STEPMAKE_BISON(REQUIRED, 1.25)
35 STEPMAKE_FLEX(REQUIRED)
36 STEPMAKE_FLEXLEXER(REQUIRED)
39 STEPMAKE_MSGFMT(REQUIRED)
42 STEPMAKE_GUILE_DEVEL(REQUIRED, 1.6)
44 STEPMAKE_MAKEINFO(REQUIRED)
45 STEPMAKE_PYTHON_DEVEL(REQUIRED)
48 AC_CHECK_HEADERS([assert.h sys/stat.h sstream])
53 AC_CHECK_FUNCS([memmem snprintf vsnprintf gettext isinf])
56 ## Optional tools for building documentation, website, extra fonts.
58 # guile executable for some scripts
59 STEPMAKE_GUILE(OPTIONAL)
61 STEPMAKE_PERL(OPTIONAL)
62 # mftrace for generating pfa's, pfb's
63 STEPMAKE_PROGS(MFTRACE, pktrace mftrace, OPTIONAL, 1.0.17)
64 # new makeinfo for multi-page website docs
65 STEPMAKE_PROGS(MAKEINFO, makeinfo, OPTIONAL, 4.1)
68 if test "$optimise_b" = yes; then
69 DEFINES="$DEFINES -DSTRING_UTILS_INLINED"
70 AC_DEFINE(STRINGS_UTILS_INLINED)
74 AC_DEFINE_UNQUOTED(TOPLEVEL_VERSION, "${FULL_VERSION}")
75 AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}")
77 # Gather requirements and generate output.
81 test -n "$CONFIGURATION" && mc=" conf=$CONFIGURATION" || mc=""
86 make$mc all to build LilyPond
87 make$mc install to install LilyPond
88 make$mc help to see all possible targets
90 Do not worry if ./Documentation should not build.