X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fconfigure.in;h=4bf5091dfe0838984a7d3791e505cc93b80fddc8;hb=36079063504b59027cdd84e36a1fc9e2bfc4fc76;hp=1d1c3c886566cded04170da0ce8ce501d55acfed;hpb=f72ce2054b73324ccc4f5c09640b044ce130988e;p=lilypond.git diff --git a/stepmake/configure.in b/stepmake/configure.in index 1d1c3c8865..4bf5091dfe 100644 --- a/stepmake/configure.in +++ b/stepmake/configure.in @@ -2,7 +2,8 @@ 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/stepmake.lsm.in) +AC_INIT +AC_CONFIG_SRCDIR([make/stepmake.lsm.in]) AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in) # Bootstrap StepMake configure @@ -13,7 +14,7 @@ STEPMAKE_INIT # Uncomment the configuration options your package needs. # STEPMAKE_COMPILE -# AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h) +# AC_CHECK_HEADERS([limits.h malloc.h string.h unistd.h values.h]) # STEPMAKE_CXX # STEPMAKE_GXX # STEPMAKE_CXXTEMPLATE