bugGNU Octave - Bugs: bug #36997, removal of deprecated macros

 
 

bug #36997: removal of deprecated macros

Submitter:  Carnë Draug <carandraug>
Submitted:  Mon 30 Jul 2012 07:56:53 PM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 31 Jul 2012 01:48:41 PM UTC, comment #1: 

Thanks, pulled, merged, built, tested, and pushed:

    http://hg.savannah.gnu.org/hgweb/octave/graph/5156934606d7

Jordi Gutiérrez Hermoso <jordigh>
Group Member
Mon 30 Jul 2012 07:56:53 PM UTC, original submission:  

Hi

I have noticed that Octave uses some macros that seem deprecated. I have already replaced AC_TRY_LINK with a6d4965ef04b

Could you please pull revision 6130d87495b8 from bitbucket.org/carandraug/octave ? This patch also replaces AC_CONFIG_HEADER which is actually just a wrapper around the AC_CONFIG_HEADERS and is already highlighted as incorrect by gtksourceview.

See on lib/autoconf/status.m4 (autoconf source)


# AC_CONFIG_HEADER(HEADER-TO-CREATE ...)
# --------------------------------------
# FIXME: Make it obsolete?
AC_DEFUN([AC_CONFIG_HEADER],
[AC_CONFIG_HEADERS([$1])])


Carnë

Carnë Draug <carandraug>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jordigh (Posted a comment)
  • -email is unavailable- added by carandraug (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-07-31 jordigh StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code