From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Franz Sirl Cc: rodneybrown@pmsc.com, Subject: Re: Possible egcs-1.1.2-pre2 configure problem on HP-UX 9.04 Date: Mon, 01 Mar 1999 09:32:00 -0000 Message-id: In-reply-to: Franz Sirl's message of "Mon, 01 Mar 1999 18:14:42 +0100" References: <"Mon,> <01> <99> <13:54:17> <-0500> <9902289202.AA920257535@cc.pmsc.com> <4.2.0.25.19990301181134.036dc550@mail.lauterbach.com> X-SW-Source: 1999-03/msg00021.html On Mar 1, 1999, Franz Sirl wrote: > 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? Yep, this is only for configure time. > --- 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 > -SHELL = @SHELL@ > +SHELL = /bin/sh I don't think this would be a problem, but it's strange that automake 1.3 does not use @SHELL@ as defined by configure... Well, most commands it runs are so simple that it shouldn't matter. -- Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org,computer.org} oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org} Instituto de Computação, Universidade Estadual de Campinas, SP, Brasil From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Franz Sirl Cc: rodneybrown@pmsc.com, Subject: Re: Possible egcs-1.1.2-pre2 configure problem on HP-UX 9.04 Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: References: <"Mon,> <01> <99> <13:54:17> <-0500> <9902289202.AA920257535@cc.pmsc.com> <4.2.0.25.19990301181134.036dc550@mail.lauterbach.com> X-SW-Source: 1999-03n/msg00021.html Message-ID: <19990331234600.Oep5-03xJJObh1FkEuFdKsgVqnAbJgXUC2IIXssq3ak@z> On Mar 1, 1999, Franz Sirl wrote: > 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? Yep, this is only for configure time. > --- 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 > -SHELL = @SHELL@ > +SHELL = /bin/sh I don't think this would be a problem, but it's strange that automake 1.3 does not use @SHELL@ as defined by configure... Well, most commands it runs are so simple that it shouldn't matter. -- Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org,computer.org} oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org} Instituto de Computação, Universidade Estadual de Campinas, SP, Brasil