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.

This commit is contained in:
Egbert Eich 2004-02-11 17:46:29 +00:00
parent 86c0fe5f7e
commit bf294fbd0d

View file

@ -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)