On 11/25/06, James Youngman <[EMAIL PROTECTED]> wrote: > I am using gettext version 0.14.6. Its version of po/Makefile.in.in > uses @MKINSTALLDIRS@,
mkinstalldirs is obsolete and is not maintained any more, and new distributions shouldn't distribute it. install-sh now does the work that mkinstalldirs used to do. Eric Blake <[EMAIL PROTECTED]> writes: > Or you could upgrade to gettext 0.16, which is designed to work out of the > box with autoconf 2.61, automake 1.10, and gnulib. That makes more sense. It'd take a lot of work to support arbitrary combinations of Automake 1.X, Gettext 0.Y, Autoconf 2.Z, and current Gnulib, and nobody really has time to do that. It's usually better to build with the latest tools. Of course some exceptions might need to be made, but I don't know of any reason for findutils to prefer gettext 0.14.6 over 0.16 nowadays. _______________________________________________ Bug-findutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-findutils
