# HG changeset patch # User John W. Eaton # Date 1424620972 18000 # Node ID bc3e6e96da81dcaea4f797cccb4e9adf2d5a52e5 # Parent 0e585d3b8b9ae5dd852b744deafa5a5a485af066 bump required autoconf version to 2.63 * configure.ac (AC_PREREQ): Now requires version 2.63. diff -r 0e585d3b8b9a -r bc3e6e96da81 configure.ac --- a/configure.ac Sun Feb 22 13:11:03 2015 -0800 +++ b/configure.ac Sun Feb 22 11:02:52 2015 -0500 @@ -18,7 +18,7 @@ ### along with Octave; see the file COPYING. If not, see ### . -AC_PREREQ([2.62]) +AC_PREREQ([2.63]) AC_INIT([GNU Octave], [3.9.1+], [http://octave.org/bugs.html], [octave]) dnl Note that the version number is duplicated here and in AC_INIT