File libtranslate-m4.diff of Package libtranslate
From: Jan Engelhardt <jengelh@medozas.de> Date: 012-01-30 14:21:28.446008638 +0100 aclocal ought to search in m4/ to find AM_PATH_TALKFILTERS. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) Index: libtranslate-0.99/Makefile.am =================================================================== --- libtranslate-0.99.orig/Makefile.am +++ libtranslate-0.99/Makefile.am @@ -1,3 +1,6 @@ +# -*- Makefile -*- + +ACLOCAL_AMFLAGS = -I m4 # docs needs src SUBDIRS = data m4 po src docs