===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nd-0.8.2/depcomp-34-if test -z "$depfile"; then
nd-0.8.2/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
nd-0.8.2/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
nd-0.8.2/depcomp-37-   if test "$dir" = "$object"; then
##############################################
nd-0.8.2/depcomp-43-
nd-0.8.2/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
nd-0.8.2/depcomp-45-
##############################################
nd-0.8.2/depcomp-177-  # $object doesn't have directory information.
nd-0.8.2/depcomp:178:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
nd-0.8.2/depcomp-179-  tmpdepfile="$stripped.u"
##############################################
nd-0.8.2/depcomp-196-    # Do two passes, one to just change these to
nd-0.8.2/depcomp:197:    # `$object: dependent.h' and one to simply `dependent.h:'.
nd-0.8.2/depcomp-198-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
nd-0.8.2/depcomp-214-   # Subdirectories are respected.
nd-0.8.2/depcomp:215:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
nd-0.8.2/depcomp-216-   test "x$dir" = "x$object" && dir=
nd-0.8.2/depcomp:217:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
nd-0.8.2/depcomp-218-
##############################################
nd-0.8.2/depcomp-326-  done
nd-0.8.2/depcomp:327:  obj_suffix="`echo $object | sed 's/^.*\././'`"
nd-0.8.2/depcomp-328-  touch "$tmpdepfile"
##############################################
nd-0.8.2/install-sh-85-
nd-0.8.2/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
nd-0.8.2/install-sh-87-	    shift
##############################################
nd-0.8.2/install-sh-89-
nd-0.8.2/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
nd-0.8.2/install-sh-91-	    shift
##############################################
nd-0.8.2/install-sh-151-	then
nd-0.8.2/install-sh:152:		dst="$dst"/`basename $src`
nd-0.8.2/install-sh-153-	else
##############################################
nd-0.8.2/install-sh-158-## this sed command emulates the dirname command
nd-0.8.2/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
nd-0.8.2/install-sh-160-
##############################################
nd-0.8.2/install-sh-172-IFS='%'
nd-0.8.2/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
nd-0.8.2/install-sh-174-IFS="${oIFS}"
##############################################
nd-0.8.2/install-sh-206-	then
nd-0.8.2/install-sh:207:		dstfile=`basename $dst`
nd-0.8.2/install-sh-208-	else
##############################################
nd-0.8.2/install-sh-216-	then
nd-0.8.2/install-sh:217:		dstfile=`basename $dst`
nd-0.8.2/install-sh-218-	else
##############################################
nd-0.8.2/missing-128-         from any GNU archive site."
nd-0.8.2/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
nd-0.8.2/missing-130-    test -z "$files" && files="config.h"
##############################################
nd-0.8.2/missing-167-         proper tools for further handling them.
nd-0.8.2/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
nd-0.8.2/missing-169-         archive site."
nd-0.8.2/missing-170-
nd-0.8.2/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
nd-0.8.2/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
nd-0.8.2/missing-173-    if test -f "$file"; then
##############################################
nd-0.8.2/missing-196-	*.y)
nd-0.8.2/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
nd-0.8.2/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
nd-0.8.2/missing-200-	    fi
nd-0.8.2/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
nd-0.8.2/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
nd-0.8.2/missing-226-	*.l)
nd-0.8.2/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
nd-0.8.2/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
nd-0.8.2/missing-250-
nd-0.8.2/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
nd-0.8.2/missing-252-    if test -z "$file"; then
nd-0.8.2/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
nd-0.8.2/missing-254-    fi
##############################################
nd-0.8.2/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
nd-0.8.2/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
nd-0.8.2/missing-278-    if test -z "$file"; then
nd-0.8.2/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
nd-0.8.2/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
nd-0.8.2/missing-281-    fi
##############################################
nd-0.8.2/missing-304-	*o*)
nd-0.8.2/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
nd-0.8.2/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
nd-0.8.2/missing-310-	*h*)
nd-0.8.2/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
nd-0.8.2/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
nd-0.8.2/mkinstalldirs-12-do
nd-0.8.2/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
nd-0.8.2/mkinstalldirs-14-   shift
##############################################
nd-0.8.2/debian/patches/63_digest_autotools.diff-12- AC_CHECK_HEADERS(parser.h)
nd-0.8.2/debian/patches/63_digest_autotools.diff:13: LIBS="$LIBS `$XML_CONFIG --libs`"
nd-0.8.2/debian/patches/63_digest_autotools.diff-14- 
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-76--# test to see if srcdir already configured
nd-0.8.2/debian/patches/65_autotools_update.diff:77:-if test "`cd $srcdir && pwd`" != "`pwd`" &&
nd-0.8.2/debian/patches/65_autotools_update.diff-78--   test -f $srcdir/config.status; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-266--if (
nd-0.8.2/debian/patches/65_autotools_update.diff:267:-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
nd-0.8.2/debian/patches/65_autotools_update.diff-268--   if test "$[*]" = "X"; then
nd-0.8.2/debian/patches/65_autotools_update.diff-269--      # -L didn't work.
nd-0.8.2/debian/patches/65_autotools_update.diff:270:-      set X `ls -t $srcdir/configure conftest.file`
nd-0.8.2/debian/patches/65_autotools_update.diff-271--   fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-376- # expand $ac_aux_dir to an absolute path
nd-0.8.2/debian/patches/65_autotools_update.diff:377: am_aux_dir=`cd $ac_aux_dir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff-378- ])
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-533-   if test "$am_compiler_list" = ""; then
nd-0.8.2/debian/patches/65_autotools_update.diff:534:      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
nd-0.8.2/debian/patches/65_autotools_update.diff-535-   fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-677-+  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
nd-0.8.2/debian/patches/65_autotools_update.diff:678:     dirpart=`AS_DIRNAME("$mf")`
nd-0.8.2/debian/patches/65_autotools_update.diff-679-   else
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-684--  # running `make'.
nd-0.8.2/debian/patches/65_autotools_update.diff:685:-  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-686-+  # Extract the definition of DEPDIR, am__include, and am__quote
nd-0.8.2/debian/patches/65_autotools_update.diff-687-+  # from the Makefile without running `make'.
nd-0.8.2/debian/patches/65_autotools_update.diff:688:+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-689-   test -z "$DEPDIR" && continue
nd-0.8.2/debian/patches/65_autotools_update.diff:690:+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-691-+  test -z "am__include" && continue
nd-0.8.2/debian/patches/65_autotools_update.diff:692:+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-693-   # When using ansi2knr, U may be empty or an underscore; expand it
nd-0.8.2/debian/patches/65_autotools_update.diff:694:-  U=`sed -n -e '/^U = / s///p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-695--  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-708--    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
nd-0.8.2/debian/patches/65_autotools_update.diff:709:+  U=`sed -n 's/^U = //p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-710-+  # Find all dependency output files, they are included files with
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-780-+AC_REQUIRE([AC_PROG_INSTALL])dnl
nd-0.8.2/debian/patches/65_autotools_update.diff:781:+if test "`cd $srcdir && pwd`" != "`pwd`"; then
nd-0.8.2/debian/patches/65_autotools_update.diff-782-+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-869-+    * )
nd-0.8.2/debian/patches/65_autotools_update.diff:870:+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff-871-+  esac
nd-0.8.2/debian/patches/65_autotools_update.diff-872-+done
nd-0.8.2/debian/patches/65_autotools_update.diff:873:+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nd-0.8.2/debian/patches/65_autotools_update.diff-874-+
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-936- # case it prints its new name instead of `make'.
nd-0.8.2/debian/patches/65_autotools_update.diff:937:-if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
nd-0.8.2/debian/patches/65_autotools_update.diff:938:+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
nd-0.8.2/debian/patches/65_autotools_update.diff-939-    am__include=include
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-1101-+if (
nd-0.8.2/debian/patches/65_autotools_update.diff:1102:+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
nd-0.8.2/debian/patches/65_autotools_update.diff-1103-+   if test "$[*]" = "X"; then
nd-0.8.2/debian/patches/65_autotools_update.diff-1104-+      # -L didn't work.
nd-0.8.2/debian/patches/65_autotools_update.diff:1105:+      set X `ls -t $srcdir/configure conftest.file`
nd-0.8.2/debian/patches/65_autotools_update.diff-1106-+   fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-1455- do
nd-0.8.2/debian/patches/65_autotools_update.diff:1456:-  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
nd-0.8.2/debian/patches/65_autotools_update.diff:1457:+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
nd-0.8.2/debian/patches/65_autotools_update.diff-1458-     eval $as_var=C; export $as_var
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-1569--  as_lineno_2=$LINENO
nd-0.8.2/debian/patches/65_autotools_update.diff:1570:-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
nd-0.8.2/debian/patches/65_autotools_update.diff-1571--  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-1621-+  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
nd-0.8.2/debian/patches/65_autotools_update.diff:1622:+  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
nd-0.8.2/debian/patches/65_autotools_update.diff-1623-+") 2> /dev/null; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-1738-   as_lineno_2=$LINENO
nd-0.8.2/debian/patches/65_autotools_update.diff:1739:-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
nd-0.8.2/debian/patches/65_autotools_update.diff-1740-   test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-1752--  esac
nd-0.8.2/debian/patches/65_autotools_update.diff:1753:+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
nd-0.8.2/debian/patches/65_autotools_update.diff-1754-+
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-1847-+  test "x$as_lineno_1" != "x$as_lineno_2" &&
nd-0.8.2/debian/patches/65_autotools_update.diff:1848:+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
nd-0.8.2/debian/patches/65_autotools_update.diff-1849- 
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-1987-+	esac;
nd-0.8.2/debian/patches/65_autotools_update.diff:1988:+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
nd-0.8.2/debian/patches/65_autotools_update.diff-1989-+	???[sx]*):;;*)false;;esac;fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2229- 
nd-0.8.2/debian/patches/65_autotools_update.diff:2230:-  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2231-+  case $ac_option in
nd-0.8.2/debian/patches/65_autotools_update.diff:2232:+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff-2233-+  *)	ac_optarg=yes ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2264-   -disable-* | --disable-*)
nd-0.8.2/debian/patches/65_autotools_update.diff:2265:     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2266-     # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2270-    { (exit 1); exit 1; }; }
nd-0.8.2/debian/patches/65_autotools_update.diff:2271:-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2272--    eval "enable_$ac_feature=no" ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:2273:+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2274-+    eval enable_$ac_feature=no ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2286-   -enable-* | --enable-*)
nd-0.8.2/debian/patches/65_autotools_update.diff:2287:     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2288-     # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2292-    { (exit 1); exit 1; }; }
nd-0.8.2/debian/patches/65_autotools_update.diff:2293:-    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2294--    case $ac_option in
nd-0.8.2/debian/patches/65_autotools_update.diff:2295:-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
nd-0.8.2/debian/patches/65_autotools_update.diff-2296--      *) ac_optarg=yes ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2298--    eval "enable_$ac_feature='$ac_optarg'" ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:2299:+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2300-+    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2356-   -with-* | --with-*)
nd-0.8.2/debian/patches/65_autotools_update.diff:2357:     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2358-     # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2362-    { (exit 1); exit 1; }; }
nd-0.8.2/debian/patches/65_autotools_update.diff:2363:-    ac_package=`echo $ac_package| sed 's/-/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2364--    case $ac_option in
nd-0.8.2/debian/patches/65_autotools_update.diff:2365:-      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
nd-0.8.2/debian/patches/65_autotools_update.diff-2366--      *) ac_optarg=yes ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2368--    eval "with_$ac_package='$ac_optarg'" ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:2369:+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2370-+    eval with_$ac_package=\$ac_optarg ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2372-   -without-* | --without-*)
nd-0.8.2/debian/patches/65_autotools_update.diff:2373:     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2374-     # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2378-    { (exit 1); exit 1; }; }
nd-0.8.2/debian/patches/65_autotools_update.diff:2379:-    ac_package=`echo $ac_package | sed 's/-/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2380--    eval "with_$ac_package=no" ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:2381:+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2382-+    eval with_$ac_package=no ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2389-    { (exit 1); exit 1; }; }
nd-0.8.2/debian/patches/65_autotools_update.diff:2390:-    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
nd-0.8.2/debian/patches/65_autotools_update.diff-2391--    eval "$ac_envvar='$ac_optarg'"
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2402--do
nd-0.8.2/debian/patches/65_autotools_update.diff:2403:-  eval ac_val=$`echo $ac_var`
nd-0.8.2/debian/patches/65_autotools_update.diff-2404--  case $ac_val in
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2419- do
nd-0.8.2/debian/patches/65_autotools_update.diff:2420:-  eval ac_val=$`echo $ac_var`
nd-0.8.2/debian/patches/65_autotools_update.diff-2421-+  eval ac_val=\$$ac_var
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2439-+ac_ls_di=`ls -di .` &&
nd-0.8.2/debian/patches/65_autotools_update.diff:2440:+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nd-0.8.2/debian/patches/65_autotools_update.diff-2441-+  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2511-    { (exit 1); exit 1; }; }
nd-0.8.2/debian/patches/65_autotools_update.diff:2512:-srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2513--ac_env_build_alias_set=${build_alias+set}
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2553-+case $srcdir in
nd-0.8.2/debian/patches/65_autotools_update.diff:2554:+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nd-0.8.2/debian/patches/65_autotools_update.diff-2555-+esac
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2580- By default, \`make install' will install all the files in
nd-0.8.2/debian/patches/65_autotools_update.diff:2581: \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nd-0.8.2/debian/patches/65_autotools_update.diff-2582-@@ -817,15 +1243,22 @@
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2647-+*)
nd-0.8.2/debian/patches/65_autotools_update.diff:2648:   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2649--  # A "../" for each directory in $ac_dir_suffix.
nd-0.8.2/debian/patches/65_autotools_update.diff:2650:-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2651--else
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2654-+  # A ".." for each directory in $ac_dir_suffix.
nd-0.8.2/debian/patches/65_autotools_update.diff:2655:+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2656-+  case $ac_top_builddir_sub in
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2672--    else
nd-0.8.2/debian/patches/65_autotools_update.diff:2673:-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-2674--    fi ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2684--esac
nd-0.8.2/debian/patches/65_autotools_update.diff:2685:-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
nd-0.8.2/debian/patches/65_autotools_update.diff-2686--# absolute.
nd-0.8.2/debian/patches/65_autotools_update.diff:2687:-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:2688:-ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:2689:-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:2690:-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff-2691--
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2794-+    *\'*)
nd-0.8.2/debian/patches/65_autotools_update.diff:2795:       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff-2796-     esac
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2894-     do
nd-0.8.2/debian/patches/65_autotools_update.diff:2895:-      eval ac_val=$`echo $ac_var`
nd-0.8.2/debian/patches/65_autotools_update.diff-2896--      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2898-+      case $ac_val in
nd-0.8.2/debian/patches/65_autotools_update.diff:2899:+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nd-0.8.2/debian/patches/65_autotools_update.diff-2900-+      esac
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2916-       do
nd-0.8.2/debian/patches/65_autotools_update.diff:2917:-	eval ac_val=$`echo $ac_var`
nd-0.8.2/debian/patches/65_autotools_update.diff-2918--        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-2920-+	case $ac_val in
nd-0.8.2/debian/patches/65_autotools_update.diff:2921:+	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nd-0.8.2/debian/patches/65_autotools_update.diff-2922-+	esac
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3009-     set,)
nd-0.8.2/debian/patches/65_autotools_update.diff:3010:       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff-3011-@@ -1208,20 +1660,19 @@
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3031--    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
nd-0.8.2/debian/patches/65_autotools_update.diff:3032:-      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:3033:+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff-3034-     *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3223- _ACEOF
nd-0.8.2/debian/patches/65_autotools_update.diff:3224: program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
nd-0.8.2/debian/patches/65_autotools_update.diff-3225--rm conftest.sed
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3229- # expand $ac_aux_dir to an absolute path
nd-0.8.2/debian/patches/65_autotools_update.diff:3230: am_aux_dir=`cd $ac_aux_dir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff-3231-@@ -1447,12 +1906,60 @@
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3248-+	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
nd-0.8.2/debian/patches/65_autotools_update.diff:3249:+	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nd-0.8.2/debian/patches/65_autotools_update.diff-3250-+	     'mkdir (GNU coreutils) '* | \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3328--echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
nd-0.8.2/debian/patches/65_autotools_update.diff:3329:-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-3330--if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3332-+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
nd-0.8.2/debian/patches/65_autotools_update.diff:3333:+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-3334-+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3343- # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
nd-0.8.2/debian/patches/65_autotools_update.diff:3344:-eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
nd-0.8.2/debian/patches/65_autotools_update.diff-3345--if test -n "$ac_maketemp"; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3349--fi
nd-0.8.2/debian/patches/65_autotools_update.diff:3350:+case `${MAKE-make} -f conftest.make 2>/dev/null` in
nd-0.8.2/debian/patches/65_autotools_update.diff-3351-+  *@@@%%%=?*=@@@%%%*)
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3357- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:3358:-if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
nd-0.8.2/debian/patches/65_autotools_update.diff-3359--  echo "$as_me:$LINENO: result: yes" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3373-- # test to see if srcdir already configured
nd-0.8.2/debian/patches/65_autotools_update.diff:3374:-if test "`cd $srcdir && pwd`" != "`pwd`" &&
nd-0.8.2/debian/patches/65_autotools_update.diff-3375--   test -f $srcdir/config.status; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3385-+
nd-0.8.2/debian/patches/65_autotools_update.diff:3386:+if test "`cd $srcdir && pwd`" != "`pwd`"; then
nd-0.8.2/debian/patches/65_autotools_update.diff-3387-+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3903-+echo "$as_me:$LINENO: checking for C compiler version" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff:3904: ac_compiler=`set X $ac_compile; echo $2`
nd-0.8.2/debian/patches/65_autotools_update.diff-3905--{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-3954-+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
nd-0.8.2/debian/patches/65_autotools_update.diff:3955: ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nd-0.8.2/debian/patches/65_autotools_update.diff-3956--if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-4019-     *.* )
nd-0.8.2/debian/patches/65_autotools_update.diff:4020:-        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-4021--        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-4027-+	then :; else
nd-0.8.2/debian/patches/65_autotools_update.diff:4028:+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-4029-+	fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-4127-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:4128:     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-4129--          export ac_cv_exeext
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-4180-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:4181:     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-4182-        break;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-4252-+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
nd-0.8.2/debian/patches/65_autotools_update.diff:4253: GCC=`test $ac_compiler_gnu = yes && echo yes`
nd-0.8.2/debian/patches/65_autotools_update.diff-4254- ac_test_CFLAGS=${CFLAGS+set}
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-4684- # case it prints its new name instead of `make'.
nd-0.8.2/debian/patches/65_autotools_update.diff:4685:-if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
nd-0.8.2/debian/patches/65_autotools_update.diff:4686:+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
nd-0.8.2/debian/patches/65_autotools_update.diff-4687-    am__include=include
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-4746-   if test "$am_compiler_list" = ""; then
nd-0.8.2/debian/patches/65_autotools_update.diff:4747:      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nd-0.8.2/debian/patches/65_autotools_update.diff-4748-   fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5216-+  # Check for GNU $ac_path_GREP
nd-0.8.2/debian/patches/65_autotools_update.diff:5217:+case `"$ac_path_GREP" --version 2>&1` in
nd-0.8.2/debian/patches/65_autotools_update.diff-5218-+*GNU*)
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5230-+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
nd-0.8.2/debian/patches/65_autotools_update.diff:5231:+    ac_count=`expr $ac_count + 1`
nd-0.8.2/debian/patches/65_autotools_update.diff-5232-+    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5301-+  # Check for GNU $ac_path_EGREP
nd-0.8.2/debian/patches/65_autotools_update.diff:5302:+case `"$ac_path_EGREP" --version 2>&1` in
nd-0.8.2/debian/patches/65_autotools_update.diff-5303-+*GNU*)
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5315-+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
nd-0.8.2/debian/patches/65_autotools_update.diff:5316:+    ac_count=`expr $ac_count + 1`
nd-0.8.2/debian/patches/65_autotools_update.diff-5317-+    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5515- do
nd-0.8.2/debian/patches/65_autotools_update.diff:5516: as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/debian/patches/65_autotools_update.diff-5517--echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5570- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:5571:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff:5572:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/debian/patches/65_autotools_update.diff:5573:+ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-5574-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff-5575-+echo "${ECHO_T}$ac_res" >&6; }
nd-0.8.2/debian/patches/65_autotools_update.diff:5576: if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/debian/patches/65_autotools_update.diff-5577-   cat >>confdefs.h <<_ACEOF
nd-0.8.2/debian/patches/65_autotools_update.diff:5578: #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/debian/patches/65_autotools_update.diff-5579-@@ -3274,20 +4069,20 @@
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5581- do
nd-0.8.2/debian/patches/65_autotools_update.diff:5582: as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/debian/patches/65_autotools_update.diff-5583--if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5592- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:5593:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff:5594:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/debian/patches/65_autotools_update.diff:5595:+ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-5596-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5768- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:5769:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff:5770:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/debian/patches/65_autotools_update.diff:5771:+ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-5772-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5775- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:5776: if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/debian/patches/65_autotools_update.diff-5777-@@ -3414,87 +4207,232 @@
nd-0.8.2/debian/patches/65_autotools_update.diff-5778- 
nd-0.8.2/debian/patches/65_autotools_update.diff:5779: LIBS="$LIBS `$XML_CONFIG --libs`"
nd-0.8.2/debian/patches/65_autotools_update.diff-5780- 
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5787-+do
nd-0.8.2/debian/patches/65_autotools_update.diff:5788:+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/debian/patches/65_autotools_update.diff-5789-+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5794-+fi
nd-0.8.2/debian/patches/65_autotools_update.diff:5795:+ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-5796-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5959-+fi
nd-0.8.2/debian/patches/65_autotools_update.diff:5960:+ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-5961-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-5964-+fi
nd-0.8.2/debian/patches/65_autotools_update.diff:5965:+if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/debian/patches/65_autotools_update.diff-5966-+  cat >>confdefs.h <<_ACEOF
nd-0.8.2/debian/patches/65_autotools_update.diff:5967:+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/debian/patches/65_autotools_update.diff-5968-+_ACEOF
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6150- do
nd-0.8.2/debian/patches/65_autotools_update.diff:6151: as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/debian/patches/65_autotools_update.diff-6152--if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6161- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:6162:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff:6163:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/debian/patches/65_autotools_update.diff:6164:+ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-6165-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6337- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:6338:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff:6339:-echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/debian/patches/65_autotools_update.diff:6340:+ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-6341-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6344- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:6345: if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/debian/patches/65_autotools_update.diff-6346-@@ -3723,13 +4671,12 @@
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6458- do
nd-0.8.2/debian/patches/65_autotools_update.diff:6459: as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
nd-0.8.2/debian/patches/65_autotools_update.diff-6460--echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6564- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:6565:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff:6566:-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
nd-0.8.2/debian/patches/65_autotools_update.diff:6567:+ac_res=`eval echo '${'$as_ac_var'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-6568-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff-6569-+echo "${ECHO_T}$ac_res" >&6; }
nd-0.8.2/debian/patches/65_autotools_update.diff:6570: if test `eval echo '${'$as_ac_var'}'` = yes; then
nd-0.8.2/debian/patches/65_autotools_update.diff-6571-   cat >>confdefs.h <<_ACEOF
nd-0.8.2/debian/patches/65_autotools_update.diff:6572: #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
nd-0.8.2/debian/patches/65_autotools_update.diff-6573- _ACEOF
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6693- do
nd-0.8.2/debian/patches/65_autotools_update.diff:6694: as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
nd-0.8.2/debian/patches/65_autotools_update.diff-6695--echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6799- fi
nd-0.8.2/debian/patches/65_autotools_update.diff:6800:-echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff:6801:-echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
nd-0.8.2/debian/patches/65_autotools_update.diff:6802:+ac_res=`eval echo '${'$as_ac_var'}'`
nd-0.8.2/debian/patches/65_autotools_update.diff-6803-+	       { echo "$as_me:$LINENO: result: $ac_res" >&5
nd-0.8.2/debian/patches/65_autotools_update.diff-6804-+echo "${ECHO_T}$ac_res" >&6; }
nd-0.8.2/debian/patches/65_autotools_update.diff:6805: if test `eval echo '${'$as_ac_var'}'` = yes; then
nd-0.8.2/debian/patches/65_autotools_update.diff-6806-   cat >>confdefs.h <<_ACEOF
nd-0.8.2/debian/patches/65_autotools_update.diff:6807: #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
nd-0.8.2/debian/patches/65_autotools_update.diff-6808-@@ -4077,7 +5063,7 @@
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-6924-+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nd-0.8.2/debian/patches/65_autotools_update.diff:6925:+  ac_i=`echo "$ac_i" | sed "$ac_script"`
nd-0.8.2/debian/patches/65_autotools_update.diff-6926-+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7047- do
nd-0.8.2/debian/patches/65_autotools_update.diff:7048:-  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
nd-0.8.2/debian/patches/65_autotools_update.diff:7049:+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
nd-0.8.2/debian/patches/65_autotools_update.diff-7050-     eval $as_var=C; export $as_var
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7127-   as_lineno_2=$LINENO
nd-0.8.2/debian/patches/65_autotools_update.diff:7128:-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
nd-0.8.2/debian/patches/65_autotools_update.diff-7129--  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7167--  as_lineno_2=$LINENO
nd-0.8.2/debian/patches/65_autotools_update.diff:7168:-  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
nd-0.8.2/debian/patches/65_autotools_update.diff-7169-   test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7181--  esac
nd-0.8.2/debian/patches/65_autotools_update.diff:7182:+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
nd-0.8.2/debian/patches/65_autotools_update.diff-7183- 
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7323-+	esac;
nd-0.8.2/debian/patches/65_autotools_update.diff:7324:+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
nd-0.8.2/debian/patches/65_autotools_update.diff-7325-+	???[sx]*):;;*)false;;esac;fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7439--configured by $0, generated by GNU Autoconf 2.57,
nd-0.8.2/debian/patches/65_autotools_update.diff:7440:-  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
nd-0.8.2/debian/patches/65_autotools_update.diff-7441-+configured by $0, generated by GNU Autoconf 2.61,
nd-0.8.2/debian/patches/65_autotools_update.diff:7442:+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
nd-0.8.2/debian/patches/65_autotools_update.diff-7443- 
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7462-   --*=*)
nd-0.8.2/debian/patches/65_autotools_update.diff:7463:-    ac_option=`expr "x$1" : 'x\([^=]*\)='`
nd-0.8.2/debian/patches/65_autotools_update.diff:7464:-    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff:7465:+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nd-0.8.2/debian/patches/65_autotools_update.diff:7466:+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nd-0.8.2/debian/patches/65_autotools_update.diff-7467-     ac_shift=:
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7748--      fi
nd-0.8.2/debian/patches/65_autotools_update.diff:7749:-      ac_sed_frag=`expr $ac_sed_frag + 1`
nd-0.8.2/debian/patches/65_autotools_update.diff-7750--      ac_beg=$ac_end
nd-0.8.2/debian/patches/65_autotools_update.diff:7751:-      ac_end=`expr $ac_end + $ac_max_sed_lines`
nd-0.8.2/debian/patches/65_autotools_update.diff-7752--    fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7847-+
nd-0.8.2/debian/patches/65_autotools_update.diff:7848:+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then
nd-0.8.2/debian/patches/65_autotools_update.diff-7849-+    break
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7859-+
nd-0.8.2/debian/patches/65_autotools_update.diff:7860:+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
nd-0.8.2/debian/patches/65_autotools_update.diff-7861-+if test -n "$ac_eof"; then
nd-0.8.2/debian/patches/65_autotools_update.diff:7862:+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
nd-0.8.2/debian/patches/65_autotools_update.diff:7863:+  ac_eof=`expr $ac_eof + 1`
nd-0.8.2/debian/patches/65_autotools_update.diff-7864-+fi
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-7907--        cat >$tmp/stdin
nd-0.8.2/debian/patches/65_autotools_update.diff:7908:-        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff:7909:-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:7910:-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff:7911:-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff-7912--  * )   ac_file_in=$ac_file.in ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8025-+      case $as_dir in #(
nd-0.8.2/debian/patches/65_autotools_update.diff:8026:+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
nd-0.8.2/debian/patches/65_autotools_update.diff-8027-+      *) as_qdir=$as_dir;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8077-+*)
nd-0.8.2/debian/patches/65_autotools_update.diff:8078:   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8079--  # A "../" for each directory in $ac_dir_suffix.
nd-0.8.2/debian/patches/65_autotools_update.diff:8080:-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8081--else
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8084-+  # A ".." for each directory in $ac_dir_suffix.
nd-0.8.2/debian/patches/65_autotools_update.diff:8085:+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8086-+  case $ac_top_builddir_sub in
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8102--    else
nd-0.8.2/debian/patches/65_autotools_update.diff:8103:-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8104--    fi ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8114--esac
nd-0.8.2/debian/patches/65_autotools_update.diff:8115:-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
nd-0.8.2/debian/patches/65_autotools_update.diff-8116--# absolute.
nd-0.8.2/debian/patches/65_autotools_update.diff:8117:-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:8118:-ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:8119:-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:8120:-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff-8121-+    ac_top_srcdir=$srcdir
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8222-+
nd-0.8.2/debian/patches/65_autotools_update.diff:8223:+# Neutralize VPATH when `$srcdir' = `.'.
nd-0.8.2/debian/patches/65_autotools_update.diff-8224-+# Shell code in configure.ac might set extrasub.
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8269-+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nd-0.8.2/debian/patches/65_autotools_update.diff:8270:+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
nd-0.8.2/debian/patches/65_autotools_update.diff:8271:+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
nd-0.8.2/debian/patches/65_autotools_update.diff-8272-+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8300--        cat >$tmp/stdin
nd-0.8.2/debian/patches/65_autotools_update.diff:8301:-        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff:8302:-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff:8303:-  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff:8304:-        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff-8305--  * )   ac_file_in=$ac_file.in ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8589-+    * )
nd-0.8.2/debian/patches/65_autotools_update.diff:8590:+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nd-0.8.2/debian/patches/65_autotools_update.diff-8591-   esac
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8623--for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
nd-0.8.2/debian/patches/65_autotools_update.diff:8624:-  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff:8625:-  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8626--  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8644--if test "$ac_dir" != .; then
nd-0.8.2/debian/patches/65_autotools_update.diff:8645:-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8646--  # A "../" for each directory in $ac_dir_suffix.
nd-0.8.2/debian/patches/65_autotools_update.diff:8647:-  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8648--else
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8657--    else
nd-0.8.2/debian/patches/65_autotools_update.diff:8658:-       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8659--    fi ;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8666--esac
nd-0.8.2/debian/patches/65_autotools_update.diff:8667:-# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
nd-0.8.2/debian/patches/65_autotools_update.diff-8668--# absolute.
nd-0.8.2/debian/patches/65_autotools_update.diff:8669:-ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:8670:-ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:8671:-ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff:8672:-ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
nd-0.8.2/debian/patches/65_autotools_update.diff-8673--
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8681-   # Strip MF so we end up with the name of the file.
nd-0.8.2/debian/patches/65_autotools_update.diff:8682:   mf=`echo "$mf" | sed -e 's/:.*$//'`
nd-0.8.2/debian/patches/65_autotools_update.diff-8683-   # Check whether this is an Automake generated Makefile or not.
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8731--  # running `make'.
nd-0.8.2/debian/patches/65_autotools_update.diff:8732:-  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-8733-+  # Extract the definition of DEPDIR, am__include, and am__quote
nd-0.8.2/debian/patches/65_autotools_update.diff-8734-+  # from the Makefile without running `make'.
nd-0.8.2/debian/patches/65_autotools_update.diff:8735:+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-8736-   test -z "$DEPDIR" && continue
nd-0.8.2/debian/patches/65_autotools_update.diff:8737:+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-8738-+  test -z "am__include" && continue
nd-0.8.2/debian/patches/65_autotools_update.diff:8739:+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-8740-   # When using ansi2knr, U may be empty or an underscore; expand it
nd-0.8.2/debian/patches/65_autotools_update.diff:8741:-  U=`sed -n -e '/^U = / s///p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-8742--  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8755--    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
nd-0.8.2/debian/patches/65_autotools_update.diff:8756:+  U=`sed -n 's/^U = //p' < "$mf"`
nd-0.8.2/debian/patches/65_autotools_update.diff-8757-+  # Find all dependency output files, they are included files with
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-8813-+      case $as_dir in #(
nd-0.8.2/debian/patches/65_autotools_update.diff:8814:+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
nd-0.8.2/debian/patches/65_autotools_update.diff-8815-+      *) as_qdir=$as_dir;;
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9192- 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
nd-0.8.2/debian/patches/65_autotools_update.diff:9193: 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9194- 	  if test -f $$p \
nd-0.8.2/debian/patches/65_autotools_update.diff-9195- 	  ; then \
nd-0.8.2/debian/patches/65_autotools_update.diff:9196: 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9197--	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9206- 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
nd-0.8.2/debian/patches/65_autotools_update.diff:9207: 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9208--	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9238--@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nd-0.8.2/debian/patches/65_autotools_update.diff:9239:-	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
nd-0.8.2/debian/patches/65_autotools_update.diff-9240-+	$(COMPILE) -c $<
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9245--@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nd-0.8.2/debian/patches/65_autotools_update.diff:9246:-	$(COMPILE) -c `cygpath -w $<`
nd-0.8.2/debian/patches/65_autotools_update.diff-9247--CCDEPMODE = @CCDEPMODE@
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9250--man1dir = $(mandir)/man1
nd-0.8.2/debian/patches/65_autotools_update.diff:9251:+	$(COMPILE) -c `$(CYGPATH_W) '$<'`
nd-0.8.2/debian/patches/65_autotools_update.diff-9252- install-man1: $(man1_MANS) $(man_MANS)
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9259-@@ -233,8 +278,8 @@
nd-0.8.2/debian/patches/65_autotools_update.diff:9260: 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff:9261: 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff:9262: 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9263--	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9272- 	for i in $$list; do \
nd-0.8.2/debian/patches/65_autotools_update.diff:9273: 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9274-+	  case "$$ext" in \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9277-+	  esac; \
nd-0.8.2/debian/patches/65_autotools_update.diff:9278: 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff:9279: 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff:9280: 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9281--	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9359-+	test -d $(distdir) || mkdir $(distdir)
nd-0.8.2/debian/patches/65_autotools_update.diff:9360:+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff:9361:+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9362-+	list='$(DISTFILES)'; \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9372- 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
nd-0.8.2/debian/patches/65_autotools_update.diff:9373:-	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9374--	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9380- 	  if test -d $$d/$$file; then \
nd-0.8.2/debian/patches/65_autotools_update.diff:9381:+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nd-0.8.2/debian/patches/65_autotools_update.diff-9382- 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9448- 	chmod a-w $(distdir)
nd-0.8.2/debian/patches/65_autotools_update.diff:9449:-	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
nd-0.8.2/debian/patches/65_autotools_update.diff-9450--	  && cd $(distdir)/=build \
nd-0.8.2/debian/patches/65_autotools_update.diff-9451--	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
nd-0.8.2/debian/patches/65_autotools_update.diff:9452:+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nd-0.8.2/debian/patches/65_autotools_update.diff-9453-+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9462- 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
nd-0.8.2/debian/patches/65_autotools_update.diff:9463:-	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
nd-0.8.2/debian/patches/65_autotools_update.diff-9464--	      || { echo "ERROR: files left after uninstall:" ; \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9490-+	@cd $(distuninstallcheck_dir) \
nd-0.8.2/debian/patches/65_autotools_update.diff:9491:+	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
nd-0.8.2/debian/patches/65_autotools_update.diff-9492-+	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nd-0.8.2/debian/patches/65_autotools_update.diff-9503- 	fi
nd-0.8.2/debian/patches/65_autotools_update.diff:9504:-	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nd-0.8.2/debian/patches/65_autotools_update.diff-9505--	  || { echo "ERROR: files left after distclean:" ; \
nd-0.8.2/debian/patches/65_autotools_update.diff:9506:+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nd-0.8.2/debian/patches/65_autotools_update.diff-9507-+	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nd-0.8.2/.pc/63_digest_autotools.diff/configure.in-27-fi
nd-0.8.2/.pc/63_digest_autotools.diff/configure.in:28:CPPFLAGS="$CPPFLAGS `$XML_CONFIG --cflags`"
nd-0.8.2/.pc/63_digest_autotools.diff/configure.in-29-AC_CHECK_HEADERS(parser.h)
nd-0.8.2/.pc/63_digest_autotools.diff/configure.in:30:LIBS="$LIBS `$XML_CONFIG --libs`"
nd-0.8.2/.pc/63_digest_autotools.diff/configure.in-31-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-66-# test to see if srcdir already configured
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:67:if test "`cd $srcdir && pwd`" != "`pwd`" &&
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-68-   test -f $srcdir/config.status; then
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-222-if (
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:223:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-224-   if test "$[*]" = "X"; then
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-225-      # -L didn't work.
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:226:      set X `ls -t $srcdir/configure conftest.file`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-227-   fi
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-317-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:318:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-319-#
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-341-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:342:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-343-# and then we would define $MISSING as
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-358-# expand $ac_aux_dir to an absolute path
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:359:am_aux_dir=`cd $ac_aux_dir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-360-])
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-492-  if test "$am_compiler_list" = ""; then
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:493:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-494-  fi
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-596-  # Strip MF so we end up with the name of the file.
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:597:  mf=`echo "$mf" | sed -e 's/:.*$//'`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-598-  # Check whether this is an Automake generated Makefile or not.
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-604-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:605:    dirpart=`AS_DIRNAME("$mf")`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-606-  else
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-611-  # running `make'.
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:612:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-613-  test -z "$DEPDIR" && continue
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-614-  # When using ansi2knr, U may be empty or an underscore; expand it
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:615:  U=`sed -n -e '/^U = / s///p' < "$mf"`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-616-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-632-    test -f "$dirpart/$file" && continue
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:633:    fdir=`AS_DIRNAME(["$file"])`
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-634-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-694-# case it prints its new name instead of `make'.
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:695:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-696-   am__include=include
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-702-   echo '.include "confinc"' > confmf
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4:703:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
nd-0.8.2/.pc/65_autotools_update.diff/aclocal.m4-704-      am__include=.include
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-43-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:44:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
nd-0.8.2/.pc/65_autotools_update.diff/configure-45-    eval $as_var=C; export $as_var
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-101-  as_lineno_2=$LINENO
nd-0.8.2/.pc/65_autotools_update.diff/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
nd-0.8.2/.pc/65_autotools_update.diff/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-140-  as_lineno_2=$LINENO
nd-0.8.2/.pc/65_autotools_update.diff/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
nd-0.8.2/.pc/65_autotools_update.diff/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-361-
nd-0.8.2/.pc/65_autotools_update.diff/configure:362:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-363-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-394-  -disable-* | --disable-*)
nd-0.8.2/.pc/65_autotools_update.diff/configure:395:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-396-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-399-   { (exit 1); exit 1; }; }
nd-0.8.2/.pc/65_autotools_update.diff/configure:400:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-401-    eval "enable_$ac_feature=no" ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-403-  -enable-* | --enable-*)
nd-0.8.2/.pc/65_autotools_update.diff/configure:404:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-405-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-408-   { (exit 1); exit 1; }; }
nd-0.8.2/.pc/65_autotools_update.diff/configure:409:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-410-    case $ac_option in
nd-0.8.2/.pc/65_autotools_update.diff/configure:411:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
nd-0.8.2/.pc/65_autotools_update.diff/configure-412-      *) ac_optarg=yes ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-585-  -with-* | --with-*)
nd-0.8.2/.pc/65_autotools_update.diff/configure:586:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-587-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-590-   { (exit 1); exit 1; }; }
nd-0.8.2/.pc/65_autotools_update.diff/configure:591:    ac_package=`echo $ac_package| sed 's/-/_/g'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-592-    case $ac_option in
nd-0.8.2/.pc/65_autotools_update.diff/configure:593:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
nd-0.8.2/.pc/65_autotools_update.diff/configure-594-      *) ac_optarg=yes ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-598-  -without-* | --without-*)
nd-0.8.2/.pc/65_autotools_update.diff/configure:599:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-600-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-603-   { (exit 1); exit 1; }; }
nd-0.8.2/.pc/65_autotools_update.diff/configure:604:    ac_package=`echo $ac_package | sed 's/-/_/g'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-605-    eval "with_$ac_package=no" ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-630-  *=*)
nd-0.8.2/.pc/65_autotools_update.diff/configure:631:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nd-0.8.2/.pc/65_autotools_update.diff/configure-632-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-635-   { (exit 1); exit 1; }; }
nd-0.8.2/.pc/65_autotools_update.diff/configure:636:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
nd-0.8.2/.pc/65_autotools_update.diff/configure-637-    eval "$ac_envvar='$ac_optarg'"
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-651-if test -n "$ac_prev"; then
nd-0.8.2/.pc/65_autotools_update.diff/configure:652:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-653-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-659-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:660:  eval ac_val=$`echo $ac_var`
nd-0.8.2/.pc/65_autotools_update.diff/configure-661-  case $ac_val in
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-671-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:672:  eval ac_val=$`echo $ac_var`
nd-0.8.2/.pc/65_autotools_update.diff/configure-673-  case $ac_val in
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-738-   { (exit 1); exit 1; }; }
nd-0.8.2/.pc/65_autotools_update.diff/configure:739:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-740-ac_env_build_alias_set=${build_alias+set}
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-809-By default, \`make install' will install all the files in
nd-0.8.2/.pc/65_autotools_update.diff/configure:810:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nd-0.8.2/.pc/65_autotools_update.diff/configure:811:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nd-0.8.2/.pc/65_autotools_update.diff/configure-812-for instance \`--prefix=\$HOME'.
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-872-if test "$ac_dir" != .; then
nd-0.8.2/.pc/65_autotools_update.diff/configure:873:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-874-  # A "../" for each directory in $ac_dir_suffix.
nd-0.8.2/.pc/65_autotools_update.diff/configure:875:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-876-else
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-885-    else
nd-0.8.2/.pc/65_autotools_update.diff/configure:886:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-887-    fi ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-894-esac
nd-0.8.2/.pc/65_autotools_update.diff/configure:895:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
nd-0.8.2/.pc/65_autotools_update.diff/configure-896-# absolute.
nd-0.8.2/.pc/65_autotools_update.diff/configure:897:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:898:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:899:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:900:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure-901-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1007-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
nd-0.8.2/.pc/65_autotools_update.diff/configure:1008:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nd-0.8.2/.pc/65_autotools_update.diff/configure-1009-    esac
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1079-    do
nd-0.8.2/.pc/65_autotools_update.diff/configure:1080:      eval ac_val=$`echo $ac_var`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1081-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1093-      do
nd-0.8.2/.pc/65_autotools_update.diff/configure:1094:	eval ac_val=$`echo $ac_var`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1095-        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1200-    set,)
nd-0.8.2/.pc/65_autotools_update.diff/configure:1201:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:1202:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nd-0.8.2/.pc/65_autotools_update.diff/configure-1203-      ac_cache_corrupted=: ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1223-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
nd-0.8.2/.pc/65_autotools_update.diff/configure:1224:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nd-0.8.2/.pc/65_autotools_update.diff/configure-1225-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1388-if (
nd-0.8.2/.pc/65_autotools_update.diff/configure:1389:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1390-   if test "$*" = "X"; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-1391-      # -L didn't work.
nd-0.8.2/.pc/65_autotools_update.diff/configure:1392:      set X `ls -t $srcdir/configure conftest.file`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1393-   fi
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1432-_ACEOF
nd-0.8.2/.pc/65_autotools_update.diff/configure:1433:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1434-rm conftest.sed
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1437-# expand $ac_aux_dir to an absolute path
nd-0.8.2/.pc/65_autotools_update.diff/configure:1438:am_aux_dir=`cd $ac_aux_dir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1439-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1491-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure:1492:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1493-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1500-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
nd-0.8.2/.pc/65_autotools_update.diff/configure:1501:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1502-if test -n "$ac_maketemp"; then
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1508-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:1509:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-1510-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1519- # test to see if srcdir already configured
nd-0.8.2/.pc/65_autotools_update.diff/configure:1520:if test "`cd $srcdir && pwd`" != "`pwd`" &&
nd-0.8.2/.pc/65_autotools_update.diff/configure-1521-   test -f $srcdir/config.status; then
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-1981-     "checking for C compiler version" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:1982:ac_compiler=`set X $ac_compile; echo $2`
nd-0.8.2/.pc/65_autotools_update.diff/configure-1983-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2021-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure:2022:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-2023-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2049-    *.* )
nd-0.8.2/.pc/65_autotools_update.diff/configure:2050:        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-2051-        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2129-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
nd-0.8.2/.pc/65_autotools_update.diff/configure:2130:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-2131-          export ac_cv_exeext
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2180-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
nd-0.8.2/.pc/65_autotools_update.diff/configure:2181:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-2182-       break;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2250-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure:2251:GCC=`test $ac_compiler_gnu = yes && echo yes`
nd-0.8.2/.pc/65_autotools_update.diff/configure-2252-ac_test_CFLAGS=${CFLAGS+set}
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2562-# case it prints its new name instead of `make'.
nd-0.8.2/.pc/65_autotools_update.diff/configure:2563:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-2564-   am__include=include
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2570-   echo '.include "confinc"' > confmf
nd-0.8.2/.pc/65_autotools_update.diff/configure:2571:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-2572-      am__include=.include
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2625-  if test "$am_compiler_list" = ""; then
nd-0.8.2/.pc/65_autotools_update.diff/configure:2626:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nd-0.8.2/.pc/65_autotools_update.diff/configure-2627-  fi
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-2797-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:2798:CPPFLAGS="$CPPFLAGS `$XML_CONFIG --cflags`"
nd-0.8.2/.pc/65_autotools_update.diff/configure-2799-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3222-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:3223:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/.pc/65_autotools_update.diff/configure-3224-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3260-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:3261:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:3262:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure:3263:if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-3264-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/.pc/65_autotools_update.diff/configure:3265:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/.pc/65_autotools_update.diff/configure-3266-_ACEOF
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3275-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:3276:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/.pc/65_autotools_update.diff/configure-3277-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3282-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:3283:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:3284:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure-3285-else
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3401-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:3402:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:3403:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure-3404-
nd-0.8.2/.pc/65_autotools_update.diff/configure-3405-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:3406:if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-3407-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/.pc/65_autotools_update.diff/configure:3408:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/.pc/65_autotools_update.diff/configure-3409-_ACEOF
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3414-
nd-0.8.2/.pc/65_autotools_update.diff/configure:3415:LIBS="$LIBS `$XML_CONFIG --libs`"
nd-0.8.2/.pc/65_autotools_update.diff/configure-3416-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3584-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:3585:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/.pc/65_autotools_update.diff/configure-3586-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3591-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:3592:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:3593:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure-3594-else
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3710-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:3711:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:3712:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure-3713-
nd-0.8.2/.pc/65_autotools_update.diff/configure-3714-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:3715:if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-3716-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/.pc/65_autotools_update.diff/configure:3717:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/.pc/65_autotools_update.diff/configure-3718-_ACEOF
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3828-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:3829:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
nd-0.8.2/.pc/65_autotools_update.diff/configure-3830-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3899-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:3900:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:3901:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure:3902:if test `eval echo '${'$as_ac_var'}'` = yes; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-3903-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/.pc/65_autotools_update.diff/configure:3904:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
nd-0.8.2/.pc/65_autotools_update.diff/configure-3905-_ACEOF
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-3997-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:3998:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
nd-0.8.2/.pc/65_autotools_update.diff/configure-3999-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4068-fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:4069:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
nd-0.8.2/.pc/65_autotools_update.diff/configure:4070:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
nd-0.8.2/.pc/65_autotools_update.diff/configure:4071:if test `eval echo '${'$as_ac_var'}'` = yes; then
nd-0.8.2/.pc/65_autotools_update.diff/configure-4072-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/.pc/65_autotools_update.diff/configure:4073:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
nd-0.8.2/.pc/65_autotools_update.diff/configure-4074-_ACEOF
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4234-do
nd-0.8.2/.pc/65_autotools_update.diff/configure:4235:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
nd-0.8.2/.pc/65_autotools_update.diff/configure-4236-    eval $as_var=C; export $as_var
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4292-  as_lineno_2=$LINENO
nd-0.8.2/.pc/65_autotools_update.diff/configure:4293:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4294-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4332-  as_lineno_2=$LINENO
nd-0.8.2/.pc/65_autotools_update.diff/configure:4333:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4334-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4513-configured by $0, generated by GNU Autoconf 2.57,
nd-0.8.2/.pc/65_autotools_update.diff/configure:4514:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
nd-0.8.2/.pc/65_autotools_update.diff/configure-4515-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4531-  --*=*)
nd-0.8.2/.pc/65_autotools_update.diff/configure:4532:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
nd-0.8.2/.pc/65_autotools_update.diff/configure:4533:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4534-    ac_shift=:
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4779-      fi
nd-0.8.2/.pc/65_autotools_update.diff/configure:4780:      ac_sed_frag=`expr $ac_sed_frag + 1`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4781-      ac_beg=$ac_end
nd-0.8.2/.pc/65_autotools_update.diff/configure:4782:      ac_end=`expr $ac_end + $ac_max_sed_lines`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4783-    fi
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4796-        cat >$tmp/stdin
nd-0.8.2/.pc/65_autotools_update.diff/configure:4797:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure:4798:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
nd-0.8.2/.pc/65_autotools_update.diff/configure:4799:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure:4800:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
nd-0.8.2/.pc/65_autotools_update.diff/configure-4801-  * )   ac_file_in=$ac_file.in ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4844-if test "$ac_dir" != .; then
nd-0.8.2/.pc/65_autotools_update.diff/configure:4845:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4846-  # A "../" for each directory in $ac_dir_suffix.
nd-0.8.2/.pc/65_autotools_update.diff/configure:4847:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4848-else
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4857-    else
nd-0.8.2/.pc/65_autotools_update.diff/configure:4858:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4859-    fi ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4866-esac
nd-0.8.2/.pc/65_autotools_update.diff/configure:4867:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
nd-0.8.2/.pc/65_autotools_update.diff/configure-4868-# absolute.
nd-0.8.2/.pc/65_autotools_update.diff/configure:4869:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:4870:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:4871:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:4872:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure-4873-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-4976-        cat >$tmp/stdin
nd-0.8.2/.pc/65_autotools_update.diff/configure:4977:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure:4978:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
nd-0.8.2/.pc/65_autotools_update.diff/configure:4979:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure:4980:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
nd-0.8.2/.pc/65_autotools_update.diff/configure-4981-  * )   ac_file_in=$ac_file.in ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-5185-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
nd-0.8.2/.pc/65_autotools_update.diff/configure:5186:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure:5187:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-5188-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-5202-if test "$ac_dir" != .; then
nd-0.8.2/.pc/65_autotools_update.diff/configure:5203:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-5204-  # A "../" for each directory in $ac_dir_suffix.
nd-0.8.2/.pc/65_autotools_update.diff/configure:5205:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-5206-else
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-5215-    else
nd-0.8.2/.pc/65_autotools_update.diff/configure:5216:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-5217-    fi ;;
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-5224-esac
nd-0.8.2/.pc/65_autotools_update.diff/configure:5225:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
nd-0.8.2/.pc/65_autotools_update.diff/configure-5226-# absolute.
nd-0.8.2/.pc/65_autotools_update.diff/configure:5227:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:5228:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:5229:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure:5230:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
nd-0.8.2/.pc/65_autotools_update.diff/configure-5231-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-5237-  # Strip MF so we end up with the name of the file.
nd-0.8.2/.pc/65_autotools_update.diff/configure:5238:  mf=`echo "$mf" | sed -e 's/:.*$//'`
nd-0.8.2/.pc/65_autotools_update.diff/configure-5239-  # Check whether this is an Automake generated Makefile or not.
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/configure-5263-  # running `make'.
nd-0.8.2/.pc/65_autotools_update.diff/configure:5264:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
nd-0.8.2/.pc/65_autotools_update.diff/configure-5265-  test -z "$DEPDIR" && continue
nd-0.8.2/.pc/65_autotools_update.diff/configure-5266-  # When using ansi2knr, U may be empty or an underscore; expand it
nd-0.8.2/.pc/65_autotools_update.diff/configure:5267:  U=`sed -n -e '/^U = / s///p' < "$mf"`
nd-0.8.2/.pc/65_autotools_update.diff/configure-5268-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-163-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:164:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-165-	  if test -f $$p \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-166-	  ; then \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:167:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-168-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-175-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:176:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-177-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-203-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:204:	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-205-
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-209-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:210:	$(COMPILE) -c `cygpath -w $<`
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-211-CCDEPMODE = @CCDEPMODE@
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-227-	  else file=$$i; fi; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:228:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-229-	  case "$$ext" in \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-232-	  esac; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:233:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:234:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:235:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-236-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-248-	for i in $$list; do \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:249:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:250:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:251:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:252:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-253-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-285-GTAGS:
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:286:	here=`$(am__cd) $(top_builddir) && pwd` \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-287-	  && cd $(top_srcdir) \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-309-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:310:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-311-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-350-	chmod a-w $(distdir)
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:351:	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-352-	  && cd $(distdir)/=build \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-360-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:361:	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-362-	      || { echo "ERROR: files left after uninstall:" ; \
##############################################
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-375-	fi
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in:376:	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nd-0.8.2/.pc/65_autotools_update.diff/Makefile.in-377-	  || { echo "ERROR: files left after distclean:" ; \
##############################################
nd-0.8.2/configure.in-27-fi
nd-0.8.2/configure.in:28:CPPFLAGS="$CPPFLAGS `$XML_CONFIG --cflags`"
nd-0.8.2/configure.in-29-AC_CHECK_HEADERS(parser.h)
nd-0.8.2/configure.in:30:LIBS="$LIBS `$XML_CONFIG --libs`"
nd-0.8.2/configure.in-31-
##############################################
nd-0.8.2/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
nd-0.8.2/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
nd-0.8.2/aclocal.m4-69-#
##############################################
nd-0.8.2/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nd-0.8.2/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nd-0.8.2/aclocal.m4-93-# and then we would define $MISSING as
##############################################
nd-0.8.2/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
nd-0.8.2/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
nd-0.8.2/aclocal.m4-109-])
##############################################
nd-0.8.2/aclocal.m4-207-  if test "$am_compiler_list" = ""; then
nd-0.8.2/aclocal.m4:208:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
nd-0.8.2/aclocal.m4-209-  fi
##############################################
nd-0.8.2/aclocal.m4-319-  # Strip MF so we end up with the name of the file.
nd-0.8.2/aclocal.m4:320:  mf=`echo "$mf" | sed -e 's/:.*$//'`
nd-0.8.2/aclocal.m4-321-  # Check whether this is an Automake generated Makefile or not.
##############################################
nd-0.8.2/aclocal.m4-328-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
nd-0.8.2/aclocal.m4:329:    dirpart=`AS_DIRNAME("$mf")`
nd-0.8.2/aclocal.m4-330-  else
##############################################
nd-0.8.2/aclocal.m4-334-  # from the Makefile without running `make'.
nd-0.8.2/aclocal.m4:335:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nd-0.8.2/aclocal.m4-336-  test -z "$DEPDIR" && continue
nd-0.8.2/aclocal.m4:337:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
nd-0.8.2/aclocal.m4-338-  test -z "am__include" && continue
nd-0.8.2/aclocal.m4:339:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nd-0.8.2/aclocal.m4-340-  # When using ansi2knr, U may be empty or an underscore; expand it
nd-0.8.2/aclocal.m4:341:  U=`sed -n 's/^U = //p' < "$mf"`
nd-0.8.2/aclocal.m4-342-  # Find all dependency output files, they are included files with
##############################################
nd-0.8.2/aclocal.m4-350-    test -f "$dirpart/$file" && continue
nd-0.8.2/aclocal.m4:351:    fdir=`AS_DIRNAME(["$file"])`
nd-0.8.2/aclocal.m4-352-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
nd-0.8.2/aclocal.m4-416-AC_REQUIRE([AC_PROG_INSTALL])dnl
nd-0.8.2/aclocal.m4:417:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nd-0.8.2/aclocal.m4-418-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nd-0.8.2/aclocal.m4-505-    * )
nd-0.8.2/aclocal.m4:506:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nd-0.8.2/aclocal.m4-507-  esac
nd-0.8.2/aclocal.m4-508-done
nd-0.8.2/aclocal.m4:509:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nd-0.8.2/aclocal.m4-510-
##############################################
nd-0.8.2/aclocal.m4-577-# case it prints its new name instead of `make'.
nd-0.8.2/aclocal.m4:578:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
nd-0.8.2/aclocal.m4-579-   am__include=include
##############################################
nd-0.8.2/aclocal.m4-585-   echo '.include "confinc"' > confmf
nd-0.8.2/aclocal.m4:586:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
nd-0.8.2/aclocal.m4-587-      am__include=.include
##############################################
nd-0.8.2/aclocal.m4-716-if (
nd-0.8.2/aclocal.m4:717:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
nd-0.8.2/aclocal.m4-718-   if test "$[*]" = "X"; then
nd-0.8.2/aclocal.m4-719-      # -L didn't work.
nd-0.8.2/aclocal.m4:720:      set X `ls -t $srcdir/configure conftest.file`
nd-0.8.2/aclocal.m4-721-   fi
##############################################
nd-0.8.2/configure-107-do
nd-0.8.2/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
nd-0.8.2/configure-109-    eval $as_var=C; export $as_var
##############################################
nd-0.8.2/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
nd-0.8.2/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
nd-0.8.2/configure-217-") 2> /dev/null; then
##############################################
nd-0.8.2/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
nd-0.8.2/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
nd-0.8.2/configure-332-
##############################################
nd-0.8.2/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
nd-0.8.2/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
nd-0.8.2/configure-427-
##############################################
nd-0.8.2/configure-536-	esac;
nd-0.8.2/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
nd-0.8.2/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
nd-0.8.2/configure-766-  case $ac_option in
nd-0.8.2/configure:767:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nd-0.8.2/configure-768-  *)	ac_optarg=yes ;;
##############################################
nd-0.8.2/configure-809-  -disable-* | --disable-*)
nd-0.8.2/configure:810:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nd-0.8.2/configure-811-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/configure-814-   { (exit 1); exit 1; }; }
nd-0.8.2/configure:815:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
nd-0.8.2/configure-816-    eval enable_$ac_feature=no ;;
##############################################
nd-0.8.2/configure-828-  -enable-* | --enable-*)
nd-0.8.2/configure:829:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nd-0.8.2/configure-830-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/configure-833-   { (exit 1); exit 1; }; }
nd-0.8.2/configure:834:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
nd-0.8.2/configure-835-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
nd-0.8.2/configure-1025-  -with-* | --with-*)
nd-0.8.2/configure:1026:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nd-0.8.2/configure-1027-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/configure-1030-   { (exit 1); exit 1; }; }
nd-0.8.2/configure:1031:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
nd-0.8.2/configure-1032-    eval with_$ac_package=\$ac_optarg ;;
##############################################
nd-0.8.2/configure-1034-  -without-* | --without-*)
nd-0.8.2/configure:1035:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nd-0.8.2/configure-1036-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/configure-1039-   { (exit 1); exit 1; }; }
nd-0.8.2/configure:1040:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
nd-0.8.2/configure-1041-    eval with_$ac_package=no ;;
##############################################
nd-0.8.2/configure-1066-  *=*)
nd-0.8.2/configure:1067:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nd-0.8.2/configure-1068-    # Reject names that are not valid shell variable names.
##############################################
nd-0.8.2/configure-1086-if test -n "$ac_prev"; then
nd-0.8.2/configure:1087:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nd-0.8.2/configure-1088-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
nd-0.8.2/configure-1132-ac_ls_di=`ls -di .` &&
nd-0.8.2/configure:1133:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nd-0.8.2/configure-1134-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
nd-0.8.2/configure-1192-case $srcdir in
nd-0.8.2/configure:1193:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nd-0.8.2/configure-1194-esac
##############################################
nd-0.8.2/configure-1235-By default, \`make install' will install all the files in
nd-0.8.2/configure:1236:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nd-0.8.2/configure:1237:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nd-0.8.2/configure-1238-for instance \`--prefix=\$HOME'.
##############################################
nd-0.8.2/configure-1308-*)
nd-0.8.2/configure:1309:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
nd-0.8.2/configure-1310-  # A ".." for each directory in $ac_dir_suffix.
nd-0.8.2/configure:1311:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
nd-0.8.2/configure-1312-  case $ac_top_builddir_sub in
##############################################
nd-0.8.2/configure-1441-    *\'*)
nd-0.8.2/configure:1442:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nd-0.8.2/configure-1443-    esac
##############################################
nd-0.8.2/configure-1527-      case $ac_val in
nd-0.8.2/configure:1528:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nd-0.8.2/configure-1529-      esac
##############################################
nd-0.8.2/configure-1544-	case $ac_val in
nd-0.8.2/configure:1545:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nd-0.8.2/configure-1546-	esac
##############################################
nd-0.8.2/configure-1652-    set,)
nd-0.8.2/configure:1653:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nd-0.8.2/configure:1654:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nd-0.8.2/configure-1655-      ac_cache_corrupted=: ;;
##############################################
nd-0.8.2/configure-1674-    case $ac_new_val in
nd-0.8.2/configure:1675:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nd-0.8.2/configure-1676-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nd-0.8.2/configure-1848-if (
nd-0.8.2/configure:1849:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
nd-0.8.2/configure-1850-   if test "$*" = "X"; then
nd-0.8.2/configure-1851-      # -L didn't work.
nd-0.8.2/configure:1852:      set X `ls -t $srcdir/configure conftest.file`
nd-0.8.2/configure-1853-   fi
##############################################
nd-0.8.2/configure-1892-_ACEOF
nd-0.8.2/configure:1893:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
nd-0.8.2/configure-1894-rm -f conftest.sed
##############################################
nd-0.8.2/configure-1896-# expand $ac_aux_dir to an absolute path
nd-0.8.2/configure:1897:am_aux_dir=`cd $ac_aux_dir && pwd`
nd-0.8.2/configure-1898-
##############################################
nd-0.8.2/configure-1922-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
nd-0.8.2/configure:1923:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nd-0.8.2/configure-1924-	     'mkdir (GNU coreutils) '* | \
##############################################
nd-0.8.2/configure-2000-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
nd-0.8.2/configure:2001:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nd-0.8.2/configure-2002-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
nd-0.8.2/configure-2010-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
nd-0.8.2/configure:2011:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nd-0.8.2/configure-2012-  *@@@%%%=?*=@@@%%%*)
##############################################
nd-0.8.2/configure-2037-
nd-0.8.2/configure:2038:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nd-0.8.2/configure-2039-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nd-0.8.2/configure-2526-echo "$as_me:$LINENO: checking for C compiler version" >&5
nd-0.8.2/configure:2527:ac_compiler=`set X $ac_compile; echo $2`
nd-0.8.2/configure-2528-{ (ac_try="$ac_compiler --version >&5"
##############################################
nd-0.8.2/configure-2580-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
nd-0.8.2/configure:2581:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nd-0.8.2/configure-2582-#
##############################################
nd-0.8.2/configure-2628-	then :; else
nd-0.8.2/configure:2629:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nd-0.8.2/configure-2630-	fi
##############################################
nd-0.8.2/configure-2725-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
nd-0.8.2/configure:2726:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nd-0.8.2/configure-2727-	  break;;
##############################################
nd-0.8.2/configure-2780-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
nd-0.8.2/configure:2781:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nd-0.8.2/configure-2782-       break;;
##############################################
nd-0.8.2/configure-2855-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
nd-0.8.2/configure:2856:GCC=`test $ac_compiler_gnu = yes && echo yes`
nd-0.8.2/configure-2857-ac_test_CFLAGS=${CFLAGS+set}
##############################################
nd-0.8.2/configure-3154-# case it prints its new name instead of `make'.
nd-0.8.2/configure:3155:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
nd-0.8.2/configure-3156-   am__include=include
##############################################
nd-0.8.2/configure-3162-   echo '.include "confinc"' > confmf
nd-0.8.2/configure:3163:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
nd-0.8.2/configure-3164-      am__include=.include
##############################################
nd-0.8.2/configure-3221-  if test "$am_compiler_list" = ""; then
nd-0.8.2/configure:3222:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nd-0.8.2/configure-3223-  fi
##############################################
nd-0.8.2/configure-3429-fi
nd-0.8.2/configure:3430:CPPFLAGS="$CPPFLAGS `$XML_CONFIG --cflags`"
nd-0.8.2/configure-3431-
##############################################
nd-0.8.2/configure-3686-  # Check for GNU $ac_path_GREP
nd-0.8.2/configure:3687:case `"$ac_path_GREP" --version 2>&1` in
nd-0.8.2/configure-3688-*GNU*)
##############################################
nd-0.8.2/configure-3700-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
nd-0.8.2/configure:3701:    ac_count=`expr $ac_count + 1`
nd-0.8.2/configure-3702-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
nd-0.8.2/configure-3768-  # Check for GNU $ac_path_EGREP
nd-0.8.2/configure:3769:case `"$ac_path_EGREP" --version 2>&1` in
nd-0.8.2/configure-3770-*GNU*)
##############################################
nd-0.8.2/configure-3782-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
nd-0.8.2/configure:3783:    ac_count=`expr $ac_count + 1`
nd-0.8.2/configure-3784-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
nd-0.8.2/configure-4011-do
nd-0.8.2/configure:4012:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/configure-4013-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
nd-0.8.2/configure-4054-fi
nd-0.8.2/configure:4055:ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/configure-4056-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
nd-0.8.2/configure-4057-echo "${ECHO_T}$ac_res" >&6; }
nd-0.8.2/configure:4058:if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/configure-4059-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/configure:4060:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/configure-4061-_ACEOF
##############################################
nd-0.8.2/configure-4070-do
nd-0.8.2/configure:4071:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/configure-4072-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
nd-0.8.2/configure-4077-fi
nd-0.8.2/configure:4078:ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/configure-4079-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/configure-4193-fi
nd-0.8.2/configure:4194:ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/configure-4195-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/configure-4198-fi
nd-0.8.2/configure:4199:if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/configure-4200-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/configure:4201:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/configure-4202-_ACEOF
##############################################
nd-0.8.2/configure-4207-
nd-0.8.2/configure:4208:LIBS="$LIBS `$XML_CONFIG --libs`"
nd-0.8.2/configure-4209-
##############################################
nd-0.8.2/configure-4212-do
nd-0.8.2/configure:4213:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/configure-4214-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
nd-0.8.2/configure-4219-fi
nd-0.8.2/configure:4220:ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/configure-4221-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/configure-4335-fi
nd-0.8.2/configure:4336:ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/configure-4337-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/configure-4340-fi
nd-0.8.2/configure:4341:if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/configure-4342-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/configure:4343:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/configure-4344-_ACEOF
##############################################
nd-0.8.2/configure-4534-do
nd-0.8.2/configure:4535:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
nd-0.8.2/configure-4536-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
nd-0.8.2/configure-4541-fi
nd-0.8.2/configure:4542:ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/configure-4543-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/configure-4657-fi
nd-0.8.2/configure:4658:ac_res=`eval echo '${'$as_ac_Header'}'`
nd-0.8.2/configure-4659-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
nd-0.8.2/configure-4662-fi
nd-0.8.2/configure:4663:if test `eval echo '${'$as_ac_Header'}'` = yes; then
nd-0.8.2/configure-4664-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/configure:4665:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
nd-0.8.2/configure-4666-_ACEOF
##############################################
nd-0.8.2/configure-4784-do
nd-0.8.2/configure:4785:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
nd-0.8.2/configure-4786-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
nd-0.8.2/configure-4864-fi
nd-0.8.2/configure:4865:ac_res=`eval echo '${'$as_ac_var'}'`
nd-0.8.2/configure-4866-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
nd-0.8.2/configure-4867-echo "${ECHO_T}$ac_res" >&6; }
nd-0.8.2/configure:4868:if test `eval echo '${'$as_ac_var'}'` = yes; then
nd-0.8.2/configure-4869-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/configure:4870:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
nd-0.8.2/configure-4871-_ACEOF
##############################################
nd-0.8.2/configure-4973-do
nd-0.8.2/configure:4974:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
nd-0.8.2/configure-4975-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
nd-0.8.2/configure-5053-fi
nd-0.8.2/configure:5054:ac_res=`eval echo '${'$as_ac_var'}'`
nd-0.8.2/configure-5055-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
nd-0.8.2/configure-5056-echo "${ECHO_T}$ac_res" >&6; }
nd-0.8.2/configure:5057:if test `eval echo '${'$as_ac_var'}'` = yes; then
nd-0.8.2/configure-5058-  cat >>confdefs.h <<_ACEOF
nd-0.8.2/configure:5059:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
nd-0.8.2/configure-5060-_ACEOF
##############################################
nd-0.8.2/configure-5152-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nd-0.8.2/configure:5153:  ac_i=`echo "$ac_i" | sed "$ac_script"`
nd-0.8.2/configure-5154-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nd-0.8.2/configure-5296-do
nd-0.8.2/configure:5297:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
nd-0.8.2/configure-5298-    eval $as_var=C; export $as_var
##############################################
nd-0.8.2/configure-5346-  test "x$as_lineno_1" != "x$as_lineno_2" &&
nd-0.8.2/configure:5347:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
nd-0.8.2/configure-5348-
##############################################
nd-0.8.2/configure-5457-	esac;
nd-0.8.2/configure:5458:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
nd-0.8.2/configure-5459-	???[sx]*):;;*)false;;esac;fi
##############################################
nd-0.8.2/configure-5532-configured by $0, generated by GNU Autoconf 2.61,
nd-0.8.2/configure:5533:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
nd-0.8.2/configure-5534-
##############################################
nd-0.8.2/configure-5552-  --*=*)
nd-0.8.2/configure:5553:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nd-0.8.2/configure:5554:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nd-0.8.2/configure-5555-    ac_shift=:
##############################################
nd-0.8.2/configure-5792-
nd-0.8.2/configure:5793:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 81; then
nd-0.8.2/configure-5794-    break
##############################################
nd-0.8.2/configure-5803-
nd-0.8.2/configure:5804:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
nd-0.8.2/configure-5805-if test -n "$ac_eof"; then
nd-0.8.2/configure:5806:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
nd-0.8.2/configure:5807:  ac_eof=`expr $ac_eof + 1`
nd-0.8.2/configure-5808-fi
##############################################
nd-0.8.2/configure-5941-      case $as_dir in #(
nd-0.8.2/configure:5942:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
nd-0.8.2/configure-5943-      *) as_qdir=$as_dir;;
##############################################
nd-0.8.2/configure-5979-*)
nd-0.8.2/configure:5980:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
nd-0.8.2/configure-5981-  # A ".." for each directory in $ac_dir_suffix.
nd-0.8.2/configure:5982:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
nd-0.8.2/configure-5983-  case $ac_top_builddir_sub in
##############################################
nd-0.8.2/configure-6057-
nd-0.8.2/configure:6058:# Neutralize VPATH when `$srcdir' = `.'.
nd-0.8.2/configure-6059-# Shell code in configure.ac might set extrasub.
##############################################
nd-0.8.2/configure-6082-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nd-0.8.2/configure:6083:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
nd-0.8.2/configure:6084:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
nd-0.8.2/configure-6085-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
nd-0.8.2/configure-6200-    * )
nd-0.8.2/configure:6201:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nd-0.8.2/configure-6202-  esac
##############################################
nd-0.8.2/configure-6237-  # Strip MF so we end up with the name of the file.
nd-0.8.2/configure:6238:  mf=`echo "$mf" | sed -e 's/:.*$//'`
nd-0.8.2/configure-6239-  # Check whether this is an Automake generated Makefile or not.
##############################################
nd-0.8.2/configure-6274-  # from the Makefile without running `make'.
nd-0.8.2/configure:6275:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nd-0.8.2/configure-6276-  test -z "$DEPDIR" && continue
nd-0.8.2/configure:6277:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
nd-0.8.2/configure-6278-  test -z "am__include" && continue
nd-0.8.2/configure:6279:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nd-0.8.2/configure-6280-  # When using ansi2knr, U may be empty or an underscore; expand it
nd-0.8.2/configure:6281:  U=`sed -n 's/^U = //p' < "$mf"`
nd-0.8.2/configure-6282-  # Find all dependency output files, they are included files with
##############################################
nd-0.8.2/configure-6321-      case $as_dir in #(
nd-0.8.2/configure:6322:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
nd-0.8.2/configure-6323-      *) as_qdir=$as_dir;;
##############################################
nd-0.8.2/Makefile.in-225-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
nd-0.8.2/Makefile.in:226:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
nd-0.8.2/Makefile.in-227-	  if test -f $$p \
nd-0.8.2/Makefile.in-228-	  ; then \
nd-0.8.2/Makefile.in:229:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
nd-0.8.2/Makefile.in-230-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
nd-0.8.2/Makefile.in-237-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
nd-0.8.2/Makefile.in:238:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
nd-0.8.2/Makefile.in-239-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
nd-0.8.2/Makefile.in-258-.c.obj:
nd-0.8.2/Makefile.in:259:	$(COMPILE) -c `$(CYGPATH_W) '$<'`
nd-0.8.2/Makefile.in-260-install-man1: $(man1_MANS) $(man_MANS)
##############################################
nd-0.8.2/Makefile.in-272-	  else file=$$i; fi; \
nd-0.8.2/Makefile.in:273:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
nd-0.8.2/Makefile.in-274-	  case "$$ext" in \
##############################################
nd-0.8.2/Makefile.in-277-	  esac; \
nd-0.8.2/Makefile.in:278:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
nd-0.8.2/Makefile.in:279:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
nd-0.8.2/Makefile.in:280:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
nd-0.8.2/Makefile.in-281-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
nd-0.8.2/Makefile.in-293-	for i in $$list; do \
nd-0.8.2/Makefile.in:294:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
nd-0.8.2/Makefile.in-295-	  case "$$ext" in \
##############################################
nd-0.8.2/Makefile.in-298-	  esac; \
nd-0.8.2/Makefile.in:299:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
nd-0.8.2/Makefile.in:300:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
nd-0.8.2/Makefile.in:301:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
nd-0.8.2/Makefile.in-302-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
nd-0.8.2/Makefile.in-345-GTAGS:
nd-0.8.2/Makefile.in:346:	here=`$(am__cd) $(top_builddir) && pwd` \
nd-0.8.2/Makefile.in-347-	  && cd $(top_srcdir) \
##############################################
nd-0.8.2/Makefile.in-355-	test -d $(distdir) || mkdir $(distdir)
nd-0.8.2/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nd-0.8.2/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nd-0.8.2/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
nd-0.8.2/Makefile.in-369-	  if test -d $$d/$$file; then \
nd-0.8.2/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nd-0.8.2/Makefile.in-371-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
nd-0.8.2/Makefile.in-436-	chmod a-w $(distdir)
nd-0.8.2/Makefile.in:437:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nd-0.8.2/Makefile.in-438-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nd-0.8.2/Makefile.in-467-	@cd $(distuninstallcheck_dir) \
nd-0.8.2/Makefile.in:468:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
nd-0.8.2/Makefile.in-469-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nd-0.8.2/Makefile.in-479-	fi
nd-0.8.2/Makefile.in:480:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nd-0.8.2/Makefile.in-481-	  || { echo "ERROR: files left in build directory after distclean:" ; \