===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xalan-1.11/c/samples/runConfigure-75-if test -x /bin/getopt -o -x /usr/bin/getopt; then
xalan-1.11/c/samples/runConfigure:76:set -- `getopt C:p:P:c:x:dm:n:t:r:b:l:z:h $*`
xalan-1.11/c/samples/runConfigure-77-else
xalan-1.11/c/samples/runConfigure:78:set -- `getopts C:p:P:c:x:dm:n:t:r:b:l:z:h $*`
xalan-1.11/c/samples/runConfigure-79-fi
##############################################
xalan-1.11/c/samples/runConfigure-352-rm -f config.status
xalan-1.11/c/samples/runConfigure:353:`dirname $0`/configure $configureoptions
xalan-1.11/c/samples/runConfigure-354-
##############################################
xalan-1.11/c/samples/configure-67-  case "$ac_option" in
xalan-1.11/c/samples/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
xalan-1.11/c/samples/configure-69-  *) ac_optarg= ;;
##############################################
xalan-1.11/c/samples/configure-99-  -disable-* | --disable-*)
xalan-1.11/c/samples/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
xalan-1.11/c/samples/configure-101-    # Reject names that are not valid shell variable names.
xalan-1.11/c/samples/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
xalan-1.11/c/samples/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xalan-1.11/c/samples/configure-104-    fi
xalan-1.11/c/samples/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xalan-1.11/c/samples/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
xalan-1.11/c/samples/configure-108-  -enable-* | --enable-*)
xalan-1.11/c/samples/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
xalan-1.11/c/samples/configure-110-    # Reject names that are not valid shell variable names.
xalan-1.11/c/samples/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
xalan-1.11/c/samples/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xalan-1.11/c/samples/configure-113-    fi
xalan-1.11/c/samples/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xalan-1.11/c/samples/configure-115-    case "$ac_option" in
##############################################
xalan-1.11/c/samples/configure-339-  -with-* | --with-*)
xalan-1.11/c/samples/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
xalan-1.11/c/samples/configure-341-    # Reject names that are not valid shell variable names.
xalan-1.11/c/samples/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
xalan-1.11/c/samples/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xalan-1.11/c/samples/configure-344-    fi
xalan-1.11/c/samples/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xalan-1.11/c/samples/configure-346-    case "$ac_option" in
##############################################
xalan-1.11/c/samples/configure-352-  -without-* | --without-*)
xalan-1.11/c/samples/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
xalan-1.11/c/samples/configure-354-    # Reject names that are not valid shell variable names.
xalan-1.11/c/samples/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
xalan-1.11/c/samples/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xalan-1.11/c/samples/configure-357-    fi
xalan-1.11/c/samples/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xalan-1.11/c/samples/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
xalan-1.11/c/samples/configure-382-  *)
xalan-1.11/c/samples/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
xalan-1.11/c/samples/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
xalan-1.11/c/samples/configure-395-if test -n "$ac_prev"; then
xalan-1.11/c/samples/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
xalan-1.11/c/samples/configure-397-fi
##############################################
xalan-1.11/c/samples/configure-460-  ac_prog=$0
xalan-1.11/c/samples/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
xalan-1.11/c/samples/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
xalan-1.11/c/samples/configure-476-fi
xalan-1.11/c/samples/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
xalan-1.11/c/samples/configure-478-
##############################################
xalan-1.11/c/samples/configure-528-echo "configure:529: checking for $ac_word" >&5
xalan-1.11/c/samples/configure:529:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-530-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-558-echo "configure:559: checking for $ac_word" >&5
xalan-1.11/c/samples/configure:559:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-560-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-609-echo "configure:610: checking for $ac_word" >&5
xalan-1.11/c/samples/configure:610:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-611-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-688-echo "configure:689: checking whether we are using GNU C" >&5
xalan-1.11/c/samples/configure:689:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-690-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-716-echo "configure:717: checking whether ${CC-cc} accepts -g" >&5
xalan-1.11/c/samples/configure:717:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-718-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-720-  echo 'void f(){}' > conftest.c
xalan-1.11/c/samples/configure:721:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xalan-1.11/c/samples/configure-722-  ac_cv_prog_cc_g=yes
##############################################
xalan-1.11/c/samples/configure-752-echo "configure:753: checking for $ac_word" >&5
xalan-1.11/c/samples/configure:753:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-754-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-831-echo "configure:832: checking whether we are using GNU C++" >&5
xalan-1.11/c/samples/configure:832:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-833-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-859-echo "configure:860: checking whether ${CXX-g++} accepts -g" >&5
xalan-1.11/c/samples/configure:860:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-861-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-863-  echo 'void f(){}' > conftest.cc
xalan-1.11/c/samples/configure:864:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
xalan-1.11/c/samples/configure-865-  ac_cv_prog_cxx_g=yes
##############################################
xalan-1.11/c/samples/configure-973-if test -z "$INSTALL"; then
xalan-1.11/c/samples/configure:974:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-975-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-1027-echo "configure:1028: checking for $ac_word" >&5
xalan-1.11/c/samples/configure:1028:if eval "test \"`echo '$''{'ac_cv_prog_AUTOCONF'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-1029-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-1057-ac_lib_var=`echo m'_'floor | sed 'y%./+-%__p_%'`
xalan-1.11/c/samples/configure:1058:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-1059-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-1087-fi
xalan-1.11/c/samples/configure:1088:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xalan-1.11/c/samples/configure-1089-  echo "$ac_t""yes" 1>&6
##############################################
xalan-1.11/c/samples/configure-1156-  NONE)
xalan-1.11/c/samples/configure:1157:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
xalan-1.11/c/samples/configure-1158-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
xalan-1.11/c/samples/configure-1163-
xalan-1.11/c/samples/configure:1164:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
xalan-1.11/c/samples/configure:1165:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xalan-1.11/c/samples/configure:1166:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xalan-1.11/c/samples/configure:1167:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xalan-1.11/c/samples/configure-1168-echo "$ac_t""$host" 1>&6
##############################################
xalan-1.11/c/samples/configure-1193-if test -z "$CXXCPP"; then
xalan-1.11/c/samples/configure:1194:if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-1195-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-1210-{ (eval echo configure:1210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xalan-1.11/c/samples/configure:1211:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xalan-1.11/c/samples/configure-1212-if test -z "$ac_err"; then
##############################################
xalan-1.11/c/samples/configure-1235-echo "configure:1235: checking for ANSI C header files" >&5
xalan-1.11/c/samples/configure:1236:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-1237-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-1248-{ (eval echo configure:1248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xalan-1.11/c/samples/configure:1249:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xalan-1.11/c/samples/configure-1250-if test -z "$ac_err"; then
##############################################
xalan-1.11/c/samples/configure-1341-echo "configure:1341: checking for $ac_func" >&5
xalan-1.11/c/samples/configure:1342:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
xalan-1.11/c/samples/configure-1343-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/c/samples/configure-1383-
xalan-1.11/c/samples/configure:1384:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xalan-1.11/c/samples/configure-1385-  echo "$ac_t""yes" 1>&6
xalan-1.11/c/samples/configure:1386:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xalan-1.11/c/samples/configure-1387-  cat >> confdefs.h <<EOF
##############################################
xalan-1.11/c/samples/configure-1677-    fi
xalan-1.11/c/samples/configure:1678:    ac_file=`expr $ac_file + 1`
xalan-1.11/c/samples/configure-1679-    ac_beg=$ac_end
xalan-1.11/c/samples/configure:1680:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
xalan-1.11/c/samples/configure-1681-  fi
##############################################
xalan-1.11/c/samples/configure-1695-  case "$ac_file" in
xalan-1.11/c/samples/configure:1696:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xalan-1.11/c/samples/configure:1697:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xalan-1.11/c/samples/configure-1698-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xalan-1.11/c/samples/configure-1703-  # Remove last slash and all that follows it.  Not all systems have dirname.
xalan-1.11/c/samples/configure:1704:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xalan-1.11/c/samples/configure-1705-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xalan-1.11/c/samples/configure-1707-    test ! -d "$ac_dir" && mkdir "$ac_dir"
xalan-1.11/c/samples/configure:1708:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
xalan-1.11/c/samples/configure-1709-    # A "../" for each directory in $ac_dir_suffix.
xalan-1.11/c/samples/configure:1710:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
xalan-1.11/c/samples/configure-1711-  else
##############################################
xalan-1.11/c/samples/configure-1717-      if test -z "$ac_dots"; then top_srcdir=.
xalan-1.11/c/samples/configure:1718:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
xalan-1.11/c/samples/configure-1719-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
xalan-1.11/c/samples/configure-1731-  rm -f "$ac_file"
xalan-1.11/c/samples/configure:1732:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
xalan-1.11/c/samples/configure-1733-  case "$ac_file" in
##############################################
xalan-1.11/c/samples/configure-1738-
xalan-1.11/c/samples/configure:1739:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xalan-1.11/c/samples/configure-1740-  sed -e "$ac_comsub
##############################################
xalan-1.11/c/config.guess-37-
xalan-1.11/c/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
xalan-1.11/c/config.guess-39-
##############################################
xalan-1.11/c/config.guess-106-: ${TMPDIR=/tmp} ;
xalan-1.11/c/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xalan-1.11/c/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xalan-1.11/c/config.guess-191-	    *)
xalan-1.11/c/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xalan-1.11/c/config.guess-193-		;;
##############################################
xalan-1.11/c/config.guess-243-	if test $UNAME_RELEASE = "V4.0"; then
xalan-1.11/c/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xalan-1.11/c/config.guess-245-	fi
##############################################
xalan-1.11/c/config.guess-249-	# types through head -n 1, so we only detect the type of CPU 0.
xalan-1.11/c/config.guess:250:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xalan-1.11/c/config.guess-251-	case "$ALPHA_CPU_TYPE" in
##############################################
xalan-1.11/c/config.guess-286-	# 1.2 uses "1.2" for uname -r.
xalan-1.11/c/config.guess:287:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
xalan-1.11/c/config.guess-288-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-340-    sun4H:SunOS:5.*:*)
xalan-1.11/c/config.guess:341:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xalan-1.11/c/config.guess-342-	exit 0 ;;
xalan-1.11/c/config.guess-343-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xalan-1.11/c/config.guess:344:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xalan-1.11/c/config.guess-345-	exit 0 ;;
xalan-1.11/c/config.guess-346-    i86pc:SunOS:5.*:*)
xalan-1.11/c/config.guess:347:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xalan-1.11/c/config.guess-348-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-352-	# it's likely to be more like Solaris than SunOS4.
xalan-1.11/c/config.guess:353:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xalan-1.11/c/config.guess-354-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-361-	# Japanese Language versions have a version number like `4.1.3-JL'.
xalan-1.11/c/config.guess:362:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
xalan-1.11/c/config.guess-363-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-367-    sun*:*:4.2BSD:*)
xalan-1.11/c/config.guess:368:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xalan-1.11/c/config.guess-369-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
xalan-1.11/c/config.guess-446-	$CC_FOR_BUILD -o $dummy $dummy.c \
xalan-1.11/c/config.guess:447:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
xalan-1.11/c/config.guess-448-	  && exit 0
##############################################
xalan-1.11/c/config.guess-501-    *:IRIX*:*:*)
xalan-1.11/c/config.guess:502:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
xalan-1.11/c/config.guess-503-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-540-    *:AIX:*:[45])
xalan-1.11/c/config.guess:541:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xalan-1.11/c/config.guess-542-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
xalan-1.11/c/config.guess-575-    9000/[34678]??:HP-UX:*:*)
xalan-1.11/c/config.guess:576:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xalan-1.11/c/config.guess-577-	case "${UNAME_MACHINE}" in
##############################################
xalan-1.11/c/config.guess-629-EOF
xalan-1.11/c/config.guess:630:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
xalan-1.11/c/config.guess-631-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xalan-1.11/c/config.guess-647-    ia64:HP-UX:*:*)
xalan-1.11/c/config.guess:648:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xalan-1.11/c/config.guess-649-	echo ia64-hp-hpux${HPUX_REV}
##############################################
xalan-1.11/c/config.guess-747-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xalan-1.11/c/config.guess:748:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
xalan-1.11/c/config.guess-749-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xalan-1.11/c/config.guess-752-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xalan-1.11/c/config.guess:753:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
xalan-1.11/c/config.guess-754-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xalan-1.11/c/config.guess-775-EOF
xalan-1.11/c/config.guess:776:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
xalan-1.11/c/config.guess-777-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
xalan-1.11/c/config.guess-779-	case ${LIBC} in gnu) kernel_only='k' ;; esac
xalan-1.11/c/config.guess:780:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
xalan-1.11/c/config.guess-781-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-809-    prep*:SunOS:5.*:*)
xalan-1.11/c/config.guess:810:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xalan-1.11/c/config.guess-811-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-813-	# the GNU system
xalan-1.11/c/config.guess:814:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
xalan-1.11/c/config.guess-815-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-817-	# other systems with GNU libc and userland
xalan-1.11/c/config.guess:818:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
xalan-1.11/c/config.guess-819-	exit 0 ;;
##############################################
xalan-1.11/c/config.guess-850-EOF
xalan-1.11/c/config.guess:851:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
xalan-1.11/c/config.guess-852-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
xalan-1.11/c/config.guess-869-EOF
xalan-1.11/c/config.guess:870:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
xalan-1.11/c/config.guess-871-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
xalan-1.11/c/config.guess-970-EOF
xalan-1.11/c/config.guess:971:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
xalan-1.11/c/config.guess-972-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
xalan-1.11/c/config.guess-1009-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
xalan-1.11/c/config.guess:1010:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
xalan-1.11/c/config.guess-1011-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xalan-1.11/c/config.sub-54-
xalan-1.11/c/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
xalan-1.11/c/config.sub-56-
##############################################
xalan-1.11/c/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
xalan-1.11/c/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xalan-1.11/c/config.sub-120-case $maybe_os in
##############################################
xalan-1.11/c/config.sub-123-    os=-$maybe_os
xalan-1.11/c/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xalan-1.11/c/config.sub-125-    ;;
xalan-1.11/c/config.sub-126-  *)
xalan-1.11/c/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
xalan-1.11/c/config.sub-128-    if [ $basic_machine != $1 ]
xalan-1.11/c/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
xalan-1.11/c/config.sub-130-    else os=; fi
##############################################
xalan-1.11/c/config.sub-174-		os=-sco3.2v5
xalan-1.11/c/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xalan-1.11/c/config.sub-176-		;;
##############################################
xalan-1.11/c/config.sub-178-		os=-sco3.2v4
xalan-1.11/c/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xalan-1.11/c/config.sub-180-		;;
xalan-1.11/c/config.sub-181-	-sco3.2.[4-9]*)
xalan-1.11/c/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xalan-1.11/c/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xalan-1.11/c/config.sub-184-		;;
##############################################
xalan-1.11/c/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
xalan-1.11/c/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xalan-1.11/c/config.sub-188-		;;
##############################################
xalan-1.11/c/config.sub-190-		os=-sco3.2v2
xalan-1.11/c/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xalan-1.11/c/config.sub-192-		;;
xalan-1.11/c/config.sub-193-	-udk*)
xalan-1.11/c/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xalan-1.11/c/config.sub-195-		;;
##############################################
xalan-1.11/c/config.sub-197-		os=-isc2.2
xalan-1.11/c/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xalan-1.11/c/config.sub-199-		;;
##############################################
xalan-1.11/c/config.sub-203-	-isc*)
xalan-1.11/c/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xalan-1.11/c/config.sub-205-		;;
##############################################
xalan-1.11/c/config.sub-209-	-ptx*)
xalan-1.11/c/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
xalan-1.11/c/config.sub-211-		;;
xalan-1.11/c/config.sub-212-	-windowsnt*)
xalan-1.11/c/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
xalan-1.11/c/config.sub-214-		;;
##############################################
xalan-1.11/c/config.sub-289-	*-*-*)
xalan-1.11/c/config.sub:290:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xalan-1.11/c/config.sub-291-		exit 1
##############################################
xalan-1.11/c/config.sub-582-	i*86v32)
xalan-1.11/c/config.sub:583:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xalan-1.11/c/config.sub-584-		os=-sysv32
##############################################
xalan-1.11/c/config.sub-586-	i*86v4*)
xalan-1.11/c/config.sub:587:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xalan-1.11/c/config.sub-588-		os=-sysv4
##############################################
xalan-1.11/c/config.sub-590-	i*86v)
xalan-1.11/c/config.sub:591:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xalan-1.11/c/config.sub-592-		os=-sysv
##############################################
xalan-1.11/c/config.sub-594-	i*86sol2)
xalan-1.11/c/config.sub:595:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xalan-1.11/c/config.sub-596-		os=-solaris2
##############################################
xalan-1.11/c/config.sub-642-	mips3*-*)
xalan-1.11/c/config.sub:643:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
xalan-1.11/c/config.sub-644-		;;
xalan-1.11/c/config.sub-645-	mips3*)
xalan-1.11/c/config.sub:646:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
xalan-1.11/c/config.sub-647-		;;
##############################################
xalan-1.11/c/config.sub-788-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xalan-1.11/c/config.sub:789:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
xalan-1.11/c/config.sub-790-		;;
xalan-1.11/c/config.sub-791-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xalan-1.11/c/config.sub:792:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xalan-1.11/c/config.sub-793-		;;
xalan-1.11/c/config.sub-794-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xalan-1.11/c/config.sub:795:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xalan-1.11/c/config.sub-796-		;;
xalan-1.11/c/config.sub-797-	pentium4-*)
xalan-1.11/c/config.sub:798:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
xalan-1.11/c/config.sub-799-		;;
##############################################
xalan-1.11/c/config.sub-806-		;;
xalan-1.11/c/config.sub:807:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
xalan-1.11/c/config.sub-808-		;;
##############################################
xalan-1.11/c/config.sub-812-	ppcle-* | powerpclittle-*)
xalan-1.11/c/config.sub:813:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
xalan-1.11/c/config.sub-814-		;;
##############################################
xalan-1.11/c/config.sub-816-		;;
xalan-1.11/c/config.sub:817:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
xalan-1.11/c/config.sub-818-		;;
##############################################
xalan-1.11/c/config.sub-822-	ppc64le-* | powerpc64little-*)
xalan-1.11/c/config.sub:823:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
xalan-1.11/c/config.sub-824-		;;
##############################################
xalan-1.11/c/config.sub-1091-	*)
xalan-1.11/c/config.sub:1092:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xalan-1.11/c/config.sub-1093-		exit 1
##############################################
xalan-1.11/c/config.sub-1099-	*-digital*)
xalan-1.11/c/config.sub:1100:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
xalan-1.11/c/config.sub-1101-		;;
xalan-1.11/c/config.sub-1102-	*-commodore*)
xalan-1.11/c/config.sub:1103:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
xalan-1.11/c/config.sub-1104-		;;
##############################################
xalan-1.11/c/config.sub-1117-	-solaris1 | -solaris1.*)
xalan-1.11/c/config.sub:1118:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xalan-1.11/c/config.sub-1119-		;;
##############################################
xalan-1.11/c/config.sub-1129-	-gnu/linux*)
xalan-1.11/c/config.sub:1130:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xalan-1.11/c/config.sub-1131-		;;
##############################################
xalan-1.11/c/config.sub-1169-	-nto*)
xalan-1.11/c/config.sub:1170:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xalan-1.11/c/config.sub-1171-		;;
##############################################
xalan-1.11/c/config.sub-1176-	-mac*)
xalan-1.11/c/config.sub:1177:		os=`echo $os | sed -e 's|mac|macos|'`
xalan-1.11/c/config.sub-1178-		;;
##############################################
xalan-1.11/c/config.sub-1182-	-linux*)
xalan-1.11/c/config.sub:1183:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xalan-1.11/c/config.sub-1184-		;;
xalan-1.11/c/config.sub-1185-	-sunos5*)
xalan-1.11/c/config.sub:1186:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
xalan-1.11/c/config.sub-1187-		;;
xalan-1.11/c/config.sub-1188-	-sunos6*)
xalan-1.11/c/config.sub:1189:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
xalan-1.11/c/config.sub-1190-		;;
##############################################
xalan-1.11/c/config.sub-1237-	-sinix5.*)
xalan-1.11/c/config.sub:1238:		os=`echo $os | sed -e 's|sinix|sysv|'`
xalan-1.11/c/config.sub-1239-		;;
##############################################
xalan-1.11/c/config.sub-1285-		# Get rid of the `-' at the beginning of $os.
xalan-1.11/c/config.sub:1286:		os=`echo $os | sed 's/[^-]*-//'`
xalan-1.11/c/config.sub:1287:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
xalan-1.11/c/config.sub-1288-		exit 1
##############################################
xalan-1.11/c/config.sub-1521-		esac
xalan-1.11/c/config.sub:1522:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
xalan-1.11/c/config.sub-1523-		;;
##############################################
xalan-1.11/c/install-sh-85-
xalan-1.11/c/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xalan-1.11/c/install-sh-87-	    shift
##############################################
xalan-1.11/c/install-sh-89-
xalan-1.11/c/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xalan-1.11/c/install-sh-91-	    shift
##############################################
xalan-1.11/c/install-sh-151-	then
xalan-1.11/c/install-sh:152:		dst="$dst"/`basename $src`
xalan-1.11/c/install-sh-153-	else
##############################################
xalan-1.11/c/install-sh-158-## this sed command emulates the dirname command
xalan-1.11/c/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xalan-1.11/c/install-sh-160-
##############################################
xalan-1.11/c/install-sh-172-IFS='%'
xalan-1.11/c/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xalan-1.11/c/install-sh-174-IFS="${oIFS}"
##############################################
xalan-1.11/c/install-sh-206-	then
xalan-1.11/c/install-sh:207:		dstfile=`basename $dst`
xalan-1.11/c/install-sh-208-	else
##############################################
xalan-1.11/c/install-sh-216-	then
xalan-1.11/c/install-sh:217:		dstfile=`basename $dst`
xalan-1.11/c/install-sh-218-	else
##############################################
xalan-1.11/c/runConfigure-209-if test -x /bin/getopt -o -x /usr/bin/getopt; then
xalan-1.11/c/runConfigure:210:    set -- `getopt C:p:P:c:x:dm:n:t:m:M:r:b:l:z:h $*`
xalan-1.11/c/runConfigure-211-
##############################################
xalan-1.11/c/runConfigure-677-rm -f config.status
xalan-1.11/c/runConfigure:678:`dirname $0`/configure $configureoptions
xalan-1.11/c/runConfigure-679-
##############################################
xalan-1.11/c/configure-43-do
xalan-1.11/c/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xalan-1.11/c/configure-45-    eval $as_var=C; export $as_var
##############################################
xalan-1.11/c/configure-101-  as_lineno_2=$LINENO
xalan-1.11/c/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xalan-1.11/c/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xalan-1.11/c/configure-140-  as_lineno_2=$LINENO
xalan-1.11/c/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xalan-1.11/c/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xalan-1.11/c/configure-325-
xalan-1.11/c/configure:326:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
xalan-1.11/c/configure-327-
##############################################
xalan-1.11/c/configure-358-  -disable-* | --disable-*)
xalan-1.11/c/configure:359:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xalan-1.11/c/configure-360-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/c/configure-363-   { (exit 1); exit 1; }; }
xalan-1.11/c/configure:364:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xalan-1.11/c/configure-365-    eval "enable_$ac_feature=no" ;;
##############################################
xalan-1.11/c/configure-367-  -enable-* | --enable-*)
xalan-1.11/c/configure:368:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xalan-1.11/c/configure-369-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/c/configure-372-   { (exit 1); exit 1; }; }
xalan-1.11/c/configure:373:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xalan-1.11/c/configure-374-    case $ac_option in
xalan-1.11/c/configure:375:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xalan-1.11/c/configure-376-      *) ac_optarg=yes ;;
##############################################
xalan-1.11/c/configure-549-  -with-* | --with-*)
xalan-1.11/c/configure:550:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xalan-1.11/c/configure-551-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/c/configure-554-   { (exit 1); exit 1; }; }
xalan-1.11/c/configure:555:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xalan-1.11/c/configure-556-    case $ac_option in
xalan-1.11/c/configure:557:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xalan-1.11/c/configure-558-      *) ac_optarg=yes ;;
##############################################
xalan-1.11/c/configure-562-  -without-* | --without-*)
xalan-1.11/c/configure:563:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xalan-1.11/c/configure-564-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/c/configure-567-   { (exit 1); exit 1; }; }
xalan-1.11/c/configure:568:    ac_package=`echo $ac_package | sed 's/-/_/g'`
xalan-1.11/c/configure-569-    eval "with_$ac_package=no" ;;
##############################################
xalan-1.11/c/configure-594-  *=*)
xalan-1.11/c/configure:595:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xalan-1.11/c/configure-596-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/c/configure-599-   { (exit 1); exit 1; }; }
xalan-1.11/c/configure:600:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
xalan-1.11/c/configure-601-    eval "$ac_envvar='$ac_optarg'"
##############################################
xalan-1.11/c/configure-615-if test -n "$ac_prev"; then
xalan-1.11/c/configure:616:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xalan-1.11/c/configure-617-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
xalan-1.11/c/configure-623-do
xalan-1.11/c/configure:624:  eval ac_val=$`echo $ac_var`
xalan-1.11/c/configure-625-  case $ac_val in
##############################################
xalan-1.11/c/configure-635-do
xalan-1.11/c/configure:636:  eval ac_val=$`echo $ac_var`
xalan-1.11/c/configure-637-  case $ac_val in
##############################################
xalan-1.11/c/configure-702-   { (exit 1); exit 1; }; }
xalan-1.11/c/configure:703:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
xalan-1.11/c/configure-704-ac_env_build_alias_set=${build_alias+set}
##############################################
xalan-1.11/c/configure-781-By default, \`make install' will install all the files in
xalan-1.11/c/configure:782:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xalan-1.11/c/configure:783:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xalan-1.11/c/configure-784-for instance \`--prefix=\$HOME'.
##############################################
xalan-1.11/c/configure-839-if test "$ac_dir" != .; then
xalan-1.11/c/configure:840:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xalan-1.11/c/configure-841-  # A "../" for each directory in $ac_dir_suffix.
xalan-1.11/c/configure:842:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xalan-1.11/c/configure-843-else
##############################################
xalan-1.11/c/configure-852-    else
xalan-1.11/c/configure:853:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xalan-1.11/c/configure-854-    fi ;;
##############################################
xalan-1.11/c/configure-1006-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xalan-1.11/c/configure:1007:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xalan-1.11/c/configure-1008-    esac
##############################################
xalan-1.11/c/configure-1078-    do
xalan-1.11/c/configure:1079:      eval ac_val=$`echo $ac_var`
xalan-1.11/c/configure-1080-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
xalan-1.11/c/configure-1092-      do
xalan-1.11/c/configure:1093:	eval ac_val=$`echo $ac_var`
xalan-1.11/c/configure-1094-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
xalan-1.11/c/configure-1199-    set,)
xalan-1.11/c/configure:1200:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xalan-1.11/c/configure:1201:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xalan-1.11/c/configure-1202-      ac_cache_corrupted=: ;;
##############################################
xalan-1.11/c/configure-1222-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xalan-1.11/c/configure:1223:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xalan-1.11/c/configure-1224-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xalan-1.11/c/configure-1582-     "checking for C compiler version" >&5
xalan-1.11/c/configure:1583:ac_compiler=`set X $ac_compile; echo $2`
xalan-1.11/c/configure-1584-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xalan-1.11/c/configure-1621-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
xalan-1.11/c/configure:1622:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xalan-1.11/c/configure-1623-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
xalan-1.11/c/configure-1649-    *.* )
xalan-1.11/c/configure:1650:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xalan-1.11/c/configure-1651-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
xalan-1.11/c/configure-1729-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
xalan-1.11/c/configure:1730:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xalan-1.11/c/configure-1731-	  export ac_cv_exeext
##############################################
xalan-1.11/c/configure-1779-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
xalan-1.11/c/configure:1780:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xalan-1.11/c/configure-1781-       break;;
##############################################
xalan-1.11/c/configure-1858-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
xalan-1.11/c/configure:1859:GCC=`test $ac_compiler_gnu = yes && echo yes`
xalan-1.11/c/configure-1860-ac_test_CFLAGS=${CFLAGS+set}
##############################################
xalan-1.11/c/configure-2290-     "checking for C++ compiler version" >&5
xalan-1.11/c/configure:2291:ac_compiler=`set X $ac_compile; echo $2`
xalan-1.11/c/configure-2292-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xalan-1.11/c/configure-2365-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
xalan-1.11/c/configure:2366:GXX=`test $ac_compiler_gnu = yes && echo yes`
xalan-1.11/c/configure-2367-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
xalan-1.11/c/configure-2773-test -z "$ac_cv_build_alias" &&
xalan-1.11/c/configure:2774:  ac_cv_build_alias=`$ac_config_guess`
xalan-1.11/c/configure-2775-test -z "$ac_cv_build_alias" &&
##############################################
xalan-1.11/c/configure-2778-   { (exit 1); exit 1; }; }
xalan-1.11/c/configure:2779:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
xalan-1.11/c/configure-2780-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
xalan-1.11/c/configure-2787-build=$ac_cv_build
xalan-1.11/c/configure:2788:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xalan-1.11/c/configure:2789:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xalan-1.11/c/configure:2790:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xalan-1.11/c/configure-2791-
##############################################
xalan-1.11/c/configure-2800-  ac_cv_host_alias=$ac_cv_build_alias
xalan-1.11/c/configure:2801:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
xalan-1.11/c/configure-2802-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
xalan-1.11/c/configure-2809-host=$ac_cv_host
xalan-1.11/c/configure:2810:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xalan-1.11/c/configure:2811:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xalan-1.11/c/configure:2812:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xalan-1.11/c/configure-2813-
##############################################
xalan-1.11/c/configure-3333-do
xalan-1.11/c/configure:3334:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
xalan-1.11/c/configure-3335-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xalan-1.11/c/configure-3422-fi
xalan-1.11/c/configure:3423:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
xalan-1.11/c/configure:3424:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
xalan-1.11/c/configure:3425:if test `eval echo '${'$as_ac_var'}'` = yes; then
xalan-1.11/c/configure-3426-  cat >>confdefs.h <<_ACEOF
xalan-1.11/c/configure:3427:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
xalan-1.11/c/configure-3428-_ACEOF
##############################################
xalan-1.11/c/configure-3643-ac_LF_and_DOT=`echo; echo .`
xalan-1.11/c/configure:3644:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
xalan-1.11/c/configure-3645-rm -f confdef2opt.sed
##############################################
xalan-1.11/c/configure-3718-do
xalan-1.11/c/configure:3719:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xalan-1.11/c/configure-3720-    eval $as_var=C; export $as_var
##############################################
xalan-1.11/c/configure-3776-  as_lineno_2=$LINENO
xalan-1.11/c/configure:3777:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xalan-1.11/c/configure-3778-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xalan-1.11/c/configure-3816-  as_lineno_2=$LINENO
xalan-1.11/c/configure:3817:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xalan-1.11/c/configure-3818-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xalan-1.11/c/configure-3990-configured by $0, generated by GNU Autoconf 2.59,
xalan-1.11/c/configure:3991:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
xalan-1.11/c/configure-3992-
##############################################
xalan-1.11/c/configure-4007-  --*=*)
xalan-1.11/c/configure:4008:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
xalan-1.11/c/configure:4009:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
xalan-1.11/c/configure-4010-    ac_shift=:
##############################################
xalan-1.11/c/configure-4257-      fi
xalan-1.11/c/configure:4258:      ac_sed_frag=`expr $ac_sed_frag + 1`
xalan-1.11/c/configure-4259-      ac_beg=$ac_end
xalan-1.11/c/configure:4260:      ac_end=`expr $ac_end + $ac_max_sed_lines`
xalan-1.11/c/configure-4261-    fi
##############################################
xalan-1.11/c/configure-4274-	cat >$tmp/stdin
xalan-1.11/c/configure:4275:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xalan-1.11/c/configure:4276:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xalan-1.11/c/configure:4277:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xalan-1.11/c/configure:4278:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xalan-1.11/c/configure-4279-  * )   ac_file_in=$ac_file.in ;;
##############################################
xalan-1.11/c/configure-4322-if test "$ac_dir" != .; then
xalan-1.11/c/configure:4323:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xalan-1.11/c/configure-4324-  # A "../" for each directory in $ac_dir_suffix.
xalan-1.11/c/configure:4325:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xalan-1.11/c/configure-4326-else
##############################################
xalan-1.11/c/configure-4335-    else
xalan-1.11/c/configure:4336:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xalan-1.11/c/configure-4337-    fi ;;
##############################################
xalan-1.11/debian/patches/kfreebsd-support.diff-10-+++ b/c/configure
xalan-1.11/debian/patches/kfreebsd-support.diff:11:@@ -2816,6 +2816,7 @@ host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xalan-1.11/debian/patches/kfreebsd-support.diff-12- case "${host}" in
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-43-do
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-45-    eval $as_var=C; export $as_var
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-101-  as_lineno_2=$LINENO
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-140-  as_lineno_2=$LINENO
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-325-
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:326:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-327-
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-358-  -disable-* | --disable-*)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:359:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-360-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-363-   { (exit 1); exit 1; }; }
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:364:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-365-    eval "enable_$ac_feature=no" ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-367-  -enable-* | --enable-*)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:368:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-369-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-372-   { (exit 1); exit 1; }; }
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:373:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-374-    case $ac_option in
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:375:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-376-      *) ac_optarg=yes ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-549-  -with-* | --with-*)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:550:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-551-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-554-   { (exit 1); exit 1; }; }
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:555:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-556-    case $ac_option in
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:557:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-558-      *) ac_optarg=yes ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-562-  -without-* | --without-*)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:563:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-564-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-567-   { (exit 1); exit 1; }; }
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:568:    ac_package=`echo $ac_package | sed 's/-/_/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-569-    eval "with_$ac_package=no" ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-594-  *=*)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:595:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-596-    # Reject names that are not valid shell variable names.
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-599-   { (exit 1); exit 1; }; }
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:600:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-601-    eval "$ac_envvar='$ac_optarg'"
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-615-if test -n "$ac_prev"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:616:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-617-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-623-do
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:624:  eval ac_val=$`echo $ac_var`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-625-  case $ac_val in
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-635-do
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:636:  eval ac_val=$`echo $ac_var`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-637-  case $ac_val in
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-702-   { (exit 1); exit 1; }; }
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:703:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-704-ac_env_build_alias_set=${build_alias+set}
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-781-By default, \`make install' will install all the files in
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:782:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:783:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-784-for instance \`--prefix=\$HOME'.
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-839-if test "$ac_dir" != .; then
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:840:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-841-  # A "../" for each directory in $ac_dir_suffix.
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:842:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-843-else
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-852-    else
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:853:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-854-    fi ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1006-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1007:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1008-    esac
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1078-    do
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1079:      eval ac_val=$`echo $ac_var`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1080-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1092-      do
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1093:	eval ac_val=$`echo $ac_var`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1094-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1199-    set,)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1200:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1201:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1202-      ac_cache_corrupted=: ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1222-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1223:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1224-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1582-     "checking for C compiler version" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1583:ac_compiler=`set X $ac_compile; echo $2`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1584-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1621-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1622:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1623-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1649-    *.* )
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1650:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1651-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1729-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1730:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1731-	  export ac_cv_exeext
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1779-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1780:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1781-       break;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1858-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:1859:GCC=`test $ac_compiler_gnu = yes && echo yes`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-1860-ac_test_CFLAGS=${CFLAGS+set}
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2290-     "checking for C++ compiler version" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2291:ac_compiler=`set X $ac_compile; echo $2`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2292-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2365-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2366:GXX=`test $ac_compiler_gnu = yes && echo yes`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2367-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2773-test -z "$ac_cv_build_alias" &&
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2774:  ac_cv_build_alias=`$ac_config_guess`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2775-test -z "$ac_cv_build_alias" &&
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2778-   { (exit 1); exit 1; }; }
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2779:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2780-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2787-build=$ac_cv_build
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2788:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2789:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2790:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2791-
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2800-  ac_cv_host_alias=$ac_cv_build_alias
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2801:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2802-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2809-host=$ac_cv_host
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2810:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2811:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:2812:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-2813-
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3332-do
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3333:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3334-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3421-fi
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3422:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3423:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3424:if test `eval echo '${'$as_ac_var'}'` = yes; then
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3425-  cat >>confdefs.h <<_ACEOF
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3426:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3427-_ACEOF
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3642-ac_LF_and_DOT=`echo; echo .`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3643:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3644-rm -f confdef2opt.sed
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3717-do
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3718:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3719-    eval $as_var=C; export $as_var
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3775-  as_lineno_2=$LINENO
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3776:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3777-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3815-  as_lineno_2=$LINENO
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3816:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3817-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3989-configured by $0, generated by GNU Autoconf 2.59,
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:3990:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-3991-
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4006-  --*=*)
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4007:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4008:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4009-    ac_shift=:
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4256-      fi
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4257:      ac_sed_frag=`expr $ac_sed_frag + 1`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4258-      ac_beg=$ac_end
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4259:      ac_end=`expr $ac_end + $ac_max_sed_lines`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4260-    fi
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4273-	cat >$tmp/stdin
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4274:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4275:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4276:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4277:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4278-  * )   ac_file_in=$ac_file.in ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4321-if test "$ac_dir" != .; then
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4322:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4323-  # A "../" for each directory in $ac_dir_suffix.
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4324:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4325-else
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4334-    else
xalan-1.11/.pc/kfreebsd-support.diff/c/configure:4335:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xalan-1.11/.pc/kfreebsd-support.diff/c/configure-4336-    fi ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-67-  case "$ac_option" in
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-69-  *) ac_optarg= ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-99-  -disable-* | --disable-*)
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-101-    # Reject names that are not valid shell variable names.
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-104-    fi
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-108-  -enable-* | --enable-*)
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-110-    # Reject names that are not valid shell variable names.
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-113-    fi
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-115-    case "$ac_option" in
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-339-  -with-* | --with-*)
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-341-    # Reject names that are not valid shell variable names.
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-344-    fi
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-346-    case "$ac_option" in
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-352-  -without-* | --without-*)
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-354-    # Reject names that are not valid shell variable names.
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-357-    fi
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-382-  *)
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-395-if test -n "$ac_prev"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-397-fi
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-460-  ac_prog=$0
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-476-fi
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-478-
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-528-echo "configure:529: checking for $ac_word" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:529:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-530-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-558-echo "configure:559: checking for $ac_word" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:559:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-560-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-609-echo "configure:610: checking for $ac_word" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:610:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-611-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-688-echo "configure:689: checking whether we are using GNU C" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:689:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-690-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-716-echo "configure:717: checking whether ${CC-cc} accepts -g" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:717:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-718-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-720-  echo 'void f(){}' > conftest.c
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:721:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-722-  ac_cv_prog_cc_g=yes
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-752-echo "configure:753: checking for $ac_word" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:753:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-754-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-831-echo "configure:832: checking whether we are using GNU C++" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:832:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-833-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-859-echo "configure:860: checking whether ${CXX-g++} accepts -g" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:860:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-861-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-863-  echo 'void f(){}' > conftest.cc
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:864:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-865-  ac_cv_prog_cxx_g=yes
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-973-if test -z "$INSTALL"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:974:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-975-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1027-echo "configure:1028: checking for $ac_word" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1028:if eval "test \"`echo '$''{'ac_cv_prog_AUTOCONF'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1029-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1057-ac_lib_var=`echo m'_'floor | sed 'y%./+-%__p_%'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1058:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1059-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1087-fi
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1088:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1089-  echo "$ac_t""yes" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1156-  NONE)
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1157:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1158-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1163-
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1164:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1165:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1166:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1167:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1168-echo "$ac_t""$host" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1192-if test -z "$CXXCPP"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1193:if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1194-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1209-{ (eval echo configure:1210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1210:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1211-if test -z "$ac_err"; then
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1234-echo "configure:1235: checking for ANSI C header files" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1235:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1236-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1247-{ (eval echo configure:1248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1248:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1249-if test -z "$ac_err"; then
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1340-echo "configure:1341: checking for $ac_func" >&5
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1341:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1342-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1382-
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1383:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1384-  echo "$ac_t""yes" 1>&6
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1385:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1386-  cat >> confdefs.h <<EOF
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1676-    fi
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1677:    ac_file=`expr $ac_file + 1`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1678-    ac_beg=$ac_end
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1679:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1680-  fi
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1694-  case "$ac_file" in
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1695:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1696:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1697-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1702-  # Remove last slash and all that follows it.  Not all systems have dirname.
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1703:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1704-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1706-    test ! -d "$ac_dir" && mkdir "$ac_dir"
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1707:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1708-    # A "../" for each directory in $ac_dir_suffix.
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1709:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1710-  else
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1716-      if test -z "$ac_dots"; then top_srcdir=.
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1717:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1718-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1730-  rm -f "$ac_file"
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1731:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1732-  case "$ac_file" in
##############################################
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1737-
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure:1738:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xalan-1.11/.pc/kfreebsd-support.diff/c/samples/configure-1739-  sed -e "$ac_comsub
##############################################
xalan-1.12/samples/configure-67-  case "$ac_option" in
xalan-1.12/samples/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
xalan-1.12/samples/configure-69-  *) ac_optarg= ;;
##############################################
xalan-1.12/samples/configure-99-  -disable-* | --disable-*)
xalan-1.12/samples/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
xalan-1.12/samples/configure-101-    # Reject names that are not valid shell variable names.
xalan-1.12/samples/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
xalan-1.12/samples/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xalan-1.12/samples/configure-104-    fi
xalan-1.12/samples/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xalan-1.12/samples/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
xalan-1.12/samples/configure-108-  -enable-* | --enable-*)
xalan-1.12/samples/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
xalan-1.12/samples/configure-110-    # Reject names that are not valid shell variable names.
xalan-1.12/samples/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
xalan-1.12/samples/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xalan-1.12/samples/configure-113-    fi
xalan-1.12/samples/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xalan-1.12/samples/configure-115-    case "$ac_option" in
##############################################
xalan-1.12/samples/configure-339-  -with-* | --with-*)
xalan-1.12/samples/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
xalan-1.12/samples/configure-341-    # Reject names that are not valid shell variable names.
xalan-1.12/samples/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
xalan-1.12/samples/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xalan-1.12/samples/configure-344-    fi
xalan-1.12/samples/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xalan-1.12/samples/configure-346-    case "$ac_option" in
##############################################
xalan-1.12/samples/configure-352-  -without-* | --without-*)
xalan-1.12/samples/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
xalan-1.12/samples/configure-354-    # Reject names that are not valid shell variable names.
xalan-1.12/samples/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
xalan-1.12/samples/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xalan-1.12/samples/configure-357-    fi
xalan-1.12/samples/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xalan-1.12/samples/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
xalan-1.12/samples/configure-382-  *)
xalan-1.12/samples/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
xalan-1.12/samples/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
xalan-1.12/samples/configure-395-if test -n "$ac_prev"; then
xalan-1.12/samples/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
xalan-1.12/samples/configure-397-fi
##############################################
xalan-1.12/samples/configure-460-  ac_prog=$0
xalan-1.12/samples/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
xalan-1.12/samples/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
xalan-1.12/samples/configure-476-fi
xalan-1.12/samples/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
xalan-1.12/samples/configure-478-
##############################################
xalan-1.12/samples/configure-528-echo "configure:529: checking for $ac_word" >&5
xalan-1.12/samples/configure:529:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.12/samples/configure-530-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-558-echo "configure:559: checking for $ac_word" >&5
xalan-1.12/samples/configure:559:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.12/samples/configure-560-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-609-echo "configure:610: checking for $ac_word" >&5
xalan-1.12/samples/configure:610:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xalan-1.12/samples/configure-611-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-688-echo "configure:689: checking whether we are using GNU C" >&5
xalan-1.12/samples/configure:689:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
xalan-1.12/samples/configure-690-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-716-echo "configure:717: checking whether ${CC-cc} accepts -g" >&5
xalan-1.12/samples/configure:717:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
xalan-1.12/samples/configure-718-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-720-  echo 'void f(){}' > conftest.c
xalan-1.12/samples/configure:721:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xalan-1.12/samples/configure-722-  ac_cv_prog_cc_g=yes
##############################################
xalan-1.12/samples/configure-752-echo "configure:753: checking for $ac_word" >&5
xalan-1.12/samples/configure:753:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
xalan-1.12/samples/configure-754-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-831-echo "configure:832: checking whether we are using GNU C++" >&5
xalan-1.12/samples/configure:832:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
xalan-1.12/samples/configure-833-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-859-echo "configure:860: checking whether ${CXX-g++} accepts -g" >&5
xalan-1.12/samples/configure:860:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
xalan-1.12/samples/configure-861-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-863-  echo 'void f(){}' > conftest.cc
xalan-1.12/samples/configure:864:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
xalan-1.12/samples/configure-865-  ac_cv_prog_cxx_g=yes
##############################################
xalan-1.12/samples/configure-973-if test -z "$INSTALL"; then
xalan-1.12/samples/configure:974:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
xalan-1.12/samples/configure-975-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-1027-echo "configure:1028: checking for $ac_word" >&5
xalan-1.12/samples/configure:1028:if eval "test \"`echo '$''{'ac_cv_prog_AUTOCONF'+set}'`\" = set"; then
xalan-1.12/samples/configure-1029-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-1057-ac_lib_var=`echo m'_'floor | sed 'y%./+-%__p_%'`
xalan-1.12/samples/configure:1058:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
xalan-1.12/samples/configure-1059-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-1087-fi
xalan-1.12/samples/configure:1088:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
xalan-1.12/samples/configure-1089-  echo "$ac_t""yes" 1>&6
##############################################
xalan-1.12/samples/configure-1156-  NONE)
xalan-1.12/samples/configure:1157:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
xalan-1.12/samples/configure-1158-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
xalan-1.12/samples/configure-1163-
xalan-1.12/samples/configure:1164:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
xalan-1.12/samples/configure:1165:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xalan-1.12/samples/configure:1166:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xalan-1.12/samples/configure:1167:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xalan-1.12/samples/configure-1168-echo "$ac_t""$host" 1>&6
##############################################
xalan-1.12/samples/configure-1193-if test -z "$CXXCPP"; then
xalan-1.12/samples/configure:1194:if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
xalan-1.12/samples/configure-1195-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-1210-{ (eval echo configure:1210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xalan-1.12/samples/configure:1211:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xalan-1.12/samples/configure-1212-if test -z "$ac_err"; then
##############################################
xalan-1.12/samples/configure-1235-echo "configure:1235: checking for ANSI C header files" >&5
xalan-1.12/samples/configure:1236:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
xalan-1.12/samples/configure-1237-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-1248-{ (eval echo configure:1248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xalan-1.12/samples/configure:1249:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xalan-1.12/samples/configure-1250-if test -z "$ac_err"; then
##############################################
xalan-1.12/samples/configure-1341-echo "configure:1341: checking for $ac_func" >&5
xalan-1.12/samples/configure:1342:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
xalan-1.12/samples/configure-1343-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xalan-1.12/samples/configure-1383-
xalan-1.12/samples/configure:1384:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xalan-1.12/samples/configure-1385-  echo "$ac_t""yes" 1>&6
xalan-1.12/samples/configure:1386:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xalan-1.12/samples/configure-1387-  cat >> confdefs.h <<EOF
##############################################
xalan-1.12/samples/configure-1677-    fi
xalan-1.12/samples/configure:1678:    ac_file=`expr $ac_file + 1`
xalan-1.12/samples/configure-1679-    ac_beg=$ac_end
xalan-1.12/samples/configure:1680:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
xalan-1.12/samples/configure-1681-  fi
##############################################
xalan-1.12/samples/configure-1695-  case "$ac_file" in
xalan-1.12/samples/configure:1696:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xalan-1.12/samples/configure:1697:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xalan-1.12/samples/configure-1698-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xalan-1.12/samples/configure-1703-  # Remove last slash and all that follows it.  Not all systems have dirname.
xalan-1.12/samples/configure:1704:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xalan-1.12/samples/configure-1705-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xalan-1.12/samples/configure-1707-    test ! -d "$ac_dir" && mkdir "$ac_dir"
xalan-1.12/samples/configure:1708:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
xalan-1.12/samples/configure-1709-    # A "../" for each directory in $ac_dir_suffix.
xalan-1.12/samples/configure:1710:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
xalan-1.12/samples/configure-1711-  else
##############################################
xalan-1.12/samples/configure-1717-      if test -z "$ac_dots"; then top_srcdir=.
xalan-1.12/samples/configure:1718:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
xalan-1.12/samples/configure-1719-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
xalan-1.12/samples/configure-1731-  rm -f "$ac_file"
xalan-1.12/samples/configure:1732:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
xalan-1.12/samples/configure-1733-  case "$ac_file" in
##############################################
xalan-1.12/samples/configure-1738-
xalan-1.12/samples/configure:1739:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xalan-1.12/samples/configure-1740-  sed -e "$ac_comsub
##############################################
xalan-1.12/src/xalanc/XalanCConfig.cmake.in-2-
xalan-1.12/src/xalanc/XalanCConfig.cmake.in:3:include(${CMAKE_CURRENT_LIST_DIR}/XalanCConfigInternal.cmake)
xalan-1.12/src/xalanc/XalanCConfig.cmake.in-4-