pidgin/pidgin

99152d2c1529
Parents 037eec63eefd
Children cbb6d1c52d6e
Fix a bug where autoconf 2.71 complains about AC_PROG_INTLTOOL not being used.

Testing Done:
Tested in a fedora rawhide container with the autoconf 2.71 copr installed.
Also tested in debian buster with autoconf 2.71 installed from experimental.

Bugs closed: PIDGIN-17509

Reviewed at https://reviews.imfreedom.org/r/589/
  • +1 -1
    configure.ac
  • --- a/configure.ac Tue Mar 02 23:03:24 2021 -0600
    +++ b/configure.ac Mon Mar 29 22:56:22 2021 -0500
    @@ -257,7 +257,7 @@
    AC_ARG_ENABLE(nls, AC_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
    +AC_PROG_INTLTOOL
    GETTEXT_PACKAGE=pidgin
    AC_SUBST(GETTEXT_PACKAGE)