=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== mpgtx-1.3.1/config.guess-37- mpgtx-1.3.1/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'` mpgtx-1.3.1/config.guess-39- ############################################## mpgtx-1.3.1/config.guess-106-: ${TMPDIR=/tmp} ; mpgtx-1.3.1/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || mpgtx-1.3.1/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## mpgtx-1.3.1/config.guess-191- *) mpgtx-1.3.1/config.guess:192: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` mpgtx-1.3.1/config.guess-193- ;; ############################################## mpgtx-1.3.1/config.guess-250- *4.0) mpgtx-1.3.1/config.guess:251: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` mpgtx-1.3.1/config.guess-252- ;; mpgtx-1.3.1/config.guess-253- *5.*) mpgtx-1.3.1/config.guess:254: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` mpgtx-1.3.1/config.guess-255- ;; ############################################## mpgtx-1.3.1/config.guess-260- # types through head -n 1, so we only detect the type of CPU 0. mpgtx-1.3.1/config.guess:261: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` mpgtx-1.3.1/config.guess-262- case "$ALPHA_CPU_TYPE" in ############################################## mpgtx-1.3.1/config.guess-298- # 1.2 uses "1.2" for uname -r. mpgtx-1.3.1/config.guess:299: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` mpgtx-1.3.1/config.guess-300- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-349- sun4H:SunOS:5.*:*) mpgtx-1.3.1/config.guess:350: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` mpgtx-1.3.1/config.guess-351- exit 0 ;; mpgtx-1.3.1/config.guess-352- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) mpgtx-1.3.1/config.guess:353: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` mpgtx-1.3.1/config.guess-354- exit 0 ;; mpgtx-1.3.1/config.guess-355- i86pc:SunOS:5.*:*) mpgtx-1.3.1/config.guess:356: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` mpgtx-1.3.1/config.guess-357- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-361- # it's likely to be more like Solaris than SunOS4. mpgtx-1.3.1/config.guess:362: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` mpgtx-1.3.1/config.guess-363- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-370- # Japanese Language versions have a version number like `4.1.3-JL'. mpgtx-1.3.1/config.guess:371: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` mpgtx-1.3.1/config.guess-372- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-376- sun*:*:4.2BSD:*) mpgtx-1.3.1/config.guess:377: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` mpgtx-1.3.1/config.guess-378- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## mpgtx-1.3.1/config.guess-458- $CC_FOR_BUILD -o $dummy $dummy.c \ mpgtx-1.3.1/config.guess:459: && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ mpgtx-1.3.1/config.guess-460- && exit 0 ############################################## mpgtx-1.3.1/config.guess-513- *:IRIX*:*:*) mpgtx-1.3.1/config.guess:514: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` mpgtx-1.3.1/config.guess-515- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-552- *:AIX:*:[45]) mpgtx-1.3.1/config.guess:553: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` mpgtx-1.3.1/config.guess-554- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## mpgtx-1.3.1/config.guess-587- 9000/[34678]??:HP-UX:*:*) mpgtx-1.3.1/config.guess:588: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` mpgtx-1.3.1/config.guess-589- case "${UNAME_MACHINE}" in ############################################## mpgtx-1.3.1/config.guess-641-EOF mpgtx-1.3.1/config.guess:642: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` mpgtx-1.3.1/config.guess-643- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## mpgtx-1.3.1/config.guess-659- ia64:HP-UX:*:*) mpgtx-1.3.1/config.guess:660: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` mpgtx-1.3.1/config.guess-661- echo ia64-hp-hpux${HPUX_REV} ############################################## mpgtx-1.3.1/config.guess-759- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` mpgtx-1.3.1/config.guess:760: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` mpgtx-1.3.1/config.guess-761- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## mpgtx-1.3.1/config.guess-764- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` mpgtx-1.3.1/config.guess:765: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` mpgtx-1.3.1/config.guess-766- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## mpgtx-1.3.1/config.guess-777- *:FreeBSD:*:*) mpgtx-1.3.1/config.guess:778: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` mpgtx-1.3.1/config.guess-779- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-807- prep*:SunOS:5.*:*) mpgtx-1.3.1/config.guess:808: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` mpgtx-1.3.1/config.guess-809- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-811- # the GNU system mpgtx-1.3.1/config.guess:812: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` mpgtx-1.3.1/config.guess-813- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-815- # other systems with GNU libc and userland mpgtx-1.3.1/config.guess:816: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu mpgtx-1.3.1/config.guess-817- exit 0 ;; ############################################## mpgtx-1.3.1/config.guess-851-EOF mpgtx-1.3.1/config.guess:852: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` mpgtx-1.3.1/config.guess-853- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ############################################## mpgtx-1.3.1/config.guess-870-EOF mpgtx-1.3.1/config.guess:871: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` mpgtx-1.3.1/config.guess-872- test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ############################################## mpgtx-1.3.1/config.guess-971-EOF mpgtx-1.3.1/config.guess:972: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` mpgtx-1.3.1/config.guess-973- test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 ############################################## mpgtx-1.3.1/config.guess-1010- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) mpgtx-1.3.1/config.guess:1011: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` mpgtx-1.3.1/config.guess-1012- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## mpgtx-1.3.1/config.guess-1235- *:DragonFly:*:*) mpgtx-1.3.1/config.guess:1236: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` mpgtx-1.3.1/config.guess-1237- exit 0 ;; ############################################## mpgtx-1.3.1/.pc/40-enable-ext-compile-flags.patch/configure-83- -debug | --debug) debug="yes";; mpgtx-1.3.1/.pc/40-enable-ext-compile-flags.patch/configure:84: -man=* | --man=* | -manprefix=* | --manprefix=*) manprefix=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; mpgtx-1.3.1/.pc/40-enable-ext-compile-flags.patch/configure-85- -devel | --devel) devel="yes";; ############################################## mpgtx-1.3.1/.pc/40-enable-ext-compile-flags.patch/configure-88- -par | -parachute | --par | --parachute) parachute="yes";; mpgtx-1.3.1/.pc/40-enable-ext-compile-flags.patch/configure:89: -prefix=* | --prefix=*) prefix=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; mpgtx-1.3.1/.pc/40-enable-ext-compile-flags.patch/configure-90- -dist | dist | --distrib | -distrib) rm -f Makefile && cat << EOF >makefile && exit 0;; ############################################## mpgtx-1.3.1/configure-83- -debug | --debug) debug="yes";; mpgtx-1.3.1/configure:84: -man=* | --man=* | -manprefix=* | --manprefix=*) manprefix=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; mpgtx-1.3.1/configure-85- -devel | --devel) devel="yes";; ############################################## mpgtx-1.3.1/configure-88- -par | -parachute | --par | --parachute) parachute="yes";; mpgtx-1.3.1/configure:89: -prefix=* | --prefix=*) prefix=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; mpgtx-1.3.1/configure-90- -dist | dist | --distrib | -distrib) rm -f Makefile && cat << EOF >makefile && exit 0;;