On Wed, May 16, 2007 at 07:37:34PM +0200, Ralf Wildenhues wrote: > This could be related to Noah's proposed patch, but the error happens > (with slightly different output) with or without the patch. > > cat >configure.ac <<EOF > AC_INIT > AS_FOO > EOF > cat >aclocal.m4 <<EOF > m4_define([AS_FOO], [ > AS_GOO > ]) > EOF > rm -rf autom4te.cache > autoconf
> Subsequent `autoconf' invocations add more and more instances of this > warning: > | Use of uninitialized value in join or string at > /home/ralf/local/share/autoconf/Autom4te/C4che.pm line 73, <GEN1> line 181. This seems to happen only with my patch applied. I'll look into it. Thanks.
