=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== php-geoip-1.1.1/geoip-1.1.1/config.m4-32- # --with-geoip -> add include path php-geoip-1.1.1/geoip-1.1.1/config.m4:33: PHP_ADD_INCLUDE($GEOIP_DIR/include) php-geoip-1.1.1/geoip-1.1.1/config.m4-34- ############################################## php-geoip-1.1.1/geoip-1.1.1/config.m4-111- AC_MSG_CHECKING([for LGPL compatible GeoIP libs]) php-geoip-1.1.1/geoip-1.1.1/config.m4:112: libgeoip_full_version=`find $GEOIP_DIR/$PHP_LIBDIR/ -name libGeoIP.\*.\*.\*.\* | cut -d . -f 2-5 | sort` php-geoip-1.1.1/geoip-1.1.1/config.m4-113- for lines in $libgeoip_full_version; do ############################################## php-geoip-1.1.1/geoip-1.1.1/config.m4-121- if test "[$]1" = "$SHLIB_SUFFIX_NAME"; then php-geoip-1.1.1/geoip-1.1.1/config.m4:122: LIBGEOIP_VERSION=`expr [$]2 \* 1000000 + [$]3 \* 1000 + [$]4` php-geoip-1.1.1/geoip-1.1.1/config.m4-123- # Version before the suffix (eg: 1.4.0.dylib on OS X) php-geoip-1.1.1/geoip-1.1.1/config.m4-124- else php-geoip-1.1.1/geoip-1.1.1/config.m4:125: LIBGEOIP_VERSION=`expr [$]1 \* 1000000 + [$]2 \* 1000 + [$]3` php-geoip-1.1.1/geoip-1.1.1/config.m4-126- fi