From 2b9ab0ee8aabef8c7e281a614eca7a9d32288b1c Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 21 Sep 2012 21:28:34 +0200 Subject: [PATCH] autom4te: update Automake preselections to reflect the changes in 1.12.x Issue revealed by a failure in test "35: tools.at: autom4te preselections": * lib/autom4te.in: Add 'AM_PROG_MKDIR_P'. Helped-by: Eric Blake Signed-off-by: Stefano Lattarini --- lib/autom4te.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/autom4te.in b/lib/autom4te.in index a5605014c..d042fd871 100644 --- a/lib/autom4te.in +++ b/lib/autom4te.in @@ -69,6 +69,8 @@ args: --preselect AM_PROG_CXX_C_O args: --preselect AM_PROG_F77_C_O args: --preselect AM_PROG_FC_C_O args: --preselect AM_PROG_MOC +# Will be removed in Automake 1.14. +args: --preselect AM_PROG_MKDIR_P args: --preselect AM_SILENT_RULES args: --preselect AM_XGETTEXT_OPTION args: --preselect _AM_MAKEFILE_INCLUDE -- 2.47.3