Package: libart-dev
Version: 1.4.2-32
Severity: wishlist
Tags: patch
Please, can you correct the quotation of the AM_PATH_LIBART definition
macro in /usr/share/aclocal/libart.m4. Without this, recent versions of
automake emit the following warning:
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of
AM_PATH_LIBART
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Best regards,
Vincent
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages libart-dev depends on:
ii libart2 1.4.2-32 The GNOME canvas widget - runtime
ii libc6-dev [libc-dev] 2.3.6-6 GNU C Library: Development Librari
libart-dev recommends no packages.
-- no debconf information
--- libart.m4.orig 2006-04-14 13:35:28.000000000 +0200
+++ libart.m4 2006-04-14 13:35:48.000000000 +0200
@@ -8,7 +8,7 @@
dnl AM_PATH_LIBART([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for LIBART, and define LIBART_CFLAGS and LIBART_LIBS
dnl
-AC_DEFUN(AM_PATH_LIBART,
+AC_DEFUN([AM_PATH_LIBART],
[dnl
dnl Get the cflags and libraries from the libart-config script
dnl