/[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.125 by akim, Mon Jan 28 10:46:00 2002 UTC revision 1.126 by akim, Wed Feb 6 17:29:44 2002 UTC
# Line 252  while test $[@%:@] -gt 0; do Line 252  while test $[@%:@] -gt 0; do
252                               egrep -i "^[[^;]]*;[[^;]]*;.*$at_keyword"`                               egrep -i "^[[^;]]*;[[^;]]*;.*$at_keyword"`
253          done          done
254          at_groups_selected=`echo "$at_groups_selected" | sed 's/;.*//'`          at_groups_selected=`echo "$at_groups_selected" | sed 's/;.*//'`
255            # Smash the end of lines.
256            at_groups_selected=`echo $at_groups_selected`
257          at_groups="$at_groups$at_groups_selected "          at_groups="$at_groups$at_groups_selected "
258          ;;          ;;
259    
# Line 329  AT_TESTSUITE_NAME test groups: Line 331  AT_TESTSUITE_NAME test groups:
331        KEYWORDS        KEYWORDS
332    
333  _ATEOF  _ATEOF
334    # "  1 42  45 " => "^(1|42|45);"    # "  1 42  45 " => "^(1|42|45);".
335    at_groups_pattern=`echo "$at_groups" | sed 's/^  *//;s/  *$//;s/  */|/g'`    at_groups_pattern=`echo "$at_groups" | sed 's/^  *//;s/  *$//;s/  */|/g'`
336    at_groups_pattern="^(${at_groups_pattern});"    at_groups_pattern="^(${at_groups_pattern});"
337    echo "$at_help_all" |    echo "$at_help_all" |

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.126

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