/[autoconf]/autoconf/lib/autoconf/autoupdate.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/autoupdate.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by bonzini, Mon Nov 24 10:40:59 2003 UTC revision 1.5 by bonzini, Tue Nov 25 13:50:45 2003 UTC
# Line 50  Line 50 
50  # Roland McGrath, Noah Friedman, david d zuhn, and many others.  # Roland McGrath, Noah Friedman, david d zuhn, and many others.
51    
52    
53  ## ----------------------------------- ##  ## ---------------------------------- ##
54  ## Defining macros to be autoupdated.  ##  ## Macros to define obsolete macros.  ##
55  ## ----------------------------------- ##  ## ---------------------------------- ##
56    
57    
58  # AU_DEFUN(NAME, NEW-CODE)  # AU_DEFUN(NAME, NEW-CODE, [MESSAGE])
59  # -----------------------------------  # -----------------------------------
60  # Declare that the macro NAME is now obsoleted, and should be replaced  # Declare that the macro NAME is now obsoleted, and should be replaced
61  # by NEW-CODE.  Tell the user she should run autoupdate, and include  # by NEW-CODE.  Tell the user she should run autoupdate, and include
62  # the additional MESSAGE.  # the additional MESSAGE.
63  #  #
64    # FIXME: MESSAGE should be grabbed with autom4te traces, and that's
65    # why it is never used in the body of the macro; however, as of 2003-11-25
66    # it is never used and it seems that it never was.  Also, MESSAGE is
67    # used only once in AC_LINK_FILES, it may be the case to remove it from
68    # there.  See the FIXME in AC_LINK_FILES as well.
69    #
70  # Also define NAME as a macro which code is NEW-CODE.  # Also define NAME as a macro which code is NEW-CODE.
71  #  #
72  # This allows to share the same code for both supporting obsoleted macros,  # This allows to share the same code for both supporting obsoleted macros,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26