Bug#267805: Bug #267805 - libart-dev: aclocal-1.8 warns about libart.m4

browaeys.alban@wanadoo.fr, 267805@bugs.debian.org browaeys.alban@wanadoo.fr, 267805@bugs.debian.org
Tue, 19 Apr 2005 04:43:06 +0200


This patch fix the warning outputted by aclocal as reported in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267805


diff -uNr /usr/share/debianaclocal/libart.m4 /usr/share/aclocal/libart.m4
--- /usr/share/debianaclocal/libart.m4  2005-04-19 01:22:43.000000000 +0200
+++ /usr/share/aclocal/libart.m4        2005-04-19 01:29:18.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

Thank you for applying when you see fit.
Alban