aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-07 17:38:06 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-07 17:38:06 +0200
commitddc7e42d600a0cb3e763cda0dc04a1f2f34e9440 (patch)
tree250fc2741696eb1cd3e0ee44391da4765c4b0f54 /configure.ac
parent3d28c886f077ce22fb7755fe9ec1f4e08d3d4a62 (diff)
downloadbitcoin-ddc7e42d600a0cb3e763cda0dc04a1f2f34e9440.tar.xz
build: Set minimum Automake version to 1.13
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8433615bb2..bfe4bf708d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,14 +36,14 @@ dnl faketime breaks configure and is only needed for make. Disable it here.
unset FAKETIME
dnl Automake init set-up and checks
-AM_INIT_AUTOMAKE([no-define subdir-objects foreign])
+AM_INIT_AUTOMAKE([1.13 no-define subdir-objects foreign])
dnl faketime messes with timestamps and causes configure to be re-run.
dnl --disable-maintainer-mode can be used to bypass this.
AM_MAINTAINER_MODE([enable])
dnl make the compilation flags quiet unless V=1 is used
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes])
dnl Compiler checks (here before libtool).
if test "x${CXXFLAGS+set}" = "xset"; then