===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lwatch-0.6.2/Makefile.in-39-  { \
lwatch-0.6.2/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lwatch-0.6.2/Makefile.in-41-  }; \
##############################################
lwatch-0.6.2/Makefile.in-169-  while test -n "$$dir1"; do \
lwatch-0.6.2/Makefile.in:170:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lwatch-0.6.2/Makefile.in-171-    if test "$$first" != "."; then \
lwatch-0.6.2/Makefile.in-172-      if test "$$first" = ".."; then \
lwatch-0.6.2/Makefile.in:173:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lwatch-0.6.2/Makefile.in:174:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lwatch-0.6.2/Makefile.in-175-      else \
lwatch-0.6.2/Makefile.in:176:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lwatch-0.6.2/Makefile.in-177-        if test "$$first2" = "$$first"; then \
lwatch-0.6.2/Makefile.in:178:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lwatch-0.6.2/Makefile.in-179-        else \
##############################################
lwatch-0.6.2/Makefile.in-184-    fi; \
lwatch-0.6.2/Makefile.in:185:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lwatch-0.6.2/Makefile.in-186-  done; \
##############################################
lwatch-0.6.2/Makefile.in-363-	dot_seen=no; \
lwatch-0.6.2/Makefile.in:364:	target=`echo $@ | sed s/-recursive//`; \
lwatch-0.6.2/Makefile.in-365-	case "$@" in \
##############################################
lwatch-0.6.2/Makefile.in-426-GTAGS:
lwatch-0.6.2/Makefile.in:427:	here=`$(am__cd) $(top_builddir) && pwd` \
lwatch-0.6.2/Makefile.in-428-	  && $(am__cd) $(top_srcdir) \
##############################################
lwatch-0.6.2/Makefile.in-458-	test -d "$(distdir)" || mkdir "$(distdir)"
lwatch-0.6.2/Makefile.in:459:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lwatch-0.6.2/Makefile.in:460:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lwatch-0.6.2/Makefile.in-461-	list='$(DISTFILES)'; \
##############################################
lwatch-0.6.2/Makefile.in-472-	  if test -d $$d/$$file; then \
lwatch-0.6.2/Makefile.in:473:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lwatch-0.6.2/Makefile.in-474-	    if test -d "$(distdir)/$$file"; then \
##############################################
lwatch-0.6.2/Makefile.in-585-	test -d $(distdir)/_build || exit 0; \
lwatch-0.6.2/Makefile.in:586:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lwatch-0.6.2/Makefile.in-587-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lwatch-0.6.2/Makefile.in-629-	}; \
lwatch-0.6.2/Makefile.in:630:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lwatch-0.6.2/Makefile.in-631-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lwatch-0.6.2/Makefile.in-641-	fi
lwatch-0.6.2/Makefile.in:642:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lwatch-0.6.2/Makefile.in-643-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lwatch-0.6.2/configure.ac-125-
lwatch-0.6.2/configure.ac:126:arc_sysconfdir=`eval echo $sysconfdir`
lwatch-0.6.2/configure.ac-127-AC_DEFINE_UNQUOTED(SYSCONFDIR,"$arc_sysconfdir")
##############################################
lwatch-0.6.2/configure.ac-130-
lwatch-0.6.2/configure.ac:131:arc_localstatedir=`eval echo $localstatedir`
lwatch-0.6.2/configure.ac-132-AC_MSG_CHECKING(for default input file)
##############################################
lwatch-0.6.2/install-sh-211-      fi
lwatch-0.6.2/install-sh:212:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lwatch-0.6.2/install-sh-213-    *)
##############################################
lwatch-0.6.2/install-sh-263-      dstdir=$dst
lwatch-0.6.2/install-sh:264:      dst=$dstdir/`basename "$src"`
lwatch-0.6.2/install-sh-265-      dstdir_status=0
##############################################
lwatch-0.6.2/install-sh-345-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
lwatch-0.6.2/install-sh:346:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
lwatch-0.6.2/install-sh-347-		   case $ls_ld_tmpdir in
##############################################
lwatch-0.6.2/install-sh-352-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
lwatch-0.6.2/install-sh:353:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
lwatch-0.6.2/install-sh-354-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lwatch-0.6.2/install-sh-419-	    case $prefix in
lwatch-0.6.2/install-sh:420:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lwatch-0.6.2/install-sh-421-	      *) qprefix=$prefix;;
##############################################
lwatch-0.6.2/aclocal.m4-97-    PKG_CHECK_EXISTS([$3],
lwatch-0.6.2/aclocal.m4:98:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
lwatch-0.6.2/aclocal.m4-99-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
lwatch-0.6.2/aclocal.m4-146-        if test $_pkg_short_errors_supported = yes; then
lwatch-0.6.2/aclocal.m4:147:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
lwatch-0.6.2/aclocal.m4-148-        else 
lwatch-0.6.2/aclocal.m4:149:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
lwatch-0.6.2/aclocal.m4-150-        fi
##############################################
lwatch-0.6.2/aclocal.m4-252-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lwatch-0.6.2/aclocal.m4:253:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lwatch-0.6.2/aclocal.m4-254-# and then we would define $MISSING as
##############################################
lwatch-0.6.2/aclocal.m4-268-# expand $ac_aux_dir to an absolute path
lwatch-0.6.2/aclocal.m4:269:am_aux_dir=`cd $ac_aux_dir && pwd`
lwatch-0.6.2/aclocal.m4-270-])
##############################################
lwatch-0.6.2/aclocal.m4-366-  if test "$am_compiler_list" = ""; then
lwatch-0.6.2/aclocal.m4:367:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lwatch-0.6.2/aclocal.m4-368-  fi
##############################################
lwatch-0.6.2/aclocal.m4-517-    # Strip MF so we end up with the name of the file.
lwatch-0.6.2/aclocal.m4:518:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lwatch-0.6.2/aclocal.m4-519-    # Check whether this is an Automake generated Makefile or not.
##############################################
lwatch-0.6.2/aclocal.m4-526-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
lwatch-0.6.2/aclocal.m4:527:      dirpart=`AS_DIRNAME("$mf")`
lwatch-0.6.2/aclocal.m4-528-    else
##############################################
lwatch-0.6.2/aclocal.m4-532-    # from the Makefile without running 'make'.
lwatch-0.6.2/aclocal.m4:533:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lwatch-0.6.2/aclocal.m4-534-    test -z "$DEPDIR" && continue
lwatch-0.6.2/aclocal.m4:535:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lwatch-0.6.2/aclocal.m4-536-    test -z "$am__include" && continue
lwatch-0.6.2/aclocal.m4:537:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lwatch-0.6.2/aclocal.m4-538-    # Find all dependency output files, they are included files with
##############################################
lwatch-0.6.2/aclocal.m4-546-      test -f "$dirpart/$file" && continue
lwatch-0.6.2/aclocal.m4:547:      fdir=`AS_DIRNAME(["$file"])`
lwatch-0.6.2/aclocal.m4-548-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
lwatch-0.6.2/aclocal.m4-604-AC_REQUIRE([AC_PROG_INSTALL])dnl
lwatch-0.6.2/aclocal.m4:605:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lwatch-0.6.2/aclocal.m4-606-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lwatch-0.6.2/aclocal.m4-759-    * )
lwatch-0.6.2/aclocal.m4:760:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lwatch-0.6.2/aclocal.m4-761-  esac
lwatch-0.6.2/aclocal.m4-762-done
lwatch-0.6.2/aclocal.m4:763:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lwatch-0.6.2/aclocal.m4-764-
##############################################
lwatch-0.6.2/aclocal.m4-848-# Ignore all kinds of additional output from 'make'.
lwatch-0.6.2/aclocal.m4:849:case `$am_make -s -f confmf 2> /dev/null` in #(
lwatch-0.6.2/aclocal.m4-850-*the\ am__doit\ target*)
##############################################
lwatch-0.6.2/aclocal.m4-858-   echo '.include "confinc"' > confmf
lwatch-0.6.2/aclocal.m4:859:   case `$am_make -s -f confmf 2> /dev/null` in #(
lwatch-0.6.2/aclocal.m4-860-   *the\ am__doit\ target*)
##############################################
lwatch-0.6.2/aclocal.m4-1069-     echo "timestamp, slept: $am_has_slept" > conftest.file
lwatch-0.6.2/aclocal.m4:1070:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lwatch-0.6.2/aclocal.m4-1071-     if test "$[*]" = "X"; then
lwatch-0.6.2/aclocal.m4-1072-	# -L didn't work.
lwatch-0.6.2/aclocal.m4:1073:	set X `ls -t "$srcdir/configure" conftest.file`
lwatch-0.6.2/aclocal.m4-1074-     fi
##############################################
lwatch-0.6.2/config.sub-52-
lwatch-0.6.2/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
lwatch-0.6.2/config.sub-54-
##############################################
lwatch-0.6.2/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
lwatch-0.6.2/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
lwatch-0.6.2/config.sub-117-case $maybe_os in
##############################################
lwatch-0.6.2/config.sub-123-    os=-$maybe_os
lwatch-0.6.2/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
lwatch-0.6.2/config.sub-125-    ;;
##############################################
lwatch-0.6.2/config.sub-127-    os=-linux-android
lwatch-0.6.2/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
lwatch-0.6.2/config.sub-129-    ;;
lwatch-0.6.2/config.sub-130-  *)
lwatch-0.6.2/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
lwatch-0.6.2/config.sub-132-    if [ $basic_machine != $1 ]
lwatch-0.6.2/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
lwatch-0.6.2/config.sub-134-    else os=; fi
##############################################
lwatch-0.6.2/config.sub-181-		os=-sco5v6
lwatch-0.6.2/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-183-		;;
##############################################
lwatch-0.6.2/config.sub-185-		os=-sco3.2v5
lwatch-0.6.2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-187-		;;
##############################################
lwatch-0.6.2/config.sub-189-		os=-sco3.2v4
lwatch-0.6.2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-191-		;;
lwatch-0.6.2/config.sub-192-	-sco3.2.[4-9]*)
lwatch-0.6.2/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lwatch-0.6.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-195-		;;
##############################################
lwatch-0.6.2/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
lwatch-0.6.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-199-		;;
##############################################
lwatch-0.6.2/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
lwatch-0.6.2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-203-		;;
##############################################
lwatch-0.6.2/config.sub-205-		os=-sco3.2v2
lwatch-0.6.2/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-207-		;;
lwatch-0.6.2/config.sub-208-	-udk*)
lwatch-0.6.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-210-		;;
##############################################
lwatch-0.6.2/config.sub-212-		os=-isc2.2
lwatch-0.6.2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-214-		;;
##############################################
lwatch-0.6.2/config.sub-218-	-isc*)
lwatch-0.6.2/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lwatch-0.6.2/config.sub-220-		;;
##############################################
lwatch-0.6.2/config.sub-230-	-ptx*)
lwatch-0.6.2/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
lwatch-0.6.2/config.sub-232-		;;
lwatch-0.6.2/config.sub-233-	-windowsnt*)
lwatch-0.6.2/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
lwatch-0.6.2/config.sub-235-		;;
##############################################
lwatch-0.6.2/config.sub-359-	*-*-*)
lwatch-0.6.2/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
lwatch-0.6.2/config.sub-361-		exit 1
##############################################
lwatch-0.6.2/config.sub-479-	amd64-*)
lwatch-0.6.2/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-481-		;;
##############################################
lwatch-0.6.2/config.sub-521-	blackfin-*)
lwatch-0.6.2/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-523-		os=-linux
##############################################
lwatch-0.6.2/config.sub-529-	c54x-*)
lwatch-0.6.2/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-531-		;;
lwatch-0.6.2/config.sub-532-	c55x-*)
lwatch-0.6.2/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-534-		;;
lwatch-0.6.2/config.sub-535-	c6x-*)
lwatch-0.6.2/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-537-		;;
##############################################
lwatch-0.6.2/config.sub-732-	i*86v32)
lwatch-0.6.2/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lwatch-0.6.2/config.sub-734-		os=-sysv32
##############################################
lwatch-0.6.2/config.sub-736-	i*86v4*)
lwatch-0.6.2/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lwatch-0.6.2/config.sub-738-		os=-sysv4
##############################################
lwatch-0.6.2/config.sub-740-	i*86v)
lwatch-0.6.2/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lwatch-0.6.2/config.sub-742-		os=-sysv
##############################################
lwatch-0.6.2/config.sub-744-	i*86sol2)
lwatch-0.6.2/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lwatch-0.6.2/config.sub-746-		os=-solaris2
##############################################
lwatch-0.6.2/config.sub-774-	m68knommu-*)
lwatch-0.6.2/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-776-		os=-linux
##############################################
lwatch-0.6.2/config.sub-811-	mips3*-*)
lwatch-0.6.2/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
lwatch-0.6.2/config.sub-813-		;;
lwatch-0.6.2/config.sub-814-	mips3*)
lwatch-0.6.2/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
lwatch-0.6.2/config.sub-816-		;;
##############################################
lwatch-0.6.2/config.sub-829-	ms1-*)
lwatch-0.6.2/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
lwatch-0.6.2/config.sub-831-		;;
##############################################
lwatch-0.6.2/config.sub-948-	parisc-*)
lwatch-0.6.2/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-950-		os=-linux
##############################################
lwatch-0.6.2/config.sub-964-	pc98-*)
lwatch-0.6.2/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-966-		;;
##############################################
lwatch-0.6.2/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
lwatch-0.6.2/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-981-		;;
lwatch-0.6.2/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
lwatch-0.6.2/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-984-		;;
lwatch-0.6.2/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
lwatch-0.6.2/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-987-		;;
lwatch-0.6.2/config.sub-988-	pentium4-*)
lwatch-0.6.2/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-990-		;;
##############################################
lwatch-0.6.2/config.sub-998-	ppc-* | ppcbe-*)
lwatch-0.6.2/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-1000-		;;
##############################################
lwatch-0.6.2/config.sub-1004-	ppcle-* | powerpclittle-*)
lwatch-0.6.2/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-1006-		;;
##############################################
lwatch-0.6.2/config.sub-1008-		;;
lwatch-0.6.2/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-1010-		;;
##############################################
lwatch-0.6.2/config.sub-1014-	ppc64le-* | powerpc64little-*)
lwatch-0.6.2/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-1016-		;;
##############################################
lwatch-0.6.2/config.sub-1097-	strongarm-* | thumb-*)
lwatch-0.6.2/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
lwatch-0.6.2/config.sub-1099-		;;
##############################################
lwatch-0.6.2/config.sub-1227-	xscale-* | xscalee[bl]-*)
lwatch-0.6.2/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
lwatch-0.6.2/config.sub-1229-		;;
##############################################
lwatch-0.6.2/config.sub-1304-	*)
lwatch-0.6.2/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
lwatch-0.6.2/config.sub-1306-		exit 1
##############################################
lwatch-0.6.2/config.sub-1312-	*-digital*)
lwatch-0.6.2/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
lwatch-0.6.2/config.sub-1314-		;;
lwatch-0.6.2/config.sub-1315-	*-commodore*)
lwatch-0.6.2/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
lwatch-0.6.2/config.sub-1317-		;;
##############################################
lwatch-0.6.2/config.sub-1333-	-solaris1 | -solaris1.*)
lwatch-0.6.2/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lwatch-0.6.2/config.sub-1335-		;;
##############################################
lwatch-0.6.2/config.sub-1345-	-gnu/linux*)
lwatch-0.6.2/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
lwatch-0.6.2/config.sub-1347-		;;
##############################################
lwatch-0.6.2/config.sub-1391-	-nto*)
lwatch-0.6.2/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
lwatch-0.6.2/config.sub-1393-		;;
##############################################
lwatch-0.6.2/config.sub-1398-	-mac*)
lwatch-0.6.2/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
lwatch-0.6.2/config.sub-1400-		;;
##############################################
lwatch-0.6.2/config.sub-1404-	-linux*)
lwatch-0.6.2/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
lwatch-0.6.2/config.sub-1406-		;;
lwatch-0.6.2/config.sub-1407-	-sunos5*)
lwatch-0.6.2/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
lwatch-0.6.2/config.sub-1409-		;;
lwatch-0.6.2/config.sub-1410-	-sunos6*)
lwatch-0.6.2/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
lwatch-0.6.2/config.sub-1412-		;;
##############################################
lwatch-0.6.2/config.sub-1459-	-sinix5.*)
lwatch-0.6.2/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
lwatch-0.6.2/config.sub-1461-		;;
##############################################
lwatch-0.6.2/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
lwatch-0.6.2/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
lwatch-0.6.2/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
lwatch-0.6.2/config.sub-1515-		exit 1
##############################################
lwatch-0.6.2/config.sub-1778-		esac
lwatch-0.6.2/config.sub:1779:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
lwatch-0.6.2/config.sub-1780-		;;
##############################################
lwatch-0.6.2/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lwatch-0.6.2/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lwatch-0.6.2/depcomp-71-
##############################################
lwatch-0.6.2/depcomp-217-  # Version 6 uses the directory in both cases.
lwatch-0.6.2/depcomp:218:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
lwatch-0.6.2/depcomp-219-  tmpdepfile="$stripped.u"
##############################################
lwatch-0.6.2/depcomp-228-  else
lwatch-0.6.2/depcomp:229:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
lwatch-0.6.2/depcomp-230-    tmpdepfile="$stripped.u"
##############################################
lwatch-0.6.2/depcomp-242-    # Do two passes, one to just change these to
lwatch-0.6.2/depcomp:243:    # `$object: dependent.h' and one to simply `dependent.h:'.
lwatch-0.6.2/depcomp-244-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lwatch-0.6.2/depcomp-283-  # Do two passes, one to just change these to
lwatch-0.6.2/depcomp:284:  # `$object: dependent.h' and one to simply `dependent.h:'.
lwatch-0.6.2/depcomp-285-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lwatch-0.6.2/depcomp-299-  # Much of this is similar to the tru64 case; see comments there.
lwatch-0.6.2/depcomp:300:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lwatch-0.6.2/depcomp-301-  test "x$dir" = "x$object" && dir=
lwatch-0.6.2/depcomp:302:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lwatch-0.6.2/depcomp-303-  if test "$libtool" = yes; then
##############################################
lwatch-0.6.2/depcomp-338-   # Subdirectories are respected.
lwatch-0.6.2/depcomp:339:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
lwatch-0.6.2/depcomp-340-   test "x$dir" = "x$object" && dir=
lwatch-0.6.2/depcomp:341:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
lwatch-0.6.2/depcomp-342-
##############################################
lwatch-0.6.2/depcomp-477-  done
lwatch-0.6.2/depcomp:478:  obj_suffix="`echo $object | sed 's/^.*\././'`"
lwatch-0.6.2/depcomp-479-  touch "$tmpdepfile"
##############################################
lwatch-0.6.2/doc/Makefile.in-39-  { \
lwatch-0.6.2/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lwatch-0.6.2/doc/Makefile.in-41-  }; \
##############################################
lwatch-0.6.2/doc/Makefile.in-110-  esac
lwatch-0.6.2/doc/Makefile.in:111:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lwatch-0.6.2/doc/Makefile.in-112-am__vpath_adj = case $$p in \
lwatch-0.6.2/doc/Makefile.in:113:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lwatch-0.6.2/doc/Makefile.in-114-    *) f=$$p;; \
lwatch-0.6.2/doc/Makefile.in-115-  esac;
lwatch-0.6.2/doc/Makefile.in:116:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lwatch-0.6.2/doc/Makefile.in-117-am__install_max = 40
lwatch-0.6.2/doc/Makefile.in-118-am__nobase_strip_setup = \
lwatch-0.6.2/doc/Makefile.in:119:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lwatch-0.6.2/doc/Makefile.in-120-am__nobase_strip = \
##############################################
lwatch-0.6.2/doc/Makefile.in-300-	test -n "$(man1dir)" \
lwatch-0.6.2/doc/Makefile.in:301:	  && test -n "`echo $$list1$$list2`" \
lwatch-0.6.2/doc/Makefile.in-302-	  || exit 0; \
##############################################
lwatch-0.6.2/doc/Makefile.in-343-	test -n "$(man5dir)" \
lwatch-0.6.2/doc/Makefile.in:344:	  && test -n "`echo $$list1$$list2`" \
lwatch-0.6.2/doc/Makefile.in-345-	  || exit 0; \
##############################################
lwatch-0.6.2/doc/Makefile.in-389-distdir: $(DISTFILES)
lwatch-0.6.2/doc/Makefile.in:390:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lwatch-0.6.2/doc/Makefile.in:391:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lwatch-0.6.2/doc/Makefile.in-392-	list='$(DISTFILES)'; \
##############################################
lwatch-0.6.2/doc/Makefile.in-403-	  if test -d $$d/$$file; then \
lwatch-0.6.2/doc/Makefile.in:404:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lwatch-0.6.2/doc/Makefile.in-405-	    if test -d "$(distdir)/$$file"; then \
##############################################
lwatch-0.6.2/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
lwatch-0.6.2/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lwatch-0.6.2/configure-45-  as_echo='print -r --'
lwatch-0.6.2/configure-46-  as_echo_n='print -rn --'
lwatch-0.6.2/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lwatch-0.6.2/configure-48-  as_echo='printf %s\n'
##############################################
lwatch-0.6.2/configure-50-else
lwatch-0.6.2/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lwatch-0.6.2/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lwatch-0.6.2/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
lwatch-0.6.2/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lwatch-0.6.2/configure-62-      esac;
##############################################
lwatch-0.6.2/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lwatch-0.6.2/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lwatch-0.6.2/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
lwatch-0.6.2/configure-324-      case $as_dir in #(
lwatch-0.6.2/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lwatch-0.6.2/configure-326-      *) as_qdir=$as_dir;;
##############################################
lwatch-0.6.2/configure-397-  {
lwatch-0.6.2/configure:398:    as_val=`expr "$@" || test $? -eq 1`
lwatch-0.6.2/configure-399-  }
##############################################
lwatch-0.6.2/configure-404-# ----------------------------------------
lwatch-0.6.2/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lwatch-0.6.2/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lwatch-0.6.2/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lwatch-0.6.2/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lwatch-0.6.2/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lwatch-0.6.2/configure-824-  case $ac_option in
lwatch-0.6.2/configure:825:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lwatch-0.6.2/configure-826-  *=)   ac_optarg= ;;
##############################################
lwatch-0.6.2/configure-868-  -disable-* | --disable-*)
lwatch-0.6.2/configure:869:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lwatch-0.6.2/configure-870-    # Reject names that are not valid shell variable names.
##############################################
lwatch-0.6.2/configure-873-    ac_useropt_orig=$ac_useropt
lwatch-0.6.2/configure:874:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lwatch-0.6.2/configure-875-    case $ac_user_opts in
##############################################
lwatch-0.6.2/configure-894-  -enable-* | --enable-*)
lwatch-0.6.2/configure:895:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lwatch-0.6.2/configure-896-    # Reject names that are not valid shell variable names.
##############################################
lwatch-0.6.2/configure-899-    ac_useropt_orig=$ac_useropt
lwatch-0.6.2/configure:900:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lwatch-0.6.2/configure-901-    case $ac_user_opts in
##############################################
lwatch-0.6.2/configure-1098-  -with-* | --with-*)
lwatch-0.6.2/configure:1099:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lwatch-0.6.2/configure-1100-    # Reject names that are not valid shell variable names.
##############################################
lwatch-0.6.2/configure-1103-    ac_useropt_orig=$ac_useropt
lwatch-0.6.2/configure:1104:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lwatch-0.6.2/configure-1105-    case $ac_user_opts in
##############################################
lwatch-0.6.2/configure-1114-  -without-* | --without-*)
lwatch-0.6.2/configure:1115:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lwatch-0.6.2/configure-1116-    # Reject names that are not valid shell variable names.
##############################################
lwatch-0.6.2/configure-1119-    ac_useropt_orig=$ac_useropt
lwatch-0.6.2/configure:1120:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lwatch-0.6.2/configure-1121-    case $ac_user_opts in
##############################################
lwatch-0.6.2/configure-1152-  *=*)
lwatch-0.6.2/configure:1153:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lwatch-0.6.2/configure-1154-    # Reject names that are not valid shell variable names.
##############################################
lwatch-0.6.2/configure-1173-if test -n "$ac_prev"; then
lwatch-0.6.2/configure:1174:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lwatch-0.6.2/configure-1175-  as_fn_error $? "missing argument to $ac_option"
##############################################
lwatch-0.6.2/configure-1195-    */ )
lwatch-0.6.2/configure:1196:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lwatch-0.6.2/configure-1197-      eval $ac_var=\$ac_val;;
##############################################
lwatch-0.6.2/configure-1230-ac_ls_di=`ls -di .` &&
lwatch-0.6.2/configure:1231:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lwatch-0.6.2/configure-1232-  as_fn_error $? "working directory cannot be determined"
##############################################
lwatch-0.6.2/configure-1286-case $srcdir in
lwatch-0.6.2/configure:1287:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lwatch-0.6.2/configure-1288-esac
##############################################
lwatch-0.6.2/configure-1329-By default, \`make install' will install all the files in
lwatch-0.6.2/configure:1330:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lwatch-0.6.2/configure:1331:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lwatch-0.6.2/configure-1332-for instance \`--prefix=\$HOME'.
##############################################
lwatch-0.6.2/configure-1427-*)
lwatch-0.6.2/configure:1428:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lwatch-0.6.2/configure-1429-  # A ".." for each directory in $ac_dir_suffix.
lwatch-0.6.2/configure:1430:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lwatch-0.6.2/configure-1431-  case $ac_top_builddir_sub in
##############################################
lwatch-0.6.2/configure-1911-    *\'*)
lwatch-0.6.2/configure:1912:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lwatch-0.6.2/configure-1913-    esac
##############################################
lwatch-0.6.2/configure-1994-      case $ac_val in
lwatch-0.6.2/configure:1995:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lwatch-0.6.2/configure-1996-      esac
##############################################
lwatch-0.6.2/configure-2009-	case $ac_val in
lwatch-0.6.2/configure:2010:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lwatch-0.6.2/configure-2011-	esac
##############################################
lwatch-0.6.2/configure-2129-    set,)
lwatch-0.6.2/configure:2130:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lwatch-0.6.2/configure:2131:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lwatch-0.6.2/configure-2132-      ac_cache_corrupted=: ;;
##############################################
lwatch-0.6.2/configure-2140-	# differences in whitespace do not lead to failure.
lwatch-0.6.2/configure:2141:	ac_old_val_w=`echo x $ac_old_val`
lwatch-0.6.2/configure:2142:	ac_new_val_w=`echo x $ac_new_val`
lwatch-0.6.2/configure-2143-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lwatch-0.6.2/configure-2160-    case $ac_new_val in
lwatch-0.6.2/configure:2161:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lwatch-0.6.2/configure-2162-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lwatch-0.6.2/configure-2229-test "x$ac_build_alias" = x &&
lwatch-0.6.2/configure:2230:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
lwatch-0.6.2/configure-2231-test "x$ac_build_alias" = x &&
lwatch-0.6.2/configure-2232-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
lwatch-0.6.2/configure:2233:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
lwatch-0.6.2/configure-2234-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
lwatch-0.6.2/configure-2253-IFS=$ac_save_IFS
lwatch-0.6.2/configure:2254:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
lwatch-0.6.2/configure-2255-
##############################################
lwatch-0.6.2/configure-2264-else
lwatch-0.6.2/configure:2265:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
lwatch-0.6.2/configure-2266-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
lwatch-0.6.2/configure-2286-IFS=$ac_save_IFS
lwatch-0.6.2/configure:2287:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
lwatch-0.6.2/configure-2288-
##############################################
lwatch-0.6.2/configure-2297-else
lwatch-0.6.2/configure:2298:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
lwatch-0.6.2/configure-2299-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
lwatch-0.6.2/configure-2319-IFS=$ac_save_IFS
lwatch-0.6.2/configure:2320:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
lwatch-0.6.2/configure-2321-
##############################################
lwatch-0.6.2/configure-2448-     echo "timestamp, slept: $am_has_slept" > conftest.file
lwatch-0.6.2/configure:2449:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lwatch-0.6.2/configure-2450-     if test "$*" = "X"; then
lwatch-0.6.2/configure-2451-	# -L didn't work.
lwatch-0.6.2/configure:2452:	set X `ls -t "$srcdir/configure" conftest.file`
lwatch-0.6.2/configure-2453-     fi
##############################################
lwatch-0.6.2/configure-2499-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lwatch-0.6.2/configure:2500:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lwatch-0.6.2/configure-2501-
lwatch-0.6.2/configure-2502-# expand $ac_aux_dir to an absolute path
lwatch-0.6.2/configure:2503:am_aux_dir=`cd $ac_aux_dir && pwd`
lwatch-0.6.2/configure-2504-
##############################################
lwatch-0.6.2/configure-2644-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lwatch-0.6.2/configure:2645:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lwatch-0.6.2/configure-2646-	     'mkdir (GNU coreutils) '* | \
##############################################
lwatch-0.6.2/configure-2717-set x ${MAKE-make}
lwatch-0.6.2/configure:2718:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lwatch-0.6.2/configure-2719-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lwatch-0.6.2/configure-2727-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lwatch-0.6.2/configure:2728:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lwatch-0.6.2/configure-2729-  *@@@%%%=?*=@@@%%%*)
##############################################
lwatch-0.6.2/configure-2793-
lwatch-0.6.2/configure:2794:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lwatch-0.6.2/configure-2795-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lwatch-0.6.2/configure-3410-$as_echo_n "checking whether the C compiler works... " >&6; }
lwatch-0.6.2/configure:3411:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lwatch-0.6.2/configure-3412-
##############################################
lwatch-0.6.2/configure-3454-	then :; else
lwatch-0.6.2/configure:3455:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lwatch-0.6.2/configure-3456-	fi
##############################################
lwatch-0.6.2/configure-3514-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lwatch-0.6.2/configure:3515:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lwatch-0.6.2/configure-3516-	  break;;
##############################################
lwatch-0.6.2/configure-3623-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lwatch-0.6.2/configure:3624:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lwatch-0.6.2/configure-3625-       break;;
##############################################
lwatch-0.6.2/configure-3931-# Ignore all kinds of additional output from 'make'.
lwatch-0.6.2/configure:3932:case `$am_make -s -f confmf 2> /dev/null` in #(
lwatch-0.6.2/configure-3933-*the\ am__doit\ target*)
##############################################
lwatch-0.6.2/configure-3941-   echo '.include "confinc"' > confmf
lwatch-0.6.2/configure:3942:   case `$am_make -s -f confmf 2> /dev/null` in #(
lwatch-0.6.2/configure-3943-   *the\ am__doit\ target*)
##############################################
lwatch-0.6.2/configure-4004-  if test "$am_compiler_list" = ""; then
lwatch-0.6.2/configure:4005:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lwatch-0.6.2/configure-4006-  fi
##############################################
lwatch-0.6.2/configure-4222-/* end confdefs.h.  */
lwatch-0.6.2/configure:4223:`cat $LEX_OUTPUT_ROOT.c`
lwatch-0.6.2/configure-4224-_ACEOF
##############################################
lwatch-0.6.2/configure-4255-  #define YYTEXT_POINTER 1
lwatch-0.6.2/configure:4256:`cat $LEX_OUTPUT_ROOT.c`
lwatch-0.6.2/configure-4257-_ACEOF
##############################################
lwatch-0.6.2/configure-4391-  test $ac_status = 0; }; then
lwatch-0.6.2/configure:4392:  pkg_cv_pcre_CFLAGS=`$PKG_CONFIG --cflags "libpcre" 2>/dev/null`
lwatch-0.6.2/configure-4393-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lwatch-0.6.2/configure-4408-  test $ac_status = 0; }; then
lwatch-0.6.2/configure:4409:  pkg_cv_pcre_LIBS=`$PKG_CONFIG --libs "libpcre" 2>/dev/null`
lwatch-0.6.2/configure-4410-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lwatch-0.6.2/configure-4429-        if test $_pkg_short_errors_supported = yes; then
lwatch-0.6.2/configure:4430:	        pcre_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpcre" 2>&1`
lwatch-0.6.2/configure-4431-        else
lwatch-0.6.2/configure:4432:	        pcre_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpcre" 2>&1`
lwatch-0.6.2/configure-4433-        fi
##############################################
lwatch-0.6.2/configure-4608-  # Check for GNU $ac_path_GREP
lwatch-0.6.2/configure:4609:case `"$ac_path_GREP" --version 2>&1` in
lwatch-0.6.2/configure-4610-*GNU*)
##############################################
lwatch-0.6.2/configure-4674-  # Check for GNU $ac_path_EGREP
lwatch-0.6.2/configure:4675:case `"$ac_path_EGREP" --version 2>&1` in
lwatch-0.6.2/configure-4676-*GNU*)
##############################################
lwatch-0.6.2/configure-4835-do :
lwatch-0.6.2/configure:4836:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lwatch-0.6.2/configure-4837-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lwatch-0.6.2/configure-4840-  cat >>confdefs.h <<_ACEOF
lwatch-0.6.2/configure:4841:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lwatch-0.6.2/configure-4842-_ACEOF
##############################################
lwatch-0.6.2/configure-4850-do :
lwatch-0.6.2/configure:4851:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lwatch-0.6.2/configure-4852-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lwatch-0.6.2/configure-4854-  cat >>confdefs.h <<_ACEOF
lwatch-0.6.2/configure:4855:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lwatch-0.6.2/configure-4856-_ACEOF
##############################################
lwatch-0.6.2/configure-5051-do :
lwatch-0.6.2/configure:5052:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
lwatch-0.6.2/configure-5053-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
lwatch-0.6.2/configure-5055-  cat >>confdefs.h <<_ACEOF
lwatch-0.6.2/configure:5056:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
lwatch-0.6.2/configure-5057-_ACEOF
##############################################
lwatch-0.6.2/configure-5128-
lwatch-0.6.2/configure:5129:arc_sysconfdir=`eval echo $sysconfdir`
lwatch-0.6.2/configure-5130-cat >>confdefs.h <<_ACEOF
##############################################
lwatch-0.6.2/configure-5143-
lwatch-0.6.2/configure:5144:arc_localstatedir=`eval echo $localstatedir`
lwatch-0.6.2/configure-5145-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for default input file" >&5
##############################################
lwatch-0.6.2/configure-5282-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lwatch-0.6.2/configure:5283:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lwatch-0.6.2/configure-5284-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lwatch-0.6.2/configure-5377-if test -z "$BASH_VERSION$ZSH_VERSION" \
lwatch-0.6.2/configure:5378:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lwatch-0.6.2/configure-5379-  as_echo='print -r --'
lwatch-0.6.2/configure-5380-  as_echo_n='print -rn --'
lwatch-0.6.2/configure:5381:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lwatch-0.6.2/configure-5382-  as_echo='printf %s\n'
##############################################
lwatch-0.6.2/configure-5384-else
lwatch-0.6.2/configure:5385:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lwatch-0.6.2/configure-5386-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lwatch-0.6.2/configure-5394-	expr "X$arg" : "X\\(.*\\)$as_nl";
lwatch-0.6.2/configure:5395:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lwatch-0.6.2/configure-5396-      esac;
##############################################
lwatch-0.6.2/configure-5471-# ----------------------------------------
lwatch-0.6.2/configure:5472:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lwatch-0.6.2/configure-5473-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lwatch-0.6.2/configure-5543-  {
lwatch-0.6.2/configure:5544:    as_val=`expr "$@" || test $? -eq 1`
lwatch-0.6.2/configure-5545-  }
##############################################
lwatch-0.6.2/configure-5647-      case $as_dir in #(
lwatch-0.6.2/configure:5648:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lwatch-0.6.2/configure-5649-      *) as_qdir=$as_dir;;
##############################################
lwatch-0.6.2/configure-5782-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lwatch-0.6.2/configure:5783:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lwatch-0.6.2/configure-5784-ac_cs_version="\\
##############################################
lwatch-0.6.2/configure-5807-  --*=?*)
lwatch-0.6.2/configure:5808:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lwatch-0.6.2/configure:5809:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lwatch-0.6.2/configure-5810-    ac_shift=:
##############################################
lwatch-0.6.2/configure-5812-  --*=)
lwatch-0.6.2/configure:5813:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lwatch-0.6.2/configure-5814-    ac_optarg=
##############################################
lwatch-0.6.2/configure-5836-    case $ac_optarg in
lwatch-0.6.2/configure:5837:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lwatch-0.6.2/configure-5838-    '') as_fn_error $? "missing file argument" ;;
##############################################
lwatch-0.6.2/configure-5844-    case $ac_optarg in
lwatch-0.6.2/configure:5845:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lwatch-0.6.2/configure-5846-    esac
##############################################
lwatch-0.6.2/configure-5974-fi
lwatch-0.6.2/configure:5975:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lwatch-0.6.2/configure-5976-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lwatch-0.6.2/configure-5991-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lwatch-0.6.2/configure:5992:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lwatch-0.6.2/configure-5993-ac_delim='%!_!# '
##############################################
lwatch-0.6.2/configure-5997-
lwatch-0.6.2/configure:5998:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lwatch-0.6.2/configure-5999-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lwatch-0.6.2/configure-6135-for ac_last_try in false false :; do
lwatch-0.6.2/configure:6136:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lwatch-0.6.2/configure-6137-  if test -z "$ac_tt"; then
##############################################
lwatch-0.6.2/configure-6267-      esac
lwatch-0.6.2/configure:6268:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lwatch-0.6.2/configure-6269-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lwatch-0.6.2/configure-6326-*)
lwatch-0.6.2/configure:6327:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lwatch-0.6.2/configure-6328-  # A ".." for each directory in $ac_dir_suffix.
lwatch-0.6.2/configure:6329:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lwatch-0.6.2/configure-6330-  case $ac_top_builddir_sub in
##############################################
lwatch-0.6.2/configure-6387-/@mandir@/p'
lwatch-0.6.2/configure:6388:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lwatch-0.6.2/configure-6389-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lwatch-0.6.2/configure-6404-
lwatch-0.6.2/configure:6405:# Neutralize VPATH when `$srcdir' = `.'.
lwatch-0.6.2/configure-6406-# Shell code in configure.ac might set extrasub.
##############################################
lwatch-0.6.2/configure-6432-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lwatch-0.6.2/configure:6433:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lwatch-0.6.2/configure-6434-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lwatch-0.6.2/configure-6478-    * )
lwatch-0.6.2/configure:6479:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lwatch-0.6.2/configure-6480-  esac
##############################################
lwatch-0.6.2/configure-6525-    # Strip MF so we end up with the name of the file.
lwatch-0.6.2/configure:6526:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lwatch-0.6.2/configure-6527-    # Check whether this is an Automake generated Makefile or not.
##############################################
lwatch-0.6.2/configure-6562-    # from the Makefile without running 'make'.
lwatch-0.6.2/configure:6563:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lwatch-0.6.2/configure-6564-    test -z "$DEPDIR" && continue
lwatch-0.6.2/configure:6565:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lwatch-0.6.2/configure-6566-    test -z "$am__include" && continue
lwatch-0.6.2/configure:6567:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lwatch-0.6.2/configure-6568-    # Find all dependency output files, they are included files with
##############################################
lwatch-0.6.2/src/Makefile.in-41-  { \
lwatch-0.6.2/src/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lwatch-0.6.2/src/Makefile.in-43-  }; \
##############################################
lwatch-0.6.2/src/Makefile.in-146-  esac
lwatch-0.6.2/src/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lwatch-0.6.2/src/Makefile.in-148-am__vpath_adj = case $$p in \
lwatch-0.6.2/src/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lwatch-0.6.2/src/Makefile.in-150-    *) f=$$p;; \
lwatch-0.6.2/src/Makefile.in-151-  esac;
lwatch-0.6.2/src/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lwatch-0.6.2/src/Makefile.in-153-am__install_max = 40
lwatch-0.6.2/src/Makefile.in-154-am__nobase_strip_setup = \
lwatch-0.6.2/src/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lwatch-0.6.2/src/Makefile.in-156-am__nobase_strip = \
##############################################
lwatch-0.6.2/src/Makefile.in-433-.c.obj:
lwatch-0.6.2/src/Makefile.in:434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lwatch-0.6.2/src/Makefile.in-435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lwatch-0.6.2/src/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lwatch-0.6.2/src/Makefile.in:438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lwatch-0.6.2/src/Makefile.in-439-
##############################################
lwatch-0.6.2/src/Makefile.in-460-	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
lwatch-0.6.2/src/Makefile.in:461:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lwatch-0.6.2/src/Makefile.in-462-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
lwatch-0.6.2/src/Makefile.in-493-GTAGS:
lwatch-0.6.2/src/Makefile.in:494:	here=`$(am__cd) $(top_builddir) && pwd` \
lwatch-0.6.2/src/Makefile.in-495-	  && $(am__cd) $(top_srcdir) \
##############################################
lwatch-0.6.2/src/Makefile.in-516-distdir: $(DISTFILES)
lwatch-0.6.2/src/Makefile.in:517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lwatch-0.6.2/src/Makefile.in:518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lwatch-0.6.2/src/Makefile.in-519-	list='$(DISTFILES)'; \
##############################################
lwatch-0.6.2/src/Makefile.in-530-	  if test -d $$d/$$file; then \
lwatch-0.6.2/src/Makefile.in:531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lwatch-0.6.2/src/Makefile.in-532-	    if test -d "$(distdir)/$$file"; then \
##############################################
lwatch-0.6.2/compile-67-	mingw/*)
lwatch-0.6.2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lwatch-0.6.2/compile-69-	  ;;
lwatch-0.6.2/compile-70-	cygwin/*)
lwatch-0.6.2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
lwatch-0.6.2/compile-72-	  ;;
lwatch-0.6.2/compile-73-	wine/*)
lwatch-0.6.2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
lwatch-0.6.2/compile-75-	  ;;
##############################################
lwatch-0.6.2/compile-309-# Name of file we expect compiler to create.
lwatch-0.6.2/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lwatch-0.6.2/compile-311-
##############################################
lwatch-0.6.2/compile-315-# object file name, since that is what matters with a parallel build.
lwatch-0.6.2/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lwatch-0.6.2/compile-317-while true; do
##############################################
lwatch-0.6.2/ylwrap-127-  # The directory holding the input.
lwatch-0.6.2/ylwrap:128:  input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
lwatch-0.6.2/ylwrap-129-  # Quote $INPUT_DIR so we can use it in a regexp.
lwatch-0.6.2/ylwrap-130-  # FIXME: really we should care about more than `.' and `\'.
lwatch-0.6.2/ylwrap:131:  input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
lwatch-0.6.2/ylwrap-132-
##############################################
lwatch-0.6.2/ylwrap-160-	realtarget="$target"
lwatch-0.6.2/ylwrap:161:	target="tmp-`echo $target | sed s/.*[\\/]//g`"
lwatch-0.6.2/ylwrap-162-      fi
##############################################
lwatch-0.6.2/missing-131-       # Could not run --version or --help.  This is probably someone
lwatch-0.6.2/missing:132:       # running `$TOOL --version' or `$TOOL --help' to check whether
lwatch-0.6.2/missing-133-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
lwatch-0.6.2/missing-165-         from any GNU archive site."
lwatch-0.6.2/missing:166:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
lwatch-0.6.2/missing-167-    test -z "$files" && files="config.h"
##############################################
lwatch-0.6.2/missing-194-         proper tools for further handling them.
lwatch-0.6.2/missing:195:         You can get \`$1' as part of \`Autoconf' from any GNU
lwatch-0.6.2/missing-196-         archive site."
lwatch-0.6.2/missing-197-
lwatch-0.6.2/missing:198:    file=`echo "$*" | sed -n "$sed_output"`
lwatch-0.6.2/missing:199:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lwatch-0.6.2/missing-200-    if test -f "$file"; then
##############################################
lwatch-0.6.2/missing-223-	*.y)
lwatch-0.6.2/missing:224:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
lwatch-0.6.2/missing-225-	    if test -f "$SRCFILE"; then
##############################################
lwatch-0.6.2/missing-227-	    fi
lwatch-0.6.2/missing:228:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
lwatch-0.6.2/missing-229-	    if test -f "$SRCFILE"; then
##############################################
lwatch-0.6.2/missing-253-	*.l)
lwatch-0.6.2/missing:254:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
lwatch-0.6.2/missing-255-	    if test -f "$SRCFILE"; then
##############################################
lwatch-0.6.2/missing-272-
lwatch-0.6.2/missing:273:    file=`echo "$*" | sed -n "$sed_output"`
lwatch-0.6.2/missing:274:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lwatch-0.6.2/missing-275-    if test -f "$file"; then
##############################################
lwatch-0.6.2/missing-292-    # The file to touch is that specified with -o ...
lwatch-0.6.2/missing:293:    file=`echo "$*" | sed -n "$sed_output"`
lwatch-0.6.2/missing:294:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
lwatch-0.6.2/missing-295-    if test -z "$file"; then
lwatch-0.6.2/missing-296-      # ... or it is the one specified with @setfilename ...
lwatch-0.6.2/missing:297:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
lwatch-0.6.2/missing-298-      file=`sed -n '
##############################################
lwatch-0.6.2/missing-304-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
lwatch-0.6.2/missing:305:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
lwatch-0.6.2/missing-306-    fi
##############################################
lwatch-0.6.2/missing-328-	*o*)
lwatch-0.6.2/missing:329:	    firstarg=`echo "$firstarg" | sed s/o//`
lwatch-0.6.2/missing-330-	    tar "$firstarg" "$@" && exit 0
##############################################
lwatch-0.6.2/missing-334-	*h*)
lwatch-0.6.2/missing:335:	    firstarg=`echo "$firstarg" | sed s/h//`
lwatch-0.6.2/missing-336-	    tar "$firstarg" "$@" && exit 0
##############################################
lwatch-0.6.2/config.guess-34-
lwatch-0.6.2/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
lwatch-0.6.2/config.guess-36-
##############################################
lwatch-0.6.2/config.guess-102-: ${TMPDIR=/tmp} ;
lwatch-0.6.2/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lwatch-0.6.2/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
lwatch-0.6.2/config.guess-151-	EOF
lwatch-0.6.2/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
lwatch-0.6.2/config.guess-153-	;;
##############################################
lwatch-0.6.2/config.guess-209-	    *)
lwatch-0.6.2/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
lwatch-0.6.2/config.guess-211-		;;
##############################################
lwatch-0.6.2/config.guess-240-	*4.0)
lwatch-0.6.2/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lwatch-0.6.2/config.guess-242-		;;
lwatch-0.6.2/config.guess-243-	*5.*)
lwatch-0.6.2/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
lwatch-0.6.2/config.guess-245-		;;
##############################################
lwatch-0.6.2/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
lwatch-0.6.2/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lwatch-0.6.2/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
lwatch-0.6.2/config.guess-288-	# 1.2 uses "1.2" for uname -r.
lwatch-0.6.2/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
lwatch-0.6.2/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
lwatch-0.6.2/config.guess-348-    s390x:SunOS:*:*)
lwatch-0.6.2/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lwatch-0.6.2/config.guess-350-	exit ;;
lwatch-0.6.2/config.guess-351-    sun4H:SunOS:5.*:*)
lwatch-0.6.2/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lwatch-0.6.2/config.guess-353-	exit ;;
lwatch-0.6.2/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lwatch-0.6.2/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lwatch-0.6.2/config.guess-356-	exit ;;
##############################################
lwatch-0.6.2/config.guess-373-	fi
lwatch-0.6.2/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lwatch-0.6.2/config.guess-375-	exit ;;
##############################################
lwatch-0.6.2/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
lwatch-0.6.2/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lwatch-0.6.2/config.guess-381-	exit ;;
##############################################
lwatch-0.6.2/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
lwatch-0.6.2/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
lwatch-0.6.2/config.guess-390-	exit ;;
##############################################
lwatch-0.6.2/config.guess-394-    sun*:*:4.2BSD:*)
lwatch-0.6.2/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lwatch-0.6.2/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
lwatch-0.6.2/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
lwatch-0.6.2/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
lwatch-0.6.2/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
lwatch-0.6.2/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
lwatch-0.6.2/config.guess-532-    *:IRIX*:*:*)
lwatch-0.6.2/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
lwatch-0.6.2/config.guess-534-	exit ;;
##############################################
lwatch-0.6.2/config.guess-562-EOF
lwatch-0.6.2/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
lwatch-0.6.2/config.guess-564-		then
##############################################
lwatch-0.6.2/config.guess-575-    *:AIX:*:[4567])
lwatch-0.6.2/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lwatch-0.6.2/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
lwatch-0.6.2/config.guess-610-    9000/[34678]??:HP-UX:*:*)
lwatch-0.6.2/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lwatch-0.6.2/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
lwatch-0.6.2/config.guess-664-EOF
lwatch-0.6.2/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
lwatch-0.6.2/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lwatch-0.6.2/config.guess-692-    ia64:HP-UX:*:*)
lwatch-0.6.2/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lwatch-0.6.2/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
lwatch-0.6.2/config.guess-722-EOF
lwatch-0.6.2/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
lwatch-0.6.2/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
lwatch-0.6.2/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lwatch-0.6.2/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
lwatch-0.6.2/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lwatch-0.6.2/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lwatch-0.6.2/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
lwatch-0.6.2/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lwatch-0.6.2/config.guess-814-	    amd64)
lwatch-0.6.2/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
lwatch-0.6.2/config.guess-816-	    *)
lwatch-0.6.2/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
lwatch-0.6.2/config.guess-818-	esac
##############################################
lwatch-0.6.2/config.guess-872-    prep*:SunOS:5.*:*)
lwatch-0.6.2/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lwatch-0.6.2/config.guess-874-	exit ;;
##############################################
lwatch-0.6.2/config.guess-876-	# the GNU system
lwatch-0.6.2/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
lwatch-0.6.2/config.guess-878-	exit ;;
##############################################
lwatch-0.6.2/config.guess-880-	# other systems with GNU libc and userland
lwatch-0.6.2/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
lwatch-0.6.2/config.guess-882-	exit ;;
##############################################
lwatch-0.6.2/config.guess-968-EOF
lwatch-0.6.2/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
lwatch-0.6.2/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
lwatch-0.6.2/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
lwatch-0.6.2/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
lwatch-0.6.2/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lwatch-0.6.2/config.guess-1337-    *:DragonFly:*:*)
lwatch-0.6.2/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
lwatch-0.6.2/config.guess-1339-	exit ;;
##############################################
lwatch-0.6.2/config.guess-1350-    i*86:skyos:*:*)
lwatch-0.6.2/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
lwatch-0.6.2/config.guess-1352-	exit ;;
##############################################
lwatch-0.6.2/config.guess-1478-
lwatch-0.6.2/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
lwatch-0.6.2/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }