===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
dnshistory-1.3/doc/Makefile.in-180-	  else file=$$i; fi; \
dnshistory-1.3/doc/Makefile.in:181:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
dnshistory-1.3/doc/Makefile.in-182-	  case "$$ext" in \
##############################################
dnshistory-1.3/doc/Makefile.in-185-	  esac; \
dnshistory-1.3/doc/Makefile.in:186:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
dnshistory-1.3/doc/Makefile.in:187:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
dnshistory-1.3/doc/Makefile.in:188:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
dnshistory-1.3/doc/Makefile.in-189-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
dnshistory-1.3/doc/Makefile.in-201-	for i in $$list; do \
dnshistory-1.3/doc/Makefile.in:202:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
dnshistory-1.3/doc/Makefile.in-203-	  case "$$ext" in \
##############################################
dnshistory-1.3/doc/Makefile.in-206-	  esac; \
dnshistory-1.3/doc/Makefile.in:207:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
dnshistory-1.3/doc/Makefile.in:208:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
dnshistory-1.3/doc/Makefile.in:209:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
dnshistory-1.3/doc/Makefile.in-210-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
dnshistory-1.3/doc/Makefile.in-220-distdir: $(DISTFILES)
dnshistory-1.3/doc/Makefile.in:221:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
dnshistory-1.3/doc/Makefile.in:222:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
dnshistory-1.3/doc/Makefile.in-223-	list='$(DISTFILES)'; for file in $$list; do \
dnshistory-1.3/doc/Makefile.in-224-	  case $$file in \
dnshistory-1.3/doc/Makefile.in:225:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
dnshistory-1.3/doc/Makefile.in:226:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
dnshistory-1.3/doc/Makefile.in-227-	  esac; \
dnshistory-1.3/doc/Makefile.in-228-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dnshistory-1.3/doc/Makefile.in:229:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
dnshistory-1.3/doc/Makefile.in-230-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
dnshistory-1.3/src/Makefile.in-210-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
dnshistory-1.3/src/Makefile.in:211:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
dnshistory-1.3/src/Makefile.in-212-	  if test -f $$p \
dnshistory-1.3/src/Makefile.in-213-	  ; then \
dnshistory-1.3/src/Makefile.in:214:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
dnshistory-1.3/src/Makefile.in-215-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
dnshistory-1.3/src/Makefile.in-222-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
dnshistory-1.3/src/Makefile.in:223:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
dnshistory-1.3/src/Makefile.in-224-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
dnshistory-1.3/src/Makefile.in-254-.c.obj:
dnshistory-1.3/src/Makefile.in:255:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
dnshistory-1.3/src/Makefile.in-256-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
dnshistory-1.3/src/Makefile.in-258-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
dnshistory-1.3/src/Makefile.in:259:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
dnshistory-1.3/src/Makefile.in-260-uninstall-info-am:
##############################################
dnshistory-1.3/src/Makefile.in-302-GTAGS:
dnshistory-1.3/src/Makefile.in:303:	here=`$(am__cd) $(top_builddir) && pwd` \
dnshistory-1.3/src/Makefile.in-304-	  && cd $(top_srcdir) \
##############################################
dnshistory-1.3/src/Makefile.in-310-distdir: $(DISTFILES)
dnshistory-1.3/src/Makefile.in:311:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
dnshistory-1.3/src/Makefile.in:312:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
dnshistory-1.3/src/Makefile.in-313-	list='$(DISTFILES)'; for file in $$list; do \
dnshistory-1.3/src/Makefile.in-314-	  case $$file in \
dnshistory-1.3/src/Makefile.in:315:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
dnshistory-1.3/src/Makefile.in:316:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
dnshistory-1.3/src/Makefile.in-317-	  esac; \
dnshistory-1.3/src/Makefile.in-318-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dnshistory-1.3/src/Makefile.in:319:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
dnshistory-1.3/src/Makefile.in-320-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
dnshistory-1.3/aclocal.m4-42-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
dnshistory-1.3/aclocal.m4:43:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
dnshistory-1.3/aclocal.m4-44-#
##############################################
dnshistory-1.3/aclocal.m4-66-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
dnshistory-1.3/aclocal.m4:67:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
dnshistory-1.3/aclocal.m4-68-# and then we would define $MISSING as
##############################################
dnshistory-1.3/aclocal.m4-82-# expand $ac_aux_dir to an absolute path
dnshistory-1.3/aclocal.m4:83:am_aux_dir=`cd $ac_aux_dir && pwd`
dnshistory-1.3/aclocal.m4-84-])
##############################################
dnshistory-1.3/aclocal.m4-180-  if test "$am_compiler_list" = ""; then
dnshistory-1.3/aclocal.m4:181:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
dnshistory-1.3/aclocal.m4-182-  fi
##############################################
dnshistory-1.3/aclocal.m4-290-  # Strip MF so we end up with the name of the file.
dnshistory-1.3/aclocal.m4:291:  mf=`echo "$mf" | sed -e 's/:.*$//'`
dnshistory-1.3/aclocal.m4-292-  # Check whether this is an Automake generated Makefile or not.
##############################################
dnshistory-1.3/aclocal.m4-298-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
dnshistory-1.3/aclocal.m4:299:    dirpart=`AS_DIRNAME("$mf")`
dnshistory-1.3/aclocal.m4-300-  else
##############################################
dnshistory-1.3/aclocal.m4-304-  # from the Makefile without running `make'.
dnshistory-1.3/aclocal.m4:305:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
dnshistory-1.3/aclocal.m4-306-  test -z "$DEPDIR" && continue
dnshistory-1.3/aclocal.m4:307:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
dnshistory-1.3/aclocal.m4-308-  test -z "am__include" && continue
dnshistory-1.3/aclocal.m4:309:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
dnshistory-1.3/aclocal.m4-310-  # When using ansi2knr, U may be empty or an underscore; expand it
dnshistory-1.3/aclocal.m4:311:  U=`sed -n 's/^U = //p' < "$mf"`
dnshistory-1.3/aclocal.m4-312-  # Find all dependency output files, they are included files with
##############################################
dnshistory-1.3/aclocal.m4-320-    test -f "$dirpart/$file" && continue
dnshistory-1.3/aclocal.m4:321:    fdir=`AS_DIRNAME(["$file"])`
dnshistory-1.3/aclocal.m4-322-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
dnshistory-1.3/aclocal.m4-375-# test to see if srcdir already configured
dnshistory-1.3/aclocal.m4:376:if test "`cd $srcdir && pwd`" != "`pwd`" &&
dnshistory-1.3/aclocal.m4-377-   test -f $srcdir/config.status; then
##############################################
dnshistory-1.3/aclocal.m4-451-    * )
dnshistory-1.3/aclocal.m4:452:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
dnshistory-1.3/aclocal.m4-453-  esac
dnshistory-1.3/aclocal.m4-454-done
dnshistory-1.3/aclocal.m4:455:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
dnshistory-1.3/aclocal.m4-456-
##############################################
dnshistory-1.3/aclocal.m4-523-# case it prints its new name instead of `make'.
dnshistory-1.3/aclocal.m4:524:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
dnshistory-1.3/aclocal.m4-525-   am__include=include
##############################################
dnshistory-1.3/aclocal.m4-531-   echo '.include "confinc"' > confmf
dnshistory-1.3/aclocal.m4:532:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
dnshistory-1.3/aclocal.m4-533-      am__include=.include
##############################################
dnshistory-1.3/aclocal.m4-698-if (
dnshistory-1.3/aclocal.m4:699:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
dnshistory-1.3/aclocal.m4-700-   if test "$[*]" = "X"; then
dnshistory-1.3/aclocal.m4-701-      # -L didn't work.
dnshistory-1.3/aclocal.m4:702:      set X `ls -t $srcdir/configure conftest.file`
dnshistory-1.3/aclocal.m4-703-   fi
##############################################
dnshistory-1.3/configure-106-do
dnshistory-1.3/configure:107:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
dnshistory-1.3/configure-108-    eval $as_var=C; export $as_var
##############################################
dnshistory-1.3/configure-214-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
dnshistory-1.3/configure:215:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
dnshistory-1.3/configure-216-") 2> /dev/null; then
##############################################
dnshistory-1.3/configure-327-  test "x$as_lineno_1" != "x$as_lineno_2" &&
dnshistory-1.3/configure:328:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
dnshistory-1.3/configure-329-
##############################################
dnshistory-1.3/configure-422-  test "x$as_lineno_1" != "x$as_lineno_2" &&
dnshistory-1.3/configure:423:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
dnshistory-1.3/configure-424-
##############################################
dnshistory-1.3/configure-754-  case $ac_option in
dnshistory-1.3/configure:755:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
dnshistory-1.3/configure-756-  *)	ac_optarg=yes ;;
##############################################
dnshistory-1.3/configure-797-  -disable-* | --disable-*)
dnshistory-1.3/configure:798:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
dnshistory-1.3/configure-799-    # Reject names that are not valid shell variable names.
##############################################
dnshistory-1.3/configure-802-   { (exit 1); exit 1; }; }
dnshistory-1.3/configure:803:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
dnshistory-1.3/configure-804-    eval enable_$ac_feature=no ;;
##############################################
dnshistory-1.3/configure-816-  -enable-* | --enable-*)
dnshistory-1.3/configure:817:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
dnshistory-1.3/configure-818-    # Reject names that are not valid shell variable names.
##############################################
dnshistory-1.3/configure-821-   { (exit 1); exit 1; }; }
dnshistory-1.3/configure:822:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
dnshistory-1.3/configure-823-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
dnshistory-1.3/configure-1013-  -with-* | --with-*)
dnshistory-1.3/configure:1014:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
dnshistory-1.3/configure-1015-    # Reject names that are not valid shell variable names.
##############################################
dnshistory-1.3/configure-1018-   { (exit 1); exit 1; }; }
dnshistory-1.3/configure:1019:    ac_package=`echo $ac_package| sed 's/-/_/g'`
dnshistory-1.3/configure-1020-    eval with_$ac_package=\$ac_optarg ;;
##############################################
dnshistory-1.3/configure-1022-  -without-* | --without-*)
dnshistory-1.3/configure:1023:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
dnshistory-1.3/configure-1024-    # Reject names that are not valid shell variable names.
##############################################
dnshistory-1.3/configure-1027-   { (exit 1); exit 1; }; }
dnshistory-1.3/configure:1028:    ac_package=`echo $ac_package | sed 's/-/_/g'`
dnshistory-1.3/configure-1029-    eval with_$ac_package=no ;;
##############################################
dnshistory-1.3/configure-1054-  *=*)
dnshistory-1.3/configure:1055:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
dnshistory-1.3/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
dnshistory-1.3/configure-1074-if test -n "$ac_prev"; then
dnshistory-1.3/configure:1075:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
dnshistory-1.3/configure-1076-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
dnshistory-1.3/configure-1120-ac_ls_di=`ls -di .` &&
dnshistory-1.3/configure:1121:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
dnshistory-1.3/configure-1122-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
dnshistory-1.3/configure-1180-case $srcdir in
dnshistory-1.3/configure:1181:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
dnshistory-1.3/configure-1182-esac
##############################################
dnshistory-1.3/configure-1223-By default, \`make install' will install all the files in
dnshistory-1.3/configure:1224:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
dnshistory-1.3/configure:1225:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
dnshistory-1.3/configure-1226-for instance \`--prefix=\$HOME'.
##############################################
dnshistory-1.3/configure-1312-*)
dnshistory-1.3/configure:1313:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
dnshistory-1.3/configure-1314-  # A ".." for each directory in $ac_dir_suffix.
dnshistory-1.3/configure:1315:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
dnshistory-1.3/configure-1316-  case $ac_top_builddir_sub in
##############################################
dnshistory-1.3/configure-1445-    *\'*)
dnshistory-1.3/configure:1446:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
dnshistory-1.3/configure-1447-    esac
##############################################
dnshistory-1.3/configure-1531-      case $ac_val in
dnshistory-1.3/configure:1532:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
dnshistory-1.3/configure-1533-      esac
##############################################
dnshistory-1.3/configure-1548-	case $ac_val in
dnshistory-1.3/configure:1549:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
dnshistory-1.3/configure-1550-	esac
##############################################
dnshistory-1.3/configure-1656-    set,)
dnshistory-1.3/configure:1657:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
dnshistory-1.3/configure:1658:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
dnshistory-1.3/configure-1659-      ac_cache_corrupted=: ;;
##############################################
dnshistory-1.3/configure-1678-    case $ac_new_val in
dnshistory-1.3/configure:1679:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
dnshistory-1.3/configure-1680-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
dnshistory-1.3/configure-1852-if (
dnshistory-1.3/configure:1853:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
dnshistory-1.3/configure-1854-   if test "$*" = "X"; then
dnshistory-1.3/configure-1855-      # -L didn't work.
dnshistory-1.3/configure:1856:      set X `ls -t $srcdir/configure conftest.file`
dnshistory-1.3/configure-1857-   fi
##############################################
dnshistory-1.3/configure-1896-_ACEOF
dnshistory-1.3/configure:1897:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
dnshistory-1.3/configure-1898-rm -f conftest.sed
##############################################
dnshistory-1.3/configure-1900-# expand $ac_aux_dir to an absolute path
dnshistory-1.3/configure:1901:am_aux_dir=`cd $ac_aux_dir && pwd`
dnshistory-1.3/configure-1902-
##############################################
dnshistory-1.3/configure-1989-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
dnshistory-1.3/configure:1990:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
dnshistory-1.3/configure-1991-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-1999-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
dnshistory-1.3/configure:2000:case `${MAKE-make} -f conftest.make 2>/dev/null` in
dnshistory-1.3/configure-2001-  *@@@%%%=?*=@@@%%%*)
##############################################
dnshistory-1.3/configure-2027-# test to see if srcdir already configured
dnshistory-1.3/configure:2028:if test "`cd $srcdir && pwd`" != "`pwd`" &&
dnshistory-1.3/configure-2029-   test -f $srcdir/config.status; then
##############################################
dnshistory-1.3/configure-2510-echo "$as_me:$LINENO: checking for C compiler version" >&5
dnshistory-1.3/configure:2511:ac_compiler=`set X $ac_compile; echo $2`
dnshistory-1.3/configure-2512-{ (ac_try="$ac_compiler --version >&5"
##############################################
dnshistory-1.3/configure-2564-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
dnshistory-1.3/configure:2565:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
dnshistory-1.3/configure-2566-#
##############################################
dnshistory-1.3/configure-2612-	then :; else
dnshistory-1.3/configure:2613:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
dnshistory-1.3/configure-2614-	fi
##############################################
dnshistory-1.3/configure-2705-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
dnshistory-1.3/configure:2706:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
dnshistory-1.3/configure-2707-	  break;;
##############################################
dnshistory-1.3/configure-2760-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
dnshistory-1.3/configure:2761:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
dnshistory-1.3/configure-2762-       break;;
##############################################
dnshistory-1.3/configure-2852-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
dnshistory-1.3/configure:2853:GCC=`test $ac_compiler_gnu = yes && echo yes`
dnshistory-1.3/configure-2854-ac_test_CFLAGS=${CFLAGS+set}
##############################################
dnshistory-1.3/configure-3219-# case it prints its new name instead of `make'.
dnshistory-1.3/configure:3220:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
dnshistory-1.3/configure-3221-   am__include=include
##############################################
dnshistory-1.3/configure-3227-   echo '.include "confinc"' > confmf
dnshistory-1.3/configure:3228:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
dnshistory-1.3/configure-3229-      am__include=.include
##############################################
dnshistory-1.3/configure-3289-  if test "$am_compiler_list" = ""; then
dnshistory-1.3/configure:3290:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
dnshistory-1.3/configure-3291-  fi
##############################################
dnshistory-1.3/configure-4315-  # Check for GNU $ac_path_GREP
dnshistory-1.3/configure:4316:case `"$ac_path_GREP" --version 2>&1` in
dnshistory-1.3/configure-4317-*GNU*)
##############################################
dnshistory-1.3/configure-4329-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
dnshistory-1.3/configure:4330:    ac_count=`expr $ac_count + 1`
dnshistory-1.3/configure-4331-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
dnshistory-1.3/configure-4397-  # Check for GNU $ac_path_EGREP
dnshistory-1.3/configure:4398:case `"$ac_path_EGREP" --version 2>&1` in
dnshistory-1.3/configure-4399-*GNU*)
##############################################
dnshistory-1.3/configure-4411-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
dnshistory-1.3/configure:4412:    ac_count=`expr $ac_count + 1`
dnshistory-1.3/configure-4413-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
dnshistory-1.3/configure-4657-do
dnshistory-1.3/configure:4658:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-4659-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
dnshistory-1.3/configure-4717-fi
dnshistory-1.3/configure:4718:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-4719-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
dnshistory-1.3/configure-4720-echo "${ECHO_T}$ac_res" >&6; }
dnshistory-1.3/configure:4721:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-4722-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:4723:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-4724-_ACEOF
##############################################
dnshistory-1.3/configure-4735-do
dnshistory-1.3/configure:4736:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-4737-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-4742-fi
dnshistory-1.3/configure:4743:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-4744-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-4887-fi
dnshistory-1.3/configure:4888:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-4889-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-4892-fi
dnshistory-1.3/configure:4893:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-4894-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:4895:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-4896-_ACEOF
##############################################
dnshistory-1.3/configure-4904-do
dnshistory-1.3/configure:4905:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
dnshistory-1.3/configure-4906-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
dnshistory-1.3/configure-5000-fi
dnshistory-1.3/configure:5001:ac_res=`eval echo '${'$as_ac_var'}'`
dnshistory-1.3/configure-5002-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
dnshistory-1.3/configure-5003-echo "${ECHO_T}$ac_res" >&6; }
dnshistory-1.3/configure:5004:if test `eval echo '${'$as_ac_var'}'` = yes; then
dnshistory-1.3/configure-5005-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:5006:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
dnshistory-1.3/configure-5007-_ACEOF
##############################################
dnshistory-1.3/configure-5236-do
dnshistory-1.3/configure:5237:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
dnshistory-1.3/configure-5238-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
dnshistory-1.3/configure-5332-fi
dnshistory-1.3/configure:5333:ac_res=`eval echo '${'$as_ac_var'}'`
dnshistory-1.3/configure-5334-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
dnshistory-1.3/configure-5335-echo "${ECHO_T}$ac_res" >&6; }
dnshistory-1.3/configure:5336:if test `eval echo '${'$as_ac_var'}'` = yes; then
dnshistory-1.3/configure-5337-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:5338:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
dnshistory-1.3/configure-5339-_ACEOF
##############################################
dnshistory-1.3/configure-5837-do
dnshistory-1.3/configure:5838:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-5839-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-5844-fi
dnshistory-1.3/configure:5845:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-5846-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-5989-fi
dnshistory-1.3/configure:5990:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-5991-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-5994-fi
dnshistory-1.3/configure:5995:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-5996-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:5997:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-5998-_ACEOF
##############################################
dnshistory-1.3/configure-6008-do
dnshistory-1.3/configure:6009:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-6010-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-6015-fi
dnshistory-1.3/configure:6016:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6017-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6160-fi
dnshistory-1.3/configure:6161:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6162-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6165-fi
dnshistory-1.3/configure:6166:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-6167-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:6168:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-6169-_ACEOF
##############################################
dnshistory-1.3/configure-6174-do
dnshistory-1.3/configure:6175:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-6176-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-6181-fi
dnshistory-1.3/configure:6182:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6183-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6326-fi
dnshistory-1.3/configure:6327:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6328-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6331-fi
dnshistory-1.3/configure:6332:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-6333-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:6334:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-6335-_ACEOF
##############################################
dnshistory-1.3/configure-6350-do
dnshistory-1.3/configure:6351:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-6352-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-6357-fi
dnshistory-1.3/configure:6358:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6359-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6502-fi
dnshistory-1.3/configure:6503:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6504-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6507-fi
dnshistory-1.3/configure:6508:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-6509-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:6510:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-6511-_ACEOF
##############################################
dnshistory-1.3/configure-6521-do
dnshistory-1.3/configure:6522:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-6523-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-6528-fi
dnshistory-1.3/configure:6529:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6530-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6673-fi
dnshistory-1.3/configure:6674:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6675-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6678-fi
dnshistory-1.3/configure:6679:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-6680-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:6681:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-6682-_ACEOF
##############################################
dnshistory-1.3/configure-6692-do
dnshistory-1.3/configure:6693:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-6694-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-6699-fi
dnshistory-1.3/configure:6700:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6701-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6844-fi
dnshistory-1.3/configure:6845:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6846-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-6849-fi
dnshistory-1.3/configure:6850:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-6851-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:6852:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-6853-_ACEOF
##############################################
dnshistory-1.3/configure-6863-do
dnshistory-1.3/configure:6864:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-6865-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-6870-fi
dnshistory-1.3/configure:6871:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-6872-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7015-fi
dnshistory-1.3/configure:7016:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7017-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7020-fi
dnshistory-1.3/configure:7021:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-7022-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:7023:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-7024-_ACEOF
##############################################
dnshistory-1.3/configure-7034-do
dnshistory-1.3/configure:7035:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-7036-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-7041-fi
dnshistory-1.3/configure:7042:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7043-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7186-fi
dnshistory-1.3/configure:7187:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7188-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7191-fi
dnshistory-1.3/configure:7192:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-7193-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:7194:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-7195-_ACEOF
##############################################
dnshistory-1.3/configure-7205-do
dnshistory-1.3/configure:7206:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-7207-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-7212-fi
dnshistory-1.3/configure:7213:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7214-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7357-fi
dnshistory-1.3/configure:7358:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7359-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7362-fi
dnshistory-1.3/configure:7363:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-7364-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:7365:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-7366-_ACEOF
##############################################
dnshistory-1.3/configure-7376-do
dnshistory-1.3/configure:7377:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-7378-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-7383-fi
dnshistory-1.3/configure:7384:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7385-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7528-fi
dnshistory-1.3/configure:7529:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7530-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7533-fi
dnshistory-1.3/configure:7534:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-7535-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:7536:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-7537-_ACEOF
##############################################
dnshistory-1.3/configure-7547-do
dnshistory-1.3/configure:7548:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-7549-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-7554-fi
dnshistory-1.3/configure:7555:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7556-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7699-fi
dnshistory-1.3/configure:7700:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7701-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7704-fi
dnshistory-1.3/configure:7705:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-7706-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:7707:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-7708-_ACEOF
##############################################
dnshistory-1.3/configure-7718-do
dnshistory-1.3/configure:7719:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
dnshistory-1.3/configure-7720-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
dnshistory-1.3/configure-7725-fi
dnshistory-1.3/configure:7726:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7727-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7870-fi
dnshistory-1.3/configure:7871:ac_res=`eval echo '${'$as_ac_Header'}'`
dnshistory-1.3/configure-7872-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
dnshistory-1.3/configure-7875-fi
dnshistory-1.3/configure:7876:if test `eval echo '${'$as_ac_Header'}'` = yes; then
dnshistory-1.3/configure-7877-  cat >>confdefs.h <<_ACEOF
dnshistory-1.3/configure:7878:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
dnshistory-1.3/configure-7879-_ACEOF
##############################################
dnshistory-1.3/configure-8342-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
dnshistory-1.3/configure:8343:  ac_i=`echo "$ac_i" | sed "$ac_script"`
dnshistory-1.3/configure-8344-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
dnshistory-1.3/configure-8482-do
dnshistory-1.3/configure:8483:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
dnshistory-1.3/configure-8484-    eval $as_var=C; export $as_var
##############################################
dnshistory-1.3/configure-8532-  test "x$as_lineno_1" != "x$as_lineno_2" &&
dnshistory-1.3/configure:8533:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
dnshistory-1.3/configure-8534-
##############################################
dnshistory-1.3/configure-8709-configured by $0, generated by GNU Autoconf 2.60,
dnshistory-1.3/configure:8710:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
dnshistory-1.3/configure-8711-
##############################################
dnshistory-1.3/configure-8728-  --*=*)
dnshistory-1.3/configure:8729:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
dnshistory-1.3/configure:8730:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
dnshistory-1.3/configure-8731-    ac_shift=:
##############################################
dnshistory-1.3/configure-8971-
dnshistory-1.3/configure:8972:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
dnshistory-1.3/configure-8973-    break
##############################################
dnshistory-1.3/configure-8982-
dnshistory-1.3/configure:8983:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
dnshistory-1.3/configure-8984-if test -n "$ac_eof"; then
dnshistory-1.3/configure:8985:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
dnshistory-1.3/configure:8986:  ac_eof=`expr $ac_eof + 1`
dnshistory-1.3/configure-8987-fi
##############################################
dnshistory-1.3/configure-9120-      case $as_dir in #(
dnshistory-1.3/configure:9121:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
dnshistory-1.3/configure-9122-      *) as_qdir=$as_dir;;
##############################################
dnshistory-1.3/configure-9158-*)
dnshistory-1.3/configure:9159:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
dnshistory-1.3/configure-9160-  # A ".." for each directory in $ac_dir_suffix.
dnshistory-1.3/configure:9161:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
dnshistory-1.3/configure-9162-  case $ac_top_builddir_sub in
##############################################
dnshistory-1.3/configure-9231-
dnshistory-1.3/configure:9232:# Neutralize VPATH when `$srcdir' = `.'.
dnshistory-1.3/configure-9233-# Shell code in configure.ac might set extrasub.
##############################################
dnshistory-1.3/configure-9255-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
dnshistory-1.3/configure:9256:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
dnshistory-1.3/configure:9257:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
dnshistory-1.3/configure-9258-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
dnshistory-1.3/configure-9372-    * )
dnshistory-1.3/configure:9373:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
dnshistory-1.3/configure-9374-  esac
##############################################
dnshistory-1.3/configure-9409-  # Strip MF so we end up with the name of the file.
dnshistory-1.3/configure:9410:  mf=`echo "$mf" | sed -e 's/:.*$//'`
dnshistory-1.3/configure-9411-  # Check whether this is an Automake generated Makefile or not.
##############################################
dnshistory-1.3/configure-9445-  # from the Makefile without running `make'.
dnshistory-1.3/configure:9446:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
dnshistory-1.3/configure-9447-  test -z "$DEPDIR" && continue
dnshistory-1.3/configure:9448:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
dnshistory-1.3/configure-9449-  test -z "am__include" && continue
dnshistory-1.3/configure:9450:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
dnshistory-1.3/configure-9451-  # When using ansi2knr, U may be empty or an underscore; expand it
dnshistory-1.3/configure:9452:  U=`sed -n 's/^U = //p' < "$mf"`
dnshistory-1.3/configure-9453-  # Find all dependency output files, they are included files with
##############################################
dnshistory-1.3/configure-9492-      case $as_dir in #(
dnshistory-1.3/configure:9493:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
dnshistory-1.3/configure-9494-      *) as_qdir=$as_dir;;
##############################################
dnshistory-1.3/config/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
dnshistory-1.3/config/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
dnshistory-1.3/config/depcomp-70-
##############################################
dnshistory-1.3/config/depcomp-203-  # Version 6 uses the directory in both cases.
dnshistory-1.3/config/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
dnshistory-1.3/config/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
dnshistory-1.3/config/depcomp-214-  else
dnshistory-1.3/config/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
dnshistory-1.3/config/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
dnshistory-1.3/config/depcomp-228-    # Do two passes, one to just change these to
dnshistory-1.3/config/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
dnshistory-1.3/config/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
dnshistory-1.3/config/depcomp-269-  # Do two passes, one to just change these to
dnshistory-1.3/config/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
dnshistory-1.3/config/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
dnshistory-1.3/config/depcomp-284-   # Subdirectories are respected.
dnshistory-1.3/config/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
dnshistory-1.3/config/depcomp-286-   test "x$dir" = "x$object" && dir=
dnshistory-1.3/config/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
dnshistory-1.3/config/depcomp-288-
##############################################
dnshistory-1.3/config/depcomp-423-  done
dnshistory-1.3/config/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
dnshistory-1.3/config/depcomp-425-  touch "$tmpdepfile"
##############################################
dnshistory-1.3/config/install-sh-210-      fi
dnshistory-1.3/config/install-sh:211:      dst=$dst/`basename "$src"`
dnshistory-1.3/config/install-sh-212-    fi
##############################################
dnshistory-1.3/config/install-sh-215-  # This sed command emulates the dirname command.
dnshistory-1.3/config/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
dnshistory-1.3/config/install-sh-217-
##############################################
dnshistory-1.3/config/install-sh-228-    IFS='%'
dnshistory-1.3/config/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
dnshistory-1.3/config/install-sh-230-    shift
##############################################
dnshistory-1.3/config/install-sh-256-  else
dnshistory-1.3/config/install-sh:257:    dstfile=`basename "$dst"`
dnshistory-1.3/config/install-sh-258-
##############################################
dnshistory-1.3/config/missing-128-       # Could not run --version or --help.  This is probably someone
dnshistory-1.3/config/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
dnshistory-1.3/config/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
dnshistory-1.3/config/missing-162-         from any GNU archive site."
dnshistory-1.3/config/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
dnshistory-1.3/config/missing-164-    test -z "$files" && files="config.h"
##############################################
dnshistory-1.3/config/missing-191-         proper tools for further handling them.
dnshistory-1.3/config/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
dnshistory-1.3/config/missing-193-         archive site."
dnshistory-1.3/config/missing-194-
dnshistory-1.3/config/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
dnshistory-1.3/config/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
dnshistory-1.3/config/missing-197-    if test -f "$file"; then
##############################################
dnshistory-1.3/config/missing-220-	*.y)
dnshistory-1.3/config/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
dnshistory-1.3/config/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
dnshistory-1.3/config/missing-224-	    fi
dnshistory-1.3/config/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
dnshistory-1.3/config/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
dnshistory-1.3/config/missing-250-	*.l)
dnshistory-1.3/config/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
dnshistory-1.3/config/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
dnshistory-1.3/config/missing-269-
dnshistory-1.3/config/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
dnshistory-1.3/config/missing-271-    if test -z "$file"; then
dnshistory-1.3/config/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
dnshistory-1.3/config/missing-273-    fi
##############################################
dnshistory-1.3/config/missing-291-    # The file to touch is that specified with -o ...
dnshistory-1.3/config/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
dnshistory-1.3/config/missing-293-    if test -z "$file"; then
dnshistory-1.3/config/missing-294-      # ... or it is the one specified with @setfilename ...
dnshistory-1.3/config/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
dnshistory-1.3/config/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
dnshistory-1.3/config/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
dnshistory-1.3/config/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
dnshistory-1.3/config/missing-299-    fi
##############################################
dnshistory-1.3/config/missing-321-	*o*)
dnshistory-1.3/config/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
dnshistory-1.3/config/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
dnshistory-1.3/config/missing-327-	*h*)
dnshistory-1.3/config/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
dnshistory-1.3/config/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
dnshistory-1.3/Makefile.in-207-	dot_seen=no; \
dnshistory-1.3/Makefile.in:208:	target=`echo $@ | sed s/-recursive//`; \
dnshistory-1.3/Makefile.in-209-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
dnshistory-1.3/Makefile.in-243-	rev="$$rev ."; \
dnshistory-1.3/Makefile.in:244:	target=`echo $@ | sed s/-recursive//`; \
dnshistory-1.3/Makefile.in-245-	for subdir in $$rev; do \
##############################################
dnshistory-1.3/Makefile.in-317-GTAGS:
dnshistory-1.3/Makefile.in:318:	here=`$(am__cd) $(top_builddir) && pwd` \
dnshistory-1.3/Makefile.in-319-	  && cd $(top_srcdir) \
##############################################
dnshistory-1.3/Makefile.in-328-	$(mkdir_p) $(distdir)/config
dnshistory-1.3/Makefile.in:329:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
dnshistory-1.3/Makefile.in:330:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
dnshistory-1.3/Makefile.in-331-	list='$(DISTFILES)'; for file in $$list; do \
dnshistory-1.3/Makefile.in-332-	  case $$file in \
dnshistory-1.3/Makefile.in:333:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
dnshistory-1.3/Makefile.in:334:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
dnshistory-1.3/Makefile.in-335-	  esac; \
dnshistory-1.3/Makefile.in-336-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dnshistory-1.3/Makefile.in:337:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
dnshistory-1.3/Makefile.in-338-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
dnshistory-1.3/Makefile.in-359-	    || exit 1; \
dnshistory-1.3/Makefile.in:360:	    distdir=`$(am__cd) $(distdir) && pwd`; \
dnshistory-1.3/Makefile.in:361:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
dnshistory-1.3/Makefile.in-362-	    (cd $$subdir && \
##############################################
dnshistory-1.3/Makefile.in-419-	chmod a-w $(distdir)
dnshistory-1.3/Makefile.in:420:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
dnshistory-1.3/Makefile.in-421-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
dnshistory-1.3/Makefile.in-450-	@cd $(distuninstallcheck_dir) \
dnshistory-1.3/Makefile.in:451:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
dnshistory-1.3/Makefile.in-452-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
dnshistory-1.3/Makefile.in-462-	fi
dnshistory-1.3/Makefile.in:463:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
dnshistory-1.3/Makefile.in-464-	  || { echo "ERROR: files left in build directory after distclean:" ; \