/[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.123 by akim, Mon Nov 26 10:50:36 2001 UTC revision 1.124 by akim, Sun Jan 6 20:48:11 2002 UTC
# Line 89  m4_define([AT_LINE], Line 89  m4_define([AT_LINE],
89  # Begin test suite.  # Begin test suite.
90  m4_define([AT_INIT],  m4_define([AT_INIT],
91  [m4_pattern_forbid([^_?AT_])  [m4_pattern_forbid([^_?AT_])
 m4_pattern_forbid([PACKAGE_(BUGREPORT|STRING)$])  
92  m4_define([AT_TESTSUITE_NAME],  m4_define([AT_TESTSUITE_NAME],
93            m4_defn([PACKAGE_STRING])[ test suite]m4_ifval([$1], [: $1]))            m4_defn([AT_PACKAGE_STRING])[ test suite]m4_ifval([$1], [: $1]))
94  m4_define([AT_ordinal], 0)  m4_define([AT_ordinal], 0)
95  m4_define([AT_banner_ordinal], 0)  m4_define([AT_banner_ordinal], 0)
96  AS_INIT  AS_INIT
# Line 184  while test $[@%:@] -gt 0; do Line 183  while test $[@%:@] -gt 0; do
183          ;;          ;;
184    
185      --version | -V )      --version | -V )
186          echo "$as_me (PACKAGE_STRING)"          echo "$as_me (AT_PACKAGE_STRING)"
187          exit 0          exit 0
188          ;;          ;;
189    
# Line 318  Execution tuning: Line 317  Execution tuning:
317                   default for debugging scripts                   default for debugging scripts
318    -x, --trace    enable tests shell tracing    -x, --trace    enable tests shell tracing
319    
320  Report bugs to <PACKAGE_BUGREPORT>.  Report bugs to <AT_PACKAGE_BUGREPORT>.
321  _ATEOF  _ATEOF
322    exit 0    exit 0
323  fi  fi
# Line 544  m4_divert([TAIL])[]dnl Line 543  m4_divert([TAIL])[]dnl
543          sed "s/^ */$as_me: warning: /" <<_ATEOF          sed "s/^ */$as_me: warning: /" <<_ATEOF
544          A failure happened in a test group before any test could be          A failure happened in a test group before any test could be
545          run. This means that test suite is improperly designed.  Please          run. This means that test suite is improperly designed.  Please
546          report this failure to <PACKAGE_BUGREPORT>.          report this failure to <AT_PACKAGE_BUGREPORT>.
547  _ATEOF  _ATEOF
548          echo "$at_setup_line" >$at_check_line_file          echo "$at_setup_line" >$at_check_line_file
549        fi        fi
# Line 671  elif test $at_debug_p = false; then Line 670  elif test $at_debug_p = false; then
670    AS_BOX([$as_me.log is created.])    AS_BOX([$as_me.log is created.])
671    
672    echo    echo
673    echo "Please send \`$as_me.log' to <PACKAGE_BUGREPORT>,"    echo "Please send \`$as_me.log' to <AT_PACKAGE_BUGREPORT>,"
674    echo "along with all information you think might help."    echo "along with all information you think might help."
675    exit 1    exit 1
676  fi  fi

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

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