inkscape seems to compile fine if I do
rm -rf acinclude.m4 `cat .cvsignore` builddir ./autogen.sh && mkdir builddir && cd builddir && ../configure blah && make -sj4
A simplistic check suggests that none of the macros it defines are used by configure.in (with the arguable exception of AC_PROG_LIBTOOL, which is defined by /usr/share/aclocal/libtool.m4 anyway).
(This check ignores the possibility of configure.in invoking a macro in /usr/share/aclocal that invokes a macro whose definition is overridden by something in acinclude.m4, but in these cases it's questionable that we would want the acinclude.m4 version anyway if we never update acinclude.m4.)
Our acinclude.m4 causes a number of warnings with automake-1.8.
Has anyone any objection to removing acinclude.m4 from CVS ?
pjrm.