This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make configure.com ready for C++.
authorCraig A. Berry <craigberry@mac.com>
Fri, 25 May 2012 00:01:16 +0000 (19:01 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 25 May 2012 00:01:16 +0000 (19:01 -0500)
commit85fac3a953e8269e9239f75b4e9f1db6ad684ccb
tree04532ec0ced885daa32a2538df6961ab12978e0d
parent2242159b1c96bb6b44fa49ed1fe33b2d81f3df78
Make configure.com ready for C++.

Building on Peter Prymmer's work from some years ago, this gets
the configuration process on VMS up to speed on the native C++
compiler.  Quite a bit of it involves tweaking the configuration
probes to work under C++, plus a variety of other nits.

TODO:  This should probably be made to work as -Dcc=cxx rather
than -Dusecxx as it does now, but it's still pretty experimental.
configure.com