From: John Mandereau Date: Tue, 26 Aug 2008 21:15:33 +0000 (+0200) Subject: Add configure check for mpost X-Git-Tag: release/2.11.58-1~32^2~12^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bbbf33058dac00b3eec4884b7ccb13ba442adf09;p=lilypond.git Add configure check for mpost Metapost program is invoked by buildscripts/mf2pt1.pl. --- diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index d692776da2..b113c80856 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -1082,6 +1082,7 @@ AC_DEFUN(STEPMAKE_TEXMF_DIRS, [ AC_DEFUN(STEPMAKE_TEXMF, [ STEPMAKE_PROGS(METAFONT, mf-nowin mf mfw mfont, $1) + STEPMAKE_PROGS(METAPOST, mpost, $1) # STEPMAKE_PROGS(INIMETAFONT, inimf inimfont "$METAFONT -ini", $1) AC_MSG_CHECKING(for working metafont mode)