diff options
author | Georg Brandl <georg@python.org> | 2009-05-20 18:25:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-20 18:25:10 (GMT) |
commit | e2e1561a15c76bc9089248ab63c9ac74325e13da (patch) | |
tree | 39a6619123b75825ce0669e047c1e429057fede0 /configure.in | |
parent | 3a6df8183b6b95dbc71c6bbffe7b3b0d3b2be325 (diff) | |
download | cpython-e2e1561a15c76bc9089248ab63c9ac74325e13da.zip cpython-e2e1561a15c76bc9089248ab63c9ac74325e13da.tar.gz cpython-e2e1561a15c76bc9089248ab63c9ac74325e13da.tar.bz2 |
Merged revisions 72799 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72799 | georg.brandl | 2009-05-20 20:24:08 +0200 (Mi, 20 Mai 2009) | 1 line
Update bug tracker URL.
........
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 176e5cd..6937150 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ m4_define(PYTHON_VERSION, 3.1) AC_REVISION($Revision$) AC_PREREQ(2.61) -AC_INIT(python, PYTHON_VERSION, http://www.python.org/python-bugs) +AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/) AC_CONFIG_SRCDIR([Include/object.h]) AC_CONFIG_HEADER(pyconfig.h) |