/[autoconf]/autoconf/tests/mktests.sh
ViewVC logotype

Diff of /autoconf/tests/mktests.sh

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

revision 1.28 by eggert, Thu Jun 27 07:51:16 2002 UTC revision 1.29 by eggert, Mon Sep 2 06:44:27 2002 UTC
# Line 155  _AC_' Line 155  _AC_'
155  # ac_exclude_egrep  # ac_exclude_egrep
156  # ----------------  # ----------------
157  # Build a single extended regular expression out of filter_macros_list.  # Build a single extended regular expression out of filter_macros_list.
158  # Sed is used to get rid of the trailing `|' coming from the trailing  ac_exclude_egrep=$exclude_list$ac_exclude_list
 # `\n' from `echo'.  
 ac_exclude_egrep=`echo "$exclude_list$ac_exclude_list" | tr '  
 ' '|' | sed 's/.$//'`  
159    
160    
161  # au_exclude_list  # au_exclude_list
# Line 183  au_exclude_list='^AC_LANG_RESTORE$ Line 180  au_exclude_list='^AC_LANG_RESTORE$
180  # au_exclude_egrep  # au_exclude_egrep
181  # ----------------  # ----------------
182  # Build a single extended regular expression out of filter_macros_list.  # Build a single extended regular expression out of filter_macros_list.
183  # Sed is used to get rid of the trailing `|' coming from the trailing  au_exclude_egrep=$exclude_list$au_exclude_list
 # `\n' from `echo'.  
 au_exclude_egrep=`echo "$exclude_list$au_exclude_list" | tr '  
 ' '|' | sed 's/.$//'`  
184    
185    
186  # egrep  # egrep

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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