===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ioport-1.2/missing-131-       # Could not run --version or --help.  This is probably someone
ioport-1.2/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
ioport-1.2/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
ioport-1.2/missing-165-         from any GNU archive site."
ioport-1.2/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
ioport-1.2/missing-167-    test -z "$files" && files="config.h"
##############################################
ioport-1.2/missing-194-         proper tools for further handling them.
ioport-1.2/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
ioport-1.2/missing-196-         archive site."
ioport-1.2/missing-197-
ioport-1.2/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
ioport-1.2/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ioport-1.2/missing-200-    if test -f "$file"; then
##############################################
ioport-1.2/missing-223-	*.y)
ioport-1.2/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
ioport-1.2/missing-225-	    if test -f "$SRCFILE"; then
##############################################
ioport-1.2/missing-227-	    fi
ioport-1.2/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
ioport-1.2/missing-229-	    if test -f "$SRCFILE"; then
##############################################
ioport-1.2/missing-253-	*.l)
ioport-1.2/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
ioport-1.2/missing-255-	    if test -f "$SRCFILE"; then
##############################################
ioport-1.2/missing-272-
ioport-1.2/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
ioport-1.2/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ioport-1.2/missing-275-    if test -f "$file"; then
##############################################
ioport-1.2/missing-292-    # The file to touch is that specified with -o ...
ioport-1.2/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
ioport-1.2/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
ioport-1.2/missing-295-    if test -z "$file"; then
ioport-1.2/missing-296-      # ... or it is the one specified with @setfilename ...
ioport-1.2/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
ioport-1.2/missing-298-      file=`sed -n '
##############################################
ioport-1.2/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
ioport-1.2/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
ioport-1.2/missing-306-    fi
##############################################
ioport-1.2/missing-328-	*o*)
ioport-1.2/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
ioport-1.2/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
ioport-1.2/missing-334-	*h*)
ioport-1.2/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
ioport-1.2/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
ioport-1.2/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
ioport-1.2/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ioport-1.2/depcomp-71-
##############################################
ioport-1.2/depcomp-217-  # Version 6 uses the directory in both cases.
ioport-1.2/depcomp:218:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ioport-1.2/depcomp-219-  test "x$dir" = "x$object" && dir=
ioport-1.2/depcomp:220:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ioport-1.2/depcomp-221-  if test "$libtool" = yes; then
##############################################
ioport-1.2/depcomp-246-    # Do two passes, one to just change these to
ioport-1.2/depcomp:247:    # `$object: dependent.h' and one to simply `dependent.h:'.
ioport-1.2/depcomp-248-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
ioport-1.2/depcomp-288-  # Do two passes, one to just change these to
ioport-1.2/depcomp:289:  # `$object: dependent.h' and one to simply `dependent.h:'.
ioport-1.2/depcomp-290-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ioport-1.2/depcomp-304-  # Much of this is similar to the tru64 case; see comments there.
ioport-1.2/depcomp:305:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ioport-1.2/depcomp-306-  test "x$dir" = "x$object" && dir=
ioport-1.2/depcomp:307:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ioport-1.2/depcomp-308-  if test "$libtool" = yes; then
##############################################
ioport-1.2/depcomp-343-   # Subdirectories are respected.
ioport-1.2/depcomp:344:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ioport-1.2/depcomp-345-   test "x$dir" = "x$object" && dir=
ioport-1.2/depcomp:346:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ioport-1.2/depcomp-347-
##############################################
ioport-1.2/depcomp-482-  done
ioport-1.2/depcomp:483:  obj_suffix="`echo $object | sed 's/^.*\././'`"
ioport-1.2/depcomp-484-  touch "$tmpdepfile"
##############################################
ioport-1.2/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
ioport-1.2/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
ioport-1.2/aclocal.m4-69-#
##############################################
ioport-1.2/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ioport-1.2/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ioport-1.2/aclocal.m4-93-# and then we would define $MISSING as
##############################################
ioport-1.2/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
ioport-1.2/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
ioport-1.2/aclocal.m4-109-])
##############################################
ioport-1.2/aclocal.m4-207-  if test "$am_compiler_list" = ""; then
ioport-1.2/aclocal.m4:208:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ioport-1.2/aclocal.m4-209-  fi
##############################################
ioport-1.2/aclocal.m4-328-  # Strip MF so we end up with the name of the file.
ioport-1.2/aclocal.m4:329:  mf=`echo "$mf" | sed -e 's/:.*$//'`
ioport-1.2/aclocal.m4-330-  # Check whether this is an Automake generated Makefile or not.
##############################################
ioport-1.2/aclocal.m4-337-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ioport-1.2/aclocal.m4:338:    dirpart=`AS_DIRNAME("$mf")`
ioport-1.2/aclocal.m4-339-  else
##############################################
ioport-1.2/aclocal.m4-343-  # from the Makefile without running `make'.
ioport-1.2/aclocal.m4:344:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ioport-1.2/aclocal.m4-345-  test -z "$DEPDIR" && continue
ioport-1.2/aclocal.m4:346:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
ioport-1.2/aclocal.m4-347-  test -z "am__include" && continue
ioport-1.2/aclocal.m4:348:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ioport-1.2/aclocal.m4-349-  # When using ansi2knr, U may be empty or an underscore; expand it
ioport-1.2/aclocal.m4:350:  U=`sed -n 's/^U = //p' < "$mf"`
ioport-1.2/aclocal.m4-351-  # Find all dependency output files, they are included files with
##############################################
ioport-1.2/aclocal.m4-359-    test -f "$dirpart/$file" && continue
ioport-1.2/aclocal.m4:360:    fdir=`AS_DIRNAME(["$file"])`
ioport-1.2/aclocal.m4-361-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
ioport-1.2/aclocal.m4-413-AC_REQUIRE([AC_PROG_INSTALL])dnl
ioport-1.2/aclocal.m4:414:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ioport-1.2/aclocal.m4-415-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ioport-1.2/aclocal.m4-502-    * )
ioport-1.2/aclocal.m4:503:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ioport-1.2/aclocal.m4-504-  esac
ioport-1.2/aclocal.m4-505-done
ioport-1.2/aclocal.m4:506:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ioport-1.2/aclocal.m4-507-
##############################################
ioport-1.2/aclocal.m4-574-# case it prints its new name instead of `make'.
ioport-1.2/aclocal.m4:575:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
ioport-1.2/aclocal.m4-576-   am__include=include
##############################################
ioport-1.2/aclocal.m4-582-   echo '.include "confinc"' > confmf
ioport-1.2/aclocal.m4:583:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
ioport-1.2/aclocal.m4-584-      am__include=.include
##############################################
ioport-1.2/aclocal.m4-613-set dummy $CC
ioport-1.2/aclocal.m4:614:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
ioport-1.2/aclocal.m4-615-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
ioport-1.2/aclocal.m4-748-if (
ioport-1.2/aclocal.m4:749:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
ioport-1.2/aclocal.m4-750-   if test "$[*]" = "X"; then
ioport-1.2/aclocal.m4-751-      # -L didn't work.
ioport-1.2/aclocal.m4:752:      set X `ls -t $srcdir/configure conftest.file`
ioport-1.2/aclocal.m4-753-   fi
##############################################
ioport-1.2/install-sh-217-      fi
ioport-1.2/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ioport-1.2/install-sh-219-    *)
##############################################
ioport-1.2/install-sh-269-      dstdir=$dst
ioport-1.2/install-sh:270:      dst=$dstdir/`basename "$src"`
ioport-1.2/install-sh-271-      dstdir_status=0
##############################################
ioport-1.2/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ioport-1.2/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ioport-1.2/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
ioport-1.2/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ioport-1.2/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ioport-1.2/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ioport-1.2/install-sh-418-	    case $prefix in
ioport-1.2/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ioport-1.2/install-sh-420-	      *) qprefix=$prefix;;
##############################################
ioport-1.2/install-sh-467-    if $copy_on_change &&
ioport-1.2/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
ioport-1.2/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
ioport-1.2/install-sh-470-
##############################################
ioport-1.2/configure-46-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
ioport-1.2/configure:47:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ioport-1.2/configure-48-  as_echo='printf %s\n'
##############################################
ioport-1.2/configure-50-else
ioport-1.2/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ioport-1.2/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ioport-1.2/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
ioport-1.2/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ioport-1.2/configure-62-      esac;
##############################################
ioport-1.2/configure-234-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
ioport-1.2/configure:235:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
ioport-1.2/configure-236-") 2> /dev/null; then
##############################################
ioport-1.2/configure-349-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ioport-1.2/configure:350:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
ioport-1.2/configure-351-
##############################################
ioport-1.2/configure-445-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ioport-1.2/configure:446:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
ioport-1.2/configure-447-
##############################################
ioport-1.2/configure-558-	esac;
ioport-1.2/configure:559:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
ioport-1.2/configure-560-	???[sx]*):;;*)false;;esac;fi
##############################################
ioport-1.2/configure-754-  case $ac_option in
ioport-1.2/configure:755:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ioport-1.2/configure-756-  *)	ac_optarg=yes ;;
##############################################
ioport-1.2/configure-797-  -disable-* | --disable-*)
ioport-1.2/configure:798:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ioport-1.2/configure-799-    # Reject names that are not valid shell variable names.
##############################################
ioport-1.2/configure-803-    ac_useropt_orig=$ac_useropt
ioport-1.2/configure:804:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ioport-1.2/configure-805-    case $ac_user_opts in
##############################################
ioport-1.2/configure-824-  -enable-* | --enable-*)
ioport-1.2/configure:825:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ioport-1.2/configure-826-    # Reject names that are not valid shell variable names.
##############################################
ioport-1.2/configure-830-    ac_useropt_orig=$ac_useropt
ioport-1.2/configure:831:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ioport-1.2/configure-832-    case $ac_user_opts in
##############################################
ioport-1.2/configure-1029-  -with-* | --with-*)
ioport-1.2/configure:1030:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ioport-1.2/configure-1031-    # Reject names that are not valid shell variable names.
##############################################
ioport-1.2/configure-1035-    ac_useropt_orig=$ac_useropt
ioport-1.2/configure:1036:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ioport-1.2/configure-1037-    case $ac_user_opts in
##############################################
ioport-1.2/configure-1046-  -without-* | --without-*)
ioport-1.2/configure:1047:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ioport-1.2/configure-1048-    # Reject names that are not valid shell variable names.
##############################################
ioport-1.2/configure-1052-    ac_useropt_orig=$ac_useropt
ioport-1.2/configure:1053:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ioport-1.2/configure-1054-    case $ac_user_opts in
##############################################
ioport-1.2/configure-1086-  *=*)
ioport-1.2/configure:1087:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ioport-1.2/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
ioport-1.2/configure-1106-if test -n "$ac_prev"; then
ioport-1.2/configure:1107:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ioport-1.2/configure-1108-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
ioport-1.2/configure-1130-    */ )
ioport-1.2/configure:1131:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ioport-1.2/configure-1132-      eval $ac_var=\$ac_val;;
##############################################
ioport-1.2/configure-1168-ac_ls_di=`ls -di .` &&
ioport-1.2/configure:1169:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ioport-1.2/configure-1170-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
##############################################
ioport-1.2/configure-1228-case $srcdir in
ioport-1.2/configure:1229:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ioport-1.2/configure-1230-esac
##############################################
ioport-1.2/configure-1271-By default, \`make install' will install all the files in
ioport-1.2/configure:1272:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ioport-1.2/configure:1273:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ioport-1.2/configure-1274-for instance \`--prefix=\$HOME'.
##############################################
ioport-1.2/configure-1348-*)
ioport-1.2/configure:1349:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ioport-1.2/configure-1350-  # A ".." for each directory in $ac_dir_suffix.
ioport-1.2/configure:1351:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ioport-1.2/configure-1352-  case $ac_top_builddir_sub in
##############################################
ioport-1.2/configure-1481-    *\'*)
ioport-1.2/configure:1482:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ioport-1.2/configure-1483-    esac
##############################################
ioport-1.2/configure-1568-      case $ac_val in
ioport-1.2/configure:1569:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ioport-1.2/configure-1570-      esac
##############################################
ioport-1.2/configure-1585-	case $ac_val in
ioport-1.2/configure:1586:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ioport-1.2/configure-1587-	esac
##############################################
ioport-1.2/configure-1696-    set,)
ioport-1.2/configure:1697:      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ioport-1.2/configure:1698:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ioport-1.2/configure-1699-      ac_cache_corrupted=: ;;
##############################################
ioport-1.2/configure-1707-	# differences in whitespace do not lead to failure.
ioport-1.2/configure:1708:	ac_old_val_w=`echo x $ac_old_val`
ioport-1.2/configure:1709:	ac_new_val_w=`echo x $ac_new_val`
ioport-1.2/configure-1710-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ioport-1.2/configure-1727-    case $ac_new_val in
ioport-1.2/configure:1728:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ioport-1.2/configure-1729-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ioport-1.2/configure-1914-if (
ioport-1.2/configure:1915:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
ioport-1.2/configure-1916-   if test "$*" = "X"; then
ioport-1.2/configure-1917-      # -L didn't work.
ioport-1.2/configure:1918:      set X `ls -t $srcdir/configure conftest.file`
ioport-1.2/configure-1919-   fi
##############################################
ioport-1.2/configure-1956-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ioport-1.2/configure:1957:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ioport-1.2/configure-1958-
ioport-1.2/configure-1959-# expand $ac_aux_dir to an absolute path
ioport-1.2/configure:1960:am_aux_dir=`cd $ac_aux_dir && pwd`
ioport-1.2/configure-1961-
##############################################
ioport-1.2/configure-1985-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
ioport-1.2/configure:1986:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ioport-1.2/configure-1987-	     'mkdir (GNU coreutils) '* | \
##############################################
ioport-1.2/configure-2064-set x ${MAKE-make}
ioport-1.2/configure:2065:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ioport-1.2/configure-2066-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
ioport-1.2/configure-2074-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ioport-1.2/configure:2075:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ioport-1.2/configure-2076-  *@@@%%%=?*=@@@%%%*)
##############################################
ioport-1.2/configure-2101-
ioport-1.2/configure:2102:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ioport-1.2/configure-2103-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ioport-1.2/configure-2634-$as_echo_n "checking for C compiler default output file name... " >&6; }
ioport-1.2/configure:2635:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ioport-1.2/configure-2636-
##############################################
ioport-1.2/configure-2678-	then :; else
ioport-1.2/configure:2679:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ioport-1.2/configure-2680-	fi
##############################################
ioport-1.2/configure-2781-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ioport-1.2/configure:2782:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ioport-1.2/configure-2783-	  break;;
##############################################
ioport-1.2/configure-2839-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ioport-1.2/configure:2840:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ioport-1.2/configure-2841-       break;;
##############################################
ioport-1.2/configure-3224-# case it prints its new name instead of `make'.
ioport-1.2/configure:3225:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
ioport-1.2/configure-3226-   am__include=include
##############################################
ioport-1.2/configure-3232-   echo '.include "confinc"' > confmf
ioport-1.2/configure:3233:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
ioport-1.2/configure-3234-      am__include=.include
##############################################
ioport-1.2/configure-3291-  if test "$am_compiler_list" = ""; then
ioport-1.2/configure:3292:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ioport-1.2/configure-3293-  fi
##############################################
ioport-1.2/configure-3491-set dummy $CC
ioport-1.2/configure:3492:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
ioport-1.2/configure-3493-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
ioport-1.2/configure-3642-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ioport-1.2/configure:3643:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ioport-1.2/configure-3644-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ioport-1.2/configure-3726-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
ioport-1.2/configure:3727:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ioport-1.2/configure-3728-  as_echo='printf %s\n'
##############################################
ioport-1.2/configure-3730-else
ioport-1.2/configure:3731:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ioport-1.2/configure-3732-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ioport-1.2/configure-3740-	expr "X$arg" : "X\\(.*\\)$as_nl";
ioport-1.2/configure:3741:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ioport-1.2/configure-3742-      esac;
##############################################
ioport-1.2/configure-3856-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ioport-1.2/configure:3857:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
ioport-1.2/configure-3858-
##############################################
ioport-1.2/configure-3969-	esac;
ioport-1.2/configure:3970:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
ioport-1.2/configure-3971-	???[sx]*):;;*)false;;esac;fi
##############################################
ioport-1.2/configure-4054-configured by $0, generated by GNU Autoconf 2.63,
ioport-1.2/configure:4055:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
ioport-1.2/configure-4056-
##############################################
ioport-1.2/configure-4075-  --*=*)
ioport-1.2/configure:4076:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ioport-1.2/configure:4077:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ioport-1.2/configure-4078-    ac_shift=:
##############################################
ioport-1.2/configure-4097-    case $ac_optarg in
ioport-1.2/configure:4098:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ioport-1.2/configure-4099-    esac
##############################################
ioport-1.2/configure-4104-    case $ac_optarg in
ioport-1.2/configure:4105:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ioport-1.2/configure-4106-    esac
##############################################
ioport-1.2/configure-4233-ac_cr=''
ioport-1.2/configure:4234:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ioport-1.2/configure-4235-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ioport-1.2/configure-4252-   { (exit 1); exit 1; }; }
ioport-1.2/configure:4253:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
ioport-1.2/configure-4254-ac_delim='%!_!# '
##############################################
ioport-1.2/configure-4260-
ioport-1.2/configure:4261:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ioport-1.2/configure-4262-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ioport-1.2/configure-4394-for ac_last_try in false false :; do
ioport-1.2/configure:4395:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
ioport-1.2/configure-4396-  if test -z "$ac_t"; then
##############################################
ioport-1.2/configure-4534-      esac
ioport-1.2/configure:4535:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ioport-1.2/configure-4536-      ac_file_inputs="$ac_file_inputs '$ac_f'"
##############################################
ioport-1.2/configure-4597-      case $as_dir in #(
ioport-1.2/configure:4598:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ioport-1.2/configure-4599-      *) as_qdir=$as_dir;;
##############################################
ioport-1.2/configure-4635-*)
ioport-1.2/configure:4636:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ioport-1.2/configure-4637-  # A ".." for each directory in $ac_dir_suffix.
ioport-1.2/configure:4638:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ioport-1.2/configure-4639-  case $ac_top_builddir_sub in
##############################################
ioport-1.2/configure-4698-'
ioport-1.2/configure:4699:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ioport-1.2/configure-4700-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ioport-1.2/configure-4715-
ioport-1.2/configure:4716:# Neutralize VPATH when `$srcdir' = `.'.
ioport-1.2/configure-4717-# Shell code in configure.ac might set extrasub.
##############################################
ioport-1.2/configure-4745-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ioport-1.2/configure:4746:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
ioport-1.2/configure:4747:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
ioport-1.2/configure-4748-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
ioport-1.2/configure-4798-    * )
ioport-1.2/configure:4799:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ioport-1.2/configure-4800-  esac
##############################################
ioport-1.2/configure-4844-  # Strip MF so we end up with the name of the file.
ioport-1.2/configure:4845:  mf=`echo "$mf" | sed -e 's/:.*$//'`
ioport-1.2/configure-4846-  # Check whether this is an Automake generated Makefile or not.
##############################################
ioport-1.2/configure-4881-  # from the Makefile without running `make'.
ioport-1.2/configure:4882:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ioport-1.2/configure-4883-  test -z "$DEPDIR" && continue
ioport-1.2/configure:4884:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
ioport-1.2/configure-4885-  test -z "am__include" && continue
ioport-1.2/configure:4886:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ioport-1.2/configure-4887-  # When using ansi2knr, U may be empty or an underscore; expand it
ioport-1.2/configure:4888:  U=`sed -n 's/^U = //p' < "$mf"`
ioport-1.2/configure-4889-  # Find all dependency output files, they are included files with
##############################################
ioport-1.2/configure-4928-      case $as_dir in #(
ioport-1.2/configure:4929:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ioport-1.2/configure-4930-      *) as_qdir=$as_dir;;
##############################################
ioport-1.2/Makefile.in-233-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
ioport-1.2/Makefile.in:234:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
ioport-1.2/Makefile.in-235-	  if test -f $$p \
ioport-1.2/Makefile.in-236-	  ; then \
ioport-1.2/Makefile.in:237:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
ioport-1.2/Makefile.in-238-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
ioport-1.2/Makefile.in-245-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
ioport-1.2/Makefile.in:246:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
ioport-1.2/Makefile.in-247-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
ioport-1.2/Makefile.in-272-.c.obj:
ioport-1.2/Makefile.in:273:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ioport-1.2/Makefile.in-274-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ioport-1.2/Makefile.in-276-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ioport-1.2/Makefile.in:277:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
ioport-1.2/Makefile.in-278-
ioport-1.2/Makefile.in-279-inb-port.o: port.c
ioport-1.2/Makefile.in:280:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(inb_CFLAGS) $(CFLAGS) -MT inb-port.o -MD -MP -MF $(DEPDIR)/inb-port.Tpo -c -o inb-port.o `test -f 'port.c' || echo '$(srcdir)/'`port.c
ioport-1.2/Makefile.in-281-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/inb-port.Tpo $(DEPDIR)/inb-port.Po
##############################################
ioport-1.2/Makefile.in-283-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ioport-1.2/Makefile.in:284:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(inb_CFLAGS) $(CFLAGS) -c -o inb-port.o `test -f 'port.c' || echo '$(srcdir)/'`port.c
ioport-1.2/Makefile.in-285-
ioport-1.2/Makefile.in-286-inb-port.obj: port.c
ioport-1.2/Makefile.in:287:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(inb_CFLAGS) $(CFLAGS) -MT inb-port.obj -MD -MP -MF $(DEPDIR)/inb-port.Tpo -c -o inb-port.obj `if test -f 'port.c'; then $(CYGPATH_W) 'port.c'; else $(CYGPATH_W) '$(srcdir)/port.c'; fi`
ioport-1.2/Makefile.in-288-@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/inb-port.Tpo $(DEPDIR)/inb-port.Po
##############################################
ioport-1.2/Makefile.in-290-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ioport-1.2/Makefile.in:291:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(inb_CFLAGS) $(CFLAGS) -c -o inb-port.obj `if test -f 'port.c'; then $(CYGPATH_W) 'port.c'; else $(CYGPATH_W) '$(srcdir)/port.c'; fi`
ioport-1.2/Makefile.in-292-install-man1: $(man1_MANS) $(man_MANS)
##############################################
ioport-1.2/Makefile.in-304-	  else file=$(srcdir)/$$i; fi; \
ioport-1.2/Makefile.in:305:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
ioport-1.2/Makefile.in-306-	  case "$$ext" in \
##############################################
ioport-1.2/Makefile.in-309-	  esac; \
ioport-1.2/Makefile.in:310:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
ioport-1.2/Makefile.in:311:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
ioport-1.2/Makefile.in:312:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
ioport-1.2/Makefile.in-313-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
ioport-1.2/Makefile.in-325-	for i in $$list; do \
ioport-1.2/Makefile.in:326:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
ioport-1.2/Makefile.in-327-	  case "$$ext" in \
##############################################
ioport-1.2/Makefile.in-330-	  esac; \
ioport-1.2/Makefile.in:331:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
ioport-1.2/Makefile.in:332:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
ioport-1.2/Makefile.in:333:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
ioport-1.2/Makefile.in-334-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
ioport-1.2/Makefile.in-377-GTAGS:
ioport-1.2/Makefile.in:378:	here=`$(am__cd) $(top_builddir) && pwd` \
ioport-1.2/Makefile.in-379-	  && cd $(top_srcdir) \
##############################################
ioport-1.2/Makefile.in-387-	test -d $(distdir) || mkdir $(distdir)
ioport-1.2/Makefile.in:388:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ioport-1.2/Makefile.in:389:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ioport-1.2/Makefile.in-390-	list='$(DISTFILES)'; \
##############################################
ioport-1.2/Makefile.in-401-	  if test -d $$d/$$file; then \
ioport-1.2/Makefile.in:402:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ioport-1.2/Makefile.in-403-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
ioport-1.2/Makefile.in-468-	chmod a-w $(distdir)
ioport-1.2/Makefile.in:469:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ioport-1.2/Makefile.in-470-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ioport-1.2/Makefile.in-499-	@cd $(distuninstallcheck_dir) \
ioport-1.2/Makefile.in:500:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
ioport-1.2/Makefile.in-501-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ioport-1.2/Makefile.in-511-	fi
ioport-1.2/Makefile.in:512:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ioport-1.2/Makefile.in-513-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ioport-1.2/compile-105-# Name of file we expect compiler to create.
ioport-1.2/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
ioport-1.2/compile-107-
##############################################
ioport-1.2/compile-111-# object file name, since that is what matters with a parallel build.
ioport-1.2/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
ioport-1.2/compile-113-while true; do