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