# HG changeset patch # User David Seifert <soap@gentoo.org> # Date 1648902614 -7200 # Sat Apr 02 14:30:14 2022 +0200 # Node ID 1ac2a6e6711eb366e23eba08174387f17a25084f # Parent 2ecd3bc5c550eacff18fa79cfb855bfddd7af7a6 python/Makefile.am: rely on global AM_INIT_AUTOMAKE * Even Debian oldoldstable has Automake 1.15 available nowadays. diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -66,14 +66,11 @@ AC_SUBST(LIBEXSLT_VERSION_NUMBER) AC_SUBST(LIBEXSLT_VERSION_EXTRA) -AM_INIT_AUTOMAKE([foreign]) +AM_INIT_AUTOMAKE([1.15 foreign]) # AM_MAINTAINER_MODE -# Support silent build rules, requires at least automake-1.11. Disable -# by either passing --disable-silent-rules to configure or passing V=1 -# to make -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +AM_SILENT_RULES([yes]) dnl dnl Check the environment diff --git a/python/Makefile.am b/python/Makefile.am --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,4 @@ # Makefile for libxml2 python library -AUTOMAKE_OPTIONS = 1.4 foreign SUBDIRS = . tests