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)
16 # List a file that identifies your package.
17 AC_CONFIG_SRCDIR([lily/main.cc])
20 AC_CONFIG_HEADER([$CONFIGFILE.hh:config.hh.in])
22 # Uncomment the configuration options your package needs.
27 [ --enable-gui compile with experimental GNOME output module. Default: off],
31 AC_ARG_ENABLE(relocation,
32 [ --enable-relocation compile with dynamic relocation. Default: off],
35 # must come before any header checks
40 STEPMAKE_PYTHON(REQUIRED, 2.1)
41 STEPMAKE_GCC(REQUIRED, 2.8)
42 STEPMAKE_CXX(REQUIRED)
43 STEPMAKE_GXX(REQUIRED, 3.0.5)
45 STEPMAKE_LIB(REQUIRED)
47 # Do not use bison 1.50 and 1.75.
48 # 1.29 is required fr %locations, but I'm not sure it's enough --ns
49 STEPMAKE_BISON(OPTIONAL, 1.29)
50 STEPMAKE_FLEX(REQUIRED)
51 STEPMAKE_FLEXLEXER(REQUIRED)
52 STEPMAKE_FLEXLEXER_LOCATION
56 STEPMAKE_MSGFMT(REQUIRED)
57 STEPMAKE_TEXMF(REQUIRED)
59 STEPMAKE_GUILE_DEVEL(REQUIRED, 1.6.5)
60 STEPMAKE_MAKEINFO(REQUIRED)
61 STEPMAKE_PYTHON_DEVEL(REQUIRED)
63 STEPMAKE_PATH_PROG(GHOSTSCRIPT, gs, OPTIONAL, 8.14)
65 STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.1)
66 STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20050624)
68 AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h])
70 AC_CHECK_HEADERS([sstream])
75 AC_CHECK_FUNCS([chroot fopencookie funopen gettext isinf mbrtowc memmem snprintf vsnprintf wcrtomb])
76 AC_CHECK_HEADERS([utf8/wchar.h], LIBS="$LIBS -lutf8")
77 AC_SEARCH_LIBS(mbrtowc, [mingwex msvcp60])
79 STEPMAKE_PROGS(PKG_CONFIG, pkg-config, REQUIRED, 0.9.0)
80 if test "$gui_b" = "yes"; then
81 STEPMAKE_GTK2(gtk+-2.0, REQUIRED, 2.4.0)
84 if test "$reloc_b" = "yes"; then
85 AC_DEFINE(ARGV0_RELOCATION)
88 STEPMAKE_FREETYPE2(freetype2, REQUIRED, 0)
89 #STEPMAKE_PANGO(pango, REQUIRED, 1.6.0)
90 STEPMAKE_PANGO_FT2(pangoft2, REQUIRED, 1.6.0)
91 STEPMAKE_FONTCONFIG(fontconfig, OPTIONAL, 2.2.0)
95 ## Optional tools for building documentation, website, extra fonts.
97 # guile executable for some scripts
98 STEPMAKE_GUILE(OPTIONAL)
101 STEPMAKE_PERL(OPTIONAL)
103 # New makeinfo for multi-page website docs Simply always require new
104 # makeinfo should avoid bug reports; if people want to build lily
105 # without the docs, they can find this comment and use an older
106 # makeinfo -- but hopefully won't report makeinfo problems.
107 STEPMAKE_PROGS(MAKEINFO, makeinfo, REQUIRED, 4.7)
109 if test "$optimise_b" = yes; then
110 DEFINES="$DEFINES -DSTRING_UTILS_INLINED"
111 AC_DEFINE(STRINGS_UTILS_INLINED)
114 AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}")
116 # Gather requirements and generate output.
119 test -n "$CONFIGURATION" && mc=" conf=$CONFIGURATION" || mc=""
124 make$mc all to build LilyPond
125 make$mc install to install LilyPond
126 make$mc help to see all possible targets