===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lxde-common-0.99.2/configure.ac-42-dnl Fix invalid sysconfdir when --prefix=/usr
lxde-common-0.99.2/configure.ac:43:if test `eval "echo $sysconfdir"` = /usr/etc
lxde-common-0.99.2/configure.ac-44-then
##############################################
lxde-common-0.99.2/configure.ac-55-rm -f $srcdir/po/LINGUAS
lxde-common-0.99.2/configure.ac:56:for po_file in `ls $srcdir/po/*.po | sort`;
lxde-common-0.99.2/configure.ac-57-do
lxde-common-0.99.2/configure.ac:58:    lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"`
lxde-common-0.99.2/configure.ac-59-    echo $lang >> $srcdir/po/LINGUAS
##############################################
lxde-common-0.99.2/install-sh-229-      fi
lxde-common-0.99.2/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lxde-common-0.99.2/install-sh-231-    *)
##############################################
lxde-common-0.99.2/install-sh-276-      dstdir=$dst
lxde-common-0.99.2/install-sh:277:      dst=$dstdir/`basename "$src"`
lxde-common-0.99.2/install-sh-278-      dstdir_status=0
##############################################
lxde-common-0.99.2/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
lxde-common-0.99.2/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
lxde-common-0.99.2/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
lxde-common-0.99.2/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
lxde-common-0.99.2/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
lxde-common-0.99.2/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lxde-common-0.99.2/install-sh-425-	    case $prefix in
lxde-common-0.99.2/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lxde-common-0.99.2/install-sh-427-	      *) qprefix=$prefix;;
##############################################
lxde-common-0.99.2/install-sh-474-    if $copy_on_change &&
lxde-common-0.99.2/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
lxde-common-0.99.2/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
lxde-common-0.99.2/install-sh-477-
##############################################
lxde-common-0.99.2/compile-67-	mingw/*)
lxde-common-0.99.2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lxde-common-0.99.2/compile-69-	  ;;
lxde-common-0.99.2/compile-70-	cygwin/*)
lxde-common-0.99.2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
lxde-common-0.99.2/compile-72-	  ;;
lxde-common-0.99.2/compile-73-	wine/*)
lxde-common-0.99.2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
lxde-common-0.99.2/compile-75-	  ;;
##############################################
lxde-common-0.99.2/compile-309-# Name of file we expect compiler to create.
lxde-common-0.99.2/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lxde-common-0.99.2/compile-311-
##############################################
lxde-common-0.99.2/compile-315-# object file name, since that is what matters with a parallel build.
lxde-common-0.99.2/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lxde-common-0.99.2/compile-317-while true; do
##############################################
lxde-common-0.99.2/po/Makefile.in.in-58-
lxde-common-0.99.2/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)
lxde-common-0.99.2/po/Makefile.in.in-60-
##############################################
lxde-common-0.99.2/po/Makefile.in.in-88-.po.gmo:
lxde-common-0.99.2/po/Makefile.in.in:89:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
lxde-common-0.99.2/po/Makefile.in.in-90-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
lxde-common-0.99.2/po/Makefile.in.in-189-	  echo "$$lang:"; \
lxde-common-0.99.2/po/Makefile.in.in:190:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
lxde-common-0.99.2/po/Makefile.in.in-191-	  if $$result; then \
##############################################
lxde-common-0.99.2/man/Makefile.in-39-  { \
lxde-common-0.99.2/man/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxde-common-0.99.2/man/Makefile.in-41-  }; \
##############################################
lxde-common-0.99.2/man/Makefile.in-107-  esac
lxde-common-0.99.2/man/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxde-common-0.99.2/man/Makefile.in-109-am__vpath_adj = case $$p in \
lxde-common-0.99.2/man/Makefile.in:110:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxde-common-0.99.2/man/Makefile.in-111-    *) f=$$p;; \
lxde-common-0.99.2/man/Makefile.in-112-  esac;
lxde-common-0.99.2/man/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxde-common-0.99.2/man/Makefile.in-114-am__install_max = 40
lxde-common-0.99.2/man/Makefile.in-115-am__nobase_strip_setup = \
lxde-common-0.99.2/man/Makefile.in:116:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxde-common-0.99.2/man/Makefile.in-117-am__nobase_strip = \
##############################################
lxde-common-0.99.2/man/Makefile.in-302-	test -n "$(man1dir)" \
lxde-common-0.99.2/man/Makefile.in:303:	  && test -n "`echo $$list1$$list2`" \
lxde-common-0.99.2/man/Makefile.in-304-	  || exit 0; \
##############################################
lxde-common-0.99.2/man/Makefile.in-348-distdir: $(DISTFILES)
lxde-common-0.99.2/man/Makefile.in:349:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxde-common-0.99.2/man/Makefile.in:350:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxde-common-0.99.2/man/Makefile.in-351-	list='$(DISTFILES)'; \
##############################################
lxde-common-0.99.2/man/Makefile.in-362-	  if test -d $$d/$$file; then \
lxde-common-0.99.2/man/Makefile.in:363:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxde-common-0.99.2/man/Makefile.in-364-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxde-common-0.99.2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
lxde-common-0.99.2/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lxde-common-0.99.2/configure-47-  as_echo='print -r --'
lxde-common-0.99.2/configure-48-  as_echo_n='print -rn --'
lxde-common-0.99.2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lxde-common-0.99.2/configure-50-  as_echo='printf %s\n'
##############################################
lxde-common-0.99.2/configure-52-else
lxde-common-0.99.2/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lxde-common-0.99.2/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lxde-common-0.99.2/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
lxde-common-0.99.2/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lxde-common-0.99.2/configure-64-      esac;
##############################################
lxde-common-0.99.2/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lxde-common-0.99.2/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lxde-common-0.99.2/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
lxde-common-0.99.2/configure-327-      case $as_dir in #(
lxde-common-0.99.2/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lxde-common-0.99.2/configure-329-      *) as_qdir=$as_dir;;
##############################################
lxde-common-0.99.2/configure-400-  {
lxde-common-0.99.2/configure:401:    as_val=`expr "$@" || test $? -eq 1`
lxde-common-0.99.2/configure-402-  }
##############################################
lxde-common-0.99.2/configure-407-# ----------------------------------------
lxde-common-0.99.2/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lxde-common-0.99.2/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lxde-common-0.99.2/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lxde-common-0.99.2/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lxde-common-0.99.2/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lxde-common-0.99.2/configure-848-  case $ac_option in
lxde-common-0.99.2/configure:849:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lxde-common-0.99.2/configure-850-  *=)   ac_optarg= ;;
##############################################
lxde-common-0.99.2/configure-892-  -disable-* | --disable-*)
lxde-common-0.99.2/configure:893:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lxde-common-0.99.2/configure-894-    # Reject names that are not valid shell variable names.
##############################################
lxde-common-0.99.2/configure-897-    ac_useropt_orig=$ac_useropt
lxde-common-0.99.2/configure:898:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxde-common-0.99.2/configure-899-    case $ac_user_opts in
##############################################
lxde-common-0.99.2/configure-918-  -enable-* | --enable-*)
lxde-common-0.99.2/configure:919:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lxde-common-0.99.2/configure-920-    # Reject names that are not valid shell variable names.
##############################################
lxde-common-0.99.2/configure-923-    ac_useropt_orig=$ac_useropt
lxde-common-0.99.2/configure:924:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxde-common-0.99.2/configure-925-    case $ac_user_opts in
##############################################
lxde-common-0.99.2/configure-1122-  -with-* | --with-*)
lxde-common-0.99.2/configure:1123:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lxde-common-0.99.2/configure-1124-    # Reject names that are not valid shell variable names.
##############################################
lxde-common-0.99.2/configure-1127-    ac_useropt_orig=$ac_useropt
lxde-common-0.99.2/configure:1128:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxde-common-0.99.2/configure-1129-    case $ac_user_opts in
##############################################
lxde-common-0.99.2/configure-1138-  -without-* | --without-*)
lxde-common-0.99.2/configure:1139:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lxde-common-0.99.2/configure-1140-    # Reject names that are not valid shell variable names.
##############################################
lxde-common-0.99.2/configure-1143-    ac_useropt_orig=$ac_useropt
lxde-common-0.99.2/configure:1144:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxde-common-0.99.2/configure-1145-    case $ac_user_opts in
##############################################
lxde-common-0.99.2/configure-1176-  *=*)
lxde-common-0.99.2/configure:1177:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lxde-common-0.99.2/configure-1178-    # Reject names that are not valid shell variable names.
##############################################
lxde-common-0.99.2/configure-1197-if test -n "$ac_prev"; then
lxde-common-0.99.2/configure:1198:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lxde-common-0.99.2/configure-1199-  as_fn_error $? "missing argument to $ac_option"
##############################################
lxde-common-0.99.2/configure-1219-    */ )
lxde-common-0.99.2/configure:1220:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lxde-common-0.99.2/configure-1221-      eval $ac_var=\$ac_val;;
##############################################
lxde-common-0.99.2/configure-1254-ac_ls_di=`ls -di .` &&
lxde-common-0.99.2/configure:1255:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lxde-common-0.99.2/configure-1256-  as_fn_error $? "working directory cannot be determined"
##############################################
lxde-common-0.99.2/configure-1310-case $srcdir in
lxde-common-0.99.2/configure:1311:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lxde-common-0.99.2/configure-1312-esac
##############################################
lxde-common-0.99.2/configure-1353-By default, \`make install' will install all the files in
lxde-common-0.99.2/configure:1354:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lxde-common-0.99.2/configure:1355:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lxde-common-0.99.2/configure-1356-for instance \`--prefix=\$HOME'.
##############################################
lxde-common-0.99.2/configure-1447-*)
lxde-common-0.99.2/configure:1448:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lxde-common-0.99.2/configure-1449-  # A ".." for each directory in $ac_dir_suffix.
lxde-common-0.99.2/configure:1450:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lxde-common-0.99.2/configure-1451-  case $ac_top_builddir_sub in
##############################################
lxde-common-0.99.2/configure-1935-    *\'*)
lxde-common-0.99.2/configure:1936:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxde-common-0.99.2/configure-1937-    esac
##############################################
lxde-common-0.99.2/configure-2018-      case $ac_val in
lxde-common-0.99.2/configure:2019:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lxde-common-0.99.2/configure-2020-      esac
##############################################
lxde-common-0.99.2/configure-2033-	case $ac_val in
lxde-common-0.99.2/configure:2034:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lxde-common-0.99.2/configure-2035-	esac
##############################################
lxde-common-0.99.2/configure-2153-    set,)
lxde-common-0.99.2/configure:2154:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lxde-common-0.99.2/configure:2155:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lxde-common-0.99.2/configure-2156-      ac_cache_corrupted=: ;;
##############################################
lxde-common-0.99.2/configure-2164-	# differences in whitespace do not lead to failure.
lxde-common-0.99.2/configure:2165:	ac_old_val_w=`echo x $ac_old_val`
lxde-common-0.99.2/configure:2166:	ac_new_val_w=`echo x $ac_new_val`
lxde-common-0.99.2/configure-2167-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lxde-common-0.99.2/configure-2184-    case $ac_new_val in
lxde-common-0.99.2/configure:2185:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lxde-common-0.99.2/configure-2186-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lxde-common-0.99.2/configure-2359-     echo "timestamp, slept: $am_has_slept" > conftest.file
lxde-common-0.99.2/configure:2360:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lxde-common-0.99.2/configure-2361-     if test "$*" = "X"; then
lxde-common-0.99.2/configure-2362-	# -L didn't work.
lxde-common-0.99.2/configure:2363:	set X `ls -t "$srcdir/configure" conftest.file`
lxde-common-0.99.2/configure-2364-     fi
##############################################
lxde-common-0.99.2/configure-2410-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lxde-common-0.99.2/configure:2411:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lxde-common-0.99.2/configure-2412-
lxde-common-0.99.2/configure-2413-# Expand $ac_aux_dir to an absolute path.
lxde-common-0.99.2/configure:2414:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lxde-common-0.99.2/configure-2415-
##############################################
lxde-common-0.99.2/configure-2555-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lxde-common-0.99.2/configure:2556:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lxde-common-0.99.2/configure-2557-	     'mkdir (GNU coreutils) '* | \
##############################################
lxde-common-0.99.2/configure-2628-set x ${MAKE-make}
lxde-common-0.99.2/configure:2629:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lxde-common-0.99.2/configure-2630-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lxde-common-0.99.2/configure-2638-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lxde-common-0.99.2/configure:2639:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lxde-common-0.99.2/configure-2640-  *@@@%%%=?*=@@@%%%*)
##############################################
lxde-common-0.99.2/configure-2704-
lxde-common-0.99.2/configure:2705:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lxde-common-0.99.2/configure-2706-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lxde-common-0.99.2/configure-3020-
lxde-common-0.99.2/configure:3021:if test `eval "echo $sysconfdir"` = /usr/etc
lxde-common-0.99.2/configure-3022-then
##############################################
lxde-common-0.99.2/configure-3037-rm -f $srcdir/po/LINGUAS
lxde-common-0.99.2/configure:3038:for po_file in `ls $srcdir/po/*.po | sort`;
lxde-common-0.99.2/configure-3039-do
lxde-common-0.99.2/configure:3040:    lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"`
lxde-common-0.99.2/configure-3041-    echo $lang >> $srcdir/po/LINGUAS
##############################################
lxde-common-0.99.2/configure-3063-# Ignore all kinds of additional output from 'make'.
lxde-common-0.99.2/configure:3064:case `$am_make -s -f confmf 2> /dev/null` in #(
lxde-common-0.99.2/configure-3065-*the\ am__doit\ target*)
##############################################
lxde-common-0.99.2/configure-3073-   echo '.include "confinc"' > confmf
lxde-common-0.99.2/configure:3074:   case `$am_make -s -f confmf 2> /dev/null` in #(
lxde-common-0.99.2/configure-3075-   *the\ am__doit\ target*)
##############################################
lxde-common-0.99.2/configure-3452-$as_echo_n "checking whether the C compiler works... " >&6; }
lxde-common-0.99.2/configure:3453:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lxde-common-0.99.2/configure-3454-
##############################################
lxde-common-0.99.2/configure-3496-	then :; else
lxde-common-0.99.2/configure:3497:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lxde-common-0.99.2/configure-3498-	fi
##############################################
lxde-common-0.99.2/configure-3556-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lxde-common-0.99.2/configure:3557:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lxde-common-0.99.2/configure-3558-	  break;;
##############################################
lxde-common-0.99.2/configure-3665-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lxde-common-0.99.2/configure:3666:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lxde-common-0.99.2/configure-3667-       break;;
##############################################
lxde-common-0.99.2/configure-3983-  if test "$am_compiler_list" = ""; then
lxde-common-0.99.2/configure:3984:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lxde-common-0.99.2/configure-3985-  fi
##############################################
lxde-common-0.99.2/configure-4240-  # Check for GNU $ac_path_GREP
lxde-common-0.99.2/configure:4241:case `"$ac_path_GREP" --version 2>&1` in
lxde-common-0.99.2/configure-4242-*GNU*)
##############################################
lxde-common-0.99.2/configure-4306-  # Check for GNU $ac_path_EGREP
lxde-common-0.99.2/configure:4307:case `"$ac_path_EGREP" --version 2>&1` in
lxde-common-0.99.2/configure-4308-*GNU*)
##############################################
lxde-common-0.99.2/configure-4467-do :
lxde-common-0.99.2/configure:4468:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lxde-common-0.99.2/configure-4469-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lxde-common-0.99.2/configure-4472-  cat >>confdefs.h <<_ACEOF
lxde-common-0.99.2/configure:4473:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lxde-common-0.99.2/configure-4474-_ACEOF
##############################################
lxde-common-0.99.2/configure-4898-    if test -f $ac_dir/$ac_word; then
lxde-common-0.99.2/configure:4899:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
lxde-common-0.99.2/configure-4900-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
lxde-common-0.99.2/configure-5017-    if test -f $ac_dir/$ac_word; then
lxde-common-0.99.2/configure:5018:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
lxde-common-0.99.2/configure-5019-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
lxde-common-0.99.2/configure-5176-   if test "x$srcdir" != "x."; then
lxde-common-0.99.2/configure:5177:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
lxde-common-0.99.2/configure-5178-       posrcprefix="$srcdir/"
##############################################
lxde-common-0.99.2/configure-5213-
lxde-common-0.99.2/configure:5214:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxde-common-0.99.2/configure-5215-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
lxde-common-0.99.2/configure:5216:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxde-common-0.99.2/configure-5217-if test -n "0.40.0"; then
##############################################
lxde-common-0.99.2/configure-5653-fi
lxde-common-0.99.2/configure:5654:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
lxde-common-0.99.2/configure:5655:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
lxde-common-0.99.2/configure:5656:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
lxde-common-0.99.2/configure-5657-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
lxde-common-0.99.2/configure-5709-else
lxde-common-0.99.2/configure:5710:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
lxde-common-0.99.2/configure-5711-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
lxde-common-0.99.2/configure-5716-$as_echo_n "checking for XML::Parser... " >&6; }
lxde-common-0.99.2/configure:5717:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
lxde-common-0.99.2/configure-5718-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
lxde-common-0.99.2/configure-5899-'
lxde-common-0.99.2/configure:5900:DEFS=`sed -n "$ac_script" confdefs.h`
lxde-common-0.99.2/configure-5901-
##############################################
lxde-common-0.99.2/configure-5908-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lxde-common-0.99.2/configure:5909:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lxde-common-0.99.2/configure-5910-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lxde-common-0.99.2/configure-6007-if test -z "$BASH_VERSION$ZSH_VERSION" \
lxde-common-0.99.2/configure:6008:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lxde-common-0.99.2/configure-6009-  as_echo='print -r --'
lxde-common-0.99.2/configure-6010-  as_echo_n='print -rn --'
lxde-common-0.99.2/configure:6011:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lxde-common-0.99.2/configure-6012-  as_echo='printf %s\n'
##############################################
lxde-common-0.99.2/configure-6014-else
lxde-common-0.99.2/configure:6015:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lxde-common-0.99.2/configure-6016-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lxde-common-0.99.2/configure-6024-	expr "X$arg" : "X\\(.*\\)$as_nl";
lxde-common-0.99.2/configure:6025:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lxde-common-0.99.2/configure-6026-      esac;
##############################################
lxde-common-0.99.2/configure-6101-# ----------------------------------------
lxde-common-0.99.2/configure:6102:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lxde-common-0.99.2/configure-6103-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lxde-common-0.99.2/configure-6173-  {
lxde-common-0.99.2/configure:6174:    as_val=`expr "$@" || test $? -eq 1`
lxde-common-0.99.2/configure-6175-  }
##############################################
lxde-common-0.99.2/configure-6277-      case $as_dir in #(
lxde-common-0.99.2/configure:6278:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lxde-common-0.99.2/configure-6279-      *) as_qdir=$as_dir;;
##############################################
lxde-common-0.99.2/configure-6403-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lxde-common-0.99.2/configure:6404:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lxde-common-0.99.2/configure-6405-ac_cs_version="\\
##############################################
lxde-common-0.99.2/configure-6428-  --*=?*)
lxde-common-0.99.2/configure:6429:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lxde-common-0.99.2/configure:6430:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lxde-common-0.99.2/configure-6431-    ac_shift=:
##############################################
lxde-common-0.99.2/configure-6433-  --*=)
lxde-common-0.99.2/configure:6434:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lxde-common-0.99.2/configure-6435-    ac_optarg=
##############################################
lxde-common-0.99.2/configure-6457-    case $ac_optarg in
lxde-common-0.99.2/configure:6458:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxde-common-0.99.2/configure-6459-    '') as_fn_error $? "missing file argument" ;;
##############################################
lxde-common-0.99.2/configure-6592-fi
lxde-common-0.99.2/configure:6593:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lxde-common-0.99.2/configure-6594-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lxde-common-0.99.2/configure-6609-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lxde-common-0.99.2/configure:6610:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lxde-common-0.99.2/configure-6611-ac_delim='%!_!# '
##############################################
lxde-common-0.99.2/configure-6615-
lxde-common-0.99.2/configure:6616:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lxde-common-0.99.2/configure-6617-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lxde-common-0.99.2/configure-6777-      esac
lxde-common-0.99.2/configure:6778:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lxde-common-0.99.2/configure-6779-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lxde-common-0.99.2/configure-6836-*)
lxde-common-0.99.2/configure:6837:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lxde-common-0.99.2/configure-6838-  # A ".." for each directory in $ac_dir_suffix.
lxde-common-0.99.2/configure:6839:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lxde-common-0.99.2/configure-6840-  case $ac_top_builddir_sub in
##############################################
lxde-common-0.99.2/configure-6897-/@mandir@/p'
lxde-common-0.99.2/configure:6898:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lxde-common-0.99.2/configure-6899-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lxde-common-0.99.2/configure-6914-
lxde-common-0.99.2/configure:6915:# Neutralize VPATH when `$srcdir' = `.'.
lxde-common-0.99.2/configure-6916-# Shell code in configure.ac might set extrasub.
##############################################
lxde-common-0.99.2/configure-6942-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lxde-common-0.99.2/configure:6943:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lxde-common-0.99.2/configure-6944-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lxde-common-0.99.2/configure-6978-    # Strip MF so we end up with the name of the file.
lxde-common-0.99.2/configure:6979:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lxde-common-0.99.2/configure-6980-    # Check whether this is an Automake generated Makefile or not.
##############################################
lxde-common-0.99.2/configure-7015-    # from the Makefile without running 'make'.
lxde-common-0.99.2/configure:7016:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lxde-common-0.99.2/configure-7017-    test -z "$DEPDIR" && continue
lxde-common-0.99.2/configure:7018:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lxde-common-0.99.2/configure-7019-    test -z "$am__include" && continue
lxde-common-0.99.2/configure:7020:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lxde-common-0.99.2/configure-7021-    # Find all dependency output files, they are included files with
##############################################
lxde-common-0.99.2/Makefile.in-41-  { \
lxde-common-0.99.2/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxde-common-0.99.2/Makefile.in-43-  }; \
##############################################
lxde-common-0.99.2/Makefile.in-98-CONFIG_CLEAN_VPATH_FILES =
lxde-common-0.99.2/Makefile.in:99:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxde-common-0.99.2/Makefile.in-100-am__vpath_adj = case $$p in \
lxde-common-0.99.2/Makefile.in:101:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxde-common-0.99.2/Makefile.in-102-    *) f=$$p;; \
lxde-common-0.99.2/Makefile.in-103-  esac;
lxde-common-0.99.2/Makefile.in:104:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxde-common-0.99.2/Makefile.in-105-am__install_max = 40
lxde-common-0.99.2/Makefile.in-106-am__nobase_strip_setup = \
lxde-common-0.99.2/Makefile.in:107:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxde-common-0.99.2/Makefile.in-108-am__nobase_strip = \
##############################################
lxde-common-0.99.2/Makefile.in-207-  while test -n "$$dir1"; do \
lxde-common-0.99.2/Makefile.in:208:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lxde-common-0.99.2/Makefile.in-209-    if test "$$first" != "."; then \
lxde-common-0.99.2/Makefile.in-210-      if test "$$first" = ".."; then \
lxde-common-0.99.2/Makefile.in:211:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lxde-common-0.99.2/Makefile.in:212:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lxde-common-0.99.2/Makefile.in-213-      else \
lxde-common-0.99.2/Makefile.in:214:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lxde-common-0.99.2/Makefile.in-215-        if test "$$first2" = "$$first"; then \
lxde-common-0.99.2/Makefile.in:216:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lxde-common-0.99.2/Makefile.in-217-        else \
##############################################
lxde-common-0.99.2/Makefile.in-222-    fi; \
lxde-common-0.99.2/Makefile.in:223:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lxde-common-0.99.2/Makefile.in-224-  done; \
##############################################
lxde-common-0.99.2/Makefile.in-509-	@list='$(defaults_DATA)'; test -n "$(defaultsdir)" || list=; \
lxde-common-0.99.2/Makefile.in:510:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-511-	dir='$(DESTDIR)$(defaultsdir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-530-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
lxde-common-0.99.2/Makefile.in:531:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-532-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-551-	@list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
lxde-common-0.99.2/Makefile.in:552:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-553-	dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-572-	@list='$(lxpanel_DATA)'; test -n "$(lxpaneldir)" || list=; \
lxde-common-0.99.2/Makefile.in:573:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-574-	dir='$(DESTDIR)$(lxpaneldir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-593-	@list='$(lxpanel_panel_DATA)'; test -n "$(lxpanel_paneldir)" || list=; \
lxde-common-0.99.2/Makefile.in:594:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-595-	dir='$(DESTDIR)$(lxpanel_paneldir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-614-	@list='$(openbox_DATA)'; test -n "$(openboxdir)" || list=; \
lxde-common-0.99.2/Makefile.in:615:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-616-	dir='$(DESTDIR)$(openboxdir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-635-	@list='$(pcmanfm_DATA)'; test -n "$(pcmanfmdir)" || list=; \
lxde-common-0.99.2/Makefile.in:636:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-637-	dir='$(DESTDIR)$(pcmanfmdir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-656-	@list='$(wallpapers_DATA)'; test -n "$(wallpapersdir)" || list=; \
lxde-common-0.99.2/Makefile.in:657:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-658-	dir='$(DESTDIR)$(wallpapersdir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-677-	@list='$(xsession_DATA)'; test -n "$(xsessiondir)" || list=; \
lxde-common-0.99.2/Makefile.in:678:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxde-common-0.99.2/Makefile.in-679-	dir='$(DESTDIR)$(xsessiondir)'; $(am__uninstall_files_from_dir)
##############################################
lxde-common-0.99.2/Makefile.in-694-	dot_seen=no; \
lxde-common-0.99.2/Makefile.in:695:	target=`echo $@ | sed s/-recursive//`; \
lxde-common-0.99.2/Makefile.in-696-	case "$@" in \
##############################################
lxde-common-0.99.2/Makefile.in-757-GTAGS:
lxde-common-0.99.2/Makefile.in:758:	here=`$(am__cd) $(top_builddir) && pwd` \
lxde-common-0.99.2/Makefile.in-759-	  && $(am__cd) $(top_srcdir) \
##############################################
lxde-common-0.99.2/Makefile.in-789-	test -d "$(distdir)" || mkdir "$(distdir)"
lxde-common-0.99.2/Makefile.in:790:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxde-common-0.99.2/Makefile.in:791:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxde-common-0.99.2/Makefile.in-792-	list='$(DISTFILES)'; \
##############################################
lxde-common-0.99.2/Makefile.in-803-	  if test -d $$d/$$file; then \
lxde-common-0.99.2/Makefile.in:804:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxde-common-0.99.2/Makefile.in-805-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxde-common-0.99.2/Makefile.in-913-	test -d $(distdir)/_build || exit 0; \
lxde-common-0.99.2/Makefile.in:914:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lxde-common-0.99.2/Makefile.in-915-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lxde-common-0.99.2/Makefile.in-957-	}; \
lxde-common-0.99.2/Makefile.in:958:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lxde-common-0.99.2/Makefile.in-959-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lxde-common-0.99.2/Makefile.in-969-	fi
lxde-common-0.99.2/Makefile.in:970:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lxde-common-0.99.2/Makefile.in-971-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lxde-common-0.99.2/aclocal.m4-224-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
lxde-common-0.99.2/aclocal.m4:225:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
lxde-common-0.99.2/aclocal.m4-226-	if test "$MSGFMT" != "no"; then
##############################################
lxde-common-0.99.2/aclocal.m4-245-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
lxde-common-0.99.2/aclocal.m4:246:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
lxde-common-0.99.2/aclocal.m4-247-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
lxde-common-0.99.2/aclocal.m4-396-   if test "x$srcdir" != "x."; then
lxde-common-0.99.2/aclocal.m4:397:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
lxde-common-0.99.2/aclocal.m4-398-       posrcprefix="$srcdir/"
##############################################
lxde-common-0.99.2/aclocal.m4-420-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
lxde-common-0.99.2/aclocal.m4:421:datarootdir=`eval echo "${datarootdir}"`
lxde-common-0.99.2/aclocal.m4-422-if test "x$CATOBJEXT" = "x.mo" ; then
lxde-common-0.99.2/aclocal.m4:423:  localedir=`eval echo "${libdir}/locale"`
lxde-common-0.99.2/aclocal.m4-424-else
lxde-common-0.99.2/aclocal.m4:425:  localedir=`eval echo "${datadir}/locale"`
lxde-common-0.99.2/aclocal.m4-426-fi
##############################################
lxde-common-0.99.2/aclocal.m4-473-
lxde-common-0.99.2/aclocal.m4:474:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxde-common-0.99.2/aclocal.m4-475-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
lxde-common-0.99.2/aclocal.m4:476:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxde-common-0.99.2/aclocal.m4-477-if test -n "$1"; then
##############################################
lxde-common-0.99.2/aclocal.m4-561-fi
lxde-common-0.99.2/aclocal.m4:562:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
lxde-common-0.99.2/aclocal.m4:563:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
lxde-common-0.99.2/aclocal.m4:564:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
lxde-common-0.99.2/aclocal.m4-565-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
lxde-common-0.99.2/aclocal.m4-577-else
lxde-common-0.99.2/aclocal.m4:578:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
lxde-common-0.99.2/aclocal.m4-579-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
lxde-common-0.99.2/aclocal.m4-582-   AC_MSG_CHECKING([for XML::Parser])
lxde-common-0.99.2/aclocal.m4:583:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
lxde-common-0.99.2/aclocal.m4-584-       AC_MSG_RESULT([ok])
##############################################
lxde-common-0.99.2/aclocal.m4-776-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lxde-common-0.99.2/aclocal.m4:777:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lxde-common-0.99.2/aclocal.m4-778-# and then we would define $MISSING as
##############################################
lxde-common-0.99.2/aclocal.m4-791-# Expand $ac_aux_dir to an absolute path.
lxde-common-0.99.2/aclocal.m4:792:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lxde-common-0.99.2/aclocal.m4-793-])
##############################################
lxde-common-0.99.2/aclocal.m4-889-  if test "$am_compiler_list" = ""; then
lxde-common-0.99.2/aclocal.m4:890:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lxde-common-0.99.2/aclocal.m4-891-  fi
##############################################
lxde-common-0.99.2/aclocal.m4-1040-    # Strip MF so we end up with the name of the file.
lxde-common-0.99.2/aclocal.m4:1041:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lxde-common-0.99.2/aclocal.m4-1042-    # Check whether this is an Automake generated Makefile or not.
##############################################
lxde-common-0.99.2/aclocal.m4-1049-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
lxde-common-0.99.2/aclocal.m4:1050:      dirpart=`AS_DIRNAME("$mf")`
lxde-common-0.99.2/aclocal.m4-1051-    else
##############################################
lxde-common-0.99.2/aclocal.m4-1055-    # from the Makefile without running 'make'.
lxde-common-0.99.2/aclocal.m4:1056:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lxde-common-0.99.2/aclocal.m4-1057-    test -z "$DEPDIR" && continue
lxde-common-0.99.2/aclocal.m4:1058:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lxde-common-0.99.2/aclocal.m4-1059-    test -z "$am__include" && continue
lxde-common-0.99.2/aclocal.m4:1060:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lxde-common-0.99.2/aclocal.m4-1061-    # Find all dependency output files, they are included files with
##############################################
lxde-common-0.99.2/aclocal.m4-1069-      test -f "$dirpart/$file" && continue
lxde-common-0.99.2/aclocal.m4:1070:      fdir=`AS_DIRNAME(["$file"])`
lxde-common-0.99.2/aclocal.m4-1071-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
lxde-common-0.99.2/aclocal.m4-1127-AC_REQUIRE([AC_PROG_INSTALL])dnl
lxde-common-0.99.2/aclocal.m4:1128:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lxde-common-0.99.2/aclocal.m4-1129-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lxde-common-0.99.2/aclocal.m4-1283-    * )
lxde-common-0.99.2/aclocal.m4:1284:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lxde-common-0.99.2/aclocal.m4-1285-  esac
lxde-common-0.99.2/aclocal.m4-1286-done
lxde-common-0.99.2/aclocal.m4:1287:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lxde-common-0.99.2/aclocal.m4-1288-
##############################################
lxde-common-0.99.2/aclocal.m4-1354-# Ignore all kinds of additional output from 'make'.
lxde-common-0.99.2/aclocal.m4:1355:case `$am_make -s -f confmf 2> /dev/null` in #(
lxde-common-0.99.2/aclocal.m4-1356-*the\ am__doit\ target*)
##############################################
lxde-common-0.99.2/aclocal.m4-1364-   echo '.include "confinc"' > confmf
lxde-common-0.99.2/aclocal.m4:1365:   case `$am_make -s -f confmf 2> /dev/null` in #(
lxde-common-0.99.2/aclocal.m4-1366-   *the\ am__doit\ target*)
##############################################
lxde-common-0.99.2/aclocal.m4-1546-     echo "timestamp, slept: $am_has_slept" > conftest.file
lxde-common-0.99.2/aclocal.m4:1547:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lxde-common-0.99.2/aclocal.m4-1548-     if test "$[*]" = "X"; then
lxde-common-0.99.2/aclocal.m4-1549-	# -L didn't work.
lxde-common-0.99.2/aclocal.m4:1550:	set X `ls -t "$srcdir/configure" conftest.file`
lxde-common-0.99.2/aclocal.m4-1551-     fi