better fix for gettext macro versioning which doesn't break legacy support...

This commit is contained in:
Mike Blumenkrantz 2013-08-22 13:59:05 +01:00
parent 9a7c834c9c
commit 9bf1f44fb3
1 changed files with 7 additions and 0 deletions

View File

@ -236,8 +236,15 @@ po_makefile_in=po/Makefile.in
have_po="yes"
],
[
m4_ifdef([AM_GNU_GETTEXT], [
AM_GNU_GETTEXT([external])
po_makefile_in=po/Makefile.in
have_po="yes"
],
[
have_po="no"
])
])
AC_SUBST([LTLIBINTL])
LOCALE_DIR="${localedir}"
AC_SUBST(LOCALE_DIR)