view m4macros/Makefile.am @ 29986:1d6b962dea92

Use ExtUtils::ParseXS instead of the xsubpp script to generate C source for XS files on Windows (avoids us needing to know where Perl is installed)
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 12 Mar 2010 22:00:00 +0000
parents 402236ee7981
children
line wrap: on
line source

installed_m4=purple.m4

EXTRA_DIST=$(installed_m4)

m4datadir=$(datadir)/aclocal
m4data_DATA=$(installed_m4)