Re: Fix latent failures of aclocal7.test

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: RW * Ralf Wildenhues wrote on Sat, Apr 22, 2006 at 09:39:55PM CEST: OK to apply? RW ..including copyright year update, of course? Of course :) -- Alexandre Duret-Lutz Shared books are happy books.

Re: automake/481: Add support for HPUX aCC to depcomp

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: [...] RW Yes, I agree. So it seems it works with HP's ia64 C compilers, and with RW HP's C++ compilers, right? For lack of a better name, how about this RW patch? RW Cheers, RW Ralf RW * lib/depcomp (ia64hp): Rename dependency style to..

Re: fix mkinst3.test

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: [...] RW OK? Please. RW Cheers, RW Ralf RW * tests/mkinst3.test: Fix `mkdir' wrapper to not be confused RW if ``pwd`' contains the string `-p'. Create the wrapper in a RW subdirectory so that `.' in $PATH does not lead to an endless RW

perl -i nonfunctional on MinGW

2006-05-10 Thread Ralf Wildenhues
Welcome back Alexandre! On MinGW, this happens: | + /bin/perl -pi -e 's/#: //' configure.in | Can't do inplace edit on configure.in: Permission denied. So here's a patch to replace all perl -i with sed mv. After finishing the patch it dawned on me that perl -i~ may be working, and indeed,

Re: FreeBSD, autom4te and locking on NFS

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: [...] - BTW, is there real-world indication of build tools other than Automake-created Makefiles that may happen to invoke parallel autom4te instances, possibly indirectly? I think you can configure autom4te (with ~/.autom4te.cfg) so

Re: perl 5.8.2 Getopt::Long

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: [...] RW I don't know if it's too strict to require perl-5.8.2, given the RW systems that have an older native versions. It is. People seem very leery of upgrading their Perl installations. Automake 1.10 will be the first version to drop

Re: automake/483: missing doesn't handle --output for missing makeinfo

2006-05-10 Thread Ralf Wildenhues
Hi Alexandre, Dennis, * Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 09:32:07PM CEST: RW == Ralf Wildenhues [EMAIL PROTECTED] writes: RW * lib/missing (sed_minuso, sed_output): New variables. RW (autom4te, help2man, makeinfo): Use them. Unifies detection of RW `-o FILE', `--output

Re: ansi2knr and pmake

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: [...] RW OK? Yes, please. RW Or do we give up on KnR anyway and remove ansi2knr and its RW support code? We'll probably do that at some point. RW * lib/am/ansi2knr.am (ansi2knr): Rename target as.. RW (./ansi2knr): ..this, for BSD make.

Re: Fix latent failures of aclocal7.test

2006-05-10 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 09:32:37PM CEST: RW == Ralf Wildenhues [EMAIL PROTECTED] writes: RW * Ralf Wildenhues wrote on Sat, Apr 22, 2006 at 09:39:55PM CEST: OK to apply? RW ..including copyright year update, of course? Of course :) Done, thanks!

Re: AC_PROG_CC_STDC and ac_cv_prog_cc_stdc

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: [...] RW So for Automake I now propose this remaining patch. RW Cheers, and thanks for the review! RW Ralf RW * tests/ansi10.test: Use AC_PROG_CC_STDC. Fix test that RW ac_cv_prog_cc_stdc isn't just used by Automake code in RW

Re: perl 5.8.2 Getopt::Long

2006-05-10 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 10:21:25PM CEST: RW == Ralf Wildenhues [EMAIL PROTECTED] writes: RW I don't know if it's too strict to require perl-5.8.2, given the RW systems that have an older native versions. It is. People seem very leery of upgrading their

Re: tests/defs.in: Bourne compatible update

2006-05-10 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 10:22:06PM CEST: RW == Ralf Wildenhues [EMAIL PROTECTED] writes: RW OK? Yeah, why not. Applied, thanks! RW * tests/defs.in (Be Bourne compatible): Update from current RW Autoconf. Cheers, Ralf

Re: OpenBSD shell, errexit, and in if clause

2006-05-10 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Wed, May 10, 2006 at 10:36:19PM CEST: RW == Ralf Wildenhues [EMAIL PROTECTED] writes: RW OpenBSD /bin/sh aka /bin/ksh has an interesting bug: the second false RW in the script below wrongly causes the shell to exit, but not the first RW one, so two isn't

Re: missing*.test failures on Tru64; 'required=' lines

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: RW * tests/missing.test, tests/missing2.test, tests/missing4.test: RW Add some $sleep, for Tru64 make on NFS. RW * tests/missing.test, tests/missing2.test: Do not require RW GNUmake. RW * Makefile.am (maintainer-check): Make sure `required='

Re: pending Autoconf + Automake patches

2006-05-10 Thread Alexandre Duret-Lutz
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: RW Hello Alexandre, ;-) RW For your convenience, I have compiled a list of pending bugfix patches RW against Automake again. The ones listed in this message affect Autoconf RW as well, are thus somewhat important for its next release. It