Commit e12bdf7f e12bdf7f3ed5bb5d4fb653bb79b964ee78c7066e by Sergey Poznyakoff

Invoke AM_GNU_GETTEXT with no-libtool, need-ngettext

1 parent c581a73b
......@@ -36,7 +36,7 @@ AC_PROG_YACC
AM_PROG_LEX
dnl Internationalization macros.
AM_GNU_GETTEXT(use-libtool)
AM_GNU_GETTEXT(no-libtool, need-ngettext)
AM_GNU_GETTEXT_VERSION(0.11.5)
AC_SUBST(INTLINCS)
if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then
......