X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Faclocal.m4;h=3786968be37961ffde0fdf15a9a6aa21b4dd50ab;hb=61dbbcfb1c032a4c26bb9561b727ec72b967d817;hp=27dfb0b511786545fbac52cf8655f89f56b79b1b;hpb=3a14fdb8b6a16b5098f143eec3220c1a357d74d6;p=lilypond.git diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 27dfb0b511..3786968be3 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -205,7 +205,6 @@ AC_DEFUN(STEPMAKE_COMPILE, [ OPTIMIZE="$OPTIMIZE -g" fi - AC_PROG_CC STEPMAKE_OPTIONAL_REQUIRED(CC, cc, $1) LD='$(CC)' AC_SUBST(LD) @@ -401,6 +400,7 @@ EOF print 'depth=' + ('../' * ( $d-1 ) ) print 'include \$(depth)/config\$(if \$(conf),-\$(conf),).make' print 'include \$(configure-srcdir)/$mf' +print 'MODULE_INCLUDES += \$(src-dir)/\$(outbase)' EOF done for mf in `cd $srcdir ; find -maxdepth $d -mindepth $d -name '*.make' | grep -v config.make `; do