1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: Since autoconf 2.54 autoreconf
no longer changes the version gettext/po/intl
support files. It adds the files the
correspond to the AM_GNU_GETTEXT_VERSION
declared in configure.ac/.in
actions/Makefile.in
Forwarded: https://savannah.gnu.org/bugs/index.php?29016
Author: Josué Abarca <jmaslibre@debian.org.gt>
Last-Update: 2010-04-03
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@
AM_BINRELOC
dnl ALL_LINGUAS="es fr sv"
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION
+AM_GNU_GETTEXT_VERSION(0.18)
AC_PROG_LN_S
AC_PROG_MKDIR_P
AM_PROG_CC_C_O
|