===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
clamfs-1.2.0/acinclude.m4-67-	boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
clamfs-1.2.0/acinclude.m4:68:	boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
clamfs-1.2.0/acinclude.m4:69:	boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
clamfs-1.2.0/acinclude.m4:70:	boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
clamfs-1.2.0/acinclude.m4:71:	boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
clamfs-1.2.0/acinclude.m4-72-	if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
clamfs-1.2.0/acinclude.m4-74-    	fi
clamfs-1.2.0/acinclude.m4:75:	WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
clamfs-1.2.0/acinclude.m4-76-	AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
clamfs-1.2.0/acinclude.m4-133-			if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
clamfs-1.2.0/acinclude.m4:134:				for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
clamfs-1.2.0/acinclude.m4:135:					_version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
clamfs-1.2.0/acinclude.m4:136:					V_CHECK=`expr $_version_tmp \> $_version`
clamfs-1.2.0/acinclude.m4-137-					if test "$V_CHECK" = "1" ; then
##############################################
clamfs-1.2.0/acinclude.m4-139-					fi
clamfs-1.2.0/acinclude.m4:140:					VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
clamfs-1.2.0/acinclude.m4-141-					BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
clamfs-1.2.0/acinclude.m4-146-				if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
clamfs-1.2.0/acinclude.m4:147:					for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
clamfs-1.2.0/acinclude.m4:148:						_version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
clamfs-1.2.0/acinclude.m4:149:						V_CHECK=`expr $_version_tmp \> $_version`
clamfs-1.2.0/acinclude.m4-150-						if test "$V_CHECK" = "1" ; then
##############################################
clamfs-1.2.0/acinclude.m4-157-
clamfs-1.2.0/acinclude.m4:158:			VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
clamfs-1.2.0/acinclude.m4-159-			BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
clamfs-1.2.0/acinclude.m4-166-				if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
clamfs-1.2.0/acinclude.m4:167:					version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
clamfs-1.2.0/acinclude.m4:168:					stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
clamfs-1.2.0/acinclude.m4:169:			        	stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
clamfs-1.2.0/acinclude.m4:170:					V_CHECK=`expr $stage_version_shorten \>\= $_version`
clamfs-1.2.0/acinclude.m4-171-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
clamfs-1.2.0/ax_boost_base.m4-67-	boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
clamfs-1.2.0/ax_boost_base.m4:68:	boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
clamfs-1.2.0/ax_boost_base.m4:69:	boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
clamfs-1.2.0/ax_boost_base.m4:70:	boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
clamfs-1.2.0/ax_boost_base.m4:71:	boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
clamfs-1.2.0/ax_boost_base.m4-72-	if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
clamfs-1.2.0/ax_boost_base.m4-74-    	fi
clamfs-1.2.0/ax_boost_base.m4:75:	WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
clamfs-1.2.0/ax_boost_base.m4-76-	AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
clamfs-1.2.0/ax_boost_base.m4-133-			if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
clamfs-1.2.0/ax_boost_base.m4:134:				for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
clamfs-1.2.0/ax_boost_base.m4:135:					_version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
clamfs-1.2.0/ax_boost_base.m4:136:					V_CHECK=`expr $_version_tmp \> $_version`
clamfs-1.2.0/ax_boost_base.m4-137-					if test "$V_CHECK" = "1" ; then
##############################################
clamfs-1.2.0/ax_boost_base.m4-139-					fi
clamfs-1.2.0/ax_boost_base.m4:140:					VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
clamfs-1.2.0/ax_boost_base.m4-141-					BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
clamfs-1.2.0/ax_boost_base.m4-146-				if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
clamfs-1.2.0/ax_boost_base.m4:147:					for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
clamfs-1.2.0/ax_boost_base.m4:148:						_version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
clamfs-1.2.0/ax_boost_base.m4:149:						V_CHECK=`expr $_version_tmp \> $_version`
clamfs-1.2.0/ax_boost_base.m4-150-						if test "$V_CHECK" = "1" ; then
##############################################
clamfs-1.2.0/ax_boost_base.m4-157-
clamfs-1.2.0/ax_boost_base.m4:158:			VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
clamfs-1.2.0/ax_boost_base.m4-159-			BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
clamfs-1.2.0/ax_boost_base.m4-166-				if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
clamfs-1.2.0/ax_boost_base.m4:167:					version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
clamfs-1.2.0/ax_boost_base.m4:168:					stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
clamfs-1.2.0/ax_boost_base.m4:169:			        	stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
clamfs-1.2.0/ax_boost_base.m4:170:					V_CHECK=`expr $stage_version_shorten \>\= $_version`
clamfs-1.2.0/ax_boost_base.m4-171-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
clamfs-1.2.0/doc/svg/Makefile.in-49-  { \
clamfs-1.2.0/doc/svg/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
clamfs-1.2.0/doc/svg/Makefile.in-51-  }; \
##############################################
clamfs-1.2.0/doc/svg/Makefile.in-270-distdir-am: $(DISTFILES)
clamfs-1.2.0/doc/svg/Makefile.in:271:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clamfs-1.2.0/doc/svg/Makefile.in:272:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clamfs-1.2.0/doc/svg/Makefile.in-273-	list='$(DISTFILES)'; \
##############################################
clamfs-1.2.0/doc/svg/Makefile.in-284-	  if test -d $$d/$$file; then \
clamfs-1.2.0/doc/svg/Makefile.in:285:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
clamfs-1.2.0/doc/svg/Makefile.in-286-	    if test -d "$(distdir)/$$file"; then \
##############################################
clamfs-1.2.0/doc/Makefile.in-49-  { \
clamfs-1.2.0/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
clamfs-1.2.0/doc/Makefile.in-51-  }; \
##############################################
clamfs-1.2.0/doc/Makefile.in-125-  esac
clamfs-1.2.0/doc/Makefile.in:126:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
clamfs-1.2.0/doc/Makefile.in-127-am__vpath_adj = case $$p in \
clamfs-1.2.0/doc/Makefile.in:128:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
clamfs-1.2.0/doc/Makefile.in-129-    *) f=$$p;; \
clamfs-1.2.0/doc/Makefile.in-130-  esac;
clamfs-1.2.0/doc/Makefile.in:131:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
clamfs-1.2.0/doc/Makefile.in-132-am__install_max = 40
clamfs-1.2.0/doc/Makefile.in-133-am__nobase_strip_setup = \
clamfs-1.2.0/doc/Makefile.in:134:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
clamfs-1.2.0/doc/Makefile.in-135-am__nobase_strip = \
##############################################
clamfs-1.2.0/doc/Makefile.in-193-  while test -n "$$dir1"; do \
clamfs-1.2.0/doc/Makefile.in:194:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
clamfs-1.2.0/doc/Makefile.in-195-    if test "$$first" != "."; then \
clamfs-1.2.0/doc/Makefile.in-196-      if test "$$first" = ".."; then \
clamfs-1.2.0/doc/Makefile.in:197:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
clamfs-1.2.0/doc/Makefile.in:198:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
clamfs-1.2.0/doc/Makefile.in-199-      else \
clamfs-1.2.0/doc/Makefile.in:200:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
clamfs-1.2.0/doc/Makefile.in-201-        if test "$$first2" = "$$first"; then \
clamfs-1.2.0/doc/Makefile.in:202:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
clamfs-1.2.0/doc/Makefile.in-203-        else \
##############################################
clamfs-1.2.0/doc/Makefile.in-208-    fi; \
clamfs-1.2.0/doc/Makefile.in:209:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
clamfs-1.2.0/doc/Makefile.in-210-  done; \
##############################################
clamfs-1.2.0/doc/Makefile.in-358-	test -n "$(man1dir)" \
clamfs-1.2.0/doc/Makefile.in:359:	  && test -n "`echo $$list1$$list2`" \
clamfs-1.2.0/doc/Makefile.in-360-	  || exit 0; \
##############################################
clamfs-1.2.0/doc/Makefile.in-411-	dot_seen=no; \
clamfs-1.2.0/doc/Makefile.in:412:	target=`echo $@ | sed s/-recursive//`; \
clamfs-1.2.0/doc/Makefile.in-413-	case "$@" in \
##############################################
clamfs-1.2.0/doc/Makefile.in-474-GTAGS:
clamfs-1.2.0/doc/Makefile.in:475:	here=`$(am__cd) $(top_builddir) && pwd` \
clamfs-1.2.0/doc/Makefile.in-476-	  && $(am__cd) $(top_srcdir) \
##############################################
clamfs-1.2.0/doc/Makefile.in-500-distdir-am: $(DISTFILES)
clamfs-1.2.0/doc/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clamfs-1.2.0/doc/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clamfs-1.2.0/doc/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
clamfs-1.2.0/doc/Makefile.in-514-	  if test -d $$d/$$file; then \
clamfs-1.2.0/doc/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
clamfs-1.2.0/doc/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
clamfs-1.2.0/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
clamfs-1.2.0/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
clamfs-1.2.0/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
clamfs-1.2.0/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
clamfs-1.2.0/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
clamfs-1.2.0/aclocal.m4-181-        else 
clamfs-1.2.0/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
clamfs-1.2.0/aclocal.m4-183-        fi
##############################################
clamfs-1.2.0/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
clamfs-1.2.0/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
clamfs-1.2.0/aclocal.m4-370-# and then we would define $MISSING as
##############################################
clamfs-1.2.0/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
clamfs-1.2.0/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
clamfs-1.2.0/aclocal.m4-385-])
##############################################
clamfs-1.2.0/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
clamfs-1.2.0/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
clamfs-1.2.0/aclocal.m4-483-  fi
##############################################
clamfs-1.2.0/aclocal.m4-634-    # Strip MF so we end up with the name of the file.
clamfs-1.2.0/aclocal.m4:635:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
clamfs-1.2.0/aclocal.m4-636-    # Check whether this is an Automake generated Makefile which includes
##############################################
clamfs-1.2.0/aclocal.m4-641-      || continue
clamfs-1.2.0/aclocal.m4:642:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
clamfs-1.2.0/aclocal.m4:643:    am_filepart=`AS_BASENAME(["$am_mf"])`
clamfs-1.2.0/aclocal.m4-644-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
clamfs-1.2.0/aclocal.m4-709-AC_REQUIRE([AC_PROG_INSTALL])dnl
clamfs-1.2.0/aclocal.m4:710:if test "`cd $srcdir && pwd`" != "`pwd`"; then
clamfs-1.2.0/aclocal.m4-711-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
clamfs-1.2.0/aclocal.m4-868-    * )
clamfs-1.2.0/aclocal.m4:869:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
clamfs-1.2.0/aclocal.m4-870-  esac
clamfs-1.2.0/aclocal.m4-871-done
clamfs-1.2.0/aclocal.m4:872:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
clamfs-1.2.0/aclocal.m4-873-
##############################################
clamfs-1.2.0/aclocal.m4-1153-     echo "timestamp, slept: $am_has_slept" > conftest.file
clamfs-1.2.0/aclocal.m4:1154:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
clamfs-1.2.0/aclocal.m4-1155-     if test "$[*]" = "X"; then
clamfs-1.2.0/aclocal.m4-1156-	# -L didn't work.
clamfs-1.2.0/aclocal.m4:1157:	set X `ls -t "$srcdir/configure" conftest.file`
clamfs-1.2.0/aclocal.m4-1158-     fi
##############################################
clamfs-1.2.0/src/Makefile.in-50-  { \
clamfs-1.2.0/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
clamfs-1.2.0/src/Makefile.in-52-  }; \
##############################################
clamfs-1.2.0/src/Makefile.in-398-.cxx.obj:
clamfs-1.2.0/src/Makefile.in:399:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
clamfs-1.2.0/src/Makefile.in-400-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
clamfs-1.2.0/src/Makefile.in-402-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
clamfs-1.2.0/src/Makefile.in:403:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
clamfs-1.2.0/src/Makefile.in-404-
##############################################
clamfs-1.2.0/src/Makefile.in-434-GTAGS:
clamfs-1.2.0/src/Makefile.in:435:	here=`$(am__cd) $(top_builddir) && pwd` \
clamfs-1.2.0/src/Makefile.in-436-	  && $(am__cd) $(top_srcdir) \
##############################################
clamfs-1.2.0/src/Makefile.in-460-distdir-am: $(DISTFILES)
clamfs-1.2.0/src/Makefile.in:461:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clamfs-1.2.0/src/Makefile.in:462:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clamfs-1.2.0/src/Makefile.in-463-	list='$(DISTFILES)'; \
##############################################
clamfs-1.2.0/src/Makefile.in-474-	  if test -d $$d/$$file; then \
clamfs-1.2.0/src/Makefile.in:475:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
clamfs-1.2.0/src/Makefile.in-476-	    if test -d "$(distdir)/$$file"; then \
##############################################
clamfs-1.2.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
clamfs-1.2.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
clamfs-1.2.0/configure-47-  as_echo='print -r --'
clamfs-1.2.0/configure-48-  as_echo_n='print -rn --'
clamfs-1.2.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
clamfs-1.2.0/configure-50-  as_echo='printf %s\n'
##############################################
clamfs-1.2.0/configure-52-else
clamfs-1.2.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
clamfs-1.2.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
clamfs-1.2.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
clamfs-1.2.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
clamfs-1.2.0/configure-64-      esac;
##############################################
clamfs-1.2.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
clamfs-1.2.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
clamfs-1.2.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
clamfs-1.2.0/configure-327-      case $as_dir in #(
clamfs-1.2.0/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
clamfs-1.2.0/configure-329-      *) as_qdir=$as_dir;;
##############################################
clamfs-1.2.0/configure-400-  {
clamfs-1.2.0/configure:401:    as_val=`expr "$@" || test $? -eq 1`
clamfs-1.2.0/configure-402-  }
##############################################
clamfs-1.2.0/configure-407-# ----------------------------------------
clamfs-1.2.0/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
clamfs-1.2.0/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
clamfs-1.2.0/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
clamfs-1.2.0/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
clamfs-1.2.0/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
clamfs-1.2.0/configure-827-  case $ac_option in
clamfs-1.2.0/configure:828:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
clamfs-1.2.0/configure-829-  *=)   ac_optarg= ;;
##############################################
clamfs-1.2.0/configure-871-  -disable-* | --disable-*)
clamfs-1.2.0/configure:872:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
clamfs-1.2.0/configure-873-    # Reject names that are not valid shell variable names.
##############################################
clamfs-1.2.0/configure-876-    ac_useropt_orig=$ac_useropt
clamfs-1.2.0/configure:877:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
clamfs-1.2.0/configure-878-    case $ac_user_opts in
##############################################
clamfs-1.2.0/configure-897-  -enable-* | --enable-*)
clamfs-1.2.0/configure:898:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
clamfs-1.2.0/configure-899-    # Reject names that are not valid shell variable names.
##############################################
clamfs-1.2.0/configure-902-    ac_useropt_orig=$ac_useropt
clamfs-1.2.0/configure:903:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
clamfs-1.2.0/configure-904-    case $ac_user_opts in
##############################################
clamfs-1.2.0/configure-1110-  -with-* | --with-*)
clamfs-1.2.0/configure:1111:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
clamfs-1.2.0/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
clamfs-1.2.0/configure-1115-    ac_useropt_orig=$ac_useropt
clamfs-1.2.0/configure:1116:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
clamfs-1.2.0/configure-1117-    case $ac_user_opts in
##############################################
clamfs-1.2.0/configure-1126-  -without-* | --without-*)
clamfs-1.2.0/configure:1127:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
clamfs-1.2.0/configure-1128-    # Reject names that are not valid shell variable names.
##############################################
clamfs-1.2.0/configure-1131-    ac_useropt_orig=$ac_useropt
clamfs-1.2.0/configure:1132:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
clamfs-1.2.0/configure-1133-    case $ac_user_opts in
##############################################
clamfs-1.2.0/configure-1164-  *=*)
clamfs-1.2.0/configure:1165:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
clamfs-1.2.0/configure-1166-    # Reject names that are not valid shell variable names.
##############################################
clamfs-1.2.0/configure-1185-if test -n "$ac_prev"; then
clamfs-1.2.0/configure:1186:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
clamfs-1.2.0/configure-1187-  as_fn_error $? "missing argument to $ac_option"
##############################################
clamfs-1.2.0/configure-1207-    */ )
clamfs-1.2.0/configure:1208:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
clamfs-1.2.0/configure-1209-      eval $ac_var=\$ac_val;;
##############################################
clamfs-1.2.0/configure-1242-ac_ls_di=`ls -di .` &&
clamfs-1.2.0/configure:1243:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
clamfs-1.2.0/configure-1244-  as_fn_error $? "working directory cannot be determined"
##############################################
clamfs-1.2.0/configure-1298-case $srcdir in
clamfs-1.2.0/configure:1299:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
clamfs-1.2.0/configure-1300-esac
##############################################
clamfs-1.2.0/configure-1341-By default, \`make install' will install all the files in
clamfs-1.2.0/configure:1342:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
clamfs-1.2.0/configure:1343:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
clamfs-1.2.0/configure-1344-for instance \`--prefix=\$HOME'.
##############################################
clamfs-1.2.0/configure-1455-*)
clamfs-1.2.0/configure:1456:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
clamfs-1.2.0/configure-1457-  # A ".." for each directory in $ac_dir_suffix.
clamfs-1.2.0/configure:1458:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
clamfs-1.2.0/configure-1459-  case $ac_top_builddir_sub in
##############################################
clamfs-1.2.0/configure-2035-    *\'*)
clamfs-1.2.0/configure:2036:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
clamfs-1.2.0/configure-2037-    esac
##############################################
clamfs-1.2.0/configure-2118-      case $ac_val in
clamfs-1.2.0/configure:2119:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
clamfs-1.2.0/configure-2120-      esac
##############################################
clamfs-1.2.0/configure-2133-	case $ac_val in
clamfs-1.2.0/configure:2134:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
clamfs-1.2.0/configure-2135-	esac
##############################################
clamfs-1.2.0/configure-2254-    set,)
clamfs-1.2.0/configure:2255:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
clamfs-1.2.0/configure:2256:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
clamfs-1.2.0/configure-2257-      ac_cache_corrupted=: ;;
##############################################
clamfs-1.2.0/configure-2265-	# differences in whitespace do not lead to failure.
clamfs-1.2.0/configure:2266:	ac_old_val_w=`echo x $ac_old_val`
clamfs-1.2.0/configure:2267:	ac_new_val_w=`echo x $ac_new_val`
clamfs-1.2.0/configure-2268-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
clamfs-1.2.0/configure-2285-    case $ac_new_val in
clamfs-1.2.0/configure:2286:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
clamfs-1.2.0/configure-2287-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
clamfs-1.2.0/configure-2463-     echo "timestamp, slept: $am_has_slept" > conftest.file
clamfs-1.2.0/configure:2464:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
clamfs-1.2.0/configure-2465-     if test "$*" = "X"; then
clamfs-1.2.0/configure-2466-	# -L didn't work.
clamfs-1.2.0/configure:2467:	set X `ls -t "$srcdir/configure" conftest.file`
clamfs-1.2.0/configure-2468-     fi
##############################################
clamfs-1.2.0/configure-2514-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
clamfs-1.2.0/configure:2515:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
clamfs-1.2.0/configure-2516-
clamfs-1.2.0/configure-2517-# Expand $ac_aux_dir to an absolute path.
clamfs-1.2.0/configure:2518:am_aux_dir=`cd "$ac_aux_dir" && pwd`
clamfs-1.2.0/configure-2519-
##############################################
clamfs-1.2.0/configure-2659-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
clamfs-1.2.0/configure:2660:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
clamfs-1.2.0/configure-2661-	     'mkdir (GNU coreutils) '* | \
##############################################
clamfs-1.2.0/configure-2732-set x ${MAKE-make}
clamfs-1.2.0/configure:2733:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
clamfs-1.2.0/configure-2734-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
clamfs-1.2.0/configure-2742-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
clamfs-1.2.0/configure:2743:case `${MAKE-make} -f conftest.make 2>/dev/null` in
clamfs-1.2.0/configure-2744-  *@@@%%%=?*=@@@%%%*)
##############################################
clamfs-1.2.0/configure-2808-
clamfs-1.2.0/configure:2809:if test "`cd $srcdir && pwd`" != "`pwd`"; then
clamfs-1.2.0/configure-2810-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
clamfs-1.2.0/configure-3087-$as_echo_n "checking whether the C++ compiler works... " >&6; }
clamfs-1.2.0/configure:3088:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
clamfs-1.2.0/configure-3089-
##############################################
clamfs-1.2.0/configure-3131-	then :; else
clamfs-1.2.0/configure:3132:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
clamfs-1.2.0/configure-3133-	fi
##############################################
clamfs-1.2.0/configure-3191-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
clamfs-1.2.0/configure:3192:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
clamfs-1.2.0/configure-3193-	  break;;
##############################################
clamfs-1.2.0/configure-3300-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
clamfs-1.2.0/configure:3301:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
clamfs-1.2.0/configure-3302-       break;;
##############################################
clamfs-1.2.0/configure-3532-  if test "$am_compiler_list" = ""; then
clamfs-1.2.0/configure:3533:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
clamfs-1.2.0/configure-3534-  fi
##############################################
clamfs-1.2.0/configure-4258-  if test "$am_compiler_list" = ""; then
clamfs-1.2.0/configure:4259:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
clamfs-1.2.0/configure-4260-  fi
##############################################
clamfs-1.2.0/configure-4370-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
clamfs-1.2.0/configure:4371:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
clamfs-1.2.0/configure-4372-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
clamfs-1.2.0/configure-4402-  cat >>confdefs.h <<_ACEOF
clamfs-1.2.0/configure:4403:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
clamfs-1.2.0/configure-4404-_ACEOF
##############################################
clamfs-1.2.0/configure-4679-  # Check for GNU $ac_path_GREP
clamfs-1.2.0/configure:4680:case `"$ac_path_GREP" --version 2>&1` in
clamfs-1.2.0/configure-4681-*GNU*)
##############################################
clamfs-1.2.0/configure-4745-  # Check for GNU $ac_path_EGREP
clamfs-1.2.0/configure:4746:case `"$ac_path_EGREP" --version 2>&1` in
clamfs-1.2.0/configure-4747-*GNU*)
##############################################
clamfs-1.2.0/configure-4906-do :
clamfs-1.2.0/configure:4907:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
clamfs-1.2.0/configure-4908-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
clamfs-1.2.0/configure-4911-  cat >>confdefs.h <<_ACEOF
clamfs-1.2.0/configure:4912:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
clamfs-1.2.0/configure-4913-_ACEOF
##############################################
clamfs-1.2.0/configure-4921-do :
clamfs-1.2.0/configure:4922:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
clamfs-1.2.0/configure-4923-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
clamfs-1.2.0/configure-4925-  cat >>confdefs.h <<_ACEOF
clamfs-1.2.0/configure:4926:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
clamfs-1.2.0/configure-4927-_ACEOF
##############################################
clamfs-1.2.0/configure-5432-do :
clamfs-1.2.0/configure:5433:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
clamfs-1.2.0/configure-5434-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
clamfs-1.2.0/configure-5437-  cat >>confdefs.h <<_ACEOF
clamfs-1.2.0/configure:5438:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
clamfs-1.2.0/configure-5439-_ACEOF
##############################################
clamfs-1.2.0/configure-5498-do :
clamfs-1.2.0/configure:5499:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
clamfs-1.2.0/configure-5500-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
clamfs-1.2.0/configure-5502-  cat >>confdefs.h <<_ACEOF
clamfs-1.2.0/configure:5503:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
clamfs-1.2.0/configure-5504-_ACEOF
##############################################
clamfs-1.2.0/configure-5513-do :
clamfs-1.2.0/configure:5514:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
clamfs-1.2.0/configure-5515-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
clamfs-1.2.0/configure-5517-  cat >>confdefs.h <<_ACEOF
clamfs-1.2.0/configure:5518:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
clamfs-1.2.0/configure-5519-_ACEOF
##############################################
clamfs-1.2.0/configure-5986-	boost_lib_version_req=1.33
clamfs-1.2.0/configure:5987:	boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
clamfs-1.2.0/configure:5988:	boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
clamfs-1.2.0/configure:5989:	boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
clamfs-1.2.0/configure:5990:	boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
clamfs-1.2.0/configure-5991-	if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
clamfs-1.2.0/configure-5993-    	fi
clamfs-1.2.0/configure:5994:	WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
clamfs-1.2.0/configure-5995-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
##############################################
clamfs-1.2.0/configure-6070-			if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
clamfs-1.2.0/configure:6071:				for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
clamfs-1.2.0/configure:6072:					_version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
clamfs-1.2.0/configure:6073:					V_CHECK=`expr $_version_tmp \> $_version`
clamfs-1.2.0/configure-6074-					if test "$V_CHECK" = "1" ; then
##############################################
clamfs-1.2.0/configure-6076-					fi
clamfs-1.2.0/configure:6077:					VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
clamfs-1.2.0/configure-6078-					BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
clamfs-1.2.0/configure-6083-				if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
clamfs-1.2.0/configure:6084:					for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
clamfs-1.2.0/configure:6085:						_version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
clamfs-1.2.0/configure:6086:						V_CHECK=`expr $_version_tmp \> $_version`
clamfs-1.2.0/configure-6087-						if test "$V_CHECK" = "1" ; then
##############################################
clamfs-1.2.0/configure-6094-
clamfs-1.2.0/configure:6095:			VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
clamfs-1.2.0/configure-6096-			BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
clamfs-1.2.0/configure-6103-				if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/lib" && test -r "$BOOST_ROOT/stage/lib"; then
clamfs-1.2.0/configure:6104:					version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
clamfs-1.2.0/configure:6105:					stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
clamfs-1.2.0/configure:6106:			        	stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
clamfs-1.2.0/configure:6107:					V_CHECK=`expr $stage_version_shorten \>\= $_version`
clamfs-1.2.0/configure-6108-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
clamfs-1.2.0/configure-6322-  test $ac_status = 0; }; then
clamfs-1.2.0/configure:6323:  pkg_cv_FUSE3_CFLAGS=`$PKG_CONFIG --cflags "fuse3 >= 3" 2>/dev/null`
clamfs-1.2.0/configure-6324-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
clamfs-1.2.0/configure-6339-  test $ac_status = 0; }; then
clamfs-1.2.0/configure:6340:  pkg_cv_FUSE3_LIBS=`$PKG_CONFIG --libs "fuse3 >= 3" 2>/dev/null`
clamfs-1.2.0/configure-6341-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
clamfs-1.2.0/configure-6360-        if test $_pkg_short_errors_supported = yes; then
clamfs-1.2.0/configure:6361:	        FUSE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fuse3 >= 3" 2>&1`
clamfs-1.2.0/configure-6362-        else
clamfs-1.2.0/configure:6363:	        FUSE3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fuse3 >= 3" 2>&1`
clamfs-1.2.0/configure-6364-        fi
##############################################
clamfs-1.2.0/configure-6414-  test $ac_status = 0; }; then
clamfs-1.2.0/configure:6415:  pkg_cv_FUSE38_CFLAGS=`$PKG_CONFIG --cflags "fuse3 >= 3.8" 2>/dev/null`
clamfs-1.2.0/configure-6416-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
clamfs-1.2.0/configure-6431-  test $ac_status = 0; }; then
clamfs-1.2.0/configure:6432:  pkg_cv_FUSE38_LIBS=`$PKG_CONFIG --libs "fuse3 >= 3.8" 2>/dev/null`
clamfs-1.2.0/configure-6433-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
clamfs-1.2.0/configure-6452-        if test $_pkg_short_errors_supported = yes; then
clamfs-1.2.0/configure:6453:	        FUSE38_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fuse3 >= 3.8" 2>&1`
clamfs-1.2.0/configure-6454-        else
clamfs-1.2.0/configure:6455:	        FUSE38_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fuse3 >= 3.8" 2>&1`
clamfs-1.2.0/configure-6456-        fi
##############################################
clamfs-1.2.0/configure-6993-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
clamfs-1.2.0/configure:6994:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
clamfs-1.2.0/configure-6995-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
clamfs-1.2.0/configure-7092-if test -z "$BASH_VERSION$ZSH_VERSION" \
clamfs-1.2.0/configure:7093:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
clamfs-1.2.0/configure-7094-  as_echo='print -r --'
clamfs-1.2.0/configure-7095-  as_echo_n='print -rn --'
clamfs-1.2.0/configure:7096:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
clamfs-1.2.0/configure-7097-  as_echo='printf %s\n'
##############################################
clamfs-1.2.0/configure-7099-else
clamfs-1.2.0/configure:7100:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
clamfs-1.2.0/configure-7101-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
clamfs-1.2.0/configure-7109-	expr "X$arg" : "X\\(.*\\)$as_nl";
clamfs-1.2.0/configure:7110:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
clamfs-1.2.0/configure-7111-      esac;
##############################################
clamfs-1.2.0/configure-7186-# ----------------------------------------
clamfs-1.2.0/configure:7187:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
clamfs-1.2.0/configure-7188-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
clamfs-1.2.0/configure-7258-  {
clamfs-1.2.0/configure:7259:    as_val=`expr "$@" || test $? -eq 1`
clamfs-1.2.0/configure-7260-  }
##############################################
clamfs-1.2.0/configure-7362-      case $as_dir in #(
clamfs-1.2.0/configure:7363:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
clamfs-1.2.0/configure-7364-      *) as_qdir=$as_dir;;
##############################################
clamfs-1.2.0/configure-7497-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
clamfs-1.2.0/configure:7498:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
clamfs-1.2.0/configure-7499-ac_cs_version="\\
##############################################
clamfs-1.2.0/configure-7522-  --*=?*)
clamfs-1.2.0/configure:7523:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
clamfs-1.2.0/configure:7524:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
clamfs-1.2.0/configure-7525-    ac_shift=:
##############################################
clamfs-1.2.0/configure-7527-  --*=)
clamfs-1.2.0/configure:7528:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
clamfs-1.2.0/configure-7529-    ac_optarg=
##############################################
clamfs-1.2.0/configure-7551-    case $ac_optarg in
clamfs-1.2.0/configure:7552:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
clamfs-1.2.0/configure-7553-    '') as_fn_error $? "missing file argument" ;;
##############################################
clamfs-1.2.0/configure-7559-    case $ac_optarg in
clamfs-1.2.0/configure:7560:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
clamfs-1.2.0/configure-7561-    esac
##############################################
clamfs-1.2.0/configure-7691-fi
clamfs-1.2.0/configure:7692:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
clamfs-1.2.0/configure-7693-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
clamfs-1.2.0/configure-7708-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
clamfs-1.2.0/configure:7709:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
clamfs-1.2.0/configure-7710-ac_delim='%!_!# '
##############################################
clamfs-1.2.0/configure-7714-
clamfs-1.2.0/configure:7715:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
clamfs-1.2.0/configure-7716-  if test $ac_delim_n = $ac_delim_num; then
##############################################
clamfs-1.2.0/configure-7852-for ac_last_try in false false :; do
clamfs-1.2.0/configure:7853:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
clamfs-1.2.0/configure-7854-  if test -z "$ac_tt"; then
##############################################
clamfs-1.2.0/configure-7984-      esac
clamfs-1.2.0/configure:7985:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
clamfs-1.2.0/configure-7986-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
clamfs-1.2.0/configure-8043-*)
clamfs-1.2.0/configure:8044:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
clamfs-1.2.0/configure-8045-  # A ".." for each directory in $ac_dir_suffix.
clamfs-1.2.0/configure:8046:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
clamfs-1.2.0/configure-8047-  case $ac_top_builddir_sub in
##############################################
clamfs-1.2.0/configure-8104-/@mandir@/p'
clamfs-1.2.0/configure:8105:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
clamfs-1.2.0/configure-8106-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
clamfs-1.2.0/configure-8121-
clamfs-1.2.0/configure:8122:# Neutralize VPATH when `$srcdir' = `.'.
clamfs-1.2.0/configure-8123-# Shell code in configure.ac might set extrasub.
##############################################
clamfs-1.2.0/configure-8149-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
clamfs-1.2.0/configure:8150:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
clamfs-1.2.0/configure-8151-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
clamfs-1.2.0/configure-8195-    * )
clamfs-1.2.0/configure:8196:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
clamfs-1.2.0/configure-8197-  esac
##############################################
clamfs-1.2.0/configure-8250-    # Strip MF so we end up with the name of the file.
clamfs-1.2.0/configure:8251:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
clamfs-1.2.0/configure-8252-    # Check whether this is an Automake generated Makefile which includes
##############################################
clamfs-1.2.0/Makefile.in-49-  { \
clamfs-1.2.0/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
clamfs-1.2.0/Makefile.in-51-  }; \
##############################################
clamfs-1.2.0/Makefile.in-179-  while test -n "$$dir1"; do \
clamfs-1.2.0/Makefile.in:180:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
clamfs-1.2.0/Makefile.in-181-    if test "$$first" != "."; then \
clamfs-1.2.0/Makefile.in-182-      if test "$$first" = ".."; then \
clamfs-1.2.0/Makefile.in:183:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
clamfs-1.2.0/Makefile.in:184:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
clamfs-1.2.0/Makefile.in-185-      else \
clamfs-1.2.0/Makefile.in:186:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
clamfs-1.2.0/Makefile.in-187-        if test "$$first2" = "$$first"; then \
clamfs-1.2.0/Makefile.in:188:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
clamfs-1.2.0/Makefile.in-189-        else \
##############################################
clamfs-1.2.0/Makefile.in-194-    fi; \
clamfs-1.2.0/Makefile.in:195:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
clamfs-1.2.0/Makefile.in-196-  done; \
##############################################
clamfs-1.2.0/Makefile.in-379-	dot_seen=no; \
clamfs-1.2.0/Makefile.in:380:	target=`echo $@ | sed s/-recursive//`; \
clamfs-1.2.0/Makefile.in-381-	case "$@" in \
##############################################
clamfs-1.2.0/Makefile.in-442-GTAGS:
clamfs-1.2.0/Makefile.in:443:	here=`$(am__cd) $(top_builddir) && pwd` \
clamfs-1.2.0/Makefile.in-444-	  && $(am__cd) $(top_srcdir) \
##############################################
clamfs-1.2.0/Makefile.in-477-	test -d "$(distdir)" || mkdir "$(distdir)"
clamfs-1.2.0/Makefile.in:478:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clamfs-1.2.0/Makefile.in:479:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clamfs-1.2.0/Makefile.in-480-	list='$(DISTFILES)'; \
##############################################
clamfs-1.2.0/Makefile.in-491-	  if test -d $$d/$$file; then \
clamfs-1.2.0/Makefile.in:492:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
clamfs-1.2.0/Makefile.in-493-	    if test -d "$(distdir)/$$file"; then \
##############################################
clamfs-1.2.0/Makefile.in-602-	test -d $(distdir)/_build || exit 0; \
clamfs-1.2.0/Makefile.in:603:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
clamfs-1.2.0/Makefile.in-604-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
clamfs-1.2.0/Makefile.in-646-	}; \
clamfs-1.2.0/Makefile.in:647:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
clamfs-1.2.0/Makefile.in-648-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
clamfs-1.2.0/Makefile.in-658-	fi
clamfs-1.2.0/Makefile.in:659:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
clamfs-1.2.0/Makefile.in-660-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
clamfs-1.2.0/build/depcomp-64-  case $1 in
clamfs-1.2.0/build/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
clamfs-1.2.0/build/depcomp-66-      *) dir=;;
##############################################
clamfs-1.2.0/build/depcomp-73-{
clamfs-1.2.0/build/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
clamfs-1.2.0/build/depcomp-75-}
##############################################
clamfs-1.2.0/build/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
clamfs-1.2.0/build/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
clamfs-1.2.0/build/depcomp-128-
##############################################
clamfs-1.2.0/build/depcomp-405-        sleep 1
clamfs-1.2.0/build/depcomp:406:        i=`expr $i - 1`
clamfs-1.2.0/build/depcomp-407-      done
clamfs-1.2.0/build/depcomp-408-    fi
clamfs-1.2.0/build/depcomp:409:    i=`expr $i - 1`
clamfs-1.2.0/build/depcomp-410-  done
##############################################
clamfs-1.2.0/build/depcomp-425-  # Do two passes, one to just change these to
clamfs-1.2.0/build/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
clamfs-1.2.0/build/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
clamfs-1.2.0/build/depcomp-659-  done
clamfs-1.2.0/build/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
clamfs-1.2.0/build/depcomp-661-  touch "$tmpdepfile"
##############################################
clamfs-1.2.0/build/install-sh-234-      fi
clamfs-1.2.0/build/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
clamfs-1.2.0/build/install-sh-236-    *)
##############################################
clamfs-1.2.0/build/install-sh-280-      dstdir=$dst
clamfs-1.2.0/build/install-sh:281:      dstbase=`basename "$src"`
clamfs-1.2.0/build/install-sh-282-      case $dst in
##############################################
clamfs-1.2.0/build/install-sh-287-    else
clamfs-1.2.0/build/install-sh:288:      dstdir=`dirname "$dst"`
clamfs-1.2.0/build/install-sh-289-      test -d "$dstdir"
##############################################
clamfs-1.2.0/build/install-sh-354-                   test_tmpdir="$tmpdir/a"
clamfs-1.2.0/build/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
clamfs-1.2.0/build/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
clamfs-1.2.0/build/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
clamfs-1.2.0/build/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
clamfs-1.2.0/build/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
clamfs-1.2.0/build/install-sh-419-            case $prefix in
clamfs-1.2.0/build/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
clamfs-1.2.0/build/install-sh-421-              *) qprefix=$prefix;;
##############################################
clamfs-1.2.0/build/install-sh-468-    if $copy_on_change &&
clamfs-1.2.0/build/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
clamfs-1.2.0/build/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
clamfs-1.2.0/build/install-sh-471-       set -f &&
##############################################
clamfs-1.2.0/build/compile-67-	mingw/*)
clamfs-1.2.0/build/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
clamfs-1.2.0/build/compile-69-	  ;;
clamfs-1.2.0/build/compile-70-	cygwin/*)
clamfs-1.2.0/build/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
clamfs-1.2.0/build/compile-72-	  ;;
clamfs-1.2.0/build/compile-73-	wine/*)
clamfs-1.2.0/build/compile:74:	  file=`winepath -w "$file" || echo "$file"`
clamfs-1.2.0/build/compile-75-	  ;;
##############################################
clamfs-1.2.0/build/compile-310-# Name of file we expect compiler to create.
clamfs-1.2.0/build/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
clamfs-1.2.0/build/compile-312-
##############################################
clamfs-1.2.0/build/compile-316-# object file name, since that is what matters with a parallel build.
clamfs-1.2.0/build/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
clamfs-1.2.0/build/compile-318-while true; do