lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev lynx2.8.2dev.26


From: dickey
Subject: Re: lynx-dev lynx2.8.2dev.26
Date: Sat, 15 May 1999 23:20:49 -0400 (EDT)

> >> What I got on my Linux system, no gettext enabled 
>  
> >> gcc -DHAVE_CONFIG_H  -DLOCALEDIR=\"/home/pauzner/.lynx/share/locale\" -I. 
> >> -I.. - 
> >> Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation  -O2 
> >> -DLINU 
> >> X  -c ./LYShowInfo.c 
>  
> > good 
>  
> Seems I will not use LOCALEDIR in any case, why it was inserted? 

It's something from the gettext configure script - generally, the location
of the directories containing the message libraries.
  
> >From LYMain.c: 
>  
>     /* Set the text message domain.  */ 
> #ifdef HAVE_LIBINTL_H 
> #ifndef __DJGPP__ 
>     bindtextdomain ("lynx", LOCALEDIR); 
> #endif /* !__DJGPP__ */ 
>     textdomain ("lynx"); 
> #endif /* HAVE_LIBINTL_H */ 

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]