lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev why have --datadir=DIR if you can't use it?


From: dickey
Subject: Re: lynx-dev why have --datadir=DIR if you can't use it?
Date: Wed, 18 Nov 1998 08:03:15 -0500 (EST)

> Pretty please?! (for the third time): 

I'll look at this in the next patch - this won't work as you've written it,
but it's a good reminder.
  
> *** lynx2-8-2/makefile.in.orig        Wed Nov 18 13:06:20 1998 
> --- lynx2-8-2/makefile.in     Wed Nov 18 13:07:48 1998 
> *************** 
> *** 48,56 **** 
>   helpdir= @libdir@/lynx_help 
>    
>   ## Where your locale data is 
> ! # datadir = @datadir@ 
> ! datadir = /usr/local/share 
> ! localedir = $(datadir)/locale 
>    
>   ##set the relative location of the WWW library Implementation directory, 
>   ##from this directory 
> --- 48,55 ---- 
>   helpdir= @libdir@/lynx_help 
>    
>   ## Where your locale data is 
> ! datadir = @datadir@ 
> ! localedir = @datadir@/locale 
>    
>   ##set the relative location of the WWW library Implementation directory, 
>   ##from this directory 
> *** lynx2-8-2/src/makefile.in.orig    Wed Nov 18 13:25:08 1998 
> --- lynx2-8-2/src/makefile.in Wed Nov 18 13:25:45 1998 
> *************** 
> *** 13,20 **** 
>    
>   top_builddir        = .. 
>    
> ! # see po/makefile 
> ! localedir   = $(prefix)/@DATADIRNAME@/locale 
>    
>   # Symbols which the configure script can set in each makefile: 
>   CC          = @CC@ 
> --- 13,19 ---- 
>    
>   top_builddir        = .. 
>    
> ! localedir   = @datadir@/locale 
>    
>   # Symbols which the configure script can set in each makefile: 
>   CC          = @CC@ 


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

reply via email to

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