GNOME Bugzilla – Bug 132513
Underquoted definitions of AC_TRY_EVAL2 and AC_TRY_COMPILE2 in acinclude.m4
Last modified: 2009-08-15 18:40:50 UTC
There are underquoted definitions of AC_TRY_EVAL2 and AC_TRY_COMPILE2 in <file://cvs.gnome.org/cvs/gnome/libxml2/acinclude.m4>. Underquoted definitions are already displayed by automake-1.8 as warnings, and may cause more drastic problems in the future, as noted in <http://sources.redhat.com/automake/automake.html#Extending%20aclocal> and <http://mail.gnu.org/archive/html/libtool-patches/2002-10/msg00031.html>. I am attaching a patch that should aid in avoiding trouble.
Created attachment 23745 [details] [review] Proposed fix
*** Bug 129861 has been marked as a duplicate of this bug. ***
Okay, applied and commited, seems to not break automake-1.6 thanks a lot, Daniel
*** Bug 132523 has been marked as a duplicate of this bug. ***
This should be closed by release 2.6.6, thanks, Daniel