171. Fix LIBXML2LIBDIR name clash in lib/Imakefile (#5180, ISHIKAWA

Mutsumi).
170. Avoid a problem with setfontdirs when run in some locales (#5179,
    ISHIKAWA Mutsumi).
169. A little tuning for XtAppPeekEvent() (#5178, Dan McNichol).
This commit is contained in:
David Dawes 2002-06-04 21:55:42 +00:00
parent e9be9cd10a
commit b5b6d7f85d
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#!/bin/sh
#
# $XFree86$
#
LANG=C
export LANG
FONTDIRS=fontdirs$$
trap "rm $FONTDIRS" 0
sh ./findfonts ${1+"$@"} > $FONTDIRS