===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lxterminal-0.3.2/install-sh-234-      fi
lxterminal-0.3.2/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lxterminal-0.3.2/install-sh-236-    *)
##############################################
lxterminal-0.3.2/install-sh-280-      dstdir=$dst
lxterminal-0.3.2/install-sh:281:      dstbase=`basename "$src"`
lxterminal-0.3.2/install-sh-282-      case $dst in
##############################################
lxterminal-0.3.2/install-sh-287-    else
lxterminal-0.3.2/install-sh:288:      dstdir=`dirname "$dst"`
lxterminal-0.3.2/install-sh-289-      test -d "$dstdir"
##############################################
lxterminal-0.3.2/install-sh-354-                   test_tmpdir="$tmpdir/a"
lxterminal-0.3.2/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
lxterminal-0.3.2/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
lxterminal-0.3.2/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
lxterminal-0.3.2/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
lxterminal-0.3.2/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lxterminal-0.3.2/install-sh-419-            case $prefix in
lxterminal-0.3.2/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lxterminal-0.3.2/install-sh-421-              *) qprefix=$prefix;;
##############################################
lxterminal-0.3.2/install-sh-468-    if $copy_on_change &&
lxterminal-0.3.2/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
lxterminal-0.3.2/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
lxterminal-0.3.2/install-sh-471-       set -f &&
##############################################
lxterminal-0.3.2/depcomp-64-  case $1 in
lxterminal-0.3.2/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
lxterminal-0.3.2/depcomp-66-      *) dir=;;
##############################################
lxterminal-0.3.2/depcomp-73-{
lxterminal-0.3.2/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
lxterminal-0.3.2/depcomp-75-}
##############################################
lxterminal-0.3.2/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lxterminal-0.3.2/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lxterminal-0.3.2/depcomp-128-
##############################################
lxterminal-0.3.2/depcomp-405-        sleep 1
lxterminal-0.3.2/depcomp:406:        i=`expr $i - 1`
lxterminal-0.3.2/depcomp-407-      done
lxterminal-0.3.2/depcomp-408-    fi
lxterminal-0.3.2/depcomp:409:    i=`expr $i - 1`
lxterminal-0.3.2/depcomp-410-  done
##############################################
lxterminal-0.3.2/depcomp-425-  # Do two passes, one to just change these to
lxterminal-0.3.2/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
lxterminal-0.3.2/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lxterminal-0.3.2/depcomp-659-  done
lxterminal-0.3.2/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
lxterminal-0.3.2/depcomp-661-  touch "$tmpdepfile"
##############################################
lxterminal-0.3.2/compile-67-	mingw/*)
lxterminal-0.3.2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lxterminal-0.3.2/compile-69-	  ;;
lxterminal-0.3.2/compile-70-	cygwin/*)
lxterminal-0.3.2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
lxterminal-0.3.2/compile-72-	  ;;
lxterminal-0.3.2/compile-73-	wine/*)
lxterminal-0.3.2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
lxterminal-0.3.2/compile-75-	  ;;
##############################################
lxterminal-0.3.2/compile-310-# Name of file we expect compiler to create.
lxterminal-0.3.2/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lxterminal-0.3.2/compile-312-
##############################################
lxterminal-0.3.2/compile-316-# object file name, since that is what matters with a parallel build.
lxterminal-0.3.2/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lxterminal-0.3.2/compile-318-while true; do
##############################################
lxterminal-0.3.2/configure.ac-74-rm -f $srcdir/po/LINGUAS
lxterminal-0.3.2/configure.ac:75:for po_file in `ls $srcdir/po/*.po | sort`;
lxterminal-0.3.2/configure.ac-76-do
lxterminal-0.3.2/configure.ac:77:    lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"`
lxterminal-0.3.2/configure.ac-78-    echo $lang >> $srcdir/po/LINGUAS
##############################################
lxterminal-0.3.2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
lxterminal-0.3.2/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lxterminal-0.3.2/configure-47-  as_echo='print -r --'
lxterminal-0.3.2/configure-48-  as_echo_n='print -rn --'
lxterminal-0.3.2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lxterminal-0.3.2/configure-50-  as_echo='printf %s\n'
##############################################
lxterminal-0.3.2/configure-52-else
lxterminal-0.3.2/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lxterminal-0.3.2/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lxterminal-0.3.2/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
lxterminal-0.3.2/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lxterminal-0.3.2/configure-64-      esac;
##############################################
lxterminal-0.3.2/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lxterminal-0.3.2/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lxterminal-0.3.2/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
lxterminal-0.3.2/configure-327-      case $as_dir in #(
lxterminal-0.3.2/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lxterminal-0.3.2/configure-329-      *) as_qdir=$as_dir;;
##############################################
lxterminal-0.3.2/configure-400-  {
lxterminal-0.3.2/configure:401:    as_val=`expr "$@" || test $? -eq 1`
lxterminal-0.3.2/configure-402-  }
##############################################
lxterminal-0.3.2/configure-407-# ----------------------------------------
lxterminal-0.3.2/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lxterminal-0.3.2/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lxterminal-0.3.2/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lxterminal-0.3.2/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lxterminal-0.3.2/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lxterminal-0.3.2/configure-875-  case $ac_option in
lxterminal-0.3.2/configure:876:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lxterminal-0.3.2/configure-877-  *=)   ac_optarg= ;;
##############################################
lxterminal-0.3.2/configure-919-  -disable-* | --disable-*)
lxterminal-0.3.2/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lxterminal-0.3.2/configure-921-    # Reject names that are not valid shell variable names.
##############################################
lxterminal-0.3.2/configure-924-    ac_useropt_orig=$ac_useropt
lxterminal-0.3.2/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxterminal-0.3.2/configure-926-    case $ac_user_opts in
##############################################
lxterminal-0.3.2/configure-945-  -enable-* | --enable-*)
lxterminal-0.3.2/configure:946:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lxterminal-0.3.2/configure-947-    # Reject names that are not valid shell variable names.
##############################################
lxterminal-0.3.2/configure-950-    ac_useropt_orig=$ac_useropt
lxterminal-0.3.2/configure:951:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxterminal-0.3.2/configure-952-    case $ac_user_opts in
##############################################
lxterminal-0.3.2/configure-1158-  -with-* | --with-*)
lxterminal-0.3.2/configure:1159:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lxterminal-0.3.2/configure-1160-    # Reject names that are not valid shell variable names.
##############################################
lxterminal-0.3.2/configure-1163-    ac_useropt_orig=$ac_useropt
lxterminal-0.3.2/configure:1164:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxterminal-0.3.2/configure-1165-    case $ac_user_opts in
##############################################
lxterminal-0.3.2/configure-1174-  -without-* | --without-*)
lxterminal-0.3.2/configure:1175:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lxterminal-0.3.2/configure-1176-    # Reject names that are not valid shell variable names.
##############################################
lxterminal-0.3.2/configure-1179-    ac_useropt_orig=$ac_useropt
lxterminal-0.3.2/configure:1180:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lxterminal-0.3.2/configure-1181-    case $ac_user_opts in
##############################################
lxterminal-0.3.2/configure-1212-  *=*)
lxterminal-0.3.2/configure:1213:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lxterminal-0.3.2/configure-1214-    # Reject names that are not valid shell variable names.
##############################################
lxterminal-0.3.2/configure-1233-if test -n "$ac_prev"; then
lxterminal-0.3.2/configure:1234:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lxterminal-0.3.2/configure-1235-  as_fn_error $? "missing argument to $ac_option"
##############################################
lxterminal-0.3.2/configure-1255-    */ )
lxterminal-0.3.2/configure:1256:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lxterminal-0.3.2/configure-1257-      eval $ac_var=\$ac_val;;
##############################################
lxterminal-0.3.2/configure-1290-ac_ls_di=`ls -di .` &&
lxterminal-0.3.2/configure:1291:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lxterminal-0.3.2/configure-1292-  as_fn_error $? "working directory cannot be determined"
##############################################
lxterminal-0.3.2/configure-1346-case $srcdir in
lxterminal-0.3.2/configure:1347:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lxterminal-0.3.2/configure-1348-esac
##############################################
lxterminal-0.3.2/configure-1389-By default, \`make install' will install all the files in
lxterminal-0.3.2/configure:1390:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lxterminal-0.3.2/configure:1391:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lxterminal-0.3.2/configure-1392-for instance \`--prefix=\$HOME'.
##############################################
lxterminal-0.3.2/configure-1497-*)
lxterminal-0.3.2/configure:1498:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lxterminal-0.3.2/configure-1499-  # A ".." for each directory in $ac_dir_suffix.
lxterminal-0.3.2/configure:1500:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lxterminal-0.3.2/configure-1501-  case $ac_top_builddir_sub in
##############################################
lxterminal-0.3.2/configure-1985-    *\'*)
lxterminal-0.3.2/configure:1986:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxterminal-0.3.2/configure-1987-    esac
##############################################
lxterminal-0.3.2/configure-2068-      case $ac_val in
lxterminal-0.3.2/configure:2069:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lxterminal-0.3.2/configure-2070-      esac
##############################################
lxterminal-0.3.2/configure-2083-	case $ac_val in
lxterminal-0.3.2/configure:2084:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lxterminal-0.3.2/configure-2085-	esac
##############################################
lxterminal-0.3.2/configure-2203-    set,)
lxterminal-0.3.2/configure:2204:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lxterminal-0.3.2/configure:2205:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lxterminal-0.3.2/configure-2206-      ac_cache_corrupted=: ;;
##############################################
lxterminal-0.3.2/configure-2214-	# differences in whitespace do not lead to failure.
lxterminal-0.3.2/configure:2215:	ac_old_val_w=`echo x $ac_old_val`
lxterminal-0.3.2/configure:2216:	ac_new_val_w=`echo x $ac_new_val`
lxterminal-0.3.2/configure-2217-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lxterminal-0.3.2/configure-2234-    case $ac_new_val in
lxterminal-0.3.2/configure:2235:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lxterminal-0.3.2/configure-2236-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lxterminal-0.3.2/configure-2453-     echo "timestamp, slept: $am_has_slept" > conftest.file
lxterminal-0.3.2/configure:2454:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lxterminal-0.3.2/configure-2455-     if test "$*" = "X"; then
lxterminal-0.3.2/configure-2456-	# -L didn't work.
lxterminal-0.3.2/configure:2457:	set X `ls -t "$srcdir/configure" conftest.file`
lxterminal-0.3.2/configure-2458-     fi
##############################################
lxterminal-0.3.2/configure-2504-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lxterminal-0.3.2/configure:2505:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lxterminal-0.3.2/configure-2506-
lxterminal-0.3.2/configure-2507-# Expand $ac_aux_dir to an absolute path.
lxterminal-0.3.2/configure:2508:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lxterminal-0.3.2/configure-2509-
##############################################
lxterminal-0.3.2/configure-2649-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lxterminal-0.3.2/configure:2650:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lxterminal-0.3.2/configure-2651-	     'mkdir (GNU coreutils) '* | \
##############################################
lxterminal-0.3.2/configure-2722-set x ${MAKE-make}
lxterminal-0.3.2/configure:2723:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lxterminal-0.3.2/configure-2724-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lxterminal-0.3.2/configure-2732-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lxterminal-0.3.2/configure:2733:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lxterminal-0.3.2/configure-2734-  *@@@%%%=?*=@@@%%%*)
##############################################
lxterminal-0.3.2/configure-2759-
lxterminal-0.3.2/configure:2760:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lxterminal-0.3.2/configure-2761-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lxterminal-0.3.2/configure-2899-
lxterminal-0.3.2/configure:2900:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo  | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxterminal-0.3.2/configure-2901-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
lxterminal-0.3.2/configure:2902:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxterminal-0.3.2/configure-2903-if test -n ""; then
##############################################
lxterminal-0.3.2/configure-3339-fi
lxterminal-0.3.2/configure:3340:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
lxterminal-0.3.2/configure:3341:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
lxterminal-0.3.2/configure:3342:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
lxterminal-0.3.2/configure-3343-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
lxterminal-0.3.2/configure-3395-else
lxterminal-0.3.2/configure:3396:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
lxterminal-0.3.2/configure-3397-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
lxterminal-0.3.2/configure-3402-$as_echo_n "checking for XML::Parser... " >&6; }
lxterminal-0.3.2/configure:3403:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
lxterminal-0.3.2/configure-3404-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
lxterminal-0.3.2/configure-3849-$as_echo_n "checking whether the C compiler works... " >&6; }
lxterminal-0.3.2/configure:3850:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lxterminal-0.3.2/configure-3851-
##############################################
lxterminal-0.3.2/configure-3893-	then :; else
lxterminal-0.3.2/configure:3894:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lxterminal-0.3.2/configure-3895-	fi
##############################################
lxterminal-0.3.2/configure-3953-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lxterminal-0.3.2/configure:3954:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lxterminal-0.3.2/configure-3955-	  break;;
##############################################
lxterminal-0.3.2/configure-4062-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lxterminal-0.3.2/configure:4063:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lxterminal-0.3.2/configure-4064-       break;;
##############################################
lxterminal-0.3.2/configure-4380-  if test "$am_compiler_list" = ""; then
lxterminal-0.3.2/configure:4381:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lxterminal-0.3.2/configure-4382-  fi
##############################################
lxterminal-0.3.2/configure-5163-  if test "$am_compiler_list" = ""; then
lxterminal-0.3.2/configure:5164:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lxterminal-0.3.2/configure-5165-  fi
##############################################
lxterminal-0.3.2/configure-5422-  # Check for GNU $ac_path_GREP
lxterminal-0.3.2/configure:5423:case `"$ac_path_GREP" --version 2>&1` in
lxterminal-0.3.2/configure-5424-*GNU*)
##############################################
lxterminal-0.3.2/configure-5488-  # Check for GNU $ac_path_EGREP
lxterminal-0.3.2/configure:5489:case `"$ac_path_EGREP" --version 2>&1` in
lxterminal-0.3.2/configure-5490-*GNU*)
##############################################
lxterminal-0.3.2/configure-5649-do :
lxterminal-0.3.2/configure:5650:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lxterminal-0.3.2/configure-5651-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lxterminal-0.3.2/configure-5654-  cat >>confdefs.h <<_ACEOF
lxterminal-0.3.2/configure:5655:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lxterminal-0.3.2/configure-5656-_ACEOF
##############################################
lxterminal-0.3.2/configure-5664-do :
lxterminal-0.3.2/configure:5665:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lxterminal-0.3.2/configure-5666-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lxterminal-0.3.2/configure-5668-  cat >>confdefs.h <<_ACEOF
lxterminal-0.3.2/configure:5669:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lxterminal-0.3.2/configure-5670-_ACEOF
##############################################
lxterminal-0.3.2/configure-5845-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:5846:  pkg_cv_gtk_CFLAGS=`$PKG_CONFIG --cflags "$gtk_modules" 2>/dev/null`
lxterminal-0.3.2/configure-5847-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-5862-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:5863:  pkg_cv_gtk_LIBS=`$PKG_CONFIG --libs "$gtk_modules" 2>/dev/null`
lxterminal-0.3.2/configure-5864-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-5883-        if test $_pkg_short_errors_supported = yes; then
lxterminal-0.3.2/configure:5884:	        gtk_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$gtk_modules" 2>&1`
lxterminal-0.3.2/configure-5885-        else
lxterminal-0.3.2/configure:5886:	        gtk_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$gtk_modules" 2>&1`
lxterminal-0.3.2/configure-5887-        fi
##############################################
lxterminal-0.3.2/configure-5939-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:5940:  pkg_cv_glib_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.6.0" 2>/dev/null`
lxterminal-0.3.2/configure-5941-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-5956-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:5957:  pkg_cv_glib_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.6.0" 2>/dev/null`
lxterminal-0.3.2/configure-5958-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-5977-        if test $_pkg_short_errors_supported = yes; then
lxterminal-0.3.2/configure:5978:	        glib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.6.0" 2>&1`
lxterminal-0.3.2/configure-5979-        else
lxterminal-0.3.2/configure:5980:	        glib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.6.0" 2>&1`
lxterminal-0.3.2/configure-5981-        fi
##############################################
lxterminal-0.3.2/configure-6032-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:6033:  pkg_cv_vte_CFLAGS=`$PKG_CONFIG --cflags "vte-2.91 >= 0.20.0" 2>/dev/null`
lxterminal-0.3.2/configure-6034-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-6049-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:6050:  pkg_cv_vte_LIBS=`$PKG_CONFIG --libs "vte-2.91 >= 0.20.0" 2>/dev/null`
lxterminal-0.3.2/configure-6051-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-6070-        if test $_pkg_short_errors_supported = yes; then
lxterminal-0.3.2/configure:6071:	        vte_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte-2.91 >= 0.20.0" 2>&1`
lxterminal-0.3.2/configure-6072-        else
lxterminal-0.3.2/configure:6073:	        vte_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte-2.91 >= 0.20.0" 2>&1`
lxterminal-0.3.2/configure-6074-        fi
##############################################
lxterminal-0.3.2/configure-6092-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:6093:  pkg_cv_vte_CFLAGS=`$PKG_CONFIG --cflags "vte-2.90 >= 0.20.0" 2>/dev/null`
lxterminal-0.3.2/configure-6094-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-6109-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:6110:  pkg_cv_vte_LIBS=`$PKG_CONFIG --libs "vte-2.90 >= 0.20.0" 2>/dev/null`
lxterminal-0.3.2/configure-6111-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-6130-        if test $_pkg_short_errors_supported = yes; then
lxterminal-0.3.2/configure:6131:	        vte_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte-2.90 >= 0.20.0" 2>&1`
lxterminal-0.3.2/configure-6132-        else
lxterminal-0.3.2/configure:6133:	        vte_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte-2.90 >= 0.20.0" 2>&1`
lxterminal-0.3.2/configure-6134-        fi
##############################################
lxterminal-0.3.2/configure-6188-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:6189:  pkg_cv_vte_CFLAGS=`$PKG_CONFIG --cflags "vte-2.90 >= 0.20.0" 2>/dev/null`
lxterminal-0.3.2/configure-6190-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-6205-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:6206:  pkg_cv_vte_LIBS=`$PKG_CONFIG --libs "vte-2.90 >= 0.20.0" 2>/dev/null`
lxterminal-0.3.2/configure-6207-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-6226-        if test $_pkg_short_errors_supported = yes; then
lxterminal-0.3.2/configure:6227:	        vte_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte-2.90 >= 0.20.0" 2>&1`
lxterminal-0.3.2/configure-6228-        else
lxterminal-0.3.2/configure:6229:	        vte_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte-2.90 >= 0.20.0" 2>&1`
lxterminal-0.3.2/configure-6230-        fi
##############################################
lxterminal-0.3.2/configure-6288-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:6289:  pkg_cv_vte_CFLAGS=`$PKG_CONFIG --cflags "vte >= 0.20.0" 2>/dev/null`
lxterminal-0.3.2/configure-6290-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-6305-  test $ac_status = 0; }; then
lxterminal-0.3.2/configure:6306:  pkg_cv_vte_LIBS=`$PKG_CONFIG --libs "vte >= 0.20.0" 2>/dev/null`
lxterminal-0.3.2/configure-6307-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lxterminal-0.3.2/configure-6326-        if test $_pkg_short_errors_supported = yes; then
lxterminal-0.3.2/configure:6327:	        vte_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "vte >= 0.20.0" 2>&1`
lxterminal-0.3.2/configure-6328-        else
lxterminal-0.3.2/configure:6329:	        vte_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "vte >= 0.20.0" 2>&1`
lxterminal-0.3.2/configure-6330-        fi
##############################################
lxterminal-0.3.2/configure-6378-rm -f $srcdir/po/LINGUAS
lxterminal-0.3.2/configure:6379:for po_file in `ls $srcdir/po/*.po | sort`;
lxterminal-0.3.2/configure-6380-do
lxterminal-0.3.2/configure:6381:    lang=`echo "$po_file" | sed "s|.*/po/\(.*\)\.po|\1|g"`
lxterminal-0.3.2/configure-6382-    echo $lang >> $srcdir/po/LINGUAS
##############################################
lxterminal-0.3.2/configure-6886-    if test -f $ac_dir/$ac_word; then
lxterminal-0.3.2/configure:6887:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
lxterminal-0.3.2/configure-6888-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
lxterminal-0.3.2/configure-7005-    if test -f $ac_dir/$ac_word; then
lxterminal-0.3.2/configure:7006:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
lxterminal-0.3.2/configure-7007-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
lxterminal-0.3.2/configure-7164-   if test "x$srcdir" != "x."; then
lxterminal-0.3.2/configure:7165:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
lxterminal-0.3.2/configure-7166-       posrcprefix="$srcdir/"
##############################################
lxterminal-0.3.2/configure-7442-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lxterminal-0.3.2/configure:7443:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lxterminal-0.3.2/configure-7444-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lxterminal-0.3.2/configure-7549-if test -z "$BASH_VERSION$ZSH_VERSION" \
lxterminal-0.3.2/configure:7550:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lxterminal-0.3.2/configure-7551-  as_echo='print -r --'
lxterminal-0.3.2/configure-7552-  as_echo_n='print -rn --'
lxterminal-0.3.2/configure:7553:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lxterminal-0.3.2/configure-7554-  as_echo='printf %s\n'
##############################################
lxterminal-0.3.2/configure-7556-else
lxterminal-0.3.2/configure:7557:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lxterminal-0.3.2/configure-7558-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lxterminal-0.3.2/configure-7566-	expr "X$arg" : "X\\(.*\\)$as_nl";
lxterminal-0.3.2/configure:7567:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lxterminal-0.3.2/configure-7568-      esac;
##############################################
lxterminal-0.3.2/configure-7643-# ----------------------------------------
lxterminal-0.3.2/configure:7644:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lxterminal-0.3.2/configure-7645-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lxterminal-0.3.2/configure-7715-  {
lxterminal-0.3.2/configure:7716:    as_val=`expr "$@" || test $? -eq 1`
lxterminal-0.3.2/configure-7717-  }
##############################################
lxterminal-0.3.2/configure-7819-      case $as_dir in #(
lxterminal-0.3.2/configure:7820:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lxterminal-0.3.2/configure-7821-      *) as_qdir=$as_dir;;
##############################################
lxterminal-0.3.2/configure-7954-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lxterminal-0.3.2/configure:7955:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lxterminal-0.3.2/configure-7956-ac_cs_version="\\
##############################################
lxterminal-0.3.2/configure-7979-  --*=?*)
lxterminal-0.3.2/configure:7980:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lxterminal-0.3.2/configure:7981:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lxterminal-0.3.2/configure-7982-    ac_shift=:
##############################################
lxterminal-0.3.2/configure-7984-  --*=)
lxterminal-0.3.2/configure:7985:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lxterminal-0.3.2/configure-7986-    ac_optarg=
##############################################
lxterminal-0.3.2/configure-8008-    case $ac_optarg in
lxterminal-0.3.2/configure:8009:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxterminal-0.3.2/configure-8010-    '') as_fn_error $? "missing file argument" ;;
##############################################
lxterminal-0.3.2/configure-8016-    case $ac_optarg in
lxterminal-0.3.2/configure:8017:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lxterminal-0.3.2/configure-8018-    esac
##############################################
lxterminal-0.3.2/configure-8152-fi
lxterminal-0.3.2/configure:8153:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lxterminal-0.3.2/configure-8154-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lxterminal-0.3.2/configure-8169-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lxterminal-0.3.2/configure:8170:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lxterminal-0.3.2/configure-8171-ac_delim='%!_!# '
##############################################
lxterminal-0.3.2/configure-8175-
lxterminal-0.3.2/configure:8176:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lxterminal-0.3.2/configure-8177-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lxterminal-0.3.2/configure-8313-for ac_last_try in false false :; do
lxterminal-0.3.2/configure:8314:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lxterminal-0.3.2/configure-8315-  if test -z "$ac_tt"; then
##############################################
lxterminal-0.3.2/configure-8445-      esac
lxterminal-0.3.2/configure:8446:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lxterminal-0.3.2/configure-8447-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lxterminal-0.3.2/configure-8504-*)
lxterminal-0.3.2/configure:8505:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lxterminal-0.3.2/configure-8506-  # A ".." for each directory in $ac_dir_suffix.
lxterminal-0.3.2/configure:8507:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lxterminal-0.3.2/configure-8508-  case $ac_top_builddir_sub in
##############################################
lxterminal-0.3.2/configure-8565-/@mandir@/p'
lxterminal-0.3.2/configure:8566:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lxterminal-0.3.2/configure-8567-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lxterminal-0.3.2/configure-8582-
lxterminal-0.3.2/configure:8583:# Neutralize VPATH when `$srcdir' = `.'.
lxterminal-0.3.2/configure-8584-# Shell code in configure.ac might set extrasub.
##############################################
lxterminal-0.3.2/configure-8610-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lxterminal-0.3.2/configure:8611:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lxterminal-0.3.2/configure-8612-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lxterminal-0.3.2/configure-8656-    * )
lxterminal-0.3.2/configure:8657:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lxterminal-0.3.2/configure-8658-  esac
##############################################
lxterminal-0.3.2/configure-8711-    # Strip MF so we end up with the name of the file.
lxterminal-0.3.2/configure:8712:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
lxterminal-0.3.2/configure-8713-    # Check whether this is an Automake generated Makefile which includes
##############################################
lxterminal-0.3.2/aclocal.m4-274-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
lxterminal-0.3.2/aclocal.m4:275:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
lxterminal-0.3.2/aclocal.m4-276-	if test "$MSGFMT" != "no"; then
##############################################
lxterminal-0.3.2/aclocal.m4-295-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
lxterminal-0.3.2/aclocal.m4:296:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
lxterminal-0.3.2/aclocal.m4-297-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
lxterminal-0.3.2/aclocal.m4-446-   if test "x$srcdir" != "x."; then
lxterminal-0.3.2/aclocal.m4:447:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
lxterminal-0.3.2/aclocal.m4-448-       posrcprefix="$srcdir/"
##############################################
lxterminal-0.3.2/aclocal.m4-471-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
lxterminal-0.3.2/aclocal.m4:472:datarootdir=`eval echo "${datarootdir}"`
lxterminal-0.3.2/aclocal.m4-473-if test "x$CATOBJEXT" = "x.mo" ; then
lxterminal-0.3.2/aclocal.m4:474:  localedir=`eval echo "${libdir}/locale"`
lxterminal-0.3.2/aclocal.m4-475-else
lxterminal-0.3.2/aclocal.m4:476:  localedir=`eval echo "${datadir}/locale"`
lxterminal-0.3.2/aclocal.m4-477-fi
##############################################
lxterminal-0.3.2/aclocal.m4-524-
lxterminal-0.3.2/aclocal.m4:525:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxterminal-0.3.2/aclocal.m4-526-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
lxterminal-0.3.2/aclocal.m4:527:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
lxterminal-0.3.2/aclocal.m4-528-if test -n "$1"; then
##############################################
lxterminal-0.3.2/aclocal.m4-612-fi
lxterminal-0.3.2/aclocal.m4:613:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
lxterminal-0.3.2/aclocal.m4:614:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
lxterminal-0.3.2/aclocal.m4:615:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
lxterminal-0.3.2/aclocal.m4-616-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
lxterminal-0.3.2/aclocal.m4-628-else
lxterminal-0.3.2/aclocal.m4:629:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
lxterminal-0.3.2/aclocal.m4-630-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
lxterminal-0.3.2/aclocal.m4-633-   AC_MSG_CHECKING([for XML::Parser])
lxterminal-0.3.2/aclocal.m4:634:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
lxterminal-0.3.2/aclocal.m4-635-       AC_MSG_RESULT([ok])
##############################################
lxterminal-0.3.2/aclocal.m4-841-    PKG_CHECK_EXISTS([$3],
lxterminal-0.3.2/aclocal.m4:842:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
lxterminal-0.3.2/aclocal.m4-843-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
lxterminal-0.3.2/aclocal.m4-889-        if test $_pkg_short_errors_supported = yes; then
lxterminal-0.3.2/aclocal.m4:890:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
lxterminal-0.3.2/aclocal.m4-891-        else 
lxterminal-0.3.2/aclocal.m4:892:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
lxterminal-0.3.2/aclocal.m4-893-        fi
##############################################
lxterminal-0.3.2/aclocal.m4-1078-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lxterminal-0.3.2/aclocal.m4:1079:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lxterminal-0.3.2/aclocal.m4-1080-# and then we would define $MISSING as
##############################################
lxterminal-0.3.2/aclocal.m4-1093-# Expand $ac_aux_dir to an absolute path.
lxterminal-0.3.2/aclocal.m4:1094:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lxterminal-0.3.2/aclocal.m4-1095-])
##############################################
lxterminal-0.3.2/aclocal.m4-1191-  if test "$am_compiler_list" = ""; then
lxterminal-0.3.2/aclocal.m4:1192:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lxterminal-0.3.2/aclocal.m4-1193-  fi
##############################################
lxterminal-0.3.2/aclocal.m4-1344-    # Strip MF so we end up with the name of the file.
lxterminal-0.3.2/aclocal.m4:1345:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
lxterminal-0.3.2/aclocal.m4-1346-    # Check whether this is an Automake generated Makefile which includes
##############################################
lxterminal-0.3.2/aclocal.m4-1351-      || continue
lxterminal-0.3.2/aclocal.m4:1352:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
lxterminal-0.3.2/aclocal.m4:1353:    am_filepart=`AS_BASENAME(["$am_mf"])`
lxterminal-0.3.2/aclocal.m4-1354-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
lxterminal-0.3.2/aclocal.m4-1419-AC_REQUIRE([AC_PROG_INSTALL])dnl
lxterminal-0.3.2/aclocal.m4:1420:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lxterminal-0.3.2/aclocal.m4-1421-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lxterminal-0.3.2/aclocal.m4-1578-    * )
lxterminal-0.3.2/aclocal.m4:1579:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lxterminal-0.3.2/aclocal.m4-1580-  esac
lxterminal-0.3.2/aclocal.m4-1581-done
lxterminal-0.3.2/aclocal.m4:1582:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lxterminal-0.3.2/aclocal.m4-1583-
##############################################
lxterminal-0.3.2/aclocal.m4-1899-     echo "timestamp, slept: $am_has_slept" > conftest.file
lxterminal-0.3.2/aclocal.m4:1900:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lxterminal-0.3.2/aclocal.m4-1901-     if test "$[*]" = "X"; then
lxterminal-0.3.2/aclocal.m4-1902-	# -L didn't work.
lxterminal-0.3.2/aclocal.m4:1903:	set X `ls -t "$srcdir/configure" conftest.file`
lxterminal-0.3.2/aclocal.m4-1904-     fi
##############################################
lxterminal-0.3.2/Makefile.in-49-  { \
lxterminal-0.3.2/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxterminal-0.3.2/Makefile.in-51-  }; \
##############################################
lxterminal-0.3.2/Makefile.in-177-  while test -n "$$dir1"; do \
lxterminal-0.3.2/Makefile.in:178:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lxterminal-0.3.2/Makefile.in-179-    if test "$$first" != "."; then \
lxterminal-0.3.2/Makefile.in-180-      if test "$$first" = ".."; then \
lxterminal-0.3.2/Makefile.in:181:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lxterminal-0.3.2/Makefile.in:182:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lxterminal-0.3.2/Makefile.in-183-      else \
lxterminal-0.3.2/Makefile.in:184:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lxterminal-0.3.2/Makefile.in-185-        if test "$$first2" = "$$first"; then \
lxterminal-0.3.2/Makefile.in:186:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lxterminal-0.3.2/Makefile.in-187-        else \
##############################################
lxterminal-0.3.2/Makefile.in-192-    fi; \
lxterminal-0.3.2/Makefile.in:193:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lxterminal-0.3.2/Makefile.in-194-  done; \
##############################################
lxterminal-0.3.2/Makefile.in-404-	dot_seen=no; \
lxterminal-0.3.2/Makefile.in:405:	target=`echo $@ | sed s/-recursive//`; \
lxterminal-0.3.2/Makefile.in-406-	case "$@" in \
##############################################
lxterminal-0.3.2/Makefile.in-467-GTAGS:
lxterminal-0.3.2/Makefile.in:468:	here=`$(am__cd) $(top_builddir) && pwd` \
lxterminal-0.3.2/Makefile.in-469-	  && $(am__cd) $(top_srcdir) \
##############################################
lxterminal-0.3.2/Makefile.in-502-	test -d "$(distdir)" || mkdir "$(distdir)"
lxterminal-0.3.2/Makefile.in:503:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxterminal-0.3.2/Makefile.in:504:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxterminal-0.3.2/Makefile.in-505-	list='$(DISTFILES)'; \
##############################################
lxterminal-0.3.2/Makefile.in-516-	  if test -d $$d/$$file; then \
lxterminal-0.3.2/Makefile.in:517:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxterminal-0.3.2/Makefile.in-518-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxterminal-0.3.2/Makefile.in-626-	test -d $(distdir)/_build || exit 0; \
lxterminal-0.3.2/Makefile.in:627:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lxterminal-0.3.2/Makefile.in-628-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lxterminal-0.3.2/Makefile.in-670-	}; \
lxterminal-0.3.2/Makefile.in:671:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lxterminal-0.3.2/Makefile.in-672-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lxterminal-0.3.2/Makefile.in-682-	fi
lxterminal-0.3.2/Makefile.in:683:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lxterminal-0.3.2/Makefile.in-684-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lxterminal-0.3.2/src/Makefile.in-50-  { \
lxterminal-0.3.2/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxterminal-0.3.2/src/Makefile.in-52-  }; \
##############################################
lxterminal-0.3.2/src/Makefile.in-434-.c.obj:
lxterminal-0.3.2/src/Makefile.in:435:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lxterminal-0.3.2/src/Makefile.in-436-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-438-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:439:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lxterminal-0.3.2/src/Makefile.in-440-
lxterminal-0.3.2/src/Makefile.in-441-lxterminal-unixsocket.o: unixsocket.c
lxterminal-0.3.2/src/Makefile.in:442:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-unixsocket.o -MD -MP -MF $(DEPDIR)/lxterminal-unixsocket.Tpo -c -o lxterminal-unixsocket.o `test -f 'unixsocket.c' || echo '$(srcdir)/'`unixsocket.c
lxterminal-0.3.2/src/Makefile.in-443-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-unixsocket.Tpo $(DEPDIR)/lxterminal-unixsocket.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-445-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:446:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-unixsocket.o `test -f 'unixsocket.c' || echo '$(srcdir)/'`unixsocket.c
lxterminal-0.3.2/src/Makefile.in-447-
lxterminal-0.3.2/src/Makefile.in-448-lxterminal-unixsocket.obj: unixsocket.c
lxterminal-0.3.2/src/Makefile.in:449:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-unixsocket.obj -MD -MP -MF $(DEPDIR)/lxterminal-unixsocket.Tpo -c -o lxterminal-unixsocket.obj `if test -f 'unixsocket.c'; then $(CYGPATH_W) 'unixsocket.c'; else $(CYGPATH_W) '$(srcdir)/unixsocket.c'; fi`
lxterminal-0.3.2/src/Makefile.in-450-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-unixsocket.Tpo $(DEPDIR)/lxterminal-unixsocket.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-452-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:453:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-unixsocket.obj `if test -f 'unixsocket.c'; then $(CYGPATH_W) 'unixsocket.c'; else $(CYGPATH_W) '$(srcdir)/unixsocket.c'; fi`
lxterminal-0.3.2/src/Makefile.in-454-
lxterminal-0.3.2/src/Makefile.in-455-lxterminal-setting.o: setting.c
lxterminal-0.3.2/src/Makefile.in:456:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-setting.o -MD -MP -MF $(DEPDIR)/lxterminal-setting.Tpo -c -o lxterminal-setting.o `test -f 'setting.c' || echo '$(srcdir)/'`setting.c
lxterminal-0.3.2/src/Makefile.in-457-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-setting.Tpo $(DEPDIR)/lxterminal-setting.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-459-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:460:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-setting.o `test -f 'setting.c' || echo '$(srcdir)/'`setting.c
lxterminal-0.3.2/src/Makefile.in-461-
lxterminal-0.3.2/src/Makefile.in-462-lxterminal-setting.obj: setting.c
lxterminal-0.3.2/src/Makefile.in:463:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-setting.obj -MD -MP -MF $(DEPDIR)/lxterminal-setting.Tpo -c -o lxterminal-setting.obj `if test -f 'setting.c'; then $(CYGPATH_W) 'setting.c'; else $(CYGPATH_W) '$(srcdir)/setting.c'; fi`
lxterminal-0.3.2/src/Makefile.in-464-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-setting.Tpo $(DEPDIR)/lxterminal-setting.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-466-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:467:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-setting.obj `if test -f 'setting.c'; then $(CYGPATH_W) 'setting.c'; else $(CYGPATH_W) '$(srcdir)/setting.c'; fi`
lxterminal-0.3.2/src/Makefile.in-468-
lxterminal-0.3.2/src/Makefile.in-469-lxterminal-lxterminal.o: lxterminal.c
lxterminal-0.3.2/src/Makefile.in:470:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-lxterminal.o -MD -MP -MF $(DEPDIR)/lxterminal-lxterminal.Tpo -c -o lxterminal-lxterminal.o `test -f 'lxterminal.c' || echo '$(srcdir)/'`lxterminal.c
lxterminal-0.3.2/src/Makefile.in-471-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-lxterminal.Tpo $(DEPDIR)/lxterminal-lxterminal.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-473-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:474:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-lxterminal.o `test -f 'lxterminal.c' || echo '$(srcdir)/'`lxterminal.c
lxterminal-0.3.2/src/Makefile.in-475-
lxterminal-0.3.2/src/Makefile.in-476-lxterminal-lxterminal.obj: lxterminal.c
lxterminal-0.3.2/src/Makefile.in:477:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-lxterminal.obj -MD -MP -MF $(DEPDIR)/lxterminal-lxterminal.Tpo -c -o lxterminal-lxterminal.obj `if test -f 'lxterminal.c'; then $(CYGPATH_W) 'lxterminal.c'; else $(CYGPATH_W) '$(srcdir)/lxterminal.c'; fi`
lxterminal-0.3.2/src/Makefile.in-478-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-lxterminal.Tpo $(DEPDIR)/lxterminal-lxterminal.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-480-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:481:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-lxterminal.obj `if test -f 'lxterminal.c'; then $(CYGPATH_W) 'lxterminal.c'; else $(CYGPATH_W) '$(srcdir)/lxterminal.c'; fi`
lxterminal-0.3.2/src/Makefile.in-482-
lxterminal-0.3.2/src/Makefile.in-483-lxterminal-preferences.o: preferences.c
lxterminal-0.3.2/src/Makefile.in:484:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-preferences.o -MD -MP -MF $(DEPDIR)/lxterminal-preferences.Tpo -c -o lxterminal-preferences.o `test -f 'preferences.c' || echo '$(srcdir)/'`preferences.c
lxterminal-0.3.2/src/Makefile.in-485-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-preferences.Tpo $(DEPDIR)/lxterminal-preferences.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-487-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:488:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-preferences.o `test -f 'preferences.c' || echo '$(srcdir)/'`preferences.c
lxterminal-0.3.2/src/Makefile.in-489-
lxterminal-0.3.2/src/Makefile.in-490-lxterminal-preferences.obj: preferences.c
lxterminal-0.3.2/src/Makefile.in:491:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lxterminal-preferences.obj -MD -MP -MF $(DEPDIR)/lxterminal-preferences.Tpo -c -o lxterminal-preferences.obj `if test -f 'preferences.c'; then $(CYGPATH_W) 'preferences.c'; else $(CYGPATH_W) '$(srcdir)/preferences.c'; fi`
lxterminal-0.3.2/src/Makefile.in-492-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lxterminal-preferences.Tpo $(DEPDIR)/lxterminal-preferences.Po
##############################################
lxterminal-0.3.2/src/Makefile.in-494-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lxterminal-0.3.2/src/Makefile.in:495:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lxterminal_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lxterminal-preferences.obj `if test -f 'preferences.c'; then $(CYGPATH_W) 'preferences.c'; else $(CYGPATH_W) '$(srcdir)/preferences.c'; fi`
lxterminal-0.3.2/src/Makefile.in-496-
##############################################
lxterminal-0.3.2/src/Makefile.in-526-GTAGS:
lxterminal-0.3.2/src/Makefile.in:527:	here=`$(am__cd) $(top_builddir) && pwd` \
lxterminal-0.3.2/src/Makefile.in-528-	  && $(am__cd) $(top_srcdir) \
##############################################
lxterminal-0.3.2/src/Makefile.in-552-distdir-am: $(DISTFILES)
lxterminal-0.3.2/src/Makefile.in:553:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxterminal-0.3.2/src/Makefile.in:554:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxterminal-0.3.2/src/Makefile.in-555-	list='$(DISTFILES)'; \
##############################################
lxterminal-0.3.2/src/Makefile.in-566-	  if test -d $$d/$$file; then \
lxterminal-0.3.2/src/Makefile.in:567:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxterminal-0.3.2/src/Makefile.in-568-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxterminal-0.3.2/INSTALL-173-directory configuration variables that were expressed in terms of
lxterminal-0.3.2/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
lxterminal-0.3.2/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
lxterminal-0.3.2/man/Makefile.in-49-  { \
lxterminal-0.3.2/man/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxterminal-0.3.2/man/Makefile.in-51-  }; \
##############################################
lxterminal-0.3.2/man/Makefile.in-117-  esac
lxterminal-0.3.2/man/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxterminal-0.3.2/man/Makefile.in-119-am__vpath_adj = case $$p in \
lxterminal-0.3.2/man/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxterminal-0.3.2/man/Makefile.in-121-    *) f=$$p;; \
lxterminal-0.3.2/man/Makefile.in-122-  esac;
lxterminal-0.3.2/man/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxterminal-0.3.2/man/Makefile.in-124-am__install_max = 40
lxterminal-0.3.2/man/Makefile.in-125-am__nobase_strip_setup = \
lxterminal-0.3.2/man/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxterminal-0.3.2/man/Makefile.in-127-am__nobase_strip = \
##############################################
lxterminal-0.3.2/man/Makefile.in-333-	test -n "$(man1dir)" \
lxterminal-0.3.2/man/Makefile.in:334:	  && test -n "`echo $$list1$$list2`" \
lxterminal-0.3.2/man/Makefile.in-335-	  || exit 0; \
##############################################
lxterminal-0.3.2/man/Makefile.in-382-distdir-am: $(DISTFILES)
lxterminal-0.3.2/man/Makefile.in:383:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxterminal-0.3.2/man/Makefile.in:384:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxterminal-0.3.2/man/Makefile.in-385-	list='$(DISTFILES)'; \
##############################################
lxterminal-0.3.2/man/Makefile.in-396-	  if test -d $$d/$$file; then \
lxterminal-0.3.2/man/Makefile.in:397:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxterminal-0.3.2/man/Makefile.in-398-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxterminal-0.3.2/data/Makefile.in-50-  { \
lxterminal-0.3.2/data/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lxterminal-0.3.2/data/Makefile.in-52-  }; \
##############################################
lxterminal-0.3.2/data/Makefile.in-118-  esac
lxterminal-0.3.2/data/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lxterminal-0.3.2/data/Makefile.in-120-am__vpath_adj = case $$p in \
lxterminal-0.3.2/data/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lxterminal-0.3.2/data/Makefile.in-122-    *) f=$$p;; \
lxterminal-0.3.2/data/Makefile.in-123-  esac;
lxterminal-0.3.2/data/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lxterminal-0.3.2/data/Makefile.in-125-am__install_max = 40
lxterminal-0.3.2/data/Makefile.in-126-am__nobase_strip_setup = \
lxterminal-0.3.2/data/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lxterminal-0.3.2/data/Makefile.in-128-am__nobase_strip = \
##############################################
lxterminal-0.3.2/data/Makefile.in-364-	@list='$(default_config_DATA)'; test -n "$(default_configdir)" || list=; \
lxterminal-0.3.2/data/Makefile.in:365:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxterminal-0.3.2/data/Makefile.in-366-	dir='$(DESTDIR)$(default_configdir)'; $(am__uninstall_files_from_dir)
##############################################
lxterminal-0.3.2/data/Makefile.in-385-	@list='$(lxterminal.desktop.in_DATA)'; test -n "$(lxterminal.desktop.indir)" || list=; \
lxterminal-0.3.2/data/Makefile.in:386:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxterminal-0.3.2/data/Makefile.in-387-	dir='$(DESTDIR)$(lxterminal.desktop.indir)'; $(am__uninstall_files_from_dir)
##############################################
lxterminal-0.3.2/data/Makefile.in-406-	@list='$(lxterminal_images_DATA)'; test -n "$(lxterminal_imagesdir)" || list=; \
lxterminal-0.3.2/data/Makefile.in:407:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxterminal-0.3.2/data/Makefile.in-408-	dir='$(DESTDIR)$(lxterminal_imagesdir)'; $(am__uninstall_files_from_dir)
##############################################
lxterminal-0.3.2/data/Makefile.in-427-	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
lxterminal-0.3.2/data/Makefile.in:428:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lxterminal-0.3.2/data/Makefile.in-429-	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
##############################################
lxterminal-0.3.2/data/Makefile.in-440-distdir-am: $(DISTFILES)
lxterminal-0.3.2/data/Makefile.in:441:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxterminal-0.3.2/data/Makefile.in:442:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lxterminal-0.3.2/data/Makefile.in-443-	list='$(DISTFILES)'; \
##############################################
lxterminal-0.3.2/data/Makefile.in-454-	  if test -d $$d/$$file; then \
lxterminal-0.3.2/data/Makefile.in:455:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lxterminal-0.3.2/data/Makefile.in-456-	    if test -d "$(distdir)/$$file"; then \
##############################################
lxterminal-0.3.2/po/Makefile.in.in-57-
lxterminal-0.3.2/po/Makefile.in.in:58: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)
lxterminal-0.3.2/po/Makefile.in.in-59-
##############################################
lxterminal-0.3.2/po/Makefile.in.in-87-.po.gmo:
lxterminal-0.3.2/po/Makefile.in.in:88:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
lxterminal-0.3.2/po/Makefile.in.in-89-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
lxterminal-0.3.2/po/Makefile.in.in-188-	  echo "$$lang:"; \
lxterminal-0.3.2/po/Makefile.in.in:189:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
lxterminal-0.3.2/po/Makefile.in.in-190-	  if $$result; then \