===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hydra-9.1/configure-82-    if [ "X" = "X$PREFIX" ]; then
hydra-9.1/configure:83:  	  PREFIX_TMP=`echo "$1"|sed 's/.*--prefix=//'`
hydra-9.1/configure-84-	  if [ "$PREFIX_TMP" != "$1" ]; then
##############################################
hydra-9.1/configure-88-    if [ "X" = "X$NOSTRIP" ]; then
hydra-9.1/configure:89:  	  NOSTRIP_TMP=`echo "$1"|sed 's/.*--nostrip//'`
hydra-9.1/configure-90-	  if [ -z "$NOSTRIP_TMP" ]; then
##############################################
hydra-9.1/configure-94-    if [ "X" = "X$FHS" ]; then
hydra-9.1/configure:95:  	  FHS_TMP=`echo "$1"|sed 's/.*--fhs//'`
hydra-9.1/configure-96-	  if [ -z "$FHS_TMP" ]; then
##############################################
hydra-9.1/configure-100-    if [ "X" = "X$DEBUG" ]; then
hydra-9.1/configure:101:  	  DEBUG_TMP=`echo "$1"|sed 's/.*--debug//'`
hydra-9.1/configure-102-	  if [ -z "$DEBUG_TMP" ]; then
##############################################
hydra-9.1/configure-106-    if [ "X" = "X$XHYDRA_SUPPORT" ]; then
hydra-9.1/configure:107:       XHYDRA_SUPPORT_TMP=`echo "$1"|sed 's/.*--disable-xhydra//'`
hydra-9.1/configure-108-       if [ -z "$XHYDRA_SUPPORT_TMP" ]; then
##############################################
hydra-9.1/configure-112-    if [ "X" = "X$WORACLE_PATH" ]; then
hydra-9.1/configure:113:  	  WORACLE_PATH_TMP=`echo "$1"|sed 's/.*--with-oracle=//'`
hydra-9.1/configure-114-	  if [ "$WORACLE_PATH_TMP" != "$1" ]; then
##############################################
hydra-9.1/configure-118-    if [ "X" = "X$WORACLE_LIB_PATH" ]; then
hydra-9.1/configure:119:  	  WORACLE_LIB_PATH_TMP=`echo "$1"|sed 's/.*--with-oracle-lib=//'`
hydra-9.1/configure-120-	  if [ "$WORACLE_LIB_PATH_TMP" != "$1" ]; then
##############################################
hydra-9.1/configure-205-    if [ "X" = "X$SSL_PATH" ]; then
hydra-9.1/configure:206:        TMP_LIB=`/bin/ls $i/libssl.so* /bin/cygssl*.dll 2> /dev/null | grep ssl`
hydra-9.1/configure-207-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-216-    if [ "X" = "X$CRYPTO_PATH" ]; then
hydra-9.1/configure:217:        TMP_LIB=`/bin/ls $i/libcrypto.so* /bin/cygcrypto*.dll 2> /dev/null | grep crypto`
hydra-9.1/configure-218-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-227-      SSL_PATH="$i"
hydra-9.1/configure:228:      SSLNEW=`grep SHA256_CTX $i/openssl/sha.h 2> /dev/null`
hydra-9.1/configure-229-else
##############################################
hydra-9.1/configure-234-            SSL_IPATH="$i"
hydra-9.1/configure:235:            SSLNEW=`grep SHA256_CTX $i/openssl/sha.h 2> /dev/null`
hydra-9.1/configure-236-        fi
##############################################
hydra-9.1/configure-277-    if [ "X" = "X$GPGERROR_IPATH" ]; then
hydra-9.1/configure:278:        TMP_PATH=`/bin/ls $i/$SYSM*/gpg-error.h 2> /dev/null`
hydra-9.1/configure-279-        if [ -n "$TMP_PATH" ]; then
##############################################
hydra-9.1/configure-303-    if [ "X" = "X$IDN_PATH" ]; then
hydra-9.1/configure:304:        TMP_LIB=`/bin/ls $i/libidn.so* /bin/libidn*.dll 2> /dev/null | grep ssl`
hydra-9.1/configure-305-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-345-    if [ "X" = "X$CURSES_PATH" ]; then
hydra-9.1/configure:346:        TMP_LIB=`/bin/ls $i/libcurses.so.* 2> /dev/null | grep curses.`
hydra-9.1/configure-347-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-351-    if [ "X" = "X$CURSES_PATH" ]; then
hydra-9.1/configure:352:        TMP_LIB=`/bin/ls $i/libcurses.dll* 2> /dev/null | grep curses.`
hydra-9.1/configure-353-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-388-    if [ "X" = "X$PCRE_PATH" ]; then
hydra-9.1/configure:389:        TMP_LIB=`/bin/ls $i/libpcre.so* 2> /dev/null | grep libpcre.`
hydra-9.1/configure-390-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-394-    if [ "X" = "X$PCRE_PATH" ]; then
hydra-9.1/configure:395:        TMP_LIB=`/bin/ls $i/libpcre.dll* 2> /dev/null | grep libpcre.`
hydra-9.1/configure-396-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-433-    if [ "X" = "X$POSTGRES_PATH" ]; then
hydra-9.1/configure:434:        TMP_LIB=`/bin/ls $i/libpq.so* 2> /dev/null | grep pq`
hydra-9.1/configure-435-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-439-    if [ "X" = "X$POSTGRES_PATH" ]; then
hydra-9.1/configure:440:        TMP_LIB=`/bin/ls $i/libpq.dll* 2> /dev/null | grep pq`
hydra-9.1/configure-441-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-529-    if [ "X" = "X$SVN_PATH" ]; then
hydra-9.1/configure:530:        TMP_LIB1=`/bin/ls $i/libsvn_client*.so* 2> /dev/null | grep libsvn_client.`
hydra-9.1/configure-531-        if [ -n "$TMP_LIB1" ]; then
##############################################
hydra-9.1/configure-535-    if [ "X" = "X$APR_PATH" ]; then   
hydra-9.1/configure:536:        TMP_LIB2=`/bin/ls $i/libapr-1*.so* 2> /dev/null | grep libsvn_client.`
hydra-9.1/configure:537:        TMP_LIB3=`/bin/ls $i/libaprutil-1*.so* 2> /dev/null | grep libsvn_client.`
hydra-9.1/configure-538-        if [ -n "$TMP_LIB2" -a -n "$TMP_LIB3" ]; then
##############################################
hydra-9.1/configure-542-    if [ "X" = "X$SVN_PATH" ]; then
hydra-9.1/configure:543:        TMP_LIB1=`/bin/ls $i/libsvn_client*.dll* 2> /dev/null | grep libsvn_client.`
hydra-9.1/configure-544-        if [ -n "$TMP_LIB1" ]; then
##############################################
hydra-9.1/configure-548-    if [ "X" = "X$APR_PATH" ]; then   
hydra-9.1/configure:549:        TMP_LIB2=`/bin/ls $i/libapr-1*.dll* 2> /dev/null | grep libsvn_client.`
hydra-9.1/configure:550:        TMP_LIB3=`/bin/ls $i/libaprutil-1*.dll* 2> /dev/null | grep libsvn_client.`
hydra-9.1/configure-551-        if [ -n "$TMP_LIB2" -a -n "$TMP_LIB3" ]; then
##############################################
hydra-9.1/configure-614-    if [ "X" = "X$FIREBIRD_PATH" ]; then
hydra-9.1/configure:615:        TMP_LIB=`/bin/ls $i/libfbclient.so.* 2> /dev/null | grep libfbclient.`
hydra-9.1/configure-616-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-620-    if [ "X" = "X$FIREBIRD_PATH" ]; then
hydra-9.1/configure:621:        TMP_LIB=`/bin/ls $i/libfbclient.dll* 2> /dev/null | grep libfbclient.`
hydra-9.1/configure-622-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-657-    if [ "X" = "X$MYSQL_PATH" ]; then
hydra-9.1/configure:658:        TMP_LIB=`/bin/ls $i/libmysqlclient.so.* 2> /dev/null | grep libmysqlclient.`
hydra-9.1/configure-659-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-663-    if [ "X" = "X$MYSQL_PATH" ]; then
hydra-9.1/configure:664:        TMP_LIB=`/bin/ls $i/libmysqlclient.dll* 2> /dev/null | grep libmysqlclient.`
hydra-9.1/configure-665-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-706-    if [ "X" = "X$AFP_PATH" ]; then
hydra-9.1/configure:707:        TMP_LIB=`/bin/ls $i/libafpclient.so.* 2> /dev/null | grep libafpclient.`
hydra-9.1/configure-708-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-712-    if [ "X" = "X$AFP_PATH" ]; then
hydra-9.1/configure:713:        TMP_LIB=`/bin/ls $i/libafpclient.dll* 2> /dev/null | grep libafpclient.`
hydra-9.1/configure-714-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-746-    if [ "X" = "X$NCP_PATH" ]; then
hydra-9.1/configure:747:        TMP_LIB=`/bin/ls $i/libncp.so.* 2> /dev/null | grep ncp.`
hydra-9.1/configure-748-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-752-    if [ "X" = "X$NCP_PATH" ]; then
hydra-9.1/configure:753:        TMP_LIB=`/bin/ls $i/libncp.dll* 2> /dev/null | grep ncp.`
hydra-9.1/configure-754-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-786-    if [ "X" = "X$SAPR3_PATH" ]; then
hydra-9.1/configure:787:        TMP_LIB=`/bin/ls $i/librfc.* $i/librfc32.* 2> /dev/null | grep librfc`
hydra-9.1/configure-788-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-828-    if [ "X" = "X$SSH_PATH" ]; then
hydra-9.1/configure:829:        TMP_LIB=`/bin/ls $i/libssh.so* 2> /dev/null | grep libssh.`
hydra-9.1/configure-830-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-834-    if [ "X" = "X$SSH_PATH" ]; then
hydra-9.1/configure:835:        TMP_LIB=`/bin/ls $i/libssh.dll* 2> /dev/null | grep libssh.`
hydra-9.1/configure-836-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-904-    if [ "X" = "X$ORACLE_PATH" ]; then
hydra-9.1/configure:905:        TMP_LIB=`/bin/ls $i/libocci.so.* 2> /dev/null | grep occi.`
hydra-9.1/configure-906-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-909-        if [ "X" != "X$ORACLE_PATH" ]; then
hydra-9.1/configure:910:          TMP_LIB=`/bin/ls $i/libclntsh.so.* 2> /dev/null | grep clntsh.`
hydra-9.1/configure-911-          if [ -z "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-916-    if [ "X" = "X$ORACLE_PATH" ]; then
hydra-9.1/configure:917:        TMP_LIB=`/bin/ls $i/oci.dll* 2> /dev/null | grep occi.`
hydra-9.1/configure-918-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-935-     if [ "X" = "X$LIBAIO" ]; then
hydra-9.1/configure:936:            TMP_LIB=`/bin/ls $i/libaio.so.* 2> /dev/null | grep aio.`
hydra-9.1/configure-937-            if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-939-            fi
hydra-9.1/configure:940:            TMP_LIB=`/bin/ls $i/libaio.dll* 2> /dev/null | grep aio.`
hydra-9.1/configure-941-            if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-980-    if [ "X" = "X$MCACHED_PATH" ]; then
hydra-9.1/configure:981:        TMP_LIB=`/bin/ls $i/libmemcached.so* 2> /dev/null | grep memcached`
hydra-9.1/configure-982-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-986-    if [ "X" = "X$MCACHED_PATH" ]; then
hydra-9.1/configure:987:        TMP_LIB=`/bin/ls $i/libmemcached.dll* 2> /dev/null | grep memcached`
hydra-9.1/configure-988-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1030-    if [ "X" = "X$FREERDP3_PATH" ]; then
hydra-9.1/configure:1031:        TMP_LIB=`/bin/ls $i/libfreerdp3*.so* 2> /dev/null | grep libfreerdp3`
hydra-9.1/configure-1032-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1056-    if [ "X" = "X$WINPR3_PATH" ]; then
hydra-9.1/configure:1057:        TMP_LIB=`/bin/ls $i/libwinpr3.dll.a 2> /dev/null | grep winpr`
hydra-9.1/configure-1058-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1103-        if [ "X" = "X$FREERDP2_PATH" ]; then
hydra-9.1/configure:1104:            TMP_LIB=`/bin/ls $i/libfreerdp2*.so* 2> /dev/null | grep libfreerdp2`
hydra-9.1/configure-1105-            if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1129-        if [ "X" = "X$WINPR2_PATH" ]; then
hydra-9.1/configure:1130:            TMP_LIB=`/bin/ls $i/libwinpr2.dll.a 2> /dev/null | grep winpr`
hydra-9.1/configure-1131-            if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1176-    if [ "X" = "X$MONGODB_PATH" ]; then
hydra-9.1/configure:1177:        TMP_LIB=`/bin/ls $i/libmongoc-*.so* 2> /dev/null | grep mongoc`
hydra-9.1/configure-1178-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1182-    if [ "X" = "X$MONGODB_PATH" ]; then
hydra-9.1/configure:1183:        TMP_LIB=`/bin/ls $i/libmongoc.dll* 2> /dev/null | grep mongoc`
hydra-9.1/configure-1184-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1211-    if [ "X" = "X$BSON_PATH" ]; then
hydra-9.1/configure:1212:        TMP_LIB=`/bin/ls $i/libbson-*.so* 2> /dev/null | grep mongoc`
hydra-9.1/configure-1213-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1217-    if [ "X" = "X$BSON_PATH" ]; then
hydra-9.1/configure:1218:        TMP_LIB=`/bin/ls $i/libbson.dll* 2> /dev/null | grep mongoc`
hydra-9.1/configure-1219-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1266-    if [ "X" = "X$SMBC_PATH" ]; then
hydra-9.1/configure:1267:        TMP_LIB=`/bin/ls $i/libsmbclient.so* 2> /dev/null | grep smbclient`
hydra-9.1/configure-1268-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/configure-1272-    if [ "X" = "X$SMBC_PATH" ]; then
hydra-9.1/configure:1273:        TMP_LIB=`/bin/ls $i/libsmbclient.dll* 2> /dev/null | grep smbclient`
hydra-9.1/configure-1274-        if [ -n "$TMP_LIB" ]; then
##############################################
hydra-9.1/hydra-gtk/Makefile.in-144-	dot_seen=no; \
hydra-9.1/hydra-gtk/Makefile.in:145:	target=`echo $@ | sed s/-recursive//`; \
hydra-9.1/hydra-gtk/Makefile.in-146-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
hydra-9.1/hydra-gtk/Makefile.in-169-	test "$$dot_seen" = "no" && rev=". $$rev"; \
hydra-9.1/hydra-gtk/Makefile.in:170:	target=`echo $@ | sed s/-recursive//`; \
hydra-9.1/hydra-gtk/Makefile.in-171-	for subdir in $$rev; do \
##############################################
hydra-9.1/hydra-gtk/Makefile.in-230-	mkdir $(distdir)/=inst
hydra-9.1/hydra-gtk/Makefile.in:231:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
hydra-9.1/hydra-gtk/Makefile.in-232-	cd $(distdir)/=build \
##############################################
hydra-9.1/hydra-gtk/Makefile.in-241-	@banner="$(distdir).tar.gz is ready for distribution"; \
hydra-9.1/hydra-gtk/Makefile.in:242:	dashes=`echo "$$banner" | sed s/./=/g`; \
hydra-9.1/hydra-gtk/Makefile.in-243-	echo "$$dashes"; \
##############################################
hydra-9.1/hydra-gtk/Makefile.in-257-	-chmod 777 $(distdir)
hydra-9.1/hydra-gtk/Makefile.in:258:	here=`cd $(top_builddir) && pwd`; \
hydra-9.1/hydra-gtk/Makefile.in:259:	top_distdir=`cd $(distdir) && pwd`; \
hydra-9.1/hydra-gtk/Makefile.in:260:	distdir=`cd $(distdir) && pwd`; \
hydra-9.1/hydra-gtk/Makefile.in-261-	cd $(top_srcdir) \
##############################################
hydra-9.1/hydra-gtk/aclocal.m4-29-dnl test to see if srcdir already configured
hydra-9.1/hydra-gtk/aclocal.m4:30:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
hydra-9.1/hydra-gtk/aclocal.m4-31-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
hydra-9.1/hydra-gtk/aclocal.m4-38-dnl FIXME This is truly gross.
hydra-9.1/hydra-gtk/aclocal.m4:39:missing_dir=`cd $ac_aux_dir && pwd`
hydra-9.1/hydra-gtk/aclocal.m4-40-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
##############################################
hydra-9.1/hydra-gtk/aclocal.m4-90-if (
hydra-9.1/hydra-gtk/aclocal.m4:91:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
hydra-9.1/hydra-gtk/aclocal.m4-92-   if test "[$]*" = "X"; then
hydra-9.1/hydra-gtk/aclocal.m4-93-      # -L didn't work.
hydra-9.1/hydra-gtk/aclocal.m4:94:      set X `ls -t $srcdir/configure conftestfile`
hydra-9.1/hydra-gtk/aclocal.m4-95-   fi
##############################################
hydra-9.1/hydra-gtk/aclocal.m4-150-  *" <<$>>am_file "*<<)>>
hydra-9.1/hydra-gtk/aclocal.m4:151:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
hydra-9.1/hydra-gtk/aclocal.m4-152-    ;;
hydra-9.1/hydra-gtk/aclocal.m4-153-  esac
hydra-9.1/hydra-gtk/aclocal.m4:154:  am_indx=`expr "<<$>>am_indx" + 1`
hydra-9.1/hydra-gtk/aclocal.m4-155-done<<>>dnl>>)
##############################################
hydra-9.1/hydra-gtk/aclocal.m4-331-            AC_MSG_CHECKING($1_CFLAGS)
hydra-9.1/hydra-gtk/aclocal.m4:332:            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
hydra-9.1/hydra-gtk/aclocal.m4-333-            AC_MSG_RESULT($$1_CFLAGS)
##############################################
hydra-9.1/hydra-gtk/aclocal.m4-335-            AC_MSG_CHECKING($1_LIBS)
hydra-9.1/hydra-gtk/aclocal.m4:336:            $1_LIBS=`$PKG_CONFIG --libs "$2"`
hydra-9.1/hydra-gtk/aclocal.m4-337-            AC_MSG_RESULT($$1_LIBS)
##############################################
hydra-9.1/hydra-gtk/aclocal.m4-342-            ## do set a variable so people can do so.
hydra-9.1/hydra-gtk/aclocal.m4:343:            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
hydra-9.1/hydra-gtk/aclocal.m4-344-            ifelse([$4], ,echo $$1_PKG_ERRORS,)
##############################################
hydra-9.1/hydra-gtk/autogen.sh-3-
hydra-9.1/hydra-gtk/autogen.sh:4:srcdir=`dirname $0`
hydra-9.1/hydra-gtk/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
hydra-9.1/hydra-gtk/autogen.sh-103-
hydra-9.1/hydra-gtk/autogen.sh:104:for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.in -print`
hydra-9.1/hydra-gtk/autogen.sh-105-do 
hydra-9.1/hydra-gtk/autogen.sh:106:  dr=`dirname $coin`
hydra-9.1/hydra-gtk/autogen.sh-107-  if test -f $dr/NO-AUTO-GEN; then
##############################################
hydra-9.1/hydra-gtk/configure-43-do
hydra-9.1/hydra-gtk/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
hydra-9.1/hydra-gtk/configure-45-    eval $as_var=C; export $as_var
##############################################
hydra-9.1/hydra-gtk/configure-101-  as_lineno_2=$LINENO
hydra-9.1/hydra-gtk/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hydra-9.1/hydra-gtk/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hydra-9.1/hydra-gtk/configure-140-  as_lineno_2=$LINENO
hydra-9.1/hydra-gtk/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hydra-9.1/hydra-gtk/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hydra-9.1/hydra-gtk/configure-325-
hydra-9.1/hydra-gtk/configure:326:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
hydra-9.1/hydra-gtk/configure-327-
##############################################
hydra-9.1/hydra-gtk/configure-358-  -disable-* | --disable-*)
hydra-9.1/hydra-gtk/configure:359:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
hydra-9.1/hydra-gtk/configure-360-    # Reject names that are not valid shell variable names.
##############################################
hydra-9.1/hydra-gtk/configure-363-   { (exit 1); exit 1; }; }
hydra-9.1/hydra-gtk/configure:364:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
hydra-9.1/hydra-gtk/configure-365-    eval "enable_$ac_feature=no" ;;
##############################################
hydra-9.1/hydra-gtk/configure-367-  -enable-* | --enable-*)
hydra-9.1/hydra-gtk/configure:368:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
hydra-9.1/hydra-gtk/configure-369-    # Reject names that are not valid shell variable names.
##############################################
hydra-9.1/hydra-gtk/configure-372-   { (exit 1); exit 1; }; }
hydra-9.1/hydra-gtk/configure:373:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
hydra-9.1/hydra-gtk/configure-374-    case $ac_option in
hydra-9.1/hydra-gtk/configure:375:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
hydra-9.1/hydra-gtk/configure-376-      *) ac_optarg=yes ;;
##############################################
hydra-9.1/hydra-gtk/configure-549-  -with-* | --with-*)
hydra-9.1/hydra-gtk/configure:550:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
hydra-9.1/hydra-gtk/configure-551-    # Reject names that are not valid shell variable names.
##############################################
hydra-9.1/hydra-gtk/configure-554-   { (exit 1); exit 1; }; }
hydra-9.1/hydra-gtk/configure:555:    ac_package=`echo $ac_package| sed 's/-/_/g'`
hydra-9.1/hydra-gtk/configure-556-    case $ac_option in
hydra-9.1/hydra-gtk/configure:557:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
hydra-9.1/hydra-gtk/configure-558-      *) ac_optarg=yes ;;
##############################################
hydra-9.1/hydra-gtk/configure-562-  -without-* | --without-*)
hydra-9.1/hydra-gtk/configure:563:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
hydra-9.1/hydra-gtk/configure-564-    # Reject names that are not valid shell variable names.
##############################################
hydra-9.1/hydra-gtk/configure-567-   { (exit 1); exit 1; }; }
hydra-9.1/hydra-gtk/configure:568:    ac_package=`echo $ac_package | sed 's/-/_/g'`
hydra-9.1/hydra-gtk/configure-569-    eval "with_$ac_package=no" ;;
##############################################
hydra-9.1/hydra-gtk/configure-594-  *=*)
hydra-9.1/hydra-gtk/configure:595:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
hydra-9.1/hydra-gtk/configure-596-    # Reject names that are not valid shell variable names.
##############################################
hydra-9.1/hydra-gtk/configure-599-   { (exit 1); exit 1; }; }
hydra-9.1/hydra-gtk/configure:600:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
hydra-9.1/hydra-gtk/configure-601-    eval "$ac_envvar='$ac_optarg'"
##############################################
hydra-9.1/hydra-gtk/configure-615-if test -n "$ac_prev"; then
hydra-9.1/hydra-gtk/configure:616:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
hydra-9.1/hydra-gtk/configure-617-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
hydra-9.1/hydra-gtk/configure-623-do
hydra-9.1/hydra-gtk/configure:624:  eval ac_val=$`echo $ac_var`
hydra-9.1/hydra-gtk/configure-625-  case $ac_val in
##############################################
hydra-9.1/hydra-gtk/configure-635-do
hydra-9.1/hydra-gtk/configure:636:  eval ac_val=$`echo $ac_var`
hydra-9.1/hydra-gtk/configure-637-  case $ac_val in
##############################################
hydra-9.1/hydra-gtk/configure-702-   { (exit 1); exit 1; }; }
hydra-9.1/hydra-gtk/configure:703:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
hydra-9.1/hydra-gtk/configure-704-ac_env_build_alias_set=${build_alias+set}
##############################################
hydra-9.1/hydra-gtk/configure-773-By default, \`make install' will install all the files in
hydra-9.1/hydra-gtk/configure:774:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
hydra-9.1/hydra-gtk/configure:775:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
hydra-9.1/hydra-gtk/configure-776-for instance \`--prefix=\$HOME'.
##############################################
hydra-9.1/hydra-gtk/configure-836-if test "$ac_dir" != .; then
hydra-9.1/hydra-gtk/configure:837:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hydra-9.1/hydra-gtk/configure-838-  # A "../" for each directory in $ac_dir_suffix.
hydra-9.1/hydra-gtk/configure:839:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hydra-9.1/hydra-gtk/configure-840-else
##############################################
hydra-9.1/hydra-gtk/configure-849-    else
hydra-9.1/hydra-gtk/configure:850:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hydra-9.1/hydra-gtk/configure-851-    fi ;;
##############################################
hydra-9.1/hydra-gtk/configure-1003-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
hydra-9.1/hydra-gtk/configure:1004:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
hydra-9.1/hydra-gtk/configure-1005-    esac
##############################################
hydra-9.1/hydra-gtk/configure-1075-    do
hydra-9.1/hydra-gtk/configure:1076:      eval ac_val=$`echo $ac_var`
hydra-9.1/hydra-gtk/configure-1077-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
hydra-9.1/hydra-gtk/configure-1089-      do
hydra-9.1/hydra-gtk/configure:1090:	eval ac_val=$`echo $ac_var`
hydra-9.1/hydra-gtk/configure-1091-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
hydra-9.1/hydra-gtk/configure-1196-    set,)
hydra-9.1/hydra-gtk/configure:1197:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
hydra-9.1/hydra-gtk/configure:1198:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
hydra-9.1/hydra-gtk/configure-1199-      ac_cache_corrupted=: ;;
##############################################
hydra-9.1/hydra-gtk/configure-1219-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
hydra-9.1/hydra-gtk/configure:1220:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
hydra-9.1/hydra-gtk/configure-1221-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
hydra-9.1/hydra-gtk/configure-1376-if (
hydra-9.1/hydra-gtk/configure:1377:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
hydra-9.1/hydra-gtk/configure-1378-   if test "$*" = "X"; then
hydra-9.1/hydra-gtk/configure-1379-      # -L didn't work.
hydra-9.1/hydra-gtk/configure:1380:      set X `ls -t $srcdir/configure conftestfile`
hydra-9.1/hydra-gtk/configure-1381-   fi
##############################################
hydra-9.1/hydra-gtk/configure-1420-_ACEOF
hydra-9.1/hydra-gtk/configure:1421:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
hydra-9.1/hydra-gtk/configure-1422-rm conftest.sed
##############################################
hydra-9.1/hydra-gtk/configure-1425-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
hydra-9.1/hydra-gtk/configure:1426:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
hydra-9.1/hydra-gtk/configure-1427-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
hydra-9.1/hydra-gtk/configure-1434-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
hydra-9.1/hydra-gtk/configure:1435:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
hydra-9.1/hydra-gtk/configure-1436-if test -n "$ac_maketemp"; then
##############################################
hydra-9.1/hydra-gtk/configure-1442-fi
hydra-9.1/hydra-gtk/configure:1443:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
hydra-9.1/hydra-gtk/configure-1444-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
hydra-9.1/hydra-gtk/configure-1457-
hydra-9.1/hydra-gtk/configure:1458:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
hydra-9.1/hydra-gtk/configure-1459-  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
##############################################
hydra-9.1/hydra-gtk/configure-1474-
hydra-9.1/hydra-gtk/configure:1475:missing_dir=`cd $ac_aux_dir && pwd`
hydra-9.1/hydra-gtk/configure-1476-echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
##############################################
hydra-9.1/hydra-gtk/configure-1898-     "checking for C compiler version" >&5
hydra-9.1/hydra-gtk/configure:1899:ac_compiler=`set X $ac_compile; echo $2`
hydra-9.1/hydra-gtk/configure-1900-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
hydra-9.1/hydra-gtk/configure-1937-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
hydra-9.1/hydra-gtk/configure:1938:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
hydra-9.1/hydra-gtk/configure-1939-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
hydra-9.1/hydra-gtk/configure-1965-    *.* )
hydra-9.1/hydra-gtk/configure:1966:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hydra-9.1/hydra-gtk/configure-1967-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
hydra-9.1/hydra-gtk/configure-2045-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
hydra-9.1/hydra-gtk/configure:2046:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
hydra-9.1/hydra-gtk/configure-2047-	  export ac_cv_exeext
##############################################
hydra-9.1/hydra-gtk/configure-2095-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
hydra-9.1/hydra-gtk/configure:2096:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
hydra-9.1/hydra-gtk/configure-2097-       break;;
##############################################
hydra-9.1/hydra-gtk/configure-2174-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
hydra-9.1/hydra-gtk/configure:2175:GCC=`test $ac_compiler_gnu = yes && echo yes`
hydra-9.1/hydra-gtk/configure-2176-ac_test_CFLAGS=${CFLAGS+set}
##############################################
hydra-9.1/hydra-gtk/configure-2900-     "checking for C compiler version" >&5
hydra-9.1/hydra-gtk/configure:2901:ac_compiler=`set X $ac_compile; echo $2`
hydra-9.1/hydra-gtk/configure-2902-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
hydra-9.1/hydra-gtk/configure-2975-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
hydra-9.1/hydra-gtk/configure:2976:GCC=`test $ac_compiler_gnu = yes && echo yes`
hydra-9.1/hydra-gtk/configure-2977-ac_test_CFLAGS=${CFLAGS+set}
##############################################
hydra-9.1/hydra-gtk/configure-3903-echo $ECHO_N "checking PACKAGE_CFLAGS... $ECHO_C" >&6
hydra-9.1/hydra-gtk/configure:3904:            PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules"`
hydra-9.1/hydra-gtk/configure-3905-            echo "$as_me:$LINENO: result: $PACKAGE_CFLAGS" >&5
##############################################
hydra-9.1/hydra-gtk/configure-3909-echo $ECHO_N "checking PACKAGE_LIBS... $ECHO_C" >&6
hydra-9.1/hydra-gtk/configure:3910:            PACKAGE_LIBS=`$PKG_CONFIG --libs "$pkg_modules"`
hydra-9.1/hydra-gtk/configure-3911-            echo "$as_me:$LINENO: result: $PACKAGE_LIBS" >&5
##############################################
hydra-9.1/hydra-gtk/configure-3917-            ## do set a variable so people can do so.
hydra-9.1/hydra-gtk/configure:3918:            PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$pkg_modules"`
hydra-9.1/hydra-gtk/configure-3919-            echo $PACKAGE_PKG_ERRORS
##############################################
hydra-9.1/hydra-gtk/configure-4088-do
hydra-9.1/hydra-gtk/configure:4089:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
hydra-9.1/hydra-gtk/configure-4090-    eval $as_var=C; export $as_var
##############################################
hydra-9.1/hydra-gtk/configure-4146-  as_lineno_2=$LINENO
hydra-9.1/hydra-gtk/configure:4147:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hydra-9.1/hydra-gtk/configure-4148-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hydra-9.1/hydra-gtk/configure-4186-  as_lineno_2=$LINENO
hydra-9.1/hydra-gtk/configure:4187:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
hydra-9.1/hydra-gtk/configure-4188-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
hydra-9.1/hydra-gtk/configure-4368-configured by $0, generated by GNU Autoconf 2.59,
hydra-9.1/hydra-gtk/configure:4369:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
hydra-9.1/hydra-gtk/configure-4370-
##############################################
hydra-9.1/hydra-gtk/configure-4385-  --*=*)
hydra-9.1/hydra-gtk/configure:4386:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
hydra-9.1/hydra-gtk/configure:4387:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
hydra-9.1/hydra-gtk/configure-4388-    ac_shift=:
##############################################
hydra-9.1/hydra-gtk/configure-4626-      fi
hydra-9.1/hydra-gtk/configure:4627:      ac_sed_frag=`expr $ac_sed_frag + 1`
hydra-9.1/hydra-gtk/configure-4628-      ac_beg=$ac_end
hydra-9.1/hydra-gtk/configure:4629:      ac_end=`expr $ac_end + $ac_max_sed_lines`
hydra-9.1/hydra-gtk/configure-4630-    fi
##############################################
hydra-9.1/hydra-gtk/configure-4643-	cat >$tmp/stdin
hydra-9.1/hydra-gtk/configure:4644:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hydra-9.1/hydra-gtk/configure:4645:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hydra-9.1/hydra-gtk/configure:4646:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hydra-9.1/hydra-gtk/configure:4647:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hydra-9.1/hydra-gtk/configure-4648-  * )   ac_file_in=$ac_file.in ;;
##############################################
hydra-9.1/hydra-gtk/configure-4691-if test "$ac_dir" != .; then
hydra-9.1/hydra-gtk/configure:4692:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hydra-9.1/hydra-gtk/configure-4693-  # A "../" for each directory in $ac_dir_suffix.
hydra-9.1/hydra-gtk/configure:4694:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hydra-9.1/hydra-gtk/configure-4695-else
##############################################
hydra-9.1/hydra-gtk/configure-4704-    else
hydra-9.1/hydra-gtk/configure:4705:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hydra-9.1/hydra-gtk/configure-4706-    fi ;;
##############################################
hydra-9.1/hydra-gtk/configure-4856-	cat >$tmp/stdin
hydra-9.1/hydra-gtk/configure:4857:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hydra-9.1/hydra-gtk/configure:4858:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hydra-9.1/hydra-gtk/configure:4859:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
hydra-9.1/hydra-gtk/configure:4860:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
hydra-9.1/hydra-gtk/configure-4861-  * )   ac_file_in=$ac_file.in ;;
##############################################
hydra-9.1/hydra-gtk/configure-5060-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
hydra-9.1/hydra-gtk/configure:5061:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
hydra-9.1/hydra-gtk/configure:5062:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
hydra-9.1/hydra-gtk/configure-5063-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
hydra-9.1/hydra-gtk/configure-5102-if test "$ac_dir" != .; then
hydra-9.1/hydra-gtk/configure:5103:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
hydra-9.1/hydra-gtk/configure-5104-  # A "../" for each directory in $ac_dir_suffix.
hydra-9.1/hydra-gtk/configure:5105:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
hydra-9.1/hydra-gtk/configure-5106-else
##############################################
hydra-9.1/hydra-gtk/configure-5115-    else
hydra-9.1/hydra-gtk/configure:5116:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
hydra-9.1/hydra-gtk/configure-5117-    fi ;;
##############################################
hydra-9.1/hydra-gtk/install-sh-85-
hydra-9.1/hydra-gtk/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
hydra-9.1/hydra-gtk/install-sh-87-	    shift
##############################################
hydra-9.1/hydra-gtk/install-sh-89-
hydra-9.1/hydra-gtk/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
hydra-9.1/hydra-gtk/install-sh-91-	    shift
##############################################
hydra-9.1/hydra-gtk/install-sh-151-	then
hydra-9.1/hydra-gtk/install-sh:152:		dst="$dst"/`basename $src`
hydra-9.1/hydra-gtk/install-sh-153-	else
##############################################
hydra-9.1/hydra-gtk/install-sh-158-## this sed command emulates the dirname command
hydra-9.1/hydra-gtk/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
hydra-9.1/hydra-gtk/install-sh-160-
##############################################
hydra-9.1/hydra-gtk/install-sh-172-IFS='%'
hydra-9.1/hydra-gtk/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
hydra-9.1/hydra-gtk/install-sh-174-IFS="${oIFS}"
##############################################
hydra-9.1/hydra-gtk/install-sh-206-	then
hydra-9.1/hydra-gtk/install-sh:207:		dstfile=`basename $dst`
hydra-9.1/hydra-gtk/install-sh-208-	else
##############################################
hydra-9.1/hydra-gtk/install-sh-216-	then
hydra-9.1/hydra-gtk/install-sh:217:		dstfile=`basename $dst`
hydra-9.1/hydra-gtk/install-sh-218-	else
##############################################
hydra-9.1/hydra-gtk/missing-92-         from any GNU archive site."
hydra-9.1/hydra-gtk/missing:93:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
hydra-9.1/hydra-gtk/missing-94-    test -z "$files" && files="config.h"
##############################################
hydra-9.1/hydra-gtk/missing-127-	*.y)
hydra-9.1/hydra-gtk/missing:128:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
hydra-9.1/hydra-gtk/missing-129-	    if [ -f "$SRCFILE" ]; then
##############################################
hydra-9.1/hydra-gtk/missing-131-	    fi
hydra-9.1/hydra-gtk/missing:132:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
hydra-9.1/hydra-gtk/missing-133-	    if [ -f "$SRCFILE" ]; then
##############################################
hydra-9.1/hydra-gtk/missing-157-	*.l)
hydra-9.1/hydra-gtk/missing:158:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
hydra-9.1/hydra-gtk/missing-159-	    if [ -f "$SRCFILE" ]; then
##############################################
hydra-9.1/hydra-gtk/missing-177-         the \`GNU make' package.  Grab either from any GNU archive site."
hydra-9.1/hydra-gtk/missing:178:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
hydra-9.1/hydra-gtk/missing-179-    if test -z "$file"; then
hydra-9.1/hydra-gtk/missing:180:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
hydra-9.1/hydra-gtk/missing:181:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
hydra-9.1/hydra-gtk/missing-182-    fi
##############################################
hydra-9.1/hydra-gtk/mkinstalldirs-12-do
hydra-9.1/hydra-gtk/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
hydra-9.1/hydra-gtk/mkinstalldirs-14-   shift
##############################################
hydra-9.1/hydra-gtk/src/Makefile.in-131-	  if test -f $$p; then \
hydra-9.1/hydra-gtk/src/Makefile.in:132:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
hydra-9.1/hydra-gtk/src/Makefile.in:133:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
hydra-9.1/hydra-gtk/src/Makefile.in-134-	  else :; fi; \
##############################################
hydra-9.1/hydra-gtk/src/Makefile.in-139-	list='$(bin_PROGRAMS)'; for p in $$list; do \
hydra-9.1/hydra-gtk/src/Makefile.in:140:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
hydra-9.1/hydra-gtk/src/Makefile.in-141-	done
##############################################
hydra-9.1/hydra-gtk/src/Makefile.in-196-distdir: $(DISTFILES)
hydra-9.1/hydra-gtk/src/Makefile.in:197:	here=`cd $(top_builddir) && pwd`; \
hydra-9.1/hydra-gtk/src/Makefile.in:198:	top_distdir=`cd $(top_distdir) && pwd`; \
hydra-9.1/hydra-gtk/src/Makefile.in:199:	distdir=`cd $(distdir) && pwd`; \
hydra-9.1/hydra-gtk/src/Makefile.in-200-	cd $(top_srcdir) \
##############################################
hydra-9.1/hydra.c-3607-        }
hydra-9.1/hydra.c:3608:        if ((addr4 = htonl(inet_addr(tmpptr))) == 0xffffffff) {
hydra-9.1/hydra.c-3609-          fprintf(stderr, "Error: option is not a valid IPv4 address: %s\n", tmpptr);
##############################################
hydra-9.1/debian/patches/09_use_correct_install_dir_dlp4hydra.diff-24- 
hydra-9.1/debian/patches/09_use_correct_install_dir_dlp4hydra.diff:25:-  ENTRIES=`wc -l $HYDRAFILE | awk '{ print $1 }'`
hydra-9.1/debian/patches/09_use_correct_install_dir_dlp4hydra.diff:26:+  ENTRIES=`wc -l $DPLPATH/$HYDRAFILE | awk '{ print $1 }'`
hydra-9.1/debian/patches/09_use_correct_install_dir_dlp4hydra.diff-27-   if [ "$ENTRIES" -eq 0 ]; then
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-18-
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:19:Syntax: `basename $0` [help] | [refresh] | [BRAND] | [all]
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-20-
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-22-${FULLFILE}. If it is not available, regenerate it with
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:23:'`basename $0` refresh'. Source of the default password list is
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-24-$SITE
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-36-Example:
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:37:# `basename $0` linksys
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-38-File dpl4hydra_linksys.lst was created with 20 entries.
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-51-    echo "done."
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:52:    echo "Using `echo $FETCH | cut -d ' ' -f 1` for downloading data."
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-53-    echo
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-75-    
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:76:  for SUBSITE in `cat $SUBSITES`; do
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:77:    VENDOR=`echo $SUBSITE | sed 's/\.htm*//' | sed 's/.*-//'`
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-78-    echo "Downloading default passwords for ${VENDOR} ... " | tr -d "\n"
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-106-  echo "Refreshed (d)efault (p)assword (l)ist $FULLFILE"
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:107:  echo "was created with `wc -l $FULLFILE | awk '{ print $1 }'` entries."
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-108-  echo
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-112-{
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:113:  HYDRAFILE=`echo "dpl4hydra_${BRAND}.lst" | tr '/ =:@\\|;<>"'"'" '_____________'`
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-114-
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-117-    echo "ERROR: Cannot access input file ${FULLFILE}" >&2
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:118:    echo "       You can rebuild it with '`basename $0` refresh'." >&2
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-119-    echo
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-133-
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:134:  ENTRIES=`wc -l $HYDRAFILE | awk '{ print $1 }'`
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-135-  if [ "$ENTRIES" -eq 0 ]; then
##############################################
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-169-	   exit 0;;
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh:170:	1) OPT=`echo $1 | tr "[A-Z]" "[a-z]"`;;
hydra-9.1/.pc/09_use_correct_install_dir_dlp4hydra.diff/dpl4hydra.sh-171-	*) echo
##############################################
hydra-9.1/dpl4hydra.sh-18-
hydra-9.1/dpl4hydra.sh:19:Syntax: `basename $0` [help] | [refresh] | [BRAND] | [all]
hydra-9.1/dpl4hydra.sh-20-
##############################################
hydra-9.1/dpl4hydra.sh-22-${FULLFILE}. If it is not available, regenerate it with
hydra-9.1/dpl4hydra.sh:23:'`basename $0` refresh'. Source of the default password list is
hydra-9.1/dpl4hydra.sh-24-$SITE
##############################################
hydra-9.1/dpl4hydra.sh-36-Example:
hydra-9.1/dpl4hydra.sh:37:# `basename $0` linksys
hydra-9.1/dpl4hydra.sh-38-File dpl4hydra_linksys.lst was created with 20 entries.
##############################################
hydra-9.1/dpl4hydra.sh-51-    echo "done."
hydra-9.1/dpl4hydra.sh:52:    echo "Using `echo $FETCH | cut -d ' ' -f 1` for downloading data."
hydra-9.1/dpl4hydra.sh-53-    echo
##############################################
hydra-9.1/dpl4hydra.sh-75-    
hydra-9.1/dpl4hydra.sh:76:  for SUBSITE in `cat $SUBSITES`; do
hydra-9.1/dpl4hydra.sh:77:    VENDOR=`echo $SUBSITE | sed 's/\.htm*//' | sed 's/.*-//'`
hydra-9.1/dpl4hydra.sh-78-    echo "Downloading default passwords for ${VENDOR} ... " | tr -d "\n"
##############################################
hydra-9.1/dpl4hydra.sh-106-  echo "Refreshed (d)efault (p)assword (l)ist $FULLFILE"
hydra-9.1/dpl4hydra.sh:107:  echo "was created with `wc -l $FULLFILE | awk '{ print $1 }'` entries."
hydra-9.1/dpl4hydra.sh-108-  echo
##############################################
hydra-9.1/dpl4hydra.sh-112-{
hydra-9.1/dpl4hydra.sh:113:  HYDRAFILE=`echo "dpl4hydra_${BRAND}.lst" | tr '/ =:@\\|;<>"'"'" '_____________'`
hydra-9.1/dpl4hydra.sh-114-
##############################################
hydra-9.1/dpl4hydra.sh-117-    echo "ERROR: Cannot access input file ${FULLFILE}" >&2
hydra-9.1/dpl4hydra.sh:118:    echo "       You can rebuild it with '`basename $0` refresh'." >&2
hydra-9.1/dpl4hydra.sh-119-    echo
##############################################
hydra-9.1/dpl4hydra.sh-133-
hydra-9.1/dpl4hydra.sh:134:  ENTRIES=`wc -l $DPLPATH/$HYDRAFILE | awk '{ print $1 }'`
hydra-9.1/dpl4hydra.sh-135-  if [ "$ENTRIES" -eq 0 ]; then
##############################################
hydra-9.1/dpl4hydra.sh-171-	   exit 0;;
hydra-9.1/dpl4hydra.sh:172:	1) OPT=`echo $1 | tr "[A-Z]" "[a-z]"`;;
hydra-9.1/dpl4hydra.sh-173-	*) echo