===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lua-lxc-3.0.2/config/install-sh-234-      fi
lua-lxc-3.0.2/config/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lua-lxc-3.0.2/config/install-sh-236-    *)
##############################################
lua-lxc-3.0.2/config/install-sh-281-      dstdir=$dst
lua-lxc-3.0.2/config/install-sh:282:      dst=$dstdir/`basename "$src"`
lua-lxc-3.0.2/config/install-sh-283-      dstdir_status=0
lua-lxc-3.0.2/config/install-sh-284-    else
lua-lxc-3.0.2/config/install-sh:285:      dstdir=`dirname "$dst"`
lua-lxc-3.0.2/config/install-sh-286-      test -d "$dstdir"
##############################################
lua-lxc-3.0.2/config/install-sh-344-                   test_tmpdir="$tmpdir/a"
lua-lxc-3.0.2/config/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
lua-lxc-3.0.2/config/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
lua-lxc-3.0.2/config/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
lua-lxc-3.0.2/config/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
lua-lxc-3.0.2/config/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lua-lxc-3.0.2/config/install-sh-409-            case $prefix in
lua-lxc-3.0.2/config/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lua-lxc-3.0.2/config/install-sh-411-              *) qprefix=$prefix;;
##############################################
lua-lxc-3.0.2/config/install-sh-458-    if $copy_on_change &&
lua-lxc-3.0.2/config/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
lua-lxc-3.0.2/config/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
lua-lxc-3.0.2/config/install-sh-461-       set -f &&
##############################################
lua-lxc-3.0.2/config/ltsugar.m4-68-m4_define([lt_combine],
lua-lxc-3.0.2/config/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
lua-lxc-3.0.2/config/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
lua-lxc-3.0.2/config/compile-67-	mingw/*)
lua-lxc-3.0.2/config/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lua-lxc-3.0.2/config/compile-69-	  ;;
lua-lxc-3.0.2/config/compile-70-	cygwin/*)
lua-lxc-3.0.2/config/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
lua-lxc-3.0.2/config/compile-72-	  ;;
lua-lxc-3.0.2/config/compile-73-	wine/*)
lua-lxc-3.0.2/config/compile:74:	  file=`winepath -w "$file" || echo "$file"`
lua-lxc-3.0.2/config/compile-75-	  ;;
##############################################
lua-lxc-3.0.2/config/compile-309-# Name of file we expect compiler to create.
lua-lxc-3.0.2/config/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lua-lxc-3.0.2/config/compile-311-
##############################################
lua-lxc-3.0.2/config/compile-315-# object file name, since that is what matters with a parallel build.
lua-lxc-3.0.2/config/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lua-lxc-3.0.2/config/compile-317-while true; do
##############################################
lua-lxc-3.0.2/config/acinclude.m4-31-    while true; do
lua-lxc-3.0.2/config/acinclude.m4:32:        new_full_var="`eval echo $full_var`"
lua-lxc-3.0.2/config/acinclude.m4-33-        if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lua-lxc-3.0.2/config/acinclude.m4-94-      # Determine the number of characters in A and B.
lua-lxc-3.0.2/config/acinclude.m4:95:      ax_compare_version_len_A=`echo "$A" | awk '{print(length)}'`
lua-lxc-3.0.2/config/acinclude.m4:96:      ax_compare_version_len_B=`echo "$B" | awk '{print(length)}'`
lua-lxc-3.0.2/config/acinclude.m4-97-
lua-lxc-3.0.2/config/acinclude.m4-98-      # Set A to no more than B's length and B to no more than A's length.
lua-lxc-3.0.2/config/acinclude.m4:99:      A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"`
lua-lxc-3.0.2/config/acinclude.m4:100:      B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"`
lua-lxc-3.0.2/config/acinclude.m4-101-    ],
##############################################
lua-lxc-3.0.2/config/acinclude.m4-103-      # A count greater than zero means use only that many subversions
lua-lxc-3.0.2/config/acinclude.m4:104:      A=`echo "$A" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
lua-lxc-3.0.2/config/acinclude.m4:105:      B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
lua-lxc-3.0.2/config/acinclude.m4-106-    ],
##############################################
lua-lxc-3.0.2/config/acinclude.m4-112-    # Pad zeros at end of numbers to make same length.
lua-lxc-3.0.2/config/acinclude.m4:113:    ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`"
lua-lxc-3.0.2/config/acinclude.m4:114:    B="$B`echo $A | sed 's/./0/g'`"
lua-lxc-3.0.2/config/acinclude.m4-115-    A="$ax_compare_version_tmp_A"
##############################################
lua-lxc-3.0.2/config/depcomp-64-  case $1 in
lua-lxc-3.0.2/config/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
lua-lxc-3.0.2/config/depcomp-66-      *) dir=;;
##############################################
lua-lxc-3.0.2/config/depcomp-73-{
lua-lxc-3.0.2/config/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
lua-lxc-3.0.2/config/depcomp-75-}
##############################################
lua-lxc-3.0.2/config/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lua-lxc-3.0.2/config/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lua-lxc-3.0.2/config/depcomp-128-
##############################################
lua-lxc-3.0.2/config/depcomp-405-        sleep 1
lua-lxc-3.0.2/config/depcomp:406:        i=`expr $i - 1`
lua-lxc-3.0.2/config/depcomp-407-      done
lua-lxc-3.0.2/config/depcomp-408-    fi
lua-lxc-3.0.2/config/depcomp:409:    i=`expr $i - 1`
lua-lxc-3.0.2/config/depcomp-410-  done
##############################################
lua-lxc-3.0.2/config/depcomp-425-  # Do two passes, one to just change these to
lua-lxc-3.0.2/config/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
lua-lxc-3.0.2/config/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lua-lxc-3.0.2/config/depcomp-659-  done
lua-lxc-3.0.2/config/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
lua-lxc-3.0.2/config/depcomp-661-  touch "$tmpdepfile"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-103-#
lua-lxc-3.0.2/config/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
lua-lxc-3.0.2/config/ltmain.sh-105-#
##############################################
lua-lxc-3.0.2/config/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
lua-lxc-3.0.2/config/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
lua-lxc-3.0.2/config/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
lua-lxc-3.0.2/config/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
lua-lxc-3.0.2/config/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
lua-lxc-3.0.2/config/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
lua-lxc-3.0.2/config/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-410-# The name of this program.
lua-lxc-3.0.2/config/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
lua-lxc-3.0.2/config/ltmain.sh-412-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-416-  *[\\/]*)
lua-lxc-3.0.2/config/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
lua-lxc-3.0.2/config/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
lua-lxc-3.0.2/config/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
lua-lxc-3.0.2/config/ltmain.sh-610-
lua-lxc-3.0.2/config/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
lua-lxc-3.0.2/config/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
lua-lxc-3.0.2/config/ltmain.sh-613-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-639-
lua-lxc-3.0.2/config/ltmain.sh:640:    func_arith_result=`expr "$@"`
lua-lxc-3.0.2/config/ltmain.sh-641-  }
##############################################
lua-lxc-3.0.2/config/ltmain.sh-660-  # ...otherwise fall back to using sed.
lua-lxc-3.0.2/config/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
lua-lxc-3.0.2/config/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
lua-lxc-3.0.2/config/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-757-      test -n "$_G_tc" && {
lua-lxc-3.0.2/config/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
lua-lxc-3.0.2/config/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
lua-lxc-3.0.2/config/ltmain.sh-760-      }
lua-lxc-3.0.2/config/ltmain.sh-761-    done
lua-lxc-3.0.2/config/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
lua-lxc-3.0.2/config/ltmain.sh-763-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-831-
lua-lxc-3.0.2/config/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
lua-lxc-3.0.2/config/ltmain.sh-833-  }
##############################################
lua-lxc-3.0.2/config/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
lua-lxc-3.0.2/config/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
lua-lxc-3.0.2/config/ltmain.sh-865-      done
lua-lxc-3.0.2/config/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
lua-lxc-3.0.2/config/ltmain.sh-867-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-901-      # If mktemp works, use that first and foremost
lua-lxc-3.0.2/config/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-903-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-1111-        *[\\\`\"\$]*)
lua-lxc-3.0.2/config/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
lua-lxc-3.0.2/config/ltmain.sh-1113-        *)
##############################################
lua-lxc-3.0.2/config/ltmain.sh-1198-    case $2 in
lua-lxc-3.0.2/config/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
lua-lxc-3.0.2/config/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
lua-lxc-3.0.2/config/ltmain.sh-1201-    esac
##############################################
lua-lxc-3.0.2/config/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
lua-lxc-3.0.2/config/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
lua-lxc-3.0.2/config/ltmain.sh-1273-      ;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-1358-
lua-lxc-3.0.2/config/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
lua-lxc-3.0.2/config/ltmain.sh-1360-}
##############################################
lua-lxc-3.0.2/config/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
lua-lxc-3.0.2/config/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
lua-lxc-3.0.2/config/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
lua-lxc-3.0.2/config/ltmain.sh-1517-
lua-lxc-3.0.2/config/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
lua-lxc-3.0.2/config/ltmain.sh-1519-}
##############################################
lua-lxc-3.0.2/config/ltmain.sh-1870-
lua-lxc-3.0.2/config/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
lua-lxc-3.0.2/config/ltmain.sh-1872-      func_split_equals_rhs=
lua-lxc-3.0.2/config/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
lua-lxc-3.0.2/config/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
lua-lxc-3.0.2/config/ltmain.sh-1875-  }
##############################################
lua-lxc-3.0.2/config/ltmain.sh-1898-
lua-lxc-3.0.2/config/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
lua-lxc-3.0.2/config/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
lua-lxc-3.0.2/config/ltmain.sh-1901-  }
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2071-       version:        $progname $scriptversion Debian-2.4.6-2
lua-lxc-3.0.2/config/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
lua-lxc-3.0.2/config/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
lua-lxc-3.0.2/config/ltmain.sh-2074-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2110-  {
lua-lxc-3.0.2/config/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
lua-lxc-3.0.2/config/ltmain.sh-2112-  }
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2115-  {
lua-lxc-3.0.2/config/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
lua-lxc-3.0.2/config/ltmain.sh-2117-  }
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
lua-lxc-3.0.2/config/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
lua-lxc-3.0.2/config/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2659-      done
lua-lxc-3.0.2/config/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
lua-lxc-3.0.2/config/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
lua-lxc-3.0.2/config/ltmain.sh-2662-      case $@ in
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2672-	    # Evaluate the configuration.
lua-lxc-3.0.2/config/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
lua-lxc-3.0.2/config/ltmain.sh-2674-	    CC_quoted=
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2678-	    done
lua-lxc-3.0.2/config/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
lua-lxc-3.0.2/config/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
lua-lxc-3.0.2/config/ltmain.sh-2681-	    case "$@ " in
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
lua-lxc-3.0.2/config/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
lua-lxc-3.0.2/config/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3009-    # LT_CYGPATH in this case.
lua-lxc-3.0.2/config/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
lua-lxc-3.0.2/config/ltmain.sh-3011-  fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
lua-lxc-3.0.2/config/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
lua-lxc-3.0.2/config/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3376-    *.[cCFSifmso] | \
lua-lxc-3.0.2/config/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
lua-lxc-3.0.2/config/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
lua-lxc-3.0.2/config/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
lua-lxc-3.0.2/config/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
lua-lxc-3.0.2/config/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-3474-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3520-      if test warn = "$need_locks" &&
lua-lxc-3.0.2/config/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lua-lxc-3.0.2/config/ltmain.sh-3522-	$ECHO "\
lua-lxc-3.0.2/config/ltmain.sh-3523-*** ERROR, $lockfile contains:
lua-lxc-3.0.2/config/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-3525-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3569-      if test warn = "$need_locks" &&
lua-lxc-3.0.2/config/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lua-lxc-3.0.2/config/ltmain.sh-3571-	$ECHO "\
lua-lxc-3.0.2/config/ltmain.sh-3572-*** ERROR, $lockfile contains:
lua-lxc-3.0.2/config/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-3574-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3895-      # Get the absolute pathname.
lua-lxc-3.0.2/config/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
lua-lxc-3.0.2/config/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
lua-lxc-3.0.2/config/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
lua-lxc-3.0.2/config/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
lua-lxc-3.0.2/config/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
lua-lxc-3.0.2/config/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
lua-lxc-3.0.2/config/ltmain.sh-4280-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
lua-lxc-3.0.2/config/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
lua-lxc-3.0.2/config/ltmain.sh-4293-	  else
lua-lxc-3.0.2/config/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
lua-lxc-3.0.2/config/ltmain.sh-4295-	  fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4458-	    fi
lua-lxc-3.0.2/config/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
lua-lxc-3.0.2/config/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4477-	        # Replace the output file specification.
lua-lxc-3.0.2/config/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
lua-lxc-3.0.2/config/ltmain.sh-4479-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
lua-lxc-3.0.2/config/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
lua-lxc-3.0.2/config/ltmain.sh-4498-	  fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4570-    my_pic_p=${3-false}
lua-lxc-3.0.2/config/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
lua-lxc-3.0.2/config/ltmain.sh-4572-    my_dlsyms=
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
lua-lxc-3.0.2/config/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lua-lxc-3.0.2/config/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
lua-lxc-3.0.2/config/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
lua-lxc-3.0.2/config/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
lua-lxc-3.0.2/config/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lua-lxc-3.0.2/config/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lua-lxc-3.0.2/config/ltmain.sh-4862-	  else
lua-lxc-3.0.2/config/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lua-lxc-3.0.2/config/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lua-lxc-3.0.2/config/ltmain.sh-4865-	  fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4867-	*)
lua-lxc-3.0.2/config/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lua-lxc-3.0.2/config/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lua-lxc-3.0.2/config/ltmain.sh-4870-	  ;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4882-      # Nullify the symbol file.
lua-lxc-3.0.2/config/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
lua-lxc-3.0.2/config/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
lua-lxc-3.0.2/config/ltmain.sh-4885-    fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lua-lxc-3.0.2/config/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
lua-lxc-3.0.2/config/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lua-lxc-3.0.2/config/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
lua-lxc-3.0.2/config/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4925-  win32_libid_type=unknown
lua-lxc-3.0.2/config/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-4927-  case $win32_fileres in
##############################################
lua-lxc-3.0.2/config/ltmain.sh-4990-
lua-lxc-3.0.2/config/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
lua-lxc-3.0.2/config/ltmain.sh-4992-}
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5008-
lua-lxc-3.0.2/config/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
lua-lxc-3.0.2/config/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5072-    # binutils import library
lua-lxc-3.0.2/config/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
lua-lxc-3.0.2/config/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
lua-lxc-3.0.2/config/ltmain.sh-5075-    # ms-generated import library
lua-lxc-3.0.2/config/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
lua-lxc-3.0.2/config/ltmain.sh-5077-  else
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
lua-lxc-3.0.2/config/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
lua-lxc-3.0.2/config/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
lua-lxc-3.0.2/config/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
lua-lxc-3.0.2/config/ltmain.sh-5160-	    darwin_arch=
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
lua-lxc-3.0.2/config/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
lua-lxc-3.0.2/config/ltmain.sh-5172-	    darwin_file=
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
lua-lxc-3.0.2/config/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
lua-lxc-3.0.2/config/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5189-      esac
lua-lxc-3.0.2/config/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
lua-lxc-3.0.2/config/ltmain.sh-5191-    done
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5260-
lua-lxc-3.0.2/config/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
lua-lxc-3.0.2/config/ltmain.sh-5262-    $ECHO "\
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5295-    --lt-dump-script)
lua-lxc-3.0.2/config/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
lua-lxc-3.0.2/config/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
lua-lxc-3.0.2/config/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
lua-lxc-3.0.2/config/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
lua-lxc-3.0.2/config/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
lua-lxc-3.0.2/config/ltmain.sh-5324-  done
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5380-  # Find the directory that this script lives in.
lua-lxc-3.0.2/config/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
lua-lxc-3.0.2/config/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
lua-lxc-3.0.2/config/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
lua-lxc-3.0.2/config/ltmain.sh-5386-  while test -n \"\$file\"; do
lua-lxc-3.0.2/config/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
lua-lxc-3.0.2/config/ltmain.sh-5388-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5396-
lua-lxc-3.0.2/config/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
lua-lxc-3.0.2/config/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
lua-lxc-3.0.2/config/ltmain.sh-5399-  done
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5410-    case \"\$thisdir\" in
lua-lxc-3.0.2/config/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
lua-lxc-3.0.2/config/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5416-  # Try to get the absolute directory name.
lua-lxc-3.0.2/config/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
lua-lxc-3.0.2/config/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
lua-lxc-3.0.2/config/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
lua-lxc-3.0.2/config/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
lua-lxc-3.0.2/config/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
lua-lxc-3.0.2/config/ltmain.sh-5443-      else
##############################################
lua-lxc-3.0.2/config/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
lua-lxc-3.0.2/config/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
lua-lxc-3.0.2/config/ltmain.sh-5487-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-6464-
lua-lxc-3.0.2/config/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
lua-lxc-3.0.2/config/ltmain.sh-6466-    *import*) : ;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-6712-	    moreargs=
lua-lxc-3.0.2/config/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
lua-lxc-3.0.2/config/ltmain.sh-6714-	    do
##############################################
lua-lxc-3.0.2/config/ltmain.sh-6973-	*)
lua-lxc-3.0.2/config/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
lua-lxc-3.0.2/config/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
lua-lxc-3.0.2/config/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lua-lxc-3.0.2/config/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
lua-lxc-3.0.2/config/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
lua-lxc-3.0.2/config/ltmain.sh-7290-      -Z*)
lua-lxc-3.0.2/config/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
lua-lxc-3.0.2/config/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
lua-lxc-3.0.2/config/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
lua-lxc-3.0.2/config/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
lua-lxc-3.0.2/config/ltmain.sh-7462-    else
##############################################
lua-lxc-3.0.2/config/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
lua-lxc-3.0.2/config/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lua-lxc-3.0.2/config/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
lua-lxc-3.0.2/config/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
lua-lxc-3.0.2/config/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
lua-lxc-3.0.2/config/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
lua-lxc-3.0.2/config/ltmain.sh-7877-	fi
lua-lxc-3.0.2/config/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lua-lxc-3.0.2/config/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
lua-lxc-3.0.2/config/ltmain.sh-7950-	*)
lua-lxc-3.0.2/config/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
lua-lxc-3.0.2/config/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-8203-	    shift
lua-lxc-3.0.2/config/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
lua-lxc-3.0.2/config/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
lua-lxc-3.0.2/config/ltmain.sh-8495-		*)
lua-lxc-3.0.2/config/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
lua-lxc-3.0.2/config/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-8506-		  depdepl=
lua-lxc-3.0.2/config/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
lua-lxc-3.0.2/config/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
lua-lxc-3.0.2/config/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
lua-lxc-3.0.2/config/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
lua-lxc-3.0.2/config/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
lua-lxc-3.0.2/config/ltmain.sh-8517-                      fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-8528-		else
lua-lxc-3.0.2/config/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
lua-lxc-3.0.2/config/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
lua-lxc-3.0.2/config/ltmain.sh-8551-	else
lua-lxc-3.0.2/config/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lua-lxc-3.0.2/config/ltmain.sh-8553-	fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-8640-        linux*)
lua-lxc-3.0.2/config/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
lua-lxc-3.0.2/config/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9048-	removelist=
lua-lxc-3.0.2/config/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
lua-lxc-3.0.2/config/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9074-	# Transform .lo files to .o files.
lua-lxc-3.0.2/config/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
lua-lxc-3.0.2/config/ltmain.sh-9076-      fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9079-      #for path in $notinst_path; do
lua-lxc-3.0.2/config/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
lua-lxc-3.0.2/config/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
lua-lxc-3.0.2/config/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
lua-lxc-3.0.2/config/ltmain.sh-9083-      #done
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9200-		if test -n "$i"; then
lua-lxc-3.0.2/config/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
lua-lxc-3.0.2/config/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lua-lxc-3.0.2/config/ltmain.sh-9203-		  set dummy $deplib_matches; shift
lua-lxc-3.0.2/config/ltmain.sh-9204-		  deplib_match=$1
lua-lxc-3.0.2/config/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
lua-lxc-3.0.2/config/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9243-		  if test -n "$i"; then
lua-lxc-3.0.2/config/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
lua-lxc-3.0.2/config/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lua-lxc-3.0.2/config/ltmain.sh-9246-		    set dummy $deplib_matches; shift
lua-lxc-3.0.2/config/ltmain.sh-9247-		    deplib_match=$1
lua-lxc-3.0.2/config/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
lua-lxc-3.0.2/config/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
lua-lxc-3.0.2/config/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lua-lxc-3.0.2/config/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9293-	      if test -n "$a_deplib"; then
lua-lxc-3.0.2/config/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
lua-lxc-3.0.2/config/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
lua-lxc-3.0.2/config/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
lua-lxc-3.0.2/config/ltmain.sh-9297-		else
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9303-		    shopt -s nocaseglob
lua-lxc-3.0.2/config/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-9305-		    $nocaseglob
lua-lxc-3.0.2/config/ltmain.sh-9306-		  else
lua-lxc-3.0.2/config/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-9308-		  fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
lua-lxc-3.0.2/config/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
lua-lxc-3.0.2/config/ltmain.sh-9323-			case $potliblink in
lua-lxc-3.0.2/config/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
lua-lxc-3.0.2/config/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
lua-lxc-3.0.2/config/ltmain.sh-9326-			esac
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
lua-lxc-3.0.2/config/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lua-lxc-3.0.2/config/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9377-	      if test -n "$a_deplib"; then
lua-lxc-3.0.2/config/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
lua-lxc-3.0.2/config/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
lua-lxc-3.0.2/config/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
lua-lxc-3.0.2/config/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9416-	  newdeplibs=
lua-lxc-3.0.2/config/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
lua-lxc-3.0.2/config/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
lua-lxc-3.0.2/config/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
lua-lxc-3.0.2/config/ltmain.sh-9422-	    done
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
lua-lxc-3.0.2/config/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
lua-lxc-3.0.2/config/ltmain.sh-9448-	  ;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9498-	*-*-darwin*)
lua-lxc-3.0.2/config/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lua-lxc-3.0.2/config/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lua-lxc-3.0.2/config/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lua-lxc-3.0.2/config/ltmain.sh-9502-	  ;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-9625-	# Use standard objects if they are pic
lua-lxc-3.0.2/config/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lua-lxc-3.0.2/config/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
lua-lxc-3.0.2/config/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
lua-lxc-3.0.2/config/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10154-      # Create the old-style object.
lua-lxc-3.0.2/config/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
lua-lxc-3.0.2/config/ltmain.sh-10156-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
lua-lxc-3.0.2/config/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
lua-lxc-3.0.2/config/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
lua-lxc-3.0.2/config/ltmain.sh-10215-	;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
lua-lxc-3.0.2/config/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lua-lxc-3.0.2/config/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lua-lxc-3.0.2/config/ltmain.sh-10233-	;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lua-lxc-3.0.2/config/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
lua-lxc-3.0.2/config/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10368-	# Transform all the library objects into standard objects.
lua-lxc-3.0.2/config/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lua-lxc-3.0.2/config/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lua-lxc-3.0.2/config/ltmain.sh-10371-      fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10396-	# Replace the output file specification.
lua-lxc-3.0.2/config/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lua-lxc-3.0.2/config/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10405-	  func_to_tool_file "$output"
lua-lxc-3.0.2/config/ltmain.sh:10406:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
lua-lxc-3.0.2/config/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10449-	# Replace the output file specification.
lua-lxc-3.0.2/config/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lua-lxc-3.0.2/config/ltmain.sh-10451-	# Delete the old output file.
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10457-	  func_to_tool_file "$output"
lua-lxc-3.0.2/config/ltmain.sh:10458:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
lua-lxc-3.0.2/config/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
lua-lxc-3.0.2/config/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
lua-lxc-3.0.2/config/ltmain.sh-10477-          ;;
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10488-      # Replace the output file specification.
lua-lxc-3.0.2/config/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
lua-lxc-3.0.2/config/ltmain.sh-10490-
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
lua-lxc-3.0.2/config/ltmain.sh:10498:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
lua-lxc-3.0.2/config/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
lua-lxc-3.0.2/config/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lua-lxc-3.0.2/config/ltmain.sh-10520-      fi
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
lua-lxc-3.0.2/config/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lua-lxc-3.0.2/config/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
lua-lxc-3.0.2/config/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
lua-lxc-3.0.2/config/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10811-		name=$func_basename_result
lua-lxc-3.0.2/config/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lua-lxc-3.0.2/config/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
lua-lxc-3.0.2/config/ltmain.sh-10830-		name=$func_basename_result
lua-lxc-3.0.2/config/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lua-lxc-3.0.2/config/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
lua-lxc-3.0.2/config/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
lua-lxc-3.0.2/config/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
lua-lxc-3.0.2/config/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
lua-lxc-3.0.2/config/config.guess-34-
lua-lxc-3.0.2/config/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
lua-lxc-3.0.2/config/config.guess-36-
##############################################
lua-lxc-3.0.2/config/config.guess-102-: ${TMPDIR=/tmp} ;
lua-lxc-3.0.2/config/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lua-lxc-3.0.2/config/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
lua-lxc-3.0.2/config/config.guess-151-	EOF
lua-lxc-3.0.2/config/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
lua-lxc-3.0.2/config/config.guess-153-
##############################################
lua-lxc-3.0.2/config/config.guess-188-	    earmv*)
lua-lxc-3.0.2/config/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
lua-lxc-3.0.2/config/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
lua-lxc-3.0.2/config/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
lua-lxc-3.0.2/config/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
lua-lxc-3.0.2/config/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
lua-lxc-3.0.2/config/config.guess-222-		;;
##############################################
lua-lxc-3.0.2/config/config.guess-233-	    *)
lua-lxc-3.0.2/config/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
lua-lxc-3.0.2/config/config.guess-235-		;;
##############################################
lua-lxc-3.0.2/config/config.guess-280-	*4.0)
lua-lxc-3.0.2/config/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lua-lxc-3.0.2/config/config.guess-282-		;;
lua-lxc-3.0.2/config/config.guess-283-	*5.*)
lua-lxc-3.0.2/config/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
lua-lxc-3.0.2/config/config.guess-285-		;;
##############################################
lua-lxc-3.0.2/config/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
lua-lxc-3.0.2/config/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lua-lxc-3.0.2/config/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
lua-lxc-3.0.2/config/config.guess-328-	# 1.2 uses "1.2" for uname -r.
lua-lxc-3.0.2/config/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
lua-lxc-3.0.2/config/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
lua-lxc-3.0.2/config/config.guess-379-    s390x:SunOS:*:*)
lua-lxc-3.0.2/config/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lua-lxc-3.0.2/config/config.guess-381-	exit ;;
lua-lxc-3.0.2/config/config.guess-382-    sun4H:SunOS:5.*:*)
lua-lxc-3.0.2/config/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lua-lxc-3.0.2/config/config.guess-384-	exit ;;
lua-lxc-3.0.2/config/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lua-lxc-3.0.2/config/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lua-lxc-3.0.2/config/config.guess-387-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-404-	fi
lua-lxc-3.0.2/config/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lua-lxc-3.0.2/config/config.guess-406-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
lua-lxc-3.0.2/config/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lua-lxc-3.0.2/config/config.guess-412-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
lua-lxc-3.0.2/config/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
lua-lxc-3.0.2/config/config.guess-421-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-425-    sun*:*:4.2BSD:*)
lua-lxc-3.0.2/config/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lua-lxc-3.0.2/config/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
lua-lxc-3.0.2/config/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
lua-lxc-3.0.2/config/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
lua-lxc-3.0.2/config/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
lua-lxc-3.0.2/config/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
lua-lxc-3.0.2/config/config.guess-563-    *:IRIX*:*:*)
lua-lxc-3.0.2/config/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
lua-lxc-3.0.2/config/config.guess-565-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-593-EOF
lua-lxc-3.0.2/config/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
lua-lxc-3.0.2/config/config.guess-595-		then
##############################################
lua-lxc-3.0.2/config/config.guess-606-    *:AIX:*:[4567])
lua-lxc-3.0.2/config/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lua-lxc-3.0.2/config/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
lua-lxc-3.0.2/config/config.guess-642-    9000/[34678]??:HP-UX:*:*)
lua-lxc-3.0.2/config/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lua-lxc-3.0.2/config/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
lua-lxc-3.0.2/config/config.guess-696-EOF
lua-lxc-3.0.2/config/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
lua-lxc-3.0.2/config/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lua-lxc-3.0.2/config/config.guess-724-    ia64:HP-UX:*:*)
lua-lxc-3.0.2/config/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lua-lxc-3.0.2/config/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
lua-lxc-3.0.2/config/config.guess-754-EOF
lua-lxc-3.0.2/config/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
lua-lxc-3.0.2/config/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
lua-lxc-3.0.2/config/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lua-lxc-3.0.2/config/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
lua-lxc-3.0.2/config/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lua-lxc-3.0.2/config/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lua-lxc-3.0.2/config/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
lua-lxc-3.0.2/config/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lua-lxc-3.0.2/config/config.guess-850-	esac
lua-lxc-3.0.2/config/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lua-lxc-3.0.2/config/config.guess-852-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-886-    prep*:SunOS:5.*:*)
lua-lxc-3.0.2/config/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lua-lxc-3.0.2/config/config.guess-888-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-890-	# the GNU system
lua-lxc-3.0.2/config/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
lua-lxc-3.0.2/config/config.guess-892-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-894-	# other systems with GNU libc and userland
lua-lxc-3.0.2/config/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
lua-lxc-3.0.2/config/config.guess-896-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-988-EOF
lua-lxc-3.0.2/config/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
lua-lxc-3.0.2/config/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
lua-lxc-3.0.2/config/config.guess-1092-    i*86:*:4.*:*)
lua-lxc-3.0.2/config/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
lua-lxc-3.0.2/config/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lua-lxc-3.0.2/config/config.guess-1295-	fi
lua-lxc-3.0.2/config/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
lua-lxc-3.0.2/config/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
lua-lxc-3.0.2/config/config.guess-1393-    *:DragonFly:*:*)
lua-lxc-3.0.2/config/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lua-lxc-3.0.2/config/config.guess-1395-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.guess-1406-    i*86:skyos:*:*)
lua-lxc-3.0.2/config/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
lua-lxc-3.0.2/config/config.guess-1408-	exit ;;
##############################################
lua-lxc-3.0.2/config/config.sub-52-
lua-lxc-3.0.2/config/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
lua-lxc-3.0.2/config/config.sub-54-
##############################################
lua-lxc-3.0.2/config/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
lua-lxc-3.0.2/config/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
lua-lxc-3.0.2/config/config.sub-116-case $maybe_os in
##############################################
lua-lxc-3.0.2/config/config.sub-122-    os=-$maybe_os
lua-lxc-3.0.2/config/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
lua-lxc-3.0.2/config/config.sub-124-    ;;
##############################################
lua-lxc-3.0.2/config/config.sub-126-    os=-linux-android
lua-lxc-3.0.2/config/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
lua-lxc-3.0.2/config/config.sub-128-    ;;
lua-lxc-3.0.2/config/config.sub-129-  *)
lua-lxc-3.0.2/config/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
lua-lxc-3.0.2/config/config.sub-131-    if [ "$basic_machine" != "$1" ]
lua-lxc-3.0.2/config/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
lua-lxc-3.0.2/config/config.sub-133-    else os=; fi
##############################################
lua-lxc-3.0.2/config/config.sub-180-		os=-sco5v6
lua-lxc-3.0.2/config/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-182-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-184-		os=-sco3.2v5
lua-lxc-3.0.2/config/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-186-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-188-		os=-sco3.2v4
lua-lxc-3.0.2/config/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-190-		;;
lua-lxc-3.0.2/config/config.sub-191-	-sco3.2.[4-9]*)
lua-lxc-3.0.2/config/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lua-lxc-3.0.2/config/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-194-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
lua-lxc-3.0.2/config/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-198-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
lua-lxc-3.0.2/config/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-202-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-204-		os=-sco3.2v2
lua-lxc-3.0.2/config/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-206-		;;
lua-lxc-3.0.2/config/config.sub-207-	-udk*)
lua-lxc-3.0.2/config/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-209-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-211-		os=-isc2.2
lua-lxc-3.0.2/config/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-213-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-217-	-isc*)
lua-lxc-3.0.2/config/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-219-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-229-	-ptx*)
lua-lxc-3.0.2/config/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
lua-lxc-3.0.2/config/config.sub-231-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-364-	*-*-*)
lua-lxc-3.0.2/config/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
lua-lxc-3.0.2/config/config.sub-366-		exit 1
##############################################
lua-lxc-3.0.2/config/config.sub-493-	amd64-*)
lua-lxc-3.0.2/config/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-495-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-538-	blackfin-*)
lua-lxc-3.0.2/config/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-540-		os=-linux
##############################################
lua-lxc-3.0.2/config/config.sub-546-	c54x-*)
lua-lxc-3.0.2/config/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-548-		;;
lua-lxc-3.0.2/config/config.sub-549-	c55x-*)
lua-lxc-3.0.2/config/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-551-		;;
lua-lxc-3.0.2/config/config.sub-552-	c6x-*)
lua-lxc-3.0.2/config/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-554-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-650-	e500v[12]-*)
lua-lxc-3.0.2/config/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-652-		os=$os"spe"
##############################################
lua-lxc-3.0.2/config/config.sub-754-	i*86v32)
lua-lxc-3.0.2/config/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-756-		os=-sysv32
##############################################
lua-lxc-3.0.2/config/config.sub-758-	i*86v4*)
lua-lxc-3.0.2/config/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-760-		os=-sysv4
##############################################
lua-lxc-3.0.2/config/config.sub-762-	i*86v)
lua-lxc-3.0.2/config/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-764-		os=-sysv
##############################################
lua-lxc-3.0.2/config/config.sub-766-	i*86sol2)
lua-lxc-3.0.2/config/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lua-lxc-3.0.2/config/config.sub-768-		os=-solaris2
##############################################
lua-lxc-3.0.2/config/config.sub-792-	leon-*|leon[3-9]-*)
lua-lxc-3.0.2/config/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
lua-lxc-3.0.2/config/config.sub-794-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-799-	m68knommu-*)
lua-lxc-3.0.2/config/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-801-		os=-linux
##############################################
lua-lxc-3.0.2/config/config.sub-833-	mips3*-*)
lua-lxc-3.0.2/config/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
lua-lxc-3.0.2/config/config.sub-835-		;;
lua-lxc-3.0.2/config/config.sub-836-	mips3*)
lua-lxc-3.0.2/config/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
lua-lxc-3.0.2/config/config.sub-838-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-855-	ms1-*)
lua-lxc-3.0.2/config/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
lua-lxc-3.0.2/config/config.sub-857-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-980-	parisc-*)
lua-lxc-3.0.2/config/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-982-		os=-linux
##############################################
lua-lxc-3.0.2/config/config.sub-996-	pc98-*)
lua-lxc-3.0.2/config/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-998-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
lua-lxc-3.0.2/config/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1013-		;;
lua-lxc-3.0.2/config/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
lua-lxc-3.0.2/config/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1016-		;;
lua-lxc-3.0.2/config/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
lua-lxc-3.0.2/config/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1019-		;;
lua-lxc-3.0.2/config/config.sub-1020-	pentium4-*)
lua-lxc-3.0.2/config/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1022-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1030-	ppc-* | ppcbe-*)
lua-lxc-3.0.2/config/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1032-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1036-	ppcle-* | powerpclittle-*)
lua-lxc-3.0.2/config/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1038-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1040-		;;
lua-lxc-3.0.2/config/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1042-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1046-	ppc64le-* | powerpc64little-*)
lua-lxc-3.0.2/config/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1048-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1122-	strongarm-* | thumb-*)
lua-lxc-3.0.2/config/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lua-lxc-3.0.2/config/config.sub-1124-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1255-	xscale-* | xscalee[bl]-*)
lua-lxc-3.0.2/config/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
lua-lxc-3.0.2/config/config.sub-1257-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1317-	*)
lua-lxc-3.0.2/config/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
lua-lxc-3.0.2/config/config.sub-1319-		exit 1
##############################################
lua-lxc-3.0.2/config/config.sub-1325-	*-digital*)
lua-lxc-3.0.2/config/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
lua-lxc-3.0.2/config/config.sub-1327-		;;
lua-lxc-3.0.2/config/config.sub-1328-	*-commodore*)
lua-lxc-3.0.2/config/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
lua-lxc-3.0.2/config/config.sub-1330-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1346-	-solaris1 | -solaris1.*)
lua-lxc-3.0.2/config/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lua-lxc-3.0.2/config/config.sub-1348-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1355-	-gnu/linux*)
lua-lxc-3.0.2/config/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
lua-lxc-3.0.2/config/config.sub-1357-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1407-	-nto*)
lua-lxc-3.0.2/config/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
lua-lxc-3.0.2/config/config.sub-1409-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1414-	-mac*)
lua-lxc-3.0.2/config/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
lua-lxc-3.0.2/config/config.sub-1416-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1420-	-linux*)
lua-lxc-3.0.2/config/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
lua-lxc-3.0.2/config/config.sub-1422-		;;
lua-lxc-3.0.2/config/config.sub-1423-	-sunos5*)
lua-lxc-3.0.2/config/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
lua-lxc-3.0.2/config/config.sub-1425-		;;
lua-lxc-3.0.2/config/config.sub-1426-	-sunos6*)
lua-lxc-3.0.2/config/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
lua-lxc-3.0.2/config/config.sub-1428-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1469-	-sinix5.*)
lua-lxc-3.0.2/config/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
lua-lxc-3.0.2/config/config.sub-1471-		;;
##############################################
lua-lxc-3.0.2/config/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
lua-lxc-3.0.2/config/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
lua-lxc-3.0.2/config/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
lua-lxc-3.0.2/config/config.sub-1531-		exit 1
##############################################
lua-lxc-3.0.2/config/config.sub-1788-		esac
lua-lxc-3.0.2/config/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
lua-lxc-3.0.2/config/config.sub-1790-		;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-119-    done
lua-lxc-3.0.2/config/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lua-lxc-3.0.2/config/libtool.m4-121-}
##############################################
lua-lxc-3.0.2/config/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
lua-lxc-3.0.2/config/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
lua-lxc-3.0.2/config/libtool.m4-439-
##############################################
lua-lxc-3.0.2/config/libtool.m4-447-#
lua-lxc-3.0.2/config/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/config/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
lua-lxc-3.0.2/config/libtool.m4-557-]], lt_decl_quote_varnames); do
lua-lxc-3.0.2/config/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lua-lxc-3.0.2/config/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
lua-lxc-3.0.2/config/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lua-lxc-3.0.2/config/libtool.m4-561-      ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-570-]], lt_decl_dquote_varnames); do
lua-lxc-3.0.2/config/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lua-lxc-3.0.2/config/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
lua-lxc-3.0.2/config/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lua-lxc-3.0.2/config/libtool.m4-574-      ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
lua-lxc-3.0.2/config/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
lua-lxc-3.0.2/config/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
lua-lxc-3.0.2/config/libtool.m4-1164-      }]'
lua-lxc-3.0.2/config/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lua-lxc-3.0.2/config/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
lua-lxc-3.0.2/config/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
lua-lxc-3.0.2/config/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lua-lxc-3.0.2/config/libtool.m4-1169-  fi],[])
##############################################
lua-lxc-3.0.2/config/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
lua-lxc-3.0.2/config/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
lua-lxc-3.0.2/config/libtool.m4-1202-  ECHO='print -r --'
lua-lxc-3.0.2/config/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
lua-lxc-3.0.2/config/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
lua-lxc-3.0.2/config/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
lua-lxc-3.0.2/config/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
lua-lxc-3.0.2/config/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
lua-lxc-3.0.2/config/libtool.m4-1238-
##############################################
lua-lxc-3.0.2/config/libtool.m4-1259-   if test yes = "$GCC"; then
lua-lxc-3.0.2/config/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
lua-lxc-3.0.2/config/libtool.m4-1261-   fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-1263- /*)
lua-lxc-3.0.2/config/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
lua-lxc-3.0.2/config/libtool.m4-1265-   ;; #(
##############################################
lua-lxc-3.0.2/config/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
lua-lxc-3.0.2/config/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/config/libtool.m4-1295-      *ELF-32*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
lua-lxc-3.0.2/config/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/config/libtool.m4-1312-	*32-bit*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-1322-    else
lua-lxc-3.0.2/config/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/config/libtool.m4-1324-	*32-bit*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-1344-    emul=elf
lua-lxc-3.0.2/config/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/config/libtool.m4-1346-      *32-bit*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-1352-    esac
lua-lxc-3.0.2/config/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/config/libtool.m4-1354-      *MSB*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-1360-    esac
lua-lxc-3.0.2/config/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/config/libtool.m4-1362-      *N32*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-1725-    # And add a safety zone
lua-lxc-3.0.2/config/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lua-lxc-3.0.2/config/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lua-lxc-3.0.2/config/libtool.m4-1728-    ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-1758-    if test -n "$kargmax"; then
lua-lxc-3.0.2/config/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
lua-lxc-3.0.2/config/libtool.m4-1760-    else
##############################################
lua-lxc-3.0.2/config/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
lua-lxc-3.0.2/config/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lua-lxc-3.0.2/config/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lua-lxc-3.0.2/config/libtool.m4-1770-    else
##############################################
lua-lxc-3.0.2/config/libtool.m4-1779-      # we can't tell.
lua-lxc-3.0.2/config/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
lua-lxc-3.0.2/config/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
lua-lxc-3.0.2/config/libtool.m4-1783-      do
lua-lxc-3.0.2/config/libtool.m4:1784:        i=`expr $i + 1`
lua-lxc-3.0.2/config/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
lua-lxc-3.0.2/config/libtool.m4-1787-      # Only check the string length outside the loop.
lua-lxc-3.0.2/config/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
lua-lxc-3.0.2/config/libtool.m4-1789-      teststring=
##############################################
lua-lxc-3.0.2/config/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
lua-lxc-3.0.2/config/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lua-lxc-3.0.2/config/libtool.m4-1794-    fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-2258-    *:)
lua-lxc-3.0.2/config/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
lua-lxc-3.0.2/config/libtool.m4-2260-        ;;
lua-lxc-3.0.2/config/libtool.m4-2261-    x:*)
lua-lxc-3.0.2/config/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
lua-lxc-3.0.2/config/libtool.m4-2263-        ;;
lua-lxc-3.0.2/config/libtool.m4-2264-    *::*)
lua-lxc-3.0.2/config/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lua-lxc-3.0.2/config/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
lua-lxc-3.0.2/config/libtool.m4-2267-        ;;
lua-lxc-3.0.2/config/libtool.m4-2268-    *)
lua-lxc-3.0.2/config/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
lua-lxc-3.0.2/config/libtool.m4-2270-        ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-2298-  esac
lua-lxc-3.0.2/config/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
lua-lxc-3.0.2/config/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
lua-lxc-3.0.2/config/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
lua-lxc-3.0.2/config/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
lua-lxc-3.0.2/config/libtool.m4-2307-    ;;
lua-lxc-3.0.2/config/libtool.m4-2308-  *)
lua-lxc-3.0.2/config/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
lua-lxc-3.0.2/config/libtool.m4-2310-    ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
lua-lxc-3.0.2/config/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
lua-lxc-3.0.2/config/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
lua-lxc-3.0.2/config/libtool.m4-2356-  esac
lua-lxc-3.0.2/config/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
lua-lxc-3.0.2/config/libtool.m4-2358-else
##############################################
lua-lxc-3.0.2/config/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lua-lxc-3.0.2/config/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
lua-lxc-3.0.2/config/libtool.m4-2499-    ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lua-lxc-3.0.2/config/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
lua-lxc-3.0.2/config/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lua-lxc-3.0.2/config/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
lua-lxc-3.0.2/config/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lua-lxc-3.0.2/config/libtool.m4-2542-      fi'
lua-lxc-3.0.2/config/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lua-lxc-3.0.2/config/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
lua-lxc-3.0.2/config/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lua-lxc-3.0.2/config/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lua-lxc-3.0.2/config/libtool.m4-2552-m4_if([$1], [],[
##############################################
lua-lxc-3.0.2/config/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
lua-lxc-3.0.2/config/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lua-lxc-3.0.2/config/libtool.m4-2558-      ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lua-lxc-3.0.2/config/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lua-lxc-3.0.2/config/libtool.m4-2562-      ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-2569-    libname_spec='$name'
lua-lxc-3.0.2/config/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lua-lxc-3.0.2/config/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
lua-lxc-3.0.2/config/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
lua-lxc-3.0.2/config/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lua-lxc-3.0.2/config/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lua-lxc-3.0.2/config/libtool.m4-2586-      # Convert to MSYS style.
lua-lxc-3.0.2/config/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
lua-lxc-3.0.2/config/libtool.m4-2588-      ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
lua-lxc-3.0.2/config/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lua-lxc-3.0.2/config/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lua-lxc-3.0.2/config/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lua-lxc-3.0.2/config/libtool.m4-2596-      ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-2600-        # It is most probably a Windows format PATH.
lua-lxc-3.0.2/config/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lua-lxc-3.0.2/config/libtool.m4-2602-      else
lua-lxc-3.0.2/config/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lua-lxc-3.0.2/config/libtool.m4-2604-      fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lua-lxc-3.0.2/config/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
lua-lxc-3.0.2/config/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lua-lxc-3.0.2/config/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
lua-lxc-3.0.2/config/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
lua-lxc-3.0.2/config/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
lua-lxc-3.0.2/config/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lua-lxc-3.0.2/config/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
lua-lxc-3.0.2/config/libtool.m4-2624-    # Assume MSVC wrapper
lua-lxc-3.0.2/config/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
lua-lxc-3.0.2/config/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
lua-lxc-3.0.2/config/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
lua-lxc-3.0.2/config/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lua-lxc-3.0.2/config/libtool.m4-2643-m4_if([$1], [],[
##############################################
lua-lxc-3.0.2/config/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
lua-lxc-3.0.2/config/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
lua-lxc-3.0.2/config/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lua-lxc-3.0.2/config/libtool.m4-2941-  need_lib_prefix=no
lua-lxc-3.0.2/config/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lua-lxc-3.0.2/config/libtool.m4-2943-    need_version=no
##############################################
lua-lxc-3.0.2/config/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
lua-lxc-3.0.2/config/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
lua-lxc-3.0.2/config/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
lua-lxc-3.0.2/config/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
lua-lxc-3.0.2/config/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
lua-lxc-3.0.2/config/libtool.m4-2977-    fi'
lua-lxc-3.0.2/config/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
lua-lxc-3.0.2/config/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
lua-lxc-3.0.2/config/libtool.m4-3188-	"file_magic "*)
lua-lxc-3.0.2/config/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lua-lxc-3.0.2/config/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lua-lxc-3.0.2/config/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
lua-lxc-3.0.2/config/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lua-lxc-3.0.2/config/libtool.m4-3273-  *)
lua-lxc-3.0.2/config/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lua-lxc-3.0.2/config/libtool.m4-3275-  esac
##############################################
lua-lxc-3.0.2/config/libtool.m4-3280-      # Canonicalize the pathname of ld
lua-lxc-3.0.2/config/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lua-lxc-3.0.2/config/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lua-lxc-3.0.2/config/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lua-lxc-3.0.2/config/libtool.m4-3284-      done
##############################################
lua-lxc-3.0.2/config/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
lua-lxc-3.0.2/config/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lua-lxc-3.0.2/config/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
lua-lxc-3.0.2/config/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
lua-lxc-3.0.2/config/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-3578-openbsd* | bitrig*)
lua-lxc-3.0.2/config/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lua-lxc-3.0.2/config/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
lua-lxc-3.0.2/config/libtool.m4-3645-    else
lua-lxc-3.0.2/config/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
lua-lxc-3.0.2/config/libtool.m4-3647-    fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-3696-	esac
lua-lxc-3.0.2/config/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
lua-lxc-3.0.2/config/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-3702-	*)
lua-lxc-3.0.2/config/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lua-lxc-3.0.2/config/libtool.m4-3704-	  */dev/null*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
lua-lxc-3.0.2/config/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
lua-lxc-3.0.2/config/libtool.m4-3730-    *COFF*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
lua-lxc-3.0.2/config/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
lua-lxc-3.0.2/config/libtool.m4-3789-  *--identify-strict*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
lua-lxc-3.0.2/config/libtool.m4:3962:case `$NM -V 2>&1` in
lua-lxc-3.0.2/config/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-4009-mingw*)
lua-lxc-3.0.2/config/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
lua-lxc-3.0.2/config/libtool.m4-4011-  ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-4065-    nlist=conftest.nm
lua-lxc-3.0.2/config/libtool.m4:4066:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
lua-lxc-3.0.2/config/libtool.m4-4067-      # Try sorting and uniquifying the output.
##############################################
lua-lxc-3.0.2/config/libtool.m4-4413-	  *)
lua-lxc-3.0.2/config/libtool.m4:4414:	    case `$CC -V 2>&1 | sed 5q` in
lua-lxc-3.0.2/config/libtool.m4-4415-	    *Sun\ C*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-4749-      *)
lua-lxc-3.0.2/config/libtool.m4:4750:	case `$CC -V 2>&1 | sed 5q` in
lua-lxc-3.0.2/config/libtool.m4-4751-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-4932-    else
lua-lxc-3.0.2/config/libtool.m4:4933:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
lua-lxc-3.0.2/config/libtool.m4-4934-    fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-5031-	# shared libraries, regardless of the interface used.
lua-lxc-3.0.2/config/libtool.m4:5032:	case `$LD -v 2>&1` in
lua-lxc-3.0.2/config/libtool.m4-5033-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-5063-    supports_anon_versioning=no
lua-lxc-3.0.2/config/libtool.m4:5064:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
lua-lxc-3.0.2/config/libtool.m4-5065-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-5166-	prefix_cmds="$SED"~
lua-lxc-3.0.2/config/libtool.m4:5167:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lua-lxc-3.0.2/config/libtool.m4-5168-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lua-lxc-3.0.2/config/libtool.m4-5188-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lua-lxc-3.0.2/config/libtool.m4:5189:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lua-lxc-3.0.2/config/libtool.m4:5190:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lua-lxc-3.0.2/config/libtool.m4-5191-      ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-5206-        pgcc*)				# Portland Group C compiler
lua-lxc-3.0.2/config/libtool.m4:5207:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/config/libtool.m4-5208-	  tmp_addflag=' $pic_flag'
##############################################
lua-lxc-3.0.2/config/libtool.m4-5211-					# Portland Group f77 and f90 compilers
lua-lxc-3.0.2/config/libtool.m4:5212:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/config/libtool.m4-5213-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-5228-	nvcc*)	# Cuda Compiler Driver 2.2
lua-lxc-3.0.2/config/libtool.m4:5229:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/config/libtool.m4-5230-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lua-lxc-3.0.2/config/libtool.m4-5232-	esac
lua-lxc-3.0.2/config/libtool.m4:5233:	case `$CC -V 2>&1 | sed 5q` in
lua-lxc-3.0.2/config/libtool.m4-5234-	*Sun\ C*)			# Sun C 5.9
lua-lxc-3.0.2/config/libtool.m4:5235:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/config/libtool.m4-5236-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lua-lxc-3.0.2/config/libtool.m4-5303-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lua-lxc-3.0.2/config/libtool.m4:5304:      case `$LD -v 2>&1` in
lua-lxc-3.0.2/config/libtool.m4-5305-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-5392-	else
lua-lxc-3.0.2/config/libtool.m4:5393:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
lua-lxc-3.0.2/config/libtool.m4-5394-	fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-5457-	# below for broken collect2 doesn't work under 4.3+
lua-lxc-3.0.2/config/libtool.m4:5458:	  collect2name=`$CC -print-prog-name=collect2`
lua-lxc-3.0.2/config/libtool.m4-5459-	  if test -f "$collect2name" &&
##############################################
lua-lxc-3.0.2/config/libtool.m4-5513-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
lua-lxc-3.0.2/config/libtool.m4:5514:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
lua-lxc-3.0.2/config/libtool.m4-5515-      else
##############################################
lua-lxc-3.0.2/config/libtool.m4-5538-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
lua-lxc-3.0.2/config/libtool.m4:5539:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
lua-lxc-3.0.2/config/libtool.m4-5540-	  if test svr4 != "$with_aix_soname"; then
##############################################
lua-lxc-3.0.2/config/libtool.m4-5629-	# FIXME: Setting linknames here is a bad hack.
lua-lxc-3.0.2/config/libtool.m4:5630:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
lua-lxc-3.0.2/config/libtool.m4-5631-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
lua-lxc-3.0.2/config/libtool.m4-5767-      if test yes = "$GCC"; then
lua-lxc-3.0.2/config/libtool.m4:5768:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-5769-	# Try to use the -exported_symbol ld option, if it does not
##############################################
lua-lxc-3.0.2/config/libtool.m4-5790-	if test yes = "$lt_cv_irix_exported_symbol"; then
lua-lxc-3.0.2/config/libtool.m4:5791:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
lua-lxc-3.0.2/config/libtool.m4-5792-	fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-5794-      else
lua-lxc-3.0.2/config/libtool.m4:5795:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4:5796:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
lua-lxc-3.0.2/config/libtool.m4-5797-      fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-5841-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
lua-lxc-3.0.2/config/libtool.m4:5842:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lua-lxc-3.0.2/config/libtool.m4-5843-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lua-lxc-3.0.2/config/libtool.m4-5872-	prefix_cmds="$SED"~
lua-lxc-3.0.2/config/libtool.m4:5873:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lua-lxc-3.0.2/config/libtool.m4-5874-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lua-lxc-3.0.2/config/libtool.m4-5886-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lua-lxc-3.0.2/config/libtool.m4:5887:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-5888-      else
lua-lxc-3.0.2/config/libtool.m4-5889-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lua-lxc-3.0.2/config/libtool.m4:5890:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-5891-      fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-5899-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lua-lxc-3.0.2/config/libtool.m4:5900:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-5901-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
lua-lxc-3.0.2/config/libtool.m4-5903-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lua-lxc-3.0.2/config/libtool.m4:5904:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4:5905:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
lua-lxc-3.0.2/config/libtool.m4:5906:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
lua-lxc-3.0.2/config/libtool.m4-5907-
##############################################
lua-lxc-3.0.2/config/libtool.m4-5922-      else
lua-lxc-3.0.2/config/libtool.m4:5923:	case `$CC -V 2>&1` in
lua-lxc-3.0.2/config/libtool.m4-5924-	*"Compilers 5.0"*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-6115-	  _LT_TAGVAR(allow_undefined_flag, $1)=
lua-lxc-3.0.2/config/libtool.m4:6116:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
lua-lxc-3.0.2/config/libtool.m4-6117-	  then
##############################################
lua-lxc-3.0.2/config/libtool.m4-6419-        # ancient GNU ld didn't support --whole-archive et. al.
lua-lxc-3.0.2/config/libtool.m4:6420:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
lua-lxc-3.0.2/config/libtool.m4-6421-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
lua-lxc-3.0.2/config/libtool.m4-6529-          # below for broken collect2 doesn't work under 4.3+
lua-lxc-3.0.2/config/libtool.m4:6530:	  collect2name=`$CC -print-prog-name=collect2`
lua-lxc-3.0.2/config/libtool.m4-6531-	  if test -f "$collect2name" &&
##############################################
lua-lxc-3.0.2/config/libtool.m4-6587-
lua-lxc-3.0.2/config/libtool.m4:6588:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
lua-lxc-3.0.2/config/libtool.m4-6589-        else
##############################################
lua-lxc-3.0.2/config/libtool.m4-6612-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
lua-lxc-3.0.2/config/libtool.m4:6613:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
lua-lxc-3.0.2/config/libtool.m4-6614-	    if test svr4 != "$with_aix_soname"; then
##############################################
lua-lxc-3.0.2/config/libtool.m4-6741-	  prefix_cmds="$SED"~
lua-lxc-3.0.2/config/libtool.m4:6742:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
lua-lxc-3.0.2/config/libtool.m4-6743-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
lua-lxc-3.0.2/config/libtool.m4-6815-            # dependencies.
lua-lxc-3.0.2/config/libtool.m4:6816:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
lua-lxc-3.0.2/config/libtool.m4-6817-            ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-6880-	    # dependencies.
lua-lxc-3.0.2/config/libtool.m4:6881:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
lua-lxc-3.0.2/config/libtool.m4-6882-	    ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-6916-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lua-lxc-3.0.2/config/libtool.m4:6917:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lua-lxc-3.0.2/config/libtool.m4:6918:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lua-lxc-3.0.2/config/libtool.m4-6919-	;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-6923-	    # SGI C++
lua-lxc-3.0.2/config/libtool.m4:6924:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-6925-
##############################################
lua-lxc-3.0.2/config/libtool.m4-6934-	      if test no = "$with_gnu_ld"; then
lua-lxc-3.0.2/config/libtool.m4:6935:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-6936-	      else
lua-lxc-3.0.2/config/libtool.m4:6937:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
lua-lxc-3.0.2/config/libtool.m4-6938-	      fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-6955-	    # to its proper name (with version) after linking.
lua-lxc-3.0.2/config/libtool.m4:6956:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lua-lxc-3.0.2/config/libtool.m4:6957:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
lua-lxc-3.0.2/config/libtool.m4-6958-	    # Commands to make compiler produce verbose output that lists
##############################################
lua-lxc-3.0.2/config/libtool.m4-6965-	    # dependencies.
lua-lxc-3.0.2/config/libtool.m4:6966:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
lua-lxc-3.0.2/config/libtool.m4-6967-
##############################################
lua-lxc-3.0.2/config/libtool.m4-6980-	    # earlier do not add the objects themselves.
lua-lxc-3.0.2/config/libtool.m4:6981:	    case `$CC -V 2>&1` in
lua-lxc-3.0.2/config/libtool.m4-6982-	      *"Version 7."*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-7001-            # Portland Group C++ compiler
lua-lxc-3.0.2/config/libtool.m4:7002:	    case `$CC -V` in
lua-lxc-3.0.2/config/libtool.m4-7003-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-7006-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
lua-lxc-3.0.2/config/libtool.m4:7007:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
lua-lxc-3.0.2/config/libtool.m4-7008-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
lua-lxc-3.0.2/config/libtool.m4-7010-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
lua-lxc-3.0.2/config/libtool.m4:7011:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
lua-lxc-3.0.2/config/libtool.m4-7012-                $RANLIB $oldlib'
##############################################
lua-lxc-3.0.2/config/libtool.m4-7015-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lua-lxc-3.0.2/config/libtool.m4:7016:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
lua-lxc-3.0.2/config/libtool.m4-7017-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
lua-lxc-3.0.2/config/libtool.m4-7019-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lua-lxc-3.0.2/config/libtool.m4:7020:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
lua-lxc-3.0.2/config/libtool.m4-7021-	      ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-7029-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
lua-lxc-3.0.2/config/libtool.m4:7030:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/config/libtool.m4-7031-            ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-7048-	    # dependencies.
lua-lxc-3.0.2/config/libtool.m4:7049:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
lua-lxc-3.0.2/config/libtool.m4-7050-	    ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-7063-	  *)
lua-lxc-3.0.2/config/libtool.m4:7064:	    case `$CC -V 2>&1 | sed 5q` in
lua-lxc-3.0.2/config/libtool.m4-7065-	    *Sun\ C*)
##############################################
lua-lxc-3.0.2/config/libtool.m4-7070-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
lua-lxc-3.0.2/config/libtool.m4:7071:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/config/libtool.m4-7072-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lua-lxc-3.0.2/config/libtool.m4-7135-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
lua-lxc-3.0.2/config/libtool.m4:7136:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
lua-lxc-3.0.2/config/libtool.m4-7137-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
lua-lxc-3.0.2/config/libtool.m4-7154-	    # to its proper name (with version) after linking.
lua-lxc-3.0.2/config/libtool.m4:7155:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
lua-lxc-3.0.2/config/libtool.m4-7156-
##############################################
lua-lxc-3.0.2/config/libtool.m4-7175-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lua-lxc-3.0.2/config/libtool.m4:7176:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-7177-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
lua-lxc-3.0.2/config/libtool.m4-7180-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lua-lxc-3.0.2/config/libtool.m4:7181:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4:7182:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
lua-lxc-3.0.2/config/libtool.m4-7183-                  echo "-hidden">> $lib.exp~
lua-lxc-3.0.2/config/libtool.m4:7184:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
lua-lxc-3.0.2/config/libtool.m4-7185-                  $RM $lib.exp'
##############################################
lua-lxc-3.0.2/config/libtool.m4-7199-	    # dependencies.
lua-lxc-3.0.2/config/libtool.m4:7200:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
lua-lxc-3.0.2/config/libtool.m4-7201-	    ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-7206-	        osf3*)
lua-lxc-3.0.2/config/libtool.m4:7207:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-7208-		  ;;
lua-lxc-3.0.2/config/libtool.m4-7209-	        *)
lua-lxc-3.0.2/config/libtool.m4:7210:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/config/libtool.m4-7211-		  ;;
##############################################
lua-lxc-3.0.2/config/libtool.m4-7459-  case @S|@2 in
lua-lxc-3.0.2/config/libtool.m4:7460:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
lua-lxc-3.0.2/config/libtool.m4:7461:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
lua-lxc-3.0.2/config/libtool.m4-7462-  esac
##############################################
lua-lxc-3.0.2/config/libtool.m4-7548-
lua-lxc-3.0.2/config/libtool.m4:7549:  for p in `eval "$output_verbose_link_cmd"`; do
lua-lxc-3.0.2/config/libtool.m4-7550-    case $prev$p in
##############################################
lua-lxc-3.0.2/config/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
lua-lxc-3.0.2/config/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
lua-lxc-3.0.2/config/libtool.m4-7654-fi
##############################################
lua-lxc-3.0.2/config/libtool.m4-8272-    test 10 -lt "$lt_ac_count" && break
lua-lxc-3.0.2/config/libtool.m4:8273:    lt_ac_count=`expr $lt_ac_count + 1`
lua-lxc-3.0.2/config/libtool.m4-8274-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
lua-lxc-3.0.2/src/Makefile.in-51-  { \
lua-lxc-3.0.2/src/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lua-lxc-3.0.2/src/Makefile.in-53-  }; \
##############################################
lua-lxc-3.0.2/src/Makefile.in-106-CONFIG_CLEAN_VPATH_FILES =
lua-lxc-3.0.2/src/Makefile.in:107:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lua-lxc-3.0.2/src/Makefile.in-108-am__vpath_adj = case $$p in \
lua-lxc-3.0.2/src/Makefile.in:109:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lua-lxc-3.0.2/src/Makefile.in-110-    *) f=$$p;; \
lua-lxc-3.0.2/src/Makefile.in-111-  esac;
lua-lxc-3.0.2/src/Makefile.in:112:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lua-lxc-3.0.2/src/Makefile.in-113-am__install_max = 40
lua-lxc-3.0.2/src/Makefile.in-114-am__nobase_strip_setup = \
lua-lxc-3.0.2/src/Makefile.in:115:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lua-lxc-3.0.2/src/Makefile.in-116-am__nobase_strip = \
##############################################
lua-lxc-3.0.2/src/Makefile.in-459-.c.o:
lua-lxc-3.0.2/src/Makefile.in:460:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
lua-lxc-3.0.2/src/Makefile.in-461-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lua-lxc-3.0.2/src/Makefile.in-467-.c.obj:
lua-lxc-3.0.2/src/Makefile.in:468:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
lua-lxc-3.0.2/src/Makefile.in:469:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
lua-lxc-3.0.2/src/Makefile.in-470-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
lua-lxc-3.0.2/src/Makefile.in-472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lua-lxc-3.0.2/src/Makefile.in:473:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lua-lxc-3.0.2/src/Makefile.in-474-
lua-lxc-3.0.2/src/Makefile.in-475-.c.lo:
lua-lxc-3.0.2/src/Makefile.in:476:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
lua-lxc-3.0.2/src/Makefile.in-477-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lua-lxc-3.0.2/src/Makefile.in-483-libcore_la-core.lo: core.c
lua-lxc-3.0.2/src/Makefile.in:484:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcore_la_CFLAGS) $(CFLAGS) -MT libcore_la-core.lo -MD -MP -MF $(DEPDIR)/libcore_la-core.Tpo -c -o libcore_la-core.lo `test -f 'core.c' || echo '$(srcdir)/'`core.c
lua-lxc-3.0.2/src/Makefile.in-485-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libcore_la-core.Tpo $(DEPDIR)/libcore_la-core.Plo
##############################################
lua-lxc-3.0.2/src/Makefile.in-487-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lua-lxc-3.0.2/src/Makefile.in:488:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcore_la_CFLAGS) $(CFLAGS) -c -o libcore_la-core.lo `test -f 'core.c' || echo '$(srcdir)/'`core.c
lua-lxc-3.0.2/src/Makefile.in-489-
##############################################
lua-lxc-3.0.2/src/Makefile.in-513-	@list='$(lua_DATA)'; test -n "$(luadir)" || list=; \
lua-lxc-3.0.2/src/Makefile.in:514:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lua-lxc-3.0.2/src/Makefile.in-515-	dir='$(DESTDIR)$(luadir)'; $(am__uninstall_files_from_dir)
##############################################
lua-lxc-3.0.2/src/Makefile.in-546-GTAGS:
lua-lxc-3.0.2/src/Makefile.in:547:	here=`$(am__cd) $(top_builddir) && pwd` \
lua-lxc-3.0.2/src/Makefile.in-548-	  && $(am__cd) $(top_srcdir) \
##############################################
lua-lxc-3.0.2/src/Makefile.in-569-distdir: $(DISTFILES)
lua-lxc-3.0.2/src/Makefile.in:570:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lua-lxc-3.0.2/src/Makefile.in:571:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lua-lxc-3.0.2/src/Makefile.in-572-	list='$(DISTFILES)'; \
##############################################
lua-lxc-3.0.2/src/Makefile.in-583-	  if test -d $$d/$$file; then \
lua-lxc-3.0.2/src/Makefile.in:584:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lua-lxc-3.0.2/src/Makefile.in-585-	    if test -d "$(distdir)/$$file"; then \
##############################################
lua-lxc-3.0.2/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
lua-lxc-3.0.2/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lua-lxc-3.0.2/configure-45-  as_echo='print -r --'
lua-lxc-3.0.2/configure-46-  as_echo_n='print -rn --'
lua-lxc-3.0.2/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lua-lxc-3.0.2/configure-48-  as_echo='printf %s\n'
##############################################
lua-lxc-3.0.2/configure-50-else
lua-lxc-3.0.2/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lua-lxc-3.0.2/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lua-lxc-3.0.2/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
lua-lxc-3.0.2/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lua-lxc-3.0.2/configure-62-      esac;
##############################################
lua-lxc-3.0.2/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lua-lxc-3.0.2/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lua-lxc-3.0.2/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
lua-lxc-3.0.2/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
lua-lxc-3.0.2/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
lua-lxc-3.0.2/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
lua-lxc-3.0.2/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
lua-lxc-3.0.2/configure-332-      case $as_dir in #(
lua-lxc-3.0.2/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lua-lxc-3.0.2/configure-334-      *) as_qdir=$as_dir;;
##############################################
lua-lxc-3.0.2/configure-405-  {
lua-lxc-3.0.2/configure:406:    as_val=`expr "$@" || test $? -eq 1`
lua-lxc-3.0.2/configure-407-  }
##############################################
lua-lxc-3.0.2/configure-412-# ----------------------------------------
lua-lxc-3.0.2/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lua-lxc-3.0.2/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lua-lxc-3.0.2/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lua-lxc-3.0.2/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lua-lxc-3.0.2/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lua-lxc-3.0.2/configure-863-  case $ac_option in
lua-lxc-3.0.2/configure:864:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lua-lxc-3.0.2/configure-865-  *=)   ac_optarg= ;;
##############################################
lua-lxc-3.0.2/configure-907-  -disable-* | --disable-*)
lua-lxc-3.0.2/configure:908:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lua-lxc-3.0.2/configure-909-    # Reject names that are not valid shell variable names.
##############################################
lua-lxc-3.0.2/configure-912-    ac_useropt_orig=$ac_useropt
lua-lxc-3.0.2/configure:913:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lua-lxc-3.0.2/configure-914-    case $ac_user_opts in
##############################################
lua-lxc-3.0.2/configure-933-  -enable-* | --enable-*)
lua-lxc-3.0.2/configure:934:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lua-lxc-3.0.2/configure-935-    # Reject names that are not valid shell variable names.
##############################################
lua-lxc-3.0.2/configure-938-    ac_useropt_orig=$ac_useropt
lua-lxc-3.0.2/configure:939:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lua-lxc-3.0.2/configure-940-    case $ac_user_opts in
##############################################
lua-lxc-3.0.2/configure-1146-  -with-* | --with-*)
lua-lxc-3.0.2/configure:1147:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lua-lxc-3.0.2/configure-1148-    # Reject names that are not valid shell variable names.
##############################################
lua-lxc-3.0.2/configure-1151-    ac_useropt_orig=$ac_useropt
lua-lxc-3.0.2/configure:1152:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lua-lxc-3.0.2/configure-1153-    case $ac_user_opts in
##############################################
lua-lxc-3.0.2/configure-1162-  -without-* | --without-*)
lua-lxc-3.0.2/configure:1163:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lua-lxc-3.0.2/configure-1164-    # Reject names that are not valid shell variable names.
##############################################
lua-lxc-3.0.2/configure-1167-    ac_useropt_orig=$ac_useropt
lua-lxc-3.0.2/configure:1168:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lua-lxc-3.0.2/configure-1169-    case $ac_user_opts in
##############################################
lua-lxc-3.0.2/configure-1200-  *=*)
lua-lxc-3.0.2/configure:1201:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lua-lxc-3.0.2/configure-1202-    # Reject names that are not valid shell variable names.
##############################################
lua-lxc-3.0.2/configure-1221-if test -n "$ac_prev"; then
lua-lxc-3.0.2/configure:1222:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lua-lxc-3.0.2/configure-1223-  as_fn_error $? "missing argument to $ac_option"
##############################################
lua-lxc-3.0.2/configure-1243-    */ )
lua-lxc-3.0.2/configure:1244:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lua-lxc-3.0.2/configure-1245-      eval $ac_var=\$ac_val;;
##############################################
lua-lxc-3.0.2/configure-1278-ac_ls_di=`ls -di .` &&
lua-lxc-3.0.2/configure:1279:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lua-lxc-3.0.2/configure-1280-  as_fn_error $? "working directory cannot be determined"
##############################################
lua-lxc-3.0.2/configure-1334-case $srcdir in
lua-lxc-3.0.2/configure:1335:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lua-lxc-3.0.2/configure-1336-esac
##############################################
lua-lxc-3.0.2/configure-1377-By default, \`make install' will install all the files in
lua-lxc-3.0.2/configure:1378:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lua-lxc-3.0.2/configure:1379:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lua-lxc-3.0.2/configure-1380-for instance \`--prefix=\$HOME'.
##############################################
lua-lxc-3.0.2/configure-1495-*)
lua-lxc-3.0.2/configure:1496:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lua-lxc-3.0.2/configure-1497-  # A ".." for each directory in $ac_dir_suffix.
lua-lxc-3.0.2/configure:1498:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lua-lxc-3.0.2/configure-1499-  case $ac_top_builddir_sub in
##############################################
lua-lxc-3.0.2/configure-1979-    *\'*)
lua-lxc-3.0.2/configure:1980:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lua-lxc-3.0.2/configure-1981-    esac
##############################################
lua-lxc-3.0.2/configure-2062-      case $ac_val in
lua-lxc-3.0.2/configure:2063:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lua-lxc-3.0.2/configure-2064-      esac
##############################################
lua-lxc-3.0.2/configure-2077-	case $ac_val in
lua-lxc-3.0.2/configure:2078:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lua-lxc-3.0.2/configure-2079-	esac
##############################################
lua-lxc-3.0.2/configure-2197-    set,)
lua-lxc-3.0.2/configure:2198:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lua-lxc-3.0.2/configure:2199:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lua-lxc-3.0.2/configure-2200-      ac_cache_corrupted=: ;;
##############################################
lua-lxc-3.0.2/configure-2208-	# differences in whitespace do not lead to failure.
lua-lxc-3.0.2/configure:2209:	ac_old_val_w=`echo x $ac_old_val`
lua-lxc-3.0.2/configure:2210:	ac_new_val_w=`echo x $ac_new_val`
lua-lxc-3.0.2/configure-2211-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lua-lxc-3.0.2/configure-2228-    case $ac_new_val in
lua-lxc-3.0.2/configure:2229:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lua-lxc-3.0.2/configure-2230-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lua-lxc-3.0.2/configure-2529-     echo "timestamp, slept: $am_has_slept" > conftest.file
lua-lxc-3.0.2/configure:2530:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lua-lxc-3.0.2/configure-2531-     if test "$*" = "X"; then
lua-lxc-3.0.2/configure-2532-	# -L didn't work.
lua-lxc-3.0.2/configure:2533:	set X `ls -t "$srcdir/configure" conftest.file`
lua-lxc-3.0.2/configure-2534-     fi
##############################################
lua-lxc-3.0.2/configure-2580-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lua-lxc-3.0.2/configure:2581:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lua-lxc-3.0.2/configure-2582-
lua-lxc-3.0.2/configure-2583-# Expand $ac_aux_dir to an absolute path.
lua-lxc-3.0.2/configure:2584:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lua-lxc-3.0.2/configure-2585-
##############################################
lua-lxc-3.0.2/configure-2725-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lua-lxc-3.0.2/configure:2726:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lua-lxc-3.0.2/configure-2727-	     'mkdir (GNU coreutils) '* | \
##############################################
lua-lxc-3.0.2/configure-2798-set x ${MAKE-make}
lua-lxc-3.0.2/configure:2799:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lua-lxc-3.0.2/configure-2800-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lua-lxc-3.0.2/configure-2808-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lua-lxc-3.0.2/configure:2809:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lua-lxc-3.0.2/configure-2810-  *@@@%%%=?*=@@@%%%*)
##############################################
lua-lxc-3.0.2/configure-2874-
lua-lxc-3.0.2/configure:2875:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lua-lxc-3.0.2/configure-2876-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lua-lxc-3.0.2/configure-3000-test "x$ac_build_alias" = x &&
lua-lxc-3.0.2/configure:3001:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
lua-lxc-3.0.2/configure-3002-test "x$ac_build_alias" = x &&
lua-lxc-3.0.2/configure-3003-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
lua-lxc-3.0.2/configure:3004:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
lua-lxc-3.0.2/configure-3005-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
lua-lxc-3.0.2/configure-3024-IFS=$ac_save_IFS
lua-lxc-3.0.2/configure:3025:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
lua-lxc-3.0.2/configure-3026-
##############################################
lua-lxc-3.0.2/configure-3035-else
lua-lxc-3.0.2/configure:3036:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
lua-lxc-3.0.2/configure-3037-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
lua-lxc-3.0.2/configure-3057-IFS=$ac_save_IFS
lua-lxc-3.0.2/configure:3058:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
lua-lxc-3.0.2/configure-3059-
##############################################
lua-lxc-3.0.2/configure-3080-# Ignore all kinds of additional output from 'make'.
lua-lxc-3.0.2/configure:3081:case `$am_make -s -f confmf 2> /dev/null` in #(
lua-lxc-3.0.2/configure-3082-*the\ am__doit\ target*)
##############################################
lua-lxc-3.0.2/configure-3090-   echo '.include "confinc"' > confmf
lua-lxc-3.0.2/configure:3091:   case `$am_make -s -f confmf 2> /dev/null` in #(
lua-lxc-3.0.2/configure-3092-   *the\ am__doit\ target*)
##############################################
lua-lxc-3.0.2/configure-3469-$as_echo_n "checking whether the C compiler works... " >&6; }
lua-lxc-3.0.2/configure:3470:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lua-lxc-3.0.2/configure-3471-
##############################################
lua-lxc-3.0.2/configure-3513-	then :; else
lua-lxc-3.0.2/configure:3514:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lua-lxc-3.0.2/configure-3515-	fi
##############################################
lua-lxc-3.0.2/configure-3573-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lua-lxc-3.0.2/configure:3574:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lua-lxc-3.0.2/configure-3575-	  break;;
##############################################
lua-lxc-3.0.2/configure-3682-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lua-lxc-3.0.2/configure:3683:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lua-lxc-3.0.2/configure-3684-       break;;
##############################################
lua-lxc-3.0.2/configure-4000-  if test "$am_compiler_list" = ""; then
lua-lxc-3.0.2/configure:4001:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lua-lxc-3.0.2/configure-4002-  fi
##############################################
lua-lxc-3.0.2/configure-4258-  # Check for GNU $ac_path_GREP
lua-lxc-3.0.2/configure:4259:case `"$ac_path_GREP" --version 2>&1` in
lua-lxc-3.0.2/configure-4260-*GNU*)
##############################################
lua-lxc-3.0.2/configure-4324-  # Check for GNU $ac_path_EGREP
lua-lxc-3.0.2/configure:4325:case `"$ac_path_EGREP" --version 2>&1` in
lua-lxc-3.0.2/configure-4326-*GNU*)
##############################################
lua-lxc-3.0.2/configure-4485-do :
lua-lxc-3.0.2/configure:4486:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lua-lxc-3.0.2/configure-4487-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lua-lxc-3.0.2/configure-4490-  cat >>confdefs.h <<_ACEOF
lua-lxc-3.0.2/configure:4491:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lua-lxc-3.0.2/configure-4492-_ACEOF
##############################################
lua-lxc-3.0.2/configure-4612-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
lua-lxc-3.0.2/configure:4613:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
lua-lxc-3.0.2/configure-4614-  ECHO='print -r --'
lua-lxc-3.0.2/configure:4615:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
lua-lxc-3.0.2/configure-4616-  ECHO='printf %s\n'
##############################################
lua-lxc-3.0.2/configure-4681-  # Check for GNU $ac_path_SED
lua-lxc-3.0.2/configure:4682:case `"$ac_path_SED" --version 2>&1` in
lua-lxc-3.0.2/configure-4683-*GNU*)
##############################################
lua-lxc-3.0.2/configure-4760-  # Check for GNU $ac_path_FGREP
lua-lxc-3.0.2/configure:4761:case `"$ac_path_FGREP" --version 2>&1` in
lua-lxc-3.0.2/configure-4762-*GNU*)
##############################################
lua-lxc-3.0.2/configure-4840-    # gcc leaves a trailing carriage return, which upsets mingw
lua-lxc-3.0.2/configure:4841:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lua-lxc-3.0.2/configure-4842-  *)
lua-lxc-3.0.2/configure:4843:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lua-lxc-3.0.2/configure-4844-  esac
##############################################
lua-lxc-3.0.2/configure-4849-      # Canonicalize the pathname of ld
lua-lxc-3.0.2/configure:4850:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lua-lxc-3.0.2/configure-4851-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lua-lxc-3.0.2/configure:4852:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lua-lxc-3.0.2/configure-4853-      done
##############################################
lua-lxc-3.0.2/configure-4884-      # Break only if it was the GNU/non-GNU ld that we prefer.
lua-lxc-3.0.2/configure:4885:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lua-lxc-3.0.2/configure-4886-      *GNU* | *'with BFD'*)
##############################################
lua-lxc-3.0.2/configure-4915-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
lua-lxc-3.0.2/configure:4916:case `$LD -v 2>&1 </dev/null` in
lua-lxc-3.0.2/configure-4917-*GNU* | *'with BFD'*)
##############################################
lua-lxc-3.0.2/configure-4965-	esac
lua-lxc-3.0.2/configure:4966:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
lua-lxc-3.0.2/configure-4967-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
lua-lxc-3.0.2/configure-4971-	*)
lua-lxc-3.0.2/configure:4972:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lua-lxc-3.0.2/configure-4973-	  */dev/null*)
##############################################
lua-lxc-3.0.2/configure-5099-
lua-lxc-3.0.2/configure:5100:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
lua-lxc-3.0.2/configure-5101-    *COFF*)
##############################################
lua-lxc-3.0.2/configure-5211-    # And add a safety zone
lua-lxc-3.0.2/configure:5212:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lua-lxc-3.0.2/configure:5213:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lua-lxc-3.0.2/configure-5214-    ;;
##############################################
lua-lxc-3.0.2/configure-5244-    if test -n "$kargmax"; then
lua-lxc-3.0.2/configure:5245:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
lua-lxc-3.0.2/configure-5246-    else
##############################################
lua-lxc-3.0.2/configure-5253-       test undefined != "$lt_cv_sys_max_cmd_len"; then
lua-lxc-3.0.2/configure:5254:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lua-lxc-3.0.2/configure:5255:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lua-lxc-3.0.2/configure-5256-    else
##############################################
lua-lxc-3.0.2/configure-5265-      # we can't tell.
lua-lxc-3.0.2/configure:5266:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
lua-lxc-3.0.2/configure-5267-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
lua-lxc-3.0.2/configure-5269-      do
lua-lxc-3.0.2/configure:5270:        i=`expr $i + 1`
lua-lxc-3.0.2/configure-5271-        teststring=$teststring$teststring
##############################################
lua-lxc-3.0.2/configure-5273-      # Only check the string length outside the loop.
lua-lxc-3.0.2/configure:5274:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
lua-lxc-3.0.2/configure-5275-      teststring=
##############################################
lua-lxc-3.0.2/configure-5278-      # linker.  It appears as though 1/2 is a usable value.
lua-lxc-3.0.2/configure:5279:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lua-lxc-3.0.2/configure-5280-    fi
##############################################
lua-lxc-3.0.2/configure-5689-openbsd* | bitrig*)
lua-lxc-3.0.2/configure:5690:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lua-lxc-3.0.2/configure-5691-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
lua-lxc-3.0.2/configure-5759-    else
lua-lxc-3.0.2/configure:5760:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
lua-lxc-3.0.2/configure-5761-    fi
##############################################
lua-lxc-3.0.2/configure-5904-  # decide which one to use based on capabilities of $DLLTOOL
lua-lxc-3.0.2/configure:5905:  case `$DLLTOOL --help 2>&1` in
lua-lxc-3.0.2/configure-5906-  *--identify-strict*)
##############################################
lua-lxc-3.0.2/configure-6425-# If we're using GNU nm, then use its standard symbol codes.
lua-lxc-3.0.2/configure:6426:case `$NM -V 2>&1` in
lua-lxc-3.0.2/configure-6427-*GNU* | *'with BFD'*)
##############################################
lua-lxc-3.0.2/configure-6473-mingw*)
lua-lxc-3.0.2/configure:6474:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
lua-lxc-3.0.2/configure-6475-  ;;
##############################################
lua-lxc-3.0.2/configure-6705-   if test yes = "$GCC"; then
lua-lxc-3.0.2/configure:6706:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
lua-lxc-3.0.2/configure-6707-   fi
##############################################
lua-lxc-3.0.2/configure-6709- /*)
lua-lxc-3.0.2/configure:6710:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
lua-lxc-3.0.2/configure-6711-   ;; #(
##############################################
lua-lxc-3.0.2/configure-6804-    done
lua-lxc-3.0.2/configure:6805:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lua-lxc-3.0.2/configure-6806-}
##############################################
lua-lxc-3.0.2/configure-6826-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:6827:    case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/configure-6828-      *ELF-32*)
##############################################
lua-lxc-3.0.2/configure-6847-    if test yes = "$lt_cv_prog_gnu_ld"; then
lua-lxc-3.0.2/configure:6848:      case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/configure-6849-	*32-bit*)
##############################################
lua-lxc-3.0.2/configure-6859-    else
lua-lxc-3.0.2/configure:6860:      case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/configure-6861-	*32-bit*)
##############################################
lua-lxc-3.0.2/configure-6885-    emul=elf
lua-lxc-3.0.2/configure:6886:    case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/configure-6887-      *32-bit*)
##############################################
lua-lxc-3.0.2/configure-6893-    esac
lua-lxc-3.0.2/configure:6894:    case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/configure-6895-      *MSB*)
##############################################
lua-lxc-3.0.2/configure-6901-    esac
lua-lxc-3.0.2/configure:6902:    case `/usr/bin/file conftest.$ac_objext` in
lua-lxc-3.0.2/configure-6903-      *N32*)
##############################################
lua-lxc-3.0.2/configure-7834-    *:)
lua-lxc-3.0.2/configure:7835:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
lua-lxc-3.0.2/configure-7836-        ;;
lua-lxc-3.0.2/configure-7837-    x:*)
lua-lxc-3.0.2/configure:7838:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
lua-lxc-3.0.2/configure-7839-        ;;
lua-lxc-3.0.2/configure-7840-    *::*)
lua-lxc-3.0.2/configure:7841:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lua-lxc-3.0.2/configure:7842:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
lua-lxc-3.0.2/configure-7843-        ;;
lua-lxc-3.0.2/configure-7844-    *)
lua-lxc-3.0.2/configure:7845:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
lua-lxc-3.0.2/configure-7846-        ;;
##############################################
lua-lxc-3.0.2/configure-8199-	"file_magic "*)
lua-lxc-3.0.2/configure:8200:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lua-lxc-3.0.2/configure-8201-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lua-lxc-3.0.2/configure-8265-	"file_magic "*)
lua-lxc-3.0.2/configure:8266:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lua-lxc-3.0.2/configure-8267-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lua-lxc-3.0.2/configure-8663-      *)
lua-lxc-3.0.2/configure:8664:	case `$CC -V 2>&1 | sed 5q` in
lua-lxc-3.0.2/configure-8665-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
lua-lxc-3.0.2/configure-9112-	# shared libraries, regardless of the interface used.
lua-lxc-3.0.2/configure:9113:	case `$LD -v 2>&1` in
lua-lxc-3.0.2/configure-9114-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
lua-lxc-3.0.2/configure-9144-    supports_anon_versioning=no
lua-lxc-3.0.2/configure:9145:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
lua-lxc-3.0.2/configure-9146-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
lua-lxc-3.0.2/configure-9213-	# is; otherwise, prepend EXPORTS...
lua-lxc-3.0.2/configure:9214:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
lua-lxc-3.0.2/configure-9215-          cp $export_symbols $output_objdir/$soname.def;
##############################################
lua-lxc-3.0.2/configure-9247-	prefix_cmds="$SED"~
lua-lxc-3.0.2/configure:9248:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lua-lxc-3.0.2/configure-9249-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lua-lxc-3.0.2/configure-9269-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lua-lxc-3.0.2/configure:9270:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lua-lxc-3.0.2/configure:9271:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lua-lxc-3.0.2/configure-9272-      ;;
##############################################
lua-lxc-3.0.2/configure-9287-        pgcc*)				# Portland Group C compiler
lua-lxc-3.0.2/configure:9288:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/configure-9289-	  tmp_addflag=' $pic_flag'
##############################################
lua-lxc-3.0.2/configure-9292-					# Portland Group f77 and f90 compilers
lua-lxc-3.0.2/configure:9293:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/configure-9294-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
lua-lxc-3.0.2/configure-9309-	nvcc*)	# Cuda Compiler Driver 2.2
lua-lxc-3.0.2/configure:9310:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/configure-9311-	  compiler_needs_object=yes
##############################################
lua-lxc-3.0.2/configure-9313-	esac
lua-lxc-3.0.2/configure:9314:	case `$CC -V 2>&1 | sed 5q` in
lua-lxc-3.0.2/configure-9315-	*Sun\ C*)			# Sun C 5.9
lua-lxc-3.0.2/configure:9316:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
lua-lxc-3.0.2/configure-9317-	  compiler_needs_object=yes
##############################################
lua-lxc-3.0.2/configure-9384-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lua-lxc-3.0.2/configure:9385:      case `$LD -v 2>&1` in
lua-lxc-3.0.2/configure-9386-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
lua-lxc-3.0.2/configure-9473-	else
lua-lxc-3.0.2/configure:9474:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
lua-lxc-3.0.2/configure-9475-	fi
##############################################
lua-lxc-3.0.2/configure-9538-	# below for broken collect2 doesn't work under 4.3+
lua-lxc-3.0.2/configure:9539:	  collect2name=`$CC -print-prog-name=collect2`
lua-lxc-3.0.2/configure-9540-	  if test -f "$collect2name" &&
##############################################
lua-lxc-3.0.2/configure-9618-      }'
lua-lxc-3.0.2/configure:9619:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lua-lxc-3.0.2/configure-9620-  # Check for a 64-bit object if we didn't find anything.
lua-lxc-3.0.2/configure-9621-  if test -z "$lt_cv_aix_libpath_"; then
lua-lxc-3.0.2/configure:9622:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lua-lxc-3.0.2/configure-9623-  fi
##############################################
lua-lxc-3.0.2/configure-9636-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
lua-lxc-3.0.2/configure:9637:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
lua-lxc-3.0.2/configure-9638-      else
##############################################
lua-lxc-3.0.2/configure-9671-      }'
lua-lxc-3.0.2/configure:9672:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lua-lxc-3.0.2/configure-9673-  # Check for a 64-bit object if we didn't find anything.
lua-lxc-3.0.2/configure-9674-  if test -z "$lt_cv_aix_libpath_"; then
lua-lxc-3.0.2/configure:9675:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lua-lxc-3.0.2/configure-9676-  fi
##############################################
lua-lxc-3.0.2/configure-9703-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
lua-lxc-3.0.2/configure:9704:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
lua-lxc-3.0.2/configure-9705-	  if test svr4 != "$with_aix_soname"; then
##############################################
lua-lxc-3.0.2/configure-9756-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
lua-lxc-3.0.2/configure:9757:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
lua-lxc-3.0.2/configure-9758-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
lua-lxc-3.0.2/configure-9794-	# FIXME: Setting linknames here is a bad hack.
lua-lxc-3.0.2/configure:9795:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
lua-lxc-3.0.2/configure-9796-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
lua-lxc-3.0.2/configure-9812-  if test yes = "$lt_cv_ld_force_load"; then
lua-lxc-3.0.2/configure:9813:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
lua-lxc-3.0.2/configure-9814-
##############################################
lua-lxc-3.0.2/configure-9992-      if test yes = "$GCC"; then
lua-lxc-3.0.2/configure:9993:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/configure-9994-	# Try to use the -exported_symbol ld option, if it does not
##############################################
lua-lxc-3.0.2/configure-10020-	if test yes = "$lt_cv_irix_exported_symbol"; then
lua-lxc-3.0.2/configure:10021:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
lua-lxc-3.0.2/configure-10022-	fi
##############################################
lua-lxc-3.0.2/configure-10024-      else
lua-lxc-3.0.2/configure:10025:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/configure:10026:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
lua-lxc-3.0.2/configure-10027-      fi
##############################################
lua-lxc-3.0.2/configure-10071-	hardcode_direct_absolute=yes
lua-lxc-3.0.2/configure:10072:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lua-lxc-3.0.2/configure-10073-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lua-lxc-3.0.2/configure-10102-	prefix_cmds="$SED"~
lua-lxc-3.0.2/configure:10103:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lua-lxc-3.0.2/configure-10104-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lua-lxc-3.0.2/configure-10116-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
lua-lxc-3.0.2/configure:10117:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/configure-10118-      else
lua-lxc-3.0.2/configure-10119-	allow_undefined_flag=' -expect_unresolved \*'
lua-lxc-3.0.2/configure:10120:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/configure-10121-      fi
##############################################
lua-lxc-3.0.2/configure-10129-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
lua-lxc-3.0.2/configure:10130:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/configure-10131-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
lua-lxc-3.0.2/configure-10133-	allow_undefined_flag=' -expect_unresolved \*'
lua-lxc-3.0.2/configure:10134:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
lua-lxc-3.0.2/configure:10135:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
lua-lxc-3.0.2/configure:10136:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
lua-lxc-3.0.2/configure-10137-
##############################################
lua-lxc-3.0.2/configure-10152-      else
lua-lxc-3.0.2/configure:10153:	case `$CC -V 2>&1` in
lua-lxc-3.0.2/configure-10154-	*"Compilers 5.0"*)
##############################################
lua-lxc-3.0.2/configure-10551-  esac
lua-lxc-3.0.2/configure:10552:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
lua-lxc-3.0.2/configure-10553-  case $lt_search_path_spec in
##############################################
lua-lxc-3.0.2/configure-10558-    # okay in the real world where ";" in dirpaths is itself problematic.
lua-lxc-3.0.2/configure:10559:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
lua-lxc-3.0.2/configure-10560-    ;;
lua-lxc-3.0.2/configure-10561-  *)
lua-lxc-3.0.2/configure:10562:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
lua-lxc-3.0.2/configure-10563-    ;;
##############################################
lua-lxc-3.0.2/configure-10567-  lt_tmp_lt_search_path_spec=
lua-lxc-3.0.2/configure:10568:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
lua-lxc-3.0.2/configure-10569-  # ...but if some path component already ends with the multilib dir we assume
##############################################
lua-lxc-3.0.2/configure-10609-  esac
lua-lxc-3.0.2/configure:10610:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
lua-lxc-3.0.2/configure-10611-else
##############################################
lua-lxc-3.0.2/configure-10749-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lua-lxc-3.0.2/configure:10750:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
lua-lxc-3.0.2/configure-10751-    ;;
##############################################
lua-lxc-3.0.2/configure-10785-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lua-lxc-3.0.2/configure:10786:    postinstall_cmds='base_file=`basename \$file`~
lua-lxc-3.0.2/configure:10787:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lua-lxc-3.0.2/configure:10788:      dldir=$destdir/`dirname \$dlpath`~
lua-lxc-3.0.2/configure-10789-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lua-lxc-3.0.2/configure-10794-      fi'
lua-lxc-3.0.2/configure:10795:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lua-lxc-3.0.2/configure-10796-      dlpath=$dir/\$dldll~
##############################################
lua-lxc-3.0.2/configure-10802-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lua-lxc-3.0.2/configure:10803:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lua-lxc-3.0.2/configure-10804-
##############################################
lua-lxc-3.0.2/configure-10808-      # MinGW DLLs use traditional 'lib' prefix
lua-lxc-3.0.2/configure:10809:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lua-lxc-3.0.2/configure-10810-      ;;
##############################################
lua-lxc-3.0.2/configure-10812-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lua-lxc-3.0.2/configure:10813:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lua-lxc-3.0.2/configure-10814-      ;;
##############################################
lua-lxc-3.0.2/configure-10821-    libname_spec='$name'
lua-lxc-3.0.2/configure:10822:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lua-lxc-3.0.2/configure-10823-    library_names_spec='$libname.dll.lib'
##############################################
lua-lxc-3.0.2/configure-10833-        # Let DOS variable expansion print the short 8.3 style file name.
lua-lxc-3.0.2/configure:10834:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lua-lxc-3.0.2/configure-10835-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lua-lxc-3.0.2/configure-10838-      # Convert to MSYS style.
lua-lxc-3.0.2/configure:10839:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
lua-lxc-3.0.2/configure-10840-      ;;
##############################################
lua-lxc-3.0.2/configure-10844-      # like /cygdrive/c/PROGRA~1:/cygdr...
lua-lxc-3.0.2/configure:10845:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lua-lxc-3.0.2/configure:10846:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lua-lxc-3.0.2/configure:10847:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lua-lxc-3.0.2/configure-10848-      ;;
##############################################
lua-lxc-3.0.2/configure-10852-        # It is most probably a Windows format PATH.
lua-lxc-3.0.2/configure:10853:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lua-lxc-3.0.2/configure-10854-      else
lua-lxc-3.0.2/configure:10855:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lua-lxc-3.0.2/configure-10856-      fi
##############################################
lua-lxc-3.0.2/configure-10862-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lua-lxc-3.0.2/configure:10863:    postinstall_cmds='base_file=`basename \$file`~
lua-lxc-3.0.2/configure:10864:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lua-lxc-3.0.2/configure:10865:      dldir=$destdir/`dirname \$dlpath`~
lua-lxc-3.0.2/configure-10866-      test -d \$dldir || mkdir -p \$dldir~
lua-lxc-3.0.2/configure-10867-      $install_prog $dir/$dlname \$dldir/$dlname'
lua-lxc-3.0.2/configure:10868:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lua-lxc-3.0.2/configure-10869-      dlpath=$dir/\$dldll~
##############################################
lua-lxc-3.0.2/configure-10876-    # Assume MSVC wrapper
lua-lxc-3.0.2/configure:10877:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
lua-lxc-3.0.2/configure-10878-    dynamic_linker='Win32 ld.exe'
##############################################
lua-lxc-3.0.2/configure-10893-  shlibpath_var=DYLD_LIBRARY_PATH
lua-lxc-3.0.2/configure:10894:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lua-lxc-3.0.2/configure-10895-
##############################################
lua-lxc-3.0.2/configure-11146-  if test -f /etc/ld.so.conf; then
lua-lxc-3.0.2/configure:11147:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
lua-lxc-3.0.2/configure-11148-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lua-lxc-3.0.2/configure-11212-  need_lib_prefix=no
lua-lxc-3.0.2/configure:11213:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lua-lxc-3.0.2/configure-11214-    need_version=no
##############################################
lua-lxc-3.0.2/configure-11239-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
lua-lxc-3.0.2/configure:11240:  postinstall_cmds='base_file=`basename \$file`~
lua-lxc-3.0.2/configure:11241:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
lua-lxc-3.0.2/configure:11242:    dldir=$destdir/`dirname \$dlpath`~
lua-lxc-3.0.2/configure-11243-    test -d \$dldir || mkdir -p \$dldir~
##############################################
lua-lxc-3.0.2/configure-11248-    fi'
lua-lxc-3.0.2/configure:11249:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
lua-lxc-3.0.2/configure-11250-    dlpath=$dir/\$dldll~
##############################################
lua-lxc-3.0.2/configure-12240-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12241:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "$with_lua_pc" 2>/dev/null`
lua-lxc-3.0.2/configure-12242-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12257-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12258:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "$with_lua_pc" 2>/dev/null`
lua-lxc-3.0.2/configure-12259-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12278-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12279:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$with_lua_pc" 2>&1`
lua-lxc-3.0.2/configure-12280-        else
lua-lxc-3.0.2/configure:12281:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$with_lua_pc" 2>&1`
lua-lxc-3.0.2/configure-12282-        fi
##############################################
lua-lxc-3.0.2/configure-12334-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12335:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "$with_lua_pc" 2>/dev/null`
lua-lxc-3.0.2/configure-12336-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12351-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12352:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "$with_lua_pc" 2>/dev/null`
lua-lxc-3.0.2/configure-12353-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12372-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12373:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$with_lua_pc" 2>&1`
lua-lxc-3.0.2/configure-12374-        else
lua-lxc-3.0.2/configure:12375:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$with_lua_pc" 2>&1`
lua-lxc-3.0.2/configure-12376-        fi
##############################################
lua-lxc-3.0.2/configure-12408-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12409:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "lua" 2>/dev/null`
lua-lxc-3.0.2/configure-12410-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12425-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12426:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "lua" 2>/dev/null`
lua-lxc-3.0.2/configure-12427-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12446-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12447:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lua" 2>&1`
lua-lxc-3.0.2/configure-12448-        else
lua-lxc-3.0.2/configure:12449:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lua" 2>&1`
lua-lxc-3.0.2/configure-12450-        fi
##############################################
lua-lxc-3.0.2/configure-12467-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12468:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "lua5.2" 2>/dev/null`
lua-lxc-3.0.2/configure-12469-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12484-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12485:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "lua5.2" 2>/dev/null`
lua-lxc-3.0.2/configure-12486-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12505-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12506:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lua5.2" 2>&1`
lua-lxc-3.0.2/configure-12507-        else
lua-lxc-3.0.2/configure:12508:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lua5.2" 2>&1`
lua-lxc-3.0.2/configure-12509-        fi
##############################################
lua-lxc-3.0.2/configure-12526-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12527:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "lua5.1" 2>/dev/null`
lua-lxc-3.0.2/configure-12528-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12543-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12544:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "lua5.1" 2>/dev/null`
lua-lxc-3.0.2/configure-12545-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12564-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12565:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lua5.1" 2>&1`
lua-lxc-3.0.2/configure-12566-        else
lua-lxc-3.0.2/configure:12567:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lua5.1" 2>&1`
lua-lxc-3.0.2/configure-12568-        fi
##############################################
lua-lxc-3.0.2/configure-12611-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12612:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "lua5.1" 2>/dev/null`
lua-lxc-3.0.2/configure-12613-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12628-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12629:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "lua5.1" 2>/dev/null`
lua-lxc-3.0.2/configure-12630-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12649-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12650:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lua5.1" 2>&1`
lua-lxc-3.0.2/configure-12651-        else
lua-lxc-3.0.2/configure:12652:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lua5.1" 2>&1`
lua-lxc-3.0.2/configure-12653-        fi
##############################################
lua-lxc-3.0.2/configure-12703-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12704:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "lua5.2" 2>/dev/null`
lua-lxc-3.0.2/configure-12705-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12720-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12721:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "lua5.2" 2>/dev/null`
lua-lxc-3.0.2/configure-12722-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12741-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12742:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lua5.2" 2>&1`
lua-lxc-3.0.2/configure-12743-        else
lua-lxc-3.0.2/configure:12744:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lua5.2" 2>&1`
lua-lxc-3.0.2/configure-12745-        fi
##############################################
lua-lxc-3.0.2/configure-12762-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12763:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "lua5.1" 2>/dev/null`
lua-lxc-3.0.2/configure-12764-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12779-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12780:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "lua5.1" 2>/dev/null`
lua-lxc-3.0.2/configure-12781-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12800-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12801:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lua5.1" 2>&1`
lua-lxc-3.0.2/configure-12802-        else
lua-lxc-3.0.2/configure:12803:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lua5.1" 2>&1`
lua-lxc-3.0.2/configure-12804-        fi
##############################################
lua-lxc-3.0.2/configure-12847-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12848:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "lua5.1" 2>/dev/null`
lua-lxc-3.0.2/configure-12849-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12864-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12865:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "lua5.1" 2>/dev/null`
lua-lxc-3.0.2/configure-12866-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12885-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/configure:12886:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "lua5.1" 2>&1`
lua-lxc-3.0.2/configure-12887-        else
lua-lxc-3.0.2/configure:12888:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "lua5.1" 2>&1`
lua-lxc-3.0.2/configure-12889-        fi
##############################################
lua-lxc-3.0.2/configure-12942-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12943:  pkg_cv_LUA_VERSION=`$PKG_CONFIG --variable="V" "$LUAPKGCONFIG" 2>/dev/null`
lua-lxc-3.0.2/configure-12944-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-12963-  test $ac_status = 0; }; then
lua-lxc-3.0.2/configure:12964:  pkg_cv_LUA_VERSION=`$PKG_CONFIG --variable="major_version" "$LUAPKGCONFIG" 2>/dev/null`
lua-lxc-3.0.2/configure-12965-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lua-lxc-3.0.2/configure-13001-        while true; do
lua-lxc-3.0.2/configure:13002:        new_full_var="`eval echo $full_var`"
lua-lxc-3.0.2/configure-13003-        if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lua-lxc-3.0.2/configure-13029-        while true; do
lua-lxc-3.0.2/configure:13030:        new_full_var="`eval echo $full_var`"
lua-lxc-3.0.2/configure-13031-        if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lua-lxc-3.0.2/configure-13057-        while true; do
lua-lxc-3.0.2/configure:13058:        new_full_var="`eval echo $full_var`"
lua-lxc-3.0.2/configure-13059-        if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lua-lxc-3.0.2/configure-13085-        while true; do
lua-lxc-3.0.2/configure:13086:        new_full_var="`eval echo $full_var`"
lua-lxc-3.0.2/configure-13087-        if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lua-lxc-3.0.2/configure-13113-        while true; do
lua-lxc-3.0.2/configure:13114:        new_full_var="`eval echo $full_var`"
lua-lxc-3.0.2/configure-13115-        if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lua-lxc-3.0.2/configure-13141-        while true; do
lua-lxc-3.0.2/configure:13142:        new_full_var="`eval echo $full_var`"
lua-lxc-3.0.2/configure-13143-        if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lua-lxc-3.0.2/configure-13169-        while true; do
lua-lxc-3.0.2/configure:13170:        new_full_var="`eval echo $full_var`"
lua-lxc-3.0.2/configure-13171-        if test "x$new_full_var" = "x$full_var"; then break; fi
##############################################
lua-lxc-3.0.2/configure-13257-  # Check for GNU $ac_path_SED
lua-lxc-3.0.2/configure:13258:case `"$ac_path_SED" --version 2>&1` in
lua-lxc-3.0.2/configure-13259-*GNU*)
##############################################
lua-lxc-3.0.2/configure-13412-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lua-lxc-3.0.2/configure:13413:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lua-lxc-3.0.2/configure-13414-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lua-lxc-3.0.2/configure-13507-if test -z "$BASH_VERSION$ZSH_VERSION" \
lua-lxc-3.0.2/configure:13508:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lua-lxc-3.0.2/configure-13509-  as_echo='print -r --'
lua-lxc-3.0.2/configure-13510-  as_echo_n='print -rn --'
lua-lxc-3.0.2/configure:13511:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lua-lxc-3.0.2/configure-13512-  as_echo='printf %s\n'
##############################################
lua-lxc-3.0.2/configure-13514-else
lua-lxc-3.0.2/configure:13515:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lua-lxc-3.0.2/configure-13516-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lua-lxc-3.0.2/configure-13524-	expr "X$arg" : "X\\(.*\\)$as_nl";
lua-lxc-3.0.2/configure:13525:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lua-lxc-3.0.2/configure-13526-      esac;
##############################################
lua-lxc-3.0.2/configure-13601-# ----------------------------------------
lua-lxc-3.0.2/configure:13602:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lua-lxc-3.0.2/configure-13603-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lua-lxc-3.0.2/configure-13673-  {
lua-lxc-3.0.2/configure:13674:    as_val=`expr "$@" || test $? -eq 1`
lua-lxc-3.0.2/configure-13675-  }
##############################################
lua-lxc-3.0.2/configure-13777-      case $as_dir in #(
lua-lxc-3.0.2/configure:13778:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lua-lxc-3.0.2/configure-13779-      *) as_qdir=$as_dir;;
##############################################
lua-lxc-3.0.2/configure-13912-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lua-lxc-3.0.2/configure:13913:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lua-lxc-3.0.2/configure-13914-ac_cs_version="\\
##############################################
lua-lxc-3.0.2/configure-13937-  --*=?*)
lua-lxc-3.0.2/configure:13938:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lua-lxc-3.0.2/configure:13939:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lua-lxc-3.0.2/configure-13940-    ac_shift=:
##############################################
lua-lxc-3.0.2/configure-13942-  --*=)
lua-lxc-3.0.2/configure:13943:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lua-lxc-3.0.2/configure-13944-    ac_optarg=
##############################################
lua-lxc-3.0.2/configure-13966-    case $ac_optarg in
lua-lxc-3.0.2/configure:13967:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lua-lxc-3.0.2/configure-13968-    '') as_fn_error $? "missing file argument" ;;
##############################################
lua-lxc-3.0.2/configure-13974-    case $ac_optarg in
lua-lxc-3.0.2/configure:13975:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lua-lxc-3.0.2/configure-13976-    esac
##############################################
lua-lxc-3.0.2/configure-14043-delay_variable_subst='$delay_variable_subst'
lua-lxc-3.0.2/configure:14044:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14045:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14046:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14047:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14048:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14049:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14050:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14051:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14052:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14053:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14054:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14055:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14056:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14057:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14058:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14059:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14060:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14061:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14062:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14063:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14064:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14065:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14066:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14067:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14068:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14069:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14070:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14071:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14072:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14073:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14074:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14075:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14076:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14077:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14078:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14079:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14080:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14081:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14082:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14083:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14084:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14085:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14086:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14087:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14088:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14089:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14090:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14091:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14092:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14093:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14094:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14095:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14096:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14097:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14098:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14099:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14100:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14101:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14102:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14103:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14104:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14105:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14106:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14107:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14108:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14109:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14110:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14111:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14112:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14113:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14114:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14115:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14116:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14117:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14118:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14119:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14120:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14121:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14122:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14123:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14124:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14125:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14126:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14127:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14128:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14129:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14130:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14131:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14132:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14133:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14134:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14135:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14136:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14137:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14138:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14139:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14140:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14141:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14142:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14143:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14144:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14145:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14146:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14147:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14148:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14149:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14150:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14151:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14152:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14153:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14154:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14155:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14156:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14157:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14158:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14159:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14160:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14161:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14162:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14163:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14164:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14165:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14166:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14167:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14168:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14169:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14170:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14171:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14172:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14173:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14174:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14175:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14176:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14177:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure:14178:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
lua-lxc-3.0.2/configure-14179-
##############################################
lua-lxc-3.0.2/configure-14260-striplib; do
lua-lxc-3.0.2/configure:14261:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lua-lxc-3.0.2/configure-14262-    *[\\\\\\\`\\"\\\$]*)
lua-lxc-3.0.2/configure:14263:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lua-lxc-3.0.2/configure-14264-      ;;
##############################################
lua-lxc-3.0.2/configure-14291-configure_time_lt_sys_library_path; do
lua-lxc-3.0.2/configure:14292:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lua-lxc-3.0.2/configure-14293-    *[\\\\\\\`\\"\\\$]*)
lua-lxc-3.0.2/configure:14294:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lua-lxc-3.0.2/configure-14295-      ;;
##############################################
lua-lxc-3.0.2/configure-14389-fi
lua-lxc-3.0.2/configure:14390:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lua-lxc-3.0.2/configure-14391-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lua-lxc-3.0.2/configure-14406-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lua-lxc-3.0.2/configure:14407:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lua-lxc-3.0.2/configure-14408-ac_delim='%!_!# '
##############################################
lua-lxc-3.0.2/configure-14412-
lua-lxc-3.0.2/configure:14413:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lua-lxc-3.0.2/configure-14414-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lua-lxc-3.0.2/configure-14550-for ac_last_try in false false :; do
lua-lxc-3.0.2/configure:14551:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lua-lxc-3.0.2/configure-14552-  if test -z "$ac_tt"; then
##############################################
lua-lxc-3.0.2/configure-14682-      esac
lua-lxc-3.0.2/configure:14683:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lua-lxc-3.0.2/configure-14684-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lua-lxc-3.0.2/configure-14741-*)
lua-lxc-3.0.2/configure:14742:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lua-lxc-3.0.2/configure-14743-  # A ".." for each directory in $ac_dir_suffix.
lua-lxc-3.0.2/configure:14744:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lua-lxc-3.0.2/configure-14745-  case $ac_top_builddir_sub in
##############################################
lua-lxc-3.0.2/configure-14802-/@mandir@/p'
lua-lxc-3.0.2/configure:14803:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lua-lxc-3.0.2/configure-14804-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lua-lxc-3.0.2/configure-14819-
lua-lxc-3.0.2/configure:14820:# Neutralize VPATH when `$srcdir' = `.'.
lua-lxc-3.0.2/configure-14821-# Shell code in configure.ac might set extrasub.
##############################################
lua-lxc-3.0.2/configure-14847-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lua-lxc-3.0.2/configure:14848:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lua-lxc-3.0.2/configure-14849-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lua-lxc-3.0.2/configure-14893-    * )
lua-lxc-3.0.2/configure:14894:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lua-lxc-3.0.2/configure-14895-  esac
##############################################
lua-lxc-3.0.2/configure-14940-    # Strip MF so we end up with the name of the file.
lua-lxc-3.0.2/configure:14941:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lua-lxc-3.0.2/configure-14942-    # Check whether this is an Automake generated Makefile or not.
##############################################
lua-lxc-3.0.2/configure-14977-    # from the Makefile without running 'make'.
lua-lxc-3.0.2/configure:14978:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lua-lxc-3.0.2/configure-14979-    test -z "$DEPDIR" && continue
lua-lxc-3.0.2/configure:14980:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lua-lxc-3.0.2/configure-14981-    test -z "$am__include" && continue
lua-lxc-3.0.2/configure:14982:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lua-lxc-3.0.2/configure-14983-    # Find all dependency output files, they are included files with
##############################################
lua-lxc-3.0.2/configure-15498-    *:)
lua-lxc-3.0.2/configure:15499:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
lua-lxc-3.0.2/configure-15500-        ;;
lua-lxc-3.0.2/configure-15501-    x:*)
lua-lxc-3.0.2/configure:15502:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
lua-lxc-3.0.2/configure-15503-        ;;
lua-lxc-3.0.2/configure-15504-    *::*)
lua-lxc-3.0.2/configure:15505:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lua-lxc-3.0.2/configure:15506:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
lua-lxc-3.0.2/configure-15507-        ;;
lua-lxc-3.0.2/configure-15508-    *)
lua-lxc-3.0.2/configure:15509:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
lua-lxc-3.0.2/configure-15510-        ;;
##############################################
lua-lxc-3.0.2/configure-15525-    done
lua-lxc-3.0.2/configure:15526:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lua-lxc-3.0.2/configure-15527-}
##############################################
lua-lxc-3.0.2/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
lua-lxc-3.0.2/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
lua-lxc-3.0.2/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
lua-lxc-3.0.2/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
lua-lxc-3.0.2/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
lua-lxc-3.0.2/aclocal.m4-181-        else 
lua-lxc-3.0.2/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
lua-lxc-3.0.2/aclocal.m4-183-        fi
##############################################
lua-lxc-3.0.2/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lua-lxc-3.0.2/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lua-lxc-3.0.2/aclocal.m4-370-# and then we would define $MISSING as
##############################################
lua-lxc-3.0.2/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
lua-lxc-3.0.2/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lua-lxc-3.0.2/aclocal.m4-385-])
##############################################
lua-lxc-3.0.2/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
lua-lxc-3.0.2/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lua-lxc-3.0.2/aclocal.m4-483-  fi
##############################################
lua-lxc-3.0.2/aclocal.m4-632-    # Strip MF so we end up with the name of the file.
lua-lxc-3.0.2/aclocal.m4:633:    mf=`echo "$mf" | sed -e 's/:.*$//'`
lua-lxc-3.0.2/aclocal.m4-634-    # Check whether this is an Automake generated Makefile or not.
##############################################
lua-lxc-3.0.2/aclocal.m4-641-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
lua-lxc-3.0.2/aclocal.m4:642:      dirpart=`AS_DIRNAME("$mf")`
lua-lxc-3.0.2/aclocal.m4-643-    else
##############################################
lua-lxc-3.0.2/aclocal.m4-647-    # from the Makefile without running 'make'.
lua-lxc-3.0.2/aclocal.m4:648:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
lua-lxc-3.0.2/aclocal.m4-649-    test -z "$DEPDIR" && continue
lua-lxc-3.0.2/aclocal.m4:650:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
lua-lxc-3.0.2/aclocal.m4-651-    test -z "$am__include" && continue
lua-lxc-3.0.2/aclocal.m4:652:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
lua-lxc-3.0.2/aclocal.m4-653-    # Find all dependency output files, they are included files with
##############################################
lua-lxc-3.0.2/aclocal.m4-661-      test -f "$dirpart/$file" && continue
lua-lxc-3.0.2/aclocal.m4:662:      fdir=`AS_DIRNAME(["$file"])`
lua-lxc-3.0.2/aclocal.m4-663-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
lua-lxc-3.0.2/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl
lua-lxc-3.0.2/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lua-lxc-3.0.2/aclocal.m4-721-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lua-lxc-3.0.2/aclocal.m4-878-    * )
lua-lxc-3.0.2/aclocal.m4:879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lua-lxc-3.0.2/aclocal.m4-880-  esac
lua-lxc-3.0.2/aclocal.m4-881-done
lua-lxc-3.0.2/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lua-lxc-3.0.2/aclocal.m4-883-
##############################################
lua-lxc-3.0.2/aclocal.m4-949-# Ignore all kinds of additional output from 'make'.
lua-lxc-3.0.2/aclocal.m4:950:case `$am_make -s -f confmf 2> /dev/null` in #(
lua-lxc-3.0.2/aclocal.m4-951-*the\ am__doit\ target*)
##############################################
lua-lxc-3.0.2/aclocal.m4-959-   echo '.include "confinc"' > confmf
lua-lxc-3.0.2/aclocal.m4:960:   case `$am_make -s -f confmf 2> /dev/null` in #(
lua-lxc-3.0.2/aclocal.m4-961-   *the\ am__doit\ target*)
##############################################
lua-lxc-3.0.2/aclocal.m4-1141-     echo "timestamp, slept: $am_has_slept" > conftest.file
lua-lxc-3.0.2/aclocal.m4:1142:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lua-lxc-3.0.2/aclocal.m4-1143-     if test "$[*]" = "X"; then
lua-lxc-3.0.2/aclocal.m4-1144-	# -L didn't work.
lua-lxc-3.0.2/aclocal.m4:1145:	set X `ls -t "$srcdir/configure" conftest.file`
lua-lxc-3.0.2/aclocal.m4-1146-     fi
##############################################
lua-lxc-3.0.2/Makefile.in-51-  { \
lua-lxc-3.0.2/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lua-lxc-3.0.2/Makefile.in-53-  }; \
##############################################
lua-lxc-3.0.2/Makefile.in-189-  while test -n "$$dir1"; do \
lua-lxc-3.0.2/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lua-lxc-3.0.2/Makefile.in-191-    if test "$$first" != "."; then \
lua-lxc-3.0.2/Makefile.in-192-      if test "$$first" = ".."; then \
lua-lxc-3.0.2/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lua-lxc-3.0.2/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lua-lxc-3.0.2/Makefile.in-195-      else \
lua-lxc-3.0.2/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lua-lxc-3.0.2/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lua-lxc-3.0.2/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lua-lxc-3.0.2/Makefile.in-199-        else \
##############################################
lua-lxc-3.0.2/Makefile.in-204-    fi; \
lua-lxc-3.0.2/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lua-lxc-3.0.2/Makefile.in-206-  done; \
##############################################
lua-lxc-3.0.2/Makefile.in-414-	dot_seen=no; \
lua-lxc-3.0.2/Makefile.in:415:	target=`echo $@ | sed s/-recursive//`; \
lua-lxc-3.0.2/Makefile.in-416-	case "$@" in \
##############################################
lua-lxc-3.0.2/Makefile.in-477-GTAGS:
lua-lxc-3.0.2/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
lua-lxc-3.0.2/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
lua-lxc-3.0.2/Makefile.in-509-	test -d "$(distdir)" || mkdir "$(distdir)"
lua-lxc-3.0.2/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lua-lxc-3.0.2/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lua-lxc-3.0.2/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
lua-lxc-3.0.2/Makefile.in-523-	  if test -d $$d/$$file; then \
lua-lxc-3.0.2/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lua-lxc-3.0.2/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
lua-lxc-3.0.2/Makefile.in-634-	test -d $(distdir)/_build || exit 0; \
lua-lxc-3.0.2/Makefile.in:635:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lua-lxc-3.0.2/Makefile.in-636-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lua-lxc-3.0.2/Makefile.in-678-	}; \
lua-lxc-3.0.2/Makefile.in:679:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lua-lxc-3.0.2/Makefile.in-680-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lua-lxc-3.0.2/Makefile.in-690-	fi
lua-lxc-3.0.2/Makefile.in:691:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lua-lxc-3.0.2/Makefile.in-692-	  || { echo "ERROR: files left in build directory after distclean:" ; \