blob: 5b98da3212dc780e16d8bac4baaded8a387a6343 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to create Makefile.in
AUTOMAKE_OPTIONS = gnits
MAINT_CHARSET = latin1
m4datadir = $(datadir)/aclocal
m4data_DATA = ccstdc.m4 dmalloc.m4 init.m4 install.m4 \
lispdir.m4 maintainer.m4 protos.m4 ptrdiff.m4 regex.m4 strtod.m4 termios.m4 \
winsz.m4 mktime.m4 error.m4 obstack.m4 sanity.m4
EXTRA_DIST = $(m4data_DATA)
|