* 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
commit 0bdb025f7b
3 changed files with 9 additions and 0 deletions

View file

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