blob: 9a0d58afed8f2e9f72151633bdce7e014fadd5c7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
AUTOMAKE_OPTIONS = gnits 1.1k
# Generate this list with
# find . -type f -name '*.m4' -printf '%f\n'|sort |fmt
EXTRA_DIST = \
ccstdc.m4 dmalloc.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4
gettext.m4 header.m4 init.m4 install.m4 jm-mktime.m4 jm-winsz1.m4
jm-winsz2.m4 lcmessage.m4 lispdir.m4 maintainer.m4 memcmp.m4 mktime.m4
obstack.m4 progtest.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strftime.m4
strtod.m4 termios.m4 uptime.m4 winsz.m4
|