diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-10 01:47:01 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-10 01:47:01 +0000 |
commit | 83ff1132a4ae2135854f38f080f3b96ce52ff51c (patch) | |
tree | a2fef24aa6cbca215dc397dd3a461f1312d3f82a /configure.ac | |
parent | 45ad987acde77605db7b2b22d6e0a18f3acff15f (diff) | |
download | xine-lib-83ff1132a4ae2135854f38f080f3b96ce52ff51c.tar.gz xine-lib-83ff1132a4ae2135854f38f080f3b96ce52ff51c.tar.bz2 |
Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext is used, as discussed in xine-devel.
CVS patchset: 8027
CVS date: 2006/06/10 01:47:01
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index b75828fe3..46407b2a7 100644 --- a/configure.ac +++ b/configure.ac @@ -159,17 +159,9 @@ dnl NLS Support dnl --------------------------------------------- dnl ALL_LINGUAS="cs da de el en@quot en@boldquot es et fr gl id it ja ko nl nn no pl pt pt_BR ru sl sv tr zh" -ALL_LINGUAS="fr pt_BR de sk es pl cs it eu" AM_ICONV -AM_GNU_GETTEXT(use-libtool, need-ngettext) +AM_GNU_GETTEXT([external]) AC_PROG_GMSGFMT_PLURAL -AC_CONFIG_LINKS($nls_cv_header_libgt, $nls_cv_header_intl) -AM_CONDITIONAL(INCLUDED_INTL, test x$USE_INCLUDED_LIBINTL = "xyes") -if test x"$USE_INCLUDED_LIBINTL" = x"yes"; then - INTLDIR="-I\$(top_builddir)/intl -I\$(top_srcdir)/intl" -fi -AC_SUBST(INTLDIR) - AC_CHECK_FUNCS([nl_langinfo]) @@ -2292,7 +2284,6 @@ doc/hackersguide/Makefile doc/faq/Makefile include/Makefile include/xine.h -intl/Makefile lib/Makefile m4/Makefile misc/Makefile |