lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev still having to patch makefile wrt locale and po


From: dickey
Subject: Re: lynx-dev still having to patch makefile wrt locale and po
Date: Thu, 14 Jan 1999 08:59:47 -0500 (EST)

> 
> I run ./configure: 
>  
> ./configure --prefix=$HOME/.usr \ 
>         --datadir=$HOME/.usr/share \ 
>         --enable-nls --with-included-gettext=no \ 
>         --with-screen=slang --enable-nsl-fork --with-zlib \ 
>         --disable-partial --enable-gzip-help --enable-externs \ 
>         --disable-menu-options --enable-internal-links 

Use the --with-nls-datadir option rather than --datadir.

          --with-nls-datadir=$HOME/.usr/share \ 

(I added an option because the NLS data's default location depends on other
factors than just the install-prefix).

> and get the following in makefile: 
>  
> [...] 
> ## Where your locale data is 
> # datadir = /home/kyoin/nelsonhe/.usr/share 
> datadir = /usr/local/share 
> localedir = $(datadir)/locale 
> [...] 
> all lynx$x: cfg_defs.h LYHelp.h 
>         $(SHELL) $(srcdir)/fixtext.sh $(srcdir)/LYMessages_en.h >LYMessages.c 
>         #cd intl && $(MAKE) CC="$(CC)" 
>         cd po && $(MAKE) CC="$(CC)" 
>         cd WWW/Library/unix && $(MAKE) CC="$(CC)" \ 
> . 
>  
> It would be nice if makefile read: 
>  
> [...] 
> # datadir = /usr/local/share 
> datadir = /home/kyoin/nelsonhe/.usr/share 
> [...] 
>         #cd intl && $(MAKE) CC="$(CC)" 
>         #cd po && $(MAKE) CC="$(CC)" 
>         cd WWW/Library/unix && $(MAKE) CC="$(CC)" \ 
>  
> __Henry 
> 


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

reply via email to

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