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: Sun, 16 May 1999 07:05:36 -0400 (EDT)

> 
> 15-May-99 23:20 address@hidden wrote: 
> >> >> 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: 
>  
> Perhaps should be ifdef'ed with HAVE_GETTEXT also. 

perhaps - that sounds right (I'll reexamine this).  thanks.
  
> >> 
> >>     /* 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]