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: Mon, 18 Feb 2013 22:11:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

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

                 Summary: Make AX_PYTHON_DEVEL work on Arch Linux
                 Project: GNU Autoconf Archive
            Submitted by: muellner
            Submitted on: Mon 18 Feb 2013 10:11:29 PM GMT
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Arch Linux uses the ending ".so" for its main Python3 library (as in
"libpython3.3m.so") but Python3 itself reports the desired ending for dynamic
libraries as ".cpython-33m.so". This confused AX_PYTHON_DEVEL when it tried to
strip the ending from libpython. The attached fix tries to strip the ending
$ac_python_soext from the library file name first (as before). If that does
not work, it additionally tries to strip ".so".

(This issue is independent from my recently submitted patch here:

https://savannah.gnu.org/patch/?7951

However, both patches are necessary to make the Python-related autoconf macros
work on Arch Linux.)



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 18 Feb 2013 10:11:29 PM GMT  Name: ax_python_devel.m4  Size: 11kB  
By: muellner

<http://savannah.gnu.org/patch/download.php?file_id=27481>

    _______________________________________________________

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]