comparison configure.ac @ 3203:0ead4a0df960

bump version
author John W. Eaton <jwe@octave.org>
date Mon, 05 Aug 2013 22:34:33 -0400
parents 6c12182ab451
children 21a6b1257dd8
comparison
equal deleted inserted replaced
3202:18158a101dc5 3203:0ead4a0df960
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.6], [http://octave.org/bugs.html], [mxe-octave]) 4 AC_INIT([MXE-Octave], [0.0.7], [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.