CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/04/18 21:43:04
Modified files:
stepmake : aclocal.m4
. : ChangeLog
Log message:
Remove tfm_path.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/stepmake/aclocal.m4.diff?tr1=1.138&tr2=1.139&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3469&tr2=1.3470&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3469 lilypond/ChangeLog:1.3470
--- lilypond/ChangeLog:1.3469 Mon Apr 18 21:31:24 2005
+++ lilypond/ChangeLog Mon Apr 18 21:43:03 2005
@@ -1,3 +1,7 @@
+2005-04-18 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+
+ * stepmake/aclocal.m4: Remove tfm_path.
+
2005-04-18 Nicolas Sceaux <[EMAIL PROTECTED]>
* scm/music-functions.scm (markup-expression->make-markup): fix
Index: lilypond/stepmake/aclocal.m4
diff -u lilypond/stepmake/aclocal.m4:1.138 lilypond/stepmake/aclocal.m4:1.139
--- lilypond/stepmake/aclocal.m4:1.138 Mon Apr 18 21:31:24 2005
+++ lilypond/stepmake/aclocal.m4 Mon Apr 18 21:43:03 2005
@@ -993,40 +993,11 @@
fi
])
-
AC_DEFUN(STEPMAKE_TEXMF_DIRS, [
- AC_ARG_ENABLE(tfm-path,
- [ --enable-tfm-path=PATH set path of tex directories where tfm files
live,
- esp.: cmr10.tfm. Default: use kpsewhich],
- [tfm_path=$enableval],
- [tfm_path=auto] )
-
# ugh
STEPMAKE_PROGS(KPSEWHICH, kpsewhich, OPTIONAL)
- AC_MSG_CHECKING(for tfm path)
-
- TFM_FONTS="cmr msam"
-
- if test "x$tfm_path" = xauto ; then
- if test "x$KPSEWHICH" != "xno" ; then
- for i in $TFM_FONTS; do
- dir=`$KPSEWHICH tfm ${i}10.tfm`
- TFM_PATH="$TFM_PATH `dirname $dir`"
- done
- else
- STEPMAKE_WARN(Please specify where cmr10.tfm lives:
- ./configure --enable-tfm-path=/usr/local/TeX/lib/tex/fonts)
- fi
- else
- TFM_PATH=$tfm_path
- fi
-
- TFM_PATH=`echo $TFM_PATH | tr ':' ' '`
- AC_MSG_RESULT($TFM_PATH)
- AC_SUBST(TFM_PATH)
])
-
AC_DEFUN(STEPMAKE_TEXMF, [
STEPMAKE_PROGS(METAFONT, mf-nowin mf mfw mfont, $1)
# STEPMAKE_PROGS(INIMETAFONT, inimf inimfont "$METAFONT -ini", $1)
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs