From: Jan Nieuwenhuizen Date: Thu, 9 Jul 2009 14:37:07 +0000 (+0200) Subject: stepmake/aclocal.m4: --srcdir tarball build fix: include /lily/out. X-Git-Tag: release/2.12.3-1~158 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5fc29c9da9c37efc2d7509f1de661af0384a47e6;p=lilypond.git stepmake/aclocal.m4: --srcdir tarball build fix: include /lily/out. Our tarballs ship lily/out/parser.hh, which cannot be found when doing a srcdir build. We never found out, because GUB only built from GIT, apparently. --- diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 27dfb0b511..37bf7fe34f 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -401,6 +401,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