/pidgin/main: a6c779d99320: Replace obsolete AC_PROG_INTLTOOL wi...
Elliott Sales de Andrade
qulogic at pidgin.im
Fri Jan 25 02:16:44 EST 2013
Changeset: a6c779d993200fd1308e3d491788276a7a383209
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2013-01-24 00:13 -0500
Branch: default
URL: http://hg.pidgin.im/pidgin/main/rev/a6c779d99320
Description:
Replace obsolete AC_PROG_INTLTOOL with IT_PROG_INTLTOOL.
Should require intltool 0.35.0, but Dependency table seems to indicate
that'd be OK.
diffstat:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -299,7 +299,7 @@ dnl ####################################
AC_ARG_ENABLE(nls, AS_HELP_STRING([--disable-nls], [disable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes)
if test x$enable_i18n = xyes; then
- AC_PROG_INTLTOOL
+ IT_PROG_INTLTOOL
GETTEXT_PACKAGE=pidgin
AC_SUBST(GETTEXT_PACKAGE)
More information about the Commits
mailing list