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:
parent
e9be9cd10a
commit
b5b6d7f85d
|
@ -1,4 +1,9 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $XFree86$
|
||||
#
|
||||
LANG=C
|
||||
export LANG
|
||||
FONTDIRS=fontdirs$$
|
||||
trap "rm $FONTDIRS" 0
|
||||
sh ./findfonts ${1+"$@"} > $FONTDIRS
|
||||
|
|
Loading…
Reference in New Issue