view m4macros/Makefile.am @ 16523:fe6fd0568d04

Passing --enable-mcheck or --enable-debug will add "-lmcheck", which will do the same thing as MALLOC_CHECK_=2 without it having to be specified every time. I encourage everyone to use at least --enable-debug and --enable-fatal-asserts if you can. ;) See this page for more information: http://www.gnu.org/software/libc/manual/html_node/Heap-Consistency-Checking.html
author Richard Laager <rlaager@wiktel.com>
date Fri, 27 Apr 2007 17:55:38 +0000
parents 402236ee7981
children
line wrap: on
line source

installed_m4=purple.m4

EXTRA_DIST=$(installed_m4)

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