This patch fix the aclocal>=1.8 warning as reported in : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267815
diff -uNr /usr/share/debianaclocal/gtk.m4 /usr/share/aclocal/gtk.m4 --- /usr/share/debianaclocal/gtk.m4 2005-04-19 01:22:43.000000000 +0200 +++ /usr/share/aclocal/gtk.m4 2005-04-19 01:29:35.000000000 +0200 @@ -4,7 +4,7 @@ dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS dnl -AC_DEFUN(AM_PATH_GTK, +AC_DEFUN([AM_PATH_GTK], [dnl dnl Get the cflags and libraries from the gtk-config script dnl Greetings Alban -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]