On Tuesday 14 June 2005 13:29, [EMAIL PROTECTED] wrote:
> CVSROOT:      /usr/local/lyx/cvsroot
> Module name:  lyx-devel
> Repository:   lyx-devel/lib/
> Changes by:   [EMAIL PROTECTED]       05/06/14 12:29:54
>
> Modified files:
>       lyx-devel/lib/: Tag: BRANCH_1_3_X ChangeLog configure.m4
>
> Log message:
>       avoid using symbolic links since they confuse
>       miktex.

Note that there's one remaining "ln -s". Don't know how relevant that 
is:

touch xfonts/tmpfonts
for font in $fontlist ; do
  MSG_CHECKING(for $font,+)
  result=no
  for ext in pfb pfa ttf ; do
    if filepath=`kpsewhich $font.$ext` ; then
      result="yes ($ext)"
      rm -f xfonts/$font.$ext
      ln -s $filepath xfonts 2>/dev/null
      echo "$font.$ext 
-unknown-$font-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific" 
>>xfonts/tmpfonts
      num=`expr $num + 1`
      break
    fi
  done
  MSG_RESULT($result)
done

Angus

Reply via email to