view m4macros/Makefile.am @ 24471:f3103f786c86

Prevent a NULL printf crash. This probably wont actually ever authenticate successfully in the situation where it would have crashed, but at least it wont crash. Fixes #7526
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 24 Nov 2008 03:23:25 +0000
parents 402236ee7981
children
line wrap: on
line source

installed_m4=purple.m4

EXTRA_DIST=$(installed_m4)

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