===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ifplugd-0.28/missing-128-         from any GNU archive site."
ifplugd-0.28/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
ifplugd-0.28/missing-130-    test -z "$files" && files="config.h"
##############################################
ifplugd-0.28/missing-167-         proper tools for further handling them.
ifplugd-0.28/missing:168:         You can get \`$1' as part of \`Autoconf' from any GNU
ifplugd-0.28/missing-169-         archive site."
ifplugd-0.28/missing-170-
ifplugd-0.28/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
ifplugd-0.28/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
ifplugd-0.28/missing-173-    if test -f "$file"; then
##############################################
ifplugd-0.28/missing-196-	*.y)
ifplugd-0.28/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
ifplugd-0.28/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
ifplugd-0.28/missing-200-	    fi
ifplugd-0.28/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
ifplugd-0.28/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
ifplugd-0.28/missing-226-	*.l)
ifplugd-0.28/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
ifplugd-0.28/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
ifplugd-0.28/missing-250-
ifplugd-0.28/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
ifplugd-0.28/missing-252-    if test -z "$file"; then
ifplugd-0.28/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
ifplugd-0.28/missing-254-    fi
##############################################
ifplugd-0.28/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
ifplugd-0.28/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
ifplugd-0.28/missing-278-    if test -z "$file"; then
ifplugd-0.28/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
ifplugd-0.28/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
ifplugd-0.28/missing-281-    fi
##############################################
ifplugd-0.28/missing-304-	*o*)
ifplugd-0.28/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
ifplugd-0.28/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
ifplugd-0.28/missing-310-	*h*)
ifplugd-0.28/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
ifplugd-0.28/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
ifplugd-0.28/conf/ifplugd.init.in-57-
ifplugd-0.28/conf/ifplugd.init.in:58:[ "x$INTERFACES" = "xauto" ] && INTERFACES="`cat /proc/net/dev | awk '{ print $1 }' | egrep '^(eth|wlan)' | cut -d: -f1`"
ifplugd-0.28/conf/ifplugd.init.in-59-
##############################################
ifplugd-0.28/conf/ifplugd.init.in-63-        for IF in $INTERFACES ; do
ifplugd-0.28/conf/ifplugd.init.in:64:            A="`eval echo \$\{ARGS_${IF}\}`"
ifplugd-0.28/conf/ifplugd.init.in-65-            [ -z "$A" ] && A="$ARGS"
##############################################
ifplugd-0.28/conf/Makefile.in-205-distdir: $(DISTFILES)
ifplugd-0.28/conf/Makefile.in:206:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/conf/Makefile.in:207:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/conf/Makefile.in-208-	list='$(DISTFILES)'; for file in $$list; do \
ifplugd-0.28/conf/Makefile.in-209-	  case $$file in \
ifplugd-0.28/conf/Makefile.in:210:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
ifplugd-0.28/conf/Makefile.in:211:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
ifplugd-0.28/conf/Makefile.in-212-	  esac; \
ifplugd-0.28/conf/Makefile.in-213-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
ifplugd-0.28/conf/Makefile.in:214:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
ifplugd-0.28/conf/Makefile.in-215-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
ifplugd-0.28/doc/Makefile.in-209-distdir: $(DISTFILES)
ifplugd-0.28/doc/Makefile.in:210:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/doc/Makefile.in:211:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/doc/Makefile.in-212-	list='$(DISTFILES)'; for file in $$list; do \
ifplugd-0.28/doc/Makefile.in-213-	  case $$file in \
ifplugd-0.28/doc/Makefile.in:214:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
ifplugd-0.28/doc/Makefile.in:215:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
ifplugd-0.28/doc/Makefile.in-216-	  esac; \
ifplugd-0.28/doc/Makefile.in-217-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
ifplugd-0.28/doc/Makefile.in:218:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
ifplugd-0.28/doc/Makefile.in-219-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
ifplugd-0.28/src/Makefile.am-51-	if test -d "$(top_srcdir)/.svn" ; then \
ifplugd-0.28/src/Makefile.am:52:		if REV=`svn info "$(top_srcdir)" | grep ^Revision | cut -f2 -d" "` 2> /dev/null ; then \
ifplugd-0.28/src/Makefile.am-53-			echo -e "#ifndef foosvnrevisionhfoo\n#define foosvnrevisionhfoo\n#define SVN_REVISION \"$$REV\"\n#endif" > $@ ; \
##############################################
ifplugd-0.28/src/Makefile.in-242-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
ifplugd-0.28/src/Makefile.in:243:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
ifplugd-0.28/src/Makefile.in-244-	  if test -f $$p \
ifplugd-0.28/src/Makefile.in-245-	  ; then \
ifplugd-0.28/src/Makefile.in:246:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
ifplugd-0.28/src/Makefile.in-247-	   echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
##############################################
ifplugd-0.28/src/Makefile.in-254-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
ifplugd-0.28/src/Makefile.in:255:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
ifplugd-0.28/src/Makefile.in-256-	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
##############################################
ifplugd-0.28/src/Makefile.in-288-.c.obj:
ifplugd-0.28/src/Makefile.in:289:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
ifplugd-0.28/src/Makefile.in-290-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
ifplugd-0.28/src/Makefile.in-292-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ifplugd-0.28/src/Makefile.in:293:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
ifplugd-0.28/src/Makefile.in-294-uninstall-info-am:
##############################################
ifplugd-0.28/src/Makefile.in-336-GTAGS:
ifplugd-0.28/src/Makefile.in:337:	here=`$(am__cd) $(top_builddir) && pwd` \
ifplugd-0.28/src/Makefile.in-338-	  && cd $(top_srcdir) \
##############################################
ifplugd-0.28/src/Makefile.in-344-distdir: $(DISTFILES)
ifplugd-0.28/src/Makefile.in:345:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/src/Makefile.in:346:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/src/Makefile.in-347-	list='$(DISTFILES)'; for file in $$list; do \
ifplugd-0.28/src/Makefile.in-348-	  case $$file in \
ifplugd-0.28/src/Makefile.in:349:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
ifplugd-0.28/src/Makefile.in:350:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
ifplugd-0.28/src/Makefile.in-351-	  esac; \
ifplugd-0.28/src/Makefile.in-352-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
ifplugd-0.28/src/Makefile.in:353:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
ifplugd-0.28/src/Makefile.in-354-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
ifplugd-0.28/src/Makefile.in-471-@USE_SUBVERSION_TRUE@	if test -d "$(top_srcdir)/.svn" ; then \
ifplugd-0.28/src/Makefile.in:472:@USE_SUBVERSION_TRUE@		if REV=`svn info "$(top_srcdir)" | grep ^Revision | cut -f2 -d" "` 2> /dev/null ; then \
ifplugd-0.28/src/Makefile.in-473-@USE_SUBVERSION_TRUE@			echo -e "#ifndef foosvnrevisionhfoo\n#define foosvnrevisionhfoo\n#define SVN_REVISION \"$$REV\"\n#endif" > $@ ; \
##############################################
ifplugd-0.28/Makefile.in-261-	dot_seen=no; \
ifplugd-0.28/Makefile.in:262:	target=`echo $@ | sed s/-recursive//`; \
ifplugd-0.28/Makefile.in-263-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
ifplugd-0.28/Makefile.in-297-	rev="$$rev ."; \
ifplugd-0.28/Makefile.in:298:	target=`echo $@ | sed s/-recursive//`; \
ifplugd-0.28/Makefile.in-299-	for subdir in $$rev; do \
##############################################
ifplugd-0.28/Makefile.in-371-GTAGS:
ifplugd-0.28/Makefile.in:372:	here=`$(am__cd) $(top_builddir) && pwd` \
ifplugd-0.28/Makefile.in-373-	  && cd $(top_srcdir) \
##############################################
ifplugd-0.28/Makefile.in-382-	$(mkdir_p) $(distdir)/. $(distdir)/doc
ifplugd-0.28/Makefile.in:383:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/Makefile.in:384:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/Makefile.in-385-	list='$(DISTFILES)'; for file in $$list; do \
ifplugd-0.28/Makefile.in-386-	  case $$file in \
ifplugd-0.28/Makefile.in:387:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
ifplugd-0.28/Makefile.in:388:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
ifplugd-0.28/Makefile.in-389-	  esac; \
ifplugd-0.28/Makefile.in-390-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
ifplugd-0.28/Makefile.in:391:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
ifplugd-0.28/Makefile.in-392-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
ifplugd-0.28/Makefile.in-413-	    || exit 1; \
ifplugd-0.28/Makefile.in:414:	    distdir=`$(am__cd) $(distdir) && pwd`; \
ifplugd-0.28/Makefile.in:415:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
ifplugd-0.28/Makefile.in-416-	    (cd $$subdir && \
##############################################
ifplugd-0.28/Makefile.in-473-	chmod a-w $(distdir)
ifplugd-0.28/Makefile.in:474:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ifplugd-0.28/Makefile.in-475-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ifplugd-0.28/Makefile.in-504-	@cd $(distuninstallcheck_dir) \
ifplugd-0.28/Makefile.in:505:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
ifplugd-0.28/Makefile.in-506-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ifplugd-0.28/patches/Makefile.in-200-distdir: $(DISTFILES)
ifplugd-0.28/patches/Makefile.in:201:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/patches/Makefile.in:202:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/patches/Makefile.in-203-	list='$(DISTFILES)'; for file in $$list; do \
ifplugd-0.28/patches/Makefile.in-204-	  case $$file in \
ifplugd-0.28/patches/Makefile.in:205:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
ifplugd-0.28/patches/Makefile.in:206:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
ifplugd-0.28/patches/Makefile.in-207-	  esac; \
ifplugd-0.28/patches/Makefile.in-208-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
ifplugd-0.28/patches/Makefile.in:209:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
ifplugd-0.28/patches/Makefile.in-210-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
ifplugd-0.28/install-sh-103-
ifplugd-0.28/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
ifplugd-0.28/install-sh-105-	    shift
##############################################
ifplugd-0.28/install-sh-107-
ifplugd-0.28/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
ifplugd-0.28/install-sh-109-	    shift
##############################################
ifplugd-0.28/install-sh-169-	then
ifplugd-0.28/install-sh:170:		dst=$dst/`basename "$src"`
ifplugd-0.28/install-sh-171-	else
##############################################
ifplugd-0.28/install-sh-176-## this sed command emulates the dirname command
ifplugd-0.28/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ifplugd-0.28/install-sh-178-
##############################################
ifplugd-0.28/install-sh-190-IFS='%'
ifplugd-0.28/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
ifplugd-0.28/install-sh-192-IFS=$oIFS
##############################################
ifplugd-0.28/install-sh-224-	then
ifplugd-0.28/install-sh:225:		dstfile=`basename "$dst"`
ifplugd-0.28/install-sh-226-	else
##############################################
ifplugd-0.28/install-sh-234-	then
ifplugd-0.28/install-sh:235:		dstfile=`basename "$dst"`
ifplugd-0.28/install-sh-236-	else
##############################################
ifplugd-0.28/aclocal.m4-65-	if AC_RUN_LOG([$PKG_CONFIG --exists "$3" >/dev/null 2>&1]); then
ifplugd-0.28/aclocal.m4:66:		pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
ifplugd-0.28/aclocal.m4-67-	else
##############################################
ifplugd-0.28/aclocal.m4-96-if test $pkg_failed = yes; then
ifplugd-0.28/aclocal.m4:97:	$1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
ifplugd-0.28/aclocal.m4-98-	# Put the nasty error message in config.log where it belongs
##############################################
ifplugd-0.28/aclocal.m4-157-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
ifplugd-0.28/aclocal.m4:158:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
ifplugd-0.28/aclocal.m4-159-#
##############################################
ifplugd-0.28/aclocal.m4-181-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ifplugd-0.28/aclocal.m4:182:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ifplugd-0.28/aclocal.m4-183-# and then we would define $MISSING as
##############################################
ifplugd-0.28/aclocal.m4-197-# expand $ac_aux_dir to an absolute path
ifplugd-0.28/aclocal.m4:198:am_aux_dir=`cd $ac_aux_dir && pwd`
ifplugd-0.28/aclocal.m4-199-])
##############################################
ifplugd-0.28/aclocal.m4-295-  if test "$am_compiler_list" = ""; then
ifplugd-0.28/aclocal.m4:296:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ifplugd-0.28/aclocal.m4-297-  fi
##############################################
ifplugd-0.28/aclocal.m4-405-  # Strip MF so we end up with the name of the file.
ifplugd-0.28/aclocal.m4:406:  mf=`echo "$mf" | sed -e 's/:.*$//'`
ifplugd-0.28/aclocal.m4-407-  # Check whether this is an Automake generated Makefile or not.
##############################################
ifplugd-0.28/aclocal.m4-413-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
ifplugd-0.28/aclocal.m4:414:    dirpart=`AS_DIRNAME("$mf")`
ifplugd-0.28/aclocal.m4-415-  else
##############################################
ifplugd-0.28/aclocal.m4-419-  # from the Makefile without running `make'.
ifplugd-0.28/aclocal.m4:420:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ifplugd-0.28/aclocal.m4-421-  test -z "$DEPDIR" && continue
ifplugd-0.28/aclocal.m4:422:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
ifplugd-0.28/aclocal.m4-423-  test -z "am__include" && continue
ifplugd-0.28/aclocal.m4:424:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ifplugd-0.28/aclocal.m4-425-  # When using ansi2knr, U may be empty or an underscore; expand it
ifplugd-0.28/aclocal.m4:426:  U=`sed -n 's/^U = //p' < "$mf"`
ifplugd-0.28/aclocal.m4-427-  # Find all dependency output files, they are included files with
##############################################
ifplugd-0.28/aclocal.m4-435-    test -f "$dirpart/$file" && continue
ifplugd-0.28/aclocal.m4:436:    fdir=`AS_DIRNAME(["$file"])`
ifplugd-0.28/aclocal.m4-437-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
ifplugd-0.28/aclocal.m4-490-# test to see if srcdir already configured
ifplugd-0.28/aclocal.m4:491:if test "`cd $srcdir && pwd`" != "`pwd`" &&
ifplugd-0.28/aclocal.m4-492-   test -f $srcdir/config.status; then
##############################################
ifplugd-0.28/aclocal.m4-566-    * )
ifplugd-0.28/aclocal.m4:567:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ifplugd-0.28/aclocal.m4-568-  esac
ifplugd-0.28/aclocal.m4-569-done
ifplugd-0.28/aclocal.m4:570:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
ifplugd-0.28/aclocal.m4-571-
##############################################
ifplugd-0.28/aclocal.m4-638-# case it prints its new name instead of `make'.
ifplugd-0.28/aclocal.m4:639:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
ifplugd-0.28/aclocal.m4-640-   am__include=include
##############################################
ifplugd-0.28/aclocal.m4-646-   echo '.include "confinc"' > confmf
ifplugd-0.28/aclocal.m4:647:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
ifplugd-0.28/aclocal.m4-648-      am__include=.include
##############################################
ifplugd-0.28/aclocal.m4-813-if (
ifplugd-0.28/aclocal.m4:814:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
ifplugd-0.28/aclocal.m4-815-   if test "$[*]" = "X"; then
ifplugd-0.28/aclocal.m4-816-      # -L didn't work.
ifplugd-0.28/aclocal.m4:817:      set X `ls -t $srcdir/configure conftest.file`
ifplugd-0.28/aclocal.m4-818-   fi
##############################################
ifplugd-0.28/depcomp-34-if test -z "$depfile"; then
ifplugd-0.28/depcomp:35:   base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
ifplugd-0.28/depcomp:36:   dir=`echo "$object" | sed 's,/.*$,/,'`
ifplugd-0.28/depcomp-37-   if test "$dir" = "$object"; then
##############################################
ifplugd-0.28/depcomp-43-
ifplugd-0.28/depcomp:44:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ifplugd-0.28/depcomp-45-
##############################################
ifplugd-0.28/depcomp-178-  # Version 6 uses the directory in both cases.
ifplugd-0.28/depcomp:179:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
ifplugd-0.28/depcomp-180-  tmpdepfile="$stripped.u"
##############################################
ifplugd-0.28/depcomp-189-  else
ifplugd-0.28/depcomp:190:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
ifplugd-0.28/depcomp-191-    tmpdepfile="$stripped.u"
##############################################
ifplugd-0.28/depcomp-203-    # Do two passes, one to just change these to
ifplugd-0.28/depcomp:204:    # `$object: dependent.h' and one to simply `dependent.h:'.
ifplugd-0.28/depcomp-205-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ifplugd-0.28/depcomp-244-  # Do two passes, one to just change these to
ifplugd-0.28/depcomp:245:  # `$object: dependent.h' and one to simply `dependent.h:'.
ifplugd-0.28/depcomp-246-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ifplugd-0.28/depcomp-259-   # Subdirectories are respected.
ifplugd-0.28/depcomp:260:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
ifplugd-0.28/depcomp-261-   test "x$dir" = "x$object" && dir=
ifplugd-0.28/depcomp:262:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
ifplugd-0.28/depcomp-263-
##############################################
ifplugd-0.28/depcomp-382-  done
ifplugd-0.28/depcomp:383:  obj_suffix="`echo $object | sed 's/^.*\././'`"
ifplugd-0.28/depcomp-384-  touch "$tmpdepfile"
##############################################
ifplugd-0.28/mkinstalldirs-69-do
ifplugd-0.28/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
ifplugd-0.28/mkinstalldirs-71-  shift
##############################################
ifplugd-0.28/configure-45-do
ifplugd-0.28/configure:46:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
ifplugd-0.28/configure-47-    eval $as_var=C; export $as_var
##############################################
ifplugd-0.28/configure-103-  as_lineno_2=$LINENO
ifplugd-0.28/configure:104:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
ifplugd-0.28/configure-105-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
ifplugd-0.28/configure-142-  as_lineno_2=$LINENO
ifplugd-0.28/configure:143:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
ifplugd-0.28/configure-144-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
ifplugd-0.28/configure-364-
ifplugd-0.28/configure:365:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
ifplugd-0.28/configure-366-
##############################################
ifplugd-0.28/configure-397-  -disable-* | --disable-*)
ifplugd-0.28/configure:398:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ifplugd-0.28/configure-399-    # Reject names that are not valid shell variable names.
##############################################
ifplugd-0.28/configure-402-   { (exit 1); exit 1; }; }
ifplugd-0.28/configure:403:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
ifplugd-0.28/configure-404-    eval "enable_$ac_feature=no" ;;
##############################################
ifplugd-0.28/configure-406-  -enable-* | --enable-*)
ifplugd-0.28/configure:407:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ifplugd-0.28/configure-408-    # Reject names that are not valid shell variable names.
##############################################
ifplugd-0.28/configure-411-   { (exit 1); exit 1; }; }
ifplugd-0.28/configure:412:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
ifplugd-0.28/configure-413-    case $ac_option in
ifplugd-0.28/configure:414:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
ifplugd-0.28/configure-415-      *) ac_optarg=yes ;;
##############################################
ifplugd-0.28/configure-588-  -with-* | --with-*)
ifplugd-0.28/configure:589:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ifplugd-0.28/configure-590-    # Reject names that are not valid shell variable names.
##############################################
ifplugd-0.28/configure-593-   { (exit 1); exit 1; }; }
ifplugd-0.28/configure:594:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ifplugd-0.28/configure-595-    case $ac_option in
ifplugd-0.28/configure:596:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
ifplugd-0.28/configure-597-      *) ac_optarg=yes ;;
##############################################
ifplugd-0.28/configure-601-  -without-* | --without-*)
ifplugd-0.28/configure:602:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ifplugd-0.28/configure-603-    # Reject names that are not valid shell variable names.
##############################################
ifplugd-0.28/configure-606-   { (exit 1); exit 1; }; }
ifplugd-0.28/configure:607:    ac_package=`echo $ac_package | sed 's/-/_/g'`
ifplugd-0.28/configure-608-    eval "with_$ac_package=no" ;;
##############################################
ifplugd-0.28/configure-633-  *=*)
ifplugd-0.28/configure:634:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ifplugd-0.28/configure-635-    # Reject names that are not valid shell variable names.
##############################################
ifplugd-0.28/configure-638-   { (exit 1); exit 1; }; }
ifplugd-0.28/configure:639:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
ifplugd-0.28/configure-640-    eval "$ac_envvar='$ac_optarg'"
##############################################
ifplugd-0.28/configure-654-if test -n "$ac_prev"; then
ifplugd-0.28/configure:655:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ifplugd-0.28/configure-656-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
ifplugd-0.28/configure-662-do
ifplugd-0.28/configure:663:  eval ac_val=$`echo $ac_var`
ifplugd-0.28/configure-664-  case $ac_val in
##############################################
ifplugd-0.28/configure-674-do
ifplugd-0.28/configure:675:  eval ac_val=$`echo $ac_var`
ifplugd-0.28/configure-676-  case $ac_val in
##############################################
ifplugd-0.28/configure-741-   { (exit 1); exit 1; }; }
ifplugd-0.28/configure:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
ifplugd-0.28/configure-743-ac_env_build_alias_set=${build_alias+set}
##############################################
ifplugd-0.28/configure-832-By default, \`make install' will install all the files in
ifplugd-0.28/configure:833:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ifplugd-0.28/configure:834:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ifplugd-0.28/configure-835-for instance \`--prefix=\$HOME'.
##############################################
ifplugd-0.28/configure-914-if test "$ac_dir" != .; then
ifplugd-0.28/configure:915:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
ifplugd-0.28/configure-916-  # A "../" for each directory in $ac_dir_suffix.
ifplugd-0.28/configure:917:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
ifplugd-0.28/configure-918-else
##############################################
ifplugd-0.28/configure-927-    else
ifplugd-0.28/configure:928:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
ifplugd-0.28/configure-929-    fi ;;
##############################################
ifplugd-0.28/configure-1083-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
ifplugd-0.28/configure:1084:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ifplugd-0.28/configure-1085-    esac
##############################################
ifplugd-0.28/configure-1155-    do
ifplugd-0.28/configure:1156:      eval ac_val=$`echo $ac_var`
ifplugd-0.28/configure-1157-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
ifplugd-0.28/configure-1169-      do
ifplugd-0.28/configure:1170:	eval ac_val=$`echo $ac_var`
ifplugd-0.28/configure-1171-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
ifplugd-0.28/configure-1276-    set,)
ifplugd-0.28/configure:1277:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ifplugd-0.28/configure:1278:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ifplugd-0.28/configure-1279-      ac_cache_corrupted=: ;;
##############################################
ifplugd-0.28/configure-1299-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
ifplugd-0.28/configure:1300:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ifplugd-0.28/configure-1301-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ifplugd-0.28/configure-1467-if (
ifplugd-0.28/configure:1468:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
ifplugd-0.28/configure-1469-   if test "$*" = "X"; then
ifplugd-0.28/configure-1470-      # -L didn't work.
ifplugd-0.28/configure:1471:      set X `ls -t $srcdir/configure conftest.file`
ifplugd-0.28/configure-1472-   fi
##############################################
ifplugd-0.28/configure-1511-_ACEOF
ifplugd-0.28/configure:1512:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
ifplugd-0.28/configure-1513-rm conftest.sed
##############################################
ifplugd-0.28/configure-1515-# expand $ac_aux_dir to an absolute path
ifplugd-0.28/configure:1516:am_aux_dir=`cd $ac_aux_dir && pwd`
ifplugd-0.28/configure-1517-
##############################################
ifplugd-0.28/configure-1602-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ifplugd-0.28/configure:1603:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
ifplugd-0.28/configure-1604-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
ifplugd-0.28/configure-1611-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ifplugd-0.28/configure:1612:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
ifplugd-0.28/configure-1613-if test -n "$ac_maketemp"; then
##############################################
ifplugd-0.28/configure-1619-fi
ifplugd-0.28/configure:1620:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
ifplugd-0.28/configure-1621-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
ifplugd-0.28/configure-1639-# test to see if srcdir already configured
ifplugd-0.28/configure:1640:if test "`cd $srcdir && pwd`" != "`pwd`" &&
ifplugd-0.28/configure-1641-   test -f $srcdir/config.status; then
##############################################
ifplugd-0.28/configure-1895-     "checking for C++ compiler version" >&5
ifplugd-0.28/configure:1896:ac_compiler=`set X $ac_compile; echo $2`
ifplugd-0.28/configure-1897-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
ifplugd-0.28/configure-1934-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
ifplugd-0.28/configure:1935:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ifplugd-0.28/configure-1936-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
ifplugd-0.28/configure-1962-    *.* )
ifplugd-0.28/configure:1963:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ifplugd-0.28/configure-1964-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
ifplugd-0.28/configure-2042-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
ifplugd-0.28/configure:2043:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ifplugd-0.28/configure-2044-	  export ac_cv_exeext
##############################################
ifplugd-0.28/configure-2092-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
ifplugd-0.28/configure:2093:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ifplugd-0.28/configure-2094-       break;;
##############################################
ifplugd-0.28/configure-2170-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
ifplugd-0.28/configure:2171:GXX=`test $ac_compiler_gnu = yes && echo yes`
ifplugd-0.28/configure-2172-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
ifplugd-0.28/configure-2374-# case it prints its new name instead of `make'.
ifplugd-0.28/configure:2375:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
ifplugd-0.28/configure-2376-   am__include=include
##############################################
ifplugd-0.28/configure-2382-   echo '.include "confinc"' > confmf
ifplugd-0.28/configure:2383:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
ifplugd-0.28/configure-2384-      am__include=.include
##############################################
ifplugd-0.28/configure-2444-  if test "$am_compiler_list" = ""; then
ifplugd-0.28/configure:2445:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ifplugd-0.28/configure-2446-  fi
##############################################
ifplugd-0.28/configure-2843-     "checking for C compiler version" >&5
ifplugd-0.28/configure:2844:ac_compiler=`set X $ac_compile; echo $2`
ifplugd-0.28/configure-2845-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
ifplugd-0.28/configure-2917-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
ifplugd-0.28/configure:2918:GCC=`test $ac_compiler_gnu = yes && echo yes`
ifplugd-0.28/configure-2919-ac_test_CFLAGS=${CFLAGS+set}
##############################################
ifplugd-0.28/configure-3276-  if test "$am_compiler_list" = ""; then
ifplugd-0.28/configure:3277:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ifplugd-0.28/configure-3278-  fi
##############################################
ifplugd-0.28/configure-3683-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
ifplugd-0.28/configure:3684:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
ifplugd-0.28/configure-3685-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
ifplugd-0.28/configure-3692-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ifplugd-0.28/configure:3693:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
ifplugd-0.28/configure-3694-if test -n "$ac_maketemp"; then
##############################################
ifplugd-0.28/configure-3700-fi
ifplugd-0.28/configure:3701:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
ifplugd-0.28/configure-3702-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
ifplugd-0.28/configure-3988-do
ifplugd-0.28/configure:3989:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
ifplugd-0.28/configure-3990-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
ifplugd-0.28/configure-4034-fi
ifplugd-0.28/configure:4035:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:4036:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure:4037:if test `eval echo '${'$as_ac_Header'}'` = yes; then
ifplugd-0.28/configure-4038-  cat >>confdefs.h <<_ACEOF
ifplugd-0.28/configure:4039:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
ifplugd-0.28/configure-4040-_ACEOF
##############################################
ifplugd-0.28/configure-4057-do
ifplugd-0.28/configure:4058:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
ifplugd-0.28/configure-4059-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
ifplugd-0.28/configure-4064-fi
ifplugd-0.28/configure:4065:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:4066:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure-4067-else
##############################################
ifplugd-0.28/configure-4190-fi
ifplugd-0.28/configure:4191:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:4192:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure-4193-
ifplugd-0.28/configure-4194-fi
ifplugd-0.28/configure:4195:if test `eval echo '${'$as_ac_Header'}'` = yes; then
ifplugd-0.28/configure-4196-  cat >>confdefs.h <<_ACEOF
ifplugd-0.28/configure:4197:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
ifplugd-0.28/configure-4198-_ACEOF
##############################################
ifplugd-0.28/configure-4508-do
ifplugd-0.28/configure:4509:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
ifplugd-0.28/configure-4510-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
ifplugd-0.28/configure-4515-fi
ifplugd-0.28/configure:4516:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:4517:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure-4518-else
##############################################
ifplugd-0.28/configure-4641-fi
ifplugd-0.28/configure:4642:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:4643:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure-4644-
ifplugd-0.28/configure-4645-fi
ifplugd-0.28/configure:4646:if test `eval echo '${'$as_ac_Header'}'` = yes; then
ifplugd-0.28/configure-4647-  cat >>confdefs.h <<_ACEOF
ifplugd-0.28/configure:4648:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
ifplugd-0.28/configure-4649-_ACEOF
##############################################
ifplugd-0.28/configure-4658-do
ifplugd-0.28/configure:4659:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
ifplugd-0.28/configure-4660-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
ifplugd-0.28/configure-4746-fi
ifplugd-0.28/configure:4747:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
ifplugd-0.28/configure:4748:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
ifplugd-0.28/configure:4749:if test `eval echo '${'$as_ac_var'}'` = yes; then
ifplugd-0.28/configure-4750-  cat >>confdefs.h <<_ACEOF
ifplugd-0.28/configure:4751:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
ifplugd-0.28/configure-4752-_ACEOF
##############################################
ifplugd-0.28/configure-5041-do
ifplugd-0.28/configure:5042:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
ifplugd-0.28/configure-5043-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
ifplugd-0.28/configure-5048-fi
ifplugd-0.28/configure:5049:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:5050:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure-5051-else
##############################################
ifplugd-0.28/configure-5174-fi
ifplugd-0.28/configure:5175:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:5176:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure-5177-
ifplugd-0.28/configure-5178-fi
ifplugd-0.28/configure:5179:if test `eval echo '${'$as_ac_Header'}'` = yes; then
ifplugd-0.28/configure-5180-  cat >>confdefs.h <<_ACEOF
ifplugd-0.28/configure:5181:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
ifplugd-0.28/configure-5182-_ACEOF
##############################################
ifplugd-0.28/configure-5257-ac_save_IFS=$IFS; IFS=','
ifplugd-0.28/configure:5258:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
ifplugd-0.28/configure-5259-IFS=$ac_save_IFS
##############################################
ifplugd-0.28/configure-5280-do
ifplugd-0.28/configure:5281:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
ifplugd-0.28/configure-5282-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
ifplugd-0.28/configure-5287-fi
ifplugd-0.28/configure:5288:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:5289:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure-5290-else
##############################################
ifplugd-0.28/configure-5413-fi
ifplugd-0.28/configure:5414:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
ifplugd-0.28/configure:5415:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
ifplugd-0.28/configure-5416-
ifplugd-0.28/configure-5417-fi
ifplugd-0.28/configure:5418:if test `eval echo '${'$as_ac_Header'}'` = yes; then
ifplugd-0.28/configure-5419-  cat >>confdefs.h <<_ACEOF
ifplugd-0.28/configure:5420:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
ifplugd-0.28/configure-5421-_ACEOF
##############################################
ifplugd-0.28/configure-5578-do
ifplugd-0.28/configure:5579:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
ifplugd-0.28/configure-5580-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
ifplugd-0.28/configure-5666-fi
ifplugd-0.28/configure:5667:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
ifplugd-0.28/configure:5668:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
ifplugd-0.28/configure:5669:if test `eval echo '${'$as_ac_var'}'` = yes; then
ifplugd-0.28/configure-5670-  cat >>confdefs.h <<_ACEOF
ifplugd-0.28/configure:5671:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
ifplugd-0.28/configure-5672-_ACEOF
##############################################
ifplugd-0.28/configure-5787-do
ifplugd-0.28/configure:5788:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
ifplugd-0.28/configure-5789-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
ifplugd-0.28/configure-5875-fi
ifplugd-0.28/configure:5876:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
ifplugd-0.28/configure:5877:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
ifplugd-0.28/configure:5878:if test `eval echo '${'$as_ac_var'}'` = yes; then
ifplugd-0.28/configure-5879-  cat >>confdefs.h <<_ACEOF
ifplugd-0.28/configure:5880:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
ifplugd-0.28/configure-5881-_ACEOF
##############################################
ifplugd-0.28/configure-6006-  (exit $ac_status); }; then
ifplugd-0.28/configure:6007:		pkg_cv_LIBDAEMON_CFLAGS=`$PKG_CONFIG --cflags " libdaemon >= 0.5 " 2>/dev/null`
ifplugd-0.28/configure-6008-	else
##############################################
ifplugd-0.28/configure-6029-  (exit $ac_status); }; then
ifplugd-0.28/configure:6030:		pkg_cv_LIBDAEMON_LIBS=`$PKG_CONFIG --libs " libdaemon >= 0.5 " 2>/dev/null`
ifplugd-0.28/configure-6031-	else
##############################################
ifplugd-0.28/configure-6041-if test $pkg_failed = yes; then
ifplugd-0.28/configure:6042:	LIBDAEMON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " libdaemon >= 0.5 "`
ifplugd-0.28/configure-6043-	# Put the nasty error message in config.log where it belongs
##############################################
ifplugd-0.28/configure-6524-do
ifplugd-0.28/configure:6525:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
ifplugd-0.28/configure-6526-    eval $as_var=C; export $as_var
##############################################
ifplugd-0.28/configure-6582-  as_lineno_2=$LINENO
ifplugd-0.28/configure:6583:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
ifplugd-0.28/configure-6584-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
ifplugd-0.28/configure-6622-  as_lineno_2=$LINENO
ifplugd-0.28/configure:6623:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
ifplugd-0.28/configure-6624-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
ifplugd-0.28/configure-6804-configured by $0, generated by GNU Autoconf 2.59,
ifplugd-0.28/configure:6805:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
ifplugd-0.28/configure-6806-
##############################################
ifplugd-0.28/configure-6821-  --*=*)
ifplugd-0.28/configure:6822:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
ifplugd-0.28/configure:6823:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
ifplugd-0.28/configure-6824-    ac_shift=:
##############################################
ifplugd-0.28/configure-7104-      fi
ifplugd-0.28/configure:7105:      ac_sed_frag=`expr $ac_sed_frag + 1`
ifplugd-0.28/configure-7106-      ac_beg=$ac_end
ifplugd-0.28/configure:7107:      ac_end=`expr $ac_end + $ac_max_sed_lines`
ifplugd-0.28/configure-7108-    fi
##############################################
ifplugd-0.28/configure-7121-	cat >$tmp/stdin
ifplugd-0.28/configure:7122:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ifplugd-0.28/configure:7123:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ifplugd-0.28/configure:7124:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ifplugd-0.28/configure:7125:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ifplugd-0.28/configure-7126-  * )   ac_file_in=$ac_file.in ;;
##############################################
ifplugd-0.28/configure-7169-if test "$ac_dir" != .; then
ifplugd-0.28/configure:7170:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
ifplugd-0.28/configure-7171-  # A "../" for each directory in $ac_dir_suffix.
ifplugd-0.28/configure:7172:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
ifplugd-0.28/configure-7173-else
##############################################
ifplugd-0.28/configure-7182-    else
ifplugd-0.28/configure:7183:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
ifplugd-0.28/configure-7184-    fi ;;
##############################################
ifplugd-0.28/configure-7335-	cat >$tmp/stdin
ifplugd-0.28/configure:7336:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ifplugd-0.28/configure:7337:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ifplugd-0.28/configure:7338:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
ifplugd-0.28/configure:7339:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
ifplugd-0.28/configure-7340-  * )   ac_file_in=$ac_file.in ;;
##############################################
ifplugd-0.28/configure-7538-    * )
ifplugd-0.28/configure:7539:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ifplugd-0.28/configure-7540-  esac
##############################################
ifplugd-0.28/configure-7561-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
ifplugd-0.28/configure:7562:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
ifplugd-0.28/configure:7563:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
ifplugd-0.28/configure-7564-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
ifplugd-0.28/configure-7603-if test "$ac_dir" != .; then
ifplugd-0.28/configure:7604:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
ifplugd-0.28/configure-7605-  # A "../" for each directory in $ac_dir_suffix.
ifplugd-0.28/configure:7606:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
ifplugd-0.28/configure-7607-else
##############################################
ifplugd-0.28/configure-7616-    else
ifplugd-0.28/configure:7617:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
ifplugd-0.28/configure-7618-    fi ;;
##############################################
ifplugd-0.28/configure-7671-  # Strip MF so we end up with the name of the file.
ifplugd-0.28/configure:7672:  mf=`echo "$mf" | sed -e 's/:.*$//'`
ifplugd-0.28/configure-7673-  # Check whether this is an Automake generated Makefile or not.
##############################################
ifplugd-0.28/configure-7696-  # from the Makefile without running `make'.
ifplugd-0.28/configure:7697:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ifplugd-0.28/configure-7698-  test -z "$DEPDIR" && continue
ifplugd-0.28/configure:7699:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
ifplugd-0.28/configure-7700-  test -z "am__include" && continue
ifplugd-0.28/configure:7701:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ifplugd-0.28/configure-7702-  # When using ansi2knr, U may be empty or an underscore; expand it
ifplugd-0.28/configure:7703:  U=`sed -n 's/^U = //p' < "$mf"`
ifplugd-0.28/configure-7704-  # Find all dependency output files, they are included files with
##############################################
ifplugd-0.28/man/Makefile.in-217-	  else file=$$i; fi; \
ifplugd-0.28/man/Makefile.in:218:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
ifplugd-0.28/man/Makefile.in-219-	  case "$$ext" in \
##############################################
ifplugd-0.28/man/Makefile.in-222-	  esac; \
ifplugd-0.28/man/Makefile.in:223:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
ifplugd-0.28/man/Makefile.in:224:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
ifplugd-0.28/man/Makefile.in:225:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
ifplugd-0.28/man/Makefile.in-226-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
##############################################
ifplugd-0.28/man/Makefile.in-238-	for i in $$list; do \
ifplugd-0.28/man/Makefile.in:239:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
ifplugd-0.28/man/Makefile.in-240-	  case "$$ext" in \
##############################################
ifplugd-0.28/man/Makefile.in-243-	  esac; \
ifplugd-0.28/man/Makefile.in:244:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
ifplugd-0.28/man/Makefile.in:245:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
ifplugd-0.28/man/Makefile.in:246:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
ifplugd-0.28/man/Makefile.in-247-	  echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
##############################################
ifplugd-0.28/man/Makefile.in-262-	  else file=$$i; fi; \
ifplugd-0.28/man/Makefile.in:263:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
ifplugd-0.28/man/Makefile.in-264-	  case "$$ext" in \
##############################################
ifplugd-0.28/man/Makefile.in-267-	  esac; \
ifplugd-0.28/man/Makefile.in:268:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
ifplugd-0.28/man/Makefile.in:269:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
ifplugd-0.28/man/Makefile.in:270:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
ifplugd-0.28/man/Makefile.in-271-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
##############################################
ifplugd-0.28/man/Makefile.in-283-	for i in $$list; do \
ifplugd-0.28/man/Makefile.in:284:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
ifplugd-0.28/man/Makefile.in-285-	  case "$$ext" in \
##############################################
ifplugd-0.28/man/Makefile.in-288-	  esac; \
ifplugd-0.28/man/Makefile.in:289:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
ifplugd-0.28/man/Makefile.in:290:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
ifplugd-0.28/man/Makefile.in:291:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
ifplugd-0.28/man/Makefile.in-292-	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
##############################################
ifplugd-0.28/man/Makefile.in-302-distdir: $(DISTFILES)
ifplugd-0.28/man/Makefile.in:303:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/man/Makefile.in:304:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
ifplugd-0.28/man/Makefile.in-305-	list='$(DISTFILES)'; for file in $$list; do \
ifplugd-0.28/man/Makefile.in-306-	  case $$file in \
ifplugd-0.28/man/Makefile.in:307:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
ifplugd-0.28/man/Makefile.in:308:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
ifplugd-0.28/man/Makefile.in-309-	  esac; \
ifplugd-0.28/man/Makefile.in-310-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
ifplugd-0.28/man/Makefile.in:311:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
ifplugd-0.28/man/Makefile.in-312-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
ifplugd-0.28/debian/ifplugd.config-63-
ifplugd-0.28/debian/ifplugd.config:64:DH_VERSION=`dpkg -l debconf | awk ' /^ii/ { print $3 }'`
ifplugd-0.28/debian/ifplugd.config-65-
##############################################
ifplugd-0.28/debian/preinst-8-	if [ -e "$CONFFILE" ]; then
ifplugd-0.28/debian/preinst:9:		md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`"
ifplugd-0.28/debian/preinst:10:		old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE'{s/ obsolete$//;s/.* //p}\"`"
ifplugd-0.28/debian/preinst-11-		if [ "$md5sum" != "$old_md5sum" ]; then