]> git.sesse.net Git - vlc/commitdiff
Update list of M4 macros
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 25 Mar 2008 16:36:47 +0000 (18:36 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 25 Mar 2008 16:36:47 +0000 (18:36 +0200)
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.

m4/Makefile.am

index af72a62dfdacf58fbb0c473326e72877365fcc7d..774c7b894791599a20bf0096cb966d6b0ba30010 100644 (file)
@@ -2,12 +2,16 @@ NULL =
 
 EXTRA_DIST = \
        codeset.m4 \
+       flags.m4 \
        gettext.m4 \
        glibc21.m4 \
+       glibc2.m4 \
        iconv.m4 \
        intdiv0.m4 \
        intl.m4 \
        intldir.m4 \
+       intlmacosx.m4 \
+       intmax.m4 \
        inttypes-pri.m4 \
        inttypes_h.m4 \
        lcmessage.m4 \
@@ -15,13 +19,19 @@ EXTRA_DIST = \
        lib-link.m4 \
        lib-prefix.m4 \
        lock.m4 \
+       longlong.m4 \
+       nls.m4 \
+       po.m4 \
+       printf-posix.m4 \
        private.m4 \
        progtest.m4 \
+       size_max.m4 \
        stdint_h.m4 \
        uintmax_t.m4 \
-       ulonglong.m4 \
        visibility.m4 \
        vlc.m4 \
-       flags.m4 \
+       wchar_t.m4 \
+       wint_t.m4 \
+       xsize.m4 \
        $(NULL)