Thanks for the release, Gary and all! On Monday 27 of October 2014 21:44:02 Gary V. Vaughan wrote: > - Fix a long-standing bug when using libtoolize without automake; we > no longer remove install-sh with --force, since it's not a file > libtoolize will reinstall without --install. It is not completely the same situation like with automake, but gnulib-origin files are causing similar problems [1]. Taking into account the package relies on some gnulib files in question itself (not via libtool), the package should still be easily autoreconfed from distributed tarballs with (relatively) safe command 'autoreconf -vfi'. However now (a) libtoolize removes gnulib files and (b) build machine (or the user) may have no idea what gnulib is when working with 'make dist'ed tarball. If there is no reason for current libtoolize to install those files, the patch attached could help. That is not a solution for "upgrade" cleanup but can there be other safe solution? Also, I'm not sure what to do with 'argz.m4'. That file can be updated by package maintainer via gnulib-tool, however libtool (via autoreconf -vfi e.g.) can overwrite it with older version of this file. That however does not break the build, at least not now. [1] https://bugs.gentoo.org/show_bug.cgi?id=527200 Pavel