lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev "configure" advice needed


From: dickey
Subject: Re: lynx-dev "configure" advice needed
Date: Sat, 17 Oct 1998 15:38:45 -0400 (EDT)

> I now realize this is poorly done; the script that extracts 
> the configuration definitions is not sensitive to the 
> compile-time conditionals.  But the C compiler makes these 
> tests easily, and I know of no simple way to make the same test 
> in a shell script.  Can anyone suggest a clever way to do 
> this test at "configure" time?  Should I add a C program 
> to the suite to emit the lines? 

yes - I think you'll have to do that (use AC_TRY_RUN, etc., to determine if
your compiler thinks the native character set is EBCDIC).  It probably
cannot be done in a shell script.
  
> Thanks, 
> gil 
> 


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

reply via email to

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