On Sat, 31 Jul 2004, Kevin Ryde wrote: > > Since automake 1.8 aclocal requires macro names being defined by AC_DEFUN > > to be quoted. Here is a patch that adds missing quotations. > > Thanks, I made that change. > > (Not sure what automake version will actually be used for the next > release though.)
Well, quoting in this context has always been accepted and perhaps even preferred, it's only tools that used to be more forgiving, so the patch doesn't rely on any particular version of automake. But 1.9 has been released, so you may have a look whether it suits you; otherwise 1.8.5 is probably a reasonable fall-back. Newer versions of autotools tend to work better with less common or newer platforms, e.g. the "mips64el-linux" alias has only recently started being recognized correctly. It usually requires a complete replacement of helper files with `libtoolize --automake --copy --force; automake --add-missing --copy --force', though. Maciej _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
