Comment 2 for bug 79021

Revision history for this message
In , Browaeys-alban (browaeys-alban) wrote : Re: Bug #212677 - xdelta: xdelta.m4 is improperly written

Hi i also have a patch for the bug about aclocal spurious
warnings :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212677

mine only fix the warning without the improvments.
Please apply the one of the previous submitter or mine. I sent patch to most of
 the other obsolete ones. This is not only a cosmetic issue. It helps reduce the noise
i when debugging configure scripts and speedup builds.

diff -uNr /usr/share/debianaclocal/xdelta.m4 /usr/share/aclocal/xdelta.m4
--- /usr/share/debianaclocal/xdelta.m4 2005-04-19 01:22:43.000000000 +0200
+++ /usr/share/aclocal/xdelta.m4 2005-04-19 01:33:32.000000000 +0200
@@ -4,7 +4,7 @@
 dnl AM_PATH_XDELTA([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
 dnl Test for XDELTA, and define XDELTA_CFLAGS and XDELTA_LIBS, if "gmodule" or
 dnl
-AC_DEFUN(AM_PATH_XDELTA,
+AC_DEFUN([AM_PATH_XDELTA],
 [dnl
 dnl Get the cflags and libraries from the xdelta-config script
 dnl

Regards
Alban