This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PACKAGE_* in pyconfig.h
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: loewis, nijel, nnorwitz
Priority: normal Keywords:

Created on 2003-05-30 11:02 by nijel, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (3)
msg16208 - (view) Author: Michal Čihař (nijel) * Date: 2003-05-30 11:02
Is it intentional that in 2.3 pyconfig.h includes
PACKAGE_* definitions? It causes lot of warnings when
building modules (and maybe some other problems).
msg16209 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-05-31 14:17
Logged In: YES 
user_id=33168

These seem to have been added when upgrading to autoconf 2.53.
msg16210 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-06-14 07:49
Logged In: YES 
user_id=21627

This is fixed in

configure.in 1.415
configure 1.404

by explicitly removing the PACKAGE_* definitions.
Unfortunately, autoconf has no API for this, so we need a
hack here.
History
Date User Action Args
2022-04-10 16:08:59adminsetgithub: 38569
2003-05-30 11:02:42nijelcreate