===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
dwdiff-2.1.3/configure-130-		do
dwdiff-2.1.3/configure:131:			[ -n "`eval echo \\${option_${INSTALLDIR}}`" ] && replace_default "${INSTALLDIR}" "`eval echo \\${option_${INSTALLDIR}}`"
dwdiff-2.1.3/configure-132-		done
##############################################
dwdiff-2.1.3/configure-412-do
dwdiff-2.1.3/configure:413:	_name=`echo "${_switch}" | sed -e 's/^[+-]//' -e 's/-/_/g'`
dwdiff-2.1.3/configure-414-	_pm="${_switch%%[!-+]*}"
##############################################
dwdiff-2.1.3/configure-420-done
dwdiff-2.1.3/configure:421:_SWITCHES=`echo " ${SWITCHES}" | sed 's/ [+-]/ /g'`
dwdiff-2.1.3/configure-422-
##############################################
dwdiff-2.1.3/configure-481-			then
dwdiff-2.1.3/configure:482:				[ -z "${CC}" ] && CC="`"${LIBTOOL}" --config | grep '^CC' | tail -n1 | sed 's/.*"\([^"]\+\)".*/\1/'`"
dwdiff-2.1.3/configure:483:				[ -z "${CXX}" ] && CXX="`"${LIBTOOL}" --tag=CXX --config | grep '^CC' | tail -n1 | sed 's/.*"\([^"]\+\)".*/\1/'`"
dwdiff-2.1.3/configure-484-			else
##############################################
dwdiff-2.1.3/configure-504-					--${_option}=*)
dwdiff-2.1.3/configure:505:						_name=`echo "${_option}" | sed 's/-/_/g'`
dwdiff-2.1.3/configure-506-						_value="${PARAM#*=}"
##############################################
dwdiff-2.1.3/configure-520-					--with-${_switch})
dwdiff-2.1.3/configure:521:						_name=`echo "${_switch}" | sed 's/-/_/g'`
dwdiff-2.1.3/configure-522-						eval with_${_name}="yes"
##############################################
dwdiff-2.1.3/configure-526-					--without-${_switch})
dwdiff-2.1.3/configure:527:						_name=`echo "${_switch}" | sed 's/-/_/g'`
dwdiff-2.1.3/configure-528-						eval with_${_name}="no"
##############################################
dwdiff-2.1.3/install.sh-42-		-m*)
dwdiff-2.1.3/install.sh:43:			mode=`echo "$1" | sed 's/^-m//'`
dwdiff-2.1.3/install.sh-44-			;;
##############################################
dwdiff-2.1.3/install.sh-49-		-o*)
dwdiff-2.1.3/install.sh:50:			owner=`echo "$1" | sed 's/^-o//'`
dwdiff-2.1.3/install.sh-51-			;;
##############################################
dwdiff-2.1.3/install.sh-56-		-g*)
dwdiff-2.1.3/install.sh:57:			group=`echo "$1" | sed 's/^-g//'`
dwdiff-2.1.3/install.sh-58-			;;
##############################################
dwdiff-2.1.3/install.sh-81-			firstDir="$1"
dwdiff-2.1.3/install.sh:82:			testDir=`dirname "$1"`
dwdiff-2.1.3/install.sh-83-			while [ ! -d "${testDir}" ] ; do
dwdiff-2.1.3/install.sh-84-				firstDir="${testDir}"
dwdiff-2.1.3/install.sh:85:				testDir=`dirname "${firstDir}"`
dwdiff-2.1.3/install.sh-86-			done
##############################################
dwdiff-2.1.3/install.sh-159-	do
dwdiff-2.1.3/install.sh:160:		install_file "$1" "${dest}/`basename \"$1\"`"
dwdiff-2.1.3/install.sh-161-		shift
##############################################
dwdiff-2.1.3/debian/patches/cross.patch-22--				test_link "functions in libicu" ICUFLAGS="\`pkg-config --cflags icu-uc\`" ICULIBS="\`pkg-config --libs icu-uc\`"
dwdiff-2.1.3/debian/patches/cross.patch:23:+				test_link "functions in libicu" ICUFLAGS="\`$PKG_CONFIG --cflags icu-uc\`" ICULIBS="\`$PKG_CONFIG --libs icu-uc\`"
dwdiff-2.1.3/debian/patches/cross.patch-24- 			}
##############################################
dwdiff-2.1.3/debian/patches/cross.patch-31--		ICULIBS="\`pkg-config --libs icu-uc\`"
dwdiff-2.1.3/debian/patches/cross.patch:32:+		ICUFLAGS="-DUSE_UNICODE \`$PKG_CONFIG --cflags icu-uc\`"
dwdiff-2.1.3/debian/patches/cross.patch:33:+		ICULIBS="\`$PKG_CONFIG --libs icu-uc\`"
dwdiff-2.1.3/debian/patches/cross.patch-34- 		if checkfunction "nl_langinfo" "nl_langinfo(CODESET);" "<langinfo.h>" ; then
##############################################
dwdiff-2.1.3/config.pkg-159-				clean .config.o
dwdiff-2.1.3/config.pkg:160:				test_link "functions in libicu" ICUFLAGS="\`$PKG_CONFIG --cflags icu-uc\`" ICULIBS="\`$PKG_CONFIG --libs icu-uc\`"
dwdiff-2.1.3/config.pkg-161-			}
##############################################
dwdiff-2.1.3/config.pkg-166-
dwdiff-2.1.3/config.pkg:167:		ICUFLAGS="-DUSE_UNICODE \`$PKG_CONFIG --cflags icu-uc\`"
dwdiff-2.1.3/config.pkg:168:		ICULIBS="\`$PKG_CONFIG --libs icu-uc\`"
dwdiff-2.1.3/config.pkg-169-		if checkfunction "nl_langinfo" "nl_langinfo(CODESET);" "<langinfo.h>" ; then