From 0529a6ca8d91c5a9a60f9019622e847a81b52abe Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:28:21 +0000 Subject: [PATCH] lilypond-1.3.2 --- aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index f9c5a64a78..3bd68ad62f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -565,7 +565,7 @@ AC_DEFUN(AC_STEPMAKE_TEXMF, [ # # For now let people define these in their environments # - : ${MFPLAIN_MP='/usr/share/texmf/metapost/base/mfplain.mp'} + : ${MFPLAIN_MP=`kpsewhich mfplain.mp`} : ${INIMETAPOST_FLAGS='-interaction=nonstopmode'} rm -f mfput.* diff --git a/configure b/configure index b8a7493c26..c59995198b 100755 --- a/configure +++ b/configure @@ -2553,7 +2553,7 @@ echo "configure:2545: checking for working metafont mode" >&5 # # For now let people define these in their environments # - : ${MFPLAIN_MP='/usr/share/texmf/metapost/base/mfplain.mp'} + : ${MFPLAIN_MP=`kpsewhich mfplain.mp`} : ${INIMETAPOST_FLAGS='-interaction=nonstopmode'} rm -f mfput.* -- 2.39.5