comparison configure.ac @ 3538:975cfad4df38

bump version to 0.23
author John W. Eaton <jwe@octave.org>
date Tue, 18 Feb 2014 11:32:37 -0500
parents 7baf0a49b52b
children 678e57893efe
comparison
equal deleted inserted replaced
3537:214ad32cab26 3538:975cfad4df38
1 dnl Process this file with autoconf to produce a configure script. 1 dnl Process this file with autoconf to produce a configure script.
2 2
3 AC_PREREQ([2.62]) 3 AC_PREREQ([2.62])
4 AC_INIT([MXE-Octave], [0.0.22], [http://octave.org/bugs.html], [mxe-octave]) 4 AC_INIT([MXE-Octave], [0.0.23], [http://octave.org/bugs.html], [mxe-octave])
5 5
6 AC_CONFIG_SRCDIR([src/octave.mk]) 6 AC_CONFIG_SRCDIR([src/octave.mk])
7 AC_CONFIG_AUX_DIR([tools]) 7 AC_CONFIG_AUX_DIR([tools])
8 8
9 ### Check for bootstrap tools. This list is probably not complete yet. 9 ### Check for bootstrap tools. This list is probably not complete yet.