===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
e2tools-0.0.16/Makefile.in-135-	  if test -f $$p; then \
e2tools-0.0.16/Makefile.in:136:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
e2tools-0.0.16/Makefile.in:137:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
e2tools-0.0.16/Makefile.in-138-	  else :; fi; \
##############################################
e2tools-0.0.16/Makefile.in-143-	list='$(bin_PROGRAMS)'; for p in $$list; do \
e2tools-0.0.16/Makefile.in:144:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
e2tools-0.0.16/Makefile.in-145-	done
##############################################
e2tools-0.0.16/Makefile.in-206-	mkdir $(distdir)/=inst
e2tools-0.0.16/Makefile.in:207:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
e2tools-0.0.16/Makefile.in-208-	cd $(distdir)/=build \
##############################################
e2tools-0.0.16/Makefile.in-217-	@banner="$(distdir).tar.gz is ready for distribution"; \
e2tools-0.0.16/Makefile.in:218:	dashes=`echo "$$banner" | sed s/./=/g`; \
e2tools-0.0.16/Makefile.in-219-	echo "$$dashes"; \
##############################################
e2tools-0.0.16/aclocal.m4-28-dnl test to see if srcdir already configured
e2tools-0.0.16/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
e2tools-0.0.16/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
e2tools-0.0.16/aclocal.m4-37-dnl FIXME This is truly gross.
e2tools-0.0.16/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
e2tools-0.0.16/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
e2tools-0.0.16/aclocal.m4-60-if (
e2tools-0.0.16/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
e2tools-0.0.16/aclocal.m4-62-   if test "[$]*" = "X"; then
e2tools-0.0.16/aclocal.m4-63-      # -L didn't work.
e2tools-0.0.16/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
e2tools-0.0.16/aclocal.m4-65-   fi
##############################################
e2tools-0.0.16/configure-70-  case "$ac_option" in
e2tools-0.0.16/configure:71:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
e2tools-0.0.16/configure-72-  *) ac_optarg= ;;
##############################################
e2tools-0.0.16/configure-102-  -disable-* | --disable-*)
e2tools-0.0.16/configure:103:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
e2tools-0.0.16/configure-104-    # Reject names that are not valid shell variable names.
e2tools-0.0.16/configure:105:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
e2tools-0.0.16/configure-106-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
e2tools-0.0.16/configure-107-    fi
e2tools-0.0.16/configure:108:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
e2tools-0.0.16/configure-109-    eval "enable_${ac_feature}=no" ;;
##############################################
e2tools-0.0.16/configure-111-  -enable-* | --enable-*)
e2tools-0.0.16/configure:112:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
e2tools-0.0.16/configure-113-    # Reject names that are not valid shell variable names.
e2tools-0.0.16/configure:114:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
e2tools-0.0.16/configure-115-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
e2tools-0.0.16/configure-116-    fi
e2tools-0.0.16/configure:117:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
e2tools-0.0.16/configure-118-    case "$ac_option" in
##############################################
e2tools-0.0.16/configure-342-  -with-* | --with-*)
e2tools-0.0.16/configure:343:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
e2tools-0.0.16/configure-344-    # Reject names that are not valid shell variable names.
e2tools-0.0.16/configure:345:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
e2tools-0.0.16/configure-346-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
e2tools-0.0.16/configure-347-    fi
e2tools-0.0.16/configure:348:    ac_package=`echo $ac_package| sed 's/-/_/g'`
e2tools-0.0.16/configure-349-    case "$ac_option" in
##############################################
e2tools-0.0.16/configure-355-  -without-* | --without-*)
e2tools-0.0.16/configure:356:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
e2tools-0.0.16/configure-357-    # Reject names that are not valid shell variable names.
e2tools-0.0.16/configure:358:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
e2tools-0.0.16/configure-359-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
e2tools-0.0.16/configure-360-    fi
e2tools-0.0.16/configure:361:    ac_package=`echo $ac_package| sed 's/-/_/g'`
e2tools-0.0.16/configure-362-    eval "with_${ac_package}=no" ;;
##############################################
e2tools-0.0.16/configure-385-  *)
e2tools-0.0.16/configure:386:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
e2tools-0.0.16/configure-387-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
e2tools-0.0.16/configure-398-if test -n "$ac_prev"; then
e2tools-0.0.16/configure:399:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
e2tools-0.0.16/configure-400-fi
##############################################
e2tools-0.0.16/configure-463-  ac_prog=$0
e2tools-0.0.16/configure:464:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
e2tools-0.0.16/configure-465-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
e2tools-0.0.16/configure-479-fi
e2tools-0.0.16/configure:480:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
e2tools-0.0.16/configure-481-
##############################################
e2tools-0.0.16/configure-559-if test -z "$INSTALL"; then
e2tools-0.0.16/configure:560:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
e2tools-0.0.16/configure-561-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-620-if (
e2tools-0.0.16/configure:621:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
e2tools-0.0.16/configure-622-   if test "$*" = "X"; then
e2tools-0.0.16/configure-623-      # -L didn't work.
e2tools-0.0.16/configure:624:      set X `ls -t $srcdir/configure conftestfile`
e2tools-0.0.16/configure-625-   fi
##############################################
e2tools-0.0.16/configure-654-EOF_SED
e2tools-0.0.16/configure:655:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
e2tools-0.0.16/configure-656-  rm -f conftestsed
##############################################
e2tools-0.0.16/configure-668-echo "configure:669: checking whether ${MAKE-make} sets \${MAKE}" >&5
e2tools-0.0.16/configure:669:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
e2tools-0.0.16/configure:670:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
e2tools-0.0.16/configure-671-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-677-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
e2tools-0.0.16/configure:678:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
e2tools-0.0.16/configure-679-if test -n "$ac_maketemp"; then
##############################################
e2tools-0.0.16/configure-685-fi
e2tools-0.0.16/configure:686:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
e2tools-0.0.16/configure-687-  echo "$ac_t""yes" 1>&6
##############################################
e2tools-0.0.16/configure-698-
e2tools-0.0.16/configure:699:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
e2tools-0.0.16/configure-700-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
e2tools-0.0.16/configure-711-
e2tools-0.0.16/configure:712:missing_dir=`cd $ac_aux_dir && pwd`
e2tools-0.0.16/configure-713-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-783-echo "configure:784: checking for $ac_word" >&5
e2tools-0.0.16/configure:784:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
e2tools-0.0.16/configure-785-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-813-echo "configure:814: checking for $ac_word" >&5
e2tools-0.0.16/configure:814:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
e2tools-0.0.16/configure-815-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-864-echo "configure:865: checking for $ac_word" >&5
e2tools-0.0.16/configure:865:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
e2tools-0.0.16/configure-866-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-943-echo "configure:944: checking whether we are using GNU C" >&5
e2tools-0.0.16/configure:944:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
e2tools-0.0.16/configure-945-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-971-echo "configure:972: checking whether ${CC-cc} accepts -g" >&5
e2tools-0.0.16/configure:972:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
e2tools-0.0.16/configure-973-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-975-  echo 'void f(){}' > conftest.c
e2tools-0.0.16/configure:976:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
e2tools-0.0.16/configure-977-  ac_cv_prog_cc_g=yes
##############################################
e2tools-0.0.16/configure-1015-if test -z "$INSTALL"; then
e2tools-0.0.16/configure:1016:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
e2tools-0.0.16/configure-1017-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1067-echo "configure:1068: checking whether ln -s works" >&5
e2tools-0.0.16/configure:1068:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
e2tools-0.0.16/configure-1069-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1088-echo "configure:1089: checking whether ${MAKE-make} sets \${MAKE}" >&5
e2tools-0.0.16/configure:1089:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
e2tools-0.0.16/configure:1090:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
e2tools-0.0.16/configure-1091-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1097-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
e2tools-0.0.16/configure:1098:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
e2tools-0.0.16/configure-1099-if test -n "$ac_maketemp"; then
##############################################
e2tools-0.0.16/configure-1105-fi
e2tools-0.0.16/configure:1106:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
e2tools-0.0.16/configure-1107-  echo "$ac_t""yes" 1>&6
##############################################
e2tools-0.0.16/configure-1146-if test -z "$CPP"; then
e2tools-0.0.16/configure:1147:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
e2tools-0.0.16/configure-1148-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1162-{ (eval echo configure:1163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
e2tools-0.0.16/configure:1163:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
e2tools-0.0.16/configure-1164-if test -z "$ac_err"; then
##############################################
e2tools-0.0.16/configure-1179-{ (eval echo configure:1180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
e2tools-0.0.16/configure:1180:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
e2tools-0.0.16/configure-1181-if test -z "$ac_err"; then
##############################################
e2tools-0.0.16/configure-1196-{ (eval echo configure:1197: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
e2tools-0.0.16/configure:1197:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
e2tools-0.0.16/configure-1198-if test -z "$ac_err"; then
##############################################
e2tools-0.0.16/configure-1221-echo "configure:1222: checking for ANSI C header files" >&5
e2tools-0.0.16/configure:1222:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
e2tools-0.0.16/configure-1223-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1234-{ (eval echo configure:1235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
e2tools-0.0.16/configure:1235:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
e2tools-0.0.16/configure-1236-if test -z "$ac_err"; then
##############################################
e2tools-0.0.16/configure-1325-do
e2tools-0.0.16/configure:1326:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
e2tools-0.0.16/configure-1327-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
e2tools-0.0.16/configure-1328-echo "configure:1329: checking for $ac_hdr" >&5
e2tools-0.0.16/configure:1329:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
e2tools-0.0.16/configure-1330-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1338-{ (eval echo configure:1339: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
e2tools-0.0.16/configure:1339:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
e2tools-0.0.16/configure-1340-if test -z "$ac_err"; then
##############################################
e2tools-0.0.16/configure-1351-fi
e2tools-0.0.16/configure:1352:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
e2tools-0.0.16/configure-1353-  echo "$ac_t""yes" 1>&6
e2tools-0.0.16/configure:1354:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
e2tools-0.0.16/configure-1355-  cat >> confdefs.h <<EOF
##############################################
e2tools-0.0.16/configure-1366-echo "configure:1367: checking for working const" >&5
e2tools-0.0.16/configure:1367:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
e2tools-0.0.16/configure-1368-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1441-echo "configure:1442: checking for mode_t" >&5
e2tools-0.0.16/configure:1442:if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
e2tools-0.0.16/configure-1443-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1474-echo "configure:1475: checking for off_t" >&5
e2tools-0.0.16/configure:1475:if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
e2tools-0.0.16/configure-1476-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1507-echo "configure:1508: checking whether time.h and sys/time.h may both be included" >&5
e2tools-0.0.16/configure:1508:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
e2tools-0.0.16/configure-1509-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1542-echo "configure:1543: checking whether struct tm is in sys/time.h or time.h" >&5
e2tools-0.0.16/configure:1543:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
e2tools-0.0.16/configure-1544-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1579-echo "configure:1580: checking for working alloca.h" >&5
e2tools-0.0.16/configure:1580:if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
e2tools-0.0.16/configure-1581-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1612-echo "configure:1613: checking for alloca" >&5
e2tools-0.0.16/configure:1613:if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
e2tools-0.0.16/configure-1614-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1677-echo "configure:1678: checking whether alloca needs Cray hooks" >&5
e2tools-0.0.16/configure:1678:if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
e2tools-0.0.16/configure-1679-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1707-echo "configure:1708: checking for $ac_func" >&5
e2tools-0.0.16/configure:1708:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
e2tools-0.0.16/configure-1709-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1746-
e2tools-0.0.16/configure:1747:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
e2tools-0.0.16/configure-1748-  echo "$ac_t""yes" 1>&6
##############################################
e2tools-0.0.16/configure-1762-echo "configure:1763: checking stack direction for C alloca" >&5
e2tools-0.0.16/configure:1763:if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
e2tools-0.0.16/configure-1764-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1811-echo "configure:1812: checking whether utime accepts a null argument" >&5
e2tools-0.0.16/configure:1812:if eval "test \"`echo '$''{'ac_cv_func_utime_null'+set}'`\" = set"; then
e2tools-0.0.16/configure-1813-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1858-echo "configure:1859: checking for $ac_func" >&5
e2tools-0.0.16/configure:1859:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
e2tools-0.0.16/configure-1860-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
e2tools-0.0.16/configure-1897-
e2tools-0.0.16/configure:1898:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
e2tools-0.0.16/configure-1899-  echo "$ac_t""yes" 1>&6
e2tools-0.0.16/configure:1900:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
e2tools-0.0.16/configure-1901-  cat >> confdefs.h <<EOF
##############################################
e2tools-0.0.16/configure-2102-    fi
e2tools-0.0.16/configure:2103:    ac_file=`expr $ac_file + 1`
e2tools-0.0.16/configure-2104-    ac_beg=$ac_end
e2tools-0.0.16/configure:2105:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
e2tools-0.0.16/configure-2106-  fi
##############################################
e2tools-0.0.16/configure-2120-  case "$ac_file" in
e2tools-0.0.16/configure:2121:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
e2tools-0.0.16/configure:2122:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
e2tools-0.0.16/configure-2123-  *) ac_file_in="${ac_file}.in" ;;
##############################################
e2tools-0.0.16/configure-2128-  # Remove last slash and all that follows it.  Not all systems have dirname.
e2tools-0.0.16/configure:2129:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
e2tools-0.0.16/configure-2130-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
e2tools-0.0.16/configure-2132-    test ! -d "$ac_dir" && mkdir "$ac_dir"
e2tools-0.0.16/configure:2133:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
e2tools-0.0.16/configure-2134-    # A "../" for each directory in $ac_dir_suffix.
e2tools-0.0.16/configure:2135:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
e2tools-0.0.16/configure-2136-  else
##############################################
e2tools-0.0.16/configure-2142-      if test -z "$ac_dots"; then top_srcdir=.
e2tools-0.0.16/configure:2143:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
e2tools-0.0.16/configure-2144-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
e2tools-0.0.16/configure-2156-  rm -f "$ac_file"
e2tools-0.0.16/configure:2157:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
e2tools-0.0.16/configure-2158-  case "$ac_file" in
##############################################
e2tools-0.0.16/configure-2163-
e2tools-0.0.16/configure:2164:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
e2tools-0.0.16/configure-2165-  sed -e "$ac_comsub
##############################################
e2tools-0.0.16/install-sh-85-
e2tools-0.0.16/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
e2tools-0.0.16/install-sh-87-	    shift
##############################################
e2tools-0.0.16/install-sh-89-
e2tools-0.0.16/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
e2tools-0.0.16/install-sh-91-	    shift
##############################################
e2tools-0.0.16/install-sh-151-	then
e2tools-0.0.16/install-sh:152:		dst="$dst"/`basename $src`
e2tools-0.0.16/install-sh-153-	else
##############################################
e2tools-0.0.16/install-sh-158-## this sed command emulates the dirname command
e2tools-0.0.16/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
e2tools-0.0.16/install-sh-160-
##############################################
e2tools-0.0.16/install-sh-172-IFS='%'
e2tools-0.0.16/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
e2tools-0.0.16/install-sh-174-IFS="${oIFS}"
##############################################
e2tools-0.0.16/install-sh-206-	then
e2tools-0.0.16/install-sh:207:		dstfile=`basename $dst`
e2tools-0.0.16/install-sh-208-	else
##############################################
e2tools-0.0.16/install-sh-216-	then
e2tools-0.0.16/install-sh:217:		dstfile=`basename $dst`
e2tools-0.0.16/install-sh-218-	else
##############################################
e2tools-0.0.16/missing-119-	*.y)
e2tools-0.0.16/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
e2tools-0.0.16/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
e2tools-0.0.16/missing-123-	    fi
e2tools-0.0.16/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
e2tools-0.0.16/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
e2tools-0.0.16/missing-149-	*.l)
e2tools-0.0.16/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
e2tools-0.0.16/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
e2tools-0.0.16/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
e2tools-0.0.16/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
e2tools-0.0.16/missing-171-    if test -z "$file"; then
e2tools-0.0.16/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
e2tools-0.0.16/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
e2tools-0.0.16/missing-174-    fi
##############################################
e2tools-0.0.16/mkinstalldirs-12-do
e2tools-0.0.16/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
e2tools-0.0.16/mkinstalldirs-14-   shift