[issue16347] configure.ac patch

2013-04-25 Thread Antonio Cavallo
Antonio Cavallo added the comment: I suppose to reduce the noise is better close this, thanks -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue16347] configure.ac patch

2012-11-02 Thread Antonio Cavallo
Antonio Cavallo added the comment: Hi, the patch it is really simple, it adds the @LIB@ and @ARCH@ variables to the configure machinery. If you look into the Makefile.pre.in: INCLUDEDIR=¬@includedir@ CONFINCLUDEDIR=¬$(exec_prefix)/include SCRIPTDIR=¬…$(prefix)/lib This hardcodes lib that ca

[issue16347] configure.ac patch

2012-11-02 Thread Éric Araujo
Éric Araujo added the comment: > This is due to the fact on the 64 bit they split lib and lib64 directories. This depends on the specific multiarch implementation. Debian 64-bit only has /usr/lib for instance. I had a look at the patch but did not understand what it does. -- nosy: +er

[issue16347] configure.ac patch

2012-10-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue16347] configure.ac patch

2012-10-28 Thread Antonio Cavallo
New submission from Antonio Cavallo: I've noticed that linux distros have a set of patch to fix a hardcoded lib in their makefiles: eg. Makefile.pre.in: INCLUDEDIR=¬@includedir@ CONFINCLUDEDIR=¬$(exec_prefix)/include SCRIPTDIR=¬…$(prefix)/lib<== HARDCODED This is due to the fact