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.

Author braden
Recipients amaury.forgeotdarc, braden, rgpitts
Date 2010-02-14.07:43:57
SpamBayes Score 0.00019800437
Marked as misclassified No
Message-id <1266133498.83.0.159404818097.issue6820@psf.upfronthosting.co.za>
In-reply-to
Content
In general, this does *not* play well with libraries that define the same symbols.

It is not correct to install the AC_CONFIG_HEADERS. Any macros in an installed configuration header need to be namespaced per-project; e.g., PYTHON_HAVE_STRFTIME.
History
Date User Action Args
2010-02-14 07:44:59bradensetrecipients: + braden, amaury.forgeotdarc, rgpitts
2010-02-14 07:44:58bradensetmessageid: <1266133498.83.0.159404818097.issue6820@psf.upfronthosting.co.za>
2010-02-14 07:43:58bradenlinkissue6820 messages
2010-02-14 07:43:58bradencreate