===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
binfmt-support-2.2.1/Makefile.in-49-  { \
binfmt-support-2.2.1/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/Makefile.in-51-  }; \
##############################################
binfmt-support-2.2.1/Makefile.in-248-  while test -n "$$dir1"; do \
binfmt-support-2.2.1/Makefile.in:249:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
binfmt-support-2.2.1/Makefile.in-250-    if test "$$first" != "."; then \
binfmt-support-2.2.1/Makefile.in-251-      if test "$$first" = ".."; then \
binfmt-support-2.2.1/Makefile.in:252:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
binfmt-support-2.2.1/Makefile.in:253:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
binfmt-support-2.2.1/Makefile.in-254-      else \
binfmt-support-2.2.1/Makefile.in:255:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
binfmt-support-2.2.1/Makefile.in-256-        if test "$$first2" = "$$first"; then \
binfmt-support-2.2.1/Makefile.in:257:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
binfmt-support-2.2.1/Makefile.in-258-        else \
##############################################
binfmt-support-2.2.1/Makefile.in-263-    fi; \
binfmt-support-2.2.1/Makefile.in:264:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
binfmt-support-2.2.1/Makefile.in-265-  done; \
##############################################
binfmt-support-2.2.1/Makefile.in-1135-	dot_seen=no; \
binfmt-support-2.2.1/Makefile.in:1136:	target=`echo $@ | sed s/-recursive//`; \
binfmt-support-2.2.1/Makefile.in-1137-	case "$@" in \
##############################################
binfmt-support-2.2.1/Makefile.in-1198-GTAGS:
binfmt-support-2.2.1/Makefile.in:1199:	here=`$(am__cd) $(top_builddir) && pwd` \
binfmt-support-2.2.1/Makefile.in-1200-	  && $(am__cd) $(top_srcdir) \
##############################################
binfmt-support-2.2.1/Makefile.in-1233-	test -d "$(distdir)" || mkdir "$(distdir)"
binfmt-support-2.2.1/Makefile.in:1234:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/Makefile.in:1235:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/Makefile.in-1236-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/Makefile.in-1247-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/Makefile.in:1248:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/Makefile.in-1249-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/Makefile.in-1367-	test -d $(distdir)/_build || exit 0; \
binfmt-support-2.2.1/Makefile.in:1368:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
binfmt-support-2.2.1/Makefile.in-1369-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
binfmt-support-2.2.1/Makefile.in-1411-	}; \
binfmt-support-2.2.1/Makefile.in:1412:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
binfmt-support-2.2.1/Makefile.in-1413-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
binfmt-support-2.2.1/Makefile.in-1423-	fi
binfmt-support-2.2.1/Makefile.in:1424:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
binfmt-support-2.2.1/Makefile.in-1425-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
binfmt-support-2.2.1/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
binfmt-support-2.2.1/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
binfmt-support-2.2.1/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
binfmt-support-2.2.1/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
binfmt-support-2.2.1/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
binfmt-support-2.2.1/aclocal.m4-181-        else 
binfmt-support-2.2.1/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
binfmt-support-2.2.1/aclocal.m4-183-        fi
##############################################
binfmt-support-2.2.1/aclocal.m4-346-changequote(,)dnl
binfmt-support-2.2.1/aclocal.m4:347:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
binfmt-support-2.2.1/aclocal.m4-348-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
binfmt-support-2.2.1/aclocal.m4-353-changequote(,)dnl
binfmt-support-2.2.1/aclocal.m4:354:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
binfmt-support-2.2.1/aclocal.m4-355-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
binfmt-support-2.2.1/aclocal.m4-372-changequote(,)dnl
binfmt-support-2.2.1/aclocal.m4:373:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
binfmt-support-2.2.1/aclocal.m4-374-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
binfmt-support-2.2.1/aclocal.m4-397-      case "$ac_file" in
binfmt-support-2.2.1/aclocal.m4:398:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
binfmt-support-2.2.1/aclocal.m4-399-      esac
##############################################
binfmt-support-2.2.1/aclocal.m4-402-        # Adjust a relative srcdir.
binfmt-support-2.2.1/aclocal.m4:403:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
binfmt-support-2.2.1/aclocal.m4:404:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
binfmt-support-2.2.1/aclocal.m4:405:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
binfmt-support-2.2.1/aclocal.m4-406-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
binfmt-support-2.2.1/aclocal.m4-409-        case "$ac_given_srcdir" in
binfmt-support-2.2.1/aclocal.m4:410:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
binfmt-support-2.2.1/aclocal.m4-411-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
binfmt-support-2.2.1/aclocal.m4-430-            fi
binfmt-support-2.2.1/aclocal.m4:431:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
binfmt-support-2.2.1/aclocal.m4-432-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
binfmt-support-2.2.1/aclocal.m4-527-  # Adjust a relative srcdir.
binfmt-support-2.2.1/aclocal.m4:528:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
binfmt-support-2.2.1/aclocal.m4:529:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
binfmt-support-2.2.1/aclocal.m4:530:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
binfmt-support-2.2.1/aclocal.m4-531-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
binfmt-support-2.2.1/aclocal.m4-534-  case "$ac_given_srcdir" in
binfmt-support-2.2.1/aclocal.m4:535:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
binfmt-support-2.2.1/aclocal.m4-536-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
binfmt-support-2.2.1/aclocal.m4-596-  # Set POTFILES to the value of the Makefile variable POTFILES.
binfmt-support-2.2.1/aclocal.m4:597:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
binfmt-support-2.2.1/aclocal.m4:598:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
binfmt-support-2.2.1/aclocal.m4-599-  # Compute POTFILES_DEPS as
##############################################
binfmt-support-2.2.1/aclocal.m4-611-    # The LINGUAS file contains the set of available languages.
binfmt-support-2.2.1/aclocal.m4:612:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
binfmt-support-2.2.1/aclocal.m4-613-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
binfmt-support-2.2.1/aclocal.m4-615-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
binfmt-support-2.2.1/aclocal.m4:616:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
binfmt-support-2.2.1/aclocal.m4:617:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
binfmt-support-2.2.1/aclocal.m4-618-  fi
##############################################
binfmt-support-2.2.1/aclocal.m4-659-    QMFILES="$QMFILES $srcdirpre$lang.qm"
binfmt-support-2.2.1/aclocal.m4:660:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
binfmt-support-2.2.1/aclocal.m4-661-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
binfmt-support-2.2.1/aclocal.m4:662:    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/'`
binfmt-support-2.2.1/aclocal.m4-663-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
binfmt-support-2.2.1/aclocal.m4-700-      QTCATALOGS="$QTCATALOGS $lang.qm"
binfmt-support-2.2.1/aclocal.m4:701:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
binfmt-support-2.2.1/aclocal.m4-702-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
binfmt-support-2.2.1/aclocal.m4:703:      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/'`
binfmt-support-2.2.1/aclocal.m4-704-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
binfmt-support-2.2.1/aclocal.m4-712-    for lang in $ALL_LINGUAS; do
binfmt-support-2.2.1/aclocal.m4:713:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
binfmt-support-2.2.1/aclocal.m4-714-      cat >> "$ac_file.tmp" <<EOF
##############################################
binfmt-support-2.2.1/aclocal.m4-723-    for lang in $ALL_LINGUAS; do
binfmt-support-2.2.1/aclocal.m4:724:      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/'`
binfmt-support-2.2.1/aclocal.m4-725-      cat >> "$ac_file.tmp" <<EOF
##############################################
binfmt-support-2.2.1/aclocal.m4-822-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
binfmt-support-2.2.1/aclocal.m4:823:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
binfmt-support-2.2.1/aclocal.m4-824-# and then we would define $MISSING as
##############################################
binfmt-support-2.2.1/aclocal.m4-837-# Expand $ac_aux_dir to an absolute path.
binfmt-support-2.2.1/aclocal.m4:838:am_aux_dir=`cd "$ac_aux_dir" && pwd`
binfmt-support-2.2.1/aclocal.m4-839-])
##############################################
binfmt-support-2.2.1/aclocal.m4-935-  if test "$am_compiler_list" = ""; then
binfmt-support-2.2.1/aclocal.m4:936:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
binfmt-support-2.2.1/aclocal.m4-937-  fi
##############################################
binfmt-support-2.2.1/aclocal.m4-1088-    # Strip MF so we end up with the name of the file.
binfmt-support-2.2.1/aclocal.m4:1089:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
binfmt-support-2.2.1/aclocal.m4-1090-    # Check whether this is an Automake generated Makefile which includes
##############################################
binfmt-support-2.2.1/aclocal.m4-1095-      || continue
binfmt-support-2.2.1/aclocal.m4:1096:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
binfmt-support-2.2.1/aclocal.m4:1097:    am_filepart=`AS_BASENAME(["$am_mf"])`
binfmt-support-2.2.1/aclocal.m4-1098-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
binfmt-support-2.2.1/aclocal.m4-1165-AC_REQUIRE([AC_PROG_INSTALL])dnl
binfmt-support-2.2.1/aclocal.m4:1166:if test "`cd $srcdir && pwd`" != "`pwd`"; then
binfmt-support-2.2.1/aclocal.m4-1167-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
binfmt-support-2.2.1/aclocal.m4-1324-    * )
binfmt-support-2.2.1/aclocal.m4:1325:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
binfmt-support-2.2.1/aclocal.m4-1326-  esac
binfmt-support-2.2.1/aclocal.m4-1327-done
binfmt-support-2.2.1/aclocal.m4:1328:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
binfmt-support-2.2.1/aclocal.m4-1329-
##############################################
binfmt-support-2.2.1/aclocal.m4-1616-     echo "timestamp, slept: $am_has_slept" > conftest.file
binfmt-support-2.2.1/aclocal.m4:1617:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
binfmt-support-2.2.1/aclocal.m4-1618-     if test "$[*]" = "X"; then
binfmt-support-2.2.1/aclocal.m4-1619-	# -L didn't work.
binfmt-support-2.2.1/aclocal.m4:1620:	set X `ls -t "$srcdir/configure" conftest.file`
binfmt-support-2.2.1/aclocal.m4-1621-     fi
##############################################
binfmt-support-2.2.1/build-aux/compile-67-	mingw/*)
binfmt-support-2.2.1/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
binfmt-support-2.2.1/build-aux/compile-69-	  ;;
binfmt-support-2.2.1/build-aux/compile-70-	cygwin/* | msys/*)
binfmt-support-2.2.1/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
binfmt-support-2.2.1/build-aux/compile-72-	  ;;
binfmt-support-2.2.1/build-aux/compile-73-	wine/*)
binfmt-support-2.2.1/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
binfmt-support-2.2.1/build-aux/compile-75-	  ;;
##############################################
binfmt-support-2.2.1/build-aux/compile-310-# Name of file we expect compiler to create.
binfmt-support-2.2.1/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
binfmt-support-2.2.1/build-aux/compile-312-
##############################################
binfmt-support-2.2.1/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
binfmt-support-2.2.1/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
binfmt-support-2.2.1/build-aux/compile-318-while true; do
##############################################
binfmt-support-2.2.1/build-aux/config.guess-34-
binfmt-support-2.2.1/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
binfmt-support-2.2.1/build-aux/config.guess-36-
##############################################
binfmt-support-2.2.1/build-aux/config.guess-103-    # shellcheck disable=SC2039
binfmt-support-2.2.1/build-aux/config.guess:104:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
binfmt-support-2.2.1/build-aux/config.guess-105-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
binfmt-support-2.2.1/build-aux/config.guess-153-	EOF
binfmt-support-2.2.1/build-aux/config.guess:154:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
binfmt-support-2.2.1/build-aux/config.guess-155-
##############################################
binfmt-support-2.2.1/build-aux/config.guess-190-	    earmv*)
binfmt-support-2.2.1/build-aux/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
binfmt-support-2.2.1/build-aux/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
binfmt-support-2.2.1/build-aux/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
binfmt-support-2.2.1/build-aux/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
binfmt-support-2.2.1/build-aux/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
binfmt-support-2.2.1/build-aux/config.guess-224-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-235-	    *)
binfmt-support-2.2.1/build-aux/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
binfmt-support-2.2.1/build-aux/config.guess-237-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-282-	*4.0)
binfmt-support-2.2.1/build-aux/config.guess:283:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
binfmt-support-2.2.1/build-aux/config.guess-284-		;;
binfmt-support-2.2.1/build-aux/config.guess-285-	*5.*)
binfmt-support-2.2.1/build-aux/config.guess:286:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
binfmt-support-2.2.1/build-aux/config.guess-287-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-292-	# types through head -n 1, so we only detect the type of CPU 0.
binfmt-support-2.2.1/build-aux/config.guess:293:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
binfmt-support-2.2.1/build-aux/config.guess-294-	case "$ALPHA_CPU_TYPE" in
##############################################
binfmt-support-2.2.1/build-aux/config.guess-330-	# 1.2 uses "1.2" for uname -r.
binfmt-support-2.2.1/build-aux/config.guess:331:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
binfmt-support-2.2.1/build-aux/config.guess-332-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
binfmt-support-2.2.1/build-aux/config.guess-381-    s390x:SunOS:*:*)
binfmt-support-2.2.1/build-aux/config.guess:382:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
binfmt-support-2.2.1/build-aux/config.guess-383-	exit ;;
binfmt-support-2.2.1/build-aux/config.guess-384-    sun4H:SunOS:5.*:*)
binfmt-support-2.2.1/build-aux/config.guess:385:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
binfmt-support-2.2.1/build-aux/config.guess-386-	exit ;;
binfmt-support-2.2.1/build-aux/config.guess-387-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
binfmt-support-2.2.1/build-aux/config.guess:388:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
binfmt-support-2.2.1/build-aux/config.guess-389-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-406-	fi
binfmt-support-2.2.1/build-aux/config.guess:407:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
binfmt-support-2.2.1/build-aux/config.guess-408-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-412-	# it's likely to be more like Solaris than SunOS4.
binfmt-support-2.2.1/build-aux/config.guess:413:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
binfmt-support-2.2.1/build-aux/config.guess-414-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-421-	# Japanese Language versions have a version number like `4.1.3-JL'.
binfmt-support-2.2.1/build-aux/config.guess:422:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
binfmt-support-2.2.1/build-aux/config.guess-423-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-427-    sun*:*:4.2BSD:*)
binfmt-support-2.2.1/build-aux/config.guess:428:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
binfmt-support-2.2.1/build-aux/config.guess-429-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
binfmt-support-2.2.1/build-aux/config.guess-509-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
binfmt-support-2.2.1/build-aux/config.guess:510:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
binfmt-support-2.2.1/build-aux/config.guess:511:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
binfmt-support-2.2.1/build-aux/config.guess-512-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
binfmt-support-2.2.1/build-aux/config.guess-565-    *:IRIX*:*:*)
binfmt-support-2.2.1/build-aux/config.guess:566:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
binfmt-support-2.2.1/build-aux/config.guess-567-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-595-EOF
binfmt-support-2.2.1/build-aux/config.guess:596:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
binfmt-support-2.2.1/build-aux/config.guess-597-		then
##############################################
binfmt-support-2.2.1/build-aux/config.guess-608-    *:AIX:*:[4567])
binfmt-support-2.2.1/build-aux/config.guess:609:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
binfmt-support-2.2.1/build-aux/config.guess-610-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
binfmt-support-2.2.1/build-aux/config.guess-644-    9000/[34678]??:HP-UX:*:*)
binfmt-support-2.2.1/build-aux/config.guess:645:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
binfmt-support-2.2.1/build-aux/config.guess-646-	case "$UNAME_MACHINE" in
##############################################
binfmt-support-2.2.1/build-aux/config.guess-698-EOF
binfmt-support-2.2.1/build-aux/config.guess:699:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
binfmt-support-2.2.1/build-aux/config.guess-700-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
binfmt-support-2.2.1/build-aux/config.guess-726-    ia64:HP-UX:*:*)
binfmt-support-2.2.1/build-aux/config.guess:727:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
binfmt-support-2.2.1/build-aux/config.guess-728-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
binfmt-support-2.2.1/build-aux/config.guess-756-EOF
binfmt-support-2.2.1/build-aux/config.guess:757:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
binfmt-support-2.2.1/build-aux/config.guess-758-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
binfmt-support-2.2.1/build-aux/config.guess-827-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
binfmt-support-2.2.1/build-aux/config.guess:828:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
binfmt-support-2.2.1/build-aux/config.guess-829-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
binfmt-support-2.2.1/build-aux/config.guess-832-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
binfmt-support-2.2.1/build-aux/config.guess:833:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
binfmt-support-2.2.1/build-aux/config.guess-834-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
binfmt-support-2.2.1/build-aux/config.guess-850-	then
binfmt-support-2.2.1/build-aux/config.guess:851:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
binfmt-support-2.2.1/build-aux/config.guess-852-	else
binfmt-support-2.2.1/build-aux/config.guess:853:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
binfmt-support-2.2.1/build-aux/config.guess-854-	fi
##############################################
binfmt-support-2.2.1/build-aux/config.guess-863-	esac
binfmt-support-2.2.1/build-aux/config.guess:864:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
binfmt-support-2.2.1/build-aux/config.guess-865-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-899-    prep*:SunOS:5.*:*)
binfmt-support-2.2.1/build-aux/config.guess:900:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
binfmt-support-2.2.1/build-aux/config.guess-901-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-903-	# the GNU system
binfmt-support-2.2.1/build-aux/config.guess:904:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
binfmt-support-2.2.1/build-aux/config.guess-905-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-907-	# other systems with GNU libc and userland
binfmt-support-2.2.1/build-aux/config.guess:908:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
binfmt-support-2.2.1/build-aux/config.guess-909-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-1001-EOF
binfmt-support-2.2.1/build-aux/config.guess:1002:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
binfmt-support-2.2.1/build-aux/config.guess-1003-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
binfmt-support-2.2.1/build-aux/config.guess-1101-    i*86:*:4.*:*)
binfmt-support-2.2.1/build-aux/config.guess:1102:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
binfmt-support-2.2.1/build-aux/config.guess-1103-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
binfmt-support-2.2.1/build-aux/config.guess-1304-	fi
binfmt-support-2.2.1/build-aux/config.guess:1305:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
binfmt-support-2.2.1/build-aux/config.guess-1306-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
binfmt-support-2.2.1/build-aux/config.guess-1403-    *:DragonFly:*:*)
binfmt-support-2.2.1/build-aux/config.guess:1404:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
binfmt-support-2.2.1/build-aux/config.guess-1405-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.guess-1416-    i*86:skyos:*:*)
binfmt-support-2.2.1/build-aux/config.guess:1417:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
binfmt-support-2.2.1/build-aux/config.guess-1418-	exit ;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-52-
binfmt-support-2.2.1/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
binfmt-support-2.2.1/build-aux/config.sub-54-
##############################################
binfmt-support-2.2.1/build-aux/config.sub-771-	i*86v32)
binfmt-support-2.2.1/build-aux/config.sub:772:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
binfmt-support-2.2.1/build-aux/config.sub-773-		vendor=pc
##############################################
binfmt-support-2.2.1/build-aux/config.sub-776-	i*86v4*)
binfmt-support-2.2.1/build-aux/config.sub:777:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
binfmt-support-2.2.1/build-aux/config.sub-778-		vendor=pc
##############################################
binfmt-support-2.2.1/build-aux/config.sub-781-	i*86v)
binfmt-support-2.2.1/build-aux/config.sub:782:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
binfmt-support-2.2.1/build-aux/config.sub-783-		vendor=pc
##############################################
binfmt-support-2.2.1/build-aux/config.sub-786-	i*86sol2)
binfmt-support-2.2.1/build-aux/config.sub:787:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
binfmt-support-2.2.1/build-aux/config.sub-788-		vendor=pc
##############################################
binfmt-support-2.2.1/build-aux/config.sub-917-		cpu=sparc
binfmt-support-2.2.1/build-aux/config.sub:918:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
binfmt-support-2.2.1/build-aux/config.sub-919-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1084-	sh5e[lb]-*)
binfmt-support-2.2.1/build-aux/config.sub:1085:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
binfmt-support-2.2.1/build-aux/config.sub-1086-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1102-	xscale-* | xscalee[bl]-*)
binfmt-support-2.2.1/build-aux/config.sub:1103:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
binfmt-support-2.2.1/build-aux/config.sub-1104-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1256-			*)
binfmt-support-2.2.1/build-aux/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
binfmt-support-2.2.1/build-aux/config.sub-1258-				exit 1
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1290-	solaris1 | solaris1.*)
binfmt-support-2.2.1/build-aux/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
binfmt-support-2.2.1/build-aux/config.sub-1292-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1299-	gnu/linux*)
binfmt-support-2.2.1/build-aux/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
binfmt-support-2.2.1/build-aux/config.sub-1301-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1322-	sco3.2.[4-9]*)
binfmt-support-2.2.1/build-aux/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
binfmt-support-2.2.1/build-aux/config.sub-1324-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1385-	nto*)
binfmt-support-2.2.1/build-aux/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
binfmt-support-2.2.1/build-aux/config.sub-1387-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1395-	linux*)
binfmt-support-2.2.1/build-aux/config.sub:1396:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
binfmt-support-2.2.1/build-aux/config.sub-1397-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1407-	mac*)
binfmt-support-2.2.1/build-aux/config.sub:1408:		os=`echo "$os" | sed -e 's|mac|macos|'`
binfmt-support-2.2.1/build-aux/config.sub-1409-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1416-	sunos5*)
binfmt-support-2.2.1/build-aux/config.sub:1417:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
binfmt-support-2.2.1/build-aux/config.sub-1418-		;;
binfmt-support-2.2.1/build-aux/config.sub-1419-	sunos6*)
binfmt-support-2.2.1/build-aux/config.sub:1420:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
binfmt-support-2.2.1/build-aux/config.sub-1421-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1456-	sinix5.*)
binfmt-support-2.2.1/build-aux/config.sub:1457:		os=`echo $os | sed -e 's|sinix|sysv|'`
binfmt-support-2.2.1/build-aux/config.sub-1458-		;;
##############################################
binfmt-support-2.2.1/build-aux/config.sub-1516-	*)
binfmt-support-2.2.1/build-aux/config.sub:1517:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
binfmt-support-2.2.1/build-aux/config.sub-1518-		exit 1
##############################################
binfmt-support-2.2.1/build-aux/depcomp-64-  case $1 in
binfmt-support-2.2.1/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
binfmt-support-2.2.1/build-aux/depcomp-66-      *) dir=;;
##############################################
binfmt-support-2.2.1/build-aux/depcomp-73-{
binfmt-support-2.2.1/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
binfmt-support-2.2.1/build-aux/depcomp-75-}
##############################################
binfmt-support-2.2.1/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
binfmt-support-2.2.1/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
binfmt-support-2.2.1/build-aux/depcomp-128-
##############################################
binfmt-support-2.2.1/build-aux/depcomp-405-        sleep 1
binfmt-support-2.2.1/build-aux/depcomp:406:        i=`expr $i - 1`
binfmt-support-2.2.1/build-aux/depcomp-407-      done
binfmt-support-2.2.1/build-aux/depcomp-408-    fi
binfmt-support-2.2.1/build-aux/depcomp:409:    i=`expr $i - 1`
binfmt-support-2.2.1/build-aux/depcomp-410-  done
##############################################
binfmt-support-2.2.1/build-aux/depcomp-425-  # Do two passes, one to just change these to
binfmt-support-2.2.1/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
binfmt-support-2.2.1/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
binfmt-support-2.2.1/build-aux/depcomp-659-  done
binfmt-support-2.2.1/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
binfmt-support-2.2.1/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
binfmt-support-2.2.1/build-aux/gitlog-to-changelog-316-          # Let $code operate on it, safely.
binfmt-support-2.2.1/build-aux/gitlog-to-changelog:317:          my $r = $s->reval("$code")
binfmt-support-2.2.1/build-aux/gitlog-to-changelog-318-            or die "$ME:$.:$sha: failed to eval \"$code\":\n$@\n";
##############################################
binfmt-support-2.2.1/build-aux/gnupload-31-# FIXME-2020: remove, once all major distros ship gpg version 3 as /usr/bin/gpg
binfmt-support-2.2.1/build-aux/gnupload:32:gpg_agent_version=`(gpg-agent --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'`
binfmt-support-2.2.1/build-aux/gnupload-33-case "$gpg_agent_version" in
binfmt-support-2.2.1/build-aux/gnupload-34-  2.*)
binfmt-support-2.2.1/build-aux/gnupload:35:    gpg_version=`(gpg --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'`
binfmt-support-2.2.1/build-aux/gnupload-36-    case "$gpg_version" in
##############################################
binfmt-support-2.2.1/build-aux/gnupload-140-  echo "$0: Reading configuration file $conffile"
binfmt-support-2.2.1/build-aux/gnupload:141:  conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" '  '`
binfmt-support-2.2.1/build-aux/gnupload-142-  eval set x "$conf \"\$@\""
##############################################
binfmt-support-2.2.1/build-aux/gnupload-188-    --symlink-regex=*)
binfmt-support-2.2.1/build-aux/gnupload:189:      symlink_expr=`expr "$1" : '[^=]*=\(.*\)'`
binfmt-support-2.2.1/build-aux/gnupload-190-      ;;
##############################################
binfmt-support-2.2.1/build-aux/gnupload-239-if test -n "$symlink_files"; then
binfmt-support-2.2.1/build-aux/gnupload:240:  x=`echo "$symlink_files" | sed 's/[^ ]//g;s/  //g'`
binfmt-support-2.2.1/build-aux/gnupload-241-  if test -n "$x"; then
##############################################
binfmt-support-2.2.1/build-aux/gnupload-260-    elif test -n "$symlink_expr"; then
binfmt-support-2.2.1/build-aux/gnupload:261:      linkname=`echo $file | sed "$symlink_expr"`
binfmt-support-2.2.1/build-aux/gnupload-262-      if test -z "$linkname"; then
##############################################
binfmt-support-2.2.1/build-aux/gnupload-376-    download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*)
binfmt-support-2.2.1/build-aux/gnupload:377:      destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'`
binfmt-support-2.2.1/build-aux/gnupload:378:      destdir_topdir=`echo "$destdir" | sed 's,/.*,,'`
binfmt-support-2.2.1/build-aux/gnupload-379-      mkdirective "$destdir_p1" "$base" "$file" "$stmt"
##############################################
binfmt-support-2.2.1/build-aux/gnupload-386-    /*)
binfmt-support-2.2.1/build-aux/gnupload:387:      dest_host=`echo "$dest" | sed 's,:.*,,'`
binfmt-support-2.2.1/build-aux/gnupload-388-      mkdirective "$destdir" "$base" "$file" "$stmt"
##############################################
binfmt-support-2.2.1/build-aux/gnupload-406-  stmt="$stmt
binfmt-support-2.2.1/build-aux/gnupload:407:`mksymlink $symlink_files`"
binfmt-support-2.2.1/build-aux/gnupload-408-fi
##############################################
binfmt-support-2.2.1/build-aux/gnupload-424-  do
binfmt-support-2.2.1/build-aux/gnupload:425:    destdir=`echo $dest | sed 's/[^:]*://'`
binfmt-support-2.2.1/build-aux/gnupload-426-    upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt"
##############################################
binfmt-support-2.2.1/build-aux/gnupload-443-    files="$file $file.sig"
binfmt-support-2.2.1/build-aux/gnupload:444:    destdir=`echo $dest | sed 's/[^:]*://'`
binfmt-support-2.2.1/build-aux/gnupload-445-    if test -n "$symlink_expr"; then
binfmt-support-2.2.1/build-aux/gnupload:446:      linkname=`echo $file | sed "$symlink_expr"`
binfmt-support-2.2.1/build-aux/gnupload-447-      stmt="$stmt
##############################################
binfmt-support-2.2.1/build-aux/install-sh-234-      fi
binfmt-support-2.2.1/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
binfmt-support-2.2.1/build-aux/install-sh-236-    *)
##############################################
binfmt-support-2.2.1/build-aux/install-sh-280-      dstdir=$dst
binfmt-support-2.2.1/build-aux/install-sh:281:      dstbase=`basename "$src"`
binfmt-support-2.2.1/build-aux/install-sh-282-      case $dst in
##############################################
binfmt-support-2.2.1/build-aux/install-sh-287-    else
binfmt-support-2.2.1/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
binfmt-support-2.2.1/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
binfmt-support-2.2.1/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
binfmt-support-2.2.1/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
binfmt-support-2.2.1/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
binfmt-support-2.2.1/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
binfmt-support-2.2.1/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
binfmt-support-2.2.1/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
binfmt-support-2.2.1/build-aux/install-sh-419-            case $prefix in
binfmt-support-2.2.1/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
binfmt-support-2.2.1/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
binfmt-support-2.2.1/build-aux/install-sh-468-    if $copy_on_change &&
binfmt-support-2.2.1/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
binfmt-support-2.2.1/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
binfmt-support-2.2.1/build-aux/install-sh-471-       set -f &&
##############################################
binfmt-support-2.2.1/build-aux/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
binfmt-support-2.2.1/build-aux/mdate-sh:115:set x`$ls_command /`
binfmt-support-2.2.1/build-aux/mdate-sh-116-
##############################################
binfmt-support-2.2.1/build-aux/mdate-sh-144-# Get the extended ls output of the file or directory.
binfmt-support-2.2.1/build-aux/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
binfmt-support-2.2.1/build-aux/mdate-sh-146-
##############################################
binfmt-support-2.2.1/build-aux/mdate-sh-211-       then
binfmt-support-2.2.1/build-aux/mdate-sh:212:	 year=`expr $year - 1`
binfmt-support-2.2.1/build-aux/mdate-sh-213-       fi;;
##############################################
binfmt-support-2.2.1/build-aux/texinfo.tex-7047-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
binfmt-support-2.2.1/build-aux/texinfo.tex:7048:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
binfmt-support-2.2.1/build-aux/texinfo.tex-7049-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
binfmt-support-2.2.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
binfmt-support-2.2.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
binfmt-support-2.2.1/configure-47-  as_echo='print -r --'
binfmt-support-2.2.1/configure-48-  as_echo_n='print -rn --'
binfmt-support-2.2.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
binfmt-support-2.2.1/configure-50-  as_echo='printf %s\n'
##############################################
binfmt-support-2.2.1/configure-52-else
binfmt-support-2.2.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
binfmt-support-2.2.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
binfmt-support-2.2.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
binfmt-support-2.2.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
binfmt-support-2.2.1/configure-64-      esac;
##############################################
binfmt-support-2.2.1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
binfmt-support-2.2.1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
binfmt-support-2.2.1/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
binfmt-support-2.2.1/configure-327-      case $as_dir in #(
binfmt-support-2.2.1/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
binfmt-support-2.2.1/configure-329-      *) as_qdir=$as_dir;;
##############################################
binfmt-support-2.2.1/configure-400-  {
binfmt-support-2.2.1/configure:401:    as_val=`expr "$@" || test $? -eq 1`
binfmt-support-2.2.1/configure-402-  }
##############################################
binfmt-support-2.2.1/configure-407-# ----------------------------------------
binfmt-support-2.2.1/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
binfmt-support-2.2.1/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
binfmt-support-2.2.1/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
binfmt-support-2.2.1/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
binfmt-support-2.2.1/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
binfmt-support-2.2.1/configure-1539-  case $ac_option in
binfmt-support-2.2.1/configure:1540:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
binfmt-support-2.2.1/configure-1541-  *=)   ac_optarg= ;;
##############################################
binfmt-support-2.2.1/configure-1583-  -disable-* | --disable-*)
binfmt-support-2.2.1/configure:1584:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
binfmt-support-2.2.1/configure-1585-    # Reject names that are not valid shell variable names.
##############################################
binfmt-support-2.2.1/configure-1588-    ac_useropt_orig=$ac_useropt
binfmt-support-2.2.1/configure:1589:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
binfmt-support-2.2.1/configure-1590-    case $ac_user_opts in
##############################################
binfmt-support-2.2.1/configure-1609-  -enable-* | --enable-*)
binfmt-support-2.2.1/configure:1610:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
binfmt-support-2.2.1/configure-1611-    # Reject names that are not valid shell variable names.
##############################################
binfmt-support-2.2.1/configure-1614-    ac_useropt_orig=$ac_useropt
binfmt-support-2.2.1/configure:1615:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
binfmt-support-2.2.1/configure-1616-    case $ac_user_opts in
##############################################
binfmt-support-2.2.1/configure-1822-  -with-* | --with-*)
binfmt-support-2.2.1/configure:1823:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
binfmt-support-2.2.1/configure-1824-    # Reject names that are not valid shell variable names.
##############################################
binfmt-support-2.2.1/configure-1827-    ac_useropt_orig=$ac_useropt
binfmt-support-2.2.1/configure:1828:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
binfmt-support-2.2.1/configure-1829-    case $ac_user_opts in
##############################################
binfmt-support-2.2.1/configure-1838-  -without-* | --without-*)
binfmt-support-2.2.1/configure:1839:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
binfmt-support-2.2.1/configure-1840-    # Reject names that are not valid shell variable names.
##############################################
binfmt-support-2.2.1/configure-1843-    ac_useropt_orig=$ac_useropt
binfmt-support-2.2.1/configure:1844:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
binfmt-support-2.2.1/configure-1845-    case $ac_user_opts in
##############################################
binfmt-support-2.2.1/configure-1876-  *=*)
binfmt-support-2.2.1/configure:1877:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
binfmt-support-2.2.1/configure-1878-    # Reject names that are not valid shell variable names.
##############################################
binfmt-support-2.2.1/configure-1897-if test -n "$ac_prev"; then
binfmt-support-2.2.1/configure:1898:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
binfmt-support-2.2.1/configure-1899-  as_fn_error $? "missing argument to $ac_option"
##############################################
binfmt-support-2.2.1/configure-1919-    */ )
binfmt-support-2.2.1/configure:1920:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
binfmt-support-2.2.1/configure-1921-      eval $ac_var=\$ac_val;;
##############################################
binfmt-support-2.2.1/configure-1954-ac_ls_di=`ls -di .` &&
binfmt-support-2.2.1/configure:1955:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
binfmt-support-2.2.1/configure-1956-  as_fn_error $? "working directory cannot be determined"
##############################################
binfmt-support-2.2.1/configure-2010-case $srcdir in
binfmt-support-2.2.1/configure:2011:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
binfmt-support-2.2.1/configure-2012-esac
##############################################
binfmt-support-2.2.1/configure-2053-By default, \`make install' will install all the files in
binfmt-support-2.2.1/configure:2054:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
binfmt-support-2.2.1/configure:2055:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
binfmt-support-2.2.1/configure-2056-for instance \`--prefix=\$HOME'.
##############################################
binfmt-support-2.2.1/configure-2164-*)
binfmt-support-2.2.1/configure:2165:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
binfmt-support-2.2.1/configure-2166-  # A ".." for each directory in $ac_dir_suffix.
binfmt-support-2.2.1/configure:2167:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
binfmt-support-2.2.1/configure-2168-  case $ac_top_builddir_sub in
##############################################
binfmt-support-2.2.1/configure-2638-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
binfmt-support-2.2.1/configure:2639:  as_decl_name=`echo $2|sed 's/ *(.*//'`
binfmt-support-2.2.1/configure:2640:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
binfmt-support-2.2.1/configure-2641-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
binfmt-support-2.2.1/configure-2992-    *\'*)
binfmt-support-2.2.1/configure:2993:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
binfmt-support-2.2.1/configure-2994-    esac
##############################################
binfmt-support-2.2.1/configure-3075-      case $ac_val in
binfmt-support-2.2.1/configure:3076:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
binfmt-support-2.2.1/configure-3077-      esac
##############################################
binfmt-support-2.2.1/configure-3090-	case $ac_val in
binfmt-support-2.2.1/configure:3091:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
binfmt-support-2.2.1/configure-3092-	esac
##############################################
binfmt-support-2.2.1/configure-3247-    set,)
binfmt-support-2.2.1/configure:3248:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
binfmt-support-2.2.1/configure:3249:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
binfmt-support-2.2.1/configure-3250-      ac_cache_corrupted=: ;;
##############################################
binfmt-support-2.2.1/configure-3258-	# differences in whitespace do not lead to failure.
binfmt-support-2.2.1/configure:3259:	ac_old_val_w=`echo x $ac_old_val`
binfmt-support-2.2.1/configure:3260:	ac_new_val_w=`echo x $ac_new_val`
binfmt-support-2.2.1/configure-3261-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
binfmt-support-2.2.1/configure-3278-    case $ac_new_val in
binfmt-support-2.2.1/configure:3279:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
binfmt-support-2.2.1/configure-3280-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
binfmt-support-2.2.1/configure-3453-     echo "timestamp, slept: $am_has_slept" > conftest.file
binfmt-support-2.2.1/configure:3454:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
binfmt-support-2.2.1/configure-3455-     if test "$*" = "X"; then
binfmt-support-2.2.1/configure-3456-	# -L didn't work.
binfmt-support-2.2.1/configure:3457:	set X `ls -t "$srcdir/configure" conftest.file`
binfmt-support-2.2.1/configure-3458-     fi
##############################################
binfmt-support-2.2.1/configure-3504-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
binfmt-support-2.2.1/configure:3505:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
binfmt-support-2.2.1/configure-3506-
binfmt-support-2.2.1/configure-3507-# Expand $ac_aux_dir to an absolute path.
binfmt-support-2.2.1/configure:3508:am_aux_dir=`cd "$ac_aux_dir" && pwd`
binfmt-support-2.2.1/configure-3509-
##############################################
binfmt-support-2.2.1/configure-3649-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
binfmt-support-2.2.1/configure:3650:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
binfmt-support-2.2.1/configure-3651-	     'mkdir (GNU coreutils) '* | \
##############################################
binfmt-support-2.2.1/configure-3722-set x ${MAKE-make}
binfmt-support-2.2.1/configure:3723:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
binfmt-support-2.2.1/configure-3724-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
binfmt-support-2.2.1/configure-3732-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
binfmt-support-2.2.1/configure:3733:case `${MAKE-make} -f conftest.make 2>/dev/null` in
binfmt-support-2.2.1/configure-3734-  *@@@%%%=?*=@@@%%%*)
##############################################
binfmt-support-2.2.1/configure-3798-
binfmt-support-2.2.1/configure:3799:if test "`cd $srcdir && pwd`" != "`pwd`"; then
binfmt-support-2.2.1/configure-3800-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
binfmt-support-2.2.1/configure-4386-$as_echo_n "checking whether the C compiler works... " >&6; }
binfmt-support-2.2.1/configure:4387:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
binfmt-support-2.2.1/configure-4388-
##############################################
binfmt-support-2.2.1/configure-4430-	then :; else
binfmt-support-2.2.1/configure:4431:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
binfmt-support-2.2.1/configure-4432-	fi
##############################################
binfmt-support-2.2.1/configure-4490-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
binfmt-support-2.2.1/configure:4491:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
binfmt-support-2.2.1/configure-4492-	  break;;
##############################################
binfmt-support-2.2.1/configure-4599-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
binfmt-support-2.2.1/configure:4600:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
binfmt-support-2.2.1/configure-4601-       break;;
##############################################
binfmt-support-2.2.1/configure-4917-  if test "$am_compiler_list" = ""; then
binfmt-support-2.2.1/configure:4918:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
binfmt-support-2.2.1/configure-4919-  fi
##############################################
binfmt-support-2.2.1/configure-5174-  # Check for GNU $ac_path_GREP
binfmt-support-2.2.1/configure:5175:case `"$ac_path_GREP" --version 2>&1` in
binfmt-support-2.2.1/configure-5176-*GNU*)
##############################################
binfmt-support-2.2.1/configure-5240-  # Check for GNU $ac_path_EGREP
binfmt-support-2.2.1/configure:5241:case `"$ac_path_EGREP" --version 2>&1` in
binfmt-support-2.2.1/configure-5242-*GNU*)
##############################################
binfmt-support-2.2.1/configure-5401-do :
binfmt-support-2.2.1/configure:5402:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
binfmt-support-2.2.1/configure-5403-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
binfmt-support-2.2.1/configure-5406-  cat >>confdefs.h <<_ACEOF
binfmt-support-2.2.1/configure:5407:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
binfmt-support-2.2.1/configure-5408-_ACEOF
##############################################
binfmt-support-2.2.1/configure-5585-test "x$ac_build_alias" = x &&
binfmt-support-2.2.1/configure:5586:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
binfmt-support-2.2.1/configure-5587-test "x$ac_build_alias" = x &&
binfmt-support-2.2.1/configure-5588-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
binfmt-support-2.2.1/configure:5589:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
binfmt-support-2.2.1/configure-5590-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
binfmt-support-2.2.1/configure-5609-IFS=$ac_save_IFS
binfmt-support-2.2.1/configure:5610:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
binfmt-support-2.2.1/configure-5611-
##############################################
binfmt-support-2.2.1/configure-5620-else
binfmt-support-2.2.1/configure:5621:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
binfmt-support-2.2.1/configure-5622-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
binfmt-support-2.2.1/configure-5642-IFS=$ac_save_IFS
binfmt-support-2.2.1/configure:5643:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
binfmt-support-2.2.1/configure-5644-
##############################################
binfmt-support-2.2.1/configure-6274-  if test "$am_compiler_list" = ""; then
binfmt-support-2.2.1/configure:6275:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
binfmt-support-2.2.1/configure-6276-  fi
##############################################
binfmt-support-2.2.1/configure-7930-  for ac_func in _getb67 GETB67 getb67; do
binfmt-support-2.2.1/configure:7931:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
binfmt-support-2.2.1/configure-7932-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
binfmt-support-2.2.1/configure-8229-do :
binfmt-support-2.2.1/configure:8230:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
binfmt-support-2.2.1/configure-8231-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
binfmt-support-2.2.1/configure-8233-  cat >>confdefs.h <<_ACEOF
binfmt-support-2.2.1/configure:8234:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
binfmt-support-2.2.1/configure-8235-_ACEOF
##############################################
binfmt-support-2.2.1/configure-8248-do :
binfmt-support-2.2.1/configure:8249:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
binfmt-support-2.2.1/configure-8250-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
binfmt-support-2.2.1/configure-8253-  cat >>confdefs.h <<_ACEOF
binfmt-support-2.2.1/configure:8254:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
binfmt-support-2.2.1/configure-8255-_ACEOF
##############################################
binfmt-support-2.2.1/configure-9984-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
binfmt-support-2.2.1/configure:9985:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
binfmt-support-2.2.1/configure-9986-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
binfmt-support-2.2.1/configure-12020-do :
binfmt-support-2.2.1/configure:12021:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
binfmt-support-2.2.1/configure-12022-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
binfmt-support-2.2.1/configure-12024-  cat >>confdefs.h <<_ACEOF
binfmt-support-2.2.1/configure:12025:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
binfmt-support-2.2.1/configure-12026-_ACEOF
##############################################
binfmt-support-2.2.1/configure-12075-    fi
binfmt-support-2.2.1/configure:12076:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
binfmt-support-2.2.1/configure-12077-    cat >>confdefs.h <<_ACEOF
##############################################
binfmt-support-2.2.1/configure-12120-    fi
binfmt-support-2.2.1/configure:12121:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
binfmt-support-2.2.1/configure-12122-    cat >>confdefs.h <<_ACEOF
##############################################
binfmt-support-2.2.1/configure-12172-    eval result=\$gl_cv_type_${gltype}_signed
binfmt-support-2.2.1/configure:12173:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
binfmt-support-2.2.1/configure-12174-    if test "$result" = yes; then
##############################################
binfmt-support-2.2.1/configure-12248-$as_echo "$ac_res" >&6; }
binfmt-support-2.2.1/configure:12249:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
binfmt-support-2.2.1/configure-12250-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
binfmt-support-2.2.1/configure-12320-$as_echo "$ac_res" >&6; }
binfmt-support-2.2.1/configure:12321:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
binfmt-support-2.2.1/configure-12322-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
binfmt-support-2.2.1/configure-13432-    word*bit*)
binfmt-support-2.2.1/configure:13433:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
binfmt-support-2.2.1/configure:13434:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
binfmt-support-2.2.1/configure-13435-
##############################################
binfmt-support-2.2.1/configure-13565-do :
binfmt-support-2.2.1/configure:13566:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
binfmt-support-2.2.1/configure-13567-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
binfmt-support-2.2.1/configure-13569-  cat >>confdefs.h <<_ACEOF
binfmt-support-2.2.1/configure:13570:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
binfmt-support-2.2.1/configure-13571-_ACEOF
##############################################
binfmt-support-2.2.1/configure-13728-                              save_ac_compile="$ac_compile"
binfmt-support-2.2.1/configure:13729:     ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
binfmt-support-2.2.1/configure-13730-     if echo '#include "conftest.c"' >conftest1.c &&
##############################################
binfmt-support-2.2.1/configure-13750-_ACEOF
binfmt-support-2.2.1/configure:13751:              ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
binfmt-support-2.2.1/configure-13752-       if echo '#include "conftest.c"' >conftest2.c &&
##############################################
binfmt-support-2.2.1/configure-15021-do :
binfmt-support-2.2.1/configure:15022:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
binfmt-support-2.2.1/configure-15023-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
binfmt-support-2.2.1/configure-15025-  cat >>confdefs.h <<_ACEOF
binfmt-support-2.2.1/configure:15026:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
binfmt-support-2.2.1/configure-15027-_ACEOF
##############################################
binfmt-support-2.2.1/configure-18940-  gl_source_base='tests'
binfmt-support-2.2.1/configure:18941:  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
binfmt-support-2.2.1/configure-18942-
##############################################
binfmt-support-2.2.1/configure-19186-  test $ac_status = 0; }; then
binfmt-support-2.2.1/configure:19187:  pkg_cv_libpipeline_CFLAGS=`$PKG_CONFIG --cflags "libpipeline" 2>/dev/null`
binfmt-support-2.2.1/configure-19188-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
binfmt-support-2.2.1/configure-19203-  test $ac_status = 0; }; then
binfmt-support-2.2.1/configure:19204:  pkg_cv_libpipeline_LIBS=`$PKG_CONFIG --libs "libpipeline" 2>/dev/null`
binfmt-support-2.2.1/configure-19205-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
binfmt-support-2.2.1/configure-19224-        if test $_pkg_short_errors_supported = yes; then
binfmt-support-2.2.1/configure:19225:	        libpipeline_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpipeline" 2>&1`
binfmt-support-2.2.1/configure-19226-        else
binfmt-support-2.2.1/configure:19227:	        libpipeline_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpipeline" 2>&1`
binfmt-support-2.2.1/configure-19228-        fi
##############################################
binfmt-support-2.2.1/configure-19460-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
binfmt-support-2.2.1/configure:19461:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
binfmt-support-2.2.1/configure-19462-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
binfmt-support-2.2.1/configure-19558-      sed_drop_objext='s/\.o$//;s/\.obj$//'
binfmt-support-2.2.1/configure:19559:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
binfmt-support-2.2.1/configure-19560-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
binfmt-support-2.2.1/configure-19574-      sed_drop_objext='s/\.o$//;s/\.obj$//'
binfmt-support-2.2.1/configure:19575:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
binfmt-support-2.2.1/configure-19576-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
binfmt-support-2.2.1/configure-19664-if test -z "$BASH_VERSION$ZSH_VERSION" \
binfmt-support-2.2.1/configure:19665:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
binfmt-support-2.2.1/configure-19666-  as_echo='print -r --'
binfmt-support-2.2.1/configure-19667-  as_echo_n='print -rn --'
binfmt-support-2.2.1/configure:19668:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
binfmt-support-2.2.1/configure-19669-  as_echo='printf %s\n'
##############################################
binfmt-support-2.2.1/configure-19671-else
binfmt-support-2.2.1/configure:19672:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
binfmt-support-2.2.1/configure-19673-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
binfmt-support-2.2.1/configure-19681-	expr "X$arg" : "X\\(.*\\)$as_nl";
binfmt-support-2.2.1/configure:19682:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
binfmt-support-2.2.1/configure-19683-      esac;
##############################################
binfmt-support-2.2.1/configure-19758-# ----------------------------------------
binfmt-support-2.2.1/configure:19759:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
binfmt-support-2.2.1/configure-19760-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
binfmt-support-2.2.1/configure-19830-  {
binfmt-support-2.2.1/configure:19831:    as_val=`expr "$@" || test $? -eq 1`
binfmt-support-2.2.1/configure-19832-  }
##############################################
binfmt-support-2.2.1/configure-19934-      case $as_dir in #(
binfmt-support-2.2.1/configure:19935:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
binfmt-support-2.2.1/configure-19936-      *) as_qdir=$as_dir;;
##############################################
binfmt-support-2.2.1/configure-20069-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
binfmt-support-2.2.1/configure:20070:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
binfmt-support-2.2.1/configure-20071-ac_cs_version="\\
##############################################
binfmt-support-2.2.1/configure-20094-  --*=?*)
binfmt-support-2.2.1/configure:20095:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
binfmt-support-2.2.1/configure:20096:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
binfmt-support-2.2.1/configure-20097-    ac_shift=:
##############################################
binfmt-support-2.2.1/configure-20099-  --*=)
binfmt-support-2.2.1/configure:20100:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
binfmt-support-2.2.1/configure-20101-    ac_optarg=
##############################################
binfmt-support-2.2.1/configure-20123-    case $ac_optarg in
binfmt-support-2.2.1/configure:20124:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
binfmt-support-2.2.1/configure-20125-    '') as_fn_error $? "missing file argument" ;;
##############################################
binfmt-support-2.2.1/configure-20131-    case $ac_optarg in
binfmt-support-2.2.1/configure:20132:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
binfmt-support-2.2.1/configure-20133-    esac
##############################################
binfmt-support-2.2.1/configure-20269-fi
binfmt-support-2.2.1/configure:20270:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
binfmt-support-2.2.1/configure-20271-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
binfmt-support-2.2.1/configure-20286-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
binfmt-support-2.2.1/configure:20287:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
binfmt-support-2.2.1/configure-20288-ac_delim='%!_!# '
##############################################
binfmt-support-2.2.1/configure-20292-
binfmt-support-2.2.1/configure:20293:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
binfmt-support-2.2.1/configure-20294-  if test $ac_delim_n = $ac_delim_num; then
##############################################
binfmt-support-2.2.1/configure-20430-for ac_last_try in false false :; do
binfmt-support-2.2.1/configure:20431:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
binfmt-support-2.2.1/configure-20432-  if test -z "$ac_tt"; then
##############################################
binfmt-support-2.2.1/configure-20562-      esac
binfmt-support-2.2.1/configure:20563:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
binfmt-support-2.2.1/configure-20564-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
binfmt-support-2.2.1/configure-20621-*)
binfmt-support-2.2.1/configure:20622:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
binfmt-support-2.2.1/configure-20623-  # A ".." for each directory in $ac_dir_suffix.
binfmt-support-2.2.1/configure:20624:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
binfmt-support-2.2.1/configure-20625-  case $ac_top_builddir_sub in
##############################################
binfmt-support-2.2.1/configure-20682-/@mandir@/p'
binfmt-support-2.2.1/configure:20683:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
binfmt-support-2.2.1/configure-20684-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
binfmt-support-2.2.1/configure-20699-
binfmt-support-2.2.1/configure:20700:# Neutralize VPATH when `$srcdir' = `.'.
binfmt-support-2.2.1/configure-20701-# Shell code in configure.ac might set extrasub.
##############################################
binfmt-support-2.2.1/configure-20727-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
binfmt-support-2.2.1/configure:20728:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
binfmt-support-2.2.1/configure-20729-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
binfmt-support-2.2.1/configure-20773-    * )
binfmt-support-2.2.1/configure:20774:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
binfmt-support-2.2.1/configure-20775-  esac
##############################################
binfmt-support-2.2.1/configure-20828-    # Strip MF so we end up with the name of the file.
binfmt-support-2.2.1/configure:20829:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
binfmt-support-2.2.1/configure-20830-    # Check whether this is an Automake generated Makefile which includes
##############################################
binfmt-support-2.2.1/doc/Makefile.in-50-  { \
binfmt-support-2.2.1/doc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/doc/Makefile.in-52-  }; \
##############################################
binfmt-support-2.2.1/doc/Makefile.in-1015-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/doc/Makefile.in:1016:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/doc/Makefile.in:1017:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/doc/Makefile.in-1018-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/doc/Makefile.in-1029-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/doc/Makefile.in:1030:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/doc/Makefile.in-1031-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-106-  { \
binfmt-support-2.2.1/gl/lib/Makefile.in:107:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-108-  }; \
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-364-  while test -n "$$dir1"; do \
binfmt-support-2.2.1/gl/lib/Makefile.in:365:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-366-    if test "$$first" != "."; then \
binfmt-support-2.2.1/gl/lib/Makefile.in-367-      if test "$$first" = ".."; then \
binfmt-support-2.2.1/gl/lib/Makefile.in:368:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
binfmt-support-2.2.1/gl/lib/Makefile.in:369:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-370-      else \
binfmt-support-2.2.1/gl/lib/Makefile.in:371:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-372-        if test "$$first2" = "$$first"; then \
binfmt-support-2.2.1/gl/lib/Makefile.in:373:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-374-        else \
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-379-    fi; \
binfmt-support-2.2.1/gl/lib/Makefile.in:380:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-381-  done; \
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-1418-.c.obj:
binfmt-support-2.2.1/gl/lib/Makefile.in:1419:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
binfmt-support-2.2.1/gl/lib/Makefile.in-1420-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-1422-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
binfmt-support-2.2.1/gl/lib/Makefile.in:1423:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
binfmt-support-2.2.1/gl/lib/Makefile.in-1424-
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-1438-	dot_seen=no; \
binfmt-support-2.2.1/gl/lib/Makefile.in:1439:	target=`echo $@ | sed s/-recursive//`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-1440-	case "$@" in \
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-1501-GTAGS:
binfmt-support-2.2.1/gl/lib/Makefile.in:1502:	here=`$(am__cd) $(top_builddir) && pwd` \
binfmt-support-2.2.1/gl/lib/Makefile.in-1503-	  && $(am__cd) $(top_srcdir) \
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-1527-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/gl/lib/Makefile.in:1528:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/gl/lib/Makefile.in:1529:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-1530-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/gl/lib/Makefile.in-1541-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/gl/lib/Makefile.in:1542:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/gl/lib/Makefile.in-1543-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/gl/m4/00gnulib.m4-37-  [AC][_DEFUN([$1],
binfmt-support-2.2.1/gl/m4/00gnulib.m4:38:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
binfmt-support-2.2.1/gl/m4/00gnulib.m4-39-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
##############################################
binfmt-support-2.2.1/gl/m4/exponentd.m4-107-    word*bit*)
binfmt-support-2.2.1/gl/m4/exponentd.m4:108:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
binfmt-support-2.2.1/gl/m4/exponentd.m4:109:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
binfmt-support-2.2.1/gl/m4/exponentd.m4-110-      AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word],
##############################################
binfmt-support-2.2.1/gl/m4/getopt.m4-218-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
binfmt-support-2.2.1/gl/m4/getopt.m4:219:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
binfmt-support-2.2.1/gl/m4/getopt.m4-220-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4-429-      sed_drop_objext='s/\.o$//;s/\.obj$//'
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4:430:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4-431-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4-447-changequote(,)dnl
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4:448:  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
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4-449-changequote([, ])dnl
##############################################
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4-475-      sed_drop_objext='s/\.o$//;s/\.obj$//'
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4:476:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
binfmt-support-2.2.1/gl/m4/gnulib-comp.m4-477-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
binfmt-support-2.2.1/gl/m4/stdint.m4-406-    fi
binfmt-support-2.2.1/gl/m4/stdint.m4:407:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
binfmt-support-2.2.1/gl/m4/stdint.m4-408-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
binfmt-support-2.2.1/gl/m4/stdint.m4-435-    eval result=\$gl_cv_type_${gltype}_signed
binfmt-support-2.2.1/gl/m4/stdint.m4:436:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
binfmt-support-2.2.1/gl/m4/stdint.m4-437-    if test "$result" = yes; then
##############################################
binfmt-support-2.2.1/gl/m4/stdint.m4-489-       done])
binfmt-support-2.2.1/gl/m4/stdint.m4:490:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
binfmt-support-2.2.1/gl/m4/stdint.m4-491-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
binfmt-support-2.2.1/gl/m4/warnings.m4-33-case $gl_positive in
binfmt-support-2.2.1/gl/m4/warnings.m4:34:  -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;;
binfmt-support-2.2.1/gl/m4/warnings.m4-35-esac
##############################################
binfmt-support-2.2.1/gl/m4/wchar_h.m4-91-     save_ac_compile="$ac_compile"
binfmt-support-2.2.1/gl/m4/wchar_h.m4:92:     ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
binfmt-support-2.2.1/gl/m4/wchar_h.m4-93-     if echo '#include "conftest.c"' >conftest1.c &&
##############################################
binfmt-support-2.2.1/gl/m4/wchar_h.m4-107-       dnl See note above about renaming object files.
binfmt-support-2.2.1/gl/m4/wchar_h.m4:108:       ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
binfmt-support-2.2.1/gl/m4/wchar_h.m4-109-       if echo '#include "conftest.c"' >conftest2.c &&
##############################################
binfmt-support-2.2.1/init/Makefile.in-49-  { \
binfmt-support-2.2.1/init/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/init/Makefile.in-51-  }; \
##############################################
binfmt-support-2.2.1/init/Makefile.in-226-  while test -n "$$dir1"; do \
binfmt-support-2.2.1/init/Makefile.in:227:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
binfmt-support-2.2.1/init/Makefile.in-228-    if test "$$first" != "."; then \
binfmt-support-2.2.1/init/Makefile.in-229-      if test "$$first" = ".."; then \
binfmt-support-2.2.1/init/Makefile.in:230:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
binfmt-support-2.2.1/init/Makefile.in:231:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
binfmt-support-2.2.1/init/Makefile.in-232-      else \
binfmt-support-2.2.1/init/Makefile.in:233:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
binfmt-support-2.2.1/init/Makefile.in-234-        if test "$$first2" = "$$first"; then \
binfmt-support-2.2.1/init/Makefile.in:235:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
binfmt-support-2.2.1/init/Makefile.in-236-        else \
##############################################
binfmt-support-2.2.1/init/Makefile.in-241-    fi; \
binfmt-support-2.2.1/init/Makefile.in:242:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
binfmt-support-2.2.1/init/Makefile.in-243-  done; \
##############################################
binfmt-support-2.2.1/init/Makefile.in-1076-	dot_seen=no; \
binfmt-support-2.2.1/init/Makefile.in:1077:	target=`echo $@ | sed s/-recursive//`; \
binfmt-support-2.2.1/init/Makefile.in-1078-	case "$@" in \
##############################################
binfmt-support-2.2.1/init/Makefile.in-1139-GTAGS:
binfmt-support-2.2.1/init/Makefile.in:1140:	here=`$(am__cd) $(top_builddir) && pwd` \
binfmt-support-2.2.1/init/Makefile.in-1141-	  && $(am__cd) $(top_srcdir) \
##############################################
binfmt-support-2.2.1/init/Makefile.in-1165-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/init/Makefile.in:1166:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/Makefile.in:1167:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/Makefile.in-1168-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/init/Makefile.in-1179-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/init/Makefile.in:1180:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/init/Makefile.in-1181-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/init/openrc/Makefile.in-50-  { \
binfmt-support-2.2.1/init/openrc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/init/openrc/Makefile.in-52-  }; \
##############################################
binfmt-support-2.2.1/init/openrc/Makefile.in-163-CONFIG_CLEAN_VPATH_FILES =
binfmt-support-2.2.1/init/openrc/Makefile.in:164:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
binfmt-support-2.2.1/init/openrc/Makefile.in-165-am__vpath_adj = case $$p in \
binfmt-support-2.2.1/init/openrc/Makefile.in:166:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
binfmt-support-2.2.1/init/openrc/Makefile.in-167-    *) f=$$p;; \
binfmt-support-2.2.1/init/openrc/Makefile.in-168-  esac;
binfmt-support-2.2.1/init/openrc/Makefile.in:169:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
binfmt-support-2.2.1/init/openrc/Makefile.in-170-am__install_max = 40
binfmt-support-2.2.1/init/openrc/Makefile.in-171-am__nobase_strip_setup = \
binfmt-support-2.2.1/init/openrc/Makefile.in:172:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
binfmt-support-2.2.1/init/openrc/Makefile.in-173-am__nobase_strip = \
##############################################
binfmt-support-2.2.1/init/openrc/Makefile.in-1080-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/init/openrc/Makefile.in:1081:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/openrc/Makefile.in:1082:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/openrc/Makefile.in-1083-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/init/openrc/Makefile.in-1094-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/init/openrc/Makefile.in:1095:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/init/openrc/Makefile.in-1096-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/init/systemd/Makefile.in-50-  { \
binfmt-support-2.2.1/init/systemd/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/init/systemd/Makefile.in-52-  }; \
##############################################
binfmt-support-2.2.1/init/systemd/Makefile.in-182-  esac
binfmt-support-2.2.1/init/systemd/Makefile.in:183:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
binfmt-support-2.2.1/init/systemd/Makefile.in-184-am__vpath_adj = case $$p in \
binfmt-support-2.2.1/init/systemd/Makefile.in:185:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
binfmt-support-2.2.1/init/systemd/Makefile.in-186-    *) f=$$p;; \
binfmt-support-2.2.1/init/systemd/Makefile.in-187-  esac;
binfmt-support-2.2.1/init/systemd/Makefile.in:188:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
binfmt-support-2.2.1/init/systemd/Makefile.in-189-am__install_max = 40
binfmt-support-2.2.1/init/systemd/Makefile.in-190-am__nobase_strip_setup = \
binfmt-support-2.2.1/init/systemd/Makefile.in:191:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
binfmt-support-2.2.1/init/systemd/Makefile.in-192-am__nobase_strip = \
##############################################
binfmt-support-2.2.1/init/systemd/Makefile.in-1052-	@list='$(nodist_systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
binfmt-support-2.2.1/init/systemd/Makefile.in:1053:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
binfmt-support-2.2.1/init/systemd/Makefile.in-1054-	dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
##############################################
binfmt-support-2.2.1/init/systemd/Makefile.in-1065-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/init/systemd/Makefile.in:1066:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/systemd/Makefile.in:1067:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/systemd/Makefile.in-1068-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/init/systemd/Makefile.in-1079-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/init/systemd/Makefile.in:1080:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/init/systemd/Makefile.in-1081-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/init/sysvinit/Makefile.in-50-  { \
binfmt-support-2.2.1/init/sysvinit/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/init/sysvinit/Makefile.in-52-  }; \
##############################################
binfmt-support-2.2.1/init/sysvinit/Makefile.in-163-CONFIG_CLEAN_VPATH_FILES =
binfmt-support-2.2.1/init/sysvinit/Makefile.in:164:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
binfmt-support-2.2.1/init/sysvinit/Makefile.in-165-am__vpath_adj = case $$p in \
binfmt-support-2.2.1/init/sysvinit/Makefile.in:166:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
binfmt-support-2.2.1/init/sysvinit/Makefile.in-167-    *) f=$$p;; \
binfmt-support-2.2.1/init/sysvinit/Makefile.in-168-  esac;
binfmt-support-2.2.1/init/sysvinit/Makefile.in:169:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
binfmt-support-2.2.1/init/sysvinit/Makefile.in-170-am__install_max = 40
binfmt-support-2.2.1/init/sysvinit/Makefile.in-171-am__nobase_strip_setup = \
binfmt-support-2.2.1/init/sysvinit/Makefile.in:172:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
binfmt-support-2.2.1/init/sysvinit/Makefile.in-173-am__nobase_strip = \
##############################################
binfmt-support-2.2.1/init/sysvinit/Makefile.in-1080-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/init/sysvinit/Makefile.in:1081:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/sysvinit/Makefile.in:1082:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/sysvinit/Makefile.in-1083-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/init/sysvinit/Makefile.in-1094-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/init/sysvinit/Makefile.in:1095:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/init/sysvinit/Makefile.in-1096-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/init/upstart/Makefile.in-50-  { \
binfmt-support-2.2.1/init/upstart/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/init/upstart/Makefile.in-52-  }; \
##############################################
binfmt-support-2.2.1/init/upstart/Makefile.in-182-  esac
binfmt-support-2.2.1/init/upstart/Makefile.in:183:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
binfmt-support-2.2.1/init/upstart/Makefile.in-184-am__vpath_adj = case $$p in \
binfmt-support-2.2.1/init/upstart/Makefile.in:185:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
binfmt-support-2.2.1/init/upstart/Makefile.in-186-    *) f=$$p;; \
binfmt-support-2.2.1/init/upstart/Makefile.in-187-  esac;
binfmt-support-2.2.1/init/upstart/Makefile.in:188:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
binfmt-support-2.2.1/init/upstart/Makefile.in-189-am__install_max = 40
binfmt-support-2.2.1/init/upstart/Makefile.in-190-am__nobase_strip_setup = \
binfmt-support-2.2.1/init/upstart/Makefile.in:191:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
binfmt-support-2.2.1/init/upstart/Makefile.in-192-am__nobase_strip = \
##############################################
binfmt-support-2.2.1/init/upstart/Makefile.in-1053-	@list='$(upstart_DATA)'; test -n "$(upstartdir)" || list=; \
binfmt-support-2.2.1/init/upstart/Makefile.in:1054:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
binfmt-support-2.2.1/init/upstart/Makefile.in-1055-	dir='$(DESTDIR)$(upstartdir)'; $(am__uninstall_files_from_dir)
##############################################
binfmt-support-2.2.1/init/upstart/Makefile.in-1066-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/init/upstart/Makefile.in:1067:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/upstart/Makefile.in:1068:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/init/upstart/Makefile.in-1069-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/init/upstart/Makefile.in-1080-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/init/upstart/Makefile.in:1081:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/init/upstart/Makefile.in-1082-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/man/Makefile.in-49-  { \
binfmt-support-2.2.1/man/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/man/Makefile.in-51-  }; \
##############################################
binfmt-support-2.2.1/man/Makefile.in-181-  esac
binfmt-support-2.2.1/man/Makefile.in:182:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
binfmt-support-2.2.1/man/Makefile.in-183-am__vpath_adj = case $$p in \
binfmt-support-2.2.1/man/Makefile.in:184:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
binfmt-support-2.2.1/man/Makefile.in-185-    *) f=$$p;; \
binfmt-support-2.2.1/man/Makefile.in-186-  esac;
binfmt-support-2.2.1/man/Makefile.in:187:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
binfmt-support-2.2.1/man/Makefile.in-188-am__install_max = 40
binfmt-support-2.2.1/man/Makefile.in-189-am__nobase_strip_setup = \
binfmt-support-2.2.1/man/Makefile.in:190:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
binfmt-support-2.2.1/man/Makefile.in-191-am__nobase_strip = \
##############################################
binfmt-support-2.2.1/man/Makefile.in-1039-	test -n "$(man8dir)" \
binfmt-support-2.2.1/man/Makefile.in:1040:	  && test -n "`echo $$list1$$list2`" \
binfmt-support-2.2.1/man/Makefile.in-1041-	  || exit 0; \
##############################################
binfmt-support-2.2.1/man/Makefile.in-1086-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/man/Makefile.in:1087:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/man/Makefile.in:1088:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/man/Makefile.in-1089-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/man/Makefile.in-1100-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/man/Makefile.in:1101:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/man/Makefile.in-1102-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/src/Makefile.in-50-  { \
binfmt-support-2.2.1/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/src/Makefile.in-52-  }; \
##############################################
binfmt-support-2.2.1/src/Makefile.in-261-  while test -n "$$dir1"; do \
binfmt-support-2.2.1/src/Makefile.in:262:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
binfmt-support-2.2.1/src/Makefile.in-263-    if test "$$first" != "."; then \
binfmt-support-2.2.1/src/Makefile.in-264-      if test "$$first" = ".."; then \
binfmt-support-2.2.1/src/Makefile.in:265:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
binfmt-support-2.2.1/src/Makefile.in:266:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
binfmt-support-2.2.1/src/Makefile.in-267-      else \
binfmt-support-2.2.1/src/Makefile.in:268:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
binfmt-support-2.2.1/src/Makefile.in-269-        if test "$$first2" = "$$first"; then \
binfmt-support-2.2.1/src/Makefile.in:270:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
binfmt-support-2.2.1/src/Makefile.in-271-        else \
##############################################
binfmt-support-2.2.1/src/Makefile.in-276-    fi; \
binfmt-support-2.2.1/src/Makefile.in:277:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
binfmt-support-2.2.1/src/Makefile.in-278-  done; \
##############################################
binfmt-support-2.2.1/src/Makefile.in-1252-.c.obj:
binfmt-support-2.2.1/src/Makefile.in:1253:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
binfmt-support-2.2.1/src/Makefile.in-1254-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
binfmt-support-2.2.1/src/Makefile.in-1256-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
binfmt-support-2.2.1/src/Makefile.in:1257:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
binfmt-support-2.2.1/src/Makefile.in-1258-
##############################################
binfmt-support-2.2.1/src/Makefile.in-1272-	dot_seen=no; \
binfmt-support-2.2.1/src/Makefile.in:1273:	target=`echo $@ | sed s/-recursive//`; \
binfmt-support-2.2.1/src/Makefile.in-1274-	case "$@" in \
##############################################
binfmt-support-2.2.1/src/Makefile.in-1335-GTAGS:
binfmt-support-2.2.1/src/Makefile.in:1336:	here=`$(am__cd) $(top_builddir) && pwd` \
binfmt-support-2.2.1/src/Makefile.in-1337-	  && $(am__cd) $(top_srcdir) \
##############################################
binfmt-support-2.2.1/src/Makefile.in-1361-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/src/Makefile.in:1362:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/src/Makefile.in:1363:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/src/Makefile.in-1364-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/src/Makefile.in-1375-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/src/Makefile.in:1376:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/src/Makefile.in-1377-	    if test -d "$(distdir)/$$file"; then \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-49-  { \
binfmt-support-2.2.1/src/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
binfmt-support-2.2.1/src/tests/Makefile.in-51-  }; \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-205-}
binfmt-support-2.2.1/src/tests/Makefile.in:206:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
binfmt-support-2.2.1/src/tests/Makefile.in-207-am__vpath_adj = case $$p in \
binfmt-support-2.2.1/src/tests/Makefile.in:208:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
binfmt-support-2.2.1/src/tests/Makefile.in-209-    *) f=$$p;; \
binfmt-support-2.2.1/src/tests/Makefile.in-210-  esac;
binfmt-support-2.2.1/src/tests/Makefile.in:211:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
binfmt-support-2.2.1/src/tests/Makefile.in-212-am__install_max = 40
binfmt-support-2.2.1/src/tests/Makefile.in-213-am__nobase_strip_setup = \
binfmt-support-2.2.1/src/tests/Makefile.in:214:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
binfmt-support-2.2.1/src/tests/Makefile.in-215-am__nobase_strip = \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-333-case "$@" in						\
binfmt-support-2.2.1/src/tests/Makefile.in:334:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
binfmt-support-2.2.1/src/tests/Makefile.in-335-    *) am__odir=.;; 					\
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-363-  bases='$(TEST_LOGS)'; \
binfmt-support-2.2.1/src/tests/Makefile.in:364:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
binfmt-support-2.2.1/src/tests/Makefile.in:365:  bases=`echo $$bases`
binfmt-support-2.2.1/src/tests/Makefile.in-366-RECHECK_LOGS = $(TEST_LOGS)
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-376-        */*) b='$*';; \
binfmt-support-2.2.1/src/tests/Makefile.in:377:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
binfmt-support-2.2.1/src/tests/Makefile.in-378-       esac;; \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-1252-	if test -n "$$redo_bases"; then \
binfmt-support-2.2.1/src/tests/Makefile.in:1253:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1254:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
binfmt-support-2.2.1/src/tests/Makefile.in-1255-	  if $(am__make_dryrun); then :; else \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-1277-	ws='[ 	]'; \
binfmt-support-2.2.1/src/tests/Makefile.in:1278:	results=`for b in $$bases; do echo $$b.trs; done`; \
binfmt-support-2.2.1/src/tests/Makefile.in-1279-	test -n "$$results" || results=/dev/null; \
binfmt-support-2.2.1/src/tests/Makefile.in:1280:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1281:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1282:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1283:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1284:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1285:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1286:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1287:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
binfmt-support-2.2.1/src/tests/Makefile.in-1288-	  success=true; \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-1356-	@set +e; $(am__set_TESTS_bases); \
binfmt-support-2.2.1/src/tests/Makefile.in:1357:	log_list=`for i in $$bases; do echo $$i.log; done`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1358:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1359:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
binfmt-support-2.2.1/src/tests/Makefile.in-1360-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-1366-	         | $(am__list_recheck_tests)` || exit 1; \
binfmt-support-2.2.1/src/tests/Makefile.in:1367:	log_list=`for i in $$bases; do echo $$i.log; done`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1368:	log_list=`echo $$log_list`; \
binfmt-support-2.2.1/src/tests/Makefile.in-1369-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-1433-distdir-am: $(DISTFILES)
binfmt-support-2.2.1/src/tests/Makefile.in:1434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/src/tests/Makefile.in:1435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
binfmt-support-2.2.1/src/tests/Makefile.in-1436-	list='$(DISTFILES)'; \
##############################################
binfmt-support-2.2.1/src/tests/Makefile.in-1447-	  if test -d $$d/$$file; then \
binfmt-support-2.2.1/src/tests/Makefile.in:1448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
binfmt-support-2.2.1/src/tests/Makefile.in-1449-	    if test -d "$(distdir)/$$file"; then \