diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-11 13:37:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-11 13:37:28 (GMT) |
commit | bddf5a57ca94b93d251492b5adc50814e891e7f2 (patch) | |
tree | fb0b509d9eb4c44bd96ec4895bb7539fc54f188b /configure | |
parent | e981a4eb3607f8b18acc1c715a6789f7aa7ac07c (diff) | |
download | cpython-bddf5a57ca94b93d251492b5adc50814e891e7f2.zip cpython-bddf5a57ca94b93d251492b5adc50814e891e7f2.tar.gz cpython-bddf5a57ca94b93d251492b5adc50814e891e7f2.tar.bz2 |
Protect pyconfig.h from multiple inclusions.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.365 . +# From configure.in Revision: 1.366 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for python 2.3. # @@ -1237,6 +1237,8 @@ ac_config_headers="$ac_config_headers pyconfig.h" + + VERSION=2.3 |