root/m4/Makefile.am

Revision 494eab75438a3bb13a71c33400326d67aa61c898, 483 bytes (checked in by Rémi Denis-Courmont <rem@videolan.org>, 4 months ago)

Update list of M4 macros

As an alternative, we could avoid shipping all the gettext macros and
require developpers have gettext if they want to rebuild ./configure
from a source tarball. I'd tend to lean for this option.

  • Property mode set to 100644
Line 
1 NULL =
2
3 EXTRA_DIST = \
4         codeset.m4 \
5         flags.m4 \
6         gettext.m4 \
7         glibc21.m4 \
8         glibc2.m4 \
9         iconv.m4 \
10         intdiv0.m4 \
11         intl.m4 \
12         intldir.m4 \
13         intlmacosx.m4 \
14         intmax.m4 \
15         inttypes-pri.m4 \
16         inttypes_h.m4 \
17         lcmessage.m4 \
18         lib-ld.m4 \
19         lib-link.m4 \
20         lib-prefix.m4 \
21         lock.m4 \
22         longlong.m4 \
23         nls.m4 \
24         po.m4 \
25         printf-posix.m4 \
26         private.m4 \
27         progtest.m4 \
28         size_max.m4 \
29         stdint_h.m4 \
30         uintmax_t.m4 \
31         visibility.m4 \
32         vlc.m4 \
33         wchar_t.m4 \
34         wint_t.m4 \
35         xsize.m4 \
36         $(NULL)
37
Note: See TracBrowser for help on using the browser.