===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
weborf-0.16/build-aux/depcomp-64-  case $1 in
weborf-0.16/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
weborf-0.16/build-aux/depcomp-66-      *) dir=;;
##############################################
weborf-0.16/build-aux/depcomp-73-{
weborf-0.16/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
weborf-0.16/build-aux/depcomp-75-}
##############################################
weborf-0.16/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
weborf-0.16/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
weborf-0.16/build-aux/depcomp-128-
##############################################
weborf-0.16/build-aux/depcomp-405-        sleep 1
weborf-0.16/build-aux/depcomp:406:        i=`expr $i - 1`
weborf-0.16/build-aux/depcomp-407-      done
weborf-0.16/build-aux/depcomp-408-    fi
weborf-0.16/build-aux/depcomp:409:    i=`expr $i - 1`
weborf-0.16/build-aux/depcomp-410-  done
##############################################
weborf-0.16/build-aux/depcomp-425-  # Do two passes, one to just change these to
weborf-0.16/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
weborf-0.16/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
weborf-0.16/build-aux/depcomp-659-  done
weborf-0.16/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
weborf-0.16/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
weborf-0.16/build-aux/compile-67-	mingw/*)
weborf-0.16/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
weborf-0.16/build-aux/compile-69-	  ;;
weborf-0.16/build-aux/compile-70-	cygwin/*)
weborf-0.16/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
weborf-0.16/build-aux/compile-72-	  ;;
weborf-0.16/build-aux/compile-73-	wine/*)
weborf-0.16/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
weborf-0.16/build-aux/compile-75-	  ;;
##############################################
weborf-0.16/build-aux/compile-310-# Name of file we expect compiler to create.
weborf-0.16/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
weborf-0.16/build-aux/compile-312-
##############################################
weborf-0.16/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
weborf-0.16/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
weborf-0.16/build-aux/compile-318-while true; do
##############################################
weborf-0.16/build-aux/install-sh-234-      fi
weborf-0.16/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
weborf-0.16/build-aux/install-sh-236-    *)
##############################################
weborf-0.16/build-aux/install-sh-280-      dstdir=$dst
weborf-0.16/build-aux/install-sh:281:      dstbase=`basename "$src"`
weborf-0.16/build-aux/install-sh-282-      case $dst in
##############################################
weborf-0.16/build-aux/install-sh-287-    else
weborf-0.16/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
weborf-0.16/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
weborf-0.16/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
weborf-0.16/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
weborf-0.16/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
weborf-0.16/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
weborf-0.16/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
weborf-0.16/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
weborf-0.16/build-aux/install-sh-419-            case $prefix in
weborf-0.16/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
weborf-0.16/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
weborf-0.16/build-aux/install-sh-468-    if $copy_on_change &&
weborf-0.16/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
weborf-0.16/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
weborf-0.16/build-aux/install-sh-471-       set -f &&
##############################################
weborf-0.16/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
weborf-0.16/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
weborf-0.16/configure-47-  as_echo='print -r --'
weborf-0.16/configure-48-  as_echo_n='print -rn --'
weborf-0.16/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
weborf-0.16/configure-50-  as_echo='printf %s\n'
##############################################
weborf-0.16/configure-52-else
weborf-0.16/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
weborf-0.16/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
weborf-0.16/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
weborf-0.16/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
weborf-0.16/configure-64-      esac;
##############################################
weborf-0.16/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
weborf-0.16/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
weborf-0.16/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
weborf-0.16/configure-327-      case $as_dir in #(
weborf-0.16/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
weborf-0.16/configure-329-      *) as_qdir=$as_dir;;
##############################################
weborf-0.16/configure-400-  {
weborf-0.16/configure:401:    as_val=`expr "$@" || test $? -eq 1`
weborf-0.16/configure-402-  }
##############################################
weborf-0.16/configure-407-# ----------------------------------------
weborf-0.16/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
weborf-0.16/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
weborf-0.16/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
weborf-0.16/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
weborf-0.16/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
weborf-0.16/configure-799-  case $ac_option in
weborf-0.16/configure:800:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
weborf-0.16/configure-801-  *=)   ac_optarg= ;;
##############################################
weborf-0.16/configure-843-  -disable-* | --disable-*)
weborf-0.16/configure:844:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
weborf-0.16/configure-845-    # Reject names that are not valid shell variable names.
##############################################
weborf-0.16/configure-848-    ac_useropt_orig=$ac_useropt
weborf-0.16/configure:849:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
weborf-0.16/configure-850-    case $ac_user_opts in
##############################################
weborf-0.16/configure-869-  -enable-* | --enable-*)
weborf-0.16/configure:870:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
weborf-0.16/configure-871-    # Reject names that are not valid shell variable names.
##############################################
weborf-0.16/configure-874-    ac_useropt_orig=$ac_useropt
weborf-0.16/configure:875:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
weborf-0.16/configure-876-    case $ac_user_opts in
##############################################
weborf-0.16/configure-1082-  -with-* | --with-*)
weborf-0.16/configure:1083:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
weborf-0.16/configure-1084-    # Reject names that are not valid shell variable names.
##############################################
weborf-0.16/configure-1087-    ac_useropt_orig=$ac_useropt
weborf-0.16/configure:1088:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
weborf-0.16/configure-1089-    case $ac_user_opts in
##############################################
weborf-0.16/configure-1098-  -without-* | --without-*)
weborf-0.16/configure:1099:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
weborf-0.16/configure-1100-    # Reject names that are not valid shell variable names.
##############################################
weborf-0.16/configure-1103-    ac_useropt_orig=$ac_useropt
weborf-0.16/configure:1104:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
weborf-0.16/configure-1105-    case $ac_user_opts in
##############################################
weborf-0.16/configure-1136-  *=*)
weborf-0.16/configure:1137:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
weborf-0.16/configure-1138-    # Reject names that are not valid shell variable names.
##############################################
weborf-0.16/configure-1157-if test -n "$ac_prev"; then
weborf-0.16/configure:1158:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
weborf-0.16/configure-1159-  as_fn_error $? "missing argument to $ac_option"
##############################################
weborf-0.16/configure-1179-    */ )
weborf-0.16/configure:1180:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
weborf-0.16/configure-1181-      eval $ac_var=\$ac_val;;
##############################################
weborf-0.16/configure-1214-ac_ls_di=`ls -di .` &&
weborf-0.16/configure:1215:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
weborf-0.16/configure-1216-  as_fn_error $? "working directory cannot be determined"
##############################################
weborf-0.16/configure-1270-case $srcdir in
weborf-0.16/configure:1271:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
weborf-0.16/configure-1272-esac
##############################################
weborf-0.16/configure-1313-By default, \`make install' will install all the files in
weborf-0.16/configure:1314:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
weborf-0.16/configure:1315:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
weborf-0.16/configure-1316-for instance \`--prefix=\$HOME'.
##############################################
weborf-0.16/configure-1401-*)
weborf-0.16/configure:1402:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
weborf-0.16/configure-1403-  # A ".." for each directory in $ac_dir_suffix.
weborf-0.16/configure:1404:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
weborf-0.16/configure-1405-  case $ac_top_builddir_sub in
##############################################
weborf-0.16/configure-1943-    *\'*)
weborf-0.16/configure:1944:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
weborf-0.16/configure-1945-    esac
##############################################
weborf-0.16/configure-2026-      case $ac_val in
weborf-0.16/configure:2027:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
weborf-0.16/configure-2028-      esac
##############################################
weborf-0.16/configure-2041-	case $ac_val in
weborf-0.16/configure:2042:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
weborf-0.16/configure-2043-	esac
##############################################
weborf-0.16/configure-2161-    set,)
weborf-0.16/configure:2162:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
weborf-0.16/configure:2163:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
weborf-0.16/configure-2164-      ac_cache_corrupted=: ;;
##############################################
weborf-0.16/configure-2172-	# differences in whitespace do not lead to failure.
weborf-0.16/configure:2173:	ac_old_val_w=`echo x $ac_old_val`
weborf-0.16/configure:2174:	ac_new_val_w=`echo x $ac_new_val`
weborf-0.16/configure-2175-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
weborf-0.16/configure-2192-    case $ac_new_val in
weborf-0.16/configure:2193:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
weborf-0.16/configure-2194-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
weborf-0.16/configure-2410-     echo "timestamp, slept: $am_has_slept" > conftest.file
weborf-0.16/configure:2411:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
weborf-0.16/configure-2412-     if test "$*" = "X"; then
weborf-0.16/configure-2413-	# -L didn't work.
weborf-0.16/configure:2414:	set X `ls -t "$srcdir/configure" conftest.file`
weborf-0.16/configure-2415-     fi
##############################################
weborf-0.16/configure-2461-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
weborf-0.16/configure:2462:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
weborf-0.16/configure-2463-
weborf-0.16/configure-2464-# Expand $ac_aux_dir to an absolute path.
weborf-0.16/configure:2465:am_aux_dir=`cd "$ac_aux_dir" && pwd`
weborf-0.16/configure-2466-
##############################################
weborf-0.16/configure-2606-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
weborf-0.16/configure:2607:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
weborf-0.16/configure-2608-	     'mkdir (GNU coreutils) '* | \
##############################################
weborf-0.16/configure-2679-set x ${MAKE-make}
weborf-0.16/configure:2680:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
weborf-0.16/configure-2681-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
weborf-0.16/configure-2689-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
weborf-0.16/configure:2690:case `${MAKE-make} -f conftest.make 2>/dev/null` in
weborf-0.16/configure-2691-  *@@@%%%=?*=@@@%%%*)
##############################################
weborf-0.16/configure-2716-
weborf-0.16/configure:2717:if test "`cd $srcdir && pwd`" != "`pwd`"; then
weborf-0.16/configure-2718-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
weborf-0.16/configure-3202-$as_echo_n "checking whether the C compiler works... " >&6; }
weborf-0.16/configure:3203:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
weborf-0.16/configure-3204-
##############################################
weborf-0.16/configure-3246-	then :; else
weborf-0.16/configure:3247:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
weborf-0.16/configure-3248-	fi
##############################################
weborf-0.16/configure-3306-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
weborf-0.16/configure:3307:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
weborf-0.16/configure-3308-	  break;;
##############################################
weborf-0.16/configure-3415-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
weborf-0.16/configure:3416:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
weborf-0.16/configure-3417-       break;;
##############################################
weborf-0.16/configure-3796-  if test "$am_compiler_list" = ""; then
weborf-0.16/configure:3797:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
weborf-0.16/configure-3798-  fi
##############################################
weborf-0.16/configure-4060-  # Check for GNU $ac_path_GREP
weborf-0.16/configure:4061:case `"$ac_path_GREP" --version 2>&1` in
weborf-0.16/configure-4062-*GNU*)
##############################################
weborf-0.16/configure-4126-  # Check for GNU $ac_path_EGREP
weborf-0.16/configure:4127:case `"$ac_path_EGREP" --version 2>&1` in
weborf-0.16/configure-4128-*GNU*)
##############################################
weborf-0.16/configure-4287-do :
weborf-0.16/configure:4288:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
weborf-0.16/configure-4289-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
weborf-0.16/configure-4292-  cat >>confdefs.h <<_ACEOF
weborf-0.16/configure:4293:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
weborf-0.16/configure-4294-_ACEOF
##############################################
weborf-0.16/configure-4302-do :
weborf-0.16/configure:4303:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
weborf-0.16/configure-4304-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
weborf-0.16/configure-4306-  cat >>confdefs.h <<_ACEOF
weborf-0.16/configure:4307:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
weborf-0.16/configure-4308-_ACEOF
##############################################
weborf-0.16/configure-4315-do :
weborf-0.16/configure:4316:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
weborf-0.16/configure-4317-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
weborf-0.16/configure-4319-  cat >>confdefs.h <<_ACEOF
weborf-0.16/configure:4320:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
weborf-0.16/configure-4321-_ACEOF
##############################################
weborf-0.16/configure-4710-do :
weborf-0.16/configure:4711:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
weborf-0.16/configure-4712-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
weborf-0.16/configure-4714-  cat >>confdefs.h <<_ACEOF
weborf-0.16/configure:4715:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
weborf-0.16/configure-4716-_ACEOF
##############################################
weborf-0.16/configure-5308-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
weborf-0.16/configure:5309:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
weborf-0.16/configure-5310-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
weborf-0.16/configure-5403-if test -z "$BASH_VERSION$ZSH_VERSION" \
weborf-0.16/configure:5404:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
weborf-0.16/configure-5405-  as_echo='print -r --'
weborf-0.16/configure-5406-  as_echo_n='print -rn --'
weborf-0.16/configure:5407:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
weborf-0.16/configure-5408-  as_echo='printf %s\n'
##############################################
weborf-0.16/configure-5410-else
weborf-0.16/configure:5411:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
weborf-0.16/configure-5412-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
weborf-0.16/configure-5420-	expr "X$arg" : "X\\(.*\\)$as_nl";
weborf-0.16/configure:5421:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
weborf-0.16/configure-5422-      esac;
##############################################
weborf-0.16/configure-5497-# ----------------------------------------
weborf-0.16/configure:5498:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
weborf-0.16/configure-5499-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
weborf-0.16/configure-5569-  {
weborf-0.16/configure:5570:    as_val=`expr "$@" || test $? -eq 1`
weborf-0.16/configure-5571-  }
##############################################
weborf-0.16/configure-5673-      case $as_dir in #(
weborf-0.16/configure:5674:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
weborf-0.16/configure-5675-      *) as_qdir=$as_dir;;
##############################################
weborf-0.16/configure-5808-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
weborf-0.16/configure:5809:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
weborf-0.16/configure-5810-ac_cs_version="\\
##############################################
weborf-0.16/configure-5833-  --*=?*)
weborf-0.16/configure:5834:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
weborf-0.16/configure:5835:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
weborf-0.16/configure-5836-    ac_shift=:
##############################################
weborf-0.16/configure-5838-  --*=)
weborf-0.16/configure:5839:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
weborf-0.16/configure-5840-    ac_optarg=
##############################################
weborf-0.16/configure-5862-    case $ac_optarg in
weborf-0.16/configure:5863:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
weborf-0.16/configure-5864-    '') as_fn_error $? "missing file argument" ;;
##############################################
weborf-0.16/configure-5870-    case $ac_optarg in
weborf-0.16/configure:5871:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
weborf-0.16/configure-5872-    esac
##############################################
weborf-0.16/configure-5999-fi
weborf-0.16/configure:6000:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
weborf-0.16/configure-6001-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
weborf-0.16/configure-6016-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
weborf-0.16/configure:6017:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
weborf-0.16/configure-6018-ac_delim='%!_!# '
##############################################
weborf-0.16/configure-6022-
weborf-0.16/configure:6023:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
weborf-0.16/configure-6024-  if test $ac_delim_n = $ac_delim_num; then
##############################################
weborf-0.16/configure-6160-for ac_last_try in false false :; do
weborf-0.16/configure:6161:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
weborf-0.16/configure-6162-  if test -z "$ac_tt"; then
##############################################
weborf-0.16/configure-6292-      esac
weborf-0.16/configure:6293:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
weborf-0.16/configure-6294-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
weborf-0.16/configure-6351-*)
weborf-0.16/configure:6352:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
weborf-0.16/configure-6353-  # A ".." for each directory in $ac_dir_suffix.
weborf-0.16/configure:6354:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
weborf-0.16/configure-6355-  case $ac_top_builddir_sub in
##############################################
weborf-0.16/configure-6412-/@mandir@/p'
weborf-0.16/configure:6413:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
weborf-0.16/configure-6414-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
weborf-0.16/configure-6429-
weborf-0.16/configure:6430:# Neutralize VPATH when `$srcdir' = `.'.
weborf-0.16/configure-6431-# Shell code in configure.ac might set extrasub.
##############################################
weborf-0.16/configure-6457-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
weborf-0.16/configure:6458:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
weborf-0.16/configure-6459-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
weborf-0.16/configure-6503-    * )
weborf-0.16/configure:6504:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
weborf-0.16/configure-6505-  esac
##############################################
weborf-0.16/configure-6558-    # Strip MF so we end up with the name of the file.
weborf-0.16/configure:6559:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
weborf-0.16/configure-6560-    # Check whether this is an Automake generated Makefile which includes
##############################################
weborf-0.16/daemon/weborf-56-    echo -n "Stopping weborf "
weborf-0.16/daemon/weborf:57:    for i in `cat $PIDFILE`
weborf-0.16/daemon/weborf-58-    do
##############################################
weborf-0.16/daemon/weborf_launcher-27-
weborf-0.16/daemon/weborf_launcher:28:VIRTUALS=`cat "$CONFFILE" | egrep "^virtual=" | cut -c 9-`
weborf-0.16/daemon/weborf_launcher:29:USERNAME=`cat "$CONFFILE" | egrep "^user=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:30:GROUPNAME=`cat "$CONFFILE" | egrep "^group=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:31:BASEDIR=`cat "$CONFFILE" | egrep "^basedir=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:32:INDEXES=`cat "$CONFFILE" | egrep "^indexes=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:33:USE_CGI=`cat "$CONFFILE" | egrep "^use-cgi=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:34:USE_MIME=`cat "$CONFFILE" | egrep "^use-mime=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:35:CGI_BIN=`cat "$CONFFILE" | egrep "^cgi=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:36:CACHE_DIR=`cat "$CONFFILE" | egrep "^cachedir=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:37:PORT=`cat "$CONFFILE" | egrep "port=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:38:AUTH_SOCKET=`cat "$CONFFILE" | grep "^auth-socket=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:39:KEY=`cat "$CONFFILE" | grep "^key=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher:40:CERT=`cat "$CONFFILE" | grep "^cert=" | cut -d= -f2`
weborf-0.16/daemon/weborf_launcher-41-
##############################################
weborf-0.16/daemon/weborf_launcher-56-
weborf-0.16/daemon/weborf_launcher:57:USERID=`cat /etc/passwd | fgrep $USERNAME | cut -d: -f3` #Gets the userid
weborf-0.16/daemon/weborf_launcher-58-GROUPID=$(egrep ^"$GROUPNAME" < /etc/group | cut -d: -f3)
##############################################
weborf-0.16/daemon/weborf-generator-20-	fi
weborf-0.16/daemon/weborf-generator:21:	ln -s "$instance" "$wantdir/weborf@`basename $conf`.service"
weborf-0.16/daemon/weborf-generator-22-done
##############################################
weborf-0.16/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
weborf-0.16/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
weborf-0.16/aclocal.m4-94-# and then we would define $MISSING as
##############################################
weborf-0.16/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
weborf-0.16/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
weborf-0.16/aclocal.m4-109-])
##############################################
weborf-0.16/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
weborf-0.16/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
weborf-0.16/aclocal.m4-207-  fi
##############################################
weborf-0.16/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
weborf-0.16/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
weborf-0.16/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
weborf-0.16/aclocal.m4-365-      || continue
weborf-0.16/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
weborf-0.16/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
weborf-0.16/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
weborf-0.16/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
weborf-0.16/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
weborf-0.16/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
weborf-0.16/aclocal.m4-592-    * )
weborf-0.16/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
weborf-0.16/aclocal.m4-594-  esac
weborf-0.16/aclocal.m4-595-done
weborf-0.16/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
weborf-0.16/aclocal.m4-597-
##############################################
weborf-0.16/aclocal.m4-884-     echo "timestamp, slept: $am_has_slept" > conftest.file
weborf-0.16/aclocal.m4:885:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
weborf-0.16/aclocal.m4-886-     if test "$[*]" = "X"; then
weborf-0.16/aclocal.m4-887-	# -L didn't work.
weborf-0.16/aclocal.m4:888:	set X `ls -t "$srcdir/configure" conftest.file`
weborf-0.16/aclocal.m4-889-     fi
##############################################
weborf-0.16/mynet.c-70-    if (setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &val, sizeof(val)) < 0) {
weborf-0.16/mynet.c:71:        perror("ruseaddr(any)");
weborf-0.16/mynet.c:72:        syslog(LOG_ERR, "reuseaddr(any)");
weborf-0.16/mynet.c-73-#ifdef IPV6
##############################################
weborf-0.16/Makefile.am-54-dist-hook:
weborf-0.16/Makefile.am:55:	rm -rf `find $(distdir)/ -name .git`
weborf-0.16/Makefile.am-56-
##############################################
weborf-0.16/qweborf/qweborf/qweborf.py-156-            QtCore.QCoreApplication.processEvents()
weborf-0.16/qweborf/qweborf/qweborf.py:157:            external_addr = nhelper.externaladdr()
weborf-0.16/qweborf/qweborf/qweborf.py-158-            self.logger('Public IP address %s' % str(external_addr))
##############################################
weborf-0.16/qweborf/qweborf/nhelper.py-49-    if platform.startswith("darwin") or platform.startswith("freebsd"):
weborf-0.16/qweborf/qweborf/nhelper.py:50:        class sockaddr (Structure):
weborf-0.16/qweborf/qweborf/nhelper.py-51-            _fields_ = [
##############################################
weborf-0.16/qweborf/qweborf/nhelper.py-55-    else:
weborf-0.16/qweborf/qweborf/nhelper.py:56:        class sockaddr(Structure):
weborf-0.16/qweborf/qweborf/nhelper.py-57-            _fields_ = [
##############################################
weborf-0.16/qweborf/qweborf/nhelper.py-62-    # AF_INET / IPv4
weborf-0.16/qweborf/qweborf/nhelper.py:63:    class in_addr(Union):
weborf-0.16/qweborf/qweborf/nhelper.py-64-        _fields_ = [
##############################################
weborf-0.16/qweborf/qweborf/nhelper.py-83-
weborf-0.16/qweborf/qweborf/nhelper.py:84:    class in6_addr(Union):
weborf-0.16/qweborf/qweborf/nhelper.py-85-        _fields_ = [
##############################################
weborf-0.16/qweborf/qweborf/nhelper.py-240-
weborf-0.16/qweborf/qweborf/nhelper.py:241:def externaladdr() -> Optional[str]:
weborf-0.16/qweborf/qweborf/nhelper.py-242-    '''Returns the public IP address.
##############################################
weborf-0.16/Makefile.in-54-  { \
weborf-0.16/Makefile.in:55:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
weborf-0.16/Makefile.in-56-  }; \
##############################################
weborf-0.16/Makefile.in-119-weborf_LDADD = $(LDADD)
weborf-0.16/Makefile.in:120:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
weborf-0.16/Makefile.in-121-am__vpath_adj = case $$p in \
weborf-0.16/Makefile.in:122:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
weborf-0.16/Makefile.in-123-    *) f=$$p;; \
weborf-0.16/Makefile.in-124-  esac;
weborf-0.16/Makefile.in:125:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
weborf-0.16/Makefile.in-126-am__install_max = 40
weborf-0.16/Makefile.in-127-am__nobase_strip_setup = \
weborf-0.16/Makefile.in:128:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
weborf-0.16/Makefile.in-129-am__nobase_strip = \
##############################################
weborf-0.16/Makefile.in-565-.c.obj:
weborf-0.16/Makefile.in:566:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
weborf-0.16/Makefile.in-567-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
weborf-0.16/Makefile.in-569-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
weborf-0.16/Makefile.in:570:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
weborf-0.16/Makefile.in-571-install-man1: $(dist_man_MANS)
##############################################
weborf-0.16/Makefile.in-575-	test -n "$(man1dir)" \
weborf-0.16/Makefile.in:576:	  && test -n "`echo $$list1$$list2`" \
weborf-0.16/Makefile.in-577-	  || exit 0; \
##############################################
weborf-0.16/Makefile.in-618-	test -n "$(man5dir)" \
weborf-0.16/Makefile.in:619:	  && test -n "`echo $$list1$$list2`" \
weborf-0.16/Makefile.in-620-	  || exit 0; \
##############################################
weborf-0.16/Makefile.in-675-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
weborf-0.16/Makefile.in:676:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
weborf-0.16/Makefile.in-677-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
weborf-0.16/Makefile.in-696-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
weborf-0.16/Makefile.in:697:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
weborf-0.16/Makefile.in-698-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
weborf-0.16/Makefile.in-717-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
weborf-0.16/Makefile.in:718:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
weborf-0.16/Makefile.in-719-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
weborf-0.16/Makefile.in-750-GTAGS:
weborf-0.16/Makefile.in:751:	here=`$(am__cd) $(top_builddir) && pwd` \
weborf-0.16/Makefile.in-752-	  && $(am__cd) $(top_srcdir) \
##############################################
weborf-0.16/Makefile.in-785-	test -d "$(distdir)" || mkdir "$(distdir)"
weborf-0.16/Makefile.in:786:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
weborf-0.16/Makefile.in:787:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
weborf-0.16/Makefile.in-788-	list='$(DISTFILES)'; \
##############################################
weborf-0.16/Makefile.in-799-	  if test -d $$d/$$file; then \
weborf-0.16/Makefile.in:800:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
weborf-0.16/Makefile.in-801-	    if test -d "$(distdir)/$$file"; then \
##############################################
weborf-0.16/Makefile.in-888-	test -d $(distdir)/_build || exit 0; \
weborf-0.16/Makefile.in:889:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
weborf-0.16/Makefile.in-890-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
weborf-0.16/Makefile.in-932-	}; \
weborf-0.16/Makefile.in:933:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
weborf-0.16/Makefile.in-934-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
weborf-0.16/Makefile.in-944-	fi
weborf-0.16/Makefile.in:945:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
weborf-0.16/Makefile.in-946-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
weborf-0.16/Makefile.in-1118-dist-hook:
weborf-0.16/Makefile.in:1119:	rm -rf `find $(distdir)/ -name .git`
weborf-0.16/Makefile.in-1120-