===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
htdig-3.2.0b6/contrib/acroconv.pl-22-
htdig-3.2.0b6/contrib/acroconv.pl:23:system("ln $ARGV[0] $ARGV[0].pdf; acroread -toPostScript $ARGV[0].pdf");
htdig-3.2.0b6/contrib/acroconv.pl-24-open(INP, "< $ARGV[0].ps") || die "Can't open $ARGV[0].ps\n";
##############################################
htdig-3.2.0b6/contrib/acroconv.pl-92-close(INP);
htdig-3.2.0b6/contrib/acroconv.pl:93:system("rm -f $ARGV[0].pdf $ARGV[0].ps");
##############################################
htdig-3.2.0b6/contrib/conv_doc.pl-177-    # converter will give its own HTML output
htdig-3.2.0b6/contrib/conv_doc.pl:178:    system("$cvtcmd") || die "$cvtr doesn't want to be run from shell.\n";
htdig-3.2.0b6/contrib/conv_doc.pl-179-    exit;
##############################################
htdig-3.2.0b6/contrib/htdig-3.2.0.spec-74-if [ "$1" = 1 ]; then
htdig-3.2.0b6/contrib/htdig-3.2.0.spec:75:	SERVERNAME="`grep '^ServerName' /etc/httpd/conf/httpd.conf | awk 'NR == 1 {print $2}'`"
htdig-3.2.0b6/contrib/htdig-3.2.0.spec-76-	[ -z "$SERVERNAME" ] && SERVERNAME="`hostname -f`"
##############################################
htdig-3.2.0b6/contrib/ewswrap/ewswrap.cgi-115-
htdig-3.2.0b6/contrib/ewswrap/ewswrap.cgi:116:system("$dir/htsearch");
htdig-3.2.0b6/contrib/ewswrap/ewswrap.cgi-117-
##############################################
htdig-3.2.0b6/contrib/ewswrap/htwrap.cgi-104-
htdig-3.2.0b6/contrib/ewswrap/htwrap.cgi:105:system("$dir/htsearch");
htdig-3.2.0b6/contrib/ewswrap/htwrap.cgi-106-
##############################################
htdig-3.2.0b6/contrib/examples/rundig.sh-88-
htdig-3.2.0b6/contrib/examples/rundig.sh:89:WC=`wc -l $REPORT`
htdig-3.2.0b6/contrib/examples/rundig.sh-90-echo Total lines in $REPORT: $WC
##############################################
htdig-3.2.0b6/contrib/htparsedoc/htparsedoc-56-# Compute length of list.
htdig-3.2.0b6/contrib/htparsedoc/htparsedoc:57:filelen=`wc -l < /tmp/htparsedoc.$$`
htdig-3.2.0b6/contrib/htparsedoc/htparsedoc-58-
##############################################
htdig-3.2.0b6/contrib/multidig/add-collect-29-# Do we actually have a collection named as specified?
htdig-3.2.0b6/contrib/multidig/add-collect:30:TEST=`grep $1 $COLLECT_LIST`
htdig-3.2.0b6/contrib/multidig/add-collect-31-if [ "$TEST" = "" ]; then
##############################################
htdig-3.2.0b6/contrib/multidig/add-collect-38-	for db in `cat /dev/stdin`; do
htdig-3.2.0b6/contrib/multidig/add-collect:39:	    DBTEST=`grep $db $DB_LIST`
htdig-3.2.0b6/contrib/multidig/add-collect-40-	    if [ "$DBTEST" != "" ]; then
##############################################
htdig-3.2.0b6/contrib/multidig/add-urls-28-# Do we actually have a database named as specified?
htdig-3.2.0b6/contrib/multidig/add-urls:29:TEST=`grep $1 $DB_LIST`
htdig-3.2.0b6/contrib/multidig/add-urls-30-if [ "$TEST" = "" ]; then
##############################################
htdig-3.2.0b6/contrib/multidig/db.conf-23-# This makes it easier to index a variety of categories
htdig-3.2.0b6/contrib/multidig/db.conf:24:start_url:		`${database_dir}/@DATABASE@.urls`
htdig-3.2.0b6/contrib/multidig/db.conf-25-
##############################################
htdig-3.2.0b6/contrib/multidig/gen-collect-33-# We may be called inside multidig, so we don't want to mess with the report.
htdig-3.2.0b6/contrib/multidig/gen-collect:34:for collect in `cat $COLLECT_LIST`; do
htdig-3.2.0b6/contrib/multidig/gen-collect-35-    # What's the conf file for this database?
##############################################
htdig-3.2.0b6/contrib/multidig/gen-collect-41-    # and not old ones left around in our previous collected db
htdig-3.2.0b6/contrib/multidig/gen-collect:42:    firstdb=`head -n 1 $DB_BASE/$collect/$collect.collect`
htdig-3.2.0b6/contrib/multidig/gen-collect-43-    cp $DB_BASE/$firstdb/db.docdb      $DB_BASE/$collect/db.docdb.work
##############################################
htdig-3.2.0b6/contrib/multidig/gen-collect-47-    # Now we need to work out the number of remaining db in the collection
htdig-3.2.0b6/contrib/multidig/gen-collect:48:    LENGTH=`wc -l $DB_BASE/$collect/$collect.collect | awk '{print $1;}'`
htdig-3.2.0b6/contrib/multidig/gen-collect-49-    let NUM=LENGTH-1
htdig-3.2.0b6/contrib/multidig/gen-collect-50-
htdig-3.2.0b6/contrib/multidig/gen-collect:51:    for db in `tail -n $NUM $DB_BASE/$collect/$collect.collect`; do
htdig-3.2.0b6/contrib/multidig/gen-collect-52-	if [ "$1" = "-v" ]; then
##############################################
htdig-3.2.0b6/contrib/multidig/multidig-34-rm $REPORT
htdig-3.2.0b6/contrib/multidig/multidig:35:for db in `cat $DB_LIST`; do
htdig-3.2.0b6/contrib/multidig/multidig-36-    echo Digging $db at: `date`
##############################################
htdig-3.2.0b6/contrib/multidig/multidig-87-	echo
htdig-3.2.0b6/contrib/multidig/multidig:88:	echo Total lines in $REPORT: `wc -l $REPORT`
htdig-3.2.0b6/contrib/multidig/multidig-89-fi
##############################################
htdig-3.2.0b6/Makefile.in-266-	dot_seen=no; \
htdig-3.2.0b6/Makefile.in:267:	target=`echo $@ | sed s/-recursive//`; \
htdig-3.2.0b6/Makefile.in-268-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
htdig-3.2.0b6/Makefile.in-296-	rev="$$rev ."; \
htdig-3.2.0b6/Makefile.in:297:	target=`echo $@ | sed s/-recursive//`; \
htdig-3.2.0b6/Makefile.in-298-	for subdir in $$rev; do \
##############################################
htdig-3.2.0b6/Makefile.in-374-GTAGS:
htdig-3.2.0b6/Makefile.in:375:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/Makefile.in-376-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/Makefile.in-398-	$(mkinstalldirs) $(distdir)/htdoc $(distdir)/installdir $(distdir)/test
htdig-3.2.0b6/Makefile.in:399:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/Makefile.in:400:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/Makefile.in-401-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/Makefile.in-402-	  case $$file in \
htdig-3.2.0b6/Makefile.in:403:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/Makefile.in:404:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/Makefile.in-405-	  esac; \
htdig-3.2.0b6/Makefile.in-406-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/Makefile.in:407:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/Makefile.in-408-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/Makefile.in-463-	chmod a-w $(distdir)
htdig-3.2.0b6/Makefile.in:464:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
htdig-3.2.0b6/Makefile.in-465-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
htdig-3.2.0b6/Makefile.in-493-	@cd $(distuninstallcheck_dir) \
htdig-3.2.0b6/Makefile.in:494:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
htdig-3.2.0b6/Makefile.in-495-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
htdig-3.2.0b6/Makefile.in-505-	fi
htdig-3.2.0b6/Makefile.in:506:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
htdig-3.2.0b6/Makefile.in-507-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
htdig-3.2.0b6/Makefile.win32-28-	-rm -f tags
htdig-3.2.0b6/Makefile.win32:29:	-(find `abspath $(LIBDIRS) $(EXEDIRS) $(INCLDIRS)` -name '*.[chly]' -o -name '*.cpp' | grep -v ' ' | xargs $@ -a; sort -o tags tags)
htdig-3.2.0b6/Makefile.win32-30-
##############################################
htdig-3.2.0b6/acinclude.m4-282-    changequote(<<, >>)dnl
htdig-3.2.0b6/acinclude.m4:283:    APACHE_READABLE_VERSION=`$APACHE -v | grep 'Server version' | sed -e 's;.*/\([0-9\.][0-9\.][0-9\.][0-9\.]*\).*;\1;'`
htdig-3.2.0b6/acinclude.m4-284-    changequote([, ])dnl
htdig-3.2.0b6/acinclude.m4:285:    APACHE_VERSION=`echo $APACHE_READABLE_VERSION | sed -e 's/\.//g'`
htdig-3.2.0b6/acinclude.m4-286-    if test -z "$APACHE_VERSION" ; then
##############################################
htdig-3.2.0b6/acinclude.m4-288-    fi
htdig-3.2.0b6/acinclude.m4:289:    APACHE_MAJOR=`expr $APACHE_VERSION : '\(..\)'`
htdig-3.2.0b6/acinclude.m4:290:    APACHE_MINOR=`expr $APACHE_VERSION : '..\(.*\)'`
htdig-3.2.0b6/acinclude.m4-291-    #
##############################################
htdig-3.2.0b6/acinclude.m4-295-      AC_MSG_CHECKING(apache version >= $1)
htdig-3.2.0b6/acinclude.m4:296:      APACHE_REQUEST=`echo $1 | sed -e 's/\.//g'`
htdig-3.2.0b6/acinclude.m4:297:      APACHE_REQUEST_MAJOR=`expr $APACHE_REQUEST : '\(..\)'`
htdig-3.2.0b6/acinclude.m4:298:      APACHE_REQUEST_MINOR=`expr $APACHE_REQUEST : '..\(.*\)'`
htdig-3.2.0b6/acinclude.m4-299-      if test "$APACHE_MAJOR" -lt "$APACHE_REQUEST_MAJOR" -o "$APACHE_MINOR" -lt "$APACHE_REQUEST_MINOR" ; then
##############################################
htdig-3.2.0b6/acinclude.m4-308-    #
htdig-3.2.0b6/acinclude.m4:309:    HTTP_ROOT=`$APACHE -V | grep HTTPD_ROOT | sed -e 's/.*"\(.*\)"/\1/'`
htdig-3.2.0b6/acinclude.m4-310-    AC_MSG_CHECKING(apache modules)
##############################################
htdig-3.2.0b6/aclocal.m4-295-    changequote(<<, >>)dnl
htdig-3.2.0b6/aclocal.m4:296:    APACHE_READABLE_VERSION=`$APACHE -v | grep 'Server version' | sed -e 's;.*/\([0-9\.][0-9\.][0-9\.][0-9\.]*\).*;\1;'`
htdig-3.2.0b6/aclocal.m4-297-    changequote([, ])dnl
htdig-3.2.0b6/aclocal.m4:298:    APACHE_VERSION=`echo $APACHE_READABLE_VERSION | sed -e 's/\.//g'`
htdig-3.2.0b6/aclocal.m4-299-    if test -z "$APACHE_VERSION" ; then
##############################################
htdig-3.2.0b6/aclocal.m4-301-    fi
htdig-3.2.0b6/aclocal.m4:302:    APACHE_MAJOR=`expr $APACHE_VERSION : '\(..\)'`
htdig-3.2.0b6/aclocal.m4:303:    APACHE_MINOR=`expr $APACHE_VERSION : '..\(.*\)'`
htdig-3.2.0b6/aclocal.m4-304-    #
##############################################
htdig-3.2.0b6/aclocal.m4-308-      AC_MSG_CHECKING(apache version >= $1)
htdig-3.2.0b6/aclocal.m4:309:      APACHE_REQUEST=`echo $1 | sed -e 's/\.//g'`
htdig-3.2.0b6/aclocal.m4:310:      APACHE_REQUEST_MAJOR=`expr $APACHE_REQUEST : '\(..\)'`
htdig-3.2.0b6/aclocal.m4:311:      APACHE_REQUEST_MINOR=`expr $APACHE_REQUEST : '..\(.*\)'`
htdig-3.2.0b6/aclocal.m4-312-      if test "$APACHE_MAJOR" -lt "$APACHE_REQUEST_MAJOR" -o "$APACHE_MINOR" -lt "$APACHE_REQUEST_MINOR" ; then
##############################################
htdig-3.2.0b6/aclocal.m4-321-    #
htdig-3.2.0b6/aclocal.m4:322:    HTTP_ROOT=`$APACHE -V | grep HTTPD_ROOT | sed -e 's/.*"\(.*\)"/\1/'`
htdig-3.2.0b6/aclocal.m4-323-    AC_MSG_CHECKING(apache modules)
##############################################
htdig-3.2.0b6/aclocal.m4-546-# test to see if srcdir already configured
htdig-3.2.0b6/aclocal.m4:547:if test "`cd $srcdir && pwd`" != "`pwd`" &&
htdig-3.2.0b6/aclocal.m4-548-   test -f $srcdir/config.status; then
##############################################
htdig-3.2.0b6/aclocal.m4-620-    * )
htdig-3.2.0b6/aclocal.m4:621:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
htdig-3.2.0b6/aclocal.m4-622-  esac
htdig-3.2.0b6/aclocal.m4-623-done
htdig-3.2.0b6/aclocal.m4:624:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
htdig-3.2.0b6/aclocal.m4-625-
##############################################
htdig-3.2.0b6/aclocal.m4-734-if (
htdig-3.2.0b6/aclocal.m4:735:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
htdig-3.2.0b6/aclocal.m4-736-   if test "$[*]" = "X"; then
htdig-3.2.0b6/aclocal.m4-737-      # -L didn't work.
htdig-3.2.0b6/aclocal.m4:738:      set X `ls -t $srcdir/configure conftest.file`
htdig-3.2.0b6/aclocal.m4-739-   fi
##############################################
htdig-3.2.0b6/aclocal.m4-829-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
htdig-3.2.0b6/aclocal.m4:830:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
htdig-3.2.0b6/aclocal.m4-831-#
##############################################
htdig-3.2.0b6/aclocal.m4-853-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
htdig-3.2.0b6/aclocal.m4:854:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
htdig-3.2.0b6/aclocal.m4-855-# and then we would define $MISSING as
##############################################
htdig-3.2.0b6/aclocal.m4-870-# expand $ac_aux_dir to an absolute path
htdig-3.2.0b6/aclocal.m4:871:am_aux_dir=`cd $ac_aux_dir && pwd`
htdig-3.2.0b6/aclocal.m4-872-])
##############################################
htdig-3.2.0b6/aclocal.m4-1044-  if test "$am_compiler_list" = ""; then
htdig-3.2.0b6/aclocal.m4:1045:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
htdig-3.2.0b6/aclocal.m4-1046-  fi
##############################################
htdig-3.2.0b6/aclocal.m4-1157-  # Strip MF so we end up with the name of the file.
htdig-3.2.0b6/aclocal.m4:1158:  mf=`echo "$mf" | sed -e 's/:.*$//'`
htdig-3.2.0b6/aclocal.m4-1159-  # Check whether this is an Automake generated Makefile or not.
##############################################
htdig-3.2.0b6/aclocal.m4-1165-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
htdig-3.2.0b6/aclocal.m4:1166:    dirpart=`AS_DIRNAME("$mf")`
htdig-3.2.0b6/aclocal.m4-1167-  else
##############################################
htdig-3.2.0b6/aclocal.m4-1172-  # running `make'.
htdig-3.2.0b6/aclocal.m4:1173:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
htdig-3.2.0b6/aclocal.m4-1174-  test -z "$DEPDIR" && continue
htdig-3.2.0b6/aclocal.m4-1175-  # When using ansi2knr, U may be empty or an underscore; expand it
htdig-3.2.0b6/aclocal.m4:1176:  U=`sed -n -e '/^U = / s///p' < "$mf"`
htdig-3.2.0b6/aclocal.m4-1177-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
htdig-3.2.0b6/aclocal.m4-1193-    test -f "$dirpart/$file" && continue
htdig-3.2.0b6/aclocal.m4:1194:    fdir=`AS_DIRNAME(["$file"])`
htdig-3.2.0b6/aclocal.m4-1195-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
htdig-3.2.0b6/aclocal.m4-1258-# case it prints its new name instead of `make'.
htdig-3.2.0b6/aclocal.m4:1259:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
htdig-3.2.0b6/aclocal.m4-1260-   am__include=include
##############################################
htdig-3.2.0b6/aclocal.m4-1266-   echo '.include "confinc"' > confmf
htdig-3.2.0b6/aclocal.m4:1267:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
htdig-3.2.0b6/aclocal.m4-1268-      am__include=.include
##############################################
htdig-3.2.0b6/aclocal.m4-1688-  # Remove one level of quotation (which was required for Make).
htdig-3.2.0b6/aclocal.m4:1689:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
htdig-3.2.0b6/aclocal.m4-1690-  ;;
##############################################
htdig-3.2.0b6/aclocal.m4-1699-  :
htdig-3.2.0b6/aclocal.m4:1700:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
htdig-3.2.0b6/aclocal.m4-1701-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/aclocal.m4-1725-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
htdig-3.2.0b6/aclocal.m4:1726:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
htdig-3.2.0b6/aclocal.m4:1727:       echo_test_string="`eval $cmd`" &&
htdig-3.2.0b6/aclocal.m4-1728-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
htdig-3.2.0b6/aclocal.m4-1734-
htdig-3.2.0b6/aclocal.m4:1735:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/aclocal.m4:1736:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/aclocal.m4-1737-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/aclocal.m4-1749-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
htdig-3.2.0b6/aclocal.m4:1750:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/aclocal.m4:1751:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/aclocal.m4-1752-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/aclocal.m4-1761-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/aclocal.m4:1762:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/aclocal.m4-1763-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/aclocal.m4-1776-      echo='printf %s\n'
htdig-3.2.0b6/aclocal.m4:1777:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/aclocal.m4:1778:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/aclocal.m4-1779-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/aclocal.m4-1781-	:
htdig-3.2.0b6/aclocal.m4:1782:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/aclocal.m4-1783-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/aclocal.m4:1784:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/aclocal.m4-1785-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/aclocal.m4-1790-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
htdig-3.2.0b6/aclocal.m4:1791:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/aclocal.m4-1792-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/aclocal.m4:1793:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/aclocal.m4-1794-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/aclocal.m4-1800-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
htdig-3.2.0b6/aclocal.m4:1801:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
htdig-3.2.0b6/aclocal.m4-1802-	  then
##############################################
htdig-3.2.0b6/aclocal.m4-1808-	if test "$prev" != 'sed 50q "[$]0"'; then
htdig-3.2.0b6/aclocal.m4:1809:	  echo_test_string=`eval $prev`
htdig-3.2.0b6/aclocal.m4-1810-	  export echo_test_string
##############################################
htdig-3.2.0b6/aclocal.m4-1847-  if AC_TRY_EVAL(ac_compile); then
htdig-3.2.0b6/aclocal.m4:1848:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/aclocal.m4-1849-    *ELF-32*)
##############################################
htdig-3.2.0b6/aclocal.m4-1863-   if test "$lt_cv_prog_gnu_ld" = yes; then
htdig-3.2.0b6/aclocal.m4:1864:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/aclocal.m4-1865-    *32-bit*)
##############################################
htdig-3.2.0b6/aclocal.m4-1875-   else
htdig-3.2.0b6/aclocal.m4:1876:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/aclocal.m4-1877-    *32-bit*)
##############################################
htdig-3.2.0b6/aclocal.m4-2081-    # we can't tell.
htdig-3.2.0b6/aclocal.m4:2082:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
htdig-3.2.0b6/aclocal.m4-2083-	       = "XX$teststring") >/dev/null 2>&1 &&
htdig-3.2.0b6/aclocal.m4:2084:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
htdig-3.2.0b6/aclocal.m4-2085-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
htdig-3.2.0b6/aclocal.m4-2087-    do
htdig-3.2.0b6/aclocal.m4:2088:      i=`expr $i + 1`
htdig-3.2.0b6/aclocal.m4-2089-      teststring=$teststring$teststring
##############################################
htdig-3.2.0b6/aclocal.m4-2094-    # It appears as though 1/2 is a usable value.
htdig-3.2.0b6/aclocal.m4:2095:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
htdig-3.2.0b6/aclocal.m4-2096-    ;;
##############################################
htdig-3.2.0b6/aclocal.m4-2382-  if test "$hard_links" = no; then
htdig-3.2.0b6/aclocal.m4:2383:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
htdig-3.2.0b6/aclocal.m4-2384-    need_locks=warn
##############################################
htdig-3.2.0b6/aclocal.m4-2497-if test "$GCC" = yes; then
htdig-3.2.0b6/aclocal.m4:2498:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/aclocal.m4-2499-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/aclocal.m4-2503-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/aclocal.m4:2504:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/aclocal.m4-2505-  else
htdig-3.2.0b6/aclocal.m4:2506:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/aclocal.m4-2507-  fi
##############################################
htdig-3.2.0b6/aclocal.m4-2574-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/aclocal.m4:2575:  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'
htdig-3.2.0b6/aclocal.m4-2576-  ;;
##############################################
htdig-3.2.0b6/aclocal.m4-2607-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/aclocal.m4:2608:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/aclocal.m4:2609:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/aclocal.m4:2610:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/aclocal.m4-2611-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/aclocal.m4-2612-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/aclocal.m4:2613:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/aclocal.m4-2614-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/aclocal.m4-2620-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/aclocal.m4:2621:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/aclocal.m4-2622-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/aclocal.m4-2625-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/aclocal.m4:2626:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/aclocal.m4:2627:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/aclocal.m4-2628-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
htdig-3.2.0b6/aclocal.m4-2634-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/aclocal.m4:2635:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/aclocal.m4-2636-      else
htdig-3.2.0b6/aclocal.m4:2637:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/aclocal.m4-2638-      fi
##############################################
htdig-3.2.0b6/aclocal.m4-2641-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/aclocal.m4:2642:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/aclocal.m4-2643-      ;;
##############################################
htdig-3.2.0b6/aclocal.m4-2647-  *)
htdig-3.2.0b6/aclocal.m4:2648:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/aclocal.m4-2649-    ;;
##############################################
htdig-3.2.0b6/aclocal.m4-2667-  if test "$GCC" = yes; then
htdig-3.2.0b6/aclocal.m4:2668:    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"`
htdig-3.2.0b6/aclocal.m4-2669-  else
##############################################
htdig-3.2.0b6/aclocal.m4-2844-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/aclocal.m4:2845:    lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/aclocal.m4-2846-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/aclocal.m4-2911-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/aclocal.m4:2912:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/aclocal.m4-2913-    case $host_os in
##############################################
htdig-3.2.0b6/aclocal.m4-3040-  if test -z "$LTCC"; then
htdig-3.2.0b6/aclocal.m4:3041:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
htdig-3.2.0b6/aclocal.m4-3042-    if test -z "$LTCC"; then
##############################################
htdig-3.2.0b6/aclocal.m4-3044-    else
htdig-3.2.0b6/aclocal.m4:3045:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
htdig-3.2.0b6/aclocal.m4-3046-    fi
##############################################
htdig-3.2.0b6/aclocal.m4-3050-  # Note that this assumes the entire list is on one line.
htdig-3.2.0b6/aclocal.m4:3051:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
htdig-3.2.0b6/aclocal.m4-3052-
##############################################
htdig-3.2.0b6/aclocal.m4-3056-    # Check whether tagname contains only valid characters
htdig-3.2.0b6/aclocal.m4:3057:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
htdig-3.2.0b6/aclocal.m4-3058-    "") ;;
##############################################
htdig-3.2.0b6/aclocal.m4-3309-	"file_magic "*)
htdig-3.2.0b6/aclocal.m4:3310:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/aclocal.m4-3311-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/aclocal.m4-3381-    # gcc leaves a trailing carriage return which upsets mingw
htdig-3.2.0b6/aclocal.m4:3382:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
htdig-3.2.0b6/aclocal.m4-3383-  *)
htdig-3.2.0b6/aclocal.m4:3384:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
htdig-3.2.0b6/aclocal.m4-3385-  esac
##############################################
htdig-3.2.0b6/aclocal.m4-3390-      # Canonicalize the pathname of ld
htdig-3.2.0b6/aclocal.m4:3391:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
htdig-3.2.0b6/aclocal.m4-3392-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
htdig-3.2.0b6/aclocal.m4:3393:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
htdig-3.2.0b6/aclocal.m4-3394-      done
##############################################
htdig-3.2.0b6/aclocal.m4-3421-      # Break only if it was the GNU/non-GNU ld that we prefer.
htdig-3.2.0b6/aclocal.m4:3422:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
htdig-3.2.0b6/aclocal.m4-3423-      *GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/aclocal.m4-3452-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
htdig-3.2.0b6/aclocal.m4:3453:case `$LD -v 2>&1 </dev/null` in
htdig-3.2.0b6/aclocal.m4-3454-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/aclocal.m4-3608-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
htdig-3.2.0b6/aclocal.m4:3609:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/aclocal.m4-3610-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
htdig-3.2.0b6/aclocal.m4-3681-      # Tru64's nm complains that /dev/null is an invalid object file
htdig-3.2.0b6/aclocal.m4:3682:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
htdig-3.2.0b6/aclocal.m4-3683-      */dev/null* | *'Invalid file or object type'*)
##############################################
htdig-3.2.0b6/aclocal.m4-3687-      *)
htdig-3.2.0b6/aclocal.m4:3688:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
htdig-3.2.0b6/aclocal.m4-3689-	*/dev/null*)
##############################################
htdig-3.2.0b6/aclocal.m4-3889-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
htdig-3.2.0b6/aclocal.m4:3890:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
htdig-3.2.0b6/aclocal.m4:3891:  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
htdig-3.2.0b6/aclocal.m4-3892-  else
##############################################
htdig-3.2.0b6/aclocal.m4-4067-_LT_AC_TAGVAR(compiler, $1)=$CC
htdig-3.2.0b6/aclocal.m4:4068:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/aclocal.m4-4069-
##############################################
htdig-3.2.0b6/aclocal.m4-4097-    # ancient GNU ld didn't support --whole-archive et. al.
htdig-3.2.0b6/aclocal.m4:4098:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
htdig-3.2.0b6/aclocal.m4-4099-	grep 'no-whole-archive' > /dev/null; then
##############################################
htdig-3.2.0b6/aclocal.m4-4177-      # below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/aclocal.m4:4178:	collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/aclocal.m4-4179-	if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/aclocal.m4-4221-
htdig-3.2.0b6/aclocal.m4:4222:      _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"
htdig-3.2.0b6/aclocal.m4-4223-     else
##############################################
htdig-3.2.0b6/aclocal.m4-4266-      # is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/aclocal.m4:4267:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/aclocal.m4-4268-	cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/aclocal.m4-4384-      # dependencies.
htdig-3.2.0b6/aclocal.m4:4385:      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'
htdig-3.2.0b6/aclocal.m4-4386-      ;;
##############################################
htdig-3.2.0b6/aclocal.m4-4456-	# dependencies.
htdig-3.2.0b6/aclocal.m4:4457:	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'
htdig-3.2.0b6/aclocal.m4-4458-	;;
##############################################
htdig-3.2.0b6/aclocal.m4-4481-	# SGI C++
htdig-3.2.0b6/aclocal.m4:4482:	_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'
htdig-3.2.0b6/aclocal.m4-4483-
##############################################
htdig-3.2.0b6/aclocal.m4-4492-	  if test "$with_gnu_ld" = no; then
htdig-3.2.0b6/aclocal.m4:4493:	    _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'
htdig-3.2.0b6/aclocal.m4-4494-	  else
htdig-3.2.0b6/aclocal.m4:4495:	    _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'
htdig-3.2.0b6/aclocal.m4-4496-	  fi
##############################################
htdig-3.2.0b6/aclocal.m4-4511-	# to its proper name (with version) after linking.
htdig-3.2.0b6/aclocal.m4:4512:	_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'
htdig-3.2.0b6/aclocal.m4:4513:	_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'
htdig-3.2.0b6/aclocal.m4-4514-	# Commands to make compiler produce verbose output that lists
##############################################
htdig-3.2.0b6/aclocal.m4-4521-	# dependencies.
htdig-3.2.0b6/aclocal.m4:4522:	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'
htdig-3.2.0b6/aclocal.m4-4523-
##############################################
htdig-3.2.0b6/aclocal.m4-4557-	# dependencies.
htdig-3.2.0b6/aclocal.m4:4558:	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'
htdig-3.2.0b6/aclocal.m4-4559-	;;
##############################################
htdig-3.2.0b6/aclocal.m4-4600-	# to its proper name (with version) after linking.
htdig-3.2.0b6/aclocal.m4:4601:	_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'
htdig-3.2.0b6/aclocal.m4-4602-
##############################################
htdig-3.2.0b6/aclocal.m4-4617-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/aclocal.m4:4618:	_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'
htdig-3.2.0b6/aclocal.m4-4619-
##############################################
htdig-3.2.0b6/aclocal.m4-4630-	# dependencies.
htdig-3.2.0b6/aclocal.m4:4631:	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'
htdig-3.2.0b6/aclocal.m4-4632-	;;
##############################################
htdig-3.2.0b6/aclocal.m4-4635-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/aclocal.m4:4636:	  _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'
htdig-3.2.0b6/aclocal.m4-4637-
##############################################
htdig-3.2.0b6/aclocal.m4-4660-	# to its proper name (with version) after linking.
htdig-3.2.0b6/aclocal.m4:4661:	_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'
htdig-3.2.0b6/aclocal.m4-4662-
##############################################
htdig-3.2.0b6/aclocal.m4-4676-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
htdig-3.2.0b6/aclocal.m4:4677:	_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'
htdig-3.2.0b6/aclocal.m4:4678:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
htdig-3.2.0b6/aclocal.m4-4679-	  echo "-hidden">> $lib.exp~
htdig-3.2.0b6/aclocal.m4:4680:	  $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~
htdig-3.2.0b6/aclocal.m4-4681-	  $rm $lib.exp'
##############################################
htdig-3.2.0b6/aclocal.m4-4693-	# dependencies.
htdig-3.2.0b6/aclocal.m4:4694:	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'
htdig-3.2.0b6/aclocal.m4-4695-	;;
##############################################
htdig-3.2.0b6/aclocal.m4-4698-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/aclocal.m4:4699:	 _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'
htdig-3.2.0b6/aclocal.m4-4700-
##############################################
htdig-3.2.0b6/aclocal.m4-4781-	# dependencies.
htdig-3.2.0b6/aclocal.m4:4782:	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'
htdig-3.2.0b6/aclocal.m4-4783-
##############################################
htdig-3.2.0b6/aclocal.m4-4938-  # eval without this substitution.
htdig-3.2.0b6/aclocal.m4:4939:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
htdig-3.2.0b6/aclocal.m4-4940-
htdig-3.2.0b6/aclocal.m4:4941:  for p in `eval $output_verbose_link_cmd`; do
htdig-3.2.0b6/aclocal.m4-4942-    case $p in
##############################################
htdig-3.2.0b6/aclocal.m4-5069-_LT_AC_TAGVAR(compiler, $1)=$CC
htdig-3.2.0b6/aclocal.m4:5070:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/aclocal.m4-5071-
##############################################
htdig-3.2.0b6/aclocal.m4-5288-      # Double-quote double-evaled strings.
htdig-3.2.0b6/aclocal.m4:5289:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/aclocal.m4-5290-      ;;
htdig-3.2.0b6/aclocal.m4-5291-    *)
htdig-3.2.0b6/aclocal.m4:5292:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/aclocal.m4-5293-      ;;
##############################################
htdig-3.2.0b6/aclocal.m4-5298-  *'\[$]0 --fallback-echo"')
htdig-3.2.0b6/aclocal.m4:5299:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
htdig-3.2.0b6/aclocal.m4-5300-    ;;
##############################################
htdig-3.2.0b6/aclocal.m4-5313-
htdig-3.2.0b6/aclocal.m4:5314:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
htdig-3.2.0b6/aclocal.m4-5315-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
htdig-3.2.0b6/aclocal.m4-5686-  # libtool script then.
htdig-3.2.0b6/aclocal.m4:5687:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/aclocal.m4-5688-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/aclocal.m4-5778-# If we're using GNU nm, then use its standard symbol codes.
htdig-3.2.0b6/aclocal.m4:5779:case `$NM -V 2>&1` in
htdig-3.2.0b6/aclocal.m4-5780-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/aclocal.m4-5808-    nlist=conftest.nm
htdig-3.2.0b6/aclocal.m4:5809:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
htdig-3.2.0b6/aclocal.m4-5810-      # Try sorting and uniquifying the output.
##############################################
htdig-3.2.0b6/aclocal.m4-6502-	# is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/aclocal.m4:6503:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/aclocal.m4-6504-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/aclocal.m4-6557-      supports_anon_versioning=no
htdig-3.2.0b6/aclocal.m4:6558:      case `$LD -v 2>/dev/null` in
htdig-3.2.0b6/aclocal.m4-6559-        *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
htdig-3.2.0b6/aclocal.m4-6664-	# below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/aclocal.m4:6665:	  collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/aclocal.m4-6666-	  if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/aclocal.m4-6707-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
htdig-3.2.0b6/aclocal.m4:6708:	_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"
htdig-3.2.0b6/aclocal.m4-6709-       else
##############################################
htdig-3.2.0b6/aclocal.m4-6756-      # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/aclocal.m4:6757:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/aclocal.m4-6758-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/aclocal.m4-6761-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/aclocal.m4:6762:      fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/aclocal.m4-6763-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
htdig-3.2.0b6/aclocal.m4-6922-      if test "$GCC" = yes; then
htdig-3.2.0b6/aclocal.m4:6923:	_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'
htdig-3.2.0b6/aclocal.m4-6924-      else
htdig-3.2.0b6/aclocal.m4:6925:	_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'
htdig-3.2.0b6/aclocal.m4-6926-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
htdig-3.2.0b6/aclocal.m4-6954-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
htdig-3.2.0b6/aclocal.m4:6955:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/aclocal.m4-6956-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
htdig-3.2.0b6/aclocal.m4-6983-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/aclocal.m4:6984:	_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'
htdig-3.2.0b6/aclocal.m4-6985-      else
htdig-3.2.0b6/aclocal.m4-6986-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
htdig-3.2.0b6/aclocal.m4:6987:	_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'
htdig-3.2.0b6/aclocal.m4-6988-      fi
##############################################
htdig-3.2.0b6/aclocal.m4-6995-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/aclocal.m4:6996:	_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'
htdig-3.2.0b6/aclocal.m4-6997-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/aclocal.m4-6999-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
htdig-3.2.0b6/aclocal.m4:7000:	_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'
htdig-3.2.0b6/aclocal.m4:7001:	_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~
htdig-3.2.0b6/aclocal.m4:7002:	$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'
htdig-3.2.0b6/aclocal.m4-7003-
##############################################
htdig-3.2.0b6/aclocal.m4-7176-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
htdig-3.2.0b6/aclocal.m4:7177:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
htdig-3.2.0b6/aclocal.m4-7178-        then
##############################################
htdig-3.2.0b6/aclocal.m4-7312-    test $lt_ac_count -gt 10 && break
htdig-3.2.0b6/aclocal.m4:7313:    lt_ac_count=`expr $lt_ac_count + 1`
htdig-3.2.0b6/aclocal.m4-7314-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
htdig-3.2.0b6/config.guess-37-
htdig-3.2.0b6/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
htdig-3.2.0b6/config.guess-39-
##############################################
htdig-3.2.0b6/config.guess-106-: ${TMPDIR=/tmp} ;
htdig-3.2.0b6/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
htdig-3.2.0b6/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
htdig-3.2.0b6/config.guess-191-	    *)
htdig-3.2.0b6/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
htdig-3.2.0b6/config.guess-193-		;;
##############################################
htdig-3.2.0b6/config.guess-259-	*4.0)
htdig-3.2.0b6/config.guess:260:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
htdig-3.2.0b6/config.guess-261-		;;
htdig-3.2.0b6/config.guess-262-	*5.*)
htdig-3.2.0b6/config.guess:263:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
htdig-3.2.0b6/config.guess-264-		;;
##############################################
htdig-3.2.0b6/config.guess-269-	# types through head -n 1, so we only detect the type of CPU 0.
htdig-3.2.0b6/config.guess:270:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
htdig-3.2.0b6/config.guess-271-	case "$ALPHA_CPU_TYPE" in
##############################################
htdig-3.2.0b6/config.guess-307-	# 1.2 uses "1.2" for uname -r.
htdig-3.2.0b6/config.guess:308:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
htdig-3.2.0b6/config.guess-309-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-361-    sun4H:SunOS:5.*:*)
htdig-3.2.0b6/config.guess:362:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/config.guess-363-	exit 0 ;;
htdig-3.2.0b6/config.guess-364-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
htdig-3.2.0b6/config.guess:365:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/config.guess-366-	exit 0 ;;
htdig-3.2.0b6/config.guess-367-    i86pc:SunOS:5.*:*)
htdig-3.2.0b6/config.guess:368:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/config.guess-369-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-373-	# it's likely to be more like Solaris than SunOS4.
htdig-3.2.0b6/config.guess:374:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/config.guess-375-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-382-	# Japanese Language versions have a version number like `4.1.3-JL'.
htdig-3.2.0b6/config.guess:383:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
htdig-3.2.0b6/config.guess-384-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-388-    sun*:*:4.2BSD:*)
htdig-3.2.0b6/config.guess:389:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
htdig-3.2.0b6/config.guess-390-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
htdig-3.2.0b6/config.guess-470-	$CC_FOR_BUILD -o $dummy $dummy.c \
htdig-3.2.0b6/config.guess:471:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
htdig-3.2.0b6/config.guess-472-	  && exit 0
##############################################
htdig-3.2.0b6/config.guess-525-    *:IRIX*:*:*)
htdig-3.2.0b6/config.guess:526:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
htdig-3.2.0b6/config.guess-527-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-564-    *:AIX:*:[45])
htdig-3.2.0b6/config.guess:565:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
htdig-3.2.0b6/config.guess-566-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
htdig-3.2.0b6/config.guess-599-    9000/[34678]??:HP-UX:*:*)
htdig-3.2.0b6/config.guess:600:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
htdig-3.2.0b6/config.guess-601-	case "${UNAME_MACHINE}" in
##############################################
htdig-3.2.0b6/config.guess-653-EOF
htdig-3.2.0b6/config.guess:654:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
htdig-3.2.0b6/config.guess-655-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
htdig-3.2.0b6/config.guess-671-    ia64:HP-UX:*:*)
htdig-3.2.0b6/config.guess:672:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
htdig-3.2.0b6/config.guess-673-	echo ia64-hp-hpux${HPUX_REV}
##############################################
htdig-3.2.0b6/config.guess-771-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
htdig-3.2.0b6/config.guess:772:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
htdig-3.2.0b6/config.guess-773-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
htdig-3.2.0b6/config.guess-776-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
htdig-3.2.0b6/config.guess:777:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
htdig-3.2.0b6/config.guess-778-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
htdig-3.2.0b6/config.guess-799-EOF
htdig-3.2.0b6/config.guess:800:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
htdig-3.2.0b6/config.guess-801-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
htdig-3.2.0b6/config.guess-803-	case ${LIBC} in gnu) kernel_only='k' ;; esac
htdig-3.2.0b6/config.guess:804:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
htdig-3.2.0b6/config.guess-805-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-833-    prep*:SunOS:5.*:*)
htdig-3.2.0b6/config.guess:834:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/config.guess-835-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-837-	# the GNU system
htdig-3.2.0b6/config.guess:838:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
htdig-3.2.0b6/config.guess-839-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-841-	# other systems with GNU libc and userland
htdig-3.2.0b6/config.guess:842:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
htdig-3.2.0b6/config.guess-843-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.guess-877-EOF
htdig-3.2.0b6/config.guess:878:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
htdig-3.2.0b6/config.guess-879-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
htdig-3.2.0b6/config.guess-896-EOF
htdig-3.2.0b6/config.guess:897:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
htdig-3.2.0b6/config.guess-898-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
htdig-3.2.0b6/config.guess-997-EOF
htdig-3.2.0b6/config.guess:998:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
htdig-3.2.0b6/config.guess-999-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
htdig-3.2.0b6/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
htdig-3.2.0b6/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
htdig-3.2.0b6/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
htdig-3.2.0b6/config.guess-1260-    *:DragonFly:*:*)
htdig-3.2.0b6/config.guess:1261:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
htdig-3.2.0b6/config.guess-1262-	exit 0 ;;
##############################################
htdig-3.2.0b6/config.sub-54-
htdig-3.2.0b6/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
htdig-3.2.0b6/config.sub-56-
##############################################
htdig-3.2.0b6/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
htdig-3.2.0b6/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
htdig-3.2.0b6/config.sub-120-case $maybe_os in
##############################################
htdig-3.2.0b6/config.sub-123-    os=-$maybe_os
htdig-3.2.0b6/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
htdig-3.2.0b6/config.sub-125-    ;;
htdig-3.2.0b6/config.sub-126-  *)
htdig-3.2.0b6/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
htdig-3.2.0b6/config.sub-128-    if [ $basic_machine != $1 ]
htdig-3.2.0b6/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
htdig-3.2.0b6/config.sub-130-    else os=; fi
##############################################
htdig-3.2.0b6/config.sub-174-		os=-sco3.2v5
htdig-3.2.0b6/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/config.sub-176-		;;
##############################################
htdig-3.2.0b6/config.sub-178-		os=-sco3.2v4
htdig-3.2.0b6/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/config.sub-180-		;;
htdig-3.2.0b6/config.sub-181-	-sco3.2.[4-9]*)
htdig-3.2.0b6/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
htdig-3.2.0b6/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/config.sub-184-		;;
##############################################
htdig-3.2.0b6/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
htdig-3.2.0b6/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/config.sub-188-		;;
##############################################
htdig-3.2.0b6/config.sub-190-		os=-sco3.2v2
htdig-3.2.0b6/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/config.sub-192-		;;
htdig-3.2.0b6/config.sub-193-	-udk*)
htdig-3.2.0b6/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/config.sub-195-		;;
##############################################
htdig-3.2.0b6/config.sub-197-		os=-isc2.2
htdig-3.2.0b6/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/config.sub-199-		;;
##############################################
htdig-3.2.0b6/config.sub-203-	-isc*)
htdig-3.2.0b6/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/config.sub-205-		;;
##############################################
htdig-3.2.0b6/config.sub-209-	-ptx*)
htdig-3.2.0b6/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
htdig-3.2.0b6/config.sub-211-		;;
htdig-3.2.0b6/config.sub-212-	-windowsnt*)
htdig-3.2.0b6/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
htdig-3.2.0b6/config.sub-214-		;;
##############################################
htdig-3.2.0b6/config.sub-289-	*-*-*)
htdig-3.2.0b6/config.sub:290:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
htdig-3.2.0b6/config.sub-291-		exit 1
##############################################
htdig-3.2.0b6/config.sub-386-	amd64-*)
htdig-3.2.0b6/config.sub:387:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-388-		;;
##############################################
htdig-3.2.0b6/config.sub-596-	i*86v32)
htdig-3.2.0b6/config.sub:597:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/config.sub-598-		os=-sysv32
##############################################
htdig-3.2.0b6/config.sub-600-	i*86v4*)
htdig-3.2.0b6/config.sub:601:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/config.sub-602-		os=-sysv4
##############################################
htdig-3.2.0b6/config.sub-604-	i*86v)
htdig-3.2.0b6/config.sub:605:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/config.sub-606-		os=-sysv
##############################################
htdig-3.2.0b6/config.sub-608-	i*86sol2)
htdig-3.2.0b6/config.sub:609:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/config.sub-610-		os=-solaris2
##############################################
htdig-3.2.0b6/config.sub-656-	mips3*-*)
htdig-3.2.0b6/config.sub:657:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
htdig-3.2.0b6/config.sub-658-		;;
htdig-3.2.0b6/config.sub-659-	mips3*)
htdig-3.2.0b6/config.sub:660:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
htdig-3.2.0b6/config.sub-661-		;;
##############################################
htdig-3.2.0b6/config.sub-802-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
htdig-3.2.0b6/config.sub:803:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-804-		;;
htdig-3.2.0b6/config.sub-805-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
htdig-3.2.0b6/config.sub:806:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-807-		;;
htdig-3.2.0b6/config.sub-808-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
htdig-3.2.0b6/config.sub:809:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-810-		;;
htdig-3.2.0b6/config.sub-811-	pentium4-*)
htdig-3.2.0b6/config.sub:812:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-813-		;;
##############################################
htdig-3.2.0b6/config.sub-820-		;;
htdig-3.2.0b6/config.sub:821:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-822-		;;
##############################################
htdig-3.2.0b6/config.sub-826-	ppcle-* | powerpclittle-*)
htdig-3.2.0b6/config.sub:827:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-828-		;;
##############################################
htdig-3.2.0b6/config.sub-830-		;;
htdig-3.2.0b6/config.sub:831:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-832-		;;
##############################################
htdig-3.2.0b6/config.sub-836-	ppc64le-* | powerpc64little-*)
htdig-3.2.0b6/config.sub:837:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/config.sub-838-		;;
##############################################
htdig-3.2.0b6/config.sub-1105-	*)
htdig-3.2.0b6/config.sub:1106:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
htdig-3.2.0b6/config.sub-1107-		exit 1
##############################################
htdig-3.2.0b6/config.sub-1113-	*-digital*)
htdig-3.2.0b6/config.sub:1114:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
htdig-3.2.0b6/config.sub-1115-		;;
htdig-3.2.0b6/config.sub-1116-	*-commodore*)
htdig-3.2.0b6/config.sub:1117:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
htdig-3.2.0b6/config.sub-1118-		;;
##############################################
htdig-3.2.0b6/config.sub-1131-	-solaris1 | -solaris1.*)
htdig-3.2.0b6/config.sub:1132:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
htdig-3.2.0b6/config.sub-1133-		;;
##############################################
htdig-3.2.0b6/config.sub-1143-	-gnu/linux*)
htdig-3.2.0b6/config.sub:1144:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
htdig-3.2.0b6/config.sub-1145-		;;
##############################################
htdig-3.2.0b6/config.sub-1184-	-nto*)
htdig-3.2.0b6/config.sub:1185:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
htdig-3.2.0b6/config.sub-1186-		;;
##############################################
htdig-3.2.0b6/config.sub-1191-	-mac*)
htdig-3.2.0b6/config.sub:1192:		os=`echo $os | sed -e 's|mac|macos|'`
htdig-3.2.0b6/config.sub-1193-		;;
##############################################
htdig-3.2.0b6/config.sub-1197-	-linux*)
htdig-3.2.0b6/config.sub:1198:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
htdig-3.2.0b6/config.sub-1199-		;;
htdig-3.2.0b6/config.sub-1200-	-sunos5*)
htdig-3.2.0b6/config.sub:1201:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
htdig-3.2.0b6/config.sub-1202-		;;
htdig-3.2.0b6/config.sub-1203-	-sunos6*)
htdig-3.2.0b6/config.sub:1204:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
htdig-3.2.0b6/config.sub-1205-		;;
##############################################
htdig-3.2.0b6/config.sub-1252-	-sinix5.*)
htdig-3.2.0b6/config.sub:1253:		os=`echo $os | sed -e 's|sinix|sysv|'`
htdig-3.2.0b6/config.sub-1254-		;;
##############################################
htdig-3.2.0b6/config.sub-1300-		# Get rid of the `-' at the beginning of $os.
htdig-3.2.0b6/config.sub:1301:		os=`echo $os | sed 's/[^-]*-//'`
htdig-3.2.0b6/config.sub:1302:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
htdig-3.2.0b6/config.sub-1303-		exit 1
##############################################
htdig-3.2.0b6/config.sub-1536-		esac
htdig-3.2.0b6/config.sub:1537:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
htdig-3.2.0b6/config.sub-1538-		;;
##############################################
htdig-3.2.0b6/configure-43-do
htdig-3.2.0b6/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
htdig-3.2.0b6/configure-45-    eval $as_var=C; export $as_var
##############################################
htdig-3.2.0b6/configure-101-  as_lineno_2=$LINENO
htdig-3.2.0b6/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
htdig-3.2.0b6/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
htdig-3.2.0b6/configure-140-  as_lineno_2=$LINENO
htdig-3.2.0b6/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
htdig-3.2.0b6/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
htdig-3.2.0b6/configure-250-  # Remove one level of quotation (which was required for Make).
htdig-3.2.0b6/configure:251:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
htdig-3.2.0b6/configure-252-  ;;
##############################################
htdig-3.2.0b6/configure-261-  :
htdig-3.2.0b6/configure:262:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
htdig-3.2.0b6/configure-263-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/configure-287-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
htdig-3.2.0b6/configure:288:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
htdig-3.2.0b6/configure:289:       echo_test_string="`eval $cmd`" &&
htdig-3.2.0b6/configure-290-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
htdig-3.2.0b6/configure-296-
htdig-3.2.0b6/configure:297:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/configure:298:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/configure-299-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/configure-311-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
htdig-3.2.0b6/configure:312:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/configure:313:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/configure-314-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/configure-323-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/configure:324:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/configure-325-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/configure-338-      echo='printf %s\n'
htdig-3.2.0b6/configure:339:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/configure:340:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/configure-341-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/configure-343-	:
htdig-3.2.0b6/configure:344:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/configure-345-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/configure:346:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/configure-347-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/configure-352-	echo="$CONFIG_SHELL $0 --fallback-echo"
htdig-3.2.0b6/configure:353:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/configure-354-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/configure:355:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/configure-356-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/configure-362-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
htdig-3.2.0b6/configure:363:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
htdig-3.2.0b6/configure-364-	  then
##############################################
htdig-3.2.0b6/configure-370-	if test "$prev" != 'sed 50q "$0"'; then
htdig-3.2.0b6/configure:371:	  echo_test_string=`eval $prev`
htdig-3.2.0b6/configure-372-	  export echo_test_string
##############################################
htdig-3.2.0b6/configure-519-
htdig-3.2.0b6/configure:520:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
htdig-3.2.0b6/configure-521-
##############################################
htdig-3.2.0b6/configure-552-  -disable-* | --disable-*)
htdig-3.2.0b6/configure:553:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
htdig-3.2.0b6/configure-554-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/configure-557-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/configure:558:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
htdig-3.2.0b6/configure-559-    eval "enable_$ac_feature=no" ;;
##############################################
htdig-3.2.0b6/configure-561-  -enable-* | --enable-*)
htdig-3.2.0b6/configure:562:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
htdig-3.2.0b6/configure-563-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/configure-566-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/configure:567:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
htdig-3.2.0b6/configure-568-    case $ac_option in
htdig-3.2.0b6/configure:569:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
htdig-3.2.0b6/configure-570-      *) ac_optarg=yes ;;
##############################################
htdig-3.2.0b6/configure-743-  -with-* | --with-*)
htdig-3.2.0b6/configure:744:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
htdig-3.2.0b6/configure-745-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/configure-748-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/configure:749:    ac_package=`echo $ac_package| sed 's/-/_/g'`
htdig-3.2.0b6/configure-750-    case $ac_option in
htdig-3.2.0b6/configure:751:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
htdig-3.2.0b6/configure-752-      *) ac_optarg=yes ;;
##############################################
htdig-3.2.0b6/configure-756-  -without-* | --without-*)
htdig-3.2.0b6/configure:757:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
htdig-3.2.0b6/configure-758-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/configure-761-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/configure:762:    ac_package=`echo $ac_package | sed 's/-/_/g'`
htdig-3.2.0b6/configure-763-    eval "with_$ac_package=no" ;;
##############################################
htdig-3.2.0b6/configure-788-  *=*)
htdig-3.2.0b6/configure:789:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
htdig-3.2.0b6/configure-790-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/configure-793-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/configure:794:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
htdig-3.2.0b6/configure-795-    eval "$ac_envvar='$ac_optarg'"
##############################################
htdig-3.2.0b6/configure-809-if test -n "$ac_prev"; then
htdig-3.2.0b6/configure:810:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
htdig-3.2.0b6/configure-811-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
htdig-3.2.0b6/configure-817-do
htdig-3.2.0b6/configure:818:  eval ac_val=$`echo $ac_var`
htdig-3.2.0b6/configure-819-  case $ac_val in
##############################################
htdig-3.2.0b6/configure-829-do
htdig-3.2.0b6/configure:830:  eval ac_val=$`echo $ac_var`
htdig-3.2.0b6/configure-831-  case $ac_val in
##############################################
htdig-3.2.0b6/configure-896-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/configure:897:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
htdig-3.2.0b6/configure-898-ac_env_build_alias_set=${build_alias+set}
##############################################
htdig-3.2.0b6/configure-987-By default, \`make install' will install all the files in
htdig-3.2.0b6/configure:988:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
htdig-3.2.0b6/configure:989:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
htdig-3.2.0b6/configure-990-for instance \`--prefix=\$HOME'.
##############################################
htdig-3.2.0b6/configure-1106-if test "$ac_dir" != .; then
htdig-3.2.0b6/configure:1107:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
htdig-3.2.0b6/configure-1108-  # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/configure:1109:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
htdig-3.2.0b6/configure-1110-else
##############################################
htdig-3.2.0b6/configure-1119-    else
htdig-3.2.0b6/configure:1120:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
htdig-3.2.0b6/configure-1121-    fi ;;
##############################################
htdig-3.2.0b6/configure-1273-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
htdig-3.2.0b6/configure:1274:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
htdig-3.2.0b6/configure-1275-    esac
##############################################
htdig-3.2.0b6/configure-1345-    do
htdig-3.2.0b6/configure:1346:      eval ac_val=$`echo $ac_var`
htdig-3.2.0b6/configure-1347-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
htdig-3.2.0b6/configure-1359-      do
htdig-3.2.0b6/configure:1360:	eval ac_val=$`echo $ac_var`
htdig-3.2.0b6/configure-1361-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
htdig-3.2.0b6/configure-1466-    set,)
htdig-3.2.0b6/configure:1467:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
htdig-3.2.0b6/configure:1468:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
htdig-3.2.0b6/configure-1469-      ac_cache_corrupted=: ;;
##############################################
htdig-3.2.0b6/configure-1489-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
htdig-3.2.0b6/configure:1490:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
htdig-3.2.0b6/configure-1491-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
htdig-3.2.0b6/configure-1534-#
htdig-3.2.0b6/configure:1535:VERSION=`cat ${srcdir}/.version`
htdig-3.2.0b6/configure:1536:HTDIG_MAJOR_VERSION=`expr $VERSION : '\([0-9][0-9]*\)'`
htdig-3.2.0b6/configure-1537-
htdig-3.2.0b6/configure:1538:HTDIG_MINOR_VERSION=`expr $VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\)'`
htdig-3.2.0b6/configure-1539-
htdig-3.2.0b6/configure:1540:HTDIG_MICRO_VERSION=`expr $VERSION : '[0-9][0-9]*\.[0-9][0-9]*\.\([0-9][0-9]*\)'`
htdig-3.2.0b6/configure-1541-
##############################################
htdig-3.2.0b6/configure-1658-if (
htdig-3.2.0b6/configure:1659:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
htdig-3.2.0b6/configure-1660-   if test "$*" = "X"; then
htdig-3.2.0b6/configure-1661-      # -L didn't work.
htdig-3.2.0b6/configure:1662:      set X `ls -t $srcdir/configure conftest.file`
htdig-3.2.0b6/configure-1663-   fi
##############################################
htdig-3.2.0b6/configure-1702-_ACEOF
htdig-3.2.0b6/configure:1703:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
htdig-3.2.0b6/configure-1704-rm conftest.sed
##############################################
htdig-3.2.0b6/configure-1707-# expand $ac_aux_dir to an absolute path
htdig-3.2.0b6/configure:1708:am_aux_dir=`cd $ac_aux_dir && pwd`
htdig-3.2.0b6/configure-1709-
##############################################
htdig-3.2.0b6/configure-1761-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
htdig-3.2.0b6/configure:1762:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
htdig-3.2.0b6/configure-1763-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-1770-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
htdig-3.2.0b6/configure:1771:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
htdig-3.2.0b6/configure-1772-if test -n "$ac_maketemp"; then
##############################################
htdig-3.2.0b6/configure-1778-fi
htdig-3.2.0b6/configure:1779:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
htdig-3.2.0b6/configure-1780-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
htdig-3.2.0b6/configure-1798- # test to see if srcdir already configured
htdig-3.2.0b6/configure:1799:if test "`cd $srcdir && pwd`" != "`pwd`" &&
htdig-3.2.0b6/configure-1800-   test -f $srcdir/config.status; then
##############################################
htdig-3.2.0b6/configure-2191-     "checking for C++ compiler version" >&5
htdig-3.2.0b6/configure:2192:ac_compiler=`set X $ac_compile; echo $2`
htdig-3.2.0b6/configure-2193-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
htdig-3.2.0b6/configure-2230-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
htdig-3.2.0b6/configure:2231:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
htdig-3.2.0b6/configure-2232-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
htdig-3.2.0b6/configure-2258-    *.* )
htdig-3.2.0b6/configure:2259:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
htdig-3.2.0b6/configure-2260-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
htdig-3.2.0b6/configure-2338-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
htdig-3.2.0b6/configure:2339:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
htdig-3.2.0b6/configure-2340-	  export ac_cv_exeext
##############################################
htdig-3.2.0b6/configure-2388-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
htdig-3.2.0b6/configure:2389:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
htdig-3.2.0b6/configure-2390-       break;;
##############################################
htdig-3.2.0b6/configure-2466-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
htdig-3.2.0b6/configure:2467:GXX=`test $ac_compiler_gnu = yes && echo yes`
htdig-3.2.0b6/configure-2468-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
htdig-3.2.0b6/configure-2670-# case it prints its new name instead of `make'.
htdig-3.2.0b6/configure:2671:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
htdig-3.2.0b6/configure-2672-   am__include=include
##############################################
htdig-3.2.0b6/configure-2678-   echo '.include "confinc"' > confmf
htdig-3.2.0b6/configure:2679:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
htdig-3.2.0b6/configure-2680-      am__include=.include
##############################################
htdig-3.2.0b6/configure-2740-  if test "$am_compiler_list" = ""; then
htdig-3.2.0b6/configure:2741:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
htdig-3.2.0b6/configure-2742-  fi
##############################################
htdig-3.2.0b6/configure-3132-     "checking for C compiler version" >&5
htdig-3.2.0b6/configure:3133:ac_compiler=`set X $ac_compile; echo $2`
htdig-3.2.0b6/configure-3134-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
htdig-3.2.0b6/configure-3206-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
htdig-3.2.0b6/configure:3207:GCC=`test $ac_compiler_gnu = yes && echo yes`
htdig-3.2.0b6/configure-3208-ac_test_CFLAGS=${CFLAGS+set}
##############################################
htdig-3.2.0b6/configure-3565-  if test "$am_compiler_list" = ""; then
htdig-3.2.0b6/configure:3566:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
htdig-3.2.0b6/configure-3567-  fi
##############################################
htdig-3.2.0b6/configure-4144-cat >conftest.$ac_ext <<_ACEOF
htdig-3.2.0b6/configure:4145:`cat $LEX_OUTPUT_ROOT.c`
htdig-3.2.0b6/configure-4146-_ACEOF
##############################################
htdig-3.2.0b6/configure-4326-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
htdig-3.2.0b6/configure:4327:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
htdig-3.2.0b6/configure-4328-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-4335-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
htdig-3.2.0b6/configure:4336:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
htdig-3.2.0b6/configure-4337-if test -n "$ac_maketemp"; then
##############################################
htdig-3.2.0b6/configure-4343-fi
htdig-3.2.0b6/configure:4344:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
htdig-3.2.0b6/configure-4345-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
htdig-3.2.0b6/configure-4438-test -z "$ac_cv_build_alias" &&
htdig-3.2.0b6/configure:4439:  ac_cv_build_alias=`$ac_config_guess`
htdig-3.2.0b6/configure-4440-test -z "$ac_cv_build_alias" &&
##############################################
htdig-3.2.0b6/configure-4443-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/configure:4444:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
htdig-3.2.0b6/configure-4445-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
htdig-3.2.0b6/configure-4452-build=$ac_cv_build
htdig-3.2.0b6/configure:4453:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
htdig-3.2.0b6/configure:4454:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
htdig-3.2.0b6/configure:4455:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
htdig-3.2.0b6/configure-4456-
##############################################
htdig-3.2.0b6/configure-4465-  ac_cv_host_alias=$ac_cv_build_alias
htdig-3.2.0b6/configure:4466:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
htdig-3.2.0b6/configure-4467-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
htdig-3.2.0b6/configure-4474-host=$ac_cv_host
htdig-3.2.0b6/configure:4475:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
htdig-3.2.0b6/configure:4476:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
htdig-3.2.0b6/configure:4477:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
htdig-3.2.0b6/configure-4478-
##############################################
htdig-3.2.0b6/configure-4522-    test $lt_ac_count -gt 10 && break
htdig-3.2.0b6/configure:4523:    lt_ac_count=`expr $lt_ac_count + 1`
htdig-3.2.0b6/configure-4524-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
htdig-3.2.0b6/configure-4552-    # gcc leaves a trailing carriage return which upsets mingw
htdig-3.2.0b6/configure:4553:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
htdig-3.2.0b6/configure-4554-  *)
htdig-3.2.0b6/configure:4555:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
htdig-3.2.0b6/configure-4556-  esac
##############################################
htdig-3.2.0b6/configure-4561-      # Canonicalize the pathname of ld
htdig-3.2.0b6/configure:4562:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
htdig-3.2.0b6/configure-4563-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
htdig-3.2.0b6/configure:4564:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
htdig-3.2.0b6/configure-4565-      done
##############################################
htdig-3.2.0b6/configure-4596-      # Break only if it was the GNU/non-GNU ld that we prefer.
htdig-3.2.0b6/configure:4597:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
htdig-3.2.0b6/configure-4598-      *GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/configure-4629-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
htdig-3.2.0b6/configure:4630:case `$LD -v 2>&1 </dev/null` in
htdig-3.2.0b6/configure-4631-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/configure-4678-      # Tru64's nm complains that /dev/null is an invalid object file
htdig-3.2.0b6/configure:4679:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
htdig-3.2.0b6/configure-4680-      */dev/null* | *'Invalid file or object type'*)
##############################################
htdig-3.2.0b6/configure-4684-      *)
htdig-3.2.0b6/configure:4685:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
htdig-3.2.0b6/configure-4686-	*/dev/null*)
##############################################
htdig-3.2.0b6/configure-4830-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
htdig-3.2.0b6/configure:4831:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/configure-4832-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
##############################################
htdig-3.2.0b6/configure-4912-  (exit $ac_status); }; then
htdig-3.2.0b6/configure:4913:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/configure-4914-    *ELF-32*)
##############################################
htdig-3.2.0b6/configure-4932-   if test "$lt_cv_prog_gnu_ld" = yes; then
htdig-3.2.0b6/configure:4933:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/configure-4934-    *32-bit*)
##############################################
htdig-3.2.0b6/configure-4944-   else
htdig-3.2.0b6/configure:4945:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/configure-4946-    *32-bit*)
##############################################
htdig-3.2.0b6/configure-5264-do
htdig-3.2.0b6/configure:5265:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/configure-5266-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
htdig-3.2.0b6/configure-5310-fi
htdig-3.2.0b6/configure:5311:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:5312:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure:5313:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-5314-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:5315:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-5316-_ACEOF
##############################################
htdig-3.2.0b6/configure-5325-do
htdig-3.2.0b6/configure:5326:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/configure-5327-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-5332-fi
htdig-3.2.0b6/configure:5333:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:5334:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-5335-else
##############################################
htdig-3.2.0b6/configure-5458-fi
htdig-3.2.0b6/configure:5459:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:5460:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-5461-
htdig-3.2.0b6/configure-5462-fi
htdig-3.2.0b6/configure:5463:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-5464-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:5465:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-5466-_ACEOF
##############################################
htdig-3.2.0b6/configure-5796-     "checking for Fortran 77 compiler version" >&5
htdig-3.2.0b6/configure:5797:ac_compiler=`set X $ac_compile; echo $2`
htdig-3.2.0b6/configure-5798-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
htdig-3.2.0b6/configure-5929-
htdig-3.2.0b6/configure:5930:G77=`test $ac_compiler_gnu = yes && echo yes`
htdig-3.2.0b6/configure-5931-ac_ext=c
##############################################
htdig-3.2.0b6/configure-5986-    # we can't tell.
htdig-3.2.0b6/configure:5987:    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
htdig-3.2.0b6/configure-5988-	       = "XX$teststring") >/dev/null 2>&1 &&
htdig-3.2.0b6/configure:5989:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
htdig-3.2.0b6/configure-5990-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
htdig-3.2.0b6/configure-5992-    do
htdig-3.2.0b6/configure:5993:      i=`expr $i + 1`
htdig-3.2.0b6/configure-5994-      teststring=$teststring$teststring
##############################################
htdig-3.2.0b6/configure-5999-    # It appears as though 1/2 is a usable value.
htdig-3.2.0b6/configure:6000:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
htdig-3.2.0b6/configure-6001-    ;;
##############################################
htdig-3.2.0b6/configure-6079-# If we're using GNU nm, then use its standard symbol codes.
htdig-3.2.0b6/configure:6080:case `$NM -V 2>&1` in
htdig-3.2.0b6/configure-6081-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/configure-6580-	"file_magic "*)
htdig-3.2.0b6/configure:6581:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/configure-6582-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/configure-6642-	"file_magic "*)
htdig-3.2.0b6/configure:6643:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/configure-6644-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/configure-6753-if test -n "$lt_prog_cc_shlib"; then
htdig-3.2.0b6/configure:6754:  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
htdig-3.2.0b6/configure:6755:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
htdig-3.2.0b6/configure-6756-  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
htdig-3.2.0b6/configure-7161-  if test "$hard_links" = no; then
htdig-3.2.0b6/configure:7162:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
htdig-3.2.0b6/configure:7163:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
htdig-3.2.0b6/configure-7164-    need_locks=warn
##############################################
htdig-3.2.0b6/configure-7284-	# is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/configure:7285:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/configure-7286-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/configure-7339-      supports_anon_versioning=no
htdig-3.2.0b6/configure:7340:      case `$LD -v 2>/dev/null` in
htdig-3.2.0b6/configure-7341-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
htdig-3.2.0b6/configure-7446-	# below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/configure:7447:	  collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/configure-7448-	  if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/configure-7539-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
htdig-3.2.0b6/configure:7540:	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"
htdig-3.2.0b6/configure-7541-       else
##############################################
htdig-3.2.0b6/configure-7638-      # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/configure:7639:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/configure-7640-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/configure-7643-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/configure:7644:      fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/configure-7645-      enable_shared_with_static_runtimes=yes
##############################################
htdig-3.2.0b6/configure-7804-      if test "$GCC" = yes; then
htdig-3.2.0b6/configure:7805:	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'
htdig-3.2.0b6/configure-7806-      else
htdig-3.2.0b6/configure:7807:	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'
htdig-3.2.0b6/configure-7808-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
htdig-3.2.0b6/configure-7836-      hardcode_shlibpath_var=no
htdig-3.2.0b6/configure:7837:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/configure-7838-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
htdig-3.2.0b6/configure-7865-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:7866:	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'
htdig-3.2.0b6/configure-7867-      else
htdig-3.2.0b6/configure-7868-	allow_undefined_flag=' -expect_unresolved \*'
htdig-3.2.0b6/configure:7869:	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'
htdig-3.2.0b6/configure-7870-      fi
##############################################
htdig-3.2.0b6/configure-7877-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:7878:	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'
htdig-3.2.0b6/configure-7879-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/configure-7881-	allow_undefined_flag=' -expect_unresolved \*'
htdig-3.2.0b6/configure:7882:	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'
htdig-3.2.0b6/configure:7883:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
htdig-3.2.0b6/configure:7884:	$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'
htdig-3.2.0b6/configure-7885-
##############################################
htdig-3.2.0b6/configure-8103-if test "$GCC" = yes; then
htdig-3.2.0b6/configure:8104:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/configure-8105-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/configure-8109-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/configure:8110:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/configure-8111-  else
htdig-3.2.0b6/configure:8112:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/configure-8113-  fi
##############################################
htdig-3.2.0b6/configure-8180-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/configure:8181:  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'
htdig-3.2.0b6/configure-8182-  ;;
##############################################
htdig-3.2.0b6/configure-8213-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/configure:8214:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/configure:8215:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/configure:8216:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/configure-8217-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/configure-8218-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/configure:8219:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/configure-8220-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/configure-8226-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/configure:8227:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure-8228-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/configure-8231-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/configure:8232:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure:8233:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/configure-8234-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
htdig-3.2.0b6/configure-8240-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/configure:8241:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/configure-8242-      else
htdig-3.2.0b6/configure:8243:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/configure-8244-      fi
##############################################
htdig-3.2.0b6/configure-8247-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/configure:8248:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure-8249-      ;;
##############################################
htdig-3.2.0b6/configure-8253-  *)
htdig-3.2.0b6/configure:8254:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/configure-8255-    ;;
##############################################
htdig-3.2.0b6/configure-8273-  if test "$GCC" = yes; then
htdig-3.2.0b6/configure:8274:    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"`
htdig-3.2.0b6/configure-8275-  else
##############################################
htdig-3.2.0b6/configure-8450-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/configure:8451:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/configure-8452-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/configure-8517-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/configure:8518:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/configure-8519-    case $host_os in
##############################################
htdig-3.2.0b6/configure-9643-      # Double-quote double-evaled strings.
htdig-3.2.0b6/configure:9644:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/configure-9645-      ;;
htdig-3.2.0b6/configure-9646-    *)
htdig-3.2.0b6/configure:9647:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/configure-9648-      ;;
##############################################
htdig-3.2.0b6/configure-9653-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/configure:9654:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/configure-9655-    ;;
##############################################
htdig-3.2.0b6/configure-9666-
htdig-3.2.0b6/configure:9667:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
htdig-3.2.0b6/configure-9668-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
htdig-3.2.0b6/configure-10036-  # libtool script then.
htdig-3.2.0b6/configure:10037:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/configure-10038-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/configure-10065-  if test -z "$LTCC"; then
htdig-3.2.0b6/configure:10066:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
htdig-3.2.0b6/configure-10067-    if test -z "$LTCC"; then
##############################################
htdig-3.2.0b6/configure-10070-    else
htdig-3.2.0b6/configure:10071:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
htdig-3.2.0b6/configure:10072:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
htdig-3.2.0b6/configure-10073-    fi
##############################################
htdig-3.2.0b6/configure-10077-  # Note that this assumes the entire list is on one line.
htdig-3.2.0b6/configure:10078:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
htdig-3.2.0b6/configure-10079-
##############################################
htdig-3.2.0b6/configure-10083-    # Check whether tagname contains only valid characters
htdig-3.2.0b6/configure:10084:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
htdig-3.2.0b6/configure-10085-    "") ;;
##############################################
htdig-3.2.0b6/configure-10183-compiler_CXX=$CC
htdig-3.2.0b6/configure:10184:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/configure-10185-
##############################################
htdig-3.2.0b6/configure-10212-    # gcc leaves a trailing carriage return which upsets mingw
htdig-3.2.0b6/configure:10213:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
htdig-3.2.0b6/configure-10214-  *)
htdig-3.2.0b6/configure:10215:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
htdig-3.2.0b6/configure-10216-  esac
##############################################
htdig-3.2.0b6/configure-10221-      # Canonicalize the pathname of ld
htdig-3.2.0b6/configure:10222:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
htdig-3.2.0b6/configure-10223-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
htdig-3.2.0b6/configure:10224:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
htdig-3.2.0b6/configure-10225-      done
##############################################
htdig-3.2.0b6/configure-10256-      # Break only if it was the GNU/non-GNU ld that we prefer.
htdig-3.2.0b6/configure:10257:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
htdig-3.2.0b6/configure-10258-      *GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/configure-10289-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
htdig-3.2.0b6/configure:10290:case `$LD -v 2>&1 </dev/null` in
htdig-3.2.0b6/configure-10291-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/configure-10319-    # ancient GNU ld didn't support --whole-archive et. al.
htdig-3.2.0b6/configure:10320:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
htdig-3.2.0b6/configure-10321-	grep 'no-whole-archive' > /dev/null; then
##############################################
htdig-3.2.0b6/configure-10400-      # below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/configure:10401:	collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/configure-10402-	if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/configure-10494-
htdig-3.2.0b6/configure:10495:      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"
htdig-3.2.0b6/configure-10496-     else
##############################################
htdig-3.2.0b6/configure-10589-      # is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/configure:10590:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/configure-10591-	cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/configure-10707-      # dependencies.
htdig-3.2.0b6/configure:10708:      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'
htdig-3.2.0b6/configure-10709-      ;;
##############################################
htdig-3.2.0b6/configure-10779-	# dependencies.
htdig-3.2.0b6/configure:10780:	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'
htdig-3.2.0b6/configure-10781-	;;
##############################################
htdig-3.2.0b6/configure-10804-	# SGI C++
htdig-3.2.0b6/configure:10805:	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'
htdig-3.2.0b6/configure-10806-
##############################################
htdig-3.2.0b6/configure-10815-	  if test "$with_gnu_ld" = no; then
htdig-3.2.0b6/configure:10816:	    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'
htdig-3.2.0b6/configure-10817-	  else
htdig-3.2.0b6/configure:10818:	    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'
htdig-3.2.0b6/configure-10819-	  fi
##############################################
htdig-3.2.0b6/configure-10834-	# to its proper name (with version) after linking.
htdig-3.2.0b6/configure:10835:	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'
htdig-3.2.0b6/configure:10836:	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'
htdig-3.2.0b6/configure-10837-	# Commands to make compiler produce verbose output that lists
##############################################
htdig-3.2.0b6/configure-10844-	# dependencies.
htdig-3.2.0b6/configure:10845:	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'
htdig-3.2.0b6/configure-10846-
##############################################
htdig-3.2.0b6/configure-10880-	# dependencies.
htdig-3.2.0b6/configure:10881:	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'
htdig-3.2.0b6/configure-10882-	;;
##############################################
htdig-3.2.0b6/configure-10923-	# to its proper name (with version) after linking.
htdig-3.2.0b6/configure:10924:	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'
htdig-3.2.0b6/configure-10925-
##############################################
htdig-3.2.0b6/configure-10940-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:10941:	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'
htdig-3.2.0b6/configure-10942-
##############################################
htdig-3.2.0b6/configure-10953-	# dependencies.
htdig-3.2.0b6/configure:10954:	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'
htdig-3.2.0b6/configure-10955-	;;
##############################################
htdig-3.2.0b6/configure-10958-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:10959:	  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'
htdig-3.2.0b6/configure-10960-
##############################################
htdig-3.2.0b6/configure-10983-	# to its proper name (with version) after linking.
htdig-3.2.0b6/configure:10984:	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'
htdig-3.2.0b6/configure-10985-
##############################################
htdig-3.2.0b6/configure-10999-	allow_undefined_flag_CXX=' -expect_unresolved \*'
htdig-3.2.0b6/configure:11000:	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'
htdig-3.2.0b6/configure:11001:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
htdig-3.2.0b6/configure-11002-	  echo "-hidden">> $lib.exp~
htdig-3.2.0b6/configure:11003:	  $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~
htdig-3.2.0b6/configure-11004-	  $rm $lib.exp'
##############################################
htdig-3.2.0b6/configure-11016-	# dependencies.
htdig-3.2.0b6/configure:11017:	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'
htdig-3.2.0b6/configure-11018-	;;
##############################################
htdig-3.2.0b6/configure-11021-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:11022:	 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'
htdig-3.2.0b6/configure-11023-
##############################################
htdig-3.2.0b6/configure-11104-	# dependencies.
htdig-3.2.0b6/configure:11105:	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'
htdig-3.2.0b6/configure-11106-
##############################################
htdig-3.2.0b6/configure-11208-  # eval without this substitution.
htdig-3.2.0b6/configure:11209:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
htdig-3.2.0b6/configure-11210-
htdig-3.2.0b6/configure:11211:  for p in `eval $output_verbose_link_cmd`; do
htdig-3.2.0b6/configure-11212-    case $p in
##############################################
htdig-3.2.0b6/configure-11672-  if test "$hard_links" = no; then
htdig-3.2.0b6/configure:11673:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
htdig-3.2.0b6/configure:11674:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
htdig-3.2.0b6/configure-11675-    need_locks=warn
##############################################
htdig-3.2.0b6/configure-11795-if test "$GCC" = yes; then
htdig-3.2.0b6/configure:11796:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/configure-11797-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/configure-11801-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/configure:11802:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/configure-11803-  else
htdig-3.2.0b6/configure:11804:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/configure-11805-  fi
##############################################
htdig-3.2.0b6/configure-11872-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/configure:11873:  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'
htdig-3.2.0b6/configure-11874-  ;;
##############################################
htdig-3.2.0b6/configure-11905-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/configure:11906:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/configure:11907:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/configure:11908:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/configure-11909-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/configure-11910-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/configure:11911:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/configure-11912-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/configure-11918-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/configure:11919:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure-11920-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/configure-11923-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/configure:11924:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure:11925:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/configure-11926-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
htdig-3.2.0b6/configure-11932-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/configure:11933:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/configure-11934-      else
htdig-3.2.0b6/configure:11935:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/configure-11936-      fi
##############################################
htdig-3.2.0b6/configure-11939-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/configure:11940:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure-11941-      ;;
##############################################
htdig-3.2.0b6/configure-11945-  *)
htdig-3.2.0b6/configure:11946:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/configure-11947-    ;;
##############################################
htdig-3.2.0b6/configure-11965-  if test "$GCC" = yes; then
htdig-3.2.0b6/configure:11966:    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"`
htdig-3.2.0b6/configure-11967-  else
##############################################
htdig-3.2.0b6/configure-12142-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/configure:12143:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/configure-12144-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/configure-12209-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/configure:12210:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/configure-12211-    case $host_os in
##############################################
htdig-3.2.0b6/configure-13261-      # Double-quote double-evaled strings.
htdig-3.2.0b6/configure:13262:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/configure-13263-      ;;
htdig-3.2.0b6/configure-13264-    *)
htdig-3.2.0b6/configure:13265:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/configure-13266-      ;;
##############################################
htdig-3.2.0b6/configure-13271-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/configure:13272:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/configure-13273-    ;;
##############################################
htdig-3.2.0b6/configure-13581-  # libtool script then.
htdig-3.2.0b6/configure:13582:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/configure-13583-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/configure-13665-compiler_F77=$CC
htdig-3.2.0b6/configure:13666:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/configure-13667-
##############################################
htdig-3.2.0b6/configure-14014-  if test "$hard_links" = no; then
htdig-3.2.0b6/configure:14015:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
htdig-3.2.0b6/configure:14016:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
htdig-3.2.0b6/configure-14017-    need_locks=warn
##############################################
htdig-3.2.0b6/configure-14137-	# is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/configure:14138:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/configure-14139-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/configure-14192-      supports_anon_versioning=no
htdig-3.2.0b6/configure:14193:      case `$LD -v 2>/dev/null` in
htdig-3.2.0b6/configure-14194-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
htdig-3.2.0b6/configure-14299-	# below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/configure:14300:	  collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/configure-14301-	  if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/configure-14382-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
htdig-3.2.0b6/configure:14383:	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"
htdig-3.2.0b6/configure-14384-       else
##############################################
htdig-3.2.0b6/configure-14471-      # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/configure:14472:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/configure-14473-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/configure-14476-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/configure:14477:      fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/configure-14478-      enable_shared_with_static_runtimes_F77=yes
##############################################
htdig-3.2.0b6/configure-14637-      if test "$GCC" = yes; then
htdig-3.2.0b6/configure:14638:	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'
htdig-3.2.0b6/configure-14639-      else
htdig-3.2.0b6/configure:14640:	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'
htdig-3.2.0b6/configure-14641-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
htdig-3.2.0b6/configure-14669-      hardcode_shlibpath_var_F77=no
htdig-3.2.0b6/configure:14670:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/configure-14671-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
htdig-3.2.0b6/configure-14698-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:14699:	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'
htdig-3.2.0b6/configure-14700-      else
htdig-3.2.0b6/configure-14701-	allow_undefined_flag_F77=' -expect_unresolved \*'
htdig-3.2.0b6/configure:14702:	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'
htdig-3.2.0b6/configure-14703-      fi
##############################################
htdig-3.2.0b6/configure-14710-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:14711:	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'
htdig-3.2.0b6/configure-14712-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/configure-14714-	allow_undefined_flag_F77=' -expect_unresolved \*'
htdig-3.2.0b6/configure:14715:	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'
htdig-3.2.0b6/configure:14716:	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~
htdig-3.2.0b6/configure:14717:	$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'
htdig-3.2.0b6/configure-14718-
##############################################
htdig-3.2.0b6/configure-14936-if test "$GCC" = yes; then
htdig-3.2.0b6/configure:14937:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/configure-14938-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/configure-14942-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/configure:14943:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/configure-14944-  else
htdig-3.2.0b6/configure:14945:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/configure-14946-  fi
##############################################
htdig-3.2.0b6/configure-15013-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/configure:15014:  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'
htdig-3.2.0b6/configure-15015-  ;;
##############################################
htdig-3.2.0b6/configure-15046-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/configure:15047:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/configure:15048:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/configure:15049:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/configure-15050-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/configure-15051-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/configure:15052:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/configure-15053-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/configure-15059-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/configure:15060:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure-15061-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/configure-15064-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/configure:15065:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure:15066:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/configure-15067-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
htdig-3.2.0b6/configure-15073-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/configure:15074:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/configure-15075-      else
htdig-3.2.0b6/configure:15076:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/configure-15077-      fi
##############################################
htdig-3.2.0b6/configure-15080-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/configure:15081:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure-15082-      ;;
##############################################
htdig-3.2.0b6/configure-15086-  *)
htdig-3.2.0b6/configure:15087:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/configure-15088-    ;;
##############################################
htdig-3.2.0b6/configure-15106-  if test "$GCC" = yes; then
htdig-3.2.0b6/configure:15107:    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"`
htdig-3.2.0b6/configure-15108-  else
##############################################
htdig-3.2.0b6/configure-15283-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/configure:15284:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/configure-15285-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/configure-15350-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/configure:15351:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/configure-15352-    case $host_os in
##############################################
htdig-3.2.0b6/configure-15604-      # Double-quote double-evaled strings.
htdig-3.2.0b6/configure:15605:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/configure-15606-      ;;
htdig-3.2.0b6/configure-15607-    *)
htdig-3.2.0b6/configure:15608:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/configure-15609-      ;;
##############################################
htdig-3.2.0b6/configure-15614-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/configure:15615:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/configure-15616-    ;;
##############################################
htdig-3.2.0b6/configure-15924-  # libtool script then.
htdig-3.2.0b6/configure:15925:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/configure-15926-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/configure-16340-  if test "$hard_links" = no; then
htdig-3.2.0b6/configure:16341:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
htdig-3.2.0b6/configure:16342:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
htdig-3.2.0b6/configure-16343-    need_locks=warn
##############################################
htdig-3.2.0b6/configure-16463-	# is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/configure:16464:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/configure-16465-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/configure-16518-      supports_anon_versioning=no
htdig-3.2.0b6/configure:16519:      case `$LD -v 2>/dev/null` in
htdig-3.2.0b6/configure-16520-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
htdig-3.2.0b6/configure-16625-	# below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/configure:16626:	  collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/configure-16627-	  if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/configure-16718-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
htdig-3.2.0b6/configure:16719:	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"
htdig-3.2.0b6/configure-16720-       else
##############################################
htdig-3.2.0b6/configure-16817-      # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/configure:16818:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/configure-16819-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/configure-16822-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/configure:16823:      fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/configure-16824-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
htdig-3.2.0b6/configure-16983-      if test "$GCC" = yes; then
htdig-3.2.0b6/configure:16984:	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'
htdig-3.2.0b6/configure-16985-      else
htdig-3.2.0b6/configure:16986:	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'
htdig-3.2.0b6/configure-16987-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
htdig-3.2.0b6/configure-17015-      hardcode_shlibpath_var_GCJ=no
htdig-3.2.0b6/configure:17016:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/configure-17017-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
htdig-3.2.0b6/configure-17044-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:17045:	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'
htdig-3.2.0b6/configure-17046-      else
htdig-3.2.0b6/configure-17047-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
htdig-3.2.0b6/configure:17048:	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'
htdig-3.2.0b6/configure-17049-      fi
##############################################
htdig-3.2.0b6/configure-17056-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/configure:17057:	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'
htdig-3.2.0b6/configure-17058-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/configure-17060-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
htdig-3.2.0b6/configure:17061:	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'
htdig-3.2.0b6/configure:17062:	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~
htdig-3.2.0b6/configure:17063:	$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'
htdig-3.2.0b6/configure-17064-
##############################################
htdig-3.2.0b6/configure-17282-if test "$GCC" = yes; then
htdig-3.2.0b6/configure:17283:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/configure-17284-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/configure-17288-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/configure:17289:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/configure-17290-  else
htdig-3.2.0b6/configure:17291:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/configure-17292-  fi
##############################################
htdig-3.2.0b6/configure-17359-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/configure:17360:  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'
htdig-3.2.0b6/configure-17361-  ;;
##############################################
htdig-3.2.0b6/configure-17392-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/configure:17393:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/configure:17394:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/configure:17395:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/configure-17396-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/configure-17397-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/configure:17398:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/configure-17399-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/configure-17405-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/configure:17406:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure-17407-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/configure-17410-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/configure:17411:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure:17412:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/configure-17413-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
htdig-3.2.0b6/configure-17419-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/configure:17420:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/configure-17421-      else
htdig-3.2.0b6/configure:17422:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/configure-17423-      fi
##############################################
htdig-3.2.0b6/configure-17426-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/configure:17427:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/configure-17428-      ;;
##############################################
htdig-3.2.0b6/configure-17432-  *)
htdig-3.2.0b6/configure:17433:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/configure-17434-    ;;
##############################################
htdig-3.2.0b6/configure-17452-  if test "$GCC" = yes; then
htdig-3.2.0b6/configure:17453:    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"`
htdig-3.2.0b6/configure-17454-  else
##############################################
htdig-3.2.0b6/configure-17629-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/configure:17630:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/configure-17631-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/configure-17696-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/configure:17697:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/configure-17698-    case $host_os in
##############################################
htdig-3.2.0b6/configure-18748-      # Double-quote double-evaled strings.
htdig-3.2.0b6/configure:18749:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/configure-18750-      ;;
htdig-3.2.0b6/configure-18751-    *)
htdig-3.2.0b6/configure:18752:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/configure-18753-      ;;
##############################################
htdig-3.2.0b6/configure-18758-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/configure:18759:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/configure-18760-    ;;
##############################################
htdig-3.2.0b6/configure-19068-  # libtool script then.
htdig-3.2.0b6/configure:19069:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/configure-19070-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/configure-19193-      # Double-quote double-evaled strings.
htdig-3.2.0b6/configure:19194:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/configure-19195-      ;;
htdig-3.2.0b6/configure-19196-    *)
htdig-3.2.0b6/configure:19197:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/configure-19198-      ;;
##############################################
htdig-3.2.0b6/configure-19203-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/configure:19204:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/configure-19205-    ;;
##############################################
htdig-3.2.0b6/configure-19513-  # libtool script then.
htdig-3.2.0b6/configure:19514:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/configure-19515-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/configure-21253-  for ac_func in _getb67 GETB67 getb67; do
htdig-3.2.0b6/configure:21254:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/configure-21255-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/configure-21341-fi
htdig-3.2.0b6/configure:21342:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/configure:21343:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/configure:21344:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/configure-21345-
##############################################
htdig-3.2.0b6/configure-21429-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
htdig-3.2.0b6/configure:21430:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
htdig-3.2.0b6/configure-21431-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
htdig-3.2.0b6/configure-21483-fi
htdig-3.2.0b6/configure:21484:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:21485:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure:21486:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-21487-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:21488:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-21489-_ACEOF
##############################################
htdig-3.2.0b6/configure-22007-do
htdig-3.2.0b6/configure:22008:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/configure-22009-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-22014-fi
htdig-3.2.0b6/configure:22015:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:22016:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-22017-else
##############################################
htdig-3.2.0b6/configure-22140-fi
htdig-3.2.0b6/configure:22141:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:22142:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-22143-
htdig-3.2.0b6/configure-22144-fi
htdig-3.2.0b6/configure:22145:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-22146-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:22147:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-22148-_ACEOF
##############################################
htdig-3.2.0b6/configure-22159-do
htdig-3.2.0b6/configure:22160:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/configure-22161-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-22166-fi
htdig-3.2.0b6/configure:22167:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:22168:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-22169-else
##############################################
htdig-3.2.0b6/configure-22292-fi
htdig-3.2.0b6/configure:22293:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:22294:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-22295-
htdig-3.2.0b6/configure-22296-fi
htdig-3.2.0b6/configure:22297:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-22298-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:22299:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-22300-_ACEOF
##############################################
htdig-3.2.0b6/configure-23213-
htdig-3.2.0b6/configure:23214:ac_lo=`expr $ac_mid + 1`
htdig-3.2.0b6/configure-23215-		    if test $ac_lo -le $ac_mid; then
##############################################
htdig-3.2.0b6/configure-23218-		    fi
htdig-3.2.0b6/configure:23219:		    ac_mid=`expr 2 '*' $ac_mid + 1`
htdig-3.2.0b6/configure-23220-fi
##############################################
htdig-3.2.0b6/configure-23309-
htdig-3.2.0b6/configure:23310:ac_hi=`expr '(' $ac_mid ')' - 1`
htdig-3.2.0b6/configure-23311-		       if test $ac_mid -le $ac_hi; then
##############################################
htdig-3.2.0b6/configure-23314-		       fi
htdig-3.2.0b6/configure:23315:		       ac_mid=`expr 2 '*' $ac_mid`
htdig-3.2.0b6/configure-23316-fi
##############################################
htdig-3.2.0b6/configure-23329-while test "x$ac_lo" != "x$ac_hi"; do
htdig-3.2.0b6/configure:23330:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
htdig-3.2.0b6/configure-23331-  cat >conftest.$ac_ext <<_ACEOF
##############################################
htdig-3.2.0b6/configure-23373-
htdig-3.2.0b6/configure:23374:ac_lo=`expr '(' $ac_mid ')' + 1`
htdig-3.2.0b6/configure-23375-fi
##############################################
htdig-3.2.0b6/configure-23619-
htdig-3.2.0b6/configure:23620:ac_lo=`expr $ac_mid + 1`
htdig-3.2.0b6/configure-23621-		    if test $ac_lo -le $ac_mid; then
##############################################
htdig-3.2.0b6/configure-23624-		    fi
htdig-3.2.0b6/configure:23625:		    ac_mid=`expr 2 '*' $ac_mid + 1`
htdig-3.2.0b6/configure-23626-fi
##############################################
htdig-3.2.0b6/configure-23715-
htdig-3.2.0b6/configure:23716:ac_hi=`expr '(' $ac_mid ')' - 1`
htdig-3.2.0b6/configure-23717-		       if test $ac_mid -le $ac_hi; then
##############################################
htdig-3.2.0b6/configure-23720-		       fi
htdig-3.2.0b6/configure:23721:		       ac_mid=`expr 2 '*' $ac_mid`
htdig-3.2.0b6/configure-23722-fi
##############################################
htdig-3.2.0b6/configure-23735-while test "x$ac_lo" != "x$ac_hi"; do
htdig-3.2.0b6/configure:23736:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
htdig-3.2.0b6/configure-23737-  cat >conftest.$ac_ext <<_ACEOF
##############################################
htdig-3.2.0b6/configure-23779-
htdig-3.2.0b6/configure:23780:ac_lo=`expr '(' $ac_mid ')' + 1`
htdig-3.2.0b6/configure-23781-fi
##############################################
htdig-3.2.0b6/configure-24025-
htdig-3.2.0b6/configure:24026:ac_lo=`expr $ac_mid + 1`
htdig-3.2.0b6/configure-24027-		    if test $ac_lo -le $ac_mid; then
##############################################
htdig-3.2.0b6/configure-24030-		    fi
htdig-3.2.0b6/configure:24031:		    ac_mid=`expr 2 '*' $ac_mid + 1`
htdig-3.2.0b6/configure-24032-fi
##############################################
htdig-3.2.0b6/configure-24121-
htdig-3.2.0b6/configure:24122:ac_hi=`expr '(' $ac_mid ')' - 1`
htdig-3.2.0b6/configure-24123-		       if test $ac_mid -le $ac_hi; then
##############################################
htdig-3.2.0b6/configure-24126-		       fi
htdig-3.2.0b6/configure:24127:		       ac_mid=`expr 2 '*' $ac_mid`
htdig-3.2.0b6/configure-24128-fi
##############################################
htdig-3.2.0b6/configure-24141-while test "x$ac_lo" != "x$ac_hi"; do
htdig-3.2.0b6/configure:24142:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
htdig-3.2.0b6/configure-24143-  cat >conftest.$ac_ext <<_ACEOF
##############################################
htdig-3.2.0b6/configure-24185-
htdig-3.2.0b6/configure:24186:ac_lo=`expr '(' $ac_mid ')' + 1`
htdig-3.2.0b6/configure-24187-fi
##############################################
htdig-3.2.0b6/configure-24431-
htdig-3.2.0b6/configure:24432:ac_lo=`expr $ac_mid + 1`
htdig-3.2.0b6/configure-24433-		    if test $ac_lo -le $ac_mid; then
##############################################
htdig-3.2.0b6/configure-24436-		    fi
htdig-3.2.0b6/configure:24437:		    ac_mid=`expr 2 '*' $ac_mid + 1`
htdig-3.2.0b6/configure-24438-fi
##############################################
htdig-3.2.0b6/configure-24527-
htdig-3.2.0b6/configure:24528:ac_hi=`expr '(' $ac_mid ')' - 1`
htdig-3.2.0b6/configure-24529-		       if test $ac_mid -le $ac_hi; then
##############################################
htdig-3.2.0b6/configure-24532-		       fi
htdig-3.2.0b6/configure:24533:		       ac_mid=`expr 2 '*' $ac_mid`
htdig-3.2.0b6/configure-24534-fi
##############################################
htdig-3.2.0b6/configure-24547-while test "x$ac_lo" != "x$ac_hi"; do
htdig-3.2.0b6/configure:24548:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
htdig-3.2.0b6/configure-24549-  cat >conftest.$ac_ext <<_ACEOF
##############################################
htdig-3.2.0b6/configure-24591-
htdig-3.2.0b6/configure:24592:ac_lo=`expr '(' $ac_mid ')' + 1`
htdig-3.2.0b6/configure-24593-fi
##############################################
htdig-3.2.0b6/configure-24837-
htdig-3.2.0b6/configure:24838:ac_lo=`expr $ac_mid + 1`
htdig-3.2.0b6/configure-24839-		    if test $ac_lo -le $ac_mid; then
##############################################
htdig-3.2.0b6/configure-24842-		    fi
htdig-3.2.0b6/configure:24843:		    ac_mid=`expr 2 '*' $ac_mid + 1`
htdig-3.2.0b6/configure-24844-fi
##############################################
htdig-3.2.0b6/configure-24933-
htdig-3.2.0b6/configure:24934:ac_hi=`expr '(' $ac_mid ')' - 1`
htdig-3.2.0b6/configure-24935-		       if test $ac_mid -le $ac_hi; then
##############################################
htdig-3.2.0b6/configure-24938-		       fi
htdig-3.2.0b6/configure:24939:		       ac_mid=`expr 2 '*' $ac_mid`
htdig-3.2.0b6/configure-24940-fi
##############################################
htdig-3.2.0b6/configure-24953-while test "x$ac_lo" != "x$ac_hi"; do
htdig-3.2.0b6/configure:24954:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
htdig-3.2.0b6/configure-24955-  cat >conftest.$ac_ext <<_ACEOF
##############################################
htdig-3.2.0b6/configure-24997-
htdig-3.2.0b6/configure:24998:ac_lo=`expr '(' $ac_mid ')' + 1`
htdig-3.2.0b6/configure-24999-fi
##############################################
htdig-3.2.0b6/configure-25161-do
htdig-3.2.0b6/configure:25162:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/configure-25163-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-25168-fi
htdig-3.2.0b6/configure:25169:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:25170:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-25171-else
##############################################
htdig-3.2.0b6/configure-25294-fi
htdig-3.2.0b6/configure:25295:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:25296:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-25297-
htdig-3.2.0b6/configure-25298-fi
htdig-3.2.0b6/configure:25299:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-25300-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:25301:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-25302-_ACEOF
##############################################
htdig-3.2.0b6/configure-25535-do
htdig-3.2.0b6/configure:25536:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/configure-25537-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-25542-fi
htdig-3.2.0b6/configure:25543:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:25544:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-25545-else
##############################################
htdig-3.2.0b6/configure-25668-fi
htdig-3.2.0b6/configure:25669:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:25670:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-25671-
htdig-3.2.0b6/configure-25672-fi
htdig-3.2.0b6/configure:25673:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-25674-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:25675:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-25676-_ACEOF
##############################################
htdig-3.2.0b6/configure-25684-do
htdig-3.2.0b6/configure:25685:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/configure-25686-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/configure-25772-fi
htdig-3.2.0b6/configure:25773:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/configure:25774:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/configure:25775:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/configure-25776-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:25777:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-25778-_ACEOF
##############################################
htdig-3.2.0b6/configure-25960-do
htdig-3.2.0b6/configure:25961:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/configure-25962-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-25967-fi
htdig-3.2.0b6/configure:25968:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:25969:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-25970-else
##############################################
htdig-3.2.0b6/configure-26093-fi
htdig-3.2.0b6/configure:26094:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:26095:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-26096-
htdig-3.2.0b6/configure-26097-fi
htdig-3.2.0b6/configure:26098:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-26099-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:26100:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-26101-_ACEOF
##############################################
htdig-3.2.0b6/configure-26191-do
htdig-3.2.0b6/configure:26192:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/configure-26193-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/configure-26198-fi
htdig-3.2.0b6/configure:26199:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:26200:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-26201-else
##############################################
htdig-3.2.0b6/configure-26324-fi
htdig-3.2.0b6/configure:26325:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/configure:26326:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/configure-26327-
htdig-3.2.0b6/configure-26328-fi
htdig-3.2.0b6/configure:26329:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/configure-26330-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:26331:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-26332-_ACEOF
##############################################
htdig-3.2.0b6/configure-26407-ac_save_IFS=$IFS; IFS=','
htdig-3.2.0b6/configure:26408:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
htdig-3.2.0b6/configure-26409-IFS=$ac_save_IFS
##############################################
htdig-3.2.0b6/configure-26499-do
htdig-3.2.0b6/configure:26500:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/configure-26501-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/configure-26587-fi
htdig-3.2.0b6/configure:26588:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/configure:26589:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/configure:26590:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/configure-26591-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:26592:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-26593-_ACEOF
##############################################
htdig-3.2.0b6/configure-26674-do
htdig-3.2.0b6/configure:26675:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/configure-26676-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/configure-26762-fi
htdig-3.2.0b6/configure:26763:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/configure:26764:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/configure:26765:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/configure-26766-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:26767:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-26768-_ACEOF
##############################################
htdig-3.2.0b6/configure-26804-do
htdig-3.2.0b6/configure:26805:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/configure-26806-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/configure-26892-fi
htdig-3.2.0b6/configure:26893:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/configure:26894:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/configure:26895:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/configure-26896-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:26897:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-26898-_ACEOF
##############################################
htdig-3.2.0b6/configure-27030-do
htdig-3.2.0b6/configure:27031:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/configure-27032-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/configure-27118-fi
htdig-3.2.0b6/configure:27119:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/configure:27120:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/configure:27121:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/configure-27122-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:27123:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-27124-_ACEOF
##############################################
htdig-3.2.0b6/configure-27132-do
htdig-3.2.0b6/configure:27133:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/configure-27134-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/configure-27220-fi
htdig-3.2.0b6/configure:27221:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/configure:27222:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/configure:27223:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/configure-27224-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/configure:27225:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/configure-27226-_ACEOF
##############################################
htdig-3.2.0b6/configure-28018-    #
htdig-3.2.0b6/configure:28019:        APACHE_READABLE_VERSION=`$APACHE -v | grep 'Server version' | sed -e 's;.*/\([0-9\.][0-9\.][0-9\.][0-9\.]*\).*;\1;'`
htdig-3.2.0b6/configure:28020:        APACHE_VERSION=`echo $APACHE_READABLE_VERSION | sed -e 's/\.//g'`
htdig-3.2.0b6/configure-28021-    if test -z "$APACHE_VERSION" ; then
##############################################
htdig-3.2.0b6/configure-28025-    fi
htdig-3.2.0b6/configure:28026:    APACHE_MAJOR=`expr $APACHE_VERSION : '\(..\)'`
htdig-3.2.0b6/configure:28027:    APACHE_MINOR=`expr $APACHE_VERSION : '..\(.*\)'`
htdig-3.2.0b6/configure-28028-    #
##############################################
htdig-3.2.0b6/configure-28034-      APACHE_REQUEST=`echo 1.3.1 | sed -e 's/\.//g'`
htdig-3.2.0b6/configure:28035:      APACHE_REQUEST_MAJOR=`expr $APACHE_REQUEST : '\(..\)'`
htdig-3.2.0b6/configure:28036:      APACHE_REQUEST_MINOR=`expr $APACHE_REQUEST : '..\(.*\)'`
htdig-3.2.0b6/configure-28037-      if test "$APACHE_MAJOR" -lt "$APACHE_REQUEST_MAJOR" -o "$APACHE_MINOR" -lt "$APACHE_REQUEST_MINOR" ; then
##############################################
htdig-3.2.0b6/configure-28050-    #
htdig-3.2.0b6/configure:28051:    HTTP_ROOT=`$APACHE -V | grep HTTPD_ROOT | sed -e 's/.*"\(.*\)"/\1/'`
htdig-3.2.0b6/configure-28052-    echo "$as_me:$LINENO: checking apache modules" >&5
##############################################
htdig-3.2.0b6/configure-28292-do
htdig-3.2.0b6/configure:28293:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
htdig-3.2.0b6/configure-28294-    eval $as_var=C; export $as_var
##############################################
htdig-3.2.0b6/configure-28350-  as_lineno_2=$LINENO
htdig-3.2.0b6/configure:28351:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
htdig-3.2.0b6/configure-28352-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
htdig-3.2.0b6/configure-28390-  as_lineno_2=$LINENO
htdig-3.2.0b6/configure:28391:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
htdig-3.2.0b6/configure-28392-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
htdig-3.2.0b6/configure-28572-configured by $0, generated by GNU Autoconf 2.59,
htdig-3.2.0b6/configure:28573:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
htdig-3.2.0b6/configure-28574-
##############################################
htdig-3.2.0b6/configure-28589-  --*=*)
htdig-3.2.0b6/configure:28590:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
htdig-3.2.0b6/configure:28591:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
htdig-3.2.0b6/configure-28592-    ac_shift=:
##############################################
htdig-3.2.0b6/configure-28930-      fi
htdig-3.2.0b6/configure:28931:      ac_sed_frag=`expr $ac_sed_frag + 1`
htdig-3.2.0b6/configure-28932-      ac_beg=$ac_end
htdig-3.2.0b6/configure:28933:      ac_end=`expr $ac_end + $ac_max_sed_lines`
htdig-3.2.0b6/configure-28934-    fi
##############################################
htdig-3.2.0b6/configure-28947-	cat >$tmp/stdin
htdig-3.2.0b6/configure:28948:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/configure:28949:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
htdig-3.2.0b6/configure:28950:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/configure:28951:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
htdig-3.2.0b6/configure-28952-  * )   ac_file_in=$ac_file.in ;;
##############################################
htdig-3.2.0b6/configure-28995-if test "$ac_dir" != .; then
htdig-3.2.0b6/configure:28996:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
htdig-3.2.0b6/configure-28997-  # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/configure:28998:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
htdig-3.2.0b6/configure-28999-else
##############################################
htdig-3.2.0b6/configure-29008-    else
htdig-3.2.0b6/configure:29009:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
htdig-3.2.0b6/configure-29010-    fi ;;
##############################################
htdig-3.2.0b6/configure-29161-	cat >$tmp/stdin
htdig-3.2.0b6/configure:29162:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/configure:29163:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
htdig-3.2.0b6/configure:29164:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/configure:29165:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
htdig-3.2.0b6/configure-29166-  * )   ac_file_in=$ac_file.in ;;
##############################################
htdig-3.2.0b6/configure-29364-    * )
htdig-3.2.0b6/configure:29365:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
htdig-3.2.0b6/configure-29366-  esac
##############################################
htdig-3.2.0b6/configure-29387-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
htdig-3.2.0b6/configure:29388:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
htdig-3.2.0b6/configure:29389:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/configure-29390-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
htdig-3.2.0b6/configure-29429-if test "$ac_dir" != .; then
htdig-3.2.0b6/configure:29430:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
htdig-3.2.0b6/configure-29431-  # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/configure:29432:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
htdig-3.2.0b6/configure-29433-else
##############################################
htdig-3.2.0b6/configure-29442-    else
htdig-3.2.0b6/configure:29443:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
htdig-3.2.0b6/configure-29444-    fi ;;
##############################################
htdig-3.2.0b6/configure-29497-  # Strip MF so we end up with the name of the file.
htdig-3.2.0b6/configure:29498:  mf=`echo "$mf" | sed -e 's/:.*$//'`
htdig-3.2.0b6/configure-29499-  # Check whether this is an Automake generated Makefile or not.
##############################################
htdig-3.2.0b6/configure-29523-  # running `make'.
htdig-3.2.0b6/configure:29524:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
htdig-3.2.0b6/configure-29525-  test -z "$DEPDIR" && continue
htdig-3.2.0b6/configure-29526-  # When using ansi2knr, U may be empty or an underscore; expand it
htdig-3.2.0b6/configure:29527:  U=`sed -n -e '/^U = / s///p' < "$mf"`
htdig-3.2.0b6/configure-29528-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
htdig-3.2.0b6/configure-29695-if test "$ac_dir" != .; then
htdig-3.2.0b6/configure:29696:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
htdig-3.2.0b6/configure-29697-  # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/configure:29698:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
htdig-3.2.0b6/configure-29699-else
##############################################
htdig-3.2.0b6/configure-29708-    else
htdig-3.2.0b6/configure:29709:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
htdig-3.2.0b6/configure-29710-    fi ;;
##############################################
htdig-3.2.0b6/configure.in-14-#
htdig-3.2.0b6/configure.in:15:VERSION=`cat ${srcdir}/.version`
htdig-3.2.0b6/configure.in:16:HTDIG_MAJOR_VERSION=[`expr $VERSION : '\([0-9][0-9]*\)'`]
htdig-3.2.0b6/configure.in-17-AC_SUBST(HTDIG_MAJOR_VERSION)
htdig-3.2.0b6/configure.in:18:HTDIG_MINOR_VERSION=[`expr $VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\)'`]
htdig-3.2.0b6/configure.in-19-AC_SUBST(HTDIG_MINOR_VERSION)
htdig-3.2.0b6/configure.in:20:HTDIG_MICRO_VERSION=[`expr $VERSION : '[0-9][0-9]*\.[0-9][0-9]*\.\([0-9][0-9]*\)'`]
htdig-3.2.0b6/configure.in-21-AC_SUBST(HTDIG_MICRO_VERSION)
##############################################
htdig-3.2.0b6/install-sh-103-
htdig-3.2.0b6/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
htdig-3.2.0b6/install-sh-105-	    shift
##############################################
htdig-3.2.0b6/install-sh-107-
htdig-3.2.0b6/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
htdig-3.2.0b6/install-sh-109-	    shift
##############################################
htdig-3.2.0b6/install-sh-169-	then
htdig-3.2.0b6/install-sh:170:		dst=$dst/`basename "$src"`
htdig-3.2.0b6/install-sh-171-	else
##############################################
htdig-3.2.0b6/install-sh-176-## this sed command emulates the dirname command
htdig-3.2.0b6/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
htdig-3.2.0b6/install-sh-178-
##############################################
htdig-3.2.0b6/install-sh-190-IFS='%'
htdig-3.2.0b6/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
htdig-3.2.0b6/install-sh-192-IFS=$oIFS
##############################################
htdig-3.2.0b6/install-sh-224-	then
htdig-3.2.0b6/install-sh:225:		dstfile=`basename "$dst"`
htdig-3.2.0b6/install-sh-226-	else
##############################################
htdig-3.2.0b6/install-sh-234-	then
htdig-3.2.0b6/install-sh:235:		dstfile=`basename "$dst"`
htdig-3.2.0b6/install-sh-236-	else
##############################################
htdig-3.2.0b6/lookfor-2-
htdig-3.2.0b6/lookfor:3:egrep "$1" `find $2 -name "*.cc" -or -name "*.h"`
##############################################
htdig-3.2.0b6/ltmain.sh-36-# The name of this program:
htdig-3.2.0b6/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
htdig-3.2.0b6/ltmain.sh-38-modename="$progname"
##############################################
htdig-3.2.0b6/ltmain.sh-56-  :
htdig-3.2.0b6/ltmain.sh:57:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
htdig-3.2.0b6/ltmain.sh-58-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/ltmain.sh-142-  win32_libid_type="unknown"
htdig-3.2.0b6/ltmain.sh:143:  win32_fileres=`file -L $1 2>/dev/null`
htdig-3.2.0b6/ltmain.sh-144-  case $win32_fileres in
##############################################
htdig-3.2.0b6/ltmain.sh-194-      # but not from the CC environment variable when configure was run.
htdig-3.2.0b6/ltmain.sh:195:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
htdig-3.2.0b6/ltmain.sh-196-      # Blanks at the start of $base_compile will cause this to fail
##############################################
htdig-3.2.0b6/ltmain.sh-201-	    # Evaluate the configuration.
htdig-3.2.0b6/ltmain.sh:202:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
htdig-3.2.0b6/ltmain.sh-203-	    CC_quoted=
##############################################
htdig-3.2.0b6/ltmain.sh-213-	    case "$@ " in
htdig-3.2.0b6/ltmain.sh:214:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
htdig-3.2.0b6/ltmain.sh-215-	      # The compiler in the base compile command matches
##############################################
htdig-3.2.0b6/ltmain.sh-250-  case $arg in
htdig-3.2.0b6/ltmain.sh:251:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
htdig-3.2.0b6/ltmain.sh-252-  *) optarg= ;;
##############################################
htdig-3.2.0b6/ltmain.sh-281-	  # Evaluate the configuration.
htdig-3.2.0b6/ltmain.sh:282:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
htdig-3.2.0b6/ltmain.sh-283-	else
##############################################
htdig-3.2.0b6/ltmain.sh-508-	-Wc,*)
htdig-3.2.0b6/ltmain.sh:509:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
htdig-3.2.0b6/ltmain.sh-510-	  lastarg=
##############################################
htdig-3.2.0b6/ltmain.sh-525-	  IFS="$save_ifs"
htdig-3.2.0b6/ltmain.sh:526:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/ltmain.sh-527-
##############################################
htdig-3.2.0b6/ltmain.sh-544-      # Aesthetically quote the previous argument.
htdig-3.2.0b6/ltmain.sh:545:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-546-
##############################################
htdig-3.2.0b6/ltmain.sh-569-      # Get the name of the library object.
htdig-3.2.0b6/ltmain.sh:570:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-571-      ;;
##############################################
htdig-3.2.0b6/ltmain.sh-580-    *.ads) xform=ads ;;
htdig-3.2.0b6/ltmain.sh:581:    *.asm) xform=asm ;;
htdig-3.2.0b6/ltmain.sh-582-    *.c++) xform=c++ ;;
##############################################
htdig-3.2.0b6/ltmain.sh-592-
htdig-3.2.0b6/ltmain.sh:593:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
htdig-3.2.0b6/ltmain.sh-594-
htdig-3.2.0b6/ltmain.sh-595-    case $libobj in
htdig-3.2.0b6/ltmain.sh:596:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
htdig-3.2.0b6/ltmain.sh-597-    *)
##############################################
htdig-3.2.0b6/ltmain.sh-623-
htdig-3.2.0b6/ltmain.sh:624:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh:625:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-626-    if test "X$xdir" = "X$obj"; then
##############################################
htdig-3.2.0b6/ltmain.sh-662-    if test "$compiler_c_o" = no; then
htdig-3.2.0b6/ltmain.sh:663:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
htdig-3.2.0b6/ltmain.sh-664-      lockfile="$output_obj.lock"
##############################################
htdig-3.2.0b6/ltmain.sh-683-*** ERROR, $lockfile exists and contains:
htdig-3.2.0b6/ltmain.sh:684:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/ltmain.sh-685-
##############################################
htdig-3.2.0b6/ltmain.sh-752-      if test "$need_locks" = warn &&
htdig-3.2.0b6/ltmain.sh:753:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
htdig-3.2.0b6/ltmain.sh-754-	$echo "\
htdig-3.2.0b6/ltmain.sh-755-*** ERROR, $lockfile contains:
htdig-3.2.0b6/ltmain.sh:756:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/ltmain.sh-757-
##############################################
htdig-3.2.0b6/ltmain.sh-824-      if test "$need_locks" = warn &&
htdig-3.2.0b6/ltmain.sh:825:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
htdig-3.2.0b6/ltmain.sh-826-	$echo "\
htdig-3.2.0b6/ltmain.sh-827-*** ERROR, $lockfile contains:
htdig-3.2.0b6/ltmain.sh:828:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/ltmain.sh-829-
##############################################
htdig-3.2.0b6/ltmain.sh-986-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
htdig-3.2.0b6/ltmain.sh:987:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
htdig-3.2.0b6/ltmain.sh-988-	;;
##############################################
htdig-3.2.0b6/ltmain.sh-1075-	    moreargs=
htdig-3.2.0b6/ltmain.sh:1076:	    for fil in `cat $save_arg`
htdig-3.2.0b6/ltmain.sh-1077-	    do
##############################################
htdig-3.2.0b6/ltmain.sh-1102-		# Extract subdirectory from the argument.
htdig-3.2.0b6/ltmain.sh:1103:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-1104-		if test "X$xdir" = "X$arg"; then
##############################################
htdig-3.2.0b6/ltmain.sh-1156-		  # Extract subdirectory from the argument.
htdig-3.2.0b6/ltmain.sh:1157:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-1158-		  if test "X$xdir" = "X$arg"; then
##############################################
htdig-3.2.0b6/ltmain.sh-1163-
htdig-3.2.0b6/ltmain.sh:1164:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/ltmain.sh:1165:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/ltmain.sh-1166-		  libobjs="$libobjs $pic_object"
##############################################
htdig-3.2.0b6/ltmain.sh-1305-      -L*)
htdig-3.2.0b6/ltmain.sh:1306:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/ltmain.sh-1307-	# We need an absolute path.
##############################################
htdig-3.2.0b6/ltmain.sh-1310-	*)
htdig-3.2.0b6/ltmain.sh:1311:	  absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/ltmain.sh-1312-	  if test -z "$absdir"; then
##############################################
htdig-3.2.0b6/ltmain.sh-1387-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/ltmain.sh:1388:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-1389-	case $arg in
##############################################
htdig-3.2.0b6/ltmain.sh-1458-      -R*)
htdig-3.2.0b6/ltmain.sh:1459:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/ltmain.sh-1460-	# We need an absolute path.
##############################################
htdig-3.2.0b6/ltmain.sh-1499-      -Wc,*)
htdig-3.2.0b6/ltmain.sh:1500:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
htdig-3.2.0b6/ltmain.sh-1501-	arg=
##############################################
htdig-3.2.0b6/ltmain.sh-1513-	IFS="$save_ifs"
htdig-3.2.0b6/ltmain.sh:1514:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/ltmain.sh-1515-	;;
##############################################
htdig-3.2.0b6/ltmain.sh-1517-      -Wl,*)
htdig-3.2.0b6/ltmain.sh:1518:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
htdig-3.2.0b6/ltmain.sh-1519-	arg=
##############################################
htdig-3.2.0b6/ltmain.sh-1532-	IFS="$save_ifs"
htdig-3.2.0b6/ltmain.sh:1533:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/ltmain.sh-1534-	;;
##############################################
htdig-3.2.0b6/ltmain.sh-1554-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/ltmain.sh:1555:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-1556-	case $arg in
##############################################
htdig-3.2.0b6/ltmain.sh-1591-	  # Extract subdirectory from the argument.
htdig-3.2.0b6/ltmain.sh:1592:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-1593-	  if test "X$xdir" = "X$arg"; then
##############################################
htdig-3.2.0b6/ltmain.sh-1645-	    # Extract subdirectory from the argument.
htdig-3.2.0b6/ltmain.sh:1646:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-1647-	    if test "X$xdir" = "X$arg"; then
##############################################
htdig-3.2.0b6/ltmain.sh-1652-
htdig-3.2.0b6/ltmain.sh:1653:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/ltmain.sh:1654:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/ltmain.sh-1655-	    libobjs="$libobjs $pic_object"
##############################################
htdig-3.2.0b6/ltmain.sh-1688-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/ltmain.sh:1689:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-1690-	case $arg in
##############################################
htdig-3.2.0b6/ltmain.sh-1718-    # calculate the name of the file, without its directory
htdig-3.2.0b6/ltmain.sh:1719:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-1720-    libobjs_save="$libobjs"
##############################################
htdig-3.2.0b6/ltmain.sh-1723-      # get the directories listed in $shlibpath_var
htdig-3.2.0b6/ltmain.sh:1724:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
htdig-3.2.0b6/ltmain.sh-1725-    else
##############################################
htdig-3.2.0b6/ltmain.sh-1730-
htdig-3.2.0b6/ltmain.sh:1731:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-1732-    if test "X$output_objdir" = "X$output"; then
##############################################
htdig-3.2.0b6/ltmain.sh-1873-	  fi
htdig-3.2.0b6/ltmain.sh:1874:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
htdig-3.2.0b6/ltmain.sh-1875-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
htdig-3.2.0b6/ltmain.sh-1917-		    found=no
htdig-3.2.0b6/ltmain.sh:1918:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-1919-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
htdig-3.2.0b6/ltmain.sh-1942-	    newdependency_libs="$deplib $newdependency_libs"
htdig-3.2.0b6/ltmain.sh:1943:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/ltmain.sh-1944-	    ;;
##############################################
htdig-3.2.0b6/ltmain.sh-1955-	    fi
htdig-3.2.0b6/ltmain.sh:1956:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/ltmain.sh-1957-	    ;;
##############################################
htdig-3.2.0b6/ltmain.sh-1965-	  if test "$pass" = link; then
htdig-3.2.0b6/ltmain.sh:1966:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/ltmain.sh-1967-	    # Make sure the xrpath contains only unique directories.
##############################################
htdig-3.2.0b6/ltmain.sh-2044-
htdig-3.2.0b6/ltmain.sh:2045:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-2046-	test "X$ladir" = "X$lib" && ladir="."
##############################################
htdig-3.2.0b6/ltmain.sh-2134-	*)
htdig-3.2.0b6/ltmain.sh:2135:	  abs_ladir=`cd "$ladir" && pwd`
htdig-3.2.0b6/ltmain.sh-2136-	  if test -z "$abs_ladir"; then
##############################################
htdig-3.2.0b6/ltmain.sh-2142-	esac
htdig-3.2.0b6/ltmain.sh:2143:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-2144-
##############################################
htdig-3.2.0b6/ltmain.sh-2161-	fi # $installed = yes
htdig-3.2.0b6/ltmain.sh:2162:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
htdig-3.2.0b6/ltmain.sh-2163-
##############################################
htdig-3.2.0b6/ltmain.sh-2208-	    case $deplib in
htdig-3.2.0b6/ltmain.sh:2209:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
htdig-3.2.0b6/ltmain.sh-2210-	    esac
##############################################
htdig-3.2.0b6/ltmain.sh-2323-	    shift; shift
htdig-3.2.0b6/ltmain.sh:2324:	    libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/ltmain.sh-2325-	    # use dlname if we got it. it's perfectly good, no?
##############################################
htdig-3.2.0b6/ltmain.sh-2331-	      *cygwin* | mingw*)
htdig-3.2.0b6/ltmain.sh:2332:		major=`expr $current - $age`
htdig-3.2.0b6/ltmain.sh-2333-		versuffix="-$major"
##############################################
htdig-3.2.0b6/ltmain.sh-2342-	    soroot="$soname"
htdig-3.2.0b6/ltmain.sh:2343:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
htdig-3.2.0b6/ltmain.sh:2344:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
htdig-3.2.0b6/ltmain.sh-2345-
##############################################
htdig-3.2.0b6/ltmain.sh-2573-	      case $libdir in
htdig-3.2.0b6/ltmain.sh:2574:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/ltmain.sh-2575-		   case " $xrpath " in
##############################################
htdig-3.2.0b6/ltmain.sh-2605-	      *.la)
htdig-3.2.0b6/ltmain.sh:2606:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-2607-		test "X$dir" = "X$deplib" && dir="."
##############################################
htdig-3.2.0b6/ltmain.sh-2611-		*)
htdig-3.2.0b6/ltmain.sh:2612:		  absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/ltmain.sh-2613-		  if test -z "$absdir"; then
##############################################
htdig-3.2.0b6/ltmain.sh-2621-		else
htdig-3.2.0b6/ltmain.sh:2622:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/ltmain.sh-2623-		  if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/ltmain.sh-2636-		  # but need to link against shared
htdig-3.2.0b6/ltmain.sh:2637:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/ltmain.sh-2638-		  if test -n "$deplibrary_names" ; then
##############################################
htdig-3.2.0b6/ltmain.sh-2661-		  # Again, we only want to link against shared libraries
htdig-3.2.0b6/ltmain.sh:2662:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
htdig-3.2.0b6/ltmain.sh-2663-		  for tmp in $newlib_search_path ; do
##############################################
htdig-3.2.0b6/ltmain.sh-2828-      lib*)
htdig-3.2.0b6/ltmain.sh:2829:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
htdig-3.2.0b6/ltmain.sh-2830-	eval shared_ext=\"$shrext_cmds\"
##############################################
htdig-3.2.0b6/ltmain.sh-2834-	if test "$module" = no; then
htdig-3.2.0b6/ltmain.sh:2835:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
htdig-3.2.0b6/ltmain.sh-2836-	  $echo "$help" 1>&2
##############################################
htdig-3.2.0b6/ltmain.sh-2840-	  # Add the "lib" prefix for modules if required
htdig-3.2.0b6/ltmain.sh:2841:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
htdig-3.2.0b6/ltmain.sh-2842-	  eval shared_ext=\"$shrext_cmds\"
##############################################
htdig-3.2.0b6/ltmain.sh-2844-	else
htdig-3.2.0b6/ltmain.sh:2845:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
htdig-3.2.0b6/ltmain.sh-2846-	fi
##############################################
htdig-3.2.0b6/ltmain.sh-2921-	  darwin|linux|osf|windows)
htdig-3.2.0b6/ltmain.sh:2922:	    current=`expr $number_major + $number_minor`
htdig-3.2.0b6/ltmain.sh-2923-	    age="$number_minor"
##############################################
htdig-3.2.0b6/ltmain.sh-2931-	  irix|nonstopux)
htdig-3.2.0b6/ltmain.sh:2932:	    current=`expr $number_major + $number_minor - 1`
htdig-3.2.0b6/ltmain.sh-2933-	    age="$number_minor"
##############################################
htdig-3.2.0b6/ltmain.sh-2973-	if test "$age" -gt "$current"; then
htdig-3.2.0b6/ltmain.sh:2974:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
htdig-3.2.0b6/ltmain.sh-2975-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
htdig-3.2.0b6/ltmain.sh-2988-	  # verstring for coding it into the library header
htdig-3.2.0b6/ltmain.sh:2989:	  major=.`expr $current - $age`
htdig-3.2.0b6/ltmain.sh-2990-	  versuffix="$major.$age.$revision"
htdig-3.2.0b6/ltmain.sh-2991-	  # Darwin ld doesn't like 0 for these options...
htdig-3.2.0b6/ltmain.sh:2992:	  minor_current=`expr $current + 1`
htdig-3.2.0b6/ltmain.sh-2993-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
htdig-3.2.0b6/ltmain.sh-3006-	irix | nonstopux)
htdig-3.2.0b6/ltmain.sh:3007:	  major=`expr $current - $age + 1`
htdig-3.2.0b6/ltmain.sh-3008-
##############################################
htdig-3.2.0b6/ltmain.sh-3017-	  while test "$loop" -ne 0; do
htdig-3.2.0b6/ltmain.sh:3018:	    iface=`expr $revision - $loop`
htdig-3.2.0b6/ltmain.sh:3019:	    loop=`expr $loop - 1`
htdig-3.2.0b6/ltmain.sh-3020-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
htdig-3.2.0b6/ltmain.sh-3028-	linux)
htdig-3.2.0b6/ltmain.sh:3029:	  major=.`expr $current - $age`
htdig-3.2.0b6/ltmain.sh-3030-	  versuffix="$major.$age.$revision"
##############################################
htdig-3.2.0b6/ltmain.sh-3033-	osf)
htdig-3.2.0b6/ltmain.sh:3034:	  major=.`expr $current - $age`
htdig-3.2.0b6/ltmain.sh-3035-	  versuffix=".$current.$age.$revision"
##############################################
htdig-3.2.0b6/ltmain.sh-3040-	  while test "$loop" -ne 0; do
htdig-3.2.0b6/ltmain.sh:3041:	    iface=`expr $current - $loop`
htdig-3.2.0b6/ltmain.sh:3042:	    loop=`expr $loop - 1`
htdig-3.2.0b6/ltmain.sh-3043-	    verstring="$verstring:${iface}.0"
##############################################
htdig-3.2.0b6/ltmain.sh-3057-	  # extension on DOS 8.3 filesystems.
htdig-3.2.0b6/ltmain.sh:3058:	  major=`expr $current - $age`
htdig-3.2.0b6/ltmain.sh-3059-	  versuffix="-$major"
##############################################
htdig-3.2.0b6/ltmain.sh-3112-	removelist=
htdig-3.2.0b6/ltmain.sh:3113:	tempremovelist=`$echo "$output_objdir/*"`
htdig-3.2.0b6/ltmain.sh-3114-	for p in $tempremovelist; do
##############################################
htdig-3.2.0b6/ltmain.sh-3140-	# Transform .lo files to .o files.
htdig-3.2.0b6/ltmain.sh:3141:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/ltmain.sh-3142-      fi
##############################################
htdig-3.2.0b6/ltmain.sh-3145-      for path in $notinst_path; do
htdig-3.2.0b6/ltmain.sh:3146:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
htdig-3.2.0b6/ltmain.sh:3147:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
htdig-3.2.0b6/ltmain.sh:3148:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
htdig-3.2.0b6/ltmain.sh-3149-      done
##############################################
htdig-3.2.0b6/ltmain.sh-3248-	    for i in $deplibs; do
htdig-3.2.0b6/ltmain.sh:3249:	      name="`expr $i : '-l\(.*\)'`"
htdig-3.2.0b6/ltmain.sh-3250-	      # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/ltmain.sh-3260-		if test -n "$i" ; then
htdig-3.2.0b6/ltmain.sh:3261:		  libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/ltmain.sh:3262:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
htdig-3.2.0b6/ltmain.sh-3263-		  set dummy $deplib_matches
htdig-3.2.0b6/ltmain.sh-3264-		  deplib_match=$2
htdig-3.2.0b6/ltmain.sh:3265:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
htdig-3.2.0b6/ltmain.sh-3266-		    newdeplibs="$newdeplibs $i"
##############################################
htdig-3.2.0b6/ltmain.sh-3285-	    for i in $deplibs; do
htdig-3.2.0b6/ltmain.sh:3286:	      name="`expr $i : '-l\(.*\)'`"
htdig-3.2.0b6/ltmain.sh-3287-	      # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/ltmain.sh-3302-		  if test -n "$i" ; then
htdig-3.2.0b6/ltmain.sh:3303:		    libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/ltmain.sh:3304:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
htdig-3.2.0b6/ltmain.sh-3305-		    set dummy $deplib_matches
htdig-3.2.0b6/ltmain.sh-3306-		    deplib_match=$2
htdig-3.2.0b6/ltmain.sh:3307:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
htdig-3.2.0b6/ltmain.sh-3308-		      newdeplibs="$newdeplibs $i"
##############################################
htdig-3.2.0b6/ltmain.sh-3335-	  set dummy $deplibs_check_method
htdig-3.2.0b6/ltmain.sh:3336:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
htdig-3.2.0b6/ltmain.sh-3337-	  for a_deplib in $deplibs; do
htdig-3.2.0b6/ltmain.sh:3338:	    name="`expr $a_deplib : '-l\(.*\)'`"
htdig-3.2.0b6/ltmain.sh-3339-	    # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/ltmain.sh-3349-	      if test -n "$a_deplib" ; then
htdig-3.2.0b6/ltmain.sh:3350:		libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/ltmain.sh-3351-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
htdig-3.2.0b6/ltmain.sh:3352:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
htdig-3.2.0b6/ltmain.sh-3353-		  for potent_lib in $potential_libs; do
##############################################
htdig-3.2.0b6/ltmain.sh-3365-		      while test -h "$potlib" 2>/dev/null; do
htdig-3.2.0b6/ltmain.sh:3366:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
htdig-3.2.0b6/ltmain.sh-3367-			case $potliblink in
htdig-3.2.0b6/ltmain.sh-3368-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
htdig-3.2.0b6/ltmain.sh:3369:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
htdig-3.2.0b6/ltmain.sh-3370-			esac
##############################################
htdig-3.2.0b6/ltmain.sh-3404-	  set dummy $deplibs_check_method
htdig-3.2.0b6/ltmain.sh:3405:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
htdig-3.2.0b6/ltmain.sh-3406-	  for a_deplib in $deplibs; do
htdig-3.2.0b6/ltmain.sh:3407:	    name="`expr $a_deplib : '-l\(.*\)'`"
htdig-3.2.0b6/ltmain.sh-3408-	    # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/ltmain.sh-3418-	      if test -n "$a_deplib" ; then
htdig-3.2.0b6/ltmain.sh:3419:		libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/ltmain.sh-3420-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
htdig-3.2.0b6/ltmain.sh:3421:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
htdig-3.2.0b6/ltmain.sh-3422-		  for potent_lib in $potential_libs; do
##############################################
htdig-3.2.0b6/ltmain.sh-3461-	      # can't use Xsed below, because $i might contain '/'
htdig-3.2.0b6/ltmain.sh:3462:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
htdig-3.2.0b6/ltmain.sh-3463-	    done
##############################################
htdig-3.2.0b6/ltmain.sh-3486-	  # On Rhapsody replace the C library is the System framework
htdig-3.2.0b6/ltmain.sh:3487:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/ltmain.sh-3488-	  ;;
##############################################
htdig-3.2.0b6/ltmain.sh-3625-	# Use standard objects if they are pic
htdig-3.2.0b6/ltmain.sh:3626:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/ltmain.sh-3627-
##############################################
htdig-3.2.0b6/ltmain.sh-3638-	      eval cmd=\"$cmd\"
htdig-3.2.0b6/ltmain.sh:3639:	      if len=`expr "X$cmd" : ".*"` &&
htdig-3.2.0b6/ltmain.sh-3640-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
htdig-3.2.0b6/ltmain.sh-3696-	      esac
htdig-3.2.0b6/ltmain.sh:3697:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-3698-	      xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/ltmain.sh-3727-		   do
htdig-3.2.0b6/ltmain.sh:3728:		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
htdig-3.2.0b6/ltmain.sh-3729-		   done
##############################################
htdig-3.2.0b6/ltmain.sh-3731-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
htdig-3.2.0b6/ltmain.sh:3732:		   i=`expr $i + 1`
htdig-3.2.0b6/ltmain.sh-3733-		  done
##############################################
htdig-3.2.0b6/ltmain.sh-3736-
htdig-3.2.0b6/ltmain.sh:3737:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/ltmain.sh-3738-	    done
##############################################
htdig-3.2.0b6/ltmain.sh-3770-
htdig-3.2.0b6/ltmain.sh:3771:	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
htdig-3.2.0b6/ltmain.sh-3772-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
htdig-3.2.0b6/ltmain.sh-3804-	    if test "X$objlist" = X ||
htdig-3.2.0b6/ltmain.sh:3805:	       { len=`expr "X$test_cmds" : ".*"` &&
htdig-3.2.0b6/ltmain.sh-3806-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
htdig-3.2.0b6/ltmain.sh-3819-	      last_robj=$output_objdir/$save_output-${k}.$objext
htdig-3.2.0b6/ltmain.sh:3820:	      k=`expr $k + 1`
htdig-3.2.0b6/ltmain.sh-3821-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
htdig-3.2.0b6/ltmain.sh-3845-	  do
htdig-3.2.0b6/ltmain.sh:3846:	    i=`expr $i + 1`
htdig-3.2.0b6/ltmain.sh-3847-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
htdig-3.2.0b6/ltmain.sh-3952-	libobj="$output"
htdig-3.2.0b6/ltmain.sh:3953:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/ltmain.sh-3954-	;;
##############################################
htdig-3.2.0b6/ltmain.sh-3994-	    esac
htdig-3.2.0b6/ltmain.sh:3995:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-3996-	    xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/ltmain.sh-4025-		 do
htdig-3.2.0b6/ltmain.sh:4026:		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
htdig-3.2.0b6/ltmain.sh-4027-		 done
##############################################
htdig-3.2.0b6/ltmain.sh-4029-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
htdig-3.2.0b6/ltmain.sh:4030:		 i=`expr $i + 1`
htdig-3.2.0b6/ltmain.sh-4031-		done
##############################################
htdig-3.2.0b6/ltmain.sh-4034-
htdig-3.2.0b6/ltmain.sh:4035:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/ltmain.sh-4036-	  done
##############################################
htdig-3.2.0b6/ltmain.sh-4040-      # Create the old-style object.
htdig-3.2.0b6/ltmain.sh:4041:      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
htdig-3.2.0b6/ltmain.sh-4042-
##############################################
htdig-3.2.0b6/ltmain.sh-4101-      case $host in
htdig-3.2.0b6/ltmain.sh:4102:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
htdig-3.2.0b6/ltmain.sh-4103-      esac
##############################################
htdig-3.2.0b6/ltmain.sh-4121-	# On Rhapsody replace the C library is the System framework
htdig-3.2.0b6/ltmain.sh:4122:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/ltmain.sh:4123:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/ltmain.sh-4124-	;;
##############################################
htdig-3.2.0b6/ltmain.sh-4233-	# Transform all the library objects into standard objects.
htdig-3.2.0b6/ltmain.sh:4234:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/ltmain.sh:4235:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/ltmain.sh-4236-      fi
##############################################
htdig-3.2.0b6/ltmain.sh-4279-	    # Add our own program objects to the symbol list.
htdig-3.2.0b6/ltmain.sh:4280:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/ltmain.sh-4281-	    for arg in $progfiles; do
##############################################
htdig-3.2.0b6/ltmain.sh-4309-	    $show "extracting global C symbols from \`$arg'"
htdig-3.2.0b6/ltmain.sh:4310:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-4311-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
htdig-3.2.0b6/ltmain.sh-4409-	  # Transform the symbol file into the correct name.
htdig-3.2.0b6/ltmain.sh:4410:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
htdig-3.2.0b6/ltmain.sh:4411:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
htdig-3.2.0b6/ltmain.sh-4412-	  ;;
##############################################
htdig-3.2.0b6/ltmain.sh-4423-	# Nullify the symbol file.
htdig-3.2.0b6/ltmain.sh:4424:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
htdig-3.2.0b6/ltmain.sh:4425:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
htdig-3.2.0b6/ltmain.sh-4426-      fi
##############################################
htdig-3.2.0b6/ltmain.sh-4429-	# Replace the output file specification.
htdig-3.2.0b6/ltmain.sh:4430:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
htdig-3.2.0b6/ltmain.sh-4431-	link_command="$compile_command$compile_rpath"
##############################################
htdig-3.2.0b6/ltmain.sh-4496-	# Replace the output file specification.
htdig-3.2.0b6/ltmain.sh:4497:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
htdig-3.2.0b6/ltmain.sh-4498-	# Delete the old output file.
##############################################
htdig-3.2.0b6/ltmain.sh-4516-	  if test "$fast_install" = yes; then
htdig-3.2.0b6/ltmain.sh:4517:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
htdig-3.2.0b6/ltmain.sh-4518-	  else
##############################################
htdig-3.2.0b6/ltmain.sh-4528-      # Replace the output file specification.
htdig-3.2.0b6/ltmain.sh:4529:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
htdig-3.2.0b6/ltmain.sh-4530-
##############################################
htdig-3.2.0b6/ltmain.sh-4548-	  else
htdig-3.2.0b6/ltmain.sh:4549:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-4550-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
htdig-3.2.0b6/ltmain.sh-4553-	relink_command="(cd `pwd`; $relink_command)"
htdig-3.2.0b6/ltmain.sh:4554:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-4555-      fi
##############################################
htdig-3.2.0b6/ltmain.sh-4562-	esac
htdig-3.2.0b6/ltmain.sh:4563:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-4564-      else
htdig-3.2.0b6/ltmain.sh:4565:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-4566-      fi
##############################################
htdig-3.2.0b6/ltmain.sh-4572-	case $output in
htdig-3.2.0b6/ltmain.sh:4573:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
htdig-3.2.0b6/ltmain.sh-4574-	esac
##############################################
htdig-3.2.0b6/ltmain.sh-4578-	    exeext=.exe
htdig-3.2.0b6/ltmain.sh:4579:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
htdig-3.2.0b6/ltmain.sh-4580-	  *) exeext= ;;
##############################################
htdig-3.2.0b6/ltmain.sh-4583-	  *cygwin* | *mingw* )
htdig-3.2.0b6/ltmain.sh:4584:	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
htdig-3.2.0b6/ltmain.sh:4585:	    cwrapper=`$echo ${output}.exe`
htdig-3.2.0b6/ltmain.sh-4586-	    $rm $cwrappersource $cwrapper
##############################################
htdig-3.2.0b6/ltmain.sh-4833-      shift
htdig-3.2.0b6/ltmain.sh:4834:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
htdig-3.2.0b6/ltmain.sh-4835-      # Yippee, \$echo works!
##############################################
htdig-3.2.0b6/ltmain.sh-4845-  # Find the directory that this script lives in.
htdig-3.2.0b6/ltmain.sh:4846:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
htdig-3.2.0b6/ltmain.sh-4847-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
htdig-3.2.0b6/ltmain.sh-4849-  # Follow symbolic links until we get to the real thisdir.
htdig-3.2.0b6/ltmain.sh:4850:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
htdig-3.2.0b6/ltmain.sh-4851-  while test -n \"\$file\"; do
htdig-3.2.0b6/ltmain.sh:4852:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
htdig-3.2.0b6/ltmain.sh-4853-
##############################################
htdig-3.2.0b6/ltmain.sh-4861-
htdig-3.2.0b6/ltmain.sh:4862:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
htdig-3.2.0b6/ltmain.sh:4863:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
htdig-3.2.0b6/ltmain.sh-4864-  done
##############################################
htdig-3.2.0b6/ltmain.sh-4866-  # Try to get the absolute directory name.
htdig-3.2.0b6/ltmain.sh:4867:  absdir=\`cd \"\$thisdir\" && pwd\`
htdig-3.2.0b6/ltmain.sh-4868-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
htdig-3.2.0b6/ltmain.sh-4876-  if test ! -f \"\$progdir/\$program\" || \\
htdig-3.2.0b6/ltmain.sh:4877:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
htdig-3.2.0b6/ltmain.sh-4878-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
htdig-3.2.0b6/ltmain.sh-4891-    if test -n \"\$relink_command\"; then
htdig-3.2.0b6/ltmain.sh:4892:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
htdig-3.2.0b6/ltmain.sh-4893-      else
##############################################
htdig-3.2.0b6/ltmain.sh-4923-    # The second colon is a workaround for a bug in BeOS R4 sed
htdig-3.2.0b6/ltmain.sh:4924:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
htdig-3.2.0b6/ltmain.sh-4925-
##############################################
htdig-3.2.0b6/ltmain.sh-5010-	  esac
htdig-3.2.0b6/ltmain.sh:5011:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-5012-	  xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/ltmain.sh-5041-	       do
htdig-3.2.0b6/ltmain.sh:5042:		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
htdig-3.2.0b6/ltmain.sh-5043-	       done
##############################################
htdig-3.2.0b6/ltmain.sh-5045-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
htdig-3.2.0b6/ltmain.sh:5046:	       i=`expr $i + 1`
htdig-3.2.0b6/ltmain.sh-5047-	      done
##############################################
htdig-3.2.0b6/ltmain.sh-5050-
htdig-3.2.0b6/ltmain.sh:5051:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/ltmain.sh-5052-	done
##############################################
htdig-3.2.0b6/ltmain.sh-5060-
htdig-3.2.0b6/ltmain.sh:5061:	if len=`expr "X$cmds" : ".*"` &&
htdig-3.2.0b6/ltmain.sh-5062-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
htdig-3.2.0b6/ltmain.sh-5095-	    eval test_cmds=\"$old_archive_cmds\"
htdig-3.2.0b6/ltmain.sh:5096:	    if len=`expr "X$test_cmds" : ".*"` &&
htdig-3.2.0b6/ltmain.sh-5097-	       test "$len" -le "$max_cmd_len"; then
##############################################
htdig-3.2.0b6/ltmain.sh-5147-	else
htdig-3.2.0b6/ltmain.sh:5148:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-5149-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
htdig-3.2.0b6/ltmain.sh-5153-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
htdig-3.2.0b6/ltmain.sh:5154:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-5155-      if test "$hardcode_automatic" = yes ; then
##############################################
htdig-3.2.0b6/ltmain.sh-5172-	      *.la)
htdig-3.2.0b6/ltmain.sh:5173:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh:5174:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/ltmain.sh-5175-		if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/ltmain.sh-5186-	    for lib in $dlfiles; do
htdig-3.2.0b6/ltmain.sh:5187:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh:5188:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
htdig-3.2.0b6/ltmain.sh-5189-	      if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/ltmain.sh-5197-	    for lib in $dlprefiles; do
htdig-3.2.0b6/ltmain.sh:5198:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh:5199:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
htdig-3.2.0b6/ltmain.sh-5200-	      if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/ltmain.sh-5294-      # Aesthetically quote it.
htdig-3.2.0b6/ltmain.sh:5295:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-5296-      case $arg in
##############################################
htdig-3.2.0b6/ltmain.sh-5310-    # Aesthetically quote it.
htdig-3.2.0b6/ltmain.sh:5311:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-5312-    case $arg in
##############################################
htdig-3.2.0b6/ltmain.sh-5358-      # Aesthetically quote the argument.
htdig-3.2.0b6/ltmain.sh:5359:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-5360-      case $arg in
##############################################
htdig-3.2.0b6/ltmain.sh-5390-    # Strip any trailing slash from the destination.
htdig-3.2.0b6/ltmain.sh:5391:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
htdig-3.2.0b6/ltmain.sh-5392-
##############################################
htdig-3.2.0b6/ltmain.sh-5398-    else
htdig-3.2.0b6/ltmain.sh:5399:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-5400-      test "X$destdir" = "X$dest" && destdir=.
htdig-3.2.0b6/ltmain.sh:5401:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-5402-
##############################################
htdig-3.2.0b6/ltmain.sh-5474-
htdig-3.2.0b6/ltmain.sh:5475:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
htdig-3.2.0b6/ltmain.sh-5476-	test "X$dir" = "X$file/" && dir=
##############################################
htdig-3.2.0b6/ltmain.sh-5480-	  # Determine the prefix the user has applied to our future dir.
htdig-3.2.0b6/ltmain.sh:5481:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
htdig-3.2.0b6/ltmain.sh-5482-
##############################################
htdig-3.2.0b6/ltmain.sh-5495-	    # Stick the inst_prefix_dir data into the link command.
htdig-3.2.0b6/ltmain.sh:5496:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
htdig-3.2.0b6/ltmain.sh-5497-	  else
htdig-3.2.0b6/ltmain.sh:5498:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
htdig-3.2.0b6/ltmain.sh-5499-	  fi
##############################################
htdig-3.2.0b6/ltmain.sh-5552-	# Install the pseudo-library for information purposes.
htdig-3.2.0b6/ltmain.sh:5553:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-5554-	instname="$dir/$name"i
##############################################
htdig-3.2.0b6/ltmain.sh-5568-	else
htdig-3.2.0b6/ltmain.sh:5569:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-5570-	  destfile="$destdir/$destfile"
##############################################
htdig-3.2.0b6/ltmain.sh-5575-	*.lo)
htdig-3.2.0b6/ltmain.sh:5576:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/ltmain.sh-5577-	  ;;
##############################################
htdig-3.2.0b6/ltmain.sh-5597-	  # Deduce the name of the old-style object file.
htdig-3.2.0b6/ltmain.sh:5598:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/ltmain.sh-5599-
##############################################
htdig-3.2.0b6/ltmain.sh-5610-	else
htdig-3.2.0b6/ltmain.sh:5611:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-5612-	  destfile="$destdir/$destfile"
##############################################
htdig-3.2.0b6/ltmain.sh-5621-	    if test ! -f "$file"; then
htdig-3.2.0b6/ltmain.sh:5622:	      file=`$echo $file|${SED} 's,.exe$,,'`
htdig-3.2.0b6/ltmain.sh-5623-	      stripped_ext=".exe"
##############################################
htdig-3.2.0b6/ltmain.sh-5630-	*cygwin*|*mingw*)
htdig-3.2.0b6/ltmain.sh:5631:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
htdig-3.2.0b6/ltmain.sh-5632-	    ;;
##############################################
htdig-3.2.0b6/ltmain.sh-5670-	    fi
htdig-3.2.0b6/ltmain.sh:5671:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
htdig-3.2.0b6/ltmain.sh-5672-	    if test -n "$libdir" && test ! -f "$libfile"; then
htdig-3.2.0b6/ltmain.sh:5673:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
htdig-3.2.0b6/ltmain.sh-5674-	      finalize=no
##############################################
htdig-3.2.0b6/ltmain.sh-5706-	      fi
htdig-3.2.0b6/ltmain.sh:5707:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-5708-	      outputname="$tmpdir/$file"
htdig-3.2.0b6/ltmain.sh-5709-	      # Replace the output file specification.
htdig-3.2.0b6/ltmain.sh:5710:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
htdig-3.2.0b6/ltmain.sh-5711-
##############################################
htdig-3.2.0b6/ltmain.sh-5724-	    # Install the binary that we compiled earlier.
htdig-3.2.0b6/ltmain.sh:5725:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
htdig-3.2.0b6/ltmain.sh-5726-	  fi
##############################################
htdig-3.2.0b6/ltmain.sh-5740-	  *:*.exe)
htdig-3.2.0b6/ltmain.sh:5741:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
htdig-3.2.0b6/ltmain.sh-5742-	    ;;
##############################################
htdig-3.2.0b6/ltmain.sh-5753-    for file in $staticlibs; do
htdig-3.2.0b6/ltmain.sh:5754:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-5755-
##############################################
htdig-3.2.0b6/ltmain.sh-5910-	  # Warn if it was a shared library.
htdig-3.2.0b6/ltmain.sh:5911:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
htdig-3.2.0b6/ltmain.sh-5912-	  continue
##############################################
htdig-3.2.0b6/ltmain.sh-5914-
htdig-3.2.0b6/ltmain.sh:5915:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-5916-	test "X$dir" = "X$file" && dir=.
##############################################
htdig-3.2.0b6/ltmain.sh-5920-	else
htdig-3.2.0b6/ltmain.sh:5921:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
htdig-3.2.0b6/ltmain.sh-5922-	  exit $EXIT_FAILURE
##############################################
htdig-3.2.0b6/ltmain.sh-5927-	# Just add the directory containing the .lo file.
htdig-3.2.0b6/ltmain.sh:5928:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-5929-	test "X$dir" = "X$file" && dir=.
##############################################
htdig-3.2.0b6/ltmain.sh-5938-      # Get the absolute pathname.
htdig-3.2.0b6/ltmain.sh:5939:      absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/ltmain.sh-5940-      test -n "$absdir" && dir="$absdir"
##############################################
htdig-3.2.0b6/ltmain.sh-5974-      # Quote arguments (to preserve shell metacharacters).
htdig-3.2.0b6/ltmain.sh:5975:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/ltmain.sh-5976-      args="$args \"$file\""
##############################################
htdig-3.2.0b6/ltmain.sh-6036-    for file in $files; do
htdig-3.2.0b6/ltmain.sh:6037:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/ltmain.sh-6038-      if test "X$dir" = "X$file"; then
##############################################
htdig-3.2.0b6/ltmain.sh-6043-      fi
htdig-3.2.0b6/ltmain.sh:6044:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/ltmain.sh-6045-      test "$mode" = uninstall && objdir="$dir"
##############################################
htdig-3.2.0b6/ltmain.sh-6144-	  *.exe)
htdig-3.2.0b6/ltmain.sh:6145:	    file=`$echo $file|${SED} 's,.exe$,,'`
htdig-3.2.0b6/ltmain.sh:6146:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
htdig-3.2.0b6/ltmain.sh-6147-	    # $file with .exe has already been added to rmfiles,
##############################################
htdig-3.2.0b6/ltmain.sh-6418-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
htdig-3.2.0b6/ltmain.sh:6419:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
htdig-3.2.0b6/ltmain.sh-6420-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
htdig-3.2.0b6/missing-128-         from any GNU archive site."
htdig-3.2.0b6/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
htdig-3.2.0b6/missing-130-    test -z "$files" && files="config.h"
##############################################
htdig-3.2.0b6/missing-167-         proper tools for further handling them.
htdig-3.2.0b6/missing:168:         You can get \`$1' as part of \`Autoconf' from any GNU
htdig-3.2.0b6/missing-169-         archive site."
htdig-3.2.0b6/missing-170-
htdig-3.2.0b6/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
htdig-3.2.0b6/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
htdig-3.2.0b6/missing-173-    if test -f "$file"; then
##############################################
htdig-3.2.0b6/missing-196-	*.y)
htdig-3.2.0b6/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
htdig-3.2.0b6/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
htdig-3.2.0b6/missing-200-	    fi
htdig-3.2.0b6/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
htdig-3.2.0b6/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
htdig-3.2.0b6/missing-226-	*.l)
htdig-3.2.0b6/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
htdig-3.2.0b6/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
htdig-3.2.0b6/missing-250-
htdig-3.2.0b6/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
htdig-3.2.0b6/missing-252-    if test -z "$file"; then
htdig-3.2.0b6/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
htdig-3.2.0b6/missing-254-    fi
##############################################
htdig-3.2.0b6/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
htdig-3.2.0b6/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
htdig-3.2.0b6/missing-278-    if test -z "$file"; then
htdig-3.2.0b6/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
htdig-3.2.0b6/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
htdig-3.2.0b6/missing-281-    fi
##############################################
htdig-3.2.0b6/missing-304-	*o*)
htdig-3.2.0b6/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
htdig-3.2.0b6/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
htdig-3.2.0b6/missing-310-	*h*)
htdig-3.2.0b6/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
htdig-3.2.0b6/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
htdig-3.2.0b6/mkinstalldirs-69-do
htdig-3.2.0b6/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
htdig-3.2.0b6/mkinstalldirs-71-  shift
##############################################
htdig-3.2.0b6/db/68K.gcc-8-	int __r;							\
htdig-3.2.0b6/db/68K.gcc:9:	    asm volatile("tas  %1; \n					\
htdig-3.2.0b6/db/68K.gcc-10-			  seq  %0"					\
##############################################
htdig-3.2.0b6/db/Makefile.in-438-	  if test -f $$p; then \
htdig-3.2.0b6/db/Makefile.in:439:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/db/Makefile.in-440-	    echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
##############################################
htdig-3.2.0b6/db/Makefile.in-447-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/db/Makefile.in:448:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/db/Makefile.in-449-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
##############################################
htdig-3.2.0b6/db/Makefile.in-455-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/db/Makefile.in:456:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
htdig-3.2.0b6/db/Makefile.in-457-	  test "$$dir" = "$$p" && dir=.; \
##############################################
htdig-3.2.0b6/db/Makefile.in-470-.c.o:
htdig-3.2.0b6/db/Makefile.in:471:	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/db/Makefile.in-472-
htdig-3.2.0b6/db/Makefile.in-473-.c.obj:
htdig-3.2.0b6/db/Makefile.in:474:	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/db/Makefile.in-475-
htdig-3.2.0b6/db/Makefile.in-476-.c.lo:
htdig-3.2.0b6/db/Makefile.in:477:	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/db/Makefile.in-478-
##############################################
htdig-3.2.0b6/db/Makefile.in-493-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
htdig-3.2.0b6/db/Makefile.in:494:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/db/Makefile.in-495-	  echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/db/Makefile.in-501-	@list='$(pkginclude_HEADERS)'; for p in $$list; do \
htdig-3.2.0b6/db/Makefile.in:502:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/db/Makefile.in-503-	  echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/db/Makefile.in-553-GTAGS:
htdig-3.2.0b6/db/Makefile.in:554:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/db/Makefile.in-555-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/db/Makefile.in-577-	$(mkinstalldirs) $(distdir)/.
htdig-3.2.0b6/db/Makefile.in:578:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/db/Makefile.in:579:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/db/Makefile.in-580-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/db/Makefile.in-581-	  case $$file in \
htdig-3.2.0b6/db/Makefile.in:582:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/db/Makefile.in:583:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/db/Makefile.in-584-	  esac; \
htdig-3.2.0b6/db/Makefile.in-585-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/db/Makefile.in:586:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/db/Makefile.in-587-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/db/Makefile.in-626-	chmod a-w $(distdir)
htdig-3.2.0b6/db/Makefile.in:627:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
htdig-3.2.0b6/db/Makefile.in-628-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
htdig-3.2.0b6/db/Makefile.in-656-	@cd $(distuninstallcheck_dir) \
htdig-3.2.0b6/db/Makefile.in:657:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
htdig-3.2.0b6/db/Makefile.in-658-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
htdig-3.2.0b6/db/Makefile.in-668-	fi
htdig-3.2.0b6/db/Makefile.in:669:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
htdig-3.2.0b6/db/Makefile.in-670-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
htdig-3.2.0b6/db/aclocal.m4-778-# test to see if srcdir already configured
htdig-3.2.0b6/db/aclocal.m4:779:if test "`cd $srcdir && pwd`" != "`pwd`" &&
htdig-3.2.0b6/db/aclocal.m4-780-   test -f $srcdir/config.status; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-852-    * )
htdig-3.2.0b6/db/aclocal.m4:853:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
htdig-3.2.0b6/db/aclocal.m4-854-  esac
htdig-3.2.0b6/db/aclocal.m4-855-done
htdig-3.2.0b6/db/aclocal.m4:856:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
htdig-3.2.0b6/db/aclocal.m4-857-
##############################################
htdig-3.2.0b6/db/aclocal.m4-966-if (
htdig-3.2.0b6/db/aclocal.m4:967:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
htdig-3.2.0b6/db/aclocal.m4-968-   if test "$[*]" = "X"; then
htdig-3.2.0b6/db/aclocal.m4-969-      # -L didn't work.
htdig-3.2.0b6/db/aclocal.m4:970:      set X `ls -t $srcdir/configure conftest.file`
htdig-3.2.0b6/db/aclocal.m4-971-   fi
##############################################
htdig-3.2.0b6/db/aclocal.m4-1061-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
htdig-3.2.0b6/db/aclocal.m4:1062:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
htdig-3.2.0b6/db/aclocal.m4-1063-#
##############################################
htdig-3.2.0b6/db/aclocal.m4-1085-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
htdig-3.2.0b6/db/aclocal.m4:1086:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
htdig-3.2.0b6/db/aclocal.m4-1087-# and then we would define $MISSING as
##############################################
htdig-3.2.0b6/db/aclocal.m4-1102-# expand $ac_aux_dir to an absolute path
htdig-3.2.0b6/db/aclocal.m4:1103:am_aux_dir=`cd $ac_aux_dir && pwd`
htdig-3.2.0b6/db/aclocal.m4-1104-])
##############################################
htdig-3.2.0b6/db/aclocal.m4-1276-  if test "$am_compiler_list" = ""; then
htdig-3.2.0b6/db/aclocal.m4:1277:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
htdig-3.2.0b6/db/aclocal.m4-1278-  fi
##############################################
htdig-3.2.0b6/db/aclocal.m4-1389-  # Strip MF so we end up with the name of the file.
htdig-3.2.0b6/db/aclocal.m4:1390:  mf=`echo "$mf" | sed -e 's/:.*$//'`
htdig-3.2.0b6/db/aclocal.m4-1391-  # Check whether this is an Automake generated Makefile or not.
##############################################
htdig-3.2.0b6/db/aclocal.m4-1397-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
htdig-3.2.0b6/db/aclocal.m4:1398:    dirpart=`AS_DIRNAME("$mf")`
htdig-3.2.0b6/db/aclocal.m4-1399-  else
##############################################
htdig-3.2.0b6/db/aclocal.m4-1404-  # running `make'.
htdig-3.2.0b6/db/aclocal.m4:1405:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
htdig-3.2.0b6/db/aclocal.m4-1406-  test -z "$DEPDIR" && continue
htdig-3.2.0b6/db/aclocal.m4-1407-  # When using ansi2knr, U may be empty or an underscore; expand it
htdig-3.2.0b6/db/aclocal.m4:1408:  U=`sed -n -e '/^U = / s///p' < "$mf"`
htdig-3.2.0b6/db/aclocal.m4-1409-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
htdig-3.2.0b6/db/aclocal.m4-1425-    test -f "$dirpart/$file" && continue
htdig-3.2.0b6/db/aclocal.m4:1426:    fdir=`AS_DIRNAME(["$file"])`
htdig-3.2.0b6/db/aclocal.m4-1427-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
htdig-3.2.0b6/db/aclocal.m4-1490-# case it prints its new name instead of `make'.
htdig-3.2.0b6/db/aclocal.m4:1491:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
htdig-3.2.0b6/db/aclocal.m4-1492-   am__include=include
##############################################
htdig-3.2.0b6/db/aclocal.m4-1498-   echo '.include "confinc"' > confmf
htdig-3.2.0b6/db/aclocal.m4:1499:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
htdig-3.2.0b6/db/aclocal.m4-1500-      am__include=.include
##############################################
htdig-3.2.0b6/db/aclocal.m4-1887-  # Remove one level of quotation (which was required for Make).
htdig-3.2.0b6/db/aclocal.m4:1888:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
htdig-3.2.0b6/db/aclocal.m4-1889-  ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-1898-  :
htdig-3.2.0b6/db/aclocal.m4:1899:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
htdig-3.2.0b6/db/aclocal.m4-1900-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/db/aclocal.m4-1924-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
htdig-3.2.0b6/db/aclocal.m4:1925:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
htdig-3.2.0b6/db/aclocal.m4:1926:       echo_test_string="`eval $cmd`" &&
htdig-3.2.0b6/db/aclocal.m4-1927-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
htdig-3.2.0b6/db/aclocal.m4-1933-
htdig-3.2.0b6/db/aclocal.m4:1934:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/db/aclocal.m4:1935:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/aclocal.m4-1936-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-1948-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
htdig-3.2.0b6/db/aclocal.m4:1949:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/db/aclocal.m4:1950:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/aclocal.m4-1951-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-1960-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/db/aclocal.m4:1961:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/aclocal.m4-1962-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-1975-      echo='printf %s\n'
htdig-3.2.0b6/db/aclocal.m4:1976:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/db/aclocal.m4:1977:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/aclocal.m4-1978-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-1980-	:
htdig-3.2.0b6/db/aclocal.m4:1981:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/db/aclocal.m4-1982-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/db/aclocal.m4:1983:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/aclocal.m4-1984-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-1989-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
htdig-3.2.0b6/db/aclocal.m4:1990:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/db/aclocal.m4-1991-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/db/aclocal.m4:1992:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/aclocal.m4-1993-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-1999-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
htdig-3.2.0b6/db/aclocal.m4:2000:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
htdig-3.2.0b6/db/aclocal.m4-2001-	  then
##############################################
htdig-3.2.0b6/db/aclocal.m4-2007-	if test "$prev" != 'sed 50q "[$]0"'; then
htdig-3.2.0b6/db/aclocal.m4:2008:	  echo_test_string=`eval $prev`
htdig-3.2.0b6/db/aclocal.m4-2009-	  export echo_test_string
##############################################
htdig-3.2.0b6/db/aclocal.m4-2046-  if AC_TRY_EVAL(ac_compile); then
htdig-3.2.0b6/db/aclocal.m4:2047:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/db/aclocal.m4-2048-    *ELF-32*)
##############################################
htdig-3.2.0b6/db/aclocal.m4-2062-   if test "$lt_cv_prog_gnu_ld" = yes; then
htdig-3.2.0b6/db/aclocal.m4:2063:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/db/aclocal.m4-2064-    *32-bit*)
##############################################
htdig-3.2.0b6/db/aclocal.m4-2074-   else
htdig-3.2.0b6/db/aclocal.m4:2075:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/db/aclocal.m4-2076-    *32-bit*)
##############################################
htdig-3.2.0b6/db/aclocal.m4-2280-    # we can't tell.
htdig-3.2.0b6/db/aclocal.m4:2281:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
htdig-3.2.0b6/db/aclocal.m4-2282-	       = "XX$teststring") >/dev/null 2>&1 &&
htdig-3.2.0b6/db/aclocal.m4:2283:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
htdig-3.2.0b6/db/aclocal.m4-2284-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
htdig-3.2.0b6/db/aclocal.m4-2286-    do
htdig-3.2.0b6/db/aclocal.m4:2287:      i=`expr $i + 1`
htdig-3.2.0b6/db/aclocal.m4-2288-      teststring=$teststring$teststring
##############################################
htdig-3.2.0b6/db/aclocal.m4-2293-    # It appears as though 1/2 is a usable value.
htdig-3.2.0b6/db/aclocal.m4:2294:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
htdig-3.2.0b6/db/aclocal.m4-2295-    ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-2581-  if test "$hard_links" = no; then
htdig-3.2.0b6/db/aclocal.m4:2582:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
htdig-3.2.0b6/db/aclocal.m4-2583-    need_locks=warn
##############################################
htdig-3.2.0b6/db/aclocal.m4-2696-if test "$GCC" = yes; then
htdig-3.2.0b6/db/aclocal.m4:2697:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/aclocal.m4-2698-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-2702-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/db/aclocal.m4:2703:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/aclocal.m4-2704-  else
htdig-3.2.0b6/db/aclocal.m4:2705:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/aclocal.m4-2706-  fi
##############################################
htdig-3.2.0b6/db/aclocal.m4-2773-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/db/aclocal.m4:2774:  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'
htdig-3.2.0b6/db/aclocal.m4-2775-  ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-2806-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/db/aclocal.m4:2807:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/db/aclocal.m4:2808:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/db/aclocal.m4:2809:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/db/aclocal.m4-2810-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/db/aclocal.m4-2811-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/db/aclocal.m4:2812:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/db/aclocal.m4-2813-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/db/aclocal.m4-2819-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/db/aclocal.m4:2820:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/aclocal.m4-2821-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/db/aclocal.m4-2824-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/db/aclocal.m4:2825:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/aclocal.m4:2826:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/aclocal.m4-2827-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-2833-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/db/aclocal.m4:2834:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/aclocal.m4-2835-      else
htdig-3.2.0b6/db/aclocal.m4:2836:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/aclocal.m4-2837-      fi
##############################################
htdig-3.2.0b6/db/aclocal.m4-2840-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/db/aclocal.m4:2841:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/aclocal.m4-2842-      ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-2846-  *)
htdig-3.2.0b6/db/aclocal.m4:2847:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/db/aclocal.m4-2848-    ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-2866-  if test "$GCC" = yes; then
htdig-3.2.0b6/db/aclocal.m4:2867:    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"`
htdig-3.2.0b6/db/aclocal.m4-2868-  else
##############################################
htdig-3.2.0b6/db/aclocal.m4-3043-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/db/aclocal.m4:3044:    lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/db/aclocal.m4-3045-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/db/aclocal.m4-3110-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/db/aclocal.m4:3111:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/aclocal.m4-3112-    case $host_os in
##############################################
htdig-3.2.0b6/db/aclocal.m4-3239-  if test -z "$LTCC"; then
htdig-3.2.0b6/db/aclocal.m4:3240:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
htdig-3.2.0b6/db/aclocal.m4-3241-    if test -z "$LTCC"; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-3243-    else
htdig-3.2.0b6/db/aclocal.m4:3244:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
htdig-3.2.0b6/db/aclocal.m4-3245-    fi
##############################################
htdig-3.2.0b6/db/aclocal.m4-3249-  # Note that this assumes the entire list is on one line.
htdig-3.2.0b6/db/aclocal.m4:3250:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
htdig-3.2.0b6/db/aclocal.m4-3251-
##############################################
htdig-3.2.0b6/db/aclocal.m4-3255-    # Check whether tagname contains only valid characters
htdig-3.2.0b6/db/aclocal.m4:3256:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
htdig-3.2.0b6/db/aclocal.m4-3257-    "") ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-3508-	"file_magic "*)
htdig-3.2.0b6/db/aclocal.m4:3509:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/db/aclocal.m4-3510-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/db/aclocal.m4-3580-    # gcc leaves a trailing carriage return which upsets mingw
htdig-3.2.0b6/db/aclocal.m4:3581:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
htdig-3.2.0b6/db/aclocal.m4-3582-  *)
htdig-3.2.0b6/db/aclocal.m4:3583:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
htdig-3.2.0b6/db/aclocal.m4-3584-  esac
##############################################
htdig-3.2.0b6/db/aclocal.m4-3589-      # Canonicalize the pathname of ld
htdig-3.2.0b6/db/aclocal.m4:3590:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
htdig-3.2.0b6/db/aclocal.m4-3591-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
htdig-3.2.0b6/db/aclocal.m4:3592:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
htdig-3.2.0b6/db/aclocal.m4-3593-      done
##############################################
htdig-3.2.0b6/db/aclocal.m4-3620-      # Break only if it was the GNU/non-GNU ld that we prefer.
htdig-3.2.0b6/db/aclocal.m4:3621:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
htdig-3.2.0b6/db/aclocal.m4-3622-      *GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/db/aclocal.m4-3651-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
htdig-3.2.0b6/db/aclocal.m4:3652:case `$LD -v 2>&1 </dev/null` in
htdig-3.2.0b6/db/aclocal.m4-3653-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/db/aclocal.m4-3807-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
htdig-3.2.0b6/db/aclocal.m4:3808:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/aclocal.m4-3809-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
htdig-3.2.0b6/db/aclocal.m4-3880-      # Tru64's nm complains that /dev/null is an invalid object file
htdig-3.2.0b6/db/aclocal.m4:3881:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
htdig-3.2.0b6/db/aclocal.m4-3882-      */dev/null* | *'Invalid file or object type'*)
##############################################
htdig-3.2.0b6/db/aclocal.m4-3886-      *)
htdig-3.2.0b6/db/aclocal.m4:3887:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
htdig-3.2.0b6/db/aclocal.m4-3888-	*/dev/null*)
##############################################
htdig-3.2.0b6/db/aclocal.m4-4088-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
htdig-3.2.0b6/db/aclocal.m4:4089:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
htdig-3.2.0b6/db/aclocal.m4:4090:  if echo "$old_CC $old_CFLAGS " | grep "[[ 	]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ 	]]" >/dev/null; then :
htdig-3.2.0b6/db/aclocal.m4-4091-  else
##############################################
htdig-3.2.0b6/db/aclocal.m4-4266-_LT_AC_TAGVAR(compiler, $1)=$CC
htdig-3.2.0b6/db/aclocal.m4:4267:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/aclocal.m4-4268-
##############################################
htdig-3.2.0b6/db/aclocal.m4-4296-    # ancient GNU ld didn't support --whole-archive et. al.
htdig-3.2.0b6/db/aclocal.m4:4297:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
htdig-3.2.0b6/db/aclocal.m4-4298-	grep 'no-whole-archive' > /dev/null; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-4376-      # below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/db/aclocal.m4:4377:	collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/db/aclocal.m4-4378-	if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/db/aclocal.m4-4420-
htdig-3.2.0b6/db/aclocal.m4:4421:      _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"
htdig-3.2.0b6/db/aclocal.m4-4422-     else
##############################################
htdig-3.2.0b6/db/aclocal.m4-4465-      # is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/db/aclocal.m4:4466:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/db/aclocal.m4-4467-	cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/db/aclocal.m4-4583-      # dependencies.
htdig-3.2.0b6/db/aclocal.m4:4584:      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'
htdig-3.2.0b6/db/aclocal.m4-4585-      ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-4655-	# dependencies.
htdig-3.2.0b6/db/aclocal.m4:4656:	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'
htdig-3.2.0b6/db/aclocal.m4-4657-	;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-4680-	# SGI C++
htdig-3.2.0b6/db/aclocal.m4:4681:	_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'
htdig-3.2.0b6/db/aclocal.m4-4682-
##############################################
htdig-3.2.0b6/db/aclocal.m4-4691-	  if test "$with_gnu_ld" = no; then
htdig-3.2.0b6/db/aclocal.m4:4692:	    _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'
htdig-3.2.0b6/db/aclocal.m4-4693-	  else
htdig-3.2.0b6/db/aclocal.m4:4694:	    _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'
htdig-3.2.0b6/db/aclocal.m4-4695-	  fi
##############################################
htdig-3.2.0b6/db/aclocal.m4-4710-	# to its proper name (with version) after linking.
htdig-3.2.0b6/db/aclocal.m4:4711:	_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'
htdig-3.2.0b6/db/aclocal.m4:4712:	_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'
htdig-3.2.0b6/db/aclocal.m4-4713-	# Commands to make compiler produce verbose output that lists
##############################################
htdig-3.2.0b6/db/aclocal.m4-4720-	# dependencies.
htdig-3.2.0b6/db/aclocal.m4:4721:	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'
htdig-3.2.0b6/db/aclocal.m4-4722-
##############################################
htdig-3.2.0b6/db/aclocal.m4-4756-	# dependencies.
htdig-3.2.0b6/db/aclocal.m4:4757:	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'
htdig-3.2.0b6/db/aclocal.m4-4758-	;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-4799-	# to its proper name (with version) after linking.
htdig-3.2.0b6/db/aclocal.m4:4800:	_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'
htdig-3.2.0b6/db/aclocal.m4-4801-
##############################################
htdig-3.2.0b6/db/aclocal.m4-4816-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/aclocal.m4:4817:	_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'
htdig-3.2.0b6/db/aclocal.m4-4818-
##############################################
htdig-3.2.0b6/db/aclocal.m4-4829-	# dependencies.
htdig-3.2.0b6/db/aclocal.m4:4830:	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'
htdig-3.2.0b6/db/aclocal.m4-4831-	;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-4834-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/aclocal.m4:4835:	  _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'
htdig-3.2.0b6/db/aclocal.m4-4836-
##############################################
htdig-3.2.0b6/db/aclocal.m4-4859-	# to its proper name (with version) after linking.
htdig-3.2.0b6/db/aclocal.m4:4860:	_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'
htdig-3.2.0b6/db/aclocal.m4-4861-
##############################################
htdig-3.2.0b6/db/aclocal.m4-4875-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
htdig-3.2.0b6/db/aclocal.m4:4876:	_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'
htdig-3.2.0b6/db/aclocal.m4:4877:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
htdig-3.2.0b6/db/aclocal.m4-4878-	  echo "-hidden">> $lib.exp~
htdig-3.2.0b6/db/aclocal.m4:4879:	  $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~
htdig-3.2.0b6/db/aclocal.m4-4880-	  $rm $lib.exp'
##############################################
htdig-3.2.0b6/db/aclocal.m4-4892-	# dependencies.
htdig-3.2.0b6/db/aclocal.m4:4893:	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'
htdig-3.2.0b6/db/aclocal.m4-4894-	;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-4897-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/aclocal.m4:4898:	 _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'
htdig-3.2.0b6/db/aclocal.m4-4899-
##############################################
htdig-3.2.0b6/db/aclocal.m4-4980-	# dependencies.
htdig-3.2.0b6/db/aclocal.m4:4981:	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'
htdig-3.2.0b6/db/aclocal.m4-4982-
##############################################
htdig-3.2.0b6/db/aclocal.m4-5137-  # eval without this substitution.
htdig-3.2.0b6/db/aclocal.m4:5138:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
htdig-3.2.0b6/db/aclocal.m4-5139-
htdig-3.2.0b6/db/aclocal.m4:5140:  for p in `eval $output_verbose_link_cmd`; do
htdig-3.2.0b6/db/aclocal.m4-5141-    case $p in
##############################################
htdig-3.2.0b6/db/aclocal.m4-5268-_LT_AC_TAGVAR(compiler, $1)=$CC
htdig-3.2.0b6/db/aclocal.m4:5269:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/aclocal.m4-5270-
##############################################
htdig-3.2.0b6/db/aclocal.m4-5487-      # Double-quote double-evaled strings.
htdig-3.2.0b6/db/aclocal.m4:5488:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/db/aclocal.m4-5489-      ;;
htdig-3.2.0b6/db/aclocal.m4-5490-    *)
htdig-3.2.0b6/db/aclocal.m4:5491:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/db/aclocal.m4-5492-      ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-5497-  *'\[$]0 --fallback-echo"')
htdig-3.2.0b6/db/aclocal.m4:5498:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
htdig-3.2.0b6/db/aclocal.m4-5499-    ;;
##############################################
htdig-3.2.0b6/db/aclocal.m4-5512-
htdig-3.2.0b6/db/aclocal.m4:5513:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
htdig-3.2.0b6/db/aclocal.m4-5514-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
htdig-3.2.0b6/db/aclocal.m4-5885-  # libtool script then.
htdig-3.2.0b6/db/aclocal.m4:5886:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/db/aclocal.m4-5887-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/db/aclocal.m4-5977-# If we're using GNU nm, then use its standard symbol codes.
htdig-3.2.0b6/db/aclocal.m4:5978:case `$NM -V 2>&1` in
htdig-3.2.0b6/db/aclocal.m4-5979-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/db/aclocal.m4-6007-    nlist=conftest.nm
htdig-3.2.0b6/db/aclocal.m4:6008:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
htdig-3.2.0b6/db/aclocal.m4-6009-      # Try sorting and uniquifying the output.
##############################################
htdig-3.2.0b6/db/aclocal.m4-6701-	# is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/db/aclocal.m4:6702:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/db/aclocal.m4-6703-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/db/aclocal.m4-6756-      supports_anon_versioning=no
htdig-3.2.0b6/db/aclocal.m4:6757:      case `$LD -v 2>/dev/null` in
htdig-3.2.0b6/db/aclocal.m4-6758-        *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
htdig-3.2.0b6/db/aclocal.m4-6863-	# below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/db/aclocal.m4:6864:	  collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/db/aclocal.m4-6865-	  if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/db/aclocal.m4-6906-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
htdig-3.2.0b6/db/aclocal.m4:6907:	_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"
htdig-3.2.0b6/db/aclocal.m4-6908-       else
##############################################
htdig-3.2.0b6/db/aclocal.m4-6955-      # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/db/aclocal.m4:6956:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/db/aclocal.m4-6957-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/db/aclocal.m4-6960-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/db/aclocal.m4:6961:      fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/db/aclocal.m4-6962-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
htdig-3.2.0b6/db/aclocal.m4-7121-      if test "$GCC" = yes; then
htdig-3.2.0b6/db/aclocal.m4:7122:	_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'
htdig-3.2.0b6/db/aclocal.m4-7123-      else
htdig-3.2.0b6/db/aclocal.m4:7124:	_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'
htdig-3.2.0b6/db/aclocal.m4-7125-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
htdig-3.2.0b6/db/aclocal.m4-7153-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
htdig-3.2.0b6/db/aclocal.m4:7154:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/aclocal.m4-7155-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
htdig-3.2.0b6/db/aclocal.m4-7182-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/aclocal.m4:7183:	_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'
htdig-3.2.0b6/db/aclocal.m4-7184-      else
htdig-3.2.0b6/db/aclocal.m4-7185-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
htdig-3.2.0b6/db/aclocal.m4:7186:	_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'
htdig-3.2.0b6/db/aclocal.m4-7187-      fi
##############################################
htdig-3.2.0b6/db/aclocal.m4-7194-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/aclocal.m4:7195:	_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'
htdig-3.2.0b6/db/aclocal.m4-7196-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/db/aclocal.m4-7198-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
htdig-3.2.0b6/db/aclocal.m4:7199:	_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'
htdig-3.2.0b6/db/aclocal.m4:7200:	_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~
htdig-3.2.0b6/db/aclocal.m4:7201:	$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'
htdig-3.2.0b6/db/aclocal.m4-7202-
##############################################
htdig-3.2.0b6/db/aclocal.m4-7375-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
htdig-3.2.0b6/db/aclocal.m4:7376:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
htdig-3.2.0b6/db/aclocal.m4-7377-        then
##############################################
htdig-3.2.0b6/db/aclocal.m4-7511-    test $lt_ac_count -gt 10 && break
htdig-3.2.0b6/db/aclocal.m4:7512:    lt_ac_count=`expr $lt_ac_count + 1`
htdig-3.2.0b6/db/aclocal.m4-7513-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
htdig-3.2.0b6/db/alpha.gcc-9-	int __r;							\
htdig-3.2.0b6/db/alpha.gcc:10:	asm volatile(							\
htdig-3.2.0b6/db/alpha.gcc-11-		"1:	ldl_l	%0,%1\n"				\
##############################################
htdig-3.2.0b6/db/config.guess-37-
htdig-3.2.0b6/db/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
htdig-3.2.0b6/db/config.guess-39-
##############################################
htdig-3.2.0b6/db/config.guess-106-: ${TMPDIR=/tmp} ;
htdig-3.2.0b6/db/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
htdig-3.2.0b6/db/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
htdig-3.2.0b6/db/config.guess-191-	    *)
htdig-3.2.0b6/db/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
htdig-3.2.0b6/db/config.guess-193-		;;
##############################################
htdig-3.2.0b6/db/config.guess-259-	*4.0)
htdig-3.2.0b6/db/config.guess:260:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
htdig-3.2.0b6/db/config.guess-261-		;;
htdig-3.2.0b6/db/config.guess-262-	*5.*)
htdig-3.2.0b6/db/config.guess:263:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
htdig-3.2.0b6/db/config.guess-264-		;;
##############################################
htdig-3.2.0b6/db/config.guess-269-	# types through head -n 1, so we only detect the type of CPU 0.
htdig-3.2.0b6/db/config.guess:270:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
htdig-3.2.0b6/db/config.guess-271-	case "$ALPHA_CPU_TYPE" in
##############################################
htdig-3.2.0b6/db/config.guess-307-	# 1.2 uses "1.2" for uname -r.
htdig-3.2.0b6/db/config.guess:308:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
htdig-3.2.0b6/db/config.guess-309-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-361-    sun4H:SunOS:5.*:*)
htdig-3.2.0b6/db/config.guess:362:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/db/config.guess-363-	exit 0 ;;
htdig-3.2.0b6/db/config.guess-364-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
htdig-3.2.0b6/db/config.guess:365:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/db/config.guess-366-	exit 0 ;;
htdig-3.2.0b6/db/config.guess-367-    i86pc:SunOS:5.*:*)
htdig-3.2.0b6/db/config.guess:368:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/db/config.guess-369-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-373-	# it's likely to be more like Solaris than SunOS4.
htdig-3.2.0b6/db/config.guess:374:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/db/config.guess-375-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-382-	# Japanese Language versions have a version number like `4.1.3-JL'.
htdig-3.2.0b6/db/config.guess:383:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
htdig-3.2.0b6/db/config.guess-384-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-388-    sun*:*:4.2BSD:*)
htdig-3.2.0b6/db/config.guess:389:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
htdig-3.2.0b6/db/config.guess-390-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
htdig-3.2.0b6/db/config.guess-470-	$CC_FOR_BUILD -o $dummy $dummy.c \
htdig-3.2.0b6/db/config.guess:471:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
htdig-3.2.0b6/db/config.guess-472-	  && exit 0
##############################################
htdig-3.2.0b6/db/config.guess-525-    *:IRIX*:*:*)
htdig-3.2.0b6/db/config.guess:526:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
htdig-3.2.0b6/db/config.guess-527-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-564-    *:AIX:*:[45])
htdig-3.2.0b6/db/config.guess:565:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
htdig-3.2.0b6/db/config.guess-566-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
htdig-3.2.0b6/db/config.guess-599-    9000/[34678]??:HP-UX:*:*)
htdig-3.2.0b6/db/config.guess:600:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
htdig-3.2.0b6/db/config.guess-601-	case "${UNAME_MACHINE}" in
##############################################
htdig-3.2.0b6/db/config.guess-653-EOF
htdig-3.2.0b6/db/config.guess:654:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
htdig-3.2.0b6/db/config.guess-655-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
htdig-3.2.0b6/db/config.guess-671-    ia64:HP-UX:*:*)
htdig-3.2.0b6/db/config.guess:672:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
htdig-3.2.0b6/db/config.guess-673-	echo ia64-hp-hpux${HPUX_REV}
##############################################
htdig-3.2.0b6/db/config.guess-771-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
htdig-3.2.0b6/db/config.guess:772:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
htdig-3.2.0b6/db/config.guess-773-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
htdig-3.2.0b6/db/config.guess-776-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
htdig-3.2.0b6/db/config.guess:777:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
htdig-3.2.0b6/db/config.guess-778-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
htdig-3.2.0b6/db/config.guess-799-EOF
htdig-3.2.0b6/db/config.guess:800:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
htdig-3.2.0b6/db/config.guess-801-	# GNU/KFreeBSD systems have a "k" prefix to indicate we are using
##############################################
htdig-3.2.0b6/db/config.guess-803-	case ${LIBC} in gnu) kernel_only='k' ;; esac
htdig-3.2.0b6/db/config.guess:804:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
htdig-3.2.0b6/db/config.guess-805-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-833-    prep*:SunOS:5.*:*)
htdig-3.2.0b6/db/config.guess:834:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/db/config.guess-835-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-837-	# the GNU system
htdig-3.2.0b6/db/config.guess:838:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
htdig-3.2.0b6/db/config.guess-839-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-841-	# other systems with GNU libc and userland
htdig-3.2.0b6/db/config.guess:842:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
htdig-3.2.0b6/db/config.guess-843-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.guess-877-EOF
htdig-3.2.0b6/db/config.guess:878:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
htdig-3.2.0b6/db/config.guess-879-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
htdig-3.2.0b6/db/config.guess-896-EOF
htdig-3.2.0b6/db/config.guess:897:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
htdig-3.2.0b6/db/config.guess-898-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
htdig-3.2.0b6/db/config.guess-997-EOF
htdig-3.2.0b6/db/config.guess:998:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
htdig-3.2.0b6/db/config.guess-999-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
htdig-3.2.0b6/db/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
htdig-3.2.0b6/db/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
htdig-3.2.0b6/db/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
htdig-3.2.0b6/db/config.guess-1260-    *:DragonFly:*:*)
htdig-3.2.0b6/db/config.guess:1261:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
htdig-3.2.0b6/db/config.guess-1262-	exit 0 ;;
##############################################
htdig-3.2.0b6/db/config.sub-54-
htdig-3.2.0b6/db/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
htdig-3.2.0b6/db/config.sub-56-
##############################################
htdig-3.2.0b6/db/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
htdig-3.2.0b6/db/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
htdig-3.2.0b6/db/config.sub-120-case $maybe_os in
##############################################
htdig-3.2.0b6/db/config.sub-123-    os=-$maybe_os
htdig-3.2.0b6/db/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
htdig-3.2.0b6/db/config.sub-125-    ;;
htdig-3.2.0b6/db/config.sub-126-  *)
htdig-3.2.0b6/db/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
htdig-3.2.0b6/db/config.sub-128-    if [ $basic_machine != $1 ]
htdig-3.2.0b6/db/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
htdig-3.2.0b6/db/config.sub-130-    else os=; fi
##############################################
htdig-3.2.0b6/db/config.sub-174-		os=-sco3.2v5
htdig-3.2.0b6/db/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-176-		;;
##############################################
htdig-3.2.0b6/db/config.sub-178-		os=-sco3.2v4
htdig-3.2.0b6/db/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-180-		;;
htdig-3.2.0b6/db/config.sub-181-	-sco3.2.[4-9]*)
htdig-3.2.0b6/db/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
htdig-3.2.0b6/db/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-184-		;;
##############################################
htdig-3.2.0b6/db/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
htdig-3.2.0b6/db/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-188-		;;
##############################################
htdig-3.2.0b6/db/config.sub-190-		os=-sco3.2v2
htdig-3.2.0b6/db/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-192-		;;
htdig-3.2.0b6/db/config.sub-193-	-udk*)
htdig-3.2.0b6/db/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-195-		;;
##############################################
htdig-3.2.0b6/db/config.sub-197-		os=-isc2.2
htdig-3.2.0b6/db/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-199-		;;
##############################################
htdig-3.2.0b6/db/config.sub-203-	-isc*)
htdig-3.2.0b6/db/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-205-		;;
##############################################
htdig-3.2.0b6/db/config.sub-209-	-ptx*)
htdig-3.2.0b6/db/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
htdig-3.2.0b6/db/config.sub-211-		;;
htdig-3.2.0b6/db/config.sub-212-	-windowsnt*)
htdig-3.2.0b6/db/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
htdig-3.2.0b6/db/config.sub-214-		;;
##############################################
htdig-3.2.0b6/db/config.sub-289-	*-*-*)
htdig-3.2.0b6/db/config.sub:290:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
htdig-3.2.0b6/db/config.sub-291-		exit 1
##############################################
htdig-3.2.0b6/db/config.sub-386-	amd64-*)
htdig-3.2.0b6/db/config.sub:387:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-388-		;;
##############################################
htdig-3.2.0b6/db/config.sub-596-	i*86v32)
htdig-3.2.0b6/db/config.sub:597:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-598-		os=-sysv32
##############################################
htdig-3.2.0b6/db/config.sub-600-	i*86v4*)
htdig-3.2.0b6/db/config.sub:601:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-602-		os=-sysv4
##############################################
htdig-3.2.0b6/db/config.sub-604-	i*86v)
htdig-3.2.0b6/db/config.sub:605:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-606-		os=-sysv
##############################################
htdig-3.2.0b6/db/config.sub-608-	i*86sol2)
htdig-3.2.0b6/db/config.sub:609:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/db/config.sub-610-		os=-solaris2
##############################################
htdig-3.2.0b6/db/config.sub-656-	mips3*-*)
htdig-3.2.0b6/db/config.sub:657:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
htdig-3.2.0b6/db/config.sub-658-		;;
htdig-3.2.0b6/db/config.sub-659-	mips3*)
htdig-3.2.0b6/db/config.sub:660:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
htdig-3.2.0b6/db/config.sub-661-		;;
##############################################
htdig-3.2.0b6/db/config.sub-802-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
htdig-3.2.0b6/db/config.sub:803:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-804-		;;
htdig-3.2.0b6/db/config.sub-805-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
htdig-3.2.0b6/db/config.sub:806:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-807-		;;
htdig-3.2.0b6/db/config.sub-808-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
htdig-3.2.0b6/db/config.sub:809:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-810-		;;
htdig-3.2.0b6/db/config.sub-811-	pentium4-*)
htdig-3.2.0b6/db/config.sub:812:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-813-		;;
##############################################
htdig-3.2.0b6/db/config.sub-820-		;;
htdig-3.2.0b6/db/config.sub:821:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-822-		;;
##############################################
htdig-3.2.0b6/db/config.sub-826-	ppcle-* | powerpclittle-*)
htdig-3.2.0b6/db/config.sub:827:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-828-		;;
##############################################
htdig-3.2.0b6/db/config.sub-830-		;;
htdig-3.2.0b6/db/config.sub:831:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-832-		;;
##############################################
htdig-3.2.0b6/db/config.sub-836-	ppc64le-* | powerpc64little-*)
htdig-3.2.0b6/db/config.sub:837:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/db/config.sub-838-		;;
##############################################
htdig-3.2.0b6/db/config.sub-1105-	*)
htdig-3.2.0b6/db/config.sub:1106:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
htdig-3.2.0b6/db/config.sub-1107-		exit 1
##############################################
htdig-3.2.0b6/db/config.sub-1113-	*-digital*)
htdig-3.2.0b6/db/config.sub:1114:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
htdig-3.2.0b6/db/config.sub-1115-		;;
htdig-3.2.0b6/db/config.sub-1116-	*-commodore*)
htdig-3.2.0b6/db/config.sub:1117:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
htdig-3.2.0b6/db/config.sub-1118-		;;
##############################################
htdig-3.2.0b6/db/config.sub-1131-	-solaris1 | -solaris1.*)
htdig-3.2.0b6/db/config.sub:1132:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
htdig-3.2.0b6/db/config.sub-1133-		;;
##############################################
htdig-3.2.0b6/db/config.sub-1143-	-gnu/linux*)
htdig-3.2.0b6/db/config.sub:1144:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
htdig-3.2.0b6/db/config.sub-1145-		;;
##############################################
htdig-3.2.0b6/db/config.sub-1184-	-nto*)
htdig-3.2.0b6/db/config.sub:1185:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
htdig-3.2.0b6/db/config.sub-1186-		;;
##############################################
htdig-3.2.0b6/db/config.sub-1191-	-mac*)
htdig-3.2.0b6/db/config.sub:1192:		os=`echo $os | sed -e 's|mac|macos|'`
htdig-3.2.0b6/db/config.sub-1193-		;;
##############################################
htdig-3.2.0b6/db/config.sub-1197-	-linux*)
htdig-3.2.0b6/db/config.sub:1198:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
htdig-3.2.0b6/db/config.sub-1199-		;;
htdig-3.2.0b6/db/config.sub-1200-	-sunos5*)
htdig-3.2.0b6/db/config.sub:1201:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
htdig-3.2.0b6/db/config.sub-1202-		;;
htdig-3.2.0b6/db/config.sub-1203-	-sunos6*)
htdig-3.2.0b6/db/config.sub:1204:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
htdig-3.2.0b6/db/config.sub-1205-		;;
##############################################
htdig-3.2.0b6/db/config.sub-1252-	-sinix5.*)
htdig-3.2.0b6/db/config.sub:1253:		os=`echo $os | sed -e 's|sinix|sysv|'`
htdig-3.2.0b6/db/config.sub-1254-		;;
##############################################
htdig-3.2.0b6/db/config.sub-1300-		# Get rid of the `-' at the beginning of $os.
htdig-3.2.0b6/db/config.sub:1301:		os=`echo $os | sed 's/[^-]*-//'`
htdig-3.2.0b6/db/config.sub:1302:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
htdig-3.2.0b6/db/config.sub-1303-		exit 1
##############################################
htdig-3.2.0b6/db/config.sub-1536-		esac
htdig-3.2.0b6/db/config.sub:1537:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
htdig-3.2.0b6/db/config.sub-1538-		;;
##############################################
htdig-3.2.0b6/db/configure-43-do
htdig-3.2.0b6/db/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
htdig-3.2.0b6/db/configure-45-    eval $as_var=C; export $as_var
##############################################
htdig-3.2.0b6/db/configure-101-  as_lineno_2=$LINENO
htdig-3.2.0b6/db/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
htdig-3.2.0b6/db/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
htdig-3.2.0b6/db/configure-140-  as_lineno_2=$LINENO
htdig-3.2.0b6/db/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
htdig-3.2.0b6/db/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
htdig-3.2.0b6/db/configure-250-  # Remove one level of quotation (which was required for Make).
htdig-3.2.0b6/db/configure:251:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
htdig-3.2.0b6/db/configure-252-  ;;
##############################################
htdig-3.2.0b6/db/configure-261-  :
htdig-3.2.0b6/db/configure:262:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
htdig-3.2.0b6/db/configure-263-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/db/configure-287-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
htdig-3.2.0b6/db/configure:288:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
htdig-3.2.0b6/db/configure:289:       echo_test_string="`eval $cmd`" &&
htdig-3.2.0b6/db/configure-290-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
htdig-3.2.0b6/db/configure-296-
htdig-3.2.0b6/db/configure:297:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/db/configure:298:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/configure-299-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/configure-311-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
htdig-3.2.0b6/db/configure:312:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/db/configure:313:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/configure-314-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/configure-323-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/db/configure:324:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/configure-325-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/configure-338-      echo='printf %s\n'
htdig-3.2.0b6/db/configure:339:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/db/configure:340:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/configure-341-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/configure-343-	:
htdig-3.2.0b6/db/configure:344:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/db/configure-345-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/db/configure:346:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/configure-347-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/configure-352-	echo="$CONFIG_SHELL $0 --fallback-echo"
htdig-3.2.0b6/db/configure:353:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/db/configure-354-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/db/configure:355:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/db/configure-356-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/db/configure-362-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
htdig-3.2.0b6/db/configure:363:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
htdig-3.2.0b6/db/configure-364-	  then
##############################################
htdig-3.2.0b6/db/configure-370-	if test "$prev" != 'sed 50q "$0"'; then
htdig-3.2.0b6/db/configure:371:	  echo_test_string=`eval $prev`
htdig-3.2.0b6/db/configure-372-	  export echo_test_string
##############################################
htdig-3.2.0b6/db/configure-516-
htdig-3.2.0b6/db/configure:517:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
htdig-3.2.0b6/db/configure-518-
##############################################
htdig-3.2.0b6/db/configure-549-  -disable-* | --disable-*)
htdig-3.2.0b6/db/configure:550:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
htdig-3.2.0b6/db/configure-551-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/db/configure-554-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/db/configure:555:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
htdig-3.2.0b6/db/configure-556-    eval "enable_$ac_feature=no" ;;
##############################################
htdig-3.2.0b6/db/configure-558-  -enable-* | --enable-*)
htdig-3.2.0b6/db/configure:559:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
htdig-3.2.0b6/db/configure-560-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/db/configure-563-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/db/configure:564:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
htdig-3.2.0b6/db/configure-565-    case $ac_option in
htdig-3.2.0b6/db/configure:566:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
htdig-3.2.0b6/db/configure-567-      *) ac_optarg=yes ;;
##############################################
htdig-3.2.0b6/db/configure-740-  -with-* | --with-*)
htdig-3.2.0b6/db/configure:741:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
htdig-3.2.0b6/db/configure-742-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/db/configure-745-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/db/configure:746:    ac_package=`echo $ac_package| sed 's/-/_/g'`
htdig-3.2.0b6/db/configure-747-    case $ac_option in
htdig-3.2.0b6/db/configure:748:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
htdig-3.2.0b6/db/configure-749-      *) ac_optarg=yes ;;
##############################################
htdig-3.2.0b6/db/configure-753-  -without-* | --without-*)
htdig-3.2.0b6/db/configure:754:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
htdig-3.2.0b6/db/configure-755-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/db/configure-758-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/db/configure:759:    ac_package=`echo $ac_package | sed 's/-/_/g'`
htdig-3.2.0b6/db/configure-760-    eval "with_$ac_package=no" ;;
##############################################
htdig-3.2.0b6/db/configure-785-  *=*)
htdig-3.2.0b6/db/configure:786:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
htdig-3.2.0b6/db/configure-787-    # Reject names that are not valid shell variable names.
##############################################
htdig-3.2.0b6/db/configure-790-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/db/configure:791:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
htdig-3.2.0b6/db/configure-792-    eval "$ac_envvar='$ac_optarg'"
##############################################
htdig-3.2.0b6/db/configure-806-if test -n "$ac_prev"; then
htdig-3.2.0b6/db/configure:807:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
htdig-3.2.0b6/db/configure-808-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
htdig-3.2.0b6/db/configure-814-do
htdig-3.2.0b6/db/configure:815:  eval ac_val=$`echo $ac_var`
htdig-3.2.0b6/db/configure-816-  case $ac_val in
##############################################
htdig-3.2.0b6/db/configure-826-do
htdig-3.2.0b6/db/configure:827:  eval ac_val=$`echo $ac_var`
htdig-3.2.0b6/db/configure-828-  case $ac_val in
##############################################
htdig-3.2.0b6/db/configure-893-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/db/configure:894:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
htdig-3.2.0b6/db/configure-895-ac_env_build_alias_set=${build_alias+set}
##############################################
htdig-3.2.0b6/db/configure-984-By default, \`make install' will install all the files in
htdig-3.2.0b6/db/configure:985:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
htdig-3.2.0b6/db/configure:986:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
htdig-3.2.0b6/db/configure-987-for instance \`--prefix=\$HOME'.
##############################################
htdig-3.2.0b6/db/configure-1083-if test "$ac_dir" != .; then
htdig-3.2.0b6/db/configure:1084:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
htdig-3.2.0b6/db/configure-1085-  # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/db/configure:1086:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
htdig-3.2.0b6/db/configure-1087-else
##############################################
htdig-3.2.0b6/db/configure-1096-    else
htdig-3.2.0b6/db/configure:1097:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
htdig-3.2.0b6/db/configure-1098-    fi ;;
##############################################
htdig-3.2.0b6/db/configure-1250-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
htdig-3.2.0b6/db/configure:1251:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
htdig-3.2.0b6/db/configure-1252-    esac
##############################################
htdig-3.2.0b6/db/configure-1322-    do
htdig-3.2.0b6/db/configure:1323:      eval ac_val=$`echo $ac_var`
htdig-3.2.0b6/db/configure-1324-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
htdig-3.2.0b6/db/configure-1336-      do
htdig-3.2.0b6/db/configure:1337:	eval ac_val=$`echo $ac_var`
htdig-3.2.0b6/db/configure-1338-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
htdig-3.2.0b6/db/configure-1443-    set,)
htdig-3.2.0b6/db/configure:1444:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
htdig-3.2.0b6/db/configure:1445:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
htdig-3.2.0b6/db/configure-1446-      ac_cache_corrupted=: ;;
##############################################
htdig-3.2.0b6/db/configure-1466-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
htdig-3.2.0b6/db/configure:1467:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
htdig-3.2.0b6/db/configure-1468-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
htdig-3.2.0b6/db/configure-1508-
htdig-3.2.0b6/db/configure:1509:VERSION=`cat ${srcdir}/../.version`
htdig-3.2.0b6/db/configure:1510:MAJOR_VERSION=`expr $VERSION : '\([0-9][0-9]*\)'`
htdig-3.2.0b6/db/configure-1511-
htdig-3.2.0b6/db/configure:1512:MINOR_VERSION=`expr $VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\)'`
htdig-3.2.0b6/db/configure-1513-
htdig-3.2.0b6/db/configure:1514:MICRO_VERSION=`expr $VERSION : '[0-9][0-9]*\.[0-9][0-9]*\.\([0-9][0-9]*\)'`
htdig-3.2.0b6/db/configure-1515-
##############################################
htdig-3.2.0b6/db/configure-1632-if (
htdig-3.2.0b6/db/configure:1633:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
htdig-3.2.0b6/db/configure-1634-   if test "$*" = "X"; then
htdig-3.2.0b6/db/configure-1635-      # -L didn't work.
htdig-3.2.0b6/db/configure:1636:      set X `ls -t $srcdir/configure conftest.file`
htdig-3.2.0b6/db/configure-1637-   fi
##############################################
htdig-3.2.0b6/db/configure-1676-_ACEOF
htdig-3.2.0b6/db/configure:1677:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
htdig-3.2.0b6/db/configure-1678-rm conftest.sed
##############################################
htdig-3.2.0b6/db/configure-1681-# expand $ac_aux_dir to an absolute path
htdig-3.2.0b6/db/configure:1682:am_aux_dir=`cd $ac_aux_dir && pwd`
htdig-3.2.0b6/db/configure-1683-
##############################################
htdig-3.2.0b6/db/configure-1735-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
htdig-3.2.0b6/db/configure:1736:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
htdig-3.2.0b6/db/configure-1737-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
htdig-3.2.0b6/db/configure-1744-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
htdig-3.2.0b6/db/configure:1745:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
htdig-3.2.0b6/db/configure-1746-if test -n "$ac_maketemp"; then
##############################################
htdig-3.2.0b6/db/configure-1752-fi
htdig-3.2.0b6/db/configure:1753:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
htdig-3.2.0b6/db/configure-1754-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
htdig-3.2.0b6/db/configure-1772- # test to see if srcdir already configured
htdig-3.2.0b6/db/configure:1773:if test "`cd $srcdir && pwd`" != "`pwd`" &&
htdig-3.2.0b6/db/configure-1774-   test -f $srcdir/config.status; then
##############################################
htdig-3.2.0b6/db/configure-1924-test -z "$ac_cv_build_alias" &&
htdig-3.2.0b6/db/configure:1925:  ac_cv_build_alias=`$ac_config_guess`
htdig-3.2.0b6/db/configure-1926-test -z "$ac_cv_build_alias" &&
##############################################
htdig-3.2.0b6/db/configure-1929-   { (exit 1); exit 1; }; }
htdig-3.2.0b6/db/configure:1930:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
htdig-3.2.0b6/db/configure-1931-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
htdig-3.2.0b6/db/configure-1938-build=$ac_cv_build
htdig-3.2.0b6/db/configure:1939:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
htdig-3.2.0b6/db/configure:1940:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
htdig-3.2.0b6/db/configure:1941:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
htdig-3.2.0b6/db/configure-1942-
##############################################
htdig-3.2.0b6/db/configure-1951-  ac_cv_host_alias=$ac_cv_build_alias
htdig-3.2.0b6/db/configure:1952:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
htdig-3.2.0b6/db/configure-1953-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
htdig-3.2.0b6/db/configure-1960-host=$ac_cv_host
htdig-3.2.0b6/db/configure:1961:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
htdig-3.2.0b6/db/configure:1962:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
htdig-3.2.0b6/db/configure:1963:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
htdig-3.2.0b6/db/configure-1964-
##############################################
htdig-3.2.0b6/db/configure-2089-     "checking for C++ compiler version" >&5
htdig-3.2.0b6/db/configure:2090:ac_compiler=`set X $ac_compile; echo $2`
htdig-3.2.0b6/db/configure-2091-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
htdig-3.2.0b6/db/configure-2128-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
htdig-3.2.0b6/db/configure:2129:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
htdig-3.2.0b6/db/configure-2130-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
htdig-3.2.0b6/db/configure-2156-    *.* )
htdig-3.2.0b6/db/configure:2157:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
htdig-3.2.0b6/db/configure-2158-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
htdig-3.2.0b6/db/configure-2236-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
htdig-3.2.0b6/db/configure:2237:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
htdig-3.2.0b6/db/configure-2238-	  export ac_cv_exeext
##############################################
htdig-3.2.0b6/db/configure-2286-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
htdig-3.2.0b6/db/configure:2287:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
htdig-3.2.0b6/db/configure-2288-       break;;
##############################################
htdig-3.2.0b6/db/configure-2364-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
htdig-3.2.0b6/db/configure:2365:GXX=`test $ac_compiler_gnu = yes && echo yes`
htdig-3.2.0b6/db/configure-2366-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
htdig-3.2.0b6/db/configure-2568-# case it prints its new name instead of `make'.
htdig-3.2.0b6/db/configure:2569:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
htdig-3.2.0b6/db/configure-2570-   am__include=include
##############################################
htdig-3.2.0b6/db/configure-2576-   echo '.include "confinc"' > confmf
htdig-3.2.0b6/db/configure:2577:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
htdig-3.2.0b6/db/configure-2578-      am__include=.include
##############################################
htdig-3.2.0b6/db/configure-2638-  if test "$am_compiler_list" = ""; then
htdig-3.2.0b6/db/configure:2639:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
htdig-3.2.0b6/db/configure-2640-  fi
##############################################
htdig-3.2.0b6/db/configure-3030-     "checking for C compiler version" >&5
htdig-3.2.0b6/db/configure:3031:ac_compiler=`set X $ac_compile; echo $2`
htdig-3.2.0b6/db/configure-3032-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
htdig-3.2.0b6/db/configure-3104-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
htdig-3.2.0b6/db/configure:3105:GCC=`test $ac_compiler_gnu = yes && echo yes`
htdig-3.2.0b6/db/configure-3106-ac_test_CFLAGS=${CFLAGS+set}
##############################################
htdig-3.2.0b6/db/configure-3463-  if test "$am_compiler_list" = ""; then
htdig-3.2.0b6/db/configure:3464:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
htdig-3.2.0b6/db/configure-3465-  fi
##############################################
htdig-3.2.0b6/db/configure-3652-    test $lt_ac_count -gt 10 && break
htdig-3.2.0b6/db/configure:3653:    lt_ac_count=`expr $lt_ac_count + 1`
htdig-3.2.0b6/db/configure-3654-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
htdig-3.2.0b6/db/configure-3697-    # gcc leaves a trailing carriage return which upsets mingw
htdig-3.2.0b6/db/configure:3698:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
htdig-3.2.0b6/db/configure-3699-  *)
htdig-3.2.0b6/db/configure:3700:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
htdig-3.2.0b6/db/configure-3701-  esac
##############################################
htdig-3.2.0b6/db/configure-3706-      # Canonicalize the pathname of ld
htdig-3.2.0b6/db/configure:3707:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
htdig-3.2.0b6/db/configure-3708-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
htdig-3.2.0b6/db/configure:3709:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
htdig-3.2.0b6/db/configure-3710-      done
##############################################
htdig-3.2.0b6/db/configure-3741-      # Break only if it was the GNU/non-GNU ld that we prefer.
htdig-3.2.0b6/db/configure:3742:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
htdig-3.2.0b6/db/configure-3743-      *GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/db/configure-3774-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
htdig-3.2.0b6/db/configure:3775:case `$LD -v 2>&1 </dev/null` in
htdig-3.2.0b6/db/configure-3776-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/db/configure-3823-      # Tru64's nm complains that /dev/null is an invalid object file
htdig-3.2.0b6/db/configure:3824:      case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
htdig-3.2.0b6/db/configure-3825-      */dev/null* | *'Invalid file or object type'*)
##############################################
htdig-3.2.0b6/db/configure-3829-      *)
htdig-3.2.0b6/db/configure:3830:	case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
htdig-3.2.0b6/db/configure-3831-	*/dev/null*)
##############################################
htdig-3.2.0b6/db/configure-3986-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
htdig-3.2.0b6/db/configure:3987:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/configure-3988-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
##############################################
htdig-3.2.0b6/db/configure-4069-  (exit $ac_status); }; then
htdig-3.2.0b6/db/configure:4070:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/db/configure-4071-    *ELF-32*)
##############################################
htdig-3.2.0b6/db/configure-4089-   if test "$lt_cv_prog_gnu_ld" = yes; then
htdig-3.2.0b6/db/configure:4090:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/db/configure-4091-    *32-bit*)
##############################################
htdig-3.2.0b6/db/configure-4101-   else
htdig-3.2.0b6/db/configure:4102:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/db/configure-4103-    *32-bit*)
##############################################
htdig-3.2.0b6/db/configure-4656-do
htdig-3.2.0b6/db/configure:4657:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/db/configure-4658-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
htdig-3.2.0b6/db/configure-4702-fi
htdig-3.2.0b6/db/configure:4703:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:4704:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure:4705:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/db/configure-4706-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:4707:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-4708-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-4717-do
htdig-3.2.0b6/db/configure:4718:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/db/configure-4719-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/db/configure-4724-fi
htdig-3.2.0b6/db/configure:4725:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:4726:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-4727-else
##############################################
htdig-3.2.0b6/db/configure-4850-fi
htdig-3.2.0b6/db/configure:4851:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:4852:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-4853-
htdig-3.2.0b6/db/configure-4854-fi
htdig-3.2.0b6/db/configure:4855:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/db/configure-4856-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:4857:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-4858-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-5188-     "checking for Fortran 77 compiler version" >&5
htdig-3.2.0b6/db/configure:5189:ac_compiler=`set X $ac_compile; echo $2`
htdig-3.2.0b6/db/configure-5190-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
htdig-3.2.0b6/db/configure-5321-
htdig-3.2.0b6/db/configure:5322:G77=`test $ac_compiler_gnu = yes && echo yes`
htdig-3.2.0b6/db/configure-5323-ac_ext=c
##############################################
htdig-3.2.0b6/db/configure-5378-    # we can't tell.
htdig-3.2.0b6/db/configure:5379:    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
htdig-3.2.0b6/db/configure-5380-	       = "XX$teststring") >/dev/null 2>&1 &&
htdig-3.2.0b6/db/configure:5381:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
htdig-3.2.0b6/db/configure-5382-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
htdig-3.2.0b6/db/configure-5384-    do
htdig-3.2.0b6/db/configure:5385:      i=`expr $i + 1`
htdig-3.2.0b6/db/configure-5386-      teststring=$teststring$teststring
##############################################
htdig-3.2.0b6/db/configure-5391-    # It appears as though 1/2 is a usable value.
htdig-3.2.0b6/db/configure:5392:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
htdig-3.2.0b6/db/configure-5393-    ;;
##############################################
htdig-3.2.0b6/db/configure-5471-# If we're using GNU nm, then use its standard symbol codes.
htdig-3.2.0b6/db/configure:5472:case `$NM -V 2>&1` in
htdig-3.2.0b6/db/configure-5473-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/db/configure-5972-	"file_magic "*)
htdig-3.2.0b6/db/configure:5973:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/db/configure-5974-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/db/configure-6034-	"file_magic "*)
htdig-3.2.0b6/db/configure:6035:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/db/configure-6036-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/db/configure-6145-if test -n "$lt_prog_cc_shlib"; then
htdig-3.2.0b6/db/configure:6146:  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
htdig-3.2.0b6/db/configure:6147:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
htdig-3.2.0b6/db/configure-6148-  if echo "$old_CC $old_CFLAGS " | grep "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
htdig-3.2.0b6/db/configure-6553-  if test "$hard_links" = no; then
htdig-3.2.0b6/db/configure:6554:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
htdig-3.2.0b6/db/configure:6555:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
htdig-3.2.0b6/db/configure-6556-    need_locks=warn
##############################################
htdig-3.2.0b6/db/configure-6676-	# is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/db/configure:6677:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/db/configure-6678-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/db/configure-6731-      supports_anon_versioning=no
htdig-3.2.0b6/db/configure:6732:      case `$LD -v 2>/dev/null` in
htdig-3.2.0b6/db/configure-6733-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
htdig-3.2.0b6/db/configure-6838-	# below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/db/configure:6839:	  collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/db/configure-6840-	  if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/db/configure-6931-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
htdig-3.2.0b6/db/configure:6932:	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"
htdig-3.2.0b6/db/configure-6933-       else
##############################################
htdig-3.2.0b6/db/configure-7030-      # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/db/configure:7031:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/db/configure-7032-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/db/configure-7035-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/db/configure:7036:      fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/db/configure-7037-      enable_shared_with_static_runtimes=yes
##############################################
htdig-3.2.0b6/db/configure-7196-      if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:7197:	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'
htdig-3.2.0b6/db/configure-7198-      else
htdig-3.2.0b6/db/configure:7199:	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'
htdig-3.2.0b6/db/configure-7200-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
htdig-3.2.0b6/db/configure-7228-      hardcode_shlibpath_var=no
htdig-3.2.0b6/db/configure:7229:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/configure-7230-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
htdig-3.2.0b6/db/configure-7257-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:7258:	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'
htdig-3.2.0b6/db/configure-7259-      else
htdig-3.2.0b6/db/configure-7260-	allow_undefined_flag=' -expect_unresolved \*'
htdig-3.2.0b6/db/configure:7261:	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'
htdig-3.2.0b6/db/configure-7262-      fi
##############################################
htdig-3.2.0b6/db/configure-7269-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:7270:	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'
htdig-3.2.0b6/db/configure-7271-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/db/configure-7273-	allow_undefined_flag=' -expect_unresolved \*'
htdig-3.2.0b6/db/configure:7274:	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'
htdig-3.2.0b6/db/configure:7275:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
htdig-3.2.0b6/db/configure:7276:	$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'
htdig-3.2.0b6/db/configure-7277-
##############################################
htdig-3.2.0b6/db/configure-7495-if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:7496:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/configure-7497-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/db/configure-7501-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/db/configure:7502:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/configure-7503-  else
htdig-3.2.0b6/db/configure:7504:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/configure-7505-  fi
##############################################
htdig-3.2.0b6/db/configure-7572-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/db/configure:7573:  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'
htdig-3.2.0b6/db/configure-7574-  ;;
##############################################
htdig-3.2.0b6/db/configure-7605-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/db/configure:7606:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/db/configure:7607:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/db/configure:7608:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/db/configure-7609-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/db/configure-7610-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/db/configure:7611:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/db/configure-7612-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/db/configure-7618-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/db/configure:7619:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure-7620-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/db/configure-7623-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/db/configure:7624:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure:7625:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/configure-7626-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
htdig-3.2.0b6/db/configure-7632-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/db/configure:7633:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/configure-7634-      else
htdig-3.2.0b6/db/configure:7635:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/configure-7636-      fi
##############################################
htdig-3.2.0b6/db/configure-7639-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/db/configure:7640:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure-7641-      ;;
##############################################
htdig-3.2.0b6/db/configure-7645-  *)
htdig-3.2.0b6/db/configure:7646:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/db/configure-7647-    ;;
##############################################
htdig-3.2.0b6/db/configure-7665-  if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:7666:    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"`
htdig-3.2.0b6/db/configure-7667-  else
##############################################
htdig-3.2.0b6/db/configure-7842-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/db/configure:7843:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/db/configure-7844-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/db/configure-7909-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/db/configure:7910:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/configure-7911-    case $host_os in
##############################################
htdig-3.2.0b6/db/configure-9035-      # Double-quote double-evaled strings.
htdig-3.2.0b6/db/configure:9036:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/db/configure-9037-      ;;
htdig-3.2.0b6/db/configure-9038-    *)
htdig-3.2.0b6/db/configure:9039:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/db/configure-9040-      ;;
##############################################
htdig-3.2.0b6/db/configure-9045-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/db/configure:9046:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/db/configure-9047-    ;;
##############################################
htdig-3.2.0b6/db/configure-9058-
htdig-3.2.0b6/db/configure:9059:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
htdig-3.2.0b6/db/configure-9060-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
htdig-3.2.0b6/db/configure-9428-  # libtool script then.
htdig-3.2.0b6/db/configure:9429:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/db/configure-9430-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/db/configure-9457-  if test -z "$LTCC"; then
htdig-3.2.0b6/db/configure:9458:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
htdig-3.2.0b6/db/configure-9459-    if test -z "$LTCC"; then
##############################################
htdig-3.2.0b6/db/configure-9462-    else
htdig-3.2.0b6/db/configure:9463:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
htdig-3.2.0b6/db/configure:9464:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
htdig-3.2.0b6/db/configure-9465-    fi
##############################################
htdig-3.2.0b6/db/configure-9469-  # Note that this assumes the entire list is on one line.
htdig-3.2.0b6/db/configure:9470:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
htdig-3.2.0b6/db/configure-9471-
##############################################
htdig-3.2.0b6/db/configure-9475-    # Check whether tagname contains only valid characters
htdig-3.2.0b6/db/configure:9476:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
htdig-3.2.0b6/db/configure-9477-    "") ;;
##############################################
htdig-3.2.0b6/db/configure-9575-compiler_CXX=$CC
htdig-3.2.0b6/db/configure:9576:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/configure-9577-
##############################################
htdig-3.2.0b6/db/configure-9604-    # gcc leaves a trailing carriage return which upsets mingw
htdig-3.2.0b6/db/configure:9605:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
htdig-3.2.0b6/db/configure-9606-  *)
htdig-3.2.0b6/db/configure:9607:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
htdig-3.2.0b6/db/configure-9608-  esac
##############################################
htdig-3.2.0b6/db/configure-9613-      # Canonicalize the pathname of ld
htdig-3.2.0b6/db/configure:9614:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
htdig-3.2.0b6/db/configure-9615-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
htdig-3.2.0b6/db/configure:9616:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
htdig-3.2.0b6/db/configure-9617-      done
##############################################
htdig-3.2.0b6/db/configure-9648-      # Break only if it was the GNU/non-GNU ld that we prefer.
htdig-3.2.0b6/db/configure:9649:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
htdig-3.2.0b6/db/configure-9650-      *GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/db/configure-9681-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
htdig-3.2.0b6/db/configure:9682:case `$LD -v 2>&1 </dev/null` in
htdig-3.2.0b6/db/configure-9683-*GNU* | *'with BFD'*)
##############################################
htdig-3.2.0b6/db/configure-9711-    # ancient GNU ld didn't support --whole-archive et. al.
htdig-3.2.0b6/db/configure:9712:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
htdig-3.2.0b6/db/configure-9713-	grep 'no-whole-archive' > /dev/null; then
##############################################
htdig-3.2.0b6/db/configure-9792-      # below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/db/configure:9793:	collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/db/configure-9794-	if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/db/configure-9886-
htdig-3.2.0b6/db/configure:9887:      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"
htdig-3.2.0b6/db/configure-9888-     else
##############################################
htdig-3.2.0b6/db/configure-9981-      # is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/db/configure:9982:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/db/configure-9983-	cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/db/configure-10099-      # dependencies.
htdig-3.2.0b6/db/configure:10100:      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'
htdig-3.2.0b6/db/configure-10101-      ;;
##############################################
htdig-3.2.0b6/db/configure-10171-	# dependencies.
htdig-3.2.0b6/db/configure:10172:	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'
htdig-3.2.0b6/db/configure-10173-	;;
##############################################
htdig-3.2.0b6/db/configure-10196-	# SGI C++
htdig-3.2.0b6/db/configure:10197:	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'
htdig-3.2.0b6/db/configure-10198-
##############################################
htdig-3.2.0b6/db/configure-10207-	  if test "$with_gnu_ld" = no; then
htdig-3.2.0b6/db/configure:10208:	    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'
htdig-3.2.0b6/db/configure-10209-	  else
htdig-3.2.0b6/db/configure:10210:	    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'
htdig-3.2.0b6/db/configure-10211-	  fi
##############################################
htdig-3.2.0b6/db/configure-10226-	# to its proper name (with version) after linking.
htdig-3.2.0b6/db/configure:10227:	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'
htdig-3.2.0b6/db/configure:10228:	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'
htdig-3.2.0b6/db/configure-10229-	# Commands to make compiler produce verbose output that lists
##############################################
htdig-3.2.0b6/db/configure-10236-	# dependencies.
htdig-3.2.0b6/db/configure:10237:	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'
htdig-3.2.0b6/db/configure-10238-
##############################################
htdig-3.2.0b6/db/configure-10272-	# dependencies.
htdig-3.2.0b6/db/configure:10273:	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'
htdig-3.2.0b6/db/configure-10274-	;;
##############################################
htdig-3.2.0b6/db/configure-10315-	# to its proper name (with version) after linking.
htdig-3.2.0b6/db/configure:10316:	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'
htdig-3.2.0b6/db/configure-10317-
##############################################
htdig-3.2.0b6/db/configure-10332-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:10333:	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'
htdig-3.2.0b6/db/configure-10334-
##############################################
htdig-3.2.0b6/db/configure-10345-	# dependencies.
htdig-3.2.0b6/db/configure:10346:	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'
htdig-3.2.0b6/db/configure-10347-	;;
##############################################
htdig-3.2.0b6/db/configure-10350-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:10351:	  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'
htdig-3.2.0b6/db/configure-10352-
##############################################
htdig-3.2.0b6/db/configure-10375-	# to its proper name (with version) after linking.
htdig-3.2.0b6/db/configure:10376:	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'
htdig-3.2.0b6/db/configure-10377-
##############################################
htdig-3.2.0b6/db/configure-10391-	allow_undefined_flag_CXX=' -expect_unresolved \*'
htdig-3.2.0b6/db/configure:10392:	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'
htdig-3.2.0b6/db/configure:10393:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
htdig-3.2.0b6/db/configure-10394-	  echo "-hidden">> $lib.exp~
htdig-3.2.0b6/db/configure:10395:	  $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~
htdig-3.2.0b6/db/configure-10396-	  $rm $lib.exp'
##############################################
htdig-3.2.0b6/db/configure-10408-	# dependencies.
htdig-3.2.0b6/db/configure:10409:	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'
htdig-3.2.0b6/db/configure-10410-	;;
##############################################
htdig-3.2.0b6/db/configure-10413-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:10414:	 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'
htdig-3.2.0b6/db/configure-10415-
##############################################
htdig-3.2.0b6/db/configure-10496-	# dependencies.
htdig-3.2.0b6/db/configure:10497:	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'
htdig-3.2.0b6/db/configure-10498-
##############################################
htdig-3.2.0b6/db/configure-10600-  # eval without this substitution.
htdig-3.2.0b6/db/configure:10601:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
htdig-3.2.0b6/db/configure-10602-
htdig-3.2.0b6/db/configure:10603:  for p in `eval $output_verbose_link_cmd`; do
htdig-3.2.0b6/db/configure-10604-    case $p in
##############################################
htdig-3.2.0b6/db/configure-11064-  if test "$hard_links" = no; then
htdig-3.2.0b6/db/configure:11065:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
htdig-3.2.0b6/db/configure:11066:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
htdig-3.2.0b6/db/configure-11067-    need_locks=warn
##############################################
htdig-3.2.0b6/db/configure-11187-if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:11188:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/configure-11189-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/db/configure-11193-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/db/configure:11194:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/configure-11195-  else
htdig-3.2.0b6/db/configure:11196:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/configure-11197-  fi
##############################################
htdig-3.2.0b6/db/configure-11264-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/db/configure:11265:  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'
htdig-3.2.0b6/db/configure-11266-  ;;
##############################################
htdig-3.2.0b6/db/configure-11297-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/db/configure:11298:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/db/configure:11299:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/db/configure:11300:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/db/configure-11301-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/db/configure-11302-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/db/configure:11303:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/db/configure-11304-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/db/configure-11310-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/db/configure:11311:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure-11312-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/db/configure-11315-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/db/configure:11316:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure:11317:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/configure-11318-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
htdig-3.2.0b6/db/configure-11324-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/db/configure:11325:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/configure-11326-      else
htdig-3.2.0b6/db/configure:11327:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/configure-11328-      fi
##############################################
htdig-3.2.0b6/db/configure-11331-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/db/configure:11332:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure-11333-      ;;
##############################################
htdig-3.2.0b6/db/configure-11337-  *)
htdig-3.2.0b6/db/configure:11338:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/db/configure-11339-    ;;
##############################################
htdig-3.2.0b6/db/configure-11357-  if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:11358:    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"`
htdig-3.2.0b6/db/configure-11359-  else
##############################################
htdig-3.2.0b6/db/configure-11534-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/db/configure:11535:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/db/configure-11536-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/db/configure-11601-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/db/configure:11602:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/configure-11603-    case $host_os in
##############################################
htdig-3.2.0b6/db/configure-12653-      # Double-quote double-evaled strings.
htdig-3.2.0b6/db/configure:12654:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/db/configure-12655-      ;;
htdig-3.2.0b6/db/configure-12656-    *)
htdig-3.2.0b6/db/configure:12657:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/db/configure-12658-      ;;
##############################################
htdig-3.2.0b6/db/configure-12663-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/db/configure:12664:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/db/configure-12665-    ;;
##############################################
htdig-3.2.0b6/db/configure-12973-  # libtool script then.
htdig-3.2.0b6/db/configure:12974:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/db/configure-12975-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/db/configure-13057-compiler_F77=$CC
htdig-3.2.0b6/db/configure:13058:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/configure-13059-
##############################################
htdig-3.2.0b6/db/configure-13406-  if test "$hard_links" = no; then
htdig-3.2.0b6/db/configure:13407:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
htdig-3.2.0b6/db/configure:13408:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
htdig-3.2.0b6/db/configure-13409-    need_locks=warn
##############################################
htdig-3.2.0b6/db/configure-13529-	# is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/db/configure:13530:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/db/configure-13531-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/db/configure-13584-      supports_anon_versioning=no
htdig-3.2.0b6/db/configure:13585:      case `$LD -v 2>/dev/null` in
htdig-3.2.0b6/db/configure-13586-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
htdig-3.2.0b6/db/configure-13691-	# below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/db/configure:13692:	  collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/db/configure-13693-	  if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/db/configure-13774-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
htdig-3.2.0b6/db/configure:13775:	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"
htdig-3.2.0b6/db/configure-13776-       else
##############################################
htdig-3.2.0b6/db/configure-13863-      # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/db/configure:13864:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/db/configure-13865-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/db/configure-13868-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/db/configure:13869:      fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/db/configure-13870-      enable_shared_with_static_runtimes_F77=yes
##############################################
htdig-3.2.0b6/db/configure-14029-      if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:14030:	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'
htdig-3.2.0b6/db/configure-14031-      else
htdig-3.2.0b6/db/configure:14032:	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'
htdig-3.2.0b6/db/configure-14033-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
htdig-3.2.0b6/db/configure-14061-      hardcode_shlibpath_var_F77=no
htdig-3.2.0b6/db/configure:14062:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/configure-14063-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
htdig-3.2.0b6/db/configure-14090-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:14091:	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'
htdig-3.2.0b6/db/configure-14092-      else
htdig-3.2.0b6/db/configure-14093-	allow_undefined_flag_F77=' -expect_unresolved \*'
htdig-3.2.0b6/db/configure:14094:	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'
htdig-3.2.0b6/db/configure-14095-      fi
##############################################
htdig-3.2.0b6/db/configure-14102-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:14103:	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'
htdig-3.2.0b6/db/configure-14104-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/db/configure-14106-	allow_undefined_flag_F77=' -expect_unresolved \*'
htdig-3.2.0b6/db/configure:14107:	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'
htdig-3.2.0b6/db/configure:14108:	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~
htdig-3.2.0b6/db/configure:14109:	$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'
htdig-3.2.0b6/db/configure-14110-
##############################################
htdig-3.2.0b6/db/configure-14328-if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:14329:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/configure-14330-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/db/configure-14334-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/db/configure:14335:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/configure-14336-  else
htdig-3.2.0b6/db/configure:14337:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/configure-14338-  fi
##############################################
htdig-3.2.0b6/db/configure-14405-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/db/configure:14406:  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'
htdig-3.2.0b6/db/configure-14407-  ;;
##############################################
htdig-3.2.0b6/db/configure-14438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/db/configure:14439:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/db/configure:14440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/db/configure:14441:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/db/configure-14442-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/db/configure-14443-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/db/configure:14444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/db/configure-14445-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/db/configure-14451-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/db/configure:14452:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure-14453-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/db/configure-14456-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/db/configure:14457:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure:14458:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/configure-14459-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
htdig-3.2.0b6/db/configure-14465-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/db/configure:14466:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/configure-14467-      else
htdig-3.2.0b6/db/configure:14468:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/configure-14469-      fi
##############################################
htdig-3.2.0b6/db/configure-14472-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/db/configure:14473:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure-14474-      ;;
##############################################
htdig-3.2.0b6/db/configure-14478-  *)
htdig-3.2.0b6/db/configure:14479:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/db/configure-14480-    ;;
##############################################
htdig-3.2.0b6/db/configure-14498-  if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:14499:    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"`
htdig-3.2.0b6/db/configure-14500-  else
##############################################
htdig-3.2.0b6/db/configure-14675-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/db/configure:14676:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/db/configure-14677-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/db/configure-14742-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/db/configure:14743:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/configure-14744-    case $host_os in
##############################################
htdig-3.2.0b6/db/configure-14996-      # Double-quote double-evaled strings.
htdig-3.2.0b6/db/configure:14997:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/db/configure-14998-      ;;
htdig-3.2.0b6/db/configure-14999-    *)
htdig-3.2.0b6/db/configure:15000:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/db/configure-15001-      ;;
##############################################
htdig-3.2.0b6/db/configure-15006-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/db/configure:15007:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/db/configure-15008-    ;;
##############################################
htdig-3.2.0b6/db/configure-15316-  # libtool script then.
htdig-3.2.0b6/db/configure:15317:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/db/configure-15318-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/db/configure-15732-  if test "$hard_links" = no; then
htdig-3.2.0b6/db/configure:15733:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
htdig-3.2.0b6/db/configure:15734:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
htdig-3.2.0b6/db/configure-15735-    need_locks=warn
##############################################
htdig-3.2.0b6/db/configure-15855-	# is EXPORTS), use it as is; otherwise, prepend...
htdig-3.2.0b6/db/configure:15856:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/db/configure-15857-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
htdig-3.2.0b6/db/configure-15910-      supports_anon_versioning=no
htdig-3.2.0b6/db/configure:15911:      case `$LD -v 2>/dev/null` in
htdig-3.2.0b6/db/configure-15912-        *\ 01.* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
htdig-3.2.0b6/db/configure-16017-	# below for broken collect2 doesn't work under 4.3+
htdig-3.2.0b6/db/configure:16018:	  collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/db/configure-16019-	  if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/db/configure-16110-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
htdig-3.2.0b6/db/configure:16111:	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"
htdig-3.2.0b6/db/configure-16112-       else
##############################################
htdig-3.2.0b6/db/configure-16209-      # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/db/configure:16210:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/db/configure-16211-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/db/configure-16214-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/db/configure:16215:      fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/db/configure-16216-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
htdig-3.2.0b6/db/configure-16375-      if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:16376:	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'
htdig-3.2.0b6/db/configure-16377-      else
htdig-3.2.0b6/db/configure:16378:	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'
htdig-3.2.0b6/db/configure-16379-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
htdig-3.2.0b6/db/configure-16407-      hardcode_shlibpath_var_GCJ=no
htdig-3.2.0b6/db/configure:16408:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/configure-16409-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
htdig-3.2.0b6/db/configure-16436-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:16437:	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'
htdig-3.2.0b6/db/configure-16438-      else
htdig-3.2.0b6/db/configure-16439-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
htdig-3.2.0b6/db/configure:16440:	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'
htdig-3.2.0b6/db/configure-16441-      fi
##############################################
htdig-3.2.0b6/db/configure-16448-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/db/configure:16449:	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'
htdig-3.2.0b6/db/configure-16450-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/db/configure-16452-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
htdig-3.2.0b6/db/configure:16453:	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'
htdig-3.2.0b6/db/configure:16454:	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~
htdig-3.2.0b6/db/configure:16455:	$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'
htdig-3.2.0b6/db/configure-16456-
##############################################
htdig-3.2.0b6/db/configure-16674-if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:16675:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/configure-16676-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
htdig-3.2.0b6/db/configure-16680-    # okay in the real world where ";" in dirpaths is itself problematic.
htdig-3.2.0b6/db/configure:16681:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/configure-16682-  else
htdig-3.2.0b6/db/configure:16683:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/configure-16684-  fi
##############################################
htdig-3.2.0b6/db/configure-16751-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/db/configure:16752:  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'
htdig-3.2.0b6/db/configure-16753-  ;;
##############################################
htdig-3.2.0b6/db/configure-16784-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
htdig-3.2.0b6/db/configure:16785:    postinstall_cmds='base_file=`basename \${file}`~
htdig-3.2.0b6/db/configure:16786:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
htdig-3.2.0b6/db/configure:16787:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/db/configure-16788-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/db/configure-16789-      $install_prog $dir/$dlname \$dldir/$dlname'
htdig-3.2.0b6/db/configure:16790:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/db/configure-16791-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/db/configure-16797-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
htdig-3.2.0b6/db/configure:16798:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure-16799-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
htdig-3.2.0b6/db/configure-16802-      # MinGW DLLs use traditional 'lib' prefix
htdig-3.2.0b6/db/configure:16803:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure:16804:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
htdig-3.2.0b6/db/configure-16805-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
htdig-3.2.0b6/db/configure-16811-        # which wouldn't understand a cygwinified path. Ahh.
htdig-3.2.0b6/db/configure:16812:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
htdig-3.2.0b6/db/configure-16813-      else
htdig-3.2.0b6/db/configure:16814:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
htdig-3.2.0b6/db/configure-16815-      fi
##############################################
htdig-3.2.0b6/db/configure-16818-      # pw32 DLLs use 'pw' prefix rather than 'lib'
htdig-3.2.0b6/db/configure:16819:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/./-/g'`${versuffix}${shared_ext}'
htdig-3.2.0b6/db/configure-16820-      ;;
##############################################
htdig-3.2.0b6/db/configure-16824-  *)
htdig-3.2.0b6/db/configure:16825:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
htdig-3.2.0b6/db/configure-16826-    ;;
##############################################
htdig-3.2.0b6/db/configure-16844-  if test "$GCC" = yes; then
htdig-3.2.0b6/db/configure:16845:    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"`
htdig-3.2.0b6/db/configure-16846-  else
##############################################
htdig-3.2.0b6/db/configure-17021-  if test -f /etc/ld.so.conf; then
htdig-3.2.0b6/db/configure:17022:    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
htdig-3.2.0b6/db/configure-17023-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
htdig-3.2.0b6/db/configure-17088-  shlibpath_var=LD_LIBRARY_PATH
htdig-3.2.0b6/db/configure:17089:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
htdig-3.2.0b6/db/configure-17090-    case $host_os in
##############################################
htdig-3.2.0b6/db/configure-18140-      # Double-quote double-evaled strings.
htdig-3.2.0b6/db/configure:18141:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/db/configure-18142-      ;;
htdig-3.2.0b6/db/configure-18143-    *)
htdig-3.2.0b6/db/configure:18144:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/db/configure-18145-      ;;
##############################################
htdig-3.2.0b6/db/configure-18150-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/db/configure:18151:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/db/configure-18152-    ;;
##############################################
htdig-3.2.0b6/db/configure-18460-  # libtool script then.
htdig-3.2.0b6/db/configure:18461:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/db/configure-18462-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/db/configure-18585-      # Double-quote double-evaled strings.
htdig-3.2.0b6/db/configure:18586:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/db/configure-18587-      ;;
htdig-3.2.0b6/db/configure-18588-    *)
htdig-3.2.0b6/db/configure:18589:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/db/configure-18590-      ;;
##############################################
htdig-3.2.0b6/db/configure-18595-  *'\$0 --fallback-echo"')
htdig-3.2.0b6/db/configure:18596:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
htdig-3.2.0b6/db/configure-18597-    ;;
##############################################
htdig-3.2.0b6/db/configure-18905-  # libtool script then.
htdig-3.2.0b6/db/configure:18906:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
htdig-3.2.0b6/db/configure-18907-  if test -f "$ltmain_in"; then
##############################################
htdig-3.2.0b6/db/configure-19350-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
htdig-3.2.0b6/db/configure:19351:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
htdig-3.2.0b6/db/configure-19352-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
htdig-3.2.0b6/db/configure-19404-fi
htdig-3.2.0b6/db/configure:19405:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:19406:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure:19407:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/db/configure-19408-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:19409:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-19410-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-19843-do
htdig-3.2.0b6/db/configure:19844:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/db/configure-19845-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/db/configure-19850-fi
htdig-3.2.0b6/db/configure:19851:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:19852:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-19853-else
##############################################
htdig-3.2.0b6/db/configure-19976-fi
htdig-3.2.0b6/db/configure:19977:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:19978:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-19979-
htdig-3.2.0b6/db/configure-19980-fi
htdig-3.2.0b6/db/configure:19981:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/db/configure-19982-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:19983:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-19984-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-23179-do
htdig-3.2.0b6/db/configure:23180:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/db/configure-23181-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/db/configure-23186-fi
htdig-3.2.0b6/db/configure:23187:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:23188:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-23189-else
##############################################
htdig-3.2.0b6/db/configure-23312-fi
htdig-3.2.0b6/db/configure:23313:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:23314:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-23315-
htdig-3.2.0b6/db/configure-23316-fi
htdig-3.2.0b6/db/configure:23317:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/db/configure-23318-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:23319:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-23320-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-23491-do
htdig-3.2.0b6/db/configure:23492:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/db/configure-23493-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/db/configure-23498-fi
htdig-3.2.0b6/db/configure:23499:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:23500:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-23501-else
##############################################
htdig-3.2.0b6/db/configure-23624-fi
htdig-3.2.0b6/db/configure:23625:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:23626:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-23627-
htdig-3.2.0b6/db/configure-23628-fi
htdig-3.2.0b6/db/configure:23629:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/db/configure-23630-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:23631:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-23632-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-23640-do
htdig-3.2.0b6/db/configure:23641:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/db/configure-23642-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/db/configure-23728-fi
htdig-3.2.0b6/db/configure:23729:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/db/configure:23730:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/db/configure:23731:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/db/configure-23732-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:23733:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-23734-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-23916-do
htdig-3.2.0b6/db/configure:23917:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/db/configure-23918-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/db/configure-23923-fi
htdig-3.2.0b6/db/configure:23924:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:23925:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-23926-else
##############################################
htdig-3.2.0b6/db/configure-24049-fi
htdig-3.2.0b6/db/configure:24050:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:24051:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-24052-
htdig-3.2.0b6/db/configure-24053-fi
htdig-3.2.0b6/db/configure:24054:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/db/configure-24055-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:24056:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-24057-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-24147-do
htdig-3.2.0b6/db/configure:24148:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
htdig-3.2.0b6/db/configure-24149-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
htdig-3.2.0b6/db/configure-24154-fi
htdig-3.2.0b6/db/configure:24155:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:24156:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-24157-else
##############################################
htdig-3.2.0b6/db/configure-24280-fi
htdig-3.2.0b6/db/configure:24281:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
htdig-3.2.0b6/db/configure:24282:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
htdig-3.2.0b6/db/configure-24283-
htdig-3.2.0b6/db/configure-24284-fi
htdig-3.2.0b6/db/configure:24285:if test `eval echo '${'$as_ac_Header'}'` = yes; then
htdig-3.2.0b6/db/configure-24286-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:24287:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-24288-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-24363-ac_save_IFS=$IFS; IFS=','
htdig-3.2.0b6/db/configure:24364:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
htdig-3.2.0b6/db/configure-24365-IFS=$ac_save_IFS
##############################################
htdig-3.2.0b6/db/configure-24532-do
htdig-3.2.0b6/db/configure:24533:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/db/configure-24534-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/db/configure-24620-fi
htdig-3.2.0b6/db/configure:24621:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/db/configure:24622:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/db/configure:24623:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/db/configure-24624-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:24625:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-24626-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-24744-do
htdig-3.2.0b6/db/configure:24745:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
htdig-3.2.0b6/db/configure-24746-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
htdig-3.2.0b6/db/configure-24832-fi
htdig-3.2.0b6/db/configure:24833:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
htdig-3.2.0b6/db/configure:24834:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
htdig-3.2.0b6/db/configure:24835:if test `eval echo '${'$as_ac_var'}'` = yes; then
htdig-3.2.0b6/db/configure-24836-  cat >>confdefs.h <<_ACEOF
htdig-3.2.0b6/db/configure:24837:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
htdig-3.2.0b6/db/configure-24838-_ACEOF
##############################################
htdig-3.2.0b6/db/configure-25020-do
htdig-3.2.0b6/db/configure:25021:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
htdig-3.2.0b6/db/configure-25022-    eval $as_var=C; export $as_var
##############################################
htdig-3.2.0b6/db/configure-25078-  as_lineno_2=$LINENO
htdig-3.2.0b6/db/configure:25079:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
htdig-3.2.0b6/db/configure-25080-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
htdig-3.2.0b6/db/configure-25118-  as_lineno_2=$LINENO
htdig-3.2.0b6/db/configure:25119:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
htdig-3.2.0b6/db/configure-25120-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
htdig-3.2.0b6/db/configure-25300-configured by $0, generated by GNU Autoconf 2.59,
htdig-3.2.0b6/db/configure:25301:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
htdig-3.2.0b6/db/configure-25302-
##############################################
htdig-3.2.0b6/db/configure-25317-  --*=*)
htdig-3.2.0b6/db/configure:25318:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
htdig-3.2.0b6/db/configure:25319:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
htdig-3.2.0b6/db/configure-25320-    ac_shift=:
##############################################
htdig-3.2.0b6/db/configure-25610-      fi
htdig-3.2.0b6/db/configure:25611:      ac_sed_frag=`expr $ac_sed_frag + 1`
htdig-3.2.0b6/db/configure-25612-      ac_beg=$ac_end
htdig-3.2.0b6/db/configure:25613:      ac_end=`expr $ac_end + $ac_max_sed_lines`
htdig-3.2.0b6/db/configure-25614-    fi
##############################################
htdig-3.2.0b6/db/configure-25627-	cat >$tmp/stdin
htdig-3.2.0b6/db/configure:25628:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/db/configure:25629:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
htdig-3.2.0b6/db/configure:25630:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/db/configure:25631:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
htdig-3.2.0b6/db/configure-25632-  * )   ac_file_in=$ac_file.in ;;
##############################################
htdig-3.2.0b6/db/configure-25675-if test "$ac_dir" != .; then
htdig-3.2.0b6/db/configure:25676:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
htdig-3.2.0b6/db/configure-25677-  # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/db/configure:25678:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
htdig-3.2.0b6/db/configure-25679-else
##############################################
htdig-3.2.0b6/db/configure-25688-    else
htdig-3.2.0b6/db/configure:25689:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
htdig-3.2.0b6/db/configure-25690-    fi ;;
##############################################
htdig-3.2.0b6/db/configure-25841-	cat >$tmp/stdin
htdig-3.2.0b6/db/configure:25842:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/db/configure:25843:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
htdig-3.2.0b6/db/configure:25844:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/db/configure:25845:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
htdig-3.2.0b6/db/configure-25846-  * )   ac_file_in=$ac_file.in ;;
##############################################
htdig-3.2.0b6/db/configure-26044-    * )
htdig-3.2.0b6/db/configure:26045:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
htdig-3.2.0b6/db/configure-26046-  esac
##############################################
htdig-3.2.0b6/db/configure-26067-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
htdig-3.2.0b6/db/configure:26068:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
htdig-3.2.0b6/db/configure:26069:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
htdig-3.2.0b6/db/configure-26070-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
htdig-3.2.0b6/db/configure-26109-if test "$ac_dir" != .; then
htdig-3.2.0b6/db/configure:26110:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
htdig-3.2.0b6/db/configure-26111-  # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/db/configure:26112:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
htdig-3.2.0b6/db/configure-26113-else
##############################################
htdig-3.2.0b6/db/configure-26122-    else
htdig-3.2.0b6/db/configure:26123:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
htdig-3.2.0b6/db/configure-26124-    fi ;;
##############################################
htdig-3.2.0b6/db/configure-26177-  # Strip MF so we end up with the name of the file.
htdig-3.2.0b6/db/configure:26178:  mf=`echo "$mf" | sed -e 's/:.*$//'`
htdig-3.2.0b6/db/configure-26179-  # Check whether this is an Automake generated Makefile or not.
##############################################
htdig-3.2.0b6/db/configure-26203-  # running `make'.
htdig-3.2.0b6/db/configure:26204:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
htdig-3.2.0b6/db/configure-26205-  test -z "$DEPDIR" && continue
htdig-3.2.0b6/db/configure-26206-  # When using ansi2knr, U may be empty or an underscore; expand it
htdig-3.2.0b6/db/configure:26207:  U=`sed -n -e '/^U = / s///p' < "$mf"`
htdig-3.2.0b6/db/configure-26208-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
htdig-3.2.0b6/db/configure.in-6-
htdig-3.2.0b6/db/configure.in:7:VERSION=`cat ${srcdir}/../.version`
htdig-3.2.0b6/db/configure.in:8:MAJOR_VERSION=[`expr $VERSION : '\([0-9][0-9]*\)'`]
htdig-3.2.0b6/db/configure.in-9-AC_SUBST(MAJOR_VERSION)
htdig-3.2.0b6/db/configure.in:10:MINOR_VERSION=[`expr $VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\)'`]
htdig-3.2.0b6/db/configure.in-11-AC_SUBST(MINOR_VERSION)
htdig-3.2.0b6/db/configure.in:12:MICRO_VERSION=[`expr $VERSION : '[0-9][0-9]*\.[0-9][0-9]*\.\([0-9][0-9]*\)'`]
htdig-3.2.0b6/db/configure.in-13-AC_SUBST(MICRO_VERSION)
##############################################
htdig-3.2.0b6/db/env_region.c-235-	 */
htdig-3.2.0b6/db/env_region.c:236:	infop->primary = R_ADDR(infop, 0);
htdig-3.2.0b6/db/env_region.c-237-	infop->addr = (u_int8_t *)infop->addr + sizeof(REGENV);
##############################################
htdig-3.2.0b6/db/env_region.c-354-	 */
htdig-3.2.0b6/db/env_region.c:355:	infop->primary = R_ADDR(infop, 0);
htdig-3.2.0b6/db/env_region.c-356-	infop->addr = (u_int8_t *)infop->addr + sizeof(REGENV);
##############################################
htdig-3.2.0b6/db/ia64.gcc-8-	long __r;							\
htdig-3.2.0b6/db/ia64.gcc:9:	asm volatile("xchg1 %0=%1,%3" : "=r"(__r), "=m"(*__l) : "1"(*__l), "r"(1));\
htdig-3.2.0b6/db/ia64.gcc-10-	__r ^ 1;							\
##############################################
htdig-3.2.0b6/db/install-sh-103-
htdig-3.2.0b6/db/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
htdig-3.2.0b6/db/install-sh-105-	    shift
##############################################
htdig-3.2.0b6/db/install-sh-107-
htdig-3.2.0b6/db/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
htdig-3.2.0b6/db/install-sh-109-	    shift
##############################################
htdig-3.2.0b6/db/install-sh-169-	then
htdig-3.2.0b6/db/install-sh:170:		dst=$dst/`basename "$src"`
htdig-3.2.0b6/db/install-sh-171-	else
##############################################
htdig-3.2.0b6/db/install-sh-176-## this sed command emulates the dirname command
htdig-3.2.0b6/db/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
htdig-3.2.0b6/db/install-sh-178-
##############################################
htdig-3.2.0b6/db/install-sh-190-IFS='%'
htdig-3.2.0b6/db/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
htdig-3.2.0b6/db/install-sh-192-IFS=$oIFS
##############################################
htdig-3.2.0b6/db/install-sh-224-	then
htdig-3.2.0b6/db/install-sh:225:		dstfile=`basename "$dst"`
htdig-3.2.0b6/db/install-sh-226-	else
##############################################
htdig-3.2.0b6/db/install-sh-234-	then
htdig-3.2.0b6/db/install-sh:235:		dstfile=`basename "$dst"`
htdig-3.2.0b6/db/install-sh-236-	else
##############################################
htdig-3.2.0b6/db/lock.c-150-			sh_parent = (DB_LOCKER *)
htdig-3.2.0b6/db/lock.c:151:			    R_ADDR(&lt->reginfo, sh_locker->parent_locker);
htdig-3.2.0b6/db/lock.c-152-			F_SET(sh_locker, DB_LOCKER_DELETED);
##############################################
htdig-3.2.0b6/db/lock.c-581-	 */
htdig-3.2.0b6/db/lock.c:582:	((struct __db_lock *)R_ADDR(&lt->reginfo, lock->off))->mode = lock_mode;
htdig-3.2.0b6/db/lock.c-583-
##############################################
htdig-3.2.0b6/db/lock.c-648-	OBJECT_LOCK_NDX(lt, lock->ndx);
htdig-3.2.0b6/db/lock.c:649:	lockp = (struct __db_lock *)R_ADDR(&lt->reginfo, lock->off);
htdig-3.2.0b6/db/lock.c-650-	if (lock->gen != lockp->gen) {
##############################################
htdig-3.2.0b6/db/lock.c-704-	OBJECT_LOCK_NDX(lt, lock->ndx);
htdig-3.2.0b6/db/lock.c:705:	lockp = (struct __db_lock *)R_ADDR(&lt->reginfo, lock->off);
htdig-3.2.0b6/db/lock.c-706-	if (lock->gen != lockp->gen) {
##############################################
htdig-3.2.0b6/db/lock.c-943-		lockerp->master_locker = mlockerp->master_locker;
htdig-3.2.0b6/db/lock.c:944:		mlockerp = R_ADDR(&lt->reginfo, mlockerp->master_locker);
htdig-3.2.0b6/db/lock.c-945-	}
##############################################
htdig-3.2.0b6/db/lock.c-1189-		parent = (DB_LOCKER *)
htdig-3.2.0b6/db/lock.c:1190:		     R_ADDR(&lt->reginfo, parent->parent_locker);
htdig-3.2.0b6/db/lock.c-1191-		if (parent->id == locker)
##############################################
htdig-3.2.0b6/db/lock_deadlock.c-344-					dd = ((DB_LOCKER *)
htdig-3.2.0b6/db/lock_deadlock.c:345:					     R_ADDR(&lt->reginfo,
htdig-3.2.0b6/db/lock_deadlock.c-346-					     lockerp->master_locker))->dd_id;
##############################################
htdig-3.2.0b6/db/lock_deadlock.c-376-					dd = ((DB_LOCKER *)
htdig-3.2.0b6/db/lock_deadlock.c:377:					     R_ADDR(&lt->reginfo,
htdig-3.2.0b6/db/lock_deadlock.c-378-					     lockerp->master_locker))->dd_id;
##############################################
htdig-3.2.0b6/db/lock_region.c-186-	region = lt->reginfo.primary =
htdig-3.2.0b6/db/lock_region.c:187:	    R_ADDR(&lt->reginfo, lt->reginfo.rp->primary);
htdig-3.2.0b6/db/lock_region.c-188-
##############################################
htdig-3.2.0b6/db/lock_region.c-209-	/* Set remaining pointers into region. */
htdig-3.2.0b6/db/lock_region.c:210:	lt->memlock = (MUTEX *)R_ADDR(&lt->reginfo, region->memlock_off);
htdig-3.2.0b6/db/lock_region.c:211:	lt->conflicts = (u_int8_t *)R_ADDR(&lt->reginfo, region->conf_off);
htdig-3.2.0b6/db/lock_region.c:212:	lt->obj_tab = (DB_HASHTAB *)R_ADDR(&lt->reginfo, region->obj_off);
htdig-3.2.0b6/db/lock_region.c:213:	lt->osynch_tab = (MUTEX *)R_ADDR(&lt->reginfo, region->osynch_off);
htdig-3.2.0b6/db/lock_region.c:214:	lt->locker_tab = (DB_HASHTAB *)R_ADDR(&lt->reginfo, region->locker_off);
htdig-3.2.0b6/db/lock_region.c:215:	lt->lsynch_tab = (MUTEX *)R_ADDR(&lt->reginfo, region->lsynch_off);
htdig-3.2.0b6/db/lock_region.c-216-
##############################################
htdig-3.2.0b6/db/log.c-70-	lp = dblp->reginfo.primary =
htdig-3.2.0b6/db/log.c:71:	    R_ADDR(&dblp->reginfo, dblp->reginfo.rp->primary);
htdig-3.2.0b6/db/log.c:72:	dblp->bufp = R_ADDR(&dblp->reginfo, lp->buffer_off);
htdig-3.2.0b6/db/log.c-73-
##############################################
htdig-3.2.0b6/db/log_put.c-178-			memset(&t, 0, sizeof(t));
htdig-3.2.0b6/db/log_put.c:179:			t.data = R_ADDR(&dblp->reginfo, fnp->name_off);
htdig-3.2.0b6/db/log_put.c-180-			t.size = strlen(t.data) + 1;
##############################################
htdig-3.2.0b6/db/log_rec.c-336-		}
htdig-3.2.0b6/db/log_rec.c:337:		name = R_ADDR(&logp->reginfo, fname->name_off);
htdig-3.2.0b6/db/log_rec.c-338-
##############################################
htdig-3.2.0b6/db/log_register.c-199-			memset(&r_name, 0, sizeof(r_name));
htdig-3.2.0b6/db/log_register.c:200:			r_name.data = R_ADDR(&dblp->reginfo, fnp->name_off);
htdig-3.2.0b6/db/log_register.c-201-			r_name.size = strlen(r_name.data) + 1;
##############################################
htdig-3.2.0b6/db/log_register.c-219-		CDB___db_shalloc_free(dblp->reginfo.addr,
htdig-3.2.0b6/db/log_register.c:220:		    R_ADDR(&dblp->reginfo, fnp->name_off));
htdig-3.2.0b6/db/log_register.c-221-
##############################################
htdig-3.2.0b6/db/ltmain.sh-36-# The name of this program:
htdig-3.2.0b6/db/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
htdig-3.2.0b6/db/ltmain.sh-38-modename="$progname"
##############################################
htdig-3.2.0b6/db/ltmain.sh-56-  :
htdig-3.2.0b6/db/ltmain.sh:57:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
htdig-3.2.0b6/db/ltmain.sh-58-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/db/ltmain.sh-142-  win32_libid_type="unknown"
htdig-3.2.0b6/db/ltmain.sh:143:  win32_fileres=`file -L $1 2>/dev/null`
htdig-3.2.0b6/db/ltmain.sh-144-  case $win32_fileres in
##############################################
htdig-3.2.0b6/db/ltmain.sh-194-      # but not from the CC environment variable when configure was run.
htdig-3.2.0b6/db/ltmain.sh:195:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
htdig-3.2.0b6/db/ltmain.sh-196-      # Blanks at the start of $base_compile will cause this to fail
##############################################
htdig-3.2.0b6/db/ltmain.sh-201-	    # Evaluate the configuration.
htdig-3.2.0b6/db/ltmain.sh:202:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
htdig-3.2.0b6/db/ltmain.sh-203-	    CC_quoted=
##############################################
htdig-3.2.0b6/db/ltmain.sh-213-	    case "$@ " in
htdig-3.2.0b6/db/ltmain.sh:214:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
htdig-3.2.0b6/db/ltmain.sh-215-	      # The compiler in the base compile command matches
##############################################
htdig-3.2.0b6/db/ltmain.sh-250-  case $arg in
htdig-3.2.0b6/db/ltmain.sh:251:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
htdig-3.2.0b6/db/ltmain.sh-252-  *) optarg= ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-281-	  # Evaluate the configuration.
htdig-3.2.0b6/db/ltmain.sh:282:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
htdig-3.2.0b6/db/ltmain.sh-283-	else
##############################################
htdig-3.2.0b6/db/ltmain.sh-508-	-Wc,*)
htdig-3.2.0b6/db/ltmain.sh:509:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
htdig-3.2.0b6/db/ltmain.sh-510-	  lastarg=
##############################################
htdig-3.2.0b6/db/ltmain.sh-525-	  IFS="$save_ifs"
htdig-3.2.0b6/db/ltmain.sh:526:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/db/ltmain.sh-527-
##############################################
htdig-3.2.0b6/db/ltmain.sh-544-      # Aesthetically quote the previous argument.
htdig-3.2.0b6/db/ltmain.sh:545:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-546-
##############################################
htdig-3.2.0b6/db/ltmain.sh-569-      # Get the name of the library object.
htdig-3.2.0b6/db/ltmain.sh:570:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-571-      ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-580-    *.ads) xform=ads ;;
htdig-3.2.0b6/db/ltmain.sh:581:    *.asm) xform=asm ;;
htdig-3.2.0b6/db/ltmain.sh-582-    *.c++) xform=c++ ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-592-
htdig-3.2.0b6/db/ltmain.sh:593:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
htdig-3.2.0b6/db/ltmain.sh-594-
htdig-3.2.0b6/db/ltmain.sh-595-    case $libobj in
htdig-3.2.0b6/db/ltmain.sh:596:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
htdig-3.2.0b6/db/ltmain.sh-597-    *)
##############################################
htdig-3.2.0b6/db/ltmain.sh-623-
htdig-3.2.0b6/db/ltmain.sh:624:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh:625:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-626-    if test "X$xdir" = "X$obj"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-662-    if test "$compiler_c_o" = no; then
htdig-3.2.0b6/db/ltmain.sh:663:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
htdig-3.2.0b6/db/ltmain.sh-664-      lockfile="$output_obj.lock"
##############################################
htdig-3.2.0b6/db/ltmain.sh-683-*** ERROR, $lockfile exists and contains:
htdig-3.2.0b6/db/ltmain.sh:684:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/db/ltmain.sh-685-
##############################################
htdig-3.2.0b6/db/ltmain.sh-752-      if test "$need_locks" = warn &&
htdig-3.2.0b6/db/ltmain.sh:753:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
htdig-3.2.0b6/db/ltmain.sh-754-	$echo "\
htdig-3.2.0b6/db/ltmain.sh-755-*** ERROR, $lockfile contains:
htdig-3.2.0b6/db/ltmain.sh:756:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/db/ltmain.sh-757-
##############################################
htdig-3.2.0b6/db/ltmain.sh-824-      if test "$need_locks" = warn &&
htdig-3.2.0b6/db/ltmain.sh:825:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
htdig-3.2.0b6/db/ltmain.sh-826-	$echo "\
htdig-3.2.0b6/db/ltmain.sh-827-*** ERROR, $lockfile contains:
htdig-3.2.0b6/db/ltmain.sh:828:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/db/ltmain.sh-829-
##############################################
htdig-3.2.0b6/db/ltmain.sh-986-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
htdig-3.2.0b6/db/ltmain.sh:987:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
htdig-3.2.0b6/db/ltmain.sh-988-	;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-1075-	    moreargs=
htdig-3.2.0b6/db/ltmain.sh:1076:	    for fil in `cat $save_arg`
htdig-3.2.0b6/db/ltmain.sh-1077-	    do
##############################################
htdig-3.2.0b6/db/ltmain.sh-1102-		# Extract subdirectory from the argument.
htdig-3.2.0b6/db/ltmain.sh:1103:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-1104-		if test "X$xdir" = "X$arg"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-1156-		  # Extract subdirectory from the argument.
htdig-3.2.0b6/db/ltmain.sh:1157:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-1158-		  if test "X$xdir" = "X$arg"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-1163-
htdig-3.2.0b6/db/ltmain.sh:1164:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/db/ltmain.sh:1165:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/db/ltmain.sh-1166-		  libobjs="$libobjs $pic_object"
##############################################
htdig-3.2.0b6/db/ltmain.sh-1305-      -L*)
htdig-3.2.0b6/db/ltmain.sh:1306:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/db/ltmain.sh-1307-	# We need an absolute path.
##############################################
htdig-3.2.0b6/db/ltmain.sh-1310-	*)
htdig-3.2.0b6/db/ltmain.sh:1311:	  absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/db/ltmain.sh-1312-	  if test -z "$absdir"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-1387-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/db/ltmain.sh:1388:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-1389-	case $arg in
##############################################
htdig-3.2.0b6/db/ltmain.sh-1458-      -R*)
htdig-3.2.0b6/db/ltmain.sh:1459:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/db/ltmain.sh-1460-	# We need an absolute path.
##############################################
htdig-3.2.0b6/db/ltmain.sh-1499-      -Wc,*)
htdig-3.2.0b6/db/ltmain.sh:1500:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
htdig-3.2.0b6/db/ltmain.sh-1501-	arg=
##############################################
htdig-3.2.0b6/db/ltmain.sh-1513-	IFS="$save_ifs"
htdig-3.2.0b6/db/ltmain.sh:1514:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/db/ltmain.sh-1515-	;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-1517-      -Wl,*)
htdig-3.2.0b6/db/ltmain.sh:1518:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
htdig-3.2.0b6/db/ltmain.sh-1519-	arg=
##############################################
htdig-3.2.0b6/db/ltmain.sh-1532-	IFS="$save_ifs"
htdig-3.2.0b6/db/ltmain.sh:1533:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/db/ltmain.sh-1534-	;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-1554-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/db/ltmain.sh:1555:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-1556-	case $arg in
##############################################
htdig-3.2.0b6/db/ltmain.sh-1591-	  # Extract subdirectory from the argument.
htdig-3.2.0b6/db/ltmain.sh:1592:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-1593-	  if test "X$xdir" = "X$arg"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-1645-	    # Extract subdirectory from the argument.
htdig-3.2.0b6/db/ltmain.sh:1646:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-1647-	    if test "X$xdir" = "X$arg"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-1652-
htdig-3.2.0b6/db/ltmain.sh:1653:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/db/ltmain.sh:1654:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/db/ltmain.sh-1655-	    libobjs="$libobjs $pic_object"
##############################################
htdig-3.2.0b6/db/ltmain.sh-1688-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/db/ltmain.sh:1689:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-1690-	case $arg in
##############################################
htdig-3.2.0b6/db/ltmain.sh-1718-    # calculate the name of the file, without its directory
htdig-3.2.0b6/db/ltmain.sh:1719:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-1720-    libobjs_save="$libobjs"
##############################################
htdig-3.2.0b6/db/ltmain.sh-1723-      # get the directories listed in $shlibpath_var
htdig-3.2.0b6/db/ltmain.sh:1724:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
htdig-3.2.0b6/db/ltmain.sh-1725-    else
##############################################
htdig-3.2.0b6/db/ltmain.sh-1730-
htdig-3.2.0b6/db/ltmain.sh:1731:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-1732-    if test "X$output_objdir" = "X$output"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-1873-	  fi
htdig-3.2.0b6/db/ltmain.sh:1874:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
htdig-3.2.0b6/db/ltmain.sh-1875-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
htdig-3.2.0b6/db/ltmain.sh-1917-		    found=no
htdig-3.2.0b6/db/ltmain.sh:1918:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-1919-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
htdig-3.2.0b6/db/ltmain.sh-1942-	    newdependency_libs="$deplib $newdependency_libs"
htdig-3.2.0b6/db/ltmain.sh:1943:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/db/ltmain.sh-1944-	    ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-1955-	    fi
htdig-3.2.0b6/db/ltmain.sh:1956:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/db/ltmain.sh-1957-	    ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-1965-	  if test "$pass" = link; then
htdig-3.2.0b6/db/ltmain.sh:1966:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/db/ltmain.sh-1967-	    # Make sure the xrpath contains only unique directories.
##############################################
htdig-3.2.0b6/db/ltmain.sh-2044-
htdig-3.2.0b6/db/ltmain.sh:2045:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-2046-	test "X$ladir" = "X$lib" && ladir="."
##############################################
htdig-3.2.0b6/db/ltmain.sh-2134-	*)
htdig-3.2.0b6/db/ltmain.sh:2135:	  abs_ladir=`cd "$ladir" && pwd`
htdig-3.2.0b6/db/ltmain.sh-2136-	  if test -z "$abs_ladir"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-2142-	esac
htdig-3.2.0b6/db/ltmain.sh:2143:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-2144-
##############################################
htdig-3.2.0b6/db/ltmain.sh-2161-	fi # $installed = yes
htdig-3.2.0b6/db/ltmain.sh:2162:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
htdig-3.2.0b6/db/ltmain.sh-2163-
##############################################
htdig-3.2.0b6/db/ltmain.sh-2208-	    case $deplib in
htdig-3.2.0b6/db/ltmain.sh:2209:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
htdig-3.2.0b6/db/ltmain.sh-2210-	    esac
##############################################
htdig-3.2.0b6/db/ltmain.sh-2323-	    shift; shift
htdig-3.2.0b6/db/ltmain.sh:2324:	    libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/db/ltmain.sh-2325-	    # use dlname if we got it. it's perfectly good, no?
##############################################
htdig-3.2.0b6/db/ltmain.sh-2331-	      *cygwin* | mingw*)
htdig-3.2.0b6/db/ltmain.sh:2332:		major=`expr $current - $age`
htdig-3.2.0b6/db/ltmain.sh-2333-		versuffix="-$major"
##############################################
htdig-3.2.0b6/db/ltmain.sh-2342-	    soroot="$soname"
htdig-3.2.0b6/db/ltmain.sh:2343:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
htdig-3.2.0b6/db/ltmain.sh:2344:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
htdig-3.2.0b6/db/ltmain.sh-2345-
##############################################
htdig-3.2.0b6/db/ltmain.sh-2573-	      case $libdir in
htdig-3.2.0b6/db/ltmain.sh:2574:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/db/ltmain.sh-2575-		   case " $xrpath " in
##############################################
htdig-3.2.0b6/db/ltmain.sh-2605-	      *.la)
htdig-3.2.0b6/db/ltmain.sh:2606:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-2607-		test "X$dir" = "X$deplib" && dir="."
##############################################
htdig-3.2.0b6/db/ltmain.sh-2611-		*)
htdig-3.2.0b6/db/ltmain.sh:2612:		  absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/db/ltmain.sh-2613-		  if test -z "$absdir"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-2621-		else
htdig-3.2.0b6/db/ltmain.sh:2622:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/db/ltmain.sh-2623-		  if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-2636-		  # but need to link against shared
htdig-3.2.0b6/db/ltmain.sh:2637:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/db/ltmain.sh-2638-		  if test -n "$deplibrary_names" ; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-2661-		  # Again, we only want to link against shared libraries
htdig-3.2.0b6/db/ltmain.sh:2662:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
htdig-3.2.0b6/db/ltmain.sh-2663-		  for tmp in $newlib_search_path ; do
##############################################
htdig-3.2.0b6/db/ltmain.sh-2828-      lib*)
htdig-3.2.0b6/db/ltmain.sh:2829:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
htdig-3.2.0b6/db/ltmain.sh-2830-	eval shared_ext=\"$shrext_cmds\"
##############################################
htdig-3.2.0b6/db/ltmain.sh-2834-	if test "$module" = no; then
htdig-3.2.0b6/db/ltmain.sh:2835:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
htdig-3.2.0b6/db/ltmain.sh-2836-	  $echo "$help" 1>&2
##############################################
htdig-3.2.0b6/db/ltmain.sh-2840-	  # Add the "lib" prefix for modules if required
htdig-3.2.0b6/db/ltmain.sh:2841:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
htdig-3.2.0b6/db/ltmain.sh-2842-	  eval shared_ext=\"$shrext_cmds\"
##############################################
htdig-3.2.0b6/db/ltmain.sh-2844-	else
htdig-3.2.0b6/db/ltmain.sh:2845:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
htdig-3.2.0b6/db/ltmain.sh-2846-	fi
##############################################
htdig-3.2.0b6/db/ltmain.sh-2921-	  darwin|linux|osf|windows)
htdig-3.2.0b6/db/ltmain.sh:2922:	    current=`expr $number_major + $number_minor`
htdig-3.2.0b6/db/ltmain.sh-2923-	    age="$number_minor"
##############################################
htdig-3.2.0b6/db/ltmain.sh-2931-	  irix|nonstopux)
htdig-3.2.0b6/db/ltmain.sh:2932:	    current=`expr $number_major + $number_minor - 1`
htdig-3.2.0b6/db/ltmain.sh-2933-	    age="$number_minor"
##############################################
htdig-3.2.0b6/db/ltmain.sh-2973-	if test "$age" -gt "$current"; then
htdig-3.2.0b6/db/ltmain.sh:2974:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
htdig-3.2.0b6/db/ltmain.sh-2975-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
htdig-3.2.0b6/db/ltmain.sh-2988-	  # verstring for coding it into the library header
htdig-3.2.0b6/db/ltmain.sh:2989:	  major=.`expr $current - $age`
htdig-3.2.0b6/db/ltmain.sh-2990-	  versuffix="$major.$age.$revision"
htdig-3.2.0b6/db/ltmain.sh-2991-	  # Darwin ld doesn't like 0 for these options...
htdig-3.2.0b6/db/ltmain.sh:2992:	  minor_current=`expr $current + 1`
htdig-3.2.0b6/db/ltmain.sh-2993-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3006-	irix | nonstopux)
htdig-3.2.0b6/db/ltmain.sh:3007:	  major=`expr $current - $age + 1`
htdig-3.2.0b6/db/ltmain.sh-3008-
##############################################
htdig-3.2.0b6/db/ltmain.sh-3017-	  while test "$loop" -ne 0; do
htdig-3.2.0b6/db/ltmain.sh:3018:	    iface=`expr $revision - $loop`
htdig-3.2.0b6/db/ltmain.sh:3019:	    loop=`expr $loop - 1`
htdig-3.2.0b6/db/ltmain.sh-3020-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3028-	linux)
htdig-3.2.0b6/db/ltmain.sh:3029:	  major=.`expr $current - $age`
htdig-3.2.0b6/db/ltmain.sh-3030-	  versuffix="$major.$age.$revision"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3033-	osf)
htdig-3.2.0b6/db/ltmain.sh:3034:	  major=.`expr $current - $age`
htdig-3.2.0b6/db/ltmain.sh-3035-	  versuffix=".$current.$age.$revision"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3040-	  while test "$loop" -ne 0; do
htdig-3.2.0b6/db/ltmain.sh:3041:	    iface=`expr $current - $loop`
htdig-3.2.0b6/db/ltmain.sh:3042:	    loop=`expr $loop - 1`
htdig-3.2.0b6/db/ltmain.sh-3043-	    verstring="$verstring:${iface}.0"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3057-	  # extension on DOS 8.3 filesystems.
htdig-3.2.0b6/db/ltmain.sh:3058:	  major=`expr $current - $age`
htdig-3.2.0b6/db/ltmain.sh-3059-	  versuffix="-$major"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3112-	removelist=
htdig-3.2.0b6/db/ltmain.sh:3113:	tempremovelist=`$echo "$output_objdir/*"`
htdig-3.2.0b6/db/ltmain.sh-3114-	for p in $tempremovelist; do
##############################################
htdig-3.2.0b6/db/ltmain.sh-3140-	# Transform .lo files to .o files.
htdig-3.2.0b6/db/ltmain.sh:3141:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/db/ltmain.sh-3142-      fi
##############################################
htdig-3.2.0b6/db/ltmain.sh-3145-      for path in $notinst_path; do
htdig-3.2.0b6/db/ltmain.sh:3146:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
htdig-3.2.0b6/db/ltmain.sh:3147:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
htdig-3.2.0b6/db/ltmain.sh:3148:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
htdig-3.2.0b6/db/ltmain.sh-3149-      done
##############################################
htdig-3.2.0b6/db/ltmain.sh-3248-	    for i in $deplibs; do
htdig-3.2.0b6/db/ltmain.sh:3249:	      name="`expr $i : '-l\(.*\)'`"
htdig-3.2.0b6/db/ltmain.sh-3250-	      # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/db/ltmain.sh-3260-		if test -n "$i" ; then
htdig-3.2.0b6/db/ltmain.sh:3261:		  libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/db/ltmain.sh:3262:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
htdig-3.2.0b6/db/ltmain.sh-3263-		  set dummy $deplib_matches
htdig-3.2.0b6/db/ltmain.sh-3264-		  deplib_match=$2
htdig-3.2.0b6/db/ltmain.sh:3265:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
htdig-3.2.0b6/db/ltmain.sh-3266-		    newdeplibs="$newdeplibs $i"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3285-	    for i in $deplibs; do
htdig-3.2.0b6/db/ltmain.sh:3286:	      name="`expr $i : '-l\(.*\)'`"
htdig-3.2.0b6/db/ltmain.sh-3287-	      # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/db/ltmain.sh-3302-		  if test -n "$i" ; then
htdig-3.2.0b6/db/ltmain.sh:3303:		    libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/db/ltmain.sh:3304:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
htdig-3.2.0b6/db/ltmain.sh-3305-		    set dummy $deplib_matches
htdig-3.2.0b6/db/ltmain.sh-3306-		    deplib_match=$2
htdig-3.2.0b6/db/ltmain.sh:3307:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
htdig-3.2.0b6/db/ltmain.sh-3308-		      newdeplibs="$newdeplibs $i"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3335-	  set dummy $deplibs_check_method
htdig-3.2.0b6/db/ltmain.sh:3336:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
htdig-3.2.0b6/db/ltmain.sh-3337-	  for a_deplib in $deplibs; do
htdig-3.2.0b6/db/ltmain.sh:3338:	    name="`expr $a_deplib : '-l\(.*\)'`"
htdig-3.2.0b6/db/ltmain.sh-3339-	    # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/db/ltmain.sh-3349-	      if test -n "$a_deplib" ; then
htdig-3.2.0b6/db/ltmain.sh:3350:		libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/db/ltmain.sh-3351-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
htdig-3.2.0b6/db/ltmain.sh:3352:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
htdig-3.2.0b6/db/ltmain.sh-3353-		  for potent_lib in $potential_libs; do
##############################################
htdig-3.2.0b6/db/ltmain.sh-3365-		      while test -h "$potlib" 2>/dev/null; do
htdig-3.2.0b6/db/ltmain.sh:3366:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
htdig-3.2.0b6/db/ltmain.sh-3367-			case $potliblink in
htdig-3.2.0b6/db/ltmain.sh-3368-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
htdig-3.2.0b6/db/ltmain.sh:3369:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
htdig-3.2.0b6/db/ltmain.sh-3370-			esac
##############################################
htdig-3.2.0b6/db/ltmain.sh-3404-	  set dummy $deplibs_check_method
htdig-3.2.0b6/db/ltmain.sh:3405:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
htdig-3.2.0b6/db/ltmain.sh-3406-	  for a_deplib in $deplibs; do
htdig-3.2.0b6/db/ltmain.sh:3407:	    name="`expr $a_deplib : '-l\(.*\)'`"
htdig-3.2.0b6/db/ltmain.sh-3408-	    # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/db/ltmain.sh-3418-	      if test -n "$a_deplib" ; then
htdig-3.2.0b6/db/ltmain.sh:3419:		libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/db/ltmain.sh-3420-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
htdig-3.2.0b6/db/ltmain.sh:3421:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
htdig-3.2.0b6/db/ltmain.sh-3422-		  for potent_lib in $potential_libs; do
##############################################
htdig-3.2.0b6/db/ltmain.sh-3461-	      # can't use Xsed below, because $i might contain '/'
htdig-3.2.0b6/db/ltmain.sh:3462:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
htdig-3.2.0b6/db/ltmain.sh-3463-	    done
##############################################
htdig-3.2.0b6/db/ltmain.sh-3486-	  # On Rhapsody replace the C library is the System framework
htdig-3.2.0b6/db/ltmain.sh:3487:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/db/ltmain.sh-3488-	  ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-3625-	# Use standard objects if they are pic
htdig-3.2.0b6/db/ltmain.sh:3626:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/db/ltmain.sh-3627-
##############################################
htdig-3.2.0b6/db/ltmain.sh-3638-	      eval cmd=\"$cmd\"
htdig-3.2.0b6/db/ltmain.sh:3639:	      if len=`expr "X$cmd" : ".*"` &&
htdig-3.2.0b6/db/ltmain.sh-3640-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-3696-	      esac
htdig-3.2.0b6/db/ltmain.sh:3697:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-3698-	      xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3727-		   do
htdig-3.2.0b6/db/ltmain.sh:3728:		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
htdig-3.2.0b6/db/ltmain.sh-3729-		   done
##############################################
htdig-3.2.0b6/db/ltmain.sh-3731-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
htdig-3.2.0b6/db/ltmain.sh:3732:		   i=`expr $i + 1`
htdig-3.2.0b6/db/ltmain.sh-3733-		  done
##############################################
htdig-3.2.0b6/db/ltmain.sh-3736-
htdig-3.2.0b6/db/ltmain.sh:3737:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/db/ltmain.sh-3738-	    done
##############################################
htdig-3.2.0b6/db/ltmain.sh-3770-
htdig-3.2.0b6/db/ltmain.sh:3771:	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
htdig-3.2.0b6/db/ltmain.sh-3772-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-3804-	    if test "X$objlist" = X ||
htdig-3.2.0b6/db/ltmain.sh:3805:	       { len=`expr "X$test_cmds" : ".*"` &&
htdig-3.2.0b6/db/ltmain.sh-3806-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-3819-	      last_robj=$output_objdir/$save_output-${k}.$objext
htdig-3.2.0b6/db/ltmain.sh:3820:	      k=`expr $k + 1`
htdig-3.2.0b6/db/ltmain.sh-3821-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
htdig-3.2.0b6/db/ltmain.sh-3845-	  do
htdig-3.2.0b6/db/ltmain.sh:3846:	    i=`expr $i + 1`
htdig-3.2.0b6/db/ltmain.sh-3847-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
htdig-3.2.0b6/db/ltmain.sh-3952-	libobj="$output"
htdig-3.2.0b6/db/ltmain.sh:3953:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/db/ltmain.sh-3954-	;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-3994-	    esac
htdig-3.2.0b6/db/ltmain.sh:3995:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-3996-	    xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/db/ltmain.sh-4025-		 do
htdig-3.2.0b6/db/ltmain.sh:4026:		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
htdig-3.2.0b6/db/ltmain.sh-4027-		 done
##############################################
htdig-3.2.0b6/db/ltmain.sh-4029-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
htdig-3.2.0b6/db/ltmain.sh:4030:		 i=`expr $i + 1`
htdig-3.2.0b6/db/ltmain.sh-4031-		done
##############################################
htdig-3.2.0b6/db/ltmain.sh-4034-
htdig-3.2.0b6/db/ltmain.sh:4035:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/db/ltmain.sh-4036-	  done
##############################################
htdig-3.2.0b6/db/ltmain.sh-4040-      # Create the old-style object.
htdig-3.2.0b6/db/ltmain.sh:4041:      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
htdig-3.2.0b6/db/ltmain.sh-4042-
##############################################
htdig-3.2.0b6/db/ltmain.sh-4101-      case $host in
htdig-3.2.0b6/db/ltmain.sh:4102:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
htdig-3.2.0b6/db/ltmain.sh-4103-      esac
##############################################
htdig-3.2.0b6/db/ltmain.sh-4121-	# On Rhapsody replace the C library is the System framework
htdig-3.2.0b6/db/ltmain.sh:4122:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/db/ltmain.sh:4123:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/db/ltmain.sh-4124-	;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-4233-	# Transform all the library objects into standard objects.
htdig-3.2.0b6/db/ltmain.sh:4234:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/db/ltmain.sh:4235:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/db/ltmain.sh-4236-      fi
##############################################
htdig-3.2.0b6/db/ltmain.sh-4279-	    # Add our own program objects to the symbol list.
htdig-3.2.0b6/db/ltmain.sh:4280:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/db/ltmain.sh-4281-	    for arg in $progfiles; do
##############################################
htdig-3.2.0b6/db/ltmain.sh-4309-	    $show "extracting global C symbols from \`$arg'"
htdig-3.2.0b6/db/ltmain.sh:4310:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-4311-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
htdig-3.2.0b6/db/ltmain.sh-4409-	  # Transform the symbol file into the correct name.
htdig-3.2.0b6/db/ltmain.sh:4410:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
htdig-3.2.0b6/db/ltmain.sh:4411:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
htdig-3.2.0b6/db/ltmain.sh-4412-	  ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-4423-	# Nullify the symbol file.
htdig-3.2.0b6/db/ltmain.sh:4424:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
htdig-3.2.0b6/db/ltmain.sh:4425:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
htdig-3.2.0b6/db/ltmain.sh-4426-      fi
##############################################
htdig-3.2.0b6/db/ltmain.sh-4429-	# Replace the output file specification.
htdig-3.2.0b6/db/ltmain.sh:4430:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
htdig-3.2.0b6/db/ltmain.sh-4431-	link_command="$compile_command$compile_rpath"
##############################################
htdig-3.2.0b6/db/ltmain.sh-4496-	# Replace the output file specification.
htdig-3.2.0b6/db/ltmain.sh:4497:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
htdig-3.2.0b6/db/ltmain.sh-4498-	# Delete the old output file.
##############################################
htdig-3.2.0b6/db/ltmain.sh-4516-	  if test "$fast_install" = yes; then
htdig-3.2.0b6/db/ltmain.sh:4517:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
htdig-3.2.0b6/db/ltmain.sh-4518-	  else
##############################################
htdig-3.2.0b6/db/ltmain.sh-4528-      # Replace the output file specification.
htdig-3.2.0b6/db/ltmain.sh:4529:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
htdig-3.2.0b6/db/ltmain.sh-4530-
##############################################
htdig-3.2.0b6/db/ltmain.sh-4548-	  else
htdig-3.2.0b6/db/ltmain.sh:4549:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-4550-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
htdig-3.2.0b6/db/ltmain.sh-4553-	relink_command="(cd `pwd`; $relink_command)"
htdig-3.2.0b6/db/ltmain.sh:4554:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-4555-      fi
##############################################
htdig-3.2.0b6/db/ltmain.sh-4562-	esac
htdig-3.2.0b6/db/ltmain.sh:4563:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-4564-      else
htdig-3.2.0b6/db/ltmain.sh:4565:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-4566-      fi
##############################################
htdig-3.2.0b6/db/ltmain.sh-4572-	case $output in
htdig-3.2.0b6/db/ltmain.sh:4573:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
htdig-3.2.0b6/db/ltmain.sh-4574-	esac
##############################################
htdig-3.2.0b6/db/ltmain.sh-4578-	    exeext=.exe
htdig-3.2.0b6/db/ltmain.sh:4579:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
htdig-3.2.0b6/db/ltmain.sh-4580-	  *) exeext= ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-4583-	  *cygwin* | *mingw* )
htdig-3.2.0b6/db/ltmain.sh:4584:	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
htdig-3.2.0b6/db/ltmain.sh:4585:	    cwrapper=`$echo ${output}.exe`
htdig-3.2.0b6/db/ltmain.sh-4586-	    $rm $cwrappersource $cwrapper
##############################################
htdig-3.2.0b6/db/ltmain.sh-4833-      shift
htdig-3.2.0b6/db/ltmain.sh:4834:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
htdig-3.2.0b6/db/ltmain.sh-4835-      # Yippee, \$echo works!
##############################################
htdig-3.2.0b6/db/ltmain.sh-4845-  # Find the directory that this script lives in.
htdig-3.2.0b6/db/ltmain.sh:4846:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
htdig-3.2.0b6/db/ltmain.sh-4847-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
htdig-3.2.0b6/db/ltmain.sh-4849-  # Follow symbolic links until we get to the real thisdir.
htdig-3.2.0b6/db/ltmain.sh:4850:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
htdig-3.2.0b6/db/ltmain.sh-4851-  while test -n \"\$file\"; do
htdig-3.2.0b6/db/ltmain.sh:4852:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
htdig-3.2.0b6/db/ltmain.sh-4853-
##############################################
htdig-3.2.0b6/db/ltmain.sh-4861-
htdig-3.2.0b6/db/ltmain.sh:4862:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
htdig-3.2.0b6/db/ltmain.sh:4863:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
htdig-3.2.0b6/db/ltmain.sh-4864-  done
##############################################
htdig-3.2.0b6/db/ltmain.sh-4866-  # Try to get the absolute directory name.
htdig-3.2.0b6/db/ltmain.sh:4867:  absdir=\`cd \"\$thisdir\" && pwd\`
htdig-3.2.0b6/db/ltmain.sh-4868-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
htdig-3.2.0b6/db/ltmain.sh-4876-  if test ! -f \"\$progdir/\$program\" || \\
htdig-3.2.0b6/db/ltmain.sh:4877:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
htdig-3.2.0b6/db/ltmain.sh-4878-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-4891-    if test -n \"\$relink_command\"; then
htdig-3.2.0b6/db/ltmain.sh:4892:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
htdig-3.2.0b6/db/ltmain.sh-4893-      else
##############################################
htdig-3.2.0b6/db/ltmain.sh-4923-    # The second colon is a workaround for a bug in BeOS R4 sed
htdig-3.2.0b6/db/ltmain.sh:4924:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
htdig-3.2.0b6/db/ltmain.sh-4925-
##############################################
htdig-3.2.0b6/db/ltmain.sh-5010-	  esac
htdig-3.2.0b6/db/ltmain.sh:5011:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-5012-	  xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/db/ltmain.sh-5041-	       do
htdig-3.2.0b6/db/ltmain.sh:5042:		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
htdig-3.2.0b6/db/ltmain.sh-5043-	       done
##############################################
htdig-3.2.0b6/db/ltmain.sh-5045-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
htdig-3.2.0b6/db/ltmain.sh:5046:	       i=`expr $i + 1`
htdig-3.2.0b6/db/ltmain.sh-5047-	      done
##############################################
htdig-3.2.0b6/db/ltmain.sh-5050-
htdig-3.2.0b6/db/ltmain.sh:5051:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/db/ltmain.sh-5052-	done
##############################################
htdig-3.2.0b6/db/ltmain.sh-5060-
htdig-3.2.0b6/db/ltmain.sh:5061:	if len=`expr "X$cmds" : ".*"` &&
htdig-3.2.0b6/db/ltmain.sh-5062-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-5095-	    eval test_cmds=\"$old_archive_cmds\"
htdig-3.2.0b6/db/ltmain.sh:5096:	    if len=`expr "X$test_cmds" : ".*"` &&
htdig-3.2.0b6/db/ltmain.sh-5097-	       test "$len" -le "$max_cmd_len"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-5147-	else
htdig-3.2.0b6/db/ltmain.sh:5148:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-5149-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
htdig-3.2.0b6/db/ltmain.sh-5153-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
htdig-3.2.0b6/db/ltmain.sh:5154:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-5155-      if test "$hardcode_automatic" = yes ; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-5172-	      *.la)
htdig-3.2.0b6/db/ltmain.sh:5173:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh:5174:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/db/ltmain.sh-5175-		if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-5186-	    for lib in $dlfiles; do
htdig-3.2.0b6/db/ltmain.sh:5187:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh:5188:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
htdig-3.2.0b6/db/ltmain.sh-5189-	      if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-5197-	    for lib in $dlprefiles; do
htdig-3.2.0b6/db/ltmain.sh:5198:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh:5199:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
htdig-3.2.0b6/db/ltmain.sh-5200-	      if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-5294-      # Aesthetically quote it.
htdig-3.2.0b6/db/ltmain.sh:5295:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-5296-      case $arg in
##############################################
htdig-3.2.0b6/db/ltmain.sh-5310-    # Aesthetically quote it.
htdig-3.2.0b6/db/ltmain.sh:5311:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-5312-    case $arg in
##############################################
htdig-3.2.0b6/db/ltmain.sh-5358-      # Aesthetically quote the argument.
htdig-3.2.0b6/db/ltmain.sh:5359:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-5360-      case $arg in
##############################################
htdig-3.2.0b6/db/ltmain.sh-5390-    # Strip any trailing slash from the destination.
htdig-3.2.0b6/db/ltmain.sh:5391:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
htdig-3.2.0b6/db/ltmain.sh-5392-
##############################################
htdig-3.2.0b6/db/ltmain.sh-5398-    else
htdig-3.2.0b6/db/ltmain.sh:5399:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-5400-      test "X$destdir" = "X$dest" && destdir=.
htdig-3.2.0b6/db/ltmain.sh:5401:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-5402-
##############################################
htdig-3.2.0b6/db/ltmain.sh-5474-
htdig-3.2.0b6/db/ltmain.sh:5475:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
htdig-3.2.0b6/db/ltmain.sh-5476-	test "X$dir" = "X$file/" && dir=
##############################################
htdig-3.2.0b6/db/ltmain.sh-5480-	  # Determine the prefix the user has applied to our future dir.
htdig-3.2.0b6/db/ltmain.sh:5481:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
htdig-3.2.0b6/db/ltmain.sh-5482-
##############################################
htdig-3.2.0b6/db/ltmain.sh-5495-	    # Stick the inst_prefix_dir data into the link command.
htdig-3.2.0b6/db/ltmain.sh:5496:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
htdig-3.2.0b6/db/ltmain.sh-5497-	  else
htdig-3.2.0b6/db/ltmain.sh:5498:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
htdig-3.2.0b6/db/ltmain.sh-5499-	  fi
##############################################
htdig-3.2.0b6/db/ltmain.sh-5552-	# Install the pseudo-library for information purposes.
htdig-3.2.0b6/db/ltmain.sh:5553:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-5554-	instname="$dir/$name"i
##############################################
htdig-3.2.0b6/db/ltmain.sh-5568-	else
htdig-3.2.0b6/db/ltmain.sh:5569:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-5570-	  destfile="$destdir/$destfile"
##############################################
htdig-3.2.0b6/db/ltmain.sh-5575-	*.lo)
htdig-3.2.0b6/db/ltmain.sh:5576:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/db/ltmain.sh-5577-	  ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-5597-	  # Deduce the name of the old-style object file.
htdig-3.2.0b6/db/ltmain.sh:5598:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/db/ltmain.sh-5599-
##############################################
htdig-3.2.0b6/db/ltmain.sh-5610-	else
htdig-3.2.0b6/db/ltmain.sh:5611:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-5612-	  destfile="$destdir/$destfile"
##############################################
htdig-3.2.0b6/db/ltmain.sh-5621-	    if test ! -f "$file"; then
htdig-3.2.0b6/db/ltmain.sh:5622:	      file=`$echo $file|${SED} 's,.exe$,,'`
htdig-3.2.0b6/db/ltmain.sh-5623-	      stripped_ext=".exe"
##############################################
htdig-3.2.0b6/db/ltmain.sh-5630-	*cygwin*|*mingw*)
htdig-3.2.0b6/db/ltmain.sh:5631:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
htdig-3.2.0b6/db/ltmain.sh-5632-	    ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-5670-	    fi
htdig-3.2.0b6/db/ltmain.sh:5671:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
htdig-3.2.0b6/db/ltmain.sh-5672-	    if test -n "$libdir" && test ! -f "$libfile"; then
htdig-3.2.0b6/db/ltmain.sh:5673:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
htdig-3.2.0b6/db/ltmain.sh-5674-	      finalize=no
##############################################
htdig-3.2.0b6/db/ltmain.sh-5706-	      fi
htdig-3.2.0b6/db/ltmain.sh:5707:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-5708-	      outputname="$tmpdir/$file"
htdig-3.2.0b6/db/ltmain.sh-5709-	      # Replace the output file specification.
htdig-3.2.0b6/db/ltmain.sh:5710:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
htdig-3.2.0b6/db/ltmain.sh-5711-
##############################################
htdig-3.2.0b6/db/ltmain.sh-5724-	    # Install the binary that we compiled earlier.
htdig-3.2.0b6/db/ltmain.sh:5725:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
htdig-3.2.0b6/db/ltmain.sh-5726-	  fi
##############################################
htdig-3.2.0b6/db/ltmain.sh-5740-	  *:*.exe)
htdig-3.2.0b6/db/ltmain.sh:5741:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
htdig-3.2.0b6/db/ltmain.sh-5742-	    ;;
##############################################
htdig-3.2.0b6/db/ltmain.sh-5753-    for file in $staticlibs; do
htdig-3.2.0b6/db/ltmain.sh:5754:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-5755-
##############################################
htdig-3.2.0b6/db/ltmain.sh-5910-	  # Warn if it was a shared library.
htdig-3.2.0b6/db/ltmain.sh:5911:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
htdig-3.2.0b6/db/ltmain.sh-5912-	  continue
##############################################
htdig-3.2.0b6/db/ltmain.sh-5914-
htdig-3.2.0b6/db/ltmain.sh:5915:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-5916-	test "X$dir" = "X$file" && dir=.
##############################################
htdig-3.2.0b6/db/ltmain.sh-5920-	else
htdig-3.2.0b6/db/ltmain.sh:5921:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
htdig-3.2.0b6/db/ltmain.sh-5922-	  exit $EXIT_FAILURE
##############################################
htdig-3.2.0b6/db/ltmain.sh-5927-	# Just add the directory containing the .lo file.
htdig-3.2.0b6/db/ltmain.sh:5928:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-5929-	test "X$dir" = "X$file" && dir=.
##############################################
htdig-3.2.0b6/db/ltmain.sh-5938-      # Get the absolute pathname.
htdig-3.2.0b6/db/ltmain.sh:5939:      absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/db/ltmain.sh-5940-      test -n "$absdir" && dir="$absdir"
##############################################
htdig-3.2.0b6/db/ltmain.sh-5974-      # Quote arguments (to preserve shell metacharacters).
htdig-3.2.0b6/db/ltmain.sh:5975:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/db/ltmain.sh-5976-      args="$args \"$file\""
##############################################
htdig-3.2.0b6/db/ltmain.sh-6036-    for file in $files; do
htdig-3.2.0b6/db/ltmain.sh:6037:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/db/ltmain.sh-6038-      if test "X$dir" = "X$file"; then
##############################################
htdig-3.2.0b6/db/ltmain.sh-6043-      fi
htdig-3.2.0b6/db/ltmain.sh:6044:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/db/ltmain.sh-6045-      test "$mode" = uninstall && objdir="$dir"
##############################################
htdig-3.2.0b6/db/ltmain.sh-6144-	  *.exe)
htdig-3.2.0b6/db/ltmain.sh:6145:	    file=`$echo $file|${SED} 's,.exe$,,'`
htdig-3.2.0b6/db/ltmain.sh:6146:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
htdig-3.2.0b6/db/ltmain.sh-6147-	    # $file with .exe has already been added to rmfiles,
##############################################
htdig-3.2.0b6/db/ltmain.sh-6418-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
htdig-3.2.0b6/db/ltmain.sh:6419:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
htdig-3.2.0b6/db/ltmain.sh-6420-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
htdig-3.2.0b6/db/missing-128-         from any GNU archive site."
htdig-3.2.0b6/db/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
htdig-3.2.0b6/db/missing-130-    test -z "$files" && files="config.h"
##############################################
htdig-3.2.0b6/db/missing-167-         proper tools for further handling them.
htdig-3.2.0b6/db/missing:168:         You can get \`$1' as part of \`Autoconf' from any GNU
htdig-3.2.0b6/db/missing-169-         archive site."
htdig-3.2.0b6/db/missing-170-
htdig-3.2.0b6/db/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
htdig-3.2.0b6/db/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
htdig-3.2.0b6/db/missing-173-    if test -f "$file"; then
##############################################
htdig-3.2.0b6/db/missing-196-	*.y)
htdig-3.2.0b6/db/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
htdig-3.2.0b6/db/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
htdig-3.2.0b6/db/missing-200-	    fi
htdig-3.2.0b6/db/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
htdig-3.2.0b6/db/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
htdig-3.2.0b6/db/missing-226-	*.l)
htdig-3.2.0b6/db/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
htdig-3.2.0b6/db/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
htdig-3.2.0b6/db/missing-250-
htdig-3.2.0b6/db/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
htdig-3.2.0b6/db/missing-252-    if test -z "$file"; then
htdig-3.2.0b6/db/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
htdig-3.2.0b6/db/missing-254-    fi
##############################################
htdig-3.2.0b6/db/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
htdig-3.2.0b6/db/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
htdig-3.2.0b6/db/missing-278-    if test -z "$file"; then
htdig-3.2.0b6/db/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
htdig-3.2.0b6/db/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
htdig-3.2.0b6/db/missing-281-    fi
##############################################
htdig-3.2.0b6/db/missing-304-	*o*)
htdig-3.2.0b6/db/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
htdig-3.2.0b6/db/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
htdig-3.2.0b6/db/missing-310-	*h*)
htdig-3.2.0b6/db/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
htdig-3.2.0b6/db/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
htdig-3.2.0b6/db/mkinstalldirs-69-do
htdig-3.2.0b6/db/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
htdig-3.2.0b6/db/mkinstalldirs-71-  shift
##############################################
htdig-3.2.0b6/db/mp_alloc.c-82-		/* Find the associated MPOOLFILE. */
htdig-3.2.0b6/db/mp_alloc.c:83:		bh_mfp = R_ADDR(&dbmp->reginfo, bhp->mf_offset);
htdig-3.2.0b6/db/mp_alloc.c-84-
##############################################
htdig-3.2.0b6/db/mp_bh.c-141-	 */
htdig-3.2.0b6/db/mp_bh.c:142:	if (CDB___memp_fopen(dbmp, mfp, R_ADDR(&dbmp->reginfo, mfp->path_off),
htdig-3.2.0b6/db/mp_bh.c-143-	    0, 0, mfp->stat.st_pagesize, 0, NULL, &dbmfp) != 0)
##############################################
htdig-3.2.0b6/db/mp_bh.c-582-			dbt.size = mfp->pgcookie_len;
htdig-3.2.0b6/db/mp_bh.c:583:			dbt.data = R_ADDR(&dbmp->reginfo, mfp->pgcookie_off);
htdig-3.2.0b6/db/mp_bh.c-584-			dbtp = &dbt;
##############################################
htdig-3.2.0b6/db/mp_bh.c-630-	n_bucket = NBUCKET(mc, bhp->mf_offset, bhp->pgno);
htdig-3.2.0b6/db/mp_bh.c:631:	dbht = R_ADDR(&dbmp->c_reginfo[n_cache], mc->htab);
htdig-3.2.0b6/db/mp_bh.c-632-
##############################################
htdig-3.2.0b6/db/mp_bh.c-684-	if ((ret = CDB___db_appname(dbmp->dbenv, DB_APP_DATA,
htdig-3.2.0b6/db/mp_bh.c:685:	    NULL, R_ADDR(&dbmp->reginfo, mfp->path_off), 0, NULL, &rpath)) != 0)
htdig-3.2.0b6/db/mp_bh.c-686-		return (ret);
##############################################
htdig-3.2.0b6/db/mp_fget.c-159-	n_bucket = NBUCKET(mc, mf_offset, *pgnoaddr);
htdig-3.2.0b6/db/mp_fget.c:160:	dbht = R_ADDR(&dbmp->c_reginfo[n_cache], mc->htab);
htdig-3.2.0b6/db/mp_fget.c-161-
##############################################
htdig-3.2.0b6/db/mp_fget.c-200-			*(void **)addrp =
htdig-3.2.0b6/db/mp_fget.c:201:			    R_ADDR(dbmfp, *pgnoaddr * mfp->stat.st_pagesize);
htdig-3.2.0b6/db/mp_fget.c-202-			++mfp->stat.st_map;
##############################################
htdig-3.2.0b6/db/mp_fopen.c-348-				continue;
htdig-3.2.0b6/db/mp_fopen.c:349:			if (!memcmp(finfop->fileid, R_ADDR(&dbmp->reginfo,
htdig-3.2.0b6/db/mp_fopen.c-350-			    mfp->fileid_off), DB_FILE_ID_LEN)) {
##############################################
htdig-3.2.0b6/db/mp_fopen.c-431-			CDB___db_shalloc_free(dbmp->reginfo.addr,
htdig-3.2.0b6/db/mp_fopen.c:432:			    R_ADDR(&dbmp->reginfo, mfp->path_off));
htdig-3.2.0b6/db/mp_fopen.c-433-		if (mfp->fileid_off != 0)
htdig-3.2.0b6/db/mp_fopen.c-434-			CDB___db_shalloc_free(dbmp->reginfo.addr,
htdig-3.2.0b6/db/mp_fopen.c:435:			    R_ADDR(&dbmp->reginfo, mfp->fileid_off));
htdig-3.2.0b6/db/mp_fopen.c-436-		if (mfp != NULL)
##############################################
htdig-3.2.0b6/db/mp_fopen.c-630-
htdig-3.2.0b6/db/mp_fopen.c:631:	return ((char *)R_ADDR(&dbmp->reginfo, mfp->path_off));
htdig-3.2.0b6/db/mp_fopen.c-632-}
##############################################
htdig-3.2.0b6/db/mp_region.c-111-		 */
htdig-3.2.0b6/db/mp_region.c:112:		mp = R_ADDR(&dbmp->reginfo, dbmp->reginfo.rp->primary);
htdig-3.2.0b6/db/mp_region.c:113:		regids = R_ADDR(&dbmp->reginfo, mp->c_regids);
htdig-3.2.0b6/db/mp_region.c-114-		for (i = 0; i < dbmp->nc_reg; ++i) {
##############################################
htdig-3.2.0b6/db/mp_region.c-133-		 */
htdig-3.2.0b6/db/mp_region.c:134:		mp = R_ADDR(&dbmp->reginfo, dbmp->reginfo.rp->primary);
htdig-3.2.0b6/db/mp_region.c-135-		if ((ret = CDB___os_calloc(
##############################################
htdig-3.2.0b6/db/mp_region.c-144-		/* Join additional regions. */
htdig-3.2.0b6/db/mp_region.c:145:		regids = R_ADDR(&dbmp->reginfo, mp->c_regids);
htdig-3.2.0b6/db/mp_region.c-146-		for (i = 0; i < dbmp->nc_reg; ++i) {
##############################################
htdig-3.2.0b6/db/mp_region.c-157-	dbmp->reginfo.primary = mp =
htdig-3.2.0b6/db/mp_region.c:158:	    R_ADDR(&dbmp->reginfo, dbmp->reginfo.rp->primary);
htdig-3.2.0b6/db/mp_region.c-159-	for (i = 0; i < dbmp->nc_reg; ++i)
htdig-3.2.0b6/db/mp_region.c-160-		dbmp->c_reginfo[i].primary =
htdig-3.2.0b6/db/mp_region.c:161:		    R_ADDR(&dbmp->c_reginfo[i], dbmp->c_reginfo[i].rp->primary);
htdig-3.2.0b6/db/mp_region.c-162-
##############################################
htdig-3.2.0b6/db/mp_stat.c-240-		    F_ISSET(mfp, MP_CAN_MMAP) ? "mmap" : "read/write");
htdig-3.2.0b6/db/mp_stat.c:241:		p = R_ADDR(&dbmp->reginfo, mfp->fileid_off);
htdig-3.2.0b6/db/mp_stat.c-242-		for (i = 0; i < DB_FILE_ID_LEN; ++i) {
##############################################
htdig-3.2.0b6/db/mp_stat.c-303-		    DB_LINE, (u_long)mc->htab_buckets);
htdig-3.2.0b6/db/mp_stat.c:304:		for (dbht = R_ADDR(reginfo, mc->htab),
htdig-3.2.0b6/db/mp_stat.c-305-		    bucket = 0; bucket < mc->htab_buckets; ++dbht, ++bucket) {
##############################################
htdig-3.2.0b6/db/mp_sync.c-171-
htdig-3.2.0b6/db/mp_sync.c:172:				mfp = R_ADDR(&dbmp->reginfo, bhp->mf_offset);
htdig-3.2.0b6/db/mp_sync.c-173-				++mfp->lsn_cnt;
##############################################
htdig-3.2.0b6/db/mp_sync.c-237-		/* Write the buffer. */
htdig-3.2.0b6/db/mp_sync.c:238:		mfp = R_ADDR(&dbmp->reginfo, bharray[i]->mf_offset);
htdig-3.2.0b6/db/mp_sync.c-239-		ret = CDB___memp_bhwrite(dbmp, mfp, bharray[i], NULL, &wrote);
##############################################
htdig-3.2.0b6/db/mp_trickle.c-104-
htdig-3.2.0b6/db/mp_trickle.c:105:		mfp = R_ADDR(&dbmp->reginfo, bhp->mf_offset);
htdig-3.2.0b6/db/mp_trickle.c-106-
##############################################
htdig-3.2.0b6/db/parisc.gcc-30-	int __r;							\
htdig-3.2.0b6/db/parisc.gcc:31:	asm volatile("ldcws 0(%1),%0" : "=r" (__r) : "r" (__l));	\
htdig-3.2.0b6/db/parisc.gcc-32-	__r & 1;							\
##############################################
htdig-3.2.0b6/db/region.h-246- */
htdig-3.2.0b6/db/region.h:247:#define	R_ADDR(base, offset)						\
htdig-3.2.0b6/db/region.h-248-	((void *)((u_int8_t *)((base)->addr) + offset))
##############################################
htdig-3.2.0b6/db/sco.cc-9-#if defined(__USLC__)
htdig-3.2.0b6/db/sco.cc:10:asm int
htdig-3.2.0b6/db/sco.cc-11-_tsl_set(void *tsl)
##############################################
htdig-3.2.0b6/db/txn.c-429-	if (txnp != NULL && mgrp != NULL && mgrp->reginfo.primary != NULL) {
htdig-3.2.0b6/db/txn.c:430:		tp = (TXN_DETAIL *)R_ADDR(&mgrp->reginfo, txnp->off);
htdig-3.2.0b6/db/txn.c-431-		/*
##############################################
htdig-3.2.0b6/db/txn.c-498-	 */
htdig-3.2.0b6/db/txn.c:499:	tp = (TXN_DETAIL *)R_ADDR(&mgr->reginfo, txnp->off);
htdig-3.2.0b6/db/txn.c-500-	if (txnp->parent == NULL || !is_commit) {
##############################################
htdig-3.2.0b6/db/txn.c-765-		R_LOCK(dbenv, &mgr->reginfo);
htdig-3.2.0b6/db/txn.c:766:		tp = (TXN_DETAIL *)R_ADDR(&mgr->reginfo, kids->off);
htdig-3.2.0b6/db/txn.c-767-		SH_TAILQ_REMOVE(&region->active_txn, tp, links, __txn_detail);
##############################################
htdig-3.2.0b6/db/txn.c-800-	mgr = dbenv->tx_handle;
htdig-3.2.0b6/db/txn.c:801:	hold_tp = (TXN_DETAIL *)R_ADDR(&mgr->reginfo, hold_off);
htdig-3.2.0b6/db/txn.c:802:	req_tp = (TXN_DETAIL *)R_ADDR(&mgr->reginfo, req_off);
htdig-3.2.0b6/db/txn.c-803-
htdig-3.2.0b6/db/txn.c-804-	while (req_tp->parent != INVALID_ROFF) {
htdig-3.2.0b6/db/txn.c:805:		req_tp = (TXN_DETAIL *)R_ADDR(&mgr->reginfo, req_tp->parent);
htdig-3.2.0b6/db/txn.c-806-		if (req_tp->txnid == hold_tp->txnid)
##############################################
htdig-3.2.0b6/db/xa.c-212-		td = (TXN_DETAIL *)
htdig-3.2.0b6/db/xa.c:213:		    R_ADDR(&((DB_TXNMGR *)env->tx_handle)->reginfo, off);
htdig-3.2.0b6/db/xa.c-214-		if (td->xa_status == TXN_XA_SUSPENDED &&
##############################################
htdig-3.2.0b6/db/xa.c-229-		td = (TXN_DETAIL *)
htdig-3.2.0b6/db/xa.c:230:		    R_ADDR(&((DB_TXNMGR *)env->tx_handle)->reginfo,
htdig-3.2.0b6/db/xa.c-231-		    env->xa_txn->off);
##############################################
htdig-3.2.0b6/db/xa.c-264-
htdig-3.2.0b6/db/xa.c:265:	td = (TXN_DETAIL *)R_ADDR(&((DB_TXNMGR *)env->tx_handle)->reginfo, off);
htdig-3.2.0b6/db/xa.c-266-	if (td->xa_status == TXN_XA_DEADLOCKED)
##############################################
htdig-3.2.0b6/db/xa.c-321-
htdig-3.2.0b6/db/xa.c:322:	td = (TXN_DETAIL *)R_ADDR(&((DB_TXNMGR *)env->tx_handle)->reginfo, off);
htdig-3.2.0b6/db/xa.c-323-	if (td->xa_status == TXN_XA_DEADLOCKED)
##############################################
htdig-3.2.0b6/db/xa.c-372-
htdig-3.2.0b6/db/xa.c:373:	td = (TXN_DETAIL *)R_ADDR(&((DB_TXNMGR *)env->tx_handle)->reginfo, off);
htdig-3.2.0b6/db/xa.c-374-	if (td->xa_status == TXN_XA_DEADLOCKED)
##############################################
htdig-3.2.0b6/db/xa.c-550-
htdig-3.2.0b6/db/xa.c:551:	td = (TXN_DETAIL *)R_ADDR(&((DB_TXNMGR *)env->tx_handle)->reginfo, off);
htdig-3.2.0b6/db/xa.c-552-	if (td->xa_status == TXN_XA_DEADLOCKED)
##############################################
htdig-3.2.0b6/db/txn_region.c-121-	tmgrp->reginfo.primary =
htdig-3.2.0b6/db/txn_region.c:122:	    R_ADDR(&tmgrp->reginfo, tmgrp->reginfo.rp->primary);
htdig-3.2.0b6/db/txn_region.c-123-
##############################################
htdig-3.2.0b6/db/txn_region.c-310-			stats->st_txnarray[ndx].parentid =
htdig-3.2.0b6/db/txn_region.c:311:			    ((TXN_DETAIL *)R_ADDR(&mgr->reginfo,
htdig-3.2.0b6/db/txn_region.c-312-			    txnp->parent))->txnid;
##############################################
htdig-3.2.0b6/db/x86.gcc-8-	int __r;							\
htdig-3.2.0b6/db/x86.gcc:9:	asm volatile("movl $1,%%eax; lock; xchgb %1,%%al; xorl $1,%%eax"\
htdig-3.2.0b6/db/x86.gcc-10-	    : "=&a" (__r), "=m" (*__l)					\
##############################################
htdig-3.2.0b6/db/xa_map.c-158-	infop = &((DB_TXNMGR *)env->tx_handle)->reginfo;
htdig-3.2.0b6/db/xa_map.c:159:	td = (TXN_DETAIL *)R_ADDR(infop, off);
htdig-3.2.0b6/db/xa_map.c-160-
##############################################
htdig-3.2.0b6/db/xa_map.c-184-
htdig-3.2.0b6/db/xa_map.c:185:	td = (TXN_DETAIL *)R_ADDR(&((DB_TXNMGR *)env->tx_handle)->reginfo, off);
htdig-3.2.0b6/db/xa_map.c-186-	memset(td->xid, 0, sizeof(td->xid));
##############################################
htdig-3.2.0b6/htcommon/Makefile.in-299-	  if test -f $$p; then \
htdig-3.2.0b6/htcommon/Makefile.in:300:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htcommon/Makefile.in-301-	    echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
##############################################
htdig-3.2.0b6/htcommon/Makefile.in-308-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htcommon/Makefile.in:309:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htcommon/Makefile.in-310-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
##############################################
htdig-3.2.0b6/htcommon/Makefile.in-316-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htcommon/Makefile.in:317:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
htdig-3.2.0b6/htcommon/Makefile.in-318-	  test "$$dir" = "$$p" && dir=.; \
##############################################
htdig-3.2.0b6/htcommon/Makefile.in-336-.cc.o:
htdig-3.2.0b6/htcommon/Makefile.in:337:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htcommon/Makefile.in-338-
htdig-3.2.0b6/htcommon/Makefile.in-339-.cc.obj:
htdig-3.2.0b6/htcommon/Makefile.in:340:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htcommon/Makefile.in-341-
htdig-3.2.0b6/htcommon/Makefile.in-342-.cc.lo:
htdig-3.2.0b6/htcommon/Makefile.in:343:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htcommon/Makefile.in-344-
htdig-3.2.0b6/htcommon/Makefile.in-345-.cxx.o:
htdig-3.2.0b6/htcommon/Makefile.in:346:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htcommon/Makefile.in-347-
htdig-3.2.0b6/htcommon/Makefile.in-348-.cxx.obj:
htdig-3.2.0b6/htcommon/Makefile.in:349:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htcommon/Makefile.in-350-
htdig-3.2.0b6/htcommon/Makefile.in-351-.cxx.lo:
htdig-3.2.0b6/htcommon/Makefile.in:352:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htcommon/Makefile.in-353-
htdig-3.2.0b6/htcommon/Makefile.in-354-.lxx.cxx:
htdig-3.2.0b6/htcommon/Makefile.in:355:	$(LEXCOMPILE) `test -f $< || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htcommon/Makefile.in-356-	sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
##############################################
htdig-3.2.0b6/htcommon/Makefile.in-359-.yxx.cxx:
htdig-3.2.0b6/htcommon/Makefile.in:360:	$(YACCCOMPILE) `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htcommon/Makefile.in-361-	if test -f y.tab.h; then \
##############################################
htdig-3.2.0b6/htcommon/Makefile.in-435-GTAGS:
htdig-3.2.0b6/htcommon/Makefile.in:436:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/htcommon/Makefile.in-437-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/htcommon/Makefile.in-448-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htcommon/Makefile.in:449:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htcommon/Makefile.in:450:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htcommon/Makefile.in-451-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htcommon/Makefile.in-452-	  case $$file in \
htdig-3.2.0b6/htcommon/Makefile.in:453:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htcommon/Makefile.in:454:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htcommon/Makefile.in-455-	  esac; \
htdig-3.2.0b6/htcommon/Makefile.in-456-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htcommon/Makefile.in:457:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htcommon/Makefile.in-458-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/htcommon/URL.cc-705-	{
htdig-3.2.0b6/htcommon/URL.cc:706:	    addr = inet_addr(_host.get());
htdig-3.2.0b6/htcommon/URL.cc-707-	    if (addr == 0xffffffff)
##############################################
htdig-3.2.0b6/htdb/Makefile.in-258-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htdb/Makefile.in:259:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/htdb/Makefile.in-260-	  if test -f $$p \
##############################################
htdig-3.2.0b6/htdb/Makefile.in-262-	  ; then \
htdig-3.2.0b6/htdb/Makefile.in:263:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/htdb/Makefile.in-264-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/htdb/Makefile.in-271-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htdb/Makefile.in:272:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/htdb/Makefile.in-273-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/htdb/Makefile.in-278-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htdb/Makefile.in:279:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/htdb/Makefile.in-280-	  echo " rm -f $$p $$f"; \
##############################################
htdig-3.2.0b6/htdb/Makefile.in-299-.cc.o:
htdig-3.2.0b6/htdb/Makefile.in:300:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htdb/Makefile.in-301-
htdig-3.2.0b6/htdb/Makefile.in-302-.cc.obj:
htdig-3.2.0b6/htdb/Makefile.in:303:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htdb/Makefile.in-304-
htdig-3.2.0b6/htdb/Makefile.in-305-.cc.lo:
htdig-3.2.0b6/htdb/Makefile.in:306:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htdb/Makefile.in-307-
##############################################
htdig-3.2.0b6/htdb/Makefile.in-364-GTAGS:
htdig-3.2.0b6/htdb/Makefile.in:365:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/htdb/Makefile.in-366-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/htdb/Makefile.in-377-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htdb/Makefile.in:378:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htdb/Makefile.in:379:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htdb/Makefile.in-380-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htdb/Makefile.in-381-	  case $$file in \
htdig-3.2.0b6/htdb/Makefile.in:382:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htdb/Makefile.in:383:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htdb/Makefile.in-384-	  esac; \
htdig-3.2.0b6/htdb/Makefile.in-385-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htdb/Makefile.in:386:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htdb/Makefile.in-387-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/htdig/Makefile.in-257-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htdig/Makefile.in:258:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/htdig/Makefile.in-259-	  if test -f $$p \
##############################################
htdig-3.2.0b6/htdig/Makefile.in-261-	  ; then \
htdig-3.2.0b6/htdig/Makefile.in:262:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/htdig/Makefile.in-263-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/htdig/Makefile.in-270-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htdig/Makefile.in:271:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/htdig/Makefile.in-272-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/htdig/Makefile.in-277-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htdig/Makefile.in:278:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/htdig/Makefile.in-279-	  echo " rm -f $$p $$f"; \
##############################################
htdig-3.2.0b6/htdig/Makefile.in-292-.cc.o:
htdig-3.2.0b6/htdig/Makefile.in:293:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htdig/Makefile.in-294-
htdig-3.2.0b6/htdig/Makefile.in-295-.cc.obj:
htdig-3.2.0b6/htdig/Makefile.in:296:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htdig/Makefile.in-297-
htdig-3.2.0b6/htdig/Makefile.in-298-.cc.lo:
htdig-3.2.0b6/htdig/Makefile.in:299:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htdig/Makefile.in-300-
##############################################
htdig-3.2.0b6/htdig/Makefile.in-357-GTAGS:
htdig-3.2.0b6/htdig/Makefile.in:358:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/htdig/Makefile.in-359-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/htdig/Makefile.in-370-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htdig/Makefile.in:371:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htdig/Makefile.in:372:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htdig/Makefile.in-373-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htdig/Makefile.in-374-	  case $$file in \
htdig-3.2.0b6/htdig/Makefile.in:375:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htdig/Makefile.in:376:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htdig/Makefile.in-377-	  esac; \
htdig-3.2.0b6/htdig/Makefile.in-378-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htdig/Makefile.in:379:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htdig/Makefile.in-380-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/htdoc/Makefile.in-286-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htdoc/Makefile.in:287:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htdoc/Makefile.in:288:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htdoc/Makefile.in-289-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htdoc/Makefile.in-290-	  case $$file in \
htdig-3.2.0b6/htdoc/Makefile.in:291:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htdoc/Makefile.in:292:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htdoc/Makefile.in-293-	  esac; \
htdig-3.2.0b6/htdoc/Makefile.in-294-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htdoc/Makefile.in:295:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htdoc/Makefile.in-296-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/htdoc/RELEASE.html-1283-			<blockquote>
htdig-3.2.0b6/htdoc/RELEASE.html:1284:			  <code>someattribute: `${common_dir}/somefile`</code>
htdig-3.2.0b6/htdoc/RELEASE.html-1285-			</blockquote>
##############################################
htdig-3.2.0b6/htdoc/cf_variables.html-57-		<td nowrap>
htdig-3.2.0b6/htdoc/cf_variables.html:58:		  start_url: `${common_dir}/starting_points`<br>
htdig-3.2.0b6/htdoc/cf_variables.html:59:		  limit_urls_to: `${common_dir}/limit_list`
htdig-3.2.0b6/htdoc/cf_variables.html-60-		</td>
##############################################
htdig-3.2.0b6/htdoc/config.html-96-# You could also index all the URLs in a file like so:
htdig-3.2.0b6/htdoc/config.html:97:# start_url:           `${common_dir}/start.url`
htdig-3.2.0b6/htdoc/config.html-98-#
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-280-	  if test -f $$p; then \
htdig-3.2.0b6/htfuzzy/Makefile.in:281:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htfuzzy/Makefile.in-282-	    echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-289-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htfuzzy/Makefile.in:290:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htfuzzy/Makefile.in-291-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-297-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htfuzzy/Makefile.in:298:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
htdig-3.2.0b6/htfuzzy/Makefile.in-299-	  test "$$dir" = "$$p" && dir=.; \
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-309-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htfuzzy/Makefile.in:310:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/htfuzzy/Makefile.in-311-	  if test -f $$p \
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-313-	  ; then \
htdig-3.2.0b6/htfuzzy/Makefile.in:314:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/htfuzzy/Makefile.in-315-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-322-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htfuzzy/Makefile.in:323:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/htfuzzy/Makefile.in-324-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-329-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htfuzzy/Makefile.in:330:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/htfuzzy/Makefile.in-331-	  echo " rm -f $$p $$f"; \
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-344-.cc.o:
htdig-3.2.0b6/htfuzzy/Makefile.in:345:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htfuzzy/Makefile.in-346-
htdig-3.2.0b6/htfuzzy/Makefile.in-347-.cc.obj:
htdig-3.2.0b6/htfuzzy/Makefile.in:348:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htfuzzy/Makefile.in-349-
htdig-3.2.0b6/htfuzzy/Makefile.in-350-.cc.lo:
htdig-3.2.0b6/htfuzzy/Makefile.in:351:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htfuzzy/Makefile.in-352-
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-409-GTAGS:
htdig-3.2.0b6/htfuzzy/Makefile.in:410:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/htfuzzy/Makefile.in-411-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/htfuzzy/Makefile.in-422-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htfuzzy/Makefile.in:423:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htfuzzy/Makefile.in:424:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htfuzzy/Makefile.in-425-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htfuzzy/Makefile.in-426-	  case $$file in \
htdig-3.2.0b6/htfuzzy/Makefile.in:427:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htfuzzy/Makefile.in:428:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htfuzzy/Makefile.in-429-	  esac; \
htdig-3.2.0b6/htfuzzy/Makefile.in-430-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htfuzzy/Makefile.in:431:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htfuzzy/Makefile.in-432-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/htlib/Makefile.in-322-	  if test -f $$p; then \
htdig-3.2.0b6/htlib/Makefile.in:323:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htlib/Makefile.in-324-	    echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
##############################################
htdig-3.2.0b6/htlib/Makefile.in-331-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htlib/Makefile.in:332:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htlib/Makefile.in-333-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
##############################################
htdig-3.2.0b6/htlib/Makefile.in-339-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htlib/Makefile.in:340:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
htdig-3.2.0b6/htlib/Makefile.in-341-	  test "$$dir" = "$$p" && dir=.; \
##############################################
htdig-3.2.0b6/htlib/Makefile.in-354-.c.o:
htdig-3.2.0b6/htlib/Makefile.in:355:	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htlib/Makefile.in-356-
htdig-3.2.0b6/htlib/Makefile.in-357-.c.obj:
htdig-3.2.0b6/htlib/Makefile.in:358:	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htlib/Makefile.in-359-
htdig-3.2.0b6/htlib/Makefile.in-360-.c.lo:
htdig-3.2.0b6/htlib/Makefile.in:361:	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htlib/Makefile.in-362-
htdig-3.2.0b6/htlib/Makefile.in-363-.cc.o:
htdig-3.2.0b6/htlib/Makefile.in:364:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htlib/Makefile.in-365-
htdig-3.2.0b6/htlib/Makefile.in-366-.cc.obj:
htdig-3.2.0b6/htlib/Makefile.in:367:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htlib/Makefile.in-368-
htdig-3.2.0b6/htlib/Makefile.in-369-.cc.lo:
htdig-3.2.0b6/htlib/Makefile.in:370:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htlib/Makefile.in-371-
##############################################
htdig-3.2.0b6/htlib/Makefile.in-386-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
htdig-3.2.0b6/htlib/Makefile.in:387:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htlib/Makefile.in-388-	  echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/htlib/Makefile.in-394-	@list='$(pkginclude_HEADERS)'; for p in $$list; do \
htdig-3.2.0b6/htlib/Makefile.in:395:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htlib/Makefile.in-396-	  echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/htlib/Makefile.in-446-GTAGS:
htdig-3.2.0b6/htlib/Makefile.in:447:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/htlib/Makefile.in-448-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/htlib/Makefile.in-459-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htlib/Makefile.in:460:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htlib/Makefile.in:461:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htlib/Makefile.in-462-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htlib/Makefile.in-463-	  case $$file in \
htdig-3.2.0b6/htlib/Makefile.in:464:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htlib/Makefile.in:465:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htlib/Makefile.in-466-	  esac; \
htdig-3.2.0b6/htlib/Makefile.in-467-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htlib/Makefile.in:468:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htlib/Makefile.in-469-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/htnet/Connection.cc-288-#ifndef _MSC_VER /* _WIN32 */
htdig-3.2.0b6/htnet/Connection.cc:289://extern "C" unsigned int   inet_addr(char *);
htdig-3.2.0b6/htnet/Connection.cc-290-#endif
##############################################
htdig-3.2.0b6/htnet/Connection.cc-302-    //
htdig-3.2.0b6/htnet/Connection.cc:303:    addr = inet_addr((char*)name.get());
htdig-3.2.0b6/htnet/Connection.cc-304-    if (addr == (unsigned int)~0)
##############################################
htdig-3.2.0b6/htnet/Connection.cc-802-	length = sizeof(p.sin_addr);
htdig-3.2.0b6/htnet/Connection.cc:803:	hp = gethostbyaddr((const char *) &p.sin_addr, length, AF_INET);
htdig-3.2.0b6/htnet/Connection.cc-804-	if (hp)
##############################################
htdig-3.2.0b6/htnet/Makefile.in-267-	  if test -f $$p; then \
htdig-3.2.0b6/htnet/Makefile.in:268:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htnet/Makefile.in-269-	    echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
##############################################
htdig-3.2.0b6/htnet/Makefile.in-276-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htnet/Makefile.in:277:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htnet/Makefile.in-278-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
##############################################
htdig-3.2.0b6/htnet/Makefile.in-284-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htnet/Makefile.in:285:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
htdig-3.2.0b6/htnet/Makefile.in-286-	  test "$$dir" = "$$p" && dir=.; \
##############################################
htdig-3.2.0b6/htnet/Makefile.in-299-.cc.o:
htdig-3.2.0b6/htnet/Makefile.in:300:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htnet/Makefile.in-301-
htdig-3.2.0b6/htnet/Makefile.in-302-.cc.obj:
htdig-3.2.0b6/htnet/Makefile.in:303:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htnet/Makefile.in-304-
htdig-3.2.0b6/htnet/Makefile.in-305-.cc.lo:
htdig-3.2.0b6/htnet/Makefile.in:306:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htnet/Makefile.in-307-
##############################################
htdig-3.2.0b6/htnet/Makefile.in-322-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
htdig-3.2.0b6/htnet/Makefile.in:323:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htnet/Makefile.in-324-	  echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/htnet/Makefile.in-330-	@list='$(pkginclude_HEADERS)'; for p in $$list; do \
htdig-3.2.0b6/htnet/Makefile.in:331:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htnet/Makefile.in-332-	  echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/htnet/Makefile.in-382-GTAGS:
htdig-3.2.0b6/htnet/Makefile.in:383:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/htnet/Makefile.in-384-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/htnet/Makefile.in-395-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htnet/Makefile.in:396:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htnet/Makefile.in:397:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htnet/Makefile.in-398-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htnet/Makefile.in-399-	  case $$file in \
htdig-3.2.0b6/htnet/Makefile.in:400:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htnet/Makefile.in:401:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htnet/Makefile.in-402-	  esac; \
htdig-3.2.0b6/htnet/Makefile.in-403-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htnet/Makefile.in:404:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htnet/Makefile.in-405-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/htsearch/Makefile.in-286-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htsearch/Makefile.in:287:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/htsearch/Makefile.in-288-	  if test -f $$p \
##############################################
htdig-3.2.0b6/htsearch/Makefile.in-290-	  ; then \
htdig-3.2.0b6/htsearch/Makefile.in:291:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/htsearch/Makefile.in-292-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/htsearch/Makefile.in-299-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htsearch/Makefile.in:300:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/htsearch/Makefile.in-301-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/htsearch/Makefile.in-306-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/htsearch/Makefile.in:307:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/htsearch/Makefile.in-308-	  echo " rm -f $$p $$f"; \
##############################################
htdig-3.2.0b6/htsearch/Makefile.in-324-.cc.o:
htdig-3.2.0b6/htsearch/Makefile.in:325:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htsearch/Makefile.in-326-
htdig-3.2.0b6/htsearch/Makefile.in-327-.cc.obj:
htdig-3.2.0b6/htsearch/Makefile.in:328:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htsearch/Makefile.in-329-
htdig-3.2.0b6/htsearch/Makefile.in-330-.cc.lo:
htdig-3.2.0b6/htsearch/Makefile.in:331:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htsearch/Makefile.in-332-
##############################################
htdig-3.2.0b6/htsearch/Makefile.in-389-GTAGS:
htdig-3.2.0b6/htsearch/Makefile.in:390:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/htsearch/Makefile.in-391-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/htsearch/Makefile.in-402-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htsearch/Makefile.in:403:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htsearch/Makefile.in:404:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htsearch/Makefile.in-405-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htsearch/Makefile.in-406-	  case $$file in \
htdig-3.2.0b6/htsearch/Makefile.in:407:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htsearch/Makefile.in:408:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htsearch/Makefile.in-409-	  esac; \
htdig-3.2.0b6/htsearch/Makefile.in-410-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htsearch/Makefile.in:411:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htsearch/Makefile.in-412-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/httools/Makefile.in-282-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/httools/Makefile.in:283:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/httools/Makefile.in-284-	  if test -f $$p \
##############################################
htdig-3.2.0b6/httools/Makefile.in-286-	  ; then \
htdig-3.2.0b6/httools/Makefile.in:287:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/httools/Makefile.in-288-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/httools/Makefile.in-295-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/httools/Makefile.in:296:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
htdig-3.2.0b6/httools/Makefile.in-297-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
htdig-3.2.0b6/httools/Makefile.in-302-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/httools/Makefile.in:303:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/httools/Makefile.in-304-	  echo " rm -f $$p $$f"; \
##############################################
htdig-3.2.0b6/httools/Makefile.in-332-.cc.o:
htdig-3.2.0b6/httools/Makefile.in:333:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/httools/Makefile.in-334-
htdig-3.2.0b6/httools/Makefile.in-335-.cc.obj:
htdig-3.2.0b6/httools/Makefile.in:336:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/httools/Makefile.in-337-
htdig-3.2.0b6/httools/Makefile.in-338-.cc.lo:
htdig-3.2.0b6/httools/Makefile.in:339:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/httools/Makefile.in-340-
##############################################
htdig-3.2.0b6/httools/Makefile.in-397-GTAGS:
htdig-3.2.0b6/httools/Makefile.in:398:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/httools/Makefile.in-399-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/httools/Makefile.in-410-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/httools/Makefile.in:411:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/httools/Makefile.in:412:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/httools/Makefile.in-413-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/httools/Makefile.in-414-	  case $$file in \
htdig-3.2.0b6/httools/Makefile.in:415:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/httools/Makefile.in:416:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/httools/Makefile.in-417-	  esac; \
htdig-3.2.0b6/httools/Makefile.in-418-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/httools/Makefile.in:419:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/httools/Makefile.in-420-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/htword/Makefile.in-296-	  if test -f $$p; then \
htdig-3.2.0b6/htword/Makefile.in:297:	    f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htword/Makefile.in-298-	    echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
##############################################
htdig-3.2.0b6/htword/Makefile.in-305-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htword/Makefile.in:306:	    p="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htword/Makefile.in-307-	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
##############################################
htdig-3.2.0b6/htword/Makefile.in-313-	@list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
htdig-3.2.0b6/htword/Makefile.in:314:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
htdig-3.2.0b6/htword/Makefile.in-315-	  test "$$dir" = "$$p" && dir=.; \
##############################################
htdig-3.2.0b6/htword/Makefile.in-328-.cc.o:
htdig-3.2.0b6/htword/Makefile.in:329:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htword/Makefile.in-330-
htdig-3.2.0b6/htword/Makefile.in-331-.cc.obj:
htdig-3.2.0b6/htword/Makefile.in:332:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/htword/Makefile.in-333-
htdig-3.2.0b6/htword/Makefile.in-334-.cc.lo:
htdig-3.2.0b6/htword/Makefile.in:335:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/htword/Makefile.in-336-
##############################################
htdig-3.2.0b6/htword/Makefile.in-351-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
htdig-3.2.0b6/htword/Makefile.in:352:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htword/Makefile.in-353-	  echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/htword/Makefile.in-359-	@list='$(pkginclude_HEADERS)'; for p in $$list; do \
htdig-3.2.0b6/htword/Makefile.in:360:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/htword/Makefile.in-361-	  echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/htword/Makefile.in-411-GTAGS:
htdig-3.2.0b6/htword/Makefile.in:412:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/htword/Makefile.in-413-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/htword/Makefile.in-424-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/htword/Makefile.in:425:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htword/Makefile.in:426:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/htword/Makefile.in-427-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/htword/Makefile.in-428-	  case $$file in \
htdig-3.2.0b6/htword/Makefile.in:429:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/htword/Makefile.in:430:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/htword/Makefile.in-431-	  esac; \
htdig-3.2.0b6/htword/Makefile.in-432-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/htword/Makefile.in:433:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/htword/Makefile.in-434-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/include/Makefile.in-253-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
htdig-3.2.0b6/include/Makefile.in:254:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/include/Makefile.in-255-	  echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/include/Makefile.in-261-	@list='$(pkginclude_HEADERS)'; for p in $$list; do \
htdig-3.2.0b6/include/Makefile.in:262:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
htdig-3.2.0b6/include/Makefile.in-263-	  echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \
##############################################
htdig-3.2.0b6/include/Makefile.in-313-GTAGS:
htdig-3.2.0b6/include/Makefile.in:314:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/include/Makefile.in-315-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/include/Makefile.in-326-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/include/Makefile.in:327:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/include/Makefile.in:328:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/include/Makefile.in-329-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/include/Makefile.in-330-	  case $$file in \
htdig-3.2.0b6/include/Makefile.in:331:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/include/Makefile.in:332:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/include/Makefile.in-333-	  esac; \
htdig-3.2.0b6/include/Makefile.in-334-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/include/Makefile.in:335:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/include/Makefile.in-336-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/installdir/HtFileType-39-  if $have_modern_file; then
htdig-3.2.0b6/installdir/HtFileType:40:    output=`file -i -b -m $magic_file "$input" 2>/dev/null | sed 's/[,;].*//'`
htdig-3.2.0b6/installdir/HtFileType-41-  else
##############################################
htdig-3.2.0b6/installdir/HtFileType-44-                       sed -e's/^ *//' -e's/ *<! /<!--/' > $tmpfile
htdig-3.2.0b6/installdir/HtFileType:45:    output=`file -m $magic_file $tmpfile 2>/dev/null | sed -e 's/.*:[ 	]*//' -e's/[,;].*//'`
htdig-3.2.0b6/installdir/HtFileType-46-    /bin/rm -f $tmpfile
##############################################
htdig-3.2.0b6/installdir/Makefile.in-289-	  else file=$$i; fi; \
htdig-3.2.0b6/installdir/Makefile.in:290:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
htdig-3.2.0b6/installdir/Makefile.in-291-	  case "$$ext" in \
##############################################
htdig-3.2.0b6/installdir/Makefile.in-294-	  esac; \
htdig-3.2.0b6/installdir/Makefile.in:295:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
htdig-3.2.0b6/installdir/Makefile.in:296:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
htdig-3.2.0b6/installdir/Makefile.in:297:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
htdig-3.2.0b6/installdir/Makefile.in-298-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
htdig-3.2.0b6/installdir/Makefile.in-310-	for i in $$list; do \
htdig-3.2.0b6/installdir/Makefile.in:311:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
htdig-3.2.0b6/installdir/Makefile.in-312-	  case "$$ext" in \
##############################################
htdig-3.2.0b6/installdir/Makefile.in-315-	  esac; \
htdig-3.2.0b6/installdir/Makefile.in:316:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
htdig-3.2.0b6/installdir/Makefile.in:317:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
htdig-3.2.0b6/installdir/Makefile.in:318:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
htdig-3.2.0b6/installdir/Makefile.in-319-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
htdig-3.2.0b6/installdir/Makefile.in-336-	  else file=$$i; fi; \
htdig-3.2.0b6/installdir/Makefile.in:337:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
htdig-3.2.0b6/installdir/Makefile.in-338-	  case "$$ext" in \
##############################################
htdig-3.2.0b6/installdir/Makefile.in-341-	  esac; \
htdig-3.2.0b6/installdir/Makefile.in:342:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
htdig-3.2.0b6/installdir/Makefile.in:343:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
htdig-3.2.0b6/installdir/Makefile.in:344:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
htdig-3.2.0b6/installdir/Makefile.in-345-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
##############################################
htdig-3.2.0b6/installdir/Makefile.in-357-	for i in $$list; do \
htdig-3.2.0b6/installdir/Makefile.in:358:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
htdig-3.2.0b6/installdir/Makefile.in-359-	  case "$$ext" in \
##############################################
htdig-3.2.0b6/installdir/Makefile.in-362-	  esac; \
htdig-3.2.0b6/installdir/Makefile.in:363:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
htdig-3.2.0b6/installdir/Makefile.in:364:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
htdig-3.2.0b6/installdir/Makefile.in:365:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
htdig-3.2.0b6/installdir/Makefile.in-366-	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
##############################################
htdig-3.2.0b6/installdir/Makefile.in-381-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/installdir/Makefile.in:382:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/installdir/Makefile.in:383:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/installdir/Makefile.in-384-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/installdir/Makefile.in-385-	  case $$file in \
htdig-3.2.0b6/installdir/Makefile.in:386:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/installdir/Makefile.in:387:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/installdir/Makefile.in-388-	  esac; \
htdig-3.2.0b6/installdir/Makefile.in-389-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/installdir/Makefile.in:390:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/installdir/Makefile.in-391-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/installdir/htdig.conf-25-# You could also index all the URLs in a file like so:
htdig-3.2.0b6/installdir/htdig.conf:26:# start_url:	       `${common_dir}/start.url`
htdig-3.2.0b6/installdir/htdig.conf-27-#
##############################################
htdig-3.2.0b6/installdir/rundig-36-then
htdig-3.2.0b6/installdir/rundig:37:    new_db_dir=`awk '/^[^#a-zA-Z]*database_dir/ { print $NF }' < $conffile`
htdig-3.2.0b6/installdir/rundig-38-    if [ "$new_db_dir" != "" ]
##############################################
htdig-3.2.0b6/installdir/rundig-63-    do
htdig-3.2.0b6/installdir/rundig:64:        mv -f $f `basename $f .work`
htdig-3.2.0b6/installdir/rundig-65-    done
##############################################
htdig-3.2.0b6/installdir/rundig-83-#
htdig-3.2.0b6/installdir/rundig:84:if [ "`ls -t $COMMONDIR/english.0 $COMMONDIR/word2root.db 2>/dev/null | sed 1q`" = \
htdig-3.2.0b6/installdir/rundig-85-	"$COMMONDIR/english.0" ]
##############################################
htdig-3.2.0b6/installdir/rundig-89-
htdig-3.2.0b6/installdir/rundig:90:if [ "`ls -t $COMMONDIR/synonyms $COMMONDIR/synonyms.db 2>/dev/null | sed 1q`" = \
htdig-3.2.0b6/installdir/rundig-91-	"$COMMONDIR/synonyms" ]
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-81-  ])
htdig-3.2.0b6/libhtdigphp/acinclude.m4:82:  PHP_ADD_INCLUDE($OPENSSL_INC)
htdig-3.2.0b6/libhtdigphp/acinclude.m4-83-])
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-94-    -l*)
htdig-3.2.0b6/libhtdigphp/acinclude.m4:95:      ac_ii=`echo $ac_i|cut -c 3-`
htdig-3.2.0b6/libhtdigphp/acinclude.m4-96-      PHP_ADD_LIBRARY($ac_ii,,$2)
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-98-    -L*)
htdig-3.2.0b6/libhtdigphp/acinclude.m4:99:      ac_ii=`echo $ac_i|cut -c 3-`
htdig-3.2.0b6/libhtdigphp/acinclude.m4-100-      PHP_ADD_LIBPATH($ac_ii,$2)
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-114-    -I*)
htdig-3.2.0b6/libhtdigphp/acinclude.m4:115:      ac_ii=`echo $ac_i|cut -c 3-`
htdig-3.2.0b6/libhtdigphp/acinclude.m4:116:      PHP_ADD_INCLUDE($ac_ii)
htdig-3.2.0b6/libhtdigphp/acinclude.m4-117-    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-317-  changequote({,})
htdig-3.2.0b6/libhtdigphp/acinclude.m4:318:  libgcc_libpath=`$1 --print-libgcc-file-name|sed 's%/*[^/][^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/acinclude.m4-319-  changequote([,])
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-326-  ext_shared=yes
htdig-3.2.0b6/libhtdigphp/acinclude.m4:327:  $1=`echo "[$]$1"|sed 's/^shared,//'`
htdig-3.2.0b6/libhtdigphp/acinclude.m4-328-  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-642-  changequote({,})
htdig-3.2.0b6/libhtdigphp/acinclude.m4:643:  unique=`echo $2|sed 's/[^a-zA-Z0-9]/_/g'`
htdig-3.2.0b6/libhtdigphp/acinclude.m4-644-  changequote([,])
htdig-3.2.0b6/libhtdigphp/acinclude.m4-645-  cmd="echo $ac_n \"\$$1$unique$ac_c\""
htdig-3.2.0b6/libhtdigphp/acinclude.m4:646:  if test -n "$unique" && test "`eval $cmd`" = "" ; then
htdig-3.2.0b6/libhtdigphp/acinclude.m4-647-    eval "$1$unique=set"
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-661-    changequote({,})
htdig-3.2.0b6/libhtdigphp/acinclude.m4:662:    ep_dir="`echo $1|sed 's%/*[^/][^/]*/*$%%'`"
htdig-3.2.0b6/libhtdigphp/acinclude.m4-663-    changequote([,])
htdig-3.2.0b6/libhtdigphp/acinclude.m4:664:    ep_realdir="`(cd \"$ep_dir\" && pwd)`"
htdig-3.2.0b6/libhtdigphp/acinclude.m4:665:    $2="$ep_realdir/`basename \"$1\"`"
htdig-3.2.0b6/libhtdigphp/acinclude.m4-666-  fi
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-822-  changequote({,})
htdig-3.2.0b6/libhtdigphp/acinclude.m4:823:  var=`echo $opt|sed 's/[^a-zA-Z0-9]/_/g'`
htdig-3.2.0b6/libhtdigphp/acinclude.m4-824-  changequote([,])
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-969-	    shared=yes
htdig-3.2.0b6/libhtdigphp/acinclude.m4:970:	    withval=`echo $withval | sed -e 's/^shared,//'`      
htdig-3.2.0b6/libhtdigphp/acinclude.m4-971-	    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/acinclude.m4-1004-    (getconf $ac_lfsvar) >/dev/null 2>&1 || { ac_result=no; break; }
htdig-3.2.0b6/libhtdigphp/acinclude.m4:1005:    ac_getconf=`getconf $ac_lfsvar`
htdig-3.2.0b6/libhtdigphp/acinclude.m4-1006-    ac_getconfs=$ac_getconfs$ac_getconf
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-93-  ])
htdig-3.2.0b6/libhtdigphp/aclocal.m4:94:  PHP_ADD_INCLUDE($OPENSSL_INC)
htdig-3.2.0b6/libhtdigphp/aclocal.m4-95-])
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-106-    -l*)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:107:      ac_ii=`echo $ac_i|cut -c 3-`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-108-      PHP_ADD_LIBRARY($ac_ii,,$2)
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-110-    -L*)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:111:      ac_ii=`echo $ac_i|cut -c 3-`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-112-      PHP_ADD_LIBPATH($ac_ii,$2)
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-126-    -I*)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:127:      ac_ii=`echo $ac_i|cut -c 3-`
htdig-3.2.0b6/libhtdigphp/aclocal.m4:128:      PHP_ADD_INCLUDE($ac_ii)
htdig-3.2.0b6/libhtdigphp/aclocal.m4-129-    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-329-  changequote({,})
htdig-3.2.0b6/libhtdigphp/aclocal.m4:330:  libgcc_libpath=`$1 --print-libgcc-file-name|sed 's%/*[^/][^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-331-  changequote([,])
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-338-  ext_shared=yes
htdig-3.2.0b6/libhtdigphp/aclocal.m4:339:  $1=`echo "[$]$1"|sed 's/^shared,//'`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-340-  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-654-  changequote({,})
htdig-3.2.0b6/libhtdigphp/aclocal.m4:655:  unique=`echo $2|sed 's/[^a-zA-Z0-9]/_/g'`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-656-  changequote([,])
htdig-3.2.0b6/libhtdigphp/aclocal.m4-657-  cmd="echo $ac_n \"\$$1$unique$ac_c\""
htdig-3.2.0b6/libhtdigphp/aclocal.m4:658:  if test -n "$unique" && test "`eval $cmd`" = "" ; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4-659-    eval "$1$unique=set"
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-673-    changequote({,})
htdig-3.2.0b6/libhtdigphp/aclocal.m4:674:    ep_dir="`echo $1|sed 's%/*[^/][^/]*/*$%%'`"
htdig-3.2.0b6/libhtdigphp/aclocal.m4-675-    changequote([,])
htdig-3.2.0b6/libhtdigphp/aclocal.m4:676:    ep_realdir="`(cd \"$ep_dir\" && pwd)`"
htdig-3.2.0b6/libhtdigphp/aclocal.m4:677:    $2="$ep_realdir/`basename \"$1\"`"
htdig-3.2.0b6/libhtdigphp/aclocal.m4-678-  fi
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-834-  changequote({,})
htdig-3.2.0b6/libhtdigphp/aclocal.m4:835:  var=`echo $opt|sed 's/[^a-zA-Z0-9]/_/g'`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-836-  changequote([,])
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-981-	    shared=yes
htdig-3.2.0b6/libhtdigphp/aclocal.m4:982:	    withval=`echo $withval | sed -e 's/^shared,//'`      
htdig-3.2.0b6/libhtdigphp/aclocal.m4-983-	    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1016-    (getconf $ac_lfsvar) >/dev/null 2>&1 || { ac_result=no; break; }
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1017:    ac_getconf=`getconf $ac_lfsvar`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1018-    ac_getconfs=$ac_getconfs$ac_getconf
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1199-  if AC_TRY_EVAL(ac_compile); then
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1200:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1201-    *32-bit*)
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1355-    nlist=conftest.nm
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1356:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1357-      # Try sorting and uniquifying the output.
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1476-  # Remove one level of quotation (which was required for Make).
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1477:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1478-  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1487-  :
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1488:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1489-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1513-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1514:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1515:       echo_test_string="`eval $cmd`" &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1516-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1522-
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1523:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1524:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1525-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1536-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1537:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1538:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1539-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1548-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1549:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1550-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1563-      echo='printf %s\n'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1564:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1565:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1566-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1568-	:
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1569:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1570-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1571:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1572-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1577-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1578:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1579-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1580:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1581-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1587-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1588:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1589-	  then
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1595-	if test "$prev" != 'sed 50q "[$]0"'; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1596:	  echo_test_string=`eval $prev`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1597-	  export echo_test_string
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1854-linux-gnu*) ;;
htdig-3.2.0b6/libhtdigphp/aclocal.m4:1855:linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-1856-esac
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2089-if test -n "$lt_cv_prog_cc_shlib"; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2090:  AC_MSG_WARN([\`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries])
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2091-  if echo "$old_CC $old_CFLAGS " | [egrep -e "[ 	]$lt_cv_prog_cc_shlib[ 	]"] >/dev/null; then :
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2196-  if test "$hard_links" = no; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2197:    AC_MSG_WARN([\`$CC' does not support \`-c -o', so \`make -j' may be unsafe])
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2198-    need_locks=warn
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2384-    # If DATA tags from a recent dlltool are present, honour them!
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2385:    archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2386-        cp $export_symbols $output_objdir/$soname-def;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2393-           2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2394:           *) echo "     \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2395-         esac;
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2396:         _lt_hint=`expr 1 + \$_lt_hint`;
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2397-        done;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2500-    if test "$GCC" = yes; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2501:      collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2502-      if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2587-    # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2588:    archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2589-    # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2592-    old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2593:    fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2594-    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2654-    if test "$GCC" = yes; then
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2655:      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'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2656-    else
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2657:      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'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2658-    fi
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2700-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2701:      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'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2702-    else
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2703-      allow_undefined_flag=' -expect_unresolved \*'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2704:      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'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2705-    fi
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2712-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2713:      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'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2714-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2716-      allow_undefined_flag=' -expect_unresolved \*'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2717:      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'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2718:      archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2719:      $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'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2720-
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2954-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2955:  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'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2956-  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2985-    library_names_spec='$libname.dll.a'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2986:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2987:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2988:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2989-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2990-      $install_prog .libs/$dlname \$dldir/$dlname'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2991:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2992-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2995-  yes,mingw*)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2996:    library_names_spec='${libname}`echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
htdig-3.2.0b6/libhtdigphp/aclocal.m4:2997:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2998-    ;;
htdig-3.2.0b6/libhtdigphp/aclocal.m4-2999-  yes,pw32*)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:3000:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3001-    ;;
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3002-  *)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:3003:    library_names_spec='${libname}`echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll $libname.lib'
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3004-    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3378-      # Double-quote double-evaled strings.
htdig-3.2.0b6/libhtdigphp/aclocal.m4:3379:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3380-      ;;
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3381-    *)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:3382:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3383-      ;;
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3389-
htdig-3.2.0b6/libhtdigphp/aclocal.m4:3390:# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
htdig-3.2.0b6/libhtdigphp/aclocal.m4-3391-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4023-	"file_magic "*)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:4024:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4025-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4089-    # gcc leaves a trailing carriage return which upsets mingw
htdig-3.2.0b6/libhtdigphp/aclocal.m4:4090:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4091-  *)
htdig-3.2.0b6/libhtdigphp/aclocal.m4:4092:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4093-  esac
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4098-      # Canonicalize the path of ld
htdig-3.2.0b6/libhtdigphp/aclocal.m4:4099:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4100-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
htdig-3.2.0b6/libhtdigphp/aclocal.m4:4101:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4102-      done
##############################################
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4265-  esac
htdig-3.2.0b6/libhtdigphp/aclocal.m4:4266:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
htdig-3.2.0b6/libhtdigphp/aclocal.m4-4267-  lt_cv_deplibs_check_method=pass_all
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-36-
htdig-3.2.0b6/libhtdigphp/config.guess:37:me=`echo "$0" | sed -e 's,.*/,,'`
htdig-3.2.0b6/libhtdigphp/config.guess-38-
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-167-	# The OS release
htdig-3.2.0b6/libhtdigphp/config.guess:168:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
htdig-3.2.0b6/libhtdigphp/config.guess-169-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-175-	if test $UNAME_RELEASE = "V4.0"; then
htdig-3.2.0b6/libhtdigphp/config.guess:176:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
htdig-3.2.0b6/libhtdigphp/config.guess-177-	fi
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-208-	if test "$?" = 0 ; then
htdig-3.2.0b6/libhtdigphp/config.guess:209:		case `./$dummy` in
htdig-3.2.0b6/libhtdigphp/config.guess-210-			0-0)
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-230-	rm -f $dummy.s $dummy
htdig-3.2.0b6/libhtdigphp/config.guess:231:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
htdig-3.2.0b6/libhtdigphp/config.guess-232-	exit 0 ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-289-    sun4H:SunOS:5.*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:290:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/libhtdigphp/config.guess-291-	exit 0 ;;
htdig-3.2.0b6/libhtdigphp/config.guess-292-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:293:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/libhtdigphp/config.guess-294-	exit 0 ;;
htdig-3.2.0b6/libhtdigphp/config.guess-295-    i86pc:SunOS:5.*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:296:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/libhtdigphp/config.guess-297-	exit 0 ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-301-	# it's likely to be more like Solaris than SunOS4.
htdig-3.2.0b6/libhtdigphp/config.guess:302:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/libhtdigphp/config.guess-303-	exit 0 ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-310-	# Japanese Language versions have a version number like `4.1.3-JL'.
htdig-3.2.0b6/libhtdigphp/config.guess:311:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
htdig-3.2.0b6/libhtdigphp/config.guess-312-	exit 0 ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-316-    sun*:*:4.2BSD:*)
htdig-3.2.0b6/libhtdigphp/config.guess:317:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/config.guess-318-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-409-	$CC_FOR_BUILD $dummy.c -o $dummy \
htdig-3.2.0b6/libhtdigphp/config.guess:410:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
htdig-3.2.0b6/libhtdigphp/config.guess-411-	  && rm -f $dummy.c $dummy && exit 0
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-459-    *:IRIX*:*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:460:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
htdig-3.2.0b6/libhtdigphp/config.guess-461-	exit 0 ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-498-    *:AIX:*:[45])
htdig-3.2.0b6/libhtdigphp/config.guess:499:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
htdig-3.2.0b6/libhtdigphp/config.guess-500-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-533-    9000/[34678]??:HP-UX:*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:534:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
htdig-3.2.0b6/libhtdigphp/config.guess-535-	case "${UNAME_MACHINE}" in
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-588-EOF
htdig-3.2.0b6/libhtdigphp/config.guess:589:	(CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
htdig-3.2.0b6/libhtdigphp/config.guess-590-	if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-596-    ia64:HP-UX:*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:597:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
htdig-3.2.0b6/libhtdigphp/config.guess-598-	echo ia64-hp-hpux${HPUX_REV}
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-704-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
htdig-3.2.0b6/libhtdigphp/config.guess:705:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
htdig-3.2.0b6/libhtdigphp/config.guess-706-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-720-    *:FreeBSD:*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:721:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
htdig-3.2.0b6/libhtdigphp/config.guess-722-	exit 0 ;;
htdig-3.2.0b6/libhtdigphp/config.guess-723-    *:OpenBSD:*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:724:	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
htdig-3.2.0b6/libhtdigphp/config.guess-725-	exit 0 ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-747-    prep*:SunOS:5.*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:748:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
htdig-3.2.0b6/libhtdigphp/config.guess-749-	exit 0 ;;
htdig-3.2.0b6/libhtdigphp/config.guess-750-    *:GNU:*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:751:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
htdig-3.2.0b6/libhtdigphp/config.guess-752-	exit 0 ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-841-	if test "$?" = 0 ; then
htdig-3.2.0b6/libhtdigphp/config.guess:842:		case `./$dummy` in
htdig-3.2.0b6/libhtdigphp/config.guess-843-		0-0)	UNAME_MACHINE="alpha" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.guess-961-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
htdig-3.2.0b6/libhtdigphp/config.guess:962:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
htdig-3.2.0b6/libhtdigphp/config.guess-963-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
htdig-3.2.0b6/libhtdigphp/config.m4-24-
htdig-3.2.0b6/libhtdigphp/config.m4:25:  PHP_ADD_INCLUDE($HTDIG_DIR/include)
htdig-3.2.0b6/libhtdigphp/config.m4-26-
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-104-    fi
htdig-3.2.0b6/libhtdigphp/config.status:105:    ac_file=`expr $ac_file + 1`
htdig-3.2.0b6/libhtdigphp/config.status-106-    ac_beg=$ac_end
htdig-3.2.0b6/libhtdigphp/config.status:107:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
htdig-3.2.0b6/libhtdigphp/config.status-108-  fi
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-117-  case "$ac_file" in
htdig-3.2.0b6/libhtdigphp/config.status:118:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
htdig-3.2.0b6/libhtdigphp/config.status:119:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
htdig-3.2.0b6/libhtdigphp/config.status-120-  *) ac_file_in="${ac_file}.in" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-125-  # Remove last slash and all that follows it.  Not all systems have dirname.
htdig-3.2.0b6/libhtdigphp/config.status:126:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/config.status-127-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-129-    test ! -d "$ac_dir" && mkdir "$ac_dir"
htdig-3.2.0b6/libhtdigphp/config.status:130:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
htdig-3.2.0b6/libhtdigphp/config.status-131-    # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/libhtdigphp/config.status:132:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
htdig-3.2.0b6/libhtdigphp/config.status-133-  else
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-139-      if test -z "$ac_dots"; then top_srcdir=.
htdig-3.2.0b6/libhtdigphp/config.status:140:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
htdig-3.2.0b6/libhtdigphp/config.status-141-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-149-  rm -f "$ac_file"
htdig-3.2.0b6/libhtdigphp/config.status:150:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
htdig-3.2.0b6/libhtdigphp/config.status-151-  case "$ac_file" in
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-156-
htdig-3.2.0b6/libhtdigphp/config.status:157:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
htdig-3.2.0b6/libhtdigphp/config.status-158-  sed -e "$ac_comsub
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-190-  case "$ac_file" in
htdig-3.2.0b6/libhtdigphp/config.status:191:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
htdig-3.2.0b6/libhtdigphp/config.status:192:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
htdig-3.2.0b6/libhtdigphp/config.status-193-  *) ac_file_in="${ac_file}.in" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-198-  rm -f conftest.frag conftest.in conftest.out
htdig-3.2.0b6/libhtdigphp/config.status:199:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
htdig-3.2.0b6/libhtdigphp/config.status-200-  cat $ac_file_inputs > conftest.in
##############################################
htdig-3.2.0b6/libhtdigphp/config.status-226-    # Remove last slash and all that follows it.  Not all systems have dirname.
htdig-3.2.0b6/libhtdigphp/config.status:227:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/config.status-228-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-53-
htdig-3.2.0b6/libhtdigphp/config.sub:54:me=`echo "$0" | sed -e 's,.*/,,'`
htdig-3.2.0b6/libhtdigphp/config.sub-55-
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-117-# Here we must recognize all the valid KERNEL-OS combinations.
htdig-3.2.0b6/libhtdigphp/config.sub:118:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
htdig-3.2.0b6/libhtdigphp/config.sub-119-case $maybe_os in
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-121-    os=-$maybe_os
htdig-3.2.0b6/libhtdigphp/config.sub:122:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
htdig-3.2.0b6/libhtdigphp/config.sub-123-    ;;
htdig-3.2.0b6/libhtdigphp/config.sub-124-  *)
htdig-3.2.0b6/libhtdigphp/config.sub:125:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
htdig-3.2.0b6/libhtdigphp/config.sub-126-    if [ $basic_machine != $1 ]
htdig-3.2.0b6/libhtdigphp/config.sub:127:    then os=`echo $1 | sed 's/.*-/-/'`
htdig-3.2.0b6/libhtdigphp/config.sub-128-    else os=; fi
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-164-		os=-sco3.2v5
htdig-3.2.0b6/libhtdigphp/config.sub:165:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-166-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-168-		os=-sco3.2v4
htdig-3.2.0b6/libhtdigphp/config.sub:169:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-170-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-171-	-sco3.2.[4-9]*)
htdig-3.2.0b6/libhtdigphp/config.sub:172:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
htdig-3.2.0b6/libhtdigphp/config.sub:173:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-174-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-176-		# Don't forget version if it is 3.2v4 or newer.
htdig-3.2.0b6/libhtdigphp/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-178-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-180-		os=-sco3.2v2
htdig-3.2.0b6/libhtdigphp/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-182-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-183-	-udk*)
htdig-3.2.0b6/libhtdigphp/config.sub:184:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-185-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-187-		os=-isc2.2
htdig-3.2.0b6/libhtdigphp/config.sub:188:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-189-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-193-	-isc*)
htdig-3.2.0b6/libhtdigphp/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-195-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-199-	-ptx*)
htdig-3.2.0b6/libhtdigphp/config.sub:200:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
htdig-3.2.0b6/libhtdigphp/config.sub-201-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-202-	-windowsnt*)
htdig-3.2.0b6/libhtdigphp/config.sub:203:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
htdig-3.2.0b6/libhtdigphp/config.sub-204-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-255-	*-*-*)
htdig-3.2.0b6/libhtdigphp/config.sub:256:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
htdig-3.2.0b6/libhtdigphp/config.sub-257-		exit 1
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-511-	i*86v32)
htdig-3.2.0b6/libhtdigphp/config.sub:512:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-513-		os=-sysv32
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-515-	i*86v4*)
htdig-3.2.0b6/libhtdigphp/config.sub:516:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-517-		os=-sysv4
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-519-	i*86v)
htdig-3.2.0b6/libhtdigphp/config.sub:520:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-521-		os=-sysv
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-523-	i*86sol2)
htdig-3.2.0b6/libhtdigphp/config.sub:524:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
htdig-3.2.0b6/libhtdigphp/config.sub-525-		os=-solaris2
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-579-	mips3*-*)
htdig-3.2.0b6/libhtdigphp/config.sub:580:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
htdig-3.2.0b6/libhtdigphp/config.sub-581-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-582-	mips3*)
htdig-3.2.0b6/libhtdigphp/config.sub:583:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
htdig-3.2.0b6/libhtdigphp/config.sub-584-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-706-	pentium-* | p5-* | k5-* | k6-* | nexgen-*)
htdig-3.2.0b6/libhtdigphp/config.sub:707:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/libhtdigphp/config.sub-708-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-709-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
htdig-3.2.0b6/libhtdigphp/config.sub:710:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/libhtdigphp/config.sub-711-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-712-	pentiumii-* | pentium2-*)
htdig-3.2.0b6/libhtdigphp/config.sub:713:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/libhtdigphp/config.sub-714-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-721-	        ;;
htdig-3.2.0b6/libhtdigphp/config.sub:722:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/libhtdigphp/config.sub-723-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-727-	ppcle-* | powerpclittle-*)
htdig-3.2.0b6/libhtdigphp/config.sub:728:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
htdig-3.2.0b6/libhtdigphp/config.sub-729-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-965-	*)
htdig-3.2.0b6/libhtdigphp/config.sub:966:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
htdig-3.2.0b6/libhtdigphp/config.sub-967-		exit 1
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-973-	*-digital*)
htdig-3.2.0b6/libhtdigphp/config.sub:974:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
htdig-3.2.0b6/libhtdigphp/config.sub-975-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-976-	*-commodore*)
htdig-3.2.0b6/libhtdigphp/config.sub:977:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
htdig-3.2.0b6/libhtdigphp/config.sub-978-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-991-	-solaris1 | -solaris1.*)
htdig-3.2.0b6/libhtdigphp/config.sub:992:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
htdig-3.2.0b6/libhtdigphp/config.sub-993-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-1003-	-gnu/linux*)
htdig-3.2.0b6/libhtdigphp/config.sub:1004:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
htdig-3.2.0b6/libhtdigphp/config.sub-1005-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-1044-	-mac*)
htdig-3.2.0b6/libhtdigphp/config.sub:1045:		os=`echo $os | sed -e 's|mac|macos|'`
htdig-3.2.0b6/libhtdigphp/config.sub-1046-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-1047-	-linux*)
htdig-3.2.0b6/libhtdigphp/config.sub:1048:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
htdig-3.2.0b6/libhtdigphp/config.sub-1049-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-1050-	-sunos5*)
htdig-3.2.0b6/libhtdigphp/config.sub:1051:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
htdig-3.2.0b6/libhtdigphp/config.sub-1052-		;;
htdig-3.2.0b6/libhtdigphp/config.sub-1053-	-sunos6*)
htdig-3.2.0b6/libhtdigphp/config.sub:1054:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
htdig-3.2.0b6/libhtdigphp/config.sub-1055-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-1090-	-sinix5.*)
htdig-3.2.0b6/libhtdigphp/config.sub:1091:		os=`echo $os | sed -e 's|sinix|sysv|'`
htdig-3.2.0b6/libhtdigphp/config.sub-1092-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-1129-		# Get rid of the `-' at the beginning of $os.
htdig-3.2.0b6/libhtdigphp/config.sub:1130:		os=`echo $os | sed 's/[^-]*-//'`
htdig-3.2.0b6/libhtdigphp/config.sub:1131:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
htdig-3.2.0b6/libhtdigphp/config.sub-1132-		exit 1
##############################################
htdig-3.2.0b6/libhtdigphp/config.sub-1349-		esac
htdig-3.2.0b6/libhtdigphp/config.sub:1350:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
htdig-3.2.0b6/libhtdigphp/config.sub-1351-		;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-44-  # Remove one level of quotation (which was required for Make).
htdig-3.2.0b6/libhtdigphp/configure:45:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
htdig-3.2.0b6/libhtdigphp/configure-46-  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-55-  :
htdig-3.2.0b6/libhtdigphp/configure:56:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
htdig-3.2.0b6/libhtdigphp/configure-57-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/libhtdigphp/configure-81-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
htdig-3.2.0b6/libhtdigphp/configure:82:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
htdig-3.2.0b6/libhtdigphp/configure:83:       echo_test_string="`eval $cmd`" &&
htdig-3.2.0b6/libhtdigphp/configure-84-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
htdig-3.2.0b6/libhtdigphp/configure-90-
htdig-3.2.0b6/libhtdigphp/configure:91:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/configure:92:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/configure-93-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-104-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
htdig-3.2.0b6/libhtdigphp/configure:105:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/configure:106:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/configure-107-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-116-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/configure:117:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/configure-118-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-131-      echo='printf %s\n'
htdig-3.2.0b6/libhtdigphp/configure:132:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/configure:133:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/configure-134-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-136-	:
htdig-3.2.0b6/libhtdigphp/configure:137:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/configure-138-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/configure:139:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/configure-140-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-145-	echo="$CONFIG_SHELL $0 --fallback-echo"
htdig-3.2.0b6/libhtdigphp/configure:146:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/configure-147-	   test "X$echo_testing_string" = 'X\t' &&
htdig-3.2.0b6/libhtdigphp/configure:148:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
htdig-3.2.0b6/libhtdigphp/configure-149-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-155-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
htdig-3.2.0b6/libhtdigphp/configure:156:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
htdig-3.2.0b6/libhtdigphp/configure-157-	  then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-163-	if test "$prev" != 'sed 50q "$0"'; then
htdig-3.2.0b6/libhtdigphp/configure:164:	  echo_test_string=`eval $prev`
htdig-3.2.0b6/libhtdigphp/configure-165-	  export echo_test_string
##############################################
htdig-3.2.0b6/libhtdigphp/configure-242-  case "$ac_option" in
htdig-3.2.0b6/libhtdigphp/configure:243:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
htdig-3.2.0b6/libhtdigphp/configure-244-  *) ac_optarg= ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-274-  -disable-* | --disable-*)
htdig-3.2.0b6/libhtdigphp/configure:275:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
htdig-3.2.0b6/libhtdigphp/configure-276-    # Reject names that are not valid shell variable names.
htdig-3.2.0b6/libhtdigphp/configure:277:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
htdig-3.2.0b6/libhtdigphp/configure-278-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
htdig-3.2.0b6/libhtdigphp/configure-279-    fi
htdig-3.2.0b6/libhtdigphp/configure:280:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
htdig-3.2.0b6/libhtdigphp/configure-281-    eval "enable_${ac_feature}=no" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-283-  -enable-* | --enable-*)
htdig-3.2.0b6/libhtdigphp/configure:284:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
htdig-3.2.0b6/libhtdigphp/configure-285-    # Reject names that are not valid shell variable names.
htdig-3.2.0b6/libhtdigphp/configure:286:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
htdig-3.2.0b6/libhtdigphp/configure-287-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
htdig-3.2.0b6/libhtdigphp/configure-288-    fi
htdig-3.2.0b6/libhtdigphp/configure:289:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
htdig-3.2.0b6/libhtdigphp/configure-290-    case "$ac_option" in
##############################################
htdig-3.2.0b6/libhtdigphp/configure-514-  -with-* | --with-*)
htdig-3.2.0b6/libhtdigphp/configure:515:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
htdig-3.2.0b6/libhtdigphp/configure-516-    # Reject names that are not valid shell variable names.
htdig-3.2.0b6/libhtdigphp/configure:517:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
htdig-3.2.0b6/libhtdigphp/configure-518-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
htdig-3.2.0b6/libhtdigphp/configure-519-    fi
htdig-3.2.0b6/libhtdigphp/configure:520:    ac_package=`echo $ac_package| sed 's/-/_/g'`
htdig-3.2.0b6/libhtdigphp/configure-521-    case "$ac_option" in
##############################################
htdig-3.2.0b6/libhtdigphp/configure-527-  -without-* | --without-*)
htdig-3.2.0b6/libhtdigphp/configure:528:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
htdig-3.2.0b6/libhtdigphp/configure-529-    # Reject names that are not valid shell variable names.
htdig-3.2.0b6/libhtdigphp/configure:530:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
htdig-3.2.0b6/libhtdigphp/configure-531-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
htdig-3.2.0b6/libhtdigphp/configure-532-    fi
htdig-3.2.0b6/libhtdigphp/configure:533:    ac_package=`echo $ac_package| sed 's/-/_/g'`
htdig-3.2.0b6/libhtdigphp/configure-534-    eval "with_${ac_package}=no" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-557-  *)
htdig-3.2.0b6/libhtdigphp/configure:558:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
htdig-3.2.0b6/libhtdigphp/configure-559-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
htdig-3.2.0b6/libhtdigphp/configure-570-if test -n "$ac_prev"; then
htdig-3.2.0b6/libhtdigphp/configure:571:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
htdig-3.2.0b6/libhtdigphp/configure-572-fi
##############################################
htdig-3.2.0b6/libhtdigphp/configure-635-  ac_prog=$0
htdig-3.2.0b6/libhtdigphp/configure:636:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/configure-637-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
htdig-3.2.0b6/libhtdigphp/configure-651-fi
htdig-3.2.0b6/libhtdigphp/configure:652:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
htdig-3.2.0b6/libhtdigphp/configure-653-
##############################################
htdig-3.2.0b6/libhtdigphp/configure-701-
htdig-3.2.0b6/libhtdigphp/configure:702:abs_srcdir=`(cd $srcdir && pwd)`
htdig-3.2.0b6/libhtdigphp/configure-703-
##############################################
htdig-3.2.0b6/libhtdigphp/configure-709-echo "configure:710: checking for $ac_word" >&5
htdig-3.2.0b6/libhtdigphp/configure:710:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-711-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-739-echo "configure:740: checking for $ac_word" >&5
htdig-3.2.0b6/libhtdigphp/configure:740:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-741-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-790-echo "configure:791: checking for $ac_word" >&5
htdig-3.2.0b6/libhtdigphp/configure:791:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-792-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-869-echo "configure:870: checking whether we are using GNU C" >&5
htdig-3.2.0b6/libhtdigphp/configure:870:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-871-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-897-echo "configure:898: checking whether ${CC-cc} accepts -g" >&5
htdig-3.2.0b6/libhtdigphp/configure:898:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-899-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-901-  echo 'void f(){}' > conftest.c
htdig-3.2.0b6/libhtdigphp/configure:902:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
htdig-3.2.0b6/libhtdigphp/configure-903-  ac_cv_prog_cc_g=yes
##############################################
htdig-3.2.0b6/libhtdigphp/configure-936-		       sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
htdig-3.2.0b6/libhtdigphp/configure:937:if eval "test \"`echo '$''{'ac_cv_prog_cc_${ac_cc}_c_o'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-938-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-969-fi
htdig-3.2.0b6/libhtdigphp/configure:970:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
htdig-3.2.0b6/libhtdigphp/configure-971-  echo "$ac_t""yes" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-994-
htdig-3.2.0b6/libhtdigphp/configure:995:  prefix=`$PHP_CONFIG --prefix 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/configure:996:  INCLUDES=`$PHP_CONFIG --includes 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/configure:997:  EXTENSION_DIR=`$PHP_CONFIG --extension-dir`
htdig-3.2.0b6/libhtdigphp/configure-998- 
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1032-  ext_shared=yes
htdig-3.2.0b6/libhtdigphp/configure:1033:  PHP_BZ2=`echo "$PHP_BZ2"|sed 's/^shared,//'`
htdig-3.2.0b6/libhtdigphp/configure-1034-  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1086-    
htdig-3.2.0b6/libhtdigphp/configure:1087:    ep_dir="`echo $HTDIG_DIR/include|sed 's%/*[^/][^/]*/*$%%'`"
htdig-3.2.0b6/libhtdigphp/configure-1088-    
htdig-3.2.0b6/libhtdigphp/configure:1089:    ep_realdir="`(cd \"$ep_dir\" && pwd)`"
htdig-3.2.0b6/libhtdigphp/configure:1090:    ai_p="$ep_realdir/`basename \"$HTDIG_DIR/include\"`"
htdig-3.2.0b6/libhtdigphp/configure-1091-  fi
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1094-  
htdig-3.2.0b6/libhtdigphp/configure:1095:  unique=`echo $ai_p|sed 's/[^a-zA-Z0-9]/_/g'`
htdig-3.2.0b6/libhtdigphp/configure-1096-  
htdig-3.2.0b6/libhtdigphp/configure-1097-  cmd="echo $ac_n \"\$INCLUDEPATH$unique$ac_c\""
htdig-3.2.0b6/libhtdigphp/configure:1098:  if test -n "$unique" && test "`eval $cmd`" = "" ; then
htdig-3.2.0b6/libhtdigphp/configure-1099-    eval "INCLUDEPATH$unique=set"
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1126-    
htdig-3.2.0b6/libhtdigphp/configure:1127:    ep_dir="`echo $HTDIG_DIR/lib|sed 's%/*[^/][^/]*/*$%%'`"
htdig-3.2.0b6/libhtdigphp/configure-1128-    
htdig-3.2.0b6/libhtdigphp/configure:1129:    ep_realdir="`(cd \"$ep_dir\" && pwd)`"
htdig-3.2.0b6/libhtdigphp/configure:1130:    ai_p="$ep_realdir/`basename \"$HTDIG_DIR/lib\"`"
htdig-3.2.0b6/libhtdigphp/configure-1131-  fi
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1137-  
htdig-3.2.0b6/libhtdigphp/configure:1138:  unique=`echo $ai_p|sed 's/[^a-zA-Z0-9]/_/g'`
htdig-3.2.0b6/libhtdigphp/configure-1139-  
htdig-3.2.0b6/libhtdigphp/configure-1140-  cmd="echo $ac_n \"\$LIBPATH$unique$ac_c\""
htdig-3.2.0b6/libhtdigphp/configure:1141:  if test -n "$unique" && test "`eval $cmd`" = "" ; then
htdig-3.2.0b6/libhtdigphp/configure-1142-    eval "LIBPATH$unique=set"
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1164-    
htdig-3.2.0b6/libhtdigphp/configure:1165:    ep_dir="`echo $HTDIG_DIR/lib|sed 's%/*[^/][^/]*/*$%%'`"
htdig-3.2.0b6/libhtdigphp/configure-1166-    
htdig-3.2.0b6/libhtdigphp/configure:1167:    ep_realdir="`(cd \"$ep_dir\" && pwd)`"
htdig-3.2.0b6/libhtdigphp/configure:1168:    ai_p="$ep_realdir/`basename \"$HTDIG_DIR/lib\"`"
htdig-3.2.0b6/libhtdigphp/configure-1169-  fi
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1175-  
htdig-3.2.0b6/libhtdigphp/configure:1176:  unique=`echo $ai_p|sed 's/[^a-zA-Z0-9]/_/g'`
htdig-3.2.0b6/libhtdigphp/configure-1177-  
htdig-3.2.0b6/libhtdigphp/configure-1178-  cmd="echo $ac_n \"\$LIBPATH$unique$ac_c\""
htdig-3.2.0b6/libhtdigphp/configure:1179:  if test -n "$unique" && test "`eval $cmd`" = "" ; then
htdig-3.2.0b6/libhtdigphp/configure-1180-    eval "LIBPATH$unique=set"
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1373-echo "configure:1373: checking for Cygwin environment" >&5
htdig-3.2.0b6/libhtdigphp/configure:1374:if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1375-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1406-echo "configure:1406: checking for mingw32 environment" >&5
htdig-3.2.0b6/libhtdigphp/configure:1407:if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1408-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1440-if test -z "$CPP"; then
htdig-3.2.0b6/libhtdigphp/configure:1441:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1442-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1456-{ (eval echo configure:1456: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
htdig-3.2.0b6/libhtdigphp/configure:1457:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
htdig-3.2.0b6/libhtdigphp/configure-1458-if test -z "$ac_err"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1473-{ (eval echo configure:1473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
htdig-3.2.0b6/libhtdigphp/configure:1474:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
htdig-3.2.0b6/libhtdigphp/configure-1475-if test -z "$ac_err"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1490-{ (eval echo configure:1490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
htdig-3.2.0b6/libhtdigphp/configure:1491:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
htdig-3.2.0b6/libhtdigphp/configure-1492-if test -z "$ac_err"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1596-  NONE)
htdig-3.2.0b6/libhtdigphp/configure:1597:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
htdig-3.2.0b6/libhtdigphp/configure-1598-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1603-
htdig-3.2.0b6/libhtdigphp/configure:1604:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
htdig-3.2.0b6/libhtdigphp/configure:1605:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
htdig-3.2.0b6/libhtdigphp/configure:1606:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
htdig-3.2.0b6/libhtdigphp/configure:1607:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
htdig-3.2.0b6/libhtdigphp/configure-1608-echo "$ac_t""$host" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1621-
htdig-3.2.0b6/libhtdigphp/configure:1622:build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
htdig-3.2.0b6/libhtdigphp/configure:1623:build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
htdig-3.2.0b6/libhtdigphp/configure:1624:build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
htdig-3.2.0b6/libhtdigphp/configure:1625:build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
htdig-3.2.0b6/libhtdigphp/configure-1626-echo "$ac_t""$build" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1643-    # gcc leaves a trailing carriage return which upsets mingw
htdig-3.2.0b6/libhtdigphp/configure:1644:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
htdig-3.2.0b6/libhtdigphp/configure-1645-  *)
htdig-3.2.0b6/libhtdigphp/configure:1646:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
htdig-3.2.0b6/libhtdigphp/configure-1647-  esac
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1652-      # Canonicalize the path of ld
htdig-3.2.0b6/libhtdigphp/configure:1653:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
htdig-3.2.0b6/libhtdigphp/configure-1654-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
htdig-3.2.0b6/libhtdigphp/configure:1655:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
htdig-3.2.0b6/libhtdigphp/configure-1656-      done
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1674-fi
htdig-3.2.0b6/libhtdigphp/configure:1675:if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1676-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1708-echo "configure:1708: checking if the linker ($LD) is GNU ld" >&5
htdig-3.2.0b6/libhtdigphp/configure:1709:if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1710-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1725-echo "configure:1725: checking for $LD option to reload object files" >&5
htdig-3.2.0b6/libhtdigphp/configure:1726:if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1727-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1737-echo "configure:1737: checking for BSD-compatible nm" >&5
htdig-3.2.0b6/libhtdigphp/configure:1738:if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1739-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1775-echo "configure:1775: checking whether ln -s works" >&5
htdig-3.2.0b6/libhtdigphp/configure:1776:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1777-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1796-echo "configure:1796: checking how to recognise dependant libraries" >&5
htdig-3.2.0b6/libhtdigphp/configure:1797:if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1798-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1889-  esac
htdig-3.2.0b6/libhtdigphp/configure:1890:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
htdig-3.2.0b6/libhtdigphp/configure-1891-  lt_cv_deplibs_check_method=pass_all
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1969-echo "configure:1969: checking for object suffix" >&5
htdig-3.2.0b6/libhtdigphp/configure:1970:if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1971-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1978-    *.c) ;;
htdig-3.2.0b6/libhtdigphp/configure:1979:    *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
htdig-3.2.0b6/libhtdigphp/configure-1980-    esac
##############################################
htdig-3.2.0b6/libhtdigphp/configure-1995-echo "configure:1995: checking for executable suffix" >&5
htdig-3.2.0b6/libhtdigphp/configure:1996:if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-1997-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2008-      *.c | *.o | *.obj) ;;
htdig-3.2.0b6/libhtdigphp/configure:2009:      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
htdig-3.2.0b6/libhtdigphp/configure-2010-      esac
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2036-echo "configure:2036: checking command to parse $NM output" >&5
htdig-3.2.0b6/libhtdigphp/configure:2037:if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2038-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2209-do
htdig-3.2.0b6/libhtdigphp/configure:2210:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
htdig-3.2.0b6/libhtdigphp/configure-2211-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
htdig-3.2.0b6/libhtdigphp/configure-2212-echo "configure:2212: checking for $ac_hdr" >&5
htdig-3.2.0b6/libhtdigphp/configure:2213:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2214-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2222-{ (eval echo configure:2222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
htdig-3.2.0b6/libhtdigphp/configure:2223:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
htdig-3.2.0b6/libhtdigphp/configure-2224-if test -z "$ac_err"; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2235-fi
htdig-3.2.0b6/libhtdigphp/configure:2236:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
htdig-3.2.0b6/libhtdigphp/configure-2237-  echo "$ac_t""yes" 1>&6
htdig-3.2.0b6/libhtdigphp/configure:2238:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
htdig-3.2.0b6/libhtdigphp/configure-2239-  cat >> confdefs.h <<EOF
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2257-echo "configure:2257: checking for ${ac_tool_prefix}file" >&5
htdig-3.2.0b6/libhtdigphp/configure:2258:if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2259-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2278-	"file_magic "*)
htdig-3.2.0b6/libhtdigphp/configure:2279:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/libhtdigphp/configure-2280-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2319-echo "configure:2319: checking for file" >&5
htdig-3.2.0b6/libhtdigphp/configure:2320:if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2321-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2340-	"file_magic "*)
htdig-3.2.0b6/libhtdigphp/configure:2341:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
htdig-3.2.0b6/libhtdigphp/configure-2342-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2390-echo "configure:2390: checking for $ac_word" >&5
htdig-3.2.0b6/libhtdigphp/configure:2391:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2392-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2422-echo "configure:2422: checking for $ac_word" >&5
htdig-3.2.0b6/libhtdigphp/configure:2423:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2424-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2457-echo "configure:2457: checking for $ac_word" >&5
htdig-3.2.0b6/libhtdigphp/configure:2458:if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2459-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2489-echo "configure:2489: checking for $ac_word" >&5
htdig-3.2.0b6/libhtdigphp/configure:2490:if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2491-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2539-  if { (eval echo configure:2539: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
htdig-3.2.0b6/libhtdigphp/configure:2540:    case `/usr/bin/file conftest.$ac_objext` in
htdig-3.2.0b6/libhtdigphp/configure-2541-    *32-bit*)
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2560-echo "configure:2560: checking whether the C compiler needs -belf" >&5
htdig-3.2.0b6/libhtdigphp/configure:2561:if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2562-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2662-linux-gnu*) ;;
htdig-3.2.0b6/libhtdigphp/configure:2663:linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
htdig-3.2.0b6/libhtdigphp/configure-2664-esac
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2720-echo "configure:2720: checking for $compiler option to produce PIC" >&5
htdig-3.2.0b6/libhtdigphp/configure:2721:if eval "test \"`echo '$''{'lt_cv_prog_cc_pic'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2722-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2872-echo "configure:2872: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
htdig-3.2.0b6/libhtdigphp/configure:2873:  if eval "test \"`echo '$''{'lt_cv_prog_cc_pic_works'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2874-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2928-if test -n "$lt_cv_prog_cc_shlib"; then
htdig-3.2.0b6/libhtdigphp/configure:2929:  echo "configure: warning: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" 1>&2
htdig-3.2.0b6/libhtdigphp/configure-2930-  if echo "$old_CC $old_CFLAGS " | egrep -e "[ 	]$lt_cv_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2938-echo "configure:2938: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
htdig-3.2.0b6/libhtdigphp/configure:2939:if eval "test \"`echo '$''{'lt_cv_prog_cc_static_works'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2940-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-2980-echo "configure:2980: checking if $compiler supports -c -o file.$ac_objext" >&5
htdig-3.2.0b6/libhtdigphp/configure:2981:if eval "test \"`echo '$''{'lt_cv_compiler_c_o'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-2982-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3028-echo "configure:3028: checking if $compiler supports -c -o file.lo" >&5
htdig-3.2.0b6/libhtdigphp/configure:3029:  if eval "test \"`echo '$''{'lt_cv_compiler_o_lo'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-3030-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3082-  if test "$hard_links" = no; then
htdig-3.2.0b6/libhtdigphp/configure:3083:    echo "configure: warning: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" 1>&2
htdig-3.2.0b6/libhtdigphp/configure-3084-    need_locks=warn
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3286-    # If DATA tags from a recent dlltool are present, honour them!
htdig-3.2.0b6/libhtdigphp/configure:3287:    archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
htdig-3.2.0b6/libhtdigphp/configure-3288-        cp $export_symbols $output_objdir/$soname-def;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3297-         esac;
htdig-3.2.0b6/libhtdigphp/configure:3298:         _lt_hint=`expr 1 + \$_lt_hint`;
htdig-3.2.0b6/libhtdigphp/configure-3299-        done;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3402-    if test "$GCC" = yes; then
htdig-3.2.0b6/libhtdigphp/configure:3403:      collect2name=`${CC} -print-prog-name=collect2`
htdig-3.2.0b6/libhtdigphp/configure-3404-      if test -f "$collect2name" && \
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3489-    # FIXME: Setting linknames here is a bad hack.
htdig-3.2.0b6/libhtdigphp/configure:3490:    archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
htdig-3.2.0b6/libhtdigphp/configure-3491-    # The linker will automatically build a .lib file if we build a DLL.
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3494-    old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
htdig-3.2.0b6/libhtdigphp/configure:3495:    fix_srcfile_path='`cygpath -w "$srcfile"`'
htdig-3.2.0b6/libhtdigphp/configure-3496-    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3556-    if test "$GCC" = yes; then
htdig-3.2.0b6/libhtdigphp/configure:3557:      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'
htdig-3.2.0b6/libhtdigphp/configure-3558-    else
htdig-3.2.0b6/libhtdigphp/configure:3559:      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'
htdig-3.2.0b6/libhtdigphp/configure-3560-    fi
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3602-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/libhtdigphp/configure:3603:      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'
htdig-3.2.0b6/libhtdigphp/configure-3604-    else
htdig-3.2.0b6/libhtdigphp/configure-3605-      allow_undefined_flag=' -expect_unresolved \*'
htdig-3.2.0b6/libhtdigphp/configure:3606:      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'
htdig-3.2.0b6/libhtdigphp/configure-3607-    fi
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3614-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
htdig-3.2.0b6/libhtdigphp/configure:3615:      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'
htdig-3.2.0b6/libhtdigphp/configure-3616-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3618-      allow_undefined_flag=' -expect_unresolved \*'
htdig-3.2.0b6/libhtdigphp/configure:3619:      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'
htdig-3.2.0b6/libhtdigphp/configure:3620:      archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
htdig-3.2.0b6/libhtdigphp/configure:3621:      $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'
htdig-3.2.0b6/libhtdigphp/configure-3622-
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3859-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
htdig-3.2.0b6/libhtdigphp/configure:3860:  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'
htdig-3.2.0b6/libhtdigphp/configure-3861-  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3890-    library_names_spec='$libname.dll.a'
htdig-3.2.0b6/libhtdigphp/configure:3891:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
htdig-3.2.0b6/libhtdigphp/configure:3892:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
htdig-3.2.0b6/libhtdigphp/configure:3893:      dldir=$destdir/`dirname \$dlpath`~
htdig-3.2.0b6/libhtdigphp/configure-3894-      test -d \$dldir || mkdir -p \$dldir~
htdig-3.2.0b6/libhtdigphp/configure-3895-      $install_prog .libs/$dlname \$dldir/$dlname'
htdig-3.2.0b6/libhtdigphp/configure:3896:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
htdig-3.2.0b6/libhtdigphp/configure-3897-      dlpath=$dir/\$dldll~
##############################################
htdig-3.2.0b6/libhtdigphp/configure-3900-  yes,mingw*)
htdig-3.2.0b6/libhtdigphp/configure:3901:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
htdig-3.2.0b6/libhtdigphp/configure:3902:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
htdig-3.2.0b6/libhtdigphp/configure-3903-    ;;
htdig-3.2.0b6/libhtdigphp/configure-3904-  yes,pw32*)
htdig-3.2.0b6/libhtdigphp/configure:3905:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
htdig-3.2.0b6/libhtdigphp/configure-3906-    ;;
htdig-3.2.0b6/libhtdigphp/configure-3907-  *)
htdig-3.2.0b6/libhtdigphp/configure:3908:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
htdig-3.2.0b6/libhtdigphp/configure-3909-    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4217-ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
htdig-3.2.0b6/libhtdigphp/configure:4218:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-4219-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4247-fi
htdig-3.2.0b6/libhtdigphp/configure:4248:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
htdig-3.2.0b6/libhtdigphp/configure-4249-  echo "$ac_t""yes" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4254-echo "configure:4254: checking for dlopen" >&5
htdig-3.2.0b6/libhtdigphp/configure:4255:if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-4256-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4293-
htdig-3.2.0b6/libhtdigphp/configure:4294:if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
htdig-3.2.0b6/libhtdigphp/configure-4295-  echo "$ac_t""yes" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4300-echo "configure:4300: checking for shl_load" >&5
htdig-3.2.0b6/libhtdigphp/configure:4301:if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-4302-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4339-
htdig-3.2.0b6/libhtdigphp/configure:4340:if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then
htdig-3.2.0b6/libhtdigphp/configure-4341-  echo "$ac_t""yes" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4347-ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
htdig-3.2.0b6/libhtdigphp/configure:4348:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-4349-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4377-fi
htdig-3.2.0b6/libhtdigphp/configure:4378:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
htdig-3.2.0b6/libhtdigphp/configure-4379-  echo "$ac_t""yes" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4385-ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
htdig-3.2.0b6/libhtdigphp/configure:4386:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-4387-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4415-fi
htdig-3.2.0b6/libhtdigphp/configure:4416:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
htdig-3.2.0b6/libhtdigphp/configure-4417-  echo "$ac_t""yes" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4456-echo "configure:4456: checking whether a program can dlopen itself" >&5
htdig-3.2.0b6/libhtdigphp/configure:4457:if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-4458-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4550-echo "configure:4550: checking whether a statically linked program can dlopen itself" >&5
htdig-3.2.0b6/libhtdigphp/configure:4551:if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-4552-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4670-echo "configure:4670: checking whether -lc should be explicitly linked in" >&5
htdig-3.2.0b6/libhtdigphp/configure:4671:    if eval "test \"`echo '$''{'lt_cv_archive_cmds_need_lc'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-4672-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4753-      # Double-quote double-evaled strings.
htdig-3.2.0b6/libhtdigphp/configure:4754:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
htdig-3.2.0b6/libhtdigphp/configure-4755-      ;;
htdig-3.2.0b6/libhtdigphp/configure-4756-    *)
htdig-3.2.0b6/libhtdigphp/configure:4757:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
htdig-3.2.0b6/libhtdigphp/configure-4758-      ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-4764-
htdig-3.2.0b6/libhtdigphp/configure:4765:# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
htdig-3.2.0b6/libhtdigphp/configure-4766-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5351-echo "configure:5351: checking for working mkdir -p" >&5
htdig-3.2.0b6/libhtdigphp/configure:5352:if eval "test \"`echo '$''{'ac_cv_mkdir_p'+set}'`\" = set"; then
htdig-3.2.0b6/libhtdigphp/configure-5353-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5564-    fi
htdig-3.2.0b6/libhtdigphp/configure:5565:    ac_file=`expr $ac_file + 1`
htdig-3.2.0b6/libhtdigphp/configure-5566-    ac_beg=$ac_end
htdig-3.2.0b6/libhtdigphp/configure:5567:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
htdig-3.2.0b6/libhtdigphp/configure-5568-  fi
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5582-  case "$ac_file" in
htdig-3.2.0b6/libhtdigphp/configure:5583:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
htdig-3.2.0b6/libhtdigphp/configure:5584:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
htdig-3.2.0b6/libhtdigphp/configure-5585-  *) ac_file_in="${ac_file}.in" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5590-  # Remove last slash and all that follows it.  Not all systems have dirname.
htdig-3.2.0b6/libhtdigphp/configure:5591:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/configure-5592-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5594-    test ! -d "$ac_dir" && mkdir "$ac_dir"
htdig-3.2.0b6/libhtdigphp/configure:5595:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
htdig-3.2.0b6/libhtdigphp/configure-5596-    # A "../" for each directory in $ac_dir_suffix.
htdig-3.2.0b6/libhtdigphp/configure:5597:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
htdig-3.2.0b6/libhtdigphp/configure-5598-  else
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5604-      if test -z "$ac_dots"; then top_srcdir=.
htdig-3.2.0b6/libhtdigphp/configure:5605:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
htdig-3.2.0b6/libhtdigphp/configure-5606-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5614-  rm -f "$ac_file"
htdig-3.2.0b6/libhtdigphp/configure:5615:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
htdig-3.2.0b6/libhtdigphp/configure-5616-  case "$ac_file" in
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5621-
htdig-3.2.0b6/libhtdigphp/configure:5622:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
htdig-3.2.0b6/libhtdigphp/configure-5623-  sed -e "$ac_comsub
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5659-  case "$ac_file" in
htdig-3.2.0b6/libhtdigphp/configure:5660:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
htdig-3.2.0b6/libhtdigphp/configure:5661:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
htdig-3.2.0b6/libhtdigphp/configure-5662-  *) ac_file_in="${ac_file}.in" ;;
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5667-  rm -f conftest.frag conftest.in conftest.out
htdig-3.2.0b6/libhtdigphp/configure:5668:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
htdig-3.2.0b6/libhtdigphp/configure-5669-  cat $ac_file_inputs > conftest.in
##############################################
htdig-3.2.0b6/libhtdigphp/configure-5727-    # Remove last slash and all that follows it.  Not all systems have dirname.
htdig-3.2.0b6/libhtdigphp/configure:5728:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/configure-5729-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
htdig-3.2.0b6/libhtdigphp/configure.in-11-
htdig-3.2.0b6/libhtdigphp/configure.in:12:  prefix=`$PHP_CONFIG --prefix 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/configure.in:13:  INCLUDES=`$PHP_CONFIG --includes 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/configure.in:14:  EXTENSION_DIR=`$PHP_CONFIG --extension-dir`
htdig-3.2.0b6/libhtdigphp/configure.in-15- 
##############################################
htdig-3.2.0b6/libhtdigphp/configure.in-26-
htdig-3.2.0b6/libhtdigphp/configure.in:27:abs_srcdir=`(cd $srcdir && pwd)`
htdig-3.2.0b6/libhtdigphp/configure.in-28-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-316-  :
htdig-3.2.0b6/libhtdigphp/libtool:317:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
htdig-3.2.0b6/libhtdigphp/libtool-318-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-334-# The name of this program.
htdig-3.2.0b6/libhtdigphp/libtool:335:progname=`$echo "$0" | sed 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-336-modename="$progname"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-394-  case $arg in
htdig-3.2.0b6/libhtdigphp/libtool:395:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
htdig-3.2.0b6/libhtdigphp/libtool-396-  *) optarg= ;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-560-	prev=
htdig-3.2.0b6/libhtdigphp/libtool:561:	lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-562-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-612-      -Wc,*)
htdig-3.2.0b6/libhtdigphp/libtool:613:	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
htdig-3.2.0b6/libhtdigphp/libtool-614-	lastarg=
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-629-	IFS="$save_ifs"
htdig-3.2.0b6/libhtdigphp/libtool:630:	lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/libhtdigphp/libtool-631-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-664-      # interpreted inside of double-quoted scrings.
htdig-3.2.0b6/libhtdigphp/libtool:665:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-666-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-688-      # Get the name of the library object.
htdig-3.2.0b6/libhtdigphp/libtool:689:      libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-690-      ;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-703-    *.ads) xform=ads ;;
htdig-3.2.0b6/libhtdigphp/libtool:704:    *.asm) xform=asm ;;
htdig-3.2.0b6/libhtdigphp/libtool-705-    *.c++) xform=c++ ;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-712-
htdig-3.2.0b6/libhtdigphp/libtool:713:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
htdig-3.2.0b6/libhtdigphp/libtool-714-
htdig-3.2.0b6/libhtdigphp/libtool-715-    case $libobj in
htdig-3.2.0b6/libhtdigphp/libtool:716:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
htdig-3.2.0b6/libhtdigphp/libtool-717-    *)
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-752-    if test "$compiler_c_o" = no; then
htdig-3.2.0b6/libhtdigphp/libtool:753:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
htdig-3.2.0b6/libhtdigphp/libtool-754-      lockfile="$output_obj.lock"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-772-*** ERROR, $lockfile exists and contains:
htdig-3.2.0b6/libhtdigphp/libtool:773:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/libtool-774-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-805-	lo_libobj="$libobj"
htdig-3.2.0b6/libhtdigphp/libtool:806:	dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-807-	if test "X$dir" = "X$libobj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-811-	fi
htdig-3.2.0b6/libhtdigphp/libtool:812:	libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-813-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-842-      if test "$need_locks" = warn &&
htdig-3.2.0b6/libhtdigphp/libtool:843:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
htdig-3.2.0b6/libhtdigphp/libtool-844-	echo "\
htdig-3.2.0b6/libhtdigphp/libtool-845-*** ERROR, $lockfile contains:
htdig-3.2.0b6/libhtdigphp/libtool:846:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/libtool-847-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-889-
htdig-3.2.0b6/libhtdigphp/libtool:890:	xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-891-	if test "X$xdir" = "X$obj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-895-	fi
htdig-3.2.0b6/libhtdigphp/libtool:896:	baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"`
htdig-3.2.0b6/libhtdigphp/libtool:897:	libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
htdig-3.2.0b6/libhtdigphp/libtool-898-	# Now arrange that obj and lo_libobj become the same file
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-937-      if test "$need_locks" = warn &&
htdig-3.2.0b6/libhtdigphp/libtool:938:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
htdig-3.2.0b6/libhtdigphp/libtool-939-	echo "\
htdig-3.2.0b6/libhtdigphp/libtool-940-*** ERROR, $lockfile contains:
htdig-3.2.0b6/libhtdigphp/libtool:941:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/libtool-942-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1090-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
htdig-3.2.0b6/libhtdigphp/libtool:1091:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
htdig-3.2.0b6/libhtdigphp/libtool-1092-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1274-      -L*)
htdig-3.2.0b6/libhtdigphp/libtool:1275:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/libhtdigphp/libtool-1276-	# We need an absolute path.
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1279-	*)
htdig-3.2.0b6/libhtdigphp/libtool:1280:	  absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/libhtdigphp/libtool-1281-	  if test -z "$absdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1369-      -R*)
htdig-3.2.0b6/libhtdigphp/libtool:1370:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/libhtdigphp/libtool-1371-	# We need an absolute path.
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1405-      -Wc,*)
htdig-3.2.0b6/libhtdigphp/libtool:1406:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
htdig-3.2.0b6/libhtdigphp/libtool-1407-	arg=
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1419-	IFS="$save_ifs"
htdig-3.2.0b6/libhtdigphp/libtool:1420:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/libhtdigphp/libtool-1421-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1423-      -Wl,*)
htdig-3.2.0b6/libhtdigphp/libtool:1424:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
htdig-3.2.0b6/libhtdigphp/libtool-1425-	arg=
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1438-	IFS="$save_ifs"
htdig-3.2.0b6/libhtdigphp/libtool:1439:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/libhtdigphp/libtool-1440-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1455-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/libhtdigphp/libtool:1456:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-1457-	case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1479-	  # Preload the old-style object.
htdig-3.2.0b6/libhtdigphp/libtool:1480:	  dlprefiles="$dlprefiles "`$echo "X$arg" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/libtool-1481-	  prev=
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1517-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/libhtdigphp/libtool:1518:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-1519-	case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1546-    # calculate the name of the file, without its directory
htdig-3.2.0b6/libhtdigphp/libtool:1547:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-1548-    libobjs_save="$libobjs"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1551-      # get the directories listed in $shlibpath_var
htdig-3.2.0b6/libhtdigphp/libtool:1552:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
htdig-3.2.0b6/libhtdigphp/libtool-1553-    else
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1558-
htdig-3.2.0b6/libhtdigphp/libtool:1559:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-1560-    if test "X$output_objdir" = "X$output"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1653-	  fi
htdig-3.2.0b6/libhtdigphp/libtool:1654:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
htdig-3.2.0b6/libhtdigphp/libtool-1655-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1680-	    newdependency_libs="$deplib $newdependency_libs"
htdig-3.2.0b6/libhtdigphp/libtool:1681:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/libhtdigphp/libtool-1682-	    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1689-	      deplibs="$deplib $deplibs"
htdig-3.2.0b6/libhtdigphp/libtool:1690:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/libhtdigphp/libtool-1691-	    else
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1703-	  if test "$pass" = link; then
htdig-3.2.0b6/libhtdigphp/libtool:1704:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/libhtdigphp/libtool-1705-	    # Make sure the xrpath contains only unique directories.
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1776-
htdig-3.2.0b6/libhtdigphp/libtool:1777:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-1778-	test "X$ladir" = "X$lib" && ladir="."
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1859-	*)
htdig-3.2.0b6/libhtdigphp/libtool:1860:	  abs_ladir=`cd "$ladir" && pwd`
htdig-3.2.0b6/libhtdigphp/libtool-1861-	  if test -z "$abs_ladir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1867-	esac
htdig-3.2.0b6/libhtdigphp/libtool:1868:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-1869-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1886-	fi # $installed = yes
htdig-3.2.0b6/libhtdigphp/libtool:1887:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
htdig-3.2.0b6/libhtdigphp/libtool-1888-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-1932-	    case $deplib in
htdig-3.2.0b6/libhtdigphp/libtool:1933:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
htdig-3.2.0b6/libhtdigphp/libtool-1934-	    esac
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2009-	    shift; shift
htdig-3.2.0b6/libhtdigphp/libtool:2010:	    libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/libtool-2011-	    # use dlname if we got it. it's perfectly good, no?
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2017-	      *cygwin*)
htdig-3.2.0b6/libhtdigphp/libtool:2018:		major=`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/libtool-2019-		versuffix="-$major"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2028-	    soroot="$soname"
htdig-3.2.0b6/libhtdigphp/libtool:2029:	    soname=`echo $soroot | sed -e 's/^.*\///'`
htdig-3.2.0b6/libhtdigphp/libtool:2030:	    newlib="libimp-`echo $soname | sed 's/^lib//;s/\.dll$//'`.a"
htdig-3.2.0b6/libhtdigphp/libtool-2031-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2225-	      case $libdir in
htdig-3.2.0b6/libhtdigphp/libtool:2226:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/libhtdigphp/libtool-2227-		   case " $xrpath " in
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2255-	      *.la)
htdig-3.2.0b6/libhtdigphp/libtool:2256:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-2257-		test "X$dir" = "X$deplib" && dir="."
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2261-		*)
htdig-3.2.0b6/libhtdigphp/libtool:2262:		  absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/libhtdigphp/libtool-2263-		  if test -z "$absdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2271-		else
htdig-3.2.0b6/libhtdigphp/libtool:2272:		  eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/libhtdigphp/libtool-2273-		  if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2399-      lib*)
htdig-3.2.0b6/libhtdigphp/libtool:2400:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
htdig-3.2.0b6/libhtdigphp/libtool-2401-	eval libname=\"$libname_spec\"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2404-	if test "$module" = no; then
htdig-3.2.0b6/libhtdigphp/libtool:2405:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
htdig-3.2.0b6/libhtdigphp/libtool-2406-	  $echo "$help" 1>&2
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2410-	  # Add the "lib" prefix for modules if required
htdig-3.2.0b6/libhtdigphp/libtool:2411:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
htdig-3.2.0b6/libhtdigphp/libtool-2412-	  eval libname=\"$libname_spec\"
htdig-3.2.0b6/libhtdigphp/libtool-2413-	else
htdig-3.2.0b6/libhtdigphp/libtool:2414:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
htdig-3.2.0b6/libhtdigphp/libtool-2415-	fi
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2503-	if test $age -gt $current; then
htdig-3.2.0b6/libhtdigphp/libtool:2504:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
htdig-3.2.0b6/libhtdigphp/libtool-2505-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2518-	  # verstring for coding it into the library header
htdig-3.2.0b6/libhtdigphp/libtool:2519:	  major=.`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/libtool-2520-	  versuffix="$major.$age.$revision"
htdig-3.2.0b6/libhtdigphp/libtool-2521-	  # Darwin ld doesn't like 0 for these options...
htdig-3.2.0b6/libhtdigphp/libtool:2522:	  minor_current=`expr $current + 1`
htdig-3.2.0b6/libhtdigphp/libtool-2523-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2536-	irix)
htdig-3.2.0b6/libhtdigphp/libtool:2537:	  major=`expr $current - $age + 1`
htdig-3.2.0b6/libhtdigphp/libtool-2538-	  verstring="sgi$major.$revision"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2542-	  while test $loop != 0; do
htdig-3.2.0b6/libhtdigphp/libtool:2543:	    iface=`expr $revision - $loop`
htdig-3.2.0b6/libhtdigphp/libtool:2544:	    loop=`expr $loop - 1`
htdig-3.2.0b6/libhtdigphp/libtool-2545-	    verstring="sgi$major.$iface:$verstring"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2553-	linux)
htdig-3.2.0b6/libhtdigphp/libtool:2554:	  major=.`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/libtool-2555-	  versuffix="$major.$age.$revision"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2558-	osf)
htdig-3.2.0b6/libhtdigphp/libtool:2559:	  major=`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/libtool-2560-	  versuffix=".$current.$age.$revision"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2565-	  while test $loop != 0; do
htdig-3.2.0b6/libhtdigphp/libtool:2566:	    iface=`expr $current - $loop`
htdig-3.2.0b6/libhtdigphp/libtool:2567:	    loop=`expr $loop - 1`
htdig-3.2.0b6/libhtdigphp/libtool-2568-	    verstring="$verstring:${iface}.0"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2582-	  # extension on DOS 8.3 filesystems.
htdig-3.2.0b6/libhtdigphp/libtool:2583:	  major=`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/libtool-2584-	  versuffix="-$major"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2635-	# Transform .lo files to .o files.
htdig-3.2.0b6/libhtdigphp/libtool:2636:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool-2637-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2640-      for path in $notinst_path; do
htdig-3.2.0b6/libhtdigphp/libtool:2641:	lib_search_path=`echo "$lib_search_path " | sed -e 's% $path % %g'`
htdig-3.2.0b6/libhtdigphp/libtool:2642:	deplibs=`echo "$deplibs " | sed -e 's% -L$path % %g'`
htdig-3.2.0b6/libhtdigphp/libtool:2643:	dependency_libs=`echo "$dependency_libs " | sed -e 's% -L$path % %g'`
htdig-3.2.0b6/libhtdigphp/libtool-2644-      done
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2739-	    for i in $deplibs; do
htdig-3.2.0b6/libhtdigphp/libtool:2740:	      name="`expr $i : '-l\(.*\)'`"
htdig-3.2.0b6/libhtdigphp/libtool-2741-	      # If $name is empty we are operating on a -L argument.
htdig-3.2.0b6/libhtdigphp/libtool-2742-	      if test -n "$name" && test "$name" != "0"; then
htdig-3.2.0b6/libhtdigphp/libtool:2743:		libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/libtool:2744:		deplib_matches=`eval \\$echo \"$library_names_spec\"`
htdig-3.2.0b6/libhtdigphp/libtool-2745-		set dummy $deplib_matches
htdig-3.2.0b6/libhtdigphp/libtool-2746-		deplib_match=$2
htdig-3.2.0b6/libhtdigphp/libtool:2747:		if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
htdig-3.2.0b6/libhtdigphp/libtool-2748-		  newdeplibs="$newdeplibs $i"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2764-	    for i in $deplibs; do
htdig-3.2.0b6/libhtdigphp/libtool:2765:	      name="`expr $i : '-l\(.*\)'`"
htdig-3.2.0b6/libhtdigphp/libtool-2766-	     # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2772-		  ldd_output=`ldd conftest`
htdig-3.2.0b6/libhtdigphp/libtool:2773:		  libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/libtool:2774:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
htdig-3.2.0b6/libhtdigphp/libtool-2775-		  set dummy $deplib_matches
htdig-3.2.0b6/libhtdigphp/libtool-2776-		  deplib_match=$2
htdig-3.2.0b6/libhtdigphp/libtool:2777:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
htdig-3.2.0b6/libhtdigphp/libtool-2778-		    newdeplibs="$newdeplibs $i"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2802-	  set dummy $deplibs_check_method
htdig-3.2.0b6/libhtdigphp/libtool:2803:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
htdig-3.2.0b6/libhtdigphp/libtool-2804-	  for a_deplib in $deplibs; do
htdig-3.2.0b6/libhtdigphp/libtool:2805:	    name="`expr $a_deplib : '-l\(.*\)'`"
htdig-3.2.0b6/libhtdigphp/libtool-2806-	    # If $name is empty we are operating on a -L argument.
htdig-3.2.0b6/libhtdigphp/libtool-2807-	    if test -n "$name" && test "$name" != "0"; then
htdig-3.2.0b6/libhtdigphp/libtool:2808:	      libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/libtool-2809-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
htdig-3.2.0b6/libhtdigphp/libtool:2810:		    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/libtool-2811-		    for potent_lib in $potential_libs; do
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2823-		      while test -h "$potlib" 2>/dev/null; do
htdig-3.2.0b6/libhtdigphp/libtool:2824:			potliblink=`ls -ld $potlib | sed 's/.* -> //'`
htdig-3.2.0b6/libhtdigphp/libtool-2825-			case $potliblink in
htdig-3.2.0b6/libhtdigphp/libtool-2826-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
htdig-3.2.0b6/libhtdigphp/libtool:2827:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
htdig-3.2.0b6/libhtdigphp/libtool-2828-			esac
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2854-	  set dummy $deplibs_check_method
htdig-3.2.0b6/libhtdigphp/libtool:2855:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
htdig-3.2.0b6/libhtdigphp/libtool-2856-	  for a_deplib in $deplibs; do
htdig-3.2.0b6/libhtdigphp/libtool:2857:	    name="`expr $a_deplib : '-l\(.*\)'`"
htdig-3.2.0b6/libhtdigphp/libtool-2858-	    # If $name is empty we are operating on a -L argument.
htdig-3.2.0b6/libhtdigphp/libtool-2859-	    if test -n "$name" && test "$name" != "0"; then
htdig-3.2.0b6/libhtdigphp/libtool:2860:	      libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/libtool-2861-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
htdig-3.2.0b6/libhtdigphp/libtool:2862:		potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/libtool-2863-		for potent_lib in $potential_libs; do
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-2911-	  # On Rhapsody replace the C library is the System framework
htdig-3.2.0b6/libhtdigphp/libtool:2912:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/libhtdigphp/libtool-2913-	  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3045-	for obj in $libobjs; do
htdig-3.2.0b6/libhtdigphp/libtool:3046:	  xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-3047-	  if test "X$xdir" = "X$obj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3051-	  fi
htdig-3.2.0b6/libhtdigphp/libtool:3052:	  baseobj=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool:3053:	  oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/libtool-3054-	  if test ! -f $xdir/$oldobj; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3060-	# Use standard objects if they are pic
htdig-3.2.0b6/libhtdigphp/libtool:3061:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool-3062-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3110-	      esac
htdig-3.2.0b6/libhtdigphp/libtool:3111:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-3112-	      xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3124-
htdig-3.2.0b6/libhtdigphp/libtool:3125:	      libobjs="$libobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool-3126-	    done
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3207-	libobj="$output"
htdig-3.2.0b6/libhtdigphp/libtool:3208:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/libtool-3209-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3249-	    esac
htdig-3.2.0b6/libhtdigphp/libtool:3250:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-3251-	    xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3263-
htdig-3.2.0b6/libhtdigphp/libtool:3264:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool-3265-	  done
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3269-      # Create the old-style object.
htdig-3.2.0b6/libhtdigphp/libtool:3270:      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
htdig-3.2.0b6/libhtdigphp/libtool-3271-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3320-	$run $rm $libobj
htdig-3.2.0b6/libhtdigphp/libtool:3321:	xdir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-3322-	if test "X$xdir" = "X$libobj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3326-	fi
htdig-3.2.0b6/libhtdigphp/libtool:3327:	baseobj=`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool:3328:	oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/libtool-3329-	$show "(cd $xdir && $LN_S $oldobj $baseobj)"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3342-      case $host in
htdig-3.2.0b6/libhtdigphp/libtool:3343:	*cygwin*) output=`echo $output | sed -e 's,.exe$,,;s,$,.exe,'` ;;
htdig-3.2.0b6/libhtdigphp/libtool-3344-      esac
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3362-	# On Rhapsody replace the C library is the System framework
htdig-3.2.0b6/libhtdigphp/libtool:3363:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/libhtdigphp/libtool:3364:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/libhtdigphp/libtool-3365-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3464-	# Transform all the library objects into standard objects.
htdig-3.2.0b6/libhtdigphp/libtool:3465:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool:3466:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool-3467-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3510-	    # Add our own program objects to the symbol list.
htdig-3.2.0b6/libhtdigphp/libtool:3511:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool-3512-	    for arg in $progfiles; do
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3540-	    $show "extracting global C symbols from \`$arg'"
htdig-3.2.0b6/libhtdigphp/libtool:3541:	    name=`echo "$arg" | sed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-3542-	    $run eval 'echo ": $name " >> "$nlist"'
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3636-	  # Transform the symbol file into the correct name.
htdig-3.2.0b6/libhtdigphp/libtool:3637:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
htdig-3.2.0b6/libhtdigphp/libtool:3638:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
htdig-3.2.0b6/libhtdigphp/libtool-3639-	  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3650-	# Nullify the symbol file.
htdig-3.2.0b6/libhtdigphp/libtool:3651:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
htdig-3.2.0b6/libhtdigphp/libtool:3652:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
htdig-3.2.0b6/libhtdigphp/libtool-3653-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3656-	# Replace the output file specification.
htdig-3.2.0b6/libhtdigphp/libtool:3657:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
htdig-3.2.0b6/libhtdigphp/libtool-3658-	link_command="$compile_command$compile_rpath"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3723-	# Replace the output file specification.
htdig-3.2.0b6/libhtdigphp/libtool:3724:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
htdig-3.2.0b6/libhtdigphp/libtool-3725-	# Delete the old output file.
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3743-	  if test "$fast_install" = yes; then
htdig-3.2.0b6/libhtdigphp/libtool:3744:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
htdig-3.2.0b6/libhtdigphp/libtool-3745-	  else
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3755-      # Replace the output file specification.
htdig-3.2.0b6/libhtdigphp/libtool:3756:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
htdig-3.2.0b6/libhtdigphp/libtool-3757-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3775-	  else
htdig-3.2.0b6/libhtdigphp/libtool:3776:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-3777-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3780-	relink_command="cd `pwd`; $relink_command"
htdig-3.2.0b6/libhtdigphp/libtool:3781:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-3782-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3789-	esac
htdig-3.2.0b6/libhtdigphp/libtool:3790:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-3791-      else
htdig-3.2.0b6/libhtdigphp/libtool:3792:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-3793-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3799-	case $output in
htdig-3.2.0b6/libhtdigphp/libtool:3800:	  *.exe) output=`echo $output|sed 's,.exe$,,'` ;;
htdig-3.2.0b6/libhtdigphp/libtool-3801-	esac
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3845-      shift
htdig-3.2.0b6/libhtdigphp/libtool:3846:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
htdig-3.2.0b6/libhtdigphp/libtool-3847-      # Yippee, \$echo works!
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3857-  # Find the directory that this script lives in.
htdig-3.2.0b6/libhtdigphp/libtool:3858:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
htdig-3.2.0b6/libhtdigphp/libtool-3859-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3861-  # Follow symbolic links until we get to the real thisdir.
htdig-3.2.0b6/libhtdigphp/libtool:3862:  file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`
htdig-3.2.0b6/libhtdigphp/libtool-3863-  while test -n \"\$file\"; do
htdig-3.2.0b6/libhtdigphp/libtool:3864:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
htdig-3.2.0b6/libhtdigphp/libtool-3865-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3873-
htdig-3.2.0b6/libhtdigphp/libtool:3874:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
htdig-3.2.0b6/libhtdigphp/libtool:3875:    file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`
htdig-3.2.0b6/libhtdigphp/libtool-3876-  done
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3878-  # Try to get the absolute directory name.
htdig-3.2.0b6/libhtdigphp/libtool:3879:  absdir=\`cd \"\$thisdir\" && pwd\`
htdig-3.2.0b6/libhtdigphp/libtool-3880-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3888-  if test ! -f \"\$progdir/\$program\" || \\
htdig-3.2.0b6/libhtdigphp/libtool:3889:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | sed 1q\`; \\
htdig-3.2.0b6/libhtdigphp/libtool-3890-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-3934-    # The second colon is a workaround for a bug in BeOS R4 sed
htdig-3.2.0b6/libhtdigphp/libtool:3935:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
htdig-3.2.0b6/libhtdigphp/libtool-3936-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4009-	else
htdig-3.2.0b6/libhtdigphp/libtool:4010:	  oldobjs="$objs$old_deplibs "`$echo "X$libobjs_save" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool-4011-	fi
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4033-	  esac
htdig-3.2.0b6/libhtdigphp/libtool:4034:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4035-	  xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4047-
htdig-3.2.0b6/libhtdigphp/libtool:4048:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/libhtdigphp/libtool-4049-	done
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4060-	  if test ! -f $oldobj; then
htdig-3.2.0b6/libhtdigphp/libtool:4061:	    xdir=`$echo "X$oldobj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4062-	    if test "X$xdir" = "X$oldobj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4066-	    fi
htdig-3.2.0b6/libhtdigphp/libtool:4067:	    baseobj=`$echo "X$oldobj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool:4068:	    obj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
htdig-3.2.0b6/libhtdigphp/libtool-4069-	    $show "(cd $xdir && ${LN_S} $obj $baseobj)"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4103-	else
htdig-3.2.0b6/libhtdigphp/libtool:4104:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-4105-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4109-      relink_command="cd `pwd`; $SHELL $0 --mode=relink $libtool_args"
htdig-3.2.0b6/libhtdigphp/libtool:4110:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-4111-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4124-	      *.la)
htdig-3.2.0b6/libhtdigphp/libtool:4125:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool:4126:		eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/libhtdigphp/libtool-4127-		if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4138-	    for lib in $dlfiles; do
htdig-3.2.0b6/libhtdigphp/libtool:4139:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool:4140:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
htdig-3.2.0b6/libhtdigphp/libtool-4141-	      if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4149-	    for lib in $dlprefiles; do
htdig-3.2.0b6/libhtdigphp/libtool:4150:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool:4151:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
htdig-3.2.0b6/libhtdigphp/libtool-4152-	      if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4224-      # Aesthetically quote it.
htdig-3.2.0b6/libhtdigphp/libtool:4225:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-4226-      case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4240-    # Aesthetically quote it.
htdig-3.2.0b6/libhtdigphp/libtool:4241:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-4242-    case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4288-      # Aesthetically quote the argument.
htdig-3.2.0b6/libhtdigphp/libtool:4289:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-4290-      case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4320-    # Strip any trailing slash from the destination.
htdig-3.2.0b6/libhtdigphp/libtool:4321:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4322-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4328-    else
htdig-3.2.0b6/libhtdigphp/libtool:4329:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4330-      test "X$destdir" = "X$dest" && destdir=.
htdig-3.2.0b6/libhtdigphp/libtool:4331:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4332-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4404-
htdig-3.2.0b6/libhtdigphp/libtool:4405:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
htdig-3.2.0b6/libhtdigphp/libtool-4406-	test "X$dir" = "X$file/" && dir=
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4460-	# Install the pseudo-library for information purposes.
htdig-3.2.0b6/libhtdigphp/libtool:4461:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4462-	instname="$dir/$name"i
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4476-	else
htdig-3.2.0b6/libhtdigphp/libtool:4477:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4478-	  destfile="$destdir/$destfile"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4483-	*.lo)
htdig-3.2.0b6/libhtdigphp/libtool:4484:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/libtool-4485-	  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4505-	  # Deduce the name of the old-style object file.
htdig-3.2.0b6/libhtdigphp/libtool:4506:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/libtool-4507-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4518-	else
htdig-3.2.0b6/libhtdigphp/libtool:4519:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4520-	  destfile="$destdir/$destfile"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4550-	    fi
htdig-3.2.0b6/libhtdigphp/libtool:4551:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
htdig-3.2.0b6/libhtdigphp/libtool-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
htdig-3.2.0b6/libhtdigphp/libtool:4553:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
htdig-3.2.0b6/libhtdigphp/libtool-4554-	      finalize=no
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4575-	      fi
htdig-3.2.0b6/libhtdigphp/libtool:4576:	      file=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4577-	      outputname="$tmpdir/$file"
htdig-3.2.0b6/libhtdigphp/libtool-4578-	      # Replace the output file specification.
htdig-3.2.0b6/libhtdigphp/libtool:4579:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
htdig-3.2.0b6/libhtdigphp/libtool-4580-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4593-	    # Install the binary that we compiled earlier.
htdig-3.2.0b6/libhtdigphp/libtool:4594:	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
htdig-3.2.0b6/libhtdigphp/libtool-4595-	  fi
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4609-	  *:*.exe)
htdig-3.2.0b6/libhtdigphp/libtool:4610:	    destfile=`echo $destfile | sed -e 's,.exe$,,'`
htdig-3.2.0b6/libhtdigphp/libtool-4611-	    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4622-    for file in $staticlibs; do
htdig-3.2.0b6/libhtdigphp/libtool:4623:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4624-
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4778-	  # Warn if it was a shared library.
htdig-3.2.0b6/libhtdigphp/libtool:4779:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
htdig-3.2.0b6/libhtdigphp/libtool-4780-	  continue
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4782-
htdig-3.2.0b6/libhtdigphp/libtool:4783:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4784-	test "X$dir" = "X$file" && dir=.
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4788-	else
htdig-3.2.0b6/libhtdigphp/libtool:4789:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
htdig-3.2.0b6/libhtdigphp/libtool-4790-	  exit 1
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4795-	# Just add the directory containing the .lo file.
htdig-3.2.0b6/libhtdigphp/libtool:4796:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4797-	test "X$dir" = "X$file" && dir=.
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4806-      # Get the absolute pathname.
htdig-3.2.0b6/libhtdigphp/libtool:4807:      absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/libhtdigphp/libtool-4808-      test -n "$absdir" && dir="$absdir"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4842-      # Quote arguments (to preserve shell metacharacters).
htdig-3.2.0b6/libhtdigphp/libtool:4843:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/libtool-4844-      args="$args \"$file\""
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4906-    for file in $files; do
htdig-3.2.0b6/libhtdigphp/libtool:4907:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4908-      if test "X$dir" = "X$file"; then
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4913-      fi
htdig-3.2.0b6/libhtdigphp/libtool:4914:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/libtool-4915-      test $mode = uninstall && objdir="$dir"
##############################################
htdig-3.2.0b6/libhtdigphp/libtool-4988-	if test "$build_old_libs" = yes; then
htdig-3.2.0b6/libhtdigphp/libtool:4989:	  oldobj=`$echo "X$name" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/libtool-4990-	  rmfiles="$rmfiles $dir/$oldobj"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-33-  :
htdig-3.2.0b6/libhtdigphp/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh-35-  # Yippee, $echo works!
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-51-# The name of this program.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:52:progname=`$echo "$0" | sed 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-53-modename="$progname"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-111-  case $arg in
htdig-3.2.0b6/libhtdigphp/ltmain.sh:112:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
htdig-3.2.0b6/libhtdigphp/ltmain.sh-113-  *) optarg= ;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-277-	prev=
htdig-3.2.0b6/libhtdigphp/ltmain.sh:278:	lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-279-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-329-      -Wc,*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:330:	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-331-	lastarg=
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-346-	IFS="$save_ifs"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:347:	lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-348-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-381-      # interpreted inside of double-quoted scrings.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:382:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-383-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-405-      # Get the name of the library object.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:406:      libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-407-      ;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-420-    *.ads) xform=ads ;;
htdig-3.2.0b6/libhtdigphp/ltmain.sh:421:    *.asm) xform=asm ;;
htdig-3.2.0b6/libhtdigphp/ltmain.sh-422-    *.c++) xform=c++ ;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-429-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:430:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-431-
htdig-3.2.0b6/libhtdigphp/ltmain.sh-432-    case $libobj in
htdig-3.2.0b6/libhtdigphp/ltmain.sh:433:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
htdig-3.2.0b6/libhtdigphp/ltmain.sh-434-    *)
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-469-    if test "$compiler_c_o" = no; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:470:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
htdig-3.2.0b6/libhtdigphp/ltmain.sh-471-      lockfile="$output_obj.lock"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-489-*** ERROR, $lockfile exists and contains:
htdig-3.2.0b6/libhtdigphp/ltmain.sh:490:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-491-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-522-	lo_libobj="$libobj"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:523:	dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-524-	if test "X$dir" = "X$libobj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-528-	fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:529:	libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-530-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-559-      if test "$need_locks" = warn &&
htdig-3.2.0b6/libhtdigphp/ltmain.sh:560:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh-561-	echo "\
htdig-3.2.0b6/libhtdigphp/ltmain.sh-562-*** ERROR, $lockfile contains:
htdig-3.2.0b6/libhtdigphp/ltmain.sh:563:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-564-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-606-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:607:	xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-608-	if test "X$xdir" = "X$obj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-612-	fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:613:	baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:614:	libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-615-	# Now arrange that obj and lo_libobj become the same file
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-654-      if test "$need_locks" = warn &&
htdig-3.2.0b6/libhtdigphp/ltmain.sh:655:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh-656-	echo "\
htdig-3.2.0b6/libhtdigphp/ltmain.sh-657-*** ERROR, $lockfile contains:
htdig-3.2.0b6/libhtdigphp/ltmain.sh:658:`cat $lockfile 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-659-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-807-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
htdig-3.2.0b6/libhtdigphp/ltmain.sh:808:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
htdig-3.2.0b6/libhtdigphp/ltmain.sh-809-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-991-      -L*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:992:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-993-	# We need an absolute path.
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-996-	*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:997:	  absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-998-	  if test -z "$absdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1086-      -R*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1087:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1088-	# We need an absolute path.
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1122-      -Wc,*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1123:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1124-	arg=
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1136-	IFS="$save_ifs"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1137:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1138-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1140-      -Wl,*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1141:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1142-	arg=
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1155-	IFS="$save_ifs"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1156:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1157-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1172-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1173:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1174-	case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1196-	  # Preload the old-style object.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1197:	  dlprefiles="$dlprefiles "`$echo "X$arg" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1198-	  prev=
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1234-	# to be aesthetically quoted because they are evaled later.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1235:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1236-	case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1263-    # calculate the name of the file, without its directory
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1264:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1265-    libobjs_save="$libobjs"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1268-      # get the directories listed in $shlibpath_var
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1269:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1270-    else
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1275-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1276:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1277-    if test "X$output_objdir" = "X$output"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1370-	  fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1371:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1372-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1397-	    newdependency_libs="$deplib $newdependency_libs"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1398:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1399-	    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1406-	      deplibs="$deplib $deplibs"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1407:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1408-	    else
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1420-	  if test "$pass" = link; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1421:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1422-	    # Make sure the xrpath contains only unique directories.
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1493-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1494:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1495-	test "X$ladir" = "X$lib" && ladir="."
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1576-	*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1577:	  abs_ladir=`cd "$ladir" && pwd`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1578-	  if test -z "$abs_ladir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1584-	esac
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1585:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1586-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1603-	fi # $installed = yes
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1604:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1605-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1649-	    case $deplib in
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1650:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1651-	    esac
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1726-	    shift; shift
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1727:	    libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1728-	    # use dlname if we got it. it's perfectly good, no?
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1734-	      *cygwin*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1735:		major=`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1736-		versuffix="-$major"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1745-	    soroot="$soname"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1746:	    soname=`echo $soroot | sed -e 's/^.*\///'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1747:	    newlib="libimp-`echo $soname | sed 's/^lib//;s/\.dll$//'`.a"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1748-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1942-	      case $libdir in
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1943:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1944-		   case " $xrpath " in
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1972-	      *.la)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1973:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1974-		test "X$dir" = "X$deplib" && dir="."
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1978-		*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1979:		  absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1980-		  if test -z "$absdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1988-		else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:1989:		  eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-1990-		  if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2116-      lib*)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2117:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2118-	eval libname=\"$libname_spec\"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2121-	if test "$module" = no; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2122:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2123-	  $echo "$help" 1>&2
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2127-	  # Add the "lib" prefix for modules if required
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2128:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2129-	  eval libname=\"$libname_spec\"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2130-	else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2131:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2132-	fi
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2220-	if test $age -gt $current; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2221:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2222-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2235-	  # verstring for coding it into the library header
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2236:	  major=.`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2237-	  versuffix="$major.$age.$revision"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2238-	  # Darwin ld doesn't like 0 for these options...
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2239:	  minor_current=`expr $current + 1`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2240-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2253-	irix)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2254:	  major=`expr $current - $age + 1`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2255-	  verstring="sgi$major.$revision"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2259-	  while test $loop != 0; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2260:	    iface=`expr $revision - $loop`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2261:	    loop=`expr $loop - 1`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2262-	    verstring="sgi$major.$iface:$verstring"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2270-	linux)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2271:	  major=.`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2272-	  versuffix="$major.$age.$revision"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2275-	osf)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2276:	  major=`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2277-	  versuffix=".$current.$age.$revision"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2282-	  while test $loop != 0; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2283:	    iface=`expr $current - $loop`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2284:	    loop=`expr $loop - 1`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2285-	    verstring="$verstring:${iface}.0"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2299-	  # extension on DOS 8.3 filesystems.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2300:	  major=`expr $current - $age`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2301-	  versuffix="-$major"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2352-	# Transform .lo files to .o files.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2353:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2354-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2357-      for path in $notinst_path; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2358:	lib_search_path=`echo "$lib_search_path " | sed -e 's% $path % %g'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2359:	deplibs=`echo "$deplibs " | sed -e 's% -L$path % %g'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2360:	dependency_libs=`echo "$dependency_libs " | sed -e 's% -L$path % %g'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2361-      done
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2456-	    for i in $deplibs; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2457:	      name="`expr $i : '-l\(.*\)'`"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2458-	      # If $name is empty we are operating on a -L argument.
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2459-	      if test -n "$name" && test "$name" != "0"; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2460:		libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2461:		deplib_matches=`eval \\$echo \"$library_names_spec\"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2462-		set dummy $deplib_matches
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2463-		deplib_match=$2
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2464:		if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2465-		  newdeplibs="$newdeplibs $i"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2481-	    for i in $deplibs; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2482:	      name="`expr $i : '-l\(.*\)'`"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2483-	     # If $name is empty we are operating on a -L argument.
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2489-		  ldd_output=`ldd conftest`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2490:		  libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2491:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2492-		  set dummy $deplib_matches
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2493-		  deplib_match=$2
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2494:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2495-		    newdeplibs="$newdeplibs $i"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2519-	  set dummy $deplibs_check_method
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2520:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2521-	  for a_deplib in $deplibs; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2522:	    name="`expr $a_deplib : '-l\(.*\)'`"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2523-	    # If $name is empty we are operating on a -L argument.
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2524-	    if test -n "$name" && test "$name" != "0"; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2525:	      libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2526-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2527:		    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2528-		    for potent_lib in $potential_libs; do
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2540-		      while test -h "$potlib" 2>/dev/null; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2541:			potliblink=`ls -ld $potlib | sed 's/.* -> //'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2542-			case $potliblink in
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2543-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2544:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2545-			esac
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2571-	  set dummy $deplibs_check_method
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2572:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2573-	  for a_deplib in $deplibs; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2574:	    name="`expr $a_deplib : '-l\(.*\)'`"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2575-	    # If $name is empty we are operating on a -L argument.
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2576-	    if test -n "$name" && test "$name" != "0"; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2577:	      libname=`eval \\$echo \"$libname_spec\"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2578-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2579:		potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2580-		for potent_lib in $potential_libs; do
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2628-	  # On Rhapsody replace the C library is the System framework
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2629:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2630-	  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2762-	for obj in $libobjs; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2763:	  xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2764-	  if test "X$xdir" = "X$obj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2768-	  fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2769:	  baseobj=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2770:	  oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2771-	  if test ! -f $xdir/$oldobj; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2777-	# Use standard objects if they are pic
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2778:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2779-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2827-	      esac
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2828:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2829-	      xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2841-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2842:	      libobjs="$libobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2843-	    done
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2924-	libobj="$output"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2925:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2926-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2966-	    esac
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2967:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2968-	    xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2980-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2981:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2982-	  done
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2986-      # Create the old-style object.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:2987:      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
htdig-3.2.0b6/libhtdigphp/ltmain.sh-2988-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3037-	$run $rm $libobj
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3038:	xdir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3039-	if test "X$xdir" = "X$libobj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3043-	fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3044:	baseobj=`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3045:	oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3046-	$show "(cd $xdir && $LN_S $oldobj $baseobj)"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3059-      case $host in
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3060:	*cygwin*) output=`echo $output | sed -e 's,.exe$,,;s,$,.exe,'` ;;
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3061-      esac
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3079-	# On Rhapsody replace the C library is the System framework
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3080:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3081:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3082-	;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3181-	# Transform all the library objects into standard objects.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3182:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3183:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3184-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3227-	    # Add our own program objects to the symbol list.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3228:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3229-	    for arg in $progfiles; do
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3257-	    $show "extracting global C symbols from \`$arg'"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3258:	    name=`echo "$arg" | sed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3259-	    $run eval 'echo ": $name " >> "$nlist"'
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3353-	  # Transform the symbol file into the correct name.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3354:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3355:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3356-	  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3367-	# Nullify the symbol file.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3368:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3369:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3370-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3373-	# Replace the output file specification.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3374:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3375-	link_command="$compile_command$compile_rpath"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3440-	# Replace the output file specification.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3441:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3442-	# Delete the old output file.
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3460-	  if test "$fast_install" = yes; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3461:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3462-	  else
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3472-      # Replace the output file specification.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3473:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3474-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3492-	  else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3493:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3494-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3497-	relink_command="cd `pwd`; $relink_command"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3498:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3499-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3506-	esac
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3507:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3508-      else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3509:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3510-      fi
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3516-	case $output in
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3517:	  *.exe) output=`echo $output|sed 's,.exe$,,'` ;;
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3518-	esac
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3562-      shift
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3563:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3564-      # Yippee, \$echo works!
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3574-  # Find the directory that this script lives in.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3575:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3576-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3578-  # Follow symbolic links until we get to the real thisdir.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3579:  file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3580-  while test -n \"\$file\"; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3581:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3582-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3590-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3591:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3592:    file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3593-  done
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3595-  # Try to get the absolute directory name.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3596:  absdir=\`cd \"\$thisdir\" && pwd\`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3597-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3605-  if test ! -f \"\$progdir/\$program\" || \\
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3606:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | sed 1q\`; \\
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3607-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3651-    # The second colon is a workaround for a bug in BeOS R4 sed
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3652:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3653-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3726-	else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3727:	  oldobjs="$objs$old_deplibs "`$echo "X$libobjs_save" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3728-	fi
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3750-	  esac
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3751:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3752-	  xdir="$gentop/$xlib"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3764-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3765:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3766-	done
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3777-	  if test ! -f $oldobj; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3778:	    xdir=`$echo "X$oldobj" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3779-	    if test "X$xdir" = "X$oldobj"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3783-	    fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3784:	    baseobj=`$echo "X$oldobj" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3785:	    obj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3786-	    $show "(cd $xdir && ${LN_S} $obj $baseobj)"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3820-	else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3821:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3822-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3826-      relink_command="cd `pwd`; $SHELL $0 --mode=relink $libtool_args"
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3827:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3828-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3841-	      *.la)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3842:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3843:		eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3844-		if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3855-	    for lib in $dlfiles; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3856:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3857:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3858-	      if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3866-	    for lib in $dlprefiles; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3867:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3868:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3869-	      if test -z "$libdir"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3941-      # Aesthetically quote it.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3942:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3943-      case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3957-    # Aesthetically quote it.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:3958:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-3959-    case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4005-      # Aesthetically quote the argument.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4006:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4007-      case $arg in
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4037-    # Strip any trailing slash from the destination.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4038:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4039-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4045-    else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4046:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4047-      test "X$destdir" = "X$dest" && destdir=.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4048:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4049-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4121-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4122:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4123-	test "X$dir" = "X$file/" && dir=
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4177-	# Install the pseudo-library for information purposes.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4178:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4179-	instname="$dir/$name"i
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4193-	else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4194:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4195-	  destfile="$destdir/$destfile"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4200-	*.lo)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4201:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4202-	  ;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4222-	  # Deduce the name of the old-style object file.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4223:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4224-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4235-	else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4236:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4237-	  destfile="$destdir/$destfile"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4267-	    fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4268:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4269-	    if test -n "$libdir" && test ! -f "$libfile"; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4270:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4271-	      finalize=no
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4292-	      fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4293:	      file=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4294-	      outputname="$tmpdir/$file"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4295-	      # Replace the output file specification.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4296:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4297-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4310-	    # Install the binary that we compiled earlier.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4311:	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4312-	  fi
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4326-	  *:*.exe)
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4327:	    destfile=`echo $destfile | sed -e 's,.exe$,,'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4328-	    ;;
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4339-    for file in $staticlibs; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4340:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4341-
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4495-	  # Warn if it was a shared library.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4496:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4497-	  continue
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4499-
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4500:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4501-	test "X$dir" = "X$file" && dir=.
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4505-	else
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4506:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4507-	  exit 1
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4512-	# Just add the directory containing the .lo file.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4513:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4514-	test "X$dir" = "X$file" && dir=.
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4523-      # Get the absolute pathname.
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4524:      absdir=`cd "$dir" && pwd`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4525-      test -n "$absdir" && dir="$absdir"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4559-      # Quote arguments (to preserve shell metacharacters).
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4560:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4561-      args="$args \"$file\""
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4623-    for file in $files; do
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4624:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4625-      if test "X$dir" = "X$file"; then
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4630-      fi
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4631:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4632-      test $mode = uninstall && objdir="$dir"
##############################################
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4705-	if test "$build_old_libs" = yes; then
htdig-3.2.0b6/libhtdigphp/ltmain.sh:4706:	  oldobj=`$echo "X$name" | $Xsed -e "$lo2o"`
htdig-3.2.0b6/libhtdigphp/ltmain.sh-4707-	  rmfiles="$rmfiles $dir/$oldobj"
##############################################
htdig-3.2.0b6/test/Makefile.in-346-	@list='$(check_PROGRAMS)'; for p in $$list; do \
htdig-3.2.0b6/test/Makefile.in:347:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
htdig-3.2.0b6/test/Makefile.in-348-	  echo " rm -f $$p $$f"; \
##############################################
htdig-3.2.0b6/test/Makefile.in-379-.cc.o:
htdig-3.2.0b6/test/Makefile.in:380:	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/test/Makefile.in-381-
htdig-3.2.0b6/test/Makefile.in-382-.cc.obj:
htdig-3.2.0b6/test/Makefile.in:383:	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
htdig-3.2.0b6/test/Makefile.in-384-
htdig-3.2.0b6/test/Makefile.in-385-.cc.lo:
htdig-3.2.0b6/test/Makefile.in:386:	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
htdig-3.2.0b6/test/Makefile.in-387-
##############################################
htdig-3.2.0b6/test/Makefile.in-444-GTAGS:
htdig-3.2.0b6/test/Makefile.in:445:	here=`$(am__cd) $(top_builddir) && pwd` \
htdig-3.2.0b6/test/Makefile.in-446-	  && cd $(top_srcdir) \
##############################################
htdig-3.2.0b6/test/Makefile.in-461-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
htdig-3.2.0b6/test/Makefile.in:462:	      all=`expr $$all + 1`; \
htdig-3.2.0b6/test/Makefile.in-463-	      case " $(XFAIL_TESTS) " in \
htdig-3.2.0b6/test/Makefile.in-464-	      *" $$tst "*) \
htdig-3.2.0b6/test/Makefile.in:465:	        xpass=`expr $$xpass + 1`; \
htdig-3.2.0b6/test/Makefile.in:466:	        failed=`expr $$failed + 1`; \
htdig-3.2.0b6/test/Makefile.in-467-	        echo "XPASS: $$tst"; \
##############################################
htdig-3.2.0b6/test/Makefile.in-473-	    elif test $$? -ne 77; then \
htdig-3.2.0b6/test/Makefile.in:474:	      all=`expr $$all + 1`; \
htdig-3.2.0b6/test/Makefile.in-475-	      case " $(XFAIL_TESTS) " in \
htdig-3.2.0b6/test/Makefile.in-476-	      *" $$tst "*) \
htdig-3.2.0b6/test/Makefile.in:477:	        xfail=`expr $$xfail + 1`; \
htdig-3.2.0b6/test/Makefile.in-478-	        echo "XFAIL: $$tst"; \
##############################################
htdig-3.2.0b6/test/Makefile.in-480-	      *) \
htdig-3.2.0b6/test/Makefile.in:481:	        failed=`expr $$failed + 1`; \
htdig-3.2.0b6/test/Makefile.in-482-	        echo "FAIL: $$tst"; \
##############################################
htdig-3.2.0b6/test/Makefile.in-485-	    else \
htdig-3.2.0b6/test/Makefile.in:486:	      skip=`expr $$skip + 1`; \
htdig-3.2.0b6/test/Makefile.in-487-	      echo "SKIP: $$tst"; \
##############################################
htdig-3.2.0b6/test/Makefile.in-506-	    skipped="($$skip tests were not run)"; \
htdig-3.2.0b6/test/Makefile.in:507:	    test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
htdig-3.2.0b6/test/Makefile.in-508-	      dashes="$$skipped"; \
##############################################
htdig-3.2.0b6/test/Makefile.in-512-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
htdig-3.2.0b6/test/Makefile.in:513:	    test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
htdig-3.2.0b6/test/Makefile.in-514-	      dashes="$$report"; \
htdig-3.2.0b6/test/Makefile.in-515-	  fi; \
htdig-3.2.0b6/test/Makefile.in:516:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
htdig-3.2.0b6/test/Makefile.in-517-	  echo "$$dashes"; \
##############################################
htdig-3.2.0b6/test/Makefile.in-530-	$(mkinstalldirs) $(distdir)/..
htdig-3.2.0b6/test/Makefile.in:531:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/test/Makefile.in:532:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
htdig-3.2.0b6/test/Makefile.in-533-	list='$(DISTFILES)'; for file in $$list; do \
htdig-3.2.0b6/test/Makefile.in-534-	  case $$file in \
htdig-3.2.0b6/test/Makefile.in:535:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
htdig-3.2.0b6/test/Makefile.in:536:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
htdig-3.2.0b6/test/Makefile.in-537-	  esac; \
htdig-3.2.0b6/test/Makefile.in-538-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
htdig-3.2.0b6/test/Makefile.in:539:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
htdig-3.2.0b6/test/Makefile.in-540-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
htdig-3.2.0b6/test/benchmark-report-222-
htdig-3.2.0b6/test/benchmark-report:223:    system($cmd);
htdig-3.2.0b6/test/benchmark-report-224-    print STDERR "$cmd\n" if($verbose);
##############################################
htdig-3.2.0b6/test/benchmark-report-230-
htdig-3.2.0b6/test/benchmark-report:231:    system("cp $file $dir");
htdig-3.2.0b6/test/benchmark-report-232-    my(@fields);
##############################################
htdig-3.2.0b6/test/t_htdig-32-
htdig-3.2.0b6/test/t_htdig:33:    got=`./document -c $config -u | sort`
htdig-3.2.0b6/test/t_htdig-34-
##############################################
htdig-3.2.0b6/test/t_htdig-67-set_attr common_url_parts "dummy1 dummy2 dummy3 dummy4 dummy5 dummy6 dummy7 dummy8 dummy9 dummy10 dummy11 dummy12"
htdig-3.2.0b6/test/t_htdig:68:got=`./document -c $config -u | sort`
htdig-3.2.0b6/test/t_htdig-69-expected='dummy1localhost:7400/set1/
##############################################
htdig-3.2.0b6/test/t_htdig-130-set_attr common_url_parts "dummy1 dummy2 dummy3 dummy4"
htdig-3.2.0b6/test/t_htdig:131:got=`./document -c $config -u | sort`
htdig-3.2.0b6/test/t_htdig-132-expected='dummy2host:dummy4/
##############################################
htdig-3.2.0b6/test/t_htdig_local-45-expected='bad_local.htm'
htdig-3.2.0b6/test/t_htdig_local:46:got=`$htdig "$@" -t -i -vv -c $config | grep "Bad local extension:" | sed -e"s-.*/--"`
htdig-3.2.0b6/test/t_htdig_local-47-if [ "$expected" != "$got" ]
##############################################
htdig-3.2.0b6/test/t_htdig_local-85-
htdig-3.2.0b6/test/t_htdig_local:86:got=`./document -c $config -u | sort`
htdig-3.2.0b6/test/t_htdig_local-87-
##############################################
htdig-3.2.0b6/test/t_htdig_local-108-
htdig-3.2.0b6/test/t_htdig_local:109:got=`./document -c $config -u | sort`
htdig-3.2.0b6/test/t_htdig_local-110-
##############################################
htdig-3.2.0b6/test/t_htdig_local-142-
htdig-3.2.0b6/test/t_htdig_local:143:got=`./document -c $config -u | sort`
htdig-3.2.0b6/test/t_htdig_local-144-
##############################################
htdig-3.2.0b6/test/t_htdig_local-164-set_attr limit_urls_to '${start_url}'
htdig-3.2.0b6/test/t_htdig_local:165:got=`$htdig "$@" -t -i -vv -c $config | grep "Bad local extension:" | sed -e"s-.*/--"`
htdig-3.2.0b6/test/t_htdig_local-166-if [ "$expected" != "$got" ]
##############################################
htdig-3.2.0b6/test/t_htdig_local-202-
htdig-3.2.0b6/test/t_htdig_local:203:got=`./document -c $config -u | sed "s#${PWD}/htdocs##" | sort | sed "s#.*/title.html#/title.html#"`
htdig-3.2.0b6/test/t_htdig_local-204-
##############################################
htdig-3.2.0b6/test/t_htdig_local-231-chmod 700 say-text
htdig-3.2.0b6/test/t_htdig_local:232:got=`$htdig "$@" -t -i -vv -c $config | grep "MIME type:" | sed -e"s-.*/--"`
htdig-3.2.0b6/test/t_htdig_local-233-if [ "$expected" != "$got" ]
##############################################
htdig-3.2.0b6/test/t_htdig_local-267-
htdig-3.2.0b6/test/t_htdig_local:268:got=`./document -c $config -u | sed "s#${PWD}/htdocs##" | sort`
htdig-3.2.0b6/test/t_htdig_local-269-
##############################################
htdig-3.2.0b6/test/t_htdig_local-290-chmod 700 say-text
htdig-3.2.0b6/test/t_htdig_local:291:got=`$htdig "$@" -t -i -vv -c $config | grep "MIME type:" | sed -e"s-.*/--"`
htdig-3.2.0b6/test/t_htdig_local-292-if [ "$expected" != "$got" ]
##############################################
htdig-3.2.0b6/test/t_htdig_local-311-
htdig-3.2.0b6/test/t_htdig_local:312:got=`./document -c $config -u | sed "s#${PWD}/htdocs##" | sort`
htdig-3.2.0b6/test/t_htdig_local-313-
##############################################
htdig-3.2.0b6/test/t_htdig_local-344-
htdig-3.2.0b6/test/t_htdig_local:345:got=`./document -c $config -u | sort`
htdig-3.2.0b6/test/t_htdig_local-346-
##############################################
htdig-3.2.0b6/test/t_search-24-  expected="$2"
htdig-3.2.0b6/test/t_search:25:  out=`eval "$command"`
htdig-3.2.0b6/test/t_search-26-  if [ "$expected" != "$out" ]
##############################################
htdig-3.2.0b6/test/t_search-77-  fi
htdig-3.2.0b6/test/t_search:78:  out=`eval "$command"`
htdig-3.2.0b6/test/t_search:79:  match=`echo "$out" | grep '^match:'`
htdig-3.2.0b6/test/t_search:80:  context=`echo "$out" | sed -n -e 's/^context: *//p'`
htdig-3.2.0b6/test/t_search-81-#  echo "context: $context" >&2
##############################################
htdig-3.2.0b6/test/t_trunc-14-
htdig-3.2.0b6/test/t_trunc:15:count1=`head -1 $srcdir/search.txt | ./txt2mifluz -z -v $VERBOSE`
htdig-3.2.0b6/test/t_trunc:16:count2=`tail -1 $srcdir/search.txt | ./txt2mifluz -z -v $VERBOSE`
htdig-3.2.0b6/test/t_trunc-17-if [ "$count1" != "$count2" ]
##############################################
htdig-3.2.0b6/test/test_functions.in-54-    then
htdig-3.2.0b6/test/test_functions.in:55:	    prog_name=`basename $0`
htdig-3.2.0b6/test/test_functions.in-56-	    echo "Run configure with --with-apache=<httpd path> to run $prog_name."
##############################################
htdig-3.2.0b6/test/conf/htdig.conf.in-30-# You could also index all the URLs in a file like so:
htdig-3.2.0b6/test/conf/htdig.conf.in:31:# start_url:	       `${common_dir}/start.url`
htdig-3.2.0b6/test/conf/htdig.conf.in-32-#
##############################################
htdig-3.2.0b6/test/conf/htdig.conf2.in-30-# You could also index all the URLs in a file like so:
htdig-3.2.0b6/test/conf/htdig.conf2.in:31:# start_url:	       `${common_dir}/start.url`
htdig-3.2.0b6/test/conf/htdig.conf2.in-32-#
##############################################
htdig-3.2.0b6/test/conf/htdig.conf3.in-30-# You could also index all the URLs in a file like so:
htdig-3.2.0b6/test/conf/htdig.conf3.in:31:# start_url:	       `${common_dir}/start.url`
htdig-3.2.0b6/test/conf/htdig.conf3.in-32-#
##############################################
htdig-3.2.0b6/debian/htdig-pdfparser-13-# replaced with the following line, suggestion by pod, should fix #196916
htdig-3.2.0b6/debian/htdig-pdfparser:14:PARSER=`awk '/^debian_pdf_parser:/{ print $2 }' /etc/htdig/htdig.conf`
htdig-3.2.0b6/debian/htdig-pdfparser-15-PDFFILE=$1
##############################################
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig-35-then
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig:36:    new_db_dir=`awk '/^[^#a-zA-Z]*database_dir/ { print $NF }' < $conffile`
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig-37-    if [ "$new_db_dir" != "" ]
##############################################
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig-62-    do
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig:63:        mv -f $f `basename $f .work`
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig-64-    done
##############################################
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig-78-#
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig:79:if [ "`ls -t $COMMONDIR/english.0 $COMMONDIR/word2root.db 2>/dev/null | sed 1q`" = \
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig-80-	"$COMMONDIR/english.0" ]
##############################################
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig-84-
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig:85:if [ "`ls -t $COMMONDIR/synonyms $COMMONDIR/synonyms.db 2>/dev/null | sed 1q`" = \
htdig-3.2.0b6/.pc/htdig_3.2.0b6-13.diff/installdir/rundig-86-	"$COMMONDIR/synonyms" ]