===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
stow-2.3.1/configure.ac-51-#
stow-2.3.1/configure.ac:52:#   eval `$PERL -V:siteprefix -V:installsitelib`
stow-2.3.1/configure.ac-53-#   pmdir_relative_path="${installsitelib#$siteprefix/}"
##############################################
stow-2.3.1/configure.ac-56-#
stow-2.3.1/configure.ac:57:#   pmdir_relative_path=`echo "${installsitelib}" | sed -e "s!^$siteprefix/!!"`
stow-2.3.1/configure.ac-58-#
##############################################
stow-2.3.1/t/cli.t-61-
stow-2.3.1/t/cli.t:62:`$STOW --help`;
stow-2.3.1/t/cli.t-63-is($?, 0, "--help should return 0 exit code");
stow-2.3.1/t/cli.t-64-
stow-2.3.1/t/cli.t:65:my $err = `$STOW --foo 2>&1`;
stow-2.3.1/t/cli.t-66-is($? >> 8, 1, "unrecognised option should return 1 exit code");
##############################################
stow-2.3.1/doc/texinfo.tex-5079-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
stow-2.3.1/doc/texinfo.tex:5080:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
stow-2.3.1/doc/texinfo.tex-5081-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
stow-2.3.1/Makefile.in-56-  { \
stow-2.3.1/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
stow-2.3.1/Makefile.in-58-  }; \
##############################################
stow-2.3.1/Makefile.in-112-CONFIG_CLEAN_VPATH_FILES =
stow-2.3.1/Makefile.in:113:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
stow-2.3.1/Makefile.in-114-am__vpath_adj = case $$p in \
stow-2.3.1/Makefile.in:115:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
stow-2.3.1/Makefile.in-116-    *) f=$$p;; \
stow-2.3.1/Makefile.in-117-  esac;
stow-2.3.1/Makefile.in:118:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
stow-2.3.1/Makefile.in-119-am__install_max = 40
stow-2.3.1/Makefile.in-120-am__nobase_strip_setup = \
stow-2.3.1/Makefile.in:121:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
stow-2.3.1/Makefile.in-122-am__nobase_strip = \
##############################################
stow-2.3.1/Makefile.in-330-case "$@" in						\
stow-2.3.1/Makefile.in:331:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
stow-2.3.1/Makefile.in-332-    *) am__odir=.;; 					\
##############################################
stow-2.3.1/Makefile.in-360-  bases='$(TEST_LOGS)'; \
stow-2.3.1/Makefile.in:361:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
stow-2.3.1/Makefile.in:362:  bases=`echo $$bases`
stow-2.3.1/Makefile.in-363-RECHECK_LOGS = $(TEST_LOGS)
##############################################
stow-2.3.1/Makefile.in-373-        */*) b='$*';; \
stow-2.3.1/Makefile.in:374:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
stow-2.3.1/Makefile.in-375-       esac;; \
##############################################
stow-2.3.1/Makefile.in-656-	  $(am__cd) $(srcdir) && \
stow-2.3.1/Makefile.in:657:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
stow-2.3.1/Makefile.in-658-	fi; \
##############################################
stow-2.3.1/Makefile.in-664-	$(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
stow-2.3.1/Makefile.in:665:	`test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi
stow-2.3.1/Makefile.in-666-
##############################################
stow-2.3.1/Makefile.in-670-	$(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
stow-2.3.1/Makefile.in:671:	`test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi
stow-2.3.1/Makefile.in-672-
##############################################
stow-2.3.1/Makefile.in-675-	$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
stow-2.3.1/Makefile.in:676:	 -o $(@:.html=.htp) `test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi; \
stow-2.3.1/Makefile.in-677-	then \
##############################################
stow-2.3.1/Makefile.in-685-	@(dir=.; test -f ./doc/stow.texi || dir=$(srcdir); \
stow-2.3.1/Makefile.in:686:	set `$(SHELL) $(top_srcdir)/automake/mdate-sh $$dir/doc/stow.texi`; \
stow-2.3.1/Makefile.in-687-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
stow-2.3.1/Makefile.in-728-	  for file in $$list; do \
stow-2.3.1/Makefile.in:729:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
stow-2.3.1/Makefile.in-730-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
stow-2.3.1/Makefile.in-737-	for file in $$list; do \
stow-2.3.1/Makefile.in:738:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
stow-2.3.1/Makefile.in:739:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
stow-2.3.1/Makefile.in-740-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
stow-2.3.1/Makefile.in-764-dist-info: $(INFO_DEPS)
stow-2.3.1/Makefile.in:765:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
stow-2.3.1/Makefile.in-766-	list='$(INFO_DEPS)'; \
##############################################
stow-2.3.1/Makefile.in-768-	  case $$base in \
stow-2.3.1/Makefile.in:769:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
stow-2.3.1/Makefile.in-770-	  esac; \
stow-2.3.1/Makefile.in-771-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
stow-2.3.1/Makefile.in:772:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
stow-2.3.1/Makefile.in-773-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
stow-2.3.1/Makefile.in-774-	    if test -f $$file; then \
stow-2.3.1/Makefile.in:775:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
stow-2.3.1/Makefile.in-776-	      test -f "$(distdir)/$$relfile" || \
##############################################
stow-2.3.1/Makefile.in-790-	@list='$(INFO_DEPS)'; for i in $$list; do \
stow-2.3.1/Makefile.in:791:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
stow-2.3.1/Makefile.in-792-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
stow-2.3.1/Makefile.in-799-	test -n "$(man8dir)" \
stow-2.3.1/Makefile.in:800:	  && test -n "`echo $$list1$$list2`" \
stow-2.3.1/Makefile.in-801-	  || exit 0; \
##############################################
stow-2.3.1/Makefile.in-856-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
stow-2.3.1/Makefile.in:857:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
stow-2.3.1/Makefile.in-858-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
stow-2.3.1/Makefile.in-877-	@list='$(pm_DATA)'; test -n "$(pmdir)" || list=; \
stow-2.3.1/Makefile.in:878:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
stow-2.3.1/Makefile.in-879-	dir='$(DESTDIR)$(pmdir)'; $(am__uninstall_files_from_dir)
##############################################
stow-2.3.1/Makefile.in-898-	@list='$(pmstow_DATA)'; test -n "$(pmstowdir)" || list=; \
stow-2.3.1/Makefile.in:899:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
stow-2.3.1/Makefile.in-900-	dir='$(DESTDIR)$(pmstowdir)'; $(am__uninstall_files_from_dir)
##############################################
stow-2.3.1/Makefile.in-928-	if test -n "$$redo_bases"; then \
stow-2.3.1/Makefile.in:929:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
stow-2.3.1/Makefile.in:930:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
stow-2.3.1/Makefile.in-931-	  if $(am__make_dryrun); then :; else \
##############################################
stow-2.3.1/Makefile.in-953-	ws='[ 	]'; \
stow-2.3.1/Makefile.in:954:	results=`for b in $$bases; do echo $$b.trs; done`; \
stow-2.3.1/Makefile.in-955-	test -n "$$results" || results=/dev/null; \
stow-2.3.1/Makefile.in:956:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
stow-2.3.1/Makefile.in:957:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
stow-2.3.1/Makefile.in:958:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
stow-2.3.1/Makefile.in:959:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
stow-2.3.1/Makefile.in:960:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
stow-2.3.1/Makefile.in:961:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
stow-2.3.1/Makefile.in:962:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
stow-2.3.1/Makefile.in:963:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
stow-2.3.1/Makefile.in-964-	  success=true; \
##############################################
stow-2.3.1/Makefile.in-1031-	         | $(am__list_recheck_tests)` || exit 1; \
stow-2.3.1/Makefile.in:1032:	log_list=`for i in $$bases; do echo $$i.log; done`; \
stow-2.3.1/Makefile.in:1033:	log_list=`echo $$log_list`; \
stow-2.3.1/Makefile.in-1034-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
stow-2.3.1/Makefile.in-1055-	test -d "$(distdir)" || mkdir "$(distdir)"
stow-2.3.1/Makefile.in:1056:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stow-2.3.1/Makefile.in:1057:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
stow-2.3.1/Makefile.in-1058-	list='$(DISTFILES)'; \
##############################################
stow-2.3.1/Makefile.in-1069-	  if test -d $$d/$$file; then \
stow-2.3.1/Makefile.in:1070:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
stow-2.3.1/Makefile.in-1071-	    if test -d "$(distdir)/$$file"; then \
##############################################
stow-2.3.1/Makefile.in-1157-	test -d $(distdir)/_build || exit 0; \
stow-2.3.1/Makefile.in:1158:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
stow-2.3.1/Makefile.in-1159-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
stow-2.3.1/Makefile.in-1201-	}; \
stow-2.3.1/Makefile.in:1202:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
stow-2.3.1/Makefile.in-1203-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
stow-2.3.1/Makefile.in-1213-	fi
stow-2.3.1/Makefile.in:1214:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
stow-2.3.1/Makefile.in-1215-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
stow-2.3.1/Makefile.in-1338-	@$(NORMAL_INSTALL)
stow-2.3.1/Makefile.in:1339:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
stow-2.3.1/Makefile.in-1340-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
stow-2.3.1/Makefile.in-1346-	  case $$file in \
stow-2.3.1/Makefile.in:1347:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
stow-2.3.1/Makefile.in-1348-	  esac; \
stow-2.3.1/Makefile.in-1349-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
stow-2.3.1/Makefile.in:1350:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
stow-2.3.1/Makefile.in-1351-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
stow-2.3.1/Makefile.in-1364-	  for file in $$list; do \
stow-2.3.1/Makefile.in:1365:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
stow-2.3.1/Makefile.in-1366-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
stow-2.3.1/Makefile.in-1586-		-c USE_TITLEPAGE_FOR_TITLE=1 --no-split -o $@ \
stow-2.3.1/Makefile.in:1587:		`test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi
stow-2.3.1/Makefile.in-1588-
##############################################
stow-2.3.1/Makefile.in-1591-	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
stow-2.3.1/Makefile.in:1592:	$(TEXI2PDF) -o $@ `test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi
stow-2.3.1/Makefile.in-1593-
##############################################
stow-2.3.1/Makefile.in-1596-	if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
stow-2.3.1/Makefile.in:1597:	 -o $@.new `test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi; \
stow-2.3.1/Makefile.in-1598-	then \
##############################################
stow-2.3.1/Build.PL-89-
stow-2.3.1/Build.PL:90:    ./configure --with-pmdir=`PERL5LIB= perl -le 'print $INC[0]'` && make
stow-2.3.1/Build.PL-91-
##############################################
stow-2.3.1/automake/mdate-sh-110-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
stow-2.3.1/automake/mdate-sh:111:set x`$ls_command /`
stow-2.3.1/automake/mdate-sh-112-
##############################################
stow-2.3.1/automake/mdate-sh-140-# Get the extended ls output of the file or directory.
stow-2.3.1/automake/mdate-sh:141:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
stow-2.3.1/automake/mdate-sh-142-
##############################################
stow-2.3.1/automake/mdate-sh-207-       then
stow-2.3.1/automake/mdate-sh:208:	 year=`expr $year - 1`
stow-2.3.1/automake/mdate-sh-209-       fi;;
##############################################
stow-2.3.1/automake/install-sh-229-      fi
stow-2.3.1/automake/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
stow-2.3.1/automake/install-sh-231-    *)
##############################################
stow-2.3.1/automake/install-sh-276-      dstdir=$dst
stow-2.3.1/automake/install-sh:277:      dst=$dstdir/`basename "$src"`
stow-2.3.1/automake/install-sh-278-      dstdir_status=0
##############################################
stow-2.3.1/automake/install-sh-365-		   test_tmpdir="$tmpdir/a"
stow-2.3.1/automake/install-sh:366:		   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
stow-2.3.1/automake/install-sh-367-		   case $ls_ld_tmpdir in
##############################################
stow-2.3.1/automake/install-sh-372-		   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
stow-2.3.1/automake/install-sh:373:		     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
stow-2.3.1/automake/install-sh-374-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
stow-2.3.1/automake/install-sh-432-	    case $prefix in
stow-2.3.1/automake/install-sh:433:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
stow-2.3.1/automake/install-sh-434-	      *) qprefix=$prefix;;
##############################################
stow-2.3.1/automake/install-sh-481-    if $copy_on_change &&
stow-2.3.1/automake/install-sh:482:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
stow-2.3.1/automake/install-sh:483:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
stow-2.3.1/automake/install-sh-484-
##############################################
stow-2.3.1/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
stow-2.3.1/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
stow-2.3.1/aclocal.m4-94-# and then we would define $MISSING as
##############################################
stow-2.3.1/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
stow-2.3.1/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
stow-2.3.1/aclocal.m4-109-])
##############################################
stow-2.3.1/aclocal.m4-145-AC_REQUIRE([AC_PROG_INSTALL])dnl
stow-2.3.1/aclocal.m4:146:if test "`cd $srcdir && pwd`" != "`pwd`"; then
stow-2.3.1/aclocal.m4-147-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
stow-2.3.1/aclocal.m4-301-    * )
stow-2.3.1/aclocal.m4:302:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
stow-2.3.1/aclocal.m4-303-  esac
stow-2.3.1/aclocal.m4-304-done
stow-2.3.1/aclocal.m4:305:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
stow-2.3.1/aclocal.m4-306-
##############################################
stow-2.3.1/aclocal.m4-450-     echo "timestamp, slept: $am_has_slept" > conftest.file
stow-2.3.1/aclocal.m4:451:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
stow-2.3.1/aclocal.m4-452-     if test "$[*]" = "X"; then
stow-2.3.1/aclocal.m4-453-	# -L didn't work.
stow-2.3.1/aclocal.m4:454:	set X `ls -t "$srcdir/configure" conftest.file`
stow-2.3.1/aclocal.m4-455-     fi
##############################################
stow-2.3.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
stow-2.3.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
stow-2.3.1/configure-47-  as_echo='print -r --'
stow-2.3.1/configure-48-  as_echo_n='print -rn --'
stow-2.3.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
stow-2.3.1/configure-50-  as_echo='printf %s\n'
##############################################
stow-2.3.1/configure-52-else
stow-2.3.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
stow-2.3.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
stow-2.3.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
stow-2.3.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
stow-2.3.1/configure-64-      esac;
##############################################
stow-2.3.1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
stow-2.3.1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
stow-2.3.1/configure-201-  if (eval "$as_required") 2>/dev/null; then :
##############################################
stow-2.3.1/configure-326-      case $as_dir in #(
stow-2.3.1/configure:327:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
stow-2.3.1/configure-328-      *) as_qdir=$as_dir;;
##############################################
stow-2.3.1/configure-399-  {
stow-2.3.1/configure:400:    as_val=`expr "$@" || test $? -eq 1`
stow-2.3.1/configure-401-  }
##############################################
stow-2.3.1/configure-406-# ----------------------------------------
stow-2.3.1/configure:407:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
stow-2.3.1/configure-408-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
stow-2.3.1/configure-469-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
stow-2.3.1/configure:470:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
stow-2.3.1/configure-471-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
stow-2.3.1/configure-726-  case $ac_option in
stow-2.3.1/configure:727:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
stow-2.3.1/configure-728-  *=)   ac_optarg= ;;
##############################################
stow-2.3.1/configure-770-  -disable-* | --disable-*)
stow-2.3.1/configure:771:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
stow-2.3.1/configure-772-    # Reject names that are not valid shell variable names.
##############################################
stow-2.3.1/configure-775-    ac_useropt_orig=$ac_useropt
stow-2.3.1/configure:776:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
stow-2.3.1/configure-777-    case $ac_user_opts in
##############################################
stow-2.3.1/configure-796-  -enable-* | --enable-*)
stow-2.3.1/configure:797:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
stow-2.3.1/configure-798-    # Reject names that are not valid shell variable names.
##############################################
stow-2.3.1/configure-801-    ac_useropt_orig=$ac_useropt
stow-2.3.1/configure:802:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
stow-2.3.1/configure-803-    case $ac_user_opts in
##############################################
stow-2.3.1/configure-1000-  -with-* | --with-*)
stow-2.3.1/configure:1001:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
stow-2.3.1/configure-1002-    # Reject names that are not valid shell variable names.
##############################################
stow-2.3.1/configure-1005-    ac_useropt_orig=$ac_useropt
stow-2.3.1/configure:1006:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
stow-2.3.1/configure-1007-    case $ac_user_opts in
##############################################
stow-2.3.1/configure-1016-  -without-* | --without-*)
stow-2.3.1/configure:1017:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
stow-2.3.1/configure-1018-    # Reject names that are not valid shell variable names.
##############################################
stow-2.3.1/configure-1021-    ac_useropt_orig=$ac_useropt
stow-2.3.1/configure:1022:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
stow-2.3.1/configure-1023-    case $ac_user_opts in
##############################################
stow-2.3.1/configure-1054-  *=*)
stow-2.3.1/configure:1055:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
stow-2.3.1/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
stow-2.3.1/configure-1075-if test -n "$ac_prev"; then
stow-2.3.1/configure:1076:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
stow-2.3.1/configure-1077-  as_fn_error $? "missing argument to $ac_option"
##############################################
stow-2.3.1/configure-1097-    */ )
stow-2.3.1/configure:1098:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
stow-2.3.1/configure-1099-      eval $ac_var=\$ac_val;;
##############################################
stow-2.3.1/configure-1132-ac_ls_di=`ls -di .` &&
stow-2.3.1/configure:1133:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
stow-2.3.1/configure-1134-  as_fn_error $? "working directory cannot be determined"
##############################################
stow-2.3.1/configure-1188-case $srcdir in
stow-2.3.1/configure:1189:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
stow-2.3.1/configure-1190-esac
##############################################
stow-2.3.1/configure-1231-By default, \`make install' will install all the files in
stow-2.3.1/configure:1232:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
stow-2.3.1/configure:1233:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
stow-2.3.1/configure-1234-for instance \`--prefix=\$HOME'.
##############################################
stow-2.3.1/configure-1302-*)
stow-2.3.1/configure:1303:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
stow-2.3.1/configure-1304-  # A ".." for each directory in $ac_dir_suffix.
stow-2.3.1/configure:1305:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
stow-2.3.1/configure-1306-  case $ac_top_builddir_sub in
##############################################
stow-2.3.1/configure-1438-    *\'*)
stow-2.3.1/configure:1439:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
stow-2.3.1/configure-1440-    esac
##############################################
stow-2.3.1/configure-1521-      case $ac_val in
stow-2.3.1/configure:1522:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
stow-2.3.1/configure-1523-      esac
##############################################
stow-2.3.1/configure-1536-	case $ac_val in
stow-2.3.1/configure:1537:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
stow-2.3.1/configure-1538-	esac
##############################################
stow-2.3.1/configure-1656-    set,)
stow-2.3.1/configure:1657:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
stow-2.3.1/configure:1658:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
stow-2.3.1/configure-1659-      ac_cache_corrupted=: ;;
##############################################
stow-2.3.1/configure-1667-	# differences in whitespace do not lead to failure.
stow-2.3.1/configure:1668:	ac_old_val_w=`echo x $ac_old_val`
stow-2.3.1/configure:1669:	ac_new_val_w=`echo x $ac_new_val`
stow-2.3.1/configure-1670-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
stow-2.3.1/configure-1687-    case $ac_new_val in
stow-2.3.1/configure:1688:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
stow-2.3.1/configure-1689-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
stow-2.3.1/configure-1866-     echo "timestamp, slept: $am_has_slept" > conftest.file
stow-2.3.1/configure:1867:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
stow-2.3.1/configure-1868-     if test "$*" = "X"; then
stow-2.3.1/configure-1869-	# -L didn't work.
stow-2.3.1/configure:1870:	set X `ls -t "$srcdir/configure" conftest.file`
stow-2.3.1/configure-1871-     fi
##############################################
stow-2.3.1/configure-1917-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
stow-2.3.1/configure:1918:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
stow-2.3.1/configure-1919-
stow-2.3.1/configure-1920-# Expand $ac_aux_dir to an absolute path.
stow-2.3.1/configure:1921:am_aux_dir=`cd "$ac_aux_dir" && pwd`
stow-2.3.1/configure-1922-
##############################################
stow-2.3.1/configure-2062-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
stow-2.3.1/configure:2063:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
stow-2.3.1/configure-2064-	     'mkdir (GNU coreutils) '* | \
##############################################
stow-2.3.1/configure-2135-set x ${MAKE-make}
stow-2.3.1/configure:2136:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
stow-2.3.1/configure-2137-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
stow-2.3.1/configure-2145-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
stow-2.3.1/configure:2146:case `${MAKE-make} -f conftest.make 2>/dev/null` in
stow-2.3.1/configure-2147-  *@@@%%%=?*=@@@%%%*)
##############################################
stow-2.3.1/configure-2211-
stow-2.3.1/configure:2212:if test "`cd $srcdir && pwd`" != "`pwd`"; then
stow-2.3.1/configure-2213-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
stow-2.3.1/configure-2399-#
stow-2.3.1/configure:2400:#   eval `$PERL -V:siteprefix -V:installsitelib`
stow-2.3.1/configure-2401-#   pmdir_relative_path="${installsitelib#$siteprefix/}"
##############################################
stow-2.3.1/configure-2404-#
stow-2.3.1/configure:2405:#   pmdir_relative_path=`echo "${installsitelib}" | sed -e "s!^$siteprefix/!!"`
stow-2.3.1/configure-2406-#
##############################################
stow-2.3.1/configure-2551-'
stow-2.3.1/configure:2552:DEFS=`sed -n "$ac_script" confdefs.h`
stow-2.3.1/configure-2553-
##############################################
stow-2.3.1/configure-2560-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
stow-2.3.1/configure:2561:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
stow-2.3.1/configure-2562-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
stow-2.3.1/configure-2636-if test -z "$BASH_VERSION$ZSH_VERSION" \
stow-2.3.1/configure:2637:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
stow-2.3.1/configure-2638-  as_echo='print -r --'
stow-2.3.1/configure-2639-  as_echo_n='print -rn --'
stow-2.3.1/configure:2640:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
stow-2.3.1/configure-2641-  as_echo='printf %s\n'
##############################################
stow-2.3.1/configure-2643-else
stow-2.3.1/configure:2644:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
stow-2.3.1/configure-2645-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
stow-2.3.1/configure-2653-	expr "X$arg" : "X\\(.*\\)$as_nl";
stow-2.3.1/configure:2654:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
stow-2.3.1/configure-2655-      esac;
##############################################
stow-2.3.1/configure-2730-# ----------------------------------------
stow-2.3.1/configure:2731:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
stow-2.3.1/configure-2732-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
stow-2.3.1/configure-2802-  {
stow-2.3.1/configure:2803:    as_val=`expr "$@" || test $? -eq 1`
stow-2.3.1/configure-2804-  }
##############################################
stow-2.3.1/configure-2906-      case $as_dir in #(
stow-2.3.1/configure:2907:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
stow-2.3.1/configure-2908-      *) as_qdir=$as_dir;;
##############################################
stow-2.3.1/configure-3028-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
stow-2.3.1/configure:3029:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
stow-2.3.1/configure-3030-ac_cs_version="\\
##############################################
stow-2.3.1/configure-3053-  --*=?*)
stow-2.3.1/configure:3054:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
stow-2.3.1/configure:3055:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
stow-2.3.1/configure-3056-    ac_shift=:
##############################################
stow-2.3.1/configure-3058-  --*=)
stow-2.3.1/configure:3059:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
stow-2.3.1/configure-3060-    ac_optarg=
##############################################
stow-2.3.1/configure-3082-    case $ac_optarg in
stow-2.3.1/configure:3083:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
stow-2.3.1/configure-3084-    '') as_fn_error $? "missing file argument" ;;
##############################################
stow-2.3.1/configure-3198-fi
stow-2.3.1/configure:3199:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
stow-2.3.1/configure-3200-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
stow-2.3.1/configure-3215-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
stow-2.3.1/configure:3216:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
stow-2.3.1/configure-3217-ac_delim='%!_!# '
##############################################
stow-2.3.1/configure-3221-
stow-2.3.1/configure:3222:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
stow-2.3.1/configure-3223-  if test $ac_delim_n = $ac_delim_num; then
##############################################
stow-2.3.1/configure-3383-      esac
stow-2.3.1/configure:3384:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
stow-2.3.1/configure-3385-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
stow-2.3.1/configure-3442-*)
stow-2.3.1/configure:3443:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
stow-2.3.1/configure-3444-  # A ".." for each directory in $ac_dir_suffix.
stow-2.3.1/configure:3445:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
stow-2.3.1/configure-3446-  case $ac_top_builddir_sub in
##############################################
stow-2.3.1/configure-3503-/@mandir@/p'
stow-2.3.1/configure:3504:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
stow-2.3.1/configure-3505-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
stow-2.3.1/configure-3520-
stow-2.3.1/configure:3521:# Neutralize VPATH when `$srcdir' = `.'.
stow-2.3.1/configure-3522-# Shell code in configure.ac might set extrasub.
##############################################
stow-2.3.1/configure-3548-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
stow-2.3.1/configure:3549:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
stow-2.3.1/configure-3550-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am-234-		-c USE_TITLEPAGE_FOR_TITLE=1 --no-split -o $@ \
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am:235:		`test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am-236-
##############################################
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am-239-	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am:240:	$(TEXI2PDF) -o $@ `test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am-241-
##############################################
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am-244-	if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am:245:	 -o $@.new `test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi; \
stow-2.3.1/.pc/03_exclude_upstream_install_instructions/Makefile.am-246-	then \
##############################################
stow-2.3.1/Makefile.am-234-		-c USE_TITLEPAGE_FOR_TITLE=1 --no-split -o $@ \
stow-2.3.1/Makefile.am:235:		`test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi
stow-2.3.1/Makefile.am-236-
##############################################
stow-2.3.1/Makefile.am-239-	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
stow-2.3.1/Makefile.am:240:	$(TEXI2PDF) -o $@ `test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi
stow-2.3.1/Makefile.am-241-
##############################################
stow-2.3.1/Makefile.am-244-	if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
stow-2.3.1/Makefile.am:245:	 -o $@.new `test -f 'doc/stow.texi' || echo '$(srcdir)/'`doc/stow.texi; \
stow-2.3.1/Makefile.am-246-	then \