From b223cddb11343dd7321154dfe7c2b3fea7aafee0 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 18 Apr 2005 21:43:03 +0000 Subject: [PATCH] Remove tfm_path. --- ChangeLog | 4 ++++ stepmake/aclocal.m4 | 29 ----------------------------- 2 files changed, 4 insertions(+), 29 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27ac10e736..749ac973bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-18 Jan Nieuwenhuizen + + * stepmake/aclocal.m4: Remove tfm_path. + 2005-04-18 Nicolas Sceaux * scm/music-functions.scm (markup-expression->make-markup): fix diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 88bed51790..4e5758a722 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -993,40 +993,11 @@ AC_DEFUN(STEPMAKE_PYTHON_DEVEL, [ 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) -- 2.39.5