===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-facedetect-1.1.0-19-g135c72a/config.m4-7-  if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists opencv; then
php-facedetect-1.1.0-19-g135c72a/config.m4:8:    CV_INCLUDE=`$PKG_CONFIG opencv --variable=includedir_new`
php-facedetect-1.1.0-19-g135c72a/config.m4:9:    CV_LIBRARY=`$PKG_CONFIG opencv --libs`
php-facedetect-1.1.0-19-g135c72a/config.m4:10:    CV_VERSION=`$PKG_CONFIG opencv --modversion`
php-facedetect-1.1.0-19-g135c72a/config.m4-11-    if $PKG_CONFIG opencv --atleast-version=3.0.0 ; then
##############################################
php-facedetect-1.1.0-19-g135c72a/config.m4-16-    PHP_EVAL_LIBLINE($CV_LIBRARY, FACEDETECT_SHARED_LIBADD)
php-facedetect-1.1.0-19-g135c72a/config.m4:17:    PHP_ADD_INCLUDE($CV_INCLUDE)
php-facedetect-1.1.0-19-g135c72a/config.m4-18-  else
php-facedetect-1.1.0-19-g135c72a/config.m4-19-    if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists opencv4; then
php-facedetect-1.1.0-19-g135c72a/config.m4:20:      CV_INCLUDE=`$PKG_CONFIG opencv4 --variable=includedir_new`
php-facedetect-1.1.0-19-g135c72a/config.m4:21:      CV_LIBRARY=`$PKG_CONFIG opencv4 --libs`
php-facedetect-1.1.0-19-g135c72a/config.m4:22:      CV_VERSION=`$PKG_CONFIG opencv4 --modversion`
php-facedetect-1.1.0-19-g135c72a/config.m4-23-      if $PKG_CONFIG opencv4 --atleast-version=3.0.0 ; then
##############################################
php-facedetect-1.1.0-19-g135c72a/config.m4-28-      PHP_EVAL_LIBLINE($CV_LIBRARY, FACEDETECT_SHARED_LIBADD)
php-facedetect-1.1.0-19-g135c72a/config.m4:29:      PHP_ADD_INCLUDE($CV_INCLUDE)
php-facedetect-1.1.0-19-g135c72a/config.m4-30-    else