1 dnl configure.in -*-shell-script-*-
2 dnl Process this file with autoconf to produce a configure script.
4 # Bootstrap the init proces. List a file identifies your package.
5 AC_INIT(make/lilypond.lsm.in)
6 AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in)
8 # Bootstrap StepMake configure
11 # For all packages except the StepMake package itself
12 AC_CONFIG_SUBDIRS(stepmake)
14 # Uncomment the configuration options your package needs.
16 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
17 AC_HAVE_HEADERS(assert.h sys/stat.h)
20 DEFINES="$DEFINES -DSTRING_UTILS_INLINED"
21 AC_DEFINE(STRINGS_UTILS_INLINED)
25 AC_STEPMAKE_CXXTEMPLATE
32 AC_STEPMAKE_TEXMF_DIRS
35 AC_STEPMAKE_BIBTEX2HTML
37 dnl should check out -print
39 dnl AC_CHECK_SEARCH_RESULT($FIND, find, Please use --enable-tex-dir)
43 AC_CHECK_FUNCS(memmem snprintf vsnprintf gettext isinf)
45 AC_DEFINE_UNQUOTED(TOPLEVEL_VERSION, "${FULL_VERSION}")
46 AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}")
50 AC_PATH_PROG(PERL, perl, error)
57 make all to build LilyPond
58 make install to install LilyPond
59 make help to see all possible targets
61 Do not worry if ./Documentation or ./mutopia should not build.