From 2691866af1ed2475e68363d9289a3c1b61475dd3 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Mon, 27 Jun 2022 12:30:02 -0700 Subject: Bump autoconf requirement to 2.69 This will help with moving forward with newer 2.70 compatibility. Signed-off-by: Bryan Hundven --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aac25a12..21a6b444 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.67]) +AC_PREREQ([2.69]) AC_INIT( [crosstool-NG], -- cgit v1.2.3