view m4macros/Makefile.am @ 22612:c3189d5da3bf

autoconf started crying at me about "possibly undefined macro: PKG_CHECK_MODULES" this seems to fix it, oddly enough. I don't know if it will still find old versions of check now though. I guess it doesn't matter, it's not like many people actually bother to run "make check".
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 02 Apr 2008 13:35:09 +0000
parents 402236ee7981
children
line wrap: on
line source

installed_m4=purple.m4

EXTRA_DIST=$(installed_m4)

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