>>>>> "John" == John David Anglin <[EMAIL PROTECTED]> writes: John> OK. Here is a revised patch. 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 +234,7 @@ $debug || { trap 'status=$?; rm -rf $tmp && exit $status' 0 - trap 'exit $?' 1 2 13 15 + trap '(exit $?); exit' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. John, thanks for the patch. Don't hesitate to send its siblings (that of autoupdate, autoreconf, autoscan, autoheader and ifnames :) :) :)
- Re: CVS autoconf is broken John David Anglin
- Re: CVS autoconf is broken Akim Demaille
- Re: CVS autoconf is broken Alexandre Oliva
- Re: CVS autoconf is broken Akim Demaille
- Re: CVS autoconf is broken Alexandre Oliva
- Re: CVS autoconf is broken Akim Demaille
- Re: CVS autoconf is broken John David Anglin
- Re: CVS autoconf is broken John David Anglin
- Re: CVS autoconf is broken Paul Eggert
- Re: CVS autoconf is broken John David Anglin
- Re: CVS autoconf is broken Akim Demaille
- Re: CVS autoconf is broken John David Anglin
- Re: CVS autoconf is broken Paul Eggert
- Re: CVS autoconf is broken Thomas E. Dickey
- Re: CVS autoconf is broken John David Anglin
- Re: CVS autoconf is broken John David Anglin
- Re: CVS autoconf is broken John David Anglin