diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2022-06-27 12:30:02 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2022-06-27 12:30:02 -0700 |
commit | 2691866af1ed2475e68363d9289a3c1b61475dd3 (patch) | |
tree | e33b29e2d58a952b0f379749f2b91af2f8c0ba26 /configure.ac | |
parent | 7942a5403f4a0a5e640584c9a2f5e9a5f5345611 (diff) | |
download | crosstool-ng-2691866af1ed2475e68363d9289a3c1b61475dd3.tar.gz crosstool-ng-2691866af1ed2475e68363d9289a3c1b61475dd3.tar.bz2 crosstool-ng-2691866af1ed2475e68363d9289a3c1b61475dd3.zip |
Bump autoconf requirement to 2.69
This will help with moving forward with newer 2.70 compatibility.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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], |