view m4macros/Makefile.am @ 24894:cead8692e35f

Terminate the loop on the first null-character. (Currently it would not terminate for the first null in, e.g. "1 2 \0 3")
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 06 Jan 2009 19:50:18 +0000
parents 402236ee7981
children
line wrap: on
line source

installed_m4=purple.m4

EXTRA_DIST=$(installed_m4)

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