===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
datamash-1.6+dfsg/man/help2man-703-	map { dec $_ }
datamash-1.6+dfsg/man/help2man:704:	`$prog $opt 2>$stderr`;
datamash-1.6+dfsg/man/help2man-705-
##############################################
datamash-1.6+dfsg/maint.mk-543-  dummy=; : so we do not need a semicolon before each use;		\
datamash-1.6+dfsg/maint.mk:544:  h_esc=`echo '[<"]'"$$h"'[">]'|$(SED) 's/\./\\\\./g'`;			\
datamash-1.6+dfsg/maint.mk-545-  if $(VC_LIST_EXCEPT) | $(GREP) '\.c$$' > /dev/null; then		\
##############################################
datamash-1.6+dfsg/maint.mk-1731-	for sig in 1 2 3 13 15; do					\
datamash-1.6+dfsg/maint.mk:1732:	  eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \
datamash-1.6+dfsg/maint.mk-1733-	done;								\
##############################################
datamash-1.6+dfsg/tests/datamash-check-tabular.pl-39-
datamash-1.6+dfsg/tests/datamash-check-tabular.pl:40:my $prog = `$prog_bin ---print-progname`;
datamash-1.6+dfsg/tests/datamash-check-tabular.pl-41-
##############################################
datamash-1.6+dfsg/tests/datamash-tests-2.pl-46-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-tests-2.pl:47:my $prog = `$prog_bin ---print-progname`;
datamash-1.6+dfsg/tests/datamash-tests-2.pl-48-$prog = $prog_bin unless $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-tests-2.pl-53-## but is "NaN" on Illumos/OpenSolaris
datamash-1.6+dfsg/tests/datamash-tests-2.pl:54:my $nan = `$prog_bin ---print-nan`;
datamash-1.6+dfsg/tests/datamash-tests-2.pl-55-die "test infrastructure failed: can't determine 'nan' string" unless $nan;
datamash-1.6+dfsg/tests/datamash-tests-2.pl:56:my $inf = `$prog_bin ---print-inf`;
datamash-1.6+dfsg/tests/datamash-tests-2.pl-57-die "test infrastructure failed: can't determine 'inf' string" unless $inf;
##############################################
datamash-1.6+dfsg/tests/datamash-error-msgs.pl-45-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-error-msgs.pl:46:my $prog = `$prog_bin ---print-progname`;
datamash-1.6+dfsg/tests/datamash-error-msgs.pl-47-$prog = $prog_bin unless $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-sha.pl-52-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-sha.pl:53:my $prog = `$prog_bin --foobar 2>&1 | head -n 1 | cut -f1 -d:`;
datamash-1.6+dfsg/tests/datamash-sha.pl-54-chomp $prog if $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-transpose.pl-44-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-transpose.pl:45:my $prog = `$prog_bin --foobar 2>&1 | head -n 1 | cut -f1 -d:`;
datamash-1.6+dfsg/tests/datamash-transpose.pl-46-chomp $prog if $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-check.pl-43-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-check.pl:44:my $prog = `$prog_bin --foobar 2>&1 | head -n 1 | cut -f1 -d:`;
datamash-1.6+dfsg/tests/datamash-check.pl-45-chomp $prog if $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-parser.pl-41-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-parser.pl:42:my $prog = `$prog_bin ---print-progname`;
datamash-1.6+dfsg/tests/datamash-parser.pl-43-$prog = $prog_bin unless $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-tests.pl-41-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-tests.pl:42:my $prog = `$prog_bin ---print-progname`;
datamash-1.6+dfsg/tests/datamash-tests.pl-43-$prog = $prog_bin unless $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-pair-tests.pl-41-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-pair-tests.pl:42:my $prog = `$prog_bin ---print-progname`;
datamash-1.6+dfsg/tests/datamash-pair-tests.pl-43-$prog = $prog_bin unless $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-pair-tests.pl-53-## but is "NaN" on Illumos/OpenSolaris
datamash-1.6+dfsg/tests/datamash-pair-tests.pl:54:my $nan = `$prog ---print-nan`;
datamash-1.6+dfsg/tests/datamash-pair-tests.pl-55-die "test infrastructure failed: can't determine 'nan' string" unless $nan;
datamash-1.6+dfsg/tests/datamash-pair-tests.pl:56:my $inf = `$prog ---print-inf`;
datamash-1.6+dfsg/tests/datamash-pair-tests.pl-57-die "test infrastructure failed: can't determine 'inf' string" unless $inf;
##############################################
datamash-1.6+dfsg/tests/datamash-md5.pl-52-##  in case of an error.
datamash-1.6+dfsg/tests/datamash-md5.pl:53:my $prog = `$prog_bin ---print-progname`;
datamash-1.6+dfsg/tests/datamash-md5.pl-54-$prog = $prog_bin unless $prog;
##############################################
datamash-1.6+dfsg/tests/datamash-stats.pl-50-## but is "NaN" on Illumos/OpenSolaris
datamash-1.6+dfsg/tests/datamash-stats.pl:51:my $nan = `$prog ---print-nan`;
datamash-1.6+dfsg/tests/datamash-stats.pl-52-die "test infrastructure failed: can't determine 'nan' string" unless $nan;
datamash-1.6+dfsg/tests/datamash-stats.pl:53:my $inf = `$prog ---print-inf`;
datamash-1.6+dfsg/tests/datamash-stats.pl-54-die "test infrastructure failed: can't determine 'inf' string" unless $inf;
##############################################
datamash-1.6+dfsg/tests/init.sh-62-
datamash-1.6+dfsg/tests/init.sh:63:ME_=`expr "./$0" : '.*/\(.*\)$'`
datamash-1.6+dfsg/tests/init.sh-64-
##############################################
datamash-1.6+dfsg/tests/init.sh-315-  test "$diff_opt_" != no &&
datamash-1.6+dfsg/tests/init.sh:316:    diff_out_=`exec 2>/dev/null; diff $diff_opt_ "$0" "$0" < /dev/null` &&
datamash-1.6+dfsg/tests/init.sh-317-    break
##############################################
datamash-1.6+dfsg/tests/init.sh-424-
datamash-1.6+dfsg/tests/init.sh:425:  base_names_=`find_exe_basenames_ $1` \
datamash-1.6+dfsg/tests/init.sh-426-    || { echo "$0 (exe_shim): skipping directory: $1" 1>&2; return 0; }
##############################################
datamash-1.6+dfsg/tests/init.sh-478-  pfx_=`testdir_prefix_`
datamash-1.6+dfsg/tests/init.sh:479:  test_dir_=`mktempd_ "$initial_cwd_" "$pfx_-$ME_.XXXX"` \
datamash-1.6+dfsg/tests/init.sh-480-    || fail_ "failed to create temporary directory in $initial_cwd_"
##############################################
datamash-1.6+dfsg/tests/init.sh-528-
datamash-1.6+dfsg/tests/init.sh:529:  n_plus_50_=`expr $n_ + 50`
datamash-1.6+dfsg/tests/init.sh-530-  cmds_='date; date +%N; free; who -a; w; ps auxww; ps -ef'
datamash-1.6+dfsg/tests/init.sh:531:  data_=` (eval "$cmds_") 2>&1 | gzip `
datamash-1.6+dfsg/tests/init.sh-532-
##############################################
datamash-1.6+dfsg/tests/init.sh-534-  while :; do
datamash-1.6+dfsg/tests/init.sh:535:    len_=`echo "$data_"|wc -c`
datamash-1.6+dfsg/tests/init.sh-536-    test $n_plus_50_ -le $len_ && break;
datamash-1.6+dfsg/tests/init.sh:537:    data_=` (echo "$data_"; eval "$cmds_") 2>&1 | gzip `
datamash-1.6+dfsg/tests/init.sh-538-  done
##############################################
datamash-1.6+dfsg/tests/init.sh-571-  # First, try to use mktemp.
datamash-1.6+dfsg/tests/init.sh:572:  d=`unset TMPDIR; { mktemp -d -t -p "$destdir_" "$template_"; } 2>/dev/null` &&
datamash-1.6+dfsg/tests/init.sh-573-
##############################################
datamash-1.6+dfsg/tests/init.sh-580-  # It must have 0700 permissions.  Handle sticky "S" bits.
datamash-1.6+dfsg/tests/init.sh:581:  perms=`ls -dgo "$d" 2>/dev/null` &&
datamash-1.6+dfsg/tests/init.sh-582-  case $perms in drwx--[-S]---*) :;; *) false;; esac && {
##############################################
datamash-1.6+dfsg/tests/init.sh-589-  # Get a copy of the template without its suffix of X's.
datamash-1.6+dfsg/tests/init.sh:590:  base_template_=`echo "$template_"|sed 's/XX*$//'`
datamash-1.6+dfsg/tests/init.sh-591-
datamash-1.6+dfsg/tests/init.sh-592-  # Calculate how many X's we've just removed.
datamash-1.6+dfsg/tests/init.sh:593:  template_length_=`echo "$template_" | wc -c`
datamash-1.6+dfsg/tests/init.sh:594:  nx_=`echo "$base_template_" | wc -c`
datamash-1.6+dfsg/tests/init.sh:595:  nx_=`expr $template_length_ - $nx_`
datamash-1.6+dfsg/tests/init.sh-596-
##############################################
datamash-1.6+dfsg/tests/init.sh-599-  while :; do
datamash-1.6+dfsg/tests/init.sh:600:    X_=`rand_bytes_ $nx_`
datamash-1.6+dfsg/tests/init.sh-601-    candidate_dir_="$destdir_slash_$base_template_$X_"
datamash-1.6+dfsg/tests/init.sh:602:    err_=`mkdir -m 0700 "$candidate_dir_" 2>&1` \
datamash-1.6+dfsg/tests/init.sh-603-      && { echo "$candidate_dir_"; return; }
datamash-1.6+dfsg/tests/init.sh-604-    test $MAX_TRIES_ -le $i_ && break;
datamash-1.6+dfsg/tests/init.sh:605:    i_=`expr $i_ + 1`
datamash-1.6+dfsg/tests/init.sh-606-  done
##############################################
datamash-1.6+dfsg/tests/datamash-crosstab.pl-39-
datamash-1.6+dfsg/tests/datamash-crosstab.pl:40:my $prog = `$prog_bin ---print-progname`;
datamash-1.6+dfsg/tests/datamash-crosstab.pl-41-
##############################################
datamash-1.6+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
datamash-1.6+dfsg/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
datamash-1.6+dfsg/configure-47-  as_echo='print -r --'
datamash-1.6+dfsg/configure-48-  as_echo_n='print -rn --'
datamash-1.6+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
datamash-1.6+dfsg/configure-50-  as_echo='printf %s\n'
##############################################
datamash-1.6+dfsg/configure-52-else
datamash-1.6+dfsg/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
datamash-1.6+dfsg/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
datamash-1.6+dfsg/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
datamash-1.6+dfsg/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
datamash-1.6+dfsg/configure-64-      esac;
##############################################
datamash-1.6+dfsg/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
datamash-1.6+dfsg/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
datamash-1.6+dfsg/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
datamash-1.6+dfsg/configure-327-      case $as_dir in #(
datamash-1.6+dfsg/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
datamash-1.6+dfsg/configure-329-      *) as_qdir=$as_dir;;
##############################################
datamash-1.6+dfsg/configure-400-  {
datamash-1.6+dfsg/configure:401:    as_val=`expr "$@" || test $? -eq 1`
datamash-1.6+dfsg/configure-402-  }
##############################################
datamash-1.6+dfsg/configure-407-# ----------------------------------------
datamash-1.6+dfsg/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
datamash-1.6+dfsg/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
datamash-1.6+dfsg/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
datamash-1.6+dfsg/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
datamash-1.6+dfsg/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
datamash-1.6+dfsg/configure-1983-  case $ac_option in
datamash-1.6+dfsg/configure:1984:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
datamash-1.6+dfsg/configure-1985-  *=)   ac_optarg= ;;
##############################################
datamash-1.6+dfsg/configure-2027-  -disable-* | --disable-*)
datamash-1.6+dfsg/configure:2028:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
datamash-1.6+dfsg/configure-2029-    # Reject names that are not valid shell variable names.
##############################################
datamash-1.6+dfsg/configure-2032-    ac_useropt_orig=$ac_useropt
datamash-1.6+dfsg/configure:2033:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
datamash-1.6+dfsg/configure-2034-    case $ac_user_opts in
##############################################
datamash-1.6+dfsg/configure-2053-  -enable-* | --enable-*)
datamash-1.6+dfsg/configure:2054:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
datamash-1.6+dfsg/configure-2055-    # Reject names that are not valid shell variable names.
##############################################
datamash-1.6+dfsg/configure-2058-    ac_useropt_orig=$ac_useropt
datamash-1.6+dfsg/configure:2059:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
datamash-1.6+dfsg/configure-2060-    case $ac_user_opts in
##############################################
datamash-1.6+dfsg/configure-2266-  -with-* | --with-*)
datamash-1.6+dfsg/configure:2267:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
datamash-1.6+dfsg/configure-2268-    # Reject names that are not valid shell variable names.
##############################################
datamash-1.6+dfsg/configure-2271-    ac_useropt_orig=$ac_useropt
datamash-1.6+dfsg/configure:2272:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
datamash-1.6+dfsg/configure-2273-    case $ac_user_opts in
##############################################
datamash-1.6+dfsg/configure-2282-  -without-* | --without-*)
datamash-1.6+dfsg/configure:2283:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
datamash-1.6+dfsg/configure-2284-    # Reject names that are not valid shell variable names.
##############################################
datamash-1.6+dfsg/configure-2287-    ac_useropt_orig=$ac_useropt
datamash-1.6+dfsg/configure:2288:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
datamash-1.6+dfsg/configure-2289-    case $ac_user_opts in
##############################################
datamash-1.6+dfsg/configure-2320-  *=*)
datamash-1.6+dfsg/configure:2321:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
datamash-1.6+dfsg/configure-2322-    # Reject names that are not valid shell variable names.
##############################################
datamash-1.6+dfsg/configure-2341-if test -n "$ac_prev"; then
datamash-1.6+dfsg/configure:2342:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
datamash-1.6+dfsg/configure-2343-  as_fn_error $? "missing argument to $ac_option"
##############################################
datamash-1.6+dfsg/configure-2363-    */ )
datamash-1.6+dfsg/configure:2364:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
datamash-1.6+dfsg/configure-2365-      eval $ac_var=\$ac_val;;
##############################################
datamash-1.6+dfsg/configure-2398-ac_ls_di=`ls -di .` &&
datamash-1.6+dfsg/configure:2399:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
datamash-1.6+dfsg/configure-2400-  as_fn_error $? "working directory cannot be determined"
##############################################
datamash-1.6+dfsg/configure-2454-case $srcdir in
datamash-1.6+dfsg/configure:2455:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
datamash-1.6+dfsg/configure-2456-esac
##############################################
datamash-1.6+dfsg/configure-2497-By default, \`make install' will install all the files in
datamash-1.6+dfsg/configure:2498:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
datamash-1.6+dfsg/configure:2499:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
datamash-1.6+dfsg/configure-2500-for instance \`--prefix=\$HOME'.
##############################################
datamash-1.6+dfsg/configure-2626-*)
datamash-1.6+dfsg/configure:2627:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
datamash-1.6+dfsg/configure-2628-  # A ".." for each directory in $ac_dir_suffix.
datamash-1.6+dfsg/configure:2629:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
datamash-1.6+dfsg/configure-2630-  case $ac_top_builddir_sub in
##############################################
datamash-1.6+dfsg/configure-3104-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
datamash-1.6+dfsg/configure:3105:  as_decl_name=`echo $2|sed 's/ *(.*//'`
datamash-1.6+dfsg/configure:3106:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
datamash-1.6+dfsg/configure-3107-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
datamash-1.6+dfsg/configure-3459-    *\'*)
datamash-1.6+dfsg/configure:3460:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
datamash-1.6+dfsg/configure-3461-    esac
##############################################
datamash-1.6+dfsg/configure-3542-      case $ac_val in
datamash-1.6+dfsg/configure:3543:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
datamash-1.6+dfsg/configure-3544-      esac
##############################################
datamash-1.6+dfsg/configure-3557-	case $ac_val in
datamash-1.6+dfsg/configure:3558:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
datamash-1.6+dfsg/configure-3559-	esac
##############################################
datamash-1.6+dfsg/configure-3717-    set,)
datamash-1.6+dfsg/configure:3718:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
datamash-1.6+dfsg/configure:3719:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
datamash-1.6+dfsg/configure-3720-      ac_cache_corrupted=: ;;
##############################################
datamash-1.6+dfsg/configure-3728-	# differences in whitespace do not lead to failure.
datamash-1.6+dfsg/configure:3729:	ac_old_val_w=`echo x $ac_old_val`
datamash-1.6+dfsg/configure:3730:	ac_new_val_w=`echo x $ac_new_val`
datamash-1.6+dfsg/configure-3731-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
datamash-1.6+dfsg/configure-3748-    case $ac_new_val in
datamash-1.6+dfsg/configure:3749:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
datamash-1.6+dfsg/configure-3750-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
datamash-1.6+dfsg/configure-3924-     echo "timestamp, slept: $am_has_slept" > conftest.file
datamash-1.6+dfsg/configure:3925:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
datamash-1.6+dfsg/configure-3926-     if test "$*" = "X"; then
datamash-1.6+dfsg/configure-3927-	# -L didn't work.
datamash-1.6+dfsg/configure:3928:	set X `ls -t "$srcdir/configure" conftest.file`
datamash-1.6+dfsg/configure-3929-     fi
##############################################
datamash-1.6+dfsg/configure-3975-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
datamash-1.6+dfsg/configure:3976:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
datamash-1.6+dfsg/configure-3977-
datamash-1.6+dfsg/configure-3978-# Expand $ac_aux_dir to an absolute path.
datamash-1.6+dfsg/configure:3979:am_aux_dir=`cd "$ac_aux_dir" && pwd`
datamash-1.6+dfsg/configure-3980-
##############################################
datamash-1.6+dfsg/configure-4120-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
datamash-1.6+dfsg/configure:4121:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
datamash-1.6+dfsg/configure-4122-	     'mkdir (GNU coreutils) '* | \
##############################################
datamash-1.6+dfsg/configure-4193-set x ${MAKE-make}
datamash-1.6+dfsg/configure:4194:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
datamash-1.6+dfsg/configure-4195-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
datamash-1.6+dfsg/configure-4203-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
datamash-1.6+dfsg/configure:4204:case `${MAKE-make} -f conftest.make 2>/dev/null` in
datamash-1.6+dfsg/configure-4205-  *@@@%%%=?*=@@@%%%*)
##############################################
datamash-1.6+dfsg/configure-4269-
datamash-1.6+dfsg/configure:4270:if test "`cd $srcdir && pwd`" != "`pwd`"; then
datamash-1.6+dfsg/configure-4271-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
datamash-1.6+dfsg/configure-4833-$as_echo_n "checking whether the C compiler works... " >&6; }
datamash-1.6+dfsg/configure:4834:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
datamash-1.6+dfsg/configure-4835-
##############################################
datamash-1.6+dfsg/configure-4877-	then :; else
datamash-1.6+dfsg/configure:4878:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
datamash-1.6+dfsg/configure-4879-	fi
##############################################
datamash-1.6+dfsg/configure-4937-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
datamash-1.6+dfsg/configure:4938:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
datamash-1.6+dfsg/configure-4939-	  break;;
##############################################
datamash-1.6+dfsg/configure-5046-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
datamash-1.6+dfsg/configure:5047:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
datamash-1.6+dfsg/configure-5048-       break;;
##############################################
datamash-1.6+dfsg/configure-5864-  if test "$am_compiler_list" = ""; then
datamash-1.6+dfsg/configure:5865:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
datamash-1.6+dfsg/configure-5866-  fi
##############################################
datamash-1.6+dfsg/configure-6127-  # Check for GNU $ac_path_GREP
datamash-1.6+dfsg/configure:6128:case `"$ac_path_GREP" --version 2>&1` in
datamash-1.6+dfsg/configure-6129-*GNU*)
##############################################
datamash-1.6+dfsg/configure-6193-  # Check for GNU $ac_path_EGREP
datamash-1.6+dfsg/configure:6194:case `"$ac_path_EGREP" --version 2>&1` in
datamash-1.6+dfsg/configure-6195-*GNU*)
##############################################
datamash-1.6+dfsg/configure-6354-do :
datamash-1.6+dfsg/configure:6355:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
datamash-1.6+dfsg/configure-6356-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
datamash-1.6+dfsg/configure-6359-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:6360:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-6361-_ACEOF
##############################################
datamash-1.6+dfsg/configure-6757-test "x$ac_build_alias" = x &&
datamash-1.6+dfsg/configure:6758:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
datamash-1.6+dfsg/configure-6759-test "x$ac_build_alias" = x &&
datamash-1.6+dfsg/configure-6760-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
datamash-1.6+dfsg/configure:6761:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
datamash-1.6+dfsg/configure-6762-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
datamash-1.6+dfsg/configure-6781-IFS=$ac_save_IFS
datamash-1.6+dfsg/configure:6782:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
datamash-1.6+dfsg/configure-6783-
##############################################
datamash-1.6+dfsg/configure-6792-else
datamash-1.6+dfsg/configure:6793:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
datamash-1.6+dfsg/configure-6794-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
datamash-1.6+dfsg/configure-6814-IFS=$ac_save_IFS
datamash-1.6+dfsg/configure:6815:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
datamash-1.6+dfsg/configure-6816-
##############################################
datamash-1.6+dfsg/configure-7516-  for ac_func in _getb67 GETB67 getb67; do
datamash-1.6+dfsg/configure:7517:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
datamash-1.6+dfsg/configure-7518-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
datamash-1.6+dfsg/configure-8092-do :
datamash-1.6+dfsg/configure:8093:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
datamash-1.6+dfsg/configure-8094-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
datamash-1.6+dfsg/configure-8097-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:8098:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-8099-_ACEOF
##############################################
datamash-1.6+dfsg/configure-10964-do :
datamash-1.6+dfsg/configure:10965:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
datamash-1.6+dfsg/configure-10966-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
datamash-1.6+dfsg/configure-10968-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:10969:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-10970-_ACEOF
##############################################
datamash-1.6+dfsg/configure-12505-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
datamash-1.6+dfsg/configure:12506:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
datamash-1.6+dfsg/configure-12507-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
datamash-1.6+dfsg/configure-13420-          # gcc leaves a trailing carriage return which upsets mingw
datamash-1.6+dfsg/configure:13421:          acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
datamash-1.6+dfsg/configure-13422-        *)
datamash-1.6+dfsg/configure:13423:          acl_output=`($CC -print-prog-name=ld) 2>&5` ;;
datamash-1.6+dfsg/configure-13424-      esac
##############################################
datamash-1.6+dfsg/configure-13429-          # Canonicalize the pathname of ld
datamash-1.6+dfsg/configure:13430:          acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'`
datamash-1.6+dfsg/configure-13431-          while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do
datamash-1.6+dfsg/configure:13432:            acl_output=`echo $acl_output | sed "s%$re_direlt%/%"`
datamash-1.6+dfsg/configure-13433-          done
##############################################
datamash-1.6+dfsg/configure-13457-          # Break only if it was the GNU/non-GNU ld that we prefer.
datamash-1.6+dfsg/configure:13458:          case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
datamash-1.6+dfsg/configure-13459-            *GNU* | *'with BFD'*)
##############################################
datamash-1.6+dfsg/configure-13534-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
datamash-1.6+dfsg/configure:13535:case `$LD -v 2>&1 </dev/null` in
datamash-1.6+dfsg/configure-13536-*GNU* | *'with BFD'*)
##############################################
datamash-1.6+dfsg/configure-13960-                   ;;
datamash-1.6+dfsg/configure:13961:                 *) searchdir=`cd "$searchdir" && pwd`
datamash-1.6+dfsg/configure-13962-                    case "$searchdir" in
##############################################
datamash-1.6+dfsg/configure-13987-$as_echo "$acl_cv_libdirstems" >&6; }
datamash-1.6+dfsg/configure:13988:      acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'`
datamash-1.6+dfsg/configure:13989:  acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'`
datamash-1.6+dfsg/configure:13990:  acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'`
datamash-1.6+dfsg/configure-13991-
##############################################
datamash-1.6+dfsg/configure-14076-        names_already_handled="$names_already_handled $name"
datamash-1.6+dfsg/configure:14077:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
datamash-1.6+dfsg/configure-14078-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
datamash-1.6+dfsg/configure-14158-                -L*)
datamash-1.6+dfsg/configure:14159:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
datamash-1.6+dfsg/configure-14160-                                    if test -n "$acl_shlibext"; then
##############################################
datamash-1.6+dfsg/configure-14276-              */$acl_libdirstem | */$acl_libdirstem/)
datamash-1.6+dfsg/configure:14277:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
datamash-1.6+dfsg/configure-14278-                if test "$name" = 'iconv'; then
##############################################
datamash-1.6+dfsg/configure-14283-              */$acl_libdirstem2 | */$acl_libdirstem2/)
datamash-1.6+dfsg/configure:14284:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
datamash-1.6+dfsg/configure-14285-                if test "$name" = 'iconv'; then
##############################################
datamash-1.6+dfsg/configure-14290-              */$acl_libdirstem3 | */$acl_libdirstem3/)
datamash-1.6+dfsg/configure:14291:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
datamash-1.6+dfsg/configure-14292-                if test "$name" = 'iconv'; then
##############################################
datamash-1.6+dfsg/configure-14341-                  -L*)
datamash-1.6+dfsg/configure:14342:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
datamash-1.6+dfsg/configure-14343-                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
##############################################
datamash-1.6+dfsg/configure-14402-                  -R*)
datamash-1.6+dfsg/configure:14403:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
datamash-1.6+dfsg/configure-14404-                    if test "$enable_rpath" != no; then
##############################################
datamash-1.6+dfsg/configure-14427-                  -l*)
datamash-1.6+dfsg/configure:14428:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
datamash-1.6+dfsg/configure-14429-                    ;;
datamash-1.6+dfsg/configure-14430-                  *.la)
datamash-1.6+dfsg/configure:14431:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
datamash-1.6+dfsg/configure-14432-                    ;;
##############################################
datamash-1.6+dfsg/configure-14810-
datamash-1.6+dfsg/configure:14811:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
datamash-1.6+dfsg/configure-14812-    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
##############################################
datamash-1.6+dfsg/configure-15616-do :
datamash-1.6+dfsg/configure:15617:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
datamash-1.6+dfsg/configure-15618-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
datamash-1.6+dfsg/configure-15620-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:15621:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-15622-_ACEOF
##############################################
datamash-1.6+dfsg/configure-15671-    fi
datamash-1.6+dfsg/configure:15672:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
datamash-1.6+dfsg/configure-15673-    cat >>confdefs.h <<_ACEOF
##############################################
datamash-1.6+dfsg/configure-15716-    fi
datamash-1.6+dfsg/configure:15717:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
datamash-1.6+dfsg/configure-15718-    cat >>confdefs.h <<_ACEOF
##############################################
datamash-1.6+dfsg/configure-15768-    eval result=\$gl_cv_type_${gltype}_signed
datamash-1.6+dfsg/configure:15769:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
datamash-1.6+dfsg/configure-15770-    if test "$result" = yes; then
##############################################
datamash-1.6+dfsg/configure-15844-$as_echo "$ac_res" >&6; }
datamash-1.6+dfsg/configure:15845:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
datamash-1.6+dfsg/configure-15846-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
datamash-1.6+dfsg/configure-15916-$as_echo "$ac_res" >&6; }
datamash-1.6+dfsg/configure:15917:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
datamash-1.6+dfsg/configure-15918-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
datamash-1.6+dfsg/configure-16466-    word*bit*)
datamash-1.6+dfsg/configure:16467:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/configure:16468:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/configure-16469-
##############################################
datamash-1.6+dfsg/configure-16575-    word*bit*)
datamash-1.6+dfsg/configure:16576:      word=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/configure:16577:      bit=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/configure-16578-
##############################################
datamash-1.6+dfsg/configure-17829-  # Check for GNU $ac_path_SED
datamash-1.6+dfsg/configure:17830:case `"$ac_path_SED" --version 2>&1` in
datamash-1.6+dfsg/configure-17831-*GNU*)
##############################################
datamash-1.6+dfsg/configure-19232-  if test "$HAVE_LIBUNISTRING" = yes; then
datamash-1.6+dfsg/configure:19233:    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
datamash-1.6+dfsg/configure:19234:    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
datamash-1.6+dfsg/configure:19235:    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
datamash-1.6+dfsg/configure-19236-  fi
##############################################
datamash-1.6+dfsg/configure-19404-                              save_ac_compile="$ac_compile"
datamash-1.6+dfsg/configure:19405:     ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
datamash-1.6+dfsg/configure-19406-     if echo '#include "conftest.c"' >conftest1.c &&
##############################################
datamash-1.6+dfsg/configure-19426-_ACEOF
datamash-1.6+dfsg/configure:19427:              ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
datamash-1.6+dfsg/configure-19428-       if echo '#include "conftest.c"' >conftest2.c &&
##############################################
datamash-1.6+dfsg/configure-20139-do :
datamash-1.6+dfsg/configure:20140:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
datamash-1.6+dfsg/configure-20141-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
datamash-1.6+dfsg/configure-20143-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:20144:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-20145-_ACEOF
##############################################
datamash-1.6+dfsg/configure-20269-do :
datamash-1.6+dfsg/configure:20270:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
datamash-1.6+dfsg/configure-20271-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
datamash-1.6+dfsg/configure-20273-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:20274:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-20275-_ACEOF
##############################################
datamash-1.6+dfsg/configure-20399-do :
datamash-1.6+dfsg/configure:20400:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
datamash-1.6+dfsg/configure-20401-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
datamash-1.6+dfsg/configure-20403-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:20404:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-20405-_ACEOF
##############################################
datamash-1.6+dfsg/configure-20529-do :
datamash-1.6+dfsg/configure:20530:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
datamash-1.6+dfsg/configure-20531-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
datamash-1.6+dfsg/configure-20533-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:20534:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-20535-_ACEOF
##############################################
datamash-1.6+dfsg/configure-24080-    word*bit*)
datamash-1.6+dfsg/configure:24081:      word=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/configure:24082:      bit=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/configure-24083-
##############################################
datamash-1.6+dfsg/configure-24506-    word*bit*)
datamash-1.6+dfsg/configure:24507:      word=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/configure:24508:      bit=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/configure-24509-
##############################################
datamash-1.6+dfsg/configure-24895-    word*bit*)
datamash-1.6+dfsg/configure:24896:      word=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/configure:24897:      bit=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/configure-24898-
##############################################
datamash-1.6+dfsg/configure-28447-do :
datamash-1.6+dfsg/configure:28448:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
datamash-1.6+dfsg/configure-28449-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
datamash-1.6+dfsg/configure-28451-  cat >>confdefs.h <<_ACEOF
datamash-1.6+dfsg/configure:28452:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
datamash-1.6+dfsg/configure-28453-_ACEOF
##############################################
datamash-1.6+dfsg/configure-29997-    word*bit*)
datamash-1.6+dfsg/configure:29998:      word=`echo "$gl_cv_cc_float_signbit" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/configure:29999:      bit=`echo "$gl_cv_cc_float_signbit" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/configure-30000-
##############################################
datamash-1.6+dfsg/configure-30104-    word*bit*)
datamash-1.6+dfsg/configure:30105:      word=`echo "$gl_cv_cc_double_signbit" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/configure:30106:      bit=`echo "$gl_cv_cc_double_signbit" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/configure-30107-
##############################################
datamash-1.6+dfsg/configure-30211-    word*bit*)
datamash-1.6+dfsg/configure:30212:      word=`echo "$gl_cv_cc_long_double_signbit" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/configure:30213:      bit=`echo "$gl_cv_cc_long_double_signbit" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/configure-30214-
##############################################
datamash-1.6+dfsg/configure-33743-  gl_source_base='tests'
datamash-1.6+dfsg/configure:33744:  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
datamash-1.6+dfsg/configure-33745-
##############################################
datamash-1.6+dfsg/configure-34551-  test $ac_status = 0; }; then
datamash-1.6+dfsg/configure:34552:  pkg_cv_bashcompdir=`$PKG_CONFIG --variable="completionsdir" "bash-completion" 2>/dev/null`
datamash-1.6+dfsg/configure-34553-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
datamash-1.6+dfsg/configure-34789-
datamash-1.6+dfsg/configure:34790:    case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
datamash-1.6+dfsg/configure-34791-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
datamash-1.6+dfsg/configure-34866-
datamash-1.6+dfsg/configure:34867:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
datamash-1.6+dfsg/configure-34868-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
datamash-1.6+dfsg/configure-35487-        names_already_handled="$names_already_handled $name"
datamash-1.6+dfsg/configure:35488:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
datamash-1.6+dfsg/configure-35489-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
datamash-1.6+dfsg/configure-35569-                -L*)
datamash-1.6+dfsg/configure:35570:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
datamash-1.6+dfsg/configure-35571-                                    if test -n "$acl_shlibext"; then
##############################################
datamash-1.6+dfsg/configure-35687-              */$acl_libdirstem | */$acl_libdirstem/)
datamash-1.6+dfsg/configure:35688:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
datamash-1.6+dfsg/configure-35689-                if test "$name" = 'intl'; then
##############################################
datamash-1.6+dfsg/configure-35694-              */$acl_libdirstem2 | */$acl_libdirstem2/)
datamash-1.6+dfsg/configure:35695:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
datamash-1.6+dfsg/configure-35696-                if test "$name" = 'intl'; then
##############################################
datamash-1.6+dfsg/configure-35701-              */$acl_libdirstem3 | */$acl_libdirstem3/)
datamash-1.6+dfsg/configure:35702:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
datamash-1.6+dfsg/configure-35703-                if test "$name" = 'intl'; then
##############################################
datamash-1.6+dfsg/configure-35752-                  -L*)
datamash-1.6+dfsg/configure:35753:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
datamash-1.6+dfsg/configure-35754-                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
##############################################
datamash-1.6+dfsg/configure-35813-                  -R*)
datamash-1.6+dfsg/configure:35814:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
datamash-1.6+dfsg/configure-35815-                    if test "$enable_rpath" != no; then
##############################################
datamash-1.6+dfsg/configure-35838-                  -l*)
datamash-1.6+dfsg/configure:35839:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
datamash-1.6+dfsg/configure-35840-                    ;;
datamash-1.6+dfsg/configure-35841-                  *.la)
datamash-1.6+dfsg/configure:35842:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
datamash-1.6+dfsg/configure-35843-                    ;;
##############################################
datamash-1.6+dfsg/configure-36195-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
datamash-1.6+dfsg/configure:36196:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
datamash-1.6+dfsg/configure-36197-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
datamash-1.6+dfsg/configure-36293-  # such file name with the "lib/" prefix.  See also build-aux/prefix-gnulib-mk.
datamash-1.6+dfsg/configure:36294:  gl_LIBOBJS=`echo "$gl_LIBOBJS" | sed -e 's, , lib/,g'`
datamash-1.6+dfsg/configure-36295-
##############################################
datamash-1.6+dfsg/configure-36345-      sed_drop_objext='s/\.o$//;s/\.obj$//'
datamash-1.6+dfsg/configure:36346:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
datamash-1.6+dfsg/configure-36347-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
datamash-1.6+dfsg/configure-36361-      sed_drop_objext='s/\.o$//;s/\.obj$//'
datamash-1.6+dfsg/configure:36362:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
datamash-1.6+dfsg/configure-36363-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
datamash-1.6+dfsg/configure-36439-if test -z "$BASH_VERSION$ZSH_VERSION" \
datamash-1.6+dfsg/configure:36440:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
datamash-1.6+dfsg/configure-36441-  as_echo='print -r --'
datamash-1.6+dfsg/configure-36442-  as_echo_n='print -rn --'
datamash-1.6+dfsg/configure:36443:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
datamash-1.6+dfsg/configure-36444-  as_echo='printf %s\n'
##############################################
datamash-1.6+dfsg/configure-36446-else
datamash-1.6+dfsg/configure:36447:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
datamash-1.6+dfsg/configure-36448-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
datamash-1.6+dfsg/configure-36456-	expr "X$arg" : "X\\(.*\\)$as_nl";
datamash-1.6+dfsg/configure:36457:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
datamash-1.6+dfsg/configure-36458-      esac;
##############################################
datamash-1.6+dfsg/configure-36533-# ----------------------------------------
datamash-1.6+dfsg/configure:36534:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
datamash-1.6+dfsg/configure-36535-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
datamash-1.6+dfsg/configure-36605-  {
datamash-1.6+dfsg/configure:36606:    as_val=`expr "$@" || test $? -eq 1`
datamash-1.6+dfsg/configure-36607-  }
##############################################
datamash-1.6+dfsg/configure-36709-      case $as_dir in #(
datamash-1.6+dfsg/configure:36710:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
datamash-1.6+dfsg/configure-36711-      *) as_qdir=$as_dir;;
##############################################
datamash-1.6+dfsg/configure-36850-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
datamash-1.6+dfsg/configure:36851:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
datamash-1.6+dfsg/configure-36852-ac_cs_version="\\
##############################################
datamash-1.6+dfsg/configure-36875-  --*=?*)
datamash-1.6+dfsg/configure:36876:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
datamash-1.6+dfsg/configure:36877:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
datamash-1.6+dfsg/configure-36878-    ac_shift=:
##############################################
datamash-1.6+dfsg/configure-36880-  --*=)
datamash-1.6+dfsg/configure:36881:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
datamash-1.6+dfsg/configure-36882-    ac_optarg=
##############################################
datamash-1.6+dfsg/configure-36904-    case $ac_optarg in
datamash-1.6+dfsg/configure:36905:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
datamash-1.6+dfsg/configure-36906-    '') as_fn_error $? "missing file argument" ;;
##############################################
datamash-1.6+dfsg/configure-36912-    case $ac_optarg in
datamash-1.6+dfsg/configure:36913:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
datamash-1.6+dfsg/configure-36914-    esac
##############################################
datamash-1.6+dfsg/configure-37051-fi
datamash-1.6+dfsg/configure:37052:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
datamash-1.6+dfsg/configure-37053-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
datamash-1.6+dfsg/configure-37068-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
datamash-1.6+dfsg/configure:37069:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
datamash-1.6+dfsg/configure-37070-ac_delim='%!_!# '
##############################################
datamash-1.6+dfsg/configure-37074-
datamash-1.6+dfsg/configure:37075:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
datamash-1.6+dfsg/configure-37076-  if test $ac_delim_n = $ac_delim_num; then
##############################################
datamash-1.6+dfsg/configure-37212-for ac_last_try in false false :; do
datamash-1.6+dfsg/configure:37213:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
datamash-1.6+dfsg/configure-37214-  if test -z "$ac_tt"; then
##############################################
datamash-1.6+dfsg/configure-37344-      esac
datamash-1.6+dfsg/configure:37345:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
datamash-1.6+dfsg/configure-37346-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
datamash-1.6+dfsg/configure-37403-*)
datamash-1.6+dfsg/configure:37404:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
datamash-1.6+dfsg/configure-37405-  # A ".." for each directory in $ac_dir_suffix.
datamash-1.6+dfsg/configure:37406:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
datamash-1.6+dfsg/configure-37407-  case $ac_top_builddir_sub in
##############################################
datamash-1.6+dfsg/configure-37464-/@mandir@/p'
datamash-1.6+dfsg/configure:37465:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
datamash-1.6+dfsg/configure-37466-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
datamash-1.6+dfsg/configure-37481-
datamash-1.6+dfsg/configure:37482:# Neutralize VPATH when `$srcdir' = `.'.
datamash-1.6+dfsg/configure-37483-# Shell code in configure.ac might set extrasub.
##############################################
datamash-1.6+dfsg/configure-37509-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
datamash-1.6+dfsg/configure:37510:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
datamash-1.6+dfsg/configure-37511-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
datamash-1.6+dfsg/configure-37555-    * )
datamash-1.6+dfsg/configure:37556:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
datamash-1.6+dfsg/configure-37557-  esac
##############################################
datamash-1.6+dfsg/configure-37641-    # Strip MF so we end up with the name of the file.
datamash-1.6+dfsg/configure:37642:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
datamash-1.6+dfsg/configure-37643-    # Check whether this is an Automake generated Makefile which includes
##############################################
datamash-1.6+dfsg/configure-37719-      case "$ac_file" in
datamash-1.6+dfsg/configure:37720:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
datamash-1.6+dfsg/configure-37721-      esac
##############################################
datamash-1.6+dfsg/configure-37724-        # Adjust a relative srcdir.
datamash-1.6+dfsg/configure:37725:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
datamash-1.6+dfsg/configure:37726:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
datamash-1.6+dfsg/configure:37727:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
datamash-1.6+dfsg/configure-37728-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
datamash-1.6+dfsg/configure-37731-        case "$ac_given_srcdir" in
datamash-1.6+dfsg/configure:37732:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
datamash-1.6+dfsg/configure-37733-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
datamash-1.6+dfsg/configure-37752-            fi
datamash-1.6+dfsg/configure:37753:            ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
datamash-1.6+dfsg/configure-37754-            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
datamash-1.6+dfsg/m4/getopt.m4-218-       gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }'
datamash-1.6+dfsg/m4/getopt.m4:219:       case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" </dev/null` in
datamash-1.6+dfsg/m4/getopt.m4-220-         xx) gl_had_POSIXLY_CORRECT=exported ;;
##############################################
datamash-1.6+dfsg/m4/exponentf.m4-83-    word*bit*)
datamash-1.6+dfsg/m4/exponentf.m4:84:      word=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/m4/exponentf.m4:85:      bit=`echo "$gl_cv_cc_float_expbit0" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/m4/exponentf.m4-86-      AC_DEFINE_UNQUOTED([FLT_EXPBIT0_WORD], [$word],
##############################################
datamash-1.6+dfsg/m4/00gnulib.m4-38-  [AC][_DEFUN([$1],
datamash-1.6+dfsg/m4/00gnulib.m4:39:    [AC_REQUIRE([_gl_DEFUN_ONCE([$1])],
datamash-1.6+dfsg/m4/00gnulib.m4-40-      [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl
##############################################
datamash-1.6+dfsg/m4/non-recursive-gnulib-prefix-hack.m4-19-  # such file name with the "lib/" prefix.  See also build-aux/prefix-gnulib-mk.
datamash-1.6+dfsg/m4/non-recursive-gnulib-prefix-hack.m4:20:  gl_LIBOBJS=`echo "$gl_LIBOBJS" | sed -e 's, , $1/,g'`
datamash-1.6+dfsg/m4/non-recursive-gnulib-prefix-hack.m4-21-
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-253-        dnl or AC_LIB_HAVE_LINKFLAGS call.
datamash-1.6+dfsg/m4/lib-link.m4:254:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
datamash-1.6+dfsg/m4/lib-link.m4-255-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-334-                -L*)
datamash-1.6+dfsg/m4/lib-link.m4:335:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
datamash-1.6+dfsg/m4/lib-link.m4-336-                  dnl First look for a shared library.
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-479-              */$acl_libdirstem | */$acl_libdirstem/)
datamash-1.6+dfsg/m4/lib-link.m4:480:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
datamash-1.6+dfsg/m4/lib-link.m4-481-                if test "$name" = '$1'; then
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-486-              */$acl_libdirstem2 | */$acl_libdirstem2/)
datamash-1.6+dfsg/m4/lib-link.m4:487:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
datamash-1.6+dfsg/m4/lib-link.m4-488-                if test "$name" = '$1'; then
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-493-              */$acl_libdirstem3 | */$acl_libdirstem3/)
datamash-1.6+dfsg/m4/lib-link.m4:494:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
datamash-1.6+dfsg/m4/lib-link.m4-495-                if test "$name" = '$1'; then
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-549-                  -L*)
datamash-1.6+dfsg/m4/lib-link.m4:550:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
datamash-1.6+dfsg/m4/lib-link.m4-551-                    dnl Potentially add $dependency_libdir to $LIBNAME and $LTLIBNAME.
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-603-                  -R*)
datamash-1.6+dfsg/m4/lib-link.m4:604:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
datamash-1.6+dfsg/m4/lib-link.m4-605-                    if test "$enable_rpath" != no; then
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-633-                    dnl Handle this in the next round.
datamash-1.6+dfsg/m4/lib-link.m4:634:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
datamash-1.6+dfsg/m4/lib-link.m4-635-                    ;;
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-639-                    dnl option.
datamash-1.6+dfsg/m4/lib-link.m4:640:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
datamash-1.6+dfsg/m4/lib-link.m4-641-                    ;;
##############################################
datamash-1.6+dfsg/m4/lib-link.m4-752-            -L) next=yes ;;
datamash-1.6+dfsg/m4/lib-link.m4:753:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
datamash-1.6+dfsg/m4/lib-link.m4-754-                 dnl No need to hardcode the standard /usr/lib.
##############################################
datamash-1.6+dfsg/m4/exponentd.m4-107-    word*bit*)
datamash-1.6+dfsg/m4/exponentd.m4:108:      word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/m4/exponentd.m4:109:      bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/m4/exponentd.m4-110-      AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word],
##############################################
datamash-1.6+dfsg/m4/signbit.m4-343-    word*bit*)
datamash-1.6+dfsg/m4/signbit.m4:344:      word=`echo "$]$2[" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/m4/signbit.m4:345:      bit=`echo "$]$2[" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/m4/signbit.m4-346-      AC_DEFINE_UNQUOTED([$4][_SIGNBIT_WORD], [$word],
##############################################
datamash-1.6+dfsg/m4/stdint.m4-397-    fi
datamash-1.6+dfsg/m4/stdint.m4:398:    GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
datamash-1.6+dfsg/m4/stdint.m4-399-    AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result])
##############################################
datamash-1.6+dfsg/m4/stdint.m4-426-    eval result=\$gl_cv_type_${gltype}_signed
datamash-1.6+dfsg/m4/stdint.m4:427:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
datamash-1.6+dfsg/m4/stdint.m4-428-    if test "$result" = yes; then
##############################################
datamash-1.6+dfsg/m4/stdint.m4-480-       done])
datamash-1.6+dfsg/m4/stdint.m4:481:    GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
datamash-1.6+dfsg/m4/stdint.m4-482-    eval result=\$gl_cv_type_${gltype}_suffix
##############################################
datamash-1.6+dfsg/m4/host-cpu-c-abi.m4-330-  dnl In most cases, $HOST_CPU and $HOST_CPU_C_ABI are the same.
datamash-1.6+dfsg/m4/host-cpu-c-abi.m4:331:  HOST_CPU=`echo "$gl_cv_host_cpu_c_abi" | sed -e 's/-.*//'`
datamash-1.6+dfsg/m4/host-cpu-c-abi.m4-332-  HOST_CPU_C_ABI="$gl_cv_host_cpu_c_abi"
##############################################
datamash-1.6+dfsg/m4/gnulib-comp.m4-827-      sed_drop_objext='s/\.o$//;s/\.obj$//'
datamash-1.6+dfsg/m4/gnulib-comp.m4:828:      for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
datamash-1.6+dfsg/m4/gnulib-comp.m4-829-        gl_libobjs="$gl_libobjs $i.$ac_objext"
##############################################
datamash-1.6+dfsg/m4/gnulib-comp.m4-845-changequote(,)dnl
datamash-1.6+dfsg/m4/gnulib-comp.m4:846:  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
datamash-1.6+dfsg/m4/gnulib-comp.m4-847-changequote([, ])dnl
##############################################
datamash-1.6+dfsg/m4/gnulib-comp.m4-873-      sed_drop_objext='s/\.o$//;s/\.obj$//'
datamash-1.6+dfsg/m4/gnulib-comp.m4:874:      for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do
datamash-1.6+dfsg/m4/gnulib-comp.m4-875-        gltests_libobjs="$gltests_libobjs $i.$ac_objext"
##############################################
datamash-1.6+dfsg/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
datamash-1.6+dfsg/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
datamash-1.6+dfsg/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
datamash-1.6+dfsg/m4/lib-ld.m4-71-          # gcc leaves a trailing carriage return which upsets mingw
datamash-1.6+dfsg/m4/lib-ld.m4:72:          acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
datamash-1.6+dfsg/m4/lib-ld.m4-73-        *)
datamash-1.6+dfsg/m4/lib-ld.m4:74:          acl_output=`($CC -print-prog-name=ld) 2>&5` ;;
datamash-1.6+dfsg/m4/lib-ld.m4-75-      esac
##############################################
datamash-1.6+dfsg/m4/lib-ld.m4-80-          # Canonicalize the pathname of ld
datamash-1.6+dfsg/m4/lib-ld.m4:81:          acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'`
datamash-1.6+dfsg/m4/lib-ld.m4-82-          while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do
datamash-1.6+dfsg/m4/lib-ld.m4:83:            acl_output=`echo $acl_output | sed "s%$re_direlt%/%"`
datamash-1.6+dfsg/m4/lib-ld.m4-84-          done
##############################################
datamash-1.6+dfsg/m4/lib-ld.m4-108-          # Break only if it was the GNU/non-GNU ld that we prefer.
datamash-1.6+dfsg/m4/lib-ld.m4:109:          case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
datamash-1.6+dfsg/m4/lib-ld.m4-110-            *GNU* | *'with BFD'*)
##############################################
datamash-1.6+dfsg/m4/wchar_h.m4-93-     save_ac_compile="$ac_compile"
datamash-1.6+dfsg/m4/wchar_h.m4:94:     ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest1/`
datamash-1.6+dfsg/m4/wchar_h.m4-95-     if echo '#include "conftest.c"' >conftest1.c &&
##############################################
datamash-1.6+dfsg/m4/wchar_h.m4-109-       dnl See note above about renaming object files.
datamash-1.6+dfsg/m4/wchar_h.m4:110:       ac_compile=`echo "$save_ac_compile" | sed s/conftest/conftest2/`
datamash-1.6+dfsg/m4/wchar_h.m4-111-       if echo '#include "conftest.c"' >conftest2.c &&
##############################################
datamash-1.6+dfsg/m4/po.m4-48-changequote(,)dnl
datamash-1.6+dfsg/m4/po.m4:49:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
datamash-1.6+dfsg/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
datamash-1.6+dfsg/m4/po.m4-67-changequote(,)dnl
datamash-1.6+dfsg/m4/po.m4:68:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
datamash-1.6+dfsg/m4/po.m4-69-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
datamash-1.6+dfsg/m4/po.m4-102-      case "$ac_file" in
datamash-1.6+dfsg/m4/po.m4:103:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
datamash-1.6+dfsg/m4/po.m4-104-      esac
##############################################
datamash-1.6+dfsg/m4/po.m4-107-        # Adjust a relative srcdir.
datamash-1.6+dfsg/m4/po.m4:108:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
datamash-1.6+dfsg/m4/po.m4:109:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
datamash-1.6+dfsg/m4/po.m4:110:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
datamash-1.6+dfsg/m4/po.m4-111-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
datamash-1.6+dfsg/m4/po.m4-114-        case "$ac_given_srcdir" in
datamash-1.6+dfsg/m4/po.m4:115:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
datamash-1.6+dfsg/m4/po.m4-116-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
datamash-1.6+dfsg/m4/po.m4-135-            fi
datamash-1.6+dfsg/m4/po.m4:136:            ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
datamash-1.6+dfsg/m4/po.m4-137-            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
datamash-1.6+dfsg/m4/po.m4-228-  # Adjust a relative srcdir.
datamash-1.6+dfsg/m4/po.m4:229:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
datamash-1.6+dfsg/m4/po.m4:230:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
datamash-1.6+dfsg/m4/po.m4:231:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
datamash-1.6+dfsg/m4/po.m4-232-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
datamash-1.6+dfsg/m4/po.m4-235-  case "$ac_given_srcdir" in
datamash-1.6+dfsg/m4/po.m4:236:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
datamash-1.6+dfsg/m4/po.m4-237-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
datamash-1.6+dfsg/m4/po.m4-297-  # Set POTFILES to the value of the Makefile variable POTFILES.
datamash-1.6+dfsg/m4/po.m4:298:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
datamash-1.6+dfsg/m4/po.m4:299:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
datamash-1.6+dfsg/m4/po.m4-300-  # Compute POTFILES_DEPS as
##############################################
datamash-1.6+dfsg/m4/po.m4-312-    # The LINGUAS file contains the set of available languages.
datamash-1.6+dfsg/m4/po.m4:313:    ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
datamash-1.6+dfsg/m4/po.m4-314-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
datamash-1.6+dfsg/m4/po.m4-316-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
datamash-1.6+dfsg/m4/po.m4:317:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
datamash-1.6+dfsg/m4/po.m4:318:    ALL_LINGUAS=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
datamash-1.6+dfsg/m4/po.m4-319-  fi
##############################################
datamash-1.6+dfsg/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
datamash-1.6+dfsg/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
datamash-1.6+dfsg/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
datamash-1.6+dfsg/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
datamash-1.6+dfsg/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
datamash-1.6+dfsg/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
datamash-1.6+dfsg/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
datamash-1.6+dfsg/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
datamash-1.6+dfsg/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
datamash-1.6+dfsg/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
datamash-1.6+dfsg/m4/po.m4-411-    for lang in $ALL_LINGUAS; do
datamash-1.6+dfsg/m4/po.m4:412:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
datamash-1.6+dfsg/m4/po.m4-413-      cat >> "$ac_file.tmp" <<EOF
##############################################
datamash-1.6+dfsg/m4/po.m4-422-    for lang in $ALL_LINGUAS; do
datamash-1.6+dfsg/m4/po.m4:423:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
datamash-1.6+dfsg/m4/po.m4-424-      cat >> "$ac_file.tmp" <<EOF
##############################################
datamash-1.6+dfsg/m4/warnings.m4-33-case $gl_positive in
datamash-1.6+dfsg/m4/warnings.m4:34:  -Wno-*) gl_positive=-W`expr "X$gl_positive" : 'X-Wno-\(.*\)'` ;;
datamash-1.6+dfsg/m4/warnings.m4-35-esac
##############################################
datamash-1.6+dfsg/m4/iconv.m4-270-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
datamash-1.6+dfsg/m4/iconv.m4:271:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
datamash-1.6+dfsg/m4/iconv.m4-272-    AC_MSG_RESULT([
##############################################
datamash-1.6+dfsg/m4/lib-prefix.m4-288-                   ;;
datamash-1.6+dfsg/m4/lib-prefix.m4:289:                 *) searchdir=`cd "$searchdir" && pwd`
datamash-1.6+dfsg/m4/lib-prefix.m4-290-                    case "$searchdir" in
##############################################
datamash-1.6+dfsg/m4/lib-prefix.m4-315-changequote(,)dnl
datamash-1.6+dfsg/m4/lib-prefix.m4:316:  acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'`
datamash-1.6+dfsg/m4/lib-prefix.m4:317:  acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'`
datamash-1.6+dfsg/m4/lib-prefix.m4:318:  acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'`
datamash-1.6+dfsg/m4/lib-prefix.m4-319-changequote([,])dnl
##############################################
datamash-1.6+dfsg/m4/gettext.m4-277-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LTLIBICONV $LTLIBTHREAD"
datamash-1.6+dfsg/m4/gettext.m4:278:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
datamash-1.6+dfsg/m4/gettext.m4-279-      fi
##############################################
datamash-1.6+dfsg/m4/exponentl.m4-105-    word*bit*)
datamash-1.6+dfsg/m4/exponentl.m4:106:      word=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'`
datamash-1.6+dfsg/m4/exponentl.m4:107:      bit=`echo "$gl_cv_cc_long_double_expbit0" | sed -e 's/word.*bit //'`
datamash-1.6+dfsg/m4/exponentl.m4-108-      AC_DEFINE_UNQUOTED([LDBL_EXPBIT0_WORD], [$word],
##############################################
datamash-1.6+dfsg/m4/libunistring-base.m4-89-  if test "$HAVE_LIBUNISTRING" = yes; then
datamash-1.6+dfsg/m4/libunistring-base.m4:90:    LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"`
datamash-1.6+dfsg/m4/libunistring-base.m4:91:    LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"`
datamash-1.6+dfsg/m4/libunistring-base.m4:92:    LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"`
datamash-1.6+dfsg/m4/libunistring-base.m4-93-  fi
##############################################
datamash-1.6+dfsg/m4/libunistring-base.m4-123-           [dnl This is the unoptimized variant:
datamash-1.6+dfsg/m4/libunistring-base.m4:124:            requested_version_major=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_major"`
datamash-1.6+dfsg/m4/libunistring-base.m4:125:            requested_version_minor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_minor"`
datamash-1.6+dfsg/m4/libunistring-base.m4:126:            requested_version_subminor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_subminor"`
datamash-1.6+dfsg/m4/libunistring-base.m4-127-            test $LIBUNISTRING_VERSION_MAJOR -lt $requested_version_major \
##############################################
datamash-1.6+dfsg/build-aux/config.guess-34-
datamash-1.6+dfsg/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
datamash-1.6+dfsg/build-aux/config.guess-36-
##############################################
datamash-1.6+dfsg/build-aux/config.guess-105-    # shellcheck disable=SC2039
datamash-1.6+dfsg/build-aux/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
datamash-1.6+dfsg/build-aux/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
datamash-1.6+dfsg/build-aux/config.guess-155-	EOF
datamash-1.6+dfsg/build-aux/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
datamash-1.6+dfsg/build-aux/config.guess-157-
##############################################
datamash-1.6+dfsg/build-aux/config.guess-192-	    earmv*)
datamash-1.6+dfsg/build-aux/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
datamash-1.6+dfsg/build-aux/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
datamash-1.6+dfsg/build-aux/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
datamash-1.6+dfsg/build-aux/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
datamash-1.6+dfsg/build-aux/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
datamash-1.6+dfsg/build-aux/config.guess-226-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-237-	    *)
datamash-1.6+dfsg/build-aux/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
datamash-1.6+dfsg/build-aux/config.guess-239-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-290-	*4.0)
datamash-1.6+dfsg/build-aux/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
datamash-1.6+dfsg/build-aux/config.guess-292-		;;
datamash-1.6+dfsg/build-aux/config.guess-293-	*5.*)
datamash-1.6+dfsg/build-aux/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
datamash-1.6+dfsg/build-aux/config.guess-295-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
datamash-1.6+dfsg/build-aux/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
datamash-1.6+dfsg/build-aux/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
datamash-1.6+dfsg/build-aux/config.guess-338-	# 1.2 uses "1.2" for uname -r.
datamash-1.6+dfsg/build-aux/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
datamash-1.6+dfsg/build-aux/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
datamash-1.6+dfsg/build-aux/config.guess-389-    s390x:SunOS:*:*)
datamash-1.6+dfsg/build-aux/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
datamash-1.6+dfsg/build-aux/config.guess-391-	exit ;;
datamash-1.6+dfsg/build-aux/config.guess-392-    sun4H:SunOS:5.*:*)
datamash-1.6+dfsg/build-aux/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
datamash-1.6+dfsg/build-aux/config.guess-394-	exit ;;
datamash-1.6+dfsg/build-aux/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
datamash-1.6+dfsg/build-aux/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
datamash-1.6+dfsg/build-aux/config.guess-397-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-414-	fi
datamash-1.6+dfsg/build-aux/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
datamash-1.6+dfsg/build-aux/config.guess-416-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
datamash-1.6+dfsg/build-aux/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
datamash-1.6+dfsg/build-aux/config.guess-422-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
datamash-1.6+dfsg/build-aux/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
datamash-1.6+dfsg/build-aux/config.guess-431-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-435-    sun*:*:4.2BSD:*)
datamash-1.6+dfsg/build-aux/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
datamash-1.6+dfsg/build-aux/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
datamash-1.6+dfsg/build-aux/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
datamash-1.6+dfsg/build-aux/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
datamash-1.6+dfsg/build-aux/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
datamash-1.6+dfsg/build-aux/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
datamash-1.6+dfsg/build-aux/config.guess-573-    *:IRIX*:*:*)
datamash-1.6+dfsg/build-aux/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
datamash-1.6+dfsg/build-aux/config.guess-575-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-603-EOF
datamash-1.6+dfsg/build-aux/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
datamash-1.6+dfsg/build-aux/config.guess-605-		then
##############################################
datamash-1.6+dfsg/build-aux/config.guess-616-    *:AIX:*:[4567])
datamash-1.6+dfsg/build-aux/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
datamash-1.6+dfsg/build-aux/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
datamash-1.6+dfsg/build-aux/config.guess-652-    9000/[34678]??:HP-UX:*:*)
datamash-1.6+dfsg/build-aux/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
datamash-1.6+dfsg/build-aux/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
datamash-1.6+dfsg/build-aux/config.guess-706-EOF
datamash-1.6+dfsg/build-aux/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
datamash-1.6+dfsg/build-aux/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
datamash-1.6+dfsg/build-aux/config.guess-734-    ia64:HP-UX:*:*)
datamash-1.6+dfsg/build-aux/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
datamash-1.6+dfsg/build-aux/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
datamash-1.6+dfsg/build-aux/config.guess-764-EOF
datamash-1.6+dfsg/build-aux/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
datamash-1.6+dfsg/build-aux/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
datamash-1.6+dfsg/build-aux/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
datamash-1.6+dfsg/build-aux/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
datamash-1.6+dfsg/build-aux/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
datamash-1.6+dfsg/build-aux/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
datamash-1.6+dfsg/build-aux/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
datamash-1.6+dfsg/build-aux/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
datamash-1.6+dfsg/build-aux/config.guess-858-	then
datamash-1.6+dfsg/build-aux/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
datamash-1.6+dfsg/build-aux/config.guess-860-	else
datamash-1.6+dfsg/build-aux/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
datamash-1.6+dfsg/build-aux/config.guess-862-	fi
##############################################
datamash-1.6+dfsg/build-aux/config.guess-871-	esac
datamash-1.6+dfsg/build-aux/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
datamash-1.6+dfsg/build-aux/config.guess-873-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-907-    prep*:SunOS:5.*:*)
datamash-1.6+dfsg/build-aux/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
datamash-1.6+dfsg/build-aux/config.guess-909-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-911-	# the GNU system
datamash-1.6+dfsg/build-aux/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
datamash-1.6+dfsg/build-aux/config.guess-913-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-915-	# other systems with GNU libc and userland
datamash-1.6+dfsg/build-aux/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
datamash-1.6+dfsg/build-aux/config.guess-917-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-1037-EOF
datamash-1.6+dfsg/build-aux/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
datamash-1.6+dfsg/build-aux/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
datamash-1.6+dfsg/build-aux/config.guess-1137-    i*86:*:4.*:*)
datamash-1.6+dfsg/build-aux/config.guess:1138:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
datamash-1.6+dfsg/build-aux/config.guess-1139-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
datamash-1.6+dfsg/build-aux/config.guess-1440-    *:DragonFly:*:*)
datamash-1.6+dfsg/build-aux/config.guess:1441:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
datamash-1.6+dfsg/build-aux/config.guess-1442-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-1453-    i*86:skyos:*:*)
datamash-1.6+dfsg/build-aux/config.guess:1454:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
datamash-1.6+dfsg/build-aux/config.guess-1455-	exit ;;
##############################################
datamash-1.6+dfsg/build-aux/config.guess-1603-
datamash-1.6+dfsg/build-aux/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
datamash-1.6+dfsg/build-aux/config.guess-1605-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
datamash-1.6+dfsg/build-aux/texinfo.tex-7001-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
datamash-1.6+dfsg/build-aux/texinfo.tex:7002:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
datamash-1.6+dfsg/build-aux/texinfo.tex-7003-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
datamash-1.6+dfsg/build-aux/gitlog-to-changelog-331-          # Let $code operate on it, safely.
datamash-1.6+dfsg/build-aux/gitlog-to-changelog:332:          my $r = $s->reval("$code")
datamash-1.6+dfsg/build-aux/gitlog-to-changelog-333-            or die "$ME:$.:$sha: failed to eval \"$code\":\n$@\n";
##############################################
datamash-1.6+dfsg/build-aux/ar-lib-65-	mingw)
datamash-1.6+dfsg/build-aux/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
datamash-1.6+dfsg/build-aux/ar-lib-67-	  ;;
datamash-1.6+dfsg/build-aux/ar-lib-68-	cygwin)
datamash-1.6+dfsg/build-aux/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
datamash-1.6+dfsg/build-aux/ar-lib-70-	  ;;
datamash-1.6+dfsg/build-aux/ar-lib-71-	wine)
datamash-1.6+dfsg/build-aux/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
datamash-1.6+dfsg/build-aux/ar-lib-73-	  ;;
##############################################
datamash-1.6+dfsg/build-aux/ar-lib-88-  archive=$3
datamash-1.6+dfsg/build-aux/ar-lib:89:  at_file_contents=`cat "$1"`
datamash-1.6+dfsg/build-aux/ar-lib-90-  eval set x "$at_file_contents"
##############################################
datamash-1.6+dfsg/build-aux/compile-67-	mingw/*)
datamash-1.6+dfsg/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
datamash-1.6+dfsg/build-aux/compile-69-	  ;;
datamash-1.6+dfsg/build-aux/compile-70-	cygwin/*)
datamash-1.6+dfsg/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
datamash-1.6+dfsg/build-aux/compile-72-	  ;;
datamash-1.6+dfsg/build-aux/compile-73-	wine/*)
datamash-1.6+dfsg/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
datamash-1.6+dfsg/build-aux/compile-75-	  ;;
##############################################
datamash-1.6+dfsg/build-aux/compile-309-# Name of file we expect compiler to create.
datamash-1.6+dfsg/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
datamash-1.6+dfsg/build-aux/compile-311-
##############################################
datamash-1.6+dfsg/build-aux/compile-315-# object file name, since that is what matters with a parallel build.
datamash-1.6+dfsg/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
datamash-1.6+dfsg/build-aux/compile-317-while true; do
##############################################
datamash-1.6+dfsg/build-aux/git-version-gen-74-
datamash-1.6+dfsg/build-aux/git-version-gen:75:year=`expr "$scriptversion" : '\([^-]*\)'`
datamash-1.6+dfsg/build-aux/git-version-gen-76-version="git-version-gen $scriptversion
##############################################
datamash-1.6+dfsg/build-aux/git-version-gen-141-then
datamash-1.6+dfsg/build-aux/git-version-gen:142:    v=`cat $tarball_version_file` || v=
datamash-1.6+dfsg/build-aux/git-version-gen-143-    case $v in
##############################################
datamash-1.6+dfsg/build-aux/git-version-gen-158-          || git describe --abbrev=4 HEAD 2>/dev/null` \
datamash-1.6+dfsg/build-aux/git-version-gen:159:    && v=`printf '%s\n' "$v" | sed "$tag_sed_script"` \
datamash-1.6+dfsg/build-aux/git-version-gen-160-    && case $v in
##############################################
datamash-1.6+dfsg/build-aux/git-version-gen-168-    #   Older: v6.10-g0f8faeb
datamash-1.6+dfsg/build-aux/git-version-gen:169:    vprefix=`expr "X$v" : 'X\(.*\)-g[^-]*$'` || vprefix=$v
datamash-1.6+dfsg/build-aux/git-version-gen-170-    case $vprefix in
##############################################
datamash-1.6+dfsg/build-aux/git-version-gen-176-            # of git describe.
datamash-1.6+dfsg/build-aux/git-version-gen:177:            vtag=`echo "$v" | sed 's/-.*//'`
datamash-1.6+dfsg/build-aux/git-version-gen:178:            commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
datamash-1.6+dfsg/build-aux/git-version-gen-179-                || { commit_list=failed;
datamash-1.6+dfsg/build-aux/git-version-gen-180-                     echo "$0: WARNING: git rev-list failed" 1>&2; }
datamash-1.6+dfsg/build-aux/git-version-gen:181:            numcommits=`echo "$commit_list" | wc -l`
datamash-1.6+dfsg/build-aux/git-version-gen:182:            v=`echo "$v" | sed "s/\(.*\)-\(.*\)/\1-$numcommits-\2/"`;
datamash-1.6+dfsg/build-aux/git-version-gen-183-            test "$commit_list" = failed && v=UNKNOWN
##############################################
datamash-1.6+dfsg/build-aux/git-version-gen-188-    # Remove the "g" to save a byte.
datamash-1.6+dfsg/build-aux/git-version-gen:189:    v=`echo "$v" | sed 's/-\([^-]*\)-g\([^-]*\)$/.\1-\2/'`;
datamash-1.6+dfsg/build-aux/git-version-gen-190-    v_from_git=1
##############################################
datamash-1.6+dfsg/build-aux/git-version-gen-196-
datamash-1.6+dfsg/build-aux/git-version-gen:197:v=`echo "$v" |sed "s/^$prefix//"`
datamash-1.6+dfsg/build-aux/git-version-gen-198-
##############################################
datamash-1.6+dfsg/build-aux/announce-gen-126-      my $cmd = "du -h $f";
datamash-1.6+dfsg/build-aux/announce-gen:127:      my $t = `$cmd`;
datamash-1.6+dfsg/build-aux/announce-gen-128-      # FIXME-someday: give a better diagnostic, a la $PROCESS_STATUS
##############################################
datamash-1.6+dfsg/build-aux/announce-gen-351-      # 'tool --version' output is the version string.
datamash-1.6+dfsg/build-aux/announce-gen:352:      my ($first_line, undef) = split ("\n", `$t --version`);
datamash-1.6+dfsg/build-aux/announce-gen-353-      if ($first_line =~ /.* (\d[\w.-]+)$/)
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-33-host="$1"
datamash-1.6+dfsg/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
datamash-1.6+dfsg/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
datamash-1.6+dfsg/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
datamash-1.6+dfsg/build-aux/config.rpath-37-
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-47-done
datamash-1.6+dfsg/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
datamash-1.6+dfsg/build-aux/config.rpath-49-
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-94-        *)
datamash-1.6+dfsg/build-aux/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
datamash-1.6+dfsg/build-aux/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
datamash-1.6+dfsg/build-aux/config.rpath:236:      case `$LD -v 2>&1` in
datamash-1.6+dfsg/build-aux/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
datamash-1.6+dfsg/build-aux/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
datamash-1.6+dfsg/build-aux/config.rpath-243-          else
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
datamash-1.6+dfsg/build-aux/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
datamash-1.6+dfsg/build-aux/config.rpath-300-          if test -f "$collect2name" && \
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-430-        hardcode_direct=yes
datamash-1.6+dfsg/build-aux/config.rpath:431:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
datamash-1.6+dfsg/build-aux/config.rpath-432-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-494-    sysv5* | sco3.2v5* | sco5v6*)
datamash-1.6+dfsg/build-aux/config.rpath:495:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
datamash-1.6+dfsg/build-aux/config.rpath-496-      hardcode_libdir_separator=':'
##############################################
datamash-1.6+dfsg/build-aux/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
datamash-1.6+dfsg/build-aux/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
datamash-1.6+dfsg/build-aux/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
datamash-1.6+dfsg/build-aux/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
datamash-1.6+dfsg/build-aux/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
datamash-1.6+dfsg/build-aux/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
datamash-1.6+dfsg/build-aux/config.rpath-651-
##############################################
datamash-1.6+dfsg/build-aux/gnupload-31-# FIXME-2020: remove, once all major distros ship gpg version 3 as /usr/bin/gpg
datamash-1.6+dfsg/build-aux/gnupload:32:gpg_agent_version=`(gpg-agent --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'`
datamash-1.6+dfsg/build-aux/gnupload-33-case "$gpg_agent_version" in
datamash-1.6+dfsg/build-aux/gnupload-34-  2.*)
datamash-1.6+dfsg/build-aux/gnupload:35:    gpg_version=`(gpg --version) 2>/dev/null | sed -e '2,$d' -e 's/^[^0-9]*//'`
datamash-1.6+dfsg/build-aux/gnupload-36-    case "$gpg_version" in
##############################################
datamash-1.6+dfsg/build-aux/gnupload-150-  echo "$0: Reading configuration file $conffile"
datamash-1.6+dfsg/build-aux/gnupload:151:  conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" '  '`
datamash-1.6+dfsg/build-aux/gnupload-152-  eval set x "$conf \"\$@\""
##############################################
datamash-1.6+dfsg/build-aux/gnupload-198-    --symlink-regex=*)
datamash-1.6+dfsg/build-aux/gnupload:199:      symlink_expr=`expr "$1" : '[^=]*=\(.*\)'`
datamash-1.6+dfsg/build-aux/gnupload-200-      ;;
##############################################
datamash-1.6+dfsg/build-aux/gnupload-249-if test -n "$symlink_files"; then
datamash-1.6+dfsg/build-aux/gnupload:250:  x=`echo "$symlink_files" | sed 's/[^ ]//g;s/  //g'`
datamash-1.6+dfsg/build-aux/gnupload-251-  if test -n "$x"; then
##############################################
datamash-1.6+dfsg/build-aux/gnupload-270-    elif test -n "$symlink_expr"; then
datamash-1.6+dfsg/build-aux/gnupload:271:      linkname=`echo $file | sed "$symlink_expr"`
datamash-1.6+dfsg/build-aux/gnupload-272-      if test -z "$linkname"; then
##############################################
datamash-1.6+dfsg/build-aux/gnupload-386-    download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*)
datamash-1.6+dfsg/build-aux/gnupload:387:      destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'`
datamash-1.6+dfsg/build-aux/gnupload:388:      destdir_topdir=`echo "$destdir" | sed 's,/.*,,'`
datamash-1.6+dfsg/build-aux/gnupload-389-      mkdirective "$destdir_p1" "$base" "$file" "$stmt"
##############################################
datamash-1.6+dfsg/build-aux/gnupload-396-    /*)
datamash-1.6+dfsg/build-aux/gnupload:397:      dest_host=`echo "$dest" | sed 's,:.*,,'`
datamash-1.6+dfsg/build-aux/gnupload-398-      mkdirective "$destdir" "$base" "$file" "$stmt"
##############################################
datamash-1.6+dfsg/build-aux/gnupload-416-  stmt="$stmt
datamash-1.6+dfsg/build-aux/gnupload:417:`mksymlink $symlink_files`"
datamash-1.6+dfsg/build-aux/gnupload-418-fi
##############################################
datamash-1.6+dfsg/build-aux/gnupload-434-  do
datamash-1.6+dfsg/build-aux/gnupload:435:    destdir=`echo $dest | sed 's/[^:]*://'`
datamash-1.6+dfsg/build-aux/gnupload-436-    upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt"
##############################################
datamash-1.6+dfsg/build-aux/gnupload-453-    files="$file $file.sig"
datamash-1.6+dfsg/build-aux/gnupload:454:    destdir=`echo $dest | sed 's/[^:]*://'`
datamash-1.6+dfsg/build-aux/gnupload-455-    if test -n "$symlink_expr"; then
datamash-1.6+dfsg/build-aux/gnupload:456:      linkname=`echo $file | sed "$symlink_expr"`
datamash-1.6+dfsg/build-aux/gnupload-457-      stmt="$stmt
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-36-
datamash-1.6+dfsg/build-aux/gendocs.sh:37:prog=`basename "$0"`
datamash-1.6+dfsg/build-aux/gendocs.sh-38-srcdir=`pwd`
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-209-  # but here, we use the basename of $srcfile
datamash-1.6+dfsg/build-aux/gendocs.sh:210:  base=`basename "$srcfile"`
datamash-1.6+dfsg/build-aux/gendocs.sh-211-  case $base in
datamash-1.6+dfsg/build-aux/gendocs.sh:212:    *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;;
datamash-1.6+dfsg/build-aux/gendocs.sh-213-  esac
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-234-{
datamash-1.6+dfsg/build-aux/gendocs.sh:235:  size=`ls -ksl $1 | awk '{print $1}'`
datamash-1.6+dfsg/build-aux/gendocs.sh-236-  echo $size
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-298-  ls -l "$outdir/$PACKAGE.info.tar.gz"
datamash-1.6+dfsg/build-aux/gendocs.sh:299:  info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-300-  # do not mv the info files, there's no point in having them available
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-310-  gzip -f -9 $PACKAGE.dvi
datamash-1.6+dfsg/build-aux/gendocs.sh:311:  dvi_gz_size=`calcsize $PACKAGE.dvi.gz`
datamash-1.6+dfsg/build-aux/gendocs.sh-312-  mv $PACKAGE.dvi.gz "$outdir/"
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-317-  eval "$cmd"
datamash-1.6+dfsg/build-aux/gendocs.sh:318:  pdf_size=`calcsize $PACKAGE.pdf`
datamash-1.6+dfsg/build-aux/gendocs.sh-319-  mv $PACKAGE.pdf "$outdir/"
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-328-  eval "$cmd"
datamash-1.6+dfsg/build-aux/gendocs.sh:329:  ascii_size=`calcsize $PACKAGE.txt`
datamash-1.6+dfsg/build-aux/gendocs.sh-330-  gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz"
datamash-1.6+dfsg/build-aux/gendocs.sh:331:  ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-332-  mv $PACKAGE.txt "$outdir/"
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-351-  )
datamash-1.6+dfsg/build-aux/gendocs.sh:352:  eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-353-  rm -f "$outdir"/html_$1/*.html
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-364-  eval "$cmd"
datamash-1.6+dfsg/build-aux/gendocs.sh:365:  html_mono_size=`calcsize $PACKAGE.html`
datamash-1.6+dfsg/build-aux/gendocs.sh-366-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
datamash-1.6+dfsg/build-aux/gendocs.sh:367:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-368-  copy_images "$outdir/" $PACKAGE.html
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-391-  eval \
datamash-1.6+dfsg/build-aux/gendocs.sh:392:    html_${split}_tgz_size=`calcsize "$outdir/$PACKAGE.html_$split.tar.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-393-  rm -rf "$outdir/html_$split/"
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-403-  eval "$cmd"
datamash-1.6+dfsg/build-aux/gendocs.sh:404:  html_mono_size=`calcsize $PACKAGE.html`
datamash-1.6+dfsg/build-aux/gendocs.sh-405-  gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz"
datamash-1.6+dfsg/build-aux/gendocs.sh:406:  html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-407-  mv $PACKAGE.html "$outdir/"
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-416-printf "\nMaking .tar.gz for sources...\n"
datamash-1.6+dfsg/build-aux/gendocs.sh:417:d=`dirname $srcfile`
datamash-1.6+dfsg/build-aux/gendocs.sh-418-(
datamash-1.6+dfsg/build-aux/gendocs.sh-419-  cd "$d"
datamash-1.6+dfsg/build-aux/gendocs.sh:420:  srcfiles=`ls -d *.texinfo *.texi *.txi *.eps $source_extra 2>/dev/null` || true
datamash-1.6+dfsg/build-aux/gendocs.sh-421-  tar czfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-423-)
datamash-1.6+dfsg/build-aux/gendocs.sh:424:texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-425-
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-432-  eval "$cmd"
datamash-1.6+dfsg/build-aux/gendocs.sh:433:  docbook_xml_size=`calcsize $PACKAGE-db.xml`
datamash-1.6+dfsg/build-aux/gendocs.sh-434-  gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
datamash-1.6+dfsg/build-aux/gendocs.sh:435:  docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-436-  mv $PACKAGE-db.xml "$outdir/"
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-446-  )
datamash-1.6+dfsg/build-aux/gendocs.sh:447:  html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"`
datamash-1.6+dfsg/build-aux/gendocs.sh-448-  rm -f "$outdir"/html_node_db/*.html
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-455-  eval "$cmd"
datamash-1.6+dfsg/build-aux/gendocs.sh:456:  docbook_ascii_size=`calcsize $PACKAGE-db.txt`
datamash-1.6+dfsg/build-aux/gendocs.sh-457-  mv $PACKAGE-db.txt "$outdir/"
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-461-  eval "$cmd"
datamash-1.6+dfsg/build-aux/gendocs.sh:462:  docbook_pdf_size=`calcsize $PACKAGE-db.pdf`
datamash-1.6+dfsg/build-aux/gendocs.sh-463-  mv $PACKAGE-db.pdf "$outdir/"
##############################################
datamash-1.6+dfsg/build-aux/gendocs.sh-475-
datamash-1.6+dfsg/build-aux/gendocs.sh:476:curdate=`$SETLANG date '+%B %d, %Y'`
datamash-1.6+dfsg/build-aux/gendocs.sh-477-sed \
##############################################
datamash-1.6+dfsg/build-aux/config.sub-52-
datamash-1.6+dfsg/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
datamash-1.6+dfsg/build-aux/config.sub-54-
##############################################
datamash-1.6+dfsg/build-aux/config.sub-768-	i*86v32)
datamash-1.6+dfsg/build-aux/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
datamash-1.6+dfsg/build-aux/config.sub-770-		vendor=pc
##############################################
datamash-1.6+dfsg/build-aux/config.sub-773-	i*86v4*)
datamash-1.6+dfsg/build-aux/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
datamash-1.6+dfsg/build-aux/config.sub-775-		vendor=pc
##############################################
datamash-1.6+dfsg/build-aux/config.sub-778-	i*86v)
datamash-1.6+dfsg/build-aux/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
datamash-1.6+dfsg/build-aux/config.sub-780-		vendor=pc
##############################################
datamash-1.6+dfsg/build-aux/config.sub-783-	i*86sol2)
datamash-1.6+dfsg/build-aux/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
datamash-1.6+dfsg/build-aux/config.sub-785-		vendor=pc
##############################################
datamash-1.6+dfsg/build-aux/config.sub-916-		cpu=sparc
datamash-1.6+dfsg/build-aux/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
datamash-1.6+dfsg/build-aux/config.sub-918-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1083-	sh5e[lb]-*)
datamash-1.6+dfsg/build-aux/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
datamash-1.6+dfsg/build-aux/config.sub-1085-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1101-	xscale-* | xscalee[bl]-*)
datamash-1.6+dfsg/build-aux/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
datamash-1.6+dfsg/build-aux/config.sub-1103-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1256-			*)
datamash-1.6+dfsg/build-aux/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
datamash-1.6+dfsg/build-aux/config.sub-1258-				exit 1
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1290-	solaris1 | solaris1.*)
datamash-1.6+dfsg/build-aux/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
datamash-1.6+dfsg/build-aux/config.sub-1292-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1299-	gnu/linux*)
datamash-1.6+dfsg/build-aux/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
datamash-1.6+dfsg/build-aux/config.sub-1301-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1322-	sco3.2.[4-9]*)
datamash-1.6+dfsg/build-aux/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
datamash-1.6+dfsg/build-aux/config.sub-1324-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1386-	nto*)
datamash-1.6+dfsg/build-aux/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
datamash-1.6+dfsg/build-aux/config.sub-1388-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1396-	linux*)
datamash-1.6+dfsg/build-aux/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
datamash-1.6+dfsg/build-aux/config.sub-1398-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1408-	mac*)
datamash-1.6+dfsg/build-aux/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
datamash-1.6+dfsg/build-aux/config.sub-1410-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1417-	sunos5*)
datamash-1.6+dfsg/build-aux/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
datamash-1.6+dfsg/build-aux/config.sub-1419-		;;
datamash-1.6+dfsg/build-aux/config.sub-1420-	sunos6*)
datamash-1.6+dfsg/build-aux/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
datamash-1.6+dfsg/build-aux/config.sub-1422-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1454-	sinix5.*)
datamash-1.6+dfsg/build-aux/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
datamash-1.6+dfsg/build-aux/config.sub-1456-		;;
##############################################
datamash-1.6+dfsg/build-aux/config.sub-1514-	*)
datamash-1.6+dfsg/build-aux/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
datamash-1.6+dfsg/build-aux/config.sub-1516-		exit 1
##############################################
datamash-1.6+dfsg/build-aux/vc-list-files-47-  --version)
datamash-1.6+dfsg/build-aux/vc-list-files:48:    year=`echo "$scriptversion" | sed 's/[^0-9].*//'`
datamash-1.6+dfsg/build-aux/vc-list-files-49-    cat <<EOF
##############################################
datamash-1.6+dfsg/build-aux/vc-list-files-70-      && dir= sed_esc= \
datamash-1.6+dfsg/build-aux/vc-list-files:71:      || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; }
datamash-1.6+dfsg/build-aux/vc-list-files-72-    # Ignore git symlinks - either they point into the tree, in which case
##############################################
datamash-1.6+dfsg/build-aux/vc-list-files-96-          }}'\''				\
datamash-1.6+dfsg/build-aux/vc-list-files:97:        `find "$dir" -name Entries -print` /dev/null' $postprocess
datamash-1.6+dfsg/build-aux/vc-list-files-98-    fi
##############################################
datamash-1.6+dfsg/build-aux/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
datamash-1.6+dfsg/build-aux/mdate-sh:115:set x`$ls_command /`
datamash-1.6+dfsg/build-aux/mdate-sh-116-
##############################################
datamash-1.6+dfsg/build-aux/mdate-sh-144-# Get the extended ls output of the file or directory.
datamash-1.6+dfsg/build-aux/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
datamash-1.6+dfsg/build-aux/mdate-sh-146-
##############################################
datamash-1.6+dfsg/build-aux/mdate-sh-211-       then
datamash-1.6+dfsg/build-aux/mdate-sh:212:	 year=`expr $year - 1`
datamash-1.6+dfsg/build-aux/mdate-sh-213-       fi;;
##############################################
datamash-1.6+dfsg/build-aux/install-sh-234-      fi
datamash-1.6+dfsg/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
datamash-1.6+dfsg/build-aux/install-sh-236-    *)
##############################################
datamash-1.6+dfsg/build-aux/install-sh-280-      dstdir=$dst
datamash-1.6+dfsg/build-aux/install-sh:281:      dstbase=`basename "$src"`
datamash-1.6+dfsg/build-aux/install-sh-282-      case $dst in
##############################################
datamash-1.6+dfsg/build-aux/install-sh-287-    else
datamash-1.6+dfsg/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
datamash-1.6+dfsg/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
datamash-1.6+dfsg/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
datamash-1.6+dfsg/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
datamash-1.6+dfsg/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
datamash-1.6+dfsg/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
datamash-1.6+dfsg/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
datamash-1.6+dfsg/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
datamash-1.6+dfsg/build-aux/install-sh-419-            case $prefix in
datamash-1.6+dfsg/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
datamash-1.6+dfsg/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
datamash-1.6+dfsg/build-aux/install-sh-479-    if $copy_on_change &&
datamash-1.6+dfsg/build-aux/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
datamash-1.6+dfsg/build-aux/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
datamash-1.6+dfsg/build-aux/install-sh-482-       set -f &&
##############################################
datamash-1.6+dfsg/build-aux/depcomp-64-  case $1 in
datamash-1.6+dfsg/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
datamash-1.6+dfsg/build-aux/depcomp-66-      *) dir=;;
##############################################
datamash-1.6+dfsg/build-aux/depcomp-73-{
datamash-1.6+dfsg/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
datamash-1.6+dfsg/build-aux/depcomp-75-}
##############################################
datamash-1.6+dfsg/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
datamash-1.6+dfsg/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
datamash-1.6+dfsg/build-aux/depcomp-128-
##############################################
datamash-1.6+dfsg/build-aux/depcomp-405-        sleep 1
datamash-1.6+dfsg/build-aux/depcomp:406:        i=`expr $i - 1`
datamash-1.6+dfsg/build-aux/depcomp-407-      done
datamash-1.6+dfsg/build-aux/depcomp-408-    fi
datamash-1.6+dfsg/build-aux/depcomp:409:    i=`expr $i - 1`
datamash-1.6+dfsg/build-aux/depcomp-410-  done
##############################################
datamash-1.6+dfsg/build-aux/depcomp-425-  # Do two passes, one to just change these to
datamash-1.6+dfsg/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
datamash-1.6+dfsg/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
datamash-1.6+dfsg/build-aux/depcomp-659-  done
datamash-1.6+dfsg/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
datamash-1.6+dfsg/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-110-.po.gmo: $(srcdir)/$(DOMAIN).pot
datamash-1.6+dfsg/po/Makefile.in.in:111:	@lang=`echo $* | sed -e 's,.*/,,'`; \
datamash-1.6+dfsg/po/Makefile.in.in-112-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-194-	fi; \
datamash-1.6+dfsg/po/Makefile.in.in:195:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
datamash-1.6+dfsg/po/Makefile.in.in-196-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-245-	@test -f $(srcdir)/$(DOMAIN).pot || $(MAKE) $(srcdir)/$(DOMAIN).pot
datamash-1.6+dfsg/po/Makefile.in.in:246:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
datamash-1.6+dfsg/po/Makefile.in.in-247-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-250-	  cd $(srcdir) \
datamash-1.6+dfsg/po/Makefile.in.in:251:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
datamash-1.6+dfsg/po/Makefile.in.in-252-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].*) \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-283-	for cat in $$catalogs; do \
datamash-1.6+dfsg/po/Makefile.in.in:284:	  cat=`basename $$cat`; \
datamash-1.6+dfsg/po/Makefile.in.in:285:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
datamash-1.6+dfsg/po/Makefile.in.in-286-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-293-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
datamash-1.6+dfsg/po/Makefile.in.in:294:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
datamash-1.6+dfsg/po/Makefile.in.in-295-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-334-	for cat in $$catalogs; do \
datamash-1.6+dfsg/po/Makefile.in.in:335:	  cat=`basename $$cat`; \
datamash-1.6+dfsg/po/Makefile.in.in:336:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
datamash-1.6+dfsg/po/Makefile.in.in-337-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-341-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
datamash-1.6+dfsg/po/Makefile.in.in:342:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
datamash-1.6+dfsg/po/Makefile.in.in-343-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-380-	for cat in $$catalogs; do \
datamash-1.6+dfsg/po/Makefile.in.in:381:	  cat=`basename $$cat`; \
datamash-1.6+dfsg/po/Makefile.in.in:382:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
datamash-1.6+dfsg/po/Makefile.in.in-383-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-447-.nop.po-create:
datamash-1.6+dfsg/po/Makefile.in.in:448:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
datamash-1.6+dfsg/po/Makefile.in.in-449-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-454-.nop.po-update:
datamash-1.6+dfsg/po/Makefile.in.in:455:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
datamash-1.6+dfsg/po/Makefile.in.in-456-	if test "$(PACKAGE)" = "gettext-tools" && test "$(CROSS_COMPILING)" != "yes"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
datamash-1.6+dfsg/po/Makefile.in.in-461-	cd $(srcdir); \
datamash-1.6+dfsg/po/Makefile.in.in:462:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
datamash-1.6+dfsg/po/Makefile.in.in-463-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].*) \
##############################################
datamash-1.6+dfsg/po/Rules-quot-16-.insert-header.po-update-en:
datamash-1.6+dfsg/po/Rules-quot:17:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
datamash-1.6+dfsg/po/Rules-quot:18:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
datamash-1.6+dfsg/po/Rules-quot-19-	tmpdir=`pwd`; \
datamash-1.6+dfsg/po/Rules-quot-20-	echo "$$lang:"; \
datamash-1.6+dfsg/po/Rules-quot:21:	ll=`echo $$lang | sed -e 's/@.*//'`; \
datamash-1.6+dfsg/po/Rules-quot-22-	LC_ALL=C; export LC_ALL; \
##############################################
datamash-1.6+dfsg/po/Rules-quot-25-	   | $(SED) -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | \
datamash-1.6+dfsg/po/Rules-quot:26:	   { case `$(MSGFILTER) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
datamash-1.6+dfsg/po/Rules-quot-27-	     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-8] | 0.1[0-8].*) \
datamash-1.6+dfsg/po/Rules-quot:28:	       $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed \
datamash-1.6+dfsg/po/Rules-quot-29-	       ;; \
datamash-1.6+dfsg/po/Rules-quot-30-	     *) \
datamash-1.6+dfsg/po/Rules-quot:31:	       $(MSGFILTER) `echo $$lang | sed -e 's/.*@//'` \
datamash-1.6+dfsg/po/Rules-quot-32-	       ;; \
##############################################
datamash-1.6+dfsg/lib/cdefs.h-461-#  define __LDBL_REDIR1_DECL(name, alias) \
datamash-1.6+dfsg/lib/cdefs.h:462:  extern __typeof (name) name __asm (__ASMNAME (#alias));
datamash-1.6+dfsg/lib/cdefs.h-463-#  define __LDBL_REDIR_DECL(name) \
datamash-1.6+dfsg/lib/cdefs.h:464:  extern __typeof (name) name __asm (__ASMNAME ("__nldbl_" #name));
datamash-1.6+dfsg/lib/cdefs.h-465-#  define __REDIRECT_LDBL(name, proto, alias) \
##############################################
datamash-1.6+dfsg/Makefile.am-150-  PATH='$(abs_top_builddir)$(PATH_SEPARATOR)'$$PATH \
datamash-1.6+dfsg/Makefile.am:151:  DATAMASH=`echo datamash | sed '$(transform)'` \
datamash-1.6+dfsg/Makefile.am-152-  test_dir='$(abs_top_srcdir)/tests' ; \
##############################################
datamash-1.6+dfsg/Makefile.am-204-	    *.[ch])							\
datamash-1.6+dfsg/Makefile.am:205:	      base=`expr " $$file" : ' \(.*\)\..'`;			\
datamash-1.6+dfsg/Makefile.am-206-	      { test -f $$base.l || test -f $$base.y; } && continue;;	\
##############################################
datamash-1.6+dfsg/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
datamash-1.6+dfsg/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
datamash-1.6+dfsg/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
datamash-1.6+dfsg/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
datamash-1.6+dfsg/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
datamash-1.6+dfsg/aclocal.m4-181-        else 
datamash-1.6+dfsg/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
datamash-1.6+dfsg/aclocal.m4-183-        fi
##############################################
datamash-1.6+dfsg/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
datamash-1.6+dfsg/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
datamash-1.6+dfsg/aclocal.m4-370-# and then we would define $MISSING as
##############################################
datamash-1.6+dfsg/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
datamash-1.6+dfsg/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
datamash-1.6+dfsg/aclocal.m4-385-])
##############################################
datamash-1.6+dfsg/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
datamash-1.6+dfsg/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
datamash-1.6+dfsg/aclocal.m4-483-  fi
##############################################
datamash-1.6+dfsg/aclocal.m4-634-    # Strip MF so we end up with the name of the file.
datamash-1.6+dfsg/aclocal.m4:635:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
datamash-1.6+dfsg/aclocal.m4-636-    # Check whether this is an Automake generated Makefile which includes
##############################################
datamash-1.6+dfsg/aclocal.m4-641-      || continue
datamash-1.6+dfsg/aclocal.m4:642:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
datamash-1.6+dfsg/aclocal.m4:643:    am_filepart=`AS_BASENAME(["$am_mf"])`
datamash-1.6+dfsg/aclocal.m4-644-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
datamash-1.6+dfsg/aclocal.m4-709-AC_REQUIRE([AC_PROG_INSTALL])dnl
datamash-1.6+dfsg/aclocal.m4:710:if test "`cd $srcdir && pwd`" != "`pwd`"; then
datamash-1.6+dfsg/aclocal.m4-711-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
datamash-1.6+dfsg/aclocal.m4-868-    * )
datamash-1.6+dfsg/aclocal.m4:869:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
datamash-1.6+dfsg/aclocal.m4-870-  esac
datamash-1.6+dfsg/aclocal.m4-871-done
datamash-1.6+dfsg/aclocal.m4:872:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
datamash-1.6+dfsg/aclocal.m4-873-
##############################################
datamash-1.6+dfsg/aclocal.m4-1124-     echo "timestamp, slept: $am_has_slept" > conftest.file
datamash-1.6+dfsg/aclocal.m4:1125:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
datamash-1.6+dfsg/aclocal.m4-1126-     if test "$[*]" = "X"; then
datamash-1.6+dfsg/aclocal.m4-1127-	# -L didn't work.
datamash-1.6+dfsg/aclocal.m4:1128:	set X `ls -t "$srcdir/configure" conftest.file`
datamash-1.6+dfsg/aclocal.m4-1129-     fi
##############################################
datamash-1.6+dfsg/Makefile.in-198-  { \
datamash-1.6+dfsg/Makefile.in:199:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
datamash-1.6+dfsg/Makefile.in-200-  }; \
##############################################
datamash-1.6+dfsg/Makefile.in-612-  esac
datamash-1.6+dfsg/Makefile.in:613:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
datamash-1.6+dfsg/Makefile.in-614-am__vpath_adj = case $$p in \
datamash-1.6+dfsg/Makefile.in:615:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
datamash-1.6+dfsg/Makefile.in-616-    *) f=$$p;; \
datamash-1.6+dfsg/Makefile.in-617-  esac;
datamash-1.6+dfsg/Makefile.in:618:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
datamash-1.6+dfsg/Makefile.in-619-am__install_max = 40
datamash-1.6+dfsg/Makefile.in-620-am__nobase_strip_setup = \
datamash-1.6+dfsg/Makefile.in:621:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
datamash-1.6+dfsg/Makefile.in-622-am__nobase_strip = \
##############################################
datamash-1.6+dfsg/Makefile.in-797-case "$@" in						\
datamash-1.6+dfsg/Makefile.in:798:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
datamash-1.6+dfsg/Makefile.in-799-    *) am__odir=.;; 					\
##############################################
datamash-1.6+dfsg/Makefile.in-827-  bases='$(TEST_LOGS)'; \
datamash-1.6+dfsg/Makefile.in:828:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
datamash-1.6+dfsg/Makefile.in:829:  bases=`echo $$bases`
datamash-1.6+dfsg/Makefile.in-830-RECHECK_LOGS = $(TEST_LOGS)
##############################################
datamash-1.6+dfsg/Makefile.in-841-        */*) b='$*';; \
datamash-1.6+dfsg/Makefile.in:842:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
datamash-1.6+dfsg/Makefile.in-843-       esac;; \
##############################################
datamash-1.6+dfsg/Makefile.in-884-  while test -n "$$dir1"; do \
datamash-1.6+dfsg/Makefile.in:885:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
datamash-1.6+dfsg/Makefile.in-886-    if test "$$first" != "."; then \
datamash-1.6+dfsg/Makefile.in-887-      if test "$$first" = ".."; then \
datamash-1.6+dfsg/Makefile.in:888:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
datamash-1.6+dfsg/Makefile.in:889:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
datamash-1.6+dfsg/Makefile.in-890-      else \
datamash-1.6+dfsg/Makefile.in:891:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
datamash-1.6+dfsg/Makefile.in-892-        if test "$$first2" = "$$first"; then \
datamash-1.6+dfsg/Makefile.in:893:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
datamash-1.6+dfsg/Makefile.in-894-        else \
##############################################
datamash-1.6+dfsg/Makefile.in-899-    fi; \
datamash-1.6+dfsg/Makefile.in:900:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
datamash-1.6+dfsg/Makefile.in-901-  done; \
##############################################
datamash-1.6+dfsg/Makefile.in-2280-  PATH='$(abs_top_builddir)$(PATH_SEPARATOR)'$$PATH \
datamash-1.6+dfsg/Makefile.in:2281:  DATAMASH=`echo datamash | sed '$(transform)'` \
datamash-1.6+dfsg/Makefile.in-2282-  test_dir='$(abs_top_srcdir)/tests' ; \
##############################################
datamash-1.6+dfsg/Makefile.in-3017-.c.o:
datamash-1.6+dfsg/Makefile.in:3018:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
datamash-1.6+dfsg/Makefile.in-3019-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
datamash-1.6+dfsg/Makefile.in-3025-.c.obj:
datamash-1.6+dfsg/Makefile.in:3026:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
datamash-1.6+dfsg/Makefile.in:3027:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
datamash-1.6+dfsg/Makefile.in-3028-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3030-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3031:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
datamash-1.6+dfsg/Makefile.in-3032-
datamash-1.6+dfsg/Makefile.in-3033-src/datamash-text-options.o: src/text-options.c
datamash-1.6+dfsg/Makefile.in:3034:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-text-options.o -MD -MP -MF src/$(DEPDIR)/datamash-text-options.Tpo -c -o src/datamash-text-options.o `test -f 'src/text-options.c' || echo '$(srcdir)/'`src/text-options.c
datamash-1.6+dfsg/Makefile.in-3035-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-text-options.Tpo src/$(DEPDIR)/datamash-text-options.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3038:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-text-options.o `test -f 'src/text-options.c' || echo '$(srcdir)/'`src/text-options.c
datamash-1.6+dfsg/Makefile.in-3039-
datamash-1.6+dfsg/Makefile.in-3040-src/datamash-text-options.obj: src/text-options.c
datamash-1.6+dfsg/Makefile.in:3041:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-text-options.obj -MD -MP -MF src/$(DEPDIR)/datamash-text-options.Tpo -c -o src/datamash-text-options.obj `if test -f 'src/text-options.c'; then $(CYGPATH_W) 'src/text-options.c'; else $(CYGPATH_W) '$(srcdir)/src/text-options.c'; fi`
datamash-1.6+dfsg/Makefile.in-3042-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-text-options.Tpo src/$(DEPDIR)/datamash-text-options.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3044-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3045:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-text-options.obj `if test -f 'src/text-options.c'; then $(CYGPATH_W) 'src/text-options.c'; else $(CYGPATH_W) '$(srcdir)/src/text-options.c'; fi`
datamash-1.6+dfsg/Makefile.in-3046-
datamash-1.6+dfsg/Makefile.in-3047-src/datamash-utils.o: src/utils.c
datamash-1.6+dfsg/Makefile.in:3048:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-utils.o -MD -MP -MF src/$(DEPDIR)/datamash-utils.Tpo -c -o src/datamash-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
datamash-1.6+dfsg/Makefile.in-3049-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-utils.Tpo src/$(DEPDIR)/datamash-utils.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3051-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3052:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-utils.o `test -f 'src/utils.c' || echo '$(srcdir)/'`src/utils.c
datamash-1.6+dfsg/Makefile.in-3053-
datamash-1.6+dfsg/Makefile.in-3054-src/datamash-utils.obj: src/utils.c
datamash-1.6+dfsg/Makefile.in:3055:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-utils.obj -MD -MP -MF src/$(DEPDIR)/datamash-utils.Tpo -c -o src/datamash-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
datamash-1.6+dfsg/Makefile.in-3056-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-utils.Tpo src/$(DEPDIR)/datamash-utils.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3058-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3059:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-utils.obj `if test -f 'src/utils.c'; then $(CYGPATH_W) 'src/utils.c'; else $(CYGPATH_W) '$(srcdir)/src/utils.c'; fi`
datamash-1.6+dfsg/Makefile.in-3060-
datamash-1.6+dfsg/Makefile.in-3061-src/datamash-text-lines.o: src/text-lines.c
datamash-1.6+dfsg/Makefile.in:3062:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-text-lines.o -MD -MP -MF src/$(DEPDIR)/datamash-text-lines.Tpo -c -o src/datamash-text-lines.o `test -f 'src/text-lines.c' || echo '$(srcdir)/'`src/text-lines.c
datamash-1.6+dfsg/Makefile.in-3063-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-text-lines.Tpo src/$(DEPDIR)/datamash-text-lines.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3065-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3066:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-text-lines.o `test -f 'src/text-lines.c' || echo '$(srcdir)/'`src/text-lines.c
datamash-1.6+dfsg/Makefile.in-3067-
datamash-1.6+dfsg/Makefile.in-3068-src/datamash-text-lines.obj: src/text-lines.c
datamash-1.6+dfsg/Makefile.in:3069:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-text-lines.obj -MD -MP -MF src/$(DEPDIR)/datamash-text-lines.Tpo -c -o src/datamash-text-lines.obj `if test -f 'src/text-lines.c'; then $(CYGPATH_W) 'src/text-lines.c'; else $(CYGPATH_W) '$(srcdir)/src/text-lines.c'; fi`
datamash-1.6+dfsg/Makefile.in-3070-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-text-lines.Tpo src/$(DEPDIR)/datamash-text-lines.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3072-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3073:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-text-lines.obj `if test -f 'src/text-lines.c'; then $(CYGPATH_W) 'src/text-lines.c'; else $(CYGPATH_W) '$(srcdir)/src/text-lines.c'; fi`
datamash-1.6+dfsg/Makefile.in-3074-
datamash-1.6+dfsg/Makefile.in-3075-src/datamash-column-headers.o: src/column-headers.c
datamash-1.6+dfsg/Makefile.in:3076:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-column-headers.o -MD -MP -MF src/$(DEPDIR)/datamash-column-headers.Tpo -c -o src/datamash-column-headers.o `test -f 'src/column-headers.c' || echo '$(srcdir)/'`src/column-headers.c
datamash-1.6+dfsg/Makefile.in-3077-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-column-headers.Tpo src/$(DEPDIR)/datamash-column-headers.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3079-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3080:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-column-headers.o `test -f 'src/column-headers.c' || echo '$(srcdir)/'`src/column-headers.c
datamash-1.6+dfsg/Makefile.in-3081-
datamash-1.6+dfsg/Makefile.in-3082-src/datamash-column-headers.obj: src/column-headers.c
datamash-1.6+dfsg/Makefile.in:3083:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-column-headers.obj -MD -MP -MF src/$(DEPDIR)/datamash-column-headers.Tpo -c -o src/datamash-column-headers.obj `if test -f 'src/column-headers.c'; then $(CYGPATH_W) 'src/column-headers.c'; else $(CYGPATH_W) '$(srcdir)/src/column-headers.c'; fi`
datamash-1.6+dfsg/Makefile.in-3084-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-column-headers.Tpo src/$(DEPDIR)/datamash-column-headers.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3086-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3087:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-column-headers.obj `if test -f 'src/column-headers.c'; then $(CYGPATH_W) 'src/column-headers.c'; else $(CYGPATH_W) '$(srcdir)/src/column-headers.c'; fi`
datamash-1.6+dfsg/Makefile.in-3088-
datamash-1.6+dfsg/Makefile.in-3089-src/datamash-op-defs.o: src/op-defs.c
datamash-1.6+dfsg/Makefile.in:3090:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-op-defs.o -MD -MP -MF src/$(DEPDIR)/datamash-op-defs.Tpo -c -o src/datamash-op-defs.o `test -f 'src/op-defs.c' || echo '$(srcdir)/'`src/op-defs.c
datamash-1.6+dfsg/Makefile.in-3091-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-op-defs.Tpo src/$(DEPDIR)/datamash-op-defs.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3093-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3094:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-op-defs.o `test -f 'src/op-defs.c' || echo '$(srcdir)/'`src/op-defs.c
datamash-1.6+dfsg/Makefile.in-3095-
datamash-1.6+dfsg/Makefile.in-3096-src/datamash-op-defs.obj: src/op-defs.c
datamash-1.6+dfsg/Makefile.in:3097:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-op-defs.obj -MD -MP -MF src/$(DEPDIR)/datamash-op-defs.Tpo -c -o src/datamash-op-defs.obj `if test -f 'src/op-defs.c'; then $(CYGPATH_W) 'src/op-defs.c'; else $(CYGPATH_W) '$(srcdir)/src/op-defs.c'; fi`
datamash-1.6+dfsg/Makefile.in-3098-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-op-defs.Tpo src/$(DEPDIR)/datamash-op-defs.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3100-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3101:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-op-defs.obj `if test -f 'src/op-defs.c'; then $(CYGPATH_W) 'src/op-defs.c'; else $(CYGPATH_W) '$(srcdir)/src/op-defs.c'; fi`
datamash-1.6+dfsg/Makefile.in-3102-
datamash-1.6+dfsg/Makefile.in-3103-src/datamash-op-scanner.o: src/op-scanner.c
datamash-1.6+dfsg/Makefile.in:3104:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-op-scanner.o -MD -MP -MF src/$(DEPDIR)/datamash-op-scanner.Tpo -c -o src/datamash-op-scanner.o `test -f 'src/op-scanner.c' || echo '$(srcdir)/'`src/op-scanner.c
datamash-1.6+dfsg/Makefile.in-3105-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-op-scanner.Tpo src/$(DEPDIR)/datamash-op-scanner.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3107-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3108:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-op-scanner.o `test -f 'src/op-scanner.c' || echo '$(srcdir)/'`src/op-scanner.c
datamash-1.6+dfsg/Makefile.in-3109-
datamash-1.6+dfsg/Makefile.in-3110-src/datamash-op-scanner.obj: src/op-scanner.c
datamash-1.6+dfsg/Makefile.in:3111:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-op-scanner.obj -MD -MP -MF src/$(DEPDIR)/datamash-op-scanner.Tpo -c -o src/datamash-op-scanner.obj `if test -f 'src/op-scanner.c'; then $(CYGPATH_W) 'src/op-scanner.c'; else $(CYGPATH_W) '$(srcdir)/src/op-scanner.c'; fi`
datamash-1.6+dfsg/Makefile.in-3112-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-op-scanner.Tpo src/$(DEPDIR)/datamash-op-scanner.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3114-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3115:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-op-scanner.obj `if test -f 'src/op-scanner.c'; then $(CYGPATH_W) 'src/op-scanner.c'; else $(CYGPATH_W) '$(srcdir)/src/op-scanner.c'; fi`
datamash-1.6+dfsg/Makefile.in-3116-
datamash-1.6+dfsg/Makefile.in-3117-src/datamash-op-parser.o: src/op-parser.c
datamash-1.6+dfsg/Makefile.in:3118:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-op-parser.o -MD -MP -MF src/$(DEPDIR)/datamash-op-parser.Tpo -c -o src/datamash-op-parser.o `test -f 'src/op-parser.c' || echo '$(srcdir)/'`src/op-parser.c
datamash-1.6+dfsg/Makefile.in-3119-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-op-parser.Tpo src/$(DEPDIR)/datamash-op-parser.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3121-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3122:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-op-parser.o `test -f 'src/op-parser.c' || echo '$(srcdir)/'`src/op-parser.c
datamash-1.6+dfsg/Makefile.in-3123-
datamash-1.6+dfsg/Makefile.in-3124-src/datamash-op-parser.obj: src/op-parser.c
datamash-1.6+dfsg/Makefile.in:3125:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-op-parser.obj -MD -MP -MF src/$(DEPDIR)/datamash-op-parser.Tpo -c -o src/datamash-op-parser.obj `if test -f 'src/op-parser.c'; then $(CYGPATH_W) 'src/op-parser.c'; else $(CYGPATH_W) '$(srcdir)/src/op-parser.c'; fi`
datamash-1.6+dfsg/Makefile.in-3126-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-op-parser.Tpo src/$(DEPDIR)/datamash-op-parser.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3128-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3129:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-op-parser.obj `if test -f 'src/op-parser.c'; then $(CYGPATH_W) 'src/op-parser.c'; else $(CYGPATH_W) '$(srcdir)/src/op-parser.c'; fi`
datamash-1.6+dfsg/Makefile.in-3130-
datamash-1.6+dfsg/Makefile.in-3131-src/datamash-field-ops.o: src/field-ops.c
datamash-1.6+dfsg/Makefile.in:3132:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-field-ops.o -MD -MP -MF src/$(DEPDIR)/datamash-field-ops.Tpo -c -o src/datamash-field-ops.o `test -f 'src/field-ops.c' || echo '$(srcdir)/'`src/field-ops.c
datamash-1.6+dfsg/Makefile.in-3133-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-field-ops.Tpo src/$(DEPDIR)/datamash-field-ops.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3135-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3136:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-field-ops.o `test -f 'src/field-ops.c' || echo '$(srcdir)/'`src/field-ops.c
datamash-1.6+dfsg/Makefile.in-3137-
datamash-1.6+dfsg/Makefile.in-3138-src/datamash-field-ops.obj: src/field-ops.c
datamash-1.6+dfsg/Makefile.in:3139:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-field-ops.obj -MD -MP -MF src/$(DEPDIR)/datamash-field-ops.Tpo -c -o src/datamash-field-ops.obj `if test -f 'src/field-ops.c'; then $(CYGPATH_W) 'src/field-ops.c'; else $(CYGPATH_W) '$(srcdir)/src/field-ops.c'; fi`
datamash-1.6+dfsg/Makefile.in-3140-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-field-ops.Tpo src/$(DEPDIR)/datamash-field-ops.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3142-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3143:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-field-ops.obj `if test -f 'src/field-ops.c'; then $(CYGPATH_W) 'src/field-ops.c'; else $(CYGPATH_W) '$(srcdir)/src/field-ops.c'; fi`
datamash-1.6+dfsg/Makefile.in-3144-
datamash-1.6+dfsg/Makefile.in-3145-src/datamash-crosstab.o: src/crosstab.c
datamash-1.6+dfsg/Makefile.in:3146:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-crosstab.o -MD -MP -MF src/$(DEPDIR)/datamash-crosstab.Tpo -c -o src/datamash-crosstab.o `test -f 'src/crosstab.c' || echo '$(srcdir)/'`src/crosstab.c
datamash-1.6+dfsg/Makefile.in-3147-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-crosstab.Tpo src/$(DEPDIR)/datamash-crosstab.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3149-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3150:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-crosstab.o `test -f 'src/crosstab.c' || echo '$(srcdir)/'`src/crosstab.c
datamash-1.6+dfsg/Makefile.in-3151-
datamash-1.6+dfsg/Makefile.in-3152-src/datamash-crosstab.obj: src/crosstab.c
datamash-1.6+dfsg/Makefile.in:3153:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-crosstab.obj -MD -MP -MF src/$(DEPDIR)/datamash-crosstab.Tpo -c -o src/datamash-crosstab.obj `if test -f 'src/crosstab.c'; then $(CYGPATH_W) 'src/crosstab.c'; else $(CYGPATH_W) '$(srcdir)/src/crosstab.c'; fi`
datamash-1.6+dfsg/Makefile.in-3154-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-crosstab.Tpo src/$(DEPDIR)/datamash-crosstab.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3156-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3157:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-crosstab.obj `if test -f 'src/crosstab.c'; then $(CYGPATH_W) 'src/crosstab.c'; else $(CYGPATH_W) '$(srcdir)/src/crosstab.c'; fi`
datamash-1.6+dfsg/Makefile.in-3158-
datamash-1.6+dfsg/Makefile.in-3159-src/datamash-double-format.o: src/double-format.c
datamash-1.6+dfsg/Makefile.in:3160:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-double-format.o -MD -MP -MF src/$(DEPDIR)/datamash-double-format.Tpo -c -o src/datamash-double-format.o `test -f 'src/double-format.c' || echo '$(srcdir)/'`src/double-format.c
datamash-1.6+dfsg/Makefile.in-3161-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-double-format.Tpo src/$(DEPDIR)/datamash-double-format.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3163-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3164:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-double-format.o `test -f 'src/double-format.c' || echo '$(srcdir)/'`src/double-format.c
datamash-1.6+dfsg/Makefile.in-3165-
datamash-1.6+dfsg/Makefile.in-3166-src/datamash-double-format.obj: src/double-format.c
datamash-1.6+dfsg/Makefile.in:3167:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-double-format.obj -MD -MP -MF src/$(DEPDIR)/datamash-double-format.Tpo -c -o src/datamash-double-format.obj `if test -f 'src/double-format.c'; then $(CYGPATH_W) 'src/double-format.c'; else $(CYGPATH_W) '$(srcdir)/src/double-format.c'; fi`
datamash-1.6+dfsg/Makefile.in-3168-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-double-format.Tpo src/$(DEPDIR)/datamash-double-format.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3170-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3171:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-double-format.obj `if test -f 'src/double-format.c'; then $(CYGPATH_W) 'src/double-format.c'; else $(CYGPATH_W) '$(srcdir)/src/double-format.c'; fi`
datamash-1.6+dfsg/Makefile.in-3172-
datamash-1.6+dfsg/Makefile.in-3173-src/datamash-datamash.o: src/datamash.c
datamash-1.6+dfsg/Makefile.in:3174:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-datamash.o -MD -MP -MF src/$(DEPDIR)/datamash-datamash.Tpo -c -o src/datamash-datamash.o `test -f 'src/datamash.c' || echo '$(srcdir)/'`src/datamash.c
datamash-1.6+dfsg/Makefile.in-3175-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-datamash.Tpo src/$(DEPDIR)/datamash-datamash.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3177-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3178:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-datamash.o `test -f 'src/datamash.c' || echo '$(srcdir)/'`src/datamash.c
datamash-1.6+dfsg/Makefile.in-3179-
datamash-1.6+dfsg/Makefile.in-3180-src/datamash-datamash.obj: src/datamash.c
datamash-1.6+dfsg/Makefile.in:3181:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -MT src/datamash-datamash.obj -MD -MP -MF src/$(DEPDIR)/datamash-datamash.Tpo -c -o src/datamash-datamash.obj `if test -f 'src/datamash.c'; then $(CYGPATH_W) 'src/datamash.c'; else $(CYGPATH_W) '$(srcdir)/src/datamash.c'; fi`
datamash-1.6+dfsg/Makefile.in-3182-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) src/$(DEPDIR)/datamash-datamash.Tpo src/$(DEPDIR)/datamash-datamash.Po
##############################################
datamash-1.6+dfsg/Makefile.in-3184-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
datamash-1.6+dfsg/Makefile.in:3185:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(datamash_CFLAGS) $(CFLAGS) -c -o src/datamash-datamash.obj `if test -f 'src/datamash.c'; then $(CYGPATH_W) 'src/datamash.c'; else $(CYGPATH_W) '$(srcdir)/src/datamash.c'; fi`
datamash-1.6+dfsg/Makefile.in-3186-doc/$(am__dirstamp):
##############################################
datamash-1.6+dfsg/Makefile.in-3207-	  $(am__cd) $(srcdir) && \
datamash-1.6+dfsg/Makefile.in:3208:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
datamash-1.6+dfsg/Makefile.in-3209-	fi; \
##############################################
datamash-1.6+dfsg/Makefile.in-3215-	$(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
datamash-1.6+dfsg/Makefile.in:3216:	`test -f 'doc/datamash.texi' || echo '$(srcdir)/'`doc/datamash.texi
datamash-1.6+dfsg/Makefile.in-3217-
##############################################
datamash-1.6+dfsg/Makefile.in-3221-	$(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
datamash-1.6+dfsg/Makefile.in:3222:	`test -f 'doc/datamash.texi' || echo '$(srcdir)/'`doc/datamash.texi
datamash-1.6+dfsg/Makefile.in-3223-
##############################################
datamash-1.6+dfsg/Makefile.in-3226-	$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
datamash-1.6+dfsg/Makefile.in:3227:	 -o $(@:.html=.htp) `test -f 'doc/datamash.texi' || echo '$(srcdir)/'`doc/datamash.texi; \
datamash-1.6+dfsg/Makefile.in-3228-	then \
##############################################
datamash-1.6+dfsg/Makefile.in-3236-	@(dir=.; test -f ./doc/datamash.texi || dir=$(srcdir); \
datamash-1.6+dfsg/Makefile.in:3237:	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/doc/datamash.texi`; \
datamash-1.6+dfsg/Makefile.in-3238-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
datamash-1.6+dfsg/Makefile.in-3280-	  for file in $$list; do \
datamash-1.6+dfsg/Makefile.in:3281:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
datamash-1.6+dfsg/Makefile.in-3282-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
datamash-1.6+dfsg/Makefile.in-3289-	for file in $$list; do \
datamash-1.6+dfsg/Makefile.in:3290:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
datamash-1.6+dfsg/Makefile.in:3291:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
datamash-1.6+dfsg/Makefile.in-3292-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
datamash-1.6+dfsg/Makefile.in-3316-dist-info: $(INFO_DEPS)
datamash-1.6+dfsg/Makefile.in:3317:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
datamash-1.6+dfsg/Makefile.in-3318-	list='$(INFO_DEPS)'; \
##############################################
datamash-1.6+dfsg/Makefile.in-3320-	  case $$base in \
datamash-1.6+dfsg/Makefile.in:3321:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
datamash-1.6+dfsg/Makefile.in-3322-	  esac; \
datamash-1.6+dfsg/Makefile.in-3323-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
datamash-1.6+dfsg/Makefile.in:3324:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
datamash-1.6+dfsg/Makefile.in-3325-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
datamash-1.6+dfsg/Makefile.in-3326-	    if test -f $$file; then \
datamash-1.6+dfsg/Makefile.in:3327:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
datamash-1.6+dfsg/Makefile.in-3328-	      test -f "$(distdir)/$$relfile" || \
##############################################
datamash-1.6+dfsg/Makefile.in-3342-	@list='$(INFO_DEPS)'; for i in $$list; do \
datamash-1.6+dfsg/Makefile.in:3343:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
datamash-1.6+dfsg/Makefile.in-3344-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
datamash-1.6+dfsg/Makefile.in-3351-	test -n "$(man1dir)" \
datamash-1.6+dfsg/Makefile.in:3352:	  && test -n "`echo $$list1$$list2`" \
datamash-1.6+dfsg/Makefile.in-3353-	  || exit 0; \
##############################################
datamash-1.6+dfsg/Makefile.in-3408-	@list='$(dist_bashcomp_DATA)'; test -n "$(bashcompdir)" || list=; \
datamash-1.6+dfsg/Makefile.in:3409:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
datamash-1.6+dfsg/Makefile.in-3410-	dir='$(DESTDIR)$(bashcompdir)'; $(am__uninstall_files_from_dir)
##############################################
datamash-1.6+dfsg/Makefile.in-3429-	@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
datamash-1.6+dfsg/Makefile.in:3430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
datamash-1.6+dfsg/Makefile.in-3431-	dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
##############################################
datamash-1.6+dfsg/Makefile.in-3446-	dot_seen=no; \
datamash-1.6+dfsg/Makefile.in:3447:	target=`echo $@ | sed s/-recursive//`; \
datamash-1.6+dfsg/Makefile.in-3448-	case "$@" in \
##############################################
datamash-1.6+dfsg/Makefile.in-3509-GTAGS:
datamash-1.6+dfsg/Makefile.in:3510:	here=`$(am__cd) $(top_builddir) && pwd` \
datamash-1.6+dfsg/Makefile.in-3511-	  && $(am__cd) $(top_srcdir) \
##############################################
datamash-1.6+dfsg/Makefile.in-3559-	if test -n "$$redo_bases"; then \
datamash-1.6+dfsg/Makefile.in:3560:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
datamash-1.6+dfsg/Makefile.in:3561:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
datamash-1.6+dfsg/Makefile.in-3562-	  if $(am__make_dryrun); then :; else \
##############################################
datamash-1.6+dfsg/Makefile.in-3584-	ws='[ 	]'; \
datamash-1.6+dfsg/Makefile.in:3585:	results=`for b in $$bases; do echo $$b.trs; done`; \
datamash-1.6+dfsg/Makefile.in-3586-	test -n "$$results" || results=/dev/null; \
datamash-1.6+dfsg/Makefile.in:3587:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
datamash-1.6+dfsg/Makefile.in:3588:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
datamash-1.6+dfsg/Makefile.in:3589:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
datamash-1.6+dfsg/Makefile.in:3590:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
datamash-1.6+dfsg/Makefile.in:3591:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
datamash-1.6+dfsg/Makefile.in:3592:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
datamash-1.6+dfsg/Makefile.in:3593:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
datamash-1.6+dfsg/Makefile.in:3594:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
datamash-1.6+dfsg/Makefile.in-3595-	  success=true; \
##############################################
datamash-1.6+dfsg/Makefile.in-3663-	@set +e; $(am__set_TESTS_bases); \
datamash-1.6+dfsg/Makefile.in:3664:	log_list=`for i in $$bases; do echo $$i.log; done`; \
datamash-1.6+dfsg/Makefile.in:3665:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
datamash-1.6+dfsg/Makefile.in:3666:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
datamash-1.6+dfsg/Makefile.in-3667-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
datamash-1.6+dfsg/Makefile.in-3673-	         | $(am__list_recheck_tests)` || exit 1; \
datamash-1.6+dfsg/Makefile.in:3674:	log_list=`for i in $$bases; do echo $$i.log; done`; \
datamash-1.6+dfsg/Makefile.in:3675:	log_list=`echo $$log_list`; \
datamash-1.6+dfsg/Makefile.in-3676-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
datamash-1.6+dfsg/Makefile.in-3714-	test -d "$(distdir)" || mkdir "$(distdir)"
datamash-1.6+dfsg/Makefile.in:3715:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
datamash-1.6+dfsg/Makefile.in:3716:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
datamash-1.6+dfsg/Makefile.in-3717-	list='$(DISTFILES)'; \
##############################################
datamash-1.6+dfsg/Makefile.in-3728-	  if test -d $$d/$$file; then \
datamash-1.6+dfsg/Makefile.in:3729:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
datamash-1.6+dfsg/Makefile.in-3730-	    if test -d "$(distdir)/$$file"; then \
##############################################
datamash-1.6+dfsg/Makefile.in-3842-	test -d $(distdir)/_build || exit 0; \
datamash-1.6+dfsg/Makefile.in:3843:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
datamash-1.6+dfsg/Makefile.in-3844-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
datamash-1.6+dfsg/Makefile.in-3886-	}; \
datamash-1.6+dfsg/Makefile.in:3887:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
datamash-1.6+dfsg/Makefile.in-3888-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
datamash-1.6+dfsg/Makefile.in-3898-	fi
datamash-1.6+dfsg/Makefile.in:3899:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
datamash-1.6+dfsg/Makefile.in-3900-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
datamash-1.6+dfsg/Makefile.in-4187-	@$(NORMAL_INSTALL)
datamash-1.6+dfsg/Makefile.in:4188:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
datamash-1.6+dfsg/Makefile.in-4189-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
datamash-1.6+dfsg/Makefile.in-4195-	  case $$file in \
datamash-1.6+dfsg/Makefile.in:4196:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
datamash-1.6+dfsg/Makefile.in-4197-	  esac; \
datamash-1.6+dfsg/Makefile.in-4198-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
datamash-1.6+dfsg/Makefile.in:4199:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
datamash-1.6+dfsg/Makefile.in-4200-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
datamash-1.6+dfsg/Makefile.in-4213-	  for file in $$list; do \
datamash-1.6+dfsg/Makefile.in:4214:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
datamash-1.6+dfsg/Makefile.in-4215-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
datamash-1.6+dfsg/Makefile.in-4486-	    *.[ch])							\
datamash-1.6+dfsg/Makefile.in:4487:	      base=`expr " $$file" : ' \(.*\)\..'`;			\
datamash-1.6+dfsg/Makefile.in-4488-	      { test -f $$base.l || test -f $$base.y; } && continue;;	\
##############################################
datamash-1.6+dfsg/debian/rules-13-	for f in lib/iconv_open*.gperf; do \
datamash-1.6+dfsg/debian/rules:14:		gperf $$f > `echo $$f | sed 's/gperf/h/'`; \
datamash-1.6+dfsg/debian/rules-15-	done