===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pente-2.2.5/configure-69-  case "$ac_option" in
pente-2.2.5/configure:70:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
pente-2.2.5/configure-71-  *) ac_optarg= ;;
##############################################
pente-2.2.5/configure-101-  -disable-* | --disable-*)
pente-2.2.5/configure:102:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
pente-2.2.5/configure-103-    # Reject names that are not valid shell variable names.
pente-2.2.5/configure:104:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
pente-2.2.5/configure-105-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
pente-2.2.5/configure-106-    fi
pente-2.2.5/configure:107:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
pente-2.2.5/configure-108-    eval "enable_${ac_feature}=no" ;;
##############################################
pente-2.2.5/configure-110-  -enable-* | --enable-*)
pente-2.2.5/configure:111:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
pente-2.2.5/configure-112-    # Reject names that are not valid shell variable names.
pente-2.2.5/configure:113:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
pente-2.2.5/configure-114-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
pente-2.2.5/configure-115-    fi
pente-2.2.5/configure:116:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
pente-2.2.5/configure-117-    case "$ac_option" in
##############################################
pente-2.2.5/configure-341-  -with-* | --with-*)
pente-2.2.5/configure:342:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
pente-2.2.5/configure-343-    # Reject names that are not valid shell variable names.
pente-2.2.5/configure:344:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
pente-2.2.5/configure-345-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
pente-2.2.5/configure-346-    fi
pente-2.2.5/configure:347:    ac_package=`echo $ac_package| sed 's/-/_/g'`
pente-2.2.5/configure-348-    case "$ac_option" in
##############################################
pente-2.2.5/configure-354-  -without-* | --without-*)
pente-2.2.5/configure:355:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
pente-2.2.5/configure-356-    # Reject names that are not valid shell variable names.
pente-2.2.5/configure:357:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
pente-2.2.5/configure-358-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
pente-2.2.5/configure-359-    fi
pente-2.2.5/configure:360:    ac_package=`echo $ac_package| sed 's/-/_/g'`
pente-2.2.5/configure-361-    eval "with_${ac_package}=no" ;;
##############################################
pente-2.2.5/configure-384-  *)
pente-2.2.5/configure:385:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
pente-2.2.5/configure-386-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
pente-2.2.5/configure-397-if test -n "$ac_prev"; then
pente-2.2.5/configure:398:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
pente-2.2.5/configure-399-fi
##############################################
pente-2.2.5/configure-462-  ac_prog=$0
pente-2.2.5/configure:463:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
pente-2.2.5/configure-464-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
pente-2.2.5/configure-478-fi
pente-2.2.5/configure:479:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
pente-2.2.5/configure-480-
##############################################
pente-2.2.5/configure-562-
pente-2.2.5/configure:563:dayNum=`echo $date | awk '{ print $1 }'`
pente-2.2.5/configure:564:monthNum=`echo $date | awk '{ print $2 }'`
pente-2.2.5/configure:565:yearNum=`echo $date | awk '{ print $3 }'`
pente-2.2.5/configure:566:monthEnglish=`echo January February March April May June July August September October November December | awk '{ print $'$monthNum' }'`
pente-2.2.5/configure:568:monthItalian=`echo Gennaio Febbraio Marzo Aprile Maggie Guigno Luglio Agosto Settembre Ottobre Novembre Dicembre | awk '{ print $'$monthNum' }'`
pente-2.2.5/configure-569-DATE="\"$dayNum $monthEnglish $yearNum\""
##############################################
pente-2.2.5/configure-620-if test -z "$INSTALL"; then
pente-2.2.5/configure:621:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
pente-2.2.5/configure-622-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-674-echo "configure:675: checking for $ac_word" >&5
pente-2.2.5/configure:675:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
pente-2.2.5/configure-676-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-704-echo "configure:705: checking for $ac_word" >&5
pente-2.2.5/configure:705:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
pente-2.2.5/configure-706-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-755-echo "configure:756: checking for $ac_word" >&5
pente-2.2.5/configure:756:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
pente-2.2.5/configure-757-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-834-echo "configure:835: checking whether we are using GNU C" >&5
pente-2.2.5/configure:835:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
pente-2.2.5/configure-836-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-862-echo "configure:863: checking whether ${CC-cc} accepts -g" >&5
pente-2.2.5/configure:863:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
pente-2.2.5/configure-864-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-866-  echo 'void f(){}' > conftest.c
pente-2.2.5/configure:867:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
pente-2.2.5/configure-868-  ac_cv_prog_cc_g=yes
##############################################
pente-2.2.5/configure-899-if test -z "$CPP"; then
pente-2.2.5/configure:900:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
pente-2.2.5/configure-901-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-915-{ (eval echo configure:916: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:916:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-917-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-932-{ (eval echo configure:933: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:933:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-934-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-949-{ (eval echo configure:950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:950:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-951-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-1014-echo "configure:1015: checking for $ac_word" >&5
pente-2.2.5/configure:1015:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
pente-2.2.5/configure-1016-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1064-echo "configure:1065: checking for minix/config.h" >&5
pente-2.2.5/configure:1065:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
pente-2.2.5/configure-1066-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1074-{ (eval echo configure:1075: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:1075:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-1076-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-1087-fi
pente-2.2.5/configure:1088:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
pente-2.2.5/configure-1089-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1137-ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
pente-2.2.5/configure:1138:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pente-2.2.5/configure-1139-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1163-fi
pente-2.2.5/configure:1164:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pente-2.2.5/configure-1165-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1180-ac_lib_var=`echo seq'_'main | sed 'y%./+-%__p_%'`
pente-2.2.5/configure:1181:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pente-2.2.5/configure-1182-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1206-fi
pente-2.2.5/configure:1207:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pente-2.2.5/configure-1208-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1223-ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
pente-2.2.5/configure:1224:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pente-2.2.5/configure-1225-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1249-fi
pente-2.2.5/configure:1250:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pente-2.2.5/configure-1251-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1266-ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
pente-2.2.5/configure:1267:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pente-2.2.5/configure-1268-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1292-fi
pente-2.2.5/configure:1293:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pente-2.2.5/configure-1294-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1309-echo "configure:1310: checking for curses.h" >&5
pente-2.2.5/configure:1310:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
pente-2.2.5/configure-1311-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1319-{ (eval echo configure:1320: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:1320:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-1321-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-1332-fi
pente-2.2.5/configure:1333:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
pente-2.2.5/configure-1334-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1337-ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
pente-2.2.5/configure:1338:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pente-2.2.5/configure-1339-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1363-fi
pente-2.2.5/configure:1364:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pente-2.2.5/configure-1365-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1372-ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`
pente-2.2.5/configure:1373:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
pente-2.2.5/configure-1374-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1398-fi
pente-2.2.5/configure:1399:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
pente-2.2.5/configure-1400-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1423-echo "configure:1424: checking for ANSI C header files" >&5
pente-2.2.5/configure:1424:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
pente-2.2.5/configure-1425-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1436-{ (eval echo configure:1437: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:1437:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-1438-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-1527-do
pente-2.2.5/configure:1528:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
pente-2.2.5/configure-1529-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
pente-2.2.5/configure-1530-echo "configure:1531: checking for $ac_hdr" >&5
pente-2.2.5/configure:1531:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
pente-2.2.5/configure-1532-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1540-{ (eval echo configure:1541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:1541:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-1542-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-1553-fi
pente-2.2.5/configure:1554:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
pente-2.2.5/configure-1555-  echo "$ac_t""yes" 1>&6
pente-2.2.5/configure:1556:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
pente-2.2.5/configure-1557-  cat >> confdefs.h <<EOF
##############################################
pente-2.2.5/configure-1567-echo "configure:1568: checking whether time.h and sys/time.h may both be included" >&5
pente-2.2.5/configure:1568:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
pente-2.2.5/configure-1569-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1603-echo "configure:1604: checking for sun/audioio.h" >&5
pente-2.2.5/configure:1604:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
pente-2.2.5/configure-1605-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1613-{ (eval echo configure:1614: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:1614:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-1615-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-1626-fi
pente-2.2.5/configure:1627:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
pente-2.2.5/configure-1628-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1637-echo "configure:1638: checking for machine/soundcard.h" >&5
pente-2.2.5/configure:1638:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
pente-2.2.5/configure-1639-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1647-{ (eval echo configure:1648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:1648:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-1649-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-1660-fi
pente-2.2.5/configure:1661:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
pente-2.2.5/configure-1662-  echo "$ac_t""yes" 1>&6
##############################################
pente-2.2.5/configure-1775-echo "configure:1776: checking size of short" >&5
pente-2.2.5/configure:1776:if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
pente-2.2.5/configure-1777-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1828-echo "configure:1829: checking size of int" >&5
pente-2.2.5/configure:1829:if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
pente-2.2.5/configure-1830-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1867-echo "configure:1868: checking size of long" >&5
pente-2.2.5/configure:1868:if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
pente-2.2.5/configure-1869-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1906-echo "configure:1907: checking size of long long" >&5
pente-2.2.5/configure:1907:if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
pente-2.2.5/configure-1908-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-1945-echo "configure:1946: checking whether byte ordering is bigendian" >&5
pente-2.2.5/configure:1946:if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
pente-2.2.5/configure-1947-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-2038-echo "configure:2039: checking for $ac_func" >&5
pente-2.2.5/configure:2039:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
pente-2.2.5/configure-2040-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-2077-
pente-2.2.5/configure:2078:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
pente-2.2.5/configure-2079-  echo "$ac_t""yes" 1>&6
pente-2.2.5/configure:2080:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
pente-2.2.5/configure-2081-  cat >> confdefs.h <<EOF
##############################################
pente-2.2.5/configure-2091-echo "configure:2092: checking return type of signal handlers" >&5
pente-2.2.5/configure:2092:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
pente-2.2.5/configure-2093-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-2152-  else
pente-2.2.5/configure:2153:if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
pente-2.2.5/configure-2154-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
pente-2.2.5/configure-2167-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
pente-2.2.5/configure:2168:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
pente-2.2.5/configure-2169-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
pente-2.2.5/configure-2203-{ (eval echo configure:2204: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
pente-2.2.5/configure:2204:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
pente-2.2.5/configure-2205-if test -z "$ac_err"; then
##############################################
pente-2.2.5/configure-2290-# Check X11 before X11Rn because it is often a symlink to the current release.
pente-2.2.5/configure:2291:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
pente-2.2.5/configure-2292-    /usr/X11/lib          \
##############################################
pente-2.2.5/configure-2510-
pente-2.2.5/configure:2511:trap 'rm -fr `echo "Makefile obj-${SYSTEM_TYPE}/configure.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
pente-2.2.5/configure-2512-EOF
##############################################
pente-2.2.5/configure-2585-    fi
pente-2.2.5/configure:2586:    ac_file=`expr $ac_file + 1`
pente-2.2.5/configure-2587-    ac_beg=$ac_end
pente-2.2.5/configure:2588:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
pente-2.2.5/configure-2589-  fi
##############################################
pente-2.2.5/configure-2603-  case "$ac_file" in
pente-2.2.5/configure:2604:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
pente-2.2.5/configure:2605:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
pente-2.2.5/configure-2606-  *) ac_file_in="${ac_file}.in" ;;
##############################################
pente-2.2.5/configure-2611-  # Remove last slash and all that follows it.  Not all systems have dirname.
pente-2.2.5/configure:2612:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
pente-2.2.5/configure-2613-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
pente-2.2.5/configure-2615-    test ! -d "$ac_dir" && mkdir "$ac_dir"
pente-2.2.5/configure:2616:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
pente-2.2.5/configure-2617-    # A "../" for each directory in $ac_dir_suffix.
pente-2.2.5/configure:2618:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
pente-2.2.5/configure-2619-  else
##############################################
pente-2.2.5/configure-2625-      if test -z "$ac_dots"; then top_srcdir=.
pente-2.2.5/configure:2626:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
pente-2.2.5/configure-2627-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
pente-2.2.5/configure-2639-  rm -f "$ac_file"
pente-2.2.5/configure:2640:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
pente-2.2.5/configure-2641-  case "$ac_file" in
##############################################
pente-2.2.5/configure-2646-
pente-2.2.5/configure:2647:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
pente-2.2.5/configure-2648-  sed -e "$ac_comsub
##############################################
pente-2.2.5/configure-2685-  case "$ac_file" in
pente-2.2.5/configure:2686:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
pente-2.2.5/configure:2687:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
pente-2.2.5/configure-2688-  *) ac_file_in="${ac_file}.in" ;;
##############################################
pente-2.2.5/configure-2693-  rm -f conftest.frag conftest.in conftest.out
pente-2.2.5/configure:2694:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
pente-2.2.5/configure-2695-  cat $ac_file_inputs > conftest.in
##############################################
pente-2.2.5/configure-2753-    # Remove last slash and all that follows it.  Not all systems have dirname.
pente-2.2.5/configure:2754:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
pente-2.2.5/configure-2755-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
pente-2.2.5/configure-2855-
pente-2.2.5/configure:2856:arofiles=`echo ${ofiles} | sed 's&wmslib/obj-$(SYSTEM_TYPE)/&&g'`
pente-2.2.5/configure-2857-cat <<EOF >>Makefile
##############################################
pente-2.2.5/configure-2869-for cfile in ${cfiles}; do
pente-2.2.5/configure:2870:  scfile=`echo $cfile | sed 'sx.*/xx'`
pente-2.2.5/configure:2871:  sofile=`echo $scfile | sed 's/c$/o/'`
pente-2.2.5/configure:2872:  dname=`echo $cfile | sed 's&/'${scfile}'$&&'`
pente-2.2.5/configure:2873:  ofile=`echo $cfile | sed -e 's/src/obj-$(SYSTEM_TYPE)/' -e 'sxbut/xbut_x' -e 'sxabut/xabut_x' -e 'sxwms/xwms_x' -e 's/c$/o/'`
pente-2.2.5/configure-2874-  cat <<EOF >>Makefile
##############################################
pente-2.2.5/install-sh-73-
pente-2.2.5/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
pente-2.2.5/install-sh-75-	    shift
##############################################
pente-2.2.5/install-sh-77-
pente-2.2.5/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
pente-2.2.5/install-sh-79-	    shift
##############################################
pente-2.2.5/install-sh-138-	then
pente-2.2.5/install-sh:139:		dst="$dst"/`basename $src`
pente-2.2.5/install-sh-140-	else
##############################################
pente-2.2.5/install-sh-145-## this sed command emulates the dirname command
pente-2.2.5/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
pente-2.2.5/install-sh-147-
##############################################
pente-2.2.5/install-sh-159-IFS='%'
pente-2.2.5/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
pente-2.2.5/install-sh-161-IFS="${oIFS}"
##############################################
pente-2.2.5/install-sh-193-	then
pente-2.2.5/install-sh:194:		dstfile=`basename $dst`
pente-2.2.5/install-sh-195-	else
##############################################
pente-2.2.5/install-sh-203-	then
pente-2.2.5/install-sh:204:		dstfile=`basename $dst`
pente-2.2.5/install-sh-205-	else
##############################################
pente-2.2.5/.pc/fix-configure.patch/configure.in-105-
pente-2.2.5/.pc/fix-configure.patch/configure.in:106:dayNum=`echo $date | awk '{ print $1 }'`
pente-2.2.5/.pc/fix-configure.patch/configure.in:107:monthNum=`echo $date | awk '{ print $2 }'`
pente-2.2.5/.pc/fix-configure.patch/configure.in:108:yearNum=`echo $date | awk '{ print $3 }'`
pente-2.2.5/.pc/fix-configure.patch/configure.in:109:monthEnglish=`echo January February March April May June July August September October November December | awk '{ print $'$monthNum' }'`
pente-2.2.5/.pc/fix-configure.patch/configure.in:111:monthItalian=`echo Gennaio Febbraio Marzo Aprile Maggie Guigno Luglio Agosto Settembre Ottobre Novembre Dicembre | awk '{ print $'$monthNum' }'`
pente-2.2.5/.pc/fix-configure.patch/configure.in-112-DATE="\"$dayNum $monthEnglish $yearNum\""
##############################################
pente-2.2.5/.pc/fix-configure.patch/configure.in-332-
pente-2.2.5/.pc/fix-configure.patch/configure.in:333:arofiles=`echo ${ofiles} | sed 's&wmslib/obj-$(SYSTEM_TYPE)/&&g'`
pente-2.2.5/.pc/fix-configure.patch/configure.in-334-cat <<EOF >>Makefile
##############################################
pente-2.2.5/.pc/fix-configure.patch/configure.in-346-for cfile in ${cfiles}; do
pente-2.2.5/.pc/fix-configure.patch/configure.in:347:  scfile=`echo $cfile | sed 'sx.*/xx'`
pente-2.2.5/.pc/fix-configure.patch/configure.in:348:  sofile=`echo $scfile | sed 's/c$/o/'`
pente-2.2.5/.pc/fix-configure.patch/configure.in:349:  dname=`echo $cfile | sed 's&/'${scfile}'$&&'`
pente-2.2.5/.pc/fix-configure.patch/configure.in:350:  ofile=`echo $cfile | sed -e 's/src/obj-$(SYSTEM_TYPE)/' -e 'sxbut/xbut_x' -e 'sxabut/xabut_x' -e 'sxwms/xwms_x' -e 's/c$/o/'`
pente-2.2.5/.pc/fix-configure.patch/configure.in-351-  cat <<EOF >>Makefile
##############################################
pente-2.2.5/.pc/support-sound-again.patch/configure.in-105-
pente-2.2.5/.pc/support-sound-again.patch/configure.in:106:dayNum=`echo $date | awk '{ print $1 }'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in:107:monthNum=`echo $date | awk '{ print $2 }'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in:108:yearNum=`echo $date | awk '{ print $3 }'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in:109:monthEnglish=`echo January February March April May June July August September October November December | awk '{ print $'$monthNum' }'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in:111:monthItalian=`echo Gennaio Febbraio Marzo Aprile Maggie Guigno Luglio Agosto Settembre Ottobre Novembre Dicembre | awk '{ print $'$monthNum' }'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in-112-DATE="\"$dayNum $monthEnglish $yearNum\""
##############################################
pente-2.2.5/.pc/support-sound-again.patch/configure.in-330-
pente-2.2.5/.pc/support-sound-again.patch/configure.in:331:arofiles=`echo ${ofiles} | sed 's&wmslib/obj-$(SYSTEM_TYPE)/&&g'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in-332-cat <<EOF >>Makefile
##############################################
pente-2.2.5/.pc/support-sound-again.patch/configure.in-344-for cfile in ${cfiles}; do
pente-2.2.5/.pc/support-sound-again.patch/configure.in:345:  scfile=`echo $cfile | sed 'sx.*/xx'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in:346:  sofile=`echo $scfile | sed 's/c$/o/'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in:347:  dname=`echo $cfile | sed 's&/'${scfile}'$&&'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in:348:  ofile=`echo $cfile | sed -e 's/src/obj-$(SYSTEM_TYPE)/' -e 'sxbut/xbut_x' -e 'sxabut/xabut_x' -e 'sxwms/xwms_x' -e 's/c$/o/'`
pente-2.2.5/.pc/support-sound-again.patch/configure.in-349-  cat <<EOF >>Makefile
##############################################
pente-2.2.5/configure.in-105-
pente-2.2.5/configure.in:106:dayNum=`echo $date | awk '{ print $1 }'`
pente-2.2.5/configure.in:107:monthNum=`echo $date | awk '{ print $2 }'`
pente-2.2.5/configure.in:108:yearNum=`echo $date | awk '{ print $3 }'`
pente-2.2.5/configure.in:109:monthEnglish=`echo January February March April May June July August September October November December | awk '{ print $'$monthNum' }'`
pente-2.2.5/configure.in:111:monthItalian=`echo Gennaio Febbraio Marzo Aprile Maggie Guigno Luglio Agosto Settembre Ottobre Novembre Dicembre | awk '{ print $'$monthNum' }'`
pente-2.2.5/configure.in-112-DATE="\"$dayNum $monthEnglish $yearNum\""
##############################################
pente-2.2.5/configure.in-330-
pente-2.2.5/configure.in:331:arofiles=`echo ${ofiles} | sed 's&wmslib/obj-$(SYSTEM_TYPE)/&&g'`
pente-2.2.5/configure.in-332-cat <<EOF >>Makefile
##############################################
pente-2.2.5/configure.in-344-for cfile in ${cfiles}; do
pente-2.2.5/configure.in:345:  scfile=`echo $cfile | sed 'sx.*/xx'`
pente-2.2.5/configure.in:346:  sofile=`echo $scfile | sed 's/c$/o/'`
pente-2.2.5/configure.in:347:  dname=`echo $cfile | sed 's&/'${scfile}'$&&'`
pente-2.2.5/configure.in:348:  ofile=`echo $cfile | sed -e 's/src/obj-$(SYSTEM_TYPE)/' -e 'sxbut/xbut_x' -e 'sxabut/xabut_x' -e 'sxwms/xwms_x' -e 's/c$/o/'`
pente-2.2.5/configure.in-349-  cat <<EOF >>Makefile