===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
clex-4.6.patch8/INSTALL-173-directory configuration variables that were expressed in terms of
clex-4.6.patch8/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
clex-4.6.patch8/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
clex-4.6.patch8/Makefile.in-49-  { \
clex-4.6.patch8/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
clex-4.6.patch8/Makefile.in-51-  }; \
##############################################
clex-4.6.patch8/Makefile.in-177-  while test -n "$$dir1"; do \
clex-4.6.patch8/Makefile.in:178:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
clex-4.6.patch8/Makefile.in-179-    if test "$$first" != "."; then \
clex-4.6.patch8/Makefile.in-180-      if test "$$first" = ".."; then \
clex-4.6.patch8/Makefile.in:181:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
clex-4.6.patch8/Makefile.in:182:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
clex-4.6.patch8/Makefile.in-183-      else \
clex-4.6.patch8/Makefile.in:184:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
clex-4.6.patch8/Makefile.in-185-        if test "$$first2" = "$$first"; then \
clex-4.6.patch8/Makefile.in:186:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
clex-4.6.patch8/Makefile.in-187-        else \
##############################################
clex-4.6.patch8/Makefile.in-192-    fi; \
clex-4.6.patch8/Makefile.in:193:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
clex-4.6.patch8/Makefile.in-194-  done; \
##############################################
clex-4.6.patch8/Makefile.in-362-	dot_seen=no; \
clex-4.6.patch8/Makefile.in:363:	target=`echo $@ | sed s/-recursive//`; \
clex-4.6.patch8/Makefile.in-364-	case "$@" in \
##############################################
clex-4.6.patch8/Makefile.in-425-GTAGS:
clex-4.6.patch8/Makefile.in:426:	here=`$(am__cd) $(top_builddir) && pwd` \
clex-4.6.patch8/Makefile.in-427-	  && $(am__cd) $(top_srcdir) \
##############################################
clex-4.6.patch8/Makefile.in-457-	test -d "$(distdir)" || mkdir "$(distdir)"
clex-4.6.patch8/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clex-4.6.patch8/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clex-4.6.patch8/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
clex-4.6.patch8/Makefile.in-471-	  if test -d $$d/$$file; then \
clex-4.6.patch8/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
clex-4.6.patch8/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
clex-4.6.patch8/Makefile.in-582-	test -d $(distdir)/_build || exit 0; \
clex-4.6.patch8/Makefile.in:583:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
clex-4.6.patch8/Makefile.in-584-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
clex-4.6.patch8/Makefile.in-626-	}; \
clex-4.6.patch8/Makefile.in:627:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
clex-4.6.patch8/Makefile.in-628-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
clex-4.6.patch8/Makefile.in-638-	fi
clex-4.6.patch8/Makefile.in:639:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
clex-4.6.patch8/Makefile.in-640-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
clex-4.6.patch8/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
clex-4.6.patch8/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
clex-4.6.patch8/aclocal.m4-94-# and then we would define $MISSING as
##############################################
clex-4.6.patch8/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
clex-4.6.patch8/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
clex-4.6.patch8/aclocal.m4-109-])
##############################################
clex-4.6.patch8/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
clex-4.6.patch8/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
clex-4.6.patch8/aclocal.m4-207-  fi
##############################################
clex-4.6.patch8/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
clex-4.6.patch8/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
clex-4.6.patch8/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
clex-4.6.patch8/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
clex-4.6.patch8/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
clex-4.6.patch8/aclocal.m4-367-    else
##############################################
clex-4.6.patch8/aclocal.m4-371-    # from the Makefile without running 'make'.
clex-4.6.patch8/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
clex-4.6.patch8/aclocal.m4-373-    test -z "$DEPDIR" && continue
clex-4.6.patch8/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
clex-4.6.patch8/aclocal.m4-375-    test -z "$am__include" && continue
clex-4.6.patch8/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
clex-4.6.patch8/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
clex-4.6.patch8/aclocal.m4-385-      test -f "$dirpart/$file" && continue
clex-4.6.patch8/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
clex-4.6.patch8/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
clex-4.6.patch8/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
clex-4.6.patch8/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
clex-4.6.patch8/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
clex-4.6.patch8/aclocal.m4-602-    * )
clex-4.6.patch8/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
clex-4.6.patch8/aclocal.m4-604-  esac
clex-4.6.patch8/aclocal.m4-605-done
clex-4.6.patch8/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
clex-4.6.patch8/aclocal.m4-607-
##############################################
clex-4.6.patch8/aclocal.m4-673-# Ignore all kinds of additional output from 'make'.
clex-4.6.patch8/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #(
clex-4.6.patch8/aclocal.m4-675-*the\ am__doit\ target*)
##############################################
clex-4.6.patch8/aclocal.m4-683-   echo '.include "confinc"' > confmf
clex-4.6.patch8/aclocal.m4:684:   case `$am_make -s -f confmf 2> /dev/null` in #(
clex-4.6.patch8/aclocal.m4-685-   *the\ am__doit\ target*)
##############################################
clex-4.6.patch8/aclocal.m4-865-     echo "timestamp, slept: $am_has_slept" > conftest.file
clex-4.6.patch8/aclocal.m4:866:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
clex-4.6.patch8/aclocal.m4-867-     if test "$[*]" = "X"; then
clex-4.6.patch8/aclocal.m4-868-	# -L didn't work.
clex-4.6.patch8/aclocal.m4:869:	set X `ls -t "$srcdir/configure" conftest.file`
clex-4.6.patch8/aclocal.m4-870-     fi
##############################################
clex-4.6.patch8/compile-67-	mingw/*)
clex-4.6.patch8/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
clex-4.6.patch8/compile-69-	  ;;
clex-4.6.patch8/compile-70-	cygwin/*)
clex-4.6.patch8/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
clex-4.6.patch8/compile-72-	  ;;
clex-4.6.patch8/compile-73-	wine/*)
clex-4.6.patch8/compile:74:	  file=`winepath -w "$file" || echo "$file"`
clex-4.6.patch8/compile-75-	  ;;
##############################################
clex-4.6.patch8/compile-309-# Name of file we expect compiler to create.
clex-4.6.patch8/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
clex-4.6.patch8/compile-311-
##############################################
clex-4.6.patch8/compile-315-# object file name, since that is what matters with a parallel build.
clex-4.6.patch8/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
clex-4.6.patch8/compile-317-while true; do
##############################################
clex-4.6.patch8/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
clex-4.6.patch8/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
clex-4.6.patch8/configure-47-  as_echo='print -r --'
clex-4.6.patch8/configure-48-  as_echo_n='print -rn --'
clex-4.6.patch8/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
clex-4.6.patch8/configure-50-  as_echo='printf %s\n'
##############################################
clex-4.6.patch8/configure-52-else
clex-4.6.patch8/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
clex-4.6.patch8/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
clex-4.6.patch8/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
clex-4.6.patch8/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
clex-4.6.patch8/configure-64-      esac;
##############################################
clex-4.6.patch8/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
clex-4.6.patch8/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
clex-4.6.patch8/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
clex-4.6.patch8/configure-326-      case $as_dir in #(
clex-4.6.patch8/configure:327:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
clex-4.6.patch8/configure-328-      *) as_qdir=$as_dir;;
##############################################
clex-4.6.patch8/configure-399-  {
clex-4.6.patch8/configure:400:    as_val=`expr "$@" || test $? -eq 1`
clex-4.6.patch8/configure-401-  }
##############################################
clex-4.6.patch8/configure-406-# ----------------------------------------
clex-4.6.patch8/configure:407:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
clex-4.6.patch8/configure-408-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
clex-4.6.patch8/configure-469-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
clex-4.6.patch8/configure:470:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
clex-4.6.patch8/configure-471-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
clex-4.6.patch8/configure-791-  case $ac_option in
clex-4.6.patch8/configure:792:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
clex-4.6.patch8/configure-793-  *=)   ac_optarg= ;;
##############################################
clex-4.6.patch8/configure-835-  -disable-* | --disable-*)
clex-4.6.patch8/configure:836:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
clex-4.6.patch8/configure-837-    # Reject names that are not valid shell variable names.
##############################################
clex-4.6.patch8/configure-840-    ac_useropt_orig=$ac_useropt
clex-4.6.patch8/configure:841:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
clex-4.6.patch8/configure-842-    case $ac_user_opts in
##############################################
clex-4.6.patch8/configure-861-  -enable-* | --enable-*)
clex-4.6.patch8/configure:862:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
clex-4.6.patch8/configure-863-    # Reject names that are not valid shell variable names.
##############################################
clex-4.6.patch8/configure-866-    ac_useropt_orig=$ac_useropt
clex-4.6.patch8/configure:867:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
clex-4.6.patch8/configure-868-    case $ac_user_opts in
##############################################
clex-4.6.patch8/configure-1065-  -with-* | --with-*)
clex-4.6.patch8/configure:1066:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
clex-4.6.patch8/configure-1067-    # Reject names that are not valid shell variable names.
##############################################
clex-4.6.patch8/configure-1070-    ac_useropt_orig=$ac_useropt
clex-4.6.patch8/configure:1071:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
clex-4.6.patch8/configure-1072-    case $ac_user_opts in
##############################################
clex-4.6.patch8/configure-1081-  -without-* | --without-*)
clex-4.6.patch8/configure:1082:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
clex-4.6.patch8/configure-1083-    # Reject names that are not valid shell variable names.
##############################################
clex-4.6.patch8/configure-1086-    ac_useropt_orig=$ac_useropt
clex-4.6.patch8/configure:1087:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
clex-4.6.patch8/configure-1088-    case $ac_user_opts in
##############################################
clex-4.6.patch8/configure-1119-  *=*)
clex-4.6.patch8/configure:1120:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
clex-4.6.patch8/configure-1121-    # Reject names that are not valid shell variable names.
##############################################
clex-4.6.patch8/configure-1140-if test -n "$ac_prev"; then
clex-4.6.patch8/configure:1141:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
clex-4.6.patch8/configure-1142-  as_fn_error $? "missing argument to $ac_option"
##############################################
clex-4.6.patch8/configure-1162-    */ )
clex-4.6.patch8/configure:1163:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
clex-4.6.patch8/configure-1164-      eval $ac_var=\$ac_val;;
##############################################
clex-4.6.patch8/configure-1197-ac_ls_di=`ls -di .` &&
clex-4.6.patch8/configure:1198:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
clex-4.6.patch8/configure-1199-  as_fn_error $? "working directory cannot be determined"
##############################################
clex-4.6.patch8/configure-1253-case $srcdir in
clex-4.6.patch8/configure:1254:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
clex-4.6.patch8/configure-1255-esac
##############################################
clex-4.6.patch8/configure-1296-By default, \`make install' will install all the files in
clex-4.6.patch8/configure:1297:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
clex-4.6.patch8/configure:1298:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
clex-4.6.patch8/configure-1299-for instance \`--prefix=\$HOME'.
##############################################
clex-4.6.patch8/configure-1380-*)
clex-4.6.patch8/configure:1381:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
clex-4.6.patch8/configure-1382-  # A ".." for each directory in $ac_dir_suffix.
clex-4.6.patch8/configure:1383:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
clex-4.6.patch8/configure-1384-  case $ac_top_builddir_sub in
##############################################
clex-4.6.patch8/configure-1844-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
clex-4.6.patch8/configure:1845:  as_decl_name=`echo $2|sed 's/ *(.*//'`
clex-4.6.patch8/configure:1846:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
clex-4.6.patch8/configure-1847-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
clex-4.6.patch8/configure-2025-    *\'*)
clex-4.6.patch8/configure:2026:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
clex-4.6.patch8/configure-2027-    esac
##############################################
clex-4.6.patch8/configure-2108-      case $ac_val in
clex-4.6.patch8/configure:2109:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
clex-4.6.patch8/configure-2110-      esac
##############################################
clex-4.6.patch8/configure-2123-	case $ac_val in
clex-4.6.patch8/configure:2124:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
clex-4.6.patch8/configure-2125-	esac
##############################################
clex-4.6.patch8/configure-2243-    set,)
clex-4.6.patch8/configure:2244:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
clex-4.6.patch8/configure:2245:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
clex-4.6.patch8/configure-2246-      ac_cache_corrupted=: ;;
##############################################
clex-4.6.patch8/configure-2254-	# differences in whitespace do not lead to failure.
clex-4.6.patch8/configure:2255:	ac_old_val_w=`echo x $ac_old_val`
clex-4.6.patch8/configure:2256:	ac_new_val_w=`echo x $ac_new_val`
clex-4.6.patch8/configure-2257-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
clex-4.6.patch8/configure-2274-    case $ac_new_val in
clex-4.6.patch8/configure:2275:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
clex-4.6.patch8/configure-2276-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
clex-4.6.patch8/configure-2452-     echo "timestamp, slept: $am_has_slept" > conftest.file
clex-4.6.patch8/configure:2453:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
clex-4.6.patch8/configure-2454-     if test "$*" = "X"; then
clex-4.6.patch8/configure-2455-	# -L didn't work.
clex-4.6.patch8/configure:2456:	set X `ls -t "$srcdir/configure" conftest.file`
clex-4.6.patch8/configure-2457-     fi
##############################################
clex-4.6.patch8/configure-2503-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
clex-4.6.patch8/configure:2504:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
clex-4.6.patch8/configure-2505-
clex-4.6.patch8/configure-2506-# Expand $ac_aux_dir to an absolute path.
clex-4.6.patch8/configure:2507:am_aux_dir=`cd "$ac_aux_dir" && pwd`
clex-4.6.patch8/configure-2508-
##############################################
clex-4.6.patch8/configure-2648-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
clex-4.6.patch8/configure:2649:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
clex-4.6.patch8/configure-2650-	     'mkdir (GNU coreutils) '* | \
##############################################
clex-4.6.patch8/configure-2721-set x ${MAKE-make}
clex-4.6.patch8/configure:2722:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
clex-4.6.patch8/configure-2723-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
clex-4.6.patch8/configure-2731-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
clex-4.6.patch8/configure:2732:case `${MAKE-make} -f conftest.make 2>/dev/null` in
clex-4.6.patch8/configure-2733-  *@@@%%%=?*=@@@%%%*)
##############################################
clex-4.6.patch8/configure-2797-
clex-4.6.patch8/configure:2798:if test "`cd $srcdir && pwd`" != "`pwd`"; then
clex-4.6.patch8/configure-2799-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
clex-4.6.patch8/configure-3263-$as_echo_n "checking whether the C compiler works... " >&6; }
clex-4.6.patch8/configure:3264:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
clex-4.6.patch8/configure-3265-
##############################################
clex-4.6.patch8/configure-3307-	then :; else
clex-4.6.patch8/configure:3308:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
clex-4.6.patch8/configure-3309-	fi
##############################################
clex-4.6.patch8/configure-3367-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
clex-4.6.patch8/configure:3368:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
clex-4.6.patch8/configure-3369-	  break;;
##############################################
clex-4.6.patch8/configure-3476-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
clex-4.6.patch8/configure:3477:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
clex-4.6.patch8/configure-3478-       break;;
##############################################
clex-4.6.patch8/configure-3784-# Ignore all kinds of additional output from 'make'.
clex-4.6.patch8/configure:3785:case `$am_make -s -f confmf 2> /dev/null` in #(
clex-4.6.patch8/configure-3786-*the\ am__doit\ target*)
##############################################
clex-4.6.patch8/configure-3794-   echo '.include "confinc"' > confmf
clex-4.6.patch8/configure:3795:   case `$am_make -s -f confmf 2> /dev/null` in #(
clex-4.6.patch8/configure-3796-   *the\ am__doit\ target*)
##############################################
clex-4.6.patch8/configure-3857-  if test "$am_compiler_list" = ""; then
clex-4.6.patch8/configure:3858:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
clex-4.6.patch8/configure-3859-  fi
##############################################
clex-4.6.patch8/configure-4248-  # Check for GNU $ac_path_GREP
clex-4.6.patch8/configure:4249:case `"$ac_path_GREP" --version 2>&1` in
clex-4.6.patch8/configure-4250-*GNU*)
##############################################
clex-4.6.patch8/configure-4314-  # Check for GNU $ac_path_EGREP
clex-4.6.patch8/configure:4315:case `"$ac_path_EGREP" --version 2>&1` in
clex-4.6.patch8/configure-4316-*GNU*)
##############################################
clex-4.6.patch8/configure-4475-do :
clex-4.6.patch8/configure:4476:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
clex-4.6.patch8/configure-4477-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
clex-4.6.patch8/configure-4480-  cat >>confdefs.h <<_ACEOF
clex-4.6.patch8/configure:4481:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
clex-4.6.patch8/configure-4482-_ACEOF
##############################################
clex-4.6.patch8/configure-4594-do :
clex-4.6.patch8/configure:4595:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
clex-4.6.patch8/configure-4596-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
clex-4.6.patch8/configure-4598-  cat >>confdefs.h <<_ACEOF
clex-4.6.patch8/configure:4599:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
clex-4.6.patch8/configure-4600-_ACEOF
##############################################
clex-4.6.patch8/configure-4615-do :
clex-4.6.patch8/configure:4616:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
clex-4.6.patch8/configure-4617-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
clex-4.6.patch8/configure-4619-  cat >>confdefs.h <<_ACEOF
clex-4.6.patch8/configure:4620:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
clex-4.6.patch8/configure-4621-_ACEOF
##############################################
clex-4.6.patch8/configure-4636-do :
clex-4.6.patch8/configure:4637:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
clex-4.6.patch8/configure-4638-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
clex-4.6.patch8/configure-4640-  cat >>confdefs.h <<_ACEOF
clex-4.6.patch8/configure:4641:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
clex-4.6.patch8/configure-4642-_ACEOF
##############################################
clex-4.6.patch8/configure-4874-do :
clex-4.6.patch8/configure:4875:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
clex-4.6.patch8/configure-4876-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
clex-4.6.patch8/configure-4878-  cat >>confdefs.h <<_ACEOF
clex-4.6.patch8/configure:4879:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
clex-4.6.patch8/configure-4880-_ACEOF
##############################################
clex-4.6.patch8/configure-5119-do :
clex-4.6.patch8/configure:5120:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
clex-4.6.patch8/configure-5121-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
clex-4.6.patch8/configure-5123-  cat >>confdefs.h <<_ACEOF
clex-4.6.patch8/configure:5124:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
clex-4.6.patch8/configure-5125-_ACEOF
##############################################
clex-4.6.patch8/configure-5432-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
clex-4.6.patch8/configure:5433:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
clex-4.6.patch8/configure-5434-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
clex-4.6.patch8/configure-5523-if test -z "$BASH_VERSION$ZSH_VERSION" \
clex-4.6.patch8/configure:5524:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
clex-4.6.patch8/configure-5525-  as_echo='print -r --'
clex-4.6.patch8/configure-5526-  as_echo_n='print -rn --'
clex-4.6.patch8/configure:5527:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
clex-4.6.patch8/configure-5528-  as_echo='printf %s\n'
##############################################
clex-4.6.patch8/configure-5530-else
clex-4.6.patch8/configure:5531:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
clex-4.6.patch8/configure-5532-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
clex-4.6.patch8/configure-5540-	expr "X$arg" : "X\\(.*\\)$as_nl";
clex-4.6.patch8/configure:5541:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
clex-4.6.patch8/configure-5542-      esac;
##############################################
clex-4.6.patch8/configure-5617-# ----------------------------------------
clex-4.6.patch8/configure:5618:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
clex-4.6.patch8/configure-5619-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
clex-4.6.patch8/configure-5689-  {
clex-4.6.patch8/configure:5690:    as_val=`expr "$@" || test $? -eq 1`
clex-4.6.patch8/configure-5691-  }
##############################################
clex-4.6.patch8/configure-5793-      case $as_dir in #(
clex-4.6.patch8/configure:5794:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
clex-4.6.patch8/configure-5795-      *) as_qdir=$as_dir;;
##############################################
clex-4.6.patch8/configure-5928-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
clex-4.6.patch8/configure:5929:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
clex-4.6.patch8/configure-5930-ac_cs_version="\\
##############################################
clex-4.6.patch8/configure-5953-  --*=?*)
clex-4.6.patch8/configure:5954:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
clex-4.6.patch8/configure:5955:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
clex-4.6.patch8/configure-5956-    ac_shift=:
##############################################
clex-4.6.patch8/configure-5958-  --*=)
clex-4.6.patch8/configure:5959:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
clex-4.6.patch8/configure-5960-    ac_optarg=
##############################################
clex-4.6.patch8/configure-5982-    case $ac_optarg in
clex-4.6.patch8/configure:5983:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
clex-4.6.patch8/configure-5984-    '') as_fn_error $? "missing file argument" ;;
##############################################
clex-4.6.patch8/configure-5990-    case $ac_optarg in
clex-4.6.patch8/configure:5991:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
clex-4.6.patch8/configure-5992-    esac
##############################################
clex-4.6.patch8/configure-6120-fi
clex-4.6.patch8/configure:6121:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
clex-4.6.patch8/configure-6122-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
clex-4.6.patch8/configure-6137-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
clex-4.6.patch8/configure:6138:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
clex-4.6.patch8/configure-6139-ac_delim='%!_!# '
##############################################
clex-4.6.patch8/configure-6143-
clex-4.6.patch8/configure:6144:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
clex-4.6.patch8/configure-6145-  if test $ac_delim_n = $ac_delim_num; then
##############################################
clex-4.6.patch8/configure-6281-for ac_last_try in false false :; do
clex-4.6.patch8/configure:6282:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
clex-4.6.patch8/configure-6283-  if test -z "$ac_tt"; then
##############################################
clex-4.6.patch8/configure-6413-      esac
clex-4.6.patch8/configure:6414:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
clex-4.6.patch8/configure-6415-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
clex-4.6.patch8/configure-6472-*)
clex-4.6.patch8/configure:6473:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
clex-4.6.patch8/configure-6474-  # A ".." for each directory in $ac_dir_suffix.
clex-4.6.patch8/configure:6475:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
clex-4.6.patch8/configure-6476-  case $ac_top_builddir_sub in
##############################################
clex-4.6.patch8/configure-6533-/@mandir@/p'
clex-4.6.patch8/configure:6534:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
clex-4.6.patch8/configure-6535-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
clex-4.6.patch8/configure-6550-
clex-4.6.patch8/configure:6551:# Neutralize VPATH when `$srcdir' = `.'.
clex-4.6.patch8/configure-6552-# Shell code in configure.ac might set extrasub.
##############################################
clex-4.6.patch8/configure-6578-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
clex-4.6.patch8/configure:6579:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
clex-4.6.patch8/configure-6580-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
clex-4.6.patch8/configure-6624-    * )
clex-4.6.patch8/configure:6625:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
clex-4.6.patch8/configure-6626-  esac
##############################################
clex-4.6.patch8/configure-6671-    # Strip MF so we end up with the name of the file.
clex-4.6.patch8/configure:6672:    mf=`echo "$mf" | sed -e 's/:.*$//'`
clex-4.6.patch8/configure-6673-    # Check whether this is an Automake generated Makefile or not.
##############################################
clex-4.6.patch8/configure-6708-    # from the Makefile without running 'make'.
clex-4.6.patch8/configure:6709:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
clex-4.6.patch8/configure-6710-    test -z "$DEPDIR" && continue
clex-4.6.patch8/configure:6711:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
clex-4.6.patch8/configure-6712-    test -z "$am__include" && continue
clex-4.6.patch8/configure:6713:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
clex-4.6.patch8/configure-6714-    # Find all dependency output files, they are included files with
##############################################
clex-4.6.patch8/depcomp-64-  case $1 in
clex-4.6.patch8/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
clex-4.6.patch8/depcomp-66-      *) dir=;;
##############################################
clex-4.6.patch8/depcomp-73-{
clex-4.6.patch8/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
clex-4.6.patch8/depcomp-75-}
##############################################
clex-4.6.patch8/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
clex-4.6.patch8/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
clex-4.6.patch8/depcomp-128-
##############################################
clex-4.6.patch8/depcomp-405-        sleep 1
clex-4.6.patch8/depcomp:406:        i=`expr $i - 1`
clex-4.6.patch8/depcomp-407-      done
clex-4.6.patch8/depcomp-408-    fi
clex-4.6.patch8/depcomp:409:    i=`expr $i - 1`
clex-4.6.patch8/depcomp-410-  done
##############################################
clex-4.6.patch8/depcomp-425-  # Do two passes, one to just change these to
clex-4.6.patch8/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
clex-4.6.patch8/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
clex-4.6.patch8/depcomp-659-  done
clex-4.6.patch8/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
clex-4.6.patch8/depcomp-661-  touch "$tmpdepfile"
##############################################
clex-4.6.patch8/install-sh-234-      fi
clex-4.6.patch8/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
clex-4.6.patch8/install-sh-236-    *)
##############################################
clex-4.6.patch8/install-sh-281-      dstdir=$dst
clex-4.6.patch8/install-sh:282:      dst=$dstdir/`basename "$src"`
clex-4.6.patch8/install-sh-283-      dstdir_status=0
clex-4.6.patch8/install-sh-284-    else
clex-4.6.patch8/install-sh:285:      dstdir=`dirname "$dst"`
clex-4.6.patch8/install-sh-286-      test -d "$dstdir"
##############################################
clex-4.6.patch8/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
clex-4.6.patch8/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
clex-4.6.patch8/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
clex-4.6.patch8/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
clex-4.6.patch8/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
clex-4.6.patch8/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
clex-4.6.patch8/install-sh-402-            case $prefix in
clex-4.6.patch8/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
clex-4.6.patch8/install-sh-404-              *) qprefix=$prefix;;
##############################################
clex-4.6.patch8/install-sh-451-    if $copy_on_change &&
clex-4.6.patch8/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
clex-4.6.patch8/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
clex-4.6.patch8/install-sh-454-       set -f &&
##############################################
clex-4.6.patch8/src/Makefile.in-51-  { \
clex-4.6.patch8/src/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
clex-4.6.patch8/src/Makefile.in-53-  }; \
##############################################
clex-4.6.patch8/src/Makefile.in-122-kbd_test_LDADD = $(LDADD)
clex-4.6.patch8/src/Makefile.in:123:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
clex-4.6.patch8/src/Makefile.in-124-am__vpath_adj = case $$p in \
clex-4.6.patch8/src/Makefile.in:125:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
clex-4.6.patch8/src/Makefile.in-126-    *) f=$$p;; \
clex-4.6.patch8/src/Makefile.in-127-  esac;
clex-4.6.patch8/src/Makefile.in:128:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
clex-4.6.patch8/src/Makefile.in-129-am__install_max = 40
clex-4.6.patch8/src/Makefile.in-130-am__nobase_strip_setup = \
clex-4.6.patch8/src/Makefile.in:131:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
clex-4.6.patch8/src/Makefile.in-132-am__nobase_strip = \
##############################################
clex-4.6.patch8/src/Makefile.in-492-.c.obj:
clex-4.6.patch8/src/Makefile.in:493:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
clex-4.6.patch8/src/Makefile.in-494-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
clex-4.6.patch8/src/Makefile.in-496-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
clex-4.6.patch8/src/Makefile.in:497:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
clex-4.6.patch8/src/Makefile.in-498-install-man1: $(dist_man_MANS)
##############################################
clex-4.6.patch8/src/Makefile.in-502-	test -n "$(man1dir)" \
clex-4.6.patch8/src/Makefile.in:503:	  && test -n "`echo $$list1$$list2`" \
clex-4.6.patch8/src/Makefile.in-504-	  || exit 0; \
##############################################
clex-4.6.patch8/src/Makefile.in-571-GTAGS:
clex-4.6.patch8/src/Makefile.in:572:	here=`$(am__cd) $(top_builddir) && pwd` \
clex-4.6.patch8/src/Makefile.in-573-	  && $(am__cd) $(top_srcdir) \
##############################################
clex-4.6.patch8/src/Makefile.in-594-distdir: $(DISTFILES)
clex-4.6.patch8/src/Makefile.in:595:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clex-4.6.patch8/src/Makefile.in:596:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
clex-4.6.patch8/src/Makefile.in-597-	list='$(DISTFILES)'; \
##############################################
clex-4.6.patch8/src/Makefile.in-608-	  if test -d $$d/$$file; then \
clex-4.6.patch8/src/Makefile.in:609:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
clex-4.6.patch8/src/Makefile.in-610-	    if test -d "$(distdir)/$$file"; then \
##############################################
clex-4.6.patch8/src/cfg-clex-25-	echo 'If you want to create a new configuration from scratch, delete'
clex-4.6.patch8/src/cfg-clex:26:	echo "the file $clex_cfg and then run `basename $0` again."
clex-4.6.patch8/src/cfg-clex-27-	exit 1
##############################################
clex-4.6.patch8/src/cfg-clex-122-		fi
clex-4.6.patch8/src/cfg-clex:123:		var=`echo $line | sed -e 's/=.*$//'`
clex-4.6.patch8/src/cfg-clex:124:		val=`echo $line | LC_ALL=C sed -e 's/^[A-Z0-9_]*=//'`
clex-4.6.patch8/src/cfg-clex-125-		eval CLEX_$var='"$val"'
##############################################
clex-4.6.patch8/src/cfg-clex-131-	if [ x"$CLEX_FMT_DATE" != x ] ; then
clex-4.6.patch8/src/cfg-clex:132:		CLEX_DATE_FMT=`echo $CLEX_FMT_DATE | sed -e 's/d/%d/;s/D/%e/;s/m/%m/;s/M/%b/;s/y/%y/;s/Y/%Y/'`
clex-4.6.patch8/src/cfg-clex-133-	fi
##############################################
clex-4.6.patch8/src/cfg-clex-139-	if [ x"$CLEX_ACTIVE_LAYOUT" != x ] ; then
clex-4.6.patch8/src/cfg-clex:140:		CLEX_LAYOUT_ACTIVE=`expr $CLEX_ACTIVE_LAYOUT + 1`
clex-4.6.patch8/src/cfg-clex-141-	fi
##############################################
clex-4.6.patch8/src/cfg-clex-145-	if [ x"$CLEX_LAYOUT1" != x ] ; then
clex-4.6.patch8/src/cfg-clex:146:		CLEX_LAYOUT1=`echo $CLEX_LAYOUT1 | sed -e 's/|  /|/'`
clex-4.6.patch8/src/cfg-clex-147-	fi
clex-4.6.patch8/src/cfg-clex-148-	if [ x"$CLEX_LAYOUT2" != x ] ; then
clex-4.6.patch8/src/cfg-clex:149:		CLEX_LAYOUT2=`echo $CLEX_LAYOUT2 | sed -e 's/|  /|/'`
clex-4.6.patch8/src/cfg-clex-150-	fi
clex-4.6.patch8/src/cfg-clex-151-	if [ x"$CLEX_LAYOUT3" != x ] ; then
clex-4.6.patch8/src/cfg-clex:152:		CLEX_LAYOUT3=`echo $CLEX_LAYOUT3 | sed -e 's/|  /|/'`
clex-4.6.patch8/src/cfg-clex-153-	fi