===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gubbins-2.4.1/m4/ax_python_devel.m4-137-	AC_MSG_CHECKING([for the distutils Python package])
gubbins-2.4.1/m4/ax_python_devel.m4:138:	ac_distutils_result=`$PYTHON -c "import distutils" 2>&1`
gubbins-2.4.1/m4/ax_python_devel.m4-139-	if test -z "$ac_distutils_result"; then
##############################################
gubbins-2.4.1/m4/ax_python_devel.m4-219-		# Strip away extension from the end to canonicalize its name:
gubbins-2.4.1/m4/ax_python_devel.m4:220:		ac_python_library=`echo "$ac_python_soname" | sed "s/${ac_python_soext}$//"`
gubbins-2.4.1/m4/ax_python_devel.m4-221-
##############################################
gubbins-2.4.1/m4/ax_python_devel.m4-229-			# use the official shared library
gubbins-2.4.1/m4/ax_python_devel.m4:230:			ac_python_library=`echo "$ac_python_library" | sed "s/^lib//"`
gubbins-2.4.1/m4/ax_python_devel.m4-231-			PYTHON_LDFLAGS="-L$ac_python_libdir -l$ac_python_library"