More shell variables that change: LINENO and RANDOM

2000-03-10 Thread John David Anglin
The following patch adds LINENO and RANDOM to shell variables that change in actest.m4. -- J. David Anglin [EMAIL PROTECTED] National Research Council of Canada (613) 990-0752 (FAX: 952-6605) --- actest.m4.orig Fri Mar 10 10:22:14 2000 +++ acte

Re: VAX Ultrix bootstrap failure with gcc-2.96

2000-06-15 Thread John David Anglin
> Kaveh wrote: > > Another approach would be to do this: > > > > if $host == $target && $build == $target > > Use autoconf to set GETGROUPS_T > > else > > GETGROUPS_T = gid_t > > fi > > Good call. I like this solution. It will be > necessary to use __GETGROUPS_T, however, because > GETGROU

Re: CVS autoconf is broken

2000-08-09 Thread John David Anglin
m4 in automake-1.4a. >From your email, it appears that you are going to back out the change that obsoleted these macros until an Automake with quoted macros is released? Dave > > >>>>> "John" == John David Anglin <[EMAIL PROTECTED]> writes: > > John> O

Re: CVS autoconf is broken

2000-08-10 Thread John David Anglin
> Please, do not answer to me only, send all this to bug-autoconf or to > autoconf@. For the time being, I don't want to change anything in > Autoconf, I want to have a snapshot RSN. Then in September, when I'm > back from vacation, when there will be enough feedback about this > snapshot, we wi

Re: CVS autoconf is broken

2000-08-10 Thread John David Anglin
Here is a patch to correct the exit status of autoconf under hpux shells. I have tested it under hpux 10.20 and i686 linux. Dave -- J. David Anglin [EMAIL PROTECTED] National Research Council of Canada (613) 990-0752 (FAX: 952-6605) 2000-08-10 J. D

Re: CVS autoconf is broken

2000-08-10 Thread John David Anglin
> >Date: Thu, 10 Aug 2000 16:02:54 -0400 (EDT) > From: "John David Anglin" <[EMAIL PROTECTED]> > >Here is a patch to correct the exit status of autoconf under hpux shells. > > Most of that patch is OK, but the hunks quoted below can be > sim

Re: CVS autoconf is broken

2000-08-11 Thread John David Anglin
> Thanks. Given that Paul approved it, I'll apply it, but I confess I > don't understand this part of the patch. Paul, could you explain it > to me? In fact it seems wrong to me. > > --- autoconf.sh.orig Wed Aug 9 13:06:15 2000 > +++ autoconf.sh Thu Aug 10 17:09:46 2000 > @@ -234,7 +23

Re: CVS autoconf is broken

2000-08-11 Thread John David Anglin
> > On Fri, 11 Aug 2000, Paul Eggert wrote: > > >Date: Fri, 11 Aug 2000 12:30:27 -0400 (EDT) > > From: "John David Anglin" <[EMAIL PROTECTED]> > > > >Possibly `(exit $?); exit' could be simplified to just `exit'. > >

Re: CVS autoconf is broken

2000-08-11 Thread John David Anglin
> John, thanks for the patch. Don't hesitate to send its siblings (that > of autoupdate, autoreconf, autoscan, autoheader and ifnames :) :) :) Here is a patch for the siblings. I also reverted the two `|| exit' commands in autoconf.sh to `|| { (exit 1); exit; }' because I had one test failure u

Re: CVS autoconf is broken

2000-08-11 Thread John David Anglin
> > > John, thanks for the patch. Don't hesitate to send its siblings (that > > of autoupdate, autoreconf, autoscan, autoheader and ifnames :) :) :) > > Here is a patch for the siblings. I also reverted the two `|| exit' > commands in autoconf.sh to `|| { (exit 1); exit; }' because I had one >

Re: CVS autoconf is broken - one month patch reminder

2000-09-11 Thread John David Anglin
> > > John, thanks for the patch. Don't hesitate to send its siblings (that > > of autoupdate, autoreconf, autoscan, autoheader and ifnames :) :) :) > > Here is a patch for the siblings. I also reverted the two `|| exit' > commands in autoconf.sh to `|| { (exit 1); exit; }' because I had one >