===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tig-2.4.1/INSTALL.adoc-20-
tig-2.4.1/INSTALL.adoc:21:By default, `tig` is installed in `$HOME/bin`. To install `tig` elsewhere set
tig-2.4.1/INSTALL.adoc-22-`prefix` to the desired path:
##############################################
tig-2.4.1/INSTALL.adoc-111-Build settings are read from the file `config.make` and for certain systems also
tig-2.4.1/INSTALL.adoc:112:from `contrib/config.make-$kernel`. An example of the latter is Mac OS X, where
tig-2.4.1/INSTALL.adoc-113-`contrib/config.make-Darwin` provides out-of-the-box configuration for using the
##############################################
tig-2.4.1/NEWS.adoc-100-   `ShiftTab`, `Ctrl-C`, `Ctrl-V`, `Ctrl-S`, and `Ctrl-@`. (GH #314, #619, #642)
tig-2.4.1/NEWS.adoc:101: - Persist readline history to `~/.tig_history` or `$XDG_DATA_HOME/tig/history`.
tig-2.4.1/NEWS.adoc-102-   Use `history-size` to control the number of entries to save. (GH #620, #713,
##############################################
tig-2.4.1/NEWS.adoc-327- - Fix rendering of boundary commits.
tig-2.4.1/NEWS.adoc:328: - Fix compilation with GNU Make 3.80 by removing `$(abspath)`. (GH #362)
tig-2.4.1/NEWS.adoc-329- - Fix config parsing to support shell-like quoting in user-defined command,
##############################################
tig-2.4.1/doc/manual.adoc-252-(`{sysconfdir}/tigrc` by default) and then proceeds to read the user's
tig-2.4.1/doc/manual.adoc:253:configuration file (`~/.tigrc` or `$XDG_CONFIG_HOME/tig/config` by default).
tig-2.4.1/doc/manual.adoc-254-The paths to either of these files can be overridden through the following
##############################################
tig-2.4.1/doc/manual.adoc-267-If compiled with readline support, Tig writes a persistent command and search
tig-2.4.1/doc/manual.adoc:268:history to `~/.tig_history` or `$XDG_DATA_HOME/tig/history`.
tig-2.4.1/doc/manual.adoc-269-
##############################################
tig-2.4.1/doc/manual.html-1345-<pre><code>If compiled with readline support, Tig writes a persistent command and search
tig-2.4.1/doc/manual.html:1346:history to `~/.tig_history` or `$XDG_DATA_HOME/tig/history`.
tig-2.4.1/doc/manual.html-1347-
##############################################
tig-2.4.1/doc/tig.1.adoc-194-	Path of the user configuration file (defaults to `~/.tigrc` or
tig-2.4.1/doc/tig.1.adoc:195:	`$XDG_CONFIG_HOME/tig/config`).
tig-2.4.1/doc/tig.1.adoc-196-
##############################################
tig-2.4.1/doc/tig.1.adoc-229-	The Tig user configuration file is loaded in the following way. If
tig-2.4.1/doc/tig.1.adoc:230:	`$XDG_CONFIG_HOME` is set, read user configuration from
tig-2.4.1/doc/tig.1.adoc:231:	`$XDG_CONFIG_HOME/tig/config`. If `$XDG_CONFIG_HOME` is empty or
tig-2.4.1/doc/tig.1.adoc-232-	undefined, read user configuration from `~/.config/tig/config` if it
##############################################
tig-2.4.1/doc/tig.1.adoc-249-	search history. The location of the history file is determined in the
tig-2.4.1/doc/tig.1.adoc:250:	following way. If `$XDG_DATA_HOME` is set and `$XDG_DATA_HOME/tig/`
tig-2.4.1/doc/tig.1.adoc:251:	exists, store history to `$XDG_DATA_HOME/tig/history`. If
tig-2.4.1/doc/tig.1.adoc:252:	`$XDG_DATA_HOME` is empty or undefined, store history to
tig-2.4.1/doc/tig.1.adoc-253-	`~/.local/share/tig/history` if the directory `~/.local/share/tig/`
##############################################
tig-2.4.1/doc/tigmanual.7-580-If compiled with readline support, Tig writes a persistent command and search
tig-2.4.1/doc/tigmanual.7:581:history to `~/\&.tig_history` or `$XDG_DATA_HOME/tig/history`\&.
tig-2.4.1/doc/tigmanual.7-582-
##############################################
tig-2.4.1/doc/tigrc.5.adoc-37-In some environments, a user's configuration will be stored in the alternate
tig-2.4.1/doc/tigrc.5.adoc:38:location `$XDG_CONFIG_HOME/tig/config`.  For brevity, this document will
tig-2.4.1/doc/tigrc.5.adoc-39-refer only to `~/.tigrc`.
##############################################
tig-2.4.1/doc/tigrc.5.adoc-584-library, and are configured separately in `~/.inputrc`.  See 'readline(1)'.
tig-2.4.1/doc/tigrc.5.adoc:585:Tig respects but does not require an `$if tig` section in `~/.inputrc`.
tig-2.4.1/doc/tigrc.5.adoc-586-
##############################################
tig-2.4.1/tools/ax_lib_readline.m4-150-2*|3*|4*|5*|6*|7*|8*|9*)
tig-2.4.1/tools/ax_lib_readline.m4:151:	RL_MAJOR=`echo $ac_cv_rl_version | sed 's:\..*$::'`
tig-2.4.1/tools/ax_lib_readline.m4:152:	RL_MINOR=`echo $ac_cv_rl_version | sed -e 's:^.*\.::' -e 's:[[a-zA-Z]]*$::'`
tig-2.4.1/tools/ax_lib_readline.m4-153-	;;
##############################################
tig-2.4.1/tools/gcov.m4-40-  if test "$SHTOOL"; then
tig-2.4.1/tools/gcov.m4:41:    AS_CASE([`$SHTOOL path $CC`],
tig-2.4.1/tools/gcov.m4-42-                [*ccache*], [gcc_ccache=yes],
##############################################
tig-2.4.1/tools/gcov.m4-56-      glib_cv_lcov_version=invalid
tig-2.4.1/tools/gcov.m4:57:      lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
tig-2.4.1/tools/gcov.m4-58-      for lcov_check_version in $lcov_version_list; do
##############################################
tig-2.4.1/tools/gcov.m4-82-  changequote({,})
tig-2.4.1/tools/gcov.m4:83:  CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9]*//g'`
tig-2.4.1/tools/gcov.m4:84:  CPPFLAGS=`echo "$CPPFLAGS" | $SED -e 's/-O[0-9]*//g'`
tig-2.4.1/tools/gcov.m4-85-  changequote([,])
##############################################
tig-2.4.1/tools/iconv.m4-8-[  --with-libiconv=DIR     search for libiconv in DIR/include and DIR/lib], [
tig-2.4.1/tools/iconv.m4:9:    for dir in `echo "$withval" | tr : ' '`; do
tig-2.4.1/tools/iconv.m4-10-      if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
##############################################
tig-2.4.1/tools/iconv.m4-50-      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);"])
tig-2.4.1/tools/iconv.m4:51:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
tig-2.4.1/tools/iconv.m4-52-    AC_MSG_RESULT([$]{ac_t:-
##############################################
tig-2.4.1/Makefile-177-	tar --delete $(TARNAME)/Makefile > $(TARNAME).tar && \
tig-2.4.1/Makefile:178:	tar rf $(TARNAME).tar `find $(TARNAME)/*` && \
tig-2.4.1/Makefile-179-	gzip -f -9 $(TARNAME).tar && \
##############################################
tig-2.4.1/aclocal.m4-123-    PKG_CHECK_EXISTS([$3],
tig-2.4.1/aclocal.m4:124:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
tig-2.4.1/aclocal.m4-125-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
tig-2.4.1/aclocal.m4-171-        if test $_pkg_short_errors_supported = yes; then
tig-2.4.1/aclocal.m4:172:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
tig-2.4.1/aclocal.m4-173-        else
tig-2.4.1/aclocal.m4:174:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
tig-2.4.1/aclocal.m4-175-        fi
##############################################
tig-2.4.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
tig-2.4.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tig-2.4.1/configure-47-  as_echo='print -r --'
tig-2.4.1/configure-48-  as_echo_n='print -rn --'
tig-2.4.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tig-2.4.1/configure-50-  as_echo='printf %s\n'
##############################################
tig-2.4.1/configure-52-else
tig-2.4.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tig-2.4.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tig-2.4.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
tig-2.4.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tig-2.4.1/configure-64-      esac;
##############################################
tig-2.4.1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
tig-2.4.1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
tig-2.4.1/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
tig-2.4.1/configure-327-      case $as_dir in #(
tig-2.4.1/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tig-2.4.1/configure-329-      *) as_qdir=$as_dir;;
##############################################
tig-2.4.1/configure-400-  {
tig-2.4.1/configure:401:    as_val=`expr "$@" || test $? -eq 1`
tig-2.4.1/configure-402-  }
##############################################
tig-2.4.1/configure-407-# ----------------------------------------
tig-2.4.1/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tig-2.4.1/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tig-2.4.1/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
tig-2.4.1/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
tig-2.4.1/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
tig-2.4.1/configure-782-  case $ac_option in
tig-2.4.1/configure:783:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
tig-2.4.1/configure-784-  *=)   ac_optarg= ;;
##############################################
tig-2.4.1/configure-826-  -disable-* | --disable-*)
tig-2.4.1/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tig-2.4.1/configure-828-    # Reject names that are not valid shell variable names.
##############################################
tig-2.4.1/configure-831-    ac_useropt_orig=$ac_useropt
tig-2.4.1/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tig-2.4.1/configure-833-    case $ac_user_opts in
##############################################
tig-2.4.1/configure-852-  -enable-* | --enable-*)
tig-2.4.1/configure:853:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tig-2.4.1/configure-854-    # Reject names that are not valid shell variable names.
##############################################
tig-2.4.1/configure-857-    ac_useropt_orig=$ac_useropt
tig-2.4.1/configure:858:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tig-2.4.1/configure-859-    case $ac_user_opts in
##############################################
tig-2.4.1/configure-1056-  -with-* | --with-*)
tig-2.4.1/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tig-2.4.1/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
tig-2.4.1/configure-1061-    ac_useropt_orig=$ac_useropt
tig-2.4.1/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tig-2.4.1/configure-1063-    case $ac_user_opts in
##############################################
tig-2.4.1/configure-1072-  -without-* | --without-*)
tig-2.4.1/configure:1073:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tig-2.4.1/configure-1074-    # Reject names that are not valid shell variable names.
##############################################
tig-2.4.1/configure-1077-    ac_useropt_orig=$ac_useropt
tig-2.4.1/configure:1078:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tig-2.4.1/configure-1079-    case $ac_user_opts in
##############################################
tig-2.4.1/configure-1110-  *=*)
tig-2.4.1/configure:1111:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tig-2.4.1/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
tig-2.4.1/configure-1131-if test -n "$ac_prev"; then
tig-2.4.1/configure:1132:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tig-2.4.1/configure-1133-  as_fn_error $? "missing argument to $ac_option"
##############################################
tig-2.4.1/configure-1153-    */ )
tig-2.4.1/configure:1154:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
tig-2.4.1/configure-1155-      eval $ac_var=\$ac_val;;
##############################################
tig-2.4.1/configure-1188-ac_ls_di=`ls -di .` &&
tig-2.4.1/configure:1189:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
tig-2.4.1/configure-1190-  as_fn_error $? "working directory cannot be determined"
##############################################
tig-2.4.1/configure-1244-case $srcdir in
tig-2.4.1/configure:1245:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
tig-2.4.1/configure-1246-esac
##############################################
tig-2.4.1/configure-1287-By default, \`make install' will install all the files in
tig-2.4.1/configure:1288:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tig-2.4.1/configure:1289:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tig-2.4.1/configure-1290-for instance \`--prefix=\$HOME'.
##############################################
tig-2.4.1/configure-1376-*)
tig-2.4.1/configure:1377:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tig-2.4.1/configure-1378-  # A ".." for each directory in $ac_dir_suffix.
tig-2.4.1/configure:1379:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tig-2.4.1/configure-1380-  case $ac_top_builddir_sub in
##############################################
tig-2.4.1/configure-1796-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
tig-2.4.1/configure:1797:  as_decl_name=`echo $2|sed 's/ *(.*//'`
tig-2.4.1/configure:1798:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
tig-2.4.1/configure-1799-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
tig-2.4.1/configure-1910-    *\'*)
tig-2.4.1/configure:1911:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tig-2.4.1/configure-1912-    esac
##############################################
tig-2.4.1/configure-1993-      case $ac_val in
tig-2.4.1/configure:1994:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tig-2.4.1/configure-1995-      esac
##############################################
tig-2.4.1/configure-2008-	case $ac_val in
tig-2.4.1/configure:2009:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tig-2.4.1/configure-2010-	esac
##############################################
tig-2.4.1/configure-2128-    set,)
tig-2.4.1/configure:2129:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tig-2.4.1/configure:2130:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tig-2.4.1/configure-2131-      ac_cache_corrupted=: ;;
##############################################
tig-2.4.1/configure-2139-	# differences in whitespace do not lead to failure.
tig-2.4.1/configure:2140:	ac_old_val_w=`echo x $ac_old_val`
tig-2.4.1/configure:2141:	ac_new_val_w=`echo x $ac_new_val`
tig-2.4.1/configure-2142-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
tig-2.4.1/configure-2159-    case $ac_new_val in
tig-2.4.1/configure:2160:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tig-2.4.1/configure-2161-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tig-2.4.1/configure-2546-$as_echo_n "checking whether the C compiler works... " >&6; }
tig-2.4.1/configure:2547:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tig-2.4.1/configure-2548-
##############################################
tig-2.4.1/configure-2590-	then :; else
tig-2.4.1/configure:2591:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tig-2.4.1/configure-2592-	fi
##############################################
tig-2.4.1/configure-2650-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
tig-2.4.1/configure:2651:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tig-2.4.1/configure-2652-	  break;;
##############################################
tig-2.4.1/configure-2759-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
tig-2.4.1/configure:2760:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tig-2.4.1/configure-2761-       break;;
##############################################
tig-2.4.1/configure-3148-  # Check for GNU $ac_path_GREP
tig-2.4.1/configure:3149:case `"$ac_path_GREP" --version 2>&1` in
tig-2.4.1/configure-3150-*GNU*)
##############################################
tig-2.4.1/configure-3214-  # Check for GNU $ac_path_EGREP
tig-2.4.1/configure:3215:case `"$ac_path_EGREP" --version 2>&1` in
tig-2.4.1/configure-3216-*GNU*)
##############################################
tig-2.4.1/configure-3375-do :
tig-2.4.1/configure:3376:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tig-2.4.1/configure-3377-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
tig-2.4.1/configure-3380-  cat >>confdefs.h <<_ACEOF
tig-2.4.1/configure:3381:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tig-2.4.1/configure-3382-_ACEOF
##############################################
tig-2.4.1/configure-3390-do :
tig-2.4.1/configure:3391:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tig-2.4.1/configure-3392-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
tig-2.4.1/configure-3394-  cat >>confdefs.h <<_ACEOF
tig-2.4.1/configure:3395:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tig-2.4.1/configure-3396-_ACEOF
##############################################
tig-2.4.1/configure-3654-  test $ac_status = 0; }; then
tig-2.4.1/configure:3655:  pkg_cv__ax_cv_ncursesw_libs=`$PKG_CONFIG --libs "ncursesw" 2>/dev/null`
tig-2.4.1/configure-3656-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tig-2.4.1/configure-3671-  test $ac_status = 0; }; then
tig-2.4.1/configure:3672:  pkg_cv__ax_cv_ncursesw_cppflags=`$PKG_CONFIG --cflags "ncursesw" 2>/dev/null`
tig-2.4.1/configure-3673-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tig-2.4.1/configure-4054-  test $ac_status = 0; }; then
tig-2.4.1/configure:4055:  pkg_cv__ax_cv_ncurses_libs=`$PKG_CONFIG --libs "ncurses" 2>/dev/null`
tig-2.4.1/configure-4056-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tig-2.4.1/configure-4071-  test $ac_status = 0; }; then
tig-2.4.1/configure:4072:  pkg_cv__ax_cv_ncurses_cppflags=`$PKG_CONFIG --cflags "ncurses" 2>/dev/null`
tig-2.4.1/configure-4073-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
tig-2.4.1/configure-5081-2*|3*|4*|5*|6*|7*|8*|9*)
tig-2.4.1/configure:5082:	RL_MAJOR=`echo $ac_cv_rl_version | sed 's:\..*$::'`
tig-2.4.1/configure:5083:	RL_MINOR=`echo $ac_cv_rl_version | sed -e 's:^.*\.::' -e 's:[a-zA-Z]*$::'`
tig-2.4.1/configure-5084-	;;
##############################################
tig-2.4.1/configure-5183-  withval=$with_libiconv;
tig-2.4.1/configure:5184:    for dir in `echo "$withval" | tr : ' '`; do
tig-2.4.1/configure-5185-      if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
##############################################
tig-2.4.1/configure-5289-
tig-2.4.1/configure:5290:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
tig-2.4.1/configure-5291-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
##############################################
tig-2.4.1/configure-5416-  if test "$SHTOOL"; then
tig-2.4.1/configure:5417:    case `$SHTOOL path $CC` in #(
tig-2.4.1/configure-5418-  *ccache*) :
##############################################
tig-2.4.1/configure-5512-      glib_cv_lcov_version=invalid
tig-2.4.1/configure:5513:      lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'`
tig-2.4.1/configure-5514-      for lcov_check_version in $lcov_version_list; do
##############################################
tig-2.4.1/configure-5541-
tig-2.4.1/configure:5542:  CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9]*//g'`
tig-2.4.1/configure:5543:  CPPFLAGS=`echo "$CPPFLAGS" | $SED -e 's/-O[0-9]*//g'`
tig-2.4.1/configure-5544-
##############################################
tig-2.4.1/configure-5785-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
tig-2.4.1/configure:5786:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
tig-2.4.1/configure-5787-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
tig-2.4.1/configure-5856-if test -z "$BASH_VERSION$ZSH_VERSION" \
tig-2.4.1/configure:5857:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tig-2.4.1/configure-5858-  as_echo='print -r --'
tig-2.4.1/configure-5859-  as_echo_n='print -rn --'
tig-2.4.1/configure:5860:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tig-2.4.1/configure-5861-  as_echo='printf %s\n'
##############################################
tig-2.4.1/configure-5863-else
tig-2.4.1/configure:5864:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tig-2.4.1/configure-5865-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tig-2.4.1/configure-5873-	expr "X$arg" : "X\\(.*\\)$as_nl";
tig-2.4.1/configure:5874:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tig-2.4.1/configure-5875-      esac;
##############################################
tig-2.4.1/configure-5950-# ----------------------------------------
tig-2.4.1/configure:5951:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tig-2.4.1/configure-5952-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tig-2.4.1/configure-6022-  {
tig-2.4.1/configure:6023:    as_val=`expr "$@" || test $? -eq 1`
tig-2.4.1/configure-6024-  }
##############################################
tig-2.4.1/configure-6126-      case $as_dir in #(
tig-2.4.1/configure:6127:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tig-2.4.1/configure-6128-      *) as_qdir=$as_dir;;
##############################################
tig-2.4.1/configure-6257-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
tig-2.4.1/configure:6258:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
tig-2.4.1/configure-6259-ac_cs_version="\\
##############################################
tig-2.4.1/configure-6279-  --*=?*)
tig-2.4.1/configure:6280:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tig-2.4.1/configure:6281:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
tig-2.4.1/configure-6282-    ac_shift=:
##############################################
tig-2.4.1/configure-6284-  --*=)
tig-2.4.1/configure:6285:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tig-2.4.1/configure-6286-    ac_optarg=
##############################################
tig-2.4.1/configure-6308-    case $ac_optarg in
tig-2.4.1/configure:6309:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tig-2.4.1/configure-6310-    '') as_fn_error $? "missing file argument" ;;
##############################################
tig-2.4.1/configure-6316-    case $ac_optarg in
tig-2.4.1/configure:6317:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tig-2.4.1/configure-6318-    esac
##############################################
tig-2.4.1/configure-6437-fi
tig-2.4.1/configure:6438:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
tig-2.4.1/configure-6439-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
tig-2.4.1/configure-6454-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
tig-2.4.1/configure:6455:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
tig-2.4.1/configure-6456-ac_delim='%!_!# '
##############################################
tig-2.4.1/configure-6460-
tig-2.4.1/configure:6461:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
tig-2.4.1/configure-6462-  if test $ac_delim_n = $ac_delim_num; then
##############################################
tig-2.4.1/configure-6598-for ac_last_try in false false :; do
tig-2.4.1/configure:6599:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
tig-2.4.1/configure-6600-  if test -z "$ac_tt"; then
##############################################
tig-2.4.1/configure-6730-      esac
tig-2.4.1/configure:6731:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
tig-2.4.1/configure-6732-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
tig-2.4.1/configure-6789-*)
tig-2.4.1/configure:6790:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tig-2.4.1/configure-6791-  # A ".." for each directory in $ac_dir_suffix.
tig-2.4.1/configure:6792:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tig-2.4.1/configure-6793-  case $ac_top_builddir_sub in
##############################################
tig-2.4.1/configure-6841-/@mandir@/p'
tig-2.4.1/configure:6842:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
tig-2.4.1/configure-6843-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
tig-2.4.1/configure-6858-
tig-2.4.1/configure:6859:# Neutralize VPATH when `$srcdir' = `.'.
tig-2.4.1/configure-6860-# Shell code in configure.ac might set extrasub.
##############################################
tig-2.4.1/configure-6884-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
tig-2.4.1/configure:6885:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
tig-2.4.1/configure-6886-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \