PO fixes for W32

This commit is contained in:
Werner Koch 2007-06-15 15:38:44 +00:00
parent 389781bae4
commit c742065a30
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2007-06-15 Werner Koch <wk@g10code.com>
* configure.ac (W32SOCKLIBS): New.
* configure.ac: Call AM_PO_SUBDIRS.
(W32SOCKLIBS): New.
* autogen.sh: Use = and not == in test to be POSIXly correct.
<build-w32>: Disable use of regex.

View File

@ -873,6 +873,7 @@ AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME",
# Check for gettext
#
AC_MSG_NOTICE([checking for gettext])
AM_PO_SUBDIRS
AM_GNU_GETTEXT_VERSION([0.16.1])
if test "$try_gettext" = yes; then
AM_GNU_GETTEXT(,[need-ngettext])
@ -886,9 +887,11 @@ else
USE_NLS=no
USE_INCLUDED_LIBINTL=no
BUILD_INCLUDED_LIBINTL=no
POSUB=po
AC_SUBST(USE_NLS)
AC_SUBST(USE_INCLUDED_LIBINTL)
AC_SUBST(BUILD_INCLUDED_LIBINTL)
AC_SUBST(POSUB)
fi