X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure.in;h=c995b8e803e53b2eb34ea89be9adaaa929c799fd;hb=36079063504b59027cdd84e36a1fc9e2bfc4fc76;hp=6f70a28f4396e2b2aff561cf1aa251a83604b037;hpb=f72ce2054b73324ccc4f5c09640b044ce130988e;p=lilypond.git diff --git a/configure.in b/configure.in index 6f70a28f43..c995b8e803 100644 --- a/configure.in +++ b/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/lilypond.lsm.in) +AC_INIT +AC_CONFIG_SRCDIR([make/lilypond.lsm.in]) AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in) # Bootstrap StepMake configure @@ -35,8 +36,8 @@ 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([limits.h malloc.h string.h unistd.h values.h]) +AC_CHECK_HEADERS([assert.h sys/stat.h]) AC_HEADER_STAT AC_FUNC_MEMCMP