autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #7953] Make AX_PYTHON_DEVEL work on Arch Linux


From: Daniel Müllner
Subject: [patch #7953] Make AX_PYTHON_DEVEL work on Arch Linux
Date: Tue, 02 Apr 2013 20:53:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

Follow-up Comment #12, patch #7953 (project autoconf-archive):

Thanks for the notice, Julian. I looked into the Makefile that is shipped with
Python, and how the compiler flags are generated there. The Makefile (in
/usr/lib/python3.3/config-3.3m on my system) contains the following line:

    BLDLIBRARY=     -L. -lpython$(LDVERSION)

So, why not do the same? Attached is a script that uses the configuration
variable LDVERSION (or VERSION if LDVERSION is not defined) instead of
LDLIBRARY, SO and SOABI. The script becomes even simpler that way.

Julian (or someone else), could you comment on whether this work on MacOS?

(file #27748)
    _______________________________________________________

Additional Item Attachment:

File name: ax_python_devel.m4             Size:10 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7953>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]