===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bbtime-0.1.5/Makefile.in-146-	  if test -f $$p; then \
bbtime-0.1.5/Makefile.in:147:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
bbtime-0.1.5/Makefile.in:148:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
bbtime-0.1.5/Makefile.in-149-	  else :; fi; \
##############################################
bbtime-0.1.5/Makefile.in-154-	list='$(bin_PROGRAMS)'; for p in $$list; do \
bbtime-0.1.5/Makefile.in:155:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
bbtime-0.1.5/Makefile.in-156-	done
##############################################
bbtime-0.1.5/Makefile.in-196-	dot_seen=no; \
bbtime-0.1.5/Makefile.in:197:	target=`echo $@ | sed s/-recursive//`; \
bbtime-0.1.5/Makefile.in-198-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
bbtime-0.1.5/Makefile.in-221-	test "$$dot_seen" = "no" && rev=". $$rev"; \
bbtime-0.1.5/Makefile.in:222:	target=`echo $@ | sed s/-recursive//`; \
bbtime-0.1.5/Makefile.in-223-	for subdir in $$rev; do \
##############################################
bbtime-0.1.5/Makefile.in-282-	mkdir $(distdir)/=inst
bbtime-0.1.5/Makefile.in:283:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
bbtime-0.1.5/Makefile.in-284-	cd $(distdir)/=build \
##############################################
bbtime-0.1.5/Makefile.in-293-	@banner="$(distdir).tar.gz is ready for distribution"; \
bbtime-0.1.5/Makefile.in:294:	dashes=`echo "$$banner" | sed s/./=/g`; \
bbtime-0.1.5/Makefile.in-295-	echo "$$dashes"; \
##############################################
bbtime-0.1.5/aclocal.m4-28-dnl test to see if srcdir already configured
bbtime-0.1.5/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
bbtime-0.1.5/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
bbtime-0.1.5/aclocal.m4-37-dnl FIXME This is truly gross.
bbtime-0.1.5/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
bbtime-0.1.5/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
bbtime-0.1.5/aclocal.m4-60-if (
bbtime-0.1.5/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
bbtime-0.1.5/aclocal.m4-62-   if test "[$]*" = "X"; then
bbtime-0.1.5/aclocal.m4-63-      # -L didn't work.
bbtime-0.1.5/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
bbtime-0.1.5/aclocal.m4-65-   fi
##############################################
bbtime-0.1.5/configure-72-  case "$ac_option" in
bbtime-0.1.5/configure:73:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
bbtime-0.1.5/configure-74-  *) ac_optarg= ;;
##############################################
bbtime-0.1.5/configure-104-  -disable-* | --disable-*)
bbtime-0.1.5/configure:105:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
bbtime-0.1.5/configure-106-    # Reject names that are not valid shell variable names.
bbtime-0.1.5/configure:107:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
bbtime-0.1.5/configure-108-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
bbtime-0.1.5/configure-109-    fi
bbtime-0.1.5/configure:110:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
bbtime-0.1.5/configure-111-    eval "enable_${ac_feature}=no" ;;
##############################################
bbtime-0.1.5/configure-113-  -enable-* | --enable-*)
bbtime-0.1.5/configure:114:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
bbtime-0.1.5/configure-115-    # Reject names that are not valid shell variable names.
bbtime-0.1.5/configure:116:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
bbtime-0.1.5/configure-117-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
bbtime-0.1.5/configure-118-    fi
bbtime-0.1.5/configure:119:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
bbtime-0.1.5/configure-120-    case "$ac_option" in
##############################################
bbtime-0.1.5/configure-344-  -with-* | --with-*)
bbtime-0.1.5/configure:345:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
bbtime-0.1.5/configure-346-    # Reject names that are not valid shell variable names.
bbtime-0.1.5/configure:347:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
bbtime-0.1.5/configure-348-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
bbtime-0.1.5/configure-349-    fi
bbtime-0.1.5/configure:350:    ac_package=`echo $ac_package| sed 's/-/_/g'`
bbtime-0.1.5/configure-351-    case "$ac_option" in
##############################################
bbtime-0.1.5/configure-357-  -without-* | --without-*)
bbtime-0.1.5/configure:358:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
bbtime-0.1.5/configure-359-    # Reject names that are not valid shell variable names.
bbtime-0.1.5/configure:360:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
bbtime-0.1.5/configure-361-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
bbtime-0.1.5/configure-362-    fi
bbtime-0.1.5/configure:363:    ac_package=`echo $ac_package| sed 's/-/_/g'`
bbtime-0.1.5/configure-364-    eval "with_${ac_package}=no" ;;
##############################################
bbtime-0.1.5/configure-387-  *)
bbtime-0.1.5/configure:388:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
bbtime-0.1.5/configure-389-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
bbtime-0.1.5/configure-400-if test -n "$ac_prev"; then
bbtime-0.1.5/configure:401:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
bbtime-0.1.5/configure-402-fi
##############################################
bbtime-0.1.5/configure-465-  ac_prog=$0
bbtime-0.1.5/configure:466:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
bbtime-0.1.5/configure-467-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
bbtime-0.1.5/configure-481-fi
bbtime-0.1.5/configure:482:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
bbtime-0.1.5/configure-483-
##############################################
bbtime-0.1.5/configure-562-if test -z "$INSTALL"; then
bbtime-0.1.5/configure:563:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
bbtime-0.1.5/configure-564-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-623-if (
bbtime-0.1.5/configure:624:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
bbtime-0.1.5/configure-625-   if test "$*" = "X"; then
bbtime-0.1.5/configure-626-      # -L didn't work.
bbtime-0.1.5/configure:627:      set X `ls -t $srcdir/configure conftestfile`
bbtime-0.1.5/configure-628-   fi
##############################################
bbtime-0.1.5/configure-657-EOF_SED
bbtime-0.1.5/configure:658:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
bbtime-0.1.5/configure-659-  rm -f conftestsed
##############################################
bbtime-0.1.5/configure-671-echo "configure:672: checking whether ${MAKE-make} sets \${MAKE}" >&5
bbtime-0.1.5/configure:672:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:673:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
bbtime-0.1.5/configure-674-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-680-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
bbtime-0.1.5/configure:681:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
bbtime-0.1.5/configure-682-if test -n "$ac_maketemp"; then
##############################################
bbtime-0.1.5/configure-688-fi
bbtime-0.1.5/configure:689:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
bbtime-0.1.5/configure-690-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-701-
bbtime-0.1.5/configure:702:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
bbtime-0.1.5/configure-703-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
bbtime-0.1.5/configure-714-
bbtime-0.1.5/configure:715:missing_dir=`cd $ac_aux_dir && pwd`
bbtime-0.1.5/configure-716-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-790-echo "configure:791: checking for $ac_word" >&5
bbtime-0.1.5/configure:791:if eval "test \"`echo '$''{'ac_cv_prog_regex_cmd'+set}'`\" = set"; then
bbtime-0.1.5/configure-792-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-826-echo "configure:827: checking for $ac_func" >&5
bbtime-0.1.5/configure:827:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
bbtime-0.1.5/configure-828-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-865-
bbtime-0.1.5/configure:866:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
bbtime-0.1.5/configure-867-  echo "$ac_t""yes" 1>&6
bbtime-0.1.5/configure:868:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
bbtime-0.1.5/configure-869-  cat >> confdefs.h <<EOF
##############################################
bbtime-0.1.5/configure-913-echo "configure:914: checking for $ac_word" >&5
bbtime-0.1.5/configure:914:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
bbtime-0.1.5/configure-915-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-943-echo "configure:944: checking for $ac_word" >&5
bbtime-0.1.5/configure:944:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
bbtime-0.1.5/configure-945-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-994-echo "configure:995: checking for $ac_word" >&5
bbtime-0.1.5/configure:995:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
bbtime-0.1.5/configure-996-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1073-echo "configure:1074: checking whether we are using GNU C" >&5
bbtime-0.1.5/configure:1074:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
bbtime-0.1.5/configure-1075-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1101-echo "configure:1102: checking whether ${CC-cc} accepts -g" >&5
bbtime-0.1.5/configure:1102:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
bbtime-0.1.5/configure-1103-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1105-  echo 'void f(){}' > conftest.c
bbtime-0.1.5/configure:1106:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
bbtime-0.1.5/configure-1107-  ac_cv_prog_cc_g=yes
##############################################
bbtime-0.1.5/configure-1137-echo "configure:1138: checking for $ac_word" >&5
bbtime-0.1.5/configure:1138:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
bbtime-0.1.5/configure-1139-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1216-echo "configure:1217: checking whether we are using GNU C++" >&5
bbtime-0.1.5/configure:1217:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
bbtime-0.1.5/configure-1218-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1244-echo "configure:1245: checking whether ${CXX-g++} accepts -g" >&5
bbtime-0.1.5/configure:1245:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
bbtime-0.1.5/configure-1246-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1248-  echo 'void f(){}' > conftest.cc
bbtime-0.1.5/configure:1249:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
bbtime-0.1.5/configure-1250-  ac_cv_prog_cxx_g=yes
##############################################
bbtime-0.1.5/configure-1288-if test -z "$INSTALL"; then
bbtime-0.1.5/configure:1289:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
bbtime-0.1.5/configure-1290-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1346-if test -z "$CPP"; then
bbtime-0.1.5/configure:1347:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
bbtime-0.1.5/configure-1348-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1362-{ (eval echo configure:1363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bbtime-0.1.5/configure:1363:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
bbtime-0.1.5/configure-1364-if test -z "$ac_err"; then
##############################################
bbtime-0.1.5/configure-1379-{ (eval echo configure:1380: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bbtime-0.1.5/configure:1380:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
bbtime-0.1.5/configure-1381-if test -z "$ac_err"; then
##############################################
bbtime-0.1.5/configure-1396-{ (eval echo configure:1397: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bbtime-0.1.5/configure:1397:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
bbtime-0.1.5/configure-1398-if test -z "$ac_err"; then
##############################################
bbtime-0.1.5/configure-1441-  else
bbtime-0.1.5/configure:1442:if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
bbtime-0.1.5/configure-1443-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1456-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
bbtime-0.1.5/configure:1457:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
bbtime-0.1.5/configure-1458-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
bbtime-0.1.5/configure-1492-{ (eval echo configure:1493: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bbtime-0.1.5/configure:1493:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
bbtime-0.1.5/configure-1494-if test -z "$ac_err"; then
##############################################
bbtime-0.1.5/configure-1579-# Check X11 before X11Rn because it is often a symlink to the current release.
bbtime-0.1.5/configure:1580:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
bbtime-0.1.5/configure-1581-    /usr/X11/lib          \
##############################################
bbtime-0.1.5/configure-1740-ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:1741:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
bbtime-0.1.5/configure-1742-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1770-fi
bbtime-0.1.5/configure:1771:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
bbtime-0.1.5/configure-1772-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-1781-ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:1782:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
bbtime-0.1.5/configure-1783-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1811-fi
bbtime-0.1.5/configure:1812:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
bbtime-0.1.5/configure-1813-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-1828-echo "configure:1829: checking for gethostbyname" >&5
bbtime-0.1.5/configure:1829:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
bbtime-0.1.5/configure-1830-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1867-
bbtime-0.1.5/configure:1868:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
bbtime-0.1.5/configure-1869-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-1878-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:1879:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
bbtime-0.1.5/configure-1880-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1908-fi
bbtime-0.1.5/configure:1909:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
bbtime-0.1.5/configure-1910-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-1926-echo "configure:1927: checking for connect" >&5
bbtime-0.1.5/configure:1927:if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
bbtime-0.1.5/configure-1928-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-1965-
bbtime-0.1.5/configure:1966:if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
bbtime-0.1.5/configure-1967-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-1976-ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:1977:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
bbtime-0.1.5/configure-1978-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2006-fi
bbtime-0.1.5/configure:2007:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
bbtime-0.1.5/configure-2008-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-2018-echo "configure:2019: checking for remove" >&5
bbtime-0.1.5/configure:2019:if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
bbtime-0.1.5/configure-2020-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2057-
bbtime-0.1.5/configure:2058:if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
bbtime-0.1.5/configure-2059-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-2068-ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:2069:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
bbtime-0.1.5/configure-2070-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2098-fi
bbtime-0.1.5/configure:2099:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
bbtime-0.1.5/configure-2100-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-2110-echo "configure:2111: checking for shmat" >&5
bbtime-0.1.5/configure:2111:if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
bbtime-0.1.5/configure-2112-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2149-
bbtime-0.1.5/configure:2150:if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
bbtime-0.1.5/configure-2151-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-2160-ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:2161:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
bbtime-0.1.5/configure-2162-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2190-fi
bbtime-0.1.5/configure:2191:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
bbtime-0.1.5/configure-2192-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-2212-ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:2213:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
bbtime-0.1.5/configure-2214-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2242-fi
bbtime-0.1.5/configure:2243:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
bbtime-0.1.5/configure-2244-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-2260-ac_lib_var=`echo X11'_'XOpenDisplay | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure:2261:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
bbtime-0.1.5/configure-2262-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2290-fi
bbtime-0.1.5/configure:2291:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
bbtime-0.1.5/configure-2292-  echo "$ac_t""yes" 1>&6
##############################################
bbtime-0.1.5/configure-2303-echo "configure:2304: checking for ANSI C header files" >&5
bbtime-0.1.5/configure:2304:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
bbtime-0.1.5/configure-2305-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2316-{ (eval echo configure:2317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bbtime-0.1.5/configure:2317:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
bbtime-0.1.5/configure-2318-if test -z "$ac_err"; then
##############################################
bbtime-0.1.5/configure-2407-do
bbtime-0.1.5/configure:2408:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
bbtime-0.1.5/configure-2409-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
bbtime-0.1.5/configure-2410-echo "configure:2411: checking for $ac_hdr" >&5
bbtime-0.1.5/configure:2411:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
bbtime-0.1.5/configure-2412-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2420-{ (eval echo configure:2421: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
bbtime-0.1.5/configure:2421:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
bbtime-0.1.5/configure-2422-if test -z "$ac_err"; then
##############################################
bbtime-0.1.5/configure-2433-fi
bbtime-0.1.5/configure:2434:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
bbtime-0.1.5/configure-2435-  echo "$ac_t""yes" 1>&6
bbtime-0.1.5/configure:2436:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
bbtime-0.1.5/configure-2437-  cat >> confdefs.h <<EOF
##############################################
bbtime-0.1.5/configure-2448-echo "configure:2449: checking for working const" >&5
bbtime-0.1.5/configure:2449:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
bbtime-0.1.5/configure-2450-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2523-echo "configure:2524: checking whether time.h and sys/time.h may both be included" >&5
bbtime-0.1.5/configure:2524:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
bbtime-0.1.5/configure-2525-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2558-echo "configure:2559: checking whether struct tm is in sys/time.h or time.h" >&5
bbtime-0.1.5/configure:2559:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
bbtime-0.1.5/configure-2560-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2595-echo "configure:2596: checking for $ac_func" >&5
bbtime-0.1.5/configure:2596:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
bbtime-0.1.5/configure-2597-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
bbtime-0.1.5/configure-2634-
bbtime-0.1.5/configure:2635:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
bbtime-0.1.5/configure-2636-  echo "$ac_t""yes" 1>&6
bbtime-0.1.5/configure:2637:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
bbtime-0.1.5/configure-2638-  cat >> confdefs.h <<EOF
##############################################
bbtime-0.1.5/configure-2840-    fi
bbtime-0.1.5/configure:2841:    ac_file=`expr $ac_file + 1`
bbtime-0.1.5/configure-2842-    ac_beg=$ac_end
bbtime-0.1.5/configure:2843:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
bbtime-0.1.5/configure-2844-  fi
##############################################
bbtime-0.1.5/configure-2858-  case "$ac_file" in
bbtime-0.1.5/configure:2859:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
bbtime-0.1.5/configure:2860:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
bbtime-0.1.5/configure-2861-  *) ac_file_in="${ac_file}.in" ;;
##############################################
bbtime-0.1.5/configure-2866-  # Remove last slash and all that follows it.  Not all systems have dirname.
bbtime-0.1.5/configure:2867:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
bbtime-0.1.5/configure-2868-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
bbtime-0.1.5/configure-2870-    test ! -d "$ac_dir" && mkdir "$ac_dir"
bbtime-0.1.5/configure:2871:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
bbtime-0.1.5/configure-2872-    # A "../" for each directory in $ac_dir_suffix.
bbtime-0.1.5/configure:2873:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
bbtime-0.1.5/configure-2874-  else
##############################################
bbtime-0.1.5/configure-2880-      if test -z "$ac_dots"; then top_srcdir=.
bbtime-0.1.5/configure:2881:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
bbtime-0.1.5/configure-2882-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
bbtime-0.1.5/configure-2894-  rm -f "$ac_file"
bbtime-0.1.5/configure:2895:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
bbtime-0.1.5/configure-2896-  case "$ac_file" in
##############################################
bbtime-0.1.5/configure-2901-
bbtime-0.1.5/configure:2902:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
bbtime-0.1.5/configure-2903-  sed -e "$ac_comsub
##############################################
bbtime-0.1.5/install-sh-85-
bbtime-0.1.5/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
bbtime-0.1.5/install-sh-87-	    shift
##############################################
bbtime-0.1.5/install-sh-89-
bbtime-0.1.5/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
bbtime-0.1.5/install-sh-91-	    shift
##############################################
bbtime-0.1.5/install-sh-150-	then
bbtime-0.1.5/install-sh:151:		dst="$dst"/`basename $src`
bbtime-0.1.5/install-sh-152-	else
##############################################
bbtime-0.1.5/install-sh-157-## this sed command emulates the dirname command
bbtime-0.1.5/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
bbtime-0.1.5/install-sh-159-
##############################################
bbtime-0.1.5/install-sh-171-IFS='%'
bbtime-0.1.5/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
bbtime-0.1.5/install-sh-173-IFS="${oIFS}"
##############################################
bbtime-0.1.5/install-sh-205-	then
bbtime-0.1.5/install-sh:206:		dstfile=`basename $dst`
bbtime-0.1.5/install-sh-207-	else
##############################################
bbtime-0.1.5/install-sh-215-	then
bbtime-0.1.5/install-sh:216:		dstfile=`basename $dst`
bbtime-0.1.5/install-sh-217-	else
##############################################
bbtime-0.1.5/missing-89-    else
bbtime-0.1.5/missing:90:      files=`echo "$files" | sed -e 's/:/ /g'`
bbtime-0.1.5/missing-91-    fi
##############################################
bbtime-0.1.5/missing-117-	*.y)
bbtime-0.1.5/missing:118:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
bbtime-0.1.5/missing-119-	    if [ -f "$SRCFILE" ]; then
##############################################
bbtime-0.1.5/missing-121-	    fi
bbtime-0.1.5/missing:122:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
bbtime-0.1.5/missing-123-	    if [ -f "$SRCFILE" ]; then
##############################################
bbtime-0.1.5/missing-147-	*.l)
bbtime-0.1.5/missing:148:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
bbtime-0.1.5/missing-149-	    if [ -f "$SRCFILE" ]; then
##############################################
bbtime-0.1.5/missing-167-         the \`GNU make' package.  Grab either from any GNU archive site."
bbtime-0.1.5/missing:168:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
bbtime-0.1.5/missing-169-    if test -z "$file"; then
bbtime-0.1.5/missing:170:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
bbtime-0.1.5/missing:171:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
bbtime-0.1.5/missing-172-    fi
##############################################
bbtime-0.1.5/mkinstalldirs-12-do
bbtime-0.1.5/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
bbtime-0.1.5/mkinstalldirs-14-   shift