configure: require autoconf-2.69/automake-1.14

The autoconf-2.69 release was made in Apr 2012.
The automake-1.14 release was made in Jun 2013.

Update the requirements so we know we can rely on macros/features
available in those versions.
master
Mike Frysinger 2017-02-21 17:04:33 -05:00 committed by Benno Schulenberg
parent 83a841cd06
commit c04a8ce654
1 changed files with 2 additions and 2 deletions

View File

@ -19,12 +19,12 @@
AC_INIT([GNU nano], [2.7.5], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([src/nano.c])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([1.14])
AC_CONFIG_HEADERS([config.h])
dnl Make sure the ONCE macros are available.
AC_PREREQ(2.61)
AC_PREREQ([2.69])
dnl Checks for programs.