===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-75-    boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:76:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:77:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:78:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:79:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-80-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-82-        fi
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:83:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-84-    AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
##############################################
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-163-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:164:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:165:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:166:                    V_CHECK=`expr $_version_tmp \> $_version`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-167-                    if test "$V_CHECK" = "1" ; then
##############################################
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-169-                    fi
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:170:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-171-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-177-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:178:                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:179:                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:180:                            V_CHECK=`expr $_version_tmp \> $_version`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-181-                            if test "$V_CHECK" = "1" ; then
##############################################
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-188-
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:189:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-190-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-203-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:204:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:205:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:206:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4:207:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
pp-popularity-contest-1.0.6/m4/ax_boost_base.m4-208-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
pp-popularity-contest-1.0.6/m4/ax_boost_program_options.m4-74-				AC_DEFINE(HAVE_BOOST_PROGRAM_OPTIONS,,[define if the Boost::PROGRAM_OPTIONS library is available])
pp-popularity-contest-1.0.6/m4/ax_boost_program_options.m4:75:                  BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
pp-popularity-contest-1.0.6/m4/ax_boost_program_options.m4-76-                if test "x$ax_boost_user_program_options_lib" = "x"; then
pp-popularity-contest-1.0.6/m4/ax_boost_program_options.m4:77:                for libextension in `ls $BOOSTLIBDIR/libboost_program_options*.so* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.so.*$;\1;'` `ls $BOOSTLIBDIR/libboost_program_options*.dylib* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.dylib.*$;\1;'` `ls $BOOSTLIBDIR/libboost_program_options*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.a.*$;\1;'` ; do
pp-popularity-contest-1.0.6/m4/ax_boost_program_options.m4-78-                     ax_lib=${libextension}
##############################################
pp-popularity-contest-1.0.6/m4/ax_boost_program_options.m4-83-                if test "x$link_program_options" != "xyes"; then
pp-popularity-contest-1.0.6/m4/ax_boost_program_options.m4:84:                for libextension in `ls $BOOSTLIBDIR/boost_program_options*.dll* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_program_options.*\)\.dll.*$;\1;'` `ls $BOOSTLIBDIR/boost_program_options*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_program_options.*\)\.a.*$;\1;'` ; do
pp-popularity-contest-1.0.6/m4/ax_boost_program_options.m4-85-                     ax_lib=${libextension}
##############################################
pp-popularity-contest-1.0.6/Makefile.in-41-  { \
pp-popularity-contest-1.0.6/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
pp-popularity-contest-1.0.6/Makefile.in-43-  }; \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-98-CONFIG_CLEAN_VPATH_FILES =
pp-popularity-contest-1.0.6/Makefile.in:99:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
pp-popularity-contest-1.0.6/Makefile.in-100-am__vpath_adj = case $$p in \
pp-popularity-contest-1.0.6/Makefile.in:101:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
pp-popularity-contest-1.0.6/Makefile.in-102-    *) f=$$p;; \
pp-popularity-contest-1.0.6/Makefile.in-103-  esac;
pp-popularity-contest-1.0.6/Makefile.in:104:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
pp-popularity-contest-1.0.6/Makefile.in-105-am__install_max = 40
pp-popularity-contest-1.0.6/Makefile.in-106-am__nobase_strip_setup = \
pp-popularity-contest-1.0.6/Makefile.in:107:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
pp-popularity-contest-1.0.6/Makefile.in-108-am__nobase_strip = \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-202-  while test -n "$$dir1"; do \
pp-popularity-contest-1.0.6/Makefile.in:203:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
pp-popularity-contest-1.0.6/Makefile.in-204-    if test "$$first" != "."; then \
pp-popularity-contest-1.0.6/Makefile.in-205-      if test "$$first" = ".."; then \
pp-popularity-contest-1.0.6/Makefile.in:206:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
pp-popularity-contest-1.0.6/Makefile.in:207:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
pp-popularity-contest-1.0.6/Makefile.in-208-      else \
pp-popularity-contest-1.0.6/Makefile.in:209:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
pp-popularity-contest-1.0.6/Makefile.in-210-        if test "$$first2" = "$$first"; then \
pp-popularity-contest-1.0.6/Makefile.in:211:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
pp-popularity-contest-1.0.6/Makefile.in-212-        else \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-217-    fi; \
pp-popularity-contest-1.0.6/Makefile.in:218:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
pp-popularity-contest-1.0.6/Makefile.in-219-  done; \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-431-	dot_seen=no; \
pp-popularity-contest-1.0.6/Makefile.in:432:	target=`echo $@ | sed s/-recursive//`; \
pp-popularity-contest-1.0.6/Makefile.in-433-	case "$@" in \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-494-GTAGS:
pp-popularity-contest-1.0.6/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
pp-popularity-contest-1.0.6/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-526-	test -d "$(distdir)" || mkdir "$(distdir)"
pp-popularity-contest-1.0.6/Makefile.in:527:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
pp-popularity-contest-1.0.6/Makefile.in:528:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
pp-popularity-contest-1.0.6/Makefile.in-529-	list='$(DISTFILES)'; \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-540-	  if test -d $$d/$$file; then \
pp-popularity-contest-1.0.6/Makefile.in:541:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
pp-popularity-contest-1.0.6/Makefile.in-542-	    if test -d "$(distdir)/$$file"; then \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-651-	test -d $(distdir)/_build || exit 0; \
pp-popularity-contest-1.0.6/Makefile.in:652:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
pp-popularity-contest-1.0.6/Makefile.in-653-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-694-	}; \
pp-popularity-contest-1.0.6/Makefile.in:695:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
pp-popularity-contest-1.0.6/Makefile.in-696-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
pp-popularity-contest-1.0.6/Makefile.in-706-	fi
pp-popularity-contest-1.0.6/Makefile.in:707:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
pp-popularity-contest-1.0.6/Makefile.in-708-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
pp-popularity-contest-1.0.6/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
pp-popularity-contest-1.0.6/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
pp-popularity-contest-1.0.6/configure-47-  as_echo='print -r --'
pp-popularity-contest-1.0.6/configure-48-  as_echo_n='print -rn --'
pp-popularity-contest-1.0.6/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
pp-popularity-contest-1.0.6/configure-50-  as_echo='printf %s\n'
##############################################
pp-popularity-contest-1.0.6/configure-52-else
pp-popularity-contest-1.0.6/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
pp-popularity-contest-1.0.6/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
pp-popularity-contest-1.0.6/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
pp-popularity-contest-1.0.6/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
pp-popularity-contest-1.0.6/configure-64-      esac;
##############################################
pp-popularity-contest-1.0.6/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
pp-popularity-contest-1.0.6/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
pp-popularity-contest-1.0.6/configure-201-  if (eval "$as_required") 2>/dev/null; then :
##############################################
pp-popularity-contest-1.0.6/configure-327-      case $as_dir in #(
pp-popularity-contest-1.0.6/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
pp-popularity-contest-1.0.6/configure-329-      *) as_qdir=$as_dir;;
##############################################
pp-popularity-contest-1.0.6/configure-400-  {
pp-popularity-contest-1.0.6/configure:401:    as_val=`expr "$@" || test $? -eq 1`
pp-popularity-contest-1.0.6/configure-402-  }
##############################################
pp-popularity-contest-1.0.6/configure-407-# ----------------------------------------
pp-popularity-contest-1.0.6/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
pp-popularity-contest-1.0.6/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
pp-popularity-contest-1.0.6/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
pp-popularity-contest-1.0.6/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
pp-popularity-contest-1.0.6/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
pp-popularity-contest-1.0.6/configure-768-  case $ac_option in
pp-popularity-contest-1.0.6/configure:769:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
pp-popularity-contest-1.0.6/configure-770-  *=)   ac_optarg= ;;
##############################################
pp-popularity-contest-1.0.6/configure-812-  -disable-* | --disable-*)
pp-popularity-contest-1.0.6/configure:813:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
pp-popularity-contest-1.0.6/configure-814-    # Reject names that are not valid shell variable names.
##############################################
pp-popularity-contest-1.0.6/configure-817-    ac_useropt_orig=$ac_useropt
pp-popularity-contest-1.0.6/configure:818:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pp-popularity-contest-1.0.6/configure-819-    case $ac_user_opts in
##############################################
pp-popularity-contest-1.0.6/configure-838-  -enable-* | --enable-*)
pp-popularity-contest-1.0.6/configure:839:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
pp-popularity-contest-1.0.6/configure-840-    # Reject names that are not valid shell variable names.
##############################################
pp-popularity-contest-1.0.6/configure-843-    ac_useropt_orig=$ac_useropt
pp-popularity-contest-1.0.6/configure:844:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pp-popularity-contest-1.0.6/configure-845-    case $ac_user_opts in
##############################################
pp-popularity-contest-1.0.6/configure-1042-  -with-* | --with-*)
pp-popularity-contest-1.0.6/configure:1043:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
pp-popularity-contest-1.0.6/configure-1044-    # Reject names that are not valid shell variable names.
##############################################
pp-popularity-contest-1.0.6/configure-1047-    ac_useropt_orig=$ac_useropt
pp-popularity-contest-1.0.6/configure:1048:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pp-popularity-contest-1.0.6/configure-1049-    case $ac_user_opts in
##############################################
pp-popularity-contest-1.0.6/configure-1058-  -without-* | --without-*)
pp-popularity-contest-1.0.6/configure:1059:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
pp-popularity-contest-1.0.6/configure-1060-    # Reject names that are not valid shell variable names.
##############################################
pp-popularity-contest-1.0.6/configure-1063-    ac_useropt_orig=$ac_useropt
pp-popularity-contest-1.0.6/configure:1064:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pp-popularity-contest-1.0.6/configure-1065-    case $ac_user_opts in
##############################################
pp-popularity-contest-1.0.6/configure-1096-  *=*)
pp-popularity-contest-1.0.6/configure:1097:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
pp-popularity-contest-1.0.6/configure-1098-    # Reject names that are not valid shell variable names.
##############################################
pp-popularity-contest-1.0.6/configure-1117-if test -n "$ac_prev"; then
pp-popularity-contest-1.0.6/configure:1118:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
pp-popularity-contest-1.0.6/configure-1119-  as_fn_error $? "missing argument to $ac_option"
##############################################
pp-popularity-contest-1.0.6/configure-1139-    */ )
pp-popularity-contest-1.0.6/configure:1140:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
pp-popularity-contest-1.0.6/configure-1141-      eval $ac_var=\$ac_val;;
##############################################
pp-popularity-contest-1.0.6/configure-1174-ac_ls_di=`ls -di .` &&
pp-popularity-contest-1.0.6/configure:1175:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
pp-popularity-contest-1.0.6/configure-1176-  as_fn_error $? "working directory cannot be determined"
##############################################
pp-popularity-contest-1.0.6/configure-1230-case $srcdir in
pp-popularity-contest-1.0.6/configure:1231:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
pp-popularity-contest-1.0.6/configure-1232-esac
##############################################
pp-popularity-contest-1.0.6/configure-1273-By default, \`make install' will install all the files in
pp-popularity-contest-1.0.6/configure:1274:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
pp-popularity-contest-1.0.6/configure:1275:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
pp-popularity-contest-1.0.6/configure-1276-for instance \`--prefix=\$HOME'.
##############################################
pp-popularity-contest-1.0.6/configure-1377-*)
pp-popularity-contest-1.0.6/configure:1378:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
pp-popularity-contest-1.0.6/configure-1379-  # A ".." for each directory in $ac_dir_suffix.
pp-popularity-contest-1.0.6/configure:1380:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
pp-popularity-contest-1.0.6/configure-1381-  case $ac_top_builddir_sub in
##############################################
pp-popularity-contest-1.0.6/configure-1635-    *\'*)
pp-popularity-contest-1.0.6/configure:1636:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
pp-popularity-contest-1.0.6/configure-1637-    esac
##############################################
pp-popularity-contest-1.0.6/configure-1718-      case $ac_val in
pp-popularity-contest-1.0.6/configure:1719:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
pp-popularity-contest-1.0.6/configure-1720-      esac
##############################################
pp-popularity-contest-1.0.6/configure-1733-	case $ac_val in
pp-popularity-contest-1.0.6/configure:1734:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
pp-popularity-contest-1.0.6/configure-1735-	esac
##############################################
pp-popularity-contest-1.0.6/configure-1853-    set,)
pp-popularity-contest-1.0.6/configure:1854:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
pp-popularity-contest-1.0.6/configure:1855:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
pp-popularity-contest-1.0.6/configure-1856-      ac_cache_corrupted=: ;;
##############################################
pp-popularity-contest-1.0.6/configure-1864-	# differences in whitespace do not lead to failure.
pp-popularity-contest-1.0.6/configure:1865:	ac_old_val_w=`echo x $ac_old_val`
pp-popularity-contest-1.0.6/configure:1866:	ac_new_val_w=`echo x $ac_new_val`
pp-popularity-contest-1.0.6/configure-1867-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
pp-popularity-contest-1.0.6/configure-1884-    case $ac_new_val in
pp-popularity-contest-1.0.6/configure:1885:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
pp-popularity-contest-1.0.6/configure-1886-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
pp-popularity-contest-1.0.6/configure-2062-     echo "timestamp, slept: $am_has_slept" > conftest.file
pp-popularity-contest-1.0.6/configure:2063:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
pp-popularity-contest-1.0.6/configure-2064-     if test "$*" = "X"; then
pp-popularity-contest-1.0.6/configure-2065-	# -L didn't work.
pp-popularity-contest-1.0.6/configure:2066:	set X `ls -t "$srcdir/configure" conftest.file`
pp-popularity-contest-1.0.6/configure-2067-     fi
##############################################
pp-popularity-contest-1.0.6/configure-2113-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
pp-popularity-contest-1.0.6/configure:2114:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
pp-popularity-contest-1.0.6/configure-2115-
pp-popularity-contest-1.0.6/configure-2116-# expand $ac_aux_dir to an absolute path
pp-popularity-contest-1.0.6/configure:2117:am_aux_dir=`cd $ac_aux_dir && pwd`
pp-popularity-contest-1.0.6/configure-2118-
##############################################
pp-popularity-contest-1.0.6/configure-2258-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
pp-popularity-contest-1.0.6/configure:2259:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
pp-popularity-contest-1.0.6/configure-2260-	     'mkdir (GNU coreutils) '* | \
##############################################
pp-popularity-contest-1.0.6/configure-2331-set x ${MAKE-make}
pp-popularity-contest-1.0.6/configure:2332:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
pp-popularity-contest-1.0.6/configure-2333-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
pp-popularity-contest-1.0.6/configure-2341-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
pp-popularity-contest-1.0.6/configure:2342:case `${MAKE-make} -f conftest.make 2>/dev/null` in
pp-popularity-contest-1.0.6/configure-2343-  *@@@%%%=?*=@@@%%%*)
##############################################
pp-popularity-contest-1.0.6/configure-2407-
pp-popularity-contest-1.0.6/configure:2408:if test "`cd $srcdir && pwd`" != "`pwd`"; then
pp-popularity-contest-1.0.6/configure-2409-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
pp-popularity-contest-1.0.6/configure-2868-$as_echo_n "checking whether the C compiler works... " >&6; }
pp-popularity-contest-1.0.6/configure:2869:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
pp-popularity-contest-1.0.6/configure-2870-
##############################################
pp-popularity-contest-1.0.6/configure-2912-	then :; else
pp-popularity-contest-1.0.6/configure:2913:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
pp-popularity-contest-1.0.6/configure-2914-	fi
##############################################
pp-popularity-contest-1.0.6/configure-2972-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
pp-popularity-contest-1.0.6/configure:2973:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
pp-popularity-contest-1.0.6/configure-2974-	  break;;
##############################################
pp-popularity-contest-1.0.6/configure-3081-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
pp-popularity-contest-1.0.6/configure:3082:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
pp-popularity-contest-1.0.6/configure-3083-       break;;
##############################################
pp-popularity-contest-1.0.6/configure-3389-# Ignore all kinds of additional output from 'make'.
pp-popularity-contest-1.0.6/configure:3390:case `$am_make -s -f confmf 2> /dev/null` in #(
pp-popularity-contest-1.0.6/configure-3391-*the\ am__doit\ target*)
##############################################
pp-popularity-contest-1.0.6/configure-3399-   echo '.include "confinc"' > confmf
pp-popularity-contest-1.0.6/configure:3400:   case `$am_make -s -f confmf 2> /dev/null` in #(
pp-popularity-contest-1.0.6/configure-3401-   *the\ am__doit\ target*)
##############################################
pp-popularity-contest-1.0.6/configure-3462-  if test "$am_compiler_list" = ""; then
pp-popularity-contest-1.0.6/configure:3463:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
pp-popularity-contest-1.0.6/configure-3464-  fi
##############################################
pp-popularity-contest-1.0.6/configure-3847-  if test "$am_compiler_list" = ""; then
pp-popularity-contest-1.0.6/configure:3848:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
pp-popularity-contest-1.0.6/configure-3849-  fi
##############################################
pp-popularity-contest-1.0.6/configure-4087-    boost_lib_version_req=1.20.0
pp-popularity-contest-1.0.6/configure:4088:    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
pp-popularity-contest-1.0.6/configure:4089:    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
pp-popularity-contest-1.0.6/configure:4090:    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
pp-popularity-contest-1.0.6/configure:4091:    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
pp-popularity-contest-1.0.6/configure-4092-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
##############################################
pp-popularity-contest-1.0.6/configure-4094-        fi
pp-popularity-contest-1.0.6/configure:4095:    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
pp-popularity-contest-1.0.6/configure-4096-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
##############################################
pp-popularity-contest-1.0.6/configure-4188-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
pp-popularity-contest-1.0.6/configure:4189:                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
pp-popularity-contest-1.0.6/configure:4190:                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
pp-popularity-contest-1.0.6/configure:4191:                    V_CHECK=`expr $_version_tmp \> $_version`
pp-popularity-contest-1.0.6/configure-4192-                    if test "$V_CHECK" = "1" ; then
##############################################
pp-popularity-contest-1.0.6/configure-4194-                    fi
pp-popularity-contest-1.0.6/configure:4195:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
pp-popularity-contest-1.0.6/configure-4196-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
pp-popularity-contest-1.0.6/configure-4202-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
pp-popularity-contest-1.0.6/configure:4203:                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
pp-popularity-contest-1.0.6/configure:4204:                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
pp-popularity-contest-1.0.6/configure:4205:                            V_CHECK=`expr $_version_tmp \> $_version`
pp-popularity-contest-1.0.6/configure-4206-                            if test "$V_CHECK" = "1" ; then
##############################################
pp-popularity-contest-1.0.6/configure-4213-
pp-popularity-contest-1.0.6/configure:4214:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
pp-popularity-contest-1.0.6/configure-4215-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
pp-popularity-contest-1.0.6/configure-4228-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
pp-popularity-contest-1.0.6/configure:4229:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
pp-popularity-contest-1.0.6/configure:4230:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
pp-popularity-contest-1.0.6/configure:4231:                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
pp-popularity-contest-1.0.6/configure:4232:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
pp-popularity-contest-1.0.6/configure-4233-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
##############################################
pp-popularity-contest-1.0.6/configure-4388-
pp-popularity-contest-1.0.6/configure:4389:                  BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
pp-popularity-contest-1.0.6/configure-4390-                if test "x$ax_boost_user_program_options_lib" = "x"; then
pp-popularity-contest-1.0.6/configure:4391:                for libextension in `ls $BOOSTLIBDIR/libboost_program_options*.so* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.so.*$;\1;'` `ls $BOOSTLIBDIR/libboost_program_options*.dylib* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.dylib.*$;\1;'` `ls $BOOSTLIBDIR/libboost_program_options*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^lib\(boost_program_options.*\)\.a.*$;\1;'` ; do
pp-popularity-contest-1.0.6/configure-4392-                     ax_lib=${libextension}
pp-popularity-contest-1.0.6/configure:4393:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
pp-popularity-contest-1.0.6/configure-4394-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
pp-popularity-contest-1.0.6/configure-4438-                if test "x$link_program_options" != "xyes"; then
pp-popularity-contest-1.0.6/configure:4439:                for libextension in `ls $BOOSTLIBDIR/boost_program_options*.dll* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_program_options.*\)\.dll.*$;\1;'` `ls $BOOSTLIBDIR/boost_program_options*.a* 2>/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_program_options.*\)\.a.*$;\1;'` ; do
pp-popularity-contest-1.0.6/configure-4440-                     ax_lib=${libextension}
pp-popularity-contest-1.0.6/configure:4441:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
pp-popularity-contest-1.0.6/configure-4442-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
pp-popularity-contest-1.0.6/configure-4488-                  for ax_lib in $ax_boost_user_program_options_lib boost_program_options-$ax_boost_user_program_options_lib; do
pp-popularity-contest-1.0.6/configure:4489:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh`
pp-popularity-contest-1.0.6/configure-4490-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5
##############################################
pp-popularity-contest-1.0.6/configure-4691-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
pp-popularity-contest-1.0.6/configure:4692:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
pp-popularity-contest-1.0.6/configure-4693-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
pp-popularity-contest-1.0.6/configure-4786-if test -z "$BASH_VERSION$ZSH_VERSION" \
pp-popularity-contest-1.0.6/configure:4787:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
pp-popularity-contest-1.0.6/configure-4788-  as_echo='print -r --'
pp-popularity-contest-1.0.6/configure-4789-  as_echo_n='print -rn --'
pp-popularity-contest-1.0.6/configure:4790:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
pp-popularity-contest-1.0.6/configure-4791-  as_echo='printf %s\n'
##############################################
pp-popularity-contest-1.0.6/configure-4793-else
pp-popularity-contest-1.0.6/configure:4794:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
pp-popularity-contest-1.0.6/configure-4795-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
pp-popularity-contest-1.0.6/configure-4803-	expr "X$arg" : "X\\(.*\\)$as_nl";
pp-popularity-contest-1.0.6/configure:4804:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
pp-popularity-contest-1.0.6/configure-4805-      esac;
##############################################
pp-popularity-contest-1.0.6/configure-4880-# ----------------------------------------
pp-popularity-contest-1.0.6/configure:4881:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
pp-popularity-contest-1.0.6/configure-4882-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
pp-popularity-contest-1.0.6/configure-4952-  {
pp-popularity-contest-1.0.6/configure:4953:    as_val=`expr "$@" || test $? -eq 1`
pp-popularity-contest-1.0.6/configure-4954-  }
##############################################
pp-popularity-contest-1.0.6/configure-5056-      case $as_dir in #(
pp-popularity-contest-1.0.6/configure:5057:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
pp-popularity-contest-1.0.6/configure-5058-      *) as_qdir=$as_dir;;
##############################################
pp-popularity-contest-1.0.6/configure-5191-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
pp-popularity-contest-1.0.6/configure:5192:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
pp-popularity-contest-1.0.6/configure-5193-ac_cs_version="\\
##############################################
pp-popularity-contest-1.0.6/configure-5216-  --*=?*)
pp-popularity-contest-1.0.6/configure:5217:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
pp-popularity-contest-1.0.6/configure:5218:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
pp-popularity-contest-1.0.6/configure-5219-    ac_shift=:
##############################################
pp-popularity-contest-1.0.6/configure-5221-  --*=)
pp-popularity-contest-1.0.6/configure:5222:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
pp-popularity-contest-1.0.6/configure-5223-    ac_optarg=
##############################################
pp-popularity-contest-1.0.6/configure-5245-    case $ac_optarg in
pp-popularity-contest-1.0.6/configure:5246:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
pp-popularity-contest-1.0.6/configure-5247-    '') as_fn_error $? "missing file argument" ;;
##############################################
pp-popularity-contest-1.0.6/configure-5253-    case $ac_optarg in
pp-popularity-contest-1.0.6/configure:5254:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
pp-popularity-contest-1.0.6/configure-5255-    esac
##############################################
pp-popularity-contest-1.0.6/configure-5383-fi
pp-popularity-contest-1.0.6/configure:5384:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
pp-popularity-contest-1.0.6/configure-5385-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
pp-popularity-contest-1.0.6/configure-5400-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
pp-popularity-contest-1.0.6/configure:5401:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
pp-popularity-contest-1.0.6/configure-5402-ac_delim='%!_!# '
##############################################
pp-popularity-contest-1.0.6/configure-5406-
pp-popularity-contest-1.0.6/configure:5407:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
pp-popularity-contest-1.0.6/configure-5408-  if test $ac_delim_n = $ac_delim_num; then
##############################################
pp-popularity-contest-1.0.6/configure-5544-for ac_last_try in false false :; do
pp-popularity-contest-1.0.6/configure:5545:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
pp-popularity-contest-1.0.6/configure-5546-  if test -z "$ac_tt"; then
##############################################
pp-popularity-contest-1.0.6/configure-5676-      esac
pp-popularity-contest-1.0.6/configure:5677:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
pp-popularity-contest-1.0.6/configure-5678-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
pp-popularity-contest-1.0.6/configure-5735-*)
pp-popularity-contest-1.0.6/configure:5736:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
pp-popularity-contest-1.0.6/configure-5737-  # A ".." for each directory in $ac_dir_suffix.
pp-popularity-contest-1.0.6/configure:5738:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
pp-popularity-contest-1.0.6/configure-5739-  case $ac_top_builddir_sub in
##############################################
pp-popularity-contest-1.0.6/configure-5796-/@mandir@/p'
pp-popularity-contest-1.0.6/configure:5797:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
pp-popularity-contest-1.0.6/configure-5798-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
pp-popularity-contest-1.0.6/configure-5813-
pp-popularity-contest-1.0.6/configure:5814:# Neutralize VPATH when `$srcdir' = `.'.
pp-popularity-contest-1.0.6/configure-5815-# Shell code in configure.ac might set extrasub.
##############################################
pp-popularity-contest-1.0.6/configure-5841-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
pp-popularity-contest-1.0.6/configure:5842:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
pp-popularity-contest-1.0.6/configure-5843-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
pp-popularity-contest-1.0.6/configure-5887-    * )
pp-popularity-contest-1.0.6/configure:5888:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
pp-popularity-contest-1.0.6/configure-5889-  esac
##############################################
pp-popularity-contest-1.0.6/configure-5934-    # Strip MF so we end up with the name of the file.
pp-popularity-contest-1.0.6/configure:5935:    mf=`echo "$mf" | sed -e 's/:.*$//'`
pp-popularity-contest-1.0.6/configure-5936-    # Check whether this is an Automake generated Makefile or not.
##############################################
pp-popularity-contest-1.0.6/configure-5971-    # from the Makefile without running 'make'.
pp-popularity-contest-1.0.6/configure:5972:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
pp-popularity-contest-1.0.6/configure-5973-    test -z "$DEPDIR" && continue
pp-popularity-contest-1.0.6/configure:5974:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
pp-popularity-contest-1.0.6/configure-5975-    test -z "$am__include" && continue
pp-popularity-contest-1.0.6/configure:5976:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
pp-popularity-contest-1.0.6/configure-5977-    # Find all dependency output files, they are included files with
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
pp-popularity-contest-1.0.6/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
pp-popularity-contest-1.0.6/aclocal.m4-94-# and then we would define $MISSING as
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-108-# expand $ac_aux_dir to an absolute path
pp-popularity-contest-1.0.6/aclocal.m4:109:am_aux_dir=`cd $ac_aux_dir && pwd`
pp-popularity-contest-1.0.6/aclocal.m4-110-])
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-206-  if test "$am_compiler_list" = ""; then
pp-popularity-contest-1.0.6/aclocal.m4:207:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
pp-popularity-contest-1.0.6/aclocal.m4-208-  fi
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-357-    # Strip MF so we end up with the name of the file.
pp-popularity-contest-1.0.6/aclocal.m4:358:    mf=`echo "$mf" | sed -e 's/:.*$//'`
pp-popularity-contest-1.0.6/aclocal.m4-359-    # Check whether this is an Automake generated Makefile or not.
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-366-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
pp-popularity-contest-1.0.6/aclocal.m4:367:      dirpart=`AS_DIRNAME("$mf")`
pp-popularity-contest-1.0.6/aclocal.m4-368-    else
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-372-    # from the Makefile without running 'make'.
pp-popularity-contest-1.0.6/aclocal.m4:373:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
pp-popularity-contest-1.0.6/aclocal.m4-374-    test -z "$DEPDIR" && continue
pp-popularity-contest-1.0.6/aclocal.m4:375:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
pp-popularity-contest-1.0.6/aclocal.m4-376-    test -z "$am__include" && continue
pp-popularity-contest-1.0.6/aclocal.m4:377:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
pp-popularity-contest-1.0.6/aclocal.m4-378-    # Find all dependency output files, they are included files with
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-386-      test -f "$dirpart/$file" && continue
pp-popularity-contest-1.0.6/aclocal.m4:387:      fdir=`AS_DIRNAME(["$file"])`
pp-popularity-contest-1.0.6/aclocal.m4-388-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-444-AC_REQUIRE([AC_PROG_INSTALL])dnl
pp-popularity-contest-1.0.6/aclocal.m4:445:if test "`cd $srcdir && pwd`" != "`pwd`"; then
pp-popularity-contest-1.0.6/aclocal.m4-446-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-599-    * )
pp-popularity-contest-1.0.6/aclocal.m4:600:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
pp-popularity-contest-1.0.6/aclocal.m4-601-  esac
pp-popularity-contest-1.0.6/aclocal.m4-602-done
pp-popularity-contest-1.0.6/aclocal.m4:603:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
pp-popularity-contest-1.0.6/aclocal.m4-604-
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-670-# Ignore all kinds of additional output from 'make'.
pp-popularity-contest-1.0.6/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #(
pp-popularity-contest-1.0.6/aclocal.m4-672-*the\ am__doit\ target*)
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-680-   echo '.include "confinc"' > confmf
pp-popularity-contest-1.0.6/aclocal.m4:681:   case `$am_make -s -f confmf 2> /dev/null` in #(
pp-popularity-contest-1.0.6/aclocal.m4-682-   *the\ am__doit\ target*)
##############################################
pp-popularity-contest-1.0.6/aclocal.m4-862-     echo "timestamp, slept: $am_has_slept" > conftest.file
pp-popularity-contest-1.0.6/aclocal.m4:863:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
pp-popularity-contest-1.0.6/aclocal.m4-864-     if test "$[*]" = "X"; then
pp-popularity-contest-1.0.6/aclocal.m4-865-	# -L didn't work.
pp-popularity-contest-1.0.6/aclocal.m4:866:	set X `ls -t "$srcdir/configure" conftest.file`
pp-popularity-contest-1.0.6/aclocal.m4-867-     fi
##############################################
pp-popularity-contest-1.0.6/cron.daily-38-
pp-popularity-contest-1.0.6/cron.daily:39:    my $http_response_code = `$curl_cmd`;
pp-popularity-contest-1.0.6/cron.daily-40-
##############################################
pp-popularity-contest-1.0.6/cron.daily-44-      truncate( $statfilepath, 0 );
pp-popularity-contest-1.0.6/cron.daily:45:      system( 'touch', $statfilesince );
pp-popularity-contest-1.0.6/cron.daily-46-    }
##############################################
pp-popularity-contest-1.0.6/compile-67-	mingw/*)
pp-popularity-contest-1.0.6/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
pp-popularity-contest-1.0.6/compile-69-	  ;;
pp-popularity-contest-1.0.6/compile-70-	cygwin/*)
pp-popularity-contest-1.0.6/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
pp-popularity-contest-1.0.6/compile-72-	  ;;
pp-popularity-contest-1.0.6/compile-73-	wine/*)
pp-popularity-contest-1.0.6/compile:74:	  file=`winepath -w "$file" || echo "$file"`
pp-popularity-contest-1.0.6/compile-75-	  ;;
##############################################
pp-popularity-contest-1.0.6/compile-309-# Name of file we expect compiler to create.
pp-popularity-contest-1.0.6/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
pp-popularity-contest-1.0.6/compile-311-
##############################################
pp-popularity-contest-1.0.6/compile-315-# object file name, since that is what matters with a parallel build.
pp-popularity-contest-1.0.6/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
pp-popularity-contest-1.0.6/compile-317-while true; do
##############################################
pp-popularity-contest-1.0.6/install-sh-229-      fi
pp-popularity-contest-1.0.6/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
pp-popularity-contest-1.0.6/install-sh-231-    *)
##############################################
pp-popularity-contest-1.0.6/install-sh-276-      dstdir=$dst
pp-popularity-contest-1.0.6/install-sh:277:      dst=$dstdir/`basename "$src"`
pp-popularity-contest-1.0.6/install-sh-278-      dstdir_status=0
##############################################
pp-popularity-contest-1.0.6/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
pp-popularity-contest-1.0.6/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
pp-popularity-contest-1.0.6/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
pp-popularity-contest-1.0.6/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
pp-popularity-contest-1.0.6/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
pp-popularity-contest-1.0.6/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
pp-popularity-contest-1.0.6/install-sh-425-	    case $prefix in
pp-popularity-contest-1.0.6/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
pp-popularity-contest-1.0.6/install-sh-427-	      *) qprefix=$prefix;;
##############################################
pp-popularity-contest-1.0.6/install-sh-474-    if $copy_on_change &&
pp-popularity-contest-1.0.6/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
pp-popularity-contest-1.0.6/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
pp-popularity-contest-1.0.6/install-sh-477-
##############################################
pp-popularity-contest-1.0.6/src/Makefile.in-40-  { \
pp-popularity-contest-1.0.6/src/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
pp-popularity-contest-1.0.6/src/Makefile.in-42-  }; \
##############################################
pp-popularity-contest-1.0.6/src/Makefile.in-135-  esac
pp-popularity-contest-1.0.6/src/Makefile.in:136:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
pp-popularity-contest-1.0.6/src/Makefile.in-137-am__vpath_adj = case $$p in \
pp-popularity-contest-1.0.6/src/Makefile.in:138:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
pp-popularity-contest-1.0.6/src/Makefile.in-139-    *) f=$$p;; \
pp-popularity-contest-1.0.6/src/Makefile.in-140-  esac;
pp-popularity-contest-1.0.6/src/Makefile.in:141:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
pp-popularity-contest-1.0.6/src/Makefile.in-142-am__install_max = 40
pp-popularity-contest-1.0.6/src/Makefile.in-143-am__nobase_strip_setup = \
pp-popularity-contest-1.0.6/src/Makefile.in:144:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
pp-popularity-contest-1.0.6/src/Makefile.in-145-am__nobase_strip = \
##############################################
pp-popularity-contest-1.0.6/src/Makefile.in-382-.cpp.obj:
pp-popularity-contest-1.0.6/src/Makefile.in:383:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
pp-popularity-contest-1.0.6/src/Makefile.in-384-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
pp-popularity-contest-1.0.6/src/Makefile.in-386-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pp-popularity-contest-1.0.6/src/Makefile.in:387:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
pp-popularity-contest-1.0.6/src/Makefile.in-388-install-man1: $(man_MANS)
##############################################
pp-popularity-contest-1.0.6/src/Makefile.in-392-	test -n "$(man1dir)" \
pp-popularity-contest-1.0.6/src/Makefile.in:393:	  && test -n "`echo $$list1$$list2`" \
pp-popularity-contest-1.0.6/src/Makefile.in-394-	  || exit 0; \
##############################################
pp-popularity-contest-1.0.6/src/Makefile.in-461-GTAGS:
pp-popularity-contest-1.0.6/src/Makefile.in:462:	here=`$(am__cd) $(top_builddir) && pwd` \
pp-popularity-contest-1.0.6/src/Makefile.in-463-	  && $(am__cd) $(top_srcdir) \
##############################################
pp-popularity-contest-1.0.6/src/Makefile.in-484-distdir: $(DISTFILES)
pp-popularity-contest-1.0.6/src/Makefile.in:485:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
pp-popularity-contest-1.0.6/src/Makefile.in:486:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
pp-popularity-contest-1.0.6/src/Makefile.in-487-	list='$(DISTFILES)'; \
##############################################
pp-popularity-contest-1.0.6/src/Makefile.in-498-	  if test -d $$d/$$file; then \
pp-popularity-contest-1.0.6/src/Makefile.in:499:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
pp-popularity-contest-1.0.6/src/Makefile.in-500-	    if test -d "$(distdir)/$$file"; then \
##############################################
pp-popularity-contest-1.0.6/depcomp-64-  case $1 in
pp-popularity-contest-1.0.6/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
pp-popularity-contest-1.0.6/depcomp-66-      *) dir=;;
##############################################
pp-popularity-contest-1.0.6/depcomp-73-{
pp-popularity-contest-1.0.6/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
pp-popularity-contest-1.0.6/depcomp-75-}
##############################################
pp-popularity-contest-1.0.6/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
pp-popularity-contest-1.0.6/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
pp-popularity-contest-1.0.6/depcomp-128-
##############################################
pp-popularity-contest-1.0.6/depcomp-405-        sleep 1
pp-popularity-contest-1.0.6/depcomp:406:        i=`expr $i - 1`
pp-popularity-contest-1.0.6/depcomp-407-      done
pp-popularity-contest-1.0.6/depcomp-408-    fi
pp-popularity-contest-1.0.6/depcomp:409:    i=`expr $i - 1`
pp-popularity-contest-1.0.6/depcomp-410-  done
##############################################
pp-popularity-contest-1.0.6/depcomp-425-  # Do two passes, one to just change these to
pp-popularity-contest-1.0.6/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
pp-popularity-contest-1.0.6/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
pp-popularity-contest-1.0.6/depcomp-659-  done
pp-popularity-contest-1.0.6/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
pp-popularity-contest-1.0.6/depcomp-661-  touch "$tmpdepfile"