Roumen Petrov <bugtr...@roumenpetrov.info> added the comment:

- 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 ?

----------
nosy: +rpetrov

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9807>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to