===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tang-7/src/tangd-update-35-
tang-7/src/tangd-update:36:src=`realpath "$1"`
tang-7/src/tangd-update:37:dst=`realpath "$2"`
tang-7/src/tangd-update-38-
##############################################
tang-7/src/tangd-update-63-    for hsh in $HASHES; do
tang-7/src/tangd-update:64:        thp=`jose jwk thp -i "$jwk" -a $hsh`
tang-7/src/tangd-update-65-
##############################################
tang-7/src/tangd-update-80-for f in "$dst"/*; do
tang-7/src/tangd-update:81:    b=`basename "$f"`
tang-7/src/tangd-update-82-    echo -e "$new" | grep -q "^$b\$" || rm -f "$f"
##############################################
tang-7/src/tangd-keygen-30-jwe=`jose jwk gen -i '{"alg":"ES512"}'`
tang-7/src/tangd-keygen:31:[ -z "$sig" ] && sig=`echo "$jwe" | jose jwk thp -i-`
tang-7/src/tangd-keygen-32-echo "$jwe" > $1/$sig.jwk
##############################################
tang-7/src/tangd-keygen-34-jwe=`jose jwk gen -i '{"alg":"ECMR"}'`
tang-7/src/tangd-keygen:35:[ -z "$exc" ] && exc=`echo "$jwe" | jose jwk thp -i-`
tang-7/src/tangd-keygen-36-echo "$jwe" > $1/$exc.jwk
##############################################
tang-7/tests/adv-54-# The request should fail (404) for non-signature key IDs
tang-7/tests/adv:55:! fetch /adv/`jose jwk thp -i $TMP/db/exc.jwk`
tang-7/tests/adv:56:! fetch /adv/`jose jwk thp -a S512 -i $TMP/db/exc.jwk`
tang-7/tests/adv-57-
##############################################
tang-7/tests/adv-63-# Fetching by any thumbprint should work
tang-7/tests/adv:64:fetch /adv/`jose jwk thp -i $TMP/db/sig.jwk` | ver $TMP/db/sig.jwk
tang-7/tests/adv:65:fetch /adv/`jose jwk thp -a S512 -i $TMP/db/sig.jwk` | ver $TMP/db/sig.jwk
tang-7/tests/adv-66-
tang-7/tests/adv-67-# Requesting an adv by an advertised key ID should't be signed by hidden keys
tang-7/tests/adv:68:! fetch /adv/`jose jwk thp -i $TMP/db/sig.jwk` | ver $TMP/db/.sig.jwk
tang-7/tests/adv:69:! fetch /adv/`jose jwk thp -i $TMP/db/sig.jwk` | ver $TMP/db/.oth.jwk
tang-7/tests/adv-70-
##############################################
tang-7/tests/adv-75-# A private key advertisement is signed by all advertised keys and the requested private key
tang-7/tests/adv:76:fetch /adv/`jose jwk thp -i $TMP/db/.sig.jwk` | ver $TMP/db/sig.jwk
tang-7/tests/adv:77:fetch /adv/`jose jwk thp -i $TMP/db/.sig.jwk` | ver $TMP/db/.sig.jwk
tang-7/tests/adv:78:! fetch /adv/`jose jwk thp -i $TMP/db/.sig.jwk` | ver $TMP/db/.oth.jwk
tang-7/tests/adv-79-
##############################################
tang-7/tests/adv-81-fetch /adv | jose fmt -j- -Og protected -SyOg cty -Sq "jwk-set+json" -E
tang-7/tests/adv:82:fetch /adv/`jose jwk thp -i $TMP/db/.sig.jwk` \
tang-7/tests/adv-83-    | jose fmt -j- -Og signatures -A \
##############################################
tang-7/tests/rec-37-# Generate the client keys
tang-7/tests/rec:38:exc_kid=`jose jwk thp -i $TMP/db/exc.jwk`
tang-7/tests/rec:39:tmp=`jose fmt -j $TMP/db/exc.jwk -Od x -d y -d d -o-`
tang-7/tests/rec-40-jose jwk gen -i "$tmp" -o $TMP/exc.jwk
##############################################
tang-7/tests/rec-53-# Make a recovery request (NOTE: this is insecure! Don't do this in real code!)
tang-7/tests/rec:54:good=`jose jwk exc -i '{"alg":"ECMR","key_ops":["deriveKey"]}' -l $TMP/exc.jwk -r $TMP/db/exc.jwk`
tang-7/tests/rec-55-test=`curl -sf -X POST \
##############################################
tang-7/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
tang-7/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tang-7/configure-45-  as_echo='print -r --'
tang-7/configure-46-  as_echo_n='print -rn --'
tang-7/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tang-7/configure-48-  as_echo='printf %s\n'
##############################################
tang-7/configure-50-else
tang-7/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tang-7/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tang-7/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
tang-7/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tang-7/configure-62-      esac;
##############################################
tang-7/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
tang-7/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
tang-7/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
tang-7/configure-324-      case $as_dir in #(
tang-7/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tang-7/configure-326-      *) as_qdir=$as_dir;;
##############################################
tang-7/configure-397-  {
tang-7/configure:398:    as_val=`expr "$@" || test $? -eq 1`
tang-7/configure-399-  }
##############################################
tang-7/configure-404-# ----------------------------------------
tang-7/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tang-7/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tang-7/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
tang-7/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
tang-7/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
tang-7/configure-782-  case $ac_option in
tang-7/configure:783:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
tang-7/configure-784-  *=)   ac_optarg= ;;
##############################################
tang-7/configure-826-  -disable-* | --disable-*)
tang-7/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tang-7/configure-828-    # Reject names that are not valid shell variable names.
##############################################
tang-7/configure-831-    ac_useropt_orig=$ac_useropt
tang-7/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tang-7/configure-833-    case $ac_user_opts in
##############################################
tang-7/configure-852-  -enable-* | --enable-*)
tang-7/configure:853:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tang-7/configure-854-    # Reject names that are not valid shell variable names.
##############################################
tang-7/configure-857-    ac_useropt_orig=$ac_useropt
tang-7/configure:858:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tang-7/configure-859-    case $ac_user_opts in
##############################################
tang-7/configure-1056-  -with-* | --with-*)
tang-7/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tang-7/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
tang-7/configure-1061-    ac_useropt_orig=$ac_useropt
tang-7/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tang-7/configure-1063-    case $ac_user_opts in
##############################################
tang-7/configure-1072-  -without-* | --without-*)
tang-7/configure:1073:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tang-7/configure-1074-    # Reject names that are not valid shell variable names.
##############################################
tang-7/configure-1077-    ac_useropt_orig=$ac_useropt
tang-7/configure:1078:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tang-7/configure-1079-    case $ac_user_opts in
##############################################
tang-7/configure-1110-  *=*)
tang-7/configure:1111:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tang-7/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
tang-7/configure-1131-if test -n "$ac_prev"; then
tang-7/configure:1132:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tang-7/configure-1133-  as_fn_error $? "missing argument to $ac_option"
##############################################
tang-7/configure-1153-    */ )
tang-7/configure:1154:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
tang-7/configure-1155-      eval $ac_var=\$ac_val;;
##############################################
tang-7/configure-1188-ac_ls_di=`ls -di .` &&
tang-7/configure:1189:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
tang-7/configure-1190-  as_fn_error $? "working directory cannot be determined"
##############################################
tang-7/configure-1244-case $srcdir in
tang-7/configure:1245:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
tang-7/configure-1246-esac
##############################################
tang-7/configure-1287-By default, \`make install' will install all the files in
tang-7/configure:1288:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tang-7/configure:1289:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tang-7/configure-1290-for instance \`--prefix=\$HOME'.
##############################################
tang-7/configure-1391-*)
tang-7/configure:1392:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tang-7/configure-1393-  # A ".." for each directory in $ac_dir_suffix.
tang-7/configure:1394:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tang-7/configure-1395-  case $ac_top_builddir_sub in
##############################################
tang-7/configure-1642-    *\'*)
tang-7/configure:1643:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tang-7/configure-1644-    esac
##############################################
tang-7/configure-1725-      case $ac_val in
tang-7/configure:1726:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tang-7/configure-1727-      esac
##############################################
tang-7/configure-1740-	case $ac_val in
tang-7/configure:1741:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tang-7/configure-1742-	esac
##############################################
tang-7/configure-1860-    set,)
tang-7/configure:1861:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tang-7/configure:1862:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tang-7/configure-1863-      ac_cache_corrupted=: ;;
##############################################
tang-7/configure-1871-	# differences in whitespace do not lead to failure.
tang-7/configure:1872:	ac_old_val_w=`echo x $ac_old_val`
tang-7/configure:1873:	ac_new_val_w=`echo x $ac_new_val`
tang-7/configure-1874-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
tang-7/configure-1891-    case $ac_new_val in
tang-7/configure:1892:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tang-7/configure-1893-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tang-7/configure-1958-test "x$ac_build_alias" = x &&
tang-7/configure:1959:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
tang-7/configure-1960-test "x$ac_build_alias" = x &&
tang-7/configure-1961-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
tang-7/configure:1962:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
tang-7/configure-1963-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
tang-7/configure-1982-IFS=$ac_save_IFS
tang-7/configure:1983:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
tang-7/configure-1984-
##############################################
tang-7/configure-1993-else
tang-7/configure:1994:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
tang-7/configure-1995-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
tang-7/configure-2015-IFS=$ac_save_IFS
tang-7/configure:2016:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
tang-7/configure-2017-
##############################################
tang-7/configure-2026-else
tang-7/configure:2027:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
tang-7/configure-2028-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
tang-7/configure-2048-IFS=$ac_save_IFS
tang-7/configure:2049:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
tang-7/configure-2050-
##############################################
tang-7/configure-2059-# Expand $ac_aux_dir to an absolute path.
tang-7/configure:2060:am_aux_dir=`cd "$ac_aux_dir" && pwd`
tang-7/configure-2061-
##############################################
tang-7/configure-2407-$as_echo_n "checking whether the C compiler works... " >&6; }
tang-7/configure:2408:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tang-7/configure-2409-
##############################################
tang-7/configure-2451-	then :; else
tang-7/configure:2452:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tang-7/configure-2453-	fi
##############################################
tang-7/configure-2511-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
tang-7/configure:2512:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tang-7/configure-2513-	  break;;
##############################################
tang-7/configure-2620-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
tang-7/configure:2621:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tang-7/configure-2622-       break;;
##############################################
tang-7/configure-3111-  # Check for GNU $ac_path_SED
tang-7/configure:3112:case `"$ac_path_SED" --version 2>&1` in
tang-7/configure-3113-*GNU*)
##############################################
tang-7/configure-3275-     echo "timestamp, slept: $am_has_slept" > conftest.file
tang-7/configure:3276:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
tang-7/configure-3277-     if test "$*" = "X"; then
tang-7/configure-3278-	# -L didn't work.
tang-7/configure:3279:	set X `ls -t "$srcdir/configure" conftest.file`
tang-7/configure-3280-     fi
##############################################
tang-7/configure-3326-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
tang-7/configure:3327:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
tang-7/configure-3328-
##############################################
tang-7/configure-3468-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
tang-7/configure:3469:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
tang-7/configure-3470-	     'mkdir (GNU coreutils) '* | \
##############################################
tang-7/configure-3541-set x ${MAKE-make}
tang-7/configure:3542:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
tang-7/configure-3543-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
tang-7/configure-3551-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
tang-7/configure:3552:case `${MAKE-make} -f conftest.make 2>/dev/null` in
tang-7/configure-3553-  *@@@%%%=?*=@@@%%%*)
##############################################
tang-7/configure-3598-# Ignore all kinds of additional output from 'make'.
tang-7/configure:3599:case `$am_make -s -f confmf 2> /dev/null` in #(
tang-7/configure-3600-*the\ am__doit\ target*)
##############################################
tang-7/configure-3608-   echo '.include "confinc"' > confmf
tang-7/configure:3609:   case `$am_make -s -f confmf 2> /dev/null` in #(
tang-7/configure-3610-   *the\ am__doit\ target*)
##############################################
tang-7/configure-3680-
tang-7/configure:3681:if test "`cd $srcdir && pwd`" != "`pwd`"; then
tang-7/configure-3682-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
tang-7/configure-3781-  if test "$am_compiler_list" = ""; then
tang-7/configure:3782:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
tang-7/configure-3783-  fi
##############################################
tang-7/configure-4245-  test $ac_status = 0; }; then
tang-7/configure:4246:  pkg_cv_jose_CFLAGS=`$PKG_CONFIG --cflags "jose >= 8" 2>/dev/null`
tang-7/configure-4247-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tang-7/configure-4262-  test $ac_status = 0; }; then
tang-7/configure:4263:  pkg_cv_jose_LIBS=`$PKG_CONFIG --libs "jose >= 8" 2>/dev/null`
tang-7/configure-4264-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tang-7/configure-4283-        if test $_pkg_short_errors_supported = yes; then
tang-7/configure:4284:	        jose_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jose >= 8" 2>&1`
tang-7/configure-4285-        else
tang-7/configure:4286:	        jose_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jose >= 8" 2>&1`
tang-7/configure-4287-        fi
##############################################
tang-7/configure-4336-  test $ac_status = 0; }; then
tang-7/configure:4337:  pkg_cv_systemd_CFLAGS=`$PKG_CONFIG --cflags "systemd" 2>/dev/null`
tang-7/configure-4338-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tang-7/configure-4353-  test $ac_status = 0; }; then
tang-7/configure:4354:  pkg_cv_systemd_LIBS=`$PKG_CONFIG --libs "systemd" 2>/dev/null`
tang-7/configure-4355-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tang-7/configure-4374-        if test $_pkg_short_errors_supported = yes; then
tang-7/configure:4375:	        systemd_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "systemd" 2>&1`
tang-7/configure-4376-        else
tang-7/configure:4377:	        systemd_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "systemd" 2>&1`
tang-7/configure-4378-        fi
##############################################
tang-7/configure-4687-'
tang-7/configure:4688:DEFS=`sed -n "$ac_script" confdefs.h`
tang-7/configure-4689-
##############################################
tang-7/configure-4696-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
tang-7/configure:4697:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
tang-7/configure-4698-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
tang-7/configure-4791-if test -z "$BASH_VERSION$ZSH_VERSION" \
tang-7/configure:4792:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tang-7/configure-4793-  as_echo='print -r --'
tang-7/configure-4794-  as_echo_n='print -rn --'
tang-7/configure:4795:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tang-7/configure-4796-  as_echo='printf %s\n'
##############################################
tang-7/configure-4798-else
tang-7/configure:4799:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tang-7/configure-4800-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tang-7/configure-4808-	expr "X$arg" : "X\\(.*\\)$as_nl";
tang-7/configure:4809:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tang-7/configure-4810-      esac;
##############################################
tang-7/configure-4885-# ----------------------------------------
tang-7/configure:4886:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tang-7/configure-4887-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tang-7/configure-4957-  {
tang-7/configure:4958:    as_val=`expr "$@" || test $? -eq 1`
tang-7/configure-4959-  }
##############################################
tang-7/configure-5061-      case $as_dir in #(
tang-7/configure:5062:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tang-7/configure-5063-      *) as_qdir=$as_dir;;
##############################################
tang-7/configure-5187-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
tang-7/configure:5188:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
tang-7/configure-5189-ac_cs_version="\\
##############################################
tang-7/configure-5212-  --*=?*)
tang-7/configure:5213:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tang-7/configure:5214:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
tang-7/configure-5215-    ac_shift=:
##############################################
tang-7/configure-5217-  --*=)
tang-7/configure:5218:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tang-7/configure-5219-    ac_optarg=
##############################################
tang-7/configure-5241-    case $ac_optarg in
tang-7/configure:5242:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tang-7/configure-5243-    '') as_fn_error $? "missing file argument" ;;
##############################################
tang-7/configure-5364-fi
tang-7/configure:5365:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
tang-7/configure-5366-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
tang-7/configure-5381-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
tang-7/configure:5382:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
tang-7/configure-5383-ac_delim='%!_!# '
##############################################
tang-7/configure-5387-
tang-7/configure:5388:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
tang-7/configure-5389-  if test $ac_delim_n = $ac_delim_num; then
##############################################
tang-7/configure-5549-      esac
tang-7/configure:5550:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
tang-7/configure-5551-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
tang-7/configure-5608-*)
tang-7/configure:5609:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tang-7/configure-5610-  # A ".." for each directory in $ac_dir_suffix.
tang-7/configure:5611:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tang-7/configure-5612-  case $ac_top_builddir_sub in
##############################################
tang-7/configure-5669-/@mandir@/p'
tang-7/configure:5670:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
tang-7/configure-5671-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
tang-7/configure-5686-
tang-7/configure:5687:# Neutralize VPATH when `$srcdir' = `.'.
tang-7/configure-5688-# Shell code in configure.ac might set extrasub.
##############################################
tang-7/configure-5714-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
tang-7/configure:5715:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
tang-7/configure-5716-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
tang-7/configure-5750-    # Strip MF so we end up with the name of the file.
tang-7/configure:5751:    mf=`echo "$mf" | sed -e 's/:.*$//'`
tang-7/configure-5752-    # Check whether this is an Automake generated Makefile or not.
##############################################
tang-7/configure-5787-    # from the Makefile without running 'make'.
tang-7/configure:5788:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
tang-7/configure-5789-    test -z "$DEPDIR" && continue
tang-7/configure:5790:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
tang-7/configure-5791-    test -z "$am__include" && continue
tang-7/configure:5792:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
tang-7/configure-5793-    # Find all dependency output files, they are included files with
##############################################
tang-7/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
tang-7/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
tang-7/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
tang-7/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
tang-7/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
tang-7/aclocal.m4-181-        else 
tang-7/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
tang-7/aclocal.m4-183-        fi
##############################################
tang-7/aclocal.m4-436-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
tang-7/aclocal.m4:437:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
tang-7/aclocal.m4-438-# and then we would define $MISSING as
##############################################
tang-7/aclocal.m4-451-# Expand $ac_aux_dir to an absolute path.
tang-7/aclocal.m4:452:am_aux_dir=`cd "$ac_aux_dir" && pwd`
tang-7/aclocal.m4-453-])
##############################################
tang-7/aclocal.m4-549-  if test "$am_compiler_list" = ""; then
tang-7/aclocal.m4:550:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
tang-7/aclocal.m4-551-  fi
##############################################
tang-7/aclocal.m4-700-    # Strip MF so we end up with the name of the file.
tang-7/aclocal.m4:701:    mf=`echo "$mf" | sed -e 's/:.*$//'`
tang-7/aclocal.m4-702-    # Check whether this is an Automake generated Makefile or not.
##############################################
tang-7/aclocal.m4-709-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
tang-7/aclocal.m4:710:      dirpart=`AS_DIRNAME("$mf")`
tang-7/aclocal.m4-711-    else
##############################################
tang-7/aclocal.m4-715-    # from the Makefile without running 'make'.
tang-7/aclocal.m4:716:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
tang-7/aclocal.m4-717-    test -z "$DEPDIR" && continue
tang-7/aclocal.m4:718:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
tang-7/aclocal.m4-719-    test -z "$am__include" && continue
tang-7/aclocal.m4:720:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
tang-7/aclocal.m4-721-    # Find all dependency output files, they are included files with
##############################################
tang-7/aclocal.m4-729-      test -f "$dirpart/$file" && continue
tang-7/aclocal.m4:730:      fdir=`AS_DIRNAME(["$file"])`
tang-7/aclocal.m4-731-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
tang-7/aclocal.m4-787-AC_REQUIRE([AC_PROG_INSTALL])dnl
tang-7/aclocal.m4:788:if test "`cd $srcdir && pwd`" != "`pwd`"; then
tang-7/aclocal.m4-789-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
tang-7/aclocal.m4-946-    * )
tang-7/aclocal.m4:947:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
tang-7/aclocal.m4-948-  esac
tang-7/aclocal.m4-949-done
tang-7/aclocal.m4:950:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
tang-7/aclocal.m4-951-
##############################################
tang-7/aclocal.m4-1017-# Ignore all kinds of additional output from 'make'.
tang-7/aclocal.m4:1018:case `$am_make -s -f confmf 2> /dev/null` in #(
tang-7/aclocal.m4-1019-*the\ am__doit\ target*)
##############################################
tang-7/aclocal.m4-1027-   echo '.include "confinc"' > confmf
tang-7/aclocal.m4:1028:   case `$am_make -s -f confmf 2> /dev/null` in #(
tang-7/aclocal.m4-1029-   *the\ am__doit\ target*)
##############################################
tang-7/aclocal.m4-1209-     echo "timestamp, slept: $am_has_slept" > conftest.file
tang-7/aclocal.m4:1210:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
tang-7/aclocal.m4-1211-     if test "$[*]" = "X"; then
tang-7/aclocal.m4-1212-	# -L didn't work.
tang-7/aclocal.m4:1213:	set X `ls -t "$srcdir/configure" conftest.file`
tang-7/aclocal.m4-1214-     fi
##############################################
tang-7/Makefile.in-52-  { \
tang-7/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
tang-7/Makefile.in-54-  }; \
##############################################
tang-7/Makefile.in-120-src_tangd_DEPENDENCIES =
tang-7/Makefile.in:121:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tang-7/Makefile.in-122-am__vpath_adj = case $$p in \
tang-7/Makefile.in:123:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tang-7/Makefile.in-124-    *) f=$$p;; \
tang-7/Makefile.in-125-  esac;
tang-7/Makefile.in:126:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tang-7/Makefile.in-127-am__install_max = 40
tang-7/Makefile.in-128-am__nobase_strip_setup = \
tang-7/Makefile.in:129:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tang-7/Makefile.in-130-am__nobase_strip = \
##############################################
tang-7/Makefile.in-332-case "$@" in						\
tang-7/Makefile.in:333:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
tang-7/Makefile.in-334-    *) am__odir=.;; 					\
##############################################
tang-7/Makefile.in-362-  bases='$(TEST_LOGS)'; \
tang-7/Makefile.in:363:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
tang-7/Makefile.in:364:  bases=`echo $$bases`
tang-7/Makefile.in-365-RECHECK_LOGS = $(TEST_LOGS)
##############################################
tang-7/Makefile.in-374-        */*) b='$*';; \
tang-7/Makefile.in:375:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
tang-7/Makefile.in-376-       esac;; \
##############################################
tang-7/Makefile.in-720-.c.o:
tang-7/Makefile.in:721:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
tang-7/Makefile.in-722-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
tang-7/Makefile.in-728-.c.obj:
tang-7/Makefile.in:729:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
tang-7/Makefile.in:730:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
tang-7/Makefile.in-731-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
tang-7/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tang-7/Makefile.in:734:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
tang-7/Makefile.in-735-install-man1: $(man1_MANS)
##############################################
tang-7/Makefile.in-739-	test -n "$(man1dir)" \
tang-7/Makefile.in:740:	  && test -n "`echo $$list1$$list2`" \
tang-7/Makefile.in-741-	  || exit 0; \
##############################################
tang-7/Makefile.in-780-	test -n "$(man8dir)" \
tang-7/Makefile.in:781:	  && test -n "`echo $$list1$$list2`" \
tang-7/Makefile.in-782-	  || exit 0; \
##############################################
tang-7/Makefile.in-835-	@list='$(nodist_systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
tang-7/Makefile.in:836:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tang-7/Makefile.in-837-	dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
##############################################
tang-7/Makefile.in-868-GTAGS:
tang-7/Makefile.in:869:	here=`$(am__cd) $(top_builddir) && pwd` \
tang-7/Makefile.in-870-	  && $(am__cd) $(top_srcdir) \
##############################################
tang-7/Makefile.in-918-	if test -n "$$redo_bases"; then \
tang-7/Makefile.in:919:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
tang-7/Makefile.in:920:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
tang-7/Makefile.in-921-	  if $(am__make_dryrun); then :; else \
##############################################
tang-7/Makefile.in-943-	ws='[ 	]'; \
tang-7/Makefile.in:944:	results=`for b in $$bases; do echo $$b.trs; done`; \
tang-7/Makefile.in-945-	test -n "$$results" || results=/dev/null; \
tang-7/Makefile.in:946:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
tang-7/Makefile.in:947:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
tang-7/Makefile.in:948:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
tang-7/Makefile.in:949:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
tang-7/Makefile.in:950:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
tang-7/Makefile.in:951:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
tang-7/Makefile.in:952:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
tang-7/Makefile.in:953:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
tang-7/Makefile.in-954-	  success=true; \
##############################################
tang-7/Makefile.in-1022-	@set +e; $(am__set_TESTS_bases); \
tang-7/Makefile.in:1023:	log_list=`for i in $$bases; do echo $$i.log; done`; \
tang-7/Makefile.in:1024:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
tang-7/Makefile.in:1025:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
tang-7/Makefile.in-1026-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
tang-7/Makefile.in-1032-	         | $(am__list_recheck_tests)` || exit 1; \
tang-7/Makefile.in:1033:	log_list=`for i in $$bases; do echo $$i.log; done`; \
tang-7/Makefile.in:1034:	log_list=`echo $$log_list`; \
tang-7/Makefile.in-1035-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
tang-7/Makefile.in-1070-	test -d "$(distdir)" || mkdir "$(distdir)"
tang-7/Makefile.in:1071:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tang-7/Makefile.in:1072:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tang-7/Makefile.in-1073-	list='$(DISTFILES)'; \
##############################################
tang-7/Makefile.in-1084-	  if test -d $$d/$$file; then \
tang-7/Makefile.in:1085:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tang-7/Makefile.in-1086-	    if test -d "$(distdir)/$$file"; then \
##############################################
tang-7/Makefile.in-1169-	test -d $(distdir)/_build || exit 0; \
tang-7/Makefile.in:1170:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
tang-7/Makefile.in-1171-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
tang-7/Makefile.in-1213-	}; \
tang-7/Makefile.in:1214:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
tang-7/Makefile.in-1215-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
tang-7/Makefile.in-1225-	fi
tang-7/Makefile.in:1226:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
tang-7/Makefile.in-1227-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
tang-7/Makefile.in-1386-%: %.in
tang-7/Makefile.in:1387:	$(AM_V_GEN)mkdir -p "`dirname "$@"`"
tang-7/Makefile.in-1388-	$(AM_V_GEN)$(SED) \
##############################################
tang-7/compile-67-	mingw/*)
tang-7/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
tang-7/compile-69-	  ;;
tang-7/compile-70-	cygwin/*)
tang-7/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
tang-7/compile-72-	  ;;
tang-7/compile-73-	wine/*)
tang-7/compile:74:	  file=`winepath -w "$file" || echo "$file"`
tang-7/compile-75-	  ;;
##############################################
tang-7/compile-310-# Name of file we expect compiler to create.
tang-7/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
tang-7/compile-312-
##############################################
tang-7/compile-316-# object file name, since that is what matters with a parallel build.
tang-7/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
tang-7/compile-318-while true; do
##############################################
tang-7/config.guess-34-
tang-7/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
tang-7/config.guess-36-
##############################################
tang-7/config.guess-102-: ${TMPDIR=/tmp} ;
tang-7/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
tang-7/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
tang-7/config.guess-151-	EOF
tang-7/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
tang-7/config.guess-153-	;;
##############################################
tang-7/config.guess-181-	    earmv*)
tang-7/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
tang-7/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
tang-7/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
tang-7/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
tang-7/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
tang-7/config.guess-215-		;;
##############################################
tang-7/config.guess-226-	    *)
tang-7/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
tang-7/config.guess-228-		;;
##############################################
tang-7/config.guess-267-	*4.0)
tang-7/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
tang-7/config.guess-269-		;;
tang-7/config.guess-270-	*5.*)
tang-7/config.guess:271:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
tang-7/config.guess-272-		;;
##############################################
tang-7/config.guess-277-	# types through head -n 1, so we only detect the type of CPU 0.
tang-7/config.guess:278:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
tang-7/config.guess-279-	case "$ALPHA_CPU_TYPE" in
##############################################
tang-7/config.guess-315-	# 1.2 uses "1.2" for uname -r.
tang-7/config.guess:316:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
tang-7/config.guess-317-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
tang-7/config.guess-375-    s390x:SunOS:*:*)
tang-7/config.guess:376:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tang-7/config.guess-377-	exit ;;
tang-7/config.guess-378-    sun4H:SunOS:5.*:*)
tang-7/config.guess:379:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tang-7/config.guess-380-	exit ;;
tang-7/config.guess-381-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
tang-7/config.guess:382:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tang-7/config.guess-383-	exit ;;
##############################################
tang-7/config.guess-400-	fi
tang-7/config.guess:401:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tang-7/config.guess-402-	exit ;;
##############################################
tang-7/config.guess-406-	# it's likely to be more like Solaris than SunOS4.
tang-7/config.guess:407:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tang-7/config.guess-408-	exit ;;
##############################################
tang-7/config.guess-415-	# Japanese Language versions have a version number like `4.1.3-JL'.
tang-7/config.guess:416:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
tang-7/config.guess-417-	exit ;;
##############################################
tang-7/config.guess-421-    sun*:*:4.2BSD:*)
tang-7/config.guess:422:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
tang-7/config.guess-423-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
tang-7/config.guess-503-	$CC_FOR_BUILD -o $dummy $dummy.c &&
tang-7/config.guess:504:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
tang-7/config.guess:505:	  SYSTEM_NAME=`$dummy $dummyarg` &&
tang-7/config.guess-506-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
tang-7/config.guess-559-    *:IRIX*:*:*)
tang-7/config.guess:560:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
tang-7/config.guess-561-	exit ;;
##############################################
tang-7/config.guess-589-EOF
tang-7/config.guess:590:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
tang-7/config.guess-591-		then
##############################################
tang-7/config.guess-602-    *:AIX:*:[4567])
tang-7/config.guess:603:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
tang-7/config.guess-604-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
tang-7/config.guess-638-    9000/[34678]??:HP-UX:*:*)
tang-7/config.guess:639:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tang-7/config.guess-640-	case "${UNAME_MACHINE}" in
##############################################
tang-7/config.guess-692-EOF
tang-7/config.guess:693:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
tang-7/config.guess-694-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
tang-7/config.guess-720-    ia64:HP-UX:*:*)
tang-7/config.guess:721:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tang-7/config.guess-722-	echo ia64-hp-hpux${HPUX_REV}
##############################################
tang-7/config.guess-750-EOF
tang-7/config.guess:751:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
tang-7/config.guess-752-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
tang-7/config.guess-821-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
tang-7/config.guess:822:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
tang-7/config.guess-823-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tang-7/config.guess-826-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
tang-7/config.guess:827:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
tang-7/config.guess-828-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tang-7/config.guess-846-	esac
tang-7/config.guess:847:	echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tang-7/config.guess-848-	exit ;;
##############################################
tang-7/config.guess-901-    prep*:SunOS:5.*:*)
tang-7/config.guess:902:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tang-7/config.guess-903-	exit ;;
##############################################
tang-7/config.guess-905-	# the GNU system
tang-7/config.guess:906:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
tang-7/config.guess-907-	exit ;;
##############################################
tang-7/config.guess-909-	# other systems with GNU libc and userland
tang-7/config.guess:910:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
tang-7/config.guess-911-	exit ;;
##############################################
tang-7/config.guess-1003-EOF
tang-7/config.guess:1004:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
tang-7/config.guess-1005-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
tang-7/config.guess-1103-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
tang-7/config.guess:1104:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
tang-7/config.guess-1105-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
tang-7/config.guess-1306-	fi
tang-7/config.guess:1307:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
tang-7/config.guess-1308-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
tang-7/config.guess-1401-    *:DragonFly:*:*)
tang-7/config.guess:1402:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tang-7/config.guess-1403-	exit ;;
##############################################
tang-7/config.guess-1414-    i*86:skyos:*:*)
tang-7/config.guess:1415:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
tang-7/config.guess-1416-	exit ;;
##############################################
tang-7/config.sub-52-
tang-7/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
tang-7/config.sub-54-
##############################################
tang-7/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
tang-7/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
tang-7/config.sub-116-case $maybe_os in
##############################################
tang-7/config.sub-122-    os=-$maybe_os
tang-7/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
tang-7/config.sub-124-    ;;
##############################################
tang-7/config.sub-126-    os=-linux-android
tang-7/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
tang-7/config.sub-128-    ;;
tang-7/config.sub-129-  *)
tang-7/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
tang-7/config.sub-131-    if [ $basic_machine != $1 ]
tang-7/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
tang-7/config.sub-133-    else os=; fi
##############################################
tang-7/config.sub-180-		os=-sco5v6
tang-7/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-182-		;;
##############################################
tang-7/config.sub-184-		os=-sco3.2v5
tang-7/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-186-		;;
##############################################
tang-7/config.sub-188-		os=-sco3.2v4
tang-7/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-190-		;;
tang-7/config.sub-191-	-sco3.2.[4-9]*)
tang-7/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
tang-7/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-194-		;;
##############################################
tang-7/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
tang-7/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-198-		;;
##############################################
tang-7/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
tang-7/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-202-		;;
##############################################
tang-7/config.sub-204-		os=-sco3.2v2
tang-7/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-206-		;;
tang-7/config.sub-207-	-udk*)
tang-7/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-209-		;;
##############################################
tang-7/config.sub-211-		os=-isc2.2
tang-7/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-213-		;;
##############################################
tang-7/config.sub-217-	-isc*)
tang-7/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tang-7/config.sub-219-		;;
##############################################
tang-7/config.sub-229-	-ptx*)
tang-7/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
tang-7/config.sub-231-		;;
tang-7/config.sub-232-	-windowsnt*)
tang-7/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
tang-7/config.sub-234-		;;
##############################################
tang-7/config.sub-368-	*-*-*)
tang-7/config.sub:369:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tang-7/config.sub-370-		exit 1
##############################################
tang-7/config.sub-497-	amd64-*)
tang-7/config.sub:498:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-499-		;;
##############################################
tang-7/config.sub-542-	blackfin-*)
tang-7/config.sub:543:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-544-		os=-linux
##############################################
tang-7/config.sub-550-	c54x-*)
tang-7/config.sub:551:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-552-		;;
tang-7/config.sub-553-	c55x-*)
tang-7/config.sub:554:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-555-		;;
tang-7/config.sub-556-	c6x-*)
tang-7/config.sub:557:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-558-		;;
##############################################
tang-7/config.sub-654-	e500v[12]-*)
tang-7/config.sub:655:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-656-		os=$os"spe"
##############################################
tang-7/config.sub-761-	i*86v32)
tang-7/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tang-7/config.sub-763-		os=-sysv32
##############################################
tang-7/config.sub-765-	i*86v4*)
tang-7/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tang-7/config.sub-767-		os=-sysv4
##############################################
tang-7/config.sub-769-	i*86v)
tang-7/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tang-7/config.sub-771-		os=-sysv
##############################################
tang-7/config.sub-773-	i*86sol2)
tang-7/config.sub:774:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tang-7/config.sub-775-		os=-solaris2
##############################################
tang-7/config.sub-799-	leon-*|leon[3-9]-*)
tang-7/config.sub:800:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
tang-7/config.sub-801-		;;
##############################################
tang-7/config.sub-806-	m68knommu-*)
tang-7/config.sub:807:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-808-		os=-linux
##############################################
tang-7/config.sub-843-	mips3*-*)
tang-7/config.sub:844:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
tang-7/config.sub-845-		;;
tang-7/config.sub-846-	mips3*)
tang-7/config.sub:847:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
tang-7/config.sub-848-		;;
##############################################
tang-7/config.sub-865-	ms1-*)
tang-7/config.sub:866:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
tang-7/config.sub-867-		;;
##############################################
tang-7/config.sub-987-	parisc-*)
tang-7/config.sub:988:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-989-		os=-linux
##############################################
tang-7/config.sub-1003-	pc98-*)
tang-7/config.sub:1004:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1005-		;;
##############################################
tang-7/config.sub-1018-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
tang-7/config.sub:1019:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1020-		;;
tang-7/config.sub-1021-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
tang-7/config.sub:1022:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1023-		;;
tang-7/config.sub-1024-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
tang-7/config.sub:1025:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1026-		;;
tang-7/config.sub-1027-	pentium4-*)
tang-7/config.sub:1028:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1029-		;;
##############################################
tang-7/config.sub-1037-	ppc-* | ppcbe-*)
tang-7/config.sub:1038:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1039-		;;
##############################################
tang-7/config.sub-1043-	ppcle-* | powerpclittle-*)
tang-7/config.sub:1044:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1045-		;;
##############################################
tang-7/config.sub-1047-		;;
tang-7/config.sub:1048:	ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1049-		;;
##############################################
tang-7/config.sub-1053-	ppc64le-* | powerpc64little-*)
tang-7/config.sub:1054:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1055-		;;
##############################################
tang-7/config.sub-1136-	strongarm-* | thumb-*)
tang-7/config.sub:1137:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
tang-7/config.sub-1138-		;;
##############################################
tang-7/config.sub-1269-	xscale-* | xscalee[bl]-*)
tang-7/config.sub:1270:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
tang-7/config.sub-1271-		;;
##############################################
tang-7/config.sub-1346-	*)
tang-7/config.sub:1347:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tang-7/config.sub-1348-		exit 1
##############################################
tang-7/config.sub-1354-	*-digital*)
tang-7/config.sub:1355:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
tang-7/config.sub-1356-		;;
tang-7/config.sub-1357-	*-commodore*)
tang-7/config.sub:1358:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
tang-7/config.sub-1359-		;;
##############################################
tang-7/config.sub-1375-	-solaris1 | -solaris1.*)
tang-7/config.sub:1376:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
tang-7/config.sub-1377-		;;
##############################################
tang-7/config.sub-1387-	-gnu/linux*)
tang-7/config.sub:1388:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
tang-7/config.sub-1389-		;;
##############################################
tang-7/config.sub-1434-	-nto*)
tang-7/config.sub:1435:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
tang-7/config.sub-1436-		;;
##############################################
tang-7/config.sub-1441-	-mac*)
tang-7/config.sub:1442:		os=`echo $os | sed -e 's|mac|macos|'`
tang-7/config.sub-1443-		;;
##############################################
tang-7/config.sub-1447-	-linux*)
tang-7/config.sub:1448:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
tang-7/config.sub-1449-		;;
tang-7/config.sub-1450-	-sunos5*)
tang-7/config.sub:1451:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
tang-7/config.sub-1452-		;;
tang-7/config.sub-1453-	-sunos6*)
tang-7/config.sub:1454:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
tang-7/config.sub-1455-		;;
##############################################
tang-7/config.sub-1502-	-sinix5.*)
tang-7/config.sub:1503:		os=`echo $os | sed -e 's|sinix|sysv|'`
tang-7/config.sub-1504-		;;
##############################################
tang-7/config.sub-1557-		# Get rid of the `-' at the beginning of $os.
tang-7/config.sub:1558:		os=`echo $os | sed 's/[^-]*-//'`
tang-7/config.sub:1559:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
tang-7/config.sub-1560-		exit 1
##############################################
tang-7/config.sub-1823-		esac
tang-7/config.sub:1824:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
tang-7/config.sub-1825-		;;
##############################################
tang-7/depcomp-64-  case $1 in
tang-7/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
tang-7/depcomp-66-      *) dir=;;
##############################################
tang-7/depcomp-73-{
tang-7/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
tang-7/depcomp-75-}
##############################################
tang-7/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
tang-7/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
tang-7/depcomp-128-
##############################################
tang-7/depcomp-405-        sleep 1
tang-7/depcomp:406:        i=`expr $i - 1`
tang-7/depcomp-407-      done
tang-7/depcomp-408-    fi
tang-7/depcomp:409:    i=`expr $i - 1`
tang-7/depcomp-410-  done
##############################################
tang-7/depcomp-425-  # Do two passes, one to just change these to
tang-7/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
tang-7/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
tang-7/depcomp-659-  done
tang-7/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
tang-7/depcomp-661-  touch "$tmpdepfile"
##############################################
tang-7/install-sh-234-      fi
tang-7/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
tang-7/install-sh-236-    *)
##############################################
tang-7/install-sh-281-      dstdir=$dst
tang-7/install-sh:282:      dst=$dstdir/`basename "$src"`
tang-7/install-sh-283-      dstdir_status=0
tang-7/install-sh-284-    else
tang-7/install-sh:285:      dstdir=`dirname "$dst"`
tang-7/install-sh-286-      test -d "$dstdir"
##############################################
tang-7/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
tang-7/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
tang-7/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
tang-7/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
tang-7/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
tang-7/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
tang-7/install-sh-402-            case $prefix in
tang-7/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
tang-7/install-sh-404-              *) qprefix=$prefix;;
##############################################
tang-7/install-sh-451-    if $copy_on_change &&
tang-7/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
tang-7/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
tang-7/install-sh-454-       set -f &&
##############################################
tang-7/.pc/upstream.use-asciidoctor-to-build-manpages.patch/Makefile.am-44-%: %.in
tang-7/.pc/upstream.use-asciidoctor-to-build-manpages.patch/Makefile.am:45:	$(AM_V_GEN)mkdir -p "`dirname "$@"`"
tang-7/.pc/upstream.use-asciidoctor-to-build-manpages.patch/Makefile.am-46-	$(AM_V_GEN)$(SED) \
##############################################
tang-7/Makefile.am-44-%: %.in
tang-7/Makefile.am:45:	$(AM_V_GEN)mkdir -p "`dirname "$@"`"
tang-7/Makefile.am-46-	$(AM_V_GEN)$(SED) \