===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lxinput-0.3.5/intltool.m4-38-
lxinput-0.3.5/intltool.m4:39:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxinput-0.3.5/intltool.m4-40-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
lxinput-0.3.5/intltool.m4:41:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxinput-0.3.5/intltool.m4-42-if test -n "$1"; then
##############################################
lxinput-0.3.5/intltool.m4-126-fi
lxinput-0.3.5/intltool.m4:127:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
lxinput-0.3.5/intltool.m4:128:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
lxinput-0.3.5/intltool.m4:129:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
lxinput-0.3.5/intltool.m4-130-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
lxinput-0.3.5/intltool.m4-142-else
lxinput-0.3.5/intltool.m4:143:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
lxinput-0.3.5/intltool.m4-144-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
lxinput-0.3.5/intltool.m4-147-   AC_MSG_CHECKING([for XML::Parser])
lxinput-0.3.5/intltool.m4:148:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
lxinput-0.3.5/intltool.m4-149-       AC_MSG_RESULT([ok])
##############################################
lxinput-0.3.5/configure.ac-66-rm -f $srcdir/po/LINGUAS
lxinput-0.3.5/configure.ac:67:for po_file in `ls $srcdir/po/*.po | sort`;
lxinput-0.3.5/configure.ac-68-do
lxinput-0.3.5/configure.ac:69:    lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"`
lxinput-0.3.5/configure.ac-70-    echo $lang >> $srcdir/po/LINGUAS
##############################################
lxinput-0.3.5/install-sh-229-      fi
lxinput-0.3.5/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lxinput-0.3.5/install-sh-231-    *)
##############################################
lxinput-0.3.5/install-sh-276-      dstdir=$dst
lxinput-0.3.5/install-sh:277:      dst=$dstdir/`basename "$src"`
lxinput-0.3.5/install-sh-278-      dstdir_status=0
##############################################
lxinput-0.3.5/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
lxinput-0.3.5/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
lxinput-0.3.5/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
lxinput-0.3.5/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
lxinput-0.3.5/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
lxinput-0.3.5/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lxinput-0.3.5/install-sh-425-	    case $prefix in
lxinput-0.3.5/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lxinput-0.3.5/install-sh-427-	      *) qprefix=$prefix;;
##############################################
lxinput-0.3.5/install-sh-474-    if $copy_on_change &&
lxinput-0.3.5/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
lxinput-0.3.5/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
lxinput-0.3.5/install-sh-477-
##############################################
lxinput-0.3.5/compile-67-	mingw/*)
lxinput-0.3.5/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lxinput-0.3.5/compile-69-	  ;;
lxinput-0.3.5/compile-70-	cygwin/*)
lxinput-0.3.5/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
lxinput-0.3.5/compile-72-	  ;;
lxinput-0.3.5/compile-73-	wine/*)
lxinput-0.3.5/compile:74:	  file=`winepath -w "$file" || echo "$file"`
lxinput-0.3.5/compile-75-	  ;;
##############################################
lxinput-0.3.5/compile-309-# Name of file we expect compiler to create.
lxinput-0.3.5/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lxinput-0.3.5/compile-311-
##############################################
lxinput-0.3.5/compile-315-# object file name, since that is what matters with a parallel build.
lxinput-0.3.5/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lxinput-0.3.5/compile-317-while true; do
##############################################
lxinput-0.3.5/depcomp-64-  case $1 in
lxinput-0.3.5/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
lxinput-0.3.5/depcomp-66-      *) dir=;;
##############################################
lxinput-0.3.5/depcomp-73-{
lxinput-0.3.5/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
lxinput-0.3.5/depcomp-75-}
##############################################
lxinput-0.3.5/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lxinput-0.3.5/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lxinput-0.3.5/depcomp-128-
##############################################
lxinput-0.3.5/depcomp-405-        sleep 1
lxinput-0.3.5/depcomp:406:        i=`expr $i - 1`
lxinput-0.3.5/depcomp-407-      done
lxinput-0.3.5/depcomp-408-    fi
lxinput-0.3.5/depcomp:409:    i=`expr $i - 1`
lxinput-0.3.5/depcomp-410-  done
##############################################
lxinput-0.3.5/depcomp-425-  # Do two passes, one to just change these to
lxinput-0.3.5/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
lxinput-0.3.5/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lxinput-0.3.5/depcomp-659-  done
lxinput-0.3.5/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
lxinput-0.3.5/depcomp-661-  touch "$tmpdepfile"
##############################################
lxinput-0.3.5/po/Makefile.in.in-58-
lxinput-0.3.5/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
lxinput-0.3.5/po/Makefile.in.in-60-
##############################################
lxinput-0.3.5/po/Makefile.in.in-88-.po.gmo:
lxinput-0.3.5/po/Makefile.in.in:89:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
lxinput-0.3.5/po/Makefile.in.in-90-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
lxinput-0.3.5/po/Makefile.in.in-189-	  echo "$$lang:"; \
lxinput-0.3.5/po/Makefile.in.in:190:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
lxinput-0.3.5/po/Makefile.in.in-191-	  if $$result; then \
##############################################
lxinput-0.3.5/src/Makefile.in-40-  { \
lxinput-0.3.5/src/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxinput-0.3.5/src/Makefile.in-42-  }; \
##############################################
lxinput-0.3.5/src/Makefile.in-394-.c.obj:
lxinput-0.3.5/src/Makefile.in:395:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lxinput-0.3.5/src/Makefile.in-396-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lxinput-0.3.5/src/Makefile.in-398-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxinput-0.3.5/src/Makefile.in:399:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lxinput-0.3.5/src/Makefile.in-400-
##############################################
lxinput-0.3.5/src/Makefile.in-430-GTAGS:
lxinput-0.3.5/src/Makefile.in:431:	here=`$(am__cd) $(top_builddir) && pwd` \
lxinput-0.3.5/src/Makefile.in-432-	  && $(am__cd) $(top_srcdir) \
##############################################
lxinput-0.3.5/src/Makefile.in-453-distdir: $(DISTFILES)
lxinput-0.3.5/src/Makefile.in:454:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxinput-0.3.5/src/Makefile.in:455:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxinput-0.3.5/src/Makefile.in-456-	list='$(DISTFILES)'; \
##############################################
lxinput-0.3.5/src/Makefile.in-467-	  if test -d $$d/$$file; then \
lxinput-0.3.5/src/Makefile.in:468:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxinput-0.3.5/src/Makefile.in-469-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxinput-0.3.5/INSTALL-173-directory configuration variables that were expressed in terms of
lxinput-0.3.5/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
lxinput-0.3.5/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
lxinput-0.3.5/man/Makefile.in-39-  { \
lxinput-0.3.5/man/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxinput-0.3.5/man/Makefile.in-41-  }; \
##############################################
lxinput-0.3.5/man/Makefile.in-107-  esac
lxinput-0.3.5/man/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxinput-0.3.5/man/Makefile.in-109-am__vpath_adj = case $$p in \
lxinput-0.3.5/man/Makefile.in:110:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxinput-0.3.5/man/Makefile.in-111-    *) f=$$p;; \
lxinput-0.3.5/man/Makefile.in-112-  esac;
lxinput-0.3.5/man/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxinput-0.3.5/man/Makefile.in-114-am__install_max = 40
lxinput-0.3.5/man/Makefile.in-115-am__nobase_strip_setup = \
lxinput-0.3.5/man/Makefile.in:116:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxinput-0.3.5/man/Makefile.in-117-am__nobase_strip = \
##############################################
lxinput-0.3.5/man/Makefile.in-317-	test -n "$(man1dir)" \
lxinput-0.3.5/man/Makefile.in:318:	  && test -n "`echo $$list1$$list2`" \
lxinput-0.3.5/man/Makefile.in-319-	  || exit 0; \
##############################################
lxinput-0.3.5/man/Makefile.in-363-distdir: $(DISTFILES)
lxinput-0.3.5/man/Makefile.in:364:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxinput-0.3.5/man/Makefile.in:365:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxinput-0.3.5/man/Makefile.in-366-	list='$(DISTFILES)'; \
##############################################
lxinput-0.3.5/man/Makefile.in-377-	  if test -d $$d/$$file; then \
lxinput-0.3.5/man/Makefile.in:378:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxinput-0.3.5/man/Makefile.in-379-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxinput-0.3.5/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
lxinput-0.3.5/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lxinput-0.3.5/configure-47-  as_echo='print -r --'
lxinput-0.3.5/configure-48-  as_echo_n='print -rn --'
lxinput-0.3.5/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lxinput-0.3.5/configure-50-  as_echo='printf %s\n'
##############################################
lxinput-0.3.5/configure-52-else
lxinput-0.3.5/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lxinput-0.3.5/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lxinput-0.3.5/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
lxinput-0.3.5/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lxinput-0.3.5/configure-64-      esac;
##############################################
lxinput-0.3.5/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lxinput-0.3.5/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lxinput-0.3.5/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
lxinput-0.3.5/configure-327-      case $as_dir in #(
lxinput-0.3.5/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lxinput-0.3.5/configure-329-      *) as_qdir=$as_dir;;
##############################################
lxinput-0.3.5/configure-400-  {
lxinput-0.3.5/configure:401:    as_val=`expr "$@" || test $? -eq 1`
lxinput-0.3.5/configure-402-  }
##############################################
lxinput-0.3.5/configure-407-# ----------------------------------------
lxinput-0.3.5/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lxinput-0.3.5/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lxinput-0.3.5/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lxinput-0.3.5/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lxinput-0.3.5/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lxinput-0.3.5/configure-867-  case $ac_option in
lxinput-0.3.5/configure:868:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lxinput-0.3.5/configure-869-  *=)   ac_optarg= ;;
##############################################
lxinput-0.3.5/configure-911-  -disable-* | --disable-*)
lxinput-0.3.5/configure:912:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lxinput-0.3.5/configure-913-    # Reject names that are not valid shell variable names.
##############################################
lxinput-0.3.5/configure-916-    ac_useropt_orig=$ac_useropt
lxinput-0.3.5/configure:917:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxinput-0.3.5/configure-918-    case $ac_user_opts in
##############################################
lxinput-0.3.5/configure-937-  -enable-* | --enable-*)
lxinput-0.3.5/configure:938:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lxinput-0.3.5/configure-939-    # Reject names that are not valid shell variable names.
##############################################
lxinput-0.3.5/configure-942-    ac_useropt_orig=$ac_useropt
lxinput-0.3.5/configure:943:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxinput-0.3.5/configure-944-    case $ac_user_opts in
##############################################
lxinput-0.3.5/configure-1141-  -with-* | --with-*)
lxinput-0.3.5/configure:1142:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lxinput-0.3.5/configure-1143-    # Reject names that are not valid shell variable names.
##############################################
lxinput-0.3.5/configure-1146-    ac_useropt_orig=$ac_useropt
lxinput-0.3.5/configure:1147:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxinput-0.3.5/configure-1148-    case $ac_user_opts in
##############################################
lxinput-0.3.5/configure-1157-  -without-* | --without-*)
lxinput-0.3.5/configure:1158:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lxinput-0.3.5/configure-1159-    # Reject names that are not valid shell variable names.
##############################################
lxinput-0.3.5/configure-1162-    ac_useropt_orig=$ac_useropt
lxinput-0.3.5/configure:1163:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxinput-0.3.5/configure-1164-    case $ac_user_opts in
##############################################
lxinput-0.3.5/configure-1195-  *=*)
lxinput-0.3.5/configure:1196:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lxinput-0.3.5/configure-1197-    # Reject names that are not valid shell variable names.
##############################################
lxinput-0.3.5/configure-1216-if test -n "$ac_prev"; then
lxinput-0.3.5/configure:1217:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lxinput-0.3.5/configure-1218-  as_fn_error $? "missing argument to $ac_option"
##############################################
lxinput-0.3.5/configure-1238-    */ )
lxinput-0.3.5/configure:1239:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lxinput-0.3.5/configure-1240-      eval $ac_var=\$ac_val;;
##############################################
lxinput-0.3.5/configure-1273-ac_ls_di=`ls -di .` &&
lxinput-0.3.5/configure:1274:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lxinput-0.3.5/configure-1275-  as_fn_error $? "working directory cannot be determined"
##############################################
lxinput-0.3.5/configure-1329-case $srcdir in
lxinput-0.3.5/configure:1330:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lxinput-0.3.5/configure-1331-esac
##############################################
lxinput-0.3.5/configure-1372-By default, \`make install' will install all the files in
lxinput-0.3.5/configure:1373:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lxinput-0.3.5/configure:1374:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lxinput-0.3.5/configure-1375-for instance \`--prefix=\$HOME'.
##############################################
lxinput-0.3.5/configure-1478-*)
lxinput-0.3.5/configure:1479:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lxinput-0.3.5/configure-1480-  # A ".." for each directory in $ac_dir_suffix.
lxinput-0.3.5/configure:1481:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lxinput-0.3.5/configure-1482-  case $ac_top_builddir_sub in
##############################################
lxinput-0.3.5/configure-1966-    *\'*)
lxinput-0.3.5/configure:1967:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxinput-0.3.5/configure-1968-    esac
##############################################
lxinput-0.3.5/configure-2049-      case $ac_val in
lxinput-0.3.5/configure:2050:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lxinput-0.3.5/configure-2051-      esac
##############################################
lxinput-0.3.5/configure-2064-	case $ac_val in
lxinput-0.3.5/configure:2065:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lxinput-0.3.5/configure-2066-	esac
##############################################
lxinput-0.3.5/configure-2184-    set,)
lxinput-0.3.5/configure:2185:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lxinput-0.3.5/configure:2186:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lxinput-0.3.5/configure-2187-      ac_cache_corrupted=: ;;
##############################################
lxinput-0.3.5/configure-2195-	# differences in whitespace do not lead to failure.
lxinput-0.3.5/configure:2196:	ac_old_val_w=`echo x $ac_old_val`
lxinput-0.3.5/configure:2197:	ac_new_val_w=`echo x $ac_new_val`
lxinput-0.3.5/configure-2198-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lxinput-0.3.5/configure-2215-    case $ac_new_val in
lxinput-0.3.5/configure:2216:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lxinput-0.3.5/configure-2217-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lxinput-0.3.5/configure-2390-     echo "timestamp, slept: $am_has_slept" > conftest.file
lxinput-0.3.5/configure:2391:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lxinput-0.3.5/configure-2392-     if test "$*" = "X"; then
lxinput-0.3.5/configure-2393-	# -L didn't work.
lxinput-0.3.5/configure:2394:	set X `ls -t "$srcdir/configure" conftest.file`
lxinput-0.3.5/configure-2395-     fi
##############################################
lxinput-0.3.5/configure-2441-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lxinput-0.3.5/configure:2442:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lxinput-0.3.5/configure-2443-
lxinput-0.3.5/configure-2444-# Expand $ac_aux_dir to an absolute path.
lxinput-0.3.5/configure:2445:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lxinput-0.3.5/configure-2446-
##############################################
lxinput-0.3.5/configure-2586-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lxinput-0.3.5/configure:2587:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lxinput-0.3.5/configure-2588-	     'mkdir (GNU coreutils) '* | \
##############################################
lxinput-0.3.5/configure-2659-set x ${MAKE-make}
lxinput-0.3.5/configure:2660:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lxinput-0.3.5/configure-2661-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lxinput-0.3.5/configure-2669-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lxinput-0.3.5/configure:2670:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lxinput-0.3.5/configure-2671-  *@@@%%%=?*=@@@%%%*)
##############################################
lxinput-0.3.5/configure-2735-
lxinput-0.3.5/configure:2736:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lxinput-0.3.5/configure-2737-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lxinput-0.3.5/configure-2939-# Ignore all kinds of additional output from 'make'.
lxinput-0.3.5/configure:2940:case `$am_make -s -f confmf 2> /dev/null` in #(
lxinput-0.3.5/configure-2941-*the\ am__doit\ target*)
##############################################
lxinput-0.3.5/configure-2949-   echo '.include "confinc"' > confmf
lxinput-0.3.5/configure:2950:   case `$am_make -s -f confmf 2> /dev/null` in #(
lxinput-0.3.5/configure-2951-   *the\ am__doit\ target*)
##############################################
lxinput-0.3.5/configure-3328-$as_echo_n "checking whether the C compiler works... " >&6; }
lxinput-0.3.5/configure:3329:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lxinput-0.3.5/configure-3330-
##############################################
lxinput-0.3.5/configure-3372-	then :; else
lxinput-0.3.5/configure:3373:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lxinput-0.3.5/configure-3374-	fi
##############################################
lxinput-0.3.5/configure-3432-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lxinput-0.3.5/configure:3433:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lxinput-0.3.5/configure-3434-	  break;;
##############################################
lxinput-0.3.5/configure-3541-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lxinput-0.3.5/configure:3542:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lxinput-0.3.5/configure-3543-       break;;
##############################################
lxinput-0.3.5/configure-3859-  if test "$am_compiler_list" = ""; then
lxinput-0.3.5/configure:3860:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lxinput-0.3.5/configure-3861-  fi
##############################################
lxinput-0.3.5/configure-4642-  if test "$am_compiler_list" = ""; then
lxinput-0.3.5/configure:4643:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lxinput-0.3.5/configure-4644-  fi
##############################################
lxinput-0.3.5/configure-5368-  if test "$am_compiler_list" = ""; then
lxinput-0.3.5/configure:5369:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lxinput-0.3.5/configure-5370-  fi
##############################################
lxinput-0.3.5/configure-5626-  # Check for GNU $ac_path_GREP
lxinput-0.3.5/configure:5627:case `"$ac_path_GREP" --version 2>&1` in
lxinput-0.3.5/configure-5628-*GNU*)
##############################################
lxinput-0.3.5/configure-5692-  # Check for GNU $ac_path_EGREP
lxinput-0.3.5/configure:5693:case `"$ac_path_EGREP" --version 2>&1` in
lxinput-0.3.5/configure-5694-*GNU*)
##############################################
lxinput-0.3.5/configure-5854-do :
lxinput-0.3.5/configure:5855:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lxinput-0.3.5/configure-5856-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lxinput-0.3.5/configure-5859-  cat >>confdefs.h <<_ACEOF
lxinput-0.3.5/configure:5860:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lxinput-0.3.5/configure-5861-_ACEOF
##############################################
lxinput-0.3.5/configure-6285-    if test -f $ac_dir/$ac_word; then
lxinput-0.3.5/configure:6286:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
lxinput-0.3.5/configure-6287-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
lxinput-0.3.5/configure-6404-    if test -f $ac_dir/$ac_word; then
lxinput-0.3.5/configure:6405:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
lxinput-0.3.5/configure-6406-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
lxinput-0.3.5/configure-6563-   if test "x$srcdir" != "x."; then
lxinput-0.3.5/configure:6564:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
lxinput-0.3.5/configure-6565-       posrcprefix="$srcdir/"
##############################################
lxinput-0.3.5/configure-6599-
lxinput-0.3.5/configure:6600:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxinput-0.3.5/configure-6601-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
lxinput-0.3.5/configure:6602:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxinput-0.3.5/configure-6603-if test -n "0.40.0"; then
##############################################
lxinput-0.3.5/configure-7039-fi
lxinput-0.3.5/configure:7040:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
lxinput-0.3.5/configure:7041:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
lxinput-0.3.5/configure:7042:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
lxinput-0.3.5/configure-7043-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
lxinput-0.3.5/configure-7095-else
lxinput-0.3.5/configure:7096:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
lxinput-0.3.5/configure-7097-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
lxinput-0.3.5/configure-7102-$as_echo_n "checking for XML::Parser... " >&6; }
lxinput-0.3.5/configure:7103:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
lxinput-0.3.5/configure-7104-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
lxinput-0.3.5/configure-7324-  test $ac_status = 0; }; then
lxinput-0.3.5/configure:7325:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "$gtk_modules" 2>/dev/null`
lxinput-0.3.5/configure-7326-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxinput-0.3.5/configure-7341-  test $ac_status = 0; }; then
lxinput-0.3.5/configure:7342:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "$gtk_modules" 2>/dev/null`
lxinput-0.3.5/configure-7343-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxinput-0.3.5/configure-7362-        if test $_pkg_short_errors_supported = yes; then
lxinput-0.3.5/configure:7363:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$gtk_modules" 2>&1`
lxinput-0.3.5/configure-7364-        else
lxinput-0.3.5/configure:7365:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$gtk_modules" 2>&1`
lxinput-0.3.5/configure-7366-        fi
##############################################
lxinput-0.3.5/configure-7418-  test $ac_status = 0; }; then
lxinput-0.3.5/configure:7419:  pkg_cv_XLIB_CFLAGS=`$PKG_CONFIG --cflags ""x11"" 2>/dev/null`
lxinput-0.3.5/configure-7420-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxinput-0.3.5/configure-7435-  test $ac_status = 0; }; then
lxinput-0.3.5/configure:7436:  pkg_cv_XLIB_LIBS=`$PKG_CONFIG --libs ""x11"" 2>/dev/null`
lxinput-0.3.5/configure-7437-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxinput-0.3.5/configure-7456-        if test $_pkg_short_errors_supported = yes; then
lxinput-0.3.5/configure:7457:	        XLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs ""x11"" 2>&1`
lxinput-0.3.5/configure-7458-        else
lxinput-0.3.5/configure:7459:	        XLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs ""x11"" 2>&1`
lxinput-0.3.5/configure-7460-        fi
##############################################
lxinput-0.3.5/configure-7507-rm -f $srcdir/po/LINGUAS
lxinput-0.3.5/configure:7508:for po_file in `ls $srcdir/po/*.po | sort`;
lxinput-0.3.5/configure-7509-do
lxinput-0.3.5/configure:7510:    lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"`
lxinput-0.3.5/configure-7511-    echo $lang >> $srcdir/po/LINGUAS
##############################################
lxinput-0.3.5/configure-7933-    if test -f $ac_dir/$ac_word; then
lxinput-0.3.5/configure:7934:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
lxinput-0.3.5/configure-7935-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
lxinput-0.3.5/configure-8052-    if test -f $ac_dir/$ac_word; then
lxinput-0.3.5/configure:8053:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
lxinput-0.3.5/configure-8054-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
lxinput-0.3.5/configure-8211-   if test "x$srcdir" != "x."; then
lxinput-0.3.5/configure:8212:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
lxinput-0.3.5/configure-8213-       posrcprefix="$srcdir/"
##############################################
lxinput-0.3.5/configure-8519-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lxinput-0.3.5/configure:8520:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lxinput-0.3.5/configure-8521-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lxinput-0.3.5/configure-8630-if test -z "$BASH_VERSION$ZSH_VERSION" \
lxinput-0.3.5/configure:8631:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lxinput-0.3.5/configure-8632-  as_echo='print -r --'
lxinput-0.3.5/configure-8633-  as_echo_n='print -rn --'
lxinput-0.3.5/configure:8634:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lxinput-0.3.5/configure-8635-  as_echo='printf %s\n'
##############################################
lxinput-0.3.5/configure-8637-else
lxinput-0.3.5/configure:8638:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lxinput-0.3.5/configure-8639-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lxinput-0.3.5/configure-8647-	expr "X$arg" : "X\\(.*\\)$as_nl";
lxinput-0.3.5/configure:8648:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lxinput-0.3.5/configure-8649-      esac;
##############################################
lxinput-0.3.5/configure-8724-# ----------------------------------------
lxinput-0.3.5/configure:8725:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lxinput-0.3.5/configure-8726-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lxinput-0.3.5/configure-8796-  {
lxinput-0.3.5/configure:8797:    as_val=`expr "$@" || test $? -eq 1`
lxinput-0.3.5/configure-8798-  }
##############################################
lxinput-0.3.5/configure-8900-      case $as_dir in #(
lxinput-0.3.5/configure:8901:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lxinput-0.3.5/configure-8902-      *) as_qdir=$as_dir;;
##############################################
lxinput-0.3.5/configure-9035-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lxinput-0.3.5/configure:9036:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lxinput-0.3.5/configure-9037-ac_cs_version="\\
##############################################
lxinput-0.3.5/configure-9060-  --*=?*)
lxinput-0.3.5/configure:9061:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lxinput-0.3.5/configure:9062:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lxinput-0.3.5/configure-9063-    ac_shift=:
##############################################
lxinput-0.3.5/configure-9065-  --*=)
lxinput-0.3.5/configure:9066:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lxinput-0.3.5/configure-9067-    ac_optarg=
##############################################
lxinput-0.3.5/configure-9089-    case $ac_optarg in
lxinput-0.3.5/configure:9090:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxinput-0.3.5/configure-9091-    '') as_fn_error $? "missing file argument" ;;
##############################################
lxinput-0.3.5/configure-9097-    case $ac_optarg in
lxinput-0.3.5/configure:9098:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxinput-0.3.5/configure-9099-    esac
##############################################
lxinput-0.3.5/configure-9233-fi
lxinput-0.3.5/configure:9234:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lxinput-0.3.5/configure-9235-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lxinput-0.3.5/configure-9250-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lxinput-0.3.5/configure:9251:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lxinput-0.3.5/configure-9252-ac_delim='%!_!# '
##############################################
lxinput-0.3.5/configure-9256-
lxinput-0.3.5/configure:9257:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lxinput-0.3.5/configure-9258-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lxinput-0.3.5/configure-9394-for ac_last_try in false false :; do
lxinput-0.3.5/configure:9395:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lxinput-0.3.5/configure-9396-  if test -z "$ac_tt"; then
##############################################
lxinput-0.3.5/configure-9526-      esac
lxinput-0.3.5/configure:9527:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lxinput-0.3.5/configure-9528-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lxinput-0.3.5/configure-9585-*)
lxinput-0.3.5/configure:9586:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lxinput-0.3.5/configure-9587-  # A ".." for each directory in $ac_dir_suffix.
lxinput-0.3.5/configure:9588:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lxinput-0.3.5/configure-9589-  case $ac_top_builddir_sub in
##############################################
lxinput-0.3.5/configure-9646-/@mandir@/p'
lxinput-0.3.5/configure:9647:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lxinput-0.3.5/configure-9648-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lxinput-0.3.5/configure-9663-
lxinput-0.3.5/configure:9664:# Neutralize VPATH when `$srcdir' = `.'.
lxinput-0.3.5/configure-9665-# Shell code in configure.ac might set extrasub.
##############################################
lxinput-0.3.5/configure-9691-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lxinput-0.3.5/configure:9692:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lxinput-0.3.5/configure-9693-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lxinput-0.3.5/configure-9737-    * )
lxinput-0.3.5/configure:9738:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lxinput-0.3.5/configure-9739-  esac
##############################################
lxinput-0.3.5/configure-9784-    # Strip MF so we end up with the name of the file.
lxinput-0.3.5/configure:9785:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lxinput-0.3.5/configure-9786-    # Check whether this is an Automake generated Makefile or not.
##############################################
lxinput-0.3.5/configure-9821-    # from the Makefile without running 'make'.
lxinput-0.3.5/configure:9822:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lxinput-0.3.5/configure-9823-    test -z "$DEPDIR" && continue
lxinput-0.3.5/configure:9824:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lxinput-0.3.5/configure-9825-    test -z "$am__include" && continue
lxinput-0.3.5/configure:9826:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lxinput-0.3.5/configure-9827-    # Find all dependency output files, they are included files with
##############################################
lxinput-0.3.5/Makefile.in-40-  { \
lxinput-0.3.5/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxinput-0.3.5/Makefile.in-42-  }; \
##############################################
lxinput-0.3.5/Makefile.in-121-  esac
lxinput-0.3.5/Makefile.in:122:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxinput-0.3.5/Makefile.in-123-am__vpath_adj = case $$p in \
lxinput-0.3.5/Makefile.in:124:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxinput-0.3.5/Makefile.in-125-    *) f=$$p;; \
lxinput-0.3.5/Makefile.in-126-  esac;
lxinput-0.3.5/Makefile.in:127:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxinput-0.3.5/Makefile.in-128-am__install_max = 40
lxinput-0.3.5/Makefile.in-129-am__nobase_strip_setup = \
lxinput-0.3.5/Makefile.in:130:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxinput-0.3.5/Makefile.in-131-am__nobase_strip = \
##############################################
lxinput-0.3.5/Makefile.in-198-  while test -n "$$dir1"; do \
lxinput-0.3.5/Makefile.in:199:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lxinput-0.3.5/Makefile.in-200-    if test "$$first" != "."; then \
lxinput-0.3.5/Makefile.in-201-      if test "$$first" = ".."; then \
lxinput-0.3.5/Makefile.in:202:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lxinput-0.3.5/Makefile.in:203:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lxinput-0.3.5/Makefile.in-204-      else \
lxinput-0.3.5/Makefile.in:205:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lxinput-0.3.5/Makefile.in-206-        if test "$$first2" = "$$first"; then \
lxinput-0.3.5/Makefile.in:207:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lxinput-0.3.5/Makefile.in-208-        else \
##############################################
lxinput-0.3.5/Makefile.in-213-    fi; \
lxinput-0.3.5/Makefile.in:214:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lxinput-0.3.5/Makefile.in-215-  done; \
##############################################
lxinput-0.3.5/Makefile.in-449-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
lxinput-0.3.5/Makefile.in:450:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxinput-0.3.5/Makefile.in-451-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
lxinput-0.3.5/Makefile.in-470-	@list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
lxinput-0.3.5/Makefile.in:471:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxinput-0.3.5/Makefile.in-472-	dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
##############################################
lxinput-0.3.5/Makefile.in-491-	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
lxinput-0.3.5/Makefile.in:492:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxinput-0.3.5/Makefile.in-493-	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
##############################################
lxinput-0.3.5/Makefile.in-508-	dot_seen=no; \
lxinput-0.3.5/Makefile.in:509:	target=`echo $@ | sed s/-recursive//`; \
lxinput-0.3.5/Makefile.in-510-	case "$@" in \
##############################################
lxinput-0.3.5/Makefile.in-571-GTAGS:
lxinput-0.3.5/Makefile.in:572:	here=`$(am__cd) $(top_builddir) && pwd` \
lxinput-0.3.5/Makefile.in-573-	  && $(am__cd) $(top_srcdir) \
##############################################
lxinput-0.3.5/Makefile.in-603-	test -d "$(distdir)" || mkdir "$(distdir)"
lxinput-0.3.5/Makefile.in:604:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxinput-0.3.5/Makefile.in:605:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxinput-0.3.5/Makefile.in-606-	list='$(DISTFILES)'; \
##############################################
lxinput-0.3.5/Makefile.in-617-	  if test -d $$d/$$file; then \
lxinput-0.3.5/Makefile.in:618:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxinput-0.3.5/Makefile.in-619-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxinput-0.3.5/Makefile.in-727-	test -d $(distdir)/_build || exit 0; \
lxinput-0.3.5/Makefile.in:728:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lxinput-0.3.5/Makefile.in-729-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lxinput-0.3.5/Makefile.in-771-	}; \
lxinput-0.3.5/Makefile.in:772:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lxinput-0.3.5/Makefile.in-773-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lxinput-0.3.5/Makefile.in-783-	fi
lxinput-0.3.5/Makefile.in:784:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lxinput-0.3.5/Makefile.in-785-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lxinput-0.3.5/aclocal.m4-224-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
lxinput-0.3.5/aclocal.m4:225:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
lxinput-0.3.5/aclocal.m4-226-	if test "$MSGFMT" != "no"; then
##############################################
lxinput-0.3.5/aclocal.m4-245-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
lxinput-0.3.5/aclocal.m4:246:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
lxinput-0.3.5/aclocal.m4-247-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
lxinput-0.3.5/aclocal.m4-396-   if test "x$srcdir" != "x."; then
lxinput-0.3.5/aclocal.m4:397:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
lxinput-0.3.5/aclocal.m4-398-       posrcprefix="$srcdir/"
##############################################
lxinput-0.3.5/aclocal.m4-420-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
lxinput-0.3.5/aclocal.m4:421:datarootdir=`eval echo "${datarootdir}"`
lxinput-0.3.5/aclocal.m4-422-if test "x$CATOBJEXT" = "x.mo" ; then
lxinput-0.3.5/aclocal.m4:423:  localedir=`eval echo "${libdir}/locale"`
lxinput-0.3.5/aclocal.m4-424-else
lxinput-0.3.5/aclocal.m4:425:  localedir=`eval echo "${datadir}/locale"`
lxinput-0.3.5/aclocal.m4-426-fi
##############################################
lxinput-0.3.5/aclocal.m4-566-    PKG_CHECK_EXISTS([$3],
lxinput-0.3.5/aclocal.m4:567:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
lxinput-0.3.5/aclocal.m4-568-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
lxinput-0.3.5/aclocal.m4-615-        if test $_pkg_short_errors_supported = yes; then
lxinput-0.3.5/aclocal.m4:616:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
lxinput-0.3.5/aclocal.m4-617-        else 
lxinput-0.3.5/aclocal.m4:618:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
lxinput-0.3.5/aclocal.m4-619-        fi
##############################################
lxinput-0.3.5/aclocal.m4-776-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lxinput-0.3.5/aclocal.m4:777:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lxinput-0.3.5/aclocal.m4-778-# and then we would define $MISSING as
##############################################
lxinput-0.3.5/aclocal.m4-791-# Expand $ac_aux_dir to an absolute path.
lxinput-0.3.5/aclocal.m4:792:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lxinput-0.3.5/aclocal.m4-793-])
##############################################
lxinput-0.3.5/aclocal.m4-889-  if test "$am_compiler_list" = ""; then
lxinput-0.3.5/aclocal.m4:890:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lxinput-0.3.5/aclocal.m4-891-  fi
##############################################
lxinput-0.3.5/aclocal.m4-1040-    # Strip MF so we end up with the name of the file.
lxinput-0.3.5/aclocal.m4:1041:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lxinput-0.3.5/aclocal.m4-1042-    # Check whether this is an Automake generated Makefile or not.
##############################################
lxinput-0.3.5/aclocal.m4-1049-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
lxinput-0.3.5/aclocal.m4:1050:      dirpart=`AS_DIRNAME("$mf")`
lxinput-0.3.5/aclocal.m4-1051-    else
##############################################
lxinput-0.3.5/aclocal.m4-1055-    # from the Makefile without running 'make'.
lxinput-0.3.5/aclocal.m4:1056:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lxinput-0.3.5/aclocal.m4-1057-    test -z "$DEPDIR" && continue
lxinput-0.3.5/aclocal.m4:1058:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lxinput-0.3.5/aclocal.m4-1059-    test -z "$am__include" && continue
lxinput-0.3.5/aclocal.m4:1060:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lxinput-0.3.5/aclocal.m4-1061-    # Find all dependency output files, they are included files with
##############################################
lxinput-0.3.5/aclocal.m4-1069-      test -f "$dirpart/$file" && continue
lxinput-0.3.5/aclocal.m4:1070:      fdir=`AS_DIRNAME(["$file"])`
lxinput-0.3.5/aclocal.m4-1071-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
lxinput-0.3.5/aclocal.m4-1127-AC_REQUIRE([AC_PROG_INSTALL])dnl
lxinput-0.3.5/aclocal.m4:1128:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lxinput-0.3.5/aclocal.m4-1129-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lxinput-0.3.5/aclocal.m4-1283-    * )
lxinput-0.3.5/aclocal.m4:1284:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lxinput-0.3.5/aclocal.m4-1285-  esac
lxinput-0.3.5/aclocal.m4-1286-done
lxinput-0.3.5/aclocal.m4:1287:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lxinput-0.3.5/aclocal.m4-1288-
##############################################
lxinput-0.3.5/aclocal.m4-1390-# Ignore all kinds of additional output from 'make'.
lxinput-0.3.5/aclocal.m4:1391:case `$am_make -s -f confmf 2> /dev/null` in #(
lxinput-0.3.5/aclocal.m4-1392-*the\ am__doit\ target*)
##############################################
lxinput-0.3.5/aclocal.m4-1400-   echo '.include "confinc"' > confmf
lxinput-0.3.5/aclocal.m4:1401:   case `$am_make -s -f confmf 2> /dev/null` in #(
lxinput-0.3.5/aclocal.m4-1402-   *the\ am__doit\ target*)
##############################################
lxinput-0.3.5/aclocal.m4-1611-     echo "timestamp, slept: $am_has_slept" > conftest.file
lxinput-0.3.5/aclocal.m4:1612:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lxinput-0.3.5/aclocal.m4-1613-     if test "$[*]" = "X"; then
lxinput-0.3.5/aclocal.m4-1614-	# -L didn't work.
lxinput-0.3.5/aclocal.m4:1615:	set X `ls -t "$srcdir/configure" conftest.file`
lxinput-0.3.5/aclocal.m4-1616-     fi