]> git.lyx.org Git - lyx.git/commitdiff
fix error message when makepsres does not exist
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 22 Jan 2004 14:29:40 +0000 (14:29 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 22 Jan 2004 14:29:40 +0000 (14:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8365 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 20d2d8ec14cc658aea585c9ef5735935831ea69f..bc12600c17d1bfbb839cc66c659cc1faef5bde8c 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.m4: fix call to makepsres; cosmetic changes to font
+       checking messages
+
 2004-01-18  Michael Schmitt  <michael.schmitt@teststep.org>
 
        * examples/g-brief2.lyx: Fix layouts
index 5628f246cdfab2c33b2287eea3d488dd8d9bde24..55b71c19faabea87080600c38f1377ab531d2323 100644 (file)
@@ -580,7 +580,7 @@ rm -f xfonts/fonts.dir xfonts/fonts.scale xfonts/tmpfonts
 num=0
 touch xfonts/tmpfonts
 for font in $fontlist ; do
-  MSG_CHECKING([for $font])
+  MSG_CHECKING(for $font,+)
   result=no
   for ext in pfb pfa ttf ; do
     if filepath=`kpsewhich $font.$ext` ; then
@@ -600,7 +600,7 @@ if test ! $num = 0 ; then
   cat xfonts/tmpfonts >>xfonts/fonts.scale
   cp xfonts/fonts.scale xfonts/fonts.dir
   # create a resource list file for Display Postscript
-  (cd xfonts ; rm -f PSres.upr ; makepsres -q) || true
+  (cd xfonts ; rm -f PSres.upr ; makepsres) 2>/dev/null || true
 fi
 rm -f xfonts/tmpfonts