This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Possible egcs-1.1.2-pre2 configure problem on HP-UX 9.04


At 18:01 01.03.99 , Alexandre Oliva wrote:
>On Mar  1, 1999, rodneybrown@pmsc.com wrote:
>
>> Configuring on HP-UX 9.04 gave a 'sh internal 2K buffer overflow' -
>> the build seems to be running and pre1 worked ok. I tried changing
>> the etc/configure to run using #!/bin/ksh to no avail.
>
>Set CONFIG_SHELL

Hmm, will this still work as expected? In the diff from 1.1.1 to 1.1.2pre2 
I noticed some entries like below in the texinfo subdir.

Franz.


Index: texinfo/lib/Makefile.in
--- texinfo/lib/Makefile.in     1998/04/02 03:45:22     1.4
+++ texinfo/lib/Makefile.in     1999/02/24 02:45:41     1.4.2.1
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.2e from Makefile.am
+# Makefile.in generated automatically by automake 1.3 from Makefile.am

 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -11,7 +11,7 @@
 # PARTICULAR PURPOSE.


-SHELL = @SHELL@
+SHELL = /bin/sh




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]