This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add non-XS extensions to known_extensions in configure.com.
authorCraig A. Berry <craigberry@mac.com>
Thu, 4 Jul 2013 17:25:55 +0000 (12:25 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 4 Jul 2013 17:25:55 +0000 (12:25 -0500)
commit86ad859eff07e4c550fb84a581e06fc016fe43ed
tree991b249e05e1cc4aa4f4b54dd340a2b92460761c
parent0d8e2021867d5bf3ab7ddfde7c85544aca2ba61e
Add non-XS extensions to known_extensions in configure.com.

Follow-up to f7b3892b9e45c6994.

For now we're not re-sorting known_extensions after combining the
XS and non-XS extensions into one list.  It would be pretty arduous
to do that in DCL and probably doesn't matter.

We special-case VMS::Filespec because (at least on VMS) it's an XS
extension so clearly doesn't belong in nonxs_ext.  Technically it's
static because it's XS bits live in vms/vms.c, but it's not clear
that it belongs in static_ext as those would normally be things
that require an extra link step (if such static linking even
works, which we don't know as it hasn't been tested in a long
time.)
configure.com