===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
super-3.30.3/install-sh-78-
super-3.30.3/install-sh:79:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
super-3.30.3/install-sh-80-	    shift
##############################################
super-3.30.3/install-sh-82-
super-3.30.3/install-sh:83:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
super-3.30.3/install-sh-84-	    shift
##############################################
super-3.30.3/install-sh-143-	then
super-3.30.3/install-sh:144:		dst="$dst"/`basename $src`
super-3.30.3/install-sh-145-	else
##############################################
super-3.30.3/install-sh-150-## this sed command emulates the dirname command
super-3.30.3/install-sh:151:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
super-3.30.3/install-sh-152-
##############################################
super-3.30.3/install-sh-164-IFS='%'
super-3.30.3/install-sh:165:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
super-3.30.3/install-sh-166-IFS="${oIFS}"
##############################################
super-3.30.3/install-sh-198-	then
super-3.30.3/install-sh:199:		dstfile=`basename $dst`
super-3.30.3/install-sh-200-	else
##############################################
super-3.30.3/install-sh-208-	then
super-3.30.3/install-sh:209:		dstfile=`basename $dst`
super-3.30.3/install-sh-210-	else
##############################################
super-3.30.3/mkdir_p-20-    -h ) usage ; exit 0 ;;
super-3.30.3/mkdir_p:21:    -o* ) owner=`expr "$1" : '-o\(.*\)'` ; shift
super-3.30.3/mkdir_p-22-    	case "$owner" in "" ) usage ; exit 1 ;; esac
super-3.30.3/mkdir_p-23-	;;
super-3.30.3/mkdir_p:24:    -g* ) group=`expr "$1" : '-g\(.*\)'` ; shift
super-3.30.3/mkdir_p-25-    	case "$group" in "" ) usage ; exit 1 ;; esac
super-3.30.3/mkdir_p-26-	;;
super-3.30.3/mkdir_p:27:    -p* ) perm=`expr "$1" : '-p\(.*\)'` ; shift
super-3.30.3/mkdir_p-28-    	case "$perm" in "" ) usage ; exit 1 ;; esac
##############################################
super-3.30.3/mkdir_p-40-    esac
super-3.30.3/mkdir_p:41:    for d in `echo "$longpath" | sed -e 'sX/X Xg'` ; do
super-3.30.3/mkdir_p-42-	dir="$dir/$d"
##############################################
super-3.30.3/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
super-3.30.3/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
super-3.30.3/configure-45-  as_echo='print -r --'
super-3.30.3/configure-46-  as_echo_n='print -rn --'
super-3.30.3/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
super-3.30.3/configure-48-  as_echo='printf %s\n'
##############################################
super-3.30.3/configure-50-else
super-3.30.3/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
super-3.30.3/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
super-3.30.3/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
super-3.30.3/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
super-3.30.3/configure-62-      esac;
##############################################
super-3.30.3/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
super-3.30.3/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
super-3.30.3/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
super-3.30.3/configure-324-      case $as_dir in #(
super-3.30.3/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
super-3.30.3/configure-326-      *) as_qdir=$as_dir;;
##############################################
super-3.30.3/configure-397-  {
super-3.30.3/configure:398:    as_val=`expr "$@" || test $? -eq 1`
super-3.30.3/configure-399-  }
##############################################
super-3.30.3/configure-404-# ----------------------------------------
super-3.30.3/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
super-3.30.3/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
super-3.30.3/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
super-3.30.3/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
super-3.30.3/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
super-3.30.3/configure-755-  case $ac_option in
super-3.30.3/configure:756:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
super-3.30.3/configure-757-  *=)   ac_optarg= ;;
##############################################
super-3.30.3/configure-799-  -disable-* | --disable-*)
super-3.30.3/configure:800:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
super-3.30.3/configure-801-    # Reject names that are not valid shell variable names.
##############################################
super-3.30.3/configure-804-    ac_useropt_orig=$ac_useropt
super-3.30.3/configure:805:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
super-3.30.3/configure-806-    case $ac_user_opts in
##############################################
super-3.30.3/configure-825-  -enable-* | --enable-*)
super-3.30.3/configure:826:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
super-3.30.3/configure-827-    # Reject names that are not valid shell variable names.
##############################################
super-3.30.3/configure-830-    ac_useropt_orig=$ac_useropt
super-3.30.3/configure:831:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
super-3.30.3/configure-832-    case $ac_user_opts in
##############################################
super-3.30.3/configure-1038-  -with-* | --with-*)
super-3.30.3/configure:1039:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
super-3.30.3/configure-1040-    # Reject names that are not valid shell variable names.
##############################################
super-3.30.3/configure-1043-    ac_useropt_orig=$ac_useropt
super-3.30.3/configure:1044:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
super-3.30.3/configure-1045-    case $ac_user_opts in
##############################################
super-3.30.3/configure-1054-  -without-* | --without-*)
super-3.30.3/configure:1055:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
super-3.30.3/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
super-3.30.3/configure-1059-    ac_useropt_orig=$ac_useropt
super-3.30.3/configure:1060:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
super-3.30.3/configure-1061-    case $ac_user_opts in
##############################################
super-3.30.3/configure-1092-  *=*)
super-3.30.3/configure:1093:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
super-3.30.3/configure-1094-    # Reject names that are not valid shell variable names.
##############################################
super-3.30.3/configure-1113-if test -n "$ac_prev"; then
super-3.30.3/configure:1114:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
super-3.30.3/configure-1115-  as_fn_error $? "missing argument to $ac_option"
##############################################
super-3.30.3/configure-1135-    */ )
super-3.30.3/configure:1136:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
super-3.30.3/configure-1137-      eval $ac_var=\$ac_val;;
##############################################
super-3.30.3/configure-1170-ac_ls_di=`ls -di .` &&
super-3.30.3/configure:1171:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
super-3.30.3/configure-1172-  as_fn_error $? "working directory cannot be determined"
##############################################
super-3.30.3/configure-1226-case $srcdir in
super-3.30.3/configure:1227:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
super-3.30.3/configure-1228-esac
##############################################
super-3.30.3/configure-1269-By default, \`make install' will install all the files in
super-3.30.3/configure:1270:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
super-3.30.3/configure:1271:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
super-3.30.3/configure-1272-for instance \`--prefix=\$HOME'.
##############################################
super-3.30.3/configure-1341-*)
super-3.30.3/configure:1342:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
super-3.30.3/configure-1343-  # A ".." for each directory in $ac_dir_suffix.
super-3.30.3/configure:1344:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
super-3.30.3/configure-1345-  case $ac_top_builddir_sub in
##############################################
super-3.30.3/configure-1879-    *\'*)
super-3.30.3/configure:1880:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
super-3.30.3/configure-1881-    esac
##############################################
super-3.30.3/configure-1962-      case $ac_val in
super-3.30.3/configure:1963:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
super-3.30.3/configure-1964-      esac
##############################################
super-3.30.3/configure-1977-	case $ac_val in
super-3.30.3/configure:1978:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
super-3.30.3/configure-1979-	esac
##############################################
super-3.30.3/configure-2097-    set,)
super-3.30.3/configure:2098:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
super-3.30.3/configure:2099:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
super-3.30.3/configure-2100-      ac_cache_corrupted=: ;;
##############################################
super-3.30.3/configure-2108-	# differences in whitespace do not lead to failure.
super-3.30.3/configure:2109:	ac_old_val_w=`echo x $ac_old_val`
super-3.30.3/configure:2110:	ac_new_val_w=`echo x $ac_new_val`
super-3.30.3/configure-2111-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
super-3.30.3/configure-2128-    case $ac_new_val in
super-3.30.3/configure:2129:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
super-3.30.3/configure-2130-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
super-3.30.3/configure-2505-$as_echo_n "checking whether the C compiler works... " >&6; }
super-3.30.3/configure:2506:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
super-3.30.3/configure-2507-
##############################################
super-3.30.3/configure-2549-	then :; else
super-3.30.3/configure:2550:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
super-3.30.3/configure-2551-	fi
##############################################
super-3.30.3/configure-2609-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
super-3.30.3/configure:2610:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
super-3.30.3/configure-2611-	  break;;
##############################################
super-3.30.3/configure-2718-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
super-3.30.3/configure:2719:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
super-3.30.3/configure-2720-       break;;
##############################################
super-3.30.3/configure-3106-  # Check for GNU $ac_path_GREP
super-3.30.3/configure:3107:case `"$ac_path_GREP" --version 2>&1` in
super-3.30.3/configure-3108-*GNU*)
##############################################
super-3.30.3/configure-3172-  # Check for GNU $ac_path_EGREP
super-3.30.3/configure:3173:case `"$ac_path_EGREP" --version 2>&1` in
super-3.30.3/configure-3174-*GNU*)
##############################################
super-3.30.3/configure-3333-do :
super-3.30.3/configure:3334:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
super-3.30.3/configure-3335-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
super-3.30.3/configure-3338-  cat >>confdefs.h <<_ACEOF
super-3.30.3/configure:3339:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
super-3.30.3/configure-3340-_ACEOF
##############################################
super-3.30.3/configure-3958-    if test -f $d/uname ; then
super-3.30.3/configure:3959:	Uname=`$d/uname`
super-3.30.3/configure:3960:	rev=`$d/uname -r`
super-3.30.3/configure-3961-	break
##############################################
super-3.30.3/configure-3976-    esac
super-3.30.3/configure:3977:        Major=`expr "$rev" : '.*\.\([0-9][0-9]*\)\..*'`
super-3.30.3/configure:3978:    Minor=`expr "$rev" : '.*\.[0-9][0-9]*\.\([0-9][0-9]*\).*'`
super-3.30.3/configure-3979-        cat >>confdefs.h <<_ACEOF
##############################################
super-3.30.3/configure-4000-elif test "$Uname" = SunOS ; then
super-3.30.3/configure:4001:        Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/configure:4002:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/configure-4003-        test "$Major" = 5 && $as_echo "#define SUNOS5 1" >>confdefs.h
##############################################
super-3.30.3/configure-4014-elif test "$Uname" = Darwin ; then
super-3.30.3/configure:4015:        Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/configure:4016:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/configure-4017-
super-3.30.3/configure-4018-elif test "$Uname" = OpenBSD ; then
super-3.30.3/configure:4019:        Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/configure:4020:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/configure-4021-
##############################################
super-3.30.3/configure-4026-    # IBM decides to add some letters or dots or underscores...
super-3.30.3/configure:4027:        Major=`/bin/expr "$Major" : '^[^0-9]*\([0-9][0-9]*\)'`
super-3.30.3/configure:4028:    Minor=`/bin/expr "$Minor" : '\([0-9][0-9]*\)[^0-9]*$'`
super-3.30.3/configure-4029-        cat >>confdefs.h <<_ACEOF
##############################################
super-3.30.3/configure-4214-do :
super-3.30.3/configure:4215:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
super-3.30.3/configure-4216-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
super-3.30.3/configure-4218-  cat >>confdefs.h <<_ACEOF
super-3.30.3/configure:4219:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
super-3.30.3/configure-4220-_ACEOF
##############################################
super-3.30.3/configure-4233-do :
super-3.30.3/configure:4234:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
super-3.30.3/configure-4235-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
super-3.30.3/configure-4237-  cat >>confdefs.h <<_ACEOF
super-3.30.3/configure:4238:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
super-3.30.3/configure-4239-_ACEOF
##############################################
super-3.30.3/configure-4647-    test "$ac_cv_func_initgroups" = yes && break
super-3.30.3/configure:4648:    as_ac_Lib=`$as_echo "ac_cv_lib_$lib''_initgroups" | $as_tr_sh`
super-3.30.3/configure-4649-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for initgroups in -l$lib" >&5
##############################################
super-3.30.3/configure-4687-  cat >>confdefs.h <<_ACEOF
super-3.30.3/configure:4688:#define `$as_echo "HAVE_LIB$lib" | $as_tr_cpp` 1
super-3.30.3/configure-4689-_ACEOF
##############################################
super-3.30.3/configure-5674-do :
super-3.30.3/configure:5675:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
super-3.30.3/configure-5676-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
super-3.30.3/configure-5678-  cat >>confdefs.h <<_ACEOF
super-3.30.3/configure:5679:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
super-3.30.3/configure-5680-_ACEOF
##############################################
super-3.30.3/configure-5802-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
super-3.30.3/configure:5803:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
super-3.30.3/configure-5804-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
super-3.30.3/configure-5869-if test -z "$BASH_VERSION$ZSH_VERSION" \
super-3.30.3/configure:5870:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
super-3.30.3/configure-5871-  as_echo='print -r --'
super-3.30.3/configure-5872-  as_echo_n='print -rn --'
super-3.30.3/configure:5873:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
super-3.30.3/configure-5874-  as_echo='printf %s\n'
##############################################
super-3.30.3/configure-5876-else
super-3.30.3/configure:5877:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
super-3.30.3/configure-5878-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
super-3.30.3/configure-5886-	expr "X$arg" : "X\\(.*\\)$as_nl";
super-3.30.3/configure:5887:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
super-3.30.3/configure-5888-      esac;
##############################################
super-3.30.3/configure-5963-# ----------------------------------------
super-3.30.3/configure:5964:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
super-3.30.3/configure-5965-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
super-3.30.3/configure-6035-  {
super-3.30.3/configure:6036:    as_val=`expr "$@" || test $? -eq 1`
super-3.30.3/configure-6037-  }
##############################################
super-3.30.3/configure-6139-      case $as_dir in #(
super-3.30.3/configure:6140:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
super-3.30.3/configure-6141-      *) as_qdir=$as_dir;;
##############################################
super-3.30.3/configure-6270-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
super-3.30.3/configure:6271:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
super-3.30.3/configure-6272-ac_cs_version="\\
##############################################
super-3.30.3/configure-6293-  --*=?*)
super-3.30.3/configure:6294:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
super-3.30.3/configure:6295:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
super-3.30.3/configure-6296-    ac_shift=:
##############################################
super-3.30.3/configure-6298-  --*=)
super-3.30.3/configure:6299:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
super-3.30.3/configure-6300-    ac_optarg=
##############################################
super-3.30.3/configure-6322-    case $ac_optarg in
super-3.30.3/configure:6323:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
super-3.30.3/configure-6324-    '') as_fn_error $? "missing file argument" ;;
##############################################
super-3.30.3/configure-6330-    case $ac_optarg in
super-3.30.3/configure:6331:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
super-3.30.3/configure-6332-    esac
##############################################
super-3.30.3/configure-6451-fi
super-3.30.3/configure:6452:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
super-3.30.3/configure-6453-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
super-3.30.3/configure-6468-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
super-3.30.3/configure:6469:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
super-3.30.3/configure-6470-ac_delim='%!_!# '
##############################################
super-3.30.3/configure-6474-
super-3.30.3/configure:6475:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
super-3.30.3/configure-6476-  if test $ac_delim_n = $ac_delim_num; then
##############################################
super-3.30.3/configure-6612-for ac_last_try in false false :; do
super-3.30.3/configure:6613:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
super-3.30.3/configure-6614-  if test -z "$ac_tt"; then
##############################################
super-3.30.3/configure-6744-      esac
super-3.30.3/configure:6745:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
super-3.30.3/configure-6746-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
super-3.30.3/configure-6803-*)
super-3.30.3/configure:6804:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
super-3.30.3/configure-6805-  # A ".." for each directory in $ac_dir_suffix.
super-3.30.3/configure:6806:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
super-3.30.3/configure-6807-  case $ac_top_builddir_sub in
##############################################
super-3.30.3/configure-6859-/@mandir@/p'
super-3.30.3/configure:6860:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
super-3.30.3/configure-6861-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
super-3.30.3/configure-6876-
super-3.30.3/configure:6877:# Neutralize VPATH when `$srcdir' = `.'.
super-3.30.3/configure-6878-# Shell code in configure.ac might set extrasub.
##############################################
super-3.30.3/configure-6903-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
super-3.30.3/configure:6904:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
super-3.30.3/configure-6905-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
super-3.30.3/README-439-      #!/bin/sh
super-3.30.3/README:440:      prog=`basename $0`
super-3.30.3/README-441-      test "X$SUPERCMD" = "X$prog" || exec /usr/local/bin/super $prog ${1+"$@"}
##############################################
super-3.30.3/debian/patches/04-Examples.patch-17- 
super-3.30.3/debian/patches/04-Examples.patch:18: prog=`basename $0`
super-3.30.3/debian/patches/04-Examples.patch-19- # If script invoked w/o super, then exec super to run this script.
##############################################
super-3.30.3/debian/patches/04-Examples.patch-72- 
super-3.30.3/debian/patches/04-Examples.patch:73: prog=`basename $0`
super-3.30.3/debian/patches/04-Examples.patch-74- # If script invoked w/o super, then exec super to run this script.
##############################################
super-3.30.3/debian/patches/05-Manpages.patch-36- .nf
super-3.30.3/debian/patches/05-Manpages.patch:37: prog=\`basename $0\`
super-3.30.3/debian/patches/05-Manpages.patch-38--/usr/local/bin/super -t -r $0 $prog
##############################################
super-3.30.3/debian/patches/05-Manpages.patch-47- #!/bin/sh
super-3.30.3/debian/patches/05-Manpages.patch:48: prog=\`basename $0\`
super-3.30.3/debian/patches/05-Manpages.patch-49- test "X$SUPERCMD" = "X$prog" ||
##############################################
super-3.30.3/.pc/01-FTBFS-Hurd.patch/utils.c-1610-		"$$Illegal variable name `$%c'.  \n\
super-3.30.3/.pc/01-FTBFS-Hurd.patch/utils.c:1611:(Use `$$' to get a plain `$' passed on to the rest of file parsing.)\n", c);
super-3.30.3/.pc/01-FTBFS-Hurd.patch/utils.c-1612-	    return NULL;
##############################################
super-3.30.3/.pc/04-Examples.patch/sample.cdmount-2-
super-3.30.3/.pc/04-Examples.patch/sample.cdmount:3:prog=`basename $0`
super-3.30.3/.pc/04-Examples.patch/sample.cdmount-4-# If script invoked w/o super, then exec super to run this script.
##############################################
super-3.30.3/.pc/04-Examples.patch/sample.cdumount-5-
super-3.30.3/.pc/04-Examples.patch/sample.cdumount:6:prog=`basename $0`
super-3.30.3/.pc/04-Examples.patch/sample.cdumount-7-# If script invoked w/o super, then exec super to run this script.
##############################################
super-3.30.3/.pc/05-Manpages.patch/super.1.in-473-.nf
super-3.30.3/.pc/05-Manpages.patch/super.1.in:474:prog=\`basename $0\`
super-3.30.3/.pc/05-Manpages.patch/super.1.in-475-/usr/local/bin/super -t -r $0 $prog
##############################################
super-3.30.3/.pc/05-Manpages.patch/super.1.in-656-#!/bin/sh
super-3.30.3/.pc/05-Manpages.patch/super.1.in:657:prog=\`basename $0\`
super-3.30.3/.pc/05-Manpages.patch/super.1.in-658-test "X$SUPERCMD" = "X$prog" ||
##############################################
super-3.30.3/.pc/05-Manpages.patch/super.1.in-667-is a sanity-check option: it tells super that it's an error if
super-3.30.3/.pc/05-Manpages.patch/super.1.in:668:``super $prog'' doesn't execute ``$0'', ie this self-same program.
super-3.30.3/.pc/05-Manpages.patch/super.1.in-669-(Also, see the \fB\-t\fP option for how a script can check that
##############################################
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-15-    if test -f $d/uname ; then
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:16:	Uname=`$d/uname`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:17:	rev=`$d/uname -r`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-18-	break
##############################################
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-33-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:34:    Major=`expr "$rev" : '.*\.\([0-9][0-9]*\)\..*'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:35:    Minor=`expr "$rev" : '.*\.[0-9][0-9]*\.\([0-9][0-9]*\).*'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-36-    changequote([,])dnl
##############################################
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-49-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:50:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:51:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-52-    changequote([,])dnl
##############################################
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-58-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:59:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:60:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-61-    changequote([,])dnl
##############################################
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-64-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:65:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:66:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-67-    changequote([,])dnl
##############################################
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-74-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:75:    Major=`/bin/expr "$Major" : '^[^0-9]*\([0-9][0-9]*\)'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in:76:    Minor=`/bin/expr "$Minor" : '\([0-9][0-9]*\)[^0-9]*$'`
super-3.30.3/.pc/07-FTBFS-kFreeBSD.patch/configure.in-77-    changequote([,])dnl
##############################################
super-3.30.3/.pc/08-Logfile-group.patch/utils.c-1610-		"$$Illegal variable name `$%c'.  \n\
super-3.30.3/.pc/08-Logfile-group.patch/utils.c:1611:(Use `$$' to get a plain `$' passed on to the rest of file parsing.)\n", c);
super-3.30.3/.pc/08-Logfile-group.patch/utils.c-1612-	    return NULL;
##############################################
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-15-    if test -f $d/uname ; then
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:16:	Uname=`$d/uname`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:17:	rev=`$d/uname -r`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-18-	break
##############################################
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-33-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:34:    Major=`expr "$rev" : '.*\.\([0-9][0-9]*\)\..*'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:35:    Minor=`expr "$rev" : '.*\.[0-9][0-9]*\.\([0-9][0-9]*\).*'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-36-    changequote([,])dnl
##############################################
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-52-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:53:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:54:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-55-    changequote([,])dnl
##############################################
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-61-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:62:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:63:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-64-    changequote([,])dnl
##############################################
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-67-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:68:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:69:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-70-    changequote([,])dnl
##############################################
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-77-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:78:    Major=`/bin/expr "$Major" : '^[^0-9]*\([0-9][0-9]*\)'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in:79:    Minor=`/bin/expr "$Minor" : '\([0-9][0-9]*\)[^0-9]*$'`
super-3.30.3/.pc/10-FTBFS-Hurd-2.patch/configure.in-80-    changequote([,])dnl
##############################################
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-15-    if test -f $d/uname ; then
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:16:	Uname=`$d/uname`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:17:	rev=`$d/uname -r`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-18-	break
##############################################
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-33-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:34:    Major=`expr "$rev" : '.*\.\([0-9][0-9]*\)\..*'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:35:    Minor=`expr "$rev" : '.*\.[0-9][0-9]*\.\([0-9][0-9]*\).*'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-36-    changequote([,])dnl
##############################################
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-55-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:56:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:57:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-58-    changequote([,])dnl
##############################################
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-64-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:65:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:66:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-67-    changequote([,])dnl
##############################################
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-70-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:71:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:72:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-73-    changequote([,])dnl
##############################################
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-80-    changequote(<<<,>>>)dnl
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:81:    Major=`/bin/expr "$Major" : '^[^0-9]*\([0-9][0-9]*\)'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in:82:    Minor=`/bin/expr "$Minor" : '\([0-9][0-9]*\)[^0-9]*$'`
super-3.30.3/.pc/16-Fix-more-gcc-warnings.patch/configure.in-83-    changequote([,])dnl
##############################################
super-3.30.3/sample.cdmount-2-
super-3.30.3/sample.cdmount:3:prog=`basename $0`
super-3.30.3/sample.cdmount-4-# If script invoked w/o super, then exec super to run this script.
##############################################
super-3.30.3/sample.cdumount-5-
super-3.30.3/sample.cdumount:6:prog=`basename $0`
super-3.30.3/sample.cdumount-7-# If script invoked w/o super, then exec super to run this script.
##############################################
super-3.30.3/super.1.in-472-.nf
super-3.30.3/super.1.in:473:prog=\`basename $0\`
super-3.30.3/super.1.in-474-/usr/local/bin/super \-t \-r $0 $prog
##############################################
super-3.30.3/super.1.in-655-#!/bin/sh
super-3.30.3/super.1.in:656:prog=\`basename $0\`
super-3.30.3/super.1.in-657-test "X$SUPERCMD" = "X$prog" ||
##############################################
super-3.30.3/super.1.in-666-is a sanity-check option: it tells super that it's an error if
super-3.30.3/super.1.in:667:``super $prog'' doesn't execute ``$0'', ie this self-same program.
super-3.30.3/super.1.in-668-(Also, see the \fB\-t\fP option for how a script can check that
##############################################
super-3.30.3/utils.c-1626-		"$$Illegal variable name `$%c'.  \n\
super-3.30.3/utils.c:1627:(Use `$$' to get a plain `$' passed on to the rest of file parsing.)\n", c);
super-3.30.3/utils.c-1628-	    return NULL;
##############################################
super-3.30.3/configure.in-15-    if test -f $d/uname ; then
super-3.30.3/configure.in:16:	Uname=`$d/uname`
super-3.30.3/configure.in:17:	rev=`$d/uname -r`
super-3.30.3/configure.in-18-	break
##############################################
super-3.30.3/configure.in-33-    changequote(<<<,>>>)dnl
super-3.30.3/configure.in:34:    Major=`expr "$rev" : '.*\.\([0-9][0-9]*\)\..*'`
super-3.30.3/configure.in:35:    Minor=`expr "$rev" : '.*\.[0-9][0-9]*\.\([0-9][0-9]*\).*'`
super-3.30.3/configure.in-36-    changequote([,])dnl
##############################################
super-3.30.3/configure.in-54-    changequote(<<<,>>>)dnl
super-3.30.3/configure.in:55:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/configure.in:56:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/configure.in-57-    changequote([,])dnl
##############################################
super-3.30.3/configure.in-63-    changequote(<<<,>>>)dnl
super-3.30.3/configure.in:64:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/configure.in:65:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/configure.in-66-    changequote([,])dnl
##############################################
super-3.30.3/configure.in-69-    changequote(<<<,>>>)dnl
super-3.30.3/configure.in:70:    Major=`/bin/expr "$rev" : '^\([0-9][0-9]*\)\.'`
super-3.30.3/configure.in:71:    Minor=`/bin/expr "$rev" : '^[0-9][0-9]*\.\([0-9][0-9]*\)'`
super-3.30.3/configure.in-72-    changequote([,])dnl
##############################################
super-3.30.3/configure.in-79-    changequote(<<<,>>>)dnl
super-3.30.3/configure.in:80:    Major=`/bin/expr "$Major" : '^[^0-9]*\([0-9][0-9]*\)'`
super-3.30.3/configure.in:81:    Minor=`/bin/expr "$Minor" : '\([0-9][0-9]*\)[^0-9]*$'`
super-3.30.3/configure.in-82-    changequote([,])dnl