On 10 July 2014 05:19, Theodore Ts'o <tytso@xxxxxxx> wrote: > As an object lesson in why autoreconf is fundamentally unsafe, the > newer version of nls.m4 no longer handles @MKINSTALLDIRS@. So add > this back, since our Makefiles depend on it. MKINSTALLDIRS is basically an implementation detail of the gettext macros, it's best to add AC_PROG_MKDIR_P to configure.ac and use $(MKDIR_P) instead. I actually have a patch for this still from when I was removing all generated files from git, I'll sent it to the list. Ross -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html