1## Process this file with automake to produce Makefile.in -*-Makefile-*-
2
3aclocaldir = @aclocaldir@
4aclocal_DATA = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4
5# Generate this list with
6# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
7#   |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
8EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 \
9progtest.m4
10