[vlc-devel] commit: Remove the autoconf hack, fix gettext broken in b6c4b865 ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Mar 23 09:49:58 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun Mar 23 10:49:16 2008 +0200| [974a399a24723d1ee6ac4ee5b69b186cd47c0e31]

Remove the autoconf hack, fix gettext broken in b6c4b865
and fix the M4 ignore rules

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=974a399a24723d1ee6ac4ee5b69b186cd47c0e31
---

 .gitignore                                     |    1 -
 bootstrap                                      |   11 -
 configure.ac                                   |    4 +-
 extras/buildsystem/autotools/m4/autoconf260.m4 |   24 --
 m4/.gitignore                                  |   19 -
 m4/gettext.m4                                  |   42 +---
 m4/glibc2.m4                                   |   30 ++
 m4/iconv.m4                                    |   87 +++++-
 m4/intdiv0.m4                                  |   46 ++-
 m4/intl.m4                                     |   36 ++-
 m4/intlmacosx.m4                               |   51 +++
 m4/intmax.m4                                   |   33 ++
 m4/lib-link.m4                                 |  189 +++++++----
 m4/lock.m4                                     |   11 +-
 m4/longdouble.m4                               |   31 ++
 m4/longlong.m4                                 |  109 ++++++
 m4/nls.m4                                      |   31 ++
 m4/po.m4                                       |  449 ++++++++++++++++++++++++
 m4/printf-posix.m4                             |   44 +++
 m4/private.m4                                  |  353 +++++++++++++++++++
 m4/size_max.m4                                 |   68 ++++
 m4/uintmax_t.m4                                |    8 +-
 m4/wchar_t.m4                                  |   20 +
 m4/wint_t.m4                                   |   28 ++
 m4/xsize.m4                                    |   13 +
 po/Makefile.in.in                              |   42 ++-
 26 files changed, 1581 insertions(+), 199 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=974a399a24723d1ee6ac4ee5b69b186cd47c0e31



More information about the vlc-devel mailing list