Require external gettext for --enable-nls

And stop using the internal flavor with ./intl
This commit is contained in:
Nils Maier 2013-08-24 10:51:21 +02:00
parent 22e414dbb0
commit 2dd14236a3
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = po intl lib deps src doc test
SUBDIRS = po lib deps src doc test
ACLOCAL_AMFLAGS = -I m4 --install
RST2HTML = @RST2HTML@

View File

@ -596,7 +596,7 @@ AC_C_BIGENDIAN
AC_SYS_LARGEFILE
# Checks for library functions.
AM_GNU_GETTEXT
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18])
AC_FUNC_ERROR_AT_LINE
AC_PROG_GCC_TRADITIONAL
@ -896,7 +896,6 @@ AC_CONFIG_FILES([Makefile
src/includes/Makefile
test/Makefile
po/Makefile.in
intl/Makefile
lib/Makefile
doc/Makefile
doc/manual-src/Makefile