test: avoid false positives in 'cc-no-c-o' script
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Jul 2013 12:46:48 +0000 (13:46 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 23 Jul 2013 19:36:08 +0000 (20:36 +0100)
commitdb6cb1847233d56c965a6d1e196dfb09f860ee97
tree2ee6503008891517d6936dccb45101c75ff97ae8
parent0ac06406dcc6cf9c5f1fbeef340764e73cc8eae0
test: avoid false positives in 'cc-no-c-o' script

Fixes automake bug#14911.

* t/ax/cc-no-c-o.in: Be more careful in determining whether both the
'-c' and '-o' options have been passed on the command line to the
compiler.  In particular, do not spuriously complain in the face of
options like '-compatibility_version' or '-current_version' (seen on
Mac OS X 10.7).
* THANKS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
THANKS
t/ax/cc-no-c-o.in