===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fosfat-0.4.0-13-ged091bb/configure-345-    err=1
fosfat-0.4.0-13-ged091bb/configure:346:    if `which "$config" 1>/dev/null 2>&1`; then
fosfat-0.4.0-13-ged091bb/configure:347:      cflags=`$config $ccflags`
fosfat-0.4.0-13-ged091bb/configure-348-      [ -n "$cflags" ] && check_cflags "$cflags"
fosfat-0.4.0-13-ged091bb/configure:349:      libs=`$config $clibs`
fosfat-0.4.0-13-ged091bb/configure-350-      if [ -n "$libs" ]; then
##############################################
fosfat-0.4.0-13-ged091bb/configure-368-    if `which pkg-config 1>/dev/null 2>&1`; then
fosfat-0.4.0-13-ged091bb/configure:369:      cflags=`pkg-config $pkg $ccflags`
fosfat-0.4.0-13-ged091bb/configure-370-      [ -n "$cflags" ] && check_cflags "$cflags"
fosfat-0.4.0-13-ged091bb/configure:371:      libs=`pkg-config $pkg $clibs`
fosfat-0.4.0-13-ged091bb/configure-372-      if [ -n "$libs" ]; then
##############################################
fosfat-0.4.0-13-ged091bb/configure-448-    if `which pkg-config 1>/dev/null 2>&1`; then
fosfat-0.4.0-13-ged091bb/configure:449:      add_cflags `pkg-config "$1" --cflags 2>>$logfile`
fosfat-0.4.0-13-ged091bb/configure:450:      add_extralibs `pkg-config "$1" --libs 2>>$logfile`
fosfat-0.4.0-13-ged091bb/configure-451-    fi
##############################################
fosfat-0.4.0-13-ged091bb/configure-616-if enabled cross_compile; then
fosfat-0.4.0-13-ged091bb/configure:617:  arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
fosfat-0.4.0-13-ged091bb/configure-618-fi
##############################################
fosfat-0.4.0-13-ged091bb/configure-625-    arch="x86_32"
fosfat-0.4.0-13-ged091bb/configure:626:    canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
fosfat-0.4.0-13-ged091bb/configure-627-    if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
fosfat-0.4.0-13-ged091bb/configure:628:      if [ -z "`echo $CFLAGS | grep -- -m32`"  ]; then
fosfat-0.4.0-13-ged091bb/configure-629-        arch="x86_64"
##############################################
fosfat-0.4.0-13-ged091bb/configure-764-
fosfat-0.4.0-13-ged091bb/configure:765:if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
fosfat-0.4.0-13-ged091bb/configure-766-  dylib="yes"
##############################################
fosfat-0.4.0-13-ged091bb/configure-771-mingw32="no"
fosfat-0.4.0-13-ged091bb/configure:772:if test -n "`$cc -v 2>&1 | grep version | grep mingw`" \
fosfat-0.4.0-13-ged091bb/configure:773:     -o -n "`$cc -v 2>&1 | grep Target  | grep mingw`"; then
fosfat-0.4.0-13-ged091bb/configure-774-  mingw32="yes"
##############################################
fosfat-0.4.0-13-ged091bb/configure-853-elif enabled optimize; then
fosfat-0.4.0-13-ged091bb/configure:854:  if test -n "`$cc -v 2>&1 | grep xlc`"; then
fosfat-0.4.0-13-ged091bb/configure-855-    add_cflags  "-O5"
##############################################
fosfat-0.4.0-13-ged091bb/configure-905-# Add all extralibs provided by the pkgconfig files
fosfat-0.4.0-13-ged091bb/configure:906:[ -n "$pkgconfig_requires" ] && add_extralibs `pkg-config $pkgconfig_requires --libs`
fosfat-0.4.0-13-ged091bb/configure-907-
##############################################
fosfat-0.4.0-13-ged091bb/fosmount/Makefile-53-	for m in $(MANS); do \
fosfat-0.4.0-13-ged091bb/fosmount/Makefile:54:	  section=`echo $$m | sed -e 's/^.*\\.//'`; \
fosfat-0.4.0-13-ged091bb/fosmount/Makefile-55-	  $(INSTALL) -d $(mandir)/man$$section; \
##############################################
fosfat-0.4.0-13-ged091bb/fosmount/Makefile-65-	for m in $(MANS); do \
fosfat-0.4.0-13-ged091bb/fosmount/Makefile:66:	  section=`echo $$m | sed -e 's/^.*\\.//'`; \
fosfat-0.4.0-13-ged091bb/fosmount/Makefile-67-	  rm -f $(mandir)/man$$section/$$m; \
##############################################
fosfat-0.4.0-13-ged091bb/tools/Makefile-78-	for m in $(MANS); do \
fosfat-0.4.0-13-ged091bb/tools/Makefile:79:	  section=`echo $$m | sed -e 's/^.*\\.//'`; \
fosfat-0.4.0-13-ged091bb/tools/Makefile-80-	  $(INSTALL) -d $(mandir)/man$$section; \
##############################################
fosfat-0.4.0-13-ged091bb/tools/Makefile-92-	for m in $(MANS); do \
fosfat-0.4.0-13-ged091bb/tools/Makefile:93:	  section=`echo $$m | sed -e 's/^.*\\.//'`; \
fosfat-0.4.0-13-ged091bb/tools/Makefile-94-	  rm -f $(mandir)/man$$section/$$m; \