changeset 23505:021d0ea8fa00

* configure.ac (AC_PREREQ): Require autoconf version 2.65.
author John W. Eaton <jwe@octave.org>
date Wed, 17 May 2017 17:09:50 -0400
parents 973adfdd2b85
children 7626613f3978
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed May 17 17:08:06 2017 -0400
+++ b/configure.ac	Wed May 17 17:09:50 2017 -0400
@@ -18,7 +18,7 @@
 ### along with Octave; see the file COPYING.  If not, see
 ### <http://www.gnu.org/licenses/>.
 
-AC_PREREQ([2.63])
+AC_PREREQ([2.65])
 AC_INIT([GNU Octave], [4.3.0+], [http://octave.org/bugs.html], [octave])
 
 dnl Note that the version number is duplicated here and in AC_INIT