[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Autoconf plans
From: |
Richard Levitte - VMS Whacker |
Subject: |
Re: LYNX-DEV Autoconf plans |
Date: |
Tue, 11 Mar 1997 14:26:55 MET |
Again, Tom is doing most of the work and has some comments on this at
http://www.clark.net/pub/dickey/lynx/lynx-autoconf.html
For starters, I'd suggest the "<--!$Id$-->" be changed to "<!--$Id-->"
in that document :-).
Other comments from WIN and VMS users have been "what about us?"
For VMS, there's my port of autoconf 1 (I'm still working on autoconf 2).
Most configure.in for autoconf 2 can be tweaked to work with autoconf 1 if
need be.
config.h
--------
This file is created by the configure script and contains platform
specific definitions. This will be mostly for UN*X systems. The
other platforms will need pre-built config.h files. We might name
these config.h-mswin, config.h-vms, etc. This replaces the old
In the VMS case, and assuming autoconf is used there, there's no need
at all for a separate config.h.
What is needed is a separate configure.in for VMS (called configure.com_in)
and separate makefiles (for now, I support MMS (DECs "make" for VMS) and
MMK (a free clone), so they'll be called things like descrip.mms_in and
in the case there is a Makefile.in.in, descrip.mms_in_in). I've done
such work more than once.
Systems
-------
We need those alpha testers to try this out on all the systems Tom
and I don't have, particularly SCO, HP, AIX, and DEC boxes.
*waves with a little flag marked "VMS"*
--
R Levitte, Levitte Programming; Spannv. 38, I; S-161 43 Bromma; SWEDEN
Tel: +46-8-26 52 47; Cel: +46-10-222 64 05; No fax right now
PGP key fingerprint = A6 96 C0 34 3A 96 AA 6C B0 D5 9A DF D2 E9 9C 65
Check http://www.lp.se/~levitte for my public key. address@hidden
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;
- LYNX-DEV Autoconf plans, Jim Spath (Webmaster Jim), 1997/03/11
- Re: LYNX-DEV Autoconf plans,
Richard Levitte - VMS Whacker <=