X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure.in;h=714089c29bb323b10465ac21697488f62a2b9c23;hb=a99825fd312fc1cd48316accff7f8499ff425f87;hp=10300587a156338723c27e5d3ca6e1c96978f8a8;hpb=5df02e6bebe82a9da8ae4576bdbc08733161d636;p=lilypond.git diff --git a/configure.in b/configure.in index 10300587a1..714089c29b 100644 --- a/configure.in +++ b/configure.in @@ -1,13 +1,22 @@ 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([lily/main.cc]) + +# Move to aclocal.m4? +AC_CONFIG_HEADER([$CONFIGFILE.h:config.hh.in]) + # For all packages except the StepMake package itself AC_CONFIG_SUBDIRS(stepmake) @@ -16,6 +25,7 @@ AC_CONFIG_SUBDIRS(stepmake) # must come before any header checks STEPMAKE_COMPILE +STEPMAKE_PYTHON(REQUIRED,2.0) STEPMAKE_GCC(REQUIRED, 2.8) STEPMAKE_CXX(REQUIRED) STEPMAKE_GXX(REQUIRED, 2.95) @@ -35,12 +45,12 @@ STEPMAKE_MAKEINFO(REQUIRED) STEPMAKE_PYTHON_DEVEL(REQUIRED) -AC_HAVE_HEADERS(assert.h sys/stat.h sstream) +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([gettext isinf lrint memmem snprintf vsnprintf gettext]) ## Optional tools for building documentation, website, extra fonts. @@ -50,7 +60,7 @@ STEPMAKE_GUILE(OPTIONAL) # perl for help2man. STEPMAKE_PERL(OPTIONAL) # mftrace for generating pfa's, pfb's -STEPMAKE_PROGS(MFTRACE, pktrace mftrace, OPTIONAL, 1.0.3) +STEPMAKE_PROGS(MFTRACE, pktrace mftrace, OPTIONAL, 1.0.17) # new makeinfo for multi-page website docs STEPMAKE_PROGS(MAKEINFO, makeinfo, OPTIONAL, 4.1) @@ -77,5 +87,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