octave-patch-tracker
[Top][All Lists]
Advanced

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

[Octave-patch-tracker] [patch #9972] m4 script to check for functions in


From: John Donoghue
Subject: [Octave-patch-tracker] [patch #9972] m4 script to check for functions in the octave
Date: Fri, 11 Sep 2020 11:44:41 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363

URL:
  <https://savannah.gnu.org/patch/?9972>

                 Summary: m4 script to check for functions in the octave
                 Project: GNU Octave
            Submitted by: lostbard
            Submitted on: Fri 11 Sep 2020 03:44:40 PM UTC
                Category: Forge : other
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

m4 script to allow checking in configure for octave functions withut the need
to use octave - mainly to provide the ability to check from a cross built
target

For normal names, it looks for a matching .m and .oct file before seeing if it
can match the name in PKG_ADD files and lastly as a built-in function.

For names with a '.' in them, it assumes it is a namespace or package path to
a valid .m file such as +containers.Map or @ftp.mget 


examples:

OCTAVE_HAS_FUNCTION([help])

OCTAVE_HAS_FUNCTION([+containers.Map])

OCTAVE_HAS_FUNCTION([@ftp.mget])




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 11 Sep 2020 03:44:40 PM UTC  Name: octave-funcs.m4  Size: 4KiB   By:
lostbard

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

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9972>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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