1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

* configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf will

run autopoint.

* acinclude.m4 (AM_INTL_SUBDIR): Provide dummy definition, to work
around current autoconf/automake/gettext bug.
This commit is contained in:
Neil Jerram 2007-01-28 15:58:07 +00:00
parent 3d4797caa5
commit 0bdb025f7b
3 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,11 @@
2007-01-28 Neil Jerram <neil@ossau.uklinux.net>
* configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf will
run autopoint.
* acinclude.m4 (AM_INTL_SUBDIR): Provide dummy definition, to work
around current autoconf/automake/gettext bug.
* INSTALL: New upstream version.
* ABOUT-NLS: New upstream version.

View file

@ -308,3 +308,5 @@ else
fi
AC_LANG_RESTORE
])dnl ACX_PTHREAD
AC_DEFUN([AM_INTL_SUBDIR], [])dnl

View file

@ -706,6 +706,7 @@ dnl i18n tests
#fi
#AC_CHECK_FUNCS([bindtextdomain textdomain])
AM_GNU_GETTEXT([external], [need-ngettext])
AM_GNU_GETTEXT_VERSION([0.16])
### Some systems don't declare some functions. On such systems, we
### need to at least provide our own K&R-style declarations.