===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ucblogo-6.1/csls/pascal-202-code lname :procname
ucblogo-6.1/csls/pascal:203:code (list "store reg.retaddr (memaddr frame.retaddr reg.frameptr))
ucblogo-6.1/csls/pascal-204-program1
##############################################
ucblogo-6.1/csls/pascal-206-   [code (list "rload reg.retval (memaddr frame.retval reg.frameptr))]
ucblogo-6.1/csls/pascal:207:code (list "rload reg.retaddr (memaddr frame.retaddr reg.frameptr))
ucblogo-6.1/csls/pascal-208-code (list "add reg.stackptr reg.frameptr reg.zero)
##############################################
ucblogo-6.1/csls/pascal-399-code (list "rload reg.newfp (memaddr frame.save.newfp reg.frameptr))
ucblogo-6.1/csls/pascal:400:code (list "jal reg.retaddr (word "" :lname))
ucblogo-6.1/csls/pascal-401-for [i reg.firstfree :numregs-1] ~
##############################################
ucblogo-6.1/csls/pascal-614-to targetaddr
ucblogo-6.1/csls/pascal:615:output memaddr (first :target) (last :target)
ucblogo-6.1/csls/pascal-616-end
##############################################
ucblogo-6.1/csls/pascal-654-localmake "tempreg newregister
ucblogo-6.1/csls/pascal:655:code (list "rload :tempreg (memaddr (first :rtarget) (last :rtarget)))
ucblogo-6.1/csls/pascal:656:code (list "store :tempreg (memaddr (first :ltarget) (last :ltarget)))
ucblogo-6.1/csls/pascal-657-code (list "addi (last :rtarget) (last :rtarget) 1)
##############################################
ucblogo-6.1/configure_hand-68-  case "$ac_option" in
ucblogo-6.1/configure_hand:69:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
ucblogo-6.1/configure_hand-70-  *) ac_optarg= ;;
##############################################
ucblogo-6.1/configure_hand-100-  -disable-* | --disable-*)
ucblogo-6.1/configure_hand:101:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
ucblogo-6.1/configure_hand-102-    # Reject names that are not valid shell variable names.
ucblogo-6.1/configure_hand:103:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
ucblogo-6.1/configure_hand-104-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ucblogo-6.1/configure_hand-105-    fi
ucblogo-6.1/configure_hand:106:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ucblogo-6.1/configure_hand-107-    eval "enable_${ac_feature}=no" ;;
##############################################
ucblogo-6.1/configure_hand-109-  -enable-* | --enable-*)
ucblogo-6.1/configure_hand:110:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
ucblogo-6.1/configure_hand-111-    # Reject names that are not valid shell variable names.
ucblogo-6.1/configure_hand:112:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
ucblogo-6.1/configure_hand-113-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ucblogo-6.1/configure_hand-114-    fi
ucblogo-6.1/configure_hand:115:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ucblogo-6.1/configure_hand-116-    case "$ac_option" in
##############################################
ucblogo-6.1/configure_hand-340-  -with-* | --with-*)
ucblogo-6.1/configure_hand:341:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
ucblogo-6.1/configure_hand-342-    # Reject names that are not valid shell variable names.
ucblogo-6.1/configure_hand:343:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
ucblogo-6.1/configure_hand-344-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ucblogo-6.1/configure_hand-345-    fi
ucblogo-6.1/configure_hand:346:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ucblogo-6.1/configure_hand-347-    case "$ac_option" in
##############################################
ucblogo-6.1/configure_hand-353-  -without-* | --without-*)
ucblogo-6.1/configure_hand:354:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
ucblogo-6.1/configure_hand-355-    # Reject names that are not valid shell variable names.
ucblogo-6.1/configure_hand:356:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
ucblogo-6.1/configure_hand-357-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ucblogo-6.1/configure_hand-358-    fi
ucblogo-6.1/configure_hand:359:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ucblogo-6.1/configure_hand-360-    eval "with_${ac_package}=no" ;;
##############################################
ucblogo-6.1/configure_hand-388-  *)
ucblogo-6.1/configure_hand:389:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
ucblogo-6.1/configure_hand-390-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
ucblogo-6.1/configure_hand-401-if test -n "$ac_prev"; then
ucblogo-6.1/configure_hand:402:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
ucblogo-6.1/configure_hand-403-fi
##############################################
ucblogo-6.1/configure_hand-463-  ac_prog=$0
ucblogo-6.1/configure_hand:464:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
ucblogo-6.1/configure_hand-465-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
ucblogo-6.1/configure_hand-479-fi
ucblogo-6.1/configure_hand:480:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
ucblogo-6.1/configure_hand-481-
##############################################
ucblogo-6.1/configure_hand-529-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:530:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-531-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-557-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:558:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-559-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-604-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:605:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-606-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-624-    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:625:if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-626-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-628-  echo 'void f(){}' > conftest.c
ucblogo-6.1/configure_hand:629:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
ucblogo-6.1/configure_hand-630-  ac_cv_prog_gcc_g=yes
##############################################
ucblogo-6.1/configure_hand-657-if test -z "$CPP"; then
ucblogo-6.1/configure_hand:658:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-659-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-760-    WXSRCFILES="wxMain.cpp wxTerminal.cpp wxTurtleGraphics.cpp  TextEditor.cpp"
ucblogo-6.1/configure_hand:761:    LIBS="$LIBS "`$wx_config_path --libs`;
ucblogo-6.1/configure_hand:762:    CXXFLAGS="$CXXFLAGS -DHAVE_WX "`$wx_config_path --cxxflags`;
ucblogo-6.1/configure_hand-763-    CFLAGS="$CFLAGS -DHAVE_WX "
##############################################
ucblogo-6.1/configure_hand-793-  else
ucblogo-6.1/configure_hand:794:if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-795-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-808-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ucblogo-6.1/configure_hand:809:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
ucblogo-6.1/configure_hand-810-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
ucblogo-6.1/configure_hand-929-# First see if replacing the include by lib works.
ucblogo-6.1/configure_hand:930:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
ucblogo-6.1/configure_hand-931-    /usr/X11R6/lib        \
##############################################
ucblogo-6.1/configure_hand-1035-ac_lib_var=`echo ICE'_'IceConnectionNumber | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1036:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1037-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1064-fi
ucblogo-6.1/configure_hand:1065:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1066-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1083-ac_lib_var=`echo dnet'_'dnet_ntoa | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1084:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1085-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1112-fi
ucblogo-6.1/configure_hand:1113:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1114-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1122-ac_lib_var=`echo dnet_stub'_'dnet_ntoa | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1123:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1124-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1151-fi
ucblogo-6.1/configure_hand:1152:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1153-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1166-ac_lib_var=`echo nsl'_'t_accept | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1167:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1168-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1195-fi
ucblogo-6.1/configure_hand:1196:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1197-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1209-ac_lib_var=`echo socket'_'socket | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1210:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1211-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1238-fi
ucblogo-6.1/configure_hand:1239:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1240-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1251-ac_lib_var=`echo m'_'atan | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1252:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1253-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1280-fi
ucblogo-6.1/configure_hand:1281:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1282-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1295-ac_lib_var=`echo BSD'_'signal | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1296:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1297-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1324-fi
ucblogo-6.1/configure_hand:1325:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1326-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1339-ac_lib_var=`echo bsd'_'signal | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1340:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1341-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1368-fi
ucblogo-6.1/configure_hand:1369:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1370-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1385-ac_lib_var=`echo termcap'_'tgetstr | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1386:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1387-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1414-fi
ucblogo-6.1/configure_hand:1415:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1416-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1427-ac_lib_var=`echo termlib'_'tgetstr | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1428:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1429-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1456-fi
ucblogo-6.1/configure_hand:1457:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1458-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1470-ac_lib_var=`echo curses'_'tgetstr | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1471:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1472-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1499-fi
ucblogo-6.1/configure_hand:1500:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1501-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1513-ac_lib_var=`echo ncurses'_'tgetstr | tr './+\055' '__p_'`
ucblogo-6.1/configure_hand:1514:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1515-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1542-fi
ucblogo-6.1/configure_hand:1543:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ucblogo-6.1/configure_hand-1544-  echo "$ac_t""yes" 1>&6
##############################################
ucblogo-6.1/configure_hand-1556-echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:1557:if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1558-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1581-echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:1582:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1583-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1679-do
ucblogo-6.1/configure_hand:1680:ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
ucblogo-6.1/configure_hand-1681-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:1682:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1683-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1702-fi
ucblogo-6.1/configure_hand:1703:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ucblogo-6.1/configure_hand-1704-  echo "$ac_t""yes" 1>&6
ucblogo-6.1/configure_hand:1705:    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
ucblogo-6.1/configure_hand-1706-  cat >> confdefs.h <<EOF
##############################################
ucblogo-6.1/configure_hand-1716-echo $ac_n "checking for size_t""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:1717:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1718-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1747-echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:1748:# if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1749-#   echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1827-echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:1828:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1829-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-1865-fi
ucblogo-6.1/configure_hand:1866:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ucblogo-6.1/configure_hand-1867-  echo "$ac_t""yes" 1>&6
ucblogo-6.1/configure_hand:1868:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ucblogo-6.1/configure_hand-1869-  cat >> confdefs.h <<EOF
##############################################
ucblogo-6.1/configure_hand-1879-    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
ucblogo-6.1/configure_hand:1880:if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
ucblogo-6.1/configure_hand-1881-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ucblogo-6.1/configure_hand-2068-  case "$ac_file" in
ucblogo-6.1/configure_hand:2069:  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
ucblogo-6.1/configure_hand:2070:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ucblogo-6.1/configure_hand-2071-  *) ac_file_in="${ac_file}.in" ;;
##############################################
ucblogo-6.1/configure_hand-2076-  # Remove last slash and all that follows it.  Not all systems have dirname.
ucblogo-6.1/configure_hand:2077:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
ucblogo-6.1/configure_hand-2078-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
ucblogo-6.1/configure_hand-2080-    test ! -d "$ac_dir" && mkdir "$ac_dir"
ucblogo-6.1/configure_hand:2081:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
ucblogo-6.1/configure_hand-2082-    # A "../" for each directory in $ac_dir_suffix.
ucblogo-6.1/configure_hand:2083:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
ucblogo-6.1/configure_hand-2084-  else
##############################################
ucblogo-6.1/configure_hand-2090-      if test -z "$ac_dots"; then top_srcdir=.
ucblogo-6.1/configure_hand:2091:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
ucblogo-6.1/configure_hand-2092-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
ucblogo-6.1/configure_hand-2099-  rm -f "$ac_file"
ucblogo-6.1/configure_hand:2100:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
ucblogo-6.1/configure_hand-2101-  case "$ac_file" in
##############################################
ucblogo-6.1/configure_hand-2136-  case "$ac_file" in
ucblogo-6.1/configure_hand:2137:  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
ucblogo-6.1/configure_hand:2138:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ucblogo-6.1/configure_hand-2139-  *) ac_file_in="${ac_file}.in" ;;
##############################################
ucblogo-6.1/configure_hand-2205-    # Remove last slash and all that follows it.  Not all systems have dirname.
ucblogo-6.1/configure_hand:2206:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
ucblogo-6.1/configure_hand-2207-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
ucblogo-6.1/win32trm.c-1346-
ucblogo-6.1/win32trm.c:1347:	_asm {
ucblogo-6.1/win32trm.c-1348-	    mov al, 0xB6
##############################################
ucblogo-6.1/win32trm.c-1362-
ucblogo-6.1/win32trm.c:1363:	_asm {
ucblogo-6.1/win32trm.c-1364-	    xor al, al
##############################################
ucblogo-6.1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
ucblogo-6.1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ucblogo-6.1/configure-45-  as_echo='print -r --'
ucblogo-6.1/configure-46-  as_echo_n='print -rn --'
ucblogo-6.1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ucblogo-6.1/configure-48-  as_echo='printf %s\n'
##############################################
ucblogo-6.1/configure-50-else
ucblogo-6.1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ucblogo-6.1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ucblogo-6.1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
ucblogo-6.1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ucblogo-6.1/configure-62-      esac;
##############################################
ucblogo-6.1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ucblogo-6.1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ucblogo-6.1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ucblogo-6.1/configure-324-      case $as_dir in #(
ucblogo-6.1/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ucblogo-6.1/configure-326-      *) as_qdir=$as_dir;;
##############################################
ucblogo-6.1/configure-397-  {
ucblogo-6.1/configure:398:    as_val=`expr "$@" || test $? -eq 1`
ucblogo-6.1/configure-399-  }
##############################################
ucblogo-6.1/configure-404-# ----------------------------------------
ucblogo-6.1/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ucblogo-6.1/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ucblogo-6.1/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ucblogo-6.1/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ucblogo-6.1/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ucblogo-6.1/configure-766-  case $ac_option in
ucblogo-6.1/configure:767:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ucblogo-6.1/configure-768-  *=)   ac_optarg= ;;
##############################################
ucblogo-6.1/configure-810-  -disable-* | --disable-*)
ucblogo-6.1/configure:811:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ucblogo-6.1/configure-812-    # Reject names that are not valid shell variable names.
##############################################
ucblogo-6.1/configure-815-    ac_useropt_orig=$ac_useropt
ucblogo-6.1/configure:816:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ucblogo-6.1/configure-817-    case $ac_user_opts in
##############################################
ucblogo-6.1/configure-836-  -enable-* | --enable-*)
ucblogo-6.1/configure:837:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ucblogo-6.1/configure-838-    # Reject names that are not valid shell variable names.
##############################################
ucblogo-6.1/configure-841-    ac_useropt_orig=$ac_useropt
ucblogo-6.1/configure:842:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ucblogo-6.1/configure-843-    case $ac_user_opts in
##############################################
ucblogo-6.1/configure-1040-  -with-* | --with-*)
ucblogo-6.1/configure:1041:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ucblogo-6.1/configure-1042-    # Reject names that are not valid shell variable names.
##############################################
ucblogo-6.1/configure-1045-    ac_useropt_orig=$ac_useropt
ucblogo-6.1/configure:1046:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ucblogo-6.1/configure-1047-    case $ac_user_opts in
##############################################
ucblogo-6.1/configure-1056-  -without-* | --without-*)
ucblogo-6.1/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ucblogo-6.1/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
ucblogo-6.1/configure-1061-    ac_useropt_orig=$ac_useropt
ucblogo-6.1/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ucblogo-6.1/configure-1063-    case $ac_user_opts in
##############################################
ucblogo-6.1/configure-1094-  *=*)
ucblogo-6.1/configure:1095:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ucblogo-6.1/configure-1096-    # Reject names that are not valid shell variable names.
##############################################
ucblogo-6.1/configure-1115-if test -n "$ac_prev"; then
ucblogo-6.1/configure:1116:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ucblogo-6.1/configure-1117-  as_fn_error $? "missing argument to $ac_option"
##############################################
ucblogo-6.1/configure-1137-    */ )
ucblogo-6.1/configure:1138:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ucblogo-6.1/configure-1139-      eval $ac_var=\$ac_val;;
##############################################
ucblogo-6.1/configure-1172-ac_ls_di=`ls -di .` &&
ucblogo-6.1/configure:1173:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ucblogo-6.1/configure-1174-  as_fn_error $? "working directory cannot be determined"
##############################################
ucblogo-6.1/configure-1228-case $srcdir in
ucblogo-6.1/configure:1229:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ucblogo-6.1/configure-1230-esac
##############################################
ucblogo-6.1/configure-1271-By default, \`make install' will install all the files in
ucblogo-6.1/configure:1272:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ucblogo-6.1/configure:1273:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ucblogo-6.1/configure-1274-for instance \`--prefix=\$HOME'.
##############################################
ucblogo-6.1/configure-1352-*)
ucblogo-6.1/configure:1353:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ucblogo-6.1/configure-1354-  # A ".." for each directory in $ac_dir_suffix.
ucblogo-6.1/configure:1355:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ucblogo-6.1/configure-1356-  case $ac_top_builddir_sub in
##############################################
ucblogo-6.1/configure-1928-    *\'*)
ucblogo-6.1/configure:1929:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ucblogo-6.1/configure-1930-    esac
##############################################
ucblogo-6.1/configure-2011-      case $ac_val in
ucblogo-6.1/configure:2012:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ucblogo-6.1/configure-2013-      esac
##############################################
ucblogo-6.1/configure-2026-	case $ac_val in
ucblogo-6.1/configure:2027:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ucblogo-6.1/configure-2028-	esac
##############################################
ucblogo-6.1/configure-2146-    set,)
ucblogo-6.1/configure:2147:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ucblogo-6.1/configure:2148:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ucblogo-6.1/configure-2149-      ac_cache_corrupted=: ;;
##############################################
ucblogo-6.1/configure-2157-	# differences in whitespace do not lead to failure.
ucblogo-6.1/configure:2158:	ac_old_val_w=`echo x $ac_old_val`
ucblogo-6.1/configure:2159:	ac_new_val_w=`echo x $ac_new_val`
ucblogo-6.1/configure-2160-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ucblogo-6.1/configure-2177-    case $ac_new_val in
ucblogo-6.1/configure:2178:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ucblogo-6.1/configure-2179-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ucblogo-6.1/configure-2554-$as_echo_n "checking whether the C compiler works... " >&6; }
ucblogo-6.1/configure:2555:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ucblogo-6.1/configure-2556-
##############################################
ucblogo-6.1/configure-2598-	then :; else
ucblogo-6.1/configure:2599:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ucblogo-6.1/configure-2600-	fi
##############################################
ucblogo-6.1/configure-2658-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ucblogo-6.1/configure:2659:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ucblogo-6.1/configure-2660-	  break;;
##############################################
ucblogo-6.1/configure-2767-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ucblogo-6.1/configure:2768:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ucblogo-6.1/configure-2769-       break;;
##############################################
ucblogo-6.1/configure-3275-$as_echo_n "checking wxWidgets version... " >&6; }
ucblogo-6.1/configure:3276:if wxversion=`$WXCONFIG --version`; then
ucblogo-6.1/configure-3277-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wxversion" >&5
##############################################
ucblogo-6.1/configure-3282-    WXSRCFILES="wxMain.cpp wxTerminal.cpp wxTurtleGraphics.cpp  TextEditor.cpp"
ucblogo-6.1/configure:3283:    LIBS="$LIBS "`$WXCONFIG --libs`;
ucblogo-6.1/configure:3284:    CC="`$WXCONFIG --cc`"
ucblogo-6.1/configure:3285:    CXX="`$WXCONFIG --cxx`"
ucblogo-6.1/configure:3286:    CXXFLAGS="$CXXFLAGS -DHAVE_WX `$WXCONFIG --cxxflags`";
ucblogo-6.1/configure-3287-    CFLAGS="$CFLAGS -DHAVE_WX "
##############################################
ucblogo-6.1/configure-3291-    GRAPHICSFILE=""
ucblogo-6.1/configure:3292:    LINKER="`$WXCONFIG --ld`"
ucblogo-6.1/configure-3293-else
##############################################
ucblogo-6.1/configure-3474-    for ac_var in incroot usrlibdir libdir; do
ucblogo-6.1/configure:3475:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ucblogo-6.1/configure-3476-    done
##############################################
ucblogo-6.1/configure-3584-  LIBS=$ac_save_LIBS
ucblogo-6.1/configure:3585:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ucblogo-6.1/configure-3586-do
##############################################
ucblogo-6.1/configure-4449-  # Check for GNU $ac_path_GREP
ucblogo-6.1/configure:4450:case `"$ac_path_GREP" --version 2>&1` in
ucblogo-6.1/configure-4451-*GNU*)
##############################################
ucblogo-6.1/configure-4515-  # Check for GNU $ac_path_EGREP
ucblogo-6.1/configure:4516:case `"$ac_path_EGREP" --version 2>&1` in
ucblogo-6.1/configure-4517-*GNU*)
##############################################
ucblogo-6.1/configure-4676-do :
ucblogo-6.1/configure:4677:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ucblogo-6.1/configure-4678-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ucblogo-6.1/configure-4681-  cat >>confdefs.h <<_ACEOF
ucblogo-6.1/configure:4682:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ucblogo-6.1/configure-4683-_ACEOF
##############################################
ucblogo-6.1/configure-4691-do :
ucblogo-6.1/configure:4692:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ucblogo-6.1/configure-4693-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ucblogo-6.1/configure-4695-  cat >>confdefs.h <<_ACEOF
ucblogo-6.1/configure:4696:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ucblogo-6.1/configure-4697-_ACEOF
##############################################
ucblogo-6.1/configure-4750-do :
ucblogo-6.1/configure:4751:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ucblogo-6.1/configure-4752-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ucblogo-6.1/configure-4754-  cat >>confdefs.h <<_ACEOF
ucblogo-6.1/configure:4755:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ucblogo-6.1/configure-4756-_ACEOF
##############################################
ucblogo-6.1/configure-4915-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ucblogo-6.1/configure:4916:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ucblogo-6.1/configure-4917-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ucblogo-6.1/configure-4982-if test -z "$BASH_VERSION$ZSH_VERSION" \
ucblogo-6.1/configure:4983:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ucblogo-6.1/configure-4984-  as_echo='print -r --'
ucblogo-6.1/configure-4985-  as_echo_n='print -rn --'
ucblogo-6.1/configure:4986:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ucblogo-6.1/configure-4987-  as_echo='printf %s\n'
##############################################
ucblogo-6.1/configure-4989-else
ucblogo-6.1/configure:4990:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ucblogo-6.1/configure-4991-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ucblogo-6.1/configure-4999-	expr "X$arg" : "X\\(.*\\)$as_nl";
ucblogo-6.1/configure:5000:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ucblogo-6.1/configure-5001-      esac;
##############################################
ucblogo-6.1/configure-5076-# ----------------------------------------
ucblogo-6.1/configure:5077:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ucblogo-6.1/configure-5078-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ucblogo-6.1/configure-5148-  {
ucblogo-6.1/configure:5149:    as_val=`expr "$@" || test $? -eq 1`
ucblogo-6.1/configure-5150-  }
##############################################
ucblogo-6.1/configure-5252-      case $as_dir in #(
ucblogo-6.1/configure:5253:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ucblogo-6.1/configure-5254-      *) as_qdir=$as_dir;;
##############################################
ucblogo-6.1/configure-5383-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ucblogo-6.1/configure:5384:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ucblogo-6.1/configure-5385-ac_cs_version="\\
##############################################
ucblogo-6.1/configure-5405-  --*=?*)
ucblogo-6.1/configure:5406:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ucblogo-6.1/configure:5407:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ucblogo-6.1/configure-5408-    ac_shift=:
##############################################
ucblogo-6.1/configure-5410-  --*=)
ucblogo-6.1/configure:5411:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ucblogo-6.1/configure-5412-    ac_optarg=
##############################################
ucblogo-6.1/configure-5434-    case $ac_optarg in
ucblogo-6.1/configure:5435:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ucblogo-6.1/configure-5436-    '') as_fn_error $? "missing file argument" ;;
##############################################
ucblogo-6.1/configure-5442-    case $ac_optarg in
ucblogo-6.1/configure:5443:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ucblogo-6.1/configure-5444-    esac
##############################################
ucblogo-6.1/configure-5563-fi
ucblogo-6.1/configure:5564:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ucblogo-6.1/configure-5565-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ucblogo-6.1/configure-5580-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ucblogo-6.1/configure:5581:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ucblogo-6.1/configure-5582-ac_delim='%!_!# '
##############################################
ucblogo-6.1/configure-5586-
ucblogo-6.1/configure:5587:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ucblogo-6.1/configure-5588-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ucblogo-6.1/configure-5724-for ac_last_try in false false :; do
ucblogo-6.1/configure:5725:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ucblogo-6.1/configure-5726-  if test -z "$ac_tt"; then
##############################################
ucblogo-6.1/configure-5856-      esac
ucblogo-6.1/configure:5857:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ucblogo-6.1/configure-5858-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ucblogo-6.1/configure-5915-*)
ucblogo-6.1/configure:5916:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ucblogo-6.1/configure-5917-  # A ".." for each directory in $ac_dir_suffix.
ucblogo-6.1/configure:5918:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ucblogo-6.1/configure-5919-  case $ac_top_builddir_sub in
##############################################
ucblogo-6.1/configure-5967-/@mandir@/p'
ucblogo-6.1/configure:5968:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ucblogo-6.1/configure-5969-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ucblogo-6.1/configure-5984-
ucblogo-6.1/configure:5985:# Neutralize VPATH when `$srcdir' = `.'.
ucblogo-6.1/configure-5986-# Shell code in configure.ac might set extrasub.
##############################################
ucblogo-6.1/configure-6010-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ucblogo-6.1/configure:6011:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ucblogo-6.1/configure-6012-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch-20- AC_MSG_CHECKING([wxWidgets version])
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch:21: if wxversion=`$WXCONFIG --version`; then
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch-22-     AC_MSG_RESULT([$wxversion])
##############################################
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch-26-     WXSRCFILES="wxMain.cpp wxTerminal.cpp wxTurtleGraphics.cpp  TextEditor.cpp"
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch:27:     LIBS="$LIBS "`$WXCONFIG --libs`;
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch:28:     CC="`$WXCONFIG --cc`"
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch:29:     CXX="`$WXCONFIG --cxx`"
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch:30:-    CXXFLAGS="$CXXFLAGS -DHAVE_WX `$WXCONFIG --cxxflags`";
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch-31--    CFLAGS="$CFLAGS -DHAVE_WX "
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch:32:+    CXXFLAGS="$CXXFLAGS `$WXCONFIG --cxxflags`";
ucblogo-6.1/debian/patches/0001-configure.in-Properly-use-AC_DEFINE.patch-33-+#    CFLAGS="$CFLAGS -DHAVE_WX "
##############################################
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in-26-AC_MSG_CHECKING([wxWidgets version])
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in:27:if wxversion=`$WXCONFIG --version`; then
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in-28-    AC_MSG_RESULT([$wxversion])
##############################################
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in-31-    WXSRCFILES="wxMain.cpp wxTerminal.cpp wxTurtleGraphics.cpp  TextEditor.cpp"
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in:32:    LIBS="$LIBS "`$WXCONFIG --libs`;
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in:33:    CC="`$WXCONFIG --cc`"
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in:34:    CXX="`$WXCONFIG --cxx`"
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in:35:    CXXFLAGS="$CXXFLAGS -DHAVE_WX `$WXCONFIG --cxxflags`";
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in-36-    CFLAGS="$CFLAGS -DHAVE_WX "
##############################################
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in-40-    GRAPHICSFILE=""
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in:41:    LINKER="`$WXCONFIG --ld`"
ucblogo-6.1/.pc/0001-configure.in-Properly-use-AC_DEFINE.patch/configure.in-42-else
##############################################
ucblogo-6.1/configure.in-28-AC_MSG_CHECKING([wxWidgets version])
ucblogo-6.1/configure.in:29:if wxversion=`$WXCONFIG --version`; then
ucblogo-6.1/configure.in-30-    AC_MSG_RESULT([$wxversion])
##############################################
ucblogo-6.1/configure.in-33-    WXSRCFILES="wxMain.cpp wxTerminal.cpp wxTurtleGraphics.cpp  TextEditor.cpp"
ucblogo-6.1/configure.in:34:    LIBS="$LIBS "`$WXCONFIG --libs`;
ucblogo-6.1/configure.in:35:    CC="`$WXCONFIG --cc`"
ucblogo-6.1/configure.in:36:    CXX="`$WXCONFIG --cxx`"
ucblogo-6.1/configure.in:37:    CXXFLAGS="$CXXFLAGS `$WXCONFIG --cxxflags`";
ucblogo-6.1/configure.in-38-#    CFLAGS="$CFLAGS -DHAVE_WX "
##############################################
ucblogo-6.1/configure.in-42-    GRAPHICSFILE=""
ucblogo-6.1/configure.in:43:    LINKER="`$WXCONFIG --ld`"
ucblogo-6.1/configure.in-44-else