Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ AC_LANG_POP([C++])
dnl Sets gettext version.
dnl AM_GNU_GETTEXT_VERSION *must not* be moved away from configure.ac!
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT([no-libtool], [need-ngettext])
MULE_CHECK_NLS
AS_IF([test x$USE_INCLUDED_LIBINTL = xyes], [AC_CONFIG_COMMANDS([intl], [[
test -d intl || mkdir intl
Expand Down
1 change: 0 additions & 1 deletion m4/nls.m4
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ AC_DEFUN([MULE_CHECK_NLS],
[Specify a comma-separated list of languages you want to have installed. See po/LINGUAS for available languages])],
[AS_IF([test "$withval" != "all"], [LINGUAS="`echo $withval | sed -e 's/,/ /g'`"])])

AM_GNU_GETTEXT([no-libtool], [need-ngettext])
AS_IF([test $USE_INCLUDED_LIBINTL = yes], [INCINTL=-I\${top_builddir}/intl])

AS_IF([test x$USE_NLS = xyes], [MULE_CHECK_AUTOPOINT(, [USE_NLS=no])])
Expand Down