summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-19 23:07:36 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-19 23:07:36 +0700
commit25f6aef2f24b186401d603189434f10e467b8c59 (patch)
tree5584634c60ccba95660e1758e685abd948be88e0
parent85996db8c05a320a1f80efe7876172681c17d289 (diff)
downloadattr-25f6aef2f24b186401d603189434f10e467b8c59.tar.gz
build: require automake 1.13+
This version brings some improvements & fixes over 1.11, and was released around the same time as autoconf-2.69 that we already require.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 69b6fca..27c2ef5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([include/config.h])
AC_PREFIX_DEFAULT(/usr)
-AM_INIT_AUTOMAKE([-Wall foreign 1.11 dist-xz subdir-objects])
+AM_INIT_AUTOMAKE([-Wall foreign 1.13 dist-xz subdir-objects])
AM_SILENT_RULES([yes])
AC_CANONICAL_HOST