expat.m4 quoting

Stijn Hoop <[email protected]> Wed, 9 Jul 2008 10:49:37 +0200
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
Hello,

aclocal of automake on my Fedora 9 system (version 1.10.1) complains
about an underquoted definition when I try to use conftool/expat.m4
from the expat-2.0.1 tarball.

Attached is a simple patch to correct this error. Could it be applied?
Thanks!

Regards,

--Stijn

_______________________________________________
Expat-discuss mailing list
[email protected]
http://mail.libexpat.org/mailman/listinfo/expat-discuss
conftools-expat-m4.patch (text/x-patch, 484 B)
--- conftools/expat.m4.orig	2008-07-09 10:33:59.000000000 +0200
+++ conftools/expat.m4	2008-07-09 10:34:05.000000000 +0200
@@ -7,7 +7,7 @@
 dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
 dnl This is necessary to adapt a whole lot of packages that have expat
 dnl bundled as a static library.
-AC_DEFUN(AM_WITH_EXPAT,
+AC_DEFUN([AM_WITH_EXPAT],
 [ AC_ARG_WITH(expat,
 	      [  --with-expat=PREFIX     Use system Expat library],
 	      , with_expat=no)