===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
matanza-0.13+ds2/Makefile.in-180-	  if test -f $$p; then \
matanza-0.13+ds2/Makefile.in:181:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
matanza-0.13+ds2/Makefile.in:182:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
matanza-0.13+ds2/Makefile.in-183-	  else :; fi; \
##############################################
matanza-0.13+ds2/Makefile.in-188-	list='$(bin_PROGRAMS)'; for p in $$list; do \
matanza-0.13+ds2/Makefile.in:189:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
matanza-0.13+ds2/Makefile.in-190-	done
##############################################
matanza-0.13+ds2/Makefile.in-258-	mkdir $(distdir)/=inst
matanza-0.13+ds2/Makefile.in:259:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
matanza-0.13+ds2/Makefile.in-260-	cd $(distdir)/=build \
##############################################
matanza-0.13+ds2/Makefile.in-269-	@banner="$(distdir).tar.gz is ready for distribution"; \
matanza-0.13+ds2/Makefile.in:270:	dashes=`echo "$$banner" | sed s/./=/g`; \
matanza-0.13+ds2/Makefile.in-271-	echo "$$dashes"; \
##############################################
matanza-0.13+ds2/ai.w-946-  memset(&addr, 0, sizeof(struct sockaddr_in));
matanza-0.13+ds2/ai.w:947:  addr.sin_addr.s_addr = inet_addr(arg_host);
matanza-0.13+ds2/ai.w-948-  if (addr.sin_addr.s_addr != -1)
##############################################
matanza-0.13+ds2/mkinstalldirs-12-do
matanza-0.13+ds2/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
matanza-0.13+ds2/mkinstalldirs-14-   shift
##############################################
matanza-0.13+ds2/configure-73-  case "$ac_option" in
matanza-0.13+ds2/configure:74:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
matanza-0.13+ds2/configure-75-  *) ac_optarg= ;;
##############################################
matanza-0.13+ds2/configure-105-  -disable-* | --disable-*)
matanza-0.13+ds2/configure:106:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
matanza-0.13+ds2/configure-107-    # Reject names that are not valid shell variable names.
matanza-0.13+ds2/configure:108:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
matanza-0.13+ds2/configure-109-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
matanza-0.13+ds2/configure-110-    fi
matanza-0.13+ds2/configure:111:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
matanza-0.13+ds2/configure-112-    eval "enable_${ac_feature}=no" ;;
##############################################
matanza-0.13+ds2/configure-114-  -enable-* | --enable-*)
matanza-0.13+ds2/configure:115:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
matanza-0.13+ds2/configure-116-    # Reject names that are not valid shell variable names.
matanza-0.13+ds2/configure:117:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
matanza-0.13+ds2/configure-118-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
matanza-0.13+ds2/configure-119-    fi
matanza-0.13+ds2/configure:120:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
matanza-0.13+ds2/configure-121-    case "$ac_option" in
##############################################
matanza-0.13+ds2/configure-345-  -with-* | --with-*)
matanza-0.13+ds2/configure:346:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
matanza-0.13+ds2/configure-347-    # Reject names that are not valid shell variable names.
matanza-0.13+ds2/configure:348:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
matanza-0.13+ds2/configure-349-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
matanza-0.13+ds2/configure-350-    fi
matanza-0.13+ds2/configure:351:    ac_package=`echo $ac_package| sed 's/-/_/g'`
matanza-0.13+ds2/configure-352-    case "$ac_option" in
##############################################
matanza-0.13+ds2/configure-358-  -without-* | --without-*)
matanza-0.13+ds2/configure:359:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
matanza-0.13+ds2/configure-360-    # Reject names that are not valid shell variable names.
matanza-0.13+ds2/configure:361:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
matanza-0.13+ds2/configure-362-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
matanza-0.13+ds2/configure-363-    fi
matanza-0.13+ds2/configure:364:    ac_package=`echo $ac_package| sed 's/-/_/g'`
matanza-0.13+ds2/configure-365-    eval "with_${ac_package}=no" ;;
##############################################
matanza-0.13+ds2/configure-388-  *)
matanza-0.13+ds2/configure:389:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
matanza-0.13+ds2/configure-390-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
matanza-0.13+ds2/configure-401-if test -n "$ac_prev"; then
matanza-0.13+ds2/configure:402:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
matanza-0.13+ds2/configure-403-fi
##############################################
matanza-0.13+ds2/configure-466-  ac_prog=$0
matanza-0.13+ds2/configure:467:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
matanza-0.13+ds2/configure-468-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
matanza-0.13+ds2/configure-482-fi
matanza-0.13+ds2/configure:483:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
matanza-0.13+ds2/configure-484-
##############################################
matanza-0.13+ds2/configure-564-if test -z "$INSTALL"; then
matanza-0.13+ds2/configure:565:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
matanza-0.13+ds2/configure-566-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-625-if (
matanza-0.13+ds2/configure:626:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
matanza-0.13+ds2/configure-627-   if test "$*" = "X"; then
matanza-0.13+ds2/configure-628-      # -L didn't work.
matanza-0.13+ds2/configure:629:      set X `ls -t $srcdir/configure conftestfile`
matanza-0.13+ds2/configure-630-   fi
##############################################
matanza-0.13+ds2/configure-659-EOF_SED
matanza-0.13+ds2/configure:660:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
matanza-0.13+ds2/configure-661-  rm -f conftestsed
##############################################
matanza-0.13+ds2/configure-673-echo "configure:674: checking whether ${MAKE-make} sets \${MAKE}" >&5
matanza-0.13+ds2/configure:674:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure:675:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
matanza-0.13+ds2/configure-676-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-682-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
matanza-0.13+ds2/configure:683:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
matanza-0.13+ds2/configure-684-if test -n "$ac_maketemp"; then
##############################################
matanza-0.13+ds2/configure-690-fi
matanza-0.13+ds2/configure:691:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
matanza-0.13+ds2/configure-692-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-703-
matanza-0.13+ds2/configure:704:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
matanza-0.13+ds2/configure-705-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
matanza-0.13+ds2/configure-716-
matanza-0.13+ds2/configure:717:missing_dir=`cd $ac_aux_dir && pwd`
matanza-0.13+ds2/configure-718-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-792-echo "configure:793: checking for $ac_word" >&5
matanza-0.13+ds2/configure:793:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
matanza-0.13+ds2/configure-794-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-822-echo "configure:823: checking for $ac_word" >&5
matanza-0.13+ds2/configure:823:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
matanza-0.13+ds2/configure-824-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-873-echo "configure:874: checking for $ac_word" >&5
matanza-0.13+ds2/configure:874:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
matanza-0.13+ds2/configure-875-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-952-echo "configure:953: checking whether we are using GNU C" >&5
matanza-0.13+ds2/configure:953:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
matanza-0.13+ds2/configure-954-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-980-echo "configure:981: checking whether ${CC-cc} accepts -g" >&5
matanza-0.13+ds2/configure:981:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
matanza-0.13+ds2/configure-982-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-984-  echo 'void f(){}' > conftest.c
matanza-0.13+ds2/configure:985:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
matanza-0.13+ds2/configure-986-  ac_cv_prog_cc_g=yes
##############################################
matanza-0.13+ds2/configure-1024-if test -z "$INSTALL"; then
matanza-0.13+ds2/configure:1025:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1026-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1076-echo "configure:1077: checking whether ln -s works" >&5
matanza-0.13+ds2/configure:1077:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1078-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1097-echo "configure:1098: checking whether ${MAKE-make} sets \${MAKE}" >&5
matanza-0.13+ds2/configure:1098:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure:1099:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1100-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1106-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
matanza-0.13+ds2/configure:1107:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
matanza-0.13+ds2/configure-1108-if test -n "$ac_maketemp"; then
##############################################
matanza-0.13+ds2/configure-1114-fi
matanza-0.13+ds2/configure:1115:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
matanza-0.13+ds2/configure-1116-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-1153-ac_lib_var=`echo efence'_'malloc | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure:1154:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1155-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1183-fi
matanza-0.13+ds2/configure:1184:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
matanza-0.13+ds2/configure-1185-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-1209-if test -z "$CPP"; then
matanza-0.13+ds2/configure:1210:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1211-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1225-{ (eval echo configure:1226: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
matanza-0.13+ds2/configure:1226:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
matanza-0.13+ds2/configure-1227-if test -z "$ac_err"; then
##############################################
matanza-0.13+ds2/configure-1242-{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
matanza-0.13+ds2/configure:1243:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
matanza-0.13+ds2/configure-1244-if test -z "$ac_err"; then
##############################################
matanza-0.13+ds2/configure-1259-{ (eval echo configure:1260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
matanza-0.13+ds2/configure:1260:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
matanza-0.13+ds2/configure-1261-if test -z "$ac_err"; then
##############################################
matanza-0.13+ds2/configure-1284-do
matanza-0.13+ds2/configure:1285:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure-1286-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
matanza-0.13+ds2/configure-1287-echo "configure:1288: checking for $ac_hdr" >&5
matanza-0.13+ds2/configure:1288:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1289-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1297-{ (eval echo configure:1298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
matanza-0.13+ds2/configure:1298:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
matanza-0.13+ds2/configure-1299-if test -z "$ac_err"; then
##############################################
matanza-0.13+ds2/configure-1310-fi
matanza-0.13+ds2/configure:1311:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
matanza-0.13+ds2/configure-1312-  echo "$ac_t""yes" 1>&6
matanza-0.13+ds2/configure:1313:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
matanza-0.13+ds2/configure-1314-  cat >> confdefs.h <<EOF
##############################################
matanza-0.13+ds2/configure-1326-ac_lib_var=`echo png'_'png_sig_cmp | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure:1327:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1328-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1356-fi
matanza-0.13+ds2/configure:1357:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
matanza-0.13+ds2/configure-1358-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-1377-ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure:1378:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1379-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1407-fi
matanza-0.13+ds2/configure:1408:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
matanza-0.13+ds2/configure-1409-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-1430-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure:1431:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1432-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1460-fi
matanza-0.13+ds2/configure:1461:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
matanza-0.13+ds2/configure-1462-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-1477-ac_lib_var=`echo nsl'_'inet_ntoa | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure:1478:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1479-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1507-fi
matanza-0.13+ds2/configure:1508:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
matanza-0.13+ds2/configure-1509-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-1525-echo "configure:1526: checking for ANSI C header files" >&5
matanza-0.13+ds2/configure:1526:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1527-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1538-{ (eval echo configure:1539: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
matanza-0.13+ds2/configure:1539:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
matanza-0.13+ds2/configure-1540-if test -z "$ac_err"; then
##############################################
matanza-0.13+ds2/configure-1630-do
matanza-0.13+ds2/configure:1631:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure-1632-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
matanza-0.13+ds2/configure-1633-echo "configure:1634: checking for $ac_hdr" >&5
matanza-0.13+ds2/configure:1634:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1635-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1643-{ (eval echo configure:1644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
matanza-0.13+ds2/configure:1644:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
matanza-0.13+ds2/configure-1645-if test -z "$ac_err"; then
##############################################
matanza-0.13+ds2/configure-1656-fi
matanza-0.13+ds2/configure:1657:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
matanza-0.13+ds2/configure-1658-  echo "$ac_t""yes" 1>&6
matanza-0.13+ds2/configure:1659:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
matanza-0.13+ds2/configure-1660-  cat >> confdefs.h <<EOF
##############################################
matanza-0.13+ds2/configure-1671-do
matanza-0.13+ds2/configure:1672:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure-1673-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
matanza-0.13+ds2/configure-1674-echo "configure:1675: checking for $ac_hdr" >&5
matanza-0.13+ds2/configure:1675:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1676-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1684-{ (eval echo configure:1685: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
matanza-0.13+ds2/configure:1685:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
matanza-0.13+ds2/configure-1686-if test -z "$ac_err"; then
##############################################
matanza-0.13+ds2/configure-1697-fi
matanza-0.13+ds2/configure:1698:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
matanza-0.13+ds2/configure-1699-  echo "$ac_t""yes" 1>&6
matanza-0.13+ds2/configure:1700:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
matanza-0.13+ds2/configure-1701-  cat >> confdefs.h <<EOF
##############################################
matanza-0.13+ds2/configure-1712-do
matanza-0.13+ds2/configure:1713:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
matanza-0.13+ds2/configure-1714-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
matanza-0.13+ds2/configure-1715-echo "configure:1716: checking for $ac_hdr" >&5
matanza-0.13+ds2/configure:1716:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1717-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1725-{ (eval echo configure:1726: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
matanza-0.13+ds2/configure:1726:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
matanza-0.13+ds2/configure-1727-if test -z "$ac_err"; then
##############################################
matanza-0.13+ds2/configure-1738-fi
matanza-0.13+ds2/configure:1739:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
matanza-0.13+ds2/configure-1740-  echo "$ac_t""yes" 1>&6
matanza-0.13+ds2/configure:1741:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
matanza-0.13+ds2/configure-1742-  cat >> confdefs.h <<EOF
##############################################
matanza-0.13+ds2/configure-1754-echo "configure:1755: checking for working const" >&5
matanza-0.13+ds2/configure:1755:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1756-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1829-echo "configure:1830: checking for size_t" >&5
matanza-0.13+ds2/configure:1830:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1831-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1862-echo "configure:1863: checking whether time.h and sys/time.h may both be included" >&5
matanza-0.13+ds2/configure:1863:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1864-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1897-echo "configure:1898: checking whether struct tm is in sys/time.h or time.h" >&5
matanza-0.13+ds2/configure:1898:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1899-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1931-echo "configure:1932: checking for socklen_t" >&5
matanza-0.13+ds2/configure:1932:if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1933-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-1969-echo "configure:1970: checking for 8-bit clean memcmp" >&5
matanza-0.13+ds2/configure:1970:if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
matanza-0.13+ds2/configure-1971-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-2005-echo "configure:2006: checking for vprintf" >&5
matanza-0.13+ds2/configure:2006:if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
matanza-0.13+ds2/configure-2007-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-2044-
matanza-0.13+ds2/configure:2045:if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
matanza-0.13+ds2/configure-2046-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-2057-echo "configure:2058: checking for _doprnt" >&5
matanza-0.13+ds2/configure:2058:if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
matanza-0.13+ds2/configure-2059-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-2096-
matanza-0.13+ds2/configure:2097:if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
matanza-0.13+ds2/configure-2098-  echo "$ac_t""yes" 1>&6
##############################################
matanza-0.13+ds2/configure-2112-echo "configure:2113: checking for $ac_func" >&5
matanza-0.13+ds2/configure:2113:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
matanza-0.13+ds2/configure-2114-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
matanza-0.13+ds2/configure-2151-
matanza-0.13+ds2/configure:2152:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
matanza-0.13+ds2/configure-2153-  echo "$ac_t""yes" 1>&6
matanza-0.13+ds2/configure:2154:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
matanza-0.13+ds2/configure-2155-  cat >> confdefs.h <<EOF
##############################################
matanza-0.13+ds2/configure-2342-    fi
matanza-0.13+ds2/configure:2343:    ac_file=`expr $ac_file + 1`
matanza-0.13+ds2/configure-2344-    ac_beg=$ac_end
matanza-0.13+ds2/configure:2345:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
matanza-0.13+ds2/configure-2346-  fi
##############################################
matanza-0.13+ds2/configure-2360-  case "$ac_file" in
matanza-0.13+ds2/configure:2361:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
matanza-0.13+ds2/configure:2362:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
matanza-0.13+ds2/configure-2363-  *) ac_file_in="${ac_file}.in" ;;
##############################################
matanza-0.13+ds2/configure-2368-  # Remove last slash and all that follows it.  Not all systems have dirname.
matanza-0.13+ds2/configure:2369:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
matanza-0.13+ds2/configure-2370-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
matanza-0.13+ds2/configure-2372-    test ! -d "$ac_dir" && mkdir "$ac_dir"
matanza-0.13+ds2/configure:2373:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
matanza-0.13+ds2/configure-2374-    # A "../" for each directory in $ac_dir_suffix.
matanza-0.13+ds2/configure:2375:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
matanza-0.13+ds2/configure-2376-  else
##############################################
matanza-0.13+ds2/configure-2382-      if test -z "$ac_dots"; then top_srcdir=.
matanza-0.13+ds2/configure:2383:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
matanza-0.13+ds2/configure-2384-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
matanza-0.13+ds2/configure-2396-  rm -f "$ac_file"
matanza-0.13+ds2/configure:2397:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
matanza-0.13+ds2/configure-2398-  case "$ac_file" in
##############################################
matanza-0.13+ds2/configure-2403-
matanza-0.13+ds2/configure:2404:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
matanza-0.13+ds2/configure-2405-  sed -e "$ac_comsub
##############################################
matanza-0.13+ds2/configure-2442-  case "$ac_file" in
matanza-0.13+ds2/configure:2443:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
matanza-0.13+ds2/configure:2444:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
matanza-0.13+ds2/configure-2445-  *) ac_file_in="${ac_file}.in" ;;
##############################################
matanza-0.13+ds2/configure-2450-  rm -f conftest.frag conftest.in conftest.out
matanza-0.13+ds2/configure:2451:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
matanza-0.13+ds2/configure-2452-  cat $ac_file_inputs > conftest.in
##############################################
matanza-0.13+ds2/configure-2510-    # Remove last slash and all that follows it.  Not all systems have dirname.
matanza-0.13+ds2/configure:2511:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
matanza-0.13+ds2/configure-2512-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
matanza-0.13+ds2/aclocal.m4-28-dnl test to see if srcdir already configured
matanza-0.13+ds2/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
matanza-0.13+ds2/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
matanza-0.13+ds2/aclocal.m4-37-dnl FIXME This is truly gross.
matanza-0.13+ds2/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
matanza-0.13+ds2/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
matanza-0.13+ds2/aclocal.m4-60-if (
matanza-0.13+ds2/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
matanza-0.13+ds2/aclocal.m4-62-   if test "[$]*" = "X"; then
matanza-0.13+ds2/aclocal.m4-63-      # -L didn't work.
matanza-0.13+ds2/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
matanza-0.13+ds2/aclocal.m4-65-   fi
##############################################
matanza-0.13+ds2/aclocal.m4-120-  *" <<$>>am_file "*<<)>>
matanza-0.13+ds2/aclocal.m4:121:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
matanza-0.13+ds2/aclocal.m4-122-    ;;
matanza-0.13+ds2/aclocal.m4-123-  esac
matanza-0.13+ds2/aclocal.m4:124:  am_indx=`expr "<<$>>am_indx" + 1`
matanza-0.13+ds2/aclocal.m4-125-done<<>>dnl>>)
##############################################
matanza-0.13+ds2/install-sh-85-
matanza-0.13+ds2/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
matanza-0.13+ds2/install-sh-87-	    shift
##############################################
matanza-0.13+ds2/install-sh-89-
matanza-0.13+ds2/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
matanza-0.13+ds2/install-sh-91-	    shift
##############################################
matanza-0.13+ds2/install-sh-151-	then
matanza-0.13+ds2/install-sh:152:		dst="$dst"/`basename $src`
matanza-0.13+ds2/install-sh-153-	else
##############################################
matanza-0.13+ds2/install-sh-158-## this sed command emulates the dirname command
matanza-0.13+ds2/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
matanza-0.13+ds2/install-sh-160-
##############################################
matanza-0.13+ds2/install-sh-172-IFS='%'
matanza-0.13+ds2/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
matanza-0.13+ds2/install-sh-174-IFS="${oIFS}"
##############################################
matanza-0.13+ds2/install-sh-206-	then
matanza-0.13+ds2/install-sh:207:		dstfile=`basename $dst`
matanza-0.13+ds2/install-sh-208-	else
##############################################
matanza-0.13+ds2/install-sh-216-	then
matanza-0.13+ds2/install-sh:217:		dstfile=`basename $dst`
matanza-0.13+ds2/install-sh-218-	else
##############################################
matanza-0.13+ds2/missing-119-	*.y)
matanza-0.13+ds2/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
matanza-0.13+ds2/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
matanza-0.13+ds2/missing-123-	    fi
matanza-0.13+ds2/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
matanza-0.13+ds2/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
matanza-0.13+ds2/missing-149-	*.l)
matanza-0.13+ds2/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
matanza-0.13+ds2/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
matanza-0.13+ds2/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
matanza-0.13+ds2/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
matanza-0.13+ds2/missing-171-    if test -z "$file"; then
matanza-0.13+ds2/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
matanza-0.13+ds2/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
matanza-0.13+ds2/missing-174-    fi