From ae1530a4f4864f6ed918f6d64655241381b2a25f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 Jun 2022 21:45:37 -0400 Subject: [PATCH] update autotool minimum versions We're using autoconf-2.69 (from 2012) now and not testing anything older, so raise the min version to that. Also bump to automake-1.13 (from 2012) to keep a bit inline. Change-Id: I903144f214fef835364474e1607a26e846c99ff6 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3734168 Reviewed-by: George Burgess --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 20fb0753..72b1bd0f 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_PREREQ(2.64) +AC_PREREQ(2.69) AC_INIT(breakpad, 0.1, google-breakpad-dev@googlegroups.com) dnl Sanity check: the argument is just a file that should exist. @@ -37,7 +37,7 @@ AC_CONFIG_AUX_DIR(autotools) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(subdir-objects tar-ustar 1.11.1) +AM_INIT_AUTOMAKE(subdir-objects tar-ustar 1.13) AM_CONFIG_HEADER(src/config.h) AM_MAINTAINER_MODE