===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnomekiss-2.0/missing-128-       # Could not run --version or --help.  This is probably someone
gnomekiss-2.0/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
gnomekiss-2.0/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
gnomekiss-2.0/missing-162-         from any GNU archive site."
gnomekiss-2.0/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gnomekiss-2.0/missing-164-    test -z "$files" && files="config.h"
##############################################
gnomekiss-2.0/missing-191-         proper tools for further handling them.
gnomekiss-2.0/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
gnomekiss-2.0/missing-193-         archive site."
gnomekiss-2.0/missing-194-
gnomekiss-2.0/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
gnomekiss-2.0/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
gnomekiss-2.0/missing-197-    if test -f "$file"; then
##############################################
gnomekiss-2.0/missing-220-	*.y)
gnomekiss-2.0/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gnomekiss-2.0/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
gnomekiss-2.0/missing-224-	    fi
gnomekiss-2.0/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gnomekiss-2.0/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
gnomekiss-2.0/missing-250-	*.l)
gnomekiss-2.0/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gnomekiss-2.0/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
gnomekiss-2.0/missing-269-
gnomekiss-2.0/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
gnomekiss-2.0/missing-271-    if test -z "$file"; then
gnomekiss-2.0/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
gnomekiss-2.0/missing-273-    fi
##############################################
gnomekiss-2.0/missing-291-    # The file to touch is that specified with -o ...
gnomekiss-2.0/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
gnomekiss-2.0/missing-293-    if test -z "$file"; then
gnomekiss-2.0/missing-294-      # ... or it is the one specified with @setfilename ...
gnomekiss-2.0/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gnomekiss-2.0/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
gnomekiss-2.0/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gnomekiss-2.0/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gnomekiss-2.0/missing-299-    fi
##############################################
gnomekiss-2.0/missing-318-	*o*)
gnomekiss-2.0/missing:319:	    firstarg=`echo "$firstarg" | sed s/o//`
gnomekiss-2.0/missing-320-	    tar "$firstarg" "$@" && exit 0
##############################################
gnomekiss-2.0/missing-324-	*h*)
gnomekiss-2.0/missing:325:	    firstarg=`echo "$firstarg" | sed s/h//`
gnomekiss-2.0/missing-326-	    tar "$firstarg" "$@" && exit 0
##############################################
gnomekiss-2.0/doc/Makefile.in-193-	  else file=$$i; fi; \
gnomekiss-2.0/doc/Makefile.in:194:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
gnomekiss-2.0/doc/Makefile.in-195-	  case "$$ext" in \
##############################################
gnomekiss-2.0/doc/Makefile.in-198-	  esac; \
gnomekiss-2.0/doc/Makefile.in:199:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
gnomekiss-2.0/doc/Makefile.in:200:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
gnomekiss-2.0/doc/Makefile.in:201:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
gnomekiss-2.0/doc/Makefile.in-202-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
gnomekiss-2.0/doc/Makefile.in-214-	for i in $$list; do \
gnomekiss-2.0/doc/Makefile.in:215:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
gnomekiss-2.0/doc/Makefile.in-216-	  case "$$ext" in \
##############################################
gnomekiss-2.0/doc/Makefile.in-219-	  esac; \
gnomekiss-2.0/doc/Makefile.in:220:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
gnomekiss-2.0/doc/Makefile.in:221:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
gnomekiss-2.0/doc/Makefile.in:222:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
gnomekiss-2.0/doc/Makefile.in-223-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
gnomekiss-2.0/doc/Makefile.in-233-distdir: $(DISTFILES)
gnomekiss-2.0/doc/Makefile.in:234:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gnomekiss-2.0/doc/Makefile.in:235:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gnomekiss-2.0/doc/Makefile.in-236-	list='$(DISTFILES)'; for file in $$list; do \
gnomekiss-2.0/doc/Makefile.in-237-	  case $$file in \
gnomekiss-2.0/doc/Makefile.in:238:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gnomekiss-2.0/doc/Makefile.in:239:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gnomekiss-2.0/doc/Makefile.in-240-	  esac; \
gnomekiss-2.0/doc/Makefile.in-241-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gnomekiss-2.0/doc/Makefile.in:242:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gnomekiss-2.0/doc/Makefile.in-243-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gnomekiss-2.0/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gnomekiss-2.0/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gnomekiss-2.0/depcomp-70-
##############################################
gnomekiss-2.0/depcomp-203-  # Version 6 uses the directory in both cases.
gnomekiss-2.0/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
gnomekiss-2.0/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
gnomekiss-2.0/depcomp-214-  else
gnomekiss-2.0/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
gnomekiss-2.0/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
gnomekiss-2.0/depcomp-228-    # Do two passes, one to just change these to
gnomekiss-2.0/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
gnomekiss-2.0/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gnomekiss-2.0/depcomp-269-  # Do two passes, one to just change these to
gnomekiss-2.0/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
gnomekiss-2.0/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gnomekiss-2.0/depcomp-284-   # Subdirectories are respected.
gnomekiss-2.0/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gnomekiss-2.0/depcomp-286-   test "x$dir" = "x$object" && dir=
gnomekiss-2.0/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gnomekiss-2.0/depcomp-288-
##############################################
gnomekiss-2.0/depcomp-423-  done
gnomekiss-2.0/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
gnomekiss-2.0/depcomp-425-  touch "$tmpdepfile"
##############################################
gnomekiss-2.0/autogen.sh-3-
gnomekiss-2.0/autogen.sh:4:srcdir=`dirname $0`
gnomekiss-2.0/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
gnomekiss-2.0/autogen.sh-103-
gnomekiss-2.0/autogen.sh:104:for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.in -print`
gnomekiss-2.0/autogen.sh-105-do 
gnomekiss-2.0/autogen.sh:106:  dr=`dirname $coin`
gnomekiss-2.0/autogen.sh-107-  if test -f $dr/NO-AUTO-GEN; then
##############################################
gnomekiss-2.0/install-sh-210-      fi
gnomekiss-2.0/install-sh:211:      dst=$dst/`basename "$src"`
gnomekiss-2.0/install-sh-212-    fi
##############################################
gnomekiss-2.0/install-sh-215-  # This sed command emulates the dirname command.
gnomekiss-2.0/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
gnomekiss-2.0/install-sh-217-
##############################################
gnomekiss-2.0/install-sh-228-    IFS='%'
gnomekiss-2.0/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
gnomekiss-2.0/install-sh-230-    shift
##############################################
gnomekiss-2.0/install-sh-256-  else
gnomekiss-2.0/install-sh:257:    dstfile=`basename "$dst"`
gnomekiss-2.0/install-sh-258-
##############################################
gnomekiss-2.0/src/Makefile.in-217-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gnomekiss-2.0/src/Makefile.in:218:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
gnomekiss-2.0/src/Makefile.in-219-	  if test -f $$p \
gnomekiss-2.0/src/Makefile.in-220-	  ; then \
gnomekiss-2.0/src/Makefile.in:221:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
gnomekiss-2.0/src/Makefile.in-222-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gnomekiss-2.0/src/Makefile.in-229-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
gnomekiss-2.0/src/Makefile.in:230:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
gnomekiss-2.0/src/Makefile.in-231-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
gnomekiss-2.0/src/Makefile.in-269-.c.obj:
gnomekiss-2.0/src/Makefile.in:270:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
gnomekiss-2.0/src/Makefile.in-271-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
gnomekiss-2.0/src/Makefile.in-273-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnomekiss-2.0/src/Makefile.in:274:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gnomekiss-2.0/src/Makefile.in-275-uninstall-info-am:
##############################################
gnomekiss-2.0/src/Makefile.in-317-GTAGS:
gnomekiss-2.0/src/Makefile.in:318:	here=`$(am__cd) $(top_builddir) && pwd` \
gnomekiss-2.0/src/Makefile.in-319-	  && cd $(top_srcdir) \
##############################################
gnomekiss-2.0/src/Makefile.in-325-distdir: $(DISTFILES)
gnomekiss-2.0/src/Makefile.in:326:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gnomekiss-2.0/src/Makefile.in:327:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gnomekiss-2.0/src/Makefile.in-328-	list='$(DISTFILES)'; for file in $$list; do \
gnomekiss-2.0/src/Makefile.in-329-	  case $$file in \
gnomekiss-2.0/src/Makefile.in:330:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gnomekiss-2.0/src/Makefile.in:331:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gnomekiss-2.0/src/Makefile.in-332-	  esac; \
gnomekiss-2.0/src/Makefile.in-333-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gnomekiss-2.0/src/Makefile.in:334:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gnomekiss-2.0/src/Makefile.in-335-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gnomekiss-2.0/Makefile.in-247-	dot_seen=no; \
gnomekiss-2.0/Makefile.in:248:	target=`echo $@ | sed s/-recursive//`; \
gnomekiss-2.0/Makefile.in-249-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
gnomekiss-2.0/Makefile.in-283-	rev="$$rev ."; \
gnomekiss-2.0/Makefile.in:284:	target=`echo $@ | sed s/-recursive//`; \
gnomekiss-2.0/Makefile.in-285-	for subdir in $$rev; do \
##############################################
gnomekiss-2.0/Makefile.in-357-GTAGS:
gnomekiss-2.0/Makefile.in:358:	here=`$(am__cd) $(top_builddir) && pwd` \
gnomekiss-2.0/Makefile.in-359-	  && cd $(top_srcdir) \
##############################################
gnomekiss-2.0/Makefile.in-368-	$(mkdir_p) $(distdir)/. $(distdir)/po
gnomekiss-2.0/Makefile.in:369:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
gnomekiss-2.0/Makefile.in:370:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
gnomekiss-2.0/Makefile.in-371-	list='$(DISTFILES)'; for file in $$list; do \
gnomekiss-2.0/Makefile.in-372-	  case $$file in \
gnomekiss-2.0/Makefile.in:373:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
gnomekiss-2.0/Makefile.in:374:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
gnomekiss-2.0/Makefile.in-375-	  esac; \
gnomekiss-2.0/Makefile.in-376-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
gnomekiss-2.0/Makefile.in:377:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
gnomekiss-2.0/Makefile.in-378-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
gnomekiss-2.0/Makefile.in-399-	    || exit 1; \
gnomekiss-2.0/Makefile.in:400:	    distdir=`$(am__cd) $(distdir) && pwd`; \
gnomekiss-2.0/Makefile.in:401:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
gnomekiss-2.0/Makefile.in-402-	    (cd $$subdir && \
##############################################
gnomekiss-2.0/Makefile.in-462-	chmod a-w $(distdir)
gnomekiss-2.0/Makefile.in:463:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gnomekiss-2.0/Makefile.in-464-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gnomekiss-2.0/Makefile.in-493-	@cd $(distuninstallcheck_dir) \
gnomekiss-2.0/Makefile.in:494:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
gnomekiss-2.0/Makefile.in-495-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gnomekiss-2.0/Makefile.in-505-	fi
gnomekiss-2.0/Makefile.in:506:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gnomekiss-2.0/Makefile.in-507-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gnomekiss-2.0/po/Makefile.in.in-79-.po.gmo:
gnomekiss-2.0/po/Makefile.in.in:80:	file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
gnomekiss-2.0/po/Makefile.in.in-81-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
gnomekiss-2.0/po/Makefile.in.in-112-	for cat in $$catalogs; do \
gnomekiss-2.0/po/Makefile.in.in:113:	  cat=`basename $$cat`; \
gnomekiss-2.0/po/Makefile.in.in-114-	  case "$$cat" in \
##############################################
gnomekiss-2.0/po/Makefile.in.in-117-	  esac; \
gnomekiss-2.0/po/Makefile.in.in:118:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
gnomekiss-2.0/po/Makefile.in.in-119-	  dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
##############################################
gnomekiss-2.0/po/Makefile.in.in-164-	for cat in $$catalogs; do \
gnomekiss-2.0/po/Makefile.in.in:165:	  cat=`basename $$cat`; \
gnomekiss-2.0/po/Makefile.in.in:166:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
gnomekiss-2.0/po/Makefile.in.in-167-	  rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
##############################################
gnomekiss-2.0/po/Makefile.in.in-207-	for cat in $$catalogs; do \
gnomekiss-2.0/po/Makefile.in.in:208:	  cat=`basename $$cat`; \
gnomekiss-2.0/po/Makefile.in.in:209:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
gnomekiss-2.0/po/Makefile.in.in-210-	  echo "$$lang:"; \
##############################################
gnomekiss-2.0/mkinstalldirs-69-do
gnomekiss-2.0/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
gnomekiss-2.0/mkinstalldirs-71-  shift
##############################################
gnomekiss-2.0/aclocal.m4-215-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
gnomekiss-2.0/aclocal.m4:216:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
gnomekiss-2.0/aclocal.m4-217-	if test "$MSGFMT" != "no"; then
##############################################
gnomekiss-2.0/aclocal.m4-222-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
gnomekiss-2.0/aclocal.m4:223:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
gnomekiss-2.0/aclocal.m4-224-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
gnomekiss-2.0/aclocal.m4-370-   if test "x$srcdir" != "x."; then
gnomekiss-2.0/aclocal.m4:371:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gnomekiss-2.0/aclocal.m4-372-       posrcprefix="$srcdir/"
##############################################
gnomekiss-2.0/aclocal.m4-394-if test "x$CATOBJEXT" = "x.mo" ; then
gnomekiss-2.0/aclocal.m4:395:  localedir=`eval echo "${libdir}/locale"`
gnomekiss-2.0/aclocal.m4-396-else
gnomekiss-2.0/aclocal.m4:397:  localedir=`eval echo "${datadir}/locale"`
gnomekiss-2.0/aclocal.m4-398-fi
##############################################
gnomekiss-2.0/aclocal.m4-485-        PKG_CHECK_EXISTS([$3],
gnomekiss-2.0/aclocal.m4:486:                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
gnomekiss-2.0/aclocal.m4-487-			 [pkg_failed=yes])
##############################################
gnomekiss-2.0/aclocal.m4-533-        if test $_pkg_short_errors_supported = yes; then
gnomekiss-2.0/aclocal.m4:534:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
gnomekiss-2.0/aclocal.m4-535-        else 
gnomekiss-2.0/aclocal.m4:536:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
gnomekiss-2.0/aclocal.m4-537-        fi
##############################################
gnomekiss-2.0/aclocal.m4-598-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
gnomekiss-2.0/aclocal.m4:599:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
gnomekiss-2.0/aclocal.m4-600-#
##############################################
gnomekiss-2.0/aclocal.m4-622-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gnomekiss-2.0/aclocal.m4:623:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gnomekiss-2.0/aclocal.m4-624-# and then we would define $MISSING as
##############################################
gnomekiss-2.0/aclocal.m4-638-# expand $ac_aux_dir to an absolute path
gnomekiss-2.0/aclocal.m4:639:am_aux_dir=`cd $ac_aux_dir && pwd`
gnomekiss-2.0/aclocal.m4-640-])
##############################################
gnomekiss-2.0/aclocal.m4-759-  if test "$am_compiler_list" = ""; then
gnomekiss-2.0/aclocal.m4:760:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gnomekiss-2.0/aclocal.m4-761-  fi
##############################################
gnomekiss-2.0/aclocal.m4-869-  # Strip MF so we end up with the name of the file.
gnomekiss-2.0/aclocal.m4:870:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gnomekiss-2.0/aclocal.m4-871-  # Check whether this is an Automake generated Makefile or not.
##############################################
gnomekiss-2.0/aclocal.m4-877-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
gnomekiss-2.0/aclocal.m4:878:    dirpart=`AS_DIRNAME("$mf")`
gnomekiss-2.0/aclocal.m4-879-  else
##############################################
gnomekiss-2.0/aclocal.m4-883-  # from the Makefile without running `make'.
gnomekiss-2.0/aclocal.m4:884:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gnomekiss-2.0/aclocal.m4-885-  test -z "$DEPDIR" && continue
gnomekiss-2.0/aclocal.m4:886:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gnomekiss-2.0/aclocal.m4-887-  test -z "am__include" && continue
gnomekiss-2.0/aclocal.m4:888:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gnomekiss-2.0/aclocal.m4-889-  # When using ansi2knr, U may be empty or an underscore; expand it
gnomekiss-2.0/aclocal.m4:890:  U=`sed -n 's/^U = //p' < "$mf"`
gnomekiss-2.0/aclocal.m4-891-  # Find all dependency output files, they are included files with
##############################################
gnomekiss-2.0/aclocal.m4-899-    test -f "$dirpart/$file" && continue
gnomekiss-2.0/aclocal.m4:900:    fdir=`AS_DIRNAME(["$file"])`
gnomekiss-2.0/aclocal.m4-901-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
gnomekiss-2.0/aclocal.m4-966-# test to see if srcdir already configured
gnomekiss-2.0/aclocal.m4:967:if test "`cd $srcdir && pwd`" != "`pwd`" &&
gnomekiss-2.0/aclocal.m4-968-   test -f $srcdir/config.status; then
##############################################
gnomekiss-2.0/aclocal.m4-1042-    * )
gnomekiss-2.0/aclocal.m4:1043:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gnomekiss-2.0/aclocal.m4-1044-  esac
gnomekiss-2.0/aclocal.m4-1045-done
gnomekiss-2.0/aclocal.m4:1046:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
gnomekiss-2.0/aclocal.m4-1047-
##############################################
gnomekiss-2.0/aclocal.m4-1143-# case it prints its new name instead of `make'.
gnomekiss-2.0/aclocal.m4:1144:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gnomekiss-2.0/aclocal.m4-1145-   am__include=include
##############################################
gnomekiss-2.0/aclocal.m4-1151-   echo '.include "confinc"' > confmf
gnomekiss-2.0/aclocal.m4:1152:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gnomekiss-2.0/aclocal.m4-1153-      am__include=.include
##############################################
gnomekiss-2.0/aclocal.m4-1318-if (
gnomekiss-2.0/aclocal.m4:1319:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gnomekiss-2.0/aclocal.m4-1320-   if test "$[*]" = "X"; then
gnomekiss-2.0/aclocal.m4-1321-      # -L didn't work.
gnomekiss-2.0/aclocal.m4:1322:      set X `ls -t $srcdir/configure conftest.file`
gnomekiss-2.0/aclocal.m4-1323-   fi
##############################################
gnomekiss-2.0/configure-43-do
gnomekiss-2.0/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
gnomekiss-2.0/configure-45-    eval $as_var=C; export $as_var
##############################################
gnomekiss-2.0/configure-101-  as_lineno_2=$LINENO
gnomekiss-2.0/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
gnomekiss-2.0/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
gnomekiss-2.0/configure-140-  as_lineno_2=$LINENO
gnomekiss-2.0/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
gnomekiss-2.0/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
gnomekiss-2.0/configure-362-
gnomekiss-2.0/configure:363:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
gnomekiss-2.0/configure-364-
##############################################
gnomekiss-2.0/configure-395-  -disable-* | --disable-*)
gnomekiss-2.0/configure:396:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gnomekiss-2.0/configure-397-    # Reject names that are not valid shell variable names.
##############################################
gnomekiss-2.0/configure-400-   { (exit 1); exit 1; }; }
gnomekiss-2.0/configure:401:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
gnomekiss-2.0/configure-402-    eval "enable_$ac_feature=no" ;;
##############################################
gnomekiss-2.0/configure-404-  -enable-* | --enable-*)
gnomekiss-2.0/configure:405:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gnomekiss-2.0/configure-406-    # Reject names that are not valid shell variable names.
##############################################
gnomekiss-2.0/configure-409-   { (exit 1); exit 1; }; }
gnomekiss-2.0/configure:410:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
gnomekiss-2.0/configure-411-    case $ac_option in
gnomekiss-2.0/configure:412:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
gnomekiss-2.0/configure-413-      *) ac_optarg=yes ;;
##############################################
gnomekiss-2.0/configure-586-  -with-* | --with-*)
gnomekiss-2.0/configure:587:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gnomekiss-2.0/configure-588-    # Reject names that are not valid shell variable names.
##############################################
gnomekiss-2.0/configure-591-   { (exit 1); exit 1; }; }
gnomekiss-2.0/configure:592:    ac_package=`echo $ac_package| sed 's/-/_/g'`
gnomekiss-2.0/configure-593-    case $ac_option in
gnomekiss-2.0/configure:594:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
gnomekiss-2.0/configure-595-      *) ac_optarg=yes ;;
##############################################
gnomekiss-2.0/configure-599-  -without-* | --without-*)
gnomekiss-2.0/configure:600:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gnomekiss-2.0/configure-601-    # Reject names that are not valid shell variable names.
##############################################
gnomekiss-2.0/configure-604-   { (exit 1); exit 1; }; }
gnomekiss-2.0/configure:605:    ac_package=`echo $ac_package | sed 's/-/_/g'`
gnomekiss-2.0/configure-606-    eval "with_$ac_package=no" ;;
##############################################
gnomekiss-2.0/configure-631-  *=*)
gnomekiss-2.0/configure:632:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gnomekiss-2.0/configure-633-    # Reject names that are not valid shell variable names.
##############################################
gnomekiss-2.0/configure-636-   { (exit 1); exit 1; }; }
gnomekiss-2.0/configure:637:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
gnomekiss-2.0/configure-638-    eval "$ac_envvar='$ac_optarg'"
##############################################
gnomekiss-2.0/configure-652-if test -n "$ac_prev"; then
gnomekiss-2.0/configure:653:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gnomekiss-2.0/configure-654-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
gnomekiss-2.0/configure-660-do
gnomekiss-2.0/configure:661:  eval ac_val=$`echo $ac_var`
gnomekiss-2.0/configure-662-  case $ac_val in
##############################################
gnomekiss-2.0/configure-672-do
gnomekiss-2.0/configure:673:  eval ac_val=$`echo $ac_var`
gnomekiss-2.0/configure-674-  case $ac_val in
##############################################
gnomekiss-2.0/configure-739-   { (exit 1); exit 1; }; }
gnomekiss-2.0/configure:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
gnomekiss-2.0/configure-741-ac_env_build_alias_set=${build_alias+set}
##############################################
gnomekiss-2.0/configure-822-By default, \`make install' will install all the files in
gnomekiss-2.0/configure:823:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gnomekiss-2.0/configure:824:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gnomekiss-2.0/configure-825-for instance \`--prefix=\$HOME'.
##############################################
gnomekiss-2.0/configure-892-if test "$ac_dir" != .; then
gnomekiss-2.0/configure:893:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
gnomekiss-2.0/configure-894-  # A "../" for each directory in $ac_dir_suffix.
gnomekiss-2.0/configure:895:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
gnomekiss-2.0/configure-896-else
##############################################
gnomekiss-2.0/configure-905-    else
gnomekiss-2.0/configure:906:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
gnomekiss-2.0/configure-907-    fi ;;
##############################################
gnomekiss-2.0/configure-1059-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
gnomekiss-2.0/configure:1060:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gnomekiss-2.0/configure-1061-    esac
##############################################
gnomekiss-2.0/configure-1131-    do
gnomekiss-2.0/configure:1132:      eval ac_val=$`echo $ac_var`
gnomekiss-2.0/configure-1133-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
gnomekiss-2.0/configure-1145-      do
gnomekiss-2.0/configure:1146:	eval ac_val=$`echo $ac_var`
gnomekiss-2.0/configure-1147-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
gnomekiss-2.0/configure-1252-    set,)
gnomekiss-2.0/configure:1253:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gnomekiss-2.0/configure:1254:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gnomekiss-2.0/configure-1255-      ac_cache_corrupted=: ;;
##############################################
gnomekiss-2.0/configure-1275-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
gnomekiss-2.0/configure:1276:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gnomekiss-2.0/configure-1277-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gnomekiss-2.0/configure-1432-if (
gnomekiss-2.0/configure:1433:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
gnomekiss-2.0/configure-1434-   if test "$*" = "X"; then
gnomekiss-2.0/configure-1435-      # -L didn't work.
gnomekiss-2.0/configure:1436:      set X `ls -t $srcdir/configure conftest.file`
gnomekiss-2.0/configure-1437-   fi
##############################################
gnomekiss-2.0/configure-1476-_ACEOF
gnomekiss-2.0/configure:1477:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
gnomekiss-2.0/configure-1478-rm conftest.sed
##############################################
gnomekiss-2.0/configure-1480-# expand $ac_aux_dir to an absolute path
gnomekiss-2.0/configure:1481:am_aux_dir=`cd $ac_aux_dir && pwd`
gnomekiss-2.0/configure-1482-
##############################################
gnomekiss-2.0/configure-1567-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
gnomekiss-2.0/configure:1568:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
gnomekiss-2.0/configure-1569-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
gnomekiss-2.0/configure-1576-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
gnomekiss-2.0/configure:1577:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
gnomekiss-2.0/configure-1578-if test -n "$ac_maketemp"; then
##############################################
gnomekiss-2.0/configure-1584-fi
gnomekiss-2.0/configure:1585:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
gnomekiss-2.0/configure-1586-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
gnomekiss-2.0/configure-1604-# test to see if srcdir already configured
gnomekiss-2.0/configure:1605:if test "`cd $srcdir && pwd`" != "`pwd`" &&
gnomekiss-2.0/configure-1606-   test -f $srcdir/config.status; then
##############################################
gnomekiss-2.0/configure-1804-# case it prints its new name instead of `make'.
gnomekiss-2.0/configure:1805:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
gnomekiss-2.0/configure-1806-   am__include=include
##############################################
gnomekiss-2.0/configure-1812-   echo '.include "confinc"' > confmf
gnomekiss-2.0/configure:1813:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
gnomekiss-2.0/configure-1814-      am__include=.include
##############################################
gnomekiss-2.0/configure-2163-     "checking for C compiler version" >&5
gnomekiss-2.0/configure:2164:ac_compiler=`set X $ac_compile; echo $2`
gnomekiss-2.0/configure-2165-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
gnomekiss-2.0/configure-2202-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
gnomekiss-2.0/configure:2203:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gnomekiss-2.0/configure-2204-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
gnomekiss-2.0/configure-2230-    *.* )
gnomekiss-2.0/configure:2231:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gnomekiss-2.0/configure-2232-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
gnomekiss-2.0/configure-2310-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
gnomekiss-2.0/configure:2311:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gnomekiss-2.0/configure-2312-	  export ac_cv_exeext
##############################################
gnomekiss-2.0/configure-2360-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
gnomekiss-2.0/configure:2361:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gnomekiss-2.0/configure-2362-       break;;
##############################################
gnomekiss-2.0/configure-2439-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
gnomekiss-2.0/configure:2440:GCC=`test $ac_compiler_gnu = yes && echo yes`
gnomekiss-2.0/configure-2441-ac_test_CFLAGS=${CFLAGS+set}
##############################################
gnomekiss-2.0/configure-2803-  if test "$am_compiler_list" = ""; then
gnomekiss-2.0/configure:2804:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gnomekiss-2.0/configure-2805-  fi
##############################################
gnomekiss-2.0/configure-3329-     "checking for C compiler version" >&5
gnomekiss-2.0/configure:3330:ac_compiler=`set X $ac_compile; echo $2`
gnomekiss-2.0/configure-3331-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
gnomekiss-2.0/configure-3404-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
gnomekiss-2.0/configure:3405:GCC=`test $ac_compiler_gnu = yes && echo yes`
gnomekiss-2.0/configure-3406-ac_test_CFLAGS=${CFLAGS+set}
##############################################
gnomekiss-2.0/configure-3768-  if test "$am_compiler_list" = ""; then
gnomekiss-2.0/configure:3769:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gnomekiss-2.0/configure-3770-  fi
##############################################
gnomekiss-2.0/configure-4167-     "checking for C compiler version" >&5
gnomekiss-2.0/configure:4168:ac_compiler=`set X $ac_compile; echo $2`
gnomekiss-2.0/configure-4169-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
gnomekiss-2.0/configure-4242-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
gnomekiss-2.0/configure:4243:GCC=`test $ac_compiler_gnu = yes && echo yes`
gnomekiss-2.0/configure-4244-ac_test_CFLAGS=${CFLAGS+set}
##############################################
gnomekiss-2.0/configure-4606-  if test "$am_compiler_list" = ""; then
gnomekiss-2.0/configure:4607:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gnomekiss-2.0/configure-4608-  fi
##############################################
gnomekiss-2.0/configure-5228-  (exit $ac_status); }; then
gnomekiss-2.0/configure:5229:  pkg_cv_PACKAGE_CFLAGS=`$PKG_CONFIG --cflags "$pkg_modules" 2>/dev/null`
gnomekiss-2.0/configure-5230-else
##############################################
gnomekiss-2.0/configure-5246-  (exit $ac_status); }; then
gnomekiss-2.0/configure:5247:  pkg_cv_PACKAGE_LIBS=`$PKG_CONFIG --libs "$pkg_modules" 2>/dev/null`
gnomekiss-2.0/configure-5248-else
##############################################
gnomekiss-2.0/configure-5265-        if test $_pkg_short_errors_supported = yes; then
gnomekiss-2.0/configure:5266:	        PACKAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$pkg_modules"`
gnomekiss-2.0/configure-5267-        else
gnomekiss-2.0/configure:5268:	        PACKAGE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$pkg_modules"`
gnomekiss-2.0/configure-5269-        fi
##############################################
gnomekiss-2.0/configure-5349-do
gnomekiss-2.0/configure:5350:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnomekiss-2.0/configure-5351-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
gnomekiss-2.0/configure-5396-fi
gnomekiss-2.0/configure:5397:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
gnomekiss-2.0/configure:5398:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
gnomekiss-2.0/configure:5399:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnomekiss-2.0/configure-5400-  cat >>confdefs.h <<_ACEOF
gnomekiss-2.0/configure:5401:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnomekiss-2.0/configure-5402-_ACEOF
##############################################
gnomekiss-2.0/configure-5412-do
gnomekiss-2.0/configure:5413:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnomekiss-2.0/configure-5414-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
gnomekiss-2.0/configure-5419-fi
gnomekiss-2.0/configure:5420:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
gnomekiss-2.0/configure:5421:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
gnomekiss-2.0/configure-5422-else
##############################################
gnomekiss-2.0/configure-5546-fi
gnomekiss-2.0/configure:5547:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
gnomekiss-2.0/configure:5548:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
gnomekiss-2.0/configure-5549-
gnomekiss-2.0/configure-5550-fi
gnomekiss-2.0/configure:5551:if test `eval echo '${'$as_ac_Header'}'` = yes; then
gnomekiss-2.0/configure-5552-  cat >>confdefs.h <<_ACEOF
gnomekiss-2.0/configure:5553:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnomekiss-2.0/configure-5554-_ACEOF
##############################################
gnomekiss-2.0/configure-5897-do
gnomekiss-2.0/configure:5898:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnomekiss-2.0/configure-5899-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnomekiss-2.0/configure-5986-fi
gnomekiss-2.0/configure:5987:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
gnomekiss-2.0/configure:5988:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
gnomekiss-2.0/configure:5989:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnomekiss-2.0/configure-5990-  cat >>confdefs.h <<_ACEOF
gnomekiss-2.0/configure:5991:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnomekiss-2.0/configure-5992-_ACEOF
##############################################
gnomekiss-2.0/configure-6367-do
gnomekiss-2.0/configure:6368:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnomekiss-2.0/configure-6369-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnomekiss-2.0/configure-6456-fi
gnomekiss-2.0/configure:6457:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
gnomekiss-2.0/configure:6458:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
gnomekiss-2.0/configure:6459:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnomekiss-2.0/configure-6460-  cat >>confdefs.h <<_ACEOF
gnomekiss-2.0/configure:6461:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnomekiss-2.0/configure-6462-_ACEOF
##############################################
gnomekiss-2.0/configure-6510-    if test -f $ac_dir/$ac_word; then
gnomekiss-2.0/configure:6511:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
gnomekiss-2.0/configure-6512-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
gnomekiss-2.0/configure-6535-do
gnomekiss-2.0/configure:6536:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
gnomekiss-2.0/configure-6537-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
gnomekiss-2.0/configure-6624-fi
gnomekiss-2.0/configure:6625:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
gnomekiss-2.0/configure:6626:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
gnomekiss-2.0/configure:6627:if test `eval echo '${'$as_ac_var'}'` = yes; then
gnomekiss-2.0/configure-6628-  cat >>confdefs.h <<_ACEOF
gnomekiss-2.0/configure:6629:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
gnomekiss-2.0/configure-6630-_ACEOF
##############################################
gnomekiss-2.0/configure-6690-    if test -f $ac_dir/$ac_word; then
gnomekiss-2.0/configure:6691:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
gnomekiss-2.0/configure-6692-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
gnomekiss-2.0/configure-6964-   if test "x$srcdir" != "x."; then
gnomekiss-2.0/configure:6965:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gnomekiss-2.0/configure-6966-       posrcprefix="$srcdir/"
##############################################
gnomekiss-2.0/configure-7160-do
gnomekiss-2.0/configure:7161:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
gnomekiss-2.0/configure-7162-    eval $as_var=C; export $as_var
##############################################
gnomekiss-2.0/configure-7218-  as_lineno_2=$LINENO
gnomekiss-2.0/configure:7219:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
gnomekiss-2.0/configure-7220-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
gnomekiss-2.0/configure-7258-  as_lineno_2=$LINENO
gnomekiss-2.0/configure:7259:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
gnomekiss-2.0/configure-7260-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
gnomekiss-2.0/configure-7440-configured by $0, generated by GNU Autoconf 2.59,
gnomekiss-2.0/configure:7441:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
gnomekiss-2.0/configure-7442-
##############################################
gnomekiss-2.0/configure-7457-  --*=*)
gnomekiss-2.0/configure:7458:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
gnomekiss-2.0/configure:7459:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
gnomekiss-2.0/configure-7460-    ac_shift=:
##############################################
gnomekiss-2.0/configure-7740-      fi
gnomekiss-2.0/configure:7741:      ac_sed_frag=`expr $ac_sed_frag + 1`
gnomekiss-2.0/configure-7742-      ac_beg=$ac_end
gnomekiss-2.0/configure:7743:      ac_end=`expr $ac_end + $ac_max_sed_lines`
gnomekiss-2.0/configure-7744-    fi
##############################################
gnomekiss-2.0/configure-7757-	cat >$tmp/stdin
gnomekiss-2.0/configure:7758:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
gnomekiss-2.0/configure:7759:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
gnomekiss-2.0/configure:7760:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
gnomekiss-2.0/configure:7761:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
gnomekiss-2.0/configure-7762-  * )   ac_file_in=$ac_file.in ;;
##############################################
gnomekiss-2.0/configure-7805-if test "$ac_dir" != .; then
gnomekiss-2.0/configure:7806:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
gnomekiss-2.0/configure-7807-  # A "../" for each directory in $ac_dir_suffix.
gnomekiss-2.0/configure:7808:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
gnomekiss-2.0/configure-7809-else
##############################################
gnomekiss-2.0/configure-7818-    else
gnomekiss-2.0/configure:7819:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
gnomekiss-2.0/configure-7820-    fi ;;
##############################################
gnomekiss-2.0/configure-7970-	cat >$tmp/stdin
gnomekiss-2.0/configure:7971:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
gnomekiss-2.0/configure:7972:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
gnomekiss-2.0/configure:7973:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
gnomekiss-2.0/configure:7974:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
gnomekiss-2.0/configure-7975-  * )   ac_file_in=$ac_file.in ;;
##############################################
gnomekiss-2.0/configure-8173-    * )
gnomekiss-2.0/configure:8174:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gnomekiss-2.0/configure-8175-  esac
##############################################
gnomekiss-2.0/configure-8196-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
gnomekiss-2.0/configure:8197:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
gnomekiss-2.0/configure:8198:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
gnomekiss-2.0/configure-8199-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
gnomekiss-2.0/configure-8238-if test "$ac_dir" != .; then
gnomekiss-2.0/configure:8239:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
gnomekiss-2.0/configure-8240-  # A "../" for each directory in $ac_dir_suffix.
gnomekiss-2.0/configure:8241:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
gnomekiss-2.0/configure-8242-else
##############################################
gnomekiss-2.0/configure-8251-    else
gnomekiss-2.0/configure:8252:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
gnomekiss-2.0/configure-8253-    fi ;;
##############################################
gnomekiss-2.0/configure-8306-  # Strip MF so we end up with the name of the file.
gnomekiss-2.0/configure:8307:  mf=`echo "$mf" | sed -e 's/:.*$//'`
gnomekiss-2.0/configure-8308-  # Check whether this is an Automake generated Makefile or not.
##############################################
gnomekiss-2.0/configure-8331-  # from the Makefile without running `make'.
gnomekiss-2.0/configure:8332:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gnomekiss-2.0/configure-8333-  test -z "$DEPDIR" && continue
gnomekiss-2.0/configure:8334:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
gnomekiss-2.0/configure-8335-  test -z "am__include" && continue
gnomekiss-2.0/configure:8336:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gnomekiss-2.0/configure-8337-  # When using ansi2knr, U may be empty or an underscore; expand it
gnomekiss-2.0/configure:8338:  U=`sed -n 's/^U = //p' < "$mf"`
gnomekiss-2.0/configure-8339-  # Find all dependency output files, they are included files with