diff options
author | Egbert Eich <eich@freedesktop.org> | 2004-02-11 17:46:29 +0000 |
---|---|---|
committer | Egbert Eich <eich@freedesktop.org> | 2004-02-11 17:46:29 +0000 |
commit | bf294fbd0db5f33a8b676bcd9263c09c0226962e (patch) | |
tree | aa8349d8199d2c540fd868f1658a74e09cabecb7 | |
parent | 86c0fe5f7e97685a1d24770eaa30fd0d0eba64d4 (diff) |
1. Fixed problem when running binaries during build when installed i18n libs did not fit to the newly build Xlib: Added rule to link i18n libs to exports/lib/locale and added environment variable XLOCALEDIR to prefix for calling binaries so i18n libs from build tree get used instead of installed ones.
-rw-r--r-- | src/xlibi18n/XlcDL.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xlibi18n/XlcDL.c b/src/xlibi18n/XlcDL.c index 24200f5..e4e2d8c 100644 --- a/src/xlibi18n/XlcDL.c +++ b/src/xlibi18n/XlcDL.c @@ -42,6 +42,7 @@ Sun Microsystems, Inc. or its licensors is granted. */ /* $XFree86: xc/lib/X11/XlcDL.c,v 1.13 2003/11/17 22:20:10 dawes Exp $ */ +/* $XdotOrg: lib/X11/src/xlibi18n/XlcDL.c,v 1.1.4.3 2004-02-11 17:46:29 eich Exp $ */ #include <stdio.h> #if defined(hpux) |