On 18 December 2013 22:47, Benno Schulenberg <bensberg@xxxxxxxxxxxxx> wrote: > Although, now, during ./autogen.sh, I get the following warning: > > configure.ac:149: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged. > configure.ac:149: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead, > configure.ac:149: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am fi Yes, that is coming from gettext. I have hunch the error is expected. See link below for details. http://git.savannah.gnu.org/cgit/gettext.git/commit/gettext-tools/po?id=c35de4365ac8f7a87b62b85a35eb122f79cb12ad I'm sure bug-gnu-gettext@xxxxxxx can make just call if the $(mkdir_p) should replaced with $(MKDIR_P), and if the gettext should attempt to find the value for the macro. -- Sami Kerola http://www.iki.fi/kerolasa/ -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html