Changeset 494eab75438a3bb13a71c33400326d67aa61c898

Show
Ignore:
Timestamp:
25/03/08 17:36:47 (8 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1206463007 +0200
git-parent:

[d7b8bf480598ed9a92a7889793d652cacda09d42]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1206463007 +0200
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • m4/Makefile.am

    r7984e32 r494eab7  
    33EXTRA_DIST = \ 
    44    codeset.m4 \ 
     5    flags.m4 \ 
    56    gettext.m4 \ 
    67    glibc21.m4 \ 
     8    glibc2.m4 \ 
    79    iconv.m4 \ 
    810    intdiv0.m4 \ 
    911    intl.m4 \ 
    1012    intldir.m4 \ 
     13    intlmacosx.m4 \ 
     14    intmax.m4 \ 
    1115    inttypes-pri.m4 \ 
    1216    inttypes_h.m4 \ 
     
    1620    lib-prefix.m4 \ 
    1721    lock.m4 \ 
     22    longlong.m4 \ 
     23    nls.m4 \ 
     24    po.m4 \ 
     25    printf-posix.m4 \ 
    1826    private.m4 \ 
    1927    progtest.m4 \ 
     28    size_max.m4 \ 
    2029    stdint_h.m4 \ 
    2130    uintmax_t.m4 \ 
    22     ulonglong.m4 \ 
    2331    visibility.m4 \ 
    2432    vlc.m4 \ 
    25     flags.m4 \ 
     33    wchar_t.m4 \ 
     34    wint_t.m4 \ 
     35    xsize.m4 \ 
    2636    $(NULL) 
    2737