Invoke AM_GNU_GETTEXT with no-libtool, need-ngettext
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -36,7 +36,7 @@ AC_PROG_YACC | ... | @@ -36,7 +36,7 @@ AC_PROG_YACC |
36 | AM_PROG_LEX | 36 | AM_PROG_LEX |
37 | 37 | ||
38 | dnl Internationalization macros. | 38 | dnl Internationalization macros. |
39 | AM_GNU_GETTEXT(use-libtool) | 39 | AM_GNU_GETTEXT(no-libtool, need-ngettext) |
40 | AM_GNU_GETTEXT_VERSION(0.11.5) | 40 | AM_GNU_GETTEXT_VERSION(0.11.5) |
41 | AC_SUBST(INTLINCS) | 41 | AC_SUBST(INTLINCS) |
42 | if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then | 42 | if test ".$BUILD_INCLUDED_LIBINTL" = ".yes" ; then | ... | ... |
-
Please register or sign in to post a comment