Fix the version number to be 3.0.
This commit is contained in:
parent
c6fe059512
commit
0c4eb62565
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 42437 .
|
||||
# From configure.in Revision: 42563 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for python 2.5.
|
||||
# Generated by GNU Autoconf 2.59 for python 3.0.
|
||||
#
|
||||
# Report bugs to <http://www.python.org/python-bugs>.
|
||||
#
|
||||
|
@ -270,8 +270,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='python'
|
||||
PACKAGE_TARNAME='python'
|
||||
PACKAGE_VERSION='2.5'
|
||||
PACKAGE_STRING='python 2.5'
|
||||
PACKAGE_VERSION='3.0'
|
||||
PACKAGE_STRING='python 3.0'
|
||||
PACKAGE_BUGREPORT='http://www.python.org/python-bugs'
|
||||
|
||||
ac_unique_file="Include/object.h"
|
||||
|
@ -781,7 +781,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures python 2.5 to adapt to many kinds of systems.
|
||||
\`configure' configures python 3.0 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -838,7 +838,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of python 2.5:";;
|
||||
short | recursive ) echo "Configuration of python 3.0:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -986,7 +986,7 @@ fi
|
|||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
python configure 2.5
|
||||
python configure 3.0
|
||||
generated by GNU Autoconf 2.59
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
|
@ -1000,7 +1000,7 @@ cat >&5 <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by python $as_me 2.5, which was
|
||||
It was created by python $as_me 3.0, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -1352,7 +1352,7 @@ rm confdefs.h
|
|||
mv confdefs.h.new confdefs.h
|
||||
|
||||
|
||||
VERSION=2.5
|
||||
VERSION=3.0
|
||||
|
||||
|
||||
SOVERSION=1.0
|
||||
|
@ -22193,7 +22193,7 @@ _ASBOX
|
|||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by python $as_me 2.5, which was
|
||||
This file was extended by python $as_me 3.0, which was
|
||||
generated by GNU Autoconf 2.59. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -22253,7 +22253,7 @@ _ACEOF
|
|||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
python config.status 2.5
|
||||
python config.status 3.0
|
||||
configured by $0, generated by GNU Autoconf 2.59,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -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.5)
|
||||
m4_define(PYTHON_VERSION, 3.0)
|
||||
|
||||
AC_REVISION($Revision$)
|
||||
AC_PREREQ(2.59)
|
||||
|
|
Loading…
Reference in New Issue