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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]