mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
0e2177c8cd
* m4/Makefile.am: Remove isc-posix.m4, it's obsolete. * m4/isc-posix.m4: Remove.
22 lines
305 B
Makefile
22 lines
305 B
Makefile
m4files = \
|
|
codeset.m4 \
|
|
gettext.m4 \
|
|
glib.m4 \
|
|
glibc21.m4 \
|
|
iconv.m4 \
|
|
intdiv0.m4 \
|
|
inttypes-pri.m4 \
|
|
inttypes.m4 \
|
|
inttypes_h.m4 \
|
|
lcmessage.m4 \
|
|
lib-ld.m4 \
|
|
lib-link.m4 \
|
|
lib-prefix.m4 \
|
|
pkg.m4 \
|
|
progtest.m4 \
|
|
stdint_h.m4 \
|
|
uintmax_t.m4 \
|
|
ulonglong.m4
|
|
|
|
EXTRA_DIST = README $(m4files)
|