X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fconfigure.in;h=3900ffd9fd720e74bc8830ffca1fefa68cef7cdf;hb=69db1861b7a13e3e4a081005bc0121816af0b406;hp=4bf5091dfe0838984a7d3791e505cc93b80fddc8;hpb=36079063504b59027cdd84e36a1fc9e2bfc4fc76;p=lilypond.git diff --git a/stepmake/configure.in b/stepmake/configure.in index 4bf5091dfe..3900ffd9fd 100644 --- a/stepmake/configure.in +++ b/stepmake/configure.in @@ -1,17 +1,26 @@ 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. +# Bootstrap the init proces. AC_INIT -AC_CONFIG_SRCDIR([make/stepmake.lsm.in]) -AC_CONFIG_HEADER($CONFIGFILE.h:config.hh.in) # 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/stepmake.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) +CC=echo +AC_SUBST(CC) # Uncomment the configuration options your package needs. # STEPMAKE_COMPILE # AC_CHECK_HEADERS([limits.h malloc.h string.h unistd.h values.h])