===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
grep-3.6/gnulib-tests/setlocale.c-1190-           # Usage: func_line ll_CC
grep-3.6/gnulib-tests/setlocale.c:1191:           ll=`echo "$1" | sed -e 's|_.*||'`
grep-3.6/gnulib-tests/setlocale.c:1192:           cc=`echo "$1" | sed -e 's|^.*_||'`
grep-3.6/gnulib-tests/setlocale.c:1193:           llx=`sed -n -e "s|^${ll} ||p" < gettext-tools/doc/ISO_639`
grep-3.6/gnulib-tests/setlocale.c:1194:           ccx=`expand gettext-tools/doc/ISO_3166 | sed -n -e "s|^${cc}  *||p"`
grep-3.6/gnulib-tests/setlocale.c-1195-           echo "    \"$1\",    /$X* ${llx} ${ccx} *$X/"
##############################################
grep-3.6/gnulib-tests/init.sh-65-
grep-3.6/gnulib-tests/init.sh:66:ME_=`expr "./$0" : '.*/\(.*\)$'`
grep-3.6/gnulib-tests/init.sh-67-
##############################################
grep-3.6/gnulib-tests/init.sh-298-
grep-3.6/gnulib-tests/init.sh:299:  n_plus_50_=`expr $n_ + 50`
grep-3.6/gnulib-tests/init.sh-300-  cmds_='date; date +%N; free; who -a; w; ps auxww; ps -ef'
grep-3.6/gnulib-tests/init.sh:301:  data_=` (eval "$cmds_") 2>&1 | gzip `
grep-3.6/gnulib-tests/init.sh-302-
##############################################
grep-3.6/gnulib-tests/init.sh-304-  while :; do
grep-3.6/gnulib-tests/init.sh:305:    len_=`echo "$data_"|wc -c`
grep-3.6/gnulib-tests/init.sh-306-    test $n_plus_50_ -le $len_ && break;
grep-3.6/gnulib-tests/init.sh:307:    data_=` (echo "$data_"; eval "$cmds_") 2>&1 | gzip `
grep-3.6/gnulib-tests/init.sh-308-  done
##############################################
grep-3.6/gnulib-tests/init.sh-341-  # First, try to use mktemp.
grep-3.6/gnulib-tests/init.sh:342:  d=`unset TMPDIR; { mktemp -d -t -p "$destdir_" "$template_"; } 2>/dev/null` &&
grep-3.6/gnulib-tests/init.sh-343-
##############################################
grep-3.6/gnulib-tests/init.sh-350-  # It must have 0700 permissions.  Handle sticky "S" bits.
grep-3.6/gnulib-tests/init.sh:351:  perms=`ls -dgo "$d" 2>/dev/null` &&
grep-3.6/gnulib-tests/init.sh-352-  case $perms in drwx--[-S]---*) :;; *) false;; esac && {
##############################################
grep-3.6/gnulib-tests/init.sh-359-  # Get a copy of the template without its suffix of X's.
grep-3.6/gnulib-tests/init.sh:360:  base_template_=`echo "$template_"|sed 's/XX*$//'`
grep-3.6/gnulib-tests/init.sh-361-
grep-3.6/gnulib-tests/init.sh-362-  # Calculate how many X's we've just removed.
grep-3.6/gnulib-tests/init.sh:363:  template_length_=`echo "$template_" | wc -c`
grep-3.6/gnulib-tests/init.sh:364:  nx_=`echo "$base_template_" | wc -c`
grep-3.6/gnulib-tests/init.sh:365:  nx_=`expr $template_length_ - $nx_`
grep-3.6/gnulib-tests/init.sh-366-
##############################################
grep-3.6/gnulib-tests/init.sh-369-  while :; do
grep-3.6/gnulib-tests/init.sh:370:    X_=`rand_bytes_ $nx_`
grep-3.6/gnulib-tests/init.sh-371-    candidate_dir_="$destdir_slash_$base_template_$X_"
grep-3.6/gnulib-tests/init.sh:372:    err_=`mkdir -m 0700 "$candidate_dir_" 2>&1` \
grep-3.6/gnulib-tests/init.sh-373-      && { echo "$candidate_dir_"; return; }
grep-3.6/gnulib-tests/init.sh-374-    test $MAX_TRIES_ -le $i_ && break;
grep-3.6/gnulib-tests/init.sh:375:    i_=`expr $i_ + 1`
grep-3.6/gnulib-tests/init.sh-376-  done
##############################################
grep-3.6/gnulib-tests/init.sh-405-  pfx_=`testdir_prefix_`
grep-3.6/gnulib-tests/init.sh:406:  test_dir_=`mktempd_ "$initial_cwd_" "$pfx_-$ME_.XXXX"` \
grep-3.6/gnulib-tests/init.sh-407-    || fail_ "failed to create temporary directory in $initial_cwd_"
##############################################
grep-3.6/gnulib-tests/init.sh-501-
grep-3.6/gnulib-tests/init.sh:502:  base_names_=`find_exe_basenames_ $1` \
grep-3.6/gnulib-tests/init.sh-503-    || { echo "$0 (exe_shim): skipping directory: $1" 1>&2; return 0; }
##############################################
grep-3.6/gnulib-tests/init.sh-626-  test "$diff_opt_" != no &&
grep-3.6/gnulib-tests/init.sh:627:    diff_out_=`exec 2>/dev/null; diff $diff_opt_ "$0" "$0" < /dev/null` &&
grep-3.6/gnulib-tests/init.sh-628-    break
##############################################
grep-3.6/gnulib-tests/Makefile.in-74-  { \
grep-3.6/gnulib-tests/Makefile.in:75:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
grep-3.6/gnulib-tests/Makefile.in-76-  }; \
##############################################
grep-3.6/gnulib-tests/Makefile.in-1522-}
grep-3.6/gnulib-tests/Makefile.in:1523:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
grep-3.6/gnulib-tests/Makefile.in-1524-am__vpath_adj = case $$p in \
grep-3.6/gnulib-tests/Makefile.in:1525:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
grep-3.6/gnulib-tests/Makefile.in-1526-    *) f=$$p;; \
grep-3.6/gnulib-tests/Makefile.in-1527-  esac;
grep-3.6/gnulib-tests/Makefile.in:1528:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
grep-3.6/gnulib-tests/Makefile.in-1529-am__install_max = 40
grep-3.6/gnulib-tests/Makefile.in-1530-am__nobase_strip_setup = \
grep-3.6/gnulib-tests/Makefile.in:1531:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
grep-3.6/gnulib-tests/Makefile.in-1532-am__nobase_strip = \
##############################################
grep-3.6/gnulib-tests/Makefile.in-1650-case "$@" in						\
grep-3.6/gnulib-tests/Makefile.in:1651:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
grep-3.6/gnulib-tests/Makefile.in-1652-    *) am__odir=.;; 					\
##############################################
grep-3.6/gnulib-tests/Makefile.in-1680-  bases='$(TEST_LOGS)'; \
grep-3.6/gnulib-tests/Makefile.in:1681:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
grep-3.6/gnulib-tests/Makefile.in:1682:  bases=`echo $$bases`
grep-3.6/gnulib-tests/Makefile.in-1683-AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
##############################################
grep-3.6/gnulib-tests/Makefile.in-1693-        */*) b='$*';; \
grep-3.6/gnulib-tests/Makefile.in:1694:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
grep-3.6/gnulib-tests/Makefile.in-1695-       esac;; \
##############################################
grep-3.6/gnulib-tests/Makefile.in-1716-  while test -n "$$dir1"; do \
grep-3.6/gnulib-tests/Makefile.in:1717:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
grep-3.6/gnulib-tests/Makefile.in-1718-    if test "$$first" != "."; then \
grep-3.6/gnulib-tests/Makefile.in-1719-      if test "$$first" = ".."; then \
grep-3.6/gnulib-tests/Makefile.in:1720:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
grep-3.6/gnulib-tests/Makefile.in:1721:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
grep-3.6/gnulib-tests/Makefile.in-1722-      else \
grep-3.6/gnulib-tests/Makefile.in:1723:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
grep-3.6/gnulib-tests/Makefile.in-1724-        if test "$$first2" = "$$first"; then \
grep-3.6/gnulib-tests/Makefile.in:1725:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
grep-3.6/gnulib-tests/Makefile.in-1726-        else \
##############################################
grep-3.6/gnulib-tests/Makefile.in-1731-    fi; \
grep-3.6/gnulib-tests/Makefile.in:1732:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
grep-3.6/gnulib-tests/Makefile.in-1733-  done; \
##############################################
grep-3.6/gnulib-tests/Makefile.in-4215-.c.o:
grep-3.6/gnulib-tests/Makefile.in:4216:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
grep-3.6/gnulib-tests/Makefile.in-4217-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
grep-3.6/gnulib-tests/Makefile.in-4223-.c.obj:
grep-3.6/gnulib-tests/Makefile.in:4224:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
grep-3.6/gnulib-tests/Makefile.in:4225:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
grep-3.6/gnulib-tests/Makefile.in-4226-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
grep-3.6/gnulib-tests/Makefile.in-4228-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
grep-3.6/gnulib-tests/Makefile.in:4229:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
grep-3.6/gnulib-tests/Makefile.in-4230-
##############################################
grep-3.6/gnulib-tests/Makefile.in-4244-	dot_seen=no; \
grep-3.6/gnulib-tests/Makefile.in:4245:	target=`echo $@ | sed s/-recursive//`; \
grep-3.6/gnulib-tests/Makefile.in-4246-	case "$@" in \
##############################################
grep-3.6/gnulib-tests/Makefile.in-4307-GTAGS:
grep-3.6/gnulib-tests/Makefile.in:4308:	here=`$(am__cd) $(top_builddir) && pwd` \
grep-3.6/gnulib-tests/Makefile.in-4309-	  && $(am__cd) $(top_srcdir) \
##############################################
grep-3.6/gnulib-tests/Makefile.in-4350-	if test -n "$$redo_bases"; then \
grep-3.6/gnulib-tests/Makefile.in:4351:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
grep-3.6/gnulib-tests/Makefile.in:4352:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
grep-3.6/gnulib-tests/Makefile.in-4353-	  if $(am__make_dryrun); then :; else \
##############################################
grep-3.6/gnulib-tests/Makefile.in-4375-	ws='[ 	]'; \
grep-3.6/gnulib-tests/Makefile.in:4376:	results=`for b in $$bases; do echo $$b.trs; done`; \
grep-3.6/gnulib-tests/Makefile.in-4377-	test -n "$$results" || results=/dev/null; \
grep-3.6/gnulib-tests/Makefile.in:4378:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
grep-3.6/gnulib-tests/Makefile.in:4379:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
grep-3.6/gnulib-tests/Makefile.in:4380:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
grep-3.6/gnulib-tests/Makefile.in:4381:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
grep-3.6/gnulib-tests/Makefile.in:4382:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
grep-3.6/gnulib-tests/Makefile.in:4383:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
grep-3.6/gnulib-tests/Makefile.in:4384:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
grep-3.6/gnulib-tests/Makefile.in:4385:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
grep-3.6/gnulib-tests/Makefile.in-4386-	  success=true; \
##############################################
grep-3.6/gnulib-tests/Makefile.in-4454-	@set +e; $(am__set_TESTS_bases); \
grep-3.6/gnulib-tests/Makefile.in:4455:	log_list=`for i in $$bases; do echo $$i.log; done`; \
grep-3.6/gnulib-tests/Makefile.in:4456:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
grep-3.6/gnulib-tests/Makefile.in:4457:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
grep-3.6/gnulib-tests/Makefile.in-4458-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
grep-3.6/gnulib-tests/Makefile.in-4464-	         | $(am__list_recheck_tests)` || exit 1; \
grep-3.6/gnulib-tests/Makefile.in:4465:	log_list=`for i in $$bases; do echo $$i.log; done`; \
grep-3.6/gnulib-tests/Makefile.in:4466:	log_list=`echo $$log_list`; \
grep-3.6/gnulib-tests/Makefile.in-4467-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
grep-3.6/gnulib-tests/Makefile.in-5840-distdir-am: $(DISTFILES)
grep-3.6/gnulib-tests/Makefile.in:5841:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/gnulib-tests/Makefile.in:5842:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/gnulib-tests/Makefile.in-5843-	list='$(DISTFILES)'; \
##############################################
grep-3.6/gnulib-tests/Makefile.in-5854-	  if test -d $$d/$$file; then \
grep-3.6/gnulib-tests/Makefile.in:5855:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
grep-3.6/gnulib-tests/Makefile.in-5856-	    if test -d "$(distdir)/$$file"; then \
##############################################
grep-3.6/m4/host-cpu-c-abi.m4-330-  dnl In most cases, $HOST_CPU and $HOST_CPU_C_ABI are the same.
grep-3.6/m4/host-cpu-c-abi.m4:331:  HOST_CPU=`echo "$gl_cv_host_cpu_c_abi" | sed -e 's/-.*//'`
grep-3.6/m4/host-cpu-c-abi.m4-332-  HOST_CPU_C_ABI="$gl_cv_host_cpu_c_abi"
##############################################
grep-3.6/m4/po.m4-47-changequote(,)dnl
grep-3.6/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
grep-3.6/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
grep-3.6/m4/po.m4-54-changequote(,)dnl
grep-3.6/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
grep-3.6/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
grep-3.6/m4/po.m4-73-changequote(,)dnl
grep-3.6/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
grep-3.6/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
grep-3.6/m4/po.m4-98-      case "$ac_file" in
grep-3.6/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
grep-3.6/m4/po.m4-100-      esac
##############################################
grep-3.6/m4/po.m4-103-        # Adjust a relative srcdir.
grep-3.6/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
grep-3.6/m4/po.m4:105:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
grep-3.6/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
grep-3.6/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
grep-3.6/m4/po.m4-110-        case "$ac_given_srcdir" in
grep-3.6/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
grep-3.6/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
grep-3.6/m4/po.m4-131-            fi
grep-3.6/m4/po.m4:132:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
grep-3.6/m4/po.m4-133-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
grep-3.6/m4/po.m4-228-  # Adjust a relative srcdir.
grep-3.6/m4/po.m4:229:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
grep-3.6/m4/po.m4:230:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
grep-3.6/m4/po.m4:231:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
grep-3.6/m4/po.m4-232-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
grep-3.6/m4/po.m4-235-  case "$ac_given_srcdir" in
grep-3.6/m4/po.m4:236:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
grep-3.6/m4/po.m4-237-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
grep-3.6/m4/po.m4-297-  # Set POTFILES to the value of the Makefile variable POTFILES.
grep-3.6/m4/po.m4:298:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
grep-3.6/m4/po.m4:299:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
grep-3.6/m4/po.m4-300-  # Compute POTFILES_DEPS as
##############################################
grep-3.6/m4/po.m4-312-    # The LINGUAS file contains the set of available languages.
grep-3.6/m4/po.m4:313:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
grep-3.6/m4/po.m4-314-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
grep-3.6/m4/po.m4-316-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
grep-3.6/m4/po.m4:317:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
grep-3.6/m4/po.m4:318:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
grep-3.6/m4/po.m4-319-  fi
##############################################
grep-3.6/m4/po.m4-360-    QMFILES="$QMFILES $srcdirpre$lang.qm"
grep-3.6/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
grep-3.6/m4/po.m4-362-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
grep-3.6/m4/po.m4:363:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
grep-3.6/m4/po.m4-364-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
grep-3.6/m4/po.m4-401-      QTCATALOGS="$QTCATALOGS $lang.qm"
grep-3.6/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
grep-3.6/m4/po.m4-403-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
grep-3.6/m4/po.m4:404:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
grep-3.6/m4/po.m4-405-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
grep-3.6/m4/po.m4-413-    for lang in $ALL_LINGUAS; do
grep-3.6/m4/po.m4:414:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
grep-3.6/m4/po.m4-415-      cat >> "$ac_file.tmp" <<EOF
##############################################
grep-3.6/m4/po.m4-424-    for lang in $ALL_LINGUAS; do
grep-3.6/m4/po.m4:425:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
grep-3.6/m4/po.m4-426-      cat >> "$ac_file.tmp" <<EOF
##############################################
grep-3.6/m4/stdint.m4-399-    fi
grep-3.6/m4/stdint.m4:400:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
grep-3.6/m4/stdint.m4-401-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
grep-3.6/m4/stdint.m4-428-    eval result=\$gl_cv_type_${gltype}_signed
grep-3.6/m4/stdint.m4:429:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
grep-3.6/m4/stdint.m4-430-    if test "$result" = yes; then
##############################################
grep-3.6/m4/stdint.m4-482-       done])
grep-3.6/m4/stdint.m4:483:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
grep-3.6/m4/stdint.m4-484-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
grep-3.6/m4/warnings.m4-31-case $gl_positive in
grep-3.6/m4/warnings.m4:32:  -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;;
grep-3.6/m4/warnings.m4-33-esac
##############################################
grep-3.6/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
grep-3.6/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
grep-3.6/m4/gettext.m4-269-      fi
##############################################
grep-3.6/m4/libunistring-base.m4-89-  if test "$HAVE_LIBUNISTRING" = yes; then
grep-3.6/m4/libunistring-base.m4:90:    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
grep-3.6/m4/libunistring-base.m4:91:    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
grep-3.6/m4/libunistring-base.m4:92:    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
grep-3.6/m4/libunistring-base.m4-93-  fi
##############################################
grep-3.6/m4/libunistring-base.m4-123-           [dnl This is the unoptimized variant:
grep-3.6/m4/libunistring-base.m4:124:            requested_version_major=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_major"`
grep-3.6/m4/libunistring-base.m4:125:            requested_version_minor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_minor"`
grep-3.6/m4/libunistring-base.m4:126:            requested_version_subminor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_subminor"`
grep-3.6/m4/libunistring-base.m4-127-            test $LIBUNISTRING_VERSION_MAJOR -lt $requested_version_major \
##############################################
grep-3.6/m4/lib-link.m4-253-        dnl or AC_LIB_HAVE_LINKFLAGS call.
grep-3.6/m4/lib-link.m4:254:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
grep-3.6/m4/lib-link.m4-255-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
grep-3.6/m4/lib-link.m4-334-                -L*)
grep-3.6/m4/lib-link.m4:335:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
grep-3.6/m4/lib-link.m4-336-                  dnl First look for a shared library.
##############################################
grep-3.6/m4/lib-link.m4-479-              */$acl_libdirstem | */$acl_libdirstem/)
grep-3.6/m4/lib-link.m4:480:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
grep-3.6/m4/lib-link.m4-481-                if test "$name" = '$1'; then
##############################################
grep-3.6/m4/lib-link.m4-486-              */$acl_libdirstem2 | */$acl_libdirstem2/)
grep-3.6/m4/lib-link.m4:487:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
grep-3.6/m4/lib-link.m4-488-                if test "$name" = '$1'; then
##############################################
grep-3.6/m4/lib-link.m4-493-              */$acl_libdirstem3 | */$acl_libdirstem3/)
grep-3.6/m4/lib-link.m4:494:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
grep-3.6/m4/lib-link.m4-495-                if test "$name" = '$1'; then
##############################################
grep-3.6/m4/lib-link.m4-549-                  -L*)
grep-3.6/m4/lib-link.m4:550:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
grep-3.6/m4/lib-link.m4-551-                    dnl Potentially add $dependency_libdir to $LIBNAME and $LTLIBNAME.
##############################################
grep-3.6/m4/lib-link.m4-603-                  -R*)
grep-3.6/m4/lib-link.m4:604:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
grep-3.6/m4/lib-link.m4-605-                    if test "$enable_rpath" != no; then
##############################################
grep-3.6/m4/lib-link.m4-639-                    dnl     <https://lists.gnu.org/archive/html/grep-devel/2020-09/msg00052.html>.
grep-3.6/m4/lib-link.m4:640:                    dep=`echo "X$dep" | sed -e 's/^X-l//'`
grep-3.6/m4/lib-link.m4-641-                    if test "X$dep" != Xc \
##############################################
grep-3.6/m4/lib-link.m4-652-                    dnl option.
grep-3.6/m4/lib-link.m4:653:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
grep-3.6/m4/lib-link.m4-654-                    ;;
##############################################
grep-3.6/m4/lib-link.m4-765-            -L) next=yes ;;
grep-3.6/m4/lib-link.m4:766:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
grep-3.6/m4/lib-link.m4-767-                 dnl No need to hardcode the standard /usr/lib.
##############################################
grep-3.6/m4/lib-prefix.m4-288-                   ;;
grep-3.6/m4/lib-prefix.m4:289:                 *) searchdir=`cd "$searchdir" && pwd`
grep-3.6/m4/lib-prefix.m4-290-                    case "$searchdir" in
##############################################
grep-3.6/m4/lib-prefix.m4-315-changequote(,)dnl
grep-3.6/m4/lib-prefix.m4:316:  acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'`
grep-3.6/m4/lib-prefix.m4:317:  acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'`
grep-3.6/m4/lib-prefix.m4:318:  acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'`
grep-3.6/m4/lib-prefix.m4-319-changequote([,])dnl
##############################################
grep-3.6/m4/exponentd.m4-107-    word*bit*)
grep-3.6/m4/exponentd.m4:108:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
grep-3.6/m4/exponentd.m4:109:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
grep-3.6/m4/exponentd.m4-110-      AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word],
##############################################
grep-3.6/m4/manywarnings.m4-179-  if test -n "$GCC"; then
grep-3.6/m4/manywarnings.m4:180:    case `($CC --version) 2>/dev/null` in
grep-3.6/m4/manywarnings.m4-181-      'gcc (GCC) '[[0-3]].* | \
##############################################
grep-3.6/m4/wchar_h.m4-97-         save_ac_compile="$ac_compile"
grep-3.6/m4/wchar_h.m4:98:         ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
grep-3.6/m4/wchar_h.m4-99-         if echo '#include "conftest.c"' >conftest1.c \
##############################################
grep-3.6/m4/wchar_h.m4-113-           dnl See note above about renaming object files.
grep-3.6/m4/wchar_h.m4:114:           ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
grep-3.6/m4/wchar_h.m4-115-           if echo '#include "conftest.c"' >conftest2.c \
##############################################
grep-3.6/m4/pkg.m4-109-    PKG_CHECK_EXISTS([$3],
grep-3.6/m4/pkg.m4:110:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
grep-3.6/m4/pkg.m4-111-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
grep-3.6/m4/pkg.m4-157-        if test $_pkg_short_errors_supported = yes; then
grep-3.6/m4/pkg.m4:158:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
grep-3.6/m4/pkg.m4-159-        else 
grep-3.6/m4/pkg.m4:160:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
grep-3.6/m4/pkg.m4-161-        fi
##############################################
grep-3.6/m4/getopt.m4-218-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
grep-3.6/m4/getopt.m4:219:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
grep-3.6/m4/getopt.m4-220-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
grep-3.6/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
grep-3.6/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
grep-3.6/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
grep-3.6/m4/lib-ld.m4-71-          # gcc leaves a trailing carriage return which upsets mingw
grep-3.6/m4/lib-ld.m4:72:          acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
grep-3.6/m4/lib-ld.m4-73-        *)
grep-3.6/m4/lib-ld.m4:74:          acl_output=`($CC -print-prog-name=ld) 2>&5` ;;
grep-3.6/m4/lib-ld.m4-75-      esac
##############################################
grep-3.6/m4/lib-ld.m4-80-          # Canonicalize the pathname of ld
grep-3.6/m4/lib-ld.m4:81:          acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'`
grep-3.6/m4/lib-ld.m4-82-          while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do
grep-3.6/m4/lib-ld.m4:83:            acl_output=`echo $acl_output | sed "s%$re_direlt%/%"`
grep-3.6/m4/lib-ld.m4-84-          done
##############################################
grep-3.6/m4/lib-ld.m4-108-          # Break only if it was the GNU/non-GNU ld that we prefer.
grep-3.6/m4/lib-ld.m4:109:          case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
grep-3.6/m4/lib-ld.m4-110-            *GNU* | *'with BFD'*)
##############################################
grep-3.6/m4/gnulib-comp.m4-1166-      sed_drop_objext='s/\.o$//;s/\.obj$//'
grep-3.6/m4/gnulib-comp.m4:1167:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
grep-3.6/m4/gnulib-comp.m4-1168-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
grep-3.6/m4/gnulib-comp.m4-1184-changequote(,)dnl
grep-3.6/m4/gnulib-comp.m4:1185:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
grep-3.6/m4/gnulib-comp.m4-1186-changequote([, ])dnl
##############################################
grep-3.6/m4/gnulib-comp.m4-1434-  gl_FUNC_VASNPRINTF
grep-3.6/m4/gnulib-comp.m4:1435:  abs_aux_dir=`cd "$ac_aux_dir"; pwd`
grep-3.6/m4/gnulib-comp.m4-1436-  AC_SUBST([abs_aux_dir])
##############################################
grep-3.6/m4/gnulib-comp.m4-1476-      sed_drop_objext='s/\.o$//;s/\.obj$//'
grep-3.6/m4/gnulib-comp.m4:1477:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
grep-3.6/m4/gnulib-comp.m4-1478-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
grep-3.6/build-aux/git-version-gen-74-
grep-3.6/build-aux/git-version-gen:75:year=`expr "$scriptversion" : '\([^-]*\)'`
grep-3.6/build-aux/git-version-gen-76-version="git-version-gen $scriptversion
##############################################
grep-3.6/build-aux/git-version-gen-141-then
grep-3.6/build-aux/git-version-gen:142:    v=`cat $tarball_version_file` || v=
grep-3.6/build-aux/git-version-gen-143-    case $v in
##############################################
grep-3.6/build-aux/git-version-gen-158-          || git describe --abbrev=4 HEAD 2>/dev/null` \
grep-3.6/build-aux/git-version-gen:159:    && v=`printf '%s\n' "$v" | sed "$tag_sed_script"` \
grep-3.6/build-aux/git-version-gen-160-    && case $v in
##############################################
grep-3.6/build-aux/git-version-gen-168-    #   Older: v6.10-g0f8faeb
grep-3.6/build-aux/git-version-gen:169:    vprefix=`expr "X$v" : 'X\(.*\)-g[^-]*$'` || vprefix=$v
grep-3.6/build-aux/git-version-gen-170-    case $vprefix in
##############################################
grep-3.6/build-aux/git-version-gen-176-            # of git describe.
grep-3.6/build-aux/git-version-gen:177:            vtag=`echo "$v" | sed 's/-.*//'`
grep-3.6/build-aux/git-version-gen:178:            commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
grep-3.6/build-aux/git-version-gen-179-                || { commit_list=failed;
grep-3.6/build-aux/git-version-gen-180-                     echo "$0: WARNING: git rev-list failed" 1>&2; }
grep-3.6/build-aux/git-version-gen:181:            numcommits=`echo "$commit_list" | wc -l`
grep-3.6/build-aux/git-version-gen:182:            v=`echo "$v" | sed "s/\(.*\)-\(.*\)/\1-$numcommits-\2/"`;
grep-3.6/build-aux/git-version-gen-183-            test "$commit_list" = failed && v=UNKNOWN
##############################################
grep-3.6/build-aux/git-version-gen-188-    # Remove the "g" to save a byte.
grep-3.6/build-aux/git-version-gen:189:    v=`echo "$v" | sed 's/-\([^-]*\)-g\([^-]*\)$/.\1-\2/'`;
grep-3.6/build-aux/git-version-gen-190-    v_from_git=1
##############################################
grep-3.6/build-aux/git-version-gen-196-
grep-3.6/build-aux/git-version-gen:197:v=`echo "$v" |sed "s/^$prefix//"`
grep-3.6/build-aux/git-version-gen-198-
##############################################
grep-3.6/build-aux/config.guess-34-
grep-3.6/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
grep-3.6/build-aux/config.guess-36-
##############################################
grep-3.6/build-aux/config.guess-105-    # shellcheck disable=SC2039
grep-3.6/build-aux/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
grep-3.6/build-aux/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
grep-3.6/build-aux/config.guess-160-	EOF
grep-3.6/build-aux/config.guess:161:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
grep-3.6/build-aux/config.guess-162-	;;
##############################################
grep-3.6/build-aux/config.guess-191-	    earmv*)
grep-3.6/build-aux/config.guess:192:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
grep-3.6/build-aux/config.guess:193:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
grep-3.6/build-aux/config.guess-194-		machine="${arch}${endian}"-unknown
##############################################
grep-3.6/build-aux/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
grep-3.6/build-aux/config.guess:224:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
grep-3.6/build-aux/config.guess-225-		;;
##############################################
grep-3.6/build-aux/config.guess-236-	    *)
grep-3.6/build-aux/config.guess:237:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
grep-3.6/build-aux/config.guess-238-		;;
##############################################
grep-3.6/build-aux/config.guess-289-	*4.0)
grep-3.6/build-aux/config.guess:290:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
grep-3.6/build-aux/config.guess-291-		;;
grep-3.6/build-aux/config.guess-292-	*5.*)
grep-3.6/build-aux/config.guess:293:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
grep-3.6/build-aux/config.guess-294-		;;
##############################################
grep-3.6/build-aux/config.guess-299-	# types through head -n 1, so we only detect the type of CPU 0.
grep-3.6/build-aux/config.guess:300:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
grep-3.6/build-aux/config.guess-301-	case "$ALPHA_CPU_TYPE" in
##############################################
grep-3.6/build-aux/config.guess-337-	# 1.2 uses "1.2" for uname -r.
grep-3.6/build-aux/config.guess:338:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
grep-3.6/build-aux/config.guess-339-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
grep-3.6/build-aux/config.guess-388-    s390x:SunOS:*:*)
grep-3.6/build-aux/config.guess:389:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
grep-3.6/build-aux/config.guess-390-	exit ;;
grep-3.6/build-aux/config.guess-391-    sun4H:SunOS:5.*:*)
grep-3.6/build-aux/config.guess:392:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
grep-3.6/build-aux/config.guess-393-	exit ;;
grep-3.6/build-aux/config.guess-394-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
grep-3.6/build-aux/config.guess:395:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
grep-3.6/build-aux/config.guess-396-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-413-	fi
grep-3.6/build-aux/config.guess:414:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
grep-3.6/build-aux/config.guess-415-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-419-	# it's likely to be more like Solaris than SunOS4.
grep-3.6/build-aux/config.guess:420:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
grep-3.6/build-aux/config.guess-421-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-428-	# Japanese Language versions have a version number like `4.1.3-JL'.
grep-3.6/build-aux/config.guess:429:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
grep-3.6/build-aux/config.guess-430-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-434-    sun*:*:4.2BSD:*)
grep-3.6/build-aux/config.guess:435:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
grep-3.6/build-aux/config.guess-436-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
grep-3.6/build-aux/config.guess-516-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
grep-3.6/build-aux/config.guess:517:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
grep-3.6/build-aux/config.guess:518:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
grep-3.6/build-aux/config.guess-519-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
grep-3.6/build-aux/config.guess-572-    *:IRIX*:*:*)
grep-3.6/build-aux/config.guess:573:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
grep-3.6/build-aux/config.guess-574-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-602-EOF
grep-3.6/build-aux/config.guess:603:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
grep-3.6/build-aux/config.guess-604-		then
##############################################
grep-3.6/build-aux/config.guess-615-    *:AIX:*:[4567])
grep-3.6/build-aux/config.guess:616:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
grep-3.6/build-aux/config.guess-617-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
grep-3.6/build-aux/config.guess-651-    9000/[34678]??:HP-UX:*:*)
grep-3.6/build-aux/config.guess:652:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
grep-3.6/build-aux/config.guess-653-	case "$UNAME_MACHINE" in
##############################################
grep-3.6/build-aux/config.guess-705-EOF
grep-3.6/build-aux/config.guess:706:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
grep-3.6/build-aux/config.guess-707-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
grep-3.6/build-aux/config.guess-733-    ia64:HP-UX:*:*)
grep-3.6/build-aux/config.guess:734:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
grep-3.6/build-aux/config.guess-735-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
grep-3.6/build-aux/config.guess-763-EOF
grep-3.6/build-aux/config.guess:764:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
grep-3.6/build-aux/config.guess-765-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
grep-3.6/build-aux/config.guess-834-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
grep-3.6/build-aux/config.guess:835:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
grep-3.6/build-aux/config.guess-836-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
grep-3.6/build-aux/config.guess-839-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
grep-3.6/build-aux/config.guess:840:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
grep-3.6/build-aux/config.guess-841-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
grep-3.6/build-aux/config.guess-857-	then
grep-3.6/build-aux/config.guess:858:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
grep-3.6/build-aux/config.guess-859-	else
grep-3.6/build-aux/config.guess:860:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
grep-3.6/build-aux/config.guess-861-	fi
##############################################
grep-3.6/build-aux/config.guess-870-	esac
grep-3.6/build-aux/config.guess:871:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
grep-3.6/build-aux/config.guess-872-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-906-    prep*:SunOS:5.*:*)
grep-3.6/build-aux/config.guess:907:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
grep-3.6/build-aux/config.guess-908-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-910-	# the GNU system
grep-3.6/build-aux/config.guess:911:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
grep-3.6/build-aux/config.guess-912-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-914-	# other systems with GNU libc and userland
grep-3.6/build-aux/config.guess:915:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
grep-3.6/build-aux/config.guess-916-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-1036-EOF
grep-3.6/build-aux/config.guess:1037:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
grep-3.6/build-aux/config.guess-1038-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
grep-3.6/build-aux/config.guess-1146-    i*86:*:4.*:*)
grep-3.6/build-aux/config.guess:1147:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
grep-3.6/build-aux/config.guess-1148-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
grep-3.6/build-aux/config.guess-1452-    *:DragonFly:*:*)
grep-3.6/build-aux/config.guess:1453:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
grep-3.6/build-aux/config.guess-1454-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-1465-    i*86:skyos:*:*)
grep-3.6/build-aux/config.guess:1466:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
grep-3.6/build-aux/config.guess-1467-	exit ;;
##############################################
grep-3.6/build-aux/config.guess-1615-
grep-3.6/build-aux/config.guess:1616:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
grep-3.6/build-aux/config.guess-1617-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
grep-3.6/build-aux/config.guess-1645-
grep-3.6/build-aux/config.guess:1646:year=`echo $timestamp | sed 's,-.*,,'`
grep-3.6/build-aux/config.guess-1647-# shellcheck disable=SC2003
grep-3.6/build-aux/config.guess:1648:if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then
grep-3.6/build-aux/config.guess-1649-   cat >&2 <<EOF
##############################################
grep-3.6/build-aux/compile-67-	mingw/*)
grep-3.6/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
grep-3.6/build-aux/compile-69-	  ;;
grep-3.6/build-aux/compile-70-	cygwin/*)
grep-3.6/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
grep-3.6/build-aux/compile-72-	  ;;
grep-3.6/build-aux/compile-73-	wine/*)
grep-3.6/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
grep-3.6/build-aux/compile-75-	  ;;
##############################################
grep-3.6/build-aux/compile-310-# Name of file we expect compiler to create.
grep-3.6/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
grep-3.6/build-aux/compile-312-
##############################################
grep-3.6/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
grep-3.6/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
grep-3.6/build-aux/compile-318-while true; do
##############################################
grep-3.6/build-aux/vc-list-files-47-  --version)
grep-3.6/build-aux/vc-list-files:48:    year=`echo "$scriptversion" | sed 's/[^0-9].*//'`
grep-3.6/build-aux/vc-list-files-49-    cat <<EOF
##############################################
grep-3.6/build-aux/vc-list-files-70-      && dir= sed_esc= \
grep-3.6/build-aux/vc-list-files:71:      || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; }
grep-3.6/build-aux/vc-list-files-72-    # Ignore git symlinks - either they point into the tree, in which case
##############################################
grep-3.6/build-aux/vc-list-files-96-          }}'\''				\
grep-3.6/build-aux/vc-list-files:97:        `find "$dir" -name Entries -print` /dev/null' $postprocess
grep-3.6/build-aux/vc-list-files-98-    fi
##############################################
grep-3.6/build-aux/gendocs.sh-36-
grep-3.6/build-aux/gendocs.sh:37:prog=`basename "$0"`
grep-3.6/build-aux/gendocs.sh-38-srcdir=`pwd`
##############################################
grep-3.6/build-aux/gendocs.sh-209-  # but here, we use the basename of $srcfile
grep-3.6/build-aux/gendocs.sh:210:  base=`basename "$srcfile"`
grep-3.6/build-aux/gendocs.sh-211-  case $base in
grep-3.6/build-aux/gendocs.sh:212:    *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
grep-3.6/build-aux/gendocs.sh-213-  esac
##############################################
grep-3.6/build-aux/gendocs.sh-234-{
grep-3.6/build-aux/gendocs.sh:235:  size=`ls -ksl $1 | awk '{print $1}'`
grep-3.6/build-aux/gendocs.sh-236-  echo $size
##############################################
grep-3.6/build-aux/gendocs.sh-298-  ls -l "$outdir/$PACKAGE.info.tar.gz"
grep-3.6/build-aux/gendocs.sh:299:  info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"`
grep-3.6/build-aux/gendocs.sh-300-  # do not mv the info files, there's no point in having them available
##############################################
grep-3.6/build-aux/gendocs.sh-310-  gzip -f -9 $PACKAGE.dvi
grep-3.6/build-aux/gendocs.sh:311:  dvi_gz_size=`calcsize $PACKAGE.dvi.gz`
grep-3.6/build-aux/gendocs.sh-312-  mv $PACKAGE.dvi.gz "$outdir/"
##############################################
grep-3.6/build-aux/gendocs.sh-317-  eval "$cmd"
grep-3.6/build-aux/gendocs.sh:318:  pdf_size=`calcsize $PACKAGE.pdf`
grep-3.6/build-aux/gendocs.sh-319-  mv $PACKAGE.pdf "$outdir/"
##############################################
grep-3.6/build-aux/gendocs.sh-328-  eval "$cmd"
grep-3.6/build-aux/gendocs.sh:329:  ascii_size=`calcsize $PACKAGE.txt`
grep-3.6/build-aux/gendocs.sh-330-  gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
grep-3.6/build-aux/gendocs.sh:331:  ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"`
grep-3.6/build-aux/gendocs.sh-332-  mv $PACKAGE.txt "$outdir/"
##############################################
grep-3.6/build-aux/gendocs.sh-351-  )
grep-3.6/build-aux/gendocs.sh:352:  eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"`
grep-3.6/build-aux/gendocs.sh-353-  rm -f "$outdir"/html_$1/*.html
##############################################
grep-3.6/build-aux/gendocs.sh-364-  eval "$cmd"
grep-3.6/build-aux/gendocs.sh:365:  html_mono_size=`calcsize $PACKAGE.html`
grep-3.6/build-aux/gendocs.sh-366-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
grep-3.6/build-aux/gendocs.sh:367:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
grep-3.6/build-aux/gendocs.sh-368-  copy_images "$outdir/" $PACKAGE.html
##############################################
grep-3.6/build-aux/gendocs.sh-391-  eval \
grep-3.6/build-aux/gendocs.sh:392:    html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"`
grep-3.6/build-aux/gendocs.sh-393-  rm -rf "$outdir/html_$split/"
##############################################
grep-3.6/build-aux/gendocs.sh-403-  eval "$cmd"
grep-3.6/build-aux/gendocs.sh:404:  html_mono_size=`calcsize $PACKAGE.html`
grep-3.6/build-aux/gendocs.sh-405-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
grep-3.6/build-aux/gendocs.sh:406:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
grep-3.6/build-aux/gendocs.sh-407-  mv $PACKAGE.html "$outdir/"
##############################################
grep-3.6/build-aux/gendocs.sh-416-printf "\nMaking .tar.gz for sources...\n"
grep-3.6/build-aux/gendocs.sh:417:d=`dirname $srcfile`
grep-3.6/build-aux/gendocs.sh-418-(
grep-3.6/build-aux/gendocs.sh-419-  cd "$d"
grep-3.6/build-aux/gendocs.sh:420:  srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true
grep-3.6/build-aux/gendocs.sh-421-  tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles
##############################################
grep-3.6/build-aux/gendocs.sh-423-)
grep-3.6/build-aux/gendocs.sh:424:texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"`
grep-3.6/build-aux/gendocs.sh-425-
##############################################
grep-3.6/build-aux/gendocs.sh-432-  eval "$cmd"
grep-3.6/build-aux/gendocs.sh:433:  docbook_xml_size=`calcsize $PACKAGE-db.xml`
grep-3.6/build-aux/gendocs.sh-434-  gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
grep-3.6/build-aux/gendocs.sh:435:  docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"`
grep-3.6/build-aux/gendocs.sh-436-  mv $PACKAGE-db.xml "$outdir/"
##############################################
grep-3.6/build-aux/gendocs.sh-446-  )
grep-3.6/build-aux/gendocs.sh:447:  html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"`
grep-3.6/build-aux/gendocs.sh-448-  rm -f "$outdir"/html_node_db/*.html
##############################################
grep-3.6/build-aux/gendocs.sh-455-  eval "$cmd"
grep-3.6/build-aux/gendocs.sh:456:  docbook_ascii_size=`calcsize $PACKAGE-db.txt`
grep-3.6/build-aux/gendocs.sh-457-  mv $PACKAGE-db.txt "$outdir/"
##############################################
grep-3.6/build-aux/gendocs.sh-461-  eval "$cmd"
grep-3.6/build-aux/gendocs.sh:462:  docbook_pdf_size=`calcsize $PACKAGE-db.pdf`
grep-3.6/build-aux/gendocs.sh-463-  mv $PACKAGE-db.pdf "$outdir/"
##############################################
grep-3.6/build-aux/gendocs.sh-475-
grep-3.6/build-aux/gendocs.sh:476:curdate=`$SETLANG date '+%B %d, %Y'`
grep-3.6/build-aux/gendocs.sh-477-sed \
##############################################
grep-3.6/build-aux/gitlog-to-changelog-331-          # Let $code operate on it, safely.
grep-3.6/build-aux/gitlog-to-changelog:332:          my $r = $s->reval("$code")
grep-3.6/build-aux/gitlog-to-changelog-333-            or die "$ME:$.:$sha: failed to eval \"$code\":\n$@\n";
##############################################
grep-3.6/build-aux/texinfo.tex-7148-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
grep-3.6/build-aux/texinfo.tex:7149:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
grep-3.6/build-aux/texinfo.tex-7150-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
grep-3.6/build-aux/config.rpath-33-host="$1"
grep-3.6/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
grep-3.6/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
grep-3.6/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
grep-3.6/build-aux/config.rpath-37-
##############################################
grep-3.6/build-aux/config.rpath-47-done
grep-3.6/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
grep-3.6/build-aux/config.rpath-49-
##############################################
grep-3.6/build-aux/config.rpath-94-        *)
grep-3.6/build-aux/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
grep-3.6/build-aux/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
grep-3.6/build-aux/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
grep-3.6/build-aux/config.rpath:236:      case `$LD -v 2>&1` in
grep-3.6/build-aux/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
grep-3.6/build-aux/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
grep-3.6/build-aux/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
grep-3.6/build-aux/config.rpath-243-          else
##############################################
grep-3.6/build-aux/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
grep-3.6/build-aux/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
grep-3.6/build-aux/config.rpath-300-          if test -f "$collect2name" && \
##############################################
grep-3.6/build-aux/config.rpath-430-        hardcode_direct=yes
grep-3.6/build-aux/config.rpath:431:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
grep-3.6/build-aux/config.rpath-432-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
grep-3.6/build-aux/config.rpath-494-    sysv5* | sco3.2v5* | sco5v6*)
grep-3.6/build-aux/config.rpath:495:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
grep-3.6/build-aux/config.rpath-496-      hardcode_libdir_separator=':'
##############################################
grep-3.6/build-aux/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
grep-3.6/build-aux/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
grep-3.6/build-aux/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
grep-3.6/build-aux/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
grep-3.6/build-aux/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
grep-3.6/build-aux/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
grep-3.6/build-aux/config.rpath-651-
##############################################
grep-3.6/build-aux/announce-gen-126-      my $cmd = "du -h $f";
grep-3.6/build-aux/announce-gen:127:      my $t = `$cmd`;
grep-3.6/build-aux/announce-gen-128-      # FIXME-someday: give a better diagnostic, a la $PROCESS_STATUS
##############################################
grep-3.6/build-aux/announce-gen-351-      # 'tool --version' output is the version string.
grep-3.6/build-aux/announce-gen:352:      my ($first_line, undef) = split ("\n", `$t --version`);
grep-3.6/build-aux/announce-gen-353-      if ($first_line =~ /.* (\d[\w.-]+)$/)
##############################################
grep-3.6/build-aux/config.sub-52-
grep-3.6/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
grep-3.6/build-aux/config.sub-54-
##############################################
grep-3.6/build-aux/config.sub-771-	i*86v32)
grep-3.6/build-aux/config.sub:772:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
grep-3.6/build-aux/config.sub-773-		vendor=pc
##############################################
grep-3.6/build-aux/config.sub-776-	i*86v4*)
grep-3.6/build-aux/config.sub:777:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
grep-3.6/build-aux/config.sub-778-		vendor=pc
##############################################
grep-3.6/build-aux/config.sub-781-	i*86v)
grep-3.6/build-aux/config.sub:782:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
grep-3.6/build-aux/config.sub-783-		vendor=pc
##############################################
grep-3.6/build-aux/config.sub-786-	i*86sol2)
grep-3.6/build-aux/config.sub:787:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
grep-3.6/build-aux/config.sub-788-		vendor=pc
##############################################
grep-3.6/build-aux/config.sub-919-		cpu=sparc
grep-3.6/build-aux/config.sub:920:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
grep-3.6/build-aux/config.sub-921-		;;
##############################################
grep-3.6/build-aux/config.sub-1086-	sh5e[lb]-*)
grep-3.6/build-aux/config.sub:1087:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
grep-3.6/build-aux/config.sub-1088-		;;
##############################################
grep-3.6/build-aux/config.sub-1104-	xscale-* | xscalee[bl]-*)
grep-3.6/build-aux/config.sub:1105:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
grep-3.6/build-aux/config.sub-1106-		;;
##############################################
grep-3.6/build-aux/config.sub-1259-			*)
grep-3.6/build-aux/config.sub:1260:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
grep-3.6/build-aux/config.sub-1261-				exit 1
##############################################
grep-3.6/build-aux/config.sub-1288-		kernel=linux
grep-3.6/build-aux/config.sub:1289:		os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
grep-3.6/build-aux/config.sub-1290-		;;
##############################################
grep-3.6/build-aux/config.sub-1292-		kernel=os2
grep-3.6/build-aux/config.sub:1293:		os=`echo $basic_os | sed -e 's|os2-emx|emx|'`
grep-3.6/build-aux/config.sub-1294-		;;
##############################################
grep-3.6/build-aux/config.sub-1296-		kernel=nto
grep-3.6/build-aux/config.sub:1297:		os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
grep-3.6/build-aux/config.sub-1298-		;;
##############################################
grep-3.6/build-aux/config.sub-1307-		kernel=nto
grep-3.6/build-aux/config.sub:1308:		os=`echo $basic_os | sed -e 's|nto|qnx|'`
grep-3.6/build-aux/config.sub-1309-		;;
##############################################
grep-3.6/build-aux/config.sub-1311-		kernel=linux
grep-3.6/build-aux/config.sub:1312:		os=`echo $basic_os | sed -e 's|linux|gnu|'`
grep-3.6/build-aux/config.sub-1313-		;;
##############################################
grep-3.6/build-aux/config.sub-1332-	solaris1 | solaris1.*)
grep-3.6/build-aux/config.sub:1333:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
grep-3.6/build-aux/config.sub-1334-		;;
##############################################
grep-3.6/build-aux/config.sub-1361-	sco3.2.[4-9]*)
grep-3.6/build-aux/config.sub:1362:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
grep-3.6/build-aux/config.sub-1363-		;;
##############################################
grep-3.6/build-aux/config.sub-1391-	mac[0-9]*)
grep-3.6/build-aux/config.sub:1392:		os=`echo "$os" | sed -e 's|mac|macos|'`
grep-3.6/build-aux/config.sub-1393-		;;
##############################################
grep-3.6/build-aux/config.sub-1400-	sunos5*)
grep-3.6/build-aux/config.sub:1401:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
grep-3.6/build-aux/config.sub-1402-		;;
grep-3.6/build-aux/config.sub-1403-	sunos6*)
grep-3.6/build-aux/config.sub:1404:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
grep-3.6/build-aux/config.sub-1405-		;;
##############################################
grep-3.6/build-aux/config.sub-1437-	sinix5.*)
grep-3.6/build-aux/config.sub:1438:		os=`echo $os | sed -e 's|sinix|sysv|'`
grep-3.6/build-aux/config.sub-1439-		;;
##############################################
grep-3.6/build-aux/config.sub-1731-	*)
grep-3.6/build-aux/config.sub:1732:		echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2
grep-3.6/build-aux/config.sub-1733-		exit 1
##############################################
grep-3.6/build-aux/config.sub-1746-		# require a kernel.
grep-3.6/build-aux/config.sub:1747:		echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2
grep-3.6/build-aux/config.sub-1748-		exit 1
##############################################
grep-3.6/build-aux/config.sub-1761-	*-*)
grep-3.6/build-aux/config.sub:1762:		echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2
grep-3.6/build-aux/config.sub-1763-		exit 1
##############################################
grep-3.6/build-aux/gnupload-31-# FIXME-2020: remove, once all major distros ship gpg version 3 as /usr/bin/gpg
grep-3.6/build-aux/gnupload:32:gpg_agent_version=`(gpg-agent --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'`
grep-3.6/build-aux/gnupload-33-case "$gpg_agent_version" in
grep-3.6/build-aux/gnupload-34-  2.*)
grep-3.6/build-aux/gnupload:35:    gpg_version=`(gpg --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'`
grep-3.6/build-aux/gnupload-36-    case "$gpg_version" in
##############################################
grep-3.6/build-aux/gnupload-150-  echo "$0: Reading configuration file $conffile"
grep-3.6/build-aux/gnupload:151:  conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" '  '`
grep-3.6/build-aux/gnupload-152-  eval set x "$conf \"\$@\""
##############################################
grep-3.6/build-aux/gnupload-198-    --symlink-regex=*)
grep-3.6/build-aux/gnupload:199:      symlink_expr=`expr "$1" : '[^=]*=\(.*\)'`
grep-3.6/build-aux/gnupload-200-      ;;
##############################################
grep-3.6/build-aux/gnupload-249-if test -n "$symlink_files"; then
grep-3.6/build-aux/gnupload:250:  x=`echo "$symlink_files" | sed 's/[^ ]//g;s/  //g'`
grep-3.6/build-aux/gnupload-251-  if test -n "$x"; then
##############################################
grep-3.6/build-aux/gnupload-270-    elif test -n "$symlink_expr"; then
grep-3.6/build-aux/gnupload:271:      linkname=`echo $file | sed "$symlink_expr"`
grep-3.6/build-aux/gnupload-272-      if test -z "$linkname"; then
##############################################
grep-3.6/build-aux/gnupload-386-    download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*)
grep-3.6/build-aux/gnupload:387:      destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'`
grep-3.6/build-aux/gnupload:388:      destdir_topdir=`echo "$destdir" | sed 's,/.*,,'`
grep-3.6/build-aux/gnupload-389-      mkdirective "$destdir_p1" "$base" "$file" "$stmt"
##############################################
grep-3.6/build-aux/gnupload-396-    /*)
grep-3.6/build-aux/gnupload:397:      dest_host=`echo "$dest" | sed 's,:.*,,'`
grep-3.6/build-aux/gnupload-398-      mkdirective "$destdir" "$base" "$file" "$stmt"
##############################################
grep-3.6/build-aux/gnupload-416-  stmt="$stmt
grep-3.6/build-aux/gnupload:417:`mksymlink $symlink_files`"
grep-3.6/build-aux/gnupload-418-fi
##############################################
grep-3.6/build-aux/gnupload-434-  do
grep-3.6/build-aux/gnupload:435:    destdir=`echo $dest | sed 's/[^:]*://'`
grep-3.6/build-aux/gnupload-436-    upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt"
##############################################
grep-3.6/build-aux/gnupload-453-    files="$file $file.sig"
grep-3.6/build-aux/gnupload:454:    destdir=`echo $dest | sed 's/[^:]*://'`
grep-3.6/build-aux/gnupload-455-    if test -n "$symlink_expr"; then
grep-3.6/build-aux/gnupload:456:      linkname=`echo $file | sed "$symlink_expr"`
grep-3.6/build-aux/gnupload-457-      stmt="$stmt
##############################################
grep-3.6/build-aux/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
grep-3.6/build-aux/mdate-sh:115:set x`$ls_command /`
grep-3.6/build-aux/mdate-sh-116-
##############################################
grep-3.6/build-aux/mdate-sh-144-# Get the extended ls output of the file or directory.
grep-3.6/build-aux/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
grep-3.6/build-aux/mdate-sh-146-
##############################################
grep-3.6/build-aux/mdate-sh-211-       then
grep-3.6/build-aux/mdate-sh:212:	 year=`expr $year - 1`
grep-3.6/build-aux/mdate-sh-213-       fi;;
##############################################
grep-3.6/build-aux/ar-lib-65-	mingw)
grep-3.6/build-aux/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
grep-3.6/build-aux/ar-lib-67-	  ;;
grep-3.6/build-aux/ar-lib-68-	cygwin)
grep-3.6/build-aux/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
grep-3.6/build-aux/ar-lib-70-	  ;;
grep-3.6/build-aux/ar-lib-71-	wine)
grep-3.6/build-aux/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
grep-3.6/build-aux/ar-lib-73-	  ;;
##############################################
grep-3.6/build-aux/ar-lib-88-  archive=$3
grep-3.6/build-aux/ar-lib:89:  at_file_contents=`cat "$1"`
grep-3.6/build-aux/ar-lib-90-  eval set x "$at_file_contents"
##############################################
grep-3.6/build-aux/depcomp-64-  case $1 in
grep-3.6/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
grep-3.6/build-aux/depcomp-66-      *) dir=;;
##############################################
grep-3.6/build-aux/depcomp-73-{
grep-3.6/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
grep-3.6/build-aux/depcomp-75-}
##############################################
grep-3.6/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
grep-3.6/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
grep-3.6/build-aux/depcomp-128-
##############################################
grep-3.6/build-aux/depcomp-405-        sleep 1
grep-3.6/build-aux/depcomp:406:        i=`expr $i - 1`
grep-3.6/build-aux/depcomp-407-      done
grep-3.6/build-aux/depcomp-408-    fi
grep-3.6/build-aux/depcomp:409:    i=`expr $i - 1`
grep-3.6/build-aux/depcomp-410-  done
##############################################
grep-3.6/build-aux/depcomp-425-  # Do two passes, one to just change these to
grep-3.6/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
grep-3.6/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
grep-3.6/build-aux/depcomp-659-  done
grep-3.6/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
grep-3.6/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
grep-3.6/build-aux/install-sh-238-      fi
grep-3.6/build-aux/install-sh:239:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
grep-3.6/build-aux/install-sh-240-    *)
##############################################
grep-3.6/build-aux/install-sh-284-      dstdir=$dst
grep-3.6/build-aux/install-sh:285:      dstbase=`basename "$src"`
grep-3.6/build-aux/install-sh-286-      case $dst in
##############################################
grep-3.6/build-aux/install-sh-291-    else
grep-3.6/build-aux/install-sh:292:      dstdir=`dirname "$dst"`
grep-3.6/build-aux/install-sh-293-      test -d "$dstdir"
##############################################
grep-3.6/build-aux/install-sh-340-	       test_tmpdir="$tmpdir/a"
grep-3.6/build-aux/install-sh:341:	       ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
grep-3.6/build-aux/install-sh-342-	       case $ls_ld_tmpdir in
##############################################
grep-3.6/build-aux/install-sh-347-	       $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
grep-3.6/build-aux/install-sh:348:		 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
grep-3.6/build-aux/install-sh-349-		 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
grep-3.6/build-aux/install-sh-404-            case $prefix in
grep-3.6/build-aux/install-sh:405:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
grep-3.6/build-aux/install-sh-406-              *) qprefix=$prefix;;
##############################################
grep-3.6/build-aux/install-sh-464-    if $copy_on_change &&
grep-3.6/build-aux/install-sh:465:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
grep-3.6/build-aux/install-sh:466:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
grep-3.6/build-aux/install-sh-467-       set -f &&
##############################################
grep-3.6/doc/Makefile.am-34-	$(AM_V_GEN)rm -f $@-t $@
grep-3.6/doc/Makefile.am:35:	$(AM_V_at)inst=`echo grep | sed '$(transform)'`.1 \
grep-3.6/doc/Makefile.am-36-	  && echo ".so man1/$$inst" > $@-t
##############################################
grep-3.6/doc/Makefile.in-67-  { \
grep-3.6/doc/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
grep-3.6/doc/Makefile.in-69-  }; \
##############################################
grep-3.6/doc/Makefile.in-303-am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
grep-3.6/doc/Makefile.in:304:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
grep-3.6/doc/Makefile.in-305-am__vpath_adj = case $$p in \
grep-3.6/doc/Makefile.in:306:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
grep-3.6/doc/Makefile.in-307-    *) f=$$p;; \
grep-3.6/doc/Makefile.in-308-  esac;
grep-3.6/doc/Makefile.in:309:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
grep-3.6/doc/Makefile.in-310-am__install_max = 40
grep-3.6/doc/Makefile.in-311-am__nobase_strip_setup = \
grep-3.6/doc/Makefile.in:312:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
grep-3.6/doc/Makefile.in-313-am__nobase_strip = \
##############################################
grep-3.6/doc/Makefile.in-1571-	  $(am__cd) $(srcdir) && \
grep-3.6/doc/Makefile.in:1572:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
grep-3.6/doc/Makefile.in-1573-	fi; \
##############################################
grep-3.6/doc/Makefile.in-1603-	@(dir=.; test -f ./grep.texi || dir=$(srcdir); \
grep-3.6/doc/Makefile.in:1604:	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/grep.texi`; \
grep-3.6/doc/Makefile.in-1605-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
grep-3.6/doc/Makefile.in-1647-	  for file in $$list; do \
grep-3.6/doc/Makefile.in:1648:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
grep-3.6/doc/Makefile.in-1649-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
grep-3.6/doc/Makefile.in-1656-	for file in $$list; do \
grep-3.6/doc/Makefile.in:1657:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
grep-3.6/doc/Makefile.in:1658:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
grep-3.6/doc/Makefile.in-1659-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
grep-3.6/doc/Makefile.in-1683-dist-info: $(INFO_DEPS)
grep-3.6/doc/Makefile.in:1684:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
grep-3.6/doc/Makefile.in-1685-	list='$(INFO_DEPS)'; \
##############################################
grep-3.6/doc/Makefile.in-1687-	  case $$base in \
grep-3.6/doc/Makefile.in:1688:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
grep-3.6/doc/Makefile.in-1689-	  esac; \
grep-3.6/doc/Makefile.in-1690-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
grep-3.6/doc/Makefile.in:1691:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
grep-3.6/doc/Makefile.in-1692-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
grep-3.6/doc/Makefile.in-1693-	    if test -f $$file; then \
grep-3.6/doc/Makefile.in:1694:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
grep-3.6/doc/Makefile.in-1695-	      test -f "$(distdir)/$$relfile" || \
##############################################
grep-3.6/doc/Makefile.in-1709-	@list='$(INFO_DEPS)'; for i in $$list; do \
grep-3.6/doc/Makefile.in:1710:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
grep-3.6/doc/Makefile.in-1711-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
grep-3.6/doc/Makefile.in-1718-	test -n "$(man1dir)" \
grep-3.6/doc/Makefile.in:1719:	  && test -n "`echo $$list1$$list2`" \
grep-3.6/doc/Makefile.in-1720-	  || exit 0; \
##############################################
grep-3.6/doc/Makefile.in-1767-distdir-am: $(DISTFILES)
grep-3.6/doc/Makefile.in:1768:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/doc/Makefile.in:1769:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/doc/Makefile.in-1770-	list='$(DISTFILES)'; \
##############################################
grep-3.6/doc/Makefile.in-1781-	  if test -d $$d/$$file; then \
grep-3.6/doc/Makefile.in:1782:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
grep-3.6/doc/Makefile.in-1783-	    if test -d "$(distdir)/$$file"; then \
##############################################
grep-3.6/doc/Makefile.in-1909-	@$(NORMAL_INSTALL)
grep-3.6/doc/Makefile.in:1910:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
grep-3.6/doc/Makefile.in-1911-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
grep-3.6/doc/Makefile.in-1917-	  case $$file in \
grep-3.6/doc/Makefile.in:1918:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
grep-3.6/doc/Makefile.in-1919-	  esac; \
grep-3.6/doc/Makefile.in-1920-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
grep-3.6/doc/Makefile.in:1921:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
grep-3.6/doc/Makefile.in-1922-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
grep-3.6/doc/Makefile.in-1935-	  for file in $$list; do \
grep-3.6/doc/Makefile.in:1936:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
grep-3.6/doc/Makefile.in-1937-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
grep-3.6/doc/Makefile.in-2026-	$(AM_V_GEN)rm -f $@-t $@
grep-3.6/doc/Makefile.in:2027:	$(AM_V_at)inst=`echo grep | sed '$(transform)'`.1 \
grep-3.6/doc/Makefile.in-2028-	  && echo ".so man1/$$inst" > $@-t
##############################################
grep-3.6/src/Makefile.in-67-  { \
grep-3.6/src/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
grep-3.6/src/Makefile.in-69-  }; \
##############################################
grep-3.6/src/Makefile.in-259-	$(am__DEPENDENCIES_1)
grep-3.6/src/Makefile.in:260:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
grep-3.6/src/Makefile.in-261-am__vpath_adj = case $$p in \
grep-3.6/src/Makefile.in:262:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
grep-3.6/src/Makefile.in-263-    *) f=$$p;; \
grep-3.6/src/Makefile.in-264-  esac;
grep-3.6/src/Makefile.in:265:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
grep-3.6/src/Makefile.in-266-am__install_max = 40
grep-3.6/src/Makefile.in-267-am__nobase_strip_setup = \
grep-3.6/src/Makefile.in:268:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
grep-3.6/src/Makefile.in-269-am__nobase_strip = \
##############################################
grep-3.6/src/Makefile.in-1682-.c.o:
grep-3.6/src/Makefile.in:1683:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
grep-3.6/src/Makefile.in-1684-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
grep-3.6/src/Makefile.in-1690-.c.obj:
grep-3.6/src/Makefile.in:1691:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
grep-3.6/src/Makefile.in:1692:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
grep-3.6/src/Makefile.in-1693-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
grep-3.6/src/Makefile.in-1695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
grep-3.6/src/Makefile.in:1696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
grep-3.6/src/Makefile.in-1697-
##############################################
grep-3.6/src/Makefile.in-1727-GTAGS:
grep-3.6/src/Makefile.in:1728:	here=`$(am__cd) $(top_builddir) && pwd` \
grep-3.6/src/Makefile.in-1729-	  && $(am__cd) $(top_srcdir) \
##############################################
grep-3.6/src/Makefile.in-1753-distdir-am: $(DISTFILES)
grep-3.6/src/Makefile.in:1754:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/src/Makefile.in:1755:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/src/Makefile.in-1756-	list='$(DISTFILES)'; \
##############################################
grep-3.6/src/Makefile.in-1767-	  if test -d $$d/$$file; then \
grep-3.6/src/Makefile.in:1768:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
grep-3.6/src/Makefile.in-1769-	    if test -d "$(distdir)/$$file"; then \
##############################################
grep-3.6/src/Makefile.in-1919-egrep fgrep: egrep.sh Makefile
grep-3.6/src/Makefile.in:1920:	$(AM_V_GEN)grep=`echo grep | sed -e '$(transform)'` &&		\
grep-3.6/src/Makefile.in-1921-	case $@ in egrep) option=-E;; fgrep) option=-F;; esac &&	\
##############################################
grep-3.6/src/Makefile.in-1925-	else								\
grep-3.6/src/Makefile.in:1926:	  edit_substring='s,\$${0%/\*},`expr "X$$0" : '\''X\\(.*\\)/'\''`,g'; \
grep-3.6/src/Makefile.in-1927-	fi &&								\
##############################################
grep-3.6/src/Makefile.am-55-egrep fgrep: egrep.sh Makefile
grep-3.6/src/Makefile.am:56:	$(AM_V_GEN)grep=`echo grep | sed -e '$(transform)'` &&		\
grep-3.6/src/Makefile.am-57-	case $@ in egrep) option=-E;; fgrep) option=-F;; esac &&	\
##############################################
grep-3.6/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
grep-3.6/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
grep-3.6/aclocal.m4-94-# and then we would define $MISSING as
##############################################
grep-3.6/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
grep-3.6/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
grep-3.6/aclocal.m4-109-])
##############################################
grep-3.6/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
grep-3.6/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
grep-3.6/aclocal.m4-207-  fi
##############################################
grep-3.6/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
grep-3.6/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
grep-3.6/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
grep-3.6/aclocal.m4-365-      || continue
grep-3.6/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
grep-3.6/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
grep-3.6/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
grep-3.6/aclocal.m4-435-AC_REQUIRE([AC_PROG_INSTALL])dnl
grep-3.6/aclocal.m4:436:if test "`cd $srcdir && pwd`" != "`pwd`"; then
grep-3.6/aclocal.m4-437-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
grep-3.6/aclocal.m4-594-    * )
grep-3.6/aclocal.m4:595:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
grep-3.6/aclocal.m4-596-  esac
grep-3.6/aclocal.m4-597-done
grep-3.6/aclocal.m4:598:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
grep-3.6/aclocal.m4-599-
##############################################
grep-3.6/aclocal.m4-845-     echo "timestamp, slept: $am_has_slept" > conftest.file
grep-3.6/aclocal.m4:846:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
grep-3.6/aclocal.m4-847-     if test "$[*]" = "X"; then
grep-3.6/aclocal.m4-848-	# -L didn't work.
grep-3.6/aclocal.m4:849:	set X `ls -t "$srcdir/configure" conftest.file`
grep-3.6/aclocal.m4-850-     fi
##############################################
grep-3.6/maint.mk-543-  dummy=; : so we do not need a semicolon before each use;		\
grep-3.6/maint.mk:544:  h_esc=`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`;			\
grep-3.6/maint.mk-545-  if $(VC_LIST_EXCEPT) | $(GREP) '\.c$$' > /dev/null; then		\
##############################################
grep-3.6/maint.mk-1731-	for sig in 1 2 3 13 15; do					\
grep-3.6/maint.mk:1732:	  eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \
grep-3.6/maint.mk-1733-	done;								\
##############################################
grep-3.6/po/Rules-quot-15-.insert-header.po-update-en:
grep-3.6/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
grep-3.6/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
grep-3.6/po/Rules-quot-18-	tmpdir=`pwd`; \
grep-3.6/po/Rules-quot-19-	echo "$$lang:"; \
grep-3.6/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
grep-3.6/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
grep-3.6/po/Rules-quot-22-	cd $(srcdir); \
grep-3.6/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
grep-3.6/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
grep-3.6/po/Makefile.in.in-88-.po.gmo:
grep-3.6/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
grep-3.6/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
grep-3.6/po/Makefile.in.in-159-	fi; \
grep-3.6/po/Makefile.in.in:160:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
grep-3.6/po/Makefile.in.in-161-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
grep-3.6/po/Makefile.in.in-201-$(POFILES): $(srcdir)/$(DOMAIN).pot
grep-3.6/po/Makefile.in.in:202:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
grep-3.6/po/Makefile.in.in-203-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
grep-3.6/po/Makefile.in.in-206-	  cd $(srcdir) \
grep-3.6/po/Makefile.in.in:207:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
grep-3.6/po/Makefile.in.in-208-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
grep-3.6/po/Makefile.in.in-237-	for cat in $$catalogs; do \
grep-3.6/po/Makefile.in.in:238:	  cat=`basename $$cat`; \
grep-3.6/po/Makefile.in.in:239:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
grep-3.6/po/Makefile.in.in-240-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
grep-3.6/po/Makefile.in.in-247-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
grep-3.6/po/Makefile.in.in:248:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
grep-3.6/po/Makefile.in.in-249-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
grep-3.6/po/Makefile.in.in-288-	for cat in $$catalogs; do \
grep-3.6/po/Makefile.in.in:289:	  cat=`basename $$cat`; \
grep-3.6/po/Makefile.in.in:290:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
grep-3.6/po/Makefile.in.in-291-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
grep-3.6/po/Makefile.in.in-295-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
grep-3.6/po/Makefile.in.in:296:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
grep-3.6/po/Makefile.in.in-297-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
grep-3.6/po/Makefile.in.in-334-	for cat in $$catalogs; do \
grep-3.6/po/Makefile.in.in:335:	  cat=`basename $$cat`; \
grep-3.6/po/Makefile.in.in:336:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
grep-3.6/po/Makefile.in.in-337-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
grep-3.6/po/Makefile.in.in-399-.nop.po-create:
grep-3.6/po/Makefile.in.in:400:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
grep-3.6/po/Makefile.in.in-401-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
grep-3.6/po/Makefile.in.in-406-.nop.po-update:
grep-3.6/po/Makefile.in.in:407:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
grep-3.6/po/Makefile.in.in-408-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
grep-3.6/po/Makefile.in.in-413-	cd $(srcdir); \
grep-3.6/po/Makefile.in.in:414:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
grep-3.6/po/Makefile.in.in-415-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
grep-3.6/lib/cdefs.h-495-#  define __LDBL_REDIR1_DECL(name, alias) \
grep-3.6/lib/cdefs.h:496:  extern __typeof (name) name __asm (__ASMNAME (#alias));
grep-3.6/lib/cdefs.h-497-#  define __LDBL_REDIR_DECL(name) \
grep-3.6/lib/cdefs.h:498:  extern __typeof (name) name __asm (__ASMNAME ("__nldbl_" #name));
grep-3.6/lib/cdefs.h-499-#  define __REDIRECT_LDBL(name, proto, alias) \
##############################################
grep-3.6/lib/Makefile.in-183-  { \
grep-3.6/lib/Makefile.in:184:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
grep-3.6/lib/Makefile.in-185-  }; \
##############################################
grep-3.6/lib/Makefile.in-2176-.c.o:
grep-3.6/lib/Makefile.in:2177:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
grep-3.6/lib/Makefile.in-2178-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
grep-3.6/lib/Makefile.in-2184-.c.obj:
grep-3.6/lib/Makefile.in:2185:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
grep-3.6/lib/Makefile.in:2186:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
grep-3.6/lib/Makefile.in-2187-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
grep-3.6/lib/Makefile.in-2189-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
grep-3.6/lib/Makefile.in:2190:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
grep-3.6/lib/Makefile.in-2191-
##############################################
grep-3.6/lib/Makefile.in-2221-GTAGS:
grep-3.6/lib/Makefile.in:2222:	here=`$(am__cd) $(top_builddir) && pwd` \
grep-3.6/lib/Makefile.in-2223-	  && $(am__cd) $(top_srcdir) \
##############################################
grep-3.6/lib/Makefile.in-2247-distdir-am: $(DISTFILES)
grep-3.6/lib/Makefile.in:2248:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/lib/Makefile.in:2249:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/lib/Makefile.in-2250-	list='$(DISTFILES)'; \
##############################################
grep-3.6/lib/Makefile.in-2261-	  if test -d $$d/$$file; then \
grep-3.6/lib/Makefile.in:2262:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
grep-3.6/lib/Makefile.in-2263-	    if test -d "$(distdir)/$$file"; then \
##############################################
grep-3.6/tests/Makefile.am-218-      for arg in "$$@"; do				\
grep-3.6/tests/Makefile.am:219:        var=`echo "$$arg" | sed "$$sed_extract_var"`;	\
grep-3.6/tests/Makefile.am:220:        arg=`echo "$$arg" | sed "$$sed_quote_value"`;	\
grep-3.6/tests/Makefile.am-221-        eval "$$arg";					\
##############################################
grep-3.6/tests/Makefile.am-227-  : 'Test egrep/fgrep help if they use our grep.';	\
grep-3.6/tests/Makefile.am:228:  grep=`echo grep | sed -e '$(transform)'` || exit;	\
grep-3.6/tests/Makefile.am-229-  if test "$$grep" = grep; then				\
##############################################
grep-3.6/tests/Makefile.am-248-  CC='$(CC)'					\
grep-3.6/tests/Makefile.am:249:  GREP_TEST_NAME=`echo $$tst|sed 's,^\./,,;s,/,-,g'` \
grep-3.6/tests/Makefile.am-250-  MAKE=$(MAKE)					\
##############################################
grep-3.6/tests/filename-lineno.pl-26-my $prog = 'grep';
grep-3.6/tests/filename-lineno.pl:27:my $full_prog_name = `$prog --no-such-option 2>&1`;
grep-3.6/tests/filename-lineno.pl-28-$full_prog_name =~ s/:.*//s;
##############################################
grep-3.6/tests/init.sh-65-
grep-3.6/tests/init.sh:66:ME_=`expr "./$0" : '.*/\(.*\)$'`
grep-3.6/tests/init.sh-67-
##############################################
grep-3.6/tests/init.sh-298-
grep-3.6/tests/init.sh:299:  n_plus_50_=`expr $n_ + 50`
grep-3.6/tests/init.sh-300-  cmds_='date; date +%N; free; who -a; w; ps auxww; ps -ef'
grep-3.6/tests/init.sh:301:  data_=` (eval "$cmds_") 2>&1 | gzip `
grep-3.6/tests/init.sh-302-
##############################################
grep-3.6/tests/init.sh-304-  while :; do
grep-3.6/tests/init.sh:305:    len_=`echo "$data_"|wc -c`
grep-3.6/tests/init.sh-306-    test $n_plus_50_ -le $len_ && break;
grep-3.6/tests/init.sh:307:    data_=` (echo "$data_"; eval "$cmds_") 2>&1 | gzip `
grep-3.6/tests/init.sh-308-  done
##############################################
grep-3.6/tests/init.sh-341-  # First, try to use mktemp.
grep-3.6/tests/init.sh:342:  d=`unset TMPDIR; { mktemp -d -t -p "$destdir_" "$template_"; } 2>/dev/null` &&
grep-3.6/tests/init.sh-343-
##############################################
grep-3.6/tests/init.sh-350-  # It must have 0700 permissions.  Handle sticky "S" bits.
grep-3.6/tests/init.sh:351:  perms=`ls -dgo "$d" 2>/dev/null` &&
grep-3.6/tests/init.sh-352-  case $perms in drwx--[-S]---*) :;; *) false;; esac && {
##############################################
grep-3.6/tests/init.sh-359-  # Get a copy of the template without its suffix of X's.
grep-3.6/tests/init.sh:360:  base_template_=`echo "$template_"|sed 's/XX*$//'`
grep-3.6/tests/init.sh-361-
grep-3.6/tests/init.sh-362-  # Calculate how many X's we've just removed.
grep-3.6/tests/init.sh:363:  template_length_=`echo "$template_" | wc -c`
grep-3.6/tests/init.sh:364:  nx_=`echo "$base_template_" | wc -c`
grep-3.6/tests/init.sh:365:  nx_=`expr $template_length_ - $nx_`
grep-3.6/tests/init.sh-366-
##############################################
grep-3.6/tests/init.sh-369-  while :; do
grep-3.6/tests/init.sh:370:    X_=`rand_bytes_ $nx_`
grep-3.6/tests/init.sh-371-    candidate_dir_="$destdir_slash_$base_template_$X_"
grep-3.6/tests/init.sh:372:    err_=`mkdir -m 0700 "$candidate_dir_" 2>&1` \
grep-3.6/tests/init.sh-373-      && { echo "$candidate_dir_"; return; }
grep-3.6/tests/init.sh-374-    test $MAX_TRIES_ -le $i_ && break;
grep-3.6/tests/init.sh:375:    i_=`expr $i_ + 1`
grep-3.6/tests/init.sh-376-  done
##############################################
grep-3.6/tests/init.sh-405-  pfx_=`testdir_prefix_`
grep-3.6/tests/init.sh:406:  test_dir_=`mktempd_ "$initial_cwd_" "$pfx_-$ME_.XXXX"` \
grep-3.6/tests/init.sh-407-    || fail_ "failed to create temporary directory in $initial_cwd_"
##############################################
grep-3.6/tests/init.sh-501-
grep-3.6/tests/init.sh:502:  base_names_=`find_exe_basenames_ $1` \
grep-3.6/tests/init.sh-503-    || { echo "$0 (exe_shim): skipping directory: $1" 1>&2; return 0; }
##############################################
grep-3.6/tests/init.sh-626-  test "$diff_opt_" != no &&
grep-3.6/tests/init.sh:627:    diff_out_=`exec 2>/dev/null; diff $diff_opt_ "$0" "$0" < /dev/null` &&
grep-3.6/tests/init.sh-628-    break
##############################################
grep-3.6/tests/Makefile.in-64-  { \
grep-3.6/tests/Makefile.in:65:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
grep-3.6/tests/Makefile.in-66-  }; \
##############################################
grep-3.6/tests/Makefile.in-328-}
grep-3.6/tests/Makefile.in:329:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
grep-3.6/tests/Makefile.in-330-am__vpath_adj = case $$p in \
grep-3.6/tests/Makefile.in:331:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
grep-3.6/tests/Makefile.in-332-    *) f=$$p;; \
grep-3.6/tests/Makefile.in-333-  esac;
grep-3.6/tests/Makefile.in:334:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
grep-3.6/tests/Makefile.in-335-am__install_max = 40
grep-3.6/tests/Makefile.in-336-am__nobase_strip_setup = \
grep-3.6/tests/Makefile.in:337:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
grep-3.6/tests/Makefile.in-338-am__nobase_strip = \
##############################################
grep-3.6/tests/Makefile.in-456-case "$@" in						\
grep-3.6/tests/Makefile.in:457:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
grep-3.6/tests/Makefile.in-458-    *) am__odir=.;; 					\
##############################################
grep-3.6/tests/Makefile.in-486-  bases='$(TEST_LOGS)'; \
grep-3.6/tests/Makefile.in:487:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
grep-3.6/tests/Makefile.in:488:  bases=`echo $$bases`
grep-3.6/tests/Makefile.in-489-AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
##############################################
grep-3.6/tests/Makefile.in-499-        */*) b='$*';; \
grep-3.6/tests/Makefile.in:500:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
grep-3.6/tests/Makefile.in-501-       esac;; \
##############################################
grep-3.6/tests/Makefile.in-1878-      for arg in "$$@"; do				\
grep-3.6/tests/Makefile.in:1879:        var=`echo "$$arg" | sed "$$sed_extract_var"`;	\
grep-3.6/tests/Makefile.in:1880:        arg=`echo "$$arg" | sed "$$sed_quote_value"`;	\
grep-3.6/tests/Makefile.in-1881-        eval "$$arg";					\
##############################################
grep-3.6/tests/Makefile.in-1887-  : 'Test egrep/fgrep help if they use our grep.';	\
grep-3.6/tests/Makefile.in:1888:  grep=`echo grep | sed -e '$(transform)'` || exit;	\
grep-3.6/tests/Makefile.in-1889-  if test "$$grep" = grep; then				\
##############################################
grep-3.6/tests/Makefile.in-1908-  CC='$(CC)'					\
grep-3.6/tests/Makefile.in:1909:  GREP_TEST_NAME=`echo $$tst|sed 's,^\./,,;s,/,-,g'` \
grep-3.6/tests/Makefile.in-1910-  MAKE=$(MAKE)					\
##############################################
grep-3.6/tests/Makefile.in-1982-.c.o:
grep-3.6/tests/Makefile.in:1983:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
grep-3.6/tests/Makefile.in-1984-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
grep-3.6/tests/Makefile.in-1990-.c.obj:
grep-3.6/tests/Makefile.in:1991:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
grep-3.6/tests/Makefile.in:1992:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
grep-3.6/tests/Makefile.in-1993-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
grep-3.6/tests/Makefile.in-1995-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
grep-3.6/tests/Makefile.in:1996:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
grep-3.6/tests/Makefile.in-1997-
##############################################
grep-3.6/tests/Makefile.in-2027-GTAGS:
grep-3.6/tests/Makefile.in:2028:	here=`$(am__cd) $(top_builddir) && pwd` \
grep-3.6/tests/Makefile.in-2029-	  && $(am__cd) $(top_srcdir) \
##############################################
grep-3.6/tests/Makefile.in-2070-	if test -n "$$redo_bases"; then \
grep-3.6/tests/Makefile.in:2071:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
grep-3.6/tests/Makefile.in:2072:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
grep-3.6/tests/Makefile.in-2073-	  if $(am__make_dryrun); then :; else \
##############################################
grep-3.6/tests/Makefile.in-2095-	ws='[ 	]'; \
grep-3.6/tests/Makefile.in:2096:	results=`for b in $$bases; do echo $$b.trs; done`; \
grep-3.6/tests/Makefile.in-2097-	test -n "$$results" || results=/dev/null; \
grep-3.6/tests/Makefile.in:2098:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
grep-3.6/tests/Makefile.in:2099:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
grep-3.6/tests/Makefile.in:2100:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
grep-3.6/tests/Makefile.in:2101:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
grep-3.6/tests/Makefile.in:2102:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
grep-3.6/tests/Makefile.in:2103:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
grep-3.6/tests/Makefile.in:2104:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
grep-3.6/tests/Makefile.in:2105:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
grep-3.6/tests/Makefile.in-2106-	  success=true; \
##############################################
grep-3.6/tests/Makefile.in-2174-	@set +e; $(am__set_TESTS_bases); \
grep-3.6/tests/Makefile.in:2175:	log_list=`for i in $$bases; do echo $$i.log; done`; \
grep-3.6/tests/Makefile.in:2176:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
grep-3.6/tests/Makefile.in:2177:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
grep-3.6/tests/Makefile.in-2178-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
grep-3.6/tests/Makefile.in-2184-	         | $(am__list_recheck_tests)` || exit 1; \
grep-3.6/tests/Makefile.in:2185:	log_list=`for i in $$bases; do echo $$i.log; done`; \
grep-3.6/tests/Makefile.in:2186:	log_list=`echo $$log_list`; \
grep-3.6/tests/Makefile.in-2187-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
grep-3.6/tests/Makefile.in-3028-distdir-am: $(DISTFILES)
grep-3.6/tests/Makefile.in:3029:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/tests/Makefile.in:3030:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/tests/Makefile.in-3031-	list='$(DISTFILES)'; \
##############################################
grep-3.6/tests/Makefile.in-3042-	  if test -d $$d/$$file; then \
grep-3.6/tests/Makefile.in:3043:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
grep-3.6/tests/Makefile.in-3044-	    if test -d "$(distdir)/$$file"; then \
##############################################
grep-3.6/Makefile.in-49-  { \
grep-3.6/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
grep-3.6/Makefile.in-51-  }; \
##############################################
grep-3.6/Makefile.in-311-  while test -n "$$dir1"; do \
grep-3.6/Makefile.in:312:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
grep-3.6/Makefile.in-313-    if test "$$first" != "."; then \
grep-3.6/Makefile.in-314-      if test "$$first" = ".."; then \
grep-3.6/Makefile.in:315:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
grep-3.6/Makefile.in:316:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
grep-3.6/Makefile.in-317-      else \
grep-3.6/Makefile.in:318:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
grep-3.6/Makefile.in-319-        if test "$$first2" = "$$first"; then \
grep-3.6/Makefile.in:320:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
grep-3.6/Makefile.in-321-        else \
##############################################
grep-3.6/Makefile.in-326-    fi; \
grep-3.6/Makefile.in:327:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
grep-3.6/Makefile.in-328-  done; \
##############################################
grep-3.6/Makefile.in-1621-	dot_seen=no; \
grep-3.6/Makefile.in:1622:	target=`echo $@ | sed s/-recursive//`; \
grep-3.6/Makefile.in-1623-	case "$@" in \
##############################################
grep-3.6/Makefile.in-1684-GTAGS:
grep-3.6/Makefile.in:1685:	here=`$(am__cd) $(top_builddir) && pwd` \
grep-3.6/Makefile.in-1686-	  && $(am__cd) $(top_srcdir) \
##############################################
grep-3.6/Makefile.in-1719-	test -d "$(distdir)" || mkdir "$(distdir)"
grep-3.6/Makefile.in:1720:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/Makefile.in:1721:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
grep-3.6/Makefile.in-1722-	list='$(DISTFILES)'; \
##############################################
grep-3.6/Makefile.in-1733-	  if test -d $$d/$$file; then \
grep-3.6/Makefile.in:1734:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
grep-3.6/Makefile.in-1735-	    if test -d "$(distdir)/$$file"; then \
##############################################
grep-3.6/Makefile.in-1852-	test -d $(distdir)/_build || exit 0; \
grep-3.6/Makefile.in:1853:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
grep-3.6/Makefile.in-1854-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
grep-3.6/Makefile.in-1896-	}; \
grep-3.6/Makefile.in:1897:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
grep-3.6/Makefile.in-1898-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
grep-3.6/Makefile.in-1908-	fi
grep-3.6/Makefile.in:1909:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
grep-3.6/Makefile.in-1910-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
grep-3.6/configure-179-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
grep-3.6/configure:180:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
grep-3.6/configure-181-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
grep-3.6/configure-318-      case $as_dir in #(
grep-3.6/configure:319:      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
grep-3.6/configure-320-      *) as_qdir=$as_dir;;
##############################################
grep-3.6/configure-393-  {
grep-3.6/configure:394:    as_val=`expr "$@" || test $? -eq 1`
grep-3.6/configure-395-  }
##############################################
grep-3.6/configure-400-# ----------------------------------------
grep-3.6/configure:401:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
grep-3.6/configure-402-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
grep-3.6/configure-463-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
grep-3.6/configure:464:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
grep-3.6/configure-465-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
grep-3.6/configure-1938-  case $ac_option in
grep-3.6/configure:1939:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
grep-3.6/configure-1940-  *=)   ac_optarg= ;;
##############################################
grep-3.6/configure-1982-  -disable-* | --disable-*)
grep-3.6/configure:1983:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
grep-3.6/configure-1984-    # Reject names that are not valid shell variable names.
##############################################
grep-3.6/configure-1987-    ac_useropt_orig=$ac_useropt
grep-3.6/configure:1988:    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
grep-3.6/configure-1989-    case $ac_user_opts in
##############################################
grep-3.6/configure-2008-  -enable-* | --enable-*)
grep-3.6/configure:2009:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
grep-3.6/configure-2010-    # Reject names that are not valid shell variable names.
##############################################
grep-3.6/configure-2013-    ac_useropt_orig=$ac_useropt
grep-3.6/configure:2014:    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
grep-3.6/configure-2015-    case $ac_user_opts in
##############################################
grep-3.6/configure-2221-  -with-* | --with-*)
grep-3.6/configure:2222:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
grep-3.6/configure-2223-    # Reject names that are not valid shell variable names.
##############################################
grep-3.6/configure-2226-    ac_useropt_orig=$ac_useropt
grep-3.6/configure:2227:    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
grep-3.6/configure-2228-    case $ac_user_opts in
##############################################
grep-3.6/configure-2237-  -without-* | --without-*)
grep-3.6/configure:2238:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
grep-3.6/configure-2239-    # Reject names that are not valid shell variable names.
##############################################
grep-3.6/configure-2242-    ac_useropt_orig=$ac_useropt
grep-3.6/configure:2243:    ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
grep-3.6/configure-2244-    case $ac_user_opts in
##############################################
grep-3.6/configure-2275-  *=*)
grep-3.6/configure:2276:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
grep-3.6/configure-2277-    # Reject names that are not valid shell variable names.
##############################################
grep-3.6/configure-2296-if test -n "$ac_prev"; then
grep-3.6/configure:2297:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
grep-3.6/configure-2298-  as_fn_error $? "missing argument to $ac_option"
##############################################
grep-3.6/configure-2318-    */ )
grep-3.6/configure:2319:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
grep-3.6/configure-2320-      eval $ac_var=\$ac_val;;
##############################################
grep-3.6/configure-2353-ac_ls_di=`ls -di .` &&
grep-3.6/configure:2354:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
grep-3.6/configure-2355-  as_fn_error $? "working directory cannot be determined"
##############################################
grep-3.6/configure-2409-case $srcdir in
grep-3.6/configure:2410:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
grep-3.6/configure-2411-esac
##############################################
grep-3.6/configure-2452-By default, \`make install' will install all the files in
grep-3.6/configure:2453:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
grep-3.6/configure:2454:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
grep-3.6/configure-2455-for instance \`--prefix=\$HOME'.
##############################################
grep-3.6/configure-2579-*)
grep-3.6/configure:2580:  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
grep-3.6/configure-2581-  # A ".." for each directory in $ac_dir_suffix.
grep-3.6/configure:2582:  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
grep-3.6/configure-2583-  case $ac_top_builddir_sub in
##############################################
grep-3.6/configure-2971-  # Initialize each $ac_[]_AC_LANG_ABBREV[]_decl_warn_flag once.
grep-3.6/configure:2972:      as_decl_name=`echo $2|sed 's/ *(.*//'`
grep-3.6/configure:2973:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
grep-3.6/configure-2974-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
grep-3.6/configure-3269-  *\'*)
grep-3.6/configure:3270:    ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
grep-3.6/configure-3271-  esac
##############################################
grep-3.6/configure-3281-    ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
grep-3.6/configure:3282:    ac_configure_args_raw=`      printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
grep-3.6/configure-3283-esac
##############################################
grep-3.6/configure-3364-    *\'*)
grep-3.6/configure:3365:      ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
grep-3.6/configure-3366-    esac
##############################################
grep-3.6/configure-3449-      case $ac_val in
grep-3.6/configure:3450:      *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
grep-3.6/configure-3451-      esac
##############################################
grep-3.6/configure-3464-	case $ac_val in
grep-3.6/configure:3465:	*\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
grep-3.6/configure-3466-	esac
##############################################
grep-3.6/configure-3663-    set,)
grep-3.6/configure:3664:      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
grep-3.6/configure:3665:printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
grep-3.6/configure-3666-      ac_cache_corrupted=: ;;
##############################################
grep-3.6/configure-3674-	# differences in whitespace do not lead to failure.
grep-3.6/configure:3675:	ac_old_val_w=`echo x $ac_old_val`
grep-3.6/configure:3676:	ac_new_val_w=`echo x $ac_new_val`
grep-3.6/configure-3677-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
grep-3.6/configure-3694-    case $ac_new_val in
grep-3.6/configure:3695:    *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
grep-3.6/configure-3696-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
grep-3.6/configure-3708-printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
grep-3.6/configure:3709:  as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
grep-3.6/configure-3710-	    and start over" "$LINENO" 5
##############################################
grep-3.6/configure-3892-     echo "timestamp, slept: $am_has_slept" > conftest.file
grep-3.6/configure:3893:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
grep-3.6/configure-3894-     if test "$*" = "X"; then
grep-3.6/configure-3895-	# -L didn't work.
grep-3.6/configure:3896:	set X `ls -t "$srcdir/configure" conftest.file`
grep-3.6/configure-3897-     fi
##############################################
grep-3.6/configure-3943-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
grep-3.6/configure:3944:program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
grep-3.6/configure-3945-
grep-3.6/configure-3946-# Expand $ac_aux_dir to an absolute path.
grep-3.6/configure:3947:am_aux_dir=`cd "$ac_aux_dir" && pwd`
grep-3.6/configure-3948-
##############################################
grep-3.6/configure-4098-	   as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
grep-3.6/configure:4099:	   case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
grep-3.6/configure-4100-	     'mkdir ('*'coreutils) '* | \
##############################################
grep-3.6/configure-4176-set x ${MAKE-make}
grep-3.6/configure:4177:ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
grep-3.6/configure-4178-if eval test \${ac_cv_prog_make_${ac_make}_set+y}
##############################################
grep-3.6/configure-4187-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
grep-3.6/configure:4188:case `${MAKE-make} -f conftest.make 2>/dev/null` in
grep-3.6/configure-4189-  *@@@%%%=?*=@@@%%%*)
##############################################
grep-3.6/configure-4255-
grep-3.6/configure:4256:if test "`cd $srcdir && pwd`" != "`pwd`"; then
grep-3.6/configure-4257-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
grep-3.6/configure-4423-test "x$ac_build_alias" = x &&
grep-3.6/configure:4424:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
grep-3.6/configure-4425-test "x$ac_build_alias" = x &&
grep-3.6/configure-4426-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
grep-3.6/configure:4427:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
grep-3.6/configure-4428-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
grep-3.6/configure-4447-IFS=$ac_save_IFS
grep-3.6/configure:4448:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
grep-3.6/configure-4449-
##############################################
grep-3.6/configure-4459-else
grep-3.6/configure:4460:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
grep-3.6/configure-4461-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
grep-3.6/configure-4481-IFS=$ac_save_IFS
grep-3.6/configure:4482:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
grep-3.6/configure-4483-
##############################################
grep-3.6/configure-5012-printf %s "checking whether the C compiler works... " >&6; }
grep-3.6/configure:5013:ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
grep-3.6/configure-5014-
##############################################
grep-3.6/configure-5057-	then :; else
grep-3.6/configure:5058:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
grep-3.6/configure-5059-	fi
##############################################
grep-3.6/configure-5119-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
grep-3.6/configure:5120:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
grep-3.6/configure-5121-	  break;;
##############################################
grep-3.6/configure-5230-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
grep-3.6/configure:5231:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
grep-3.6/configure-5232-       break;;
##############################################
grep-3.6/configure-6071-  if test "$am_compiler_list" = ""; then
grep-3.6/configure:6072:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
grep-3.6/configure-6073-  fi
##############################################
grep-3.6/configure-6498-  # Check for GNU $ac_path_GREP
grep-3.6/configure:6499:case `"$ac_path_GREP" --version 2>&1` in
grep-3.6/configure-6500-*GNU*)
##############################################
grep-3.6/configure-6570-  # Check for GNU $ac_path_EGREP
grep-3.6/configure:6571:case `"$ac_path_EGREP" --version 2>&1` in
grep-3.6/configure-6572-*GNU*)
##############################################
grep-3.6/configure-8309-                                                      save_ac_compile="$ac_compile"
grep-3.6/configure:8310:         ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
grep-3.6/configure-8311-         if echo '#include "conftest.c"' >conftest1.c \
##############################################
grep-3.6/configure-8331-_ACEOF
grep-3.6/configure:8332:                      ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
grep-3.6/configure-8333-           if echo '#include "conftest.c"' >conftest2.c \
##############################################
grep-3.6/configure-9103-          # gcc leaves a trailing carriage return which upsets mingw
grep-3.6/configure:9104:          acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
grep-3.6/configure-9105-        *)
grep-3.6/configure:9106:          acl_output=`($CC -print-prog-name=ld) 2>&5` ;;
grep-3.6/configure-9107-      esac
##############################################
grep-3.6/configure-9112-          # Canonicalize the pathname of ld
grep-3.6/configure:9113:          acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'`
grep-3.6/configure-9114-          while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do
grep-3.6/configure:9115:            acl_output=`echo $acl_output | sed "s%$re_direlt%/%"`
grep-3.6/configure-9116-          done
##############################################
grep-3.6/configure-9140-          # Break only if it was the GNU/non-GNU ld that we prefer.
grep-3.6/configure:9141:          case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
grep-3.6/configure-9142-            *GNU* | *'with BFD'*)
##############################################
grep-3.6/configure-9220-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
grep-3.6/configure:9221:case `$LD -v 2>&1 </dev/null` in
grep-3.6/configure-9222-*GNU* | *'with BFD'*)
##############################################
grep-3.6/configure-9661-                   ;;
grep-3.6/configure:9662:                 *) searchdir=`cd "$searchdir" && pwd`
grep-3.6/configure-9663-                    case "$searchdir" in
##############################################
grep-3.6/configure-9688-printf "%s\n" "$acl_cv_libdirstems" >&6; }
grep-3.6/configure:9689:      acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'`
grep-3.6/configure:9690:  acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'`
grep-3.6/configure:9691:  acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'`
grep-3.6/configure-9692-
##############################################
grep-3.6/configure-12023-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
grep-3.6/configure:12024:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
grep-3.6/configure-12025-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
grep-3.6/configure-12955-        names_already_handled="$names_already_handled $name"
grep-3.6/configure:12956:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
grep-3.6/configure-12957-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
grep-3.6/configure-13037-                -L*)
grep-3.6/configure:13038:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
grep-3.6/configure-13039-                                    if test -n "$acl_shlibext"; then
##############################################
grep-3.6/configure-13155-              */$acl_libdirstem | */$acl_libdirstem/)
grep-3.6/configure:13156:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
grep-3.6/configure-13157-                if test "$name" = 'iconv'; then
##############################################
grep-3.6/configure-13162-              */$acl_libdirstem2 | */$acl_libdirstem2/)
grep-3.6/configure:13163:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
grep-3.6/configure-13164-                if test "$name" = 'iconv'; then
##############################################
grep-3.6/configure-13169-              */$acl_libdirstem3 | */$acl_libdirstem3/)
grep-3.6/configure:13170:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
grep-3.6/configure-13171-                if test "$name" = 'iconv'; then
##############################################
grep-3.6/configure-13220-                  -L*)
grep-3.6/configure:13221:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
grep-3.6/configure-13222-                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
##############################################
grep-3.6/configure-13281-                  -R*)
grep-3.6/configure:13282:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
grep-3.6/configure-13283-                    if test "$enable_rpath" != no; then
##############################################
grep-3.6/configure-13306-                  -l*)
grep-3.6/configure:13307:                                                                                                                                                                dep=`echo "X$dep" | sed -e 's/^X-l//'`
grep-3.6/configure-13308-                    if test "X$dep" != Xc \
##############################################
grep-3.6/configure-13316-                  *.la)
grep-3.6/configure:13317:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
grep-3.6/configure-13318-                    ;;
##############################################
grep-3.6/configure-14573-    fi
grep-3.6/configure:14574:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
grep-3.6/configure-14575-    printf "%s\n" "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h
##############################################
grep-3.6/configure-14618-    fi
grep-3.6/configure:14619:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
grep-3.6/configure-14620-    printf "%s\n" "#define BITSIZEOF_${GLTYPE} $result" >>confdefs.h
##############################################
grep-3.6/configure-14670-    eval result=\$gl_cv_type_${gltype}_signed
grep-3.6/configure:14671:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
grep-3.6/configure-14672-    if test "$result" = yes; then
##############################################
grep-3.6/configure-14746-printf "%s\n" "$ac_res" >&6; }
grep-3.6/configure:14747:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
grep-3.6/configure-14748-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
grep-3.6/configure-14818-printf "%s\n" "$ac_res" >&6; }
grep-3.6/configure:14819:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
grep-3.6/configure-14820-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
grep-3.6/configure-17118-  # Check for GNU $ac_path_SED
grep-3.6/configure:17119:case `"$ac_path_SED" --version 2>&1` in
grep-3.6/configure-17120-*GNU*)
##############################################
grep-3.6/configure-19736-  if test "$HAVE_LIBUNISTRING" = yes; then
grep-3.6/configure:19737:    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
grep-3.6/configure:19738:    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
grep-3.6/configure:19739:    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
grep-3.6/configure-19740-  fi
##############################################
grep-3.6/configure-22268-    word*bit*)
grep-3.6/configure:22269:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
grep-3.6/configure:22270:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
grep-3.6/configure-22271-
##############################################
grep-3.6/configure-22904-        names_already_handled="$names_already_handled $name"
grep-3.6/configure:22905:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
grep-3.6/configure-22906-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
grep-3.6/configure-22986-                -L*)
grep-3.6/configure:22987:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
grep-3.6/configure-22988-                                    if test -n "$acl_shlibext"; then
##############################################
grep-3.6/configure-23104-              */$acl_libdirstem | */$acl_libdirstem/)
grep-3.6/configure:23105:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
grep-3.6/configure-23106-                if test "$name" = 'sigsegv'; then
##############################################
grep-3.6/configure-23111-              */$acl_libdirstem2 | */$acl_libdirstem2/)
grep-3.6/configure:23112:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
grep-3.6/configure-23113-                if test "$name" = 'sigsegv'; then
##############################################
grep-3.6/configure-23118-              */$acl_libdirstem3 | */$acl_libdirstem3/)
grep-3.6/configure:23119:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
grep-3.6/configure-23120-                if test "$name" = 'sigsegv'; then
##############################################
grep-3.6/configure-23169-                  -L*)
grep-3.6/configure:23170:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
grep-3.6/configure-23171-                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
##############################################
grep-3.6/configure-23230-                  -R*)
grep-3.6/configure:23231:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
grep-3.6/configure-23232-                    if test "$enable_rpath" != no; then
##############################################
grep-3.6/configure-23255-                  -l*)
grep-3.6/configure:23256:                                                                                                                                                                dep=`echo "X$dep" | sed -e 's/^X-l//'`
grep-3.6/configure-23257-                    if test "X$dep" != Xc \
##############################################
grep-3.6/configure-23265-                  *.la)
grep-3.6/configure:23266:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
grep-3.6/configure-23267-                    ;;
##############################################
grep-3.6/configure-36128-  gl_source_base='gnulib-tests'
grep-3.6/configure:36129:  gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS
grep-3.6/configure-36130-
##############################################
grep-3.6/configure-44748-
grep-3.6/configure:44749:  abs_aux_dir=`cd "$ac_aux_dir"; pwd`
grep-3.6/configure-44750-
##############################################
grep-3.6/configure-45736-  if test -n "$GCC"; then
grep-3.6/configure:45737:    case `($CC --version) 2>/dev/null` in
grep-3.6/configure-45738-      'gcc (GCC) '[0-3].* | \
##############################################
grep-3.6/configure-45789-
grep-3.6/configure:45790:as_gl_Warn=`printf "%s\n" "gl_cv_warn_c_$w" | $as_tr_sh`
grep-3.6/configure-45791-gl_positive="$w"
grep-3.6/configure-45792-case $gl_positive in
grep-3.6/configure:45793:  -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;;
grep-3.6/configure-45794-esac
##############################################
grep-3.6/configure-46127-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
grep-3.6/configure:46128:  as_ac_Header=`printf "%s\n" "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
grep-3.6/configure-46129-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
grep-3.6/configure-46162-  cat >>confdefs.h <<_ACEOF
grep-3.6/configure:46163:#define `printf "%s\n" "HAVE_$ac_hdr" | $as_tr_cpp` 1
grep-3.6/configure-46164-_ACEOF
##############################################
grep-3.6/configure-46488-
grep-3.6/configure:46489:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
grep-3.6/configure-46490-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
grep-3.6/configure-46493-
grep-3.6/configure:46494:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
grep-3.6/configure-46495-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
grep-3.6/configure-46571-
grep-3.6/configure:46572:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
grep-3.6/configure-46573-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
grep-3.6/configure-47194-        names_already_handled="$names_already_handled $name"
grep-3.6/configure:47195:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
grep-3.6/configure-47196-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
grep-3.6/configure-47276-                -L*)
grep-3.6/configure:47277:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
grep-3.6/configure-47278-                                    if test -n "$acl_shlibext"; then
##############################################
grep-3.6/configure-47394-              */$acl_libdirstem | */$acl_libdirstem/)
grep-3.6/configure:47395:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
grep-3.6/configure-47396-                if test "$name" = 'intl'; then
##############################################
grep-3.6/configure-47401-              */$acl_libdirstem2 | */$acl_libdirstem2/)
grep-3.6/configure:47402:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
grep-3.6/configure-47403-                if test "$name" = 'intl'; then
##############################################
grep-3.6/configure-47408-              */$acl_libdirstem3 | */$acl_libdirstem3/)
grep-3.6/configure:47409:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
grep-3.6/configure-47410-                if test "$name" = 'intl'; then
##############################################
grep-3.6/configure-47459-                  -L*)
grep-3.6/configure:47460:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
grep-3.6/configure-47461-                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
##############################################
grep-3.6/configure-47520-                  -R*)
grep-3.6/configure:47521:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
grep-3.6/configure-47522-                    if test "$enable_rpath" != no; then
##############################################
grep-3.6/configure-47545-                  -l*)
grep-3.6/configure:47546:                                                                                                                                                                dep=`echo "X$dep" | sed -e 's/^X-l//'`
grep-3.6/configure-47547-                    if test "X$dep" != Xc \
##############################################
grep-3.6/configure-47555-                  *.la)
grep-3.6/configure:47556:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
grep-3.6/configure-47557-                    ;;
##############################################
grep-3.6/configure-47837-  test $ac_status = 0; }; then
grep-3.6/configure:47838:  pkg_cv_PCRE_CFLAGS=`$PKG_CONFIG --cflags "libpcre" 2>/dev/null`
grep-3.6/configure-47839-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
grep-3.6/configure-47854-  test $ac_status = 0; }; then
grep-3.6/configure:47855:  pkg_cv_PCRE_LIBS=`$PKG_CONFIG --libs "libpcre" 2>/dev/null`
grep-3.6/configure-47856-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
grep-3.6/configure-47875-        if test $_pkg_short_errors_supported = yes; then
grep-3.6/configure:47876:	        PCRE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpcre" 2>&1`
grep-3.6/configure-47877-        else
grep-3.6/configure:47878:	        PCRE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpcre" 2>&1`
grep-3.6/configure-47879-        fi
##############################################
grep-3.6/configure-48067-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
grep-3.6/configure:48068:  ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
grep-3.6/configure-48069-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
grep-3.6/configure-48186-      sed_drop_objext='s/\.o$//;s/\.obj$//'
grep-3.6/configure:48187:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
grep-3.6/configure-48188-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
grep-3.6/configure-48212-      sed_drop_objext='s/\.o$//;s/\.obj$//'
grep-3.6/configure:48213:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
grep-3.6/configure-48214-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
grep-3.6/configure-48362-# ----------------------------------------
grep-3.6/configure:48363:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
grep-3.6/configure-48364-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
grep-3.6/configure-48436-  {
grep-3.6/configure:48437:    as_val=`expr "$@" || test $? -eq 1`
grep-3.6/configure-48438-  }
##############################################
grep-3.6/configure-48550-      case $as_dir in #(
grep-3.6/configure:48551:      *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
grep-3.6/configure-48552-      *) as_qdir=$as_dir;;
##############################################
grep-3.6/configure-48690-_ACEOF
grep-3.6/configure:48691:ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
grep-3.6/configure:48692:ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
grep-3.6/configure-48693-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
##############################################
grep-3.6/configure-48718-  --*=?*)
grep-3.6/configure:48719:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
grep-3.6/configure:48720:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
grep-3.6/configure-48721-    ac_shift=:
##############################################
grep-3.6/configure-48723-  --*=)
grep-3.6/configure:48724:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
grep-3.6/configure-48725-    ac_optarg=
##############################################
grep-3.6/configure-48747-    case $ac_optarg in
grep-3.6/configure:48748:    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
grep-3.6/configure-48749-    '') as_fn_error $? "missing file argument" ;;
##############################################
grep-3.6/configure-48755-    case $ac_optarg in
grep-3.6/configure:48756:    *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
grep-3.6/configure-48757-    esac
##############################################
grep-3.6/configure-48900-fi
grep-3.6/configure:48901:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
grep-3.6/configure-48902-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
grep-3.6/configure-48917-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
grep-3.6/configure:48918:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
grep-3.6/configure-48919-ac_delim='%!_!# '
##############################################
grep-3.6/configure-48923-
grep-3.6/configure:48924:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
grep-3.6/configure-48925-  if test $ac_delim_n = $ac_delim_num; then
##############################################
grep-3.6/configure-49061-for ac_last_try in false false :; do
grep-3.6/configure:49062:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
grep-3.6/configure-49063-  if test -z "$ac_tt"; then
##############################################
grep-3.6/configure-49193-      esac
grep-3.6/configure:49194:      case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
grep-3.6/configure-49195-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
grep-3.6/configure-49252-*)
grep-3.6/configure:49253:  ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
grep-3.6/configure-49254-  # A ".." for each directory in $ac_dir_suffix.
grep-3.6/configure:49255:  ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
grep-3.6/configure-49256-  case $ac_top_builddir_sub in
##############################################
grep-3.6/configure-49313-/@mandir@/p'
grep-3.6/configure:49314:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
grep-3.6/configure-49315-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
grep-3.6/configure-49330-
grep-3.6/configure:49331:# Neutralize VPATH when `$srcdir' = `.'.
grep-3.6/configure-49332-# Shell code in configure.ac might set extrasub.
##############################################
grep-3.6/configure-49358-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
grep-3.6/configure:49359:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
grep-3.6/configure-49360-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
grep-3.6/configure-49404-    * )
grep-3.6/configure:49405:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
grep-3.6/configure-49406-  esac
##############################################
grep-3.6/configure-49490-    # Strip MF so we end up with the name of the file.
grep-3.6/configure:49491:    am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'`
grep-3.6/configure-49492-    # Check whether this is an Automake generated Makefile which includes
##############################################
grep-3.6/configure-49570-      case "$ac_file" in
grep-3.6/configure:49571:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
grep-3.6/configure-49572-      esac
##############################################
grep-3.6/configure-49575-        # Adjust a relative srcdir.
grep-3.6/configure:49576:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
grep-3.6/configure:49577:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
grep-3.6/configure:49578:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
grep-3.6/configure-49579-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
grep-3.6/configure-49582-        case "$ac_given_srcdir" in
grep-3.6/configure:49583:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
grep-3.6/configure-49584-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
grep-3.6/configure-49603-            fi
grep-3.6/configure:49604:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
grep-3.6/configure-49605-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
grep-3.6/debian/patches/05-grep-wrapper-sh.patch-21- egrep fgrep: egrep.sh Makefile
grep-3.6/debian/patches/05-grep-wrapper-sh.patch:22: 	$(AM_V_GEN)grep=`echo grep | sed -e '$(transform)'` &&		\
grep-3.6/debian/patches/05-grep-wrapper-sh.patch-23- 	case $@ in egrep) option=-E;; fgrep) option=-F;; esac &&	\
##############################################
grep-3.6/debian/patches/05-grep-wrapper-sh.patch-27--	else								\
grep-3.6/debian/patches/05-grep-wrapper-sh.patch:28:-	  edit_substring='s,\$${0%/\*},`expr "X$$0" : '\''X\\(.*\\)/'\''`,g'; \
grep-3.6/debian/patches/05-grep-wrapper-sh.patch-29--	fi &&								\
##############################################
grep-3.6/.pc/05-grep-wrapper-sh.patch/src/Makefile.am-54-egrep fgrep: egrep.sh Makefile
grep-3.6/.pc/05-grep-wrapper-sh.patch/src/Makefile.am:55:	$(AM_V_GEN)grep=`echo grep | sed -e '$(transform)'` &&		\
grep-3.6/.pc/05-grep-wrapper-sh.patch/src/Makefile.am-56-	case $@ in egrep) option=-E;; fgrep) option=-F;; esac &&	\
##############################################
grep-3.6/.pc/05-grep-wrapper-sh.patch/src/Makefile.am-60-	else								\
grep-3.6/.pc/05-grep-wrapper-sh.patch/src/Makefile.am:61:	  edit_substring='s,\$${0%/\*},`expr "X$$0" : '\''X\\(.*\\)/'\''`,g'; \
grep-3.6/.pc/05-grep-wrapper-sh.patch/src/Makefile.am-62-	fi &&								\