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 if test "$optimise_b" = yes; then
21 DEFINES="$DEFINES -DSTRING_UTILS_INLINED"
22 AC_DEFINE(STRINGS_UTILS_INLINED)
27 AC_STEPMAKE_CXXTEMPLATE
35 AC_STEPMAKE_TEXMF_DIRS
38 AC_STEPMAKE_BIBTEX2HTML
40 dnl should check out -print
42 dnl AC_CHECK_SEARCH_RESULT($FIND, find, Please use --enable-tex-dir)
46 AC_CHECK_FUNCS(memmem snprintf vsnprintf gettext isinf)
48 AC_DEFINE_UNQUOTED(TOPLEVEL_VERSION, "${FULL_VERSION}")
49 AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}")
51 AC_CHECK_PROGS(MAKEINFO, makeinfo, error)
52 AC_PATH_PROG(PERL, perl, error)