===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
paperkey-1.6/config.guess-40-
paperkey-1.6/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
paperkey-1.6/config.guess-42-
##############################################
paperkey-1.6/config.guess-109-: ${TMPDIR=/tmp} ;
paperkey-1.6/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
paperkey-1.6/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
paperkey-1.6/config.guess-195-	    *)
paperkey-1.6/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
paperkey-1.6/config.guess-197-		;;
##############################################
paperkey-1.6/config.guess-222-	*4.0)
paperkey-1.6/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
paperkey-1.6/config.guess-224-		;;
paperkey-1.6/config.guess-225-	*5.*)
paperkey-1.6/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
paperkey-1.6/config.guess-227-		;;
##############################################
paperkey-1.6/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
paperkey-1.6/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
paperkey-1.6/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
paperkey-1.6/config.guess-270-	# 1.2 uses "1.2" for uname -r.
paperkey-1.6/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
paperkey-1.6/config.guess-272-	exit ;;
##############################################
paperkey-1.6/config.guess-327-    s390x:SunOS:*:*)
paperkey-1.6/config.guess:328:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
paperkey-1.6/config.guess-329-	exit ;;
paperkey-1.6/config.guess-330-    sun4H:SunOS:5.*:*)
paperkey-1.6/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
paperkey-1.6/config.guess-332-	exit ;;
paperkey-1.6/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
paperkey-1.6/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
paperkey-1.6/config.guess-335-	exit ;;
##############################################
paperkey-1.6/config.guess-352-	fi
paperkey-1.6/config.guess:353:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
paperkey-1.6/config.guess-354-	exit ;;
##############################################
paperkey-1.6/config.guess-358-	# it's likely to be more like Solaris than SunOS4.
paperkey-1.6/config.guess:359:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
paperkey-1.6/config.guess-360-	exit ;;
##############################################
paperkey-1.6/config.guess-367-	# Japanese Language versions have a version number like `4.1.3-JL'.
paperkey-1.6/config.guess:368:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
paperkey-1.6/config.guess-369-	exit ;;
##############################################
paperkey-1.6/config.guess-373-    sun*:*:4.2BSD:*)
paperkey-1.6/config.guess:374:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
paperkey-1.6/config.guess-375-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
paperkey-1.6/config.guess-455-	$CC_FOR_BUILD -o $dummy $dummy.c &&
paperkey-1.6/config.guess:456:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
paperkey-1.6/config.guess:457:	  SYSTEM_NAME=`$dummy $dummyarg` &&
paperkey-1.6/config.guess-458-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
paperkey-1.6/config.guess-511-    *:IRIX*:*:*)
paperkey-1.6/config.guess:512:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
paperkey-1.6/config.guess-513-	exit ;;
##############################################
paperkey-1.6/config.guess-541-EOF
paperkey-1.6/config.guess:542:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
paperkey-1.6/config.guess-543-		then
##############################################
paperkey-1.6/config.guess-554-    *:AIX:*:[456])
paperkey-1.6/config.guess:555:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
paperkey-1.6/config.guess-556-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
paperkey-1.6/config.guess-589-    9000/[34678]??:HP-UX:*:*)
paperkey-1.6/config.guess:590:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
paperkey-1.6/config.guess-591-	case "${UNAME_MACHINE}" in
##############################################
paperkey-1.6/config.guess-643-EOF
paperkey-1.6/config.guess:644:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
paperkey-1.6/config.guess-645-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
paperkey-1.6/config.guess-671-    ia64:HP-UX:*:*)
paperkey-1.6/config.guess:672:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
paperkey-1.6/config.guess-673-	echo ia64-hp-hpux${HPUX_REV}
##############################################
paperkey-1.6/config.guess-701-EOF
paperkey-1.6/config.guess:702:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
paperkey-1.6/config.guess-703-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
paperkey-1.6/config.guess-772-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
paperkey-1.6/config.guess:773:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
paperkey-1.6/config.guess-774-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
paperkey-1.6/config.guess-777-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
paperkey-1.6/config.guess:778:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
paperkey-1.6/config.guess-779-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
paperkey-1.6/config.guess-792-	    pc98)
paperkey-1.6/config.guess:793:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
paperkey-1.6/config.guess-794-	    amd64)
paperkey-1.6/config.guess:795:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
paperkey-1.6/config.guess-796-	    *)
paperkey-1.6/config.guess:797:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
paperkey-1.6/config.guess-798-	esac
##############################################
paperkey-1.6/config.guess-846-    prep*:SunOS:5.*:*)
paperkey-1.6/config.guess:847:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
paperkey-1.6/config.guess-848-	exit ;;
##############################################
paperkey-1.6/config.guess-850-	# the GNU system
paperkey-1.6/config.guess:851:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
paperkey-1.6/config.guess-852-	exit ;;
##############################################
paperkey-1.6/config.guess-854-	# other systems with GNU libc and userland
paperkey-1.6/config.guess:855:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
paperkey-1.6/config.guess-856-	exit ;;
##############################################
paperkey-1.6/config.guess-903-EOF
paperkey-1.6/config.guess:904:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
paperkey-1.6/config.guess-905-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
paperkey-1.6/config.guess-931-EOF
paperkey-1.6/config.guess:932:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
paperkey-1.6/config.guess-933-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
paperkey-1.6/config.guess-1013-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
paperkey-1.6/config.guess:1014:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
paperkey-1.6/config.guess-1015-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
paperkey-1.6/config.guess-1280-    *:DragonFly:*:*)
paperkey-1.6/config.guess:1281:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
paperkey-1.6/config.guess-1282-	exit ;;
##############################################
paperkey-1.6/config.guess-1293-    i*86:skyos:*:*)
paperkey-1.6/config.guess:1294:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
paperkey-1.6/config.guess-1295-	exit ;;
##############################################
paperkey-1.6/config.guess-1421-
paperkey-1.6/config.guess:1422:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
paperkey-1.6/config.guess-1423-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
paperkey-1.6/configure-49-if test -z "$BASH_VERSION$ZSH_VERSION" \
paperkey-1.6/configure:50:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
paperkey-1.6/configure-51-  as_echo='print -r --'
paperkey-1.6/configure-52-  as_echo_n='print -rn --'
paperkey-1.6/configure:53:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
paperkey-1.6/configure-54-  as_echo='printf %s\n'
##############################################
paperkey-1.6/configure-56-else
paperkey-1.6/configure:57:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
paperkey-1.6/configure-58-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
paperkey-1.6/configure-66-	expr "X$arg" : "X\\(.*\\)$as_nl";
paperkey-1.6/configure:67:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
paperkey-1.6/configure-68-      esac;
##############################################
paperkey-1.6/configure-176-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
paperkey-1.6/configure:177:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
paperkey-1.6/configure-178-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
paperkey-1.6/configure-293-      case $as_dir in #(
paperkey-1.6/configure:294:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
paperkey-1.6/configure-295-      *) as_qdir=$as_dir;;
##############################################
paperkey-1.6/configure-358-  {
paperkey-1.6/configure:359:    as_val=`expr "$@" || test $? -eq 1`
paperkey-1.6/configure-360-  }
##############################################
paperkey-1.6/configure-365-# ----------------------------------------
paperkey-1.6/configure:366:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
paperkey-1.6/configure-367-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
paperkey-1.6/configure-428-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
paperkey-1.6/configure:429:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
paperkey-1.6/configure-430-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
paperkey-1.6/configure-519-	esac;
paperkey-1.6/configure:520:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
paperkey-1.6/configure-521-	???[sx]*):;;*)false;;esac;fi
##############################################
paperkey-1.6/configure-983-  case $ac_option in
paperkey-1.6/configure:984:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
paperkey-1.6/configure-985-  *)	ac_optarg=yes ;;
##############################################
paperkey-1.6/configure-1026-  -disable-* | --disable-*)
paperkey-1.6/configure:1027:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
paperkey-1.6/configure-1028-    # Reject names that are not valid shell variable names.
##############################################
paperkey-1.6/configure-1031-    ac_useropt_orig=$ac_useropt
paperkey-1.6/configure:1032:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
paperkey-1.6/configure-1033-    case $ac_user_opts in
##############################################
paperkey-1.6/configure-1052-  -enable-* | --enable-*)
paperkey-1.6/configure:1053:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
paperkey-1.6/configure-1054-    # Reject names that are not valid shell variable names.
##############################################
paperkey-1.6/configure-1057-    ac_useropt_orig=$ac_useropt
paperkey-1.6/configure:1058:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
paperkey-1.6/configure-1059-    case $ac_user_opts in
##############################################
paperkey-1.6/configure-1256-  -with-* | --with-*)
paperkey-1.6/configure:1257:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
paperkey-1.6/configure-1258-    # Reject names that are not valid shell variable names.
##############################################
paperkey-1.6/configure-1261-    ac_useropt_orig=$ac_useropt
paperkey-1.6/configure:1262:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
paperkey-1.6/configure-1263-    case $ac_user_opts in
##############################################
paperkey-1.6/configure-1272-  -without-* | --without-*)
paperkey-1.6/configure:1273:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
paperkey-1.6/configure-1274-    # Reject names that are not valid shell variable names.
##############################################
paperkey-1.6/configure-1277-    ac_useropt_orig=$ac_useropt
paperkey-1.6/configure:1278:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
paperkey-1.6/configure-1279-    case $ac_user_opts in
##############################################
paperkey-1.6/configure-1310-  *=*)
paperkey-1.6/configure:1311:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
paperkey-1.6/configure-1312-    # Reject names that are not valid shell variable names.
##############################################
paperkey-1.6/configure-1331-if test -n "$ac_prev"; then
paperkey-1.6/configure:1332:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
paperkey-1.6/configure-1333-  as_fn_error $? "missing argument to $ac_option"
##############################################
paperkey-1.6/configure-1353-    */ )
paperkey-1.6/configure:1354:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
paperkey-1.6/configure-1355-      eval $ac_var=\$ac_val;;
##############################################
paperkey-1.6/configure-1390-ac_ls_di=`ls -di .` &&
paperkey-1.6/configure:1391:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
paperkey-1.6/configure-1392-  as_fn_error $? "working directory cannot be determined"
##############################################
paperkey-1.6/configure-1446-case $srcdir in
paperkey-1.6/configure:1447:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
paperkey-1.6/configure-1448-esac
##############################################
paperkey-1.6/configure-1489-By default, \`make install' will install all the files in
paperkey-1.6/configure:1490:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
paperkey-1.6/configure:1491:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
paperkey-1.6/configure-1492-for instance \`--prefix=\$HOME'.
##############################################
paperkey-1.6/configure-1581-*)
paperkey-1.6/configure:1582:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
paperkey-1.6/configure-1583-  # A ".." for each directory in $ac_dir_suffix.
paperkey-1.6/configure:1584:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
paperkey-1.6/configure-1585-  case $ac_top_builddir_sub in
##############################################
paperkey-1.6/configure-2303-    *\'*)
paperkey-1.6/configure:2304:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
paperkey-1.6/configure-2305-    esac
##############################################
paperkey-1.6/configure-2386-      case $ac_val in
paperkey-1.6/configure:2387:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
paperkey-1.6/configure-2388-      esac
##############################################
paperkey-1.6/configure-2401-	case $ac_val in
paperkey-1.6/configure:2402:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
paperkey-1.6/configure-2403-	esac
##############################################
paperkey-1.6/configure-2528-    set,)
paperkey-1.6/configure:2529:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
paperkey-1.6/configure:2530:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
paperkey-1.6/configure-2531-      ac_cache_corrupted=: ;;
##############################################
paperkey-1.6/configure-2539-	# differences in whitespace do not lead to failure.
paperkey-1.6/configure:2540:	ac_old_val_w=`echo x $ac_old_val`
paperkey-1.6/configure:2541:	ac_new_val_w=`echo x $ac_new_val`
paperkey-1.6/configure-2542-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
paperkey-1.6/configure-2559-    case $ac_new_val in
paperkey-1.6/configure:2560:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
paperkey-1.6/configure-2561-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
paperkey-1.6/configure-2934-$as_echo_n "checking whether the C compiler works... " >&6; }
paperkey-1.6/configure:2935:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
paperkey-1.6/configure-2936-
##############################################
paperkey-1.6/configure-2978-	then :; else
paperkey-1.6/configure:2979:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
paperkey-1.6/configure-2980-	fi
##############################################
paperkey-1.6/configure-3038-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
paperkey-1.6/configure:3039:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
paperkey-1.6/configure-3040-	  break;;
##############################################
paperkey-1.6/configure-3147-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
paperkey-1.6/configure:3148:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
paperkey-1.6/configure-3149-       break;;
##############################################
paperkey-1.6/configure-3536-  # Check for GNU $ac_path_GREP
paperkey-1.6/configure:3537:case `"$ac_path_GREP" --version 2>&1` in
paperkey-1.6/configure-3538-*GNU*)
##############################################
paperkey-1.6/configure-3602-  # Check for GNU $ac_path_EGREP
paperkey-1.6/configure:3603:case `"$ac_path_EGREP" --version 2>&1` in
paperkey-1.6/configure-3604-*GNU*)
##############################################
paperkey-1.6/configure-3763-do :
paperkey-1.6/configure:3764:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
paperkey-1.6/configure-3765-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
paperkey-1.6/configure-3768-  cat >>confdefs.h <<_ACEOF
paperkey-1.6/configure:3769:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
paperkey-1.6/configure-3770-_ACEOF
##############################################
paperkey-1.6/configure-4059-if (
paperkey-1.6/configure:4060:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
paperkey-1.6/configure-4061-   if test "$*" = "X"; then
paperkey-1.6/configure-4062-      # -L didn't work.
paperkey-1.6/configure:4063:      set X `ls -t "$srcdir/configure" conftest.file`
paperkey-1.6/configure-4064-   fi
##############################################
paperkey-1.6/configure-4095-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
paperkey-1.6/configure:4096:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
paperkey-1.6/configure-4097-
paperkey-1.6/configure-4098-# expand $ac_aux_dir to an absolute path
paperkey-1.6/configure:4099:am_aux_dir=`cd $ac_aux_dir && pwd`
paperkey-1.6/configure-4100-
##############################################
paperkey-1.6/configure-4240-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
paperkey-1.6/configure:4241:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
paperkey-1.6/configure-4242-	     'mkdir (GNU coreutils) '* | \
##############################################
paperkey-1.6/configure-4319-set x ${MAKE-make}
paperkey-1.6/configure:4320:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
paperkey-1.6/configure-4321-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
paperkey-1.6/configure-4329-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
paperkey-1.6/configure:4330:case `${MAKE-make} -f conftest.make 2>/dev/null` in
paperkey-1.6/configure-4331-  *@@@%%%=?*=@@@%%%*)
##############################################
paperkey-1.6/configure-4376-# Ignore all kinds of additional output from `make'.
paperkey-1.6/configure:4377:case `$am_make -s -f confmf 2> /dev/null` in #(
paperkey-1.6/configure-4378-*the\ am__doit\ target*)
##############################################
paperkey-1.6/configure-4386-   echo '.include "confinc"' > confmf
paperkey-1.6/configure:4387:   case `$am_make -s -f confmf 2> /dev/null` in #(
paperkey-1.6/configure-4388-   *the\ am__doit\ target*)
##############################################
paperkey-1.6/configure-4418-
paperkey-1.6/configure:4419:if test "`cd $srcdir && pwd`" != "`pwd`"; then
paperkey-1.6/configure-4420-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
paperkey-1.6/configure-4507-  if test "$am_compiler_list" = ""; then
paperkey-1.6/configure:4508:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
paperkey-1.6/configure-4509-  fi
##############################################
paperkey-1.6/configure-4618-test "x$ac_build_alias" = x &&
paperkey-1.6/configure:4619:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
paperkey-1.6/configure-4620-test "x$ac_build_alias" = x &&
paperkey-1.6/configure-4621-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
paperkey-1.6/configure:4622:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
paperkey-1.6/configure-4623-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
paperkey-1.6/configure-4642-IFS=$ac_save_IFS
paperkey-1.6/configure:4643:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
paperkey-1.6/configure-4644-
##############################################
paperkey-1.6/configure-4653-else
paperkey-1.6/configure:4654:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
paperkey-1.6/configure-4655-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
paperkey-1.6/configure-4675-IFS=$ac_save_IFS
paperkey-1.6/configure:4676:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
paperkey-1.6/configure-4677-
##############################################
paperkey-1.6/configure-5727-do :
paperkey-1.6/configure:5728:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
paperkey-1.6/configure-5729-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
paperkey-1.6/configure-5731-  cat >>confdefs.h <<_ACEOF
paperkey-1.6/configure:5732:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
paperkey-1.6/configure-5733-_ACEOF
##############################################
paperkey-1.6/configure-6332-do :
paperkey-1.6/configure:6333:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
paperkey-1.6/configure-6334-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
paperkey-1.6/configure-6337-  cat >>confdefs.h <<_ACEOF
paperkey-1.6/configure:6338:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
paperkey-1.6/configure-6339-_ACEOF
##############################################
paperkey-1.6/configure-6652-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
paperkey-1.6/configure:6653:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
paperkey-1.6/configure-6654-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
paperkey-1.6/configure-7884-do :
paperkey-1.6/configure:7885:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
paperkey-1.6/configure-7886-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
paperkey-1.6/configure-7888-  cat >>confdefs.h <<_ACEOF
paperkey-1.6/configure:7889:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
paperkey-1.6/configure-7890-_ACEOF
##############################################
paperkey-1.6/configure-7939-    fi
paperkey-1.6/configure:7940:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
paperkey-1.6/configure-7941-    cat >>confdefs.h <<_ACEOF
##############################################
paperkey-1.6/configure-7984-    fi
paperkey-1.6/configure:7985:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
paperkey-1.6/configure-7986-    cat >>confdefs.h <<_ACEOF
##############################################
paperkey-1.6/configure-8036-    eval result=\$gl_cv_type_${gltype}_signed
paperkey-1.6/configure:8037:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
paperkey-1.6/configure-8038-    if test "$result" = yes; then
##############################################
paperkey-1.6/configure-8112-$as_echo "$ac_res" >&6; }
paperkey-1.6/configure:8113:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
paperkey-1.6/configure-8114-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
paperkey-1.6/configure-8184-$as_echo "$ac_res" >&6; }
paperkey-1.6/configure:8185:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
paperkey-1.6/configure-8186-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
paperkey-1.6/configure-8434-do :
paperkey-1.6/configure:8435:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
paperkey-1.6/configure-8436-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
paperkey-1.6/configure-8438-  cat >>confdefs.h <<_ACEOF
paperkey-1.6/configure:8439:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
paperkey-1.6/configure-8440-_ACEOF
##############################################
paperkey-1.6/configure-8857-    for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat     fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups     gethostname getlogin getlogin_r getpagesize     getusershell setusershell endusershell     group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite     readlink readlinkat rmdir sethostname sleep symlink symlinkat     truncate ttyname_r unlink unlinkat usleep; do
paperkey-1.6/configure:8858:    as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh`
paperkey-1.6/configure-8859-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5
##############################################
paperkey-1.6/configure-8900-  cat >>confdefs.h <<_ACEOF
paperkey-1.6/configure:8901:#define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1
paperkey-1.6/configure-8902-_ACEOF
##############################################
paperkey-1.6/configure-8930-  gl_source_base='tests'
paperkey-1.6/configure:8931:  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
paperkey-1.6/configure-8932-
##############################################
paperkey-1.6/configure-8951-  enableval=$enable_optimization; if test $enableval = no ; then
paperkey-1.6/configure:8952:      CFLAGS=`echo $CFLAGS | sed 's/-O[0-9]//'`
paperkey-1.6/configure-8953-   fi
##############################################
paperkey-1.6/configure-9060-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
paperkey-1.6/configure:9061:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
paperkey-1.6/configure-9062-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
paperkey-1.6/configure-9126-      sed_drop_objext='s/\.o$//;s/\.obj$//'
paperkey-1.6/configure:9127:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
paperkey-1.6/configure-9128-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
paperkey-1.6/configure-9142-      sed_drop_objext='s/\.o$//;s/\.obj$//'
paperkey-1.6/configure:9143:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
paperkey-1.6/configure-9144-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
paperkey-1.6/configure-9212-if test -z "$BASH_VERSION$ZSH_VERSION" \
paperkey-1.6/configure:9213:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
paperkey-1.6/configure-9214-  as_echo='print -r --'
paperkey-1.6/configure-9215-  as_echo_n='print -rn --'
paperkey-1.6/configure:9216:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
paperkey-1.6/configure-9217-  as_echo='printf %s\n'
##############################################
paperkey-1.6/configure-9219-else
paperkey-1.6/configure:9220:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
paperkey-1.6/configure-9221-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
paperkey-1.6/configure-9229-	expr "X$arg" : "X\\(.*\\)$as_nl";
paperkey-1.6/configure:9230:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
paperkey-1.6/configure-9231-      esac;
##############################################
paperkey-1.6/configure-9305-# ----------------------------------------
paperkey-1.6/configure:9306:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
paperkey-1.6/configure-9307-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
paperkey-1.6/configure-9377-  {
paperkey-1.6/configure:9378:    as_val=`expr "$@" || test $? -eq 1`
paperkey-1.6/configure-9379-  }
##############################################
paperkey-1.6/configure-9481-      case $as_dir in #(
paperkey-1.6/configure:9482:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
paperkey-1.6/configure-9483-      *) as_qdir=$as_dir;;
##############################################
paperkey-1.6/configure-9538-	esac;
paperkey-1.6/configure:9539:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
paperkey-1.6/configure-9540-	???[sx]*):;;*)false;;esac;fi
##############################################
paperkey-1.6/configure-9628-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
paperkey-1.6/configure:9629:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
paperkey-1.6/configure-9630-ac_cs_version="\\
##############################################
paperkey-1.6/configure-9653-  --*=*)
paperkey-1.6/configure:9654:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
paperkey-1.6/configure:9655:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
paperkey-1.6/configure-9656-    ac_shift=:
##############################################
paperkey-1.6/configure-9677-    case $ac_optarg in
paperkey-1.6/configure:9678:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
paperkey-1.6/configure-9679-    esac
##############################################
paperkey-1.6/configure-9684-    case $ac_optarg in
paperkey-1.6/configure:9685:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
paperkey-1.6/configure-9686-    esac
##############################################
paperkey-1.6/configure-9813-fi
paperkey-1.6/configure:9814:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
paperkey-1.6/configure-9815-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
paperkey-1.6/configure-9830-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
paperkey-1.6/configure:9831:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
paperkey-1.6/configure-9832-ac_delim='%!_!# '
##############################################
paperkey-1.6/configure-9836-
paperkey-1.6/configure:9837:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
paperkey-1.6/configure-9838-  if test $ac_delim_n = $ac_delim_num; then
##############################################
paperkey-1.6/configure-9974-for ac_last_try in false false :; do
paperkey-1.6/configure:9975:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
paperkey-1.6/configure-9976-  if test -z "$ac_t"; then
##############################################
paperkey-1.6/configure-10106-      esac
paperkey-1.6/configure:10107:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
paperkey-1.6/configure-10108-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
paperkey-1.6/configure-10165-*)
paperkey-1.6/configure:10166:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
paperkey-1.6/configure-10167-  # A ".." for each directory in $ac_dir_suffix.
paperkey-1.6/configure:10168:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
paperkey-1.6/configure-10169-  case $ac_top_builddir_sub in
##############################################
paperkey-1.6/configure-10226-/@mandir@/p'
paperkey-1.6/configure:10227:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
paperkey-1.6/configure-10228-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
paperkey-1.6/configure-10243-
paperkey-1.6/configure:10244:# Neutralize VPATH when `$srcdir' = `.'.
paperkey-1.6/configure-10245-# Shell code in configure.ac might set extrasub.
##############################################
paperkey-1.6/configure-10271-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
paperkey-1.6/configure:10272:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
paperkey-1.6/configure:10273:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
paperkey-1.6/configure-10274-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
paperkey-1.6/configure-10316-    * )
paperkey-1.6/configure:10317:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
paperkey-1.6/configure-10318-  esac
##############################################
paperkey-1.6/configure-10363-    # Strip MF so we end up with the name of the file.
paperkey-1.6/configure:10364:    mf=`echo "$mf" | sed -e 's/:.*$//'`
paperkey-1.6/configure-10365-    # Check whether this is an Automake generated Makefile or not.
##############################################
paperkey-1.6/configure-10400-    # from the Makefile without running `make'.
paperkey-1.6/configure:10401:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
paperkey-1.6/configure-10402-    test -z "$DEPDIR" && continue
paperkey-1.6/configure:10403:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
paperkey-1.6/configure-10404-    test -z "am__include" && continue
paperkey-1.6/configure:10405:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
paperkey-1.6/configure-10406-    # When using ansi2knr, U may be empty or an underscore; expand it
paperkey-1.6/configure:10407:    U=`sed -n 's/^U = //p' < "$mf"`
paperkey-1.6/configure-10408-    # Find all dependency output files, they are included files with
##############################################
paperkey-1.6/gl/Makefile.in-132-  while test -n "$$dir1"; do \
paperkey-1.6/gl/Makefile.in:133:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
paperkey-1.6/gl/Makefile.in-134-    if test "$$first" != "."; then \
paperkey-1.6/gl/Makefile.in-135-      if test "$$first" = ".."; then \
paperkey-1.6/gl/Makefile.in:136:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
paperkey-1.6/gl/Makefile.in:137:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
paperkey-1.6/gl/Makefile.in-138-      else \
paperkey-1.6/gl/Makefile.in:139:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
paperkey-1.6/gl/Makefile.in-140-        if test "$$first2" = "$$first"; then \
paperkey-1.6/gl/Makefile.in:141:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
paperkey-1.6/gl/Makefile.in-142-        else \
##############################################
paperkey-1.6/gl/Makefile.in-147-    fi; \
paperkey-1.6/gl/Makefile.in:148:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
paperkey-1.6/gl/Makefile.in-149-  done; \
##############################################
paperkey-1.6/gl/Makefile.in-533-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
paperkey-1.6/gl/Makefile.in:534:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
paperkey-1.6/gl/Makefile.in-535-	  test "$$dir" != "$$p" || dir=.; \
##############################################
paperkey-1.6/gl/Makefile.in-558-.c.obj:
paperkey-1.6/gl/Makefile.in:559:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
paperkey-1.6/gl/Makefile.in-560-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
paperkey-1.6/gl/Makefile.in-562-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
paperkey-1.6/gl/Makefile.in:563:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
paperkey-1.6/gl/Makefile.in-564-
##############################################
paperkey-1.6/gl/Makefile.in-579-	dot_seen=no; \
paperkey-1.6/gl/Makefile.in:580:	target=`echo $@ | sed s/-recursive//`; \
paperkey-1.6/gl/Makefile.in-581-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
paperkey-1.6/gl/Makefile.in-614-	rev="$$rev ."; \
paperkey-1.6/gl/Makefile.in:615:	target=`echo $@ | sed s/-recursive//`; \
paperkey-1.6/gl/Makefile.in-616-	for subdir in $$rev; do \
##############################################
paperkey-1.6/gl/Makefile.in-692-GTAGS:
paperkey-1.6/gl/Makefile.in:693:	here=`$(am__cd) $(top_builddir) && pwd` \
paperkey-1.6/gl/Makefile.in-694-	  && $(am__cd) $(top_srcdir) \
##############################################
paperkey-1.6/gl/Makefile.in-700-distdir: $(DISTFILES)
paperkey-1.6/gl/Makefile.in:701:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
paperkey-1.6/gl/Makefile.in:702:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
paperkey-1.6/gl/Makefile.in-703-	list='$(DISTFILES)'; \
##############################################
paperkey-1.6/gl/Makefile.in-714-	  if test -d $$d/$$file; then \
paperkey-1.6/gl/Makefile.in:715:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
paperkey-1.6/gl/Makefile.in-716-	    if test -d "$(distdir)/$$file"; then \
##############################################
paperkey-1.6/gl/m4/00gnulib.m4-37-  [AC][_DEFUN([$1],
paperkey-1.6/gl/m4/00gnulib.m4:38:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
paperkey-1.6/gl/m4/00gnulib.m4-39-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
##############################################
paperkey-1.6/gl/m4/stdint.m4-405-    fi
paperkey-1.6/gl/m4/stdint.m4:406:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
paperkey-1.6/gl/m4/stdint.m4-407-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
paperkey-1.6/gl/m4/stdint.m4-434-    eval result=\$gl_cv_type_${gltype}_signed
paperkey-1.6/gl/m4/stdint.m4:435:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
paperkey-1.6/gl/m4/stdint.m4-436-    if test "$result" = yes; then
##############################################
paperkey-1.6/gl/m4/stdint.m4-488-       done])
paperkey-1.6/gl/m4/stdint.m4:489:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
paperkey-1.6/gl/m4/stdint.m4-490-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
paperkey-1.6/gl/m4/gnulib-comp.m4-130-      sed_drop_objext='s/\.o$//;s/\.obj$//'
paperkey-1.6/gl/m4/gnulib-comp.m4:131:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
paperkey-1.6/gl/m4/gnulib-comp.m4-132-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
paperkey-1.6/gl/m4/gnulib-comp.m4-148-changequote(,)dnl
paperkey-1.6/gl/m4/gnulib-comp.m4:149:  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
paperkey-1.6/gl/m4/gnulib-comp.m4-150-changequote([, ])dnl
##############################################
paperkey-1.6/gl/m4/gnulib-comp.m4-176-      sed_drop_objext='s/\.o$//;s/\.obj$//'
paperkey-1.6/gl/m4/gnulib-comp.m4:177:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
paperkey-1.6/gl/m4/gnulib-comp.m4-178-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
paperkey-1.6/gl/m4/getopt.m4-218-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
paperkey-1.6/gl/m4/getopt.m4:219:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
paperkey-1.6/gl/m4/getopt.m4-220-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
paperkey-1.6/gl/m4/gnulib-common.m4-429-             AS_EXECUTABLE_P(["$ac_path_SED"]) || continue
paperkey-1.6/gl/m4/gnulib-common.m4:430:             case `"$ac_path_SED" --version 2>&1` in
paperkey-1.6/gl/m4/gnulib-common.m4-431-               *GNU*) ac_cv_path_SED=$ac_path_SED ac_path_SED_found=:;;
##############################################
paperkey-1.6/gl/m4/gnulib-common.m4-442-                   diff conftest.out conftest.nl >/dev/null 2>&1 || break
paperkey-1.6/gl/m4/gnulib-common.m4:443:                   ac_count=`expr $ac_count + 1`
paperkey-1.6/gl/m4/gnulib-common.m4-444-                   if test $ac_count -gt ${ac_path_SED_max-0}; then
##############################################
paperkey-1.6/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
paperkey-1.6/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
paperkey-1.6/depcomp-69-
##############################################
paperkey-1.6/depcomp-224-  # Version 6 uses the directory in both cases.
paperkey-1.6/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
paperkey-1.6/depcomp-226-  test "x$dir" = "x$object" && dir=
paperkey-1.6/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
paperkey-1.6/depcomp-228-  if test "$libtool" = yes; then
##############################################
paperkey-1.6/depcomp-253-    # Do two passes, one to just change these to
paperkey-1.6/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
paperkey-1.6/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
paperkey-1.6/depcomp-295-  # Do two passes, one to just change these to
paperkey-1.6/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
paperkey-1.6/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
paperkey-1.6/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
paperkey-1.6/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
paperkey-1.6/depcomp-313-  test "x$dir" = "x$object" && dir=
paperkey-1.6/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
paperkey-1.6/depcomp-315-  if test "$libtool" = yes; then
##############################################
paperkey-1.6/depcomp-355-   # Subdirectories are respected.
paperkey-1.6/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
paperkey-1.6/depcomp-357-   test "x$dir" = "x$object" && dir=
paperkey-1.6/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
paperkey-1.6/depcomp-359-
##############################################
paperkey-1.6/depcomp-501-  done
paperkey-1.6/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
paperkey-1.6/depcomp-503-  touch "$tmpdepfile"
##############################################
paperkey-1.6/checks/Makefile.in-413-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
paperkey-1.6/checks/Makefile.in:414:	      all=`expr $$all + 1`; \
paperkey-1.6/checks/Makefile.in-415-	      case " $(XFAIL_TESTS) " in \
paperkey-1.6/checks/Makefile.in-416-	      *[\ \	]$$tst[\ \	]*) \
paperkey-1.6/checks/Makefile.in:417:		xpass=`expr $$xpass + 1`; \
paperkey-1.6/checks/Makefile.in:418:		failed=`expr $$failed + 1`; \
paperkey-1.6/checks/Makefile.in-419-		col=$$red; res=XPASS; \
##############################################
paperkey-1.6/checks/Makefile.in-425-	    elif test $$? -ne 77; then \
paperkey-1.6/checks/Makefile.in:426:	      all=`expr $$all + 1`; \
paperkey-1.6/checks/Makefile.in-427-	      case " $(XFAIL_TESTS) " in \
paperkey-1.6/checks/Makefile.in-428-	      *[\ \	]$$tst[\ \	]*) \
paperkey-1.6/checks/Makefile.in:429:		xfail=`expr $$xfail + 1`; \
paperkey-1.6/checks/Makefile.in-430-		col=$$lgn; res=XFAIL; \
##############################################
paperkey-1.6/checks/Makefile.in-432-	      *) \
paperkey-1.6/checks/Makefile.in:433:		failed=`expr $$failed + 1`; \
paperkey-1.6/checks/Makefile.in-434-		col=$$red; res=FAIL; \
##############################################
paperkey-1.6/checks/Makefile.in-437-	    else \
paperkey-1.6/checks/Makefile.in:438:	      skip=`expr $$skip + 1`; \
paperkey-1.6/checks/Makefile.in-439-	      col=$$blu; res=SKIP; \
##############################################
paperkey-1.6/checks/Makefile.in-472-	    fi; \
paperkey-1.6/checks/Makefile.in:473:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
paperkey-1.6/checks/Makefile.in-474-	      dashes="$$skipped"; \
##############################################
paperkey-1.6/checks/Makefile.in-478-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
paperkey-1.6/checks/Makefile.in:479:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
paperkey-1.6/checks/Makefile.in-480-	      dashes="$$report"; \
paperkey-1.6/checks/Makefile.in-481-	  fi; \
paperkey-1.6/checks/Makefile.in:482:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
paperkey-1.6/checks/Makefile.in-483-	  if test "$$failed" -eq 0; then \
##############################################
paperkey-1.6/checks/Makefile.in-495-distdir: $(DISTFILES)
paperkey-1.6/checks/Makefile.in:496:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
paperkey-1.6/checks/Makefile.in:497:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
paperkey-1.6/checks/Makefile.in-498-	list='$(DISTFILES)'; \
##############################################
paperkey-1.6/checks/Makefile.in-509-	  if test -d $$d/$$file; then \
paperkey-1.6/checks/Makefile.in:510:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
paperkey-1.6/checks/Makefile.in-511-	    if test -d "$(distdir)/$$file"; then \
##############################################
paperkey-1.6/config.sub-59-
paperkey-1.6/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
paperkey-1.6/config.sub-61-
##############################################
paperkey-1.6/config.sub-123-# Here we must recognize all the valid KERNEL-OS combinations.
paperkey-1.6/config.sub:124:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
paperkey-1.6/config.sub-125-case $maybe_os in
##############################################
paperkey-1.6/config.sub-130-    os=-$maybe_os
paperkey-1.6/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
paperkey-1.6/config.sub-132-    ;;
paperkey-1.6/config.sub-133-  *)
paperkey-1.6/config.sub:134:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
paperkey-1.6/config.sub-135-    if [ $basic_machine != $1 ]
paperkey-1.6/config.sub:136:    then os=`echo $1 | sed 's/.*-/-/'`
paperkey-1.6/config.sub-137-    else os=; fi
##############################################
paperkey-1.6/config.sub-184-		os=-sco5v6
paperkey-1.6/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-186-		;;
##############################################
paperkey-1.6/config.sub-188-		os=-sco3.2v5
paperkey-1.6/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-190-		;;
##############################################
paperkey-1.6/config.sub-192-		os=-sco3.2v4
paperkey-1.6/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-194-		;;
paperkey-1.6/config.sub-195-	-sco3.2.[4-9]*)
paperkey-1.6/config.sub:196:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
paperkey-1.6/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-198-		;;
##############################################
paperkey-1.6/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
paperkey-1.6/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-202-		;;
##############################################
paperkey-1.6/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
paperkey-1.6/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-206-		;;
##############################################
paperkey-1.6/config.sub-208-		os=-sco3.2v2
paperkey-1.6/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-210-		;;
paperkey-1.6/config.sub-211-	-udk*)
paperkey-1.6/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-213-		;;
##############################################
paperkey-1.6/config.sub-215-		os=-isc2.2
paperkey-1.6/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-217-		;;
##############################################
paperkey-1.6/config.sub-221-	-isc*)
paperkey-1.6/config.sub:222:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
paperkey-1.6/config.sub-223-		;;
##############################################
paperkey-1.6/config.sub-227-	-ptx*)
paperkey-1.6/config.sub:228:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
paperkey-1.6/config.sub-229-		;;
paperkey-1.6/config.sub-230-	-windowsnt*)
paperkey-1.6/config.sub:231:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
paperkey-1.6/config.sub-232-		;;
##############################################
paperkey-1.6/config.sub-323-	*-*-*)
paperkey-1.6/config.sub:324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
paperkey-1.6/config.sub-325-		exit 1
##############################################
paperkey-1.6/config.sub-433-	amd64-*)
paperkey-1.6/config.sub:434:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-435-		;;
##############################################
paperkey-1.6/config.sub-475-	blackfin-*)
paperkey-1.6/config.sub:476:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-477-		os=-linux
##############################################
paperkey-1.6/config.sub-678-	i*86v32)
paperkey-1.6/config.sub:679:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
paperkey-1.6/config.sub-680-		os=-sysv32
##############################################
paperkey-1.6/config.sub-682-	i*86v4*)
paperkey-1.6/config.sub:683:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
paperkey-1.6/config.sub-684-		os=-sysv4
##############################################
paperkey-1.6/config.sub-686-	i*86v)
paperkey-1.6/config.sub:687:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
paperkey-1.6/config.sub-688-		os=-sysv
##############################################
paperkey-1.6/config.sub-690-	i*86sol2)
paperkey-1.6/config.sub:691:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
paperkey-1.6/config.sub-692-		os=-solaris2
##############################################
paperkey-1.6/config.sub-720-	m68knommu-*)
paperkey-1.6/config.sub:721:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-722-		os=-linux
##############################################
paperkey-1.6/config.sub-753-	mips3*-*)
paperkey-1.6/config.sub:754:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
paperkey-1.6/config.sub-755-		;;
paperkey-1.6/config.sub-756-	mips3*)
paperkey-1.6/config.sub:757:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
paperkey-1.6/config.sub-758-		;;
##############################################
paperkey-1.6/config.sub-771-	ms1-*)
paperkey-1.6/config.sub:772:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
paperkey-1.6/config.sub-773-		;;
##############################################
paperkey-1.6/config.sub-876-	parisc-*)
paperkey-1.6/config.sub:877:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-878-		os=-linux
##############################################
paperkey-1.6/config.sub-892-	pc98-*)
paperkey-1.6/config.sub:893:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-894-		;;
##############################################
paperkey-1.6/config.sub-907-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
paperkey-1.6/config.sub:908:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-909-		;;
paperkey-1.6/config.sub-910-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
paperkey-1.6/config.sub:911:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-912-		;;
paperkey-1.6/config.sub-913-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
paperkey-1.6/config.sub:914:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-915-		;;
paperkey-1.6/config.sub-916-	pentium4-*)
paperkey-1.6/config.sub:917:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-918-		;;
##############################################
paperkey-1.6/config.sub-925-		;;
paperkey-1.6/config.sub:926:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-927-		;;
##############################################
paperkey-1.6/config.sub-931-	ppcle-* | powerpclittle-*)
paperkey-1.6/config.sub:932:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-933-		;;
##############################################
paperkey-1.6/config.sub-935-		;;
paperkey-1.6/config.sub:936:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-937-		;;
##############################################
paperkey-1.6/config.sub-941-	ppc64le-* | powerpc64little-*)
paperkey-1.6/config.sub:942:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
paperkey-1.6/config.sub-943-		;;
##############################################
paperkey-1.6/config.sub-1233-	*)
paperkey-1.6/config.sub:1234:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
paperkey-1.6/config.sub-1235-		exit 1
##############################################
paperkey-1.6/config.sub-1241-	*-digital*)
paperkey-1.6/config.sub:1242:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
paperkey-1.6/config.sub-1243-		;;
paperkey-1.6/config.sub-1244-	*-commodore*)
paperkey-1.6/config.sub:1245:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
paperkey-1.6/config.sub-1246-		;;
##############################################
paperkey-1.6/config.sub-1262-	-solaris1 | -solaris1.*)
paperkey-1.6/config.sub:1263:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
paperkey-1.6/config.sub-1264-		;;
##############################################
paperkey-1.6/config.sub-1274-	-gnu/linux*)
paperkey-1.6/config.sub:1275:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
paperkey-1.6/config.sub-1276-		;;
##############################################
paperkey-1.6/config.sub-1319-	-nto*)
paperkey-1.6/config.sub:1320:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
paperkey-1.6/config.sub-1321-		;;
##############################################
paperkey-1.6/config.sub-1326-	-mac*)
paperkey-1.6/config.sub:1327:		os=`echo $os | sed -e 's|mac|macos|'`
paperkey-1.6/config.sub-1328-		;;
##############################################
paperkey-1.6/config.sub-1332-	-linux*)
paperkey-1.6/config.sub:1333:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
paperkey-1.6/config.sub-1334-		;;
paperkey-1.6/config.sub-1335-	-sunos5*)
paperkey-1.6/config.sub:1336:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
paperkey-1.6/config.sub-1337-		;;
paperkey-1.6/config.sub-1338-	-sunos6*)
paperkey-1.6/config.sub:1339:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
paperkey-1.6/config.sub-1340-		;;
##############################################
paperkey-1.6/config.sub-1387-	-sinix5.*)
paperkey-1.6/config.sub:1388:		os=`echo $os | sed -e 's|sinix|sysv|'`
paperkey-1.6/config.sub-1389-		;;
##############################################
paperkey-1.6/config.sub-1441-		# Get rid of the `-' at the beginning of $os.
paperkey-1.6/config.sub:1442:		os=`echo $os | sed 's/[^-]*-//'`
paperkey-1.6/config.sub:1443:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
paperkey-1.6/config.sub-1444-		exit 1
##############################################
paperkey-1.6/config.sub-1692-		esac
paperkey-1.6/config.sub:1693:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
paperkey-1.6/config.sub-1694-		;;
##############################################
paperkey-1.6/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
paperkey-1.6/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
paperkey-1.6/aclocal.m4-69-#
##############################################
paperkey-1.6/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
paperkey-1.6/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
paperkey-1.6/aclocal.m4-93-# and then we would define $MISSING as
##############################################
paperkey-1.6/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
paperkey-1.6/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
paperkey-1.6/aclocal.m4-109-])
##############################################
paperkey-1.6/aclocal.m4-208-  if test "$am_compiler_list" = ""; then
paperkey-1.6/aclocal.m4:209:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
paperkey-1.6/aclocal.m4-210-  fi
##############################################
paperkey-1.6/aclocal.m4-354-    # Strip MF so we end up with the name of the file.
paperkey-1.6/aclocal.m4:355:    mf=`echo "$mf" | sed -e 's/:.*$//'`
paperkey-1.6/aclocal.m4-356-    # Check whether this is an Automake generated Makefile or not.
##############################################
paperkey-1.6/aclocal.m4-363-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
paperkey-1.6/aclocal.m4:364:      dirpart=`AS_DIRNAME("$mf")`
paperkey-1.6/aclocal.m4-365-    else
##############################################
paperkey-1.6/aclocal.m4-369-    # from the Makefile without running `make'.
paperkey-1.6/aclocal.m4:370:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
paperkey-1.6/aclocal.m4-371-    test -z "$DEPDIR" && continue
paperkey-1.6/aclocal.m4:372:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
paperkey-1.6/aclocal.m4-373-    test -z "am__include" && continue
paperkey-1.6/aclocal.m4:374:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
paperkey-1.6/aclocal.m4-375-    # When using ansi2knr, U may be empty or an underscore; expand it
paperkey-1.6/aclocal.m4:376:    U=`sed -n 's/^U = //p' < "$mf"`
paperkey-1.6/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
paperkey-1.6/aclocal.m4-385-      test -f "$dirpart/$file" && continue
paperkey-1.6/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
paperkey-1.6/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
paperkey-1.6/aclocal.m4-440-AC_REQUIRE([AC_PROG_INSTALL])dnl
paperkey-1.6/aclocal.m4:441:if test "`cd $srcdir && pwd`" != "`pwd`"; then
paperkey-1.6/aclocal.m4-442-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
paperkey-1.6/aclocal.m4-542-    * )
paperkey-1.6/aclocal.m4:543:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
paperkey-1.6/aclocal.m4-544-  esac
paperkey-1.6/aclocal.m4-545-done
paperkey-1.6/aclocal.m4:546:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
paperkey-1.6/aclocal.m4-547-
##############################################
paperkey-1.6/aclocal.m4-617-# Ignore all kinds of additional output from `make'.
paperkey-1.6/aclocal.m4:618:case `$am_make -s -f confmf 2> /dev/null` in #(
paperkey-1.6/aclocal.m4-619-*the\ am__doit\ target*)
##############################################
paperkey-1.6/aclocal.m4-627-   echo '.include "confinc"' > confmf
paperkey-1.6/aclocal.m4:628:   case `$am_make -s -f confmf 2> /dev/null` in #(
paperkey-1.6/aclocal.m4-629-   *the\ am__doit\ target*)
##############################################
paperkey-1.6/aclocal.m4-780-if (
paperkey-1.6/aclocal.m4:781:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
paperkey-1.6/aclocal.m4-782-   if test "$[*]" = "X"; then
paperkey-1.6/aclocal.m4-783-      # -L didn't work.
paperkey-1.6/aclocal.m4:784:      set X `ls -t "$srcdir/configure" conftest.file`
paperkey-1.6/aclocal.m4-785-   fi
##############################################
paperkey-1.6/missing-139-       # Could not run --version or --help.  This is probably someone
paperkey-1.6/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
paperkey-1.6/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
paperkey-1.6/missing-173-         from any GNU archive site."
paperkey-1.6/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
paperkey-1.6/missing-175-    test -z "$files" && files="config.h"
##############################################
paperkey-1.6/missing-202-         proper tools for further handling them.
paperkey-1.6/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
paperkey-1.6/missing-204-         archive site."
paperkey-1.6/missing-205-
paperkey-1.6/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
paperkey-1.6/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
paperkey-1.6/missing-208-    if test -f "$file"; then
##############################################
paperkey-1.6/missing-231-	*.y)
paperkey-1.6/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
paperkey-1.6/missing-233-	    if test -f "$SRCFILE"; then
##############################################
paperkey-1.6/missing-235-	    fi
paperkey-1.6/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
paperkey-1.6/missing-237-	    if test -f "$SRCFILE"; then
##############################################
paperkey-1.6/missing-261-	*.l)
paperkey-1.6/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
paperkey-1.6/missing-263-	    if test -f "$SRCFILE"; then
##############################################
paperkey-1.6/missing-280-
paperkey-1.6/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
paperkey-1.6/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
paperkey-1.6/missing-283-    if test -f "$file"; then
##############################################
paperkey-1.6/missing-300-    # The file to touch is that specified with -o ...
paperkey-1.6/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
paperkey-1.6/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
paperkey-1.6/missing-303-    if test -z "$file"; then
paperkey-1.6/missing-304-      # ... or it is the one specified with @setfilename ...
paperkey-1.6/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
paperkey-1.6/missing-306-      file=`sed -n '
##############################################
paperkey-1.6/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
paperkey-1.6/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
paperkey-1.6/missing-314-    fi
##############################################
paperkey-1.6/missing-336-	*o*)
paperkey-1.6/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
paperkey-1.6/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
paperkey-1.6/missing-342-	*h*)
paperkey-1.6/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
paperkey-1.6/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
paperkey-1.6/install-sh-217-      fi
paperkey-1.6/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
paperkey-1.6/install-sh-219-    *)
##############################################
paperkey-1.6/install-sh-269-      dstdir=$dst
paperkey-1.6/install-sh:270:      dst=$dstdir/`basename "$src"`
paperkey-1.6/install-sh-271-      dstdir_status=0
##############################################
paperkey-1.6/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
paperkey-1.6/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
paperkey-1.6/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
paperkey-1.6/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
paperkey-1.6/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
paperkey-1.6/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
paperkey-1.6/install-sh-418-	    case $prefix in
paperkey-1.6/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
paperkey-1.6/install-sh-420-	      *) qprefix=$prefix;;
##############################################
paperkey-1.6/install-sh-467-    if $copy_on_change &&
paperkey-1.6/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
paperkey-1.6/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
paperkey-1.6/install-sh-470-
##############################################
paperkey-1.6/configure.ac-47-   [if test $enableval = no ; then
paperkey-1.6/configure.ac:48:      CFLAGS=`echo $CFLAGS | sed 's/-O[[0-9]]//'`
paperkey-1.6/configure.ac-49-   fi])
##############################################
paperkey-1.6/Makefile.in-103-	ps-recursive uninstall-recursive
paperkey-1.6/Makefile.in:104:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
paperkey-1.6/Makefile.in-105-am__vpath_adj = case $$p in \
paperkey-1.6/Makefile.in:106:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
paperkey-1.6/Makefile.in-107-    *) f=$$p;; \
paperkey-1.6/Makefile.in-108-  esac;
paperkey-1.6/Makefile.in:109:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
paperkey-1.6/Makefile.in-110-am__install_max = 40
paperkey-1.6/Makefile.in-111-am__nobase_strip_setup = \
paperkey-1.6/Makefile.in:112:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
paperkey-1.6/Makefile.in-113-am__nobase_strip = \
##############################################
paperkey-1.6/Makefile.in-149-  while test -n "$$dir1"; do \
paperkey-1.6/Makefile.in:150:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
paperkey-1.6/Makefile.in-151-    if test "$$first" != "."; then \
paperkey-1.6/Makefile.in-152-      if test "$$first" = ".."; then \
paperkey-1.6/Makefile.in:153:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
paperkey-1.6/Makefile.in:154:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
paperkey-1.6/Makefile.in-155-      else \
paperkey-1.6/Makefile.in:156:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
paperkey-1.6/Makefile.in-157-        if test "$$first2" = "$$first"; then \
paperkey-1.6/Makefile.in:158:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
paperkey-1.6/Makefile.in-159-        else \
##############################################
paperkey-1.6/Makefile.in-164-    fi; \
paperkey-1.6/Makefile.in:165:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
paperkey-1.6/Makefile.in-166-  done; \
##############################################
paperkey-1.6/Makefile.in-574-	         2>c$${pid}_.err </dev/null \
paperkey-1.6/Makefile.in:575:		 && test -n "`cat c$${pid}_.out`" \
paperkey-1.6/Makefile.in:576:		 && test -z "`cat c$${pid}_.err`"; then :; \
paperkey-1.6/Makefile.in-577-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
paperkey-1.6/Makefile.in-604-.c.obj:
paperkey-1.6/Makefile.in:605:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
paperkey-1.6/Makefile.in-606-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
paperkey-1.6/Makefile.in-608-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
paperkey-1.6/Makefile.in:609:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
paperkey-1.6/Makefile.in-610-install-man1: $(man_MANS)
##############################################
paperkey-1.6/Makefile.in-663-	dot_seen=no; \
paperkey-1.6/Makefile.in:664:	target=`echo $@ | sed s/-recursive//`; \
paperkey-1.6/Makefile.in-665-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
paperkey-1.6/Makefile.in-698-	rev="$$rev ."; \
paperkey-1.6/Makefile.in:699:	target=`echo $@ | sed s/-recursive//`; \
paperkey-1.6/Makefile.in-700-	for subdir in $$rev; do \
##############################################
paperkey-1.6/Makefile.in-776-GTAGS:
paperkey-1.6/Makefile.in:777:	here=`$(am__cd) $(top_builddir) && pwd` \
paperkey-1.6/Makefile.in-778-	  && $(am__cd) $(top_srcdir) \
##############################################
paperkey-1.6/Makefile.in-799-	test -d "$(distdir)" || mkdir "$(distdir)"
paperkey-1.6/Makefile.in:800:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
paperkey-1.6/Makefile.in:801:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
paperkey-1.6/Makefile.in-802-	list='$(DISTFILES)'; \
##############################################
paperkey-1.6/Makefile.in-813-	  if test -d $$d/$$file; then \
paperkey-1.6/Makefile.in:814:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
paperkey-1.6/Makefile.in-815-	    if test -d "$(distdir)/$$file"; then \
##############################################
paperkey-1.6/Makefile.in-921-	test -d $(distdir)/_build || exit 0; \
paperkey-1.6/Makefile.in:922:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
paperkey-1.6/Makefile.in-923-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
paperkey-1.6/Makefile.in-955-	@$(am__cd) '$(distuninstallcheck_dir)' \
paperkey-1.6/Makefile.in:956:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
paperkey-1.6/Makefile.in-957-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
paperkey-1.6/Makefile.in-967-	fi
paperkey-1.6/Makefile.in:968:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
paperkey-1.6/Makefile.in-969-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
paperkey-1.6/INSTALL-173-directory configuration variables that were expressed in terms of
paperkey-1.6/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
paperkey-1.6/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install