===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wdiff-1.2.2/tests/testsuite-40-if test -z "$BASH_VERSION$ZSH_VERSION" \
wdiff-1.2.2/tests/testsuite:41:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
wdiff-1.2.2/tests/testsuite-42-  as_echo='print -r --'
wdiff-1.2.2/tests/testsuite-43-  as_echo_n='print -rn --'
wdiff-1.2.2/tests/testsuite:44:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
wdiff-1.2.2/tests/testsuite-45-  as_echo='printf %s\n'
##############################################
wdiff-1.2.2/tests/testsuite-47-else
wdiff-1.2.2/tests/testsuite:48:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
wdiff-1.2.2/tests/testsuite-49-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
wdiff-1.2.2/tests/testsuite-57-	expr "X$arg" : "X\\(.*\\)$as_nl";
wdiff-1.2.2/tests/testsuite:58:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
wdiff-1.2.2/tests/testsuite-59-      esac;
##############################################
wdiff-1.2.2/tests/testsuite-169-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
wdiff-1.2.2/tests/testsuite:170:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
wdiff-1.2.2/tests/testsuite-171-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
wdiff-1.2.2/tests/testsuite-296-      case $as_dir in #(
wdiff-1.2.2/tests/testsuite:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
wdiff-1.2.2/tests/testsuite-298-      *) as_qdir=$as_dir;;
##############################################
wdiff-1.2.2/tests/testsuite-369-  {
wdiff-1.2.2/tests/testsuite:370:    as_val=`expr "$@" || test $? -eq 1`
wdiff-1.2.2/tests/testsuite-371-  }
##############################################
wdiff-1.2.2/tests/testsuite-376-# ----------------------------------------
wdiff-1.2.2/tests/testsuite:377:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
wdiff-1.2.2/tests/testsuite-378-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
wdiff-1.2.2/tests/testsuite-439-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
wdiff-1.2.2/tests/testsuite:440:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
wdiff-1.2.2/tests/testsuite-441-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
wdiff-1.2.2/tests/testsuite-604-# List of the all the test groups.
wdiff-1.2.2/tests/testsuite:605:at_groups_all=`$as_echo "$at_help_all" | sed 's/;.*//'`
wdiff-1.2.2/tests/testsuite-606-
##############################################
wdiff-1.2.2/tests/testsuite-625-	  # shell supports XSI when the user can just avoid leading 0.
wdiff-1.2.2/tests/testsuite:626:	  eval $at_grp='`expr $at_value + 0`' ;;
wdiff-1.2.2/tests/testsuite-627-    esac
##############################################
wdiff-1.2.2/tests/testsuite-640-  case $at_option in
wdiff-1.2.2/tests/testsuite:641:  *=?*) at_optarg=`expr "X$at_option" : '[^=]*=\(.*\)'` ;;
wdiff-1.2.2/tests/testsuite-642-  *)    at_optarg= ;;
##############################################
wdiff-1.2.2/tests/testsuite-671-	always | yes | force) at_color=always ;;
wdiff-1.2.2/tests/testsuite:672:	*) at_optname=`echo " $at_option" | sed 's/^ //; s/=.*//'`
wdiff-1.2.2/tests/testsuite-673-	   as_fn_error $? "unrecognized argument to $at_optname: $at_optarg" ;;
##############################################
wdiff-1.2.2/tests/testsuite-702-    [0-9]- | [0-9][0-9]- | [0-9][0-9][0-9]- | [0-9][0-9][0-9][0-9]-)
wdiff-1.2.2/tests/testsuite:703:	at_range_start=`echo $at_option |tr -d X-`
wdiff-1.2.2/tests/testsuite-704-	at_fn_validate_ranges at_range_start
##############################################
wdiff-1.2.2/tests/testsuite-710-    -[0-9] | -[0-9][0-9] | -[0-9][0-9][0-9] | -[0-9][0-9][0-9][0-9])
wdiff-1.2.2/tests/testsuite:711:	at_range_end=`echo $at_option |tr -d X-`
wdiff-1.2.2/tests/testsuite-712-	at_fn_validate_ranges at_range_end
##############################################
wdiff-1.2.2/tests/testsuite-723-    [0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9] )
wdiff-1.2.2/tests/testsuite:724:	at_range_start=`expr $at_option : '\(.*\)-'`
wdiff-1.2.2/tests/testsuite:725:	at_range_end=`expr $at_option : '.*-\(.*\)'`
wdiff-1.2.2/tests/testsuite-726-	if test $at_range_start -gt $at_range_end; then
##############################################
wdiff-1.2.2/tests/testsuite-756-	else
wdiff-1.2.2/tests/testsuite:757:	  at_jobs=`expr X$at_option : 'X-j\(.*\)'`
wdiff-1.2.2/tests/testsuite-758-	fi
wdiff-1.2.2/tests/testsuite-759-	case $at_jobs in *[!0-9]*)
wdiff-1.2.2/tests/testsuite:760:	  at_optname=`echo " $at_option" | sed 's/^ //; s/[0-9=].*//'`
wdiff-1.2.2/tests/testsuite-761-	  as_fn_error $? "non-numeric argument to $at_optname: $at_jobs" ;;
##############################################
wdiff-1.2.2/tests/testsuite-781-	    at_invert="-v"
wdiff-1.2.2/tests/testsuite:782:	    at_keyword=`expr "X$at_keyword" : 'X!\(.*\)'`
wdiff-1.2.2/tests/testsuite-783-	    ;;
##############################################
wdiff-1.2.2/tests/testsuite-789-	# Smash the keywords.
wdiff-1.2.2/tests/testsuite:790:	at_groups_selected=`$as_echo "$at_groups_selected" | sed 's/;.*//'`
wdiff-1.2.2/tests/testsuite-791-	as_fn_append at_groups "$at_groups_selected$as_nl"
##############################################
wdiff-1.2.2/tests/testsuite-797-    *=*)
wdiff-1.2.2/tests/testsuite:798:	at_envvar=`expr "x$at_option" : 'x\([^=]*\)='`
wdiff-1.2.2/tests/testsuite-799-	# Reject names that are not valid shell variable names.
##############################################
wdiff-1.2.2/tests/testsuite-803-	esac
wdiff-1.2.2/tests/testsuite:804:	at_value=`$as_echo "$at_optarg" | sed "s/'/'\\\\\\\\''/g"`
wdiff-1.2.2/tests/testsuite-805-	# Export now, but save eval for later and for debug scripts.
##############################################
wdiff-1.2.2/tests/testsuite-841-  # Sort the tests, removing duplicates.
wdiff-1.2.2/tests/testsuite:842:  at_groups=`$as_echo "$at_groups" | sort -nu | sed '/^$/d'`
wdiff-1.2.2/tests/testsuite-843-fi
##############################################
wdiff-1.2.2/tests/testsuite-1065-# may create executables in both places.
wdiff-1.2.2/tests/testsuite:1066:AUTOTEST_PATH=`$as_echo "$AUTOTEST_PATH" | sed "s|:|$PATH_SEPARATOR|g"`
wdiff-1.2.2/tests/testsuite-1067-at_path=
##############################################
wdiff-1.2.2/tests/testsuite-1105-  [\\/]* | ?:[\\/]* ) ;;
wdiff-1.2.2/tests/testsuite:1106:  * ) as_dir=`(cd "$as_dir" && pwd) 2>/dev/null` ;;
wdiff-1.2.2/tests/testsuite-1107-esac
##############################################
wdiff-1.2.2/tests/testsuite-1413-# Use `diff -u' when possible.
wdiff-1.2.2/tests/testsuite:1414:if at_diff=`diff -u "$at_devnull" "$at_devnull" 2>&1` && test -z "$at_diff"
wdiff-1.2.2/tests/testsuite-1415-then
##############################################
wdiff-1.2.2/tests/testsuite-1582-    *:77)
wdiff-1.2.2/tests/testsuite:1583:	at_msg='skipped ('`cat "$at_check_line_file"`')'
wdiff-1.2.2/tests/testsuite-1584-	at_res=skip
##############################################
wdiff-1.2.2/tests/testsuite-1588-    no:* | *:99)
wdiff-1.2.2/tests/testsuite:1589:	at_msg='FAILED ('`cat "$at_check_line_file"`')'
wdiff-1.2.2/tests/testsuite-1590-	at_res=fail
##############################################
wdiff-1.2.2/tests/testsuite-1594-    yes:*)
wdiff-1.2.2/tests/testsuite:1595:	at_msg='expected failure ('`cat "$at_check_line_file"`')'
wdiff-1.2.2/tests/testsuite-1596-	at_res=xfail
##############################################
wdiff-1.2.2/tests/testsuite-1616-      if test -f "$at_times_file"; then
wdiff-1.2.2/tests/testsuite:1617:	at_log_msg="$at_log_msg     ("`sed 1d "$at_times_file"`')'
wdiff-1.2.2/tests/testsuite-1618-	rm -f "$at_times_file"
##############################################
wdiff-1.2.2/tests/testsuite-1681-	fi
wdiff-1.2.2/tests/testsuite:1682:	at_signame=`kill -l $at_signal 2>&1 || echo $at_signal`
wdiff-1.2.2/tests/testsuite-1683-	set x $at_signame
##############################################
wdiff-1.2.2/tests/testsuite-1714-  # Turn jobs into a list of numbers, starting from 1.
wdiff-1.2.2/tests/testsuite:1715:  at_joblist=`$as_echo "$at_groups" | sed -n 1,${at_jobs}p`
wdiff-1.2.2/tests/testsuite-1716-
##############################################
wdiff-1.2.2/tests/testsuite-1791-# Use ?..???? when the list must remain sorted, the faster * otherwise.
wdiff-1.2.2/tests/testsuite:1792:at_pass_list=`for f in */pass; do echo $f; done | sed '/\*/d; s,/pass,,'`
wdiff-1.2.2/tests/testsuite:1793:at_skip_list=`for f in */skip; do echo $f; done | sed '/\*/d; s,/skip,,'`
wdiff-1.2.2/tests/testsuite:1794:at_xfail_list=`for f in */xfail; do echo $f; done | sed '/\*/d; s,/xfail,,'`
wdiff-1.2.2/tests/testsuite-1795-at_xpass_list=`for f in ?/xpass ??/xpass ???/xpass ????/xpass; do
##############################################
wdiff-1.2.2/Makefile.am-58-	cd $(srcdir)/tests && \
wdiff-1.2.2/Makefile.am:59:	$(AUTOTEST) `echo $(TESTSUITE_AT) | sed 's,tests/,,g'` -o testsuite.tmp && \
wdiff-1.2.2/Makefile.am-60-	mv -f testsuite.tmp testsuite
##############################################
wdiff-1.2.2/Makefile.am-76-
wdiff-1.2.2/Makefile.am:77:CD_TESTDIR	= abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; cd tests
wdiff-1.2.2/Makefile.am-78-
##############################################
wdiff-1.2.2/src/Makefile.in-40-  { \
wdiff-1.2.2/src/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
wdiff-1.2.2/src/Makefile.in-42-  }; \
##############################################
wdiff-1.2.2/src/Makefile.in-1128-.c.obj:
wdiff-1.2.2/src/Makefile.in:1129:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
wdiff-1.2.2/src/Makefile.in-1130-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
wdiff-1.2.2/src/Makefile.in-1132-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wdiff-1.2.2/src/Makefile.in:1133:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
wdiff-1.2.2/src/Makefile.in-1134-
##############################################
wdiff-1.2.2/src/Makefile.in-1164-GTAGS:
wdiff-1.2.2/src/Makefile.in:1165:	here=`$(am__cd) $(top_builddir) && pwd` \
wdiff-1.2.2/src/Makefile.in-1166-	  && $(am__cd) $(top_srcdir) \
##############################################
wdiff-1.2.2/src/Makefile.in-1187-distdir: $(DISTFILES)
wdiff-1.2.2/src/Makefile.in:1188:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/src/Makefile.in:1189:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/src/Makefile.in-1190-	list='$(DISTFILES)'; \
##############################################
wdiff-1.2.2/src/Makefile.in-1201-	  if test -d $$d/$$file; then \
wdiff-1.2.2/src/Makefile.in:1202:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wdiff-1.2.2/src/Makefile.in-1203-	    if test -d "$(distdir)/$$file"; then \
##############################################
wdiff-1.2.2/po/Rules-quot-15-.insert-header.po-update-en:
wdiff-1.2.2/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
wdiff-1.2.2/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
wdiff-1.2.2/po/Rules-quot-18-	tmpdir=`pwd`; \
wdiff-1.2.2/po/Rules-quot-19-	echo "$$lang:"; \
wdiff-1.2.2/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
wdiff-1.2.2/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
wdiff-1.2.2/po/Rules-quot-22-	cd $(srcdir); \
wdiff-1.2.2/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 \
wdiff-1.2.2/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
wdiff-1.2.2/po/Makefile.in.in-88-.po.gmo:
wdiff-1.2.2/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
wdiff-1.2.2/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
wdiff-1.2.2/po/Makefile.in.in-150-	fi; \
wdiff-1.2.2/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
wdiff-1.2.2/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
wdiff-1.2.2/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
wdiff-1.2.2/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
wdiff-1.2.2/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
wdiff-1.2.2/po/Makefile.in.in-197-	  cd $(srcdir) \
wdiff-1.2.2/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
wdiff-1.2.2/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
wdiff-1.2.2/po/Makefile.in.in-228-	for cat in $$catalogs; do \
wdiff-1.2.2/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
wdiff-1.2.2/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
wdiff-1.2.2/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
wdiff-1.2.2/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
wdiff-1.2.2/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
wdiff-1.2.2/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
wdiff-1.2.2/po/Makefile.in.in-279-	for cat in $$catalogs; do \
wdiff-1.2.2/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
wdiff-1.2.2/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
wdiff-1.2.2/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
wdiff-1.2.2/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
wdiff-1.2.2/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
wdiff-1.2.2/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
wdiff-1.2.2/po/Makefile.in.in-325-	for cat in $$catalogs; do \
wdiff-1.2.2/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
wdiff-1.2.2/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
wdiff-1.2.2/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
wdiff-1.2.2/po/Makefile.in.in-390-.nop.po-create:
wdiff-1.2.2/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
wdiff-1.2.2/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
wdiff-1.2.2/po/Makefile.in.in-397-.nop.po-update:
wdiff-1.2.2/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
wdiff-1.2.2/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
wdiff-1.2.2/po/Makefile.in.in-404-	cd $(srcdir); \
wdiff-1.2.2/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
wdiff-1.2.2/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
wdiff-1.2.2/man/Makefile.in-39-  { \
wdiff-1.2.2/man/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
wdiff-1.2.2/man/Makefile.in-41-  }; \
##############################################
wdiff-1.2.2/man/Makefile.in-161-  esac
wdiff-1.2.2/man/Makefile.in:162:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wdiff-1.2.2/man/Makefile.in-163-am__vpath_adj = case $$p in \
wdiff-1.2.2/man/Makefile.in:164:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wdiff-1.2.2/man/Makefile.in-165-    *) f=$$p;; \
wdiff-1.2.2/man/Makefile.in-166-  esac;
wdiff-1.2.2/man/Makefile.in:167:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
wdiff-1.2.2/man/Makefile.in-168-am__install_max = 40
wdiff-1.2.2/man/Makefile.in-169-am__nobase_strip_setup = \
wdiff-1.2.2/man/Makefile.in:170:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
wdiff-1.2.2/man/Makefile.in-171-am__nobase_strip = \
##############################################
wdiff-1.2.2/man/Makefile.in-1029-	test -n "$(man1dir)" \
wdiff-1.2.2/man/Makefile.in:1030:	  && test -n "`echo $$list1$$list2`" \
wdiff-1.2.2/man/Makefile.in-1031-	  || exit 0; \
##############################################
wdiff-1.2.2/man/Makefile.in-1075-distdir: $(DISTFILES)
wdiff-1.2.2/man/Makefile.in:1076:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/man/Makefile.in:1077:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/man/Makefile.in-1078-	list='$(DISTFILES)'; \
##############################################
wdiff-1.2.2/man/Makefile.in-1089-	  if test -d $$d/$$file; then \
wdiff-1.2.2/man/Makefile.in:1090:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wdiff-1.2.2/man/Makefile.in-1091-	    if test -d "$(distdir)/$$file"; then \
##############################################
wdiff-1.2.2/Makefile.in-39-  { \
wdiff-1.2.2/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
wdiff-1.2.2/Makefile.in-41-  }; \
##############################################
wdiff-1.2.2/Makefile.in-230-  while test -n "$$dir1"; do \
wdiff-1.2.2/Makefile.in:231:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
wdiff-1.2.2/Makefile.in-232-    if test "$$first" != "."; then \
wdiff-1.2.2/Makefile.in-233-      if test "$$first" = ".."; then \
wdiff-1.2.2/Makefile.in:234:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
wdiff-1.2.2/Makefile.in:235:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
wdiff-1.2.2/Makefile.in-236-      else \
wdiff-1.2.2/Makefile.in:237:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
wdiff-1.2.2/Makefile.in-238-        if test "$$first2" = "$$first"; then \
wdiff-1.2.2/Makefile.in:239:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
wdiff-1.2.2/Makefile.in-240-        else \
##############################################
wdiff-1.2.2/Makefile.in-245-    fi; \
wdiff-1.2.2/Makefile.in:246:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
wdiff-1.2.2/Makefile.in-247-  done; \
##############################################
wdiff-1.2.2/Makefile.in-1081-DISTCLEANFILES = tests/atconfig
wdiff-1.2.2/Makefile.in:1082:CD_TESTDIR = abs_srcdir=`$(lt__cd) $(srcdir) && pwd`; cd tests
wdiff-1.2.2/Makefile.in-1083-all: config.h
##############################################
wdiff-1.2.2/Makefile.in-1150-	dot_seen=no; \
wdiff-1.2.2/Makefile.in:1151:	target=`echo $@ | sed s/-recursive//`; \
wdiff-1.2.2/Makefile.in-1152-	case "$@" in \
##############################################
wdiff-1.2.2/Makefile.in-1213-GTAGS:
wdiff-1.2.2/Makefile.in:1214:	here=`$(am__cd) $(top_builddir) && pwd` \
wdiff-1.2.2/Makefile.in-1215-	  && $(am__cd) $(top_srcdir) \
##############################################
wdiff-1.2.2/Makefile.in-1245-	test -d "$(distdir)" || mkdir "$(distdir)"
wdiff-1.2.2/Makefile.in:1246:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/Makefile.in:1247:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/Makefile.in-1248-	list='$(DISTFILES)'; \
##############################################
wdiff-1.2.2/Makefile.in-1259-	  if test -d $$d/$$file; then \
wdiff-1.2.2/Makefile.in:1260:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wdiff-1.2.2/Makefile.in-1261-	    if test -d "$(distdir)/$$file"; then \
##############################################
wdiff-1.2.2/Makefile.in-1370-	test -d $(distdir)/_build || exit 0; \
wdiff-1.2.2/Makefile.in:1371:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
wdiff-1.2.2/Makefile.in-1372-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
wdiff-1.2.2/Makefile.in-1414-	}; \
wdiff-1.2.2/Makefile.in:1415:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
wdiff-1.2.2/Makefile.in-1416-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
wdiff-1.2.2/Makefile.in-1426-	fi
wdiff-1.2.2/Makefile.in:1427:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
wdiff-1.2.2/Makefile.in-1428-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
wdiff-1.2.2/Makefile.in-1564-	cd $(srcdir)/tests && \
wdiff-1.2.2/Makefile.in:1565:	$(AUTOTEST) `echo $(TESTSUITE_AT) | sed 's,tests/,,g'` -o testsuite.tmp && \
wdiff-1.2.2/Makefile.in-1566-	mv -f testsuite.tmp testsuite
##############################################
wdiff-1.2.2/maint.mk-497-  dummy=; : so we do not need a semicolon before each use;		\
wdiff-1.2.2/maint.mk:498:  h_esc=`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`;			\
wdiff-1.2.2/maint.mk-499-  if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then		\
##############################################
wdiff-1.2.2/maint.mk-1172-	    *.[ch])							\
wdiff-1.2.2/maint.mk:1173:	      base=`expr " $$file" : ' \(.*\)\..'`;			\
wdiff-1.2.2/maint.mk-1174-	      { test -f $$base.l || test -f $$base.y; } && continue;;	\
##############################################
wdiff-1.2.2/maint.mk-1669-	for sig in 1 2 3 13 15; do					\
wdiff-1.2.2/maint.mk:1670:	  eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \
wdiff-1.2.2/maint.mk-1671-	done;								\
##############################################
wdiff-1.2.2/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
wdiff-1.2.2/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
wdiff-1.2.2/aclocal.m4-94-# and then we would define $MISSING as
##############################################
wdiff-1.2.2/aclocal.m4-108-# expand $ac_aux_dir to an absolute path
wdiff-1.2.2/aclocal.m4:109:am_aux_dir=`cd $ac_aux_dir && pwd`
wdiff-1.2.2/aclocal.m4-110-])
##############################################
wdiff-1.2.2/aclocal.m4-206-  if test "$am_compiler_list" = ""; then
wdiff-1.2.2/aclocal.m4:207:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
wdiff-1.2.2/aclocal.m4-208-  fi
##############################################
wdiff-1.2.2/aclocal.m4-357-    # Strip MF so we end up with the name of the file.
wdiff-1.2.2/aclocal.m4:358:    mf=`echo "$mf" | sed -e 's/:.*$//'`
wdiff-1.2.2/aclocal.m4-359-    # Check whether this is an Automake generated Makefile or not.
##############################################
wdiff-1.2.2/aclocal.m4-366-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
wdiff-1.2.2/aclocal.m4:367:      dirpart=`AS_DIRNAME("$mf")`
wdiff-1.2.2/aclocal.m4-368-    else
##############################################
wdiff-1.2.2/aclocal.m4-372-    # from the Makefile without running 'make'.
wdiff-1.2.2/aclocal.m4:373:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
wdiff-1.2.2/aclocal.m4-374-    test -z "$DEPDIR" && continue
wdiff-1.2.2/aclocal.m4:375:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
wdiff-1.2.2/aclocal.m4-376-    test -z "$am__include" && continue
wdiff-1.2.2/aclocal.m4:377:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
wdiff-1.2.2/aclocal.m4-378-    # Find all dependency output files, they are included files with
##############################################
wdiff-1.2.2/aclocal.m4-386-      test -f "$dirpart/$file" && continue
wdiff-1.2.2/aclocal.m4:387:      fdir=`AS_DIRNAME(["$file"])`
wdiff-1.2.2/aclocal.m4-388-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
wdiff-1.2.2/aclocal.m4-444-AC_REQUIRE([AC_PROG_INSTALL])dnl
wdiff-1.2.2/aclocal.m4:445:if test "`cd $srcdir && pwd`" != "`pwd`"; then
wdiff-1.2.2/aclocal.m4-446-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
wdiff-1.2.2/aclocal.m4-599-    * )
wdiff-1.2.2/aclocal.m4:600:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
wdiff-1.2.2/aclocal.m4-601-  esac
wdiff-1.2.2/aclocal.m4-602-done
wdiff-1.2.2/aclocal.m4:603:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
wdiff-1.2.2/aclocal.m4-604-
##############################################
wdiff-1.2.2/aclocal.m4-670-# Ignore all kinds of additional output from 'make'.
wdiff-1.2.2/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #(
wdiff-1.2.2/aclocal.m4-672-*the\ am__doit\ target*)
##############################################
wdiff-1.2.2/aclocal.m4-680-   echo '.include "confinc"' > confmf
wdiff-1.2.2/aclocal.m4:681:   case `$am_make -s -f confmf 2> /dev/null` in #(
wdiff-1.2.2/aclocal.m4-682-   *the\ am__doit\ target*)
##############################################
wdiff-1.2.2/aclocal.m4-862-     echo "timestamp, slept: $am_has_slept" > conftest.file
wdiff-1.2.2/aclocal.m4:863:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
wdiff-1.2.2/aclocal.m4-864-     if test "$[*]" = "X"; then
wdiff-1.2.2/aclocal.m4-865-	# -L didn't work.
wdiff-1.2.2/aclocal.m4:866:	set X `ls -t "$srcdir/configure" conftest.file`
wdiff-1.2.2/aclocal.m4-867-     fi
##############################################
wdiff-1.2.2/build-aux/install-sh-229-      fi
wdiff-1.2.2/build-aux/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
wdiff-1.2.2/build-aux/install-sh-231-    *)
##############################################
wdiff-1.2.2/build-aux/install-sh-276-      dstdir=$dst
wdiff-1.2.2/build-aux/install-sh:277:      dst=$dstdir/`basename "$src"`
wdiff-1.2.2/build-aux/install-sh-278-      dstdir_status=0
##############################################
wdiff-1.2.2/build-aux/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
wdiff-1.2.2/build-aux/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
wdiff-1.2.2/build-aux/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
wdiff-1.2.2/build-aux/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
wdiff-1.2.2/build-aux/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
wdiff-1.2.2/build-aux/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
wdiff-1.2.2/build-aux/install-sh-425-	    case $prefix in
wdiff-1.2.2/build-aux/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
wdiff-1.2.2/build-aux/install-sh-427-	      *) qprefix=$prefix;;
##############################################
wdiff-1.2.2/build-aux/install-sh-474-    if $copy_on_change &&
wdiff-1.2.2/build-aux/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
wdiff-1.2.2/build-aux/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
wdiff-1.2.2/build-aux/install-sh-477-
##############################################
wdiff-1.2.2/build-aux/vc-list-files-47-  --version)
wdiff-1.2.2/build-aux/vc-list-files:48:    year=`echo "$scriptversion" | sed 's/[^0-9].*//'`
wdiff-1.2.2/build-aux/vc-list-files-49-    cat <<EOF
##############################################
wdiff-1.2.2/build-aux/vc-list-files-70-      && dir= sed_esc= \
wdiff-1.2.2/build-aux/vc-list-files:71:      || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; }
wdiff-1.2.2/build-aux/vc-list-files-72-    # Ignore git symlinks - either they point into the tree, in which case
##############################################
wdiff-1.2.2/build-aux/vc-list-files-96-          }}'\''				\
wdiff-1.2.2/build-aux/vc-list-files:97:        `find "$dir" -name Entries -print` /dev/null' $postprocess
wdiff-1.2.2/build-aux/vc-list-files-98-    fi
##############################################
wdiff-1.2.2/build-aux/config.sub-52-
wdiff-1.2.2/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
wdiff-1.2.2/build-aux/config.sub-54-
##############################################
wdiff-1.2.2/build-aux/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
wdiff-1.2.2/build-aux/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
wdiff-1.2.2/build-aux/config.sub-117-case $maybe_os in
##############################################
wdiff-1.2.2/build-aux/config.sub-123-    os=-$maybe_os
wdiff-1.2.2/build-aux/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
wdiff-1.2.2/build-aux/config.sub-125-    ;;
##############################################
wdiff-1.2.2/build-aux/config.sub-127-    os=-linux-android
wdiff-1.2.2/build-aux/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
wdiff-1.2.2/build-aux/config.sub-129-    ;;
wdiff-1.2.2/build-aux/config.sub-130-  *)
wdiff-1.2.2/build-aux/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
wdiff-1.2.2/build-aux/config.sub-132-    if [ $basic_machine != $1 ]
wdiff-1.2.2/build-aux/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
wdiff-1.2.2/build-aux/config.sub-134-    else os=; fi
##############################################
wdiff-1.2.2/build-aux/config.sub-181-		os=-sco5v6
wdiff-1.2.2/build-aux/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-183-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-185-		os=-sco3.2v5
wdiff-1.2.2/build-aux/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-187-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-189-		os=-sco3.2v4
wdiff-1.2.2/build-aux/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-191-		;;
wdiff-1.2.2/build-aux/config.sub-192-	-sco3.2.[4-9]*)
wdiff-1.2.2/build-aux/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
wdiff-1.2.2/build-aux/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-195-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
wdiff-1.2.2/build-aux/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-199-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
wdiff-1.2.2/build-aux/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-203-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-205-		os=-sco3.2v2
wdiff-1.2.2/build-aux/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-207-		;;
wdiff-1.2.2/build-aux/config.sub-208-	-udk*)
wdiff-1.2.2/build-aux/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-210-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-212-		os=-isc2.2
wdiff-1.2.2/build-aux/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-214-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-218-	-isc*)
wdiff-1.2.2/build-aux/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-220-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-230-	-ptx*)
wdiff-1.2.2/build-aux/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
wdiff-1.2.2/build-aux/config.sub-232-		;;
wdiff-1.2.2/build-aux/config.sub-233-	-windowsnt*)
wdiff-1.2.2/build-aux/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
wdiff-1.2.2/build-aux/config.sub-235-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-360-	*-*-*)
wdiff-1.2.2/build-aux/config.sub:361:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
wdiff-1.2.2/build-aux/config.sub-362-		exit 1
##############################################
wdiff-1.2.2/build-aux/config.sub-481-	amd64-*)
wdiff-1.2.2/build-aux/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-483-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-523-	blackfin-*)
wdiff-1.2.2/build-aux/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-525-		os=-linux
##############################################
wdiff-1.2.2/build-aux/config.sub-531-	c54x-*)
wdiff-1.2.2/build-aux/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-533-		;;
wdiff-1.2.2/build-aux/config.sub-534-	c55x-*)
wdiff-1.2.2/build-aux/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-536-		;;
wdiff-1.2.2/build-aux/config.sub-537-	c6x-*)
wdiff-1.2.2/build-aux/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-539-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-734-	i*86v32)
wdiff-1.2.2/build-aux/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-736-		os=-sysv32
##############################################
wdiff-1.2.2/build-aux/config.sub-738-	i*86v4*)
wdiff-1.2.2/build-aux/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-740-		os=-sysv4
##############################################
wdiff-1.2.2/build-aux/config.sub-742-	i*86v)
wdiff-1.2.2/build-aux/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-744-		os=-sysv
##############################################
wdiff-1.2.2/build-aux/config.sub-746-	i*86sol2)
wdiff-1.2.2/build-aux/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
wdiff-1.2.2/build-aux/config.sub-748-		os=-solaris2
##############################################
wdiff-1.2.2/build-aux/config.sub-776-	m68knommu-*)
wdiff-1.2.2/build-aux/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-778-		os=-linux
##############################################
wdiff-1.2.2/build-aux/config.sub-831-	mips3*-*)
wdiff-1.2.2/build-aux/config.sub:832:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
wdiff-1.2.2/build-aux/config.sub-833-		;;
wdiff-1.2.2/build-aux/config.sub-834-	mips3*)
wdiff-1.2.2/build-aux/config.sub:835:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
wdiff-1.2.2/build-aux/config.sub-836-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-849-	ms1-*)
wdiff-1.2.2/build-aux/config.sub:850:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
wdiff-1.2.2/build-aux/config.sub-851-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-968-	parisc-*)
wdiff-1.2.2/build-aux/config.sub:969:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-970-		os=-linux
##############################################
wdiff-1.2.2/build-aux/config.sub-984-	pc98-*)
wdiff-1.2.2/build-aux/config.sub:985:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-986-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-999-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
wdiff-1.2.2/build-aux/config.sub:1000:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1001-		;;
wdiff-1.2.2/build-aux/config.sub-1002-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
wdiff-1.2.2/build-aux/config.sub:1003:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1004-		;;
wdiff-1.2.2/build-aux/config.sub-1005-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
wdiff-1.2.2/build-aux/config.sub:1006:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1007-		;;
wdiff-1.2.2/build-aux/config.sub-1008-	pentium4-*)
wdiff-1.2.2/build-aux/config.sub:1009:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1010-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1018-	ppc-* | ppcbe-*)
wdiff-1.2.2/build-aux/config.sub:1019:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1020-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1024-	ppcle-* | powerpclittle-*)
wdiff-1.2.2/build-aux/config.sub:1025:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1026-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1028-		;;
wdiff-1.2.2/build-aux/config.sub:1029:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1030-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1034-	ppc64le-* | powerpc64little-*)
wdiff-1.2.2/build-aux/config.sub:1035:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1036-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1117-	strongarm-* | thumb-*)
wdiff-1.2.2/build-aux/config.sub:1118:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub-1119-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1247-	xscale-* | xscalee[bl]-*)
wdiff-1.2.2/build-aux/config.sub:1248:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
wdiff-1.2.2/build-aux/config.sub-1249-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1324-	*)
wdiff-1.2.2/build-aux/config.sub:1325:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
wdiff-1.2.2/build-aux/config.sub-1326-		exit 1
##############################################
wdiff-1.2.2/build-aux/config.sub-1332-	*-digital*)
wdiff-1.2.2/build-aux/config.sub:1333:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
wdiff-1.2.2/build-aux/config.sub-1334-		;;
wdiff-1.2.2/build-aux/config.sub-1335-	*-commodore*)
wdiff-1.2.2/build-aux/config.sub:1336:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
wdiff-1.2.2/build-aux/config.sub-1337-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1353-	-solaris1 | -solaris1.*)
wdiff-1.2.2/build-aux/config.sub:1354:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
wdiff-1.2.2/build-aux/config.sub-1355-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1365-	-gnu/linux*)
wdiff-1.2.2/build-aux/config.sub:1366:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
wdiff-1.2.2/build-aux/config.sub-1367-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1411-	-nto*)
wdiff-1.2.2/build-aux/config.sub:1412:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
wdiff-1.2.2/build-aux/config.sub-1413-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1418-	-mac*)
wdiff-1.2.2/build-aux/config.sub:1419:		os=`echo $os | sed -e 's|mac|macos|'`
wdiff-1.2.2/build-aux/config.sub-1420-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1424-	-linux*)
wdiff-1.2.2/build-aux/config.sub:1425:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
wdiff-1.2.2/build-aux/config.sub-1426-		;;
wdiff-1.2.2/build-aux/config.sub-1427-	-sunos5*)
wdiff-1.2.2/build-aux/config.sub:1428:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
wdiff-1.2.2/build-aux/config.sub-1429-		;;
wdiff-1.2.2/build-aux/config.sub-1430-	-sunos6*)
wdiff-1.2.2/build-aux/config.sub:1431:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
wdiff-1.2.2/build-aux/config.sub-1432-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1479-	-sinix5.*)
wdiff-1.2.2/build-aux/config.sub:1480:		os=`echo $os | sed -e 's|sinix|sysv|'`
wdiff-1.2.2/build-aux/config.sub-1481-		;;
##############################################
wdiff-1.2.2/build-aux/config.sub-1532-		# Get rid of the `-' at the beginning of $os.
wdiff-1.2.2/build-aux/config.sub:1533:		os=`echo $os | sed 's/[^-]*-//'`
wdiff-1.2.2/build-aux/config.sub:1534:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
wdiff-1.2.2/build-aux/config.sub-1535-		exit 1
##############################################
wdiff-1.2.2/build-aux/config.sub-1798-		esac
wdiff-1.2.2/build-aux/config.sub:1799:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
wdiff-1.2.2/build-aux/config.sub-1800-		;;
##############################################
wdiff-1.2.2/build-aux/compile-67-	mingw/*)
wdiff-1.2.2/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
wdiff-1.2.2/build-aux/compile-69-	  ;;
wdiff-1.2.2/build-aux/compile-70-	cygwin/*)
wdiff-1.2.2/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
wdiff-1.2.2/build-aux/compile-72-	  ;;
wdiff-1.2.2/build-aux/compile-73-	wine/*)
wdiff-1.2.2/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
wdiff-1.2.2/build-aux/compile-75-	  ;;
##############################################
wdiff-1.2.2/build-aux/compile-309-# Name of file we expect compiler to create.
wdiff-1.2.2/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
wdiff-1.2.2/build-aux/compile-311-
##############################################
wdiff-1.2.2/build-aux/compile-315-# object file name, since that is what matters with a parallel build.
wdiff-1.2.2/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
wdiff-1.2.2/build-aux/compile-317-while true; do
##############################################
wdiff-1.2.2/build-aux/mdate-sh-110-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
wdiff-1.2.2/build-aux/mdate-sh:111:set x`$ls_command /`
wdiff-1.2.2/build-aux/mdate-sh-112-
##############################################
wdiff-1.2.2/build-aux/mdate-sh-140-# Get the extended ls output of the file or directory.
wdiff-1.2.2/build-aux/mdate-sh:141:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
wdiff-1.2.2/build-aux/mdate-sh-142-
##############################################
wdiff-1.2.2/build-aux/mdate-sh-207-       then
wdiff-1.2.2/build-aux/mdate-sh:208:	 year=`expr $year - 1`
wdiff-1.2.2/build-aux/mdate-sh-209-       fi;;
##############################################
wdiff-1.2.2/build-aux/depcomp-64-  case $1 in
wdiff-1.2.2/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
wdiff-1.2.2/build-aux/depcomp-66-      *) dir=;;
##############################################
wdiff-1.2.2/build-aux/depcomp-73-{
wdiff-1.2.2/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
wdiff-1.2.2/build-aux/depcomp-75-}
##############################################
wdiff-1.2.2/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
wdiff-1.2.2/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
wdiff-1.2.2/build-aux/depcomp-128-
##############################################
wdiff-1.2.2/build-aux/depcomp-405-        sleep 1
wdiff-1.2.2/build-aux/depcomp:406:        i=`expr $i - 1`
wdiff-1.2.2/build-aux/depcomp-407-      done
wdiff-1.2.2/build-aux/depcomp-408-    fi
wdiff-1.2.2/build-aux/depcomp:409:    i=`expr $i - 1`
wdiff-1.2.2/build-aux/depcomp-410-  done
##############################################
wdiff-1.2.2/build-aux/depcomp-425-  # Do two passes, one to just change these to
wdiff-1.2.2/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
wdiff-1.2.2/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
wdiff-1.2.2/build-aux/depcomp-659-  done
wdiff-1.2.2/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
wdiff-1.2.2/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
wdiff-1.2.2/build-aux/config.rpath-33-host="$1"
wdiff-1.2.2/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
wdiff-1.2.2/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
wdiff-1.2.2/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
wdiff-1.2.2/build-aux/config.rpath-37-
##############################################
wdiff-1.2.2/build-aux/config.rpath-47-done
wdiff-1.2.2/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
wdiff-1.2.2/build-aux/config.rpath-49-
##############################################
wdiff-1.2.2/build-aux/config.rpath-94-        *)
wdiff-1.2.2/build-aux/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
wdiff-1.2.2/build-aux/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
wdiff-1.2.2/build-aux/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
wdiff-1.2.2/build-aux/config.rpath:236:      case `$LD -v 2>&1` in
wdiff-1.2.2/build-aux/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
wdiff-1.2.2/build-aux/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
wdiff-1.2.2/build-aux/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
wdiff-1.2.2/build-aux/config.rpath-243-          else
##############################################
wdiff-1.2.2/build-aux/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
wdiff-1.2.2/build-aux/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
wdiff-1.2.2/build-aux/config.rpath-300-          if test -f "$collect2name" && \
##############################################
wdiff-1.2.2/build-aux/config.rpath-434-        hardcode_direct=yes
wdiff-1.2.2/build-aux/config.rpath:435:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
wdiff-1.2.2/build-aux/config.rpath-436-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
wdiff-1.2.2/build-aux/config.rpath-498-    sysv5* | sco3.2v5* | sco5v6*)
wdiff-1.2.2/build-aux/config.rpath:499:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
wdiff-1.2.2/build-aux/config.rpath-500-      hardcode_libdir_separator=':'
##############################################
wdiff-1.2.2/build-aux/config.rpath-651-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
wdiff-1.2.2/build-aux/config.rpath:652:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
wdiff-1.2.2/build-aux/config.rpath:653:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
wdiff-1.2.2/build-aux/config.rpath:654:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
wdiff-1.2.2/build-aux/config.rpath:655:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
wdiff-1.2.2/build-aux/config.rpath:656:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
wdiff-1.2.2/build-aux/config.rpath-657-
##############################################
wdiff-1.2.2/build-aux/config.guess-34-
wdiff-1.2.2/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
wdiff-1.2.2/build-aux/config.guess-36-
##############################################
wdiff-1.2.2/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
wdiff-1.2.2/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
wdiff-1.2.2/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
wdiff-1.2.2/build-aux/config.guess-151-	EOF
wdiff-1.2.2/build-aux/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
wdiff-1.2.2/build-aux/config.guess-153-	;;
##############################################
wdiff-1.2.2/build-aux/config.guess-209-	    *)
wdiff-1.2.2/build-aux/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
wdiff-1.2.2/build-aux/config.guess-211-		;;
##############################################
wdiff-1.2.2/build-aux/config.guess-240-	*4.0)
wdiff-1.2.2/build-aux/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
wdiff-1.2.2/build-aux/config.guess-242-		;;
wdiff-1.2.2/build-aux/config.guess-243-	*5.*)
wdiff-1.2.2/build-aux/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
wdiff-1.2.2/build-aux/config.guess-245-		;;
##############################################
wdiff-1.2.2/build-aux/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
wdiff-1.2.2/build-aux/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
wdiff-1.2.2/build-aux/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
wdiff-1.2.2/build-aux/config.guess-288-	# 1.2 uses "1.2" for uname -r.
wdiff-1.2.2/build-aux/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
wdiff-1.2.2/build-aux/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
wdiff-1.2.2/build-aux/config.guess-348-    s390x:SunOS:*:*)
wdiff-1.2.2/build-aux/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wdiff-1.2.2/build-aux/config.guess-350-	exit ;;
wdiff-1.2.2/build-aux/config.guess-351-    sun4H:SunOS:5.*:*)
wdiff-1.2.2/build-aux/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wdiff-1.2.2/build-aux/config.guess-353-	exit ;;
wdiff-1.2.2/build-aux/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
wdiff-1.2.2/build-aux/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wdiff-1.2.2/build-aux/config.guess-356-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-373-	fi
wdiff-1.2.2/build-aux/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wdiff-1.2.2/build-aux/config.guess-375-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
wdiff-1.2.2/build-aux/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wdiff-1.2.2/build-aux/config.guess-381-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
wdiff-1.2.2/build-aux/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
wdiff-1.2.2/build-aux/config.guess-390-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-394-    sun*:*:4.2BSD:*)
wdiff-1.2.2/build-aux/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
wdiff-1.2.2/build-aux/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
wdiff-1.2.2/build-aux/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
wdiff-1.2.2/build-aux/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
wdiff-1.2.2/build-aux/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
wdiff-1.2.2/build-aux/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
wdiff-1.2.2/build-aux/config.guess-532-    *:IRIX*:*:*)
wdiff-1.2.2/build-aux/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
wdiff-1.2.2/build-aux/config.guess-534-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-562-EOF
wdiff-1.2.2/build-aux/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
wdiff-1.2.2/build-aux/config.guess-564-		then
##############################################
wdiff-1.2.2/build-aux/config.guess-575-    *:AIX:*:[4567])
wdiff-1.2.2/build-aux/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
wdiff-1.2.2/build-aux/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
wdiff-1.2.2/build-aux/config.guess-610-    9000/[34678]??:HP-UX:*:*)
wdiff-1.2.2/build-aux/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
wdiff-1.2.2/build-aux/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
wdiff-1.2.2/build-aux/config.guess-664-EOF
wdiff-1.2.2/build-aux/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
wdiff-1.2.2/build-aux/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
wdiff-1.2.2/build-aux/config.guess-692-    ia64:HP-UX:*:*)
wdiff-1.2.2/build-aux/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
wdiff-1.2.2/build-aux/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
wdiff-1.2.2/build-aux/config.guess-722-EOF
wdiff-1.2.2/build-aux/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
wdiff-1.2.2/build-aux/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
wdiff-1.2.2/build-aux/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
wdiff-1.2.2/build-aux/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
wdiff-1.2.2/build-aux/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
wdiff-1.2.2/build-aux/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
wdiff-1.2.2/build-aux/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
wdiff-1.2.2/build-aux/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
wdiff-1.2.2/build-aux/config.guess-814-	    amd64)
wdiff-1.2.2/build-aux/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
wdiff-1.2.2/build-aux/config.guess-816-	    *)
wdiff-1.2.2/build-aux/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
wdiff-1.2.2/build-aux/config.guess-818-	esac
##############################################
wdiff-1.2.2/build-aux/config.guess-872-    prep*:SunOS:5.*:*)
wdiff-1.2.2/build-aux/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
wdiff-1.2.2/build-aux/config.guess-874-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-876-	# the GNU system
wdiff-1.2.2/build-aux/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
wdiff-1.2.2/build-aux/config.guess-878-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-880-	# other systems with GNU libc and userland
wdiff-1.2.2/build-aux/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
wdiff-1.2.2/build-aux/config.guess-882-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-968-EOF
wdiff-1.2.2/build-aux/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
wdiff-1.2.2/build-aux/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
wdiff-1.2.2/build-aux/config.guess-1073-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
wdiff-1.2.2/build-aux/config.guess:1074:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
wdiff-1.2.2/build-aux/config.guess-1075-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
wdiff-1.2.2/build-aux/config.guess-1273-	fi
wdiff-1.2.2/build-aux/config.guess:1274:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
wdiff-1.2.2/build-aux/config.guess-1275-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
wdiff-1.2.2/build-aux/config.guess-1358-    *:DragonFly:*:*)
wdiff-1.2.2/build-aux/config.guess:1359:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
wdiff-1.2.2/build-aux/config.guess-1360-	exit ;;
##############################################
wdiff-1.2.2/build-aux/config.guess-1371-    i*86:skyos:*:*)
wdiff-1.2.2/build-aux/config.guess:1372:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
wdiff-1.2.2/build-aux/config.guess-1373-	exit ;;
##############################################
wdiff-1.2.2/build-aux/texinfo.tex-6246-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
wdiff-1.2.2/build-aux/texinfo.tex:6247:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
wdiff-1.2.2/build-aux/texinfo.tex-6248-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-38-
wdiff-1.2.2/build-aux/gendocs.sh:39:prog=`basename "$0"`
wdiff-1.2.2/build-aux/gendocs.sh-40-srcdir=`pwd`
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-192-  # but here, we use the basename of $srcfile
wdiff-1.2.2/build-aux/gendocs.sh:193:  base=`basename "$srcfile"`
wdiff-1.2.2/build-aux/gendocs.sh-194-  case $base in
wdiff-1.2.2/build-aux/gendocs.sh:195:    *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
wdiff-1.2.2/build-aux/gendocs.sh-196-  esac
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-217-{
wdiff-1.2.2/build-aux/gendocs.sh:218:  size=`ls -ksl $1 | awk '{print $1}'`
wdiff-1.2.2/build-aux/gendocs.sh-219-  echo $size
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-278-ls -l "$outdir/$PACKAGE.info.tar.gz"
wdiff-1.2.2/build-aux/gendocs.sh:279:info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-280-# do not mv the info files, there's no point in having them available
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-287-gzip -f -9 $PACKAGE.dvi
wdiff-1.2.2/build-aux/gendocs.sh:288:dvi_gz_size=`calcsize $PACKAGE.dvi.gz`
wdiff-1.2.2/build-aux/gendocs.sh-289-mv $PACKAGE.dvi.gz "$outdir/"
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-294-eval "$cmd"
wdiff-1.2.2/build-aux/gendocs.sh:295:pdf_size=`calcsize $PACKAGE.pdf`
wdiff-1.2.2/build-aux/gendocs.sh-296-mv $PACKAGE.pdf "$outdir/"
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-303-  eval "$cmd"
wdiff-1.2.2/build-aux/gendocs.sh:304:  ascii_size=`calcsize $PACKAGE.txt`
wdiff-1.2.2/build-aux/gendocs.sh-305-  gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
wdiff-1.2.2/build-aux/gendocs.sh:306:  ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-307-  mv $PACKAGE.txt "$outdir/"
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-323-  )
wdiff-1.2.2/build-aux/gendocs.sh:324:  eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-325-  rm -f "$outdir"/html_$1/*.html
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-336-  eval "$cmd"
wdiff-1.2.2/build-aux/gendocs.sh:337:  html_mono_size=`calcsize $PACKAGE.html`
wdiff-1.2.2/build-aux/gendocs.sh-338-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
wdiff-1.2.2/build-aux/gendocs.sh:339:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-340-  copy_images "$outdir/" $PACKAGE.html
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-363-  eval \
wdiff-1.2.2/build-aux/gendocs.sh:364:    html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-365-  rm -rf "$outdir/html_$split/"
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-375-  eval "$cmd"
wdiff-1.2.2/build-aux/gendocs.sh:376:  html_mono_size=`calcsize $PACKAGE.html`
wdiff-1.2.2/build-aux/gendocs.sh-377-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
wdiff-1.2.2/build-aux/gendocs.sh:378:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-379-  mv $PACKAGE.html "$outdir/"
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-386-printf "\nMaking .tar.gz for sources...\n"
wdiff-1.2.2/build-aux/gendocs.sh:387:d=`dirname $srcfile`
wdiff-1.2.2/build-aux/gendocs.sh-388-(
wdiff-1.2.2/build-aux/gendocs.sh-389-  cd "$d"
wdiff-1.2.2/build-aux/gendocs.sh:390:  srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true
wdiff-1.2.2/build-aux/gendocs.sh-391-  tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-393-)
wdiff-1.2.2/build-aux/gendocs.sh:394:texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-395-
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-400-  eval "$cmd"
wdiff-1.2.2/build-aux/gendocs.sh:401:  docbook_xml_size=`calcsize $PACKAGE-db.xml`
wdiff-1.2.2/build-aux/gendocs.sh-402-  gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
wdiff-1.2.2/build-aux/gendocs.sh:403:  docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-404-  mv $PACKAGE-db.xml "$outdir/"
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-414-  )
wdiff-1.2.2/build-aux/gendocs.sh:415:  html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"`
wdiff-1.2.2/build-aux/gendocs.sh-416-  rm -f "$outdir"/html_node_db/*.html
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-423-  eval "$cmd"
wdiff-1.2.2/build-aux/gendocs.sh:424:  docbook_ascii_size=`calcsize $PACKAGE-db.txt`
wdiff-1.2.2/build-aux/gendocs.sh-425-  mv $PACKAGE-db.txt "$outdir/"
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-429-  eval "$cmd"
wdiff-1.2.2/build-aux/gendocs.sh:430:  docbook_pdf_size=`calcsize $PACKAGE-db.pdf`
wdiff-1.2.2/build-aux/gendocs.sh-431-  mv $PACKAGE-db.pdf "$outdir/"
##############################################
wdiff-1.2.2/build-aux/gendocs.sh-442-
wdiff-1.2.2/build-aux/gendocs.sh:443:curdate=`$SETLANG date '+%B %d, %Y'`
wdiff-1.2.2/build-aux/gendocs.sh-444-sed \
##############################################
wdiff-1.2.2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
wdiff-1.2.2/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
wdiff-1.2.2/configure-47-  as_echo='print -r --'
wdiff-1.2.2/configure-48-  as_echo_n='print -rn --'
wdiff-1.2.2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
wdiff-1.2.2/configure-50-  as_echo='printf %s\n'
##############################################
wdiff-1.2.2/configure-52-else
wdiff-1.2.2/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
wdiff-1.2.2/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
wdiff-1.2.2/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
wdiff-1.2.2/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
wdiff-1.2.2/configure-64-      esac;
##############################################
wdiff-1.2.2/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
wdiff-1.2.2/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
wdiff-1.2.2/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
wdiff-1.2.2/configure-327-      case $as_dir in #(
wdiff-1.2.2/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
wdiff-1.2.2/configure-329-      *) as_qdir=$as_dir;;
##############################################
wdiff-1.2.2/configure-400-  {
wdiff-1.2.2/configure:401:    as_val=`expr "$@" || test $? -eq 1`
wdiff-1.2.2/configure-402-  }
##############################################
wdiff-1.2.2/configure-407-# ----------------------------------------
wdiff-1.2.2/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
wdiff-1.2.2/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
wdiff-1.2.2/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
wdiff-1.2.2/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
wdiff-1.2.2/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
wdiff-1.2.2/configure-1524-  case $ac_option in
wdiff-1.2.2/configure:1525:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
wdiff-1.2.2/configure-1526-  *=)   ac_optarg= ;;
##############################################
wdiff-1.2.2/configure-1568-  -disable-* | --disable-*)
wdiff-1.2.2/configure:1569:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
wdiff-1.2.2/configure-1570-    # Reject names that are not valid shell variable names.
##############################################
wdiff-1.2.2/configure-1573-    ac_useropt_orig=$ac_useropt
wdiff-1.2.2/configure:1574:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
wdiff-1.2.2/configure-1575-    case $ac_user_opts in
##############################################
wdiff-1.2.2/configure-1594-  -enable-* | --enable-*)
wdiff-1.2.2/configure:1595:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
wdiff-1.2.2/configure-1596-    # Reject names that are not valid shell variable names.
##############################################
wdiff-1.2.2/configure-1599-    ac_useropt_orig=$ac_useropt
wdiff-1.2.2/configure:1600:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
wdiff-1.2.2/configure-1601-    case $ac_user_opts in
##############################################
wdiff-1.2.2/configure-1798-  -with-* | --with-*)
wdiff-1.2.2/configure:1799:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
wdiff-1.2.2/configure-1800-    # Reject names that are not valid shell variable names.
##############################################
wdiff-1.2.2/configure-1803-    ac_useropt_orig=$ac_useropt
wdiff-1.2.2/configure:1804:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
wdiff-1.2.2/configure-1805-    case $ac_user_opts in
##############################################
wdiff-1.2.2/configure-1814-  -without-* | --without-*)
wdiff-1.2.2/configure:1815:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
wdiff-1.2.2/configure-1816-    # Reject names that are not valid shell variable names.
##############################################
wdiff-1.2.2/configure-1819-    ac_useropt_orig=$ac_useropt
wdiff-1.2.2/configure:1820:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
wdiff-1.2.2/configure-1821-    case $ac_user_opts in
##############################################
wdiff-1.2.2/configure-1852-  *=*)
wdiff-1.2.2/configure:1853:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
wdiff-1.2.2/configure-1854-    # Reject names that are not valid shell variable names.
##############################################
wdiff-1.2.2/configure-1873-if test -n "$ac_prev"; then
wdiff-1.2.2/configure:1874:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
wdiff-1.2.2/configure-1875-  as_fn_error $? "missing argument to $ac_option"
##############################################
wdiff-1.2.2/configure-1895-    */ )
wdiff-1.2.2/configure:1896:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
wdiff-1.2.2/configure-1897-      eval $ac_var=\$ac_val;;
##############################################
wdiff-1.2.2/configure-1930-ac_ls_di=`ls -di .` &&
wdiff-1.2.2/configure:1931:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
wdiff-1.2.2/configure-1932-  as_fn_error $? "working directory cannot be determined"
##############################################
wdiff-1.2.2/configure-1986-case $srcdir in
wdiff-1.2.2/configure:1987:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
wdiff-1.2.2/configure-1988-esac
##############################################
wdiff-1.2.2/configure-2029-By default, \`make install' will install all the files in
wdiff-1.2.2/configure:2030:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
wdiff-1.2.2/configure:2031:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
wdiff-1.2.2/configure-2032-for instance \`--prefix=\$HOME'.
##############################################
wdiff-1.2.2/configure-2145-*)
wdiff-1.2.2/configure:2146:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
wdiff-1.2.2/configure-2147-  # A ".." for each directory in $ac_dir_suffix.
wdiff-1.2.2/configure:2148:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
wdiff-1.2.2/configure-2149-  case $ac_top_builddir_sub in
##############################################
wdiff-1.2.2/configure-2802-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
wdiff-1.2.2/configure:2803:  as_decl_name=`echo $2|sed 's/ *(.*//'`
wdiff-1.2.2/configure:2804:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
wdiff-1.2.2/configure-2805-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
wdiff-1.2.2/configure-2973-    *\'*)
wdiff-1.2.2/configure:2974:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
wdiff-1.2.2/configure-2975-    esac
##############################################
wdiff-1.2.2/configure-3056-      case $ac_val in
wdiff-1.2.2/configure:3057:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
wdiff-1.2.2/configure-3058-      esac
##############################################
wdiff-1.2.2/configure-3071-	case $ac_val in
wdiff-1.2.2/configure:3072:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
wdiff-1.2.2/configure-3073-	esac
##############################################
wdiff-1.2.2/configure-3231-    set,)
wdiff-1.2.2/configure:3232:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
wdiff-1.2.2/configure:3233:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
wdiff-1.2.2/configure-3234-      ac_cache_corrupted=: ;;
##############################################
wdiff-1.2.2/configure-3242-	# differences in whitespace do not lead to failure.
wdiff-1.2.2/configure:3243:	ac_old_val_w=`echo x $ac_old_val`
wdiff-1.2.2/configure:3244:	ac_new_val_w=`echo x $ac_new_val`
wdiff-1.2.2/configure-3245-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
wdiff-1.2.2/configure-3262-    case $ac_new_val in
wdiff-1.2.2/configure:3263:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
wdiff-1.2.2/configure-3264-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
wdiff-1.2.2/configure-3437-     echo "timestamp, slept: $am_has_slept" > conftest.file
wdiff-1.2.2/configure:3438:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
wdiff-1.2.2/configure-3439-     if test "$*" = "X"; then
wdiff-1.2.2/configure-3440-	# -L didn't work.
wdiff-1.2.2/configure:3441:	set X `ls -t "$srcdir/configure" conftest.file`
wdiff-1.2.2/configure-3442-     fi
##############################################
wdiff-1.2.2/configure-3488-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
wdiff-1.2.2/configure:3489:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
wdiff-1.2.2/configure-3490-
wdiff-1.2.2/configure-3491-# expand $ac_aux_dir to an absolute path
wdiff-1.2.2/configure:3492:am_aux_dir=`cd $ac_aux_dir && pwd`
wdiff-1.2.2/configure-3493-
##############################################
wdiff-1.2.2/configure-3633-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
wdiff-1.2.2/configure:3634:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
wdiff-1.2.2/configure-3635-	     'mkdir (GNU coreutils) '* | \
##############################################
wdiff-1.2.2/configure-3706-set x ${MAKE-make}
wdiff-1.2.2/configure:3707:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
wdiff-1.2.2/configure-3708-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
wdiff-1.2.2/configure-3716-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
wdiff-1.2.2/configure:3717:case `${MAKE-make} -f conftest.make 2>/dev/null` in
wdiff-1.2.2/configure-3718-  *@@@%%%=?*=@@@%%%*)
##############################################
wdiff-1.2.2/configure-3782-
wdiff-1.2.2/configure:3783:if test "`cd $srcdir && pwd`" != "`pwd`"; then
wdiff-1.2.2/configure-3784-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
wdiff-1.2.2/configure-4258-$as_echo_n "checking whether the C compiler works... " >&6; }
wdiff-1.2.2/configure:4259:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
wdiff-1.2.2/configure-4260-
##############################################
wdiff-1.2.2/configure-4302-	then :; else
wdiff-1.2.2/configure:4303:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
wdiff-1.2.2/configure-4304-	fi
##############################################
wdiff-1.2.2/configure-4362-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
wdiff-1.2.2/configure:4363:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
wdiff-1.2.2/configure-4364-	  break;;
##############################################
wdiff-1.2.2/configure-4471-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
wdiff-1.2.2/configure:4472:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
wdiff-1.2.2/configure-4473-       break;;
##############################################
wdiff-1.2.2/configure-4779-# Ignore all kinds of additional output from 'make'.
wdiff-1.2.2/configure:4780:case `$am_make -s -f confmf 2> /dev/null` in #(
wdiff-1.2.2/configure-4781-*the\ am__doit\ target*)
##############################################
wdiff-1.2.2/configure-4789-   echo '.include "confinc"' > confmf
wdiff-1.2.2/configure:4790:   case `$am_make -s -f confmf 2> /dev/null` in #(
wdiff-1.2.2/configure-4791-   *the\ am__doit\ target*)
##############################################
wdiff-1.2.2/configure-4852-  if test "$am_compiler_list" = ""; then
wdiff-1.2.2/configure:4853:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
wdiff-1.2.2/configure-4854-  fi
##############################################
wdiff-1.2.2/configure-5109-  # Check for GNU $ac_path_GREP
wdiff-1.2.2/configure:5110:case `"$ac_path_GREP" --version 2>&1` in
wdiff-1.2.2/configure-5111-*GNU*)
##############################################
wdiff-1.2.2/configure-5175-  # Check for GNU $ac_path_EGREP
wdiff-1.2.2/configure:5176:case `"$ac_path_EGREP" --version 2>&1` in
wdiff-1.2.2/configure-5177-*GNU*)
##############################################
wdiff-1.2.2/configure-5575-do :
wdiff-1.2.2/configure:5576:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
wdiff-1.2.2/configure-5577-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
wdiff-1.2.2/configure-5580-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:5581:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
wdiff-1.2.2/configure-5582-_ACEOF
##############################################
wdiff-1.2.2/configure-5921-test "x$ac_build_alias" = x &&
wdiff-1.2.2/configure:5922:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
wdiff-1.2.2/configure-5923-test "x$ac_build_alias" = x &&
wdiff-1.2.2/configure-5924-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
wdiff-1.2.2/configure:5925:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
wdiff-1.2.2/configure-5926-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
wdiff-1.2.2/configure-5945-IFS=$ac_save_IFS
wdiff-1.2.2/configure:5946:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
wdiff-1.2.2/configure-5947-
##############################################
wdiff-1.2.2/configure-5956-else
wdiff-1.2.2/configure:5957:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
wdiff-1.2.2/configure-5958-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
wdiff-1.2.2/configure-5978-IFS=$ac_save_IFS
wdiff-1.2.2/configure:5979:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
wdiff-1.2.2/configure-5980-
##############################################
wdiff-1.2.2/configure-6283-  for ac_func in _getb67 GETB67 getb67; do
wdiff-1.2.2/configure:6284:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
wdiff-1.2.2/configure-6285-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
wdiff-1.2.2/configure-6517-do :
wdiff-1.2.2/configure:6518:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
wdiff-1.2.2/configure-6519-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
wdiff-1.2.2/configure-6521-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:6522:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-6523-_ACEOF
##############################################
wdiff-1.2.2/configure-7043-do :
wdiff-1.2.2/configure:7044:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
wdiff-1.2.2/configure-7045-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
wdiff-1.2.2/configure-7047-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:7048:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
wdiff-1.2.2/configure-7049-_ACEOF
##############################################
wdiff-1.2.2/configure-8308-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
wdiff-1.2.2/configure:8309:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
wdiff-1.2.2/configure-8310-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
wdiff-1.2.2/configure-8912-    for gl_func in gettimeofday; do
wdiff-1.2.2/configure:8913:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-8914-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-8947-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:8948:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-8949-_ACEOF
##############################################
wdiff-1.2.2/configure-9348-    for gl_func in wctype iswctype wctrans towctrans     ; do
wdiff-1.2.2/configure:9349:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-9350-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-9390-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:9391:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-9392-_ACEOF
##############################################
wdiff-1.2.2/configure-9891-    # gcc leaves a trailing carriage return which upsets mingw
wdiff-1.2.2/configure:9892:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
wdiff-1.2.2/configure-9893-  *)
wdiff-1.2.2/configure:9894:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
wdiff-1.2.2/configure-9895-  esac
##############################################
wdiff-1.2.2/configure-9900-      # Canonicalize the pathname of ld
wdiff-1.2.2/configure:9901:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
wdiff-1.2.2/configure-9902-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
wdiff-1.2.2/configure:9903:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
wdiff-1.2.2/configure-9904-      done
##############################################
wdiff-1.2.2/configure-9935-      # Break only if it was the GNU/non-GNU ld that we prefer.
wdiff-1.2.2/configure:9936:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
wdiff-1.2.2/configure-9937-      *GNU* | *'with BFD'*)
##############################################
wdiff-1.2.2/configure-9966-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
wdiff-1.2.2/configure:9967:case `$LD -v 2>&1 </dev/null` in
wdiff-1.2.2/configure-9968-*GNU* | *'with BFD'*)
##############################################
wdiff-1.2.2/configure-10054-    *)
wdiff-1.2.2/configure:10055:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
wdiff-1.2.2/configure-10056-      if test -n "$searchpath"; then
##############################################
wdiff-1.2.2/configure-10064-                ;;
wdiff-1.2.2/configure:10065:              *) searchdir=`cd "$searchdir" && pwd`
wdiff-1.2.2/configure-10066-                 case "$searchdir" in
##############################################
wdiff-1.2.2/configure-10481-        names_already_handled="$names_already_handled $name"
wdiff-1.2.2/configure:10482:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
wdiff-1.2.2/configure-10483-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
wdiff-1.2.2/configure-10557-                -L*)
wdiff-1.2.2/configure:10558:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
wdiff-1.2.2/configure-10559-                                    if test -n "$acl_shlibext"; then
##############################################
wdiff-1.2.2/configure-10674-              */$acl_libdirstem | */$acl_libdirstem/)
wdiff-1.2.2/configure:10675:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
wdiff-1.2.2/configure-10676-                if test "$name" = 'pth'; then
##############################################
wdiff-1.2.2/configure-10681-              */$acl_libdirstem2 | */$acl_libdirstem2/)
wdiff-1.2.2/configure:10682:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
wdiff-1.2.2/configure-10683-                if test "$name" = 'pth'; then
##############################################
wdiff-1.2.2/configure-10732-                  -L*)
wdiff-1.2.2/configure:10733:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
wdiff-1.2.2/configure-10734-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
wdiff-1.2.2/configure-10791-                  -R*)
wdiff-1.2.2/configure:10792:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
wdiff-1.2.2/configure-10793-                    if test "$enable_rpath" != no; then
##############################################
wdiff-1.2.2/configure-10816-                  -l*)
wdiff-1.2.2/configure:10817:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
wdiff-1.2.2/configure-10818-                    ;;
wdiff-1.2.2/configure-10819-                  *.la)
wdiff-1.2.2/configure:10820:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
wdiff-1.2.2/configure-10821-                    ;;
##############################################
wdiff-1.2.2/configure-11110-  # Check for GNU $ac_path_SED
wdiff-1.2.2/configure:11111:case `"$ac_path_SED" --version 2>&1` in
wdiff-1.2.2/configure-11112-*GNU*)
##############################################
wdiff-1.2.2/configure-12781-do :
wdiff-1.2.2/configure:12782:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
wdiff-1.2.2/configure-12783-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
wdiff-1.2.2/configure-12785-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:12786:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
wdiff-1.2.2/configure-12787-_ACEOF
##############################################
wdiff-1.2.2/configure-12843-    fi
wdiff-1.2.2/configure:12844:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
wdiff-1.2.2/configure-12845-    cat >>confdefs.h <<_ACEOF
##############################################
wdiff-1.2.2/configure-12888-    fi
wdiff-1.2.2/configure:12889:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
wdiff-1.2.2/configure-12890-    cat >>confdefs.h <<_ACEOF
##############################################
wdiff-1.2.2/configure-12940-    eval result=\$gl_cv_type_${gltype}_signed
wdiff-1.2.2/configure:12941:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
wdiff-1.2.2/configure-12942-    if test "$result" = yes; then
##############################################
wdiff-1.2.2/configure-13016-$as_echo "$ac_res" >&6; }
wdiff-1.2.2/configure:13017:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
wdiff-1.2.2/configure-13018-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
wdiff-1.2.2/configure-13088-$as_echo "$ac_res" >&6; }
wdiff-1.2.2/configure:13089:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
wdiff-1.2.2/configure-13090-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
wdiff-1.2.2/configure-13253-    for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul      strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r      strerror_r strsignal strverscmp; do
wdiff-1.2.2/configure:13254:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-13255-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-13284-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:13285:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-13286-_ACEOF
##############################################
wdiff-1.2.2/configure-13681-  if test "$HAVE_LIBUNISTRING" = yes; then
wdiff-1.2.2/configure:13682:    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
wdiff-1.2.2/configure:13683:    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
wdiff-1.2.2/configure:13684:    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
wdiff-1.2.2/configure-13685-  fi
##############################################
wdiff-1.2.2/configure-14167-    word*bit*)
wdiff-1.2.2/configure:14168:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
wdiff-1.2.2/configure:14169:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
wdiff-1.2.2/configure-14170-
##############################################
wdiff-1.2.2/configure-14290-do :
wdiff-1.2.2/configure:14291:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
wdiff-1.2.2/configure-14292-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
wdiff-1.2.2/configure-14294-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:14295:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-14296-_ACEOF
##############################################
wdiff-1.2.2/configure-15226-do :
wdiff-1.2.2/configure:15227:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
wdiff-1.2.2/configure-15228-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
wdiff-1.2.2/configure-15230-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:15231:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-15232-_ACEOF
##############################################
wdiff-1.2.2/configure-16031-    for gl_func in nl_langinfo; do
wdiff-1.2.2/configure:16032:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-16033-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-16062-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:16063:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-16064-_ACEOF
##############################################
wdiff-1.2.2/configure-16285-    for gl_func in setlocale duplocale; do
wdiff-1.2.2/configure:16286:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-16287-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-16320-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:16321:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-16322-_ACEOF
##############################################
wdiff-1.2.2/configure-18878-    for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen     renameat snprintf tmpfile vdprintf vsnprintf; do
wdiff-1.2.2/configure:18879:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-18880-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-18909-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:18910:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-18911-_ACEOF
##############################################
wdiff-1.2.2/configure-18993-    for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt     initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps     posix_openpt ptsname ptsname_r random random_r realpath rpmatch     secure_getenv setenv setstate setstate_r srandom srandom_r     strtod strtoll strtoull unlockpt unsetenv; do
wdiff-1.2.2/configure:18994:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-18995-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-19030-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:19031:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-19032-_ACEOF
##############################################
wdiff-1.2.2/configure-19400-    for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat     mknod mknodat stat utimensat; do
wdiff-1.2.2/configure:19401:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-19402-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-19431-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:19432:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-19433-_ACEOF
##############################################
wdiff-1.2.2/configure-19538-    for gl_func in waitpid; do
wdiff-1.2.2/configure:19539:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-19540-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-19568-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:19569:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-19570-_ACEOF
##############################################
wdiff-1.2.2/configure-19684-    for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat     fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups     gethostname getlogin getlogin_r getpagesize     getusershell setusershell endusershell     group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite     readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r     unlink unlinkat usleep; do
wdiff-1.2.2/configure:19685:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-19686-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-19727-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:19728:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-19729-_ACEOF
##############################################
wdiff-1.2.2/configure-20088-    for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb      wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset      wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp      wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr      wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth     ; do
wdiff-1.2.2/configure:20089:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-20090-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-20129-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:20130:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-20131-_ACEOF
##############################################
wdiff-1.2.2/configure-20775-    for gl_func in wctype iswctype wctrans towctrans     ; do
wdiff-1.2.2/configure:20776:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
wdiff-1.2.2/configure-20777-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
wdiff-1.2.2/configure-20817-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:20818:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
wdiff-1.2.2/configure-20819-_ACEOF
##############################################
wdiff-1.2.2/configure-21014-  gl_source_base='tests'
wdiff-1.2.2/configure:21015:  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
wdiff-1.2.2/configure-21016-
##############################################
wdiff-1.2.2/configure-21177-
wdiff-1.2.2/configure:21178:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
wdiff-1.2.2/configure-21179-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
wdiff-1.2.2/configure-21182-
wdiff-1.2.2/configure:21183:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
wdiff-1.2.2/configure-21184-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
wdiff-1.2.2/configure-21259-
wdiff-1.2.2/configure:21260:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
wdiff-1.2.2/configure-21261-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
wdiff-1.2.2/configure-21421-        names_already_handled="$names_already_handled $name"
wdiff-1.2.2/configure:21422:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
wdiff-1.2.2/configure-21423-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
wdiff-1.2.2/configure-21497-                -L*)
wdiff-1.2.2/configure:21498:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
wdiff-1.2.2/configure-21499-                                    if test -n "$acl_shlibext"; then
##############################################
wdiff-1.2.2/configure-21614-              */$acl_libdirstem | */$acl_libdirstem/)
wdiff-1.2.2/configure:21615:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
wdiff-1.2.2/configure-21616-                if test "$name" = 'iconv'; then
##############################################
wdiff-1.2.2/configure-21621-              */$acl_libdirstem2 | */$acl_libdirstem2/)
wdiff-1.2.2/configure:21622:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
wdiff-1.2.2/configure-21623-                if test "$name" = 'iconv'; then
##############################################
wdiff-1.2.2/configure-21672-                  -L*)
wdiff-1.2.2/configure:21673:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
wdiff-1.2.2/configure-21674-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
wdiff-1.2.2/configure-21731-                  -R*)
wdiff-1.2.2/configure:21732:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
wdiff-1.2.2/configure-21733-                    if test "$enable_rpath" != no; then
##############################################
wdiff-1.2.2/configure-21756-                  -l*)
wdiff-1.2.2/configure:21757:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
wdiff-1.2.2/configure-21758-                    ;;
wdiff-1.2.2/configure-21759-                  *.la)
wdiff-1.2.2/configure:21760:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
wdiff-1.2.2/configure-21761-                    ;;
##############################################
wdiff-1.2.2/configure-22305-        names_already_handled="$names_already_handled $name"
wdiff-1.2.2/configure:22306:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
wdiff-1.2.2/configure-22307-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
wdiff-1.2.2/configure-22381-                -L*)
wdiff-1.2.2/configure:22382:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
wdiff-1.2.2/configure-22383-                                    if test -n "$acl_shlibext"; then
##############################################
wdiff-1.2.2/configure-22498-              */$acl_libdirstem | */$acl_libdirstem/)
wdiff-1.2.2/configure:22499:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
wdiff-1.2.2/configure-22500-                if test "$name" = 'intl'; then
##############################################
wdiff-1.2.2/configure-22505-              */$acl_libdirstem2 | */$acl_libdirstem2/)
wdiff-1.2.2/configure:22506:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
wdiff-1.2.2/configure-22507-                if test "$name" = 'intl'; then
##############################################
wdiff-1.2.2/configure-22556-                  -L*)
wdiff-1.2.2/configure:22557:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
wdiff-1.2.2/configure-22558-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
wdiff-1.2.2/configure-22615-                  -R*)
wdiff-1.2.2/configure:22616:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
wdiff-1.2.2/configure-22617-                    if test "$enable_rpath" != no; then
##############################################
wdiff-1.2.2/configure-22640-                  -l*)
wdiff-1.2.2/configure:22641:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
wdiff-1.2.2/configure-22642-                    ;;
wdiff-1.2.2/configure-22643-                  *.la)
wdiff-1.2.2/configure:22644:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
wdiff-1.2.2/configure-22645-                    ;;
##############################################
wdiff-1.2.2/configure-22948-do :
wdiff-1.2.2/configure:22949:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
wdiff-1.2.2/configure-22950-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
wdiff-1.2.2/configure-22952-  cat >>confdefs.h <<_ACEOF
wdiff-1.2.2/configure:22953:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
wdiff-1.2.2/configure-22954-_ACEOF
##############################################
wdiff-1.2.2/configure-23136-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
wdiff-1.2.2/configure:23137:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
wdiff-1.2.2/configure-23138-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
wdiff-1.2.2/configure-23216-      sed_drop_objext='s/\.o$//;s/\.obj$//'
wdiff-1.2.2/configure:23217:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
wdiff-1.2.2/configure-23218-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
wdiff-1.2.2/configure-23232-      sed_drop_objext='s/\.o$//;s/\.obj$//'
wdiff-1.2.2/configure:23233:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
wdiff-1.2.2/configure-23234-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
wdiff-1.2.2/configure-23298-if test -z "$BASH_VERSION$ZSH_VERSION" \
wdiff-1.2.2/configure:23299:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
wdiff-1.2.2/configure-23300-  as_echo='print -r --'
wdiff-1.2.2/configure-23301-  as_echo_n='print -rn --'
wdiff-1.2.2/configure:23302:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
wdiff-1.2.2/configure-23303-  as_echo='printf %s\n'
##############################################
wdiff-1.2.2/configure-23305-else
wdiff-1.2.2/configure:23306:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
wdiff-1.2.2/configure-23307-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
wdiff-1.2.2/configure-23315-	expr "X$arg" : "X\\(.*\\)$as_nl";
wdiff-1.2.2/configure:23316:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
wdiff-1.2.2/configure-23317-      esac;
##############################################
wdiff-1.2.2/configure-23392-# ----------------------------------------
wdiff-1.2.2/configure:23393:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
wdiff-1.2.2/configure-23394-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
wdiff-1.2.2/configure-23464-  {
wdiff-1.2.2/configure:23465:    as_val=`expr "$@" || test $? -eq 1`
wdiff-1.2.2/configure-23466-  }
##############################################
wdiff-1.2.2/configure-23568-      case $as_dir in #(
wdiff-1.2.2/configure:23569:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
wdiff-1.2.2/configure-23570-      *) as_qdir=$as_dir;;
##############################################
wdiff-1.2.2/configure-23709-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
wdiff-1.2.2/configure:23710:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
wdiff-1.2.2/configure-23711-ac_cs_version="\\
##############################################
wdiff-1.2.2/configure-23734-  --*=?*)
wdiff-1.2.2/configure:23735:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
wdiff-1.2.2/configure:23736:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
wdiff-1.2.2/configure-23737-    ac_shift=:
##############################################
wdiff-1.2.2/configure-23739-  --*=)
wdiff-1.2.2/configure:23740:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
wdiff-1.2.2/configure-23741-    ac_optarg=
##############################################
wdiff-1.2.2/configure-23763-    case $ac_optarg in
wdiff-1.2.2/configure:23764:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
wdiff-1.2.2/configure-23765-    '') as_fn_error $? "missing file argument" ;;
##############################################
wdiff-1.2.2/configure-23771-    case $ac_optarg in
wdiff-1.2.2/configure:23772:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
wdiff-1.2.2/configure-23773-    esac
##############################################
wdiff-1.2.2/configure-23919-fi
wdiff-1.2.2/configure:23920:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
wdiff-1.2.2/configure-23921-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
wdiff-1.2.2/configure-23936-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
wdiff-1.2.2/configure:23937:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
wdiff-1.2.2/configure-23938-ac_delim='%!_!# '
##############################################
wdiff-1.2.2/configure-23942-
wdiff-1.2.2/configure:23943:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
wdiff-1.2.2/configure-23944-  if test $ac_delim_n = $ac_delim_num; then
##############################################
wdiff-1.2.2/configure-24080-for ac_last_try in false false :; do
wdiff-1.2.2/configure:24081:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
wdiff-1.2.2/configure-24082-  if test -z "$ac_tt"; then
##############################################
wdiff-1.2.2/configure-24212-      esac
wdiff-1.2.2/configure:24213:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
wdiff-1.2.2/configure-24214-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
wdiff-1.2.2/configure-24271-*)
wdiff-1.2.2/configure:24272:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
wdiff-1.2.2/configure-24273-  # A ".." for each directory in $ac_dir_suffix.
wdiff-1.2.2/configure:24274:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
wdiff-1.2.2/configure-24275-  case $ac_top_builddir_sub in
##############################################
wdiff-1.2.2/configure-24332-/@mandir@/p'
wdiff-1.2.2/configure:24333:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
wdiff-1.2.2/configure-24334-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
wdiff-1.2.2/configure-24349-
wdiff-1.2.2/configure:24350:# Neutralize VPATH when `$srcdir' = `.'.
wdiff-1.2.2/configure-24351-# Shell code in configure.ac might set extrasub.
##############################################
wdiff-1.2.2/configure-24377-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
wdiff-1.2.2/configure:24378:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
wdiff-1.2.2/configure-24379-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
wdiff-1.2.2/configure-24423-    * )
wdiff-1.2.2/configure:24424:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
wdiff-1.2.2/configure-24425-  esac
##############################################
wdiff-1.2.2/configure-24524-    # Strip MF so we end up with the name of the file.
wdiff-1.2.2/configure:24525:    mf=`echo "$mf" | sed -e 's/:.*$//'`
wdiff-1.2.2/configure-24526-    # Check whether this is an Automake generated Makefile or not.
##############################################
wdiff-1.2.2/configure-24561-    # from the Makefile without running 'make'.
wdiff-1.2.2/configure:24562:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
wdiff-1.2.2/configure-24563-    test -z "$DEPDIR" && continue
wdiff-1.2.2/configure:24564:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
wdiff-1.2.2/configure-24565-    test -z "$am__include" && continue
wdiff-1.2.2/configure:24566:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
wdiff-1.2.2/configure-24567-    # Find all dependency output files, they are included files with
##############################################
wdiff-1.2.2/configure-24609-      case "$ac_file" in
wdiff-1.2.2/configure:24610:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
wdiff-1.2.2/configure-24611-      esac
##############################################
wdiff-1.2.2/configure-24614-        # Adjust a relative srcdir.
wdiff-1.2.2/configure:24615:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
wdiff-1.2.2/configure:24616:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
wdiff-1.2.2/configure:24617:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
wdiff-1.2.2/configure-24618-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
wdiff-1.2.2/configure-24621-        case "$ac_given_srcdir" in
wdiff-1.2.2/configure:24622:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
wdiff-1.2.2/configure-24623-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
wdiff-1.2.2/configure-24642-            fi
wdiff-1.2.2/configure:24643:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
wdiff-1.2.2/configure-24644-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
wdiff-1.2.2/lib/po/Rules-quot-15-.insert-header.po-update-en:
wdiff-1.2.2/lib/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
wdiff-1.2.2/lib/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
wdiff-1.2.2/lib/po/Rules-quot-18-	tmpdir=`pwd`; \
wdiff-1.2.2/lib/po/Rules-quot-19-	echo "$$lang:"; \
wdiff-1.2.2/lib/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
wdiff-1.2.2/lib/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
wdiff-1.2.2/lib/po/Rules-quot-22-	cd $(srcdir); \
wdiff-1.2.2/lib/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 \
wdiff-1.2.2/lib/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-91-.po.gmo:
wdiff-1.2.2/lib/po/Makefile.in.in:92:	@lang=`echo $* | sed -e 's,.*/,,'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-93-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-154-	fi; \
wdiff-1.2.2/lib/po/Makefile.in.in:155:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
wdiff-1.2.2/lib/po/Makefile.in.in-156-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-196-$(POFILES): $(srcdir)/$(DOMAIN).pot
wdiff-1.2.2/lib/po/Makefile.in.in:197:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-198-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-201-	  cd $(srcdir) \
wdiff-1.2.2/lib/po/Makefile.in.in:202:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
wdiff-1.2.2/lib/po/Makefile.in.in-203-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-232-	for cat in $$catalogs; do \
wdiff-1.2.2/lib/po/Makefile.in.in:233:	  cat=`basename $$cat`; \
wdiff-1.2.2/lib/po/Makefile.in.in:234:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-235-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-242-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
wdiff-1.2.2/lib/po/Makefile.in.in:243:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-244-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-284-	for cat in $$catalogs; do \
wdiff-1.2.2/lib/po/Makefile.in.in:285:	  cat=`basename $$cat`; \
wdiff-1.2.2/lib/po/Makefile.in.in:286:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-287-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-291-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
wdiff-1.2.2/lib/po/Makefile.in.in:292:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-293-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-330-	for cat in $$catalogs; do \
wdiff-1.2.2/lib/po/Makefile.in.in:331:	  cat=`basename $$cat`; \
wdiff-1.2.2/lib/po/Makefile.in.in:332:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-333-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-395-.nop.po-create:
wdiff-1.2.2/lib/po/Makefile.in.in:396:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-397-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-402-.nop.po-update:
wdiff-1.2.2/lib/po/Makefile.in.in:403:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
wdiff-1.2.2/lib/po/Makefile.in.in-404-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
wdiff-1.2.2/lib/po/Makefile.in.in-409-	cd $(srcdir); \
wdiff-1.2.2/lib/po/Makefile.in.in:410:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
wdiff-1.2.2/lib/po/Makefile.in.in-411-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
wdiff-1.2.2/lib/Makefile.in-65-  { \
wdiff-1.2.2/lib/Makefile.in:66:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
wdiff-1.2.2/lib/Makefile.in-67-  }; \
##############################################
wdiff-1.2.2/lib/Makefile.in-272-  while test -n "$$dir1"; do \
wdiff-1.2.2/lib/Makefile.in:273:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
wdiff-1.2.2/lib/Makefile.in-274-    if test "$$first" != "."; then \
wdiff-1.2.2/lib/Makefile.in-275-      if test "$$first" = ".."; then \
wdiff-1.2.2/lib/Makefile.in:276:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
wdiff-1.2.2/lib/Makefile.in:277:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
wdiff-1.2.2/lib/Makefile.in-278-      else \
wdiff-1.2.2/lib/Makefile.in:279:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
wdiff-1.2.2/lib/Makefile.in-280-        if test "$$first2" = "$$first"; then \
wdiff-1.2.2/lib/Makefile.in:281:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
wdiff-1.2.2/lib/Makefile.in-282-        else \
##############################################
wdiff-1.2.2/lib/Makefile.in-287-    fi; \
wdiff-1.2.2/lib/Makefile.in:288:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
wdiff-1.2.2/lib/Makefile.in-289-  done; \
##############################################
wdiff-1.2.2/lib/Makefile.in-1328-.c.o:
wdiff-1.2.2/lib/Makefile.in:1329:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
wdiff-1.2.2/lib/Makefile.in-1330-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
wdiff-1.2.2/lib/Makefile.in-1336-.c.obj:
wdiff-1.2.2/lib/Makefile.in:1337:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
wdiff-1.2.2/lib/Makefile.in:1338:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
wdiff-1.2.2/lib/Makefile.in-1339-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
wdiff-1.2.2/lib/Makefile.in-1341-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
wdiff-1.2.2/lib/Makefile.in:1342:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
wdiff-1.2.2/lib/Makefile.in-1343-
##############################################
wdiff-1.2.2/lib/Makefile.in-1357-	dot_seen=no; \
wdiff-1.2.2/lib/Makefile.in:1358:	target=`echo $@ | sed s/-recursive//`; \
wdiff-1.2.2/lib/Makefile.in-1359-	case "$@" in \
##############################################
wdiff-1.2.2/lib/Makefile.in-1420-GTAGS:
wdiff-1.2.2/lib/Makefile.in:1421:	here=`$(am__cd) $(top_builddir) && pwd` \
wdiff-1.2.2/lib/Makefile.in-1422-	  && $(am__cd) $(top_srcdir) \
##############################################
wdiff-1.2.2/lib/Makefile.in-1443-distdir: $(DISTFILES)
wdiff-1.2.2/lib/Makefile.in:1444:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/lib/Makefile.in:1445:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/lib/Makefile.in-1446-	list='$(DISTFILES)'; \
##############################################
wdiff-1.2.2/lib/Makefile.in-1457-	  if test -d $$d/$$file; then \
wdiff-1.2.2/lib/Makefile.in:1458:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wdiff-1.2.2/lib/Makefile.in-1459-	    if test -d "$(distdir)/$$file"; then \
##############################################
wdiff-1.2.2/lib/config.charset-119-host="$1"
wdiff-1.2.2/lib/config.charset:120:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
wdiff-1.2.2/lib/config.charset-121-echo "# This file contains a table of character encoding aliases,"
##############################################
wdiff-1.2.2/INSTALL-173-directory configuration variables that were expressed in terms of
wdiff-1.2.2/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
wdiff-1.2.2/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
wdiff-1.2.2/doc/Makefile.in-39-  { \
wdiff-1.2.2/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
wdiff-1.2.2/doc/Makefile.in-41-  }; \
##############################################
wdiff-1.2.2/doc/Makefile.in-206-am__installdirs = "$(DESTDIR)$(infodir)"
wdiff-1.2.2/doc/Makefile.in:207:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
wdiff-1.2.2/doc/Makefile.in-208-am__vpath_adj = case $$p in \
wdiff-1.2.2/doc/Makefile.in:209:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
wdiff-1.2.2/doc/Makefile.in-210-    *) f=$$p;; \
wdiff-1.2.2/doc/Makefile.in-211-  esac;
wdiff-1.2.2/doc/Makefile.in:212:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
wdiff-1.2.2/doc/Makefile.in-213-am__install_max = 40
wdiff-1.2.2/doc/Makefile.in-214-am__nobase_strip_setup = \
wdiff-1.2.2/doc/Makefile.in:215:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
wdiff-1.2.2/doc/Makefile.in-216-am__nobase_strip = \
##############################################
wdiff-1.2.2/doc/Makefile.in-1081-	  $(am__cd) $(srcdir) && \
wdiff-1.2.2/doc/Makefile.in:1082:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
wdiff-1.2.2/doc/Makefile.in-1083-	fi; \
##############################################
wdiff-1.2.2/doc/Makefile.in-1113-	@(dir=.; test -f ./wdiff.texi || dir=$(srcdir); \
wdiff-1.2.2/doc/Makefile.in:1114:	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/wdiff.texi`; \
wdiff-1.2.2/doc/Makefile.in-1115-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
wdiff-1.2.2/doc/Makefile.in-1156-	  for file in $$list; do \
wdiff-1.2.2/doc/Makefile.in:1157:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
wdiff-1.2.2/doc/Makefile.in-1158-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
wdiff-1.2.2/doc/Makefile.in-1165-	for file in $$list; do \
wdiff-1.2.2/doc/Makefile.in:1166:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
wdiff-1.2.2/doc/Makefile.in:1167:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
wdiff-1.2.2/doc/Makefile.in-1168-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
wdiff-1.2.2/doc/Makefile.in-1192-dist-info: $(INFO_DEPS)
wdiff-1.2.2/doc/Makefile.in:1193:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
wdiff-1.2.2/doc/Makefile.in-1194-	list='$(INFO_DEPS)'; \
##############################################
wdiff-1.2.2/doc/Makefile.in-1196-	  case $$base in \
wdiff-1.2.2/doc/Makefile.in:1197:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
wdiff-1.2.2/doc/Makefile.in-1198-	  esac; \
wdiff-1.2.2/doc/Makefile.in-1199-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
wdiff-1.2.2/doc/Makefile.in:1200:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
wdiff-1.2.2/doc/Makefile.in-1201-	  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 \
wdiff-1.2.2/doc/Makefile.in-1202-	    if test -f $$file; then \
wdiff-1.2.2/doc/Makefile.in:1203:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
wdiff-1.2.2/doc/Makefile.in-1204-	      test -f "$(distdir)/$$relfile" || \
##############################################
wdiff-1.2.2/doc/Makefile.in-1218-	@list='$(INFO_DEPS)'; for i in $$list; do \
wdiff-1.2.2/doc/Makefile.in:1219:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
wdiff-1.2.2/doc/Makefile.in-1220-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
wdiff-1.2.2/doc/Makefile.in-1230-distdir: $(DISTFILES)
wdiff-1.2.2/doc/Makefile.in:1231:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/doc/Makefile.in:1232:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
wdiff-1.2.2/doc/Makefile.in-1233-	list='$(DISTFILES)'; \
##############################################
wdiff-1.2.2/doc/Makefile.in-1244-	  if test -d $$d/$$file; then \
wdiff-1.2.2/doc/Makefile.in:1245:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
wdiff-1.2.2/doc/Makefile.in-1246-	    if test -d "$(distdir)/$$file"; then \
##############################################
wdiff-1.2.2/doc/Makefile.in-1371-	@$(NORMAL_INSTALL)
wdiff-1.2.2/doc/Makefile.in:1372:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
wdiff-1.2.2/doc/Makefile.in-1373-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
wdiff-1.2.2/doc/Makefile.in-1379-	  case $$file in \
wdiff-1.2.2/doc/Makefile.in:1380:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
wdiff-1.2.2/doc/Makefile.in-1381-	  esac; \
wdiff-1.2.2/doc/Makefile.in-1382-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
wdiff-1.2.2/doc/Makefile.in:1383:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
wdiff-1.2.2/doc/Makefile.in-1384-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
wdiff-1.2.2/doc/Makefile.in-1397-	  for file in $$list; do \
wdiff-1.2.2/doc/Makefile.in:1398:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
wdiff-1.2.2/doc/Makefile.in-1399-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
wdiff-1.2.2/m4/stdint.m4-335-    fi
wdiff-1.2.2/m4/stdint.m4:336:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
wdiff-1.2.2/m4/stdint.m4-337-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
wdiff-1.2.2/m4/stdint.m4-364-    eval result=\$gl_cv_type_${gltype}_signed
wdiff-1.2.2/m4/stdint.m4:365:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
wdiff-1.2.2/m4/stdint.m4-366-    if test "$result" = yes; then
##############################################
wdiff-1.2.2/m4/stdint.m4-418-       done])
wdiff-1.2.2/m4/stdint.m4:419:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
wdiff-1.2.2/m4/stdint.m4-420-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
wdiff-1.2.2/m4/getopt.m4-211-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
wdiff-1.2.2/m4/getopt.m4:212:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
wdiff-1.2.2/m4/getopt.m4-213-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
wdiff-1.2.2/m4/gnulib-common.m4-401-             AS_EXECUTABLE_P(["$ac_path_SED"]) || continue
wdiff-1.2.2/m4/gnulib-common.m4:402:             case `"$ac_path_SED" --version 2>&1` in
wdiff-1.2.2/m4/gnulib-common.m4-403-               *GNU*) ac_cv_path_SED=$ac_path_SED ac_path_SED_found=:;;
##############################################
wdiff-1.2.2/m4/gnulib-common.m4-414-                   diff conftest.out conftest.nl >/dev/null 2>&1 || break
wdiff-1.2.2/m4/gnulib-common.m4:415:                   ac_count=`expr $ac_count + 1`
wdiff-1.2.2/m4/gnulib-common.m4-416-                   if test $ac_count -gt ${ac_path_SED_max-0}; then
##############################################
wdiff-1.2.2/m4/iconv.m4-254-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
wdiff-1.2.2/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
wdiff-1.2.2/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
wdiff-1.2.2/m4/lib-prefix.m4-201-    *)
wdiff-1.2.2/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
wdiff-1.2.2/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
wdiff-1.2.2/m4/lib-prefix.m4-211-                ;;
wdiff-1.2.2/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
wdiff-1.2.2/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
wdiff-1.2.2/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
wdiff-1.2.2/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
wdiff-1.2.2/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
wdiff-1.2.2/m4/lib-link.m4-322-                -L*)
wdiff-1.2.2/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
wdiff-1.2.2/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
wdiff-1.2.2/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
wdiff-1.2.2/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
wdiff-1.2.2/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
wdiff-1.2.2/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
wdiff-1.2.2/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
wdiff-1.2.2/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
wdiff-1.2.2/m4/lib-link.m4-529-                  -L*)
wdiff-1.2.2/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
wdiff-1.2.2/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
wdiff-1.2.2/m4/lib-link.m4-581-                  -R*)
wdiff-1.2.2/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
wdiff-1.2.2/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
wdiff-1.2.2/m4/lib-link.m4-611-                    dnl Handle this in the next round.
wdiff-1.2.2/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
wdiff-1.2.2/m4/lib-link.m4-613-                    ;;
##############################################
wdiff-1.2.2/m4/lib-link.m4-617-                    dnl option.
wdiff-1.2.2/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
wdiff-1.2.2/m4/lib-link.m4-619-                    ;;
##############################################
wdiff-1.2.2/m4/lib-link.m4-730-            -L) next=yes ;;
wdiff-1.2.2/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
wdiff-1.2.2/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
wdiff-1.2.2/m4/libunistring-base.m4-89-  if test "$HAVE_LIBUNISTRING" = yes; then
wdiff-1.2.2/m4/libunistring-base.m4:90:    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
wdiff-1.2.2/m4/libunistring-base.m4:91:    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
wdiff-1.2.2/m4/libunistring-base.m4:92:    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
wdiff-1.2.2/m4/libunistring-base.m4-93-  fi
##############################################
wdiff-1.2.2/m4/libunistring-base.m4-123-           [dnl This is the unoptimized variant:
wdiff-1.2.2/m4/libunistring-base.m4:124:            requested_version_major=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_major"`
wdiff-1.2.2/m4/libunistring-base.m4:125:            requested_version_minor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_minor"`
wdiff-1.2.2/m4/libunistring-base.m4:126:            requested_version_subminor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_subminor"`
wdiff-1.2.2/m4/libunistring-base.m4-127-            test $LIBUNISTRING_VERSION_MAJOR -lt $requested_version_major \
##############################################
wdiff-1.2.2/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
wdiff-1.2.2/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
wdiff-1.2.2/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
wdiff-1.2.2/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
wdiff-1.2.2/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
wdiff-1.2.2/m4/lib-ld.m4-58-  *)
wdiff-1.2.2/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
wdiff-1.2.2/m4/lib-ld.m4-60-  esac
##############################################
wdiff-1.2.2/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
wdiff-1.2.2/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
wdiff-1.2.2/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
wdiff-1.2.2/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
wdiff-1.2.2/m4/lib-ld.m4-69-      done
##############################################
wdiff-1.2.2/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
wdiff-1.2.2/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
wdiff-1.2.2/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
wdiff-1.2.2/m4/exponentd.m4-107-    word*bit*)
wdiff-1.2.2/m4/exponentd.m4:108:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
wdiff-1.2.2/m4/exponentd.m4:109:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
wdiff-1.2.2/m4/exponentd.m4-110-      AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word],
##############################################
wdiff-1.2.2/m4/po.m4-48-changequote(,)dnl
wdiff-1.2.2/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
wdiff-1.2.2/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
wdiff-1.2.2/m4/po.m4-55-changequote(,)dnl
wdiff-1.2.2/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
wdiff-1.2.2/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
wdiff-1.2.2/m4/po.m4-74-changequote(,)dnl
wdiff-1.2.2/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
wdiff-1.2.2/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
wdiff-1.2.2/m4/po.m4-99-      case "$ac_file" in
wdiff-1.2.2/m4/po.m4:100:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
wdiff-1.2.2/m4/po.m4-101-      esac
##############################################
wdiff-1.2.2/m4/po.m4-104-        # Adjust a relative srcdir.
wdiff-1.2.2/m4/po.m4:105:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
wdiff-1.2.2/m4/po.m4:106:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
wdiff-1.2.2/m4/po.m4:107:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
wdiff-1.2.2/m4/po.m4-108-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
wdiff-1.2.2/m4/po.m4-111-        case "$ac_given_srcdir" in
wdiff-1.2.2/m4/po.m4:112:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
wdiff-1.2.2/m4/po.m4-113-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
wdiff-1.2.2/m4/po.m4-132-            fi
wdiff-1.2.2/m4/po.m4:133:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
wdiff-1.2.2/m4/po.m4-134-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
wdiff-1.2.2/m4/po.m4-229-  # Adjust a relative srcdir.
wdiff-1.2.2/m4/po.m4:230:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
wdiff-1.2.2/m4/po.m4:231:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
wdiff-1.2.2/m4/po.m4:232:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
wdiff-1.2.2/m4/po.m4-233-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
wdiff-1.2.2/m4/po.m4-236-  case "$ac_given_srcdir" in
wdiff-1.2.2/m4/po.m4:237:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
wdiff-1.2.2/m4/po.m4-238-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
wdiff-1.2.2/m4/po.m4-298-  # Set POTFILES to the value of the Makefile variable POTFILES.
wdiff-1.2.2/m4/po.m4:299:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
wdiff-1.2.2/m4/po.m4:300:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
wdiff-1.2.2/m4/po.m4-301-  # Compute POTFILES_DEPS as
##############################################
wdiff-1.2.2/m4/po.m4-313-    # The LINGUAS file contains the set of available languages.
wdiff-1.2.2/m4/po.m4:314:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
wdiff-1.2.2/m4/po.m4-315-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
wdiff-1.2.2/m4/po.m4-317-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
wdiff-1.2.2/m4/po.m4:318:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
wdiff-1.2.2/m4/po.m4:319:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
wdiff-1.2.2/m4/po.m4-320-  fi
##############################################
wdiff-1.2.2/m4/po.m4-361-    QMFILES="$QMFILES $srcdirpre$lang.qm"
wdiff-1.2.2/m4/po.m4:362:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
wdiff-1.2.2/m4/po.m4-363-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
wdiff-1.2.2/m4/po.m4:364:    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/'`
wdiff-1.2.2/m4/po.m4-365-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
wdiff-1.2.2/m4/po.m4-402-      QTCATALOGS="$QTCATALOGS $lang.qm"
wdiff-1.2.2/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
wdiff-1.2.2/m4/po.m4-404-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
wdiff-1.2.2/m4/po.m4:405:      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/'`
wdiff-1.2.2/m4/po.m4-406-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
wdiff-1.2.2/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
wdiff-1.2.2/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
wdiff-1.2.2/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
wdiff-1.2.2/m4/po.m4-425-    for lang in $ALL_LINGUAS; do
wdiff-1.2.2/m4/po.m4:426:      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/'`
wdiff-1.2.2/m4/po.m4-427-      cat >> "$ac_file.tmp" <<EOF
##############################################
wdiff-1.2.2/m4/gnulib-comp.m4-445-      sed_drop_objext='s/\.o$//;s/\.obj$//'
wdiff-1.2.2/m4/gnulib-comp.m4:446:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
wdiff-1.2.2/m4/gnulib-comp.m4-447-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
wdiff-1.2.2/m4/gnulib-comp.m4-463-changequote(,)dnl
wdiff-1.2.2/m4/gnulib-comp.m4:464:  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
wdiff-1.2.2/m4/gnulib-comp.m4-465-changequote([, ])dnl
##############################################
wdiff-1.2.2/m4/gnulib-comp.m4-491-      sed_drop_objext='s/\.o$//;s/\.obj$//'
wdiff-1.2.2/m4/gnulib-comp.m4:492:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
wdiff-1.2.2/m4/gnulib-comp.m4-493-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
wdiff-1.2.2/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
wdiff-1.2.2/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
wdiff-1.2.2/m4/gettext.m4-269-      fi
##############################################
wdiff-1.2.2/m4/00gnulib.m4-37-  [AC][_DEFUN([$1],
wdiff-1.2.2/m4/00gnulib.m4:38:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
wdiff-1.2.2/m4/00gnulib.m4-39-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl