=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== osslsigncode-2.1/autogen.sh-98- # extract copyright from header osslsigncode-2.1/autogen.sh:99: __copyright="`grep Copyright $AUTOGEN_SH | head -${HEAD_N}1 | awk '{print $4}'`" osslsigncode-2.1/autogen.sh-100- if [ "x$__copyright" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-105- __id="$Id: autogen.sh 33925 2009-03-01 23:27:06Z brlcad $" osslsigncode-2.1/autogen.sh:106: __version="`echo $__id | sed 's/.*\([0-9][0-9][0-9][0-9]\)[-\/]\([0-9][0-9]\)[-\/]\([0-9][0-9]\).*/\1\2\3/'`" osslsigncode-2.1/autogen.sh-107- if [ "x$__version" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-184- # needed to handle versions like 1.10 and 1.4-p6 osslsigncode-2.1/autogen.sh:185: _min="`echo ${_min}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`" osslsigncode-2.1/autogen.sh:186: _cur="`echo ${_cur}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`" osslsigncode-2.1/autogen.sh-187- osslsigncode-2.1/autogen.sh:188: _min_major="`echo $_min | cut -d. -f1`" osslsigncode-2.1/autogen.sh:189: _min_minor="`echo $_min | cut -d. -f2`" osslsigncode-2.1/autogen.sh:190: _min_patch="`echo $_min | cut -d. -f3`" osslsigncode-2.1/autogen.sh-191- osslsigncode-2.1/autogen.sh:192: _cur_major="`echo $_cur | cut -d. -f1`" osslsigncode-2.1/autogen.sh:193: _cur_minor="`echo $_cur | cut -d. -f2`" osslsigncode-2.1/autogen.sh:194: _cur_patch="`echo $_cur | cut -d. -f3`" osslsigncode-2.1/autogen.sh-195- ############################################## osslsigncode-2.1/autogen.sh-258-ARGS="$*" osslsigncode-2.1/autogen.sh:259:PATH_TO_AUTOGEN="`dirname $0`" osslsigncode-2.1/autogen.sh:260:NAME_OF_AUTOGEN="`basename $0`" osslsigncode-2.1/autogen.sh-261-AUTOGEN_SH="$PATH_TO_AUTOGEN/$NAME_OF_AUTOGEN" ############################################## osslsigncode-2.1/autogen.sh-403-################################################ osslsigncode-2.1/autogen.sh:404:if [ "x`echo $ARGS | sed 's/.*[hH][eE][lL][pP].*/help/'`" = "xhelp" ] ; then osslsigncode-2.1/autogen.sh-405- HELP=yes ############################################## osslsigncode-2.1/autogen.sh-494-if [ "x$PROJECT" = "x" ] ; then osslsigncode-2.1/autogen.sh:495: PROJECT="`grep AC_INIT $CONFIGURE | grep -v '.*#.*AC_INIT' | tail -${TAIL_N}1 | sed 's/^[ ]*AC_INIT(\([^,)]*\).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" osslsigncode-2.1/autogen.sh-496- if [ "x$PROJECT" = "xAC_INIT" ] ; then osslsigncode-2.1/autogen.sh-497- # projects might be using the older/deprecated arg-less AC_INIT .. look for AM_INIT_AUTOMAKE instead osslsigncode-2.1/autogen.sh:498: PROJECT="`grep AM_INIT_AUTOMAKE $CONFIGURE | grep -v '.*#.*AM_INIT_AUTOMAKE' | tail -${TAIL_N}1 | sed 's/^[ ]*AM_INIT_AUTOMAKE(\([^,)]*\).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" osslsigncode-2.1/autogen.sh-499- fi ############################################## osslsigncode-2.1/autogen.sh-554-else osslsigncode-2.1/autogen.sh:555: _version="`$AUTOCONF --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`" osslsigncode-2.1/autogen.sh-556- if [ "x$_version" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-595-else osslsigncode-2.1/autogen.sh:596: _version="`$AUTOMAKE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`" osslsigncode-2.1/autogen.sh-597- if [ "x$_version" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-636- $VERBOSE_ECHO "Checking libtoolize alternate: $tool --version" osslsigncode-2.1/autogen.sh:637: _glibtoolize="`$tool --version > /dev/null 2>&1`" osslsigncode-2.1/autogen.sh-638- if [ $? = 0 ] ; then osslsigncode-2.1/autogen.sh-639- $VERBOSE_ECHO "Found $tool --version" osslsigncode-2.1/autogen.sh:640: _glti="`which $tool`" osslsigncode-2.1/autogen.sh-641- if [ "x$_glti" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-648- fi osslsigncode-2.1/autogen.sh:649: _gltidir="`dirname $_glti`" osslsigncode-2.1/autogen.sh-650- if [ "x$_gltidir" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-697-else osslsigncode-2.1/autogen.sh:698: _version="`$LIBTOOLIZE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`" osslsigncode-2.1/autogen.sh-699- if [ "x$_version" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-814- # $VERBOSE_ECHO "Looking for subdirs in `pwd`" osslsigncode-2.1/autogen.sh:815: _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $_configure | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ ]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" osslsigncode-2.1/autogen.sh-816- CHECK_DIRS="" ############################################## osslsigncode-2.1/autogen.sh-853- # compare entire content, restore if needed osslsigncode-2.1/autogen.sh:854: if test "x`cat ${file}`" != "x`cat ${file}.$$.protect_from_automake.backup`" ; then osslsigncode-2.1/autogen.sh-855- if test "x$spacer" = "xno" ; then ############################################## osslsigncode-2.1/autogen.sh-881- osslsigncode-2.1/autogen.sh:882: _aux_dir="`grep AC_CONFIG_AUX_DIR $CONFIGURE | grep -v '.*#.*AC_CONFIG_AUX_DIR' | tail -${TAIL_N}1 | sed 's/^[ ]*AC_CONFIG_AUX_DIR(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" osslsigncode-2.1/autogen.sh-883- if test ! -d "$_aux_dir" ; then ############################################## osslsigncode-2.1/autogen.sh-913- # look for subdirs osslsigncode-2.1/autogen.sh:914: _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $_configure | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ ]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" osslsigncode-2.1/autogen.sh-915- CHECK_DIRS="" ############################################## osslsigncode-2.1/autogen.sh-968- ##################### osslsigncode-2.1/autogen.sh:969: _aux_dir="`grep AC_CONFIG_AUX_DIR $CONFIGURE | grep -v '.*#.*AC_CONFIG_AUX_DIR' | tail -${TAIL_N}1 | sed 's/^[ ]*AC_CONFIG_AUX_DIR(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" osslsigncode-2.1/autogen.sh-970- if test ! -d "$_aux_dir" ; then ############################################## osslsigncode-2.1/autogen.sh-979- CONFIG_SUBDIRS="" osslsigncode-2.1/autogen.sh:980: _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $CONFIGURE | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ ]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`" osslsigncode-2.1/autogen.sh-981- for dir in $_det_config_subdirs ; do ############################################## osslsigncode-2.1/autogen.sh-995- _marker_found_message=${_marker_found_message_intro}${marker}${_marker_found_message_mid} osslsigncode-2.1/autogen.sh:996: _marker_found="`grep 'AM_INIT_AUTOMAKE.*'${marker} $CONFIGURE`" osslsigncode-2.1/autogen.sh-997- if [ ! "x$_marker_found" = "x" ] ; then osslsigncode-2.1/autogen.sh:998: $VERBOSE_ECHO "${_marker_found_message}`basename \"$CONFIGURE\"`" osslsigncode-2.1/autogen.sh-999- break osslsigncode-2.1/autogen.sh-1000- fi osslsigncode-2.1/autogen.sh:1001: if test -f "`dirname \"$CONFIGURE\"/Makefile.am`" ; then osslsigncode-2.1/autogen.sh:1002: _marker_found="`grep 'AUTOMAKE_OPTIONS.*'${marker} Makefile.am`" osslsigncode-2.1/autogen.sh-1003- if [ ! "x$_marker_found" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-1024- $ECHO osslsigncode-2.1/autogen.sh:1025: $ECHO "Considered adding 'foreign' to AM_INIT_AUTOMAKE in `basename \"$CONFIGURE\"`" osslsigncode-2.1/autogen.sh:1026: if test -f "`dirname \"$CONFIGURE\"/Makefile.am`" ; then osslsigncode-2.1/autogen.sh-1027- $ECHO "or to AUTOMAKE_OPTIONS in your top-level Makefile.am file." ############################################## osslsigncode-2.1/autogen.sh-1110- osslsigncode-2.1/autogen.sh:1111: __cmd_version=`${__cmd} --version | head -n 1 | sed -e 's/^[^0-9]\+//' -e 's/ .*//'` osslsigncode-2.1/autogen.sh-1112- $VERBOSE_ECHO "Found ${__cmd} ${__cmd_version}" ############################################## osslsigncode-2.1/autogen.sh-1149- $VERBOSE_ECHO "Searching for $feature in $CONFIGURE" osslsigncode-2.1/autogen.sh:1150: found="`grep \"^$feature.*\" $CONFIGURE`" osslsigncode-2.1/autogen.sh-1151- if [ ! "x$found" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-1169- $VERBOSE_ECHO "$AUTORECONF $SEARCH_DIRS $AUTORECONF_OPTIONS" osslsigncode-2.1/autogen.sh:1170: autoreconf_output="`$AUTORECONF $SEARCH_DIRS $AUTORECONF_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1171- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1175- if [ "x$HAVE_ALT_LIBTOOLIZE" = "xyes" ] ; then osslsigncode-2.1/autogen.sh:1176: if [ ! "x`echo \"$autoreconf_output\" | grep libtoolize | grep \"No such file or directory\"`" = "x" ] ; then osslsigncode-2.1/autogen.sh-1177- $ECHO ############################################## osslsigncode-2.1/autogen.sh-1234- if test -f "$LIBTOOL_M4" ; then osslsigncode-2.1/autogen.sh:1235: found_libtool="`$ECHO $_autoconf_output | grep AC_PROG_LIBTOOL`" osslsigncode-2.1/autogen.sh-1236- if test ! "x$found_libtool" = "x" ; then ############################################## osslsigncode-2.1/autogen.sh-1279- $VERBOSE_ECHO "$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS" osslsigncode-2.1/autogen.sh:1280: aclocal_output="`$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1281- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1290- $VERBOSE_ECHO "$LIBTOOLIZE $LIBTOOLIZE_OPTIONS" osslsigncode-2.1/autogen.sh:1291: libtoolize_output="`$LIBTOOLIZE $LIBTOOLIZE_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1292- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1298- $VERBOSE_ECHO "$LIBTOOLIZE $ALT_LIBTOOLIZE_OPTIONS" osslsigncode-2.1/autogen.sh:1299: libtoolize_output="`$LIBTOOLIZE $ALT_LIBTOOLIZE_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1300- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1311- $VERBOSE_ECHO "$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS" osslsigncode-2.1/autogen.sh:1312: aclocal_output="`$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1313- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1340- $VERBOSE_ECHO "$AUTOCONF $AUTOCONF_OPTIONS" osslsigncode-2.1/autogen.sh:1341: autoconf_output="`$AUTOCONF $AUTOCONF_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1342- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1351- macros_to_search="" osslsigncode-2.1/autogen.sh:1352: ac_major="`echo ${AUTOCONF_VERSION}. | cut -d. -f1 | sed 's/[^0-9]//g'`" osslsigncode-2.1/autogen.sh:1353: ac_minor="`echo ${AUTOCONF_VERSION}. | cut -d. -f2 | sed 's/[^0-9]//g'`" osslsigncode-2.1/autogen.sh-1354- ############################################## osslsigncode-2.1/autogen.sh-1369- $VERBOSE_ECHO "Searching for $feature in $CONFIGURE" osslsigncode-2.1/autogen.sh:1370: found="`grep \"^$feature.*\" $CONFIGURE`" osslsigncode-2.1/autogen.sh-1371- if [ ! "x$found" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-1382- $ECHO osslsigncode-2.1/autogen.sh:1383: $ECHO "The `basename \"$CONFIGURE\"` file was scanned in order to determine if any" osslsigncode-2.1/autogen.sh-1384- $ECHO "unsupported macros are used that exceed the minimum version" ############################################## osslsigncode-2.1/autogen.sh-1398- $VERBOSE_ECHO "$AUTOCONF" osslsigncode-2.1/autogen.sh:1399: autoconf_output="`$AUTOCONF 2>&1`" osslsigncode-2.1/autogen.sh-1400- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1426- $ECHO "reviewing the minimum GNU Autotools version settings contained in" osslsigncode-2.1/autogen.sh:1427: $ECHO "this script along with the macros being used in your `basename \"$CONFIGURE\"` file." osslsigncode-2.1/autogen.sh-1428- fi ############################################## osslsigncode-2.1/autogen.sh-1439- $VERBOSE_ECHO "Searching for $feature in $CONFIGURE" osslsigncode-2.1/autogen.sh:1440: found="`grep \"^$feature.*\" $CONFIGURE`" osslsigncode-2.1/autogen.sh-1441- if [ ! "x$found" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-1447- $VERBOSE_ECHO "$AUTOHEADER $AUTOHEADER_OPTIONS" osslsigncode-2.1/autogen.sh:1448: autoheader_output="`$AUTOHEADER $AUTOHEADER_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1449- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1459- $VERBOSE_ECHO "Searching for $feature in $CONFIGURE" osslsigncode-2.1/autogen.sh:1460: found="`grep \"^$feature.*\" $CONFIGURE`" osslsigncode-2.1/autogen.sh-1461- if [ ! "x$found" = "x" ] ; then ############################################## osslsigncode-2.1/autogen.sh-1468- $VERBOSE_ECHO "$AUTOMAKE $AUTOMAKE_OPTIONS" osslsigncode-2.1/autogen.sh:1469: automake_output="`$AUTOMAKE $AUTOMAKE_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1470- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1480- # retry without the -f osslsigncode-2.1/autogen.sh:1481: automake_output="`$AUTOMAKE $ALT_AUTOMAKE_OPTIONS 2>&1`" osslsigncode-2.1/autogen.sh-1482- ret=$? ############################################## osslsigncode-2.1/autogen.sh-1549-config_ac="`locate_configure_template`" osslsigncode-2.1/autogen.sh:1550:config="`echo $config_ac | sed 's/\.ac$//' | sed 's/\.in$//'`" osslsigncode-2.1/autogen.sh-1551-if [ "x$config" = "x" ] ; then