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: acconfig.h out of date
Type: Stage:
Components: Build Versions: Python 2.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, tim1470
Priority: normal Keywords: patch

Created on 2002-09-27 03:37 by tim1470, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
acconfig.patch tim1470, 2002-09-27 03:37 fix missing HAVE_GETADDRINFO in acconfig.h
Messages (2)
msg41276 - (view) Author: Tim Rice (tim1470) Date: 2002-09-27 03:37
acconfig.h is out of date.  It looks like someone
added  AC_DEFINE(HAVE_GETADDRINFO) 
to configure.in without updating acconfig.h
autoheader coomplains and then  will not update
pyconfig.h.in
/usr/bin/autoheader: Symbol `HAVE_GETADDRINFO' is not
covered by /usr/share/autoconf/acconfig.h ./acconfig.h

patch attached
msg41277 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-09-30 10:11
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as pyconfig.h.in 1.20.8.1;
acconfig.h 1.58.8.1;
History
Date User Action Args
2022-04-10 16:05:42adminsetgithub: 37229
2002-09-27 03:37:47tim1470create