Hi Peter, thanks for the patches. I've applied them locally, fixed some trivial typos and blunders, and I'm sending them out for a new round of review. Note that I still am a bit unsatisfied with the state of the tests, and will report my objections in a reply to the relevant patch (later, probably).
Also, may I ask you if, in the future, you could send out your patches in separate messages (one message per patch), and preferably inlined in the message body, to simplify the reviewers' work? The "send-email" git command can greatly help in automatizing that. Best regards, Stefano -*-*-*- Peter Breitenlohner (4): objc++: initial support for Objective C++ objc++: add documentation objc++: test support for '.mm' suffix in _SOURCES enrries objc++: add first tests Stefano Lattarini (1): news: announce initial support for Objective C++ NEWS | 7 ++++++ automake.in | 29 ++++++++++++++++++++-- doc/automake.texi | 57 ++++++++++++++++++++++++++++++++++++++++--- lib/Automake/Variable.pm | 2 ++ m4/depend.m4 | 5 ++-- m4/init.m4 | 6 ++++- t/ext.sh | 5 ++-- t/list-of-tests.mk | 2 ++ t/nodep2.sh | 3 ++- t/objcxx-basic.sh | 37 ++++++++++++++++++++++++++++ t/objcxx-demo.sh | 61 ++++++++++++++++++++++++++++++++++++++++++++++ 11 files changed, 203 insertions(+), 11 deletions(-) create mode 100755 t/objcxx-basic.sh create mode 100755 t/objcxx-demo.sh -- 1.7.9.5