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 rpetrov
Recipients Arfrever, amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou, r.david.murray, rpetrov
Date 2010-10-18.21:46:30
SpamBayes Score 0.0019799923
Marked as misclassified No
Message-id <1287438391.75.0.790926420928.issue9807@psf.upfronthosting.co.za>
In-reply-to
Content
- As configure script add new "substitute variable" LDVERSION" why do not use LDVERSION in Makefile instead $(VERSION)$(ABIFLAGS). Note first to replace in configure script LDVERSION="$(VERSION)" to LDVERSION="$VERSION" !

- May be $(LN) -s is not portable. What about to add macro AC_PROG_LN_S in configure script and to use $(LN_S) in makefile ?
History
Date User Action Args
2010-10-18 21:46:31rpetrovsetrecipients: + rpetrov, loewis, fdrake, barry, doko, amaury.forgeotdarc, pitrou, eric.smith, eric.araujo, Arfrever, r.david.murray, dmalcolm
2010-10-18 21:46:31rpetrovsetmessageid: <1287438391.75.0.790926420928.issue9807@psf.upfronthosting.co.za>
2010-10-18 21:46:30rpetrovlinkissue9807 messages
2010-10-18 21:46:30rpetrovcreate