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

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

[patch #7595] Autoconf macro to check for compiler/linker flags to build


From: anonymous
Subject: [patch #7595] Autoconf macro to check for compiler/linker flags to build perl extensions
Date: Thu, 11 Aug 2011 04:34:00 +0000
User-agent: Opera/9.80 (X11; FreeBSD 9.0-CURRENT amd64; U; en) Presto/2.9.168 Version/11.50

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

                 Summary: Autoconf macro to check for compiler/linker flags to
build perl extensions
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Thu 11 Aug 2011 04:33:58 AM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

SYNOPSIS

  AX_PERL_EXT

DESCRIPTION

  Fetches the linker flags and C compiler flags for compiling and linking
  Perl binary extensions.  The macro substitutes PERL_EXT_INC, PERL_EXT_LIB,
  PERL_EXT_CPPFLAGS, PERL_EXT_LDFLAGS and PERL_EXT_DLEXT variables if
  Perl executable was found.  It also checks the same variables before trying
  to retrieve them from the Perl configuration.
  * PERL_EXT_INC: XS include directory
  * PERL_EXT_LIB: Perl extensions destination directory
  * PERL_EXT_CPPFLAGS: C preprocessor flags to compile extensions
  * PERL_EXT_LDFLAGS: linker flags to build extensions
  * PERL_EXT_DLEXT: extensions suffix for perl modules (e.g. ".so")

  Examples:
    AX_PERL_EXT
    if test x"$PERL" = x; then
         AC_ERROR(["cannot find Perl"])
    fi

LICENSE
  2-clause BSD license

AUTHORS
  Stanislav Sedov <address@hidden>



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 11 Aug 2011 04:33:58 AM UTC  Name: ax_perl_ext.m4  Size: 5kB   By:
None

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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