===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
opt-3.19/Makefile.in-117-$(srcdir)/stamp-vti: opt.texi $(top_srcdir)/configure.in
opt-3.19/Makefile.in:118:	@echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/opt.texi`" > vti.tmp
opt-3.19/Makefile.in-119-	@echo "@set EDITION $(VERSION)" >> vti.tmp
##############################################
opt-3.19/Makefile.in-145-	cd $(srcdir) \
opt-3.19/Makefile.in:146:	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
opt-3.19/Makefile.in-147-
##############################################
opt-3.19/Makefile.in-154-	cd $(srcdir) \
opt-3.19/Makefile.in:155:	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
opt-3.19/Makefile.in-156-
##############################################
opt-3.19/Makefile.in-159-	cd $(srcdir) \
opt-3.19/Makefile.in:160:	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
opt-3.19/Makefile.in-161-
##############################################
opt-3.19/Makefile.in-164-	cd $(srcdir) \
opt-3.19/Makefile.in:165:	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
opt-3.19/Makefile.in-166-
##############################################
opt-3.19/Makefile.in-173-	cd $(srcdir) \
opt-3.19/Makefile.in:174:	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
opt-3.19/Makefile.in-175-
##############################################
opt-3.19/Makefile.in-182-	cd $(srcdir) \
opt-3.19/Makefile.in:183:	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
opt-3.19/Makefile.in-184-.dvi.ps:
##############################################
opt-3.19/Makefile.in-192-	  d=$(srcdir); \
opt-3.19/Makefile.in:193:	  for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
opt-3.19/Makefile.in-194-	    if test -f $$d/$$ifile; then \
##############################################
opt-3.19/Makefile.in-228-	  d=$(srcdir); \
opt-3.19/Makefile.in:229:	  for file in `cd $$d && eval echo $$base*`; do \
opt-3.19/Makefile.in-230-	    test -f $(distdir)/$$file \
##############################################
opt-3.19/Makefile.in-247-	  rm -f $$i; \
opt-3.19/Makefile.in:248:	  if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
opt-3.19/Makefile.in-249-	    rm -f $$i-[0-9]*; \
##############################################
opt-3.19/Makefile.in-266-	dot_seen=no; \
opt-3.19/Makefile.in:267:	target=`echo $@ | sed s/-recursive//`; \
opt-3.19/Makefile.in-268-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
opt-3.19/Makefile.in-291-	test "$$dot_seen" = "no" && rev=". $$rev"; \
opt-3.19/Makefile.in:292:	target=`echo $@ | sed s/-recursive//`; \
opt-3.19/Makefile.in-293-	for subdir in $$rev; do \
##############################################
opt-3.19/Makefile.in-352-	mkdir $(distdir)/=inst
opt-3.19/Makefile.in:353:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
opt-3.19/Makefile.in-354-	cd $(distdir)/=build \
##############################################
opt-3.19/Makefile.in-363-	@banner="$(distdir).tar.gz is ready for distribution"; \
opt-3.19/Makefile.in:364:	dashes=`echo "$$banner" | sed s/./=/g`; \
opt-3.19/Makefile.in-365-	echo "$$dashes"; \
##############################################
opt-3.19/aclocal.m4-28-dnl test to see if srcdir already configured
opt-3.19/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
opt-3.19/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
opt-3.19/aclocal.m4-37-dnl FIXME This is truly gross.
opt-3.19/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
opt-3.19/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
opt-3.19/aclocal.m4-60-if (
opt-3.19/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
opt-3.19/aclocal.m4-62-   if test "[$]*" = "X"; then
opt-3.19/aclocal.m4-63-      # -L didn't work.
opt-3.19/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
opt-3.19/aclocal.m4-65-   fi
##############################################
opt-3.19/configure-76-  case "$ac_option" in
opt-3.19/configure:77:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
opt-3.19/configure-78-  *) ac_optarg= ;;
##############################################
opt-3.19/configure-108-  -disable-* | --disable-*)
opt-3.19/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
opt-3.19/configure-110-    # Reject names that are not valid shell variable names.
opt-3.19/configure:111:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
opt-3.19/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
opt-3.19/configure-113-    fi
opt-3.19/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
opt-3.19/configure-115-    eval "enable_${ac_feature}=no" ;;
##############################################
opt-3.19/configure-117-  -enable-* | --enable-*)
opt-3.19/configure:118:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
opt-3.19/configure-119-    # Reject names that are not valid shell variable names.
opt-3.19/configure:120:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
opt-3.19/configure-121-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
opt-3.19/configure-122-    fi
opt-3.19/configure:123:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
opt-3.19/configure-124-    case "$ac_option" in
##############################################
opt-3.19/configure-348-  -with-* | --with-*)
opt-3.19/configure:349:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
opt-3.19/configure-350-    # Reject names that are not valid shell variable names.
opt-3.19/configure:351:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
opt-3.19/configure-352-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
opt-3.19/configure-353-    fi
opt-3.19/configure:354:    ac_package=`echo $ac_package| sed 's/-/_/g'`
opt-3.19/configure-355-    case "$ac_option" in
##############################################
opt-3.19/configure-361-  -without-* | --without-*)
opt-3.19/configure:362:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
opt-3.19/configure-363-    # Reject names that are not valid shell variable names.
opt-3.19/configure:364:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
opt-3.19/configure-365-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
opt-3.19/configure-366-    fi
opt-3.19/configure:367:    ac_package=`echo $ac_package| sed 's/-/_/g'`
opt-3.19/configure-368-    eval "with_${ac_package}=no" ;;
##############################################
opt-3.19/configure-391-  *)
opt-3.19/configure:392:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
opt-3.19/configure-393-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
opt-3.19/configure-404-if test -n "$ac_prev"; then
opt-3.19/configure:405:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
opt-3.19/configure-406-fi
##############################################
opt-3.19/configure-469-  ac_prog=$0
opt-3.19/configure:470:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
opt-3.19/configure-471-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
opt-3.19/configure-485-fi
opt-3.19/configure:486:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
opt-3.19/configure-487-
##############################################
opt-3.19/configure-566-if test -z "$INSTALL"; then
opt-3.19/configure:567:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
opt-3.19/configure-568-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-627-if (
opt-3.19/configure:628:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
opt-3.19/configure-629-   if test "$*" = "X"; then
opt-3.19/configure-630-      # -L didn't work.
opt-3.19/configure:631:      set X `ls -t $srcdir/configure conftestfile`
opt-3.19/configure-632-   fi
##############################################
opt-3.19/configure-661-EOF_SED
opt-3.19/configure:662:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
opt-3.19/configure-663-  rm -f conftestsed
##############################################
opt-3.19/configure-675-echo "configure:676: checking whether ${MAKE-make} sets \${MAKE}" >&5
opt-3.19/configure:676:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
opt-3.19/configure:677:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
opt-3.19/configure-678-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-684-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
opt-3.19/configure:685:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
opt-3.19/configure-686-if test -n "$ac_maketemp"; then
##############################################
opt-3.19/configure-692-fi
opt-3.19/configure:693:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
opt-3.19/configure-694-  echo "$ac_t""yes" 1>&6
##############################################
opt-3.19/configure-705-
opt-3.19/configure:706:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
opt-3.19/configure-707-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
opt-3.19/configure-718-
opt-3.19/configure:719:missing_dir=`cd $ac_aux_dir && pwd`
opt-3.19/configure-720-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
opt-3.19/configure-790-echo "configure:791: checking for $ac_word" >&5
opt-3.19/configure:791:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
opt-3.19/configure-792-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-820-echo "configure:821: checking for $ac_word" >&5
opt-3.19/configure:821:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
opt-3.19/configure-822-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-871-echo "configure:872: checking for $ac_word" >&5
opt-3.19/configure:872:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
opt-3.19/configure-873-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-950-echo "configure:951: checking whether we are using GNU C" >&5
opt-3.19/configure:951:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
opt-3.19/configure-952-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-978-echo "configure:979: checking whether ${CC-cc} accepts -g" >&5
opt-3.19/configure:979:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
opt-3.19/configure-980-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-982-  echo 'void f(){}' > conftest.c
opt-3.19/configure:983:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
opt-3.19/configure-984-  ac_cv_prog_cc_g=yes
##############################################
opt-3.19/configure-1014-echo "configure:1015: checking for $ac_word" >&5
opt-3.19/configure:1015:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
opt-3.19/configure-1016-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1093-echo "configure:1094: checking whether we are using GNU C++" >&5
opt-3.19/configure:1094:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
opt-3.19/configure-1095-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1121-echo "configure:1122: checking whether ${CXX-g++} accepts -g" >&5
opt-3.19/configure:1122:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
opt-3.19/configure-1123-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1125-  echo 'void f(){}' > conftest.cc
opt-3.19/configure:1126:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
opt-3.19/configure-1127-  ac_cv_prog_cxx_g=yes
##############################################
opt-3.19/configure-1216-if test -z "$INSTALL"; then
opt-3.19/configure:1217:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
opt-3.19/configure-1218-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1268-echo "configure:1269: checking whether ${MAKE-make} sets \${MAKE}" >&5
opt-3.19/configure:1269:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
opt-3.19/configure:1270:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
opt-3.19/configure-1271-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1277-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
opt-3.19/configure:1278:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
opt-3.19/configure-1279-if test -n "$ac_maketemp"; then
##############################################
opt-3.19/configure-1285-fi
opt-3.19/configure:1286:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
opt-3.19/configure-1287-  echo "$ac_t""yes" 1>&6
##############################################
opt-3.19/configure-1297-echo "configure:1298: checking for $ac_word" >&5
opt-3.19/configure:1298:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
opt-3.19/configure-1299-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1330-echo "configure:1331: checking for $ac_func" >&5
opt-3.19/configure:1331:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
opt-3.19/configure-1332-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1369-
opt-3.19/configure:1370:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
opt-3.19/configure-1371-  echo "$ac_t""yes" 1>&6
opt-3.19/configure:1372:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
opt-3.19/configure-1373-  cat >> confdefs.h <<EOF
##############################################
opt-3.19/configure-1385-echo "configure:1386: checking for $ac_func" >&5
opt-3.19/configure:1386:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
opt-3.19/configure-1387-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1424-
opt-3.19/configure:1425:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
opt-3.19/configure-1426-  echo "$ac_t""yes" 1>&6
opt-3.19/configure:1427:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
opt-3.19/configure-1428-  cat >> confdefs.h <<EOF
##############################################
opt-3.19/configure-1473-echo "configure:1474: checking for $ac_func" >&5
opt-3.19/configure:1474:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
opt-3.19/configure-1475-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1512-
opt-3.19/configure:1513:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
opt-3.19/configure-1514-  echo "$ac_t""yes" 1>&6
opt-3.19/configure:1515:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
opt-3.19/configure-1516-  cat >> confdefs.h <<EOF
##############################################
opt-3.19/configure-1531-if test -z "$CPP"; then
opt-3.19/configure:1532:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
opt-3.19/configure-1533-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1547-{ (eval echo configure:1548: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
opt-3.19/configure:1548:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
opt-3.19/configure-1549-if test -z "$ac_err"; then
##############################################
opt-3.19/configure-1564-{ (eval echo configure:1565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
opt-3.19/configure:1565:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
opt-3.19/configure-1566-if test -z "$ac_err"; then
##############################################
opt-3.19/configure-1581-{ (eval echo configure:1582: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
opt-3.19/configure:1582:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
opt-3.19/configure-1583-if test -z "$ac_err"; then
##############################################
opt-3.19/configure-1607-echo "configure:1608: checking for signal.h" >&5
opt-3.19/configure:1608:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
opt-3.19/configure-1609-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1617-{ (eval echo configure:1618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
opt-3.19/configure:1618:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
opt-3.19/configure-1619-if test -z "$ac_err"; then
##############################################
opt-3.19/configure-1630-fi
opt-3.19/configure:1631:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
opt-3.19/configure-1632-  echo "$ac_t""yes" 1>&6
##############################################
opt-3.19/configure-1642-echo "configure:1643: checking return type of signal handlers" >&5
opt-3.19/configure:1643:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
opt-3.19/configure-1644-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1699-ac_lib_var=`echo readline'_'main | sed 'y%./+-%__p_%'`
opt-3.19/configure:1700:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
opt-3.19/configure-1701-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1725-fi
opt-3.19/configure:1726:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
opt-3.19/configure-1727-  echo "$ac_t""yes" 1>&6
##############################################
opt-3.19/configure-1730-		echo readline_PATH=$readline_PATH;
opt-3.19/configure:1731:		if test -f $readline_PATH; then xrlo=`ar t $readline_PATH`; fi;
opt-3.19/configure-1732-		for o in $xrlo; do if test $o != __.SYMDEF; then\
opt-3.19/configure:1733:			xxrlo=`echo $xxrlo $o`; fi; done
opt-3.19/configure-1734-		xrlo="$xxrlo"; echo "xrlo=$xrlo"
##############################################
opt-3.19/configure-1743-ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`
opt-3.19/configure:1744:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
opt-3.19/configure-1745-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1769-fi
opt-3.19/configure:1770:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
opt-3.19/configure-1771-  echo "$ac_t""yes" 1>&6
##############################################
opt-3.19/configure-1774-		echo termcap_PATH=$termcap_PATH;
opt-3.19/configure:1775:		if test -f $termcap_PATH; then xtco=`ar t $termcap_PATH`; fi;
opt-3.19/configure-1776-		for o in $xtco; do if test $o != __.SYMDEF; then\
opt-3.19/configure:1777:			xxtco=`echo $xxtco $o`; fi; done
opt-3.19/configure-1778-		xtco="$xxtco"; echo "xtco=$xtco"
##############################################
opt-3.19/configure-1786-echo "configure:1787: checking for readline/readline.h" >&5
opt-3.19/configure:1787:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
opt-3.19/configure-1788-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1796-{ (eval echo configure:1797: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
opt-3.19/configure:1797:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
opt-3.19/configure-1798-if test -z "$ac_err"; then
##############################################
opt-3.19/configure-1809-fi
opt-3.19/configure:1810:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
opt-3.19/configure-1811-  echo "$ac_t""yes" 1>&6
##############################################
opt-3.19/configure-1814-echo "configure:1815: checking for readline/history.h" >&5
opt-3.19/configure:1815:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
opt-3.19/configure-1816-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
opt-3.19/configure-1824-{ (eval echo configure:1825: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
opt-3.19/configure:1825:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
opt-3.19/configure-1826-if test -z "$ac_err"; then
##############################################
opt-3.19/configure-1837-fi
opt-3.19/configure:1838:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
opt-3.19/configure-1839-  echo "$ac_t""yes" 1>&6
##############################################
opt-3.19/configure-2077-    fi
opt-3.19/configure:2078:    ac_file=`expr $ac_file + 1`
opt-3.19/configure-2079-    ac_beg=$ac_end
opt-3.19/configure:2080:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
opt-3.19/configure-2081-  fi
##############################################
opt-3.19/configure-2095-  case "$ac_file" in
opt-3.19/configure:2096:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
opt-3.19/configure:2097:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
opt-3.19/configure-2098-  *) ac_file_in="${ac_file}.in" ;;
##############################################
opt-3.19/configure-2103-  # Remove last slash and all that follows it.  Not all systems have dirname.
opt-3.19/configure:2104:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
opt-3.19/configure-2105-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
opt-3.19/configure-2107-    test ! -d "$ac_dir" && mkdir "$ac_dir"
opt-3.19/configure:2108:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
opt-3.19/configure-2109-    # A "../" for each directory in $ac_dir_suffix.
opt-3.19/configure:2110:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
opt-3.19/configure-2111-  else
##############################################
opt-3.19/configure-2117-      if test -z "$ac_dots"; then top_srcdir=.
opt-3.19/configure:2118:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
opt-3.19/configure-2119-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
opt-3.19/configure-2131-  rm -f "$ac_file"
opt-3.19/configure:2132:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
opt-3.19/configure-2133-  case "$ac_file" in
##############################################
opt-3.19/configure-2138-
opt-3.19/configure:2139:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
opt-3.19/configure-2140-  sed -e "$ac_comsub
##############################################
opt-3.19/configure.in-67-		echo readline_PATH=$readline_PATH;
opt-3.19/configure.in:68:		if test -f $readline_PATH; then xrlo=`ar t $readline_PATH`; fi;
opt-3.19/configure.in-69-		for o in $xrlo; do if test $o != __.SYMDEF; then\
opt-3.19/configure.in:70:			xxrlo=`echo $xxrlo $o`; fi; done
opt-3.19/configure.in-71-		xrlo="$xxrlo"; echo "xrlo=$xrlo"
##############################################
opt-3.19/configure.in-77-		echo termcap_PATH=$termcap_PATH;
opt-3.19/configure.in:78:		if test -f $termcap_PATH; then xtco=`ar t $termcap_PATH`; fi;
opt-3.19/configure.in-79-		for o in $xtco; do if test $o != __.SYMDEF; then\
opt-3.19/configure.in:80:			xxtco=`echo $xxtco $o`; fi; done
opt-3.19/configure.in-81-		xtco="$xxtco"; echo "xtco=$xtco"
##############################################
opt-3.19/install-sh-73-
opt-3.19/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
opt-3.19/install-sh-75-	    shift
##############################################
opt-3.19/install-sh-77-
opt-3.19/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
opt-3.19/install-sh-79-	    shift
##############################################
opt-3.19/install-sh-138-	then
opt-3.19/install-sh:139:		dst="$dst"/`basename $src`
opt-3.19/install-sh-140-	else
##############################################
opt-3.19/install-sh-145-## this sed command emulates the dirname command
opt-3.19/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
opt-3.19/install-sh-147-
##############################################
opt-3.19/install-sh-159-IFS='%'
opt-3.19/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
opt-3.19/install-sh-161-IFS="${oIFS}"
##############################################
opt-3.19/install-sh-193-	then
opt-3.19/install-sh:194:		dstfile=`basename $dst`
opt-3.19/install-sh-195-	else
##############################################
opt-3.19/install-sh-203-	then
opt-3.19/install-sh:204:		dstfile=`basename $dst`
opt-3.19/install-sh-205-	else
##############################################
opt-3.19/mdate-sh-29-if ls -L /dev/null 1>/dev/null 2>&1; then
opt-3.19/mdate-sh:30:  set - `ls -L -l $1`
opt-3.19/mdate-sh-31-else
opt-3.19/mdate-sh:32:  set - `ls -l $1`
opt-3.19/mdate-sh-33-fi
##############################################
opt-3.19/mdate-sh-84-       then
opt-3.19/mdate-sh:85:	 year=`expr $year - 1`
opt-3.19/mdate-sh-86-       fi;;
##############################################
opt-3.19/missing-92-         from any GNU archive site."
opt-3.19/missing:93:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
opt-3.19/missing-94-    test -z "$files" && files="config.h"
##############################################
opt-3.19/missing-127-	*.y)
opt-3.19/missing:128:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
opt-3.19/missing-129-	    if [ -f "$SRCFILE" ]; then
##############################################
opt-3.19/missing-131-	    fi
opt-3.19/missing:132:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
opt-3.19/missing-133-	    if [ -f "$SRCFILE" ]; then
##############################################
opt-3.19/missing-157-	*.l)
opt-3.19/missing:158:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
opt-3.19/missing-159-	    if [ -f "$SRCFILE" ]; then
##############################################
opt-3.19/missing-177-         the \`GNU make' package.  Grab either from any GNU archive site."
opt-3.19/missing:178:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
opt-3.19/missing-179-    if test -z "$file"; then
opt-3.19/missing:180:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
opt-3.19/missing:181:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
opt-3.19/missing-182-    fi
##############################################
opt-3.19/mkinstalldirs-10-do
opt-3.19/mkinstalldirs:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
opt-3.19/mkinstalldirs-12-   shift
##############################################
opt-3.19/opt.info-1-561-provides a convenient way to do this, with an interactive menu.  To
opt-3.19/opt.info-1:562:invoke the menu type `$' (or `--menu') at the end of the command line.
opt-3.19/opt.info-1-563-For instance, typing `birthday -m4 -y1993 $' will return a menu that
##############################################
opt-3.19/texinfo.tex-3168-\catcode `\\=0 \catcode `\{=1 \catcode `\}=2
opt-3.19/texinfo.tex:3169:\catcode `\$=3 \catcode `\&=4 \catcode `\#=6
opt-3.19/texinfo.tex-3170-\catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie
##############################################
opt-3.19/texinfo.tex-4498-%% makes sure that the current font starts out as the newly loaded cmr10
opt-3.19/texinfo.tex:4499:@catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other
opt-3.19/texinfo.tex-4500-
##############################################
opt-3.19/test/Makefile.in-325-	  if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
opt-3.19/test/Makefile.in:326:	    all=`expr $$all + 1`; \
opt-3.19/test/Makefile.in-327-	    echo "PASS: $$tst"; \
opt-3.19/test/Makefile.in-328-	  elif test $$? -ne 77; then \
opt-3.19/test/Makefile.in:329:	    all=`expr $$all + 1`; \
opt-3.19/test/Makefile.in:330:	    failed=`expr $$failed + 1`; \
opt-3.19/test/Makefile.in-331-	    echo "FAIL: $$tst"; \
##############################################
opt-3.19/test/Makefile.in-338-	fi; \
opt-3.19/test/Makefile.in:339:	dashes=`echo "$$banner" | sed s/./=/g`; \
opt-3.19/test/Makefile.in-340-	echo "$$dashes"; \
##############################################
opt-3.19/test/checkopt-19-errcount=0
opt-3.19/test/checkopt:20:waserror()    { echo; echo Error: $*; errcount=`expr $errcount + 1`;
opt-3.19/test/checkopt-21-    }
##############################################
opt-3.19/test/checkoptcc-19-errcount=0
opt-3.19/test/checkoptcc:20:waserror()    { echo; echo Error: $*; errcount=`expr $errcount + 1`;
opt-3.19/test/checkoptcc-21-    }