diff options
author | Georg Brandl <georg@python.org> | 2011-02-25 11:03:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-25 11:03:15 (GMT) |
commit | 15995f7dc7cddbe6d935227d6679dcbf3923f87a (patch) | |
tree | ba2121f2b9545fbf47a6e5da8c1385ed68f8033b | |
parent | 67ebabd1527d7b461ed6a4e853e100a19751368b (diff) | |
download | cpython-15995f7dc7cddbe6d935227d6679dcbf3923f87a.zip cpython-15995f7dc7cddbe6d935227d6679dcbf3923f87a.tar.gz cpython-15995f7dc7cddbe6d935227d6679dcbf3923f87a.tar.bz2 |
Remove unused m4 define.
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 2d4b200..ec7b980 100644 --- a/configure.in +++ b/configure.in @@ -5,13 +5,6 @@ dnl *********************************************** # Set VERSION so we only need to edit in one place (i.e., here) m4_define(PYTHON_VERSION, 3.3) -dnl Some m4 magic to ensure that the configure script is generated -dnl by the correct autoconf version. -m4_define([version_required], -[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]), [$1]), 0, - [], - [m4_fatal([Autoconf version $1 is required for Python], 63)]) -]) AC_PREREQ(2.65) AC_REVISION($Revision$) |