Skip to content
Snippets Groups Projects
Commit 1ac2a6e6711e authored by David Seifert's avatar David Seifert
Browse files

python/Makefile.am: rely on global AM_INIT_AUTOMAKE

* Even Debian oldoldstable has Automake 1.15 available nowadays.
parent 2ecd3bc5c550
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@
AC_SUBST(LIBEXSLT_VERSION_NUMBER)
AC_SUBST(LIBEXSLT_VERSION_EXTRA)
AM_INIT_AUTOMAKE([foreign])
AM_INIT_AUTOMAKE([1.15 foreign])
# AM_MAINTAINER_MODE
......@@ -70,10 +70,7 @@
# 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
......
# Makefile for libxml2 python library
AUTOMAKE_OPTIONS = 1.4 foreign
SUBDIRS = . tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment