Changeset 014c5b76f3f37b722aa86fcc1cd85e1c9369e2a9

Show
Ignore:
Timestamp:
03/02/08 19:31:07 (8 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1202063467 +0000
git-parent:

[249229af3260e94e3b034aad037b55f717ac5df8]

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

Remove libintl from the source tree.
People use libintil from the contrib anyway.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rbcca390 r014c5b7  
    66# something. DIST_SUBDIRS stores the directories where nothing is built but 
    77# which have makefiles with distribution information. 
    8 #  - intl (gettext) is needed by src and modules 
    98#  - src (libvlc) is nedeed by modules, mozilla and bindings 
    109#  - libs/* are needed by modules 
    11 SUBDIRS = intl po libs/loader libs/srtp src modules \ 
     10SUBDIRS = po libs/loader libs/srtp src modules \ 
    1211        mozilla bindings activex share doc 
    1312DIST_SUBDIRS = $(SUBDIRS) m4 ipkg 
  • configure.ac

    r46ff91c r014c5b7  
    394394dnl 
    395395AM_GNU_GETTEXT_VERSION(0.16.1) 
    396 AM_GNU_GETTEXT 
    397 AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [ 
    398   AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, [Define if we use the local libintl]) 
    399   AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_builddir)/intl" 
    400 ], [ 
    401   VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}]) 
    402 ]) 
     396AM_GNU_GETTEXT([external]) 
     397VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}]) 
    403398 
    404399dnl 
    405400dnl Iconv stuff 
    406401dnl 
     402AM_ICONV 
    407403AS_IF([test "$am_cv_func_iconv" != "yes"], 
    408404    [AC_MSG_ERROR([libiconv is needed for VLC to work properly])]) 
     
    61036099  bindings/python/Makefile 
    61046100  doc/Makefile 
    6105   intl/Makefile 
    61066101  ipkg/Makefile 
    61076102  libs/loader/Makefile