Hi,
Lilypond's configure script sets INIMETAPOST_FLAGS to --nonstopmode
which is an option not recognised by the version of inimp that I have,
`This is MetaPost, Version 0.631 (C version 6.1) (INIMP)'
Is this a flag for inimpost instead?
If so, I suggest the appended change.
BTW, it doesn't seem true that aclocal.m4 is generated from
stepmake/aclocal.m4 --- or at least, it wasn't obviously done so.
Peter C
--- aclocal.m4.orig Thu Nov 4 07:49:04 1999
+++ aclocal.m4 Thu Nov 4 08:51:30 1999
@@ -564,8 +564,10 @@
# For now let people define these in their environments
#
: ${MFPLAIN_MP=`kpsewhich mp mfplain.mp`}
- : ${INIMETAPOST_FLAGS='-interaction=nonstopmode'}
-
+ if test "$INIMETAPOST" = "inimpost"
+ then
+ : ${INIMETAPOST_FLAGS='-interaction=nonstopmode'}
+ fi
rm -f mfput.*
AC_MSG_RESULT($MFMODE)