===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
systemd-bootchart-233/m4/attributes.m4-45-          [eval "AS_TR_SH([cc_save_$2])='${$2}'"
systemd-bootchart-233/m4/attributes.m4:46:           eval "AS_TR_SH([$2])='${cc_save_$2} -Werror `echo "$3" | sed 's/^-Wno-/-W/'`'"
systemd-bootchart-233/m4/attributes.m4-47-           AC_LINK_IFELSE([AC_LANG_SOURCE(ifelse([$4], [],
##############################################
systemd-bootchart-233/m4/ax_normalize_path.m4-105-# strip trailing slashes
systemd-bootchart-233/m4/ax_normalize_path.m4:106:  :*[[\\/]]:) $1=`echo "[$]$1" | sed 's,[[\\/]]*[$],,'` ;;
systemd-bootchart-233/m4/ax_normalize_path.m4-107-  :*:) ;;
##############################################
systemd-bootchart-233/m4/ax_normalize_path.m4-111-# if the path contains any backslashes, turn slashes into backslashes
systemd-bootchart-233/m4/ax_normalize_path.m4:112: *\\*) $1=`echo "[$]$1" | sed 's,\(.\)[[\\/]][[\\/]]*,\1\\\\,g'` ;;
systemd-bootchart-233/m4/ax_normalize_path.m4-113-# if the path contains slashes, also turn backslashes into slashes
systemd-bootchart-233/m4/ax_normalize_path.m4:114: *) $1=`echo "[$]$1" | sed 's,\(.\)[[\\/]][[\\/]]*,\1/,g'` ;;
systemd-bootchart-233/m4/ax_normalize_path.m4-115-esac])