===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xletters-1.1.1/Makefile.in-182-	  if test -f $$p; then \
xletters-1.1.1/Makefile.in:183:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
xletters-1.1.1/Makefile.in:184:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
xletters-1.1.1/Makefile.in-185-	  else :; fi; \
##############################################
xletters-1.1.1/Makefile.in-190-	list='$(bin_PROGRAMS)'; for p in $$list; do \
xletters-1.1.1/Makefile.in:191:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
xletters-1.1.1/Makefile.in-192-	done
##############################################
xletters-1.1.1/Makefile.in-221-	  if test -f $$p; then \
xletters-1.1.1/Makefile.in:222:	    echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
xletters-1.1.1/Makefile.in:223:	    $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
xletters-1.1.1/Makefile.in-224-	  else if test -f $(srcdir)/$$p; then \
xletters-1.1.1/Makefile.in:225:	    echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
xletters-1.1.1/Makefile.in:226:	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
xletters-1.1.1/Makefile.in-227-	  else :; fi; fi; \
##############################################
xletters-1.1.1/Makefile.in-232-	list='$(bin_SCRIPTS)'; for p in $$list; do \
xletters-1.1.1/Makefile.in:233:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
xletters-1.1.1/Makefile.in-234-	done
##############################################
xletters-1.1.1/Makefile.in-246-	  else file=$$i; fi; \
xletters-1.1.1/Makefile.in:247:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
xletters-1.1.1/Makefile.in:248:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
xletters-1.1.1/Makefile.in:249:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
xletters-1.1.1/Makefile.in-250-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man6dir)/$$inst"; \
##############################################
xletters-1.1.1/Makefile.in-261-	for i in $$list; do \
xletters-1.1.1/Makefile.in:262:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
xletters-1.1.1/Makefile.in:263:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
xletters-1.1.1/Makefile.in:264:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
xletters-1.1.1/Makefile.in-265-	  echo " rm -f $(DESTDIR)$(man6dir)/$$inst"; \
##############################################
xletters-1.1.1/Makefile.in-314-	mkdir $(distdir)/=inst
xletters-1.1.1/Makefile.in:315:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
xletters-1.1.1/Makefile.in-316-	cd $(distdir)/=build \
##############################################
xletters-1.1.1/Makefile.in-325-	@banner="$(distdir).tar.gz is ready for distribution"; \
xletters-1.1.1/Makefile.in:326:	dashes=`echo "$$banner" | sed s/./=/g`; \
xletters-1.1.1/Makefile.in-327-	echo "$$dashes"; \
##############################################
xletters-1.1.1/aclocal.m4-28-dnl test to see if srcdir already configured
xletters-1.1.1/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
xletters-1.1.1/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
xletters-1.1.1/aclocal.m4-37-dnl FIXME This is truly gross.
xletters-1.1.1/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
xletters-1.1.1/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
xletters-1.1.1/aclocal.m4-60-if (
xletters-1.1.1/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
xletters-1.1.1/aclocal.m4-62-   if test "[$]*" = "X"; then
xletters-1.1.1/aclocal.m4-63-      # -L didn't work.
xletters-1.1.1/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
xletters-1.1.1/aclocal.m4-65-   fi
##############################################
xletters-1.1.1/aclocal.m4-120-  *" <<$>>am_file "*<<)>>
xletters-1.1.1/aclocal.m4:121:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
xletters-1.1.1/aclocal.m4-122-    ;;
xletters-1.1.1/aclocal.m4-123-  esac
xletters-1.1.1/aclocal.m4:124:  am_indx=`expr "<<$>>am_indx" + 1`
xletters-1.1.1/aclocal.m4-125-done<<>>dnl>>)
##############################################
xletters-1.1.1/configure-69-  case "$ac_option" in
xletters-1.1.1/configure:70:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
xletters-1.1.1/configure-71-  *) ac_optarg= ;;
##############################################
xletters-1.1.1/configure-101-  -disable-* | --disable-*)
xletters-1.1.1/configure:102:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
xletters-1.1.1/configure-103-    # Reject names that are not valid shell variable names.
xletters-1.1.1/configure:104:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
xletters-1.1.1/configure-105-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xletters-1.1.1/configure-106-    fi
xletters-1.1.1/configure:107:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xletters-1.1.1/configure-108-    eval "enable_${ac_feature}=no" ;;
##############################################
xletters-1.1.1/configure-110-  -enable-* | --enable-*)
xletters-1.1.1/configure:111:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
xletters-1.1.1/configure-112-    # Reject names that are not valid shell variable names.
xletters-1.1.1/configure:113:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
xletters-1.1.1/configure-114-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xletters-1.1.1/configure-115-    fi
xletters-1.1.1/configure:116:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xletters-1.1.1/configure-117-    case "$ac_option" in
##############################################
xletters-1.1.1/configure-341-  -with-* | --with-*)
xletters-1.1.1/configure:342:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
xletters-1.1.1/configure-343-    # Reject names that are not valid shell variable names.
xletters-1.1.1/configure:344:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
xletters-1.1.1/configure-345-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xletters-1.1.1/configure-346-    fi
xletters-1.1.1/configure:347:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xletters-1.1.1/configure-348-    case "$ac_option" in
##############################################
xletters-1.1.1/configure-354-  -without-* | --without-*)
xletters-1.1.1/configure:355:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
xletters-1.1.1/configure-356-    # Reject names that are not valid shell variable names.
xletters-1.1.1/configure:357:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
xletters-1.1.1/configure-358-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xletters-1.1.1/configure-359-    fi
xletters-1.1.1/configure:360:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xletters-1.1.1/configure-361-    eval "with_${ac_package}=no" ;;
##############################################
xletters-1.1.1/configure-384-  *)
xletters-1.1.1/configure:385:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
xletters-1.1.1/configure-386-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
xletters-1.1.1/configure-397-if test -n "$ac_prev"; then
xletters-1.1.1/configure:398:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
xletters-1.1.1/configure-399-fi
##############################################
xletters-1.1.1/configure-462-  ac_prog=$0
xletters-1.1.1/configure:463:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
xletters-1.1.1/configure-464-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
xletters-1.1.1/configure-478-fi
xletters-1.1.1/configure:479:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
xletters-1.1.1/configure-480-
##############################################
xletters-1.1.1/configure-558-if test -z "$INSTALL"; then
xletters-1.1.1/configure:559:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
xletters-1.1.1/configure-560-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-619-if (
xletters-1.1.1/configure:620:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
xletters-1.1.1/configure-621-   if test "$*" = "X"; then
xletters-1.1.1/configure-622-      # -L didn't work.
xletters-1.1.1/configure:623:      set X `ls -t $srcdir/configure conftestfile`
xletters-1.1.1/configure-624-   fi
##############################################
xletters-1.1.1/configure-653-EOF_SED
xletters-1.1.1/configure:654:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
xletters-1.1.1/configure-655-  rm -f conftestsed
##############################################
xletters-1.1.1/configure-667-echo "configure:668: checking whether ${MAKE-make} sets \${MAKE}" >&5
xletters-1.1.1/configure:668:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure:669:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
xletters-1.1.1/configure-670-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-676-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xletters-1.1.1/configure:677:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
xletters-1.1.1/configure-678-if test -n "$ac_maketemp"; then
##############################################
xletters-1.1.1/configure-684-fi
xletters-1.1.1/configure:685:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
xletters-1.1.1/configure-686-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-697-
xletters-1.1.1/configure:698:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
xletters-1.1.1/configure-699-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
xletters-1.1.1/configure-710-
xletters-1.1.1/configure:711:missing_dir=`cd $ac_aux_dir && pwd`
xletters-1.1.1/configure-712-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-785-echo "configure:786: checking for $ac_word" >&5
xletters-1.1.1/configure:786:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xletters-1.1.1/configure-787-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-815-echo "configure:816: checking for $ac_word" >&5
xletters-1.1.1/configure:816:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xletters-1.1.1/configure-817-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-866-echo "configure:867: checking for $ac_word" >&5
xletters-1.1.1/configure:867:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xletters-1.1.1/configure-868-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-945-echo "configure:946: checking whether we are using GNU C" >&5
xletters-1.1.1/configure:946:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
xletters-1.1.1/configure-947-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-973-echo "configure:974: checking whether ${CC-cc} accepts -g" >&5
xletters-1.1.1/configure:974:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
xletters-1.1.1/configure-975-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-977-  echo 'void f(){}' > conftest.c
xletters-1.1.1/configure:978:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xletters-1.1.1/configure-979-  ac_cv_prog_cc_g=yes
##############################################
xletters-1.1.1/configure-1017-if test -z "$INSTALL"; then
xletters-1.1.1/configure:1018:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
xletters-1.1.1/configure-1019-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1074-if test -z "$CPP"; then
xletters-1.1.1/configure:1075:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
xletters-1.1.1/configure-1076-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1090-{ (eval echo configure:1091: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xletters-1.1.1/configure:1091:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xletters-1.1.1/configure-1092-if test -z "$ac_err"; then
##############################################
xletters-1.1.1/configure-1107-{ (eval echo configure:1108: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xletters-1.1.1/configure:1108:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xletters-1.1.1/configure-1109-if test -z "$ac_err"; then
##############################################
xletters-1.1.1/configure-1124-{ (eval echo configure:1125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xletters-1.1.1/configure:1125:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xletters-1.1.1/configure-1126-if test -z "$ac_err"; then
##############################################
xletters-1.1.1/configure-1149-echo "configure:1150: checking for ANSI C header files" >&5
xletters-1.1.1/configure:1150:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
xletters-1.1.1/configure-1151-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1162-{ (eval echo configure:1163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xletters-1.1.1/configure:1163:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xletters-1.1.1/configure-1164-if test -z "$ac_err"; then
##############################################
xletters-1.1.1/configure-1254-do
xletters-1.1.1/configure:1255:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure-1256-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
xletters-1.1.1/configure-1257-echo "configure:1258: checking for $ac_hdr" >&5
xletters-1.1.1/configure:1258:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
xletters-1.1.1/configure-1259-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1267-{ (eval echo configure:1268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xletters-1.1.1/configure:1268:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xletters-1.1.1/configure-1269-if test -z "$ac_err"; then
##############################################
xletters-1.1.1/configure-1280-fi
xletters-1.1.1/configure:1281:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xletters-1.1.1/configure-1282-  echo "$ac_t""yes" 1>&6
xletters-1.1.1/configure:1283:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xletters-1.1.1/configure-1284-  cat >> confdefs.h <<EOF
##############################################
xletters-1.1.1/configure-1316-  else
xletters-1.1.1/configure:1317:if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
xletters-1.1.1/configure-1318-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1331-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xletters-1.1.1/configure:1332:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
xletters-1.1.1/configure-1333-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
xletters-1.1.1/configure-1367-{ (eval echo configure:1368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xletters-1.1.1/configure:1368:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xletters-1.1.1/configure-1369-if test -z "$ac_err"; then
##############################################
xletters-1.1.1/configure-1454-# Check X11 before X11Rn because it is often a symlink to the current release.
xletters-1.1.1/configure:1455:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
xletters-1.1.1/configure-1456-    /usr/X11/lib          \
##############################################
xletters-1.1.1/configure-1615-ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure:1616:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xletters-1.1.1/configure-1617-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1645-fi
xletters-1.1.1/configure:1646:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xletters-1.1.1/configure-1647-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-1656-ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure:1657:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xletters-1.1.1/configure-1658-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1686-fi
xletters-1.1.1/configure:1687:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xletters-1.1.1/configure-1688-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-1703-echo "configure:1704: checking for gethostbyname" >&5
xletters-1.1.1/configure:1704:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
xletters-1.1.1/configure-1705-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1742-
xletters-1.1.1/configure:1743:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
xletters-1.1.1/configure-1744-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-1753-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure:1754:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xletters-1.1.1/configure-1755-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1783-fi
xletters-1.1.1/configure:1784:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xletters-1.1.1/configure-1785-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-1801-echo "configure:1802: checking for connect" >&5
xletters-1.1.1/configure:1802:if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
xletters-1.1.1/configure-1803-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1840-
xletters-1.1.1/configure:1841:if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
xletters-1.1.1/configure-1842-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-1851-ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure:1852:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xletters-1.1.1/configure-1853-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1881-fi
xletters-1.1.1/configure:1882:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xletters-1.1.1/configure-1883-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-1893-echo "configure:1894: checking for remove" >&5
xletters-1.1.1/configure:1894:if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
xletters-1.1.1/configure-1895-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1932-
xletters-1.1.1/configure:1933:if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
xletters-1.1.1/configure-1934-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-1943-ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure:1944:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xletters-1.1.1/configure-1945-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-1973-fi
xletters-1.1.1/configure:1974:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xletters-1.1.1/configure-1975-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-1985-echo "configure:1986: checking for shmat" >&5
xletters-1.1.1/configure:1986:if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
xletters-1.1.1/configure-1987-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-2024-
xletters-1.1.1/configure:2025:if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
xletters-1.1.1/configure-2026-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-2035-ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure:2036:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xletters-1.1.1/configure-2037-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-2065-fi
xletters-1.1.1/configure:2066:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xletters-1.1.1/configure-2067-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-2087-ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
xletters-1.1.1/configure:2088:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xletters-1.1.1/configure-2089-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xletters-1.1.1/configure-2117-fi
xletters-1.1.1/configure:2118:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xletters-1.1.1/configure-2119-  echo "$ac_t""yes" 1>&6
##############################################
xletters-1.1.1/configure-2311-    fi
xletters-1.1.1/configure:2312:    ac_file=`expr $ac_file + 1`
xletters-1.1.1/configure-2313-    ac_beg=$ac_end
xletters-1.1.1/configure:2314:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
xletters-1.1.1/configure-2315-  fi
##############################################
xletters-1.1.1/configure-2329-  case "$ac_file" in
xletters-1.1.1/configure:2330:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xletters-1.1.1/configure:2331:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xletters-1.1.1/configure-2332-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xletters-1.1.1/configure-2337-  # Remove last slash and all that follows it.  Not all systems have dirname.
xletters-1.1.1/configure:2338:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xletters-1.1.1/configure-2339-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xletters-1.1.1/configure-2341-    test ! -d "$ac_dir" && mkdir "$ac_dir"
xletters-1.1.1/configure:2342:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
xletters-1.1.1/configure-2343-    # A "../" for each directory in $ac_dir_suffix.
xletters-1.1.1/configure:2344:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
xletters-1.1.1/configure-2345-  else
##############################################
xletters-1.1.1/configure-2351-      if test -z "$ac_dots"; then top_srcdir=.
xletters-1.1.1/configure:2352:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
xletters-1.1.1/configure-2353-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
xletters-1.1.1/configure-2365-  rm -f "$ac_file"
xletters-1.1.1/configure:2366:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
xletters-1.1.1/configure-2367-  case "$ac_file" in
##############################################
xletters-1.1.1/configure-2372-
xletters-1.1.1/configure:2373:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xletters-1.1.1/configure-2374-  sed -e "$ac_comsub
##############################################
xletters-1.1.1/configure-2411-  case "$ac_file" in
xletters-1.1.1/configure:2412:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xletters-1.1.1/configure:2413:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xletters-1.1.1/configure-2414-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xletters-1.1.1/configure-2419-  rm -f conftest.frag conftest.in conftest.out
xletters-1.1.1/configure:2420:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xletters-1.1.1/configure-2421-  cat $ac_file_inputs > conftest.in
##############################################
xletters-1.1.1/configure-2479-    # Remove last slash and all that follows it.  Not all systems have dirname.
xletters-1.1.1/configure:2480:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xletters-1.1.1/configure-2481-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xletters-1.1.1/install-sh-85-
xletters-1.1.1/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xletters-1.1.1/install-sh-87-	    shift
##############################################
xletters-1.1.1/install-sh-89-
xletters-1.1.1/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xletters-1.1.1/install-sh-91-	    shift
##############################################
xletters-1.1.1/install-sh-151-	then
xletters-1.1.1/install-sh:152:		dst="$dst"/`basename $src`
xletters-1.1.1/install-sh-153-	else
##############################################
xletters-1.1.1/install-sh-158-## this sed command emulates the dirname command
xletters-1.1.1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xletters-1.1.1/install-sh-160-
##############################################
xletters-1.1.1/install-sh-172-IFS='%'
xletters-1.1.1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xletters-1.1.1/install-sh-174-IFS="${oIFS}"
##############################################
xletters-1.1.1/install-sh-206-	then
xletters-1.1.1/install-sh:207:		dstfile=`basename $dst`
xletters-1.1.1/install-sh-208-	else
##############################################
xletters-1.1.1/install-sh-216-	then
xletters-1.1.1/install-sh:217:		dstfile=`basename $dst`
xletters-1.1.1/install-sh-218-	else
##############################################
xletters-1.1.1/missing-119-	*.y)
xletters-1.1.1/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
xletters-1.1.1/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
xletters-1.1.1/missing-123-	    fi
xletters-1.1.1/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
xletters-1.1.1/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
xletters-1.1.1/missing-149-	*.l)
xletters-1.1.1/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
xletters-1.1.1/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
xletters-1.1.1/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
xletters-1.1.1/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
xletters-1.1.1/missing-171-    if test -z "$file"; then
xletters-1.1.1/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
xletters-1.1.1/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
xletters-1.1.1/missing-174-    fi
##############################################
xletters-1.1.1/mkinstalldirs-12-do
xletters-1.1.1/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
xletters-1.1.1/mkinstalldirs-14-   shift