===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hercules-3.13/html/hercfaq.html-673-    With this assembler you can produce S/390-compatible object decks using
hercules-3.13/html/hercfaq.html:674:    your Linux or Windows PC. A high degree of HLASM compatibility, coupled with
hercules-3.13/html/hercfaq.html-675-    the ability to perform complex assemblies at lightning speed, make this a
##############################################
hercules-3.13/html/Makefile.in-85-  esac
hercules-3.13/html/Makefile.in:86:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
hercules-3.13/html/Makefile.in-87-am__vpath_adj = case $$p in \
hercules-3.13/html/Makefile.in:88:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
hercules-3.13/html/Makefile.in-89-    *) f=$$p;; \
hercules-3.13/html/Makefile.in-90-  esac;
hercules-3.13/html/Makefile.in:91:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
hercules-3.13/html/Makefile.in-92-am__install_max = 40
hercules-3.13/html/Makefile.in-93-am__nobase_strip_setup = \
hercules-3.13/html/Makefile.in:94:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
hercules-3.13/html/Makefile.in-95-am__nobase_strip = \
##############################################
hercules-3.13/html/Makefile.in-325-	@list='$(dist_images_pkgdata_DATA)'; test -n "$(images_pkgdatadir)" || list=; \
hercules-3.13/html/Makefile.in:326:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
hercules-3.13/html/Makefile.in-327-	dir='$(DESTDIR)$(images_pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
hercules-3.13/html/Makefile.in-346-	@list='$(dist_include_pkgdata_DATA)'; test -n "$(include_pkgdatadir)" || list=; \
hercules-3.13/html/Makefile.in:347:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
hercules-3.13/html/Makefile.in-348-	dir='$(DESTDIR)$(include_pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
hercules-3.13/html/Makefile.in-367-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
hercules-3.13/html/Makefile.in:368:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
hercules-3.13/html/Makefile.in-369-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
hercules-3.13/html/Makefile.in-379-distdir: $(DISTFILES)
hercules-3.13/html/Makefile.in:380:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/html/Makefile.in:381:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/html/Makefile.in-382-	list='$(DISTFILES)'; \
##############################################
hercules-3.13/html/Makefile.in-393-	  if test -d $$d/$$file; then \
hercules-3.13/html/Makefile.in:394:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
hercules-3.13/html/Makefile.in-395-	    if test -d "$(distdir)/$$file"; then \
##############################################
hercules-3.13/esa390.h-182-/* TLB Notes -
hercules-3.13/esa390.h:183: * Fields set by translate_addr() are asd, vaddr, pte, id, common and
hercules-3.13/esa390.h-184- * protect.
##############################################
hercules-3.13/esa390.h-803-/* Bit settings for translation exception address */
hercules-3.13/esa390.h:804:#define TEA_SECADDR     0x80000000      /* Secondary addr (370,390)  */
hercules-3.13/esa390.h-805-#define TEA_FETCH       0x800           /* Fetch exception        810*/
##############################################
hercules-3.13/chsc.c-193-
hercules-3.13/chsc.c:194:    mn = MADDR(n, r1, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/chsc.c-195-    chsc_req = (CHSC_REQ*)(mn);
##############################################
hercules-3.13/inline.h-45-        int acctype, BYTE akey);
hercules-3.13/inline.h:46:_DAT_C_STATIC int s390_translate_addr (U32 vaddr, int arn, REGS *regs,
hercules-3.13/inline.h-47-        int acctype);
##############################################
hercules-3.13/inline.h-52-        int acctype, BYTE akey);
hercules-3.13/inline.h:53:_DAT_C_STATIC int z900_translate_addr (U64 vaddr, int arn, REGS *regs,
hercules-3.13/inline.h-54-        int acctype);
##############################################
hercules-3.13/m4/gettext.m4-238-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
hercules-3.13/m4/gettext.m4:239:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
hercules-3.13/m4/gettext.m4-240-      fi
##############################################
hercules-3.13/m4/gettext.m4-467-changequote(<<,>>)dnl
hercules-3.13/m4/gettext.m4:468:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
hercules-3.13/m4/gettext.m4-469-    case $ac_prog_version in
##############################################
hercules-3.13/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
hercules-3.13/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
hercules-3.13/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
hercules-3.13/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
hercules-3.13/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hercules-3.13/m4/lib-ld.m4-52-  *)
hercules-3.13/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hercules-3.13/m4/lib-ld.m4-54-  esac
##############################################
hercules-3.13/m4/lib-ld.m4-59-      # Canonicalize the path of ld
hercules-3.13/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
hercules-3.13/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hercules-3.13/m4/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
hercules-3.13/m4/lib-ld.m4-63-      done
##############################################
hercules-3.13/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
hercules-3.13/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
hercules-3.13/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
hercules-3.13/m4/po.m4-64-    else
hercules-3.13/m4/po.m4:65:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
hercules-3.13/m4/po.m4-66-      AC_MSG_RESULT(
##############################################
hercules-3.13/m4/po.m4-92-      case "$ac_file" in
hercules-3.13/m4/po.m4:93:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hercules-3.13/m4/po.m4-94-      esac
##############################################
hercules-3.13/m4/po.m4-97-        # Adjust a relative srcdir.
hercules-3.13/m4/po.m4:98:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
hercules-3.13/m4/po.m4:99:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
hercules-3.13/m4/po.m4:100:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
hercules-3.13/m4/po.m4-101-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
hercules-3.13/m4/po.m4-104-        case "$ac_given_srcdir" in
hercules-3.13/m4/po.m4:105:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
hercules-3.13/m4/po.m4-106-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
hercules-3.13/m4/po.m4-124-            fi
hercules-3.13/m4/po.m4:125:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
hercules-3.13/m4/po.m4-126-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
hercules-3.13/m4/po.m4-220-  # Adjust a relative srcdir.
hercules-3.13/m4/po.m4:221:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
hercules-3.13/m4/po.m4:222:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
hercules-3.13/m4/po.m4:223:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
hercules-3.13/m4/po.m4-224-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
hercules-3.13/m4/po.m4-227-  case "$ac_given_srcdir" in
hercules-3.13/m4/po.m4:228:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
hercules-3.13/m4/po.m4-229-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
hercules-3.13/m4/po.m4-288-  # Set POTFILES to the value of the Makefile variable POTFILES.
hercules-3.13/m4/po.m4:289:  sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`"
hercules-3.13/m4/po.m4:290:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
hercules-3.13/m4/po.m4-291-  # Compute POTFILES_DEPS as
##############################################
hercules-3.13/m4/po.m4-303-    # The LINGUAS file contains the set of available languages.
hercules-3.13/m4/po.m4:304:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
hercules-3.13/m4/po.m4-305-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
hercules-3.13/m4/po.m4-307-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
hercules-3.13/m4/po.m4:308:    sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
hercules-3.13/m4/po.m4:309:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
hercules-3.13/m4/po.m4-310-  fi
##############################################
hercules-3.13/m4/po.m4-351-    QMFILES="$QMFILES $srcdirpre$lang.qm"
hercules-3.13/m4/po.m4:352:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
hercules-3.13/m4/po.m4-353-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
hercules-3.13/m4/po.m4:354:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
hercules-3.13/m4/po.m4-355-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
hercules-3.13/m4/po.m4-392-      QTCATALOGS="$QTCATALOGS $lang.qm"
hercules-3.13/m4/po.m4:393:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
hercules-3.13/m4/po.m4-394-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
hercules-3.13/m4/po.m4:395:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
hercules-3.13/m4/po.m4-396-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
hercules-3.13/m4/po.m4-403-    for lang in $ALL_LINGUAS; do
hercules-3.13/m4/po.m4:404:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
hercules-3.13/m4/po.m4-405-      cat >> "$ac_file.tmp" <<EOF
##############################################
hercules-3.13/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
hercules-3.13/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
hercules-3.13/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
hercules-3.13/m4/iconv.m4-94-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
hercules-3.13/m4/iconv.m4:95:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
hercules-3.13/m4/iconv.m4-96-    AC_MSG_RESULT([$]{ac_t:-
##############################################
hercules-3.13/m4/Makefile.in-250-distdir: $(DISTFILES)
hercules-3.13/m4/Makefile.in:251:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/m4/Makefile.in:252:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/m4/Makefile.in-253-	list='$(DISTFILES)'; \
##############################################
hercules-3.13/m4/Makefile.in-264-	  if test -d $$d/$$file; then \
hercules-3.13/m4/Makefile.in:265:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
hercules-3.13/m4/Makefile.in-266-	    if test -d "$(distdir)/$$file"; then \
##############################################
hercules-3.13/m4/lib-link.m4-178-        dnl or AC_LIB_HAVE_LINKFLAGS call.
hercules-3.13/m4/lib-link.m4:179:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
hercules-3.13/m4/lib-link.m4-180-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
hercules-3.13/m4/lib-link.m4-220-                -L*)
hercules-3.13/m4/lib-link.m4:221:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
hercules-3.13/m4/lib-link.m4-222-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
hercules-3.13/m4/lib-link.m4-337-              */lib | */lib/)
hercules-3.13/m4/lib-link.m4:338:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
hercules-3.13/m4/lib-link.m4-339-                additional_includedir="$basedir/include"
##############################################
hercules-3.13/m4/lib-link.m4-390-                  -L*)
hercules-3.13/m4/lib-link.m4:391:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
hercules-3.13/m4/lib-link.m4-392-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
hercules-3.13/m4/lib-link.m4-440-                  -R*)
hercules-3.13/m4/lib-link.m4:441:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
hercules-3.13/m4/lib-link.m4-442-                    if test "$enable_rpath" != no; then
##############################################
hercules-3.13/m4/lib-link.m4-470-                    dnl Handle this in the next round.
hercules-3.13/m4/lib-link.m4:471:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
hercules-3.13/m4/lib-link.m4-472-                    ;;
##############################################
hercules-3.13/m4/lib-link.m4-476-                    dnl option.
hercules-3.13/m4/lib-link.m4:477:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
hercules-3.13/m4/lib-link.m4-478-                    ;;
##############################################
hercules-3.13/general1.c-236-    /* Get byte mainstor address */
hercules-3.13/general1.c:237:    dest = MADDR (effective_addr1, b1, regs, ACCTYPE_WRITE, regs->psw.pkey );
hercules-3.13/general1.c-238-
##############################################
hercules-3.13/general1.c-268-    {
hercules-3.13/general1.c:269:        source1 = MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c:270:        dest1 = MADDR (addr1, b1, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/general1.c-271-        *dest1 &= *source1;
##############################################
hercules-3.13/general1.c-289-    sk1 = regs->dat.storkey;
hercules-3.13/general1.c:290:    source1 = MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-291-
##############################################
hercules-3.13/general1.c-304-             len2 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general1.c:305:             source2 = MADDR ((addr2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-306-                              b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-318-        len2 = 0x800 - (addr1 & 0x7FF);
hercules-3.13/general1.c:319:        dest2 = MADDR ((addr1 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-320-                       b1, regs, ACCTYPE_WRITE_SKP, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-335-            len3 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general1.c:336:            source2 = MADDR ((addr2 + len3) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-337-                             b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-1708-    /* Translate addresses of leftmost operand bytes */
hercules-3.13/general1.c:1709:    m1 = MADDR (ea1, b1, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c:1710:    m2 = MADDR (ea2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-1711-
##############################################
hercules-3.13/general1.c-1786-            {
hercules-3.13/general1.c:1787:                m2 = MADDR ((ea2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-1788-                            b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-1802-            {
hercules-3.13/general1.c:1803:                m1 = MADDR ((ea1 + len1) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-1804-                            b1, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-1817-                {
hercules-3.13/general1.c:1818:                    m1 = MADDR ((ea1 + len1) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-1819-                                b1, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c:1820:                    m2 = MADDR ((ea2 + len1) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-1821-                                b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-1830-                {
hercules-3.13/general1.c:1831:                    m1 = MADDR ((ea1 + len1) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-1832-                                b1, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-1836-                {
hercules-3.13/general1.c:1837:                    m2 = MADDR ((ea2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-1838-                                b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-1847-                {
hercules-3.13/general1.c:1848:                    m2 = MADDR ((ea2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-1849-                                b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-1853-                {
hercules-3.13/general1.c:1854:                    m1 = MADDR ((ea1 + len1) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-1855-                                b1, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-2970-    /* Get byte mainstor address */
hercules-3.13/general1.c:2971:    dest = MADDR (effective_addr1, b1, regs, ACCTYPE_WRITE, regs->psw.pkey );
hercules-3.13/general1.c-2972-
##############################################
hercules-3.13/general1.c-3001-    {
hercules-3.13/general1.c:3002:        source1 = MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c:3003:        dest1 = MADDR (addr1, b1, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/general1.c-3004-        if (*dest1 ^= *source1) cc = 1;
##############################################
hercules-3.13/general1.c-3023-    sk1 = regs->dat.storkey;
hercules-3.13/general1.c:3024:    source1 = MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-3025-
##############################################
hercules-3.13/general1.c-3046-             len2 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general1.c:3047:             source2 = MADDR ((addr2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-3048-                              b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-3060-        len2 = 0x800 - (addr1 & 0x7FF);
hercules-3.13/general1.c:3061:        dest2 = MADDR ((addr1 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-3062-                       b1, regs, ACCTYPE_WRITE_SKP, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-3077-            len3 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general1.c:3078:            source2 = MADDR ((addr2 + len3) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-3079-                             b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-3421-    /* Address of operand beginning */
hercules-3.13/general1.c:3422:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-3423-
##############################################
hercules-3.13/general1.c-3425-    if (unlikely (m < n))
hercules-3.13/general1.c:3426:        p2 = (U32*)MADDR(effective_addr2 + (m*4), b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-3427-    else
##############################################
hercules-3.13/general1.c-3591-    /* Address of operand beginning */
hercules-3.13/general1.c:3592:    bp1 = (BYTE*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-3593-    p1=(U32*)bp1;
##############################################
hercules-3.13/general1.c-3618-        effective_addr2 &= ADDRESS_MAXWRAP(regs);
hercules-3.13/general1.c:3619:        p2 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-3620-
##############################################
hercules-3.13/general1.c-3978-        {
hercules-3.13/general1.c:3979:            source = MADDR (addr2, r2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-3980-        }
##############################################
hercules-3.13/general1.c-4066-                else
hercules-3.13/general1.c:4067:                    source = MADDR (addr2, r2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-4068-            }
##############################################
hercules-3.13/general1.c-4145-        /* get source frame and copy concurrently */
hercules-3.13/general1.c:4146:        source = MADDR (addr2, r3, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-4147-        concpy(regs,dest,source,copylen);
##############################################
hercules-3.13/general1.c-4210-    sk1 = regs->dat.storkey;
hercules-3.13/general1.c:4211:    source1 = MADDR (addr2, arn2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-4212-
##############################################
hercules-3.13/general1.c-4234-            len2 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general1.c:4235:            source2 = MADDR ((addr2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-4236-                             arn2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-4248-        len2 = 0x800 - (addr1 & 0x7FF);
hercules-3.13/general1.c:4249:        dest2 = MADDR ((addr1 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-4250-                       arn1, regs, ACCTYPE_WRITE_SKP, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-4265-            len3 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general1.c:4266:            source2 = MADDR ((addr2 + len3) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-4267-                             arn2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-4470-    sk1 = regs->dat.storkey;
hercules-3.13/general1.c:4471:    source1 = MADDR (addr2, arn2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general1.c-4472-
##############################################
hercules-3.13/general1.c-4494-            len2 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general1.c:4495:            source2 = MADDR ((addr2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-4496-                             arn2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-4508-        len2 = 0x800 - (addr1 & 0x7FF);
hercules-3.13/general1.c:4509:        dest2 = MADDR ((addr1 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-4510-                       arn1, regs, ACCTYPE_WRITE_SKP, regs->psw.pkey);
##############################################
hercules-3.13/general1.c-4525-            len3 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general1.c:4526:            source2 = MADDR ((addr2 + len3) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general1.c-4527-                             arn2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/decNumber/Makefile.in-85-CONFIG_CLEAN_VPATH_FILES =
hercules-3.13/decNumber/Makefile.in:86:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
hercules-3.13/decNumber/Makefile.in-87-am__vpath_adj = case $$p in \
hercules-3.13/decNumber/Makefile.in:88:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
hercules-3.13/decNumber/Makefile.in-89-    *) f=$$p;; \
hercules-3.13/decNumber/Makefile.in-90-  esac;
hercules-3.13/decNumber/Makefile.in:91:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
hercules-3.13/decNumber/Makefile.in-92-am__install_max = 40
hercules-3.13/decNumber/Makefile.in-93-am__nobase_strip_setup = \
hercules-3.13/decNumber/Makefile.in:94:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
hercules-3.13/decNumber/Makefile.in-95-am__nobase_strip = \
##############################################
hercules-3.13/decNumber/Makefile.in-437-.c.obj:
hercules-3.13/decNumber/Makefile.in:438:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
hercules-3.13/decNumber/Makefile.in-439-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
hercules-3.13/decNumber/Makefile.in-441-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hercules-3.13/decNumber/Makefile.in:442:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
hercules-3.13/decNumber/Makefile.in-443-
##############################################
hercules-3.13/decNumber/Makefile.in-501-GTAGS:
hercules-3.13/decNumber/Makefile.in:502:	here=`$(am__cd) $(top_builddir) && pwd` \
hercules-3.13/decNumber/Makefile.in-503-	  && $(am__cd) $(top_srcdir) \
##############################################
hercules-3.13/decNumber/Makefile.in-523-distdir: $(DISTFILES)
hercules-3.13/decNumber/Makefile.in:524:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/decNumber/Makefile.in:525:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/decNumber/Makefile.in-526-	list='$(DISTFILES)'; \
##############################################
hercules-3.13/decNumber/Makefile.in-537-	  if test -d $$d/$$file; then \
hercules-3.13/decNumber/Makefile.in:538:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
hercules-3.13/decNumber/Makefile.in-539-	    if test -d "$(distdir)/$$file"; then \
##############################################
hercules-3.13/feature.h-196-#define TLB_ASD(_n)   TLB_ASD_L(_n)
hercules-3.13/feature.h:197:#define TLB_VADDR(_n) TLB_VADDR_L(_n)
hercules-3.13/feature.h-198-#define TLB_PTE(_n)   TLB_PTE_L(_n)
##############################################
hercules-3.13/feature.h-303-#define TLB_ASD(_n)   TLB_ASD_L(_n)
hercules-3.13/feature.h:304:#define TLB_VADDR(_n) TLB_VADDR_L(_n)
hercules-3.13/feature.h-305-#define TLB_PTE(_n)   TLB_PTE_L(_n)
##############################################
hercules-3.13/feature.h-428-#define TLB_ASD(_n)   TLB_ASD_G(_n)
hercules-3.13/feature.h:429:#define TLB_VADDR(_n) TLB_VADDR_G(_n)
hercules-3.13/feature.h-430-#define TLB_PTE(_n)   TLB_PTE_G(_n)
##############################################
hercules-3.13/feature.h-772-   &&  likely((_akey) == 0 || (_akey) == (_regs)->tlb.skey[TLBIX(_addr)]) \
hercules-3.13/feature.h:773:   &&  likely((((_addr) & TLBID_PAGEMASK) | (_regs)->tlbID) == (_regs)->tlb.TLB_VADDR(TLBIX(_addr))) \
hercules-3.13/feature.h-774-   &&  likely((_acctype) & (_regs)->tlb.acc[TLBIX(_addr)]) \
##############################################
hercules-3.13/feature.h-777-       (_regs)->dat.storkey = (_regs)->tlb.storkey[TLBIX(_addr)], \
hercules-3.13/feature.h:778:       MAINADDR((_regs)->tlb.main[TLBIX(_addr)], (_addr)) : \
hercules-3.13/feature.h:779:       MAINADDR((_regs)->tlb.main[TLBIX(_addr)], (_addr)) \
hercules-3.13/feature.h-780-     ) \
##############################################
hercules-3.13/feature.h-786-/* Old style accelerated lookup (without length) */
hercules-3.13/feature.h:787:#define MADDR(_addr, _arn, _regs, _acctype, _akey) \
hercules-3.13/feature.h-788-    MADDRL( (_addr), 1, (_arn), (_regs), (_acctype), (_akey))
##############################################
hercules-3.13/vstore.h-199-
hercules-3.13/vstore.h:200:    main1 = MADDR(addr, arn, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/vstore.h-201-    *main1 = value;
##############################################
hercules-3.13/vstore.h-224-
hercules-3.13/vstore.h:225:    main1 = MADDR(addr, arn, regs, ACCTYPE_WRITE_SKP, regs->psw.pkey);
hercules-3.13/vstore.h-226-    sk = regs->dat.storkey;
hercules-3.13/vstore.h:227:    main2 = MADDR((addr + 1) & ADDRESS_MAXWRAP(regs), arn, regs,
hercules-3.13/vstore.h-228-                  ACCTYPE_WRITE, regs->psw.pkey);
##############################################
hercules-3.13/vstore.h-394-
hercules-3.13/vstore.h:395:    main1 = MADDR(addr,arn,regs,ACCTYPE_READ,regs->psw.pkey);
hercules-3.13/vstore.h-396-
##############################################
hercules-3.13/vstore.h-404-        len2 = 0x800 - (addr & 0x7FF);
hercules-3.13/vstore.h:405:        main2 = MADDR ((addr + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/vstore.h-406-                       arn, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/vstore.h-432-    ITIMER_SYNC(addr,1-1,regs);
hercules-3.13/vstore.h:433:    mn = MADDR (addr, arn, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/vstore.h-434-    return *mn;
##############################################
hercules-3.13/vstore.h-456-
hercules-3.13/vstore.h:457:    mn = MADDR (addr, arn, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/vstore.h-458-    value = *mn << 8;
hercules-3.13/vstore.h:459:    mn = MADDR ((addr + 1) & ADDRESS_MAXWRAP(regs), arn, regs,
hercules-3.13/vstore.h-460-                 ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/vstore.h-471-        ITIMER_SYNC(addr,2-1,regs);
hercules-3.13/vstore.h:472:        mn = MADDR(addr,arn,regs,ACCTYPE_READ,regs->psw.pkey);
hercules-3.13/vstore.h-473-        return fetch_hw(mn);
##############################################
hercules-3.13/vstore.h-498-
hercules-3.13/vstore.h:499:    mn = MADDR (addr, arn, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/vstore.h-500-    memcpy(temp, mn, 4);
hercules-3.13/vstore.h-501-    len = 0x800 - (addr & 0x7FF);
hercules-3.13/vstore.h:502:    mn = MADDR ((addr + len) & ADDRESS_MAXWRAP(regs), arn, regs,
hercules-3.13/vstore.h-503-                 ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/vstore.h-514-        ITIMER_SYNC(addr,4-1,regs);
hercules-3.13/vstore.h:515:        mn=MADDR(addr,arn,regs,ACCTYPE_READ,regs->psw.pkey);
hercules-3.13/vstore.h-516-        return fetch_fw(mn);
##############################################
hercules-3.13/vstore.h-542-    /* Get absolute address of first byte of operand */
hercules-3.13/vstore.h:543:    mn = MADDR (addr, arn, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/vstore.h-544-    memcpy(temp, mn, 8);
hercules-3.13/vstore.h-545-    len = 0x800 - (addr & 0x7FF);
hercules-3.13/vstore.h:546:    mn = MADDR ((addr + len) & ADDRESS_MAXWRAP(regs), arn, regs,
hercules-3.13/vstore.h-547-                ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/vstore.h-560-        ITIMER_SYNC(addr,8-1,regs);
hercules-3.13/vstore.h:561:        mn=(U64*)MADDR (addr, arn, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/vstore.h-562-        if (regs->cpubit == regs->sysblk->started_mask)
##############################################
hercules-3.13/vstore.h-574-            ITIMER_SYNC(addr,8-1,regs);
hercules-3.13/vstore.h:575:            mn=MADDR (addr, arn, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/vstore.h-576-            return fetch_dw(mn);
##############################################
hercules-3.13/vstore.h-692-    /* Get instruction address */
hercules-3.13/vstore.h:693:    ia = MADDR (addr, USE_INST_SPACE, regs, ACCTYPE_INSTFETCH, regs->psw.pkey);
hercules-3.13/vstore.h-694-
##############################################
hercules-3.13/vstore.h-703-        addr = (addr + len) & ADDRESS_MAXWRAP(regs);
hercules-3.13/vstore.h:704:        ia = MADDR(addr, USE_INST_SPACE, regs, ACCTYPE_INSTFETCH, regs->psw.pkey);
hercules-3.13/vstore.h-705-        if (!exec) regs->ip = ia - len;
##############################################
hercules-3.13/vstore.h-864-    {
hercules-3.13/vstore.h:865:        source1 = MADDR (addr2, arn2, regs, ACCTYPE_READ, key2);
hercules-3.13/vstore.h:866:        dest1 = MADDR (addr1, arn1, regs, ACCTYPE_WRITE, key1);
hercules-3.13/vstore.h-867-        *dest1 = *source1;
##############################################
hercules-3.13/vstore.h-872-    /* Translate addresses of leftmost operand bytes */
hercules-3.13/vstore.h:873:    source1 = MADDR (addr2, arn2, regs, ACCTYPE_READ, key2);
hercules-3.13/vstore.h-874-    dest1 = MADDRL (addr1, len+1, arn1, regs, ACCTYPE_WRITE_SKP, key1);
##############################################
hercules-3.13/vstore.h-899-            len2 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/vstore.h:900:            source2 = MADDR ((addr2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/vstore.h-901-                              arn2, regs, ACCTYPE_READ, key2);
##############################################
hercules-3.13/vstore.h-910-        len2 = 0x800 - (addr1 & 0x7FF);
hercules-3.13/vstore.h:911:        dest2 = MADDR ((addr1 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/vstore.h-912-                       arn1, regs, ACCTYPE_WRITE_SKP, key1);
##############################################
hercules-3.13/vstore.h-924-            len3 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/vstore.h:925:            source2 = MADDR ((addr2 + len3) & ADDRESS_MAXWRAP(regs),
hercules-3.13/vstore.h-926-                             arn2, regs, ACCTYPE_READ, key2);
##############################################
hercules-3.13/vstore.h-1003-    {
hercules-3.13/vstore.h:1004:        main2 = MADDR (addr2, space2, regs, ACCTYPE_READ, key2);
hercules-3.13/vstore.h:1005:        main1 = MADDR (addr1, space1, regs, ACCTYPE_WRITE, key1);
hercules-3.13/vstore.h-1006-        *main1 = *main2;
##############################################
hercules-3.13/vstore.h-1011-    /* Translate addresses of leftmost operand bytes */
hercules-3.13/vstore.h:1012:    main2 = MADDR (addr2, space2, regs, ACCTYPE_READ, key2);
hercules-3.13/vstore.h-1013-    main1 = MADDRL (addr1, len, space1, regs, ACCTYPE_WRITE, key1);
##############################################
hercules-3.13/vstore.h-1041-        main2 = (addr2 & 0x7FF) ? main2 + len3 :
hercules-3.13/vstore.h:1042:                    MADDR (addr2, space2, regs, ACCTYPE_READ, key2);
hercules-3.13/vstore.h-1043-        main1 = (addr1 & 0x7FF) ? main1 + len3 :
hercules-3.13/vstore.h:1044:                    MADDR (addr1, space1, regs, ACCTYPE_WRITE, key1);
hercules-3.13/vstore.h-1045-
##############################################
hercules-3.13/vstore.h-1076-    /* Translate address of leftmost operand byte */
hercules-3.13/vstore.h:1077:    MADDR (addr, arn, regs, acctype, regs->psw.pkey);
hercules-3.13/vstore.h-1078-
##############################################
hercules-3.13/vstore.h-1081-    {
hercules-3.13/vstore.h:1082:        MADDR ((addr + len) & ADDRESS_MAXWRAP(regs),
hercules-3.13/vstore.h-1083-               arn, regs, acctype, regs->psw.pkey);
##############################################
hercules-3.13/xstore.c-145-    vaddr = (regs->GR(r1) & ADDRESS_MAXWRAP(regs)) & XSTORE_PAGEMASK;
hercules-3.13/xstore.c:146:    maddr = MADDR (vaddr, USE_REAL_ADDR, regs, ACCTYPE_READ, 0);
hercules-3.13/xstore.c-147-
##############################################
hercules-3.13/xstore.c-288-#if defined(FEATURE_MULTIPLE_CONTROLLED_DATA_SPACE)
hercules-3.13/xstore.c:289:            if (SIE_TRANSLATE_ADDR (regs->sie_mso + raddr2,
hercules-3.13/xstore.c-290-                (SIE_STATB(regs, MX, XC) && AR_BIT(&regs->psw) && r2 > 0)
##############################################
hercules-3.13/xstore.c-292-#else /*!defined(FEATURE_MULTIPLE_CONTROLLED_DATA_SPACE)*/
hercules-3.13/xstore.c:293:            if (SIE_TRANSLATE_ADDR (regs->sie_mso + raddr2,
hercules-3.13/xstore.c-294-                    USE_PRIMARY_SPACE, regs->hostregs, ACCTYPE_SIE))
##############################################
hercules-3.13/xstore.c-361-
hercules-3.13/xstore.c:362:        /* Reset protection indication before calling translate_addr() */
hercules-3.13/xstore.c-363-        regs->dat.protect = 0;
##############################################
hercules-3.13/xstore.c-384-#if defined(FEATURE_MULTIPLE_CONTROLLED_DATA_SPACE)
hercules-3.13/xstore.c:385:            if (SIE_TRANSLATE_ADDR (regs->sie_mso + raddr1,
hercules-3.13/xstore.c-386-                (SIE_STATB(regs, MX, XC) && AR_BIT(&regs->psw) && r1 > 0)
##############################################
hercules-3.13/xstore.c-388-#else /*!defined(FEATURE_MULTIPLE_CONTROLLED_DATA_SPACE)*/
hercules-3.13/xstore.c:389:            if (SIE_TRANSLATE_ADDR (regs->sie_mso + raddr1,
hercules-3.13/xstore.c-390-                    USE_PRIMARY_SPACE, regs->hostregs, ACCTYPE_SIE))
##############################################
hercules-3.13/xstore.c-533-           Use last byte of page to avoid FPO area.  */
hercules-3.13/xstore.c:534:        main2 = MADDR (vaddr2 | 0xFFF, r2, regs, ACCTYPE_READ, akey2);
hercules-3.13/xstore.c-535-        main2 -= 0xFFF;
##############################################
hercules-3.13/sie.c-582-    /*
hercules-3.13/sie.c:583:     * Do setjmp(progjmp) because translate_addr() may result in
hercules-3.13/sie.c-584-     * longjmp(progjmp) for addressing exceptions.
##############################################
hercules-3.13/msvc.makefile.includes/VERSION.msvc-49-opt="tokens=1 usebackq"
hercules-3.13/msvc.makefile.includes/VERSION.msvc:50:cmd = for /f $(opt) %a in (`"%~$$PATH:I" +%y%j`) do @echo V4=%a>$(fna)
hercules-3.13/msvc.makefile.includes/VERSION.msvc-51-!IF ["for %I in (date.exe) do @if exist %~$$PATH:I $(cmd)"] == 0
##############################################
hercules-3.13/softfloat/Makefile.in-75-CONFIG_CLEAN_VPATH_FILES =
hercules-3.13/softfloat/Makefile.in:76:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
hercules-3.13/softfloat/Makefile.in-77-am__vpath_adj = case $$p in \
hercules-3.13/softfloat/Makefile.in:78:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
hercules-3.13/softfloat/Makefile.in-79-    *) f=$$p;; \
hercules-3.13/softfloat/Makefile.in-80-  esac;
hercules-3.13/softfloat/Makefile.in:81:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
hercules-3.13/softfloat/Makefile.in-82-am__install_max = 40
hercules-3.13/softfloat/Makefile.in-83-am__nobase_strip_setup = \
hercules-3.13/softfloat/Makefile.in:84:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
hercules-3.13/softfloat/Makefile.in-85-am__nobase_strip = \
##############################################
hercules-3.13/softfloat/Makefile.in-411-.c.obj:
hercules-3.13/softfloat/Makefile.in:412:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
hercules-3.13/softfloat/Makefile.in-413-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
hercules-3.13/softfloat/Makefile.in-415-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hercules-3.13/softfloat/Makefile.in:416:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
hercules-3.13/softfloat/Makefile.in-417-
##############################################
hercules-3.13/softfloat/Makefile.in-475-GTAGS:
hercules-3.13/softfloat/Makefile.in:476:	here=`$(am__cd) $(top_builddir) && pwd` \
hercules-3.13/softfloat/Makefile.in-477-	  && $(am__cd) $(top_srcdir) \
##############################################
hercules-3.13/softfloat/Makefile.in-497-distdir: $(DISTFILES)
hercules-3.13/softfloat/Makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/softfloat/Makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/softfloat/Makefile.in-500-	list='$(DISTFILES)'; \
##############################################
hercules-3.13/softfloat/Makefile.in-511-	  if test -d $$d/$$file; then \
hercules-3.13/softfloat/Makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
hercules-3.13/softfloat/Makefile.in-513-	    if test -d "$(distdir)/$$file"; then \
##############################################
hercules-3.13/ctc_ctci.c-253-#ifdef OPTION_TUNTAP_CLRIPADDR
hercules-3.13/ctc_ctci.c:254:    VERIFY( TUNTAP_ClrIPAddr ( pDevCTCBLK->szTUNDevName ) == 0 );
hercules-3.13/ctc_ctci.c-255-#endif
##############################################
hercules-3.13/ctc_ctci.c-263-
hercules-3.13/ctc_ctci.c:264:        if ((in_addr_t)-1 != (wrk_guest_ip_addr = inet_addr( pDevCTCBLK->szGuestIPAddr )))
hercules-3.13/ctc_ctci.c-265-        {
##############################################
hercules-3.13/ctc_ctci.c-293-
hercules-3.13/ctc_ctci.c:294:    VERIFY( TUNTAP_SetMACAddr ( pDevCTCBLK->szTUNDevName, pDevCTCBLK->szMACAddress  ) == 0 );
hercules-3.13/ctc_ctci.c-295-#endif
hercules-3.13/ctc_ctci.c-296-
hercules-3.13/ctc_ctci.c:297:    VERIFY( TUNTAP_SetIPAddr  ( pDevCTCBLK->szTUNDevName, pDevCTCBLK->szDriveIPAddr ) == 0 );
hercules-3.13/ctc_ctci.c-298-
hercules-3.13/ctc_ctci.c:299:    VERIFY( TUNTAP_SetDestAddr( pDevCTCBLK->szTUNDevName, pDevCTCBLK->szGuestIPAddr ) == 0 );
hercules-3.13/ctc_ctci.c-300-
##############################################
hercules-3.13/crypto/Makefile.in-75-CONFIG_CLEAN_VPATH_FILES =
hercules-3.13/crypto/Makefile.in:76:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
hercules-3.13/crypto/Makefile.in-77-am__vpath_adj = case $$p in \
hercules-3.13/crypto/Makefile.in:78:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
hercules-3.13/crypto/Makefile.in-79-    *) f=$$p;; \
hercules-3.13/crypto/Makefile.in-80-  esac;
hercules-3.13/crypto/Makefile.in:81:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
hercules-3.13/crypto/Makefile.in-82-am__install_max = 40
hercules-3.13/crypto/Makefile.in-83-am__nobase_strip_setup = \
hercules-3.13/crypto/Makefile.in:84:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
hercules-3.13/crypto/Makefile.in-85-am__nobase_strip = \
##############################################
hercules-3.13/crypto/Makefile.in-403-.c.obj:
hercules-3.13/crypto/Makefile.in:404:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
hercules-3.13/crypto/Makefile.in-405-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
hercules-3.13/crypto/Makefile.in-407-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hercules-3.13/crypto/Makefile.in:408:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
hercules-3.13/crypto/Makefile.in-409-
##############################################
hercules-3.13/crypto/Makefile.in-467-GTAGS:
hercules-3.13/crypto/Makefile.in:468:	here=`$(am__cd) $(top_builddir) && pwd` \
hercules-3.13/crypto/Makefile.in-469-	  && $(am__cd) $(top_srcdir) \
##############################################
hercules-3.13/crypto/Makefile.in-489-distdir: $(DISTFILES)
hercules-3.13/crypto/Makefile.in:490:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/crypto/Makefile.in:491:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/crypto/Makefile.in-492-	list='$(DISTFILES)'; \
##############################################
hercules-3.13/crypto/Makefile.in-503-	  if test -d $$d/$$file; then \
hercules-3.13/crypto/Makefile.in:504:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
hercules-3.13/crypto/Makefile.in-505-	    if test -d "$(distdir)/$$file"; then \
##############################################
hercules-3.13/hsccmd.c-6839-/*   with (i << shift) The "main" field of the tlb contains an XOR   */
hercules-3.13/hsccmd.c:6840:/*   hash of effective address. So MAINADDR() macro is used to remove*/
hercules-3.13/hsccmd.c-6841-/*   the hash before it's displayed.                                 */
##############################################
hercules-3.13/hsccmd.c-6882-         regs->tlb.skey[i],
hercules-3.13/hsccmd.c:6883:         MAINADDR(regs->tlb.main[i],
hercules-3.13/hsccmd.c-6884-                  ((regs->tlb.TLB_VADDR_G(i) & pagemask) | (i << shift)))
hercules-3.13/hsccmd.c-6885-                  - regs->mainstor);
hercules-3.13/hsccmd.c:6886:        matches += ((regs->tlb.TLB_VADDR(i) & bytemask) == regs->tlbID);
hercules-3.13/hsccmd.c-6887-    }
##############################################
hercules-3.13/hsccmd.c-6910-             regs->tlb.skey[i],
hercules-3.13/hsccmd.c:6911:             MAINADDR(regs->tlb.main[i],
hercules-3.13/hsccmd.c-6912-                     ((regs->tlb.TLB_VADDR_G(i) & pagemask) | (i << shift)))
hercules-3.13/hsccmd.c-6913-                    - regs->mainstor);
hercules-3.13/hsccmd.c:6914:            matches += ((regs->tlb.TLB_VADDR(i) & bytemask) == regs->tlbID);
hercules-3.13/hsccmd.c-6915-        }
##############################################
hercules-3.13/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
hercules-3.13/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
hercules-3.13/configure-46-  as_echo='print -r --'
hercules-3.13/configure-47-  as_echo_n='print -rn --'
hercules-3.13/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
hercules-3.13/configure-49-  as_echo='printf %s\n'
##############################################
hercules-3.13/configure-51-else
hercules-3.13/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
hercules-3.13/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
hercules-3.13/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
hercules-3.13/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
hercules-3.13/configure-63-      esac;
##############################################
hercules-3.13/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
hercules-3.13/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
hercules-3.13/configure-200-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
hercules-3.13/configure-325-      case $as_dir in #(
hercules-3.13/configure:326:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
hercules-3.13/configure-327-      *) as_qdir=$as_dir;;
##############################################
hercules-3.13/configure-398-  {
hercules-3.13/configure:399:    as_val=`expr "$@" || test $? -eq 1`
hercules-3.13/configure-400-  }
##############################################
hercules-3.13/configure-405-# ----------------------------------------
hercules-3.13/configure:406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
hercules-3.13/configure-407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
hercules-3.13/configure-468-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
hercules-3.13/configure:469:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
hercules-3.13/configure-470-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
hercules-3.13/configure-564-  # Remove one level of quotation (which was required for Make).
hercules-3.13/configure:565:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
hercules-3.13/configure-566-  ;;
##############################################
hercules-3.13/configure-575-  :
hercules-3.13/configure:576:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
hercules-3.13/configure-577-  # Yippee, $echo works!
##############################################
hercules-3.13/configure-601-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
hercules-3.13/configure:602:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
hercules-3.13/configure:603:       echo_test_string="`eval $cmd`" &&
hercules-3.13/configure-604-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
hercules-3.13/configure-610-
hercules-3.13/configure:611:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hercules-3.13/configure:612:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/configure-613-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/configure-625-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
hercules-3.13/configure:626:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
hercules-3.13/configure:627:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/configure-628-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/configure-637-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
hercules-3.13/configure:638:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
hercules-3.13/configure-639-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/configure-652-      echo='printf %s\n'
hercules-3.13/configure:653:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hercules-3.13/configure:654:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/configure-655-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/configure-657-	:
hercules-3.13/configure:658:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
hercules-3.13/configure-659-	   test "X$echo_testing_string" = 'X\t' &&
hercules-3.13/configure:660:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/configure-661-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/configure-666-	echo="$CONFIG_SHELL $0 --fallback-echo"
hercules-3.13/configure:667:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
hercules-3.13/configure-668-	   test "X$echo_testing_string" = 'X\t' &&
hercules-3.13/configure:669:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/configure-670-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/configure-676-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
hercules-3.13/configure:677:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
hercules-3.13/configure-678-	  then
##############################################
hercules-3.13/configure-684-	if test "$prev" != 'sed 50q "$0"'; then
hercules-3.13/configure:685:	  echo_test_string=`eval $prev`
hercules-3.13/configure-686-	  export echo_test_string
##############################################
hercules-3.13/configure-1025-  case $ac_option in
hercules-3.13/configure:1026:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
hercules-3.13/configure-1027-  *=)   ac_optarg= ;;
##############################################
hercules-3.13/configure-1069-  -disable-* | --disable-*)
hercules-3.13/configure:1070:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
hercules-3.13/configure-1071-    # Reject names that are not valid shell variable names.
##############################################
hercules-3.13/configure-1074-    ac_useropt_orig=$ac_useropt
hercules-3.13/configure:1075:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
hercules-3.13/configure-1076-    case $ac_user_opts in
##############################################
hercules-3.13/configure-1095-  -enable-* | --enable-*)
hercules-3.13/configure:1096:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
hercules-3.13/configure-1097-    # Reject names that are not valid shell variable names.
##############################################
hercules-3.13/configure-1100-    ac_useropt_orig=$ac_useropt
hercules-3.13/configure:1101:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
hercules-3.13/configure-1102-    case $ac_user_opts in
##############################################
hercules-3.13/configure-1299-  -with-* | --with-*)
hercules-3.13/configure:1300:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
hercules-3.13/configure-1301-    # Reject names that are not valid shell variable names.
##############################################
hercules-3.13/configure-1304-    ac_useropt_orig=$ac_useropt
hercules-3.13/configure:1305:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
hercules-3.13/configure-1306-    case $ac_user_opts in
##############################################
hercules-3.13/configure-1315-  -without-* | --without-*)
hercules-3.13/configure:1316:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
hercules-3.13/configure-1317-    # Reject names that are not valid shell variable names.
##############################################
hercules-3.13/configure-1320-    ac_useropt_orig=$ac_useropt
hercules-3.13/configure:1321:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
hercules-3.13/configure-1322-    case $ac_user_opts in
##############################################
hercules-3.13/configure-1353-  *=*)
hercules-3.13/configure:1354:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
hercules-3.13/configure-1355-    # Reject names that are not valid shell variable names.
##############################################
hercules-3.13/configure-1374-if test -n "$ac_prev"; then
hercules-3.13/configure:1375:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
hercules-3.13/configure-1376-  as_fn_error $? "missing argument to $ac_option"
##############################################
hercules-3.13/configure-1396-    */ )
hercules-3.13/configure:1397:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
hercules-3.13/configure-1398-      eval $ac_var=\$ac_val;;
##############################################
hercules-3.13/configure-1431-ac_ls_di=`ls -di .` &&
hercules-3.13/configure:1432:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
hercules-3.13/configure-1433-  as_fn_error $? "working directory cannot be determined"
##############################################
hercules-3.13/configure-1487-case $srcdir in
hercules-3.13/configure:1488:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
hercules-3.13/configure-1489-esac
##############################################
hercules-3.13/configure-1530-By default, \`make install' will install all the files in
hercules-3.13/configure:1531:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
hercules-3.13/configure:1532:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
hercules-3.13/configure-1533-for instance \`--prefix=\$HOME'.
##############################################
hercules-3.13/configure-1663-*)
hercules-3.13/configure:1664:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
hercules-3.13/configure-1665-  # A ".." for each directory in $ac_dir_suffix.
hercules-3.13/configure:1666:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
hercules-3.13/configure-1667-  case $ac_top_builddir_sub in
##############################################
hercules-3.13/configure-2405-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
hercules-3.13/configure:2406:  as_decl_name=`echo $2|sed 's/ *(.*//'`
hercules-3.13/configure:2407:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
hercules-3.13/configure-2408-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
hercules-3.13/configure-2759-    *\'*)
hercules-3.13/configure:2760:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
hercules-3.13/configure-2761-    esac
##############################################
hercules-3.13/configure-2842-      case $ac_val in
hercules-3.13/configure:2843:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
hercules-3.13/configure-2844-      esac
##############################################
hercules-3.13/configure-2857-	case $ac_val in
hercules-3.13/configure:2858:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
hercules-3.13/configure-2859-	esac
##############################################
hercules-3.13/configure-2977-    set,)
hercules-3.13/configure:2978:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
hercules-3.13/configure:2979:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
hercules-3.13/configure-2980-      ac_cache_corrupted=: ;;
##############################################
hercules-3.13/configure-2988-	# differences in whitespace do not lead to failure.
hercules-3.13/configure:2989:	ac_old_val_w=`echo x $ac_old_val`
hercules-3.13/configure:2990:	ac_new_val_w=`echo x $ac_new_val`
hercules-3.13/configure-2991-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
hercules-3.13/configure-3008-    case $ac_new_val in
hercules-3.13/configure:3009:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
hercules-3.13/configure-3010-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
hercules-3.13/configure-3184-     echo "timestamp, slept: $am_has_slept" > conftest.file
hercules-3.13/configure:3185:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
hercules-3.13/configure-3186-     if test "$*" = "X"; then
hercules-3.13/configure-3187-	# -L didn't work.
hercules-3.13/configure:3188:	set X `ls -t "$srcdir/configure" conftest.file`
hercules-3.13/configure-3189-     fi
##############################################
hercules-3.13/configure-3235-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
hercules-3.13/configure:3236:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
hercules-3.13/configure-3237-
hercules-3.13/configure-3238-# expand $ac_aux_dir to an absolute path
hercules-3.13/configure:3239:am_aux_dir=`cd $ac_aux_dir && pwd`
hercules-3.13/configure-3240-
##############################################
hercules-3.13/configure-3380-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
hercules-3.13/configure:3381:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
hercules-3.13/configure-3382-	     'mkdir (GNU coreutils) '* | \
##############################################
hercules-3.13/configure-3453-set x ${MAKE-make}
hercules-3.13/configure:3454:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
hercules-3.13/configure-3455-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
hercules-3.13/configure-3463-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
hercules-3.13/configure:3464:case `${MAKE-make} -f conftest.make 2>/dev/null` in
hercules-3.13/configure-3465-  *@@@%%%=?*=@@@%%%*)
##############################################
hercules-3.13/configure-3490-
hercules-3.13/configure:3491:if test "`cd $srcdir && pwd`" != "`pwd`"; then
hercules-3.13/configure-3492-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
hercules-3.13/configure-3595-test "x$ac_build_alias" = x &&
hercules-3.13/configure:3596:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
hercules-3.13/configure-3597-test "x$ac_build_alias" = x &&
hercules-3.13/configure-3598-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
hercules-3.13/configure:3599:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
hercules-3.13/configure-3600-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
hercules-3.13/configure-3619-IFS=$ac_save_IFS
hercules-3.13/configure:3620:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
hercules-3.13/configure-3621-
##############################################
hercules-3.13/configure-3630-else
hercules-3.13/configure:3631:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
hercules-3.13/configure-3632-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
hercules-3.13/configure-3652-IFS=$ac_save_IFS
hercules-3.13/configure:3653:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
hercules-3.13/configure-3654-
##############################################
hercules-3.13/configure-4049-$as_echo_n "checking whether the C compiler works... " >&6; }
hercules-3.13/configure:4050:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
hercules-3.13/configure-4051-
##############################################
hercules-3.13/configure-4093-	then :; else
hercules-3.13/configure:4094:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hercules-3.13/configure-4095-	fi
##############################################
hercules-3.13/configure-4153-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
hercules-3.13/configure:4154:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hercules-3.13/configure-4155-	  break;;
##############################################
hercules-3.13/configure-4262-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
hercules-3.13/configure:4263:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
hercules-3.13/configure-4264-       break;;
##############################################
hercules-3.13/configure-4511-# Ignore all kinds of additional output from 'make'.
hercules-3.13/configure:4512:case `$am_make -s -f confmf 2> /dev/null` in #(
hercules-3.13/configure-4513-*the\ am__doit\ target*)
##############################################
hercules-3.13/configure-4521-   echo '.include "confinc"' > confmf
hercules-3.13/configure:4522:   case `$am_make -s -f confmf 2> /dev/null` in #(
hercules-3.13/configure-4523-   *the\ am__doit\ target*)
##############################################
hercules-3.13/configure-4584-  if test "$am_compiler_list" = ""; then
hercules-3.13/configure:4585:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
hercules-3.13/configure-4586-  fi
##############################################
hercules-3.13/configure-4870-    test $lt_ac_count -gt 10 && break
hercules-3.13/configure:4871:    lt_ac_count=`expr $lt_ac_count + 1`
hercules-3.13/configure-4872-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
hercules-3.13/configure-4903-  # Check for GNU $ac_path_GREP
hercules-3.13/configure:4904:case `"$ac_path_GREP" --version 2>&1` in
hercules-3.13/configure-4905-*GNU*)
##############################################
hercules-3.13/configure-4969-  # Check for GNU $ac_path_EGREP
hercules-3.13/configure:4970:case `"$ac_path_EGREP" --version 2>&1` in
hercules-3.13/configure-4971-*GNU*)
##############################################
hercules-3.13/configure-5030-    # gcc leaves a trailing carriage return which upsets mingw
hercules-3.13/configure:5031:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hercules-3.13/configure-5032-  *)
hercules-3.13/configure:5033:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hercules-3.13/configure-5034-  esac
##############################################
hercules-3.13/configure-5039-      # Canonicalize the pathname of ld
hercules-3.13/configure:5040:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
hercules-3.13/configure-5041-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hercules-3.13/configure:5042:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
hercules-3.13/configure-5043-      done
##############################################
hercules-3.13/configure-5074-      # Break only if it was the GNU/non-GNU ld that we prefer.
hercules-3.13/configure:5075:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
hercules-3.13/configure-5076-      *GNU* | *'with BFD'*)
##############################################
hercules-3.13/configure-5105-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
hercules-3.13/configure:5106:case `$LD -v 2>&1 </dev/null` in
hercules-3.13/configure-5107-*GNU* | *'with BFD'*)
##############################################
hercules-3.13/configure-5154-      # Tru64's nm complains that /dev/null is an invalid object file
hercules-3.13/configure:5155:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
hercules-3.13/configure-5156-      */dev/null* | *'Invalid file or object type'*)
##############################################
hercules-3.13/configure-5160-      *)
hercules-3.13/configure:5161:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
hercules-3.13/configure-5162-	*/dev/null*)
##############################################
hercules-3.13/configure-5302-  esac
hercules-3.13/configure:5303:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
hercules-3.13/configure-5304-  lt_cv_deplibs_check_method=pass_all
##############################################
hercules-3.13/configure-5339-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
hercules-3.13/configure:5340:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/configure-5341-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
##############################################
hercules-3.13/configure-5426-  test $ac_status = 0; }; then
hercules-3.13/configure:5427:    case `/usr/bin/file conftest.$ac_objext` in
hercules-3.13/configure-5428-    *ELF-32*)
##############################################
hercules-3.13/configure-5446-   if test "$lt_cv_prog_gnu_ld" = yes; then
hercules-3.13/configure:5447:    case `/usr/bin/file conftest.$ac_objext` in
hercules-3.13/configure-5448-    *32-bit*)
##############################################
hercules-3.13/configure-5458-   else
hercules-3.13/configure:5459:    case `/usr/bin/file conftest.$ac_objext` in
hercules-3.13/configure-5460-    *32-bit*)
##############################################
hercules-3.13/configure-6105-do :
hercules-3.13/configure:6106:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
hercules-3.13/configure-6107-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
hercules-3.13/configure-6110-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:6111:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
hercules-3.13/configure-6112-_ACEOF
##############################################
hercules-3.13/configure-6416-  if test "$am_compiler_list" = ""; then
hercules-3.13/configure:6417:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
hercules-3.13/configure-6418-  fi
##############################################
hercules-3.13/configure-6910-    # we can't tell.
hercules-3.13/configure:6911:    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
hercules-3.13/configure-6912-	       = "XX$testring") >/dev/null 2>&1 &&
hercules-3.13/configure:6913:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
hercules-3.13/configure-6914-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
hercules-3.13/configure-6916-    do
hercules-3.13/configure:6917:      i=`expr $i + 1`
hercules-3.13/configure-6918-      testring=$testring$testring
##############################################
hercules-3.13/configure-6923-    # It appears as though 1/2 is a usable value.
hercules-3.13/configure:6924:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
hercules-3.13/configure-6925-    ;;
##############################################
hercules-3.13/configure-7003-# If we're using GNU nm, then use its standard symbol codes.
hercules-3.13/configure:7004:case `$NM -V 2>&1` in
hercules-3.13/configure-7005-*GNU* | *'with BFD'*)
##############################################
hercules-3.13/configure-7540-	"file_magic "*)
hercules-3.13/configure:7541:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
hercules-3.13/configure-7542-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
hercules-3.13/configure-7602-	"file_magic "*)
hercules-3.13/configure:7603:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
hercules-3.13/configure-7604-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
hercules-3.13/configure-7713-if test -n "$lt_prog_cc_shlib"; then
hercules-3.13/configure:7714:  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
hercules-3.13/configure:7715:$as_echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
hercules-3.13/configure-7716-  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
hercules-3.13/configure-8132-  if test "$hard_links" = no; then
hercules-3.13/configure:8133:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
hercules-3.13/configure:8134:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
hercules-3.13/configure-8135-    need_locks=warn
##############################################
hercules-3.13/configure-8255-	# is EXPORTS), use it as is; otherwise, prepend...
hercules-3.13/configure:8256:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
hercules-3.13/configure-8257-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
hercules-3.13/configure-8391-	# below for broken collect2 doesn't work under 4.3+
hercules-3.13/configure:8392:	  collect2name=`${CC} -print-prog-name=collect2`
hercules-3.13/configure-8393-	  if test -f "$collect2name" && \
##############################################
hercules-3.13/configure-8456-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
hercules-3.13/configure:8457:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hercules-3.13/configure-8458-       else
##############################################
hercules-3.13/configure-8527-      # FIXME: Setting linknames here is a bad hack.
hercules-3.13/configure:8528:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
hercules-3.13/configure-8529-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hercules-3.13/configure-8532-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
hercules-3.13/configure:8533:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hercules-3.13/configure-8534-      enable_shared_with_static_runtimes=yes
##############################################
hercules-3.13/configure-8693-      if test "$GCC" = yes; then
hercules-3.13/configure:8694:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-8695-      else
hercules-3.13/configure:8696:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-8697-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
hercules-3.13/configure-8725-      hardcode_shlibpath_var=no
hercules-3.13/configure:8726:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/configure-8727-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
hercules-3.13/configure-8754-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:8755:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-8756-      else
hercules-3.13/configure-8757-	allow_undefined_flag=' -expect_unresolved \*'
hercules-3.13/configure:8758:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-8759-      fi
##############################################
hercules-3.13/configure-8766-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:8767:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-8768-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
hercules-3.13/configure-8770-	allow_undefined_flag=' -expect_unresolved \*'
hercules-3.13/configure:8771:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure:8772:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hercules-3.13/configure:8773:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hercules-3.13/configure-8774-
##############################################
hercules-3.13/configure-8992-if test "$GCC" = yes; then
hercules-3.13/configure:8993:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/configure-8994-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
hercules-3.13/configure-8998-    # okay in the real world where ";" in dirpaths is itself problematic.
hercules-3.13/configure:8999:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/configure-9000-  else
hercules-3.13/configure:9001:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/configure-9002-  fi
##############################################
hercules-3.13/configure-9069-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hercules-3.13/configure:9070:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
hercules-3.13/configure-9071-  ;;
##############################################
hercules-3.13/configure-9102-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
hercules-3.13/configure:9103:    postinstall_cmds='base_file=`basename \${file}`~
hercules-3.13/configure:9104:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
hercules-3.13/configure:9105:      dldir=$destdir/`dirname \$dlpath`~
hercules-3.13/configure-9106-      test -d \$dldir || mkdir -p \$dldir~
hercules-3.13/configure-9107-      $install_prog $dir/$dlname \$dldir/$dlname'
hercules-3.13/configure:9108:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
hercules-3.13/configure-9109-      dlpath=$dir/\$dldll~
##############################################
hercules-3.13/configure-9115-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
hercules-3.13/configure:9116:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure-9117-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
hercules-3.13/configure-9120-      # MinGW DLLs use traditional 'lib' prefix
hercules-3.13/configure:9121:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure:9122:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/configure-9123-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
hercules-3.13/configure-9129-        # which wouldn't understand a cygwinified path. Ahh.
hercules-3.13/configure:9130:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/configure-9131-      else
hercules-3.13/configure:9132:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/configure-9133-      fi
##############################################
hercules-3.13/configure-9136-      # pw32 DLLs use 'pw' prefix rather than 'lib'
hercules-3.13/configure:9137:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure-9138-      ;;
##############################################
hercules-3.13/configure-9142-  *)
hercules-3.13/configure:9143:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
hercules-3.13/configure-9144-    ;;
##############################################
hercules-3.13/configure-9162-  if test "$GCC" = yes; then
hercules-3.13/configure:9163:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
hercules-3.13/configure-9164-  else
##############################################
hercules-3.13/configure-9388-  shlibpath_var=LD_LIBRARY_PATH
hercules-3.13/configure:9389:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/configure-9390-    case $host_os in
##############################################
hercules-3.13/configure-10221-      # Double-quote double-evaled strings.
hercules-3.13/configure:10222:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hercules-3.13/configure-10223-      ;;
hercules-3.13/configure-10224-    *)
hercules-3.13/configure:10225:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hercules-3.13/configure-10226-      ;;
##############################################
hercules-3.13/configure-10231-  *'\$0 --fallback-echo"')
hercules-3.13/configure:10232:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hercules-3.13/configure-10233-    ;;
##############################################
hercules-3.13/configure-10244-
hercules-3.13/configure:10245:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
hercules-3.13/configure-10246-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
hercules-3.13/configure-10640-  if test -z "$LTCC"; then
hercules-3.13/configure:10641:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
hercules-3.13/configure-10642-    if test -z "$LTCC"; then
##############################################
hercules-3.13/configure-10645-    else
hercules-3.13/configure:10646:      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
hercules-3.13/configure:10647:$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
hercules-3.13/configure-10648-    fi
##############################################
hercules-3.13/configure-10652-  # Note that this assumes the entire list is on one line.
hercules-3.13/configure:10653:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
hercules-3.13/configure-10654-
##############################################
hercules-3.13/configure-10658-    # Check whether tagname contains only valid characters
hercules-3.13/configure:10659:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
hercules-3.13/configure-10660-    "") ;;
##############################################
hercules-3.13/configure-10754-compiler_CXX=$CC
hercules-3.13/configure:10755:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
hercules-3.13/configure-10756-
##############################################
hercules-3.13/configure-10783-    # gcc leaves a trailing carriage return which upsets mingw
hercules-3.13/configure:10784:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hercules-3.13/configure-10785-  *)
hercules-3.13/configure:10786:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hercules-3.13/configure-10787-  esac
##############################################
hercules-3.13/configure-10792-      # Canonicalize the pathname of ld
hercules-3.13/configure:10793:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
hercules-3.13/configure-10794-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hercules-3.13/configure:10795:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
hercules-3.13/configure-10796-      done
##############################################
hercules-3.13/configure-10827-      # Break only if it was the GNU/non-GNU ld that we prefer.
hercules-3.13/configure:10828:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
hercules-3.13/configure-10829-      *GNU* | *'with BFD'*)
##############################################
hercules-3.13/configure-10858-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
hercules-3.13/configure:10859:case `$LD -v 2>&1 </dev/null` in
hercules-3.13/configure-10860-*GNU* | *'with BFD'*)
##############################################
hercules-3.13/configure-10888-    # ancient GNU ld didn't support --whole-archive et. al.
hercules-3.13/configure:10889:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
hercules-3.13/configure-10890-	grep 'no-whole-archive' > /dev/null; then
##############################################
hercules-3.13/configure-10969-      # below for broken collect2 doesn't work under 4.3+
hercules-3.13/configure:10970:	collect2name=`${CC} -print-prog-name=collect2`
hercules-3.13/configure-10971-	if test -f "$collect2name" && \
##############################################
hercules-3.13/configure-11035-
hercules-3.13/configure:11036:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hercules-3.13/configure-11037-     else
##############################################
hercules-3.13/configure-11102-      # is EXPORTS), use it as is; otherwise, prepend...
hercules-3.13/configure:11103:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
hercules-3.13/configure-11104-	cp $export_symbols $output_objdir/$soname.def;
##############################################
hercules-3.13/configure-11220-      # dependencies.
hercules-3.13/configure:11221:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/configure-11222-      ;;
##############################################
hercules-3.13/configure-11292-	# dependencies.
hercules-3.13/configure:11293:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/configure-11294-	;;
##############################################
hercules-3.13/configure-11317-	# SGI C++
hercules-3.13/configure:11318:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hercules-3.13/configure-11319-
##############################################
hercules-3.13/configure-11328-	  if test "$with_gnu_ld" = no; then
hercules-3.13/configure:11329:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hercules-3.13/configure-11330-	  else
hercules-3.13/configure:11331:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
hercules-3.13/configure-11332-	  fi
##############################################
hercules-3.13/configure-11347-	# to its proper name (with version) after linking.
hercules-3.13/configure:11348:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hercules-3.13/configure:11349:	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
hercules-3.13/configure-11350-	# Commands to make compiler produce verbose output that lists
##############################################
hercules-3.13/configure-11357-	# dependencies.
hercules-3.13/configure:11358:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/configure-11359-
##############################################
hercules-3.13/configure-11393-	# dependencies.
hercules-3.13/configure:11394:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/configure-11395-	;;
##############################################
hercules-3.13/configure-11436-	# to its proper name (with version) after linking.
hercules-3.13/configure:11437:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hercules-3.13/configure-11438-
##############################################
hercules-3.13/configure-11453-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:11454:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hercules-3.13/configure-11455-
##############################################
hercules-3.13/configure-11466-	# dependencies.
hercules-3.13/configure:11467:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/configure-11468-	;;
##############################################
hercules-3.13/configure-11471-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:11472:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hercules-3.13/configure-11473-
##############################################
hercules-3.13/configure-11496-	# to its proper name (with version) after linking.
hercules-3.13/configure:11497:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hercules-3.13/configure-11498-
##############################################
hercules-3.13/configure-11512-	allow_undefined_flag_CXX=' -expect_unresolved \*'
hercules-3.13/configure:11513:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hercules-3.13/configure:11514:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
hercules-3.13/configure-11515-	  echo "-hidden">> $lib.exp~
hercules-3.13/configure:11516:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
hercules-3.13/configure-11517-	  $rm $lib.exp'
##############################################
hercules-3.13/configure-11529-	# dependencies.
hercules-3.13/configure:11530:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/configure-11531-	;;
##############################################
hercules-3.13/configure-11534-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:11535:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hercules-3.13/configure-11536-
##############################################
hercules-3.13/configure-11617-	# dependencies.
hercules-3.13/configure:11618:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/configure-11619-
##############################################
hercules-3.13/configure-11725-  # eval without this substitution.
hercules-3.13/configure:11726:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
hercules-3.13/configure-11727-
hercules-3.13/configure:11728:  for p in `eval $output_verbose_link_cmd`; do
hercules-3.13/configure-11729-    case $p in
##############################################
hercules-3.13/configure-12196-  if test "$hard_links" = no; then
hercules-3.13/configure:12197:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
hercules-3.13/configure:12198:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
hercules-3.13/configure-12199-    need_locks=warn
##############################################
hercules-3.13/configure-12316-if test "$GCC" = yes; then
hercules-3.13/configure:12317:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/configure-12318-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
hercules-3.13/configure-12322-    # okay in the real world where ";" in dirpaths is itself problematic.
hercules-3.13/configure:12323:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/configure-12324-  else
hercules-3.13/configure:12325:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/configure-12326-  fi
##############################################
hercules-3.13/configure-12393-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hercules-3.13/configure:12394:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
hercules-3.13/configure-12395-  ;;
##############################################
hercules-3.13/configure-12426-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
hercules-3.13/configure:12427:    postinstall_cmds='base_file=`basename \${file}`~
hercules-3.13/configure:12428:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
hercules-3.13/configure:12429:      dldir=$destdir/`dirname \$dlpath`~
hercules-3.13/configure-12430-      test -d \$dldir || mkdir -p \$dldir~
hercules-3.13/configure-12431-      $install_prog $dir/$dlname \$dldir/$dlname'
hercules-3.13/configure:12432:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
hercules-3.13/configure-12433-      dlpath=$dir/\$dldll~
##############################################
hercules-3.13/configure-12439-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
hercules-3.13/configure:12440:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure-12441-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
hercules-3.13/configure-12444-      # MinGW DLLs use traditional 'lib' prefix
hercules-3.13/configure:12445:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure:12446:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/configure-12447-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
hercules-3.13/configure-12453-        # which wouldn't understand a cygwinified path. Ahh.
hercules-3.13/configure:12454:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/configure-12455-      else
hercules-3.13/configure:12456:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/configure-12457-      fi
##############################################
hercules-3.13/configure-12460-      # pw32 DLLs use 'pw' prefix rather than 'lib'
hercules-3.13/configure:12461:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure-12462-      ;;
##############################################
hercules-3.13/configure-12466-  *)
hercules-3.13/configure:12467:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
hercules-3.13/configure-12468-    ;;
##############################################
hercules-3.13/configure-12486-  if test "$GCC" = yes; then
hercules-3.13/configure:12487:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
hercules-3.13/configure-12488-  else
##############################################
hercules-3.13/configure-12712-  shlibpath_var=LD_LIBRARY_PATH
hercules-3.13/configure:12713:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/configure-12714-    case $host_os in
##############################################
hercules-3.13/configure-13471-      # Double-quote double-evaled strings.
hercules-3.13/configure:13472:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hercules-3.13/configure-13473-      ;;
hercules-3.13/configure-13474-    *)
hercules-3.13/configure:13475:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hercules-3.13/configure-13476-      ;;
##############################################
hercules-3.13/configure-13481-  *'\$0 --fallback-echo"')
hercules-3.13/configure:13482:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hercules-3.13/configure-13483-    ;;
##############################################
hercules-3.13/configure-13872-compiler_F77=$CC
hercules-3.13/configure:13873:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
hercules-3.13/configure-13874-
##############################################
hercules-3.13/configure-14228-  if test "$hard_links" = no; then
hercules-3.13/configure:14229:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
hercules-3.13/configure:14230:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
hercules-3.13/configure-14231-    need_locks=warn
##############################################
hercules-3.13/configure-14351-	# is EXPORTS), use it as is; otherwise, prepend...
hercules-3.13/configure:14352:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
hercules-3.13/configure-14353-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
hercules-3.13/configure-14487-	# below for broken collect2 doesn't work under 4.3+
hercules-3.13/configure:14488:	  collect2name=`${CC} -print-prog-name=collect2`
hercules-3.13/configure-14489-	  if test -f "$collect2name" && \
##############################################
hercules-3.13/configure-14546-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
hercules-3.13/configure:14547:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hercules-3.13/configure-14548-       else
##############################################
hercules-3.13/configure-14611-      # FIXME: Setting linknames here is a bad hack.
hercules-3.13/configure:14612:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
hercules-3.13/configure-14613-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hercules-3.13/configure-14616-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
hercules-3.13/configure:14617:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hercules-3.13/configure-14618-      enable_shared_with_static_runtimes_F77=yes
##############################################
hercules-3.13/configure-14777-      if test "$GCC" = yes; then
hercules-3.13/configure:14778:	archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-14779-      else
hercules-3.13/configure:14780:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-14781-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
hercules-3.13/configure-14809-      hardcode_shlibpath_var_F77=no
hercules-3.13/configure:14810:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/configure-14811-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
hercules-3.13/configure-14838-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:14839:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-14840-      else
hercules-3.13/configure-14841-	allow_undefined_flag_F77=' -expect_unresolved \*'
hercules-3.13/configure:14842:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-14843-      fi
##############################################
hercules-3.13/configure-14850-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:14851:	archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-14852-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
hercules-3.13/configure-14854-	allow_undefined_flag_F77=' -expect_unresolved \*'
hercules-3.13/configure:14855:	archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure:14856:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hercules-3.13/configure:14857:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hercules-3.13/configure-14858-
##############################################
hercules-3.13/configure-15076-if test "$GCC" = yes; then
hercules-3.13/configure:15077:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/configure-15078-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
hercules-3.13/configure-15082-    # okay in the real world where ";" in dirpaths is itself problematic.
hercules-3.13/configure:15083:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/configure-15084-  else
hercules-3.13/configure:15085:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/configure-15086-  fi
##############################################
hercules-3.13/configure-15153-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hercules-3.13/configure:15154:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
hercules-3.13/configure-15155-  ;;
##############################################
hercules-3.13/configure-15186-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
hercules-3.13/configure:15187:    postinstall_cmds='base_file=`basename \${file}`~
hercules-3.13/configure:15188:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
hercules-3.13/configure:15189:      dldir=$destdir/`dirname \$dlpath`~
hercules-3.13/configure-15190-      test -d \$dldir || mkdir -p \$dldir~
hercules-3.13/configure-15191-      $install_prog $dir/$dlname \$dldir/$dlname'
hercules-3.13/configure:15192:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
hercules-3.13/configure-15193-      dlpath=$dir/\$dldll~
##############################################
hercules-3.13/configure-15199-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
hercules-3.13/configure:15200:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure-15201-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
hercules-3.13/configure-15204-      # MinGW DLLs use traditional 'lib' prefix
hercules-3.13/configure:15205:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure:15206:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/configure-15207-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
hercules-3.13/configure-15213-        # which wouldn't understand a cygwinified path. Ahh.
hercules-3.13/configure:15214:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/configure-15215-      else
hercules-3.13/configure:15216:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/configure-15217-      fi
##############################################
hercules-3.13/configure-15220-      # pw32 DLLs use 'pw' prefix rather than 'lib'
hercules-3.13/configure:15221:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure-15222-      ;;
##############################################
hercules-3.13/configure-15226-  *)
hercules-3.13/configure:15227:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
hercules-3.13/configure-15228-    ;;
##############################################
hercules-3.13/configure-15246-  if test "$GCC" = yes; then
hercules-3.13/configure:15247:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
hercules-3.13/configure-15248-  else
##############################################
hercules-3.13/configure-15472-  shlibpath_var=LD_LIBRARY_PATH
hercules-3.13/configure:15473:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/configure-15474-    case $host_os in
##############################################
hercules-3.13/configure-15744-      # Double-quote double-evaled strings.
hercules-3.13/configure:15745:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hercules-3.13/configure-15746-      ;;
hercules-3.13/configure-15747-    *)
hercules-3.13/configure:15748:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hercules-3.13/configure-15749-      ;;
##############################################
hercules-3.13/configure-15754-  *'\$0 --fallback-echo"')
hercules-3.13/configure:15755:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hercules-3.13/configure-15756-    ;;
##############################################
hercules-3.13/configure-16487-  if test "$hard_links" = no; then
hercules-3.13/configure:16488:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
hercules-3.13/configure:16489:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
hercules-3.13/configure-16490-    need_locks=warn
##############################################
hercules-3.13/configure-16610-	# is EXPORTS), use it as is; otherwise, prepend...
hercules-3.13/configure:16611:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
hercules-3.13/configure-16612-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
hercules-3.13/configure-16746-	# below for broken collect2 doesn't work under 4.3+
hercules-3.13/configure:16747:	  collect2name=`${CC} -print-prog-name=collect2`
hercules-3.13/configure-16748-	  if test -f "$collect2name" && \
##############################################
hercules-3.13/configure-16811-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
hercules-3.13/configure:16812:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hercules-3.13/configure-16813-       else
##############################################
hercules-3.13/configure-16882-      # FIXME: Setting linknames here is a bad hack.
hercules-3.13/configure:16883:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
hercules-3.13/configure-16884-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hercules-3.13/configure-16887-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
hercules-3.13/configure:16888:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hercules-3.13/configure-16889-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
hercules-3.13/configure-17048-      if test "$GCC" = yes; then
hercules-3.13/configure:17049:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-17050-      else
hercules-3.13/configure:17051:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-17052-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
hercules-3.13/configure-17080-      hardcode_shlibpath_var_GCJ=no
hercules-3.13/configure:17081:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/configure-17082-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
hercules-3.13/configure-17109-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:17110:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-17111-      else
hercules-3.13/configure-17112-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
hercules-3.13/configure:17113:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-17114-      fi
##############################################
hercules-3.13/configure-17121-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/configure:17122:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/configure-17123-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
hercules-3.13/configure-17125-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
hercules-3.13/configure:17126:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/configure:17127:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hercules-3.13/configure:17128:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hercules-3.13/configure-17129-
##############################################
hercules-3.13/configure-17347-if test "$GCC" = yes; then
hercules-3.13/configure:17348:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/configure-17349-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
hercules-3.13/configure-17353-    # okay in the real world where ";" in dirpaths is itself problematic.
hercules-3.13/configure:17354:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/configure-17355-  else
hercules-3.13/configure:17356:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/configure-17357-  fi
##############################################
hercules-3.13/configure-17424-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hercules-3.13/configure:17425:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
hercules-3.13/configure-17426-  ;;
##############################################
hercules-3.13/configure-17457-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
hercules-3.13/configure:17458:    postinstall_cmds='base_file=`basename \${file}`~
hercules-3.13/configure:17459:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
hercules-3.13/configure:17460:      dldir=$destdir/`dirname \$dlpath`~
hercules-3.13/configure-17461-      test -d \$dldir || mkdir -p \$dldir~
hercules-3.13/configure-17462-      $install_prog $dir/$dlname \$dldir/$dlname'
hercules-3.13/configure:17463:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
hercules-3.13/configure-17464-      dlpath=$dir/\$dldll~
##############################################
hercules-3.13/configure-17470-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
hercules-3.13/configure:17471:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure-17472-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
hercules-3.13/configure-17475-      # MinGW DLLs use traditional 'lib' prefix
hercules-3.13/configure:17476:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure:17477:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/configure-17478-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
hercules-3.13/configure-17484-        # which wouldn't understand a cygwinified path. Ahh.
hercules-3.13/configure:17485:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/configure-17486-      else
hercules-3.13/configure:17487:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/configure-17488-      fi
##############################################
hercules-3.13/configure-17491-      # pw32 DLLs use 'pw' prefix rather than 'lib'
hercules-3.13/configure:17492:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
hercules-3.13/configure-17493-      ;;
##############################################
hercules-3.13/configure-17497-  *)
hercules-3.13/configure:17498:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
hercules-3.13/configure-17499-    ;;
##############################################
hercules-3.13/configure-17517-  if test "$GCC" = yes; then
hercules-3.13/configure:17518:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
hercules-3.13/configure-17519-  else
##############################################
hercules-3.13/configure-17743-  shlibpath_var=LD_LIBRARY_PATH
hercules-3.13/configure:17744:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/configure-17745-    case $host_os in
##############################################
hercules-3.13/configure-18502-      # Double-quote double-evaled strings.
hercules-3.13/configure:18503:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hercules-3.13/configure-18504-      ;;
hercules-3.13/configure-18505-    *)
hercules-3.13/configure:18506:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hercules-3.13/configure-18507-      ;;
##############################################
hercules-3.13/configure-18512-  *'\$0 --fallback-echo"')
hercules-3.13/configure:18513:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hercules-3.13/configure-18514-    ;;
##############################################
hercules-3.13/configure-18942-      # Double-quote double-evaled strings.
hercules-3.13/configure:18943:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hercules-3.13/configure-18944-      ;;
hercules-3.13/configure-18945-    *)
hercules-3.13/configure:18946:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hercules-3.13/configure-18947-      ;;
##############################################
hercules-3.13/configure-18952-  *'\$0 --fallback-echo"')
hercules-3.13/configure:18953:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
hercules-3.13/configure-18954-    ;;
##############################################
hercules-3.13/configure-19497-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
hercules-3.13/configure:19498:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
hercules-3.13/configure-19499-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
hercules-3.13/configure-19529-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:19530:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
hercules-3.13/configure-19531-_ACEOF
##############################################
hercules-3.13/configure-20324-do :
hercules-3.13/configure:20325:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-20326-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-20328-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20329:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-20330-_ACEOF
##############################################
hercules-3.13/configure-20356-do :
hercules-3.13/configure:20357:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
hercules-3.13/configure-20358-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
hercules-3.13/configure-20360-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20361:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
hercules-3.13/configure-20362-_ACEOF
##############################################
hercules-3.13/configure-20369-do :
hercules-3.13/configure:20370:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
hercules-3.13/configure-20371-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
hercules-3.13/configure-20373-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20374:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
hercules-3.13/configure-20375-_ACEOF
##############################################
hercules-3.13/configure-20382-do :
hercules-3.13/configure:20383:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
hercules-3.13/configure-20384-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
hercules-3.13/configure-20386-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20387:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
hercules-3.13/configure-20388-_ACEOF
##############################################
hercules-3.13/configure-20396-do :
hercules-3.13/configure:20397:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-20398-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-20400-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20401:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-20402-_ACEOF
##############################################
hercules-3.13/configure-20408-do :
hercules-3.13/configure:20409:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-20410-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-20412-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20413:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-20414-_ACEOF
##############################################
hercules-3.13/configure-20420-do :
hercules-3.13/configure:20421:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-20422-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-20424-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20425:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-20426-_ACEOF
##############################################
hercules-3.13/configure-20432-do :
hercules-3.13/configure:20433:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-20434-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-20436-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20437:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-20438-_ACEOF
##############################################
hercules-3.13/configure-20444-do :
hercules-3.13/configure:20445:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-20446-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-20448-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:20449:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-20450-_ACEOF
##############################################
hercules-3.13/configure-22734-do :
hercules-3.13/configure:22735:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22736-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22738-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22739:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22740-_ACEOF
##############################################
hercules-3.13/configure-22746-do :
hercules-3.13/configure:22747:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22748-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22750-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22751:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22752-_ACEOF
##############################################
hercules-3.13/configure-22758-do :
hercules-3.13/configure:22759:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22760-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22762-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22763:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22764-_ACEOF
##############################################
hercules-3.13/configure-22770-do :
hercules-3.13/configure:22771:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22772-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22774-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22775:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22776-_ACEOF
##############################################
hercules-3.13/configure-22782-do :
hercules-3.13/configure:22783:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22784-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22786-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22787:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22788-_ACEOF
##############################################
hercules-3.13/configure-22794-do :
hercules-3.13/configure:22795:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22796-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22798-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22799:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22800-_ACEOF
##############################################
hercules-3.13/configure-22806-do :
hercules-3.13/configure:22807:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22808-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22810-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22811:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22812-_ACEOF
##############################################
hercules-3.13/configure-22831-do :
hercules-3.13/configure:22832:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22833-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22835-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22836:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22837-_ACEOF
##############################################
hercules-3.13/configure-22843-do :
hercules-3.13/configure:22844:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22845-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22847-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22848:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22849-_ACEOF
##############################################
hercules-3.13/configure-22855-do :
hercules-3.13/configure:22856:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22857-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22859-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22860:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22861-_ACEOF
##############################################
hercules-3.13/configure-22867-do :
hercules-3.13/configure:22868:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22869-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22871-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22872:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22873-_ACEOF
##############################################
hercules-3.13/configure-22879-do :
hercules-3.13/configure:22880:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22881-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22883-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22884:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22885-_ACEOF
##############################################
hercules-3.13/configure-22891-do :
hercules-3.13/configure:22892:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22893-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22895-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22896:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22897-_ACEOF
##############################################
hercules-3.13/configure-22903-do :
hercules-3.13/configure:22904:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22905-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22907-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22908:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22909-_ACEOF
##############################################
hercules-3.13/configure-22915-do :
hercules-3.13/configure:22916:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22917-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22919-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22920:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22921-_ACEOF
##############################################
hercules-3.13/configure-22927-do :
hercules-3.13/configure:22928:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22929-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22931-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22932:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22933-_ACEOF
##############################################
hercules-3.13/configure-22939-do :
hercules-3.13/configure:22940:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22941-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22943-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22944:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22945-_ACEOF
##############################################
hercules-3.13/configure-22951-do :
hercules-3.13/configure:22952:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22953-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22955-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22956:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22957-_ACEOF
##############################################
hercules-3.13/configure-22963-do :
hercules-3.13/configure:22964:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22965-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22967-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22968:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22969-_ACEOF
##############################################
hercules-3.13/configure-22975-do :
hercules-3.13/configure:22976:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22977-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22979-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22980:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22981-_ACEOF
##############################################
hercules-3.13/configure-22987-do :
hercules-3.13/configure:22988:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-22989-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-22991-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:22992:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-22993-_ACEOF
##############################################
hercules-3.13/configure-22999-do :
hercules-3.13/configure:23000:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-23001-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-23003-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:23004:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-23005-_ACEOF
##############################################
hercules-3.13/configure-23027-do :
hercules-3.13/configure:23028:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-23029-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-23031-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:23032:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-23033-_ACEOF
##############################################
hercules-3.13/configure-23044-do :
hercules-3.13/configure:23045:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
hercules-3.13/configure-23046-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
hercules-3.13/configure-23048-  cat >>confdefs.h <<_ACEOF
hercules-3.13/configure:23049:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
hercules-3.13/configure-23050-_ACEOF
##############################################
hercules-3.13/configure-24325-echo 'void f(){}' >conftest.c
hercules-3.13/configure:24326:if test -z "`${CC-cc} -pthread -c conftest.c 2>&1`"; then
hercules-3.13/configure-24327-    hc_cv_dash_pthread_needed=yes
##############################################
hercules-3.13/configure-26691-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
hercules-3.13/configure:26692:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
hercules-3.13/configure-26693-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
hercules-3.13/configure-26827-if test -z "$BASH_VERSION$ZSH_VERSION" \
hercules-3.13/configure:26828:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
hercules-3.13/configure-26829-  as_echo='print -r --'
hercules-3.13/configure-26830-  as_echo_n='print -rn --'
hercules-3.13/configure:26831:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
hercules-3.13/configure-26832-  as_echo='printf %s\n'
##############################################
hercules-3.13/configure-26834-else
hercules-3.13/configure:26835:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
hercules-3.13/configure-26836-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
hercules-3.13/configure-26844-	expr "X$arg" : "X\\(.*\\)$as_nl";
hercules-3.13/configure:26845:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
hercules-3.13/configure-26846-      esac;
##############################################
hercules-3.13/configure-26921-# ----------------------------------------
hercules-3.13/configure:26922:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
hercules-3.13/configure-26923-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
hercules-3.13/configure-26993-  {
hercules-3.13/configure:26994:    as_val=`expr "$@" || test $? -eq 1`
hercules-3.13/configure-26995-  }
##############################################
hercules-3.13/configure-27097-      case $as_dir in #(
hercules-3.13/configure:27098:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
hercules-3.13/configure-27099-      *) as_qdir=$as_dir;;
##############################################
hercules-3.13/configure-27232-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
hercules-3.13/configure:27233:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
hercules-3.13/configure-27234-ac_cs_version="\\
##############################################
hercules-3.13/configure-27257-  --*=?*)
hercules-3.13/configure:27258:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
hercules-3.13/configure:27259:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
hercules-3.13/configure-27260-    ac_shift=:
##############################################
hercules-3.13/configure-27262-  --*=)
hercules-3.13/configure:27263:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
hercules-3.13/configure-27264-    ac_optarg=
##############################################
hercules-3.13/configure-27286-    case $ac_optarg in
hercules-3.13/configure:27287:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
hercules-3.13/configure-27288-    '') as_fn_error $? "missing file argument" ;;
##############################################
hercules-3.13/configure-27294-    case $ac_optarg in
hercules-3.13/configure:27295:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
hercules-3.13/configure-27296-    esac
##############################################
hercules-3.13/configure-27429-fi
hercules-3.13/configure:27430:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
hercules-3.13/configure-27431-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
hercules-3.13/configure-27446-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
hercules-3.13/configure:27447:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
hercules-3.13/configure-27448-ac_delim='%!_!# '
##############################################
hercules-3.13/configure-27452-
hercules-3.13/configure:27453:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
hercules-3.13/configure-27454-  if test $ac_delim_n = $ac_delim_num; then
##############################################
hercules-3.13/configure-27590-for ac_last_try in false false :; do
hercules-3.13/configure:27591:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
hercules-3.13/configure-27592-  if test -z "$ac_tt"; then
##############################################
hercules-3.13/configure-27722-      esac
hercules-3.13/configure:27723:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
hercules-3.13/configure-27724-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
hercules-3.13/configure-27781-*)
hercules-3.13/configure:27782:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
hercules-3.13/configure-27783-  # A ".." for each directory in $ac_dir_suffix.
hercules-3.13/configure:27784:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
hercules-3.13/configure-27785-  case $ac_top_builddir_sub in
##############################################
hercules-3.13/configure-27842-/@mandir@/p'
hercules-3.13/configure:27843:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
hercules-3.13/configure-27844-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
hercules-3.13/configure-27859-
hercules-3.13/configure:27860:# Neutralize VPATH when `$srcdir' = `.'.
hercules-3.13/configure-27861-# Shell code in configure.ac might set extrasub.
##############################################
hercules-3.13/configure-27887-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
hercules-3.13/configure:27888:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
hercules-3.13/configure-27889-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
hercules-3.13/configure-27933-    * )
hercules-3.13/configure:27934:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
hercules-3.13/configure-27935-  esac
##############################################
hercules-3.13/configure-27980-    # Strip MF so we end up with the name of the file.
hercules-3.13/configure:27981:    mf=`echo "$mf" | sed -e 's/:.*$//'`
hercules-3.13/configure-27982-    # Check whether this is an Automake generated Makefile or not.
##############################################
hercules-3.13/configure-28017-    # from the Makefile without running 'make'.
hercules-3.13/configure:28018:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
hercules-3.13/configure-28019-    test -z "$DEPDIR" && continue
hercules-3.13/configure:28020:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
hercules-3.13/configure-28021-    test -z "am__include" && continue
hercules-3.13/configure:28022:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
hercules-3.13/configure-28023-    # Find all dependency output files, they are included files with
##############################################
hercules-3.13/man/Makefile.in-83-  esac
hercules-3.13/man/Makefile.in:84:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
hercules-3.13/man/Makefile.in-85-am__vpath_adj = case $$p in \
hercules-3.13/man/Makefile.in:86:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
hercules-3.13/man/Makefile.in-87-    *) f=$$p;; \
hercules-3.13/man/Makefile.in-88-  esac;
hercules-3.13/man/Makefile.in:89:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
hercules-3.13/man/Makefile.in-90-am__install_max = 40
hercules-3.13/man/Makefile.in-91-am__nobase_strip_setup = \
hercules-3.13/man/Makefile.in:92:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
hercules-3.13/man/Makefile.in-93-am__nobase_strip = \
##############################################
hercules-3.13/man/Makefile.in-278-	test -n "$(man1dir)" \
hercules-3.13/man/Makefile.in:279:	  && test -n "`echo $$list1$$list2`" \
hercules-3.13/man/Makefile.in-280-	  || exit 0; \
##############################################
hercules-3.13/man/Makefile.in-321-	test -n "$(man4dir)" \
hercules-3.13/man/Makefile.in:322:	  && test -n "`echo $$list1$$list2`" \
hercules-3.13/man/Makefile.in-323-	  || exit 0; \
##############################################
hercules-3.13/man/Makefile.in-382-	else :; fi
hercules-3.13/man/Makefile.in:383:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/man/Makefile.in:384:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/man/Makefile.in-385-	list='$(DISTFILES)'; \
##############################################
hercules-3.13/man/Makefile.in-396-	  if test -d $$d/$$file; then \
hercules-3.13/man/Makefile.in:397:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
hercules-3.13/man/Makefile.in-398-	    if test -d "$(distdir)/$$file"; then \
##############################################
hercules-3.13/commadpt.c-665-/*-------------------------------------------------------------------*/
hercules-3.13/commadpt.c:666:static int commadpt_getaddr(in_addr_t *ia,char *txt)
hercules-3.13/commadpt.c-667-{
##############################################
hercules-3.13/commadpt.c-2019-                    }
hercules-3.13/commadpt.c:2020:                    rc=commadpt_getaddr(&dev->commadpt->lhost,res.text);
hercules-3.13/commadpt.c-2021-                    if(rc!=0)
##############################################
hercules-3.13/commadpt.c-2042-                    }
hercules-3.13/commadpt.c:2043:                    rc=commadpt_getaddr(&dev->commadpt->rhost,res.text);
hercules-3.13/commadpt.c-2044-                    if(rc!=0)
##############################################
hercules-3.13/tuntap.h-34-#ifdef   OPTION_TUNTAP_CLRIPADDR
hercules-3.13/tuntap.h:35:extern int      TUNTAP_ClrIPAddr        ( char*   pszNetDevName );
hercules-3.13/tuntap.h-36-#endif
hercules-3.13/tuntap.h:37:extern int      TUNTAP_SetIPAddr        ( char*   pszNetDevName,
hercules-3.13/tuntap.h-38-                                          char*   pszIPAddr );
hercules-3.13/tuntap.h:39:extern int      TUNTAP_SetDestAddr      ( char*   pszNetDevName,
hercules-3.13/tuntap.h-40-                                          char*   pszDestAddr );
##############################################
hercules-3.13/tuntap.h-49-#ifdef OPTION_TUNTAP_SETMACADDR
hercules-3.13/tuntap.h:50:extern int      TUNTAP_SetMACAddr       ( char*   pszNetDevName,
hercules-3.13/tuntap.h-51-                                          char*   pszMACAddr );
##############################################
hercules-3.13/tuntap.h-101-    struct sockaddr     rt_dst;         // Target address.
hercules-3.13/tuntap.h:102:    struct sockaddr     rt_gateway;     // Gateway addr (RTF_GATEWAY)
hercules-3.13/tuntap.h-103-    struct sockaddr     rt_genmask;     // Target network mask (IP)
##############################################
hercules-3.13/tuntap.h-164-
hercules-3.13/tuntap.h:165:#define RT_LOCALADDR(flags)     ((flags & RTF_ADDRCLASSMASK) \
hercules-3.13/tuntap.h-166-                                 == (RTF_LOCAL|RTF_INTERFACE))
##############################################
hercules-3.13/tuntap.c-285-
hercules-3.13/tuntap.c:286:int             TUNTAP_ClrIPAddr( char*   pszNetDevName )
hercules-3.13/tuntap.c-287-{
##############################################
hercules-3.13/tuntap.c-308-
hercules-3.13/tuntap.c:309:int             TUNTAP_SetIPAddr( char*   pszNetDevName,
hercules-3.13/tuntap.c-310-                                  char*   pszIPAddr )
##############################################
hercules-3.13/tuntap.c-345-
hercules-3.13/tuntap.c:346:int             TUNTAP_SetDestAddr( char*   pszNetDevName,
hercules-3.13/tuntap.c-347-                                    char*   pszDestAddr )
##############################################
hercules-3.13/tuntap.c-467-#ifdef OPTION_TUNTAP_SETMACADDR
hercules-3.13/tuntap.c:468:int           TUNTAP_SetMACAddr( char*   pszNetDevName,
hercules-3.13/tuntap.c-469-                                 char*   pszMACAddr )
##############################################
hercules-3.13/general2.c-95-    /* Get byte mainstor address */
hercules-3.13/general2.c:96:    dest = MADDR (effective_addr1, b1, regs, ACCTYPE_WRITE, regs->psw.pkey );
hercules-3.13/general2.c-97-
##############################################
hercules-3.13/general2.c-125-    {
hercules-3.13/general2.c:126:        source1 = MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general2.c:127:        dest1 = MADDR (addr1, b1, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/general2.c-128-        *dest1 |= *source1;
##############################################
hercules-3.13/general2.c-146-    sk1 = regs->dat.storkey;
hercules-3.13/general2.c:147:    source1 = MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general2.c-148-
##############################################
hercules-3.13/general2.c-161-             len2 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general2.c:162:             source2 = MADDR ((addr2 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general2.c-163-                              b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general2.c-175-        len2 = 0x800 - (addr1 & 0x7FF);
hercules-3.13/general2.c:176:        dest2 = MADDR ((addr1 + len2) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general2.c-177-                       b1, regs, ACCTYPE_WRITE_SKP, regs->psw.pkey);
##############################################
hercules-3.13/general2.c-192-            len3 = 0x800 - (addr2 & 0x7FF);
hercules-3.13/general2.c:193:            source2 = MADDR ((addr2 + len3) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general2.c-194-                             b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general2.c-873-    {
hercules-3.13/general2.c:874:        p = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/general2.c-875-        STORE_FW (p, regs->GR_L(r1));
##############################################
hercules-3.13/general2.c-911-    if (unlikely (m < n))
hercules-3.13/general2.c:912:        p2 = (U32*)MADDR(effective_addr2 + (m*4), b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/general2.c-913-    else
##############################################
hercules-3.13/general2.c-1162-        effective_addr2 &= ADDRESS_MAXWRAP(regs);
hercules-3.13/general2.c:1163:        p2 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/general2.c-1164-
##############################################
hercules-3.13/general2.c-1404-    /* Get operand absolute address */
hercules-3.13/general2.c:1405:    main2 = MADDR (effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/general2.c-1406-
##############################################
hercules-3.13/general2.c-1568-        len2 -= (len + 1);
hercules-3.13/general2.c:1569:        dest2 = MADDR ((addr1+len+1) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general2.c-1570-                       b1, regs, ACCTYPE_WRITE, regs->psw.pkey);
##############################################
hercules-3.13/general2.c-1575-    {
hercules-3.13/general2.c:1576:        tab = MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general2.c-1577-        /* Perform translate function */
##############################################
hercules-3.13/general2.c-1590-        {
hercules-3.13/general2.c:1591:            tab = MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general2.c-1592-            for (i = 1; i <= len && b < n; i++)
##############################################
hercules-3.13/general2.c-1597-                 ? NULL
hercules-3.13/general2.c:1598:                 : MADDR ((addr2+n) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general2.c-1599-                          b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general2.c-1602-        {
hercules-3.13/general2.c:1603:            tab2 = MADDR ((addr2+n) & ADDRESS_MAXWRAP(regs),
hercules-3.13/general2.c-1604-                          b2, regs, ACCTYPE_READ, regs->psw.pkey);
##############################################
hercules-3.13/general2.c-1610-                ? NULL
hercules-3.13/general2.c:1611:                : MADDR (addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/general2.c-1612-        }
##############################################
hercules-3.13/dat.h-846-    /* Look up the address in the TLB */
hercules-3.13/dat.h:847:    if (   ((vaddr & TLBID_PAGEMASK) | regs->tlbID) == regs->tlb.TLB_VADDR(tlbix)
hercules-3.13/dat.h-848-        && (regs->tlb.common[tlbix] || regs->dat.asd == regs->tlb.TLB_ASD(tlbix))
##############################################
hercules-3.13/dat.h-945-            regs->tlb.TLB_ASD(tlbix)   = regs->dat.asd;
hercules-3.13/dat.h:946:            regs->tlb.TLB_VADDR(tlbix) = (vaddr & TLBID_PAGEMASK) | regs->tlbID;
hercules-3.13/dat.h-947-            regs->tlb.TLB_PTE(tlbix)   = pte;
##############################################
hercules-3.13/dat.h-956-                regs->tlb.TLB_ASD(tlbix^1)   = regs->tlb.TLB_ASD(tlbix);
hercules-3.13/dat.h:957:                regs->tlb.TLB_VADDR(tlbix^1) = (vaddr & TLBID_PAGEMASK) | regs->tlbID;
hercules-3.13/dat.h-958-                regs->tlb.TLB_PTE(tlbix^1)   = regs->tlb.TLB_PTE(tlbix);
##############################################
hercules-3.13/dat.h-1001-    /* [3.11.4] Look up the address in the TLB */
hercules-3.13/dat.h:1002:    if (   ((vaddr & TLBID_PAGEMASK) | regs->tlbID) == regs->tlb.TLB_VADDR(tlbix)
hercules-3.13/dat.h-1003-        && (regs->tlb.common[tlbix] || regs->dat.asd == regs->tlb.TLB_ASD(tlbix))
##############################################
hercules-3.13/dat.h-1083-            regs->tlb.TLB_ASD(tlbix)   = regs->dat.asd;
hercules-3.13/dat.h:1084:            regs->tlb.TLB_VADDR(tlbix) = (vaddr & TLBID_PAGEMASK) | regs->tlbID;
hercules-3.13/dat.h-1085-            regs->tlb.TLB_PTE(tlbix)   = pte;
##############################################
hercules-3.13/dat.h-1134-    /* [3.11.4] Look up the address in the TLB */
hercules-3.13/dat.h:1135:    if (   ((vaddr & TLBID_PAGEMASK) | regs->tlbID) == regs->tlb.TLB_VADDR(tlbix)
hercules-3.13/dat.h-1136-        && (regs->tlb.common[tlbix] || regs->dat.asd == regs->tlb.TLB_ASD(tlbix))
##############################################
hercules-3.13/dat.h-1381-                        regs->tlb.TLB_ASD(tlbix) = regs->dat.asd;
hercules-3.13/dat.h:1382:                        regs->tlb.TLB_VADDR(tlbix) = (vaddr & TLBID_PAGEMASK) | regs->tlbID;
hercules-3.13/dat.h-1383-                        /* Fake 4K PTE for TLB purposes */
##############################################
hercules-3.13/dat.h-1477-                    regs->tlb.TLB_ASD(tlbix)   = regs->dat.asd;
hercules-3.13/dat.h:1478:                    regs->tlb.TLB_VADDR(tlbix) = (vaddr & TLBID_PAGEMASK) | regs->tlbID;
hercules-3.13/dat.h-1479-                    /* Fake 4K PTE for TLB purposes */
##############################################
hercules-3.13/dat.h-1544-            regs->tlb.TLB_ASD(tlbix)   = regs->dat.asd;
hercules-3.13/dat.h:1545:            regs->tlb.TLB_VADDR(tlbix) = (vaddr & TLBID_PAGEMASK) | regs->tlbID;
hercules-3.13/dat.h-1546-            regs->tlb.TLB_PTE(tlbix)   = pte;
##############################################
hercules-3.13/dat.h-1846-        if ((regs->tlb.TLB_PTE(i) & ptemask) == pte)
hercules-3.13/dat.h:1847:            regs->tlb.TLB_VADDR(i) &= TLBID_PAGEMASK;
hercules-3.13/dat.h-1848-
##############################################
hercules-3.13/dat.h-1870-                 (regs->hostregs->tlb.TLB_PTE(i) & ptemask) == pte)      /* @PJJ */
hercules-3.13/dat.h:1871:                regs->guestregs->tlb.TLB_VADDR(i) &= TLBID_PAGEMASK;
hercules-3.13/dat.h-1872-    }
##############################################
hercules-3.13/dat.h-1879-            if ((regs->hostregs->tlb.TLB_PTE(i) & ptemask) == pte)
hercules-3.13/dat.h:1880:                regs->hostregs->tlb.TLB_VADDR(i) &= TLBID_PAGEMASK;
hercules-3.13/dat.h-1881-    }
##############################################
hercules-3.13/dat.h-1913-        for (i = 0; i < TLBN; i++)
hercules-3.13/dat.h:1914:            if ((regs->tlb.TLB_VADDR(i) & TLBID_BYTEMASK) == regs->tlbID)
hercules-3.13/dat.h-1915-                regs->tlb.acc[i] &= mask;
##############################################
hercules-3.13/dat.h-1925-            for (i = 0; i < TLBN; i++)
hercules-3.13/dat.h:1926:                if ((regs->guestregs->tlb.TLB_VADDR(i) & TLBID_BYTEMASK) == regs->guestregs->tlbID)
hercules-3.13/dat.h-1927-                    regs->guestregs->tlb.acc[i] &= mask;
##############################################
hercules-3.13/dat.h-1937-            for (i = 0; i < TLBN; i++)
hercules-3.13/dat.h:1938:                if ((regs->hostregs->tlb.TLB_VADDR(i) & TLBID_BYTEMASK) == regs->hostregs->tlbID)
hercules-3.13/dat.h-1939-                    regs->hostregs->tlb.acc[i] &= mask;
##############################################
hercules-3.13/dat.h-1958-/*    the tlb (TLB_VADDR) must be XORed with the "main" field from   */
hercules-3.13/dat.h:1959:/*    the tlb (removing hash).  This is done using MAINADDR() macro. */
hercules-3.13/dat.h-1960-/* NOTES:                                                            */
##############################################
hercules-3.13/dat.h-1982-    for (i = 0; i < TLBN; i++)
hercules-3.13/dat.h:1983:        if (MAINADDR(regs->tlb.main[i],
hercules-3.13/dat.h:1984:                     (regs->tlb.TLB_VADDR(i) | (i << shift)))
hercules-3.13/dat.h-1985-                     == mainwid)
##############################################
hercules-3.13/dat.h-2000-        for (i = 0; i < TLBN; i++)
hercules-3.13/dat.h:2001:            if (MAINADDR(regs->guestregs->tlb.main[i],
hercules-3.13/dat.h:2002:                         (regs->guestregs->tlb.TLB_VADDR(i) | (i << shift)))
hercules-3.13/dat.h-2003-                         == mainwid)
##############################################
hercules-3.13/dat.h-2018-        for (i = 0; i < TLBN; i++)
hercules-3.13/dat.h:2019:            if (MAINADDR(regs->hostregs->tlb.main[i],
hercules-3.13/dat.h:2020:                         (regs->hostregs->tlb.TLB_VADDR(i) | (i << shift)))
hercules-3.13/dat.h-2021-                         == mainwid)
##############################################
hercules-3.13/dat.h-2254-        regs->tlb.TLB_ASD(ix)   = TLB_REAL_ASD;
hercules-3.13/dat.h:2255:        regs->tlb.TLB_VADDR(ix) = (addr & TLBID_PAGEMASK) | regs->tlbID;
hercules-3.13/dat.h-2256-        regs->tlb.TLB_PTE(ix)   = addr & TLBID_PAGEMASK;
##############################################
hercules-3.13/dat.h-2282-
hercules-3.13/dat.h:2283:        if (SIE_TRANSLATE_ADDR (regs->sie_mso + regs->dat.aaddr,
hercules-3.13/dat.h-2284-                    (arn > 0 && arn < 16 && MULTIPLE_CONTROLLED_DATA_SPACE(regs)) ? arn : USE_PRIMARY_SPACE,
##############################################
hercules-3.13/dat.h-2352-        regs->tlb.acc[ix]        = ACC_READ;
hercules-3.13/dat.h:2353:        regs->tlb.main[ix]       = NEW_MAINADDR (regs, addr, apfra);
hercules-3.13/dat.h-2354-
##############################################
hercules-3.13/dat.h-2376-                              :  ACC_READ;
hercules-3.13/dat.h:2377:        regs->tlb.main[ix]    = NEW_MAINADDR (regs, addr, apfra);
hercules-3.13/dat.h-2378-
##############################################
hercules-3.13/cmpsc.c-675-  if(unlikely(!cc->dict[index / 0x800]))
hercules-3.13/cmpsc.c:676:    cc->dict[index / 0x800] = MADDR((cc->dictor + (index / 0x800) * 0x800) & ADDRESS_MAXWRAP(cc->regs), cc->r2, cc->regs, ACCTYPE_READ, cc->regs->psw.pkey);
hercules-3.13/cmpsc.c-677-  cce = &cc->dict[index / 0x800][index % 0x800];
##############################################
hercules-3.13/cmpsc.c-739-  /* Get address */
hercules-3.13/cmpsc.c:740:  cc->src = MADDR(GR_A(cc->r2, cc->iregs) & ADDRESS_MAXWRAP(cc->regs), cc->r2, cc->regs, ACCTYPE_READ, cc->regs->psw.pkey);
hercules-3.13/cmpsc.c-741-  return(0);
##############################################
hercules-3.13/cmpsc.c-1011-    if(unlikely(!cc->dict[index / 0x800]))
hercules-3.13/cmpsc.c:1012:      cc->dict[index / 0x800] = MADDR((cc->dictor + (index / 0x800) * 0x800) & ADDRESS_MAXWRAP(cc->regs), cc->r2, cc->regs, ACCTYPE_READ, cc->regs->psw.pkey);
hercules-3.13/cmpsc.c-1013-    sd1 = &cc->dict[index / 0x800][index % 0x800];
##############################################
hercules-3.13/cmpsc.c-1019-      if(unlikely(!cc->edict[index / 0x800]))
hercules-3.13/cmpsc.c:1020:        cc->edict[index / 0x800] = MADDR((cc->dictor + cc->dctsz + (index / 0x800) * 0x800) & ADDRESS_MAXWRAP(cc->regs), cc->r2, cc->regs, ACCTYPE_READ, cc->regs->psw.pkey);
hercules-3.13/cmpsc.c-1021-      sd2 = &cc->edict[index / 0x800][index % 0x800];
##############################################
hercules-3.13/cmpsc.c-1310-    if(unlikely(!cc->dest))
hercules-3.13/cmpsc.c:1311:      cc->dest = MADDR((GR_A(cc->r1, cc->iregs) & ~0x7ff) & ADDRESS_MAXWRAP(cc->regs), cc->r1, cc->regs, ACCTYPE_WRITE, cc->regs->psw.pkey);
hercules-3.13/cmpsc.c-1312-    memcpy(&cc->dest[ofst], mem, cc->smbsz);
##############################################
hercules-3.13/cmpsc.c-1322-    if(unlikely(!cc->dest))
hercules-3.13/cmpsc.c:1323:      main1 = MADDR((GR_A(cc->r1, cc->iregs) & ~0x7ff) & ADDRESS_MAXWRAP(cc->regs), cc->r1, cc->regs, ACCTYPE_WRITE_SKP, cc->regs->psw.pkey);
hercules-3.13/cmpsc.c-1324-    else
##############################################
hercules-3.13/cmpsc.c-1327-    len1 = 0x800 - ofst;
hercules-3.13/cmpsc.c:1328:    cc->dest = MADDR((GR_A(cc->r1, cc->iregs) + len1) & ADDRESS_MAXWRAP(cc->regs), cc->r1, cc->regs, ACCTYPE_WRITE, cc->regs->psw.pkey);
hercules-3.13/cmpsc.c-1329-    memcpy(&main1[ofst], mem, len1);
##############################################
hercules-3.13/cmpsc.c-1541-  if(unlikely(!ec->dict[index / 0x800]))
hercules-3.13/cmpsc.c:1542:    ec->dict[index / 0x800] = MADDR((ec->dictor + (index / 0x800) * 0x800) & ADDRESS_MAXWRAP(ec->regs), ec->r2, ec->regs, ACCTYPE_READ, ec->regs->psw.pkey);
hercules-3.13/cmpsc.c-1543-  ece = &ec->dict[index / 0x800][index % 0x800];
##############################################
hercules-3.13/cmpsc.c-1574-    if(unlikely(!ec->dict[index / 0x800]))
hercules-3.13/cmpsc.c:1575:      ec->dict[index / 0x800] = MADDR((ec->dictor + (index / 0x800) * 0x800) & ADDRESS_MAXWRAP(ec->regs), ec->r2, ec->regs, ACCTYPE_READ, ec->regs->psw.pkey);
hercules-3.13/cmpsc.c-1576-    ece = &ec->dict[index / 0x800][index % 0x800];
##############################################
hercules-3.13/cmpsc.c-1707-  if(unlikely(!ec->src))
hercules-3.13/cmpsc.c:1708:    ec->src = MADDR((GR_A(ec->r2, ec->iregs) & ~0x7ff) & ADDRESS_MAXWRAP(ec->regs), ec->r2, ec->regs, ACCTYPE_READ, ec->regs->psw.pkey);
hercules-3.13/cmpsc.c-1709-  if(likely(ofst + ec->smbsz <= 0x800))
##############################################
hercules-3.13/cmpsc.c-1722-    memcpy(buf, &ec->src[ofst], len1);
hercules-3.13/cmpsc.c:1723:    ec->src = MADDR((GR_A(ec->r2, ec->iregs) + len1) & ADDRESS_MAXWRAP(ec->regs), ec->r2, ec->regs, ACCTYPE_READ, ec->regs->psw.pkey);
hercules-3.13/cmpsc.c-1724-    memcpy(&buf[len1], ec->src, ec->smbsz - len1);
##############################################
hercules-3.13/cmpsc.c-1952-    if(unlikely(!ec->dest))
hercules-3.13/cmpsc.c:1953:      ec->dest = MADDR((GR_A(ec->r1, ec->iregs) & ~0x7ff) & ADDRESS_MAXWRAP(ec->regs), ec->r1, ec->regs, ACCTYPE_WRITE, ec->regs->psw.pkey);
hercules-3.13/cmpsc.c-1954-    memcpy(&ec->dest[ofst], buf, len);
##############################################
hercules-3.13/cmpsc.c-1964-    if(unlikely(!ec->dest))
hercules-3.13/cmpsc.c:1965:      main1 = MADDR((GR_A(ec->r1, ec->iregs) & ~0x7ff) & ADDRESS_MAXWRAP(ec->regs), ec->r1, ec->regs, ACCTYPE_WRITE_SKP, ec->regs->psw.pkey);
hercules-3.13/cmpsc.c-1966-    else
##############################################
hercules-3.13/cmpsc.c-1969-    len1 = 0x800 - ofst;
hercules-3.13/cmpsc.c:1970:    ec->dest = MADDR((GR_A(ec->r1, ec->iregs) + len1) & ADDRESS_MAXWRAP(ec->regs), ec->r1, ec->regs, ACCTYPE_WRITE, ec->regs->psw.pkey);
hercules-3.13/cmpsc.c-1971-    memcpy(&main1[ofst], buf, len1);
##############################################
hercules-3.13/cmpsc.c-1985-        else
hercules-3.13/cmpsc.c:1986:          ec->dest = MADDR((GR_A(ec->r1, ec->iregs) + len1) & ADDRESS_MAXWRAP(ec->regs), ec->r1, ec->regs, ACCTYPE_WRITE, ec->regs->psw.pkey);
hercules-3.13/cmpsc.c-1987-        sk = ec->regs->dat.storkey;
##############################################
hercules-3.13/Makefile.in-94-CONFIG_CLEAN_VPATH_FILES =
hercules-3.13/Makefile.in:95:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
hercules-3.13/Makefile.in-96-am__vpath_adj = case $$p in \
hercules-3.13/Makefile.in:97:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
hercules-3.13/Makefile.in-98-    *) f=$$p;; \
hercules-3.13/Makefile.in-99-  esac;
hercules-3.13/Makefile.in:100:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
hercules-3.13/Makefile.in-101-am__install_max = 40
hercules-3.13/Makefile.in-102-am__nobase_strip_setup = \
hercules-3.13/Makefile.in:103:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
hercules-3.13/Makefile.in-104-am__nobase_strip = \
##############################################
hercules-3.13/Makefile.in-601-  while test -n "$$dir1"; do \
hercules-3.13/Makefile.in:602:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
hercules-3.13/Makefile.in-603-    if test "$$first" != "."; then \
hercules-3.13/Makefile.in-604-      if test "$$first" = ".."; then \
hercules-3.13/Makefile.in:605:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
hercules-3.13/Makefile.in:606:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
hercules-3.13/Makefile.in-607-      else \
hercules-3.13/Makefile.in:608:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
hercules-3.13/Makefile.in-609-        if test "$$first2" = "$$first"; then \
hercules-3.13/Makefile.in:610:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
hercules-3.13/Makefile.in-611-        else \
##############################################
hercules-3.13/Makefile.in-616-    fi; \
hercules-3.13/Makefile.in:617:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
hercules-3.13/Makefile.in-618-  done; \
##############################################
hercules-3.13/Makefile.in-1523-	test -n "$(EXEEXT)" || exit 0; \
hercules-3.13/Makefile.in:1524:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
hercules-3.13/Makefile.in-1525-	echo " rm -f" $$list; \
##############################################
hercules-3.13/Makefile.in-1748-.c.obj:
hercules-3.13/Makefile.in:1749:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
hercules-3.13/Makefile.in-1750-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
hercules-3.13/Makefile.in-1752-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
hercules-3.13/Makefile.in:1753:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
hercules-3.13/Makefile.in-1754-
##############################################
hercules-3.13/Makefile.in-1785-	dot_seen=no; \
hercules-3.13/Makefile.in:1786:	target=`echo $@ | sed s/-recursive//`; \
hercules-3.13/Makefile.in-1787-	case "$@" in \
##############################################
hercules-3.13/Makefile.in-1875-GTAGS:
hercules-3.13/Makefile.in:1876:	here=`$(am__cd) $(top_builddir) && pwd` \
hercules-3.13/Makefile.in-1877-	  && $(am__cd) $(top_srcdir) \
##############################################
hercules-3.13/Makefile.in-1909-	test -d "$(distdir)" || mkdir "$(distdir)"
hercules-3.13/Makefile.in:1910:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/Makefile.in:1911:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/Makefile.in-1912-	list='$(DISTFILES)'; \
##############################################
hercules-3.13/Makefile.in-1923-	  if test -d $$d/$$file; then \
hercules-3.13/Makefile.in:1924:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
hercules-3.13/Makefile.in-1925-	    if test -d "$(distdir)/$$file"; then \
##############################################
hercules-3.13/Makefile.in-2028-	test -d $(distdir)/_build || exit 0; \
hercules-3.13/Makefile.in:2029:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
hercules-3.13/Makefile.in-2030-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
hercules-3.13/Makefile.in-2071-	}; \
hercules-3.13/Makefile.in:2072:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
hercules-3.13/Makefile.in-2073-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
hercules-3.13/Makefile.in-2083-	fi
hercules-3.13/Makefile.in:2084:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
hercules-3.13/Makefile.in-2085-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
hercules-3.13/console.c-1584-
hercules-3.13/console.c:1585:        pHE = gethostbyaddr ((unsigned char*)(&client.sin_addr),
hercules-3.13/console.c-1586-                            sizeof(client.sin_addr), AF_INET);
##############################################
hercules-3.13/console.c-2378-        {
hercules-3.13/console.c:2379:            if ((dev->acc_ipaddr = inet_addr(argv[ac])) == (in_addr_t)(-1))
hercules-3.13/console.c-2380-            {
##############################################
hercules-3.13/console.c-2389-                {
hercules-3.13/console.c:2390:                    if ((dev->acc_ipmask = inet_addr(argv[ac])) == (in_addr_t)(-1))
hercules-3.13/console.c-2391-                    {
##############################################
hercules-3.13/console.c-2682-        {
hercules-3.13/console.c:2683:            if ((dev->acc_ipaddr = inet_addr(argv[ac])) == (in_addr_t)(-1))
hercules-3.13/console.c-2684-            {
##############################################
hercules-3.13/console.c-2693-                {
hercules-3.13/console.c:2694:                    if ((dev->acc_ipmask = inet_addr(argv[ac])) == (in_addr_t)(-1))
hercules-3.13/console.c-2695-                    {
##############################################
hercules-3.13/ctc_lcs.c-1223-
hercules-3.13/ctc_lcs.c:1224:    VERIFY( TUNTAP_SetIPAddr( pLCSPORT->szNetDevName, "0.0.0.0" ) == 0 );
hercules-3.13/ctc_lcs.c-1225-    VERIFY( TUNTAP_SetMTU   ( pLCSPORT->szNetDevName,  "1500"   ) == 0 );
##############################################
hercules-3.13/ctc_lcs.c-1229-    {
hercules-3.13/ctc_lcs.c:1230:        VERIFY( TUNTAP_SetMACAddr( pLCSPORT->szNetDevName,
hercules-3.13/ctc_lcs.c-1231-                                   pLCSPORT->szMACAddress ) == 0 );
##############################################
hercules-3.13/opcode.h-873-
hercules-3.13/opcode.h:874:#define MAINADDR(_main, _addr) \
hercules-3.13/opcode.h-875-   (BYTE*)((uintptr_t)(_main) ^ (uintptr_t)(_addr))
hercules-3.13/opcode.h-876-
hercules-3.13/opcode.h:877:#define NEW_MAINADDR(_regs, _addr, _aaddr) \
hercules-3.13/opcode.h-878-   (BYTE*)((uintptr_t)((_regs)->mainstor \
##############################################
hercules-3.13/opcode.h-2629-
hercules-3.13/opcode.h:2630:#define SIE_TRANSLATE_ADDR(_addr, _arn, _regs, _acctype) \
hercules-3.13/opcode.h-2631-    ARCH_DEP(translate_addr)((_addr), (_arn), (_regs), (_acctype))
##############################################
hercules-3.13/opcode.h-2640-
hercules-3.13/opcode.h:2641:#define SIE_TRANSLATE_ADDR(_addr, _arn, _regs, _acctype)   \
hercules-3.13/opcode.h:2642:    s390_translate_addr((_addr), (_arn), (_regs), (_acctype))
hercules-3.13/opcode.h-2643-
##############################################
hercules-3.13/opcode.h-2651-
hercules-3.13/opcode.h:2652:#define SIE_TRANSLATE_ADDR(_addr, _arn, _regs, _acctype)   \
hercules-3.13/opcode.h-2653-    ( ((_regs)->arch_mode == ARCH_390) ?            \
hercules-3.13/opcode.h:2654:    s390_translate_addr((_addr), (_arn), (_regs), (_acctype)) : \
hercules-3.13/opcode.h:2655:    z900_translate_addr((_addr), (_arn), (_regs), (_acctype)) )
hercules-3.13/opcode.h-2656-
##############################################
hercules-3.13/opcode.h-2681-
hercules-3.13/opcode.h:2682:#define SIE_TRANSLATE_ADDR(_addr, _arn, _regs, _acctype)
hercules-3.13/opcode.h-2683-#define SIE_LOGICAL_TO_ABS(_addr, _arn, _regs, _acctype, _akey)
##############################################
hercules-3.13/autoconf/config.rpath-42-host="$1"
hercules-3.13/autoconf/config.rpath:43:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
hercules-3.13/autoconf/config.rpath:44:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
hercules-3.13/autoconf/config.rpath:45:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
hercules-3.13/autoconf/config.rpath-46-
##############################################
hercules-3.13/autoconf/config.rpath-196-        case $host_os in aix4.[012]|aix4.[012].*)
hercules-3.13/autoconf/config.rpath:197:          collect2name=`${CC} -print-prog-name=collect2`
hercules-3.13/autoconf/config.rpath-198-          if test -f "$collect2name" && \
##############################################
hercules-3.13/autoconf/config.rpath-275-      hardcode_direct=yes
hercules-3.13/autoconf/config.rpath:276:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/autoconf/config.rpath-277-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
hercules-3.13/autoconf/config.rpath-379-        shlibext=dll
hercules-3.13/autoconf/config.rpath:380:        sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
hercules-3.13/autoconf/config.rpath-381-        ;;
##############################################
hercules-3.13/autoconf/config.rpath-475-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
hercules-3.13/autoconf/config.rpath:476:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
hercules-3.13/autoconf/config.rpath:477:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hercules-3.13/autoconf/config.rpath:478:escaped_sys_lib_search_path_spec=`echo "X$sys_lib_search_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hercules-3.13/autoconf/config.rpath:479:escaped_sys_lib_dlsearch_path_spec=`echo "X$sys_lib_dlsearch_path_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
hercules-3.13/autoconf/config.rpath-480-
##############################################
hercules-3.13/autoconf/config.guess-37-
hercules-3.13/autoconf/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
hercules-3.13/autoconf/config.guess-39-
##############################################
hercules-3.13/autoconf/config.guess-106-: ${TMPDIR=/tmp} ;
hercules-3.13/autoconf/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
hercules-3.13/autoconf/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
hercules-3.13/autoconf/config.guess-191-	    *)
hercules-3.13/autoconf/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
hercules-3.13/autoconf/config.guess-193-		;;
##############################################
hercules-3.13/autoconf/config.guess-240-	if test $UNAME_RELEASE = "V4.0"; then
hercules-3.13/autoconf/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
hercules-3.13/autoconf/config.guess-242-	fi
##############################################
hercules-3.13/autoconf/config.guess-246-	# types through head -n 1, so we only detect the type of CPU 0.
hercules-3.13/autoconf/config.guess:247:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
hercules-3.13/autoconf/config.guess-248-	case "$ALPHA_CPU_TYPE" in
##############################################
hercules-3.13/autoconf/config.guess-283-	# 1.2 uses "1.2" for uname -r.
hercules-3.13/autoconf/config.guess:284:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
hercules-3.13/autoconf/config.guess-285-	exit 0 ;;
##############################################
hercules-3.13/autoconf/config.guess-334-    sun4H:SunOS:5.*:*)
hercules-3.13/autoconf/config.guess:335:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hercules-3.13/autoconf/config.guess-336-	exit 0 ;;
hercules-3.13/autoconf/config.guess-337-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
hercules-3.13/autoconf/config.guess:338:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hercules-3.13/autoconf/config.guess-339-	exit 0 ;;
hercules-3.13/autoconf/config.guess-340-    i86pc:SunOS:5.*:*)
hercules-3.13/autoconf/config.guess:341:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hercules-3.13/autoconf/config.guess-342-	exit 0 ;;
##############################################
hercules-3.13/autoconf/config.guess-346-	# it's likely to be more like Solaris than SunOS4.
hercules-3.13/autoconf/config.guess:347:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hercules-3.13/autoconf/config.guess-348-	exit 0 ;;
##############################################
hercules-3.13/autoconf/config.guess-355-	# Japanese Language versions have a version number like `4.1.3-JL'.
hercules-3.13/autoconf/config.guess:356:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
hercules-3.13/autoconf/config.guess-357-	exit 0 ;;
##############################################
hercules-3.13/autoconf/config.guess-361-    sun*:*:4.2BSD:*)
hercules-3.13/autoconf/config.guess:362:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
hercules-3.13/autoconf/config.guess-363-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
hercules-3.13/autoconf/config.guess-440-	$CC_FOR_BUILD -o $dummy $dummy.c \
hercules-3.13/autoconf/config.guess:441:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
hercules-3.13/autoconf/config.guess-442-	  && exit 0
##############################################
hercules-3.13/autoconf/config.guess-495-    *:IRIX*:*:*)
hercules-3.13/autoconf/config.guess:496:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
hercules-3.13/autoconf/config.guess-497-	exit 0 ;;
##############################################
hercules-3.13/autoconf/config.guess-534-    *:AIX:*:[45])
hercules-3.13/autoconf/config.guess:535:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
hercules-3.13/autoconf/config.guess-536-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
hercules-3.13/autoconf/config.guess-569-    9000/[34678]??:HP-UX:*:*)
hercules-3.13/autoconf/config.guess:570:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
hercules-3.13/autoconf/config.guess-571-	case "${UNAME_MACHINE}" in
##############################################
hercules-3.13/autoconf/config.guess-623-EOF
hercules-3.13/autoconf/config.guess:624:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
hercules-3.13/autoconf/config.guess-625-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
hercules-3.13/autoconf/config.guess-641-    ia64:HP-UX:*:*)
hercules-3.13/autoconf/config.guess:642:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
hercules-3.13/autoconf/config.guess-643-	echo ia64-hp-hpux${HPUX_REV}
##############################################
hercules-3.13/autoconf/config.guess-741-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
hercules-3.13/autoconf/config.guess:742:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
hercules-3.13/autoconf/config.guess-743-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
hercules-3.13/autoconf/config.guess-764-EOF
hercules-3.13/autoconf/config.guess:765:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
hercules-3.13/autoconf/config.guess-766-	# GNU/FreeBSD systems have a "k" prefix to indicate we are using
##############################################
hercules-3.13/autoconf/config.guess-768-	case ${LIBC} in gnu) kernel_only='k' ;; esac
hercules-3.13/autoconf/config.guess:769:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
hercules-3.13/autoconf/config.guess-770-	exit 0 ;;
##############################################
hercules-3.13/autoconf/config.guess-798-    prep*:SunOS:5.*:*)
hercules-3.13/autoconf/config.guess:799:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
hercules-3.13/autoconf/config.guess-800-	exit 0 ;;
hercules-3.13/autoconf/config.guess-801-    *:GNU:*:*)
hercules-3.13/autoconf/config.guess:802:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
hercules-3.13/autoconf/config.guess-803-	exit 0 ;;
##############################################
hercules-3.13/autoconf/config.guess-834-EOF
hercules-3.13/autoconf/config.guess:835:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
hercules-3.13/autoconf/config.guess-836-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
hercules-3.13/autoconf/config.guess-853-EOF
hercules-3.13/autoconf/config.guess:854:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
hercules-3.13/autoconf/config.guess-855-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
hercules-3.13/autoconf/config.guess-951-EOF
hercules-3.13/autoconf/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
hercules-3.13/autoconf/config.guess-953-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
hercules-3.13/autoconf/config.guess-987-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
hercules-3.13/autoconf/config.guess:988:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
hercules-3.13/autoconf/config.guess-989-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
hercules-3.13/autoconf/mkinstalldirs-58-do
hercules-3.13/autoconf/mkinstalldirs:59:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
hercules-3.13/autoconf/mkinstalldirs-60-   shift
##############################################
hercules-3.13/autoconf/install-sh-85-
hercules-3.13/autoconf/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
hercules-3.13/autoconf/install-sh-87-	    shift
##############################################
hercules-3.13/autoconf/install-sh-89-
hercules-3.13/autoconf/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
hercules-3.13/autoconf/install-sh-91-	    shift
##############################################
hercules-3.13/autoconf/install-sh-151-	then
hercules-3.13/autoconf/install-sh:152:		dst="$dst"/`basename $src`
hercules-3.13/autoconf/install-sh-153-	else
##############################################
hercules-3.13/autoconf/install-sh-158-## this sed command emulates the dirname command
hercules-3.13/autoconf/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
hercules-3.13/autoconf/install-sh-160-
##############################################
hercules-3.13/autoconf/install-sh-172-IFS='%'
hercules-3.13/autoconf/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
hercules-3.13/autoconf/install-sh-174-IFS="${oIFS}"
##############################################
hercules-3.13/autoconf/install-sh-206-	then
hercules-3.13/autoconf/install-sh:207:		dstfile=`basename $dst`
hercules-3.13/autoconf/install-sh-208-	else
##############################################
hercules-3.13/autoconf/install-sh-216-	then
hercules-3.13/autoconf/install-sh:217:		dstfile=`basename $dst`
hercules-3.13/autoconf/install-sh-218-	else
##############################################
hercules-3.13/autoconf/compile-67-	mingw/*)
hercules-3.13/autoconf/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
hercules-3.13/autoconf/compile-69-	  ;;
hercules-3.13/autoconf/compile-70-	cygwin/*)
hercules-3.13/autoconf/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
hercules-3.13/autoconf/compile-72-	  ;;
hercules-3.13/autoconf/compile-73-	wine/*)
hercules-3.13/autoconf/compile:74:	  file=`winepath -w "$file" || echo "$file"`
hercules-3.13/autoconf/compile-75-	  ;;
##############################################
hercules-3.13/autoconf/compile-309-# Name of file we expect compiler to create.
hercules-3.13/autoconf/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
hercules-3.13/autoconf/compile-311-
##############################################
hercules-3.13/autoconf/compile-315-# object file name, since that is what matters with a parallel build.
hercules-3.13/autoconf/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
hercules-3.13/autoconf/compile-317-while true; do
##############################################
hercules-3.13/autoconf/depcomp-33-
hercules-3.13/autoconf/depcomp:34:depfile=${depfile-`echo "$object" | sed 's,\([^/]*\)$,.deps/\1,;s/\.\([^.]*\)$/.P\1/'`}
hercules-3.13/autoconf/depcomp:35:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
hercules-3.13/autoconf/depcomp-36-
##############################################
hercules-3.13/autoconf/depcomp-168-  # $object doesn't have directory information.
hercules-3.13/autoconf/depcomp:169:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
hercules-3.13/autoconf/depcomp-170-  tmpdepfile="$stripped.u"
##############################################
hercules-3.13/autoconf/depcomp-187-    # Do two passes, one to just change these to
hercules-3.13/autoconf/depcomp:188:    # `$object: dependent.h' and one to simply `dependent.h:'.
hercules-3.13/autoconf/depcomp-189-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
hercules-3.13/autoconf/depcomp-207-   tmpdepfile1="$object.d"
hercules-3.13/autoconf/depcomp:208:   tmpdepfile2=`echo "$object" | sed -e 's/.o$/.d/'` 
hercules-3.13/autoconf/depcomp-209-   if test "$libtool" = yes; then
##############################################
hercules-3.13/autoconf/depcomp-305-    done
hercules-3.13/autoconf/depcomp:306:    obj_suffix="`echo $object | sed 's/^.*\././'`"
hercules-3.13/autoconf/depcomp-307-    touch "$tmpdepfile"
##############################################
hercules-3.13/autoconf/missing-113-         from any GNU archive site."
hercules-3.13/autoconf/missing:114:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
hercules-3.13/autoconf/missing-115-    test -z "$files" && files="config.h"
##############################################
hercules-3.13/autoconf/missing-148-	*.y)
hercules-3.13/autoconf/missing:149:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
hercules-3.13/autoconf/missing-150-	    if [ -f "$SRCFILE" ]; then
##############################################
hercules-3.13/autoconf/missing-152-	    fi
hercules-3.13/autoconf/missing:153:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
hercules-3.13/autoconf/missing-154-	    if [ -f "$SRCFILE" ]; then
##############################################
hercules-3.13/autoconf/missing-178-	*.l)
hercules-3.13/autoconf/missing:179:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
hercules-3.13/autoconf/missing-180-	    if [ -f "$SRCFILE" ]; then
##############################################
hercules-3.13/autoconf/missing-197-
hercules-3.13/autoconf/missing:198:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hercules-3.13/autoconf/missing-199-    if test -z "$file"; then
hercules-3.13/autoconf/missing:200:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
hercules-3.13/autoconf/missing-201-    fi
##############################################
hercules-3.13/autoconf/missing-223-         the \`GNU make' package.  Grab either from any GNU archive site."
hercules-3.13/autoconf/missing:224:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hercules-3.13/autoconf/missing-225-    if test -z "$file"; then
hercules-3.13/autoconf/missing:226:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
hercules-3.13/autoconf/missing:227:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
hercules-3.13/autoconf/missing-228-    fi
##############################################
hercules-3.13/autoconf/missing-251-	*o*)
hercules-3.13/autoconf/missing:252:	    firstarg=`echo "$firstarg" | sed s/o//`
hercules-3.13/autoconf/missing-253-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
hercules-3.13/autoconf/missing-257-	*h*)
hercules-3.13/autoconf/missing:258:	    firstarg=`echo "$firstarg" | sed s/h//`
hercules-3.13/autoconf/missing-259-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
hercules-3.13/autoconf/libtool.m4-289-  # Remove one level of quotation (which was required for Make).
hercules-3.13/autoconf/libtool.m4:290:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
hercules-3.13/autoconf/libtool.m4-291-  ;;
##############################################
hercules-3.13/autoconf/libtool.m4-300-  :
hercules-3.13/autoconf/libtool.m4:301:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
hercules-3.13/autoconf/libtool.m4-302-  # Yippee, $echo works!
##############################################
hercules-3.13/autoconf/libtool.m4-326-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
hercules-3.13/autoconf/libtool.m4:327:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
hercules-3.13/autoconf/libtool.m4:328:       echo_test_string="`eval $cmd`" &&
hercules-3.13/autoconf/libtool.m4-329-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
hercules-3.13/autoconf/libtool.m4-335-
hercules-3.13/autoconf/libtool.m4:336:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hercules-3.13/autoconf/libtool.m4:337:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/autoconf/libtool.m4-338-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/autoconf/libtool.m4-350-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
hercules-3.13/autoconf/libtool.m4:351:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
hercules-3.13/autoconf/libtool.m4:352:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/autoconf/libtool.m4-353-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/autoconf/libtool.m4-362-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
hercules-3.13/autoconf/libtool.m4:363:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
hercules-3.13/autoconf/libtool.m4-364-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/autoconf/libtool.m4-377-      echo='printf %s\n'
hercules-3.13/autoconf/libtool.m4:378:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
hercules-3.13/autoconf/libtool.m4:379:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/autoconf/libtool.m4-380-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/autoconf/libtool.m4-382-	:
hercules-3.13/autoconf/libtool.m4:383:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
hercules-3.13/autoconf/libtool.m4-384-	   test "X$echo_testing_string" = 'X\t' &&
hercules-3.13/autoconf/libtool.m4:385:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/autoconf/libtool.m4-386-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/autoconf/libtool.m4-391-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
hercules-3.13/autoconf/libtool.m4:392:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
hercules-3.13/autoconf/libtool.m4-393-	   test "X$echo_testing_string" = 'X\t' &&
hercules-3.13/autoconf/libtool.m4:394:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
hercules-3.13/autoconf/libtool.m4-395-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
hercules-3.13/autoconf/libtool.m4-401-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
hercules-3.13/autoconf/libtool.m4:402:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
hercules-3.13/autoconf/libtool.m4-403-	  then
##############################################
hercules-3.13/autoconf/libtool.m4-409-	if test "$prev" != 'sed 50q "[$]0"'; then
hercules-3.13/autoconf/libtool.m4:410:	  echo_test_string=`eval $prev`
hercules-3.13/autoconf/libtool.m4-411-	  export echo_test_string
##############################################
hercules-3.13/autoconf/libtool.m4-448-  if AC_TRY_EVAL(ac_compile); then
hercules-3.13/autoconf/libtool.m4:449:    case `/usr/bin/file conftest.$ac_objext` in
hercules-3.13/autoconf/libtool.m4-450-    *ELF-32*)
##############################################
hercules-3.13/autoconf/libtool.m4-464-   if test "$lt_cv_prog_gnu_ld" = yes; then
hercules-3.13/autoconf/libtool.m4:465:    case `/usr/bin/file conftest.$ac_objext` in
hercules-3.13/autoconf/libtool.m4-466-    *32-bit*)
##############################################
hercules-3.13/autoconf/libtool.m4-476-   else
hercules-3.13/autoconf/libtool.m4:477:    case `/usr/bin/file conftest.$ac_objext` in
hercules-3.13/autoconf/libtool.m4-478-    *32-bit*)
##############################################
hercules-3.13/autoconf/libtool.m4-682-    # we can't tell.
hercules-3.13/autoconf/libtool.m4:683:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
hercules-3.13/autoconf/libtool.m4-684-	       = "XX$testring") >/dev/null 2>&1 &&
hercules-3.13/autoconf/libtool.m4:685:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
hercules-3.13/autoconf/libtool.m4-686-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
hercules-3.13/autoconf/libtool.m4-688-    do
hercules-3.13/autoconf/libtool.m4:689:      i=`expr $i + 1`
hercules-3.13/autoconf/libtool.m4-690-      testring=$testring$testring
##############################################
hercules-3.13/autoconf/libtool.m4-695-    # It appears as though 1/2 is a usable value.
hercules-3.13/autoconf/libtool.m4:696:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
hercules-3.13/autoconf/libtool.m4-697-    ;;
##############################################
hercules-3.13/autoconf/libtool.m4-990-  if test "$hard_links" = no; then
hercules-3.13/autoconf/libtool.m4:991:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
hercules-3.13/autoconf/libtool.m4-992-    need_locks=warn
##############################################
hercules-3.13/autoconf/libtool.m4-1123-if test "$GCC" = yes; then
hercules-3.13/autoconf/libtool.m4:1124:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/autoconf/libtool.m4-1125-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
hercules-3.13/autoconf/libtool.m4-1129-    # okay in the real world where ";" in dirpaths is itself problematic.
hercules-3.13/autoconf/libtool.m4:1130:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/autoconf/libtool.m4-1131-  else
hercules-3.13/autoconf/libtool.m4:1132:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/autoconf/libtool.m4-1133-  fi
##############################################
hercules-3.13/autoconf/libtool.m4-1200-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
hercules-3.13/autoconf/libtool.m4:1201:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
hercules-3.13/autoconf/libtool.m4-1202-  ;;
##############################################
hercules-3.13/autoconf/libtool.m4-1233-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
hercules-3.13/autoconf/libtool.m4:1234:    postinstall_cmds='base_file=`basename \${file}`~
hercules-3.13/autoconf/libtool.m4:1235:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
hercules-3.13/autoconf/libtool.m4:1236:      dldir=$destdir/`dirname \$dlpath`~
hercules-3.13/autoconf/libtool.m4-1237-      test -d \$dldir || mkdir -p \$dldir~
hercules-3.13/autoconf/libtool.m4-1238-      $install_prog $dir/$dlname \$dldir/$dlname'
hercules-3.13/autoconf/libtool.m4:1239:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
hercules-3.13/autoconf/libtool.m4-1240-      dlpath=$dir/\$dldll~
##############################################
hercules-3.13/autoconf/libtool.m4-1246-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
hercules-3.13/autoconf/libtool.m4:1247:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/autoconf/libtool.m4-1248-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
hercules-3.13/autoconf/libtool.m4-1251-      # MinGW DLLs use traditional 'lib' prefix
hercules-3.13/autoconf/libtool.m4:1252:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/autoconf/libtool.m4:1253:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
hercules-3.13/autoconf/libtool.m4-1254-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
hercules-3.13/autoconf/libtool.m4-1260-        # which wouldn't understand a cygwinified path. Ahh.
hercules-3.13/autoconf/libtool.m4:1261:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
hercules-3.13/autoconf/libtool.m4-1262-      else
hercules-3.13/autoconf/libtool.m4:1263:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
hercules-3.13/autoconf/libtool.m4-1264-      fi
##############################################
hercules-3.13/autoconf/libtool.m4-1267-      # pw32 DLLs use 'pw' prefix rather than 'lib'
hercules-3.13/autoconf/libtool.m4:1268:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
hercules-3.13/autoconf/libtool.m4-1269-      ;;
##############################################
hercules-3.13/autoconf/libtool.m4-1273-  *)
hercules-3.13/autoconf/libtool.m4:1274:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
hercules-3.13/autoconf/libtool.m4-1275-    ;;
##############################################
hercules-3.13/autoconf/libtool.m4-1293-  if test "$GCC" = yes; then
hercules-3.13/autoconf/libtool.m4:1294:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
hercules-3.13/autoconf/libtool.m4-1295-  else
##############################################
hercules-3.13/autoconf/libtool.m4-1519-  shlibpath_var=LD_LIBRARY_PATH
hercules-3.13/autoconf/libtool.m4:1520:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/autoconf/libtool.m4-1521-    case $host_os in
##############################################
hercules-3.13/autoconf/libtool.m4-1648-  if test -z "$LTCC"; then
hercules-3.13/autoconf/libtool.m4:1649:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
hercules-3.13/autoconf/libtool.m4-1650-    if test -z "$LTCC"; then
##############################################
hercules-3.13/autoconf/libtool.m4-1652-    else
hercules-3.13/autoconf/libtool.m4:1653:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
hercules-3.13/autoconf/libtool.m4-1654-    fi
##############################################
hercules-3.13/autoconf/libtool.m4-1658-  # Note that this assumes the entire list is on one line.
hercules-3.13/autoconf/libtool.m4:1659:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
hercules-3.13/autoconf/libtool.m4-1660-
##############################################
hercules-3.13/autoconf/libtool.m4-1664-    # Check whether tagname contains only valid characters
hercules-3.13/autoconf/libtool.m4:1665:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
hercules-3.13/autoconf/libtool.m4-1666-    "") ;;
##############################################
hercules-3.13/autoconf/libtool.m4-1917-	"file_magic "*)
hercules-3.13/autoconf/libtool.m4:1918:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
hercules-3.13/autoconf/libtool.m4-1919-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
hercules-3.13/autoconf/libtool.m4-1989-    # gcc leaves a trailing carriage return which upsets mingw
hercules-3.13/autoconf/libtool.m4:1990:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
hercules-3.13/autoconf/libtool.m4-1991-  *)
hercules-3.13/autoconf/libtool.m4:1992:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
hercules-3.13/autoconf/libtool.m4-1993-  esac
##############################################
hercules-3.13/autoconf/libtool.m4-1998-      # Canonicalize the pathname of ld
hercules-3.13/autoconf/libtool.m4:1999:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
hercules-3.13/autoconf/libtool.m4-2000-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
hercules-3.13/autoconf/libtool.m4:2001:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
hercules-3.13/autoconf/libtool.m4-2002-      done
##############################################
hercules-3.13/autoconf/libtool.m4-2029-      # Break only if it was the GNU/non-GNU ld that we prefer.
hercules-3.13/autoconf/libtool.m4:2030:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
hercules-3.13/autoconf/libtool.m4-2031-      *GNU* | *'with BFD'*)
##############################################
hercules-3.13/autoconf/libtool.m4-2060-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
hercules-3.13/autoconf/libtool.m4:2061:case `$LD -v 2>&1 </dev/null` in
hercules-3.13/autoconf/libtool.m4-2062-*GNU* | *'with BFD'*)
##############################################
hercules-3.13/autoconf/libtool.m4-2201-  esac
hercules-3.13/autoconf/libtool.m4:2202:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
hercules-3.13/autoconf/libtool.m4-2203-  lt_cv_deplibs_check_method=pass_all
##############################################
hercules-3.13/autoconf/libtool.m4-2238-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
hercules-3.13/autoconf/libtool.m4:2239:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/autoconf/libtool.m4-2240-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
hercules-3.13/autoconf/libtool.m4-2315-      # Tru64's nm complains that /dev/null is an invalid object file
hercules-3.13/autoconf/libtool.m4:2316:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
hercules-3.13/autoconf/libtool.m4-2317-      */dev/null* | *'Invalid file or object type'*)
##############################################
hercules-3.13/autoconf/libtool.m4-2321-      *)
hercules-3.13/autoconf/libtool.m4:2322:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
hercules-3.13/autoconf/libtool.m4-2323-	*/dev/null*)
##############################################
hercules-3.13/autoconf/libtool.m4-2523-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
hercules-3.13/autoconf/libtool.m4:2524:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
hercules-3.13/autoconf/libtool.m4-2525-  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
##############################################
hercules-3.13/autoconf/libtool.m4-2705-_LT_AC_TAGVAR(compiler, $1)=$CC
hercules-3.13/autoconf/libtool.m4:2706:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/libtool.m4-2707-
##############################################
hercules-3.13/autoconf/libtool.m4-2735-    # ancient GNU ld didn't support --whole-archive et. al.
hercules-3.13/autoconf/libtool.m4:2736:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
hercules-3.13/autoconf/libtool.m4-2737-	grep 'no-whole-archive' > /dev/null; then
##############################################
hercules-3.13/autoconf/libtool.m4-2815-      # below for broken collect2 doesn't work under 4.3+
hercules-3.13/autoconf/libtool.m4:2816:	collect2name=`${CC} -print-prog-name=collect2`
hercules-3.13/autoconf/libtool.m4-2817-	if test -f "$collect2name" && \
##############################################
hercules-3.13/autoconf/libtool.m4-2859-
hercules-3.13/autoconf/libtool.m4:2860:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hercules-3.13/autoconf/libtool.m4-2861-     else
##############################################
hercules-3.13/autoconf/libtool.m4-2904-      # is EXPORTS), use it as is; otherwise, prepend...
hercules-3.13/autoconf/libtool.m4:2905:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
hercules-3.13/autoconf/libtool.m4-2906-	cp $export_symbols $output_objdir/$soname.def;
##############################################
hercules-3.13/autoconf/libtool.m4-3022-      # dependencies.
hercules-3.13/autoconf/libtool.m4:3023:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/autoconf/libtool.m4-3024-      ;;
##############################################
hercules-3.13/autoconf/libtool.m4-3094-	# dependencies.
hercules-3.13/autoconf/libtool.m4:3095:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/autoconf/libtool.m4-3096-	;;
##############################################
hercules-3.13/autoconf/libtool.m4-3119-	# SGI C++
hercules-3.13/autoconf/libtool.m4:3120:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-3121-
##############################################
hercules-3.13/autoconf/libtool.m4-3130-	  if test "$with_gnu_ld" = no; then
hercules-3.13/autoconf/libtool.m4:3131:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-3132-	  else
hercules-3.13/autoconf/libtool.m4:3133:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
hercules-3.13/autoconf/libtool.m4-3134-	  fi
##############################################
hercules-3.13/autoconf/libtool.m4-3149-	# to its proper name (with version) after linking.
hercules-3.13/autoconf/libtool.m4:3150:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hercules-3.13/autoconf/libtool.m4:3151:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
hercules-3.13/autoconf/libtool.m4-3152-	# Commands to make compiler produce verbose output that lists
##############################################
hercules-3.13/autoconf/libtool.m4-3159-	# dependencies.
hercules-3.13/autoconf/libtool.m4:3160:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/autoconf/libtool.m4-3161-
##############################################
hercules-3.13/autoconf/libtool.m4-3195-	# dependencies.
hercules-3.13/autoconf/libtool.m4:3196:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/autoconf/libtool.m4-3197-	;;
##############################################
hercules-3.13/autoconf/libtool.m4-3238-	# to its proper name (with version) after linking.
hercules-3.13/autoconf/libtool.m4:3239:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hercules-3.13/autoconf/libtool.m4-3240-
##############################################
hercules-3.13/autoconf/libtool.m4-3255-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/autoconf/libtool.m4:3256:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-3257-
##############################################
hercules-3.13/autoconf/libtool.m4-3268-	# dependencies.
hercules-3.13/autoconf/libtool.m4:3269:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/autoconf/libtool.m4-3270-	;;
##############################################
hercules-3.13/autoconf/libtool.m4-3273-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/autoconf/libtool.m4:3274:	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-3275-
##############################################
hercules-3.13/autoconf/libtool.m4-3298-	# to its proper name (with version) after linking.
hercules-3.13/autoconf/libtool.m4:3299:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
hercules-3.13/autoconf/libtool.m4-3300-
##############################################
hercules-3.13/autoconf/libtool.m4-3314-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hercules-3.13/autoconf/libtool.m4:3315:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4:3316:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
hercules-3.13/autoconf/libtool.m4-3317-	  echo "-hidden">> $lib.exp~
hercules-3.13/autoconf/libtool.m4:3318:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry $objdir/so_locations -o $lib~
hercules-3.13/autoconf/libtool.m4-3319-	  $rm $lib.exp'
##############################################
hercules-3.13/autoconf/libtool.m4-3331-	# dependencies.
hercules-3.13/autoconf/libtool.m4:3332:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/autoconf/libtool.m4-3333-	;;
##############################################
hercules-3.13/autoconf/libtool.m4-3336-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/autoconf/libtool.m4:3337:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-3338-
##############################################
hercules-3.13/autoconf/libtool.m4-3419-	# dependencies.
hercules-3.13/autoconf/libtool.m4:3420:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
hercules-3.13/autoconf/libtool.m4-3421-
##############################################
hercules-3.13/autoconf/libtool.m4-3580-  # eval without this substitution.
hercules-3.13/autoconf/libtool.m4:3581:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
hercules-3.13/autoconf/libtool.m4-3582-
hercules-3.13/autoconf/libtool.m4:3583:  for p in `eval $output_verbose_link_cmd`; do
hercules-3.13/autoconf/libtool.m4-3584-    case $p in
##############################################
hercules-3.13/autoconf/libtool.m4-3711-_LT_AC_TAGVAR(compiler, $1)=$CC
hercules-3.13/autoconf/libtool.m4:3712:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/libtool.m4-3713-
##############################################
hercules-3.13/autoconf/libtool.m4-3933-      # Double-quote double-evaled strings.
hercules-3.13/autoconf/libtool.m4:3934:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
hercules-3.13/autoconf/libtool.m4-3935-      ;;
hercules-3.13/autoconf/libtool.m4-3936-    *)
hercules-3.13/autoconf/libtool.m4:3937:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
hercules-3.13/autoconf/libtool.m4-3938-      ;;
##############################################
hercules-3.13/autoconf/libtool.m4-3943-  *'\[$]0 --fallback-echo"')
hercules-3.13/autoconf/libtool.m4:3944:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
hercules-3.13/autoconf/libtool.m4-3945-    ;;
##############################################
hercules-3.13/autoconf/libtool.m4-3958-
hercules-3.13/autoconf/libtool.m4:3959:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
hercules-3.13/autoconf/libtool.m4-3960-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
hercules-3.13/autoconf/libtool.m4-4420-# If we're using GNU nm, then use its standard symbol codes.
hercules-3.13/autoconf/libtool.m4:4421:case `$NM -V 2>&1` in
hercules-3.13/autoconf/libtool.m4-4422-*GNU* | *'with BFD'*)
##############################################
hercules-3.13/autoconf/libtool.m4-4450-    nlist=conftest.nm
hercules-3.13/autoconf/libtool.m4:4451:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
hercules-3.13/autoconf/libtool.m4-4452-      # Try sorting and uniquifying the output.
##############################################
hercules-3.13/autoconf/libtool.m4-5141-	# is EXPORTS), use it as is; otherwise, prepend...
hercules-3.13/autoconf/libtool.m4:5142:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
hercules-3.13/autoconf/libtool.m4-5143-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
hercules-3.13/autoconf/libtool.m4-5277-	# below for broken collect2 doesn't work under 4.3+
hercules-3.13/autoconf/libtool.m4:5278:	  collect2name=`${CC} -print-prog-name=collect2`
hercules-3.13/autoconf/libtool.m4-5279-	  if test -f "$collect2name" && \
##############################################
hercules-3.13/autoconf/libtool.m4-5320-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
hercules-3.13/autoconf/libtool.m4:5321:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
hercules-3.13/autoconf/libtool.m4-5322-       else
##############################################
hercules-3.13/autoconf/libtool.m4-5369-      # FIXME: Setting linknames here is a bad hack.
hercules-3.13/autoconf/libtool.m4:5370:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
hercules-3.13/autoconf/libtool.m4-5371-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
hercules-3.13/autoconf/libtool.m4-5374-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
hercules-3.13/autoconf/libtool.m4:5375:      fix_srcfile_path='`cygpath -w "$srcfile"`'
hercules-3.13/autoconf/libtool.m4-5376-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
hercules-3.13/autoconf/libtool.m4-5535-      if test "$GCC" = yes; then
hercules-3.13/autoconf/libtool.m4:5536:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-5537-      else
hercules-3.13/autoconf/libtool.m4:5538:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-5539-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
hercules-3.13/autoconf/libtool.m4-5567-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
hercules-3.13/autoconf/libtool.m4:5568:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
hercules-3.13/autoconf/libtool.m4-5569-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
hercules-3.13/autoconf/libtool.m4-5596-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/autoconf/libtool.m4:5597:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-5598-      else
hercules-3.13/autoconf/libtool.m4-5599-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hercules-3.13/autoconf/libtool.m4:5600:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-5601-      fi
##############################################
hercules-3.13/autoconf/libtool.m4-5608-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
hercules-3.13/autoconf/libtool.m4:5609:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4-5610-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
hercules-3.13/autoconf/libtool.m4-5612-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
hercules-3.13/autoconf/libtool.m4:5613:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
hercules-3.13/autoconf/libtool.m4:5614:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
hercules-3.13/autoconf/libtool.m4:5615:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
hercules-3.13/autoconf/libtool.m4-5616-
##############################################
hercules-3.13/autoconf/libtool.m4-5789-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
hercules-3.13/autoconf/libtool.m4:5790:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
hercules-3.13/autoconf/libtool.m4-5791-        then
##############################################
hercules-3.13/autoconf/libtool.m4-5927-    test $lt_ac_count -gt 10 && break
hercules-3.13/autoconf/libtool.m4:5928:    lt_ac_count=`expr $lt_ac_count + 1`
hercules-3.13/autoconf/libtool.m4-5929-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
hercules-3.13/autoconf/ltmain.sh-33-  :
hercules-3.13/autoconf/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
hercules-3.13/autoconf/ltmain.sh-35-  # Yippee, $echo works!
##############################################
hercules-3.13/autoconf/ltmain.sh-51-# The name of this program.
hercules-3.13/autoconf/ltmain.sh:52:progname=`$echo "$0" | ${SED} 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-53-modename="$progname"
##############################################
hercules-3.13/autoconf/ltmain.sh-125-  win32_libid_type="unknown"
hercules-3.13/autoconf/ltmain.sh:126:  win32_fileres=`file -L $1 2>/dev/null`
hercules-3.13/autoconf/ltmain.sh-127-  case $win32_fileres in
##############################################
hercules-3.13/autoconf/ltmain.sh-166-  case $arg in
hercules-3.13/autoconf/ltmain.sh:167:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
hercules-3.13/autoconf/ltmain.sh-168-  *) optarg= ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-196-	  # Evaluate the configuration.
hercules-3.13/autoconf/ltmain.sh:197:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
hercules-3.13/autoconf/ltmain.sh-198-	else
##############################################
hercules-3.13/autoconf/ltmain.sh-423-	-Wc,*)
hercules-3.13/autoconf/ltmain.sh:424:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
hercules-3.13/autoconf/ltmain.sh-425-	  lastarg=
##############################################
hercules-3.13/autoconf/ltmain.sh-440-	  IFS="$save_ifs"
hercules-3.13/autoconf/ltmain.sh:441:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
hercules-3.13/autoconf/ltmain.sh-442-
##############################################
hercules-3.13/autoconf/ltmain.sh-459-      # Aesthetically quote the previous argument.
hercules-3.13/autoconf/ltmain.sh:460:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-461-
##############################################
hercules-3.13/autoconf/ltmain.sh-484-      # Get the name of the library object.
hercules-3.13/autoconf/ltmain.sh:485:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-486-      ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-495-    *.ads) xform=ads ;;
hercules-3.13/autoconf/ltmain.sh:496:    *.asm) xform=asm ;;
hercules-3.13/autoconf/ltmain.sh-497-    *.c++) xform=c++ ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-507-
hercules-3.13/autoconf/ltmain.sh:508:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
hercules-3.13/autoconf/ltmain.sh-509-
hercules-3.13/autoconf/ltmain.sh-510-    case $libobj in
hercules-3.13/autoconf/ltmain.sh:511:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
hercules-3.13/autoconf/ltmain.sh-512-    *)
##############################################
hercules-3.13/autoconf/ltmain.sh-525-      # but not from the CC environment variable when configure was run.
hercules-3.13/autoconf/ltmain.sh:526:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "*) ;;
hercules-3.13/autoconf/ltmain.sh-527-      # Blanks at the start of $base_compile will cause this to fail
##############################################
hercules-3.13/autoconf/ltmain.sh-532-	    # Evaluate the configuration.
hercules-3.13/autoconf/ltmain.sh:533:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
hercules-3.13/autoconf/ltmain.sh-534-	    case "$base_compile " in
hercules-3.13/autoconf/ltmain.sh:535:	    "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*)
hercules-3.13/autoconf/ltmain.sh-536-	      # The compiler in the base compile command matches
##############################################
hercules-3.13/autoconf/ltmain.sh-558-
hercules-3.13/autoconf/ltmain.sh:559:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh:560:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-561-    if test "X$xdir" = "X$obj"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-597-    if test "$compiler_c_o" = no; then
hercules-3.13/autoconf/ltmain.sh:598:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
hercules-3.13/autoconf/ltmain.sh-599-      lockfile="$output_obj.lock"
##############################################
hercules-3.13/autoconf/ltmain.sh-618-*** ERROR, $lockfile exists and contains:
hercules-3.13/autoconf/ltmain.sh:619:`cat $lockfile 2>/dev/null`
hercules-3.13/autoconf/ltmain.sh-620-
##############################################
hercules-3.13/autoconf/ltmain.sh-687-      if test "$need_locks" = warn &&
hercules-3.13/autoconf/ltmain.sh:688:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
hercules-3.13/autoconf/ltmain.sh-689-	$echo "\
hercules-3.13/autoconf/ltmain.sh-690-*** ERROR, $lockfile contains:
hercules-3.13/autoconf/ltmain.sh:691:`cat $lockfile 2>/dev/null`
hercules-3.13/autoconf/ltmain.sh-692-
##############################################
hercules-3.13/autoconf/ltmain.sh-757-      if test "$need_locks" = warn &&
hercules-3.13/autoconf/ltmain.sh:758:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
hercules-3.13/autoconf/ltmain.sh-759-	$echo "\
hercules-3.13/autoconf/ltmain.sh-760-*** ERROR, $lockfile contains:
hercules-3.13/autoconf/ltmain.sh:761:`cat $lockfile 2>/dev/null`
hercules-3.13/autoconf/ltmain.sh-762-
##############################################
hercules-3.13/autoconf/ltmain.sh-917-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
hercules-3.13/autoconf/ltmain.sh:918:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
hercules-3.13/autoconf/ltmain.sh-919-	;;
##############################################
hercules-3.13/autoconf/ltmain.sh-1001-	    moreargs=
hercules-3.13/autoconf/ltmain.sh:1002:	    for fil in `cat $save_arg`
hercules-3.13/autoconf/ltmain.sh-1003-	    do
##############################################
hercules-3.13/autoconf/ltmain.sh-1028-		# Extract subdirectory from the argument.
hercules-3.13/autoconf/ltmain.sh:1029:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-1030-		if test "X$xdir" = "X$arg"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-1082-		  # Extract subdirectory from the argument.
hercules-3.13/autoconf/ltmain.sh:1083:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-1084-		  if test "X$xdir" = "X$arg"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-1089-
hercules-3.13/autoconf/ltmain.sh:1090:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
hercules-3.13/autoconf/ltmain.sh:1091:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
hercules-3.13/autoconf/ltmain.sh-1092-		  libobjs="$libobjs $pic_object"
##############################################
hercules-3.13/autoconf/ltmain.sh-1226-      -L*)
hercules-3.13/autoconf/ltmain.sh:1227:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
hercules-3.13/autoconf/ltmain.sh-1228-	# We need an absolute path.
##############################################
hercules-3.13/autoconf/ltmain.sh-1231-	*)
hercules-3.13/autoconf/ltmain.sh:1232:	  absdir=`cd "$dir" && pwd`
hercules-3.13/autoconf/ltmain.sh-1233-	  if test -z "$absdir"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-1303-	# to be aesthetically quoted because they are evaled later.
hercules-3.13/autoconf/ltmain.sh:1304:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-1305-	case $arg in
##############################################
hercules-3.13/autoconf/ltmain.sh-1369-      -R*)
hercules-3.13/autoconf/ltmain.sh:1370:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
hercules-3.13/autoconf/ltmain.sh-1371-	# We need an absolute path.
##############################################
hercules-3.13/autoconf/ltmain.sh-1410-      -Wc,*)
hercules-3.13/autoconf/ltmain.sh:1411:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
hercules-3.13/autoconf/ltmain.sh-1412-	arg=
##############################################
hercules-3.13/autoconf/ltmain.sh-1424-	IFS="$save_ifs"
hercules-3.13/autoconf/ltmain.sh:1425:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
hercules-3.13/autoconf/ltmain.sh-1426-	;;
##############################################
hercules-3.13/autoconf/ltmain.sh-1428-      -Wl,*)
hercules-3.13/autoconf/ltmain.sh:1429:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
hercules-3.13/autoconf/ltmain.sh-1430-	arg=
##############################################
hercules-3.13/autoconf/ltmain.sh-1443-	IFS="$save_ifs"
hercules-3.13/autoconf/ltmain.sh:1444:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
hercules-3.13/autoconf/ltmain.sh-1445-	;;
##############################################
hercules-3.13/autoconf/ltmain.sh-1465-	# to be aesthetically quoted because they are evaled later.
hercules-3.13/autoconf/ltmain.sh:1466:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-1467-	case $arg in
##############################################
hercules-3.13/autoconf/ltmain.sh-1502-	  # Extract subdirectory from the argument.
hercules-3.13/autoconf/ltmain.sh:1503:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-1504-	  if test "X$xdir" = "X$arg"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-1556-	    # Extract subdirectory from the argument.
hercules-3.13/autoconf/ltmain.sh:1557:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-1558-	    if test "X$xdir" = "X$arg"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-1563-
hercules-3.13/autoconf/ltmain.sh:1564:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
hercules-3.13/autoconf/ltmain.sh:1565:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
hercules-3.13/autoconf/ltmain.sh-1566-	    libobjs="$libobjs $pic_object"
##############################################
hercules-3.13/autoconf/ltmain.sh-1599-	# to be aesthetically quoted because they are evaled later.
hercules-3.13/autoconf/ltmain.sh:1600:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-1601-	case $arg in
##############################################
hercules-3.13/autoconf/ltmain.sh-1629-      # but not from the CC environment variable when configure was run.
hercules-3.13/autoconf/ltmain.sh:1630:      "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) ;;
hercules-3.13/autoconf/ltmain.sh-1631-      # Blanks at the start of $base_compile will cause this to fail
##############################################
hercules-3.13/autoconf/ltmain.sh-1636-	    # Evaluate the configuration.
hercules-3.13/autoconf/ltmain.sh:1637:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
hercules-3.13/autoconf/ltmain.sh-1638-	    case $base_compile in
hercules-3.13/autoconf/ltmain.sh:1639:	    "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*)
hercules-3.13/autoconf/ltmain.sh-1640-	      # The compiler in $compile_command matches
##############################################
hercules-3.13/autoconf/ltmain.sh-1670-    # calculate the name of the file, without its directory
hercules-3.13/autoconf/ltmain.sh:1671:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-1672-    libobjs_save="$libobjs"
##############################################
hercules-3.13/autoconf/ltmain.sh-1675-      # get the directories listed in $shlibpath_var
hercules-3.13/autoconf/ltmain.sh:1676:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
hercules-3.13/autoconf/ltmain.sh-1677-    else
##############################################
hercules-3.13/autoconf/ltmain.sh-1682-
hercules-3.13/autoconf/ltmain.sh:1683:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-1684-    if test "X$output_objdir" = "X$output"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-1813-	  fi
hercules-3.13/autoconf/ltmain.sh:1814:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
hercules-3.13/autoconf/ltmain.sh-1815-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
hercules-3.13/autoconf/ltmain.sh-1857-		    found=no
hercules-3.13/autoconf/ltmain.sh:1858:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-1859-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
hercules-3.13/autoconf/ltmain.sh-1882-	    newdependency_libs="$deplib $newdependency_libs"
hercules-3.13/autoconf/ltmain.sh:1883:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
hercules-3.13/autoconf/ltmain.sh-1884-	    ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-1891-	      deplibs="$deplib $deplibs"
hercules-3.13/autoconf/ltmain.sh:1892:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
hercules-3.13/autoconf/ltmain.sh-1893-	    else
##############################################
hercules-3.13/autoconf/ltmain.sh-1905-	  if test "$pass" = link; then
hercules-3.13/autoconf/ltmain.sh:1906:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
hercules-3.13/autoconf/ltmain.sh-1907-	    # Make sure the xrpath contains only unique directories.
##############################################
hercules-3.13/autoconf/ltmain.sh-1984-
hercules-3.13/autoconf/ltmain.sh:1985:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-1986-	test "X$ladir" = "X$lib" && ladir="."
##############################################
hercules-3.13/autoconf/ltmain.sh-2072-	*)
hercules-3.13/autoconf/ltmain.sh:2073:	  abs_ladir=`cd "$ladir" && pwd`
hercules-3.13/autoconf/ltmain.sh-2074-	  if test -z "$abs_ladir"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-2080-	esac
hercules-3.13/autoconf/ltmain.sh:2081:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-2082-
##############################################
hercules-3.13/autoconf/ltmain.sh-2099-	fi # $installed = yes
hercules-3.13/autoconf/ltmain.sh:2100:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
hercules-3.13/autoconf/ltmain.sh-2101-
##############################################
hercules-3.13/autoconf/ltmain.sh-2146-	    case $deplib in
hercules-3.13/autoconf/ltmain.sh:2147:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
hercules-3.13/autoconf/ltmain.sh-2148-	    esac
##############################################
hercules-3.13/autoconf/ltmain.sh-2260-	    shift; shift
hercules-3.13/autoconf/ltmain.sh:2261:	    libname=`eval \\$echo \"$libname_spec\"`
hercules-3.13/autoconf/ltmain.sh-2262-	    # use dlname if we got it. it's perfectly good, no?
##############################################
hercules-3.13/autoconf/ltmain.sh-2268-	      *cygwin* | mingw*)
hercules-3.13/autoconf/ltmain.sh:2269:		major=`expr $current - $age`
hercules-3.13/autoconf/ltmain.sh-2270-		versuffix="-$major"
##############################################
hercules-3.13/autoconf/ltmain.sh-2279-	    soroot="$soname"
hercules-3.13/autoconf/ltmain.sh:2280:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
hercules-3.13/autoconf/ltmain.sh:2281:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
hercules-3.13/autoconf/ltmain.sh-2282-
##############################################
hercules-3.13/autoconf/ltmain.sh-2506-	      case $libdir in
hercules-3.13/autoconf/ltmain.sh:2507:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
hercules-3.13/autoconf/ltmain.sh-2508-		   case " $xrpath " in
##############################################
hercules-3.13/autoconf/ltmain.sh-2538-	      *.la)
hercules-3.13/autoconf/ltmain.sh:2539:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-2540-		test "X$dir" = "X$deplib" && dir="."
##############################################
hercules-3.13/autoconf/ltmain.sh-2544-		*)
hercules-3.13/autoconf/ltmain.sh:2545:		  absdir=`cd "$dir" && pwd`
hercules-3.13/autoconf/ltmain.sh-2546-		  if test -z "$absdir"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-2554-		else
hercules-3.13/autoconf/ltmain.sh:2555:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
hercules-3.13/autoconf/ltmain.sh-2556-		  if test -z "$libdir"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-2568-		  # we do not want to link against static libs, but need to link against shared
hercules-3.13/autoconf/ltmain.sh:2569:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
hercules-3.13/autoconf/ltmain.sh-2570-		  if test -n "$deplibrary_names" ; then
##############################################
hercules-3.13/autoconf/ltmain.sh-2594-		 # Again, we only want to link against shared libraries
hercules-3.13/autoconf/ltmain.sh:2595:		 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
hercules-3.13/autoconf/ltmain.sh-2596-		 for tmp in $newlib_search_path ; do
##############################################
hercules-3.13/autoconf/ltmain.sh-2760-      lib*)
hercules-3.13/autoconf/ltmain.sh:2761:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
hercules-3.13/autoconf/ltmain.sh-2762-	eval shared_ext=\"$shrext\"
##############################################
hercules-3.13/autoconf/ltmain.sh-2766-	if test "$module" = no; then
hercules-3.13/autoconf/ltmain.sh:2767:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
hercules-3.13/autoconf/ltmain.sh-2768-	  $echo "$help" 1>&2
##############################################
hercules-3.13/autoconf/ltmain.sh-2772-	  # Add the "lib" prefix for modules if required
hercules-3.13/autoconf/ltmain.sh:2773:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
hercules-3.13/autoconf/ltmain.sh-2774-	  eval shared_ext=\"$shrext\"
##############################################
hercules-3.13/autoconf/ltmain.sh-2776-	else
hercules-3.13/autoconf/ltmain.sh:2777:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
hercules-3.13/autoconf/ltmain.sh-2778-	fi
##############################################
hercules-3.13/autoconf/ltmain.sh-2853-	  darwin|linux|osf|windows)
hercules-3.13/autoconf/ltmain.sh:2854:	    current=`expr $number_major + $number_minor`
hercules-3.13/autoconf/ltmain.sh-2855-	    age="$number_minor"
##############################################
hercules-3.13/autoconf/ltmain.sh-2863-	  irix|nonstopux)
hercules-3.13/autoconf/ltmain.sh:2864:	    current=`expr $number_major + $number_minor - 1`
hercules-3.13/autoconf/ltmain.sh-2865-	    age="$number_minor"
##############################################
hercules-3.13/autoconf/ltmain.sh-2905-	if test "$age" -gt "$current"; then
hercules-3.13/autoconf/ltmain.sh:2906:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
hercules-3.13/autoconf/ltmain.sh-2907-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
hercules-3.13/autoconf/ltmain.sh-2920-	  # verstring for coding it into the library header
hercules-3.13/autoconf/ltmain.sh:2921:	  major=.`expr $current - $age`
hercules-3.13/autoconf/ltmain.sh-2922-	  versuffix="$major.$age.$revision"
hercules-3.13/autoconf/ltmain.sh-2923-	  # Darwin ld doesn't like 0 for these options...
hercules-3.13/autoconf/ltmain.sh:2924:	  minor_current=`expr $current + 1`
hercules-3.13/autoconf/ltmain.sh-2925-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
hercules-3.13/autoconf/ltmain.sh-2938-	irix | nonstopux)
hercules-3.13/autoconf/ltmain.sh:2939:	  major=`expr $current - $age + 1`
hercules-3.13/autoconf/ltmain.sh-2940-
##############################################
hercules-3.13/autoconf/ltmain.sh-2949-	  while test "$loop" -ne 0; do
hercules-3.13/autoconf/ltmain.sh:2950:	    iface=`expr $revision - $loop`
hercules-3.13/autoconf/ltmain.sh:2951:	    loop=`expr $loop - 1`
hercules-3.13/autoconf/ltmain.sh-2952-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
hercules-3.13/autoconf/ltmain.sh-2960-	linux)
hercules-3.13/autoconf/ltmain.sh:2961:	  major=.`expr $current - $age`
hercules-3.13/autoconf/ltmain.sh-2962-	  versuffix="$major.$age.$revision"
##############################################
hercules-3.13/autoconf/ltmain.sh-2965-	osf)
hercules-3.13/autoconf/ltmain.sh:2966:	  major=.`expr $current - $age`
hercules-3.13/autoconf/ltmain.sh-2967-	  versuffix=".$current.$age.$revision"
##############################################
hercules-3.13/autoconf/ltmain.sh-2972-	  while test "$loop" -ne 0; do
hercules-3.13/autoconf/ltmain.sh:2973:	    iface=`expr $current - $loop`
hercules-3.13/autoconf/ltmain.sh:2974:	    loop=`expr $loop - 1`
hercules-3.13/autoconf/ltmain.sh-2975-	    verstring="$verstring:${iface}.0"
##############################################
hercules-3.13/autoconf/ltmain.sh-2989-	  # extension on DOS 8.3 filesystems.
hercules-3.13/autoconf/ltmain.sh:2990:	  major=`expr $current - $age`
hercules-3.13/autoconf/ltmain.sh-2991-	  versuffix="-$major"
##############################################
hercules-3.13/autoconf/ltmain.sh-3044-	removelist=
hercules-3.13/autoconf/ltmain.sh:3045:	tempremovelist=`$echo "$output_objdir/*"`
hercules-3.13/autoconf/ltmain.sh-3046-	for p in $tempremovelist; do
##############################################
hercules-3.13/autoconf/ltmain.sh-3066-	# Transform .lo files to .o files.
hercules-3.13/autoconf/ltmain.sh:3067:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
hercules-3.13/autoconf/ltmain.sh-3068-      fi
##############################################
hercules-3.13/autoconf/ltmain.sh-3071-      for path in $notinst_path; do
hercules-3.13/autoconf/ltmain.sh:3072:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
hercules-3.13/autoconf/ltmain.sh:3073:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
hercules-3.13/autoconf/ltmain.sh:3074:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
hercules-3.13/autoconf/ltmain.sh-3075-      done
##############################################
hercules-3.13/autoconf/ltmain.sh-3174-	    for i in $deplibs; do
hercules-3.13/autoconf/ltmain.sh:3175:	      name="`expr $i : '-l\(.*\)'`"
hercules-3.13/autoconf/ltmain.sh-3176-	      # If $name is empty we are operating on a -L argument.
##############################################
hercules-3.13/autoconf/ltmain.sh-3186-		if test -n "$i" ; then
hercules-3.13/autoconf/ltmain.sh:3187:		  libname=`eval \\$echo \"$libname_spec\"`
hercules-3.13/autoconf/ltmain.sh:3188:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
hercules-3.13/autoconf/ltmain.sh-3189-		  set dummy $deplib_matches
hercules-3.13/autoconf/ltmain.sh-3190-		  deplib_match=$2
hercules-3.13/autoconf/ltmain.sh:3191:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
hercules-3.13/autoconf/ltmain.sh-3192-		    newdeplibs="$newdeplibs $i"
##############################################
hercules-3.13/autoconf/ltmain.sh-3211-	    for i in $deplibs; do
hercules-3.13/autoconf/ltmain.sh:3212:	      name="`expr $i : '-l\(.*\)'`"
hercules-3.13/autoconf/ltmain.sh-3213-	      # If $name is empty we are operating on a -L argument.
##############################################
hercules-3.13/autoconf/ltmain.sh-3228-		  if test -n "$i" ; then
hercules-3.13/autoconf/ltmain.sh:3229:		    libname=`eval \\$echo \"$libname_spec\"`
hercules-3.13/autoconf/ltmain.sh:3230:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
hercules-3.13/autoconf/ltmain.sh-3231-		    set dummy $deplib_matches
hercules-3.13/autoconf/ltmain.sh-3232-		    deplib_match=$2
hercules-3.13/autoconf/ltmain.sh:3233:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
hercules-3.13/autoconf/ltmain.sh-3234-		      newdeplibs="$newdeplibs $i"
##############################################
hercules-3.13/autoconf/ltmain.sh-3261-	  set dummy $deplibs_check_method
hercules-3.13/autoconf/ltmain.sh:3262:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
hercules-3.13/autoconf/ltmain.sh-3263-	  for a_deplib in $deplibs; do
hercules-3.13/autoconf/ltmain.sh:3264:	    name="`expr $a_deplib : '-l\(.*\)'`"
hercules-3.13/autoconf/ltmain.sh-3265-	    # If $name is empty we are operating on a -L argument.
##############################################
hercules-3.13/autoconf/ltmain.sh-3275-	      if test -n "$a_deplib" ; then
hercules-3.13/autoconf/ltmain.sh:3276:		libname=`eval \\$echo \"$libname_spec\"`
hercules-3.13/autoconf/ltmain.sh-3277-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
hercules-3.13/autoconf/ltmain.sh:3278:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
hercules-3.13/autoconf/ltmain.sh-3279-		  for potent_lib in $potential_libs; do
##############################################
hercules-3.13/autoconf/ltmain.sh-3291-		      while test -h "$potlib" 2>/dev/null; do
hercules-3.13/autoconf/ltmain.sh:3292:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
hercules-3.13/autoconf/ltmain.sh-3293-			case $potliblink in
hercules-3.13/autoconf/ltmain.sh-3294-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
hercules-3.13/autoconf/ltmain.sh:3295:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
hercules-3.13/autoconf/ltmain.sh-3296-			esac
##############################################
hercules-3.13/autoconf/ltmain.sh-3330-	  set dummy $deplibs_check_method
hercules-3.13/autoconf/ltmain.sh:3331:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
hercules-3.13/autoconf/ltmain.sh-3332-	  for a_deplib in $deplibs; do
hercules-3.13/autoconf/ltmain.sh:3333:	    name="`expr $a_deplib : '-l\(.*\)'`"
hercules-3.13/autoconf/ltmain.sh-3334-	    # If $name is empty we are operating on a -L argument.
##############################################
hercules-3.13/autoconf/ltmain.sh-3344-	      if test -n "$a_deplib" ; then
hercules-3.13/autoconf/ltmain.sh:3345:		libname=`eval \\$echo \"$libname_spec\"`
hercules-3.13/autoconf/ltmain.sh-3346-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
hercules-3.13/autoconf/ltmain.sh:3347:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
hercules-3.13/autoconf/ltmain.sh-3348-		  for potent_lib in $potential_libs; do
##############################################
hercules-3.13/autoconf/ltmain.sh-3387-	      # can't use Xsed below, because $i might contain '/'
hercules-3.13/autoconf/ltmain.sh:3388:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
hercules-3.13/autoconf/ltmain.sh-3389-	    done
##############################################
hercules-3.13/autoconf/ltmain.sh-3412-	  # On Rhapsody replace the C library is the System framework
hercules-3.13/autoconf/ltmain.sh:3413:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
hercules-3.13/autoconf/ltmain.sh-3414-	  ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-3551-	# Use standard objects if they are pic
hercules-3.13/autoconf/ltmain.sh:3552:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
hercules-3.13/autoconf/ltmain.sh-3553-
##############################################
hercules-3.13/autoconf/ltmain.sh-3563-	      IFS="$save_ifs"
hercules-3.13/autoconf/ltmain.sh:3564:	      if len=`expr "X$cmd" : ".*"` &&
hercules-3.13/autoconf/ltmain.sh-3565-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
hercules-3.13/autoconf/ltmain.sh-3621-	      esac
hercules-3.13/autoconf/ltmain.sh:3622:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-3623-	      xdir="$gentop/$xlib"
##############################################
hercules-3.13/autoconf/ltmain.sh-3652-		   do
hercules-3.13/autoconf/ltmain.sh:3653:		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
hercules-3.13/autoconf/ltmain.sh-3654-		   done
##############################################
hercules-3.13/autoconf/ltmain.sh-3656-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
hercules-3.13/autoconf/ltmain.sh:3657:		   i=`expr $i + 1`
hercules-3.13/autoconf/ltmain.sh-3658-		  done
##############################################
hercules-3.13/autoconf/ltmain.sh-3661-
hercules-3.13/autoconf/ltmain.sh:3662:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
hercules-3.13/autoconf/ltmain.sh-3663-	    done
##############################################
hercules-3.13/autoconf/ltmain.sh-3691-
hercules-3.13/autoconf/ltmain.sh:3692:	if test "X$skipped_export" != "X:" && len=`expr "X$cmds" : ".*"` &&
hercules-3.13/autoconf/ltmain.sh-3693-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
hercules-3.13/autoconf/ltmain.sh-3725-	    if test "X$objlist" = X ||
hercules-3.13/autoconf/ltmain.sh:3726:	       { len=`expr "X$test_cmds" : ".*"` &&
hercules-3.13/autoconf/ltmain.sh-3727-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
hercules-3.13/autoconf/ltmain.sh-3740-	      last_robj=$output_objdir/$save_output-${k}.$objext
hercules-3.13/autoconf/ltmain.sh:3741:	      k=`expr $k + 1`
hercules-3.13/autoconf/ltmain.sh-3742-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
hercules-3.13/autoconf/ltmain.sh-3766-	  do
hercules-3.13/autoconf/ltmain.sh:3767:	    i=`expr $i + 1`
hercules-3.13/autoconf/ltmain.sh-3768-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
hercules-3.13/autoconf/ltmain.sh-3864-	libobj="$output"
hercules-3.13/autoconf/ltmain.sh:3865:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
hercules-3.13/autoconf/ltmain.sh-3866-	;;
##############################################
hercules-3.13/autoconf/ltmain.sh-3906-	    esac
hercules-3.13/autoconf/ltmain.sh:3907:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-3908-	    xdir="$gentop/$xlib"
##############################################
hercules-3.13/autoconf/ltmain.sh-3937-		 do
hercules-3.13/autoconf/ltmain.sh:3938:		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
hercules-3.13/autoconf/ltmain.sh-3939-		 done
##############################################
hercules-3.13/autoconf/ltmain.sh-3941-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
hercules-3.13/autoconf/ltmain.sh:3942:		 i=`expr $i + 1`
hercules-3.13/autoconf/ltmain.sh-3943-		done
##############################################
hercules-3.13/autoconf/ltmain.sh-3946-
hercules-3.13/autoconf/ltmain.sh:3947:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
hercules-3.13/autoconf/ltmain.sh-3948-	  done
##############################################
hercules-3.13/autoconf/ltmain.sh-3952-      # Create the old-style object.
hercules-3.13/autoconf/ltmain.sh:3953:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
hercules-3.13/autoconf/ltmain.sh-3954-
##############################################
hercules-3.13/autoconf/ltmain.sh-4011-      case $host in
hercules-3.13/autoconf/ltmain.sh:4012:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
hercules-3.13/autoconf/ltmain.sh-4013-      esac
##############################################
hercules-3.13/autoconf/ltmain.sh-4031-	# On Rhapsody replace the C library is the System framework
hercules-3.13/autoconf/ltmain.sh:4032:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
hercules-3.13/autoconf/ltmain.sh:4033:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
hercules-3.13/autoconf/ltmain.sh-4034-	;;
##############################################
hercules-3.13/autoconf/ltmain.sh-4143-	# Transform all the library objects into standard objects.
hercules-3.13/autoconf/ltmain.sh:4144:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
hercules-3.13/autoconf/ltmain.sh:4145:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
hercules-3.13/autoconf/ltmain.sh-4146-      fi
##############################################
hercules-3.13/autoconf/ltmain.sh-4189-	    # Add our own program objects to the symbol list.
hercules-3.13/autoconf/ltmain.sh:4190:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
hercules-3.13/autoconf/ltmain.sh-4191-	    for arg in $progfiles; do
##############################################
hercules-3.13/autoconf/ltmain.sh-4219-	    $show "extracting global C symbols from \`$arg'"
hercules-3.13/autoconf/ltmain.sh:4220:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-4221-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
hercules-3.13/autoconf/ltmain.sh-4319-	  # Transform the symbol file into the correct name.
hercules-3.13/autoconf/ltmain.sh:4320:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
hercules-3.13/autoconf/ltmain.sh:4321:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
hercules-3.13/autoconf/ltmain.sh-4322-	  ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-4333-	# Nullify the symbol file.
hercules-3.13/autoconf/ltmain.sh:4334:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
hercules-3.13/autoconf/ltmain.sh:4335:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
hercules-3.13/autoconf/ltmain.sh-4336-      fi
##############################################
hercules-3.13/autoconf/ltmain.sh-4339-	# Replace the output file specification.
hercules-3.13/autoconf/ltmain.sh:4340:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
hercules-3.13/autoconf/ltmain.sh-4341-	link_command="$compile_command$compile_rpath"
##############################################
hercules-3.13/autoconf/ltmain.sh-4406-	# Replace the output file specification.
hercules-3.13/autoconf/ltmain.sh:4407:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
hercules-3.13/autoconf/ltmain.sh-4408-	# Delete the old output file.
##############################################
hercules-3.13/autoconf/ltmain.sh-4426-	  if test "$fast_install" = yes; then
hercules-3.13/autoconf/ltmain.sh:4427:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
hercules-3.13/autoconf/ltmain.sh-4428-	  else
##############################################
hercules-3.13/autoconf/ltmain.sh-4438-      # Replace the output file specification.
hercules-3.13/autoconf/ltmain.sh:4439:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
hercules-3.13/autoconf/ltmain.sh-4440-
##############################################
hercules-3.13/autoconf/ltmain.sh-4458-	  else
hercules-3.13/autoconf/ltmain.sh:4459:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-4460-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
hercules-3.13/autoconf/ltmain.sh-4463-	relink_command="(cd `pwd`; $relink_command)"
hercules-3.13/autoconf/ltmain.sh:4464:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-4465-      fi
##############################################
hercules-3.13/autoconf/ltmain.sh-4472-	esac
hercules-3.13/autoconf/ltmain.sh:4473:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-4474-      else
hercules-3.13/autoconf/ltmain.sh:4475:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-4476-      fi
##############################################
hercules-3.13/autoconf/ltmain.sh-4482-	case $output in
hercules-3.13/autoconf/ltmain.sh:4483:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
hercules-3.13/autoconf/ltmain.sh-4484-	esac
##############################################
hercules-3.13/autoconf/ltmain.sh-4488-	    exeext=.exe
hercules-3.13/autoconf/ltmain.sh:4489:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
hercules-3.13/autoconf/ltmain.sh-4490-	  *) exeext= ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-4493-	  *cygwin* | *mingw* )
hercules-3.13/autoconf/ltmain.sh:4494:	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
hercules-3.13/autoconf/ltmain.sh:4495:	    cwrapper=`$echo ${output}.exe`
hercules-3.13/autoconf/ltmain.sh-4496-	    $rm $cwrappersource $cwrapper
##############################################
hercules-3.13/autoconf/ltmain.sh-4743-      shift
hercules-3.13/autoconf/ltmain.sh:4744:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
hercules-3.13/autoconf/ltmain.sh-4745-      # Yippee, \$echo works!
##############################################
hercules-3.13/autoconf/ltmain.sh-4755-  # Find the directory that this script lives in.
hercules-3.13/autoconf/ltmain.sh:4756:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
hercules-3.13/autoconf/ltmain.sh-4757-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
hercules-3.13/autoconf/ltmain.sh-4759-  # Follow symbolic links until we get to the real thisdir.
hercules-3.13/autoconf/ltmain.sh:4760:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
hercules-3.13/autoconf/ltmain.sh-4761-  while test -n \"\$file\"; do
hercules-3.13/autoconf/ltmain.sh:4762:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
hercules-3.13/autoconf/ltmain.sh-4763-
##############################################
hercules-3.13/autoconf/ltmain.sh-4771-
hercules-3.13/autoconf/ltmain.sh:4772:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
hercules-3.13/autoconf/ltmain.sh:4773:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
hercules-3.13/autoconf/ltmain.sh-4774-  done
##############################################
hercules-3.13/autoconf/ltmain.sh-4776-  # Try to get the absolute directory name.
hercules-3.13/autoconf/ltmain.sh:4777:  absdir=\`cd \"\$thisdir\" && pwd\`
hercules-3.13/autoconf/ltmain.sh-4778-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
hercules-3.13/autoconf/ltmain.sh-4786-  if test ! -f \"\$progdir/\$program\" || \\
hercules-3.13/autoconf/ltmain.sh:4787:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
hercules-3.13/autoconf/ltmain.sh-4788-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
hercules-3.13/autoconf/ltmain.sh-4801-    if test -n \"\$relink_command\"; then
hercules-3.13/autoconf/ltmain.sh:4802:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
hercules-3.13/autoconf/ltmain.sh-4803-      else
##############################################
hercules-3.13/autoconf/ltmain.sh-4833-    # The second colon is a workaround for a bug in BeOS R4 sed
hercules-3.13/autoconf/ltmain.sh:4834:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
hercules-3.13/autoconf/ltmain.sh-4835-
##############################################
hercules-3.13/autoconf/ltmain.sh-4920-	  esac
hercules-3.13/autoconf/ltmain.sh:4921:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-4922-	  xdir="$gentop/$xlib"
##############################################
hercules-3.13/autoconf/ltmain.sh-4951-	       do
hercules-3.13/autoconf/ltmain.sh:4952:		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
hercules-3.13/autoconf/ltmain.sh-4953-	       done
##############################################
hercules-3.13/autoconf/ltmain.sh-4955-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
hercules-3.13/autoconf/ltmain.sh:4956:	       i=`expr $i + 1`
hercules-3.13/autoconf/ltmain.sh-4957-	      done
##############################################
hercules-3.13/autoconf/ltmain.sh-4960-
hercules-3.13/autoconf/ltmain.sh:4961:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
hercules-3.13/autoconf/ltmain.sh-4962-	done
##############################################
hercules-3.13/autoconf/ltmain.sh-4970-
hercules-3.13/autoconf/ltmain.sh:4971:	if len=`expr "X$cmds" : ".*"` &&
hercules-3.13/autoconf/ltmain.sh-4972-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
hercules-3.13/autoconf/ltmain.sh-5005-	    eval test_cmds=\"$old_archive_cmds\"
hercules-3.13/autoconf/ltmain.sh:5006:	    if len=`expr "X$test_cmds" : ".*"` &&
hercules-3.13/autoconf/ltmain.sh-5007-	       test "$len" -le "$max_cmd_len"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-5056-	else
hercules-3.13/autoconf/ltmain.sh:5057:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-5058-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
hercules-3.13/autoconf/ltmain.sh-5062-      relink_command="(cd `pwd`; $SHELL $0 --mode=relink $libtool_args @inst_prefix_dir@)"
hercules-3.13/autoconf/ltmain.sh:5063:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-5064-      if test "$hardcode_automatic" = yes ; then
##############################################
hercules-3.13/autoconf/ltmain.sh-5079-	      *.la)
hercules-3.13/autoconf/ltmain.sh:5080:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh:5081:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
hercules-3.13/autoconf/ltmain.sh-5082-		if test -z "$libdir"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-5093-	    for lib in $dlfiles; do
hercules-3.13/autoconf/ltmain.sh:5094:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh:5095:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
hercules-3.13/autoconf/ltmain.sh-5096-	      if test -z "$libdir"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-5104-	    for lib in $dlprefiles; do
hercules-3.13/autoconf/ltmain.sh:5105:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh:5106:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
hercules-3.13/autoconf/ltmain.sh-5107-	      if test -z "$libdir"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-5201-      # Aesthetically quote it.
hercules-3.13/autoconf/ltmain.sh:5202:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-5203-      case $arg in
##############################################
hercules-3.13/autoconf/ltmain.sh-5217-    # Aesthetically quote it.
hercules-3.13/autoconf/ltmain.sh:5218:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-5219-    case $arg in
##############################################
hercules-3.13/autoconf/ltmain.sh-5265-      # Aesthetically quote the argument.
hercules-3.13/autoconf/ltmain.sh:5266:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-5267-      case $arg in
##############################################
hercules-3.13/autoconf/ltmain.sh-5297-    # Strip any trailing slash from the destination.
hercules-3.13/autoconf/ltmain.sh:5298:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
hercules-3.13/autoconf/ltmain.sh-5299-
##############################################
hercules-3.13/autoconf/ltmain.sh-5305-    else
hercules-3.13/autoconf/ltmain.sh:5306:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-5307-      test "X$destdir" = "X$dest" && destdir=.
hercules-3.13/autoconf/ltmain.sh:5308:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-5309-
##############################################
hercules-3.13/autoconf/ltmain.sh-5381-
hercules-3.13/autoconf/ltmain.sh:5382:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
hercules-3.13/autoconf/ltmain.sh-5383-	test "X$dir" = "X$file/" && dir=
##############################################
hercules-3.13/autoconf/ltmain.sh-5387-	  # Determine the prefix the user has applied to our future dir.
hercules-3.13/autoconf/ltmain.sh:5388:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
hercules-3.13/autoconf/ltmain.sh-5389-
##############################################
hercules-3.13/autoconf/ltmain.sh-5402-	    # Stick the inst_prefix_dir data into the link command.
hercules-3.13/autoconf/ltmain.sh:5403:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
hercules-3.13/autoconf/ltmain.sh-5404-	  else
hercules-3.13/autoconf/ltmain.sh:5405:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
hercules-3.13/autoconf/ltmain.sh-5406-	  fi
##############################################
hercules-3.13/autoconf/ltmain.sh-5458-	# Install the pseudo-library for information purposes.
hercules-3.13/autoconf/ltmain.sh:5459:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-5460-	instname="$dir/$name"i
##############################################
hercules-3.13/autoconf/ltmain.sh-5474-	else
hercules-3.13/autoconf/ltmain.sh:5475:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-5476-	  destfile="$destdir/$destfile"
##############################################
hercules-3.13/autoconf/ltmain.sh-5481-	*.lo)
hercules-3.13/autoconf/ltmain.sh:5482:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
hercules-3.13/autoconf/ltmain.sh-5483-	  ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-5503-	  # Deduce the name of the old-style object file.
hercules-3.13/autoconf/ltmain.sh:5504:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
hercules-3.13/autoconf/ltmain.sh-5505-
##############################################
hercules-3.13/autoconf/ltmain.sh-5516-	else
hercules-3.13/autoconf/ltmain.sh:5517:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-5518-	  destfile="$destdir/$destfile"
##############################################
hercules-3.13/autoconf/ltmain.sh-5527-	    if test ! -f "$file"; then
hercules-3.13/autoconf/ltmain.sh:5528:	      file=`$echo $file|${SED} 's,.exe$,,'`
hercules-3.13/autoconf/ltmain.sh-5529-	      stripped_ext=".exe"
##############################################
hercules-3.13/autoconf/ltmain.sh-5536-	*cygwin*|*mingw*)
hercules-3.13/autoconf/ltmain.sh:5537:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
hercules-3.13/autoconf/ltmain.sh-5538-	    ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-5576-	    fi
hercules-3.13/autoconf/ltmain.sh:5577:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
hercules-3.13/autoconf/ltmain.sh-5578-	    if test -n "$libdir" && test ! -f "$libfile"; then
hercules-3.13/autoconf/ltmain.sh:5579:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
hercules-3.13/autoconf/ltmain.sh-5580-	      finalize=no
##############################################
hercules-3.13/autoconf/ltmain.sh-5608-	      fi
hercules-3.13/autoconf/ltmain.sh:5609:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-5610-	      outputname="$tmpdir/$file"
hercules-3.13/autoconf/ltmain.sh-5611-	      # Replace the output file specification.
hercules-3.13/autoconf/ltmain.sh:5612:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
hercules-3.13/autoconf/ltmain.sh-5613-
##############################################
hercules-3.13/autoconf/ltmain.sh-5626-	    # Install the binary that we compiled earlier.
hercules-3.13/autoconf/ltmain.sh:5627:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
hercules-3.13/autoconf/ltmain.sh-5628-	  fi
##############################################
hercules-3.13/autoconf/ltmain.sh-5642-	  *:*.exe)
hercules-3.13/autoconf/ltmain.sh:5643:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
hercules-3.13/autoconf/ltmain.sh-5644-	    ;;
##############################################
hercules-3.13/autoconf/ltmain.sh-5655-    for file in $staticlibs; do
hercules-3.13/autoconf/ltmain.sh:5656:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-5657-
##############################################
hercules-3.13/autoconf/ltmain.sh-5810-	  # Warn if it was a shared library.
hercules-3.13/autoconf/ltmain.sh:5811:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
hercules-3.13/autoconf/ltmain.sh-5812-	  continue
##############################################
hercules-3.13/autoconf/ltmain.sh-5814-
hercules-3.13/autoconf/ltmain.sh:5815:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-5816-	test "X$dir" = "X$file" && dir=.
##############################################
hercules-3.13/autoconf/ltmain.sh-5820-	else
hercules-3.13/autoconf/ltmain.sh:5821:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
hercules-3.13/autoconf/ltmain.sh-5822-	  exit 1
##############################################
hercules-3.13/autoconf/ltmain.sh-5827-	# Just add the directory containing the .lo file.
hercules-3.13/autoconf/ltmain.sh:5828:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-5829-	test "X$dir" = "X$file" && dir=.
##############################################
hercules-3.13/autoconf/ltmain.sh-5838-      # Get the absolute pathname.
hercules-3.13/autoconf/ltmain.sh:5839:      absdir=`cd "$dir" && pwd`
hercules-3.13/autoconf/ltmain.sh-5840-      test -n "$absdir" && dir="$absdir"
##############################################
hercules-3.13/autoconf/ltmain.sh-5874-      # Quote arguments (to preserve shell metacharacters).
hercules-3.13/autoconf/ltmain.sh:5875:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
hercules-3.13/autoconf/ltmain.sh-5876-      args="$args \"$file\""
##############################################
hercules-3.13/autoconf/ltmain.sh-5936-    for file in $files; do
hercules-3.13/autoconf/ltmain.sh:5937:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
hercules-3.13/autoconf/ltmain.sh-5938-      if test "X$dir" = "X$file"; then
##############################################
hercules-3.13/autoconf/ltmain.sh-5943-      fi
hercules-3.13/autoconf/ltmain.sh:5944:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
hercules-3.13/autoconf/ltmain.sh-5945-      test "$mode" = uninstall && objdir="$dir"
##############################################
hercules-3.13/autoconf/ltmain.sh-6042-	  *.exe) 
hercules-3.13/autoconf/ltmain.sh:6043:	    file=`$echo $file|${SED} 's,.exe$,,'`
hercules-3.13/autoconf/ltmain.sh:6044:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
hercules-3.13/autoconf/ltmain.sh-6045-	    # $file with .exe has already been added to rmfiles,
##############################################
hercules-3.13/autoconf/ltmain.sh-6314-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
hercules-3.13/autoconf/ltmain.sh:6315:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
hercules-3.13/autoconf/ltmain.sh-6316-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
hercules-3.13/autoconf/config.sub-54-
hercules-3.13/autoconf/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
hercules-3.13/autoconf/config.sub-56-
##############################################
hercules-3.13/autoconf/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
hercules-3.13/autoconf/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
hercules-3.13/autoconf/config.sub-120-case $maybe_os in
##############################################
hercules-3.13/autoconf/config.sub-122-    os=-$maybe_os
hercules-3.13/autoconf/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
hercules-3.13/autoconf/config.sub-124-    ;;
hercules-3.13/autoconf/config.sub-125-  *)
hercules-3.13/autoconf/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
hercules-3.13/autoconf/config.sub-127-    if [ $basic_machine != $1 ]
hercules-3.13/autoconf/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
hercules-3.13/autoconf/config.sub-129-    else os=; fi
##############################################
hercules-3.13/autoconf/config.sub-173-		os=-sco3.2v5
hercules-3.13/autoconf/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hercules-3.13/autoconf/config.sub-175-		;;
##############################################
hercules-3.13/autoconf/config.sub-177-		os=-sco3.2v4
hercules-3.13/autoconf/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hercules-3.13/autoconf/config.sub-179-		;;
hercules-3.13/autoconf/config.sub-180-	-sco3.2.[4-9]*)
hercules-3.13/autoconf/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
hercules-3.13/autoconf/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hercules-3.13/autoconf/config.sub-183-		;;
##############################################
hercules-3.13/autoconf/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
hercules-3.13/autoconf/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hercules-3.13/autoconf/config.sub-187-		;;
##############################################
hercules-3.13/autoconf/config.sub-189-		os=-sco3.2v2
hercules-3.13/autoconf/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hercules-3.13/autoconf/config.sub-191-		;;
hercules-3.13/autoconf/config.sub-192-	-udk*)
hercules-3.13/autoconf/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hercules-3.13/autoconf/config.sub-194-		;;
##############################################
hercules-3.13/autoconf/config.sub-196-		os=-isc2.2
hercules-3.13/autoconf/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hercules-3.13/autoconf/config.sub-198-		;;
##############################################
hercules-3.13/autoconf/config.sub-202-	-isc*)
hercules-3.13/autoconf/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
hercules-3.13/autoconf/config.sub-204-		;;
##############################################
hercules-3.13/autoconf/config.sub-208-	-ptx*)
hercules-3.13/autoconf/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
hercules-3.13/autoconf/config.sub-210-		;;
hercules-3.13/autoconf/config.sub-211-	-windowsnt*)
hercules-3.13/autoconf/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
hercules-3.13/autoconf/config.sub-213-		;;
##############################################
hercules-3.13/autoconf/config.sub-286-	*-*-*)
hercules-3.13/autoconf/config.sub:287:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
hercules-3.13/autoconf/config.sub-288-		exit 1
##############################################
hercules-3.13/autoconf/config.sub-578-	i*86v32)
hercules-3.13/autoconf/config.sub:579:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hercules-3.13/autoconf/config.sub-580-		os=-sysv32
##############################################
hercules-3.13/autoconf/config.sub-582-	i*86v4*)
hercules-3.13/autoconf/config.sub:583:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hercules-3.13/autoconf/config.sub-584-		os=-sysv4
##############################################
hercules-3.13/autoconf/config.sub-586-	i*86v)
hercules-3.13/autoconf/config.sub:587:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hercules-3.13/autoconf/config.sub-588-		os=-sysv
##############################################
hercules-3.13/autoconf/config.sub-590-	i*86sol2)
hercules-3.13/autoconf/config.sub:591:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
hercules-3.13/autoconf/config.sub-592-		os=-solaris2
##############################################
hercules-3.13/autoconf/config.sub-638-	mips3*-*)
hercules-3.13/autoconf/config.sub:639:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
hercules-3.13/autoconf/config.sub-640-		;;
hercules-3.13/autoconf/config.sub-641-	mips3*)
hercules-3.13/autoconf/config.sub:642:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
hercules-3.13/autoconf/config.sub-643-		;;
##############################################
hercules-3.13/autoconf/config.sub-780-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
hercules-3.13/autoconf/config.sub:781:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
hercules-3.13/autoconf/config.sub-782-		;;
hercules-3.13/autoconf/config.sub-783-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
hercules-3.13/autoconf/config.sub:784:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
hercules-3.13/autoconf/config.sub-785-		;;
hercules-3.13/autoconf/config.sub-786-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
hercules-3.13/autoconf/config.sub:787:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
hercules-3.13/autoconf/config.sub-788-		;;
hercules-3.13/autoconf/config.sub-789-	pentium4-*)
hercules-3.13/autoconf/config.sub:790:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
hercules-3.13/autoconf/config.sub-791-		;;
##############################################
hercules-3.13/autoconf/config.sub-798-		;;
hercules-3.13/autoconf/config.sub:799:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
hercules-3.13/autoconf/config.sub-800-		;;
##############################################
hercules-3.13/autoconf/config.sub-804-	ppcle-* | powerpclittle-*)
hercules-3.13/autoconf/config.sub:805:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
hercules-3.13/autoconf/config.sub-806-		;;
##############################################
hercules-3.13/autoconf/config.sub-808-		;;
hercules-3.13/autoconf/config.sub:809:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
hercules-3.13/autoconf/config.sub-810-		;;
##############################################
hercules-3.13/autoconf/config.sub-814-	ppc64le-* | powerpc64little-*)
hercules-3.13/autoconf/config.sub:815:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
hercules-3.13/autoconf/config.sub-816-		;;
##############################################
hercules-3.13/autoconf/config.sub-1079-	*)
hercules-3.13/autoconf/config.sub:1080:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
hercules-3.13/autoconf/config.sub-1081-		exit 1
##############################################
hercules-3.13/autoconf/config.sub-1087-	*-digital*)
hercules-3.13/autoconf/config.sub:1088:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
hercules-3.13/autoconf/config.sub-1089-		;;
hercules-3.13/autoconf/config.sub-1090-	*-commodore*)
hercules-3.13/autoconf/config.sub:1091:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
hercules-3.13/autoconf/config.sub-1092-		;;
##############################################
hercules-3.13/autoconf/config.sub-1105-	-solaris1 | -solaris1.*)
hercules-3.13/autoconf/config.sub:1106:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
hercules-3.13/autoconf/config.sub-1107-		;;
##############################################
hercules-3.13/autoconf/config.sub-1117-	-gnu/linux*)
hercules-3.13/autoconf/config.sub:1118:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
hercules-3.13/autoconf/config.sub-1119-		;;
##############################################
hercules-3.13/autoconf/config.sub-1157-	-nto*)
hercules-3.13/autoconf/config.sub:1158:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
hercules-3.13/autoconf/config.sub-1159-		;;
##############################################
hercules-3.13/autoconf/config.sub-1164-	-mac*)
hercules-3.13/autoconf/config.sub:1165:		os=`echo $os | sed -e 's|mac|macos|'`
hercules-3.13/autoconf/config.sub-1166-		;;
hercules-3.13/autoconf/config.sub-1167-	-linux*)
hercules-3.13/autoconf/config.sub:1168:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
hercules-3.13/autoconf/config.sub-1169-		;;
hercules-3.13/autoconf/config.sub-1170-	-sunos5*)
hercules-3.13/autoconf/config.sub:1171:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
hercules-3.13/autoconf/config.sub-1172-		;;
hercules-3.13/autoconf/config.sub-1173-	-sunos6*)
hercules-3.13/autoconf/config.sub:1174:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
hercules-3.13/autoconf/config.sub-1175-		;;
##############################################
hercules-3.13/autoconf/config.sub-1216-	-sinix5.*)
hercules-3.13/autoconf/config.sub:1217:		os=`echo $os | sed -e 's|sinix|sysv|'`
hercules-3.13/autoconf/config.sub-1218-		;;
##############################################
hercules-3.13/autoconf/config.sub-1261-		# Get rid of the `-' at the beginning of $os.
hercules-3.13/autoconf/config.sub:1262:		os=`echo $os | sed 's/[^-]*-//'`
hercules-3.13/autoconf/config.sub:1263:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
hercules-3.13/autoconf/config.sub-1264-		exit 1
##############################################
hercules-3.13/autoconf/config.sub-1491-		esac
hercules-3.13/autoconf/config.sub:1492:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
hercules-3.13/autoconf/config.sub-1493-		;;
##############################################
hercules-3.13/autoconf/ltdl.m4-371-    ac_nlist=conftest.nm
hercules-3.13/autoconf/ltdl.m4:372:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
hercules-3.13/autoconf/ltdl.m4-373-      # See whether the symbols have a leading underscore.
##############################################
hercules-3.13/diagmssf.c-573-           check protection, and set reference and change bits */
hercules-3.13/diagmssf.c:574:        hdrxinfo = (DIAG204_X_HDR*)MADDR (GR_A(r1,regs), r1, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/diagmssf.c-575-
##############################################
hercules-3.13/ecpsvm.c-357-    { \
hercules-3.13/ecpsvm.c:358:        regs->ecps_vtmrpt = MADDR(micblok.MICVTMR,USE_REAL_ADDR,regs,ACCTYPE_READ,0); \
hercules-3.13/ecpsvm.c-359-    } \
hercules-3.13/ecpsvm.c-360-    /* Set ref bit on page where Virtual PSW is stored */ \
hercules-3.13/ecpsvm.c:361:    vpswa_p=MADDR(vpswa,USE_REAL_ADDR,regs,ACCTYPE_READ,0); \
hercules-3.13/ecpsvm.c-362-    DEBUG_SASSISTX(_instname,logmsg(_("HHCEV300D : SASSIST "#_instname" VPSWA= %8.8X Virtual "),vpswa)); \
##############################################
hercules-3.13/ecpsvm.c-935-        INITPSEUDOREGS(wregs);
hercules-3.13/ecpsvm.c:936:        work_p=MADDR(vmb+VMPSW,0,regs,USE_REAL_ADDR,0);
hercules-3.13/ecpsvm.c-937-        ARCH_DEP(load_psw) (&wregs,work_p);    /* Load user's Virtual PSW in work structure */
##############################################
hercules-3.13/ecpsvm.c-1138-        EVM_STC(B_VMOSTAT,vmb+VMOSTAT);
hercules-3.13/ecpsvm.c:1139:        work_p=MADDR(vmb+VMPSW,USE_REAL_ADDR,regs,ACCTYPE_WRITE,0); \
hercules-3.13/ecpsvm.c-1140-        ARCH_DEP(store_psw) (&wregs,work_p);
##############################################
hercules-3.13/ecpsvm.c-1151-        EVM_ST(NCR1,RUNCR1);
hercules-3.13/ecpsvm.c:1152:        work_p=MADDR(RUNPSW,USE_REAL_ADDR,regs,ACCTYPE_WRITE,0); \
hercules-3.13/ecpsvm.c-1153-        ARCH_DEP(store_psw) (&rregs,work_p);
##############################################
hercules-3.13/ecpsvm.c-2215-    /* Get CR0 - set ref bit on  fetched CR0 (already done in prolog for MICBLOK) */
hercules-3.13/ecpsvm.c:2216:    cregs=MADDR(micblok.MICCREG,USE_REAL_ADDR,regs,ACCTYPE_READ,0);
hercules-3.13/ecpsvm.c-2217-    FETCH_FW(creg0,cregs);
##############################################
hercules-3.13/ecpsvm.c-2247-    /* Set the change bit */
hercules-3.13/ecpsvm.c:2248:    MADDR(vpswa,USE_REAL_ADDR,regs,ACCTYPE_WRITE,0);
hercules-3.13/ecpsvm.c-2249-    /* store the new PSW */
##############################################
hercules-3.13/ecpsvm.c-2278-
hercules-3.13/ecpsvm.c:2279:    psa=(PSA_3XX *)MADDR((VADR)0 , USE_PRIMARY_SPACE, regs, ACCTYPE_READ, 0);
hercules-3.13/ecpsvm.c-2280-                                                                                         /* Use all around access key 0 */
##############################################
hercules-3.13/ecpsvm.c-2301-    /* Store the OLD SVC PSW */
hercules-3.13/ecpsvm.c:2302:// ZZ    psa=(PSA_3XX *)MADDR((VADR)0, USE_PRIMARY_SPACE, regs, ACCTYPE_WRITE, 0);
hercules-3.13/ecpsvm.c-2303-                                                                                         /* Use all around access key 0 */
##############################################
hercules-3.13/ecpsvm.c-2352-    }
hercules-3.13/ecpsvm.c:2353:    nlpsw=MADDR(e2,b2,regs,ACCTYPE_READ,regs->psw.pkey);
hercules-3.13/ecpsvm.c-2354-    INITPSEUDOREGS(nregs);
##############################################
hercules-3.13/ecpsvm.c-2362-    SASSIST_LPSW(nregs);
hercules-3.13/ecpsvm.c:2363:    MADDR(vpswa,USE_REAL_ADDR,regs,ACCTYPE_WRITE,0);
hercules-3.13/ecpsvm.c-2364-                        /* Set ref bit in address pointed by MICBLOK */
##############################################
hercules-3.13/ecpsvm.c-2488-    {
hercules-3.13/ecpsvm.c:2489:        ecb_p=MADDR(F_ECBLOK+(i*4),USE_REAL_ADDR,regs,ACCTYPE_READ,0);
hercules-3.13/ecpsvm.c-2490-        ocrs[i]=fetch_fw(ecb_p);
##############################################
hercules-3.13/ecpsvm.c-2495-        F_ECBLOK=vmb+VMECEXT;  /* Update ECBLOK ADDRESS for VCR0 Update */
hercules-3.13/ecpsvm.c:2496:    ecb_p=MADDR(F_ECBLOK,USE_REAL_ADDR,regs,ACCTYPE_READ,0);
hercules-3.13/ecpsvm.c-2497-        /* Load OLD CR0 From VMBLOK */
##############################################
hercules-3.13/ecpsvm.c-2615-        }
hercules-3.13/ecpsvm.c:2616:    ecb_p=MADDR(F_ECBLOK+(j*4),USE_REAL_ADDR,regs,ACCTYPE_WRITE,0);
hercules-3.13/ecpsvm.c-2617-    store_fw(ecb_p,ocrs[j]);
##############################################
hercules-3.13/sockdev.c-282-        && (clientip = inet_ntoa(client.sin_addr)) != NULL
hercules-3.13/sockdev.c:283:        && (pHE = gethostbyaddr((unsigned char*)(&client.sin_addr),
hercules-3.13/sockdev.c-284-            sizeof(client.sin_addr), AF_INET)) != NULL
##############################################
hercules-3.13/esame.c-258-    /* Fetch flags from the instruction address space */
hercules-3.13/esame.c:259:    mn = MADDR (pl_addr, USE_INST_SPACE, regs, ACCTYPE_INSTFETCH, regs->psw.pkey);
hercules-3.13/esame.c-260-    FETCH_HW(flags, mn);
##############################################
hercules-3.13/esame.c-271-    /* Fetch the offset to the new psw */
hercules-3.13/esame.c:272:    mn = MADDR (pl_addr + 2, USE_INST_SPACE, regs, ACCTYPE_INSTFETCH, regs->psw.pkey);
hercules-3.13/esame.c-273-    FETCH_HW(psw_offset, mn);
##############################################
hercules-3.13/esame.c-275-    /* Fetch the offset to the new ar */
hercules-3.13/esame.c:276:    mn = MADDR (pl_addr + 4, USE_INST_SPACE, regs, ACCTYPE_INSTFETCH, regs->psw.pkey);
hercules-3.13/esame.c-277-    FETCH_HW(ar_offset, mn);
##############################################
hercules-3.13/esame.c-279-    /* Fetch the offset to the new gr */
hercules-3.13/esame.c:280:    mn = MADDR (pl_addr + 6, USE_INST_SPACE, regs, ACCTYPE_INSTFETCH, regs->psw.pkey);
hercules-3.13/esame.c-281-    FETCH_HW(gr_offset, mn);
##############################################
hercules-3.13/esame.c-286-    {
hercules-3.13/esame.c:287:        mn = MADDR (pl_addr + 8, USE_INST_SPACE, regs, ACCTYPE_INSTFETCH, regs->psw.pkey);
hercules-3.13/esame.c-288-        FETCH_HW(grd_offset, mn);
##############################################
hercules-3.13/esame.c-968-    n2 = regs->GR(r2) & 0xFFFFFFFFFFFFFFF8ULL & ADDRESS_MAXWRAP(regs);
hercules-3.13/esame.c:969:    main2 = MADDR (n2, r2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-970-
##############################################
hercules-3.13/esame.c-1093-               store only the byte containing the invalid bit */
hercules-3.13/esame.c:1094:            mn = MADDR (asceto, USE_REAL_ADDR, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-1095-            FETCH_DW(asce, mn);
##############################################
hercules-3.13/esame.c-1206-    ea = to + 8*ei;
hercules-3.13/esame.c:1207:    mn = MADDR(ea, USE_REAL_ADDR, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-1208-    FETCH_DW(dte, mn);
##############################################
hercules-3.13/esame.c-2517-    /* Get operand absolute address */
hercules-3.13/esame.c:2518:    main2 = MADDR (effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-2519-
##############################################
hercules-3.13/esame.c-2577-    /* Get operand mainstor address */
hercules-3.13/esame.c:2578:    main2 = MADDR (effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-2579-
##############################################
hercules-3.13/esame.c-4065-    /* Address of operand beginning */
hercules-3.13/esame.c:4066:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-4067-
##############################################
hercules-3.13/esame.c-4079-        effective_addr2 &= ADDRESS_MAXWRAP(regs);
hercules-3.13/esame.c:4080:        p2 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-4081-
##############################################
hercules-3.13/esame.c-4137-    /* Address of operand beginning */
hercules-3.13/esame.c:4138:    bp1 = (BYTE*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-4139-    p1=(U64*)bp1;
##############################################
hercules-3.13/esame.c-4170-        effective_addr2 &= ADDRESS_MAXWRAP(regs);
hercules-3.13/esame.c:4171:        p2 = (U64*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-4172-
##############################################
hercules-3.13/esame.c-4243-    /* Address of operand beginning */
hercules-3.13/esame.c:4244:    p1 = (U64*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-4245-
##############################################
hercules-3.13/esame.c-4247-    if (unlikely (m < n))
hercules-3.13/esame.c:4248:        p2 = (U64*)MADDR(effective_addr2 + (m*8), b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-4249-    else
##############################################
hercules-3.13/esame.c-4299-    /* Address of operand beginning */
hercules-3.13/esame.c:4300:    p1 = (U64*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-4301-
##############################################
hercules-3.13/esame.c-4303-    if (unlikely (m < n))
hercules-3.13/esame.c:4304:        p2 = (U64*)MADDR(effective_addr2 + (m*8), b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-4305-    else
##############################################
hercules-3.13/esame.c-4364-    /* Get address of first page */
hercules-3.13/esame.c:4365:    bp1 = (BYTE*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-4366-    p1=(U64*)bp1;
##############################################
hercules-3.13/esame.c-4402-        effective_addr2 &= ADDRESS_MAXWRAP(regs);
hercules-3.13/esame.c:4403:        p2 = (U64*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-4404-
##############################################
hercules-3.13/esame.c-4459-    /* Get address of first page */
hercules-3.13/esame.c:4460:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-4461-
##############################################
hercules-3.13/esame.c-4473-        effective_addr2 &= ADDRESS_MAXWRAP(regs);
hercules-3.13/esame.c:4474:        p2 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-4475-
##############################################
hercules-3.13/esame.c-5133-                        /* guest absolute to host PTE addr */
hercules-3.13/esame.c:5134:                        if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/esame.c-5135-                                                regs->hostregs, ACCTYPE_PTE))
##############################################
hercules-3.13/esame.c-5168-
hercules-3.13/esame.c:5169:                    if (!SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/esame.c-5170-                                             regs->hostregs, ACCTYPE_SIE))
##############################################
hercules-3.13/esame.c-5435-                            /* guest absolute to host PTE addr */
hercules-3.13/esame.c:5436:                            if (SIE_TRANSLATE_ADDR (regs->sie_mso + aaddr, USE_PRIMARY_SPACE,
hercules-3.13/esame.c-5437-                                                    regs->hostregs, ACCTYPE_PTE))
##############################################
hercules-3.13/esame.c-5467-                        /* guest absolute to host real */
hercules-3.13/esame.c:5468:                        sr = SIE_TRANSLATE_ADDR (regs->sie_mso + aaddr, USE_PRIMARY_SPACE,
hercules-3.13/esame.c-5469-                                                 regs->hostregs, ACCTYPE_SIE);
##############################################
hercules-3.13/esame.c-7262-    /* Get operand mainstor address */
hercules-3.13/esame.c:7263:    main2 = MADDR (effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-7264-
##############################################
hercules-3.13/esame.c-7322-    /* Get operand mainstor address */
hercules-3.13/esame.c:7323:    main2 = MADDR (effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-7324-
##############################################
hercules-3.13/esame.c-7607-    /* Address of operand beginning */
hercules-3.13/esame.c:7608:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-7609-
##############################################
hercules-3.13/esame.c-7611-    if (unlikely (m < n))
hercules-3.13/esame.c:7612:        p2 = (U32*)MADDR(effective_addr2 + (m*4), b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-7613-    else
##############################################
hercules-3.13/esame.c-7693-    /* Address of operand beginning */
hercules-3.13/esame.c:7694:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-7695-
##############################################
hercules-3.13/esame.c-7707-        effective_addr2 &= ADDRESS_MAXWRAP(regs);
hercules-3.13/esame.c:7708:        p2 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/esame.c-7709-
##############################################
hercules-3.13/esame.c-7904-    /* Address of operand beginning */
hercules-3.13/esame.c:7905:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-7906-
##############################################
hercules-3.13/esame.c-7908-    if (unlikely(m < n))
hercules-3.13/esame.c:7909:        p2 = (U32*)MADDR(effective_addr2 + (m*4), b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-7910-    else
##############################################
hercules-3.13/esame.c-8032-    /* Get address of first page */
hercules-3.13/esame.c:8033:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-8034-
##############################################
hercules-3.13/esame.c-8046-        effective_addr2 &= ADDRESS_MAXWRAP(regs);
hercules-3.13/esame.c:8047:        p2 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/esame.c-8048-
##############################################
hercules-3.13/util/bldlvlck-75-    if (present($facility, $url)) {
hercules-3.13/util/bldlvlck:76:      my @resp = `$facility --version`;
hercules-3.13/util/bldlvlck-77-      chomp $resp[0];
##############################################
hercules-3.13/util/bldlvlck-188-  my ($facility, $url) = @_;
hercules-3.13/util/bldlvlck:189:  my @present = `which $facility 2>/dev/null`;
hercules-3.13/util/bldlvlck-190-  if (! @present) {
##############################################
hercules-3.13/util/cckdload.hla-70-         AGO  .x3
hercules-3.13/util/cckdload.hla:71:.r3      LR   r0,&ADDR(1)
hercules-3.13/util/cckdload.hla-72-.x3      ANOP
##############################################
hercules-3.13/util/cckdload.hla-85-.r1      ANOP
hercules-3.13/util/cckdload.hla:86:&L       LR   r1,&ADDR(1)
hercules-3.13/util/cckdload.hla-87-.x1      ANOP
##############################################
hercules-3.13/util/dasdlist-24-#
hercules-3.13/util/dasdlist:25:ckdid=`head -n 1 $filename | cut -c1-8`
hercules-3.13/util/dasdlist-26-if [ $ckdid != "CKD_P370" ]; then
##############################################
hercules-3.13/util/dasdlist-33-#
hercules-3.13/util/dasdlist:34:heads=`od -An -tu4 -j 8 -N 4 $filename`
hercules-3.13/util/dasdlist:35:trklen=`od -An -tu4 -j 12 -N 4 $filename`
hercules-3.13/util/dasdlist-36-
hercules-3.13/util/dasdlist:37:heads=`expr $heads`
hercules-3.13/util/dasdlist:38:trklen=`expr $trklen`
hercules-3.13/util/dasdlist-39-
##############################################
hercules-3.13/util/dasdlist-52-#
hercules-3.13/util/dasdlist:53:offset=`expr 512 + '(' $cyl '*' $heads + $head ')' '*' $trklen`
hercules-3.13/util/dasdlist:54:num=`expr $trklen`
hercules-3.13/util/dasdlist-55-
##############################################
hercules-3.13/util/tapeconv.jcl-2-//ASMCLG  PROC                                                          00020000
hercules-3.13/util/tapeconv.jcl:3://IEUASM  EXEC PGM=ASMA90,PARM='NOOBJECT,DECK',REGION=4M                00030000
hercules-3.13/util/tapeconv.jcl-4-//SYSPRINT DD  SYSOUT=*                                                 00040000
##############################################
hercules-3.13/util/awswrite.jcl-2-//ASMCLG  PROC
hercules-3.13/util/awswrite.jcl:3://IEUASM  EXEC PGM=ASMA90,PARM='NOOBJECT,DECK',REGION=4M
hercules-3.13/util/awswrite.jcl-4-//SYSPRINT DD  SYSOUT=*
##############################################
hercules-3.13/util/Makefile.in-66-CONFIG_CLEAN_VPATH_FILES =
hercules-3.13/util/Makefile.in:67:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
hercules-3.13/util/Makefile.in-68-am__vpath_adj = case $$p in \
hercules-3.13/util/Makefile.in:69:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
hercules-3.13/util/Makefile.in-70-    *) f=$$p;; \
hercules-3.13/util/Makefile.in-71-  esac;
hercules-3.13/util/Makefile.in:72:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
hercules-3.13/util/Makefile.in-73-am__install_max = 40
hercules-3.13/util/Makefile.in-74-am__nobase_strip_setup = \
hercules-3.13/util/Makefile.in:75:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
hercules-3.13/util/Makefile.in-76-am__nobase_strip = \
##############################################
hercules-3.13/util/Makefile.in-331-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
hercules-3.13/util/Makefile.in:332:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
hercules-3.13/util/Makefile.in-333-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
hercules-3.13/util/Makefile.in-343-distdir: $(DISTFILES)
hercules-3.13/util/Makefile.in:344:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/util/Makefile.in:345:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
hercules-3.13/util/Makefile.in-346-	list='$(DISTFILES)'; \
##############################################
hercules-3.13/util/Makefile.in-357-	  if test -d $$d/$$file; then \
hercules-3.13/util/Makefile.in:358:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
hercules-3.13/util/Makefile.in-359-	    if test -d "$(distdir)/$$file"; then \
##############################################
hercules-3.13/util/TMOUNT.txt-104-         B     RETURN
hercules-3.13/util/TMOUNT.txt:105:MOVEINST MVC   RADDR(01),0(R2)         GET PARMS
hercules-3.13/util/TMOUNT.txt-106-MOVEINS2 MVC   DOSFID(01),PARMDAT      MOVE FILENAME
##############################################
hercules-3.13/util/cckddump.hla-1196-          LA   r4,rw_next            to next rewrite entry
hercules-3.13/util/cckddump.hla:1197:          L    r2,rw_buf             target addr (start of next buf)
hercules-3.13/util/cckddump.hla-1198-          EX   re,wt_l2t_mvc2        copy the rest
##############################################
hercules-3.13/comm3705.c-808-
hercules-3.13/comm3705.c:809:        pHE = gethostbyaddr ((unsigned char*)(&client.sin_addr),
hercules-3.13/comm3705.c-810-                            sizeof(client.sin_addr), AF_INET);
##############################################
hercules-3.13/comm3705.c-1063-/*-------------------------------------------------------------------*/
hercules-3.13/comm3705.c:1064:static int commadpt_getaddr(in_addr_t *ia,char *txt)
hercules-3.13/comm3705.c-1065-{
##############################################
hercules-3.13/comm3705.c-1460-                    }
hercules-3.13/comm3705.c:1461:                    rc=commadpt_getaddr(&dev->commadpt->lhost,res.text);
hercules-3.13/comm3705.c-1462-                    if(rc!=0)
##############################################
hercules-3.13/control.c-723-    n2 = regs->GR(r2) & 0xFFFFFFFFFFFFFFFCULL & ADDRESS_MAXWRAP(regs);
hercules-3.13/control.c:724:    main2 = MADDR (n2, r2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/control.c-725-
##############################################
hercules-3.13/control.c-1160-                    /* guest absolute to host PTE addr */
hercules-3.13/control.c:1161:                    if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-1162-                                            regs->hostregs, ACCTYPE_PTE))
##############################################
hercules-3.13/control.c-1195-                /* guest absolute to host real */
hercules-3.13/control.c:1196:                if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-1197-                                        regs->hostregs, ACCTYPE_SIE))
##############################################
hercules-3.13/control.c-1316-                    /* guest absolute to host PTE addr */
hercules-3.13/control.c:1317:                    if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-1318-                                            regs->hostregs, ACCTYPE_PTE))
##############################################
hercules-3.13/control.c-1355-                /* guest absolute to host real */
hercules-3.13/control.c:1356:                if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-1357-                                        regs->hostregs, ACCTYPE_SIE))
##############################################
hercules-3.13/control.c-1457-        /* guest absolute to host absolute addr or PTE addr in case of rc2 */
hercules-3.13/control.c:1458:        sr = SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-1459-                                 regs->hostregs, ACCTYPE_SIE);
##############################################
hercules-3.13/control.c-1892-    /* Address of operand beginning */
hercules-3.13/control.c:1893:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/control.c-1894-
##############################################
hercules-3.13/control.c-1896-    if (unlikely (m < n))
hercules-3.13/control.c:1897:        p2 = (U32*)MADDR(effective_addr2 + (m*4), b2, regs, ACCTYPE_READ, regs->psw.pkey);
hercules-3.13/control.c-1898-    else
##############################################
hercules-3.13/control.c-4058-                    /* guest absolute to host PTE addr */
hercules-3.13/control.c:4059:                    if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-4060-                                            regs->hostregs, ACCTYPE_PTE))
##############################################
hercules-3.13/control.c-4089-
hercules-3.13/control.c:4090:                if (!SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-4091-                                         regs->hostregs, ACCTYPE_SIE))
##############################################
hercules-3.13/control.c-4244-                    /* guest absolute to host PTE addr */
hercules-3.13/control.c:4245:                    if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-4246-                                            regs->hostregs, ACCTYPE_PTE))
##############################################
hercules-3.13/control.c-4279-
hercules-3.13/control.c:4280:                if (!SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-4281-                                         regs->hostregs, ACCTYPE_SIE))
##############################################
hercules-3.13/control.c-4952-                    /* guest absolute to host PTE addr */
hercules-3.13/control.c:4953:                    if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-4954-                                            regs->hostregs, ACCTYPE_PTE))
##############################################
hercules-3.13/control.c-4980-                /* guest absolute to host real */
hercules-3.13/control.c:4981:                sr = SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-4982-                                         regs->hostregs, ACCTYPE_SIE);
##############################################
hercules-3.13/control.c-5246-                        /* guest absolute to host PTE addr */
hercules-3.13/control.c:5247:                        if (SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-5248-                                                regs->hostregs, ACCTYPE_PTE))
##############################################
hercules-3.13/control.c-5278-                    /* guest absolute to host real */
hercules-3.13/control.c:5279:                    sr = SIE_TRANSLATE_ADDR (regs->sie_mso + n, USE_PRIMARY_SPACE,
hercules-3.13/control.c-5280-                                             regs->hostregs, ACCTYPE_SIE);
##############################################
hercules-3.13/control.c-6334-    /* Address of operand beginning */
hercules-3.13/control.c:6335:    p1 = (U32*)MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/control.c-6336-
##############################################
hercules-3.13/control.c-6338-    if (unlikely (m < n))
hercules-3.13/control.c:6339:        p2 = (U32*)MADDR(effective_addr2 + (m*4), b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/control.c-6340-    else
##############################################
hercules-3.13/control.c-6710-        check protection, and set reference and change bits */
hercules-3.13/control.c:6711:        m = MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/control.c-6712-
##############################################
hercules-3.13/control.c-6805-        check protection, and set reference and change bits */
hercules-3.13/control.c:6806:        m = MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/control.c-6807-
##############################################
hercules-3.13/control.c-6861-        check protection, and set reference and change bits */
hercules-3.13/control.c:6862:        m = MADDR(effective_addr2, b2, regs, ACCTYPE_WRITE, regs->psw.pkey);
hercules-3.13/control.c-6863-
##############################################
hercules-3.13/control.c-7270-           register if the guest is in XC mode */
hercules-3.13/control.c:7271:        if (SIE_TRANSLATE_ADDR (regs->sie_mso + aaddr,
hercules-3.13/control.c-7272-                                b1>0 &&
##############################################
hercules-3.13/aclocal.m4-95-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
hercules-3.13/aclocal.m4:96:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
hercules-3.13/aclocal.m4-97-# and then we would define $MISSING as
##############################################
hercules-3.13/aclocal.m4-111-# expand $ac_aux_dir to an absolute path
hercules-3.13/aclocal.m4:112:am_aux_dir=`cd $ac_aux_dir && pwd`
hercules-3.13/aclocal.m4-113-])
##############################################
hercules-3.13/aclocal.m4-212-  if test "$am_compiler_list" = ""; then
hercules-3.13/aclocal.m4:213:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
hercules-3.13/aclocal.m4-214-  fi
##############################################
hercules-3.13/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
hercules-3.13/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
hercules-3.13/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
hercules-3.13/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
hercules-3.13/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
hercules-3.13/aclocal.m4-375-    else
##############################################
hercules-3.13/aclocal.m4-379-    # from the Makefile without running 'make'.
hercules-3.13/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
hercules-3.13/aclocal.m4-381-    test -z "$DEPDIR" && continue
hercules-3.13/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
hercules-3.13/aclocal.m4-383-    test -z "am__include" && continue
hercules-3.13/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
hercules-3.13/aclocal.m4-385-    # Find all dependency output files, they are included files with
##############################################
hercules-3.13/aclocal.m4-393-      test -f "$dirpart/$file" && continue
hercules-3.13/aclocal.m4:394:      fdir=`AS_DIRNAME(["$file"])`
hercules-3.13/aclocal.m4-395-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
hercules-3.13/aclocal.m4-458-AC_REQUIRE([AC_PROG_INSTALL])dnl
hercules-3.13/aclocal.m4:459:if test "`cd $srcdir && pwd`" != "`pwd`"; then
hercules-3.13/aclocal.m4-460-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
hercules-3.13/aclocal.m4-577-    * )
hercules-3.13/aclocal.m4:578:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
hercules-3.13/aclocal.m4-579-  esac
hercules-3.13/aclocal.m4-580-done
hercules-3.13/aclocal.m4:581:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
hercules-3.13/aclocal.m4-582-
##############################################
hercules-3.13/aclocal.m4-694-# Ignore all kinds of additional output from 'make'.
hercules-3.13/aclocal.m4:695:case `$am_make -s -f confmf 2> /dev/null` in #(
hercules-3.13/aclocal.m4-696-*the\ am__doit\ target*)
##############################################
hercules-3.13/aclocal.m4-704-   echo '.include "confinc"' > confmf
hercules-3.13/aclocal.m4:705:   case `$am_make -s -f confmf 2> /dev/null` in #(
hercules-3.13/aclocal.m4-706-   *the\ am__doit\ target*)
##############################################
hercules-3.13/aclocal.m4-829-     echo "timestamp, slept: $am_has_slept" > conftest.file
hercules-3.13/aclocal.m4:830:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
hercules-3.13/aclocal.m4-831-     if test "$[*]" = "X"; then
hercules-3.13/aclocal.m4-832-	# -L didn't work.
hercules-3.13/aclocal.m4:833:	set X `ls -t "$srcdir/configure" conftest.file`
hercules-3.13/aclocal.m4-834-     fi
##############################################
hercules-3.13/w32util.c-1708-            &&  (0
hercules-3.13/w32util.c:1709:                    ||  INADDR_NONE != ( addr->s_addr = inet_addr( cp ) )
hercules-3.13/w32util.c-1710-                    ||  strcmp( cp, "255.255.255.255" ) == 0
##############################################
hercules-3.13/stack.c-124-{
hercules-3.13/stack.c:125:    return MADDR(vaddr, USE_HOME_SPACE, regs, acctype, 0) - regs->mainstor;
hercules-3.13/stack.c-126-}
##############################################
hercules-3.13/stack.c-130-{
hercules-3.13/stack.c:131:    return MADDR(vaddr, USE_HOME_SPACE, regs, acctype, regs->psw.pkey) - regs->mainstor;
hercules-3.13/stack.c-132-}
##############################################
hercules-3.13/debian/rules-38-	$(MAKE) install DESTDIR=$(CURDIR)/debian/hercules $(MAKE_ARGS)
hercules-3.13/debian/rules:39:	sed -i "/dependency_libs/ s/'.*'/''/" `find $(CURDIR)/debian/hercules -name '*.la'`
hercules-3.13/debian/rules-40-	rm $(CURDIR)/debian/hercules/usr/bin/bldlvlck
##############################################
hercules-3.13/.pc/debian-changes.patch/configure.ac-1165-echo 'void f(){}' >conftest.c
hercules-3.13/.pc/debian-changes.patch/configure.ac:1166:if test -z "`${CC-cc} -pthread -c conftest.c 2>&1`"; then
hercules-3.13/.pc/debian-changes.patch/configure.ac-1167-    hc_cv_dash_pthread_needed=yes
##############################################
hercules-3.13/configure.ac-1021-echo 'void f(){}' >conftest.c
hercules-3.13/configure.ac:1022:if test -z "`${CC-cc} -pthread -c conftest.c 2>&1`"; then
hercules-3.13/configure.ac-1023-    hc_cv_dash_pthread_needed=yes