This PR suggests to set the required minimum Automake version to 1.13 explicitly for the following reasons:
- it guarantees that CVE-2012-3386 has been fixed
AC_CONFIG_MACRO_DIRmacro support, which we already use; from the release notes:
Improvements to aclocal and related rebuilds rules:
- Autoconf-provided macros AC_CONFIG_MACRO_DIR and AC_CONFIG_MACRO_DIRS are now traced by aclocal, and can be used to declare the local m4 include directories. Formerly, one had to specify it with an explicit '-I' option to the 'aclocal' invocation.
AM_SILENT_RULESmacro support (since version1.11)
Automake 1.13 requires Autoconf 2.65 or greater. We already have 2.69 since #17769.
For reference, Automake 1.13 was released in December of 2012.
CentOS 7 uses Automake 1.13.4
See the Automake docs for more info: