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 David.Edelsohn
Recipients David.Edelsohn, martin.panter, pitrou
Date 2015-12-09.13:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449669557.21.0.207984264457.issue25825@psf.upfronthosting.co.za>
In-reply-to
Content
$(prefix) and $(exec_prefix) result in the same path on AIX, so it does not matter in practice, although the semantics are different.

# Install prefix for architecture-dependent files
exec_prefix=    ${prefix}

python.exp is not architecture dependent, although it only is useful on AIX target.  It is essentially equivalent to a list of symbols with ELF global, non-hidden visibility.  It is less confusing if the list is co-located with the scripts that use it.

LIBPL is fine with me.  configure.ac and Makefile.pre.in must match.
History
Date User Action Args
2015-12-09 13:59:17David.Edelsohnsetrecipients: + David.Edelsohn, pitrou, martin.panter
2015-12-09 13:59:17David.Edelsohnsetmessageid: <1449669557.21.0.207984264457.issue25825@psf.upfronthosting.co.za>
2015-12-09 13:59:17David.Edelsohnlinkissue25825 messages
2015-12-09 13:59:16David.Edelsohncreate