=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== aggregate-1.6/configure-67- case "$ac_option" in aggregate-1.6/configure:68: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; aggregate-1.6/configure-69- *) ac_optarg= ;; ############################################## aggregate-1.6/configure-99- -disable-* | --disable-*) aggregate-1.6/configure:100: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` aggregate-1.6/configure-101- # Reject names that are not valid shell variable names. aggregate-1.6/configure:102: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then aggregate-1.6/configure-103- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } aggregate-1.6/configure-104- fi aggregate-1.6/configure:105: ac_feature=`echo $ac_feature| sed 's/-/_/g'` aggregate-1.6/configure-106- eval "enable_${ac_feature}=no" ;; ############################################## aggregate-1.6/configure-108- -enable-* | --enable-*) aggregate-1.6/configure:109: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` aggregate-1.6/configure-110- # Reject names that are not valid shell variable names. aggregate-1.6/configure:111: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then aggregate-1.6/configure-112- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } aggregate-1.6/configure-113- fi aggregate-1.6/configure:114: ac_feature=`echo $ac_feature| sed 's/-/_/g'` aggregate-1.6/configure-115- case "$ac_option" in ############################################## aggregate-1.6/configure-339- -with-* | --with-*) aggregate-1.6/configure:340: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` aggregate-1.6/configure-341- # Reject names that are not valid shell variable names. aggregate-1.6/configure:342: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then aggregate-1.6/configure-343- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } aggregate-1.6/configure-344- fi aggregate-1.6/configure:345: ac_package=`echo $ac_package| sed 's/-/_/g'` aggregate-1.6/configure-346- case "$ac_option" in ############################################## aggregate-1.6/configure-352- -without-* | --without-*) aggregate-1.6/configure:353: ac_package=`echo $ac_option|sed -e 's/-*without-//'` aggregate-1.6/configure-354- # Reject names that are not valid shell variable names. aggregate-1.6/configure:355: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then aggregate-1.6/configure-356- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } aggregate-1.6/configure-357- fi aggregate-1.6/configure:358: ac_package=`echo $ac_package| sed 's/-/_/g'` aggregate-1.6/configure-359- eval "with_${ac_package}=no" ;; ############################################## aggregate-1.6/configure-382- *) aggregate-1.6/configure:383: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then aggregate-1.6/configure-384- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## aggregate-1.6/configure-395-if test -n "$ac_prev"; then aggregate-1.6/configure:396: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } aggregate-1.6/configure-397-fi ############################################## aggregate-1.6/configure-460- ac_prog=$0 aggregate-1.6/configure:461: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` aggregate-1.6/configure-462- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## aggregate-1.6/configure-476-fi aggregate-1.6/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` aggregate-1.6/configure-478- ############################################## aggregate-1.6/configure-528-echo "configure:529: checking for $ac_word" >&5 aggregate-1.6/configure:529:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then aggregate-1.6/configure-530- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aggregate-1.6/configure-558-echo "configure:559: checking for $ac_word" >&5 aggregate-1.6/configure:559:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then aggregate-1.6/configure-560- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aggregate-1.6/configure-609-echo "configure:610: checking for $ac_word" >&5 aggregate-1.6/configure:610:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then aggregate-1.6/configure-611- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aggregate-1.6/configure-688-echo "configure:689: checking whether we are using GNU C" >&5 aggregate-1.6/configure:689:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then aggregate-1.6/configure-690- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aggregate-1.6/configure-716-echo "configure:717: checking whether ${CC-cc} accepts -g" >&5 aggregate-1.6/configure:717:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then aggregate-1.6/configure-718- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aggregate-1.6/configure-720- echo 'void f(){}' > conftest.c aggregate-1.6/configure:721:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then aggregate-1.6/configure-722- ac_cv_prog_cc_g=yes ############################################## aggregate-1.6/configure-779-if test -z "$INSTALL"; then aggregate-1.6/configure:780:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then aggregate-1.6/configure-781- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## aggregate-1.6/configure-1012- fi aggregate-1.6/configure:1013: ac_file=`expr $ac_file + 1` aggregate-1.6/configure-1014- ac_beg=$ac_end aggregate-1.6/configure:1015: ac_end=`expr $ac_end + $ac_max_sed_cmds` aggregate-1.6/configure-1016- fi ############################################## aggregate-1.6/configure-1030- case "$ac_file" in aggregate-1.6/configure:1031: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` aggregate-1.6/configure:1032: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; aggregate-1.6/configure-1033- *) ac_file_in="${ac_file}.in" ;; ############################################## aggregate-1.6/configure-1038- # Remove last slash and all that follows it. Not all systems have dirname. aggregate-1.6/configure:1039: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` aggregate-1.6/configure-1040- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## aggregate-1.6/configure-1042- test ! -d "$ac_dir" && mkdir "$ac_dir" aggregate-1.6/configure:1043: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" aggregate-1.6/configure-1044- # A "../" for each directory in $ac_dir_suffix. aggregate-1.6/configure:1045: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` aggregate-1.6/configure-1046- else ############################################## aggregate-1.6/configure-1052- if test -z "$ac_dots"; then top_srcdir=. aggregate-1.6/configure:1053: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; aggregate-1.6/configure-1054- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## aggregate-1.6/configure-1066- rm -f "$ac_file" aggregate-1.6/configure:1067: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." aggregate-1.6/configure-1068- case "$ac_file" in ############################################## aggregate-1.6/configure-1073- aggregate-1.6/configure:1074: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` aggregate-1.6/configure-1075- sed -e "$ac_comsub ############################################## aggregate-1.6/install-sh-85- aggregate-1.6/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` aggregate-1.6/install-sh-87- shift ############################################## aggregate-1.6/install-sh-89- aggregate-1.6/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` aggregate-1.6/install-sh-91- shift ############################################## aggregate-1.6/install-sh-151- then aggregate-1.6/install-sh:152: dst="$dst"/`basename $src` aggregate-1.6/install-sh-153- else ############################################## aggregate-1.6/install-sh-158-## this sed command emulates the dirname command aggregate-1.6/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` aggregate-1.6/install-sh-160- ############################################## aggregate-1.6/install-sh-172-IFS='%' aggregate-1.6/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` aggregate-1.6/install-sh-174-IFS="${oIFS}" ############################################## aggregate-1.6/install-sh-206- then aggregate-1.6/install-sh:207: dstfile=`basename $dst` aggregate-1.6/install-sh-208- else ############################################## aggregate-1.6/install-sh-216- then aggregate-1.6/install-sh:217: dstfile=`basename $dst` aggregate-1.6/install-sh-218- else