X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure.in;h=7acae1843d9ea3d8328c187abb5ed5a2e9a78654;hb=e63d8e146a993d7c3de271cf377191f7cf24775a;hp=6f70a28f4396e2b2aff561cf1aa251a83604b037;hpb=38655bc28e73a0b218ba1582bdb84bab0fdfec4b;p=lilypond.git diff --git a/configure.in b/configure.in index 6f70a28f43..7acae1843d 100644 --- a/configure.in +++ b/configure.in @@ -1,13 +1,21 @@ dnl configure.in -*-shell-script-*- dnl Process this file with autoconf to produce a configure script. -# Bootstrap the init proces. List a file identifies your package. -AC_INIT(make/lilypond.lsm.in) -AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in) +# Bootstrap the init proces. +AC_INIT # Bootstrap StepMake configure +# For user package: +AC_CONFIG_AUX_DIR([stepmake/bin]) +# For stepmake package: +# AC_CONFIG_AUX_DIR(bin) STEPMAKE_INIT +# List a file that identifies your package. +AC_CONFIG_SRCDIR([make/lilypond.lsm.in]) +# Move to aclocal.m4? +AC_CONFIG_HEADER([$CONFIGFILE.h:config.hh.in]) + # For all packages except the StepMake package itself AC_CONFIG_SUBDIRS(stepmake) @@ -29,19 +37,18 @@ STEPMAKE_GETTEXT STEPMAKE_MSGFMT(REQUIRED) STEPMAKE_TEXMF STEPMAKE_TEXMF_DIRS -STEPMAKE_GUILE_DEVEL(REQUIRED, 1.3.4) +STEPMAKE_GUILE_DEVEL(REQUIRED, 1.6) STEPMAKE_KPATHSEA STEPMAKE_MAKEINFO(REQUIRED) STEPMAKE_PYTHON_DEVEL(REQUIRED) -# AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h) -AC_HAVE_HEADERS(assert.h sys/stat.h) +AC_CHECK_HEADERS([assert.h sys/stat.h sstream]) AC_HEADER_STAT AC_FUNC_MEMCMP AC_FUNC_VPRINTF -AC_CHECK_FUNCS(memmem snprintf vsnprintf gettext isinf) +AC_CHECK_FUNCS([memmem snprintf vsnprintf gettext isinf]) ## Optional tools for building documentation, website, extra fonts. @@ -50,8 +57,8 @@ AC_CHECK_FUNCS(memmem snprintf vsnprintf gettext isinf) STEPMAKE_GUILE(OPTIONAL) # perl for help2man. STEPMAKE_PERL(OPTIONAL) -# pktrace for generating pfa's, pfb's -STEPMAKE_PROGS(PKTRACE, pktrace, OPTIONAL, 1.0.3) +# mftrace for generating pfa's, pfb's +STEPMAKE_PROGS(MFTRACE, pktrace mftrace, OPTIONAL, 1.0.9) # new makeinfo for multi-page website docs STEPMAKE_PROGS(MAKEINFO, makeinfo, OPTIONAL, 4.1) @@ -78,5 +85,5 @@ Type: make$mc install to install LilyPond make$mc help to see all possible targets -Do not worry if ./Documentation or ./mutopia should not build. +Do not worry if ./Documentation should not build. EOF