[Automake-NG] [FYI] [ng] elisp: use more GNU make features in recipes

2012-08-07 Thread Stefano Lattarini
* lib/am/lisp.am (%.elc: %.el): Here, with the help of ... [%?FIRST%] (am.elisp.includes): ... this new internal variable. Signed-off-by: Stefano Lattarini stefano.lattar...@gmail.com --- lib/am/lisp.am | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

bug#12142: automake tries to compile a program when 'foo' and 'foo.cxx' exist (though the former is header)

2012-08-07 Thread Stefano Lattarini
On 08/06/2012 11:20 AM, Michał Górny wrote: On Mon, 06 Aug 2012 09:38:08 +0200 Stefano Lattarini stefano.lattar...@gmail.com wrote: On 08/05/2012 11:45 AM, Michał Górny wrote: autoconf: 2.69 automake: 1.12.2 libtool: 2.4.2 Also, which version of make are you using? GNU Make 3.82 OK,

Re: [FYI] {maint} tests: avoid spurious failure of 't/uninstall-fail.sh' on OpenIndiana

2012-08-07 Thread Stefano Lattarini
On 08/06/2012 02:56 PM, Eric Blake wrote: On 08/04/2012 12:15 PM, Stefano Lattarini wrote: On current OpenIndiana (based on what once was OpenSolaris 11), the shell /bin/sh (which, differently from what happens on Solaris, is a true POSIX shell, thus worthy of consideration) somehow manages to

Re: distinguish automake 1.11 from 1.12+ at autoconf time

2012-08-07 Thread Miles Bader
Ralf Corsepius ralf.corsep...@googlemail.com writes: My issue is ...rantrantblatherblather... Please start a new thread when your message has bugger all to do with the previous message. Thanks, -miles -- The car has become... an article of dress without which we feel uncertain, unclad, and

Re: distinguish automake 1.11 from 1.12+ at autoconf time

2012-08-07 Thread Ralf Corsepius
On 08/07/2012 08:16 AM, Miles Bader wrote: Ralf Corsepius ralf.corsep...@googlemail.com writes: My issue is ...rantrantblatherblather... Please start a new thread when your message has bugger all to do with the previous message. Pardon, may-be I am missing something, but in my understanding I

Re: distinguish automake 1.11 from 1.12+ at autoconf time

2012-08-07 Thread Miles Bader
Ralf Corsepius ralf.corsep...@googlemail.com writes: Pardon, may-be I am missing something, but in my understanding I am having the same issue as the OP: No, you were just looking for an excuse to start ranting... -miles -- Yorton, Wressle, and Gospel Oak, the richness of your heritage is

Re: distinguish automake 1.11 from 1.12+ at autoconf time

2012-08-07 Thread Ralf Corsepius
On 08/07/2012 08:35 AM, Miles Bader wrote: Ralf Corsepius ralf.corsep...@googlemail.com writes: Pardon, may-be I am missing something, but in my understanding I am having the same issue as the OP: No, you were just looking for an excuse to start ranting... Feel free to think so ... EOT

using cygpath for compiling and linking

2012-08-07 Thread Baurzhan Ismagulov
Hello, I've tried to use a Windows compiler (WindRiver Diab) with automake under cygwin. The compiler gets cygwin-style paths (/cygdrive/c/...) on its command line and fails. How can I make automake use cygpath for compilation (prog_SOURCES) and linking (prog_LDADD)? I see that there is e.g.

Re: distinguish automake 1.11 from 1.12+ at autoconf time

2012-08-07 Thread Bob Friesenhahn
On Mon, 6 Aug 2012, Eric Blake wrote: What _specific_ feature are you using from 1.12 that wasn't present in 1.11? Or put another way, either your configure.ac works equally well with both versions (so you don't care which version), or there's something you do with 1.12 that doesn't work with

Re: using cygpath for compiling and linking

2012-08-07 Thread Bob Friesenhahn
On Tue, 7 Aug 2012, Baurzhan Ismagulov wrote: I've tried to use a Windows compiler (WindRiver Diab) with automake under cygwin. The compiler gets cygwin-style paths (/cygdrive/c/...) on its command line and fails. How can I make automake use cygpath for compilation (prog_SOURCES) and linking