===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
asmix-1.5/configure-87-  case "$ac_option" in
asmix-1.5/configure:88:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
asmix-1.5/configure-89-  *) ac_optarg= ;;
##############################################
asmix-1.5/configure-119-  -disable-* | --disable-*)
asmix-1.5/configure:120:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
asmix-1.5/configure-121-    # Reject names that are not valid shell variable names.
asmix-1.5/configure:122:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
asmix-1.5/configure-123-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
asmix-1.5/configure-124-    fi
asmix-1.5/configure:125:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
asmix-1.5/configure-126-    eval "enable_${ac_feature}=no" ;;
##############################################
asmix-1.5/configure-128-  -enable-* | --enable-*)
asmix-1.5/configure:129:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
asmix-1.5/configure-130-    # Reject names that are not valid shell variable names.
asmix-1.5/configure:131:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
asmix-1.5/configure-132-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
asmix-1.5/configure-133-    fi
asmix-1.5/configure:134:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
asmix-1.5/configure-135-    case "$ac_option" in
##############################################
asmix-1.5/configure-359-  -with-* | --with-*)
asmix-1.5/configure:360:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
asmix-1.5/configure-361-    # Reject names that are not valid shell variable names.
asmix-1.5/configure:362:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
asmix-1.5/configure-363-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
asmix-1.5/configure-364-    fi
asmix-1.5/configure:365:    ac_package=`echo $ac_package| sed 's/-/_/g'`
asmix-1.5/configure-366-    case "$ac_option" in
##############################################
asmix-1.5/configure-372-  -without-* | --without-*)
asmix-1.5/configure:373:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
asmix-1.5/configure-374-    # Reject names that are not valid shell variable names.
asmix-1.5/configure:375:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
asmix-1.5/configure-376-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
asmix-1.5/configure-377-    fi
asmix-1.5/configure:378:    ac_package=`echo $ac_package| sed 's/-/_/g'`
asmix-1.5/configure-379-    eval "with_${ac_package}=no" ;;
##############################################
asmix-1.5/configure-402-  *)
asmix-1.5/configure:403:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
asmix-1.5/configure-404-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
asmix-1.5/configure-415-if test -n "$ac_prev"; then
asmix-1.5/configure:416:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
asmix-1.5/configure-417-fi
##############################################
asmix-1.5/configure-480-  ac_prog=$0
asmix-1.5/configure:481:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
asmix-1.5/configure-482-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
asmix-1.5/configure-496-fi
asmix-1.5/configure:497:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
asmix-1.5/configure-498-
##############################################
asmix-1.5/configure-619-echo "configure:620: checking for $ac_word" >&5
asmix-1.5/configure:620:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
asmix-1.5/configure-621-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-649-echo "configure:650: checking for $ac_word" >&5
asmix-1.5/configure:650:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
asmix-1.5/configure-651-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-700-echo "configure:701: checking for $ac_word" >&5
asmix-1.5/configure:701:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
asmix-1.5/configure-702-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-779-echo "configure:780: checking whether we are using GNU C" >&5
asmix-1.5/configure:780:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
asmix-1.5/configure-781-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-807-echo "configure:808: checking whether ${CC-cc} accepts -g" >&5
asmix-1.5/configure:808:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
asmix-1.5/configure-809-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-811-  echo 'void f(){}' > conftest.c
asmix-1.5/configure:812:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
asmix-1.5/configure-813-  ac_cv_prog_cc_g=yes
##############################################
asmix-1.5/configure-851-if test -z "$INSTALL"; then
asmix-1.5/configure:852:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
asmix-1.5/configure-853-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-905-echo "configure:906: checking for $ac_word" >&5
asmix-1.5/configure:906:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
asmix-1.5/configure-907-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-935-echo "configure:936: checking for $ac_word" >&5
asmix-1.5/configure:936:if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then
asmix-1.5/configure-937-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-971-echo "configure:972: checking for $ac_word" >&5
asmix-1.5/configure:972:if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then
asmix-1.5/configure-973-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1007-echo "configure:1008: checking for $ac_word" >&5
asmix-1.5/configure:1008:if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then
asmix-1.5/configure-1009-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1043-echo "configure:1044: checking for $ac_word" >&5
asmix-1.5/configure:1044:if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then
asmix-1.5/configure-1045-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1079-echo "configure:1080: checking for $ac_word" >&5
asmix-1.5/configure:1080:if eval "test \"`echo '$''{'ac_cv_path_STRIP'+set}'`\" = set"; then
asmix-1.5/configure-1081-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1113-
asmix-1.5/configure:1114:if test -n '`echo "$CFLAGS " | grep "\-g " 2> /dev/null`' ; then
asmix-1.5/configure:1115:  CFLAGS=`echo "$CFLAGS " | sed "s/-g //"`
asmix-1.5/configure-1116-fi
##############################################
asmix-1.5/configure-1119-if test "x$GCC" = "xyes"; then
asmix-1.5/configure:1120:  if test -z '`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`' ; then
asmix-1.5/configure-1121-    CFLAGS="$CFLAGS -Wall"
##############################################
asmix-1.5/configure-1132-if test -z "$CPP"; then
asmix-1.5/configure:1133:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
asmix-1.5/configure-1134-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1148-{ (eval echo configure:1149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:1149:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-1150-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-1165-{ (eval echo configure:1166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:1166:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-1167-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-1182-{ (eval echo configure:1183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:1183:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-1184-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-1227-  else
asmix-1.5/configure:1228:if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
asmix-1.5/configure-1229-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1242-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
asmix-1.5/configure:1243:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
asmix-1.5/configure-1244-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
asmix-1.5/configure-1278-{ (eval echo configure:1279: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:1279:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-1280-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-1365-# Check X11 before X11Rn because it is often a symlink to the current release.
asmix-1.5/configure:1366:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
asmix-1.5/configure-1367-    /usr/X11/lib          \
##############################################
asmix-1.5/configure-1526-ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
asmix-1.5/configure:1527:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-1528-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1556-fi
asmix-1.5/configure:1557:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-1558-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1567-ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
asmix-1.5/configure:1568:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-1569-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1597-fi
asmix-1.5/configure:1598:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-1599-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1614-echo "configure:1615: checking for gethostbyname" >&5
asmix-1.5/configure:1615:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
asmix-1.5/configure-1616-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1653-
asmix-1.5/configure:1654:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
asmix-1.5/configure-1655-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1664-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
asmix-1.5/configure:1665:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-1666-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1694-fi
asmix-1.5/configure:1695:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-1696-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1712-echo "configure:1713: checking for connect" >&5
asmix-1.5/configure:1713:if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
asmix-1.5/configure-1714-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1751-
asmix-1.5/configure:1752:if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
asmix-1.5/configure-1753-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1762-ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
asmix-1.5/configure:1763:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-1764-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1792-fi
asmix-1.5/configure:1793:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-1794-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1804-echo "configure:1805: checking for remove" >&5
asmix-1.5/configure:1805:if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
asmix-1.5/configure-1806-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1843-
asmix-1.5/configure:1844:if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
asmix-1.5/configure-1845-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1854-ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
asmix-1.5/configure:1855:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-1856-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1884-fi
asmix-1.5/configure:1885:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-1886-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1896-echo "configure:1897: checking for shmat" >&5
asmix-1.5/configure:1897:if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
asmix-1.5/configure-1898-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1935-
asmix-1.5/configure:1936:if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
asmix-1.5/configure-1937-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1946-ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
asmix-1.5/configure:1947:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-1948-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-1976-fi
asmix-1.5/configure:1977:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-1978-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-1998-ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
asmix-1.5/configure:1999:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-2000-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-2028-fi
asmix-1.5/configure:2029:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-2030-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-2041-do
asmix-1.5/configure:2042:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
asmix-1.5/configure-2043-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
asmix-1.5/configure-2044-echo "configure:2045: checking for $ac_hdr" >&5
asmix-1.5/configure:2045:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
asmix-1.5/configure-2046-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-2054-{ (eval echo configure:2055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:2055:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-2056-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-2067-fi
asmix-1.5/configure:2068:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
asmix-1.5/configure-2069-  echo "$ac_t""yes" 1>&6
asmix-1.5/configure:2070:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
asmix-1.5/configure-2071-  cat >> confdefs.h <<EOF
##############################################
asmix-1.5/configure-2081-do
asmix-1.5/configure:2082:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
asmix-1.5/configure-2083-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
asmix-1.5/configure-2084-echo "configure:2085: checking for $ac_hdr" >&5
asmix-1.5/configure:2085:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
asmix-1.5/configure-2086-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-2094-{ (eval echo configure:2095: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:2095:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-2096-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-2107-fi
asmix-1.5/configure:2108:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
asmix-1.5/configure-2109-  echo "$ac_t""yes" 1>&6
asmix-1.5/configure:2110:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
asmix-1.5/configure-2111-  cat >> confdefs.h <<EOF
##############################################
asmix-1.5/configure-2121-do
asmix-1.5/configure:2122:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
asmix-1.5/configure-2123-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
asmix-1.5/configure-2124-echo "configure:2125: checking for $ac_hdr" >&5
asmix-1.5/configure:2125:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
asmix-1.5/configure-2126-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-2134-{ (eval echo configure:2135: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:2135:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-2136-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-2147-fi
asmix-1.5/configure:2148:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
asmix-1.5/configure-2149-  echo "$ac_t""yes" 1>&6
asmix-1.5/configure:2150:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
asmix-1.5/configure-2151-  cat >> confdefs.h <<EOF
##############################################
asmix-1.5/configure-2172-ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'`
asmix-1.5/configure:2173:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-2174-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-2202-fi
asmix-1.5/configure:2203:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-2204-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-2251-else
asmix-1.5/configure:2252:  if eval "test \"`echo '$''{'ac_cv_have_xpm'+set}'`\" = set"; then
asmix-1.5/configure-2253-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-2278-{ (eval echo configure:2279: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:2279:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-2280-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-2369-for ac_dir in \
asmix-1.5/configure:2370:    `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
asmix-1.5/configure-2371-    /usr/X11/lib          \
##############################################
asmix-1.5/configure-2443-{ (eval echo configure:2444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
asmix-1.5/configure:2444:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
asmix-1.5/configure-2445-if test -z "$ac_err"; then
##############################################
asmix-1.5/configure-2494-for x in $X_CFLAGS; do
asmix-1.5/configure:2495:  XPM_CFLAGS=`echo " $XPM_CFLAGS " | sed "s@ $x @ @"`
asmix-1.5/configure-2496-done
##############################################
asmix-1.5/configure-2503-ac_lib_var=`echo Xext'_'XShapeCombineMask | sed 'y%./+-%__p_%'`
asmix-1.5/configure:2504:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-2505-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-2533-fi
asmix-1.5/configure:2534:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-2535-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-2551-ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
asmix-1.5/configure:2552:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
asmix-1.5/configure-2553-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
asmix-1.5/configure-2581-fi
asmix-1.5/configure:2582:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
asmix-1.5/configure-2583-  echo "$ac_t""yes" 1>&6
##############################################
asmix-1.5/configure-2818-    fi
asmix-1.5/configure:2819:    ac_file=`expr $ac_file + 1`
asmix-1.5/configure-2820-    ac_beg=$ac_end
asmix-1.5/configure:2821:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
asmix-1.5/configure-2822-  fi
##############################################
asmix-1.5/configure-2841-  case "$ac_file" in
asmix-1.5/configure:2842:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
asmix-1.5/configure:2843:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
asmix-1.5/configure-2844-  *) ac_file_in="${ac_file}.in" ;;
##############################################
asmix-1.5/configure-2849-  # Remove last slash and all that follows it.  Not all systems have dirname.
asmix-1.5/configure:2850:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
asmix-1.5/configure-2851-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
asmix-1.5/configure-2853-    test ! -d "$ac_dir" && mkdir "$ac_dir"
asmix-1.5/configure:2854:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
asmix-1.5/configure-2855-    # A "../" for each directory in $ac_dir_suffix.
asmix-1.5/configure:2856:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
asmix-1.5/configure-2857-  else
##############################################
asmix-1.5/configure-2863-      if test -z "$ac_dots"; then top_srcdir=.
asmix-1.5/configure:2864:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
asmix-1.5/configure-2865-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
asmix-1.5/configure-2877-  rm -f "$ac_file"
asmix-1.5/configure:2878:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
asmix-1.5/configure-2879-  case "$ac_file" in
##############################################
asmix-1.5/configure-2884-
asmix-1.5/configure:2885:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
asmix-1.5/configure-2886-  sed -e "$ac_comsub
##############################################
asmix-1.5/configure-2923-  case "$ac_file" in
asmix-1.5/configure:2924:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
asmix-1.5/configure:2925:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
asmix-1.5/configure-2926-  *) ac_file_in="${ac_file}.in" ;;
##############################################
asmix-1.5/configure-2931-  rm -f conftest.frag conftest.in conftest.out
asmix-1.5/configure:2932:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
asmix-1.5/configure-2933-  cat $ac_file_inputs > conftest.in
##############################################
asmix-1.5/configure-2991-    # Remove last slash and all that follows it.  Not all systems have dirname.
asmix-1.5/configure:2992:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
asmix-1.5/configure-2993-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
asmix-1.5/autoconf/Makefile.common.in-29-indent:
asmix-1.5/autoconf/Makefile.common.in:30:		SRCS=`echo "$(OBJS) " | sed "s/.o /.c /g"`; \
asmix-1.5/autoconf/Makefile.common.in-31-		for i in $$SRCS; do \
##############################################
asmix-1.5/autoconf/aclocal.m4-177-for ac_dir in \
asmix-1.5/autoconf/aclocal.m4:178:    `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
asmix-1.5/autoconf/aclocal.m4-179-    /usr/X11/lib          \
##############################################
asmix-1.5/autoconf/Makefile.common.lib.in-24-indent:
asmix-1.5/autoconf/Makefile.common.lib.in:25:		SRCS=`echo "$(OBJS) " | sed "s/.o /.c /g"`; \
asmix-1.5/autoconf/Makefile.common.lib.in-26-		for i in $$SRCS; do \
##############################################
asmix-1.5/autoconf/configure.in-43-
asmix-1.5/autoconf/configure.in:44:if test -n '`echo "$CFLAGS " | grep "\-g " 2> /dev/null`' ; then
asmix-1.5/autoconf/configure.in:45:  CFLAGS=`echo "$CFLAGS " | sed "s/-g //"`
asmix-1.5/autoconf/configure.in-46-fi
##############################################
asmix-1.5/autoconf/configure.in-50-if test "x$GCC" = "xyes"; then
asmix-1.5/autoconf/configure.in:51:  if test -z '`echo "$CFLAGS" | grep "\-Wall" 2> /dev/null`' ; then
asmix-1.5/autoconf/configure.in-52-    CFLAGS="$CFLAGS -Wall"
##############################################
asmix-1.5/autoconf/configure.in-83-for x in $X_CFLAGS; do
asmix-1.5/autoconf/configure.in:84:  XPM_CFLAGS=`echo " $XPM_CFLAGS " | sed "s@ $x @ @"`
asmix-1.5/autoconf/configure.in-85-done
##############################################
asmix-1.5/autoconf/install-sh-73-
asmix-1.5/autoconf/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
asmix-1.5/autoconf/install-sh-75-	    shift
##############################################
asmix-1.5/autoconf/install-sh-77-
asmix-1.5/autoconf/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
asmix-1.5/autoconf/install-sh-79-	    shift
##############################################
asmix-1.5/autoconf/install-sh-138-	then
asmix-1.5/autoconf/install-sh:139:		dst="$dst"/`basename $src`
asmix-1.5/autoconf/install-sh-140-	else
##############################################
asmix-1.5/autoconf/install-sh-145-## this sed command emulates the dirname command
asmix-1.5/autoconf/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
asmix-1.5/autoconf/install-sh-147-
##############################################
asmix-1.5/autoconf/install-sh-159-IFS='%'
asmix-1.5/autoconf/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
asmix-1.5/autoconf/install-sh-161-IFS="${oIFS}"
##############################################
asmix-1.5/autoconf/install-sh-193-	then
asmix-1.5/autoconf/install-sh:194:		dstfile=`basename $dst`
asmix-1.5/autoconf/install-sh-195-	else
##############################################
asmix-1.5/autoconf/install-sh-203-	then
asmix-1.5/autoconf/install-sh:204:		dstfile=`basename $dst`
asmix-1.5/autoconf/install-sh-205-	else
##############################################
asmix-1.5/autoconf/mkinstalldirs-10-for file in ${1+"$@"} ; do 
asmix-1.5/autoconf/mkinstalldirs:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
asmix-1.5/autoconf/mkinstalldirs-12-   shift
##############################################
asmix-1.5/debian/patches/config.diff-11- do
asmix-1.5/debian/patches/config.diff:12: ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
asmix-1.5/debian/patches/config.diff-13- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6