changeset 20030:bc3e6e96da81

bump required autoconf version to 2.63 * configure.ac (AC_PREREQ): Now requires version 2.63.
author John W. Eaton <jwe@octave.org>
date Sun, 22 Feb 2015 11:02:52 -0500
parents 0e585d3b8b9a
children 26fb4bfa4193
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 ### along with Octave; see the file COPYING.  If not, see
 ### <http://www.gnu.org/licenses/>.
 
-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