Bump version number to 2.5.

Fix term.h check so that HAVE_TERM_H is actually generated.
This commit is contained in:
Martin v. Löwis 2004-11-30 22:09:37 +00:00
parent 738131d391
commit fd1c69e7ef
2 changed files with 32 additions and 21 deletions

View file

@ -1,7 +1,7 @@
dnl Process this file with autoconf 2.0 or later to make a configure script.
# Set VERSION so we only need to edit in one place (i.e., here)
m4_define(PYTHON_VERSION, 2.4)
m4_define(PYTHON_VERSION, 2.5)
AC_REVISION($Revision$)
AC_PREREQ(2.53)
@ -974,7 +974,7 @@ AC_HEADER_DIRENT
AC_HEADER_MAJOR
# On Solaris, term.h requires curses.h
AC_CHECK_HEADER(term.h,,,[
AC_CHECK_HEADERS(term.h,,,[
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif