r9986 - in /desktop/unstable/intltool/debian: changelog patches/71_m4-warnings.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Apr 15 20:27:59 UTC 2007


Author: lool
Date: Sun Apr 15 20:27:58 2007
New Revision: 9986

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9986
Log:
* New patch, 71_m4-warnings, fixes warnings in m4 macros; thanks
  Guillem Jover; GNOME #430093; closes: #419424.

Added:
    desktop/unstable/intltool/debian/patches/71_m4-warnings.patch
Modified:
    desktop/unstable/intltool/debian/changelog

Modified: desktop/unstable/intltool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/changelog?rev=9986&op=diff
==============================================================================
--- desktop/unstable/intltool/debian/changelog (original)
+++ desktop/unstable/intltool/debian/changelog Sun Apr 15 20:27:58 2007
@@ -1,3 +1,10 @@
+intltool (0.35.5-4) unstable; urgency=low
+
+  * New patch, 71_m4-warnings, fixes warnings in m4 macros; thanks
+    Guillem Jover; GNOME #430093; closes: #419424.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 15 Apr 2007 22:27:09 +0200
+
 intltool (0.35.5-3) unstable; urgency=low
 
   * New patch, 70_fix-intltool-extract-check, fixes the -x test on

Added: desktop/unstable/intltool/debian/patches/71_m4-warnings.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/intltool/debian/patches/71_m4-warnings.patch?rev=9986&op=file
==============================================================================
--- desktop/unstable/intltool/debian/patches/71_m4-warnings.patch (added)
+++ desktop/unstable/intltool/debian/patches/71_m4-warnings.patch Sun Apr 15 20:27:58 2007
@@ -1,0 +1,26 @@
+Debian bug #419424; GNOME #430093; fixes warnings in m4 macros.
+
+--- intltool.m4	2007-01-03 23:05:42.000000000 +0200
++++ intltool.m4	2007-04-15 19:12:28.000000000 +0300
+@@ -36,7 +36,7 @@ case "$am__api_version" in
+ esac
+ 
+ if test -n "$1"; then
+-    AC_MSG_CHECKING(for intltool >= $1)
++    AC_MSG_CHECKING([for intltool >= $1])
+ 
+     INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
+     INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
+@@ -117,8 +117,10 @@ AC_SUBST(ALL_LINGUAS)
+ # Set DATADIRNAME correctly if it is not set yet
+ # (copied from glib-gettext.m4)
+ if test -z "$DATADIRNAME"; then
+-  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
+-                 return _nl_msg_cat_cntr],
++  AC_LINK_IFELSE(
++    [AC_LANG_PROGRAM([[]],
++                     [[extern int _nl_msg_cat_cntr;
++                       return _nl_msg_cat_cntr]])],
+     [DATADIRNAME=share],
+     [case $host in
+     *-*-solaris*)




More information about the pkg-gnome-commits mailing list