===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lnav-0.8.5/install-sh-234-      fi
lnav-0.8.5/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lnav-0.8.5/install-sh-236-    *)
##############################################
lnav-0.8.5/install-sh-280-      dstdir=$dst
lnav-0.8.5/install-sh:281:      dstbase=`basename "$src"`
lnav-0.8.5/install-sh-282-      case $dst in
##############################################
lnav-0.8.5/install-sh-287-    else
lnav-0.8.5/install-sh:288:      dstdir=`dirname "$dst"`
lnav-0.8.5/install-sh-289-      test -d "$dstdir"
##############################################
lnav-0.8.5/install-sh-354-                   test_tmpdir="$tmpdir/a"
lnav-0.8.5/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
lnav-0.8.5/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
lnav-0.8.5/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
lnav-0.8.5/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
lnav-0.8.5/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lnav-0.8.5/install-sh-419-            case $prefix in
lnav-0.8.5/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lnav-0.8.5/install-sh-421-              *) qprefix=$prefix;;
##############################################
lnav-0.8.5/install-sh-468-    if $copy_on_change &&
lnav-0.8.5/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
lnav-0.8.5/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
lnav-0.8.5/install-sh-471-       set -f &&
##############################################
lnav-0.8.5/configure.ac-51-AS_VAR_IF([enable_profiling], [yes],
lnav-0.8.5/configure.ac:52:      [CFLAGS=`echo $CFLAGS | sed 's/-O2//g'`
lnav-0.8.5/configure.ac:53:       CXXFLAGS=`echo $CXXFLAGS | sed 's/-O2//g'`],
lnav-0.8.5/configure.ac-54-      [enable_debug=no]dnl
##############################################
lnav-0.8.5/configure.ac-177-        -L*)
lnav-0.8.5/configure.ac:178:                libdir=`echo $libflag | sed -e 's/-L//'`
lnav-0.8.5/configure.ac-179-                for slib in $static_lib_list; do
##############################################
lnav-0.8.5/configure.ac-190-        if test -e "src/static-libs/$slib"; then
lnav-0.8.5/configure.ac:191:            found_slib=`readlink src/static-libs/$slib`
lnav-0.8.5/configure.ac-192-            AC_MSG_RESULT($found_slib)
##############################################
lnav-0.8.5/TESTS_ENVIRONMENT.in-9-# The top build directory, derived from the path to this script.
lnav-0.8.5/TESTS_ENVIRONMENT.in:10:top_builddir=`dirname $0`
lnav-0.8.5/TESTS_ENVIRONMENT.in-11-export top_builddir
##############################################
lnav-0.8.5/TESTS_ENVIRONMENT.in-28-# The base name of the test case
lnav-0.8.5/TESTS_ENVIRONMENT.in:29:test_file_base=`basename $1`
lnav-0.8.5/TESTS_ENVIRONMENT.in-30-# The current test number for shell based tests.
##############################################
lnav-0.8.5/TESTS_ENVIRONMENT.in-90-    fi
lnav-0.8.5/TESTS_ENVIRONMENT.in:91:    test_num=`expr ${test_num} \+ 1`
lnav-0.8.5/TESTS_ENVIRONMENT.in-92-}
##############################################
lnav-0.8.5/TESTS_ENVIRONMENT.in-101-    fi
lnav-0.8.5/TESTS_ENVIRONMENT.in:102:    test_num=`expr ${test_num} \+ 1`
lnav-0.8.5/TESTS_ENVIRONMENT.in-103-}
##############################################
lnav-0.8.5/TESTS_ENVIRONMENT.in-139-    fi
lnav-0.8.5/TESTS_ENVIRONMENT.in:140:    test_num=`expr ${test_num} \+ 1`
lnav-0.8.5/TESTS_ENVIRONMENT.in-141-}
##############################################
lnav-0.8.5/TESTS_ENVIRONMENT.in-154-
lnav-0.8.5/TESTS_ENVIRONMENT.in:155:if test -x $1 && test `basename $1 .sh` == `basename $1`; then
lnav-0.8.5/TESTS_ENVIRONMENT.in-156-    exec $*
##############################################
lnav-0.8.5/test/test_pretty_print.sh-49-cat <<EOF
lnav-0.8.5/test/test_pretty_print.sh:50:{"wrapper": [{"message":"\nselect Id from Account where id = $sfid\n                                 ^\nERROR at Row:1:Column:34\nline 1:34 no viable alternative at character '$'"}]}
lnav-0.8.5/test/test_pretty_print.sh-51-EOF | run_test ${lnav_test} -n -c ":switch-to-view pretty"
##############################################
lnav-0.8.5/test/test_pretty_print.sh-56-            {"message":""
lnav-0.8.5/test/test_pretty_print.sh:57:            select Id from Account where id = \$sfid
lnav-0.8.5/test/test_pretty_print.sh-58-                                             ^
##############################################
lnav-0.8.5/test/expected_help.txt-908-
lnav-0.8.5/test/expected_help.txt:909:  ;SELECT * FROM syslog_log WHERE log_hostname = $HOSTNAME;
lnav-0.8.5/test/expected_help.txt-910-
##############################################
lnav-0.8.5/test/expected_help.txt-1194-Synopsis
lnav-0.8.5/test/expected_help.txt:1195:  gethostbyaddr(hostname) -- Get the IP address for the given hostname
lnav-0.8.5/test/expected_help.txt-1196-Parameter
##############################################
lnav-0.8.5/test/expected_help.txt-1200-Example
lnav-0.8.5/test/expected_help.txt:1201:#1 ;SELECT gethostbyaddr('127.0.0.1')
lnav-0.8.5/test/expected_help.txt-1202-   
##############################################
lnav-0.8.5/test/expected_help.txt-1209-See Also
lnav-0.8.5/test/expected_help.txt:1210:  gethostbyaddr()
lnav-0.8.5/test/expected_help.txt-1211-Example
##############################################
lnav-0.8.5/test/Makefile.in-51-  { \
lnav-0.8.5/test/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lnav-0.8.5/test/Makefile.in-53-  }; \
##############################################
lnav-0.8.5/test/Makefile.in-405-}
lnav-0.8.5/test/Makefile.in:406:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lnav-0.8.5/test/Makefile.in-407-am__vpath_adj = case $$p in \
lnav-0.8.5/test/Makefile.in:408:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lnav-0.8.5/test/Makefile.in-409-    *) f=$$p;; \
lnav-0.8.5/test/Makefile.in-410-  esac;
lnav-0.8.5/test/Makefile.in:411:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lnav-0.8.5/test/Makefile.in-412-am__install_max = 40
lnav-0.8.5/test/Makefile.in-413-am__nobase_strip_setup = \
lnav-0.8.5/test/Makefile.in:414:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lnav-0.8.5/test/Makefile.in-415-am__nobase_strip = \
##############################################
lnav-0.8.5/test/Makefile.in-533-case "$@" in						\
lnav-0.8.5/test/Makefile.in:534:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
lnav-0.8.5/test/Makefile.in-535-    *) am__odir=.;; 					\
##############################################
lnav-0.8.5/test/Makefile.in-563-  bases='$(TEST_LOGS)'; \
lnav-0.8.5/test/Makefile.in:564:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
lnav-0.8.5/test/Makefile.in:565:  bases=`echo $$bases`
lnav-0.8.5/test/Makefile.in-566-RECHECK_LOGS = $(TEST_LOGS)
##############################################
lnav-0.8.5/test/Makefile.in-576-        */*) b='$*';; \
lnav-0.8.5/test/Makefile.in:577:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
lnav-0.8.5/test/Makefile.in-578-       esac;; \
##############################################
lnav-0.8.5/test/Makefile.in-1261-.cc.o:
lnav-0.8.5/test/Makefile.in:1262:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
lnav-0.8.5/test/Makefile.in-1263-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lnav-0.8.5/test/Makefile.in-1269-.cc.obj:
lnav-0.8.5/test/Makefile.in:1270:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
lnav-0.8.5/test/Makefile.in:1271:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
lnav-0.8.5/test/Makefile.in-1272-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
lnav-0.8.5/test/Makefile.in-1274-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lnav-0.8.5/test/Makefile.in:1275:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lnav-0.8.5/test/Makefile.in-1276-
##############################################
lnav-0.8.5/test/Makefile.in-1306-GTAGS:
lnav-0.8.5/test/Makefile.in:1307:	here=`$(am__cd) $(top_builddir) && pwd` \
lnav-0.8.5/test/Makefile.in-1308-	  && $(am__cd) $(top_srcdir) \
##############################################
lnav-0.8.5/test/Makefile.in-1349-	if test -n "$$redo_bases"; then \
lnav-0.8.5/test/Makefile.in:1350:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
lnav-0.8.5/test/Makefile.in:1351:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
lnav-0.8.5/test/Makefile.in-1352-	  if $(am__make_dryrun); then :; else \
##############################################
lnav-0.8.5/test/Makefile.in-1374-	ws='[ 	]'; \
lnav-0.8.5/test/Makefile.in:1375:	results=`for b in $$bases; do echo $$b.trs; done`; \
lnav-0.8.5/test/Makefile.in-1376-	test -n "$$results" || results=/dev/null; \
lnav-0.8.5/test/Makefile.in:1377:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
lnav-0.8.5/test/Makefile.in:1378:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
lnav-0.8.5/test/Makefile.in:1379:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
lnav-0.8.5/test/Makefile.in:1380:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
lnav-0.8.5/test/Makefile.in:1381:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
lnav-0.8.5/test/Makefile.in:1382:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
lnav-0.8.5/test/Makefile.in:1383:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
lnav-0.8.5/test/Makefile.in:1384:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
lnav-0.8.5/test/Makefile.in-1385-	  success=true; \
##############################################
lnav-0.8.5/test/Makefile.in-1453-	@set +e; $(am__set_TESTS_bases); \
lnav-0.8.5/test/Makefile.in:1454:	log_list=`for i in $$bases; do echo $$i.log; done`; \
lnav-0.8.5/test/Makefile.in:1455:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
lnav-0.8.5/test/Makefile.in:1456:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
lnav-0.8.5/test/Makefile.in-1457-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
lnav-0.8.5/test/Makefile.in-1463-	         | $(am__list_recheck_tests)` || exit 1; \
lnav-0.8.5/test/Makefile.in:1464:	log_list=`for i in $$bases; do echo $$i.log; done`; \
lnav-0.8.5/test/Makefile.in:1465:	log_list=`echo $$log_list`; \
lnav-0.8.5/test/Makefile.in-1466-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
lnav-0.8.5/test/Makefile.in-1747-distdir-am: $(DISTFILES)
lnav-0.8.5/test/Makefile.in:1748:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lnav-0.8.5/test/Makefile.in:1749:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lnav-0.8.5/test/Makefile.in-1750-	list='$(DISTFILES)'; \
##############################################
lnav-0.8.5/test/Makefile.in-1761-	  if test -d $$d/$$file; then \
lnav-0.8.5/test/Makefile.in:1762:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lnav-0.8.5/test/Makefile.in-1763-	    if test -d "$(distdir)/$$file"; then \
##############################################
lnav-0.8.5/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
lnav-0.8.5/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lnav-0.8.5/configure-47-  as_echo='print -r --'
lnav-0.8.5/configure-48-  as_echo_n='print -rn --'
lnav-0.8.5/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lnav-0.8.5/configure-50-  as_echo='printf %s\n'
##############################################
lnav-0.8.5/configure-52-else
lnav-0.8.5/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lnav-0.8.5/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lnav-0.8.5/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
lnav-0.8.5/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lnav-0.8.5/configure-64-      esac;
##############################################
lnav-0.8.5/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lnav-0.8.5/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lnav-0.8.5/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
lnav-0.8.5/configure-327-      case $as_dir in #(
lnav-0.8.5/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lnav-0.8.5/configure-329-      *) as_qdir=$as_dir;;
##############################################
lnav-0.8.5/configure-400-  {
lnav-0.8.5/configure:401:    as_val=`expr "$@" || test $? -eq 1`
lnav-0.8.5/configure-402-  }
##############################################
lnav-0.8.5/configure-407-# ----------------------------------------
lnav-0.8.5/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lnav-0.8.5/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lnav-0.8.5/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lnav-0.8.5/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lnav-0.8.5/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lnav-0.8.5/configure-853-  case $ac_option in
lnav-0.8.5/configure:854:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lnav-0.8.5/configure-855-  *=)   ac_optarg= ;;
##############################################
lnav-0.8.5/configure-897-  -disable-* | --disable-*)
lnav-0.8.5/configure:898:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lnav-0.8.5/configure-899-    # Reject names that are not valid shell variable names.
##############################################
lnav-0.8.5/configure-902-    ac_useropt_orig=$ac_useropt
lnav-0.8.5/configure:903:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lnav-0.8.5/configure-904-    case $ac_user_opts in
##############################################
lnav-0.8.5/configure-923-  -enable-* | --enable-*)
lnav-0.8.5/configure:924:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lnav-0.8.5/configure-925-    # Reject names that are not valid shell variable names.
##############################################
lnav-0.8.5/configure-928-    ac_useropt_orig=$ac_useropt
lnav-0.8.5/configure:929:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lnav-0.8.5/configure-930-    case $ac_user_opts in
##############################################
lnav-0.8.5/configure-1127-  -with-* | --with-*)
lnav-0.8.5/configure:1128:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lnav-0.8.5/configure-1129-    # Reject names that are not valid shell variable names.
##############################################
lnav-0.8.5/configure-1132-    ac_useropt_orig=$ac_useropt
lnav-0.8.5/configure:1133:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lnav-0.8.5/configure-1134-    case $ac_user_opts in
##############################################
lnav-0.8.5/configure-1143-  -without-* | --without-*)
lnav-0.8.5/configure:1144:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lnav-0.8.5/configure-1145-    # Reject names that are not valid shell variable names.
##############################################
lnav-0.8.5/configure-1148-    ac_useropt_orig=$ac_useropt
lnav-0.8.5/configure:1149:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lnav-0.8.5/configure-1150-    case $ac_user_opts in
##############################################
lnav-0.8.5/configure-1181-  *=*)
lnav-0.8.5/configure:1182:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lnav-0.8.5/configure-1183-    # Reject names that are not valid shell variable names.
##############################################
lnav-0.8.5/configure-1202-if test -n "$ac_prev"; then
lnav-0.8.5/configure:1203:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lnav-0.8.5/configure-1204-  as_fn_error $? "missing argument to $ac_option"
##############################################
lnav-0.8.5/configure-1224-    */ )
lnav-0.8.5/configure:1225:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lnav-0.8.5/configure-1226-      eval $ac_var=\$ac_val;;
##############################################
lnav-0.8.5/configure-1259-ac_ls_di=`ls -di .` &&
lnav-0.8.5/configure:1260:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lnav-0.8.5/configure-1261-  as_fn_error $? "working directory cannot be determined"
##############################################
lnav-0.8.5/configure-1315-case $srcdir in
lnav-0.8.5/configure:1316:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lnav-0.8.5/configure-1317-esac
##############################################
lnav-0.8.5/configure-1358-By default, \`make install' will install all the files in
lnav-0.8.5/configure:1359:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lnav-0.8.5/configure:1360:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lnav-0.8.5/configure-1361-for instance \`--prefix=\$HOME'.
##############################################
lnav-0.8.5/configure-1468-*)
lnav-0.8.5/configure:1469:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lnav-0.8.5/configure-1470-  # A ".." for each directory in $ac_dir_suffix.
lnav-0.8.5/configure:1471:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lnav-0.8.5/configure-1472-  case $ac_top_builddir_sub in
##############################################
lnav-0.8.5/configure-1962-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
lnav-0.8.5/configure:1963:  as_decl_name=`echo $2|sed 's/ *(.*//'`
lnav-0.8.5/configure:1964:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
lnav-0.8.5/configure-1965-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
lnav-0.8.5/configure-2326-    *\'*)
lnav-0.8.5/configure:2327:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lnav-0.8.5/configure-2328-    esac
##############################################
lnav-0.8.5/configure-2409-      case $ac_val in
lnav-0.8.5/configure:2410:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lnav-0.8.5/configure-2411-      esac
##############################################
lnav-0.8.5/configure-2424-	case $ac_val in
lnav-0.8.5/configure:2425:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lnav-0.8.5/configure-2426-	esac
##############################################
lnav-0.8.5/configure-2544-    set,)
lnav-0.8.5/configure:2545:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lnav-0.8.5/configure:2546:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lnav-0.8.5/configure-2547-      ac_cache_corrupted=: ;;
##############################################
lnav-0.8.5/configure-2555-	# differences in whitespace do not lead to failure.
lnav-0.8.5/configure:2556:	ac_old_val_w=`echo x $ac_old_val`
lnav-0.8.5/configure:2557:	ac_new_val_w=`echo x $ac_new_val`
lnav-0.8.5/configure-2558-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lnav-0.8.5/configure-2575-    case $ac_new_val in
lnav-0.8.5/configure:2576:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lnav-0.8.5/configure-2577-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lnav-0.8.5/configure-2752-     echo "timestamp, slept: $am_has_slept" > conftest.file
lnav-0.8.5/configure:2753:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lnav-0.8.5/configure-2754-     if test "$*" = "X"; then
lnav-0.8.5/configure-2755-	# -L didn't work.
lnav-0.8.5/configure:2756:	set X `ls -t "$srcdir/configure" conftest.file`
lnav-0.8.5/configure-2757-     fi
##############################################
lnav-0.8.5/configure-2803-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lnav-0.8.5/configure:2804:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lnav-0.8.5/configure-2805-
lnav-0.8.5/configure-2806-# Expand $ac_aux_dir to an absolute path.
lnav-0.8.5/configure:2807:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lnav-0.8.5/configure-2808-
##############################################
lnav-0.8.5/configure-2948-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lnav-0.8.5/configure:2949:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lnav-0.8.5/configure-2950-	     'mkdir (GNU coreutils) '* | \
##############################################
lnav-0.8.5/configure-3021-set x ${MAKE-make}
lnav-0.8.5/configure:3022:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lnav-0.8.5/configure-3023-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lnav-0.8.5/configure-3031-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lnav-0.8.5/configure:3032:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lnav-0.8.5/configure-3033-  *@@@%%%=?*=@@@%%%*)
##############################################
lnav-0.8.5/configure-3097-
lnav-0.8.5/configure:3098:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lnav-0.8.5/configure-3099-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lnav-0.8.5/configure-3265-test "x$ac_build_alias" = x &&
lnav-0.8.5/configure:3266:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
lnav-0.8.5/configure-3267-test "x$ac_build_alias" = x &&
lnav-0.8.5/configure-3268-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
lnav-0.8.5/configure:3269:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
lnav-0.8.5/configure-3270-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
lnav-0.8.5/configure-3289-IFS=$ac_save_IFS
lnav-0.8.5/configure:3290:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
lnav-0.8.5/configure-3291-
##############################################
lnav-0.8.5/configure-3300-else
lnav-0.8.5/configure:3301:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
lnav-0.8.5/configure-3302-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
lnav-0.8.5/configure-3322-IFS=$ac_save_IFS
lnav-0.8.5/configure:3323:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
lnav-0.8.5/configure-3324-
##############################################
lnav-0.8.5/configure-3543-$as_echo_n "checking whether the C++ compiler works... " >&6; }
lnav-0.8.5/configure:3544:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lnav-0.8.5/configure-3545-
##############################################
lnav-0.8.5/configure-3587-	then :; else
lnav-0.8.5/configure:3588:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lnav-0.8.5/configure-3589-	fi
##############################################
lnav-0.8.5/configure-3647-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lnav-0.8.5/configure:3648:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lnav-0.8.5/configure-3649-	  break;;
##############################################
lnav-0.8.5/configure-3756-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lnav-0.8.5/configure:3757:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lnav-0.8.5/configure-3758-       break;;
##############################################
lnav-0.8.5/configure-3925-  if test "$am_compiler_list" = ""; then
lnav-0.8.5/configure:3926:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lnav-0.8.5/configure-3927-  fi
##############################################
lnav-0.8.5/configure-4463-                for switch in -std=c++14 -std=c++0x +std=c++14 "-h std=c++14"; do
lnav-0.8.5/configure:4464:      cachevar=`$as_echo "ax_cv_cxx_compile_cxx14_$switch" | $as_tr_sh`
lnav-0.8.5/configure-4465-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++14 features with $switch" >&5
##############################################
lnav-0.8.5/configure-5241-  if test "$am_compiler_list" = ""; then
lnav-0.8.5/configure:5242:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lnav-0.8.5/configure-5243-  fi
##############################################
lnav-0.8.5/configure-5350-if test "x$enable_profiling" = xyes; then :
lnav-0.8.5/configure:5351:  CFLAGS=`echo $CFLAGS | sed 's/-O2//g'`
lnav-0.8.5/configure:5352:       CXXFLAGS=`echo $CXXFLAGS | sed 's/-O2//g'`
lnav-0.8.5/configure-5353-else
##############################################
lnav-0.8.5/configure-6078-  if test "$am_compiler_list" = ""; then
lnav-0.8.5/configure:6079:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lnav-0.8.5/configure-6080-  fi
##############################################
lnav-0.8.5/configure-6363-set x ${MAKE-make}
lnav-0.8.5/configure:6364:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lnav-0.8.5/configure-6365-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lnav-0.8.5/configure-6373-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lnav-0.8.5/configure:6374:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lnav-0.8.5/configure-6375-  *@@@%%%=?*=@@@%%%*)
##############################################
lnav-0.8.5/configure-6638-  # Check for GNU $ac_path_GREP
lnav-0.8.5/configure:6639:case `"$ac_path_GREP" --version 2>&1` in
lnav-0.8.5/configure-6640-*GNU*)
##############################################
lnav-0.8.5/configure-6704-  # Check for GNU $ac_path_EGREP
lnav-0.8.5/configure:6705:case `"$ac_path_EGREP" --version 2>&1` in
lnav-0.8.5/configure-6706-*GNU*)
##############################################
lnav-0.8.5/configure-6865-do :
lnav-0.8.5/configure:6866:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lnav-0.8.5/configure-6867-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lnav-0.8.5/configure-6870-  cat >>confdefs.h <<_ACEOF
lnav-0.8.5/configure:6871:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lnav-0.8.5/configure-6872-_ACEOF
##############################################
lnav-0.8.5/configure-7513-else
lnav-0.8.5/configure:7514:  libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $2}'`
lnav-0.8.5/configure-7515-fi
##############################################
lnav-0.8.5/configure-7518-
lnav-0.8.5/configure:7519:        _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse`
lnav-0.8.5/configure:7520:        _libcurl_wanted=`echo 7.23.0 | $_libcurl_version_parse`
lnav-0.8.5/configure-7521-
##############################################
lnav-0.8.5/configure-7541-           if test x"$LIBCURL_CPPFLAGS" = "x" ; then
lnav-0.8.5/configure:7542:              LIBCURL_CPPFLAGS=`$_libcurl_config --cflags`
lnav-0.8.5/configure-7543-           fi
##############################################
lnav-0.8.5/configure-7545-              if test x"${enable_static}" != x"no"; then
lnav-0.8.5/configure:7546:                 LIBCURL=`$_libcurl_config --static-libs`
lnav-0.8.5/configure-7547-                 if test x"$LIBCURL" = "x"; then
lnav-0.8.5/configure:7548:                    LIBCURL=`$_libcurl_config --libs`
lnav-0.8.5/configure-7549-                 fi
lnav-0.8.5/configure-7550-              else
lnav-0.8.5/configure:7551:                 LIBCURL=`$_libcurl_config --libs`
lnav-0.8.5/configure-7552-              fi
##############################################
lnav-0.8.5/configure-7558-                 powerpc-apple-darwin7*)
lnav-0.8.5/configure:7559:                    LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'`
lnav-0.8.5/configure-7560-                 ;;
##############################################
lnav-0.8.5/configure-7576-           # All curl-config scripts support --feature
lnav-0.8.5/configure:7577:           _libcurl_features=`$_libcurl_config --feature`
lnav-0.8.5/configure-7578-
##############################################
lnav-0.8.5/configure-7580-           if test $_libcurl_version -ge 461828 ; then
lnav-0.8.5/configure:7581:              _libcurl_protocols=`$_libcurl_config --protocols`
lnav-0.8.5/configure-7582-           fi
##############################################
lnav-0.8.5/configure-7679-              cat >>confdefs.h <<_ACEOF
lnav-0.8.5/configure:7680:#define `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_cpp` 1
lnav-0.8.5/configure-7681-_ACEOF
lnav-0.8.5/configure-7682-
lnav-0.8.5/configure:7683:              eval `$as_echo "libcurl_feature_$_libcurl_feature" | $as_tr_sh`=yes
lnav-0.8.5/configure-7684-           done
##############################################
lnav-0.8.5/configure-7710-              cat >>confdefs.h <<_ACEOF
lnav-0.8.5/configure:7711:#define `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_cpp` 1
lnav-0.8.5/configure-7712-_ACEOF
lnav-0.8.5/configure-7713-
lnav-0.8.5/configure:7714:              eval `$as_echo "libcurl_protocol_$_libcurl_protocol" | $as_tr_sh`=yes
lnav-0.8.5/configure-7715-           done
##############################################
lnav-0.8.5/configure-7893-do :
lnav-0.8.5/configure:7894:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lnav-0.8.5/configure-7895-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lnav-0.8.5/configure-7897-  cat >>confdefs.h <<_ACEOF
lnav-0.8.5/configure:7898:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lnav-0.8.5/configure-7899-_ACEOF
##############################################
lnav-0.8.5/configure-9246-do :
lnav-0.8.5/configure:9247:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lnav-0.8.5/configure-9248-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lnav-0.8.5/configure-9250-  cat >>confdefs.h <<_ACEOF
lnav-0.8.5/configure:9251:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lnav-0.8.5/configure-9252-_ACEOF
##############################################
lnav-0.8.5/configure-9526-do :
lnav-0.8.5/configure:9527:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lnav-0.8.5/configure-9528-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lnav-0.8.5/configure-9530-  cat >>confdefs.h <<_ACEOF
lnav-0.8.5/configure:9531:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lnav-0.8.5/configure-9532-_ACEOF
##############################################
lnav-0.8.5/configure-9702-    sqlite3_version_req="3.9.0"
lnav-0.8.5/configure:9703:    sqlite3_version_req_shorten=`expr $sqlite3_version_req : '\([0-9]*\.[0-9]*\)'`
lnav-0.8.5/configure:9704:    sqlite3_version_req_major=`expr $sqlite3_version_req : '\([0-9]*\)'`
lnav-0.8.5/configure:9705:    sqlite3_version_req_minor=`expr $sqlite3_version_req : '[0-9]*\.\([0-9]*\)'`
lnav-0.8.5/configure:9706:    sqlite3_version_req_micro=`expr $sqlite3_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
lnav-0.8.5/configure-9707-    if test "x$sqlite3_version_req_micro" = "x" ; then
##############################################
lnav-0.8.5/configure-9863-        -L*)
lnav-0.8.5/configure:9864:                libdir=`echo $libflag | sed -e 's/-L//'`
lnav-0.8.5/configure-9865-                for slib in $static_lib_list; do
##############################################
lnav-0.8.5/configure-9877-        if test -e "src/static-libs/$slib"; then
lnav-0.8.5/configure:9878:            found_slib=`readlink src/static-libs/$slib`
lnav-0.8.5/configure-9879-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_slib" >&5
##############################################
lnav-0.8.5/configure-9907-                saved_LIBS=$LIBS
lnav-0.8.5/configure:9908:                as_ac_Lib=`$as_echo "ac_cv_lib_$curses_lib''_mousemask" | $as_tr_sh`
lnav-0.8.5/configure-9909-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mousemask in -l$curses_lib" >&5
##############################################
lnav-0.8.5/configure-10115-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lnav-0.8.5/configure:10116:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lnav-0.8.5/configure-10117-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lnav-0.8.5/configure-10226-if test -z "$BASH_VERSION$ZSH_VERSION" \
lnav-0.8.5/configure:10227:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lnav-0.8.5/configure-10228-  as_echo='print -r --'
lnav-0.8.5/configure-10229-  as_echo_n='print -rn --'
lnav-0.8.5/configure:10230:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lnav-0.8.5/configure-10231-  as_echo='printf %s\n'
##############################################
lnav-0.8.5/configure-10233-else
lnav-0.8.5/configure:10234:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lnav-0.8.5/configure-10235-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lnav-0.8.5/configure-10243-	expr "X$arg" : "X\\(.*\\)$as_nl";
lnav-0.8.5/configure:10244:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lnav-0.8.5/configure-10245-      esac;
##############################################
lnav-0.8.5/configure-10320-# ----------------------------------------
lnav-0.8.5/configure:10321:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lnav-0.8.5/configure-10322-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lnav-0.8.5/configure-10392-  {
lnav-0.8.5/configure:10393:    as_val=`expr "$@" || test $? -eq 1`
lnav-0.8.5/configure-10394-  }
##############################################
lnav-0.8.5/configure-10496-      case $as_dir in #(
lnav-0.8.5/configure:10497:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lnav-0.8.5/configure-10498-      *) as_qdir=$as_dir;;
##############################################
lnav-0.8.5/configure-10632-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lnav-0.8.5/configure:10633:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lnav-0.8.5/configure-10634-ac_cs_version="\\
##############################################
lnav-0.8.5/configure-10657-  --*=?*)
lnav-0.8.5/configure:10658:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lnav-0.8.5/configure:10659:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lnav-0.8.5/configure-10660-    ac_shift=:
##############################################
lnav-0.8.5/configure-10662-  --*=)
lnav-0.8.5/configure:10663:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lnav-0.8.5/configure-10664-    ac_optarg=
##############################################
lnav-0.8.5/configure-10686-    case $ac_optarg in
lnav-0.8.5/configure:10687:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lnav-0.8.5/configure-10688-    '') as_fn_error $? "missing file argument" ;;
##############################################
lnav-0.8.5/configure-10694-    case $ac_optarg in
lnav-0.8.5/configure:10695:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lnav-0.8.5/configure-10696-    esac
##############################################
lnav-0.8.5/configure-10825-fi
lnav-0.8.5/configure:10826:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lnav-0.8.5/configure-10827-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lnav-0.8.5/configure-10842-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lnav-0.8.5/configure:10843:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lnav-0.8.5/configure-10844-ac_delim='%!_!# '
##############################################
lnav-0.8.5/configure-10848-
lnav-0.8.5/configure:10849:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lnav-0.8.5/configure-10850-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lnav-0.8.5/configure-10986-for ac_last_try in false false :; do
lnav-0.8.5/configure:10987:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lnav-0.8.5/configure-10988-  if test -z "$ac_tt"; then
##############################################
lnav-0.8.5/configure-11118-      esac
lnav-0.8.5/configure:11119:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lnav-0.8.5/configure-11120-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lnav-0.8.5/configure-11177-*)
lnav-0.8.5/configure:11178:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lnav-0.8.5/configure-11179-  # A ".." for each directory in $ac_dir_suffix.
lnav-0.8.5/configure:11180:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lnav-0.8.5/configure-11181-  case $ac_top_builddir_sub in
##############################################
lnav-0.8.5/configure-11238-/@mandir@/p'
lnav-0.8.5/configure:11239:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lnav-0.8.5/configure-11240-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lnav-0.8.5/configure-11255-
lnav-0.8.5/configure:11256:# Neutralize VPATH when `$srcdir' = `.'.
lnav-0.8.5/configure-11257-# Shell code in configure.ac might set extrasub.
##############################################
lnav-0.8.5/configure-11283-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lnav-0.8.5/configure:11284:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lnav-0.8.5/configure-11285-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lnav-0.8.5/configure-11329-    * )
lnav-0.8.5/configure:11330:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lnav-0.8.5/configure-11331-  esac
##############################################
lnav-0.8.5/configure-11384-    # Strip MF so we end up with the name of the file.
lnav-0.8.5/configure:11385:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
lnav-0.8.5/configure-11386-    # Check whether this is an Automake generated Makefile which includes
##############################################
lnav-0.8.5/ar-lib-65-	mingw)
lnav-0.8.5/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lnav-0.8.5/ar-lib-67-	  ;;
lnav-0.8.5/ar-lib-68-	cygwin)
lnav-0.8.5/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
lnav-0.8.5/ar-lib-70-	  ;;
lnav-0.8.5/ar-lib-71-	wine)
lnav-0.8.5/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
lnav-0.8.5/ar-lib-73-	  ;;
##############################################
lnav-0.8.5/ar-lib-88-  archive=$3
lnav-0.8.5/ar-lib:89:  at_file_contents=`cat "$1"`
lnav-0.8.5/ar-lib-90-  eval set x "$at_file_contents"
##############################################
lnav-0.8.5/config.guess-34-
lnav-0.8.5/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
lnav-0.8.5/config.guess-36-
##############################################
lnav-0.8.5/config.guess-102-: ${TMPDIR=/tmp} ;
lnav-0.8.5/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lnav-0.8.5/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
lnav-0.8.5/config.guess-151-	EOF
lnav-0.8.5/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
lnav-0.8.5/config.guess-153-
##############################################
lnav-0.8.5/config.guess-188-	    earmv*)
lnav-0.8.5/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
lnav-0.8.5/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
lnav-0.8.5/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
lnav-0.8.5/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
lnav-0.8.5/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
lnav-0.8.5/config.guess-222-		;;
##############################################
lnav-0.8.5/config.guess-233-	    *)
lnav-0.8.5/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
lnav-0.8.5/config.guess-235-		;;
##############################################
lnav-0.8.5/config.guess-280-	*4.0)
lnav-0.8.5/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lnav-0.8.5/config.guess-282-		;;
lnav-0.8.5/config.guess-283-	*5.*)
lnav-0.8.5/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
lnav-0.8.5/config.guess-285-		;;
##############################################
lnav-0.8.5/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
lnav-0.8.5/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lnav-0.8.5/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
lnav-0.8.5/config.guess-328-	# 1.2 uses "1.2" for uname -r.
lnav-0.8.5/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
lnav-0.8.5/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
lnav-0.8.5/config.guess-379-    s390x:SunOS:*:*)
lnav-0.8.5/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lnav-0.8.5/config.guess-381-	exit ;;
lnav-0.8.5/config.guess-382-    sun4H:SunOS:5.*:*)
lnav-0.8.5/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lnav-0.8.5/config.guess-384-	exit ;;
lnav-0.8.5/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lnav-0.8.5/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lnav-0.8.5/config.guess-387-	exit ;;
##############################################
lnav-0.8.5/config.guess-404-	fi
lnav-0.8.5/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lnav-0.8.5/config.guess-406-	exit ;;
##############################################
lnav-0.8.5/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
lnav-0.8.5/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lnav-0.8.5/config.guess-412-	exit ;;
##############################################
lnav-0.8.5/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
lnav-0.8.5/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
lnav-0.8.5/config.guess-421-	exit ;;
##############################################
lnav-0.8.5/config.guess-425-    sun*:*:4.2BSD:*)
lnav-0.8.5/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lnav-0.8.5/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
lnav-0.8.5/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
lnav-0.8.5/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
lnav-0.8.5/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
lnav-0.8.5/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
lnav-0.8.5/config.guess-563-    *:IRIX*:*:*)
lnav-0.8.5/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
lnav-0.8.5/config.guess-565-	exit ;;
##############################################
lnav-0.8.5/config.guess-593-EOF
lnav-0.8.5/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
lnav-0.8.5/config.guess-595-		then
##############################################
lnav-0.8.5/config.guess-606-    *:AIX:*:[4567])
lnav-0.8.5/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lnav-0.8.5/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
lnav-0.8.5/config.guess-642-    9000/[34678]??:HP-UX:*:*)
lnav-0.8.5/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lnav-0.8.5/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
lnav-0.8.5/config.guess-696-EOF
lnav-0.8.5/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
lnav-0.8.5/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lnav-0.8.5/config.guess-724-    ia64:HP-UX:*:*)
lnav-0.8.5/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lnav-0.8.5/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
lnav-0.8.5/config.guess-754-EOF
lnav-0.8.5/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
lnav-0.8.5/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
lnav-0.8.5/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lnav-0.8.5/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
lnav-0.8.5/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lnav-0.8.5/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lnav-0.8.5/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
lnav-0.8.5/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lnav-0.8.5/config.guess-850-	esac
lnav-0.8.5/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lnav-0.8.5/config.guess-852-	exit ;;
##############################################
lnav-0.8.5/config.guess-886-    prep*:SunOS:5.*:*)
lnav-0.8.5/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lnav-0.8.5/config.guess-888-	exit ;;
##############################################
lnav-0.8.5/config.guess-890-	# the GNU system
lnav-0.8.5/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
lnav-0.8.5/config.guess-892-	exit ;;
##############################################
lnav-0.8.5/config.guess-894-	# other systems with GNU libc and userland
lnav-0.8.5/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
lnav-0.8.5/config.guess-896-	exit ;;
##############################################
lnav-0.8.5/config.guess-988-EOF
lnav-0.8.5/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
lnav-0.8.5/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
lnav-0.8.5/config.guess-1088-    i*86:*:4.*:*)
lnav-0.8.5/config.guess:1089:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
lnav-0.8.5/config.guess-1090-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lnav-0.8.5/config.guess-1291-	fi
lnav-0.8.5/config.guess:1292:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
lnav-0.8.5/config.guess-1293-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
lnav-0.8.5/config.guess-1389-    *:DragonFly:*:*)
lnav-0.8.5/config.guess:1390:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lnav-0.8.5/config.guess-1391-	exit ;;
##############################################
lnav-0.8.5/config.guess-1402-    i*86:skyos:*:*)
lnav-0.8.5/config.guess:1403:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
lnav-0.8.5/config.guess-1404-	exit ;;
##############################################
lnav-0.8.5/depcomp-64-  case $1 in
lnav-0.8.5/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
lnav-0.8.5/depcomp-66-      *) dir=;;
##############################################
lnav-0.8.5/depcomp-73-{
lnav-0.8.5/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
lnav-0.8.5/depcomp-75-}
##############################################
lnav-0.8.5/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lnav-0.8.5/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lnav-0.8.5/depcomp-128-
##############################################
lnav-0.8.5/depcomp-405-        sleep 1
lnav-0.8.5/depcomp:406:        i=`expr $i - 1`
lnav-0.8.5/depcomp-407-      done
lnav-0.8.5/depcomp-408-    fi
lnav-0.8.5/depcomp:409:    i=`expr $i - 1`
lnav-0.8.5/depcomp-410-  done
##############################################
lnav-0.8.5/depcomp-425-  # Do two passes, one to just change these to
lnav-0.8.5/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
lnav-0.8.5/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lnav-0.8.5/depcomp-659-  done
lnav-0.8.5/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
lnav-0.8.5/depcomp-661-  touch "$tmpdepfile"
##############################################
lnav-0.8.5/config.sub-52-
lnav-0.8.5/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
lnav-0.8.5/config.sub-54-
##############################################
lnav-0.8.5/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
lnav-0.8.5/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
lnav-0.8.5/config.sub-116-case $maybe_os in
##############################################
lnav-0.8.5/config.sub-122-    os=-$maybe_os
lnav-0.8.5/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
lnav-0.8.5/config.sub-124-    ;;
##############################################
lnav-0.8.5/config.sub-126-    os=-linux-android
lnav-0.8.5/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
lnav-0.8.5/config.sub-128-    ;;
lnav-0.8.5/config.sub-129-  *)
lnav-0.8.5/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
lnav-0.8.5/config.sub-131-    if [ "$basic_machine" != "$1" ]
lnav-0.8.5/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
lnav-0.8.5/config.sub-133-    else os=; fi
##############################################
lnav-0.8.5/config.sub-180-		os=-sco5v6
lnav-0.8.5/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-182-		;;
##############################################
lnav-0.8.5/config.sub-184-		os=-sco3.2v5
lnav-0.8.5/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-186-		;;
##############################################
lnav-0.8.5/config.sub-188-		os=-sco3.2v4
lnav-0.8.5/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-190-		;;
lnav-0.8.5/config.sub-191-	-sco3.2.[4-9]*)
lnav-0.8.5/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lnav-0.8.5/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-194-		;;
##############################################
lnav-0.8.5/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
lnav-0.8.5/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-198-		;;
##############################################
lnav-0.8.5/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
lnav-0.8.5/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-202-		;;
##############################################
lnav-0.8.5/config.sub-204-		os=-sco3.2v2
lnav-0.8.5/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-206-		;;
lnav-0.8.5/config.sub-207-	-udk*)
lnav-0.8.5/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-209-		;;
##############################################
lnav-0.8.5/config.sub-211-		os=-isc2.2
lnav-0.8.5/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-213-		;;
##############################################
lnav-0.8.5/config.sub-217-	-isc*)
lnav-0.8.5/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lnav-0.8.5/config.sub-219-		;;
##############################################
lnav-0.8.5/config.sub-229-	-ptx*)
lnav-0.8.5/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
lnav-0.8.5/config.sub-231-		;;
##############################################
lnav-0.8.5/config.sub-364-	*-*-*)
lnav-0.8.5/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
lnav-0.8.5/config.sub-366-		exit 1
##############################################
lnav-0.8.5/config.sub-493-	amd64-*)
lnav-0.8.5/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-495-		;;
##############################################
lnav-0.8.5/config.sub-538-	blackfin-*)
lnav-0.8.5/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-540-		os=-linux
##############################################
lnav-0.8.5/config.sub-546-	c54x-*)
lnav-0.8.5/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-548-		;;
lnav-0.8.5/config.sub-549-	c55x-*)
lnav-0.8.5/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-551-		;;
lnav-0.8.5/config.sub-552-	c6x-*)
lnav-0.8.5/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-554-		;;
##############################################
lnav-0.8.5/config.sub-650-	e500v[12]-*)
lnav-0.8.5/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-652-		os=$os"spe"
##############################################
lnav-0.8.5/config.sub-754-	i*86v32)
lnav-0.8.5/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lnav-0.8.5/config.sub-756-		os=-sysv32
##############################################
lnav-0.8.5/config.sub-758-	i*86v4*)
lnav-0.8.5/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lnav-0.8.5/config.sub-760-		os=-sysv4
##############################################
lnav-0.8.5/config.sub-762-	i*86v)
lnav-0.8.5/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lnav-0.8.5/config.sub-764-		os=-sysv
##############################################
lnav-0.8.5/config.sub-766-	i*86sol2)
lnav-0.8.5/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lnav-0.8.5/config.sub-768-		os=-solaris2
##############################################
lnav-0.8.5/config.sub-792-	leon-*|leon[3-9]-*)
lnav-0.8.5/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
lnav-0.8.5/config.sub-794-		;;
##############################################
lnav-0.8.5/config.sub-799-	m68knommu-*)
lnav-0.8.5/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-801-		os=-linux
##############################################
lnav-0.8.5/config.sub-833-	mips3*-*)
lnav-0.8.5/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
lnav-0.8.5/config.sub-835-		;;
lnav-0.8.5/config.sub-836-	mips3*)
lnav-0.8.5/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
lnav-0.8.5/config.sub-838-		;;
##############################################
lnav-0.8.5/config.sub-855-	ms1-*)
lnav-0.8.5/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
lnav-0.8.5/config.sub-857-		;;
##############################################
lnav-0.8.5/config.sub-980-	parisc-*)
lnav-0.8.5/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-982-		os=-linux
##############################################
lnav-0.8.5/config.sub-996-	pc98-*)
lnav-0.8.5/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-998-		;;
##############################################
lnav-0.8.5/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
lnav-0.8.5/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1013-		;;
lnav-0.8.5/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
lnav-0.8.5/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1016-		;;
lnav-0.8.5/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
lnav-0.8.5/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1019-		;;
lnav-0.8.5/config.sub-1020-	pentium4-*)
lnav-0.8.5/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1022-		;;
##############################################
lnav-0.8.5/config.sub-1030-	ppc-* | ppcbe-*)
lnav-0.8.5/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1032-		;;
##############################################
lnav-0.8.5/config.sub-1036-	ppcle-* | powerpclittle-*)
lnav-0.8.5/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1038-		;;
##############################################
lnav-0.8.5/config.sub-1040-		;;
lnav-0.8.5/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1042-		;;
##############################################
lnav-0.8.5/config.sub-1046-	ppc64le-* | powerpc64little-*)
lnav-0.8.5/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1048-		;;
##############################################
lnav-0.8.5/config.sub-1122-	strongarm-* | thumb-*)
lnav-0.8.5/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lnav-0.8.5/config.sub-1124-		;;
##############################################
lnav-0.8.5/config.sub-1255-	xscale-* | xscalee[bl]-*)
lnav-0.8.5/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
lnav-0.8.5/config.sub-1257-		;;
##############################################
lnav-0.8.5/config.sub-1317-	*)
lnav-0.8.5/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
lnav-0.8.5/config.sub-1319-		exit 1
##############################################
lnav-0.8.5/config.sub-1325-	*-digital*)
lnav-0.8.5/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
lnav-0.8.5/config.sub-1327-		;;
lnav-0.8.5/config.sub-1328-	*-commodore*)
lnav-0.8.5/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
lnav-0.8.5/config.sub-1330-		;;
##############################################
lnav-0.8.5/config.sub-1346-	-solaris1 | -solaris1.*)
lnav-0.8.5/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lnav-0.8.5/config.sub-1348-		;;
##############################################
lnav-0.8.5/config.sub-1355-	-gnu/linux*)
lnav-0.8.5/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
lnav-0.8.5/config.sub-1357-		;;
##############################################
lnav-0.8.5/config.sub-1407-	-nto*)
lnav-0.8.5/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
lnav-0.8.5/config.sub-1409-		;;
##############################################
lnav-0.8.5/config.sub-1414-	-mac*)
lnav-0.8.5/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
lnav-0.8.5/config.sub-1416-		;;
##############################################
lnav-0.8.5/config.sub-1420-	-linux*)
lnav-0.8.5/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
lnav-0.8.5/config.sub-1422-		;;
lnav-0.8.5/config.sub-1423-	-sunos5*)
lnav-0.8.5/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
lnav-0.8.5/config.sub-1425-		;;
lnav-0.8.5/config.sub-1426-	-sunos6*)
lnav-0.8.5/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
lnav-0.8.5/config.sub-1428-		;;
##############################################
lnav-0.8.5/config.sub-1469-	-sinix5.*)
lnav-0.8.5/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
lnav-0.8.5/config.sub-1471-		;;
##############################################
lnav-0.8.5/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
lnav-0.8.5/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
lnav-0.8.5/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
lnav-0.8.5/config.sub-1531-		exit 1
##############################################
lnav-0.8.5/config.sub-1788-		esac
lnav-0.8.5/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
lnav-0.8.5/config.sub-1790-		;;
##############################################
lnav-0.8.5/compile-67-	mingw/*)
lnav-0.8.5/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lnav-0.8.5/compile-69-	  ;;
lnav-0.8.5/compile-70-	cygwin/*)
lnav-0.8.5/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
lnav-0.8.5/compile-72-	  ;;
lnav-0.8.5/compile-73-	wine/*)
lnav-0.8.5/compile:74:	  file=`winepath -w "$file" || echo "$file"`
lnav-0.8.5/compile-75-	  ;;
##############################################
lnav-0.8.5/compile-310-# Name of file we expect compiler to create.
lnav-0.8.5/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lnav-0.8.5/compile-312-
##############################################
lnav-0.8.5/compile-316-# object file name, since that is what matters with a parallel build.
lnav-0.8.5/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lnav-0.8.5/compile-318-while true; do
##############################################
lnav-0.8.5/m4/lnav_with_sqlite3.m4-48-    sqlite3_version_req=ifelse([$1], [], [3.0.0], [$1])
lnav-0.8.5/m4/lnav_with_sqlite3.m4:49:    sqlite3_version_req_shorten=`expr $sqlite3_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
lnav-0.8.5/m4/lnav_with_sqlite3.m4:50:    sqlite3_version_req_major=`expr $sqlite3_version_req : '\([[0-9]]*\)'`
lnav-0.8.5/m4/lnav_with_sqlite3.m4:51:    sqlite3_version_req_minor=`expr $sqlite3_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
lnav-0.8.5/m4/lnav_with_sqlite3.m4:52:    sqlite3_version_req_micro=`expr $sqlite3_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
lnav-0.8.5/m4/lnav_with_sqlite3.m4-53-    if test "x$sqlite3_version_req_micro" = "x" ; then
##############################################
lnav-0.8.5/m4/libcurl.m4-107-           [libcurl_cv_lib_curl_version],
lnav-0.8.5/m4/libcurl.m4:108:           [libcurl_cv_lib_curl_version=`$_libcurl_config --version | $AWK '{print $[]2}'`])
lnav-0.8.5/m4/libcurl.m4-109-
lnav-0.8.5/m4/libcurl.m4:110:        _libcurl_version=`echo $libcurl_cv_lib_curl_version | $_libcurl_version_parse`
lnav-0.8.5/m4/libcurl.m4:111:        _libcurl_wanted=`echo ifelse([$2],,[0],[$2]) | $_libcurl_version_parse`
lnav-0.8.5/m4/libcurl.m4-112-
##############################################
lnav-0.8.5/m4/libcurl.m4-126-           if test x"$LIBCURL_CPPFLAGS" = "x" ; then
lnav-0.8.5/m4/libcurl.m4:127:              LIBCURL_CPPFLAGS=`$_libcurl_config --cflags`
lnav-0.8.5/m4/libcurl.m4-128-           fi
##############################################
lnav-0.8.5/m4/libcurl.m4-130-              if $5; then
lnav-0.8.5/m4/libcurl.m4:131:                 LIBCURL=`$_libcurl_config --static-libs`
lnav-0.8.5/m4/libcurl.m4-132-                 if test x"$LIBCURL" = "x"; then
lnav-0.8.5/m4/libcurl.m4:133:                    LIBCURL=`$_libcurl_config --libs`
lnav-0.8.5/m4/libcurl.m4-134-                 fi
lnav-0.8.5/m4/libcurl.m4-135-              else
lnav-0.8.5/m4/libcurl.m4:136:                 LIBCURL=`$_libcurl_config --libs`
lnav-0.8.5/m4/libcurl.m4-137-              fi
##############################################
lnav-0.8.5/m4/libcurl.m4-143-                 powerpc-apple-darwin7*)
lnav-0.8.5/m4/libcurl.m4:144:                    LIBCURL=`echo $LIBCURL | sed -e 's|-arch i386||g'`
lnav-0.8.5/m4/libcurl.m4-145-                 ;;
##############################################
lnav-0.8.5/m4/libcurl.m4-166-           # All curl-config scripts support --feature
lnav-0.8.5/m4/libcurl.m4:167:           _libcurl_features=`$_libcurl_config --feature`
lnav-0.8.5/m4/libcurl.m4-168-
##############################################
lnav-0.8.5/m4/libcurl.m4-170-           if test $_libcurl_version -ge 461828 ; then
lnav-0.8.5/m4/libcurl.m4:171:              _libcurl_protocols=`$_libcurl_config --protocols`
lnav-0.8.5/m4/libcurl.m4-172-           fi
##############################################
lnav-0.8.5/Makefile.in-50-  { \
lnav-0.8.5/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lnav-0.8.5/Makefile.in-52-  }; \
##############################################
lnav-0.8.5/Makefile.in-140-  esac
lnav-0.8.5/Makefile.in:141:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lnav-0.8.5/Makefile.in-142-am__vpath_adj = case $$p in \
lnav-0.8.5/Makefile.in:143:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lnav-0.8.5/Makefile.in-144-    *) f=$$p;; \
lnav-0.8.5/Makefile.in-145-  esac;
lnav-0.8.5/Makefile.in:146:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lnav-0.8.5/Makefile.in-147-am__install_max = 40
lnav-0.8.5/Makefile.in-148-am__nobase_strip_setup = \
lnav-0.8.5/Makefile.in:149:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lnav-0.8.5/Makefile.in-150-am__nobase_strip = \
##############################################
lnav-0.8.5/Makefile.in-221-  while test -n "$$dir1"; do \
lnav-0.8.5/Makefile.in:222:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lnav-0.8.5/Makefile.in-223-    if test "$$first" != "."; then \
lnav-0.8.5/Makefile.in-224-      if test "$$first" = ".."; then \
lnav-0.8.5/Makefile.in:225:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lnav-0.8.5/Makefile.in:226:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lnav-0.8.5/Makefile.in-227-      else \
lnav-0.8.5/Makefile.in:228:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lnav-0.8.5/Makefile.in-229-        if test "$$first2" = "$$first"; then \
lnav-0.8.5/Makefile.in:230:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lnav-0.8.5/Makefile.in-231-        else \
##############################################
lnav-0.8.5/Makefile.in-236-    fi; \
lnav-0.8.5/Makefile.in:237:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lnav-0.8.5/Makefile.in-238-  done; \
##############################################
lnav-0.8.5/Makefile.in-423-	test -n "$(man1dir)" \
lnav-0.8.5/Makefile.in:424:	  && test -n "`echo $$list1$$list2`" \
lnav-0.8.5/Makefile.in-425-	  || exit 0; \
##############################################
lnav-0.8.5/Makefile.in-476-	dot_seen=no; \
lnav-0.8.5/Makefile.in:477:	target=`echo $@ | sed s/-recursive//`; \
lnav-0.8.5/Makefile.in-478-	case "$@" in \
##############################################
lnav-0.8.5/Makefile.in-539-GTAGS:
lnav-0.8.5/Makefile.in:540:	here=`$(am__cd) $(top_builddir) && pwd` \
lnav-0.8.5/Makefile.in-541-	  && $(am__cd) $(top_srcdir) \
##############################################
lnav-0.8.5/Makefile.in-574-	test -d "$(distdir)" || mkdir "$(distdir)"
lnav-0.8.5/Makefile.in:575:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lnav-0.8.5/Makefile.in:576:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lnav-0.8.5/Makefile.in-577-	list='$(DISTFILES)'; \
##############################################
lnav-0.8.5/Makefile.in-588-	  if test -d $$d/$$file; then \
lnav-0.8.5/Makefile.in:589:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lnav-0.8.5/Makefile.in-590-	    if test -d "$(distdir)/$$file"; then \
##############################################
lnav-0.8.5/Makefile.in-699-	test -d $(distdir)/_build || exit 0; \
lnav-0.8.5/Makefile.in:700:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lnav-0.8.5/Makefile.in-701-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lnav-0.8.5/Makefile.in-743-	}; \
lnav-0.8.5/Makefile.in:744:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lnav-0.8.5/Makefile.in-745-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lnav-0.8.5/Makefile.in-755-	fi
lnav-0.8.5/Makefile.in:756:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lnav-0.8.5/Makefile.in-757-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lnav-0.8.5/aclocal.m4-152-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lnav-0.8.5/aclocal.m4:153:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lnav-0.8.5/aclocal.m4-154-# and then we would define $MISSING as
##############################################
lnav-0.8.5/aclocal.m4-167-# Expand $ac_aux_dir to an absolute path.
lnav-0.8.5/aclocal.m4:168:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lnav-0.8.5/aclocal.m4-169-])
##############################################
lnav-0.8.5/aclocal.m4-265-  if test "$am_compiler_list" = ""; then
lnav-0.8.5/aclocal.m4:266:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lnav-0.8.5/aclocal.m4-267-  fi
##############################################
lnav-0.8.5/aclocal.m4-418-    # Strip MF so we end up with the name of the file.
lnav-0.8.5/aclocal.m4:419:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
lnav-0.8.5/aclocal.m4-420-    # Check whether this is an Automake generated Makefile which includes
##############################################
lnav-0.8.5/aclocal.m4-425-      || continue
lnav-0.8.5/aclocal.m4:426:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
lnav-0.8.5/aclocal.m4:427:    am_filepart=`AS_BASENAME(["$am_mf"])`
lnav-0.8.5/aclocal.m4-428-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
lnav-0.8.5/aclocal.m4-493-AC_REQUIRE([AC_PROG_INSTALL])dnl
lnav-0.8.5/aclocal.m4:494:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lnav-0.8.5/aclocal.m4-495-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lnav-0.8.5/aclocal.m4-652-    * )
lnav-0.8.5/aclocal.m4:653:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lnav-0.8.5/aclocal.m4-654-  esac
lnav-0.8.5/aclocal.m4-655-done
lnav-0.8.5/aclocal.m4:656:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lnav-0.8.5/aclocal.m4-657-
##############################################
lnav-0.8.5/aclocal.m4-908-     echo "timestamp, slept: $am_has_slept" > conftest.file
lnav-0.8.5/aclocal.m4:909:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lnav-0.8.5/aclocal.m4-910-     if test "$[*]" = "X"; then
lnav-0.8.5/aclocal.m4-911-	# -L didn't work.
lnav-0.8.5/aclocal.m4:912:	set X `ls -t "$srcdir/configure" conftest.file`
lnav-0.8.5/aclocal.m4-913-     fi
##############################################
lnav-0.8.5/src/lnav-pop-view.lnav-11- END as view_alt_msg FROM lnav_view_stack ORDER BY rowid DESC LIMIT 1;
lnav-0.8.5/src/lnav-pop-view.lnav:12:;SELECT top_time as last_top_time FROM lnav_views WHERE name = $last_view_name;
lnav-0.8.5/src/lnav-pop-view.lnav:13:;DELETE FROM lnav_view_stack WHERE rowid = $row_to_delete;
lnav-0.8.5/src/lnav-pop-view.lnav-14-;SELECT name AS new_top_view_name FROM lnav_view_stack ORDER BY rowid DESC LIMIT 1;
lnav-0.8.5/src/lnav-pop-view.lnav:15:;SELECT top_time AS old_top_time FROM lnav_views WHERE name = $new_top_view_name;
lnav-0.8.5/src/lnav-pop-view.lnav-16-;SELECT $0, $1;
##############################################
lnav-0.8.5/src/help.txt-908-
lnav-0.8.5/src/help.txt:909:  ;SELECT * FROM syslog_log WHERE log_hostname = \$HOSTNAME;
lnav-0.8.5/src/help.txt-910-
##############################################
lnav-0.8.5/src/network-extension-functions.cc-84-
lnav-0.8.5/src/network-extension-functions.cc:85:static string sql_gethostbyaddr(const char *addr_str)
lnav-0.8.5/src/network-extension-functions.cc-86-{
##############################################
lnav-0.8.5/src/network-extension-functions.cc-145-                .with_tags({"net"})
lnav-0.8.5/src/network-extension-functions.cc:146:                .with_example({"SELECT gethostbyaddr('127.0.0.1')"})
lnav-0.8.5/src/network-extension-functions.cc-147-        ),
##############################################
lnav-0.8.5/src/Makefile.in-53-  { \
lnav-0.8.5/src/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lnav-0.8.5/src/Makefile.in-55-  }; \
##############################################
lnav-0.8.5/src/Makefile.in-1024-.c.o:
lnav-0.8.5/src/Makefile.in:1025:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
lnav-0.8.5/src/Makefile.in-1026-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lnav-0.8.5/src/Makefile.in-1032-.c.obj:
lnav-0.8.5/src/Makefile.in:1033:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
lnav-0.8.5/src/Makefile.in:1034:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
lnav-0.8.5/src/Makefile.in-1035-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
lnav-0.8.5/src/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lnav-0.8.5/src/Makefile.in:1038:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lnav-0.8.5/src/Makefile.in-1039-
lnav-0.8.5/src/Makefile.in-1040-.cc.o:
lnav-0.8.5/src/Makefile.in:1041:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
lnav-0.8.5/src/Makefile.in-1042-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lnav-0.8.5/src/Makefile.in-1048-.cc.obj:
lnav-0.8.5/src/Makefile.in:1049:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
lnav-0.8.5/src/Makefile.in:1050:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
lnav-0.8.5/src/Makefile.in-1051-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
lnav-0.8.5/src/Makefile.in-1053-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lnav-0.8.5/src/Makefile.in:1054:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lnav-0.8.5/src/Makefile.in-1055-
lnav-0.8.5/src/Makefile.in-1056-.cpp.o:
lnav-0.8.5/src/Makefile.in:1057:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
lnav-0.8.5/src/Makefile.in-1058-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lnav-0.8.5/src/Makefile.in-1064-.cpp.obj:
lnav-0.8.5/src/Makefile.in:1065:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
lnav-0.8.5/src/Makefile.in:1066:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
lnav-0.8.5/src/Makefile.in-1067-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
lnav-0.8.5/src/Makefile.in-1069-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lnav-0.8.5/src/Makefile.in:1070:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lnav-0.8.5/src/Makefile.in-1071-
##############################################
lnav-0.8.5/src/Makefile.in-1101-GTAGS:
lnav-0.8.5/src/Makefile.in:1102:	here=`$(am__cd) $(top_builddir) && pwd` \
lnav-0.8.5/src/Makefile.in-1103-	  && $(am__cd) $(top_srcdir) \
##############################################
lnav-0.8.5/src/Makefile.in-1127-distdir-am: $(DISTFILES)
lnav-0.8.5/src/Makefile.in:1128:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lnav-0.8.5/src/Makefile.in:1129:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lnav-0.8.5/src/Makefile.in-1130-	list='$(DISTFILES)'; \
##############################################
lnav-0.8.5/src/Makefile.in-1141-	  if test -d $$d/$$file; then \
lnav-0.8.5/src/Makefile.in:1142:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lnav-0.8.5/src/Makefile.in-1143-	    if test -d "$(distdir)/$$file"; then \