===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
termdebug-2.2+dfsg/configure-129-		do
termdebug-2.2+dfsg/configure:130:			[ -n "`eval echo \\${option_${INSTALLDIR}}`" ] && replace_default "${INSTALLDIR}" "`eval echo \\${option_${INSTALLDIR}}`"
termdebug-2.2+dfsg/configure-131-		done
##############################################
termdebug-2.2+dfsg/configure-315-	if [ $# -ge 3 ] ; then
termdebug-2.2+dfsg/configure:316:		if $3 "$PKGNAME pkg-config compile" "TESTFLAGS=\`pkg-config --cflags $PKGNAME\`" "TESTLIBS=\`pkg-config --libs $PKGNAME\`" 2>>config.log ; then
termdebug-2.2+dfsg/configure:317:			eval "${2}_FLAGS"="\"\\\`pkg-config --cflags $PKGNAME\\\`\""
termdebug-2.2+dfsg/configure:318:			eval "${2}_LIBS"="\"\\\`pkg-config --libs $PKGNAME\\\`\""
termdebug-2.2+dfsg/configure-319-		else
##############################################
termdebug-2.2+dfsg/configure-354-do
termdebug-2.2+dfsg/configure:355:	_name=`echo "${_switch}" | sed -e 's/^[+-]//' -e 's/-/_/g'`
termdebug-2.2+dfsg/configure-356-	_pm="${_switch%%[!-+]*}"
##############################################
termdebug-2.2+dfsg/configure-362-done
termdebug-2.2+dfsg/configure:363:_SWITCHES=`echo " ${SWITCHES}" | sed 's/ [+-]/ /g'`
termdebug-2.2+dfsg/configure-364-
##############################################
termdebug-2.2+dfsg/configure-427-					--${_option}=*)
termdebug-2.2+dfsg/configure:428:						_name=`echo "${_option}" | sed 's/-/_/g'`
termdebug-2.2+dfsg/configure-429-						_value="${PARAM#*=}"
##############################################
termdebug-2.2+dfsg/configure-443-					--with-${_switch})
termdebug-2.2+dfsg/configure:444:						_name=`echo "${_switch}" | sed 's/-/_/g'`
termdebug-2.2+dfsg/configure-445-						eval with_${_name}="yes"
##############################################
termdebug-2.2+dfsg/configure-449-					--without-${_switch})
termdebug-2.2+dfsg/configure:450:						_name=`echo "${_switch}" | sed 's/-/_/g'`
termdebug-2.2+dfsg/configure-451-						eval with_${_name}="no"
##############################################
termdebug-2.2+dfsg/install.sh-42-		-m*)
termdebug-2.2+dfsg/install.sh:43:			mode=`echo "$1" | sed 's/^-m//'`
termdebug-2.2+dfsg/install.sh-44-			;;
##############################################
termdebug-2.2+dfsg/install.sh-49-		-o*)
termdebug-2.2+dfsg/install.sh:50:			owner=`echo "$1" | sed 's/^-o//'`
termdebug-2.2+dfsg/install.sh-51-			;;
##############################################
termdebug-2.2+dfsg/install.sh-56-		-g*)
termdebug-2.2+dfsg/install.sh:57:			group=`echo "$1" | sed 's/^-g//'`
termdebug-2.2+dfsg/install.sh-58-			;;
##############################################
termdebug-2.2+dfsg/install.sh-81-			firstDir="$1"
termdebug-2.2+dfsg/install.sh:82:			testDir=`dirname "$1"`
termdebug-2.2+dfsg/install.sh-83-			while [ ! -d "${testDir}" ] ; do
termdebug-2.2+dfsg/install.sh-84-				firstDir="${testDir}"
termdebug-2.2+dfsg/install.sh:85:				testDir=`dirname "${firstDir}"`
termdebug-2.2+dfsg/install.sh-86-			done
##############################################
termdebug-2.2+dfsg/install.sh-159-	do
termdebug-2.2+dfsg/install.sh:160:		install_file "$1" "${dest}/`basename \"$1\"`"
termdebug-2.2+dfsg/install.sh-161-		shift