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

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

[patch #7719] Boost macros doesn't auto-detect dynamic libraries on Mac


From: anonymous
Subject: [patch #7719] Boost macros doesn't auto-detect dynamic libraries on Mac OS X (*.dylib) reliably
Date: Sun, 05 Feb 2012 15:25:49 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0) Gecko/20100101 Firefox/10.0

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

                 Summary: Boost macros doesn't auto-detect dynamic libraries
on Mac OS X (*.dylib) reliably
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Sun 05 Feb 2012 03:25:48 PM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The current implementations of boost related macros doesn't auto detect
dynamic libraries on Mac OS X systems as the file suffix is "dylib" which is
untested in those macros. The patch attached added those checks. Current
version do the following:

+ Check libraries on *nix systems in order of *.so*, *.dylib*, *.a*, so that
dynamic libraries are detected first.
+ Remove bashism (use of curly braces like "{" "}")
+ Fix some incorrect sed regular expression (usually a* -> a.*)

Please review. Thanks.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 05 Feb 2012 03:25:48 PM UTC  Name: boost_libs_dylib.patch  Size:
27kB   By: None

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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