Discussion:
[Python-3000-checkins] r67507 - in python/branches/py3k: configure configure.in
christian.heimes
2008-12-03 18:18:24 UTC
Permalink
Author: christian.heimes
Date: Wed Dec 3 19:18:23 2008
New Revision: 67507

Log:
Bumped up version numbers of configure/autoconf scripts

Modified:
python/branches/py3k/configure
python/branches/py3k/configure.in

Modified: python/branches/py3k/configure
==============================================================================
--- python/branches/py3k/configure (original)
+++ python/branches/py3k/configure Wed Dec 3 19:18:23 2008
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.in Revision: 67100 .
+# From configure.in Revision: 67461 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for python 3.0.
+# Generated by GNU Autoconf 2.61 for python 3.1.
#
# Report bugs to <http://www.python.org/python-bugs>.
#
@@ -575,8 +575,8 @@
# Identity of this package.
PACKAGE_NAME='python'
PACKAGE_TARNAME='python'
-PACKAGE_VERSION='3.0'
-PACKAGE_STRING='python 3.0'
+PACKAGE_VERSION='3.1'
+PACKAGE_STRING='python 3.1'
PACKAGE_BUGREPORT='http://www.python.org/python-bugs'

ac_unique_file="Include/object.h"
@@ -1244,7 +1244,7 @@
# 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 3.0 to adapt to many kinds of systems.
+\`configure' configures python 3.1 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

@@ -1305,7 +1305,7 @@

if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of python 3.0:";;
+ short | recursive ) echo "Configuration of python 3.1:";;
esac
cat <<\_ACEOF

@@ -1428,7 +1428,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-python configure 3.0
+python configure 3.1
generated by GNU Autoconf 2.61

Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1442,7 +1442,7 @@
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 3.0, which was
+It was created by python $as_me 3.1, which was
generated by GNU Autoconf 2.61. Invocation command line was

$ $0 $@
@@ -1811,7 +1811,7 @@
mv confdefs.h.new confdefs.h


-VERSION=3.0
+VERSION=3.1


SOVERSION=1.0
@@ -24735,7 +24735,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by python $as_me 3.0, which was
+This file was extended by python $as_me 3.1, which was
generated by GNU Autoconf 2.61. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
@@ -24784,7 +24784,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-python config.status 3.0
+python config.status 3.1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"


Modified: python/branches/py3k/configure.in
==============================================================================
--- python/branches/py3k/configure.in (original)
+++ python/branches/py3k/configure.in Wed Dec 3 19:18:23 2008
@@ -4,7 +4,7 @@
dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61).

# Set VERSION so we only need to edit in one place (i.e., here)
-m4_define(PYTHON_VERSION, 3.0)
+m4_define(PYTHON_VERSION, 3.1)

AC_REVISION($Revision$)
AC_PREREQ(2.61)

Loading...