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

2012-04-27 Thread Stefano Lattarini
From: Peter Breitenlohner Original thread (dating back to almost three years ago): * automake.in: Register new language 'objcxx'. (lang_objcxx_rewrite): New subroutine. (resolve_linker): Add OBJCXXLINK. (%_am_macro_for_co

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 > > Original thread (dating back to almost three years ago): > > > * automake.in: Register new language 'objcxx'

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 below,

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_PRO