Commit 014c5b76 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove libintl from the source tree.

People use libintil from the contrib anyway.
parent 249229af
...@@ -5,10 +5,9 @@ ...@@ -5,10 +5,9 @@
# SUBDIRS stores the directories where a "make" is required when building # SUBDIRS stores the directories where a "make" is required when building
# something. DIST_SUBDIRS stores the directories where nothing is built but # something. DIST_SUBDIRS stores the directories where nothing is built but
# which have makefiles with distribution information. # which have makefiles with distribution information.
# - intl (gettext) is needed by src and modules
# - src (libvlc) is nedeed by modules, mozilla and bindings # - src (libvlc) is nedeed by modules, mozilla and bindings
# - libs/* are needed by modules # - 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 mozilla bindings activex share doc
DIST_SUBDIRS = $(SUBDIRS) m4 ipkg DIST_SUBDIRS = $(SUBDIRS) m4 ipkg
......
...@@ -393,17 +393,13 @@ dnl ...@@ -393,17 +393,13 @@ dnl
dnl Gettext stuff dnl Gettext stuff
dnl dnl
AM_GNU_GETTEXT_VERSION(0.16.1) AM_GNU_GETTEXT_VERSION(0.16.1)
AM_GNU_GETTEXT AM_GNU_GETTEXT([external])
AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [ VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}])
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}])
])
dnl dnl
dnl Iconv stuff dnl Iconv stuff
dnl dnl
AM_ICONV
AS_IF([test "$am_cv_func_iconv" != "yes"], AS_IF([test "$am_cv_func_iconv" != "yes"],
[AC_MSG_ERROR([libiconv is needed for VLC to work properly])]) [AC_MSG_ERROR([libiconv is needed for VLC to work properly])])
VLC_ADD_CFLAGS([libvlc],[${INCICONV}]) VLC_ADD_CFLAGS([libvlc],[${INCICONV}])
...@@ -6102,7 +6098,6 @@ AC_CONFIG_FILES([ ...@@ -6102,7 +6098,6 @@ AC_CONFIG_FILES([
bindings/java/src/Makefile bindings/java/src/Makefile
bindings/python/Makefile bindings/python/Makefile
doc/Makefile doc/Makefile
intl/Makefile
ipkg/Makefile ipkg/Makefile
libs/loader/Makefile libs/loader/Makefile
libs/srtp/Makefile libs/srtp/Makefile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment