Remove libintl from the source tree.

People use libintil from the contrib anyway.
This commit is contained in:
Rémi Denis-Courmont 2008-02-03 18:31:07 +00:00
parent 249229af32
commit 014c5b76f3
2 changed files with 4 additions and 10 deletions

View File

@ -5,10 +5,9 @@
# SUBDIRS stores the directories where a "make" is required when building
# something. DIST_SUBDIRS stores the directories where nothing is built but
# which have makefiles with distribution information.
# - intl (gettext) is needed by src and modules
# - src (libvlc) is nedeed by modules, mozilla and bindings
# - libs/* are needed by modules
SUBDIRS = intl po libs/loader libs/srtp src modules \
SUBDIRS = po libs/loader libs/srtp src modules \
mozilla bindings activex share doc
DIST_SUBDIRS = $(SUBDIRS) m4 ipkg

View File

@ -393,17 +393,13 @@ dnl
dnl Gettext stuff
dnl
AM_GNU_GETTEXT_VERSION(0.16.1)
AM_GNU_GETTEXT
AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [
AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, [Define if we use the local libintl])
AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_builddir)/intl"
], [
VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}])
])
AM_GNU_GETTEXT([external])
VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}])
dnl
dnl Iconv stuff
dnl
AM_ICONV
AS_IF([test "$am_cv_func_iconv" != "yes"],
[AC_MSG_ERROR([libiconv is needed for VLC to work properly])])
VLC_ADD_CFLAGS([libvlc],[${INCICONV}])
@ -6102,7 +6098,6 @@ AC_CONFIG_FILES([
bindings/java/src/Makefile
bindings/python/Makefile
doc/Makefile
intl/Makefile
ipkg/Makefile
libs/loader/Makefile
libs/srtp/Makefile