[Python-checkins] cpython: remove AC_REVISION

benjamin.peterson python-checkins at python.org
Fri Jun 3 21:22:37 CEST 2011


http://hg.python.org/cpython/rev/05f93fa762f7
changeset:   70620:05f93fa762f7
parent:      70618:41c918897286
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Jun 03 14:22:48 2011 -0500
summary:
  remove AC_REVISION

files:
  configure.in |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
@@ -30,7 +30,6 @@
     HGBRANCH=""
 fi
 
-AC_REVISION(HGVERSION)
 AC_CONFIG_SRCDIR([Include/object.h])
 AC_CONFIG_HEADER(pyconfig.h)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list