===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mboxgrep-0.7.9/configure.ac-42-	if test "$PCRE_CONFIG"; then
mboxgrep-0.7.9/configure.ac:43:	   CFLAGS="$CFLAGS `$PCRE_CONFIG --cflags`"
mboxgrep-0.7.9/configure.ac:44:	   LIBS="$LIBS `$PCRE_CONFIG --libs`"
mboxgrep-0.7.9/configure.ac-45-
##############################################
mboxgrep-0.7.9/install-sh-85-
mboxgrep-0.7.9/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
mboxgrep-0.7.9/install-sh-87-	    shift
##############################################
mboxgrep-0.7.9/install-sh-89-
mboxgrep-0.7.9/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
mboxgrep-0.7.9/install-sh-91-	    shift
##############################################
mboxgrep-0.7.9/install-sh-151-	then
mboxgrep-0.7.9/install-sh:152:		dst="$dst"/`basename $src`
mboxgrep-0.7.9/install-sh-153-	else
##############################################
mboxgrep-0.7.9/install-sh-158-## this sed command emulates the dirname command
mboxgrep-0.7.9/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
mboxgrep-0.7.9/install-sh-160-
##############################################
mboxgrep-0.7.9/install-sh-172-IFS='%'
mboxgrep-0.7.9/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
mboxgrep-0.7.9/install-sh-174-IFS="${oIFS}"
##############################################
mboxgrep-0.7.9/install-sh-206-	then
mboxgrep-0.7.9/install-sh:207:		dstfile=`basename $dst`
mboxgrep-0.7.9/install-sh-208-	else
##############################################
mboxgrep-0.7.9/install-sh-216-	then
mboxgrep-0.7.9/install-sh:217:		dstfile=`basename $dst`
mboxgrep-0.7.9/install-sh-218-	else
##############################################
mboxgrep-0.7.9/configure-43-do
mboxgrep-0.7.9/configure:44:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
mboxgrep-0.7.9/configure-45-    eval $as_var=C; export $as_var
##############################################
mboxgrep-0.7.9/configure-101-  as_lineno_2=$LINENO
mboxgrep-0.7.9/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mboxgrep-0.7.9/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mboxgrep-0.7.9/configure-140-  as_lineno_2=$LINENO
mboxgrep-0.7.9/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mboxgrep-0.7.9/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mboxgrep-0.7.9/configure-323-
mboxgrep-0.7.9/configure:324:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
mboxgrep-0.7.9/configure-325-
##############################################
mboxgrep-0.7.9/configure-356-  -disable-* | --disable-*)
mboxgrep-0.7.9/configure:357:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mboxgrep-0.7.9/configure-358-    # Reject names that are not valid shell variable names.
##############################################
mboxgrep-0.7.9/configure-361-   { (exit 1); exit 1; }; }
mboxgrep-0.7.9/configure:362:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mboxgrep-0.7.9/configure-363-    eval "enable_$ac_feature=no" ;;
##############################################
mboxgrep-0.7.9/configure-365-  -enable-* | --enable-*)
mboxgrep-0.7.9/configure:366:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mboxgrep-0.7.9/configure-367-    # Reject names that are not valid shell variable names.
##############################################
mboxgrep-0.7.9/configure-370-   { (exit 1); exit 1; }; }
mboxgrep-0.7.9/configure:371:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
mboxgrep-0.7.9/configure-372-    case $ac_option in
mboxgrep-0.7.9/configure:373:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mboxgrep-0.7.9/configure-374-      *) ac_optarg=yes ;;
##############################################
mboxgrep-0.7.9/configure-547-  -with-* | --with-*)
mboxgrep-0.7.9/configure:548:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mboxgrep-0.7.9/configure-549-    # Reject names that are not valid shell variable names.
##############################################
mboxgrep-0.7.9/configure-552-   { (exit 1); exit 1; }; }
mboxgrep-0.7.9/configure:553:    ac_package=`echo $ac_package| sed 's/-/_/g'`
mboxgrep-0.7.9/configure-554-    case $ac_option in
mboxgrep-0.7.9/configure:555:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
mboxgrep-0.7.9/configure-556-      *) ac_optarg=yes ;;
##############################################
mboxgrep-0.7.9/configure-560-  -without-* | --without-*)
mboxgrep-0.7.9/configure:561:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mboxgrep-0.7.9/configure-562-    # Reject names that are not valid shell variable names.
##############################################
mboxgrep-0.7.9/configure-565-   { (exit 1); exit 1; }; }
mboxgrep-0.7.9/configure:566:    ac_package=`echo $ac_package | sed 's/-/_/g'`
mboxgrep-0.7.9/configure-567-    eval "with_$ac_package=no" ;;
##############################################
mboxgrep-0.7.9/configure-592-  *=*)
mboxgrep-0.7.9/configure:593:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mboxgrep-0.7.9/configure-594-    # Reject names that are not valid shell variable names.
##############################################
mboxgrep-0.7.9/configure-597-   { (exit 1); exit 1; }; }
mboxgrep-0.7.9/configure:598:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
mboxgrep-0.7.9/configure-599-    eval "$ac_envvar='$ac_optarg'"
##############################################
mboxgrep-0.7.9/configure-613-if test -n "$ac_prev"; then
mboxgrep-0.7.9/configure:614:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mboxgrep-0.7.9/configure-615-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
mboxgrep-0.7.9/configure-621-do
mboxgrep-0.7.9/configure:622:  eval ac_val=$`echo $ac_var`
mboxgrep-0.7.9/configure-623-  case $ac_val in
##############################################
mboxgrep-0.7.9/configure-633-do
mboxgrep-0.7.9/configure:634:  eval ac_val=$`echo $ac_var`
mboxgrep-0.7.9/configure-635-  case $ac_val in
##############################################
mboxgrep-0.7.9/configure-700-   { (exit 1); exit 1; }; }
mboxgrep-0.7.9/configure:701:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
mboxgrep-0.7.9/configure-702-ac_env_build_alias_set=${build_alias+set}
##############################################
mboxgrep-0.7.9/configure-771-By default, \`make install' will install all the files in
mboxgrep-0.7.9/configure:772:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mboxgrep-0.7.9/configure:773:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mboxgrep-0.7.9/configure-774-for instance \`--prefix=\$HOME'.
##############################################
mboxgrep-0.7.9/configure-832-if test "$ac_dir" != .; then
mboxgrep-0.7.9/configure:833:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mboxgrep-0.7.9/configure-834-  # A "../" for each directory in $ac_dir_suffix.
mboxgrep-0.7.9/configure:835:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mboxgrep-0.7.9/configure-836-else
##############################################
mboxgrep-0.7.9/configure-845-    else
mboxgrep-0.7.9/configure:846:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mboxgrep-0.7.9/configure-847-    fi ;;
##############################################
mboxgrep-0.7.9/configure-854-esac
mboxgrep-0.7.9/configure:855:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
mboxgrep-0.7.9/configure-856-# absolute.
mboxgrep-0.7.9/configure:857:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
mboxgrep-0.7.9/configure:858:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
mboxgrep-0.7.9/configure:859:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
mboxgrep-0.7.9/configure:860:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
mboxgrep-0.7.9/configure-861-
##############################################
mboxgrep-0.7.9/configure-967-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mboxgrep-0.7.9/configure:968:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mboxgrep-0.7.9/configure-969-    esac
##############################################
mboxgrep-0.7.9/configure-1039-    do
mboxgrep-0.7.9/configure:1040:      eval ac_val=$`echo $ac_var`
mboxgrep-0.7.9/configure-1041-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
mboxgrep-0.7.9/configure-1053-      do
mboxgrep-0.7.9/configure:1054:	eval ac_val=$`echo $ac_var`
mboxgrep-0.7.9/configure-1055-        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
mboxgrep-0.7.9/configure-1160-    set,)
mboxgrep-0.7.9/configure:1161:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mboxgrep-0.7.9/configure:1162:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mboxgrep-0.7.9/configure-1163-      ac_cache_corrupted=: ;;
##############################################
mboxgrep-0.7.9/configure-1183-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
mboxgrep-0.7.9/configure:1184:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mboxgrep-0.7.9/configure-1185-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mboxgrep-0.7.9/configure-1552-     "checking for C compiler version" >&5
mboxgrep-0.7.9/configure:1553:ac_compiler=`set X $ac_compile; echo $2`
mboxgrep-0.7.9/configure-1554-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
mboxgrep-0.7.9/configure-1592-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
mboxgrep-0.7.9/configure:1593:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mboxgrep-0.7.9/configure-1594-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
mboxgrep-0.7.9/configure-1620-    *.* )
mboxgrep-0.7.9/configure:1621:        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mboxgrep-0.7.9/configure-1622-        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
mboxgrep-0.7.9/configure-1700-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
mboxgrep-0.7.9/configure:1701:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mboxgrep-0.7.9/configure-1702-          export ac_cv_exeext
##############################################
mboxgrep-0.7.9/configure-1751-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
mboxgrep-0.7.9/configure:1752:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mboxgrep-0.7.9/configure-1753-       break;;
##############################################
mboxgrep-0.7.9/configure-1821-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
mboxgrep-0.7.9/configure:1822:GCC=`test $ac_compiler_gnu = yes && echo yes`
mboxgrep-0.7.9/configure-1823-ac_test_CFLAGS=${CFLAGS+set}
##############################################
mboxgrep-0.7.9/configure-2624-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
mboxgrep-0.7.9/configure:2625:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
mboxgrep-0.7.9/configure-2626-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
mboxgrep-0.7.9/configure-2670-fi
mboxgrep-0.7.9/configure:2671:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
mboxgrep-0.7.9/configure:2672:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
mboxgrep-0.7.9/configure:2673:if test `eval echo '${'$as_ac_Header'}'` = yes; then
mboxgrep-0.7.9/configure-2674-  cat >>confdefs.h <<_ACEOF
mboxgrep-0.7.9/configure:2675:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
mboxgrep-0.7.9/configure-2676-_ACEOF
##############################################
mboxgrep-0.7.9/configure-2950-	if test "$PCRE_CONFIG"; then
mboxgrep-0.7.9/configure:2951:	   CFLAGS="$CFLAGS `$PCRE_CONFIG --cflags`"
mboxgrep-0.7.9/configure:2952:	   LIBS="$LIBS `$PCRE_CONFIG --libs`"
mboxgrep-0.7.9/configure-2953-
##############################################
mboxgrep-0.7.9/configure-3353-do
mboxgrep-0.7.9/configure:3354:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
mboxgrep-0.7.9/configure-3355-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
mboxgrep-0.7.9/configure-3424-fi
mboxgrep-0.7.9/configure:3425:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
mboxgrep-0.7.9/configure:3426:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
mboxgrep-0.7.9/configure:3427:if test `eval echo '${'$as_ac_var'}'` = yes; then
mboxgrep-0.7.9/configure-3428-  cat >>confdefs.h <<_ACEOF
mboxgrep-0.7.9/configure:3429:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
mboxgrep-0.7.9/configure-3430-_ACEOF
##############################################
mboxgrep-0.7.9/configure-3437-do
mboxgrep-0.7.9/configure:3438:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
mboxgrep-0.7.9/configure-3439-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
mboxgrep-0.7.9/configure-3508-fi
mboxgrep-0.7.9/configure:3509:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
mboxgrep-0.7.9/configure:3510:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
mboxgrep-0.7.9/configure:3511:if test `eval echo '${'$as_ac_var'}'` = yes; then
mboxgrep-0.7.9/configure-3512-  cat >>confdefs.h <<_ACEOF
mboxgrep-0.7.9/configure:3513:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
mboxgrep-0.7.9/configure-3514-_ACEOF
##############################################
mboxgrep-0.7.9/configure-3521-do
mboxgrep-0.7.9/configure:3522:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
mboxgrep-0.7.9/configure-3523-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
mboxgrep-0.7.9/configure-3592-fi
mboxgrep-0.7.9/configure:3593:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
mboxgrep-0.7.9/configure:3594:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
mboxgrep-0.7.9/configure:3595:if test `eval echo '${'$as_ac_var'}'` = yes; then
mboxgrep-0.7.9/configure-3596-  cat >>confdefs.h <<_ACEOF
mboxgrep-0.7.9/configure:3597:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
mboxgrep-0.7.9/configure-3598-_ACEOF
##############################################
mboxgrep-0.7.9/configure-3605-do
mboxgrep-0.7.9/configure:3606:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
mboxgrep-0.7.9/configure-3607-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
mboxgrep-0.7.9/configure-3676-fi
mboxgrep-0.7.9/configure:3677:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
mboxgrep-0.7.9/configure:3678:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
mboxgrep-0.7.9/configure:3679:if test `eval echo '${'$as_ac_var'}'` = yes; then
mboxgrep-0.7.9/configure-3680-  cat >>confdefs.h <<_ACEOF
mboxgrep-0.7.9/configure:3681:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
mboxgrep-0.7.9/configure-3682-_ACEOF
##############################################
mboxgrep-0.7.9/configure-3689-do
mboxgrep-0.7.9/configure:3690:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
mboxgrep-0.7.9/configure-3691-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
mboxgrep-0.7.9/configure-3760-fi
mboxgrep-0.7.9/configure:3761:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
mboxgrep-0.7.9/configure:3762:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
mboxgrep-0.7.9/configure:3763:if test `eval echo '${'$as_ac_var'}'` = yes; then
mboxgrep-0.7.9/configure-3764-  cat >>confdefs.h <<_ACEOF
mboxgrep-0.7.9/configure:3765:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
mboxgrep-0.7.9/configure-3766-_ACEOF
##############################################
mboxgrep-0.7.9/configure-3773-do
mboxgrep-0.7.9/configure:3774:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
mboxgrep-0.7.9/configure-3775-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
mboxgrep-0.7.9/configure-3844-fi
mboxgrep-0.7.9/configure:3845:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
mboxgrep-0.7.9/configure:3846:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
mboxgrep-0.7.9/configure:3847:if test `eval echo '${'$as_ac_var'}'` = yes; then
mboxgrep-0.7.9/configure-3848-  cat >>confdefs.h <<_ACEOF
mboxgrep-0.7.9/configure:3849:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
mboxgrep-0.7.9/configure-3850-_ACEOF
##############################################
mboxgrep-0.7.9/configure-4003-do
mboxgrep-0.7.9/configure:4004:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
mboxgrep-0.7.9/configure-4005-    eval $as_var=C; export $as_var
##############################################
mboxgrep-0.7.9/configure-4061-  as_lineno_2=$LINENO
mboxgrep-0.7.9/configure:4062:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mboxgrep-0.7.9/configure-4063-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mboxgrep-0.7.9/configure-4101-  as_lineno_2=$LINENO
mboxgrep-0.7.9/configure:4102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
mboxgrep-0.7.9/configure-4103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
mboxgrep-0.7.9/configure-4279-configured by $0, generated by GNU Autoconf 2.57,
mboxgrep-0.7.9/configure:4280:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
mboxgrep-0.7.9/configure-4281-
##############################################
mboxgrep-0.7.9/configure-4297-  --*=*)
mboxgrep-0.7.9/configure:4298:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
mboxgrep-0.7.9/configure:4299:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
mboxgrep-0.7.9/configure-4300-    ac_shift=:
##############################################
mboxgrep-0.7.9/configure-4517-      fi
mboxgrep-0.7.9/configure:4518:      ac_sed_frag=`expr $ac_sed_frag + 1`
mboxgrep-0.7.9/configure-4519-      ac_beg=$ac_end
mboxgrep-0.7.9/configure:4520:      ac_end=`expr $ac_end + $ac_max_sed_lines`
mboxgrep-0.7.9/configure-4521-    fi
##############################################
mboxgrep-0.7.9/configure-4534-        cat >$tmp/stdin
mboxgrep-0.7.9/configure:4535:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mboxgrep-0.7.9/configure:4536:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mboxgrep-0.7.9/configure:4537:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mboxgrep-0.7.9/configure:4538:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mboxgrep-0.7.9/configure-4539-  * )   ac_file_in=$ac_file.in ;;
##############################################
mboxgrep-0.7.9/configure-4582-if test "$ac_dir" != .; then
mboxgrep-0.7.9/configure:4583:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
mboxgrep-0.7.9/configure-4584-  # A "../" for each directory in $ac_dir_suffix.
mboxgrep-0.7.9/configure:4585:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
mboxgrep-0.7.9/configure-4586-else
##############################################
mboxgrep-0.7.9/configure-4595-    else
mboxgrep-0.7.9/configure:4596:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
mboxgrep-0.7.9/configure-4597-    fi ;;
##############################################
mboxgrep-0.7.9/configure-4604-esac
mboxgrep-0.7.9/configure:4605:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
mboxgrep-0.7.9/configure-4606-# absolute.
mboxgrep-0.7.9/configure:4607:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
mboxgrep-0.7.9/configure:4608:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
mboxgrep-0.7.9/configure:4609:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
mboxgrep-0.7.9/configure:4610:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
mboxgrep-0.7.9/configure-4611-
##############################################
mboxgrep-0.7.9/configure-4714-        cat >$tmp/stdin
mboxgrep-0.7.9/configure:4715:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mboxgrep-0.7.9/configure:4716:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mboxgrep-0.7.9/configure:4717:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
mboxgrep-0.7.9/configure:4718:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
mboxgrep-0.7.9/configure-4719-  * )   ac_file_in=$ac_file.in ;;