=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== asmail-2.1/autoconf/Makefile.common.in-43-indent: asmail-2.1/autoconf/Makefile.common.in:44: SRCS=`echo "$(OBJS) " | sed "s/.o /.c /g"`; \ asmail-2.1/autoconf/Makefile.common.in-45- for i in $$SRCS; do \ ############################################## asmail-2.1/autoconf/aclocal.m4-177-for ac_dir in \ asmail-2.1/autoconf/aclocal.m4:178: `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ asmail-2.1/autoconf/aclocal.m4-179- /usr/X11/lib \ ############################################## asmail-2.1/autoconf/Makefile.common.lib.in-24-indent: asmail-2.1/autoconf/Makefile.common.lib.in:25: SRCS=`echo "$(OBJS) " | sed "s/.o /.c /g"`; \ asmail-2.1/autoconf/Makefile.common.lib.in-26- for i in $$SRCS; do \ ############################################## asmail-2.1/autoconf/configure.in-43- asmail-2.1/autoconf/configure.in:44:if test -n '`echo "$CFLAGS " | grep "\-g " 2> /dev/null`' ; then asmail-2.1/autoconf/configure.in:45: CFLAGS=`echo "$CFLAGS " | sed "s/-g //"` asmail-2.1/autoconf/configure.in-46-fi ############################################## asmail-2.1/autoconf/configure.in-50-if test "x$GCC" = "xyes"; then asmail-2.1/autoconf/configure.in:51: if test -z '`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`' ; then asmail-2.1/autoconf/configure.in-52- CFLAGS="$CFLAGS -Wall" ############################################## asmail-2.1/autoconf/configure.in-85-for x in $X_CFLAGS; do asmail-2.1/autoconf/configure.in:86: XPM_CFLAGS=`echo " $XPM_CFLAGS " | sed "s@ $x @ @"` asmail-2.1/autoconf/configure.in-87-done ############################################## asmail-2.1/autoconf/install-sh-73- asmail-2.1/autoconf/install-sh:74: -t=*) transformarg=`echo $1 | sed 's/-t=//'` asmail-2.1/autoconf/install-sh-75- shift ############################################## asmail-2.1/autoconf/install-sh-77- asmail-2.1/autoconf/install-sh:78: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` asmail-2.1/autoconf/install-sh-79- shift ############################################## asmail-2.1/autoconf/install-sh-138- then asmail-2.1/autoconf/install-sh:139: dst="$dst"/`basename $src` asmail-2.1/autoconf/install-sh-140- else ############################################## asmail-2.1/autoconf/install-sh-145-## this sed command emulates the dirname command asmail-2.1/autoconf/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` asmail-2.1/autoconf/install-sh-147- ############################################## asmail-2.1/autoconf/install-sh-159-IFS='%' asmail-2.1/autoconf/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` asmail-2.1/autoconf/install-sh-161-IFS="${oIFS}" ############################################## asmail-2.1/autoconf/install-sh-193- then asmail-2.1/autoconf/install-sh:194: dstfile=`basename $dst` asmail-2.1/autoconf/install-sh-195- else ############################################## asmail-2.1/autoconf/install-sh-203- then asmail-2.1/autoconf/install-sh:204: dstfile=`basename $dst` asmail-2.1/autoconf/install-sh-205- else ############################################## asmail-2.1/autoconf/mkinstalldirs-10-for file in ${1+"$@"} ; do asmail-2.1/autoconf/mkinstalldirs:11: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` asmail-2.1/autoconf/mkinstalldirs-12- shift ############################################## asmail-2.1/autoconf/Makefile.QNX-79-indent: asmail-2.1/autoconf/Makefile.QNX:80: SRCS=`echo "$(OBJS) " | sed "s/.o /.c /g"`; \ asmail-2.1/autoconf/Makefile.QNX-81- for i in $$SRCS; do \ ############################################## asmail-2.1/configure-87- case "$ac_option" in asmail-2.1/configure:88: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; asmail-2.1/configure-89- *) ac_optarg= ;; ############################################## asmail-2.1/configure-119- -disable-* | --disable-*) asmail-2.1/configure:120: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` asmail-2.1/configure-121- # Reject names that are not valid shell variable names. asmail-2.1/configure:122: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then asmail-2.1/configure-123- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } asmail-2.1/configure-124- fi asmail-2.1/configure:125: ac_feature=`echo $ac_feature| sed 's/-/_/g'` asmail-2.1/configure-126- eval "enable_${ac_feature}=no" ;; ############################################## asmail-2.1/configure-128- -enable-* | --enable-*) asmail-2.1/configure:129: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` asmail-2.1/configure-130- # Reject names that are not valid shell variable names. asmail-2.1/configure:131: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then asmail-2.1/configure-132- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } asmail-2.1/configure-133- fi asmail-2.1/configure:134: ac_feature=`echo $ac_feature| sed 's/-/_/g'` asmail-2.1/configure-135- case "$ac_option" in ############################################## asmail-2.1/configure-359- -with-* | --with-*) asmail-2.1/configure:360: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` asmail-2.1/configure-361- # Reject names that are not valid shell variable names. asmail-2.1/configure:362: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then asmail-2.1/configure-363- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } asmail-2.1/configure-364- fi asmail-2.1/configure:365: ac_package=`echo $ac_package| sed 's/-/_/g'` asmail-2.1/configure-366- case "$ac_option" in ############################################## asmail-2.1/configure-372- -without-* | --without-*) asmail-2.1/configure:373: ac_package=`echo $ac_option|sed -e 's/-*without-//'` asmail-2.1/configure-374- # Reject names that are not valid shell variable names. asmail-2.1/configure:375: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then asmail-2.1/configure-376- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } asmail-2.1/configure-377- fi asmail-2.1/configure:378: ac_package=`echo $ac_package| sed 's/-/_/g'` asmail-2.1/configure-379- eval "with_${ac_package}=no" ;; ############################################## asmail-2.1/configure-402- *) asmail-2.1/configure:403: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then asmail-2.1/configure-404- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## asmail-2.1/configure-415-if test -n "$ac_prev"; then asmail-2.1/configure:416: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } asmail-2.1/configure-417-fi ############################################## asmail-2.1/configure-480- ac_prog=$0 asmail-2.1/configure:481: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` asmail-2.1/configure-482- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## asmail-2.1/configure-496-fi asmail-2.1/configure:497:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` asmail-2.1/configure-498- ############################################## asmail-2.1/configure-619-echo "configure:620: checking for $ac_word" >&5 asmail-2.1/configure:620:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then asmail-2.1/configure-621- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-649-echo "configure:650: checking for $ac_word" >&5 asmail-2.1/configure:650:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then asmail-2.1/configure-651- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-700-echo "configure:701: checking for $ac_word" >&5 asmail-2.1/configure:701:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then asmail-2.1/configure-702- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-779-echo "configure:780: checking whether we are using GNU C" >&5 asmail-2.1/configure:780:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then asmail-2.1/configure-781- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-807-echo "configure:808: checking whether ${CC-cc} accepts -g" >&5 asmail-2.1/configure:808:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then asmail-2.1/configure-809- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-811- echo 'void f(){}' > conftest.c asmail-2.1/configure:812:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then asmail-2.1/configure-813- ac_cv_prog_cc_g=yes ############################################## asmail-2.1/configure-851-if test -z "$INSTALL"; then asmail-2.1/configure:852:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then asmail-2.1/configure-853- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-905-echo "configure:906: checking for $ac_word" >&5 asmail-2.1/configure:906:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then asmail-2.1/configure-907- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-935-echo "configure:936: checking for $ac_word" >&5 asmail-2.1/configure:936:if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then asmail-2.1/configure-937- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-971-echo "configure:972: checking for $ac_word" >&5 asmail-2.1/configure:972:if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then asmail-2.1/configure-973- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1007-echo "configure:1008: checking for $ac_word" >&5 asmail-2.1/configure:1008:if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then asmail-2.1/configure-1009- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1043-echo "configure:1044: checking for $ac_word" >&5 asmail-2.1/configure:1044:if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then asmail-2.1/configure-1045- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1079-echo "configure:1080: checking for $ac_word" >&5 asmail-2.1/configure:1080:if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then asmail-2.1/configure-1081- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1113- asmail-2.1/configure:1114:if test -n '`echo "$CFLAGS " | grep "\-g " 2> /dev/null`' ; then asmail-2.1/configure:1115: CFLAGS=`echo "$CFLAGS " | sed "s/-g //"` asmail-2.1/configure-1116-fi ############################################## asmail-2.1/configure-1119-if test "x$GCC" = "xyes"; then asmail-2.1/configure:1120: if test -z '`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`' ; then asmail-2.1/configure-1121- CFLAGS="$CFLAGS -Wall" ############################################## asmail-2.1/configure-1132-if test -z "$CPP"; then asmail-2.1/configure:1133:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then asmail-2.1/configure-1134- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1148-{ (eval echo configure:1149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:1149:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-1150-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-1165-{ (eval echo configure:1166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:1166:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-1167-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-1182-{ (eval echo configure:1183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:1183:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-1184-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-1227- else asmail-2.1/configure:1228:if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then asmail-2.1/configure-1229- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1242- # GNU make sometimes prints "make[1]: Entering...", which would confuse us. asmail-2.1/configure:1243: eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` asmail-2.1/configure-1244- # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. ############################################## asmail-2.1/configure-1278-{ (eval echo configure:1279: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:1279:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-1280-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-1365-# Check X11 before X11Rn because it is often a symlink to the current release. asmail-2.1/configure:1366:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ asmail-2.1/configure-1367- /usr/X11/lib \ ############################################## asmail-2.1/configure-1526-ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'` asmail-2.1/configure:1527:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-1528- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1556-fi asmail-2.1/configure:1557:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-1558- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1567-ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'` asmail-2.1/configure:1568:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-1569- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1597-fi asmail-2.1/configure:1598:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-1599- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1614-echo "configure:1615: checking for gethostbyname" >&5 asmail-2.1/configure:1615:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then asmail-2.1/configure-1616- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1653- asmail-2.1/configure:1654:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then asmail-2.1/configure-1655- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1664-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` asmail-2.1/configure:1665:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-1666- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1694-fi asmail-2.1/configure:1695:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-1696- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1712-echo "configure:1713: checking for connect" >&5 asmail-2.1/configure:1713:if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then asmail-2.1/configure-1714- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1751- asmail-2.1/configure:1752:if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then asmail-2.1/configure-1753- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1762-ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` asmail-2.1/configure:1763:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-1764- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1792-fi asmail-2.1/configure:1793:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-1794- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1804-echo "configure:1805: checking for remove" >&5 asmail-2.1/configure:1805:if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then asmail-2.1/configure-1806- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1843- asmail-2.1/configure:1844:if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then asmail-2.1/configure-1845- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1854-ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'` asmail-2.1/configure:1855:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-1856- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1884-fi asmail-2.1/configure:1885:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-1886- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1896-echo "configure:1897: checking for shmat" >&5 asmail-2.1/configure:1897:if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then asmail-2.1/configure-1898- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1935- asmail-2.1/configure:1936:if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then asmail-2.1/configure-1937- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1946-ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'` asmail-2.1/configure:1947:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-1948- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-1976-fi asmail-2.1/configure:1977:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-1978- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-1998-ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'` asmail-2.1/configure:1999:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-2000- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2028-fi asmail-2.1/configure:2029:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-2030- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-2041-do asmail-2.1/configure:2042:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` asmail-2.1/configure-2043-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 asmail-2.1/configure-2044-echo "configure:2045: checking for $ac_hdr" >&5 asmail-2.1/configure:2045:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then asmail-2.1/configure-2046- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2054-{ (eval echo configure:2055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:2055:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-2056-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-2067-fi asmail-2.1/configure:2068:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then asmail-2.1/configure-2069- echo "$ac_t""yes" 1>&6 asmail-2.1/configure:2070: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` asmail-2.1/configure-2071- cat >> confdefs.h <<EOF ############################################## asmail-2.1/configure-2081-do asmail-2.1/configure:2082:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` asmail-2.1/configure-2083-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 asmail-2.1/configure-2084-echo "configure:2085: checking for $ac_hdr" >&5 asmail-2.1/configure:2085:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then asmail-2.1/configure-2086- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2094-{ (eval echo configure:2095: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:2095:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-2096-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-2107-fi asmail-2.1/configure:2108:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then asmail-2.1/configure-2109- echo "$ac_t""yes" 1>&6 asmail-2.1/configure:2110: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` asmail-2.1/configure-2111- cat >> confdefs.h <<EOF ############################################## asmail-2.1/configure-2121-do asmail-2.1/configure:2122:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` asmail-2.1/configure-2123-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 asmail-2.1/configure-2124-echo "configure:2125: checking for $ac_hdr" >&5 asmail-2.1/configure:2125:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then asmail-2.1/configure-2126- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2134-{ (eval echo configure:2135: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:2135:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-2136-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-2147-fi asmail-2.1/configure:2148:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then asmail-2.1/configure-2149- echo "$ac_t""yes" 1>&6 asmail-2.1/configure:2150: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` asmail-2.1/configure-2151- cat >> confdefs.h <<EOF ############################################## asmail-2.1/configure-2161-do asmail-2.1/configure:2162:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` asmail-2.1/configure-2163-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 asmail-2.1/configure-2164-echo "configure:2165: checking for $ac_hdr" >&5 asmail-2.1/configure:2165:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then asmail-2.1/configure-2166- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2174-{ (eval echo configure:2175: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:2175:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-2176-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-2187-fi asmail-2.1/configure:2188:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then asmail-2.1/configure-2189- echo "$ac_t""yes" 1>&6 asmail-2.1/configure:2190: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` asmail-2.1/configure-2191- cat >> confdefs.h <<EOF ############################################## asmail-2.1/configure-2201-do asmail-2.1/configure:2202:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` asmail-2.1/configure-2203-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 asmail-2.1/configure-2204-echo "configure:2205: checking for $ac_hdr" >&5 asmail-2.1/configure:2205:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then asmail-2.1/configure-2206- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2214-{ (eval echo configure:2215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:2215:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-2216-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-2227-fi asmail-2.1/configure:2228:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then asmail-2.1/configure-2229- echo "$ac_t""yes" 1>&6 asmail-2.1/configure:2230: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` asmail-2.1/configure-2231- cat >> confdefs.h <<EOF ############################################## asmail-2.1/configure-2252-ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'` asmail-2.1/configure:2253:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-2254- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2282-fi asmail-2.1/configure:2283:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-2284- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-2331-else asmail-2.1/configure:2332: if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then asmail-2.1/configure-2333- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2358-{ (eval echo configure:2359: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:2359:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-2360-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-2449-for ac_dir in \ asmail-2.1/configure:2450: `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \ asmail-2.1/configure-2451- /usr/X11/lib \ ############################################## asmail-2.1/configure-2523-{ (eval echo configure:2524: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } asmail-2.1/configure:2524:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` asmail-2.1/configure-2525-if test -z "$ac_err"; then ############################################## asmail-2.1/configure-2574-for x in $X_CFLAGS; do asmail-2.1/configure:2575: XPM_CFLAGS=`echo " $XPM_CFLAGS " | sed "s@ $x @ @"` asmail-2.1/configure-2576-done ############################################## asmail-2.1/configure-2583-ac_lib_var=`echo Xext'_'XShapeCombineMask | sed 'y%./+-%__p_%'` asmail-2.1/configure:2584:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-2585- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2613-fi asmail-2.1/configure:2614:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-2615- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-2631-ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'` asmail-2.1/configure:2632:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-2633- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2661-fi asmail-2.1/configure:2662:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-2663- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-2673-ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` asmail-2.1/configure:2674:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-2675- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2703-fi asmail-2.1/configure:2704:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-2705- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-2715-ac_lib_var=`echo ssl'_'SSL_CTX_new | sed 'y%./+-%__p_%'` asmail-2.1/configure:2716:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then asmail-2.1/configure-2717- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## asmail-2.1/configure-2745-fi asmail-2.1/configure:2746:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then asmail-2.1/configure-2747- echo "$ac_t""yes" 1>&6 ############################################## asmail-2.1/configure-2989- fi asmail-2.1/configure:2990: ac_file=`expr $ac_file + 1` asmail-2.1/configure-2991- ac_beg=$ac_end asmail-2.1/configure:2992: ac_end=`expr $ac_end + $ac_max_sed_cmds` asmail-2.1/configure-2993- fi ############################################## asmail-2.1/configure-3012- case "$ac_file" in asmail-2.1/configure:3013: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` asmail-2.1/configure:3014: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; asmail-2.1/configure-3015- *) ac_file_in="${ac_file}.in" ;; ############################################## asmail-2.1/configure-3020- # Remove last slash and all that follows it. Not all systems have dirname. asmail-2.1/configure:3021: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` asmail-2.1/configure-3022- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## asmail-2.1/configure-3024- test ! -d "$ac_dir" && mkdir "$ac_dir" asmail-2.1/configure:3025: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" asmail-2.1/configure-3026- # A "../" for each directory in $ac_dir_suffix. asmail-2.1/configure:3027: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` asmail-2.1/configure-3028- else ############################################## asmail-2.1/configure-3034- if test -z "$ac_dots"; then top_srcdir=. asmail-2.1/configure:3035: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; asmail-2.1/configure-3036- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## asmail-2.1/configure-3048- rm -f "$ac_file" asmail-2.1/configure:3049: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." asmail-2.1/configure-3050- case "$ac_file" in ############################################## asmail-2.1/configure-3055- asmail-2.1/configure:3056: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` asmail-2.1/configure-3057- sed -e "$ac_comsub ############################################## asmail-2.1/configure-3094- case "$ac_file" in asmail-2.1/configure:3095: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` asmail-2.1/configure:3096: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; asmail-2.1/configure-3097- *) ac_file_in="${ac_file}.in" ;; ############################################## asmail-2.1/configure-3102- rm -f conftest.frag conftest.in conftest.out asmail-2.1/configure:3103: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` asmail-2.1/configure-3104- cat $ac_file_inputs > conftest.in ############################################## asmail-2.1/configure-3162- # Remove last slash and all that follows it. Not all systems have dirname. asmail-2.1/configure:3163: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` asmail-2.1/configure-3164- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then