After looking at this some more, it appears that the problem is that configure.ac is patched (via dpatch) later than aclocal.m4 and company. So if there's any delay between unpacking the source package and applying the patches, the build process will regenerate aclocal.m4, which results in there being version skew in intltool. If you rerun intltoolize on the source directory, that should make any rebuilding of autotools files be OK. In the long run, you should probably insert AC_MAINTAINER_MODE in configure.ac so the rebuilding doesn't happen unless you ask for it. -- Daniel Schepler
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

