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

Diff of /autoconf/lib/autoconf/status.m4

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

revision 1.39 by adl, Wed Nov 5 11:58:55 2003 UTC revision 1.40 by bonzini, Mon Nov 24 10:40:59 2003 UTC
# Line 735  m4_define([AC_LIST_LINKS_COMMANDS]) Line 735  m4_define([AC_LIST_LINKS_COMMANDS])
735  #  #
736  # _AC_LINK_CNT is used to be robust to multiple calls.  # _AC_LINK_CNT is used to be robust to multiple calls.
737  AU_DEFUN([AC_LINK_FILES],  AU_DEFUN([AC_LINK_FILES],
738  [m4_if($#, 2, ,  [AC_DIAGNOSE([obsolete], [
739    It is technically impossible to `autoupdate' cleanly from AC_LINK_FILES
740    to AC_CONFIG_FILES.  `autoupdate' provides a functional but inelegant
741    update, you should probably tune the result yourself and remove this
742    warning.])
743    m4_if($#, 2, ,
744         [m4_fatal([$0: incorrect number of arguments])])dnl         [m4_fatal([$0: incorrect number of arguments])])dnl
745  m4_define([_AC_LINK_FILES_CNT], m4_incr(_AC_LINK_FILES_CNT))dnl  m4_define([_AC_LINK_FILES_CNT], m4_incr(_AC_LINK_FILES_CNT))dnl
746  ac_sources="$1"  ac_sources="$1"
# Line 746  while test -n "$ac_sources"; do Line 751  while test -n "$ac_sources"; do
751    [ac_config_links_]_AC_LINK_FILES_CNT="$[ac_config_links_]_AC_LINK_FILES_CNT $ac_dest:$ac_source"    [ac_config_links_]_AC_LINK_FILES_CNT="$[ac_config_links_]_AC_LINK_FILES_CNT $ac_dest:$ac_source"
752  done  done
753  AC_CONFIG_LINKS($[ac_config_links_]_AC_LINK_FILES_CNT)dnl  AC_CONFIG_LINKS($[ac_config_links_]_AC_LINK_FILES_CNT)dnl
754  ],  ])
 [  
   It is technically impossible to `autoupdate' cleanly from AC_LINK_FILES  
   to AC_CONFIG_FILES.  `autoupdate' provides a functional but inelegant  
   update, you should probably tune the result yourself.])# AC_LINK_FILES  
755    
756    
757  # Initialize.  # Initialize.

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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