You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
356 B
11 lines
356 B
4 years ago
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-
|
||
|
|
||
|
aclocaldir = @aclocaldir@
|
||
|
aclocal_DATA = gettext.m4 lcmessage.m4 progtest.m4
|
||
|
|
||
|
# Generate this list with
|
||
|
# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt |tr '\012' @ \
|
||
|
# |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012'
|
||
|
EXTRA_DIST = README \
|
||
|
gettext.m4 lcmessage.m4 progtest.m4
|