===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
madfuload-1.2/missing-145-         from any GNU archive site."
madfuload-1.2/missing:146:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
madfuload-1.2/missing-147-    test -z "$files" && files="config.h"
##############################################
madfuload-1.2/missing-184-         proper tools for further handling them.
madfuload-1.2/missing:185:         You can get \`$1' as part of \`Autoconf' from any GNU
madfuload-1.2/missing-186-         archive site."
madfuload-1.2/missing-187-
madfuload-1.2/missing:188:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
madfuload-1.2/missing:189:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
madfuload-1.2/missing-190-    if test -f "$file"; then
##############################################
madfuload-1.2/missing-213-	*.y)
madfuload-1.2/missing:214:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
madfuload-1.2/missing-215-	    if [ -f "$SRCFILE" ]; then
##############################################
madfuload-1.2/missing-217-	    fi
madfuload-1.2/missing:218:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
madfuload-1.2/missing-219-	    if [ -f "$SRCFILE" ]; then
##############################################
madfuload-1.2/missing-243-	*.l)
madfuload-1.2/missing:244:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
madfuload-1.2/missing-245-	    if [ -f "$SRCFILE" ]; then
##############################################
madfuload-1.2/missing-267-
madfuload-1.2/missing:268:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
madfuload-1.2/missing-269-    if test -z "$file"; then
madfuload-1.2/missing:270:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
madfuload-1.2/missing-271-    fi
##############################################
madfuload-1.2/missing-293-         the \`GNU make' package.  Grab either from any GNU archive site."
madfuload-1.2/missing:294:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
madfuload-1.2/missing-295-    if test -z "$file"; then
madfuload-1.2/missing:296:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
madfuload-1.2/missing:297:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
madfuload-1.2/missing-298-    fi
##############################################
madfuload-1.2/missing-321-	*o*)
madfuload-1.2/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
madfuload-1.2/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
madfuload-1.2/missing-327-	*h*)
madfuload-1.2/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
madfuload-1.2/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
madfuload-1.2/depcomp-66-if test -z "$depfile"; then
madfuload-1.2/depcomp:67:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
madfuload-1.2/depcomp:68:   dir=`echo "$object" | sed 's,/.*$,/,'`
madfuload-1.2/depcomp-69-   if test "$dir" = "$object"; then
##############################################
madfuload-1.2/depcomp-75-
madfuload-1.2/depcomp:76:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
madfuload-1.2/depcomp-77-
##############################################
madfuload-1.2/depcomp-210-  # Version 6 uses the directory in both cases.
madfuload-1.2/depcomp:211:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
madfuload-1.2/depcomp-212-  tmpdepfile="$stripped.u"
##############################################
madfuload-1.2/depcomp-221-  else
madfuload-1.2/depcomp:222:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
madfuload-1.2/depcomp-223-    tmpdepfile="$stripped.u"
##############################################
madfuload-1.2/depcomp-235-    # Do two passes, one to just change these to
madfuload-1.2/depcomp:236:    # `$object: dependent.h' and one to simply `dependent.h:'.
madfuload-1.2/depcomp-237-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
madfuload-1.2/depcomp-276-  # Do two passes, one to just change these to
madfuload-1.2/depcomp:277:  # `$object: dependent.h' and one to simply `dependent.h:'.
madfuload-1.2/depcomp-278-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
madfuload-1.2/depcomp-291-   # Subdirectories are respected.
madfuload-1.2/depcomp:292:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
madfuload-1.2/depcomp-293-   test "x$dir" = "x$object" && dir=
madfuload-1.2/depcomp:294:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
madfuload-1.2/depcomp-295-
##############################################
madfuload-1.2/depcomp-420-  done
madfuload-1.2/depcomp:421:  obj_suffix="`echo $object | sed 's/^.*\././'`"
madfuload-1.2/depcomp-422-  touch "$tmpdepfile"
##############################################
madfuload-1.2/install-sh-98-  case $1 in
madfuload-1.2/install-sh:99:    -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
madfuload-1.2/install-sh-100-        shift
##############################################
madfuload-1.2/install-sh-131-
madfuload-1.2/install-sh:132:    -t=*) transformarg=`echo $1 | sed 's/-t=//'`
madfuload-1.2/install-sh-133-        shift
##############################################
madfuload-1.2/install-sh-204-    if test -d "$dst"; then
madfuload-1.2/install-sh:205:      dst=$dst/`basename "$src"`
madfuload-1.2/install-sh-206-    fi
##############################################
madfuload-1.2/install-sh-209-  # This sed command emulates the dirname command.
madfuload-1.2/install-sh:210:  dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
madfuload-1.2/install-sh-211-
##############################################
madfuload-1.2/install-sh-222-    IFS='%'
madfuload-1.2/install-sh:223:    set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
madfuload-1.2/install-sh-224-    IFS=$oIFS
##############################################
madfuload-1.2/install-sh-251-    if test -z "$transformarg"; then
madfuload-1.2/install-sh:252:      dstfile=`basename "$dst"`
madfuload-1.2/install-sh-253-    else
##############################################
madfuload-1.2/install-sh-258-    # don't allow the sed command to completely eliminate the filename.
madfuload-1.2/install-sh:259:    test -z "$dstfile" && dstfile=`basename "$dst"`
madfuload-1.2/install-sh-260-
##############################################
madfuload-1.2/Makefile.in-201-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
madfuload-1.2/Makefile.in:202:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
madfuload-1.2/Makefile.in-203-	  if test -f $$p \
madfuload-1.2/Makefile.in-204-	  ; then \
madfuload-1.2/Makefile.in:205:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
madfuload-1.2/Makefile.in-206-	   echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
##############################################
madfuload-1.2/Makefile.in-213-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
madfuload-1.2/Makefile.in:214:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
madfuload-1.2/Makefile.in-215-	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
##############################################
madfuload-1.2/Makefile.in-241-.c.obj:
madfuload-1.2/Makefile.in:242:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
madfuload-1.2/Makefile.in-243-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
madfuload-1.2/Makefile.in-246-@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
madfuload-1.2/Makefile.in:247:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
madfuload-1.2/Makefile.in-248-uninstall-info-am:
##############################################
madfuload-1.2/Makefile.in-253-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
madfuload-1.2/Makefile.in:254:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
madfuload-1.2/Makefile.in-255-	  echo " $(dist_firmwareDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(firmwaredir)/$$f'"; \
##############################################
madfuload-1.2/Makefile.in-261-	@list='$(dist_firmware_DATA)'; for p in $$list; do \
madfuload-1.2/Makefile.in:262:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
madfuload-1.2/Makefile.in-263-	  echo " rm -f '$(DESTDIR)$(firmwaredir)/$$f'"; \
##############################################
madfuload-1.2/Makefile.in-270-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
madfuload-1.2/Makefile.in:271:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
madfuload-1.2/Makefile.in-272-	  echo " $(udevrulesDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(udevrulesdir)/$$f'"; \
##############################################
madfuload-1.2/Makefile.in-278-	@list='$(udevrules_DATA)'; for p in $$list; do \
madfuload-1.2/Makefile.in:279:	  f="`echo $$p | sed -e 's|^.*/||'`"; \
madfuload-1.2/Makefile.in-280-	  echo " rm -f '$(DESTDIR)$(udevrulesdir)/$$f'"; \
##############################################
madfuload-1.2/Makefile.in-324-GTAGS:
madfuload-1.2/Makefile.in:325:	here=`$(am__cd) $(top_builddir) && pwd` \
madfuload-1.2/Makefile.in-326-	  && cd $(top_srcdir) \
##############################################
madfuload-1.2/Makefile.in-334-	mkdir $(distdir)
madfuload-1.2/Makefile.in:335:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
madfuload-1.2/Makefile.in:336:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
madfuload-1.2/Makefile.in-337-	list='$(DISTFILES)'; for file in $$list; do \
madfuload-1.2/Makefile.in-338-	  case $$file in \
madfuload-1.2/Makefile.in:339:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
madfuload-1.2/Makefile.in:340:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
madfuload-1.2/Makefile.in-341-	  esac; \
madfuload-1.2/Makefile.in-342-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
madfuload-1.2/Makefile.in:343:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
madfuload-1.2/Makefile.in-344-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
madfuload-1.2/Makefile.in-410-	chmod a-w $(distdir)
madfuload-1.2/Makefile.in:411:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
madfuload-1.2/Makefile.in-412-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
madfuload-1.2/Makefile.in-441-	@cd $(distuninstallcheck_dir) \
madfuload-1.2/Makefile.in:442:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
madfuload-1.2/Makefile.in-443-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
madfuload-1.2/Makefile.in-453-	fi
madfuload-1.2/Makefile.in:454:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
madfuload-1.2/Makefile.in-455-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
madfuload-1.2/aclocal.m4-65-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
madfuload-1.2/aclocal.m4:66:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
madfuload-1.2/aclocal.m4-67-#
##############################################
madfuload-1.2/aclocal.m4-89-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
madfuload-1.2/aclocal.m4:90:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
madfuload-1.2/aclocal.m4-91-# and then we would define $MISSING as
##############################################
madfuload-1.2/aclocal.m4-105-# expand $ac_aux_dir to an absolute path
madfuload-1.2/aclocal.m4:106:am_aux_dir=`cd $ac_aux_dir && pwd`
madfuload-1.2/aclocal.m4-107-])
##############################################
madfuload-1.2/aclocal.m4-225-  if test "$am_compiler_list" = ""; then
madfuload-1.2/aclocal.m4:226:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
madfuload-1.2/aclocal.m4-227-  fi
##############################################
madfuload-1.2/aclocal.m4-345-  # Strip MF so we end up with the name of the file.
madfuload-1.2/aclocal.m4:346:  mf=`echo "$mf" | sed -e 's/:.*$//'`
madfuload-1.2/aclocal.m4-347-  # Check whether this is an Automake generated Makefile or not.
##############################################
madfuload-1.2/aclocal.m4-353-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
madfuload-1.2/aclocal.m4:354:    dirpart=`AS_DIRNAME("$mf")`
madfuload-1.2/aclocal.m4-355-  else
##############################################
madfuload-1.2/aclocal.m4-360-  # running `make'.
madfuload-1.2/aclocal.m4:361:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
madfuload-1.2/aclocal.m4-362-  test -z "$DEPDIR" && continue
madfuload-1.2/aclocal.m4-363-  # When using ansi2knr, U may be empty or an underscore; expand it
madfuload-1.2/aclocal.m4:364:  U=`sed -n 's/^U = //p' < "$mf"`
madfuload-1.2/aclocal.m4-365-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
madfuload-1.2/aclocal.m4-381-    test -f "$dirpart/$file" && continue
madfuload-1.2/aclocal.m4:382:    fdir=`AS_DIRNAME(["$file"])`
madfuload-1.2/aclocal.m4-383-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
madfuload-1.2/aclocal.m4-447-# test to see if srcdir already configured
madfuload-1.2/aclocal.m4:448:if test "`cd $srcdir && pwd`" != "`pwd`" &&
madfuload-1.2/aclocal.m4-449-   test -f $srcdir/config.status; then
##############################################
madfuload-1.2/aclocal.m4-522-    * )
madfuload-1.2/aclocal.m4:523:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
madfuload-1.2/aclocal.m4-524-  esac
madfuload-1.2/aclocal.m4-525-done
madfuload-1.2/aclocal.m4:526:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
madfuload-1.2/aclocal.m4-527-
##############################################
madfuload-1.2/aclocal.m4-629-# case it prints its new name instead of `make'.
madfuload-1.2/aclocal.m4:630:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
madfuload-1.2/aclocal.m4-631-   am__include=include
##############################################
madfuload-1.2/aclocal.m4-637-   echo '.include "confinc"' > confmf
madfuload-1.2/aclocal.m4:638:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
madfuload-1.2/aclocal.m4-639-      am__include=.include
##############################################
madfuload-1.2/aclocal.m4-841-if (
madfuload-1.2/aclocal.m4:842:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
madfuload-1.2/aclocal.m4-843-   if test "$[*]" = "X"; then
madfuload-1.2/aclocal.m4-844-      # -L didn't work.
madfuload-1.2/aclocal.m4:845:      set X `ls -t $srcdir/configure conftest.file`
madfuload-1.2/aclocal.m4-846-   fi
##############################################
madfuload-1.2/configure-46-do
madfuload-1.2/configure:47:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
madfuload-1.2/configure-48-    eval $as_var=C; export $as_var
##############################################
madfuload-1.2/configure-104-  as_lineno_2=$LINENO
madfuload-1.2/configure:105:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
madfuload-1.2/configure-106-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
madfuload-1.2/configure-143-  as_lineno_2=$LINENO
madfuload-1.2/configure:144:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
madfuload-1.2/configure-145-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
madfuload-1.2/configure-328-
madfuload-1.2/configure:329:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
madfuload-1.2/configure-330-
##############################################
madfuload-1.2/configure-361-  -disable-* | --disable-*)
madfuload-1.2/configure:362:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
madfuload-1.2/configure-363-    # Reject names that are not valid shell variable names.
##############################################
madfuload-1.2/configure-366-   { (exit 1); exit 1; }; }
madfuload-1.2/configure:367:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
madfuload-1.2/configure-368-    eval "enable_$ac_feature=no" ;;
##############################################
madfuload-1.2/configure-370-  -enable-* | --enable-*)
madfuload-1.2/configure:371:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
madfuload-1.2/configure-372-    # Reject names that are not valid shell variable names.
##############################################
madfuload-1.2/configure-375-   { (exit 1); exit 1; }; }
madfuload-1.2/configure:376:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
madfuload-1.2/configure-377-    case $ac_option in
madfuload-1.2/configure:378:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
madfuload-1.2/configure-379-      *) ac_optarg=yes ;;
##############################################
madfuload-1.2/configure-552-  -with-* | --with-*)
madfuload-1.2/configure:553:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
madfuload-1.2/configure-554-    # Reject names that are not valid shell variable names.
##############################################
madfuload-1.2/configure-557-   { (exit 1); exit 1; }; }
madfuload-1.2/configure:558:    ac_package=`echo $ac_package| sed 's/-/_/g'`
madfuload-1.2/configure-559-    case $ac_option in
madfuload-1.2/configure:560:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
madfuload-1.2/configure-561-      *) ac_optarg=yes ;;
##############################################
madfuload-1.2/configure-565-  -without-* | --without-*)
madfuload-1.2/configure:566:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
madfuload-1.2/configure-567-    # Reject names that are not valid shell variable names.
##############################################
madfuload-1.2/configure-570-   { (exit 1); exit 1; }; }
madfuload-1.2/configure:571:    ac_package=`echo $ac_package | sed 's/-/_/g'`
madfuload-1.2/configure-572-    eval "with_$ac_package=no" ;;
##############################################
madfuload-1.2/configure-597-  *=*)
madfuload-1.2/configure:598:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
madfuload-1.2/configure-599-    # Reject names that are not valid shell variable names.
##############################################
madfuload-1.2/configure-602-   { (exit 1); exit 1; }; }
madfuload-1.2/configure:603:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
madfuload-1.2/configure-604-    eval "$ac_envvar='$ac_optarg'"
##############################################
madfuload-1.2/configure-618-if test -n "$ac_prev"; then
madfuload-1.2/configure:619:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
madfuload-1.2/configure-620-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
madfuload-1.2/configure-626-do
madfuload-1.2/configure:627:  eval ac_val=$`echo $ac_var`
madfuload-1.2/configure-628-  case $ac_val in
##############################################
madfuload-1.2/configure-638-do
madfuload-1.2/configure:639:  eval ac_val=$`echo $ac_var`
madfuload-1.2/configure-640-  case $ac_val in
##############################################
madfuload-1.2/configure-705-   { (exit 1); exit 1; }; }
madfuload-1.2/configure:706:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
madfuload-1.2/configure-707-ac_env_build_alias_set=${build_alias+set}
##############################################
madfuload-1.2/configure-772-By default, \`make install' will install all the files in
madfuload-1.2/configure:773:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
madfuload-1.2/configure:774:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
madfuload-1.2/configure-775-for instance \`--prefix=\$HOME'.
##############################################
madfuload-1.2/configure-842-if test "$ac_dir" != .; then
madfuload-1.2/configure:843:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
madfuload-1.2/configure-844-  # A "../" for each directory in $ac_dir_suffix.
madfuload-1.2/configure:845:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
madfuload-1.2/configure-846-else
##############################################
madfuload-1.2/configure-855-    else
madfuload-1.2/configure:856:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
madfuload-1.2/configure-857-    fi ;;
##############################################
madfuload-1.2/configure-1011-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
madfuload-1.2/configure:1012:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
madfuload-1.2/configure-1013-    esac
##############################################
madfuload-1.2/configure-1083-    do
madfuload-1.2/configure:1084:      eval ac_val=$`echo $ac_var`
madfuload-1.2/configure-1085-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
madfuload-1.2/configure-1097-      do
madfuload-1.2/configure:1098:	eval ac_val=$`echo $ac_var`
madfuload-1.2/configure-1099-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
madfuload-1.2/configure-1204-    set,)
madfuload-1.2/configure:1205:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
madfuload-1.2/configure:1206:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
madfuload-1.2/configure-1207-      ac_cache_corrupted=: ;;
##############################################
madfuload-1.2/configure-1227-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
madfuload-1.2/configure:1228:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
madfuload-1.2/configure-1229-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
madfuload-1.2/configure-1392-if (
madfuload-1.2/configure:1393:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
madfuload-1.2/configure-1394-   if test "$*" = "X"; then
madfuload-1.2/configure-1395-      # -L didn't work.
madfuload-1.2/configure:1396:      set X `ls -t $srcdir/configure conftest.file`
madfuload-1.2/configure-1397-   fi
##############################################
madfuload-1.2/configure-1436-_ACEOF
madfuload-1.2/configure:1437:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
madfuload-1.2/configure-1438-rm conftest.sed
##############################################
madfuload-1.2/configure-1440-# expand $ac_aux_dir to an absolute path
madfuload-1.2/configure:1441:am_aux_dir=`cd $ac_aux_dir && pwd`
madfuload-1.2/configure-1442-
##############################################
madfuload-1.2/configure-1519-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
madfuload-1.2/configure:1520:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
madfuload-1.2/configure-1521-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
madfuload-1.2/configure-1528-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
madfuload-1.2/configure:1529:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
madfuload-1.2/configure-1530-if test -n "$ac_maketemp"; then
##############################################
madfuload-1.2/configure-1536-fi
madfuload-1.2/configure:1537:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
madfuload-1.2/configure-1538-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
madfuload-1.2/configure-1556-# test to see if srcdir already configured
madfuload-1.2/configure:1557:if test "`cd $srcdir && pwd`" != "`pwd`" &&
madfuload-1.2/configure-1558-   test -f $srcdir/config.status; then
##############################################
madfuload-1.2/configure-2021-     "checking for C compiler version" >&5
madfuload-1.2/configure:2022:ac_compiler=`set X $ac_compile; echo $2`
madfuload-1.2/configure-2023-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
madfuload-1.2/configure-2060-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
madfuload-1.2/configure:2061:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
madfuload-1.2/configure-2062-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
madfuload-1.2/configure-2088-    *.* )
madfuload-1.2/configure:2089:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
madfuload-1.2/configure-2090-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
madfuload-1.2/configure-2168-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
madfuload-1.2/configure:2169:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
madfuload-1.2/configure-2170-	  export ac_cv_exeext
##############################################
madfuload-1.2/configure-2218-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
madfuload-1.2/configure:2219:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
madfuload-1.2/configure-2220-       break;;
##############################################
madfuload-1.2/configure-2297-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
madfuload-1.2/configure:2298:GCC=`test $ac_compiler_gnu = yes && echo yes`
madfuload-1.2/configure-2299-ac_test_CFLAGS=${CFLAGS+set}
##############################################
madfuload-1.2/configure-2656-# case it prints its new name instead of `make'.
madfuload-1.2/configure:2657:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
madfuload-1.2/configure-2658-   am__include=include
##############################################
madfuload-1.2/configure-2664-   echo '.include "confinc"' > confmf
madfuload-1.2/configure:2665:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
madfuload-1.2/configure-2666-      am__include=.include
##############################################
madfuload-1.2/configure-2726-  if test "$am_compiler_list" = ""; then
madfuload-1.2/configure:2727:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
madfuload-1.2/configure-2728-  fi
##############################################
madfuload-1.2/configure-2810-echo $ECHO_N "checking for udev version... $ECHO_C" >&6
madfuload-1.2/configure:2811:udev_ver=`udevinfo -V | awk '{ print $3 }'`
madfuload-1.2/configure-2812-if test -n "$udev_ver"; then
##############################################
madfuload-1.2/configure-2833-fi;
madfuload-1.2/configure:2834:as_ac_File=`echo "ac_cv_file_$udev_dir/udev.conf" | $as_tr_sh`
madfuload-1.2/configure-2835-echo "$as_me:$LINENO: checking for $udev_dir/udev.conf" >&5
##############################################
madfuload-1.2/configure-2849-fi
madfuload-1.2/configure:2850:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5
madfuload-1.2/configure:2851:echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6
madfuload-1.2/configure:2852:if test `eval echo '${'$as_ac_File'}'` = yes; then
madfuload-1.2/configure-2853-  udev_conf="$udev_dir/udev.conf"
##############################################
madfuload-1.2/configure-2862-if test -r "$udev_conf"; then
madfuload-1.2/configure:2863:  udev_rules=`. "$udev_conf"; echo "$udev_rules"`
madfuload-1.2/configure-2864-fi
##############################################
madfuload-1.2/configure-2985-ac_LF_and_DOT=`echo; echo .`
madfuload-1.2/configure:2986:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
madfuload-1.2/configure-2987-rm -f confdef2opt.sed
##############################################
madfuload-1.2/configure-3074-do
madfuload-1.2/configure:3075:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
madfuload-1.2/configure-3076-    eval $as_var=C; export $as_var
##############################################
madfuload-1.2/configure-3132-  as_lineno_2=$LINENO
madfuload-1.2/configure:3133:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
madfuload-1.2/configure-3134-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
madfuload-1.2/configure-3172-  as_lineno_2=$LINENO
madfuload-1.2/configure:3173:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
madfuload-1.2/configure-3174-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
madfuload-1.2/configure-3349-configured by $0, generated by GNU Autoconf 2.59,
madfuload-1.2/configure:3350:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
madfuload-1.2/configure-3351-
##############################################
madfuload-1.2/configure-3366-  --*=*)
madfuload-1.2/configure:3367:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
madfuload-1.2/configure:3368:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
madfuload-1.2/configure-3369-    ac_shift=:
##############################################
madfuload-1.2/configure-3615-      fi
madfuload-1.2/configure:3616:      ac_sed_frag=`expr $ac_sed_frag + 1`
madfuload-1.2/configure-3617-      ac_beg=$ac_end
madfuload-1.2/configure:3618:      ac_end=`expr $ac_end + $ac_max_sed_lines`
madfuload-1.2/configure-3619-    fi
##############################################
madfuload-1.2/configure-3632-	cat >$tmp/stdin
madfuload-1.2/configure:3633:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
madfuload-1.2/configure:3634:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
madfuload-1.2/configure:3635:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
madfuload-1.2/configure:3636:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
madfuload-1.2/configure-3637-  * )   ac_file_in=$ac_file.in ;;
##############################################
madfuload-1.2/configure-3680-if test "$ac_dir" != .; then
madfuload-1.2/configure:3681:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
madfuload-1.2/configure-3682-  # A "../" for each directory in $ac_dir_suffix.
madfuload-1.2/configure:3683:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
madfuload-1.2/configure-3684-else
##############################################
madfuload-1.2/configure-3693-    else
madfuload-1.2/configure:3694:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
madfuload-1.2/configure-3695-    fi ;;
##############################################
madfuload-1.2/configure-3826-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
madfuload-1.2/configure:3827:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
madfuload-1.2/configure:3828:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
madfuload-1.2/configure-3829-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
madfuload-1.2/configure-3868-if test "$ac_dir" != .; then
madfuload-1.2/configure:3869:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
madfuload-1.2/configure-3870-  # A "../" for each directory in $ac_dir_suffix.
madfuload-1.2/configure:3871:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
madfuload-1.2/configure-3872-else
##############################################
madfuload-1.2/configure-3881-    else
madfuload-1.2/configure:3882:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
madfuload-1.2/configure-3883-    fi ;;
##############################################
madfuload-1.2/configure-3936-  # Strip MF so we end up with the name of the file.
madfuload-1.2/configure:3937:  mf=`echo "$mf" | sed -e 's/:.*$//'`
madfuload-1.2/configure-3938-  # Check whether this is an Automake generated Makefile or not.
##############################################
madfuload-1.2/configure-3962-  # running `make'.
madfuload-1.2/configure:3963:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
madfuload-1.2/configure-3964-  test -z "$DEPDIR" && continue
madfuload-1.2/configure-3965-  # When using ansi2knr, U may be empty or an underscore; expand it
madfuload-1.2/configure:3966:  U=`sed -n 's/^U = //p' < "$mf"`
madfuload-1.2/configure-3967-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
madfuload-1.2/debian/patches/configure.ac.patch-8- AC_MSG_CHECKING([for udev version])
madfuload-1.2/debian/patches/configure.ac.patch:9:-udev_ver=`udevinfo -V | awk '{ print $3 }'`
madfuload-1.2/debian/patches/configure.ac.patch-10-+udev_ver=`udevadm --version`
##############################################
madfuload-1.2/debian/preinst-7-		if [ "`md5sum \"/etc/udev/rules.d/42-madfuload.rules\" | sed -e \"s/ .*//\"`" = \
madfuload-1.2/debian/preinst:8:		     "`dpkg-query -W -f='${Conffiles}' madfuload | sed -n -e \"\\\\' /etc/udev/rules.d/42-madfuload.rules's/.* //p\"`" ]
madfuload-1.2/debian/preinst-9-		then
##############################################
madfuload-1.2/.pc/configure.ac.patch/configure.ac-9-AC_MSG_CHECKING([for udev version])
madfuload-1.2/.pc/configure.ac.patch/configure.ac:10:udev_ver=`udevinfo -V | awk '{ print $3 }'`
madfuload-1.2/.pc/configure.ac.patch/configure.ac-11-if test -n "$udev_ver"; then
##############################################
madfuload-1.2/.pc/configure.ac.patch/configure.ac-32-if test -r "$udev_conf"; then
madfuload-1.2/.pc/configure.ac.patch/configure.ac:33:  udev_rules=`. "$udev_conf"; echo "$udev_rules"`
madfuload-1.2/.pc/configure.ac.patch/configure.ac-34-fi
##############################################
madfuload-1.2/configure.ac-32-if test -r "$udev_conf"; then
madfuload-1.2/configure.ac:33:  udev_rules=`. "$udev_conf"; echo "$udev_rules"`
madfuload-1.2/configure.ac-34-fi