[svn] GnuPG - r4517 - trunk

svn author wk cvs at cvs.gnupg.org
Fri Jun 15 17:39:14 CEST 2007


Author: wk
Date: 2007-06-15 17:38:44 +0200 (Fri, 15 Jun 2007)
New Revision: 4517

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
PO fixes for W32


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-06-15 14:46:23 UTC (rev 4516)
+++ trunk/ChangeLog	2007-06-15 15:38:44 UTC (rev 4517)
@@ -1,6 +1,7 @@
 2007-06-15  Werner Koch  <wk at 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.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2007-06-15 14:46:23 UTC (rev 4516)
+++ trunk/configure.ac	2007-06-15 15:38:44 UTC (rev 4517)
@@ -873,6 +873,7 @@
 # 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 @@
   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
 
 




More information about the Gnupg-commits mailing list