/[autoconf]/autoconf/lib/autotest/general.m4
ViewVC logotype

Diff of /autoconf/lib/autotest/general.m4

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

revision 1.127 by akim, Thu Feb 28 15:55:13 2002 UTC revision 1.128 by eggert, Thu Mar 14 18:14:49 2002 UTC
# Line 122  fi Line 122  fi
122    
123  # Not all shells have the 'times' builtin; the subshell is needed to make  # Not all shells have the 'times' builtin; the subshell is needed to make
124  # sure we discard the 'times: not found' message from the shell.  # sure we discard the 'times: not found' message from the shell.
125  at_times=:  at_times_skip=:
126  (times) >/dev/null 2>&1 && at_times=times  (times) >/dev/null 2>&1 && at_times_skip=false
127    
128  # CLI Arguments to pass to the debugging scripts.  # CLI Arguments to pass to the debugging scripts.
129  at_debug_args=  at_debug_args=
# Line 734  m4_define([AT_CLEANUP], Line 734  m4_define([AT_CLEANUP],
734  [m4_append([AT_help],  [m4_append([AT_help],
735  m4_defn([AT_ordinal]);m4_defn([AT_line]);m4_defn([AT_description]);m4_ifdef([AT_keywords], [m4_defn([AT_keywords])])  m4_defn([AT_ordinal]);m4_defn([AT_line]);m4_defn([AT_description]);m4_ifdef([AT_keywords], [m4_defn([AT_keywords])])
736  )dnl  )dnl
737      $at_times >$at_times_file      $at_times_skip || times >$at_times_file
738      )      )
739      at_status=$?      at_status=$?
740      ;;      ;;

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

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