Re: [PATCH 1/5] objc++: initial support for Objective C++

2012-04-30 Thread Stefano Lattarini
Hi Peter, sorry for the delay. On 04/27/2012 10:19 AM, Stefano Lattarini wrote: From: Peter Breitenlohner p...@mppmu.mpg.de Original thread (dating back to almost three years ago): http://lists.gnu.org/archive/html/automake-patches/2009-07/msg00016.html * automake.in: Register new

Re: [PATCH 1/5] objc++: initial support for Objective C++

2012-04-30 Thread Peter Breitenlohner
On Mon, 30 Apr 2012, Stefano Lattarini wrote: Unfortunately, this patch breaks automake with older autoconfs (e.g., 2.62), even when the Objective C++ is not used. For example: ... This is due to the unconditional use of 'AC_PROG_OBJCXX' in AM_INIT_AUTOMAKE. I've squashed in the diff

Re: [PATCH 1/5] objc++: initial support for Objective C++

2012-04-30 Thread Stefano Lattarini
On 04/30/2012 01:11 PM, Peter Breitenlohner wrote: On Mon, 30 Apr 2012, Stefano Lattarini wrote: Unfortunately, this patch breaks automake with older autoconfs (e.g., 2.62), even when the Objective C++ is not used. For example: ... This is due to the unconditional use of 'AC_PROG_OBJCXX'

[PATCH 1/5] objc++: initial support for Objective C++

2012-04-27 Thread Stefano Lattarini
From: Peter Breitenlohner p...@mppmu.mpg.de Original thread (dating back to almost three years ago): http://lists.gnu.org/archive/html/automake-patches/2009-07/msg00016.html * automake.in: Register new language 'objcxx'. (lang_objcxx_rewrite): New subroutine. (resolve_linker): Add OBJCXXLINK.