===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nload-0.7.4/install-sh-217-      fi
nload-0.7.4/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nload-0.7.4/install-sh-219-    *)
##############################################
nload-0.7.4/install-sh-269-      dstdir=$dst
nload-0.7.4/install-sh:270:      dst=$dstdir/`basename "$src"`
nload-0.7.4/install-sh-271-      dstdir_status=0
##############################################
nload-0.7.4/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
nload-0.7.4/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
nload-0.7.4/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
nload-0.7.4/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
nload-0.7.4/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
nload-0.7.4/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nload-0.7.4/install-sh-418-	    case $prefix in
nload-0.7.4/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nload-0.7.4/install-sh-420-	      *) qprefix=$prefix;;
##############################################
nload-0.7.4/install-sh-467-    if $copy_on_change &&
nload-0.7.4/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
nload-0.7.4/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
nload-0.7.4/install-sh-470-
##############################################
nload-0.7.4/missing-139-       # Could not run --version or --help.  This is probably someone
nload-0.7.4/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
nload-0.7.4/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
nload-0.7.4/missing-173-         from any GNU archive site."
nload-0.7.4/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
nload-0.7.4/missing-175-    test -z "$files" && files="config.h"
##############################################
nload-0.7.4/missing-202-         proper tools for further handling them.
nload-0.7.4/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
nload-0.7.4/missing-204-         archive site."
nload-0.7.4/missing-205-
nload-0.7.4/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
nload-0.7.4/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
nload-0.7.4/missing-208-    if test -f "$file"; then
##############################################
nload-0.7.4/missing-231-	*.y)
nload-0.7.4/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
nload-0.7.4/missing-233-	    if test -f "$SRCFILE"; then
##############################################
nload-0.7.4/missing-235-	    fi
nload-0.7.4/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
nload-0.7.4/missing-237-	    if test -f "$SRCFILE"; then
##############################################
nload-0.7.4/missing-261-	*.l)
nload-0.7.4/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
nload-0.7.4/missing-263-	    if test -f "$SRCFILE"; then
##############################################
nload-0.7.4/missing-280-
nload-0.7.4/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
nload-0.7.4/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
nload-0.7.4/missing-283-    if test -f "$file"; then
##############################################
nload-0.7.4/missing-300-    # The file to touch is that specified with -o ...
nload-0.7.4/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
nload-0.7.4/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
nload-0.7.4/missing-303-    if test -z "$file"; then
nload-0.7.4/missing-304-      # ... or it is the one specified with @setfilename ...
nload-0.7.4/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
nload-0.7.4/missing-306-      file=`sed -n '
##############################################
nload-0.7.4/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
nload-0.7.4/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
nload-0.7.4/missing-314-    fi
##############################################
nload-0.7.4/missing-336-	*o*)
nload-0.7.4/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
nload-0.7.4/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
nload-0.7.4/missing-342-	*h*)
nload-0.7.4/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
nload-0.7.4/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
nload-0.7.4/src/Makefile.in-328-.cpp.obj:
nload-0.7.4/src/Makefile.in:329:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
nload-0.7.4/src/Makefile.in-330-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
nload-0.7.4/src/Makefile.in-332-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nload-0.7.4/src/Makefile.in:333:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nload-0.7.4/src/Makefile.in-334-
##############################################
nload-0.7.4/src/Makefile.in-379-GTAGS:
nload-0.7.4/src/Makefile.in:380:	here=`$(am__cd) $(top_builddir) && pwd` \
nload-0.7.4/src/Makefile.in-381-	  && $(am__cd) $(top_srcdir) \
##############################################
nload-0.7.4/src/Makefile.in-387-distdir: $(DISTFILES)
nload-0.7.4/src/Makefile.in:388:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nload-0.7.4/src/Makefile.in:389:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nload-0.7.4/src/Makefile.in-390-	list='$(DISTFILES)'; \
##############################################
nload-0.7.4/src/Makefile.in-401-	  if test -d $$d/$$file; then \
nload-0.7.4/src/Makefile.in:402:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nload-0.7.4/src/Makefile.in-403-	    if test -d "$(distdir)/$$file"; then \
##############################################
nload-0.7.4/aclocal.m4-67-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
nload-0.7.4/aclocal.m4:68:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
nload-0.7.4/aclocal.m4-69-#
##############################################
nload-0.7.4/aclocal.m4-91-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nload-0.7.4/aclocal.m4:92:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nload-0.7.4/aclocal.m4-93-# and then we would define $MISSING as
##############################################
nload-0.7.4/aclocal.m4-107-# expand $ac_aux_dir to an absolute path
nload-0.7.4/aclocal.m4:108:am_aux_dir=`cd $ac_aux_dir && pwd`
nload-0.7.4/aclocal.m4-109-])
##############################################
nload-0.7.4/aclocal.m4-208-  if test "$am_compiler_list" = ""; then
nload-0.7.4/aclocal.m4:209:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
nload-0.7.4/aclocal.m4-210-  fi
##############################################
nload-0.7.4/aclocal.m4-354-    # Strip MF so we end up with the name of the file.
nload-0.7.4/aclocal.m4:355:    mf=`echo "$mf" | sed -e 's/:.*$//'`
nload-0.7.4/aclocal.m4-356-    # Check whether this is an Automake generated Makefile or not.
##############################################
nload-0.7.4/aclocal.m4-363-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
nload-0.7.4/aclocal.m4:364:      dirpart=`AS_DIRNAME("$mf")`
nload-0.7.4/aclocal.m4-365-    else
##############################################
nload-0.7.4/aclocal.m4-369-    # from the Makefile without running `make'.
nload-0.7.4/aclocal.m4:370:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nload-0.7.4/aclocal.m4-371-    test -z "$DEPDIR" && continue
nload-0.7.4/aclocal.m4:372:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
nload-0.7.4/aclocal.m4-373-    test -z "am__include" && continue
nload-0.7.4/aclocal.m4:374:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nload-0.7.4/aclocal.m4-375-    # When using ansi2knr, U may be empty or an underscore; expand it
nload-0.7.4/aclocal.m4:376:    U=`sed -n 's/^U = //p' < "$mf"`
nload-0.7.4/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
nload-0.7.4/aclocal.m4-385-      test -f "$dirpart/$file" && continue
nload-0.7.4/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
nload-0.7.4/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
nload-0.7.4/aclocal.m4-440-AC_REQUIRE([AC_PROG_INSTALL])dnl
nload-0.7.4/aclocal.m4:441:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nload-0.7.4/aclocal.m4-442-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nload-0.7.4/aclocal.m4-542-    * )
nload-0.7.4/aclocal.m4:543:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nload-0.7.4/aclocal.m4-544-  esac
nload-0.7.4/aclocal.m4-545-done
nload-0.7.4/aclocal.m4:546:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nload-0.7.4/aclocal.m4-547-
##############################################
nload-0.7.4/aclocal.m4-617-# Ignore all kinds of additional output from `make'.
nload-0.7.4/aclocal.m4:618:case `$am_make -s -f confmf 2> /dev/null` in #(
nload-0.7.4/aclocal.m4-619-*the\ am__doit\ target*)
##############################################
nload-0.7.4/aclocal.m4-627-   echo '.include "confinc"' > confmf
nload-0.7.4/aclocal.m4:628:   case `$am_make -s -f confmf 2> /dev/null` in #(
nload-0.7.4/aclocal.m4-629-   *the\ am__doit\ target*)
##############################################
nload-0.7.4/aclocal.m4-780-if (
nload-0.7.4/aclocal.m4:781:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nload-0.7.4/aclocal.m4-782-   if test "$[*]" = "X"; then
nload-0.7.4/aclocal.m4-783-      # -L didn't work.
nload-0.7.4/aclocal.m4:784:      set X `ls -t "$srcdir/configure" conftest.file`
nload-0.7.4/aclocal.m4-785-   fi
##############################################
nload-0.7.4/config.sub-59-
nload-0.7.4/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
nload-0.7.4/config.sub-61-
##############################################
nload-0.7.4/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations.
nload-0.7.4/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nload-0.7.4/config.sub-126-case $maybe_os in
##############################################
nload-0.7.4/config.sub-131-    os=-$maybe_os
nload-0.7.4/config.sub:132:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nload-0.7.4/config.sub-133-    ;;
nload-0.7.4/config.sub-134-  *)
nload-0.7.4/config.sub:135:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nload-0.7.4/config.sub-136-    if [ $basic_machine != $1 ]
nload-0.7.4/config.sub:137:    then os=`echo $1 | sed 's/.*-/-/'`
nload-0.7.4/config.sub-138-    else os=; fi
##############################################
nload-0.7.4/config.sub-185-		os=-sco5v6
nload-0.7.4/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-187-		;;
##############################################
nload-0.7.4/config.sub-189-		os=-sco3.2v5
nload-0.7.4/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-191-		;;
##############################################
nload-0.7.4/config.sub-193-		os=-sco3.2v4
nload-0.7.4/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-195-		;;
nload-0.7.4/config.sub-196-	-sco3.2.[4-9]*)
nload-0.7.4/config.sub:197:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nload-0.7.4/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-199-		;;
##############################################
nload-0.7.4/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nload-0.7.4/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-203-		;;
##############################################
nload-0.7.4/config.sub-205-		# Don't forget version if it is 3.2v4 or newer.
nload-0.7.4/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-207-		;;
##############################################
nload-0.7.4/config.sub-209-		os=-sco3.2v2
nload-0.7.4/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-211-		;;
nload-0.7.4/config.sub-212-	-udk*)
nload-0.7.4/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-214-		;;
##############################################
nload-0.7.4/config.sub-216-		os=-isc2.2
nload-0.7.4/config.sub:217:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-218-		;;
##############################################
nload-0.7.4/config.sub-222-	-isc*)
nload-0.7.4/config.sub:223:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nload-0.7.4/config.sub-224-		;;
##############################################
nload-0.7.4/config.sub-228-	-ptx*)
nload-0.7.4/config.sub:229:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nload-0.7.4/config.sub-230-		;;
nload-0.7.4/config.sub-231-	-windowsnt*)
nload-0.7.4/config.sub:232:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nload-0.7.4/config.sub-233-		;;
##############################################
nload-0.7.4/config.sub-324-	*-*-*)
nload-0.7.4/config.sub:325:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nload-0.7.4/config.sub-326-		exit 1
##############################################
nload-0.7.4/config.sub-435-	amd64-*)
nload-0.7.4/config.sub:436:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-437-		;;
##############################################
nload-0.7.4/config.sub-477-	blackfin-*)
nload-0.7.4/config.sub:478:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-479-		os=-linux
##############################################
nload-0.7.4/config.sub-680-	i*86v32)
nload-0.7.4/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nload-0.7.4/config.sub-682-		os=-sysv32
##############################################
nload-0.7.4/config.sub-684-	i*86v4*)
nload-0.7.4/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nload-0.7.4/config.sub-686-		os=-sysv4
##############################################
nload-0.7.4/config.sub-688-	i*86v)
nload-0.7.4/config.sub:689:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nload-0.7.4/config.sub-690-		os=-sysv
##############################################
nload-0.7.4/config.sub-692-	i*86sol2)
nload-0.7.4/config.sub:693:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nload-0.7.4/config.sub-694-		os=-solaris2
##############################################
nload-0.7.4/config.sub-722-	m68knommu-*)
nload-0.7.4/config.sub:723:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-724-		os=-linux
##############################################
nload-0.7.4/config.sub-755-	mips3*-*)
nload-0.7.4/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nload-0.7.4/config.sub-757-		;;
nload-0.7.4/config.sub-758-	mips3*)
nload-0.7.4/config.sub:759:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nload-0.7.4/config.sub-760-		;;
##############################################
nload-0.7.4/config.sub-773-	ms1-*)
nload-0.7.4/config.sub:774:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nload-0.7.4/config.sub-775-		;;
##############################################
nload-0.7.4/config.sub-878-	parisc-*)
nload-0.7.4/config.sub:879:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-880-		os=-linux
##############################################
nload-0.7.4/config.sub-894-	pc98-*)
nload-0.7.4/config.sub:895:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-896-		;;
##############################################
nload-0.7.4/config.sub-909-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nload-0.7.4/config.sub:910:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-911-		;;
nload-0.7.4/config.sub-912-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nload-0.7.4/config.sub:913:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-914-		;;
nload-0.7.4/config.sub-915-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nload-0.7.4/config.sub:916:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-917-		;;
nload-0.7.4/config.sub-918-	pentium4-*)
nload-0.7.4/config.sub:919:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-920-		;;
##############################################
nload-0.7.4/config.sub-927-		;;
nload-0.7.4/config.sub:928:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-929-		;;
##############################################
nload-0.7.4/config.sub-933-	ppcle-* | powerpclittle-*)
nload-0.7.4/config.sub:934:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-935-		;;
##############################################
nload-0.7.4/config.sub-937-		;;
nload-0.7.4/config.sub:938:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-939-		;;
##############################################
nload-0.7.4/config.sub-943-	ppc64le-* | powerpc64little-*)
nload-0.7.4/config.sub:944:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nload-0.7.4/config.sub-945-		;;
##############################################
nload-0.7.4/config.sub-1240-	*)
nload-0.7.4/config.sub:1241:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nload-0.7.4/config.sub-1242-		exit 1
##############################################
nload-0.7.4/config.sub-1248-	*-digital*)
nload-0.7.4/config.sub:1249:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nload-0.7.4/config.sub-1250-		;;
nload-0.7.4/config.sub-1251-	*-commodore*)
nload-0.7.4/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nload-0.7.4/config.sub-1253-		;;
##############################################
nload-0.7.4/config.sub-1269-	-solaris1 | -solaris1.*)
nload-0.7.4/config.sub:1270:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nload-0.7.4/config.sub-1271-		;;
##############################################
nload-0.7.4/config.sub-1281-	-gnu/linux*)
nload-0.7.4/config.sub:1282:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nload-0.7.4/config.sub-1283-		;;
##############################################
nload-0.7.4/config.sub-1326-	-nto*)
nload-0.7.4/config.sub:1327:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nload-0.7.4/config.sub-1328-		;;
##############################################
nload-0.7.4/config.sub-1333-	-mac*)
nload-0.7.4/config.sub:1334:		os=`echo $os | sed -e 's|mac|macos|'`
nload-0.7.4/config.sub-1335-		;;
##############################################
nload-0.7.4/config.sub-1339-	-linux*)
nload-0.7.4/config.sub:1340:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nload-0.7.4/config.sub-1341-		;;
nload-0.7.4/config.sub-1342-	-sunos5*)
nload-0.7.4/config.sub:1343:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nload-0.7.4/config.sub-1344-		;;
nload-0.7.4/config.sub-1345-	-sunos6*)
nload-0.7.4/config.sub:1346:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nload-0.7.4/config.sub-1347-		;;
##############################################
nload-0.7.4/config.sub-1394-	-sinix5.*)
nload-0.7.4/config.sub:1395:		os=`echo $os | sed -e 's|sinix|sysv|'`
nload-0.7.4/config.sub-1396-		;;
##############################################
nload-0.7.4/config.sub-1450-		# Get rid of the `-' at the beginning of $os.
nload-0.7.4/config.sub:1451:		os=`echo $os | sed 's/[^-]*-//'`
nload-0.7.4/config.sub:1452:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nload-0.7.4/config.sub-1453-		exit 1
##############################################
nload-0.7.4/config.sub-1701-		esac
nload-0.7.4/config.sub:1702:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nload-0.7.4/config.sub-1703-		;;
##############################################
nload-0.7.4/docs/Makefile.in-192-distdir: $(DISTFILES)
nload-0.7.4/docs/Makefile.in:193:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nload-0.7.4/docs/Makefile.in:194:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nload-0.7.4/docs/Makefile.in-195-	list='$(DISTFILES)'; \
##############################################
nload-0.7.4/docs/Makefile.in-206-	  if test -d $$d/$$file; then \
nload-0.7.4/docs/Makefile.in:207:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nload-0.7.4/docs/Makefile.in-208-	    if test -d "$(distdir)/$$file"; then \
##############################################
nload-0.7.4/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
nload-0.7.4/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nload-0.7.4/configure-49-  as_echo='print -r --'
nload-0.7.4/configure-50-  as_echo_n='print -rn --'
nload-0.7.4/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nload-0.7.4/configure-52-  as_echo='printf %s\n'
##############################################
nload-0.7.4/configure-54-else
nload-0.7.4/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nload-0.7.4/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nload-0.7.4/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
nload-0.7.4/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nload-0.7.4/configure-66-      esac;
##############################################
nload-0.7.4/configure-174-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nload-0.7.4/configure:175:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nload-0.7.4/configure-176-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
nload-0.7.4/configure-291-      case $as_dir in #(
nload-0.7.4/configure:292:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nload-0.7.4/configure-293-      *) as_qdir=$as_dir;;
##############################################
nload-0.7.4/configure-356-  {
nload-0.7.4/configure:357:    as_val=`expr "$@" || test $? -eq 1`
nload-0.7.4/configure-358-  }
##############################################
nload-0.7.4/configure-363-# ----------------------------------------
nload-0.7.4/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nload-0.7.4/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nload-0.7.4/configure-426-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nload-0.7.4/configure:427:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nload-0.7.4/configure-428-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nload-0.7.4/configure-517-	esac;
nload-0.7.4/configure:518:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
nload-0.7.4/configure-519-	???[sx]*):;;*)false;;esac;fi
##############################################
nload-0.7.4/configure-783-  case $ac_option in
nload-0.7.4/configure:784:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nload-0.7.4/configure-785-  *=)   ac_optarg= ;;
##############################################
nload-0.7.4/configure-827-  -disable-* | --disable-*)
nload-0.7.4/configure:828:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nload-0.7.4/configure-829-    # Reject names that are not valid shell variable names.
##############################################
nload-0.7.4/configure-832-    ac_useropt_orig=$ac_useropt
nload-0.7.4/configure:833:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nload-0.7.4/configure-834-    case $ac_user_opts in
##############################################
nload-0.7.4/configure-853-  -enable-* | --enable-*)
nload-0.7.4/configure:854:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nload-0.7.4/configure-855-    # Reject names that are not valid shell variable names.
##############################################
nload-0.7.4/configure-858-    ac_useropt_orig=$ac_useropt
nload-0.7.4/configure:859:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nload-0.7.4/configure-860-    case $ac_user_opts in
##############################################
nload-0.7.4/configure-1057-  -with-* | --with-*)
nload-0.7.4/configure:1058:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nload-0.7.4/configure-1059-    # Reject names that are not valid shell variable names.
##############################################
nload-0.7.4/configure-1062-    ac_useropt_orig=$ac_useropt
nload-0.7.4/configure:1063:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nload-0.7.4/configure-1064-    case $ac_user_opts in
##############################################
nload-0.7.4/configure-1073-  -without-* | --without-*)
nload-0.7.4/configure:1074:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nload-0.7.4/configure-1075-    # Reject names that are not valid shell variable names.
##############################################
nload-0.7.4/configure-1078-    ac_useropt_orig=$ac_useropt
nload-0.7.4/configure:1079:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nload-0.7.4/configure-1080-    case $ac_user_opts in
##############################################
nload-0.7.4/configure-1111-  *=*)
nload-0.7.4/configure:1112:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nload-0.7.4/configure-1113-    # Reject names that are not valid shell variable names.
##############################################
nload-0.7.4/configure-1132-if test -n "$ac_prev"; then
nload-0.7.4/configure:1133:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nload-0.7.4/configure-1134-  as_fn_error $? "missing argument to $ac_option"
##############################################
nload-0.7.4/configure-1154-    */ )
nload-0.7.4/configure:1155:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nload-0.7.4/configure-1156-      eval $ac_var=\$ac_val;;
##############################################
nload-0.7.4/configure-1191-ac_ls_di=`ls -di .` &&
nload-0.7.4/configure:1192:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nload-0.7.4/configure-1193-  as_fn_error $? "working directory cannot be determined"
##############################################
nload-0.7.4/configure-1247-case $srcdir in
nload-0.7.4/configure:1248:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nload-0.7.4/configure-1249-esac
##############################################
nload-0.7.4/configure-1290-By default, \`make install' will install all the files in
nload-0.7.4/configure:1291:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nload-0.7.4/configure:1292:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nload-0.7.4/configure-1293-for instance \`--prefix=\$HOME'.
##############################################
nload-0.7.4/configure-1376-*)
nload-0.7.4/configure:1377:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nload-0.7.4/configure-1378-  # A ".." for each directory in $ac_dir_suffix.
nload-0.7.4/configure:1379:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nload-0.7.4/configure-1380-  case $ac_top_builddir_sub in
##############################################
nload-0.7.4/configure-1956-    *\'*)
nload-0.7.4/configure:1957:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nload-0.7.4/configure-1958-    esac
##############################################
nload-0.7.4/configure-2039-      case $ac_val in
nload-0.7.4/configure:2040:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nload-0.7.4/configure-2041-      esac
##############################################
nload-0.7.4/configure-2054-	case $ac_val in
nload-0.7.4/configure:2055:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nload-0.7.4/configure-2056-	esac
##############################################
nload-0.7.4/configure-2174-    set,)
nload-0.7.4/configure:2175:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nload-0.7.4/configure:2176:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nload-0.7.4/configure-2177-      ac_cache_corrupted=: ;;
##############################################
nload-0.7.4/configure-2185-	# differences in whitespace do not lead to failure.
nload-0.7.4/configure:2186:	ac_old_val_w=`echo x $ac_old_val`
nload-0.7.4/configure:2187:	ac_new_val_w=`echo x $ac_new_val`
nload-0.7.4/configure-2188-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nload-0.7.4/configure-2205-    case $ac_new_val in
nload-0.7.4/configure:2206:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nload-0.7.4/configure-2207-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nload-0.7.4/configure-2273-test "x$ac_build_alias" = x &&
nload-0.7.4/configure:2274:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nload-0.7.4/configure-2275-test "x$ac_build_alias" = x &&
nload-0.7.4/configure-2276-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nload-0.7.4/configure:2277:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nload-0.7.4/configure-2278-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nload-0.7.4/configure-2297-IFS=$ac_save_IFS
nload-0.7.4/configure:2298:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nload-0.7.4/configure-2299-
##############################################
nload-0.7.4/configure-2308-else
nload-0.7.4/configure:2309:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nload-0.7.4/configure-2310-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nload-0.7.4/configure-2330-IFS=$ac_save_IFS
nload-0.7.4/configure:2331:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nload-0.7.4/configure-2332-
##############################################
nload-0.7.4/configure-2461-if (
nload-0.7.4/configure:2462:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nload-0.7.4/configure-2463-   if test "$*" = "X"; then
nload-0.7.4/configure-2464-      # -L didn't work.
nload-0.7.4/configure:2465:      set X `ls -t "$srcdir/configure" conftest.file`
nload-0.7.4/configure-2466-   fi
##############################################
nload-0.7.4/configure-2497-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nload-0.7.4/configure:2498:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nload-0.7.4/configure-2499-
nload-0.7.4/configure-2500-# expand $ac_aux_dir to an absolute path
nload-0.7.4/configure:2501:am_aux_dir=`cd $ac_aux_dir && pwd`
nload-0.7.4/configure-2502-
##############################################
nload-0.7.4/configure-2642-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
nload-0.7.4/configure:2643:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nload-0.7.4/configure-2644-	     'mkdir (GNU coreutils) '* | \
##############################################
nload-0.7.4/configure-2721-set x ${MAKE-make}
nload-0.7.4/configure:2722:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nload-0.7.4/configure-2723-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
nload-0.7.4/configure-2731-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nload-0.7.4/configure:2732:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nload-0.7.4/configure-2733-  *@@@%%%=?*=@@@%%%*)
##############################################
nload-0.7.4/configure-2758-
nload-0.7.4/configure:2759:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nload-0.7.4/configure-2760-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nload-0.7.4/configure-2975-$as_echo_n "checking whether the C++ compiler works... " >&6; }
nload-0.7.4/configure:2976:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nload-0.7.4/configure-2977-
##############################################
nload-0.7.4/configure-3019-	then :; else
nload-0.7.4/configure:3020:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nload-0.7.4/configure-3021-	fi
##############################################
nload-0.7.4/configure-3079-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nload-0.7.4/configure:3080:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nload-0.7.4/configure-3081-	  break;;
##############################################
nload-0.7.4/configure-3188-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nload-0.7.4/configure:3189:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nload-0.7.4/configure-3190-       break;;
##############################################
nload-0.7.4/configure-3347-# Ignore all kinds of additional output from `make'.
nload-0.7.4/configure:3348:case `$am_make -s -f confmf 2> /dev/null` in #(
nload-0.7.4/configure-3349-*the\ am__doit\ target*)
##############################################
nload-0.7.4/configure-3357-   echo '.include "confinc"' > confmf
nload-0.7.4/configure:3358:   case `$am_make -s -f confmf 2> /dev/null` in #(
nload-0.7.4/configure-3359-   *the\ am__doit\ target*)
##############################################
nload-0.7.4/configure-3418-  if test "$am_compiler_list" = ""; then
nload-0.7.4/configure:3419:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nload-0.7.4/configure-3420-  fi
##############################################
nload-0.7.4/configure-4085-  if test "$am_compiler_list" = ""; then
nload-0.7.4/configure:4086:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nload-0.7.4/configure-4087-  fi
##############################################
nload-0.7.4/configure-4342-  # Check for GNU $ac_path_GREP
nload-0.7.4/configure:4343:case `"$ac_path_GREP" --version 2>&1` in
nload-0.7.4/configure-4344-*GNU*)
##############################################
nload-0.7.4/configure-4408-  # Check for GNU $ac_path_EGREP
nload-0.7.4/configure:4409:case `"$ac_path_EGREP" --version 2>&1` in
nload-0.7.4/configure-4410-*GNU*)
##############################################
nload-0.7.4/configure-4684-do :
nload-0.7.4/configure:4685:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nload-0.7.4/configure-4686-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nload-0.7.4/configure-4689-  cat >>confdefs.h <<_ACEOF
nload-0.7.4/configure:4690:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nload-0.7.4/configure-4691-_ACEOF
##############################################
nload-0.7.4/configure-5171-do :
nload-0.7.4/configure:5172:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nload-0.7.4/configure-5173-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nload-0.7.4/configure-5175-  cat >>confdefs.h <<_ACEOF
nload-0.7.4/configure:5176:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nload-0.7.4/configure-5177-_ACEOF
##############################################
nload-0.7.4/configure-5367-do :
nload-0.7.4/configure:5368:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nload-0.7.4/configure-5369-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nload-0.7.4/configure-5371-  cat >>confdefs.h <<_ACEOF
nload-0.7.4/configure:5372:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nload-0.7.4/configure-5373-_ACEOF
##############################################
nload-0.7.4/configure-5465-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nload-0.7.4/configure:5466:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nload-0.7.4/configure-5467-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nload-0.7.4/configure-5584-if test -z "$BASH_VERSION$ZSH_VERSION" \
nload-0.7.4/configure:5585:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nload-0.7.4/configure-5586-  as_echo='print -r --'
nload-0.7.4/configure-5587-  as_echo_n='print -rn --'
nload-0.7.4/configure:5588:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nload-0.7.4/configure-5589-  as_echo='printf %s\n'
##############################################
nload-0.7.4/configure-5591-else
nload-0.7.4/configure:5592:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nload-0.7.4/configure-5593-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nload-0.7.4/configure-5601-	expr "X$arg" : "X\\(.*\\)$as_nl";
nload-0.7.4/configure:5602:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nload-0.7.4/configure-5603-      esac;
##############################################
nload-0.7.4/configure-5677-# ----------------------------------------
nload-0.7.4/configure:5678:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nload-0.7.4/configure-5679-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nload-0.7.4/configure-5749-  {
nload-0.7.4/configure:5750:    as_val=`expr "$@" || test $? -eq 1`
nload-0.7.4/configure-5751-  }
##############################################
nload-0.7.4/configure-5853-      case $as_dir in #(
nload-0.7.4/configure:5854:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nload-0.7.4/configure-5855-      *) as_qdir=$as_dir;;
##############################################
nload-0.7.4/configure-5910-	esac;
nload-0.7.4/configure:5911:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
nload-0.7.4/configure-5912-	???[sx]*):;;*)false;;esac;fi
##############################################
nload-0.7.4/configure-6000-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nload-0.7.4/configure:6001:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nload-0.7.4/configure-6002-ac_cs_version="\\
##############################################
nload-0.7.4/configure-6025-  --*=?*)
nload-0.7.4/configure:6026:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nload-0.7.4/configure:6027:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nload-0.7.4/configure-6028-    ac_shift=:
##############################################
nload-0.7.4/configure-6030-  --*=)
nload-0.7.4/configure:6031:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nload-0.7.4/configure-6032-    ac_optarg=
##############################################
nload-0.7.4/configure-6054-    case $ac_optarg in
nload-0.7.4/configure:6055:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nload-0.7.4/configure-6056-    '') as_fn_error $? "missing file argument" ;;
##############################################
nload-0.7.4/configure-6062-    case $ac_optarg in
nload-0.7.4/configure:6063:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nload-0.7.4/configure-6064-    esac
##############################################
nload-0.7.4/configure-6192-fi
nload-0.7.4/configure:6193:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nload-0.7.4/configure-6194-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nload-0.7.4/configure-6209-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nload-0.7.4/configure:6210:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nload-0.7.4/configure-6211-ac_delim='%!_!# '
##############################################
nload-0.7.4/configure-6215-
nload-0.7.4/configure:6216:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nload-0.7.4/configure-6217-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nload-0.7.4/configure-6353-for ac_last_try in false false :; do
nload-0.7.4/configure:6354:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
nload-0.7.4/configure-6355-  if test -z "$ac_t"; then
##############################################
nload-0.7.4/configure-6485-      esac
nload-0.7.4/configure:6486:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nload-0.7.4/configure-6487-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nload-0.7.4/configure-6544-*)
nload-0.7.4/configure:6545:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nload-0.7.4/configure-6546-  # A ".." for each directory in $ac_dir_suffix.
nload-0.7.4/configure:6547:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nload-0.7.4/configure-6548-  case $ac_top_builddir_sub in
##############################################
nload-0.7.4/configure-6605-/@mandir@/p'
nload-0.7.4/configure:6606:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nload-0.7.4/configure-6607-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nload-0.7.4/configure-6622-
nload-0.7.4/configure:6623:# Neutralize VPATH when `$srcdir' = `.'.
nload-0.7.4/configure-6624-# Shell code in configure.ac might set extrasub.
##############################################
nload-0.7.4/configure-6650-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nload-0.7.4/configure:6651:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
nload-0.7.4/configure:6652:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
nload-0.7.4/configure-6653-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
nload-0.7.4/configure-6695-    * )
nload-0.7.4/configure:6696:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nload-0.7.4/configure-6697-  esac
##############################################
nload-0.7.4/configure-6742-    # Strip MF so we end up with the name of the file.
nload-0.7.4/configure:6743:    mf=`echo "$mf" | sed -e 's/:.*$//'`
nload-0.7.4/configure-6744-    # Check whether this is an Automake generated Makefile or not.
##############################################
nload-0.7.4/configure-6779-    # from the Makefile without running `make'.
nload-0.7.4/configure:6780:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nload-0.7.4/configure-6781-    test -z "$DEPDIR" && continue
nload-0.7.4/configure:6782:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
nload-0.7.4/configure-6783-    test -z "am__include" && continue
nload-0.7.4/configure:6784:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nload-0.7.4/configure-6785-    # When using ansi2knr, U may be empty or an underscore; expand it
nload-0.7.4/configure:6786:    U=`sed -n 's/^U = //p' < "$mf"`
nload-0.7.4/configure-6787-    # Find all dependency output files, they are included files with
##############################################
nload-0.7.4/config.guess-40-
nload-0.7.4/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
nload-0.7.4/config.guess-42-
##############################################
nload-0.7.4/config.guess-110-: ${TMPDIR=/tmp} ;
nload-0.7.4/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nload-0.7.4/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nload-0.7.4/config.guess-196-	    *)
nload-0.7.4/config.guess:197:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nload-0.7.4/config.guess-198-		;;
##############################################
nload-0.7.4/config.guess-223-	*4.0)
nload-0.7.4/config.guess:224:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nload-0.7.4/config.guess-225-		;;
nload-0.7.4/config.guess-226-	*5.*)
nload-0.7.4/config.guess:227:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nload-0.7.4/config.guess-228-		;;
##############################################
nload-0.7.4/config.guess-233-	# types through head -n 1, so we only detect the type of CPU 0.
nload-0.7.4/config.guess:234:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nload-0.7.4/config.guess-235-	case "$ALPHA_CPU_TYPE" in
##############################################
nload-0.7.4/config.guess-271-	# 1.2 uses "1.2" for uname -r.
nload-0.7.4/config.guess:272:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nload-0.7.4/config.guess-273-	exit ;;
##############################################
nload-0.7.4/config.guess-328-    s390x:SunOS:*:*)
nload-0.7.4/config.guess:329:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nload-0.7.4/config.guess-330-	exit ;;
nload-0.7.4/config.guess-331-    sun4H:SunOS:5.*:*)
nload-0.7.4/config.guess:332:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nload-0.7.4/config.guess-333-	exit ;;
nload-0.7.4/config.guess-334-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nload-0.7.4/config.guess:335:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nload-0.7.4/config.guess-336-	exit ;;
##############################################
nload-0.7.4/config.guess-353-	fi
nload-0.7.4/config.guess:354:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nload-0.7.4/config.guess-355-	exit ;;
##############################################
nload-0.7.4/config.guess-359-	# it's likely to be more like Solaris than SunOS4.
nload-0.7.4/config.guess:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nload-0.7.4/config.guess-361-	exit ;;
##############################################
nload-0.7.4/config.guess-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
nload-0.7.4/config.guess:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nload-0.7.4/config.guess-370-	exit ;;
##############################################
nload-0.7.4/config.guess-374-    sun*:*:4.2BSD:*)
nload-0.7.4/config.guess:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nload-0.7.4/config.guess-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nload-0.7.4/config.guess-456-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nload-0.7.4/config.guess:457:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nload-0.7.4/config.guess:458:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nload-0.7.4/config.guess-459-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nload-0.7.4/config.guess-512-    *:IRIX*:*:*)
nload-0.7.4/config.guess:513:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nload-0.7.4/config.guess-514-	exit ;;
##############################################
nload-0.7.4/config.guess-542-EOF
nload-0.7.4/config.guess:543:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nload-0.7.4/config.guess-544-		then
##############################################
nload-0.7.4/config.guess-555-    *:AIX:*:[456])
nload-0.7.4/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nload-0.7.4/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nload-0.7.4/config.guess-590-    9000/[34678]??:HP-UX:*:*)
nload-0.7.4/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nload-0.7.4/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
nload-0.7.4/config.guess-644-EOF
nload-0.7.4/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nload-0.7.4/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nload-0.7.4/config.guess-672-    ia64:HP-UX:*:*)
nload-0.7.4/config.guess:673:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nload-0.7.4/config.guess-674-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nload-0.7.4/config.guess-702-EOF
nload-0.7.4/config.guess:703:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nload-0.7.4/config.guess-704-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nload-0.7.4/config.guess-773-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nload-0.7.4/config.guess:774:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nload-0.7.4/config.guess-775-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nload-0.7.4/config.guess-778-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nload-0.7.4/config.guess:779:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nload-0.7.4/config.guess-780-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nload-0.7.4/config.guess-793-	    pc98)
nload-0.7.4/config.guess:794:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nload-0.7.4/config.guess-795-	    amd64)
nload-0.7.4/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nload-0.7.4/config.guess-797-	    *)
nload-0.7.4/config.guess:798:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nload-0.7.4/config.guess-799-	esac
##############################################
nload-0.7.4/config.guess-847-    prep*:SunOS:5.*:*)
nload-0.7.4/config.guess:848:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nload-0.7.4/config.guess-849-	exit ;;
##############################################
nload-0.7.4/config.guess-851-	# the GNU system
nload-0.7.4/config.guess:852:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nload-0.7.4/config.guess-853-	exit ;;
##############################################
nload-0.7.4/config.guess-855-	# other systems with GNU libc and userland
nload-0.7.4/config.guess:856:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
nload-0.7.4/config.guess-857-	exit ;;
##############################################
nload-0.7.4/config.guess-904-EOF
nload-0.7.4/config.guess:905:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
nload-0.7.4/config.guess-906-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
nload-0.7.4/config.guess-932-EOF
nload-0.7.4/config.guess:933:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nload-0.7.4/config.guess-934-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
nload-0.7.4/config.guess-1014-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nload-0.7.4/config.guess:1015:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nload-0.7.4/config.guess-1016-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nload-0.7.4/config.guess-1281-    *:DragonFly:*:*)
nload-0.7.4/config.guess:1282:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nload-0.7.4/config.guess-1283-	exit ;;
##############################################
nload-0.7.4/config.guess-1294-    i*86:skyos:*:*)
nload-0.7.4/config.guess:1295:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nload-0.7.4/config.guess-1296-	exit ;;
##############################################
nload-0.7.4/config.guess-1422-
nload-0.7.4/config.guess:1423:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
nload-0.7.4/config.guess-1424-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
nload-0.7.4/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
nload-0.7.4/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
nload-0.7.4/depcomp-69-
##############################################
nload-0.7.4/depcomp-224-  # Version 6 uses the directory in both cases.
nload-0.7.4/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
nload-0.7.4/depcomp-226-  test "x$dir" = "x$object" && dir=
nload-0.7.4/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
nload-0.7.4/depcomp-228-  if test "$libtool" = yes; then
##############################################
nload-0.7.4/depcomp-253-    # Do two passes, one to just change these to
nload-0.7.4/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
nload-0.7.4/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
nload-0.7.4/depcomp-295-  # Do two passes, one to just change these to
nload-0.7.4/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
nload-0.7.4/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
nload-0.7.4/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
nload-0.7.4/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
nload-0.7.4/depcomp-313-  test "x$dir" = "x$object" && dir=
nload-0.7.4/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
nload-0.7.4/depcomp-315-  if test "$libtool" = yes; then
##############################################
nload-0.7.4/depcomp-355-   # Subdirectories are respected.
nload-0.7.4/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
nload-0.7.4/depcomp-357-   test "x$dir" = "x$object" && dir=
nload-0.7.4/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
nload-0.7.4/depcomp-359-
##############################################
nload-0.7.4/depcomp-501-  done
nload-0.7.4/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
nload-0.7.4/depcomp-503-  touch "$tmpdepfile"
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-81-  while test -n "$$dir1"; do \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:82:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-83-    if test "$$first" != "."; then \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-84-      if test "$$first" = ".."; then \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:85:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:86:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-87-      else \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:88:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-89-        if test "$$first2" = "$$first"; then \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:90:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-91-        else \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-96-    fi; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:97:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-98-  done; \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-278-	dot_seen=no; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:279:	target=`echo $@ | sed s/-recursive//`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-280-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-313-	rev="$$rev ."; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:314:	target=`echo $@ | sed s/-recursive//`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-315-	for subdir in $$rev; do \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-391-GTAGS:
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:392:	here=`$(am__cd) $(top_builddir) && pwd` \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-393-	  && $(am__cd) $(top_srcdir) \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-401-	test -d "$(distdir)" || mkdir "$(distdir)"
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:402:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:403:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-404-	list='$(DISTFILES)'; \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-415-	  if test -d $$d/$$file; then \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:416:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-417-	    if test -d "$(distdir)/$$file"; then \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-523-	test -d $(distdir)/_build || exit 0; \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:524:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-525-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-557-	@$(am__cd) '$(distuninstallcheck_dir)' \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:558:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-559-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-569-	fi
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in:570:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nload-0.7.4/.pc/01_remove_strip_from_makefile.patch/Makefile.in-571-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nload-0.7.4/Makefile.in-81-  while test -n "$$dir1"; do \
nload-0.7.4/Makefile.in:82:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nload-0.7.4/Makefile.in-83-    if test "$$first" != "."; then \
nload-0.7.4/Makefile.in-84-      if test "$$first" = ".."; then \
nload-0.7.4/Makefile.in:85:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nload-0.7.4/Makefile.in:86:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nload-0.7.4/Makefile.in-87-      else \
nload-0.7.4/Makefile.in:88:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nload-0.7.4/Makefile.in-89-        if test "$$first2" = "$$first"; then \
nload-0.7.4/Makefile.in:90:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nload-0.7.4/Makefile.in-91-        else \
##############################################
nload-0.7.4/Makefile.in-96-    fi; \
nload-0.7.4/Makefile.in:97:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nload-0.7.4/Makefile.in-98-  done; \
##############################################
nload-0.7.4/Makefile.in-278-	dot_seen=no; \
nload-0.7.4/Makefile.in:279:	target=`echo $@ | sed s/-recursive//`; \
nload-0.7.4/Makefile.in-280-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
nload-0.7.4/Makefile.in-313-	rev="$$rev ."; \
nload-0.7.4/Makefile.in:314:	target=`echo $@ | sed s/-recursive//`; \
nload-0.7.4/Makefile.in-315-	for subdir in $$rev; do \
##############################################
nload-0.7.4/Makefile.in-391-GTAGS:
nload-0.7.4/Makefile.in:392:	here=`$(am__cd) $(top_builddir) && pwd` \
nload-0.7.4/Makefile.in-393-	  && $(am__cd) $(top_srcdir) \
##############################################
nload-0.7.4/Makefile.in-401-	test -d "$(distdir)" || mkdir "$(distdir)"
nload-0.7.4/Makefile.in:402:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nload-0.7.4/Makefile.in:403:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nload-0.7.4/Makefile.in-404-	list='$(DISTFILES)'; \
##############################################
nload-0.7.4/Makefile.in-415-	  if test -d $$d/$$file; then \
nload-0.7.4/Makefile.in:416:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nload-0.7.4/Makefile.in-417-	    if test -d "$(distdir)/$$file"; then \
##############################################
nload-0.7.4/Makefile.in-523-	test -d $(distdir)/_build || exit 0; \
nload-0.7.4/Makefile.in:524:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nload-0.7.4/Makefile.in-525-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nload-0.7.4/Makefile.in-557-	@$(am__cd) '$(distuninstallcheck_dir)' \
nload-0.7.4/Makefile.in:558:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
nload-0.7.4/Makefile.in-559-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nload-0.7.4/Makefile.in-569-	fi
nload-0.7.4/Makefile.in:570:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nload-0.7.4/Makefile.in-571-	  || { echo "ERROR: files left in build directory after distclean:" ; \