From a3e57d44a2c49305a1f6ba5652a0ca0a83123c48 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 13 Mar 2022 12:12:53 -0700 Subject: [PATCH] Gnulib needs Automake 1.14 or later. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a0b145747b..98e8573669 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -AUTOMAKE_OPTIONS = std-options check-news 1.11 subdir-objects +AUTOMAKE_OPTIONS = std-options check-news 1.14 subdir-objects SUBDIRS = gl po DISTCLEANFILES = ./po/stamp-po xconfigure -- 2.30.2