rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit ff0cea8fca8dcafe9c91f5dad081c802c7cf2270
parent 57c2e46ca6138eb29282d29f47feeaa44404b656
Author: tjg <tjg>
Date:   Wed,  9 Dec 1998 11:46:44 +0000

  Portability: use AM_PROG_CC_STDC.  This obviates the need for a
  special hack on HP-UX.

Diffstat:
MINSTALL | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -1,8 +1,5 @@ COMPILING -See below for system-specific changes to these instructions (currently -only HP-UX). - rc uses GNU autoconf and automake. The following commands are all you need to configure, build, test, and install rc. @@ -145,13 +142,6 @@ are building rc for multiple architectures. All you need do is specify the path to the configure script in the first step. Suitable `make's include GNU, HP-UX, and SunOS, but not Irix, nor Ultrix, nor UnixWare. -SPECIAL INSTRUCTIONS FOR HP-UX - -On HP-UX, if you are using the system-supplied compiler, you must -specify `-Ae', for example like this. - - CC='cc -Ae' sh configure - COMPILATION WARNINGS If your C compiler is gcc, the option `-Wall' is turned on. This may