On 08/04/2010 01:08 PM, Ralf Wildenhues wrote: > This is a testsuite bug: it should not trip over a quoting bug in some > third-party macro file you have installed. OK to fix Autoconf as below? > > But please do fix that xmms.m4 file to not have underquoted macros. > > -# We cannot assume aclocal won't warn (aclocal-1.9 does not understand -W* > -# options), so check autoconf only. > -AT_CHECK([autoconf --force -Wno-syntax], 0, [ignore], [stderr]) > +AT_CHECK([autoreconf -v --force -Wno-syntax], 0, [ignore], [stderr])
Doesn't autoreconf still want to run aclocal under the hood, even if you manually touched aclocal.m4? The rest of the patch made sense, but I'm not sure about the logic of this hunk. -- Eric Blake ebl...@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature