===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tilde-1.1.2/configure-130-		do
tilde-1.1.2/configure:131:			[ -n "`eval echo \\${option_${INSTALLDIR}}`" ] && replace_default "${INSTALLDIR}" "`eval echo \\${option_${INSTALLDIR}}`"
tilde-1.1.2/configure-132-		done
##############################################
tilde-1.1.2/configure-406-	if [ $# -ge 3 ] ; then
tilde-1.1.2/configure:407:		if $3 "$PKGNAME pkg-config compile" "TESTFLAGS=\`${PKG_CONFIG} --cflags $PKGNAME\`" "TESTLIBS=\`${PKG_CONFIG} --libs $PKGNAME\`" 2>>config.log ; then
tilde-1.1.2/configure:408:			eval "${2}_FLAGS"="\"\\\`${PKG_CONFIG} --cflags $PKGNAME\\\`\""
tilde-1.1.2/configure:409:			eval "${2}_LIBS"="\"\\\`${PKG_CONFIG} --libs $PKGNAME\\\`\""
tilde-1.1.2/configure:410:		elif $3 "$PKGNAME pkg-config --define-prefix compile" "TESTFLAGS=\`${PKG_CONFIG} --define-prefix --cflags $PKGNAME\`" "TESTLIBS=\`${PKG_CONFIG} --define-prefix --libs $PKGNAME\`" 2>>config.log ; then
tilde-1.1.2/configure:411:			eval "${2}_FLAGS"="\"\\\`${PKG_CONFIG} --define-prefix --cflags $PKGNAME\\\`\""
tilde-1.1.2/configure:412:			eval "${2}_LIBS"="\"\\\`${PKG_CONFIG} --define-prefix --libs $PKGNAME\\\`\""
tilde-1.1.2/configure-413-		else
##############################################
tilde-1.1.2/configure-591-do
tilde-1.1.2/configure:592:	_name=`echo "${_switch}" | sed -e 's/^[+-]//' -e 's/-/_/g'`
tilde-1.1.2/configure-593-	_pm="${_switch%%[!-+]*}"
##############################################
tilde-1.1.2/configure-599-done
tilde-1.1.2/configure:600:_SWITCHES=`echo " ${SWITCHES}" | sed 's/ [+-]/ /g'`
tilde-1.1.2/configure-601-
##############################################
tilde-1.1.2/configure-660-			then
tilde-1.1.2/configure:661:				[ -z "${CC}" ] && CC="`"${LIBTOOL}" --config | grep '^CC' | tail -n1 | sed 's/.*"\([^"]\+\)".*/\1/'`"
tilde-1.1.2/configure:662:				[ -z "${CXX}" ] && CXX="`"${LIBTOOL}" --tag=CXX --config | grep '^CC' | tail -n1 | sed 's/.*"\([^"]\+\)".*/\1/'`"
tilde-1.1.2/configure-663-			else
##############################################
tilde-1.1.2/configure-683-					--${_option}=*)
tilde-1.1.2/configure:684:						_name=`echo "${_option}" | sed 's/-/_/g'`
tilde-1.1.2/configure-685-						_value="${PARAM#*=}"
##############################################
tilde-1.1.2/configure-699-					--with-${_switch})
tilde-1.1.2/configure:700:						_name=`echo "${_switch}" | sed 's/-/_/g'`
tilde-1.1.2/configure-701-						eval with_${_name}="yes"
##############################################
tilde-1.1.2/configure-705-					--without-${_switch})
tilde-1.1.2/configure:706:						_name=`echo "${_switch}" | sed 's/-/_/g'`
tilde-1.1.2/configure-707-						eval with_${_name}="no"
##############################################
tilde-1.1.2/install.sh-42-		-m*)
tilde-1.1.2/install.sh:43:			mode=`echo "$1" | sed 's/^-m//'`
tilde-1.1.2/install.sh-44-			;;
##############################################
tilde-1.1.2/install.sh-49-		-o*)
tilde-1.1.2/install.sh:50:			owner=`echo "$1" | sed 's/^-o//'`
tilde-1.1.2/install.sh-51-			;;
##############################################
tilde-1.1.2/install.sh-56-		-g*)
tilde-1.1.2/install.sh:57:			group=`echo "$1" | sed 's/^-g//'`
tilde-1.1.2/install.sh-58-			;;
##############################################
tilde-1.1.2/install.sh-81-			firstDir="$1"
tilde-1.1.2/install.sh:82:			testDir=`dirname "$1"`
tilde-1.1.2/install.sh-83-			while [ ! -d "${testDir}" ] ; do
tilde-1.1.2/install.sh-84-				firstDir="${testDir}"
tilde-1.1.2/install.sh:85:				testDir=`dirname "${firstDir}"`
tilde-1.1.2/install.sh-86-			done
##############################################
tilde-1.1.2/install.sh-159-	do
tilde-1.1.2/install.sh:160:		install_file "$1" "${dest}/`basename \"$1\"`"
tilde-1.1.2/install.sh-161-		shift