===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ace-of-penguins-1.5~rc2/ltmain.sh-167-{
ace-of-penguins-1.5~rc2/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
ace-of-penguins-1.5~rc2/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-179-{
ace-of-penguins-1.5~rc2/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
ace-of-penguins-1.5~rc2/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-198-    # Extract subdirectory from the argument.
ace-of-penguins-1.5~rc2/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
ace-of-penguins-1.5~rc2/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-204-    fi
ace-of-penguins-1.5~rc2/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
ace-of-penguins-1.5~rc2/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-217-    case ${2} in
ace-of-penguins-1.5~rc2/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
ace-of-penguins-1.5~rc2/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
ace-of-penguins-1.5~rc2/ltmain.sh-220-    esac
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-380-     progdir=$func_dirname_result
ace-of-penguins-1.5~rc2/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
ace-of-penguins-1.5~rc2/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
ace-of-penguins-1.5~rc2/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
ace-of-penguins-1.5~rc2/ltmain.sh-419-bs='\\'
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
ace-of-penguins-1.5~rc2/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
ace-of-penguins-1.5~rc2/ltmain.sh-533-      done
ace-of-penguins-1.5~rc2/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
ace-of-penguins-1.5~rc2/ltmain.sh-535-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-566-      # If mktemp works, use that first and foremost
ace-of-penguins-1.5~rc2/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-568-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-597-      *[\\\`\"\$]*)
ace-of-penguins-1.5~rc2/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
ace-of-penguins-1.5~rc2/ltmain.sh-599-      *)
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
ace-of-penguins-1.5~rc2/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
ace-of-penguins-1.5~rc2/ltmain.sh-704-    ;;
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
ace-of-penguins-1.5~rc2/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
ace-of-penguins-1.5~rc2/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
ace-of-penguins-1.5~rc2/ltmain.sh-772-	p
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-803-
ace-of-penguins-1.5~rc2/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
ace-of-penguins-1.5~rc2/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
ace-of-penguins-1.5~rc2/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-816-
ace-of-penguins-1.5~rc2/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
ace-of-penguins-1.5~rc2/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
ace-of-penguins-1.5~rc2/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-862-{
ace-of-penguins-1.5~rc2/ltmain.sh:863:    func_arith_result=`expr "${@}"`
ace-of-penguins-1.5~rc2/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-870-{
ace-of-penguins-1.5~rc2/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
ace-of-penguins-1.5~rc2/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-877-{
ace-of-penguins-1.5~rc2/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
ace-of-penguins-1.5~rc2/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-884-{
ace-of-penguins-1.5~rc2/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
ace-of-penguins-1.5~rc2/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-968-	# quotes we have to do it in 2 steps:
ace-of-penguins-1.5~rc2/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
ace-of-penguins-1.5~rc2/ltmain.sh-970-	eval "$extractedcf"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-1382-      done
ace-of-penguins-1.5~rc2/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
ace-of-penguins-1.5~rc2/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
ace-of-penguins-1.5~rc2/ltmain.sh-1385-      case $@ in
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-1395-	    # Evaluate the configuration.
ace-of-penguins-1.5~rc2/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
ace-of-penguins-1.5~rc2/ltmain.sh-1397-	    CC_quoted=
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-1401-	    done
ace-of-penguins-1.5~rc2/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
ace-of-penguins-1.5~rc2/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
ace-of-penguins-1.5~rc2/ltmain.sh-1404-	    case "$@ " in
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
ace-of-penguins-1.5~rc2/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
ace-of-penguins-1.5~rc2/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-1721-    # LT_CYGPATH in this case.
ace-of-penguins-1.5~rc2/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
ace-of-penguins-1.5~rc2/ltmain.sh-1723-  fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
ace-of-penguins-1.5~rc2/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
ace-of-penguins-1.5~rc2/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2060-    *.[cCFSifmso] | \
ace-of-penguins-1.5~rc2/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
ace-of-penguins-1.5~rc2/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
ace-of-penguins-1.5~rc2/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
ace-of-penguins-1.5~rc2/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
ace-of-penguins-1.5~rc2/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-2158-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2204-      if test "$need_locks" = warn &&
ace-of-penguins-1.5~rc2/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ace-of-penguins-1.5~rc2/ltmain.sh-2206-	$ECHO "\
ace-of-penguins-1.5~rc2/ltmain.sh-2207-*** ERROR, $lockfile contains:
ace-of-penguins-1.5~rc2/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-2209-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2253-      if test "$need_locks" = warn &&
ace-of-penguins-1.5~rc2/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ace-of-penguins-1.5~rc2/ltmain.sh-2255-	$ECHO "\
ace-of-penguins-1.5~rc2/ltmain.sh-2256-*** ERROR, $lockfile contains:
ace-of-penguins-1.5~rc2/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-2258-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2548-	  test -n "$library_names" && \
ace-of-penguins-1.5~rc2/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
ace-of-penguins-1.5~rc2/ltmain.sh-2550-	  continue
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
ace-of-penguins-1.5~rc2/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
ace-of-penguins-1.5~rc2/ltmain.sh-2561-	  fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2577-      # Get the absolute pathname.
ace-of-penguins-1.5~rc2/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
ace-of-penguins-1.5~rc2/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
ace-of-penguins-1.5~rc2/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
ace-of-penguins-1.5~rc2/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
ace-of-penguins-1.5~rc2/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
ace-of-penguins-1.5~rc2/ltmain.sh-2959-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
ace-of-penguins-1.5~rc2/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
ace-of-penguins-1.5~rc2/ltmain.sh-2972-	  else
ace-of-penguins-1.5~rc2/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
ace-of-penguins-1.5~rc2/ltmain.sh-2974-	  fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3130-	    fi
ace-of-penguins-1.5~rc2/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
ace-of-penguins-1.5~rc2/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
ace-of-penguins-1.5~rc2/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
ace-of-penguins-1.5~rc2/ltmain.sh-3134-	      finalize=no
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3149-	        # Replace the output file specification.
ace-of-penguins-1.5~rc2/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-3151-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
ace-of-penguins-1.5~rc2/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
ace-of-penguins-1.5~rc2/ltmain.sh-3170-	  fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3241-    my_pic_p="${3-no}"
ace-of-penguins-1.5~rc2/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-3243-    my_dlsyms=
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
ace-of-penguins-1.5~rc2/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
ace-of-penguins-1.5~rc2/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
ace-of-penguins-1.5~rc2/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
ace-of-penguins-1.5~rc2/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
ace-of-penguins-1.5~rc2/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ace-of-penguins-1.5~rc2/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ace-of-penguins-1.5~rc2/ltmain.sh-3509-	  else
ace-of-penguins-1.5~rc2/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ace-of-penguins-1.5~rc2/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ace-of-penguins-1.5~rc2/ltmain.sh-3512-	  fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3514-	*)
ace-of-penguins-1.5~rc2/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ace-of-penguins-1.5~rc2/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ace-of-penguins-1.5~rc2/ltmain.sh-3517-	  ;;
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3529-      # Nullify the symbol file.
ace-of-penguins-1.5~rc2/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
ace-of-penguins-1.5~rc2/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
ace-of-penguins-1.5~rc2/ltmain.sh-3532-    fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3545-  win32_libid_type="unknown"
ace-of-penguins-1.5~rc2/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-3547-  case $win32_fileres in
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3596-  $opt_debug
ace-of-penguins-1.5~rc2/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
ace-of-penguins-1.5~rc2/ltmain.sh-3598-}
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3613-  $opt_debug
ace-of-penguins-1.5~rc2/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
ace-of-penguins-1.5~rc2/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
ace-of-penguins-1.5~rc2/ltmain.sh:3669:  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)$'`
ace-of-penguins-1.5~rc2/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
ace-of-penguins-1.5~rc2/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
ace-of-penguins-1.5~rc2/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3700-    # binutils import library
ace-of-penguins-1.5~rc2/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
ace-of-penguins-1.5~rc2/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
ace-of-penguins-1.5~rc2/ltmain.sh-3703-    # ms-generated import library
ace-of-penguins-1.5~rc2/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
ace-of-penguins-1.5~rc2/ltmain.sh-3705-  else
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3780-	  darwin_curdir=`pwd`
ace-of-penguins-1.5~rc2/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
ace-of-penguins-1.5~rc2/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
ace-of-penguins-1.5~rc2/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
ace-of-penguins-1.5~rc2/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
ace-of-penguins-1.5~rc2/ltmain.sh-3785-	    darwin_arch=
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
ace-of-penguins-1.5~rc2/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
ace-of-penguins-1.5~rc2/ltmain.sh-3797-	    darwin_file=
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
ace-of-penguins-1.5~rc2/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
ace-of-penguins-1.5~rc2/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3814-      esac
ace-of-penguins-1.5~rc2/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
ace-of-penguins-1.5~rc2/ltmain.sh-3816-    done
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3885-
ace-of-penguins-1.5~rc2/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
ace-of-penguins-1.5~rc2/ltmain.sh-3887-    $ECHO "\
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3920-    --lt-dump-script)
ace-of-penguins-1.5~rc2/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
ace-of-penguins-1.5~rc2/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
ace-of-penguins-1.5~rc2/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
ace-of-penguins-1.5~rc2/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
ace-of-penguins-1.5~rc2/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
ace-of-penguins-1.5~rc2/ltmain.sh-3949-  done
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-4005-  # Find the directory that this script lives in.
ace-of-penguins-1.5~rc2/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
ace-of-penguins-1.5~rc2/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
ace-of-penguins-1.5~rc2/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
ace-of-penguins-1.5~rc2/ltmain.sh-4011-  while test -n \"\$file\"; do
ace-of-penguins-1.5~rc2/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
ace-of-penguins-1.5~rc2/ltmain.sh-4013-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-4021-
ace-of-penguins-1.5~rc2/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
ace-of-penguins-1.5~rc2/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
ace-of-penguins-1.5~rc2/ltmain.sh-4024-  done
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-4035-    case \"\$thisdir\" in
ace-of-penguins-1.5~rc2/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
ace-of-penguins-1.5~rc2/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-4041-  # Try to get the absolute directory name.
ace-of-penguins-1.5~rc2/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
ace-of-penguins-1.5~rc2/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
ace-of-penguins-1.5~rc2/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
ace-of-penguins-1.5~rc2/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
ace-of-penguins-1.5~rc2/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
ace-of-penguins-1.5~rc2/ltmain.sh-4068-      else
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
ace-of-penguins-1.5~rc2/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
ace-of-penguins-1.5~rc2/ltmain.sh-4112-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-5085-    $opt_debug
ace-of-penguins-1.5~rc2/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
ace-of-penguins-1.5~rc2/ltmain.sh-5087-    *import*) : ;;
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-5307-	    moreargs=
ace-of-penguins-1.5~rc2/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
ace-of-penguins-1.5~rc2/ltmain.sh-5309-	    do
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-5563-	*)
ace-of-penguins-1.5~rc2/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
ace-of-penguins-1.5~rc2/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ace-of-penguins-1.5~rc2/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
ace-of-penguins-1.5~rc2/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
ace-of-penguins-1.5~rc2/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
ace-of-penguins-1.5~rc2/ltmain.sh-6018-    else
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
ace-of-penguins-1.5~rc2/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ace-of-penguins-1.5~rc2/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-6394-	else
ace-of-penguins-1.5~rc2/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
ace-of-penguins-1.5~rc2/ltmain.sh-6396-	fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
ace-of-penguins-1.5~rc2/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
ace-of-penguins-1.5~rc2/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-6431-	fi
ace-of-penguins-1.5~rc2/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-6504-	*)
ace-of-penguins-1.5~rc2/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
ace-of-penguins-1.5~rc2/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-6757-	    shift
ace-of-penguins-1.5~rc2/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
ace-of-penguins-1.5~rc2/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7049-		*)
ace-of-penguins-1.5~rc2/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
ace-of-penguins-1.5~rc2/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7060-		  depdepl=
ace-of-penguins-1.5~rc2/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
ace-of-penguins-1.5~rc2/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
ace-of-penguins-1.5~rc2/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
ace-of-penguins-1.5~rc2/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
ace-of-penguins-1.5~rc2/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
ace-of-penguins-1.5~rc2/ltmain.sh-7071-                      fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7082-		else
ace-of-penguins-1.5~rc2/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
ace-of-penguins-1.5~rc2/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7105-	else
ace-of-penguins-1.5~rc2/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-7107-	fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7254-	test "$module" = no && \
ace-of-penguins-1.5~rc2/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
ace-of-penguins-1.5~rc2/ltmain.sh-7256-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7392-	if test "$age" -gt "$current"; then
ace-of-penguins-1.5~rc2/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
ace-of-penguins-1.5~rc2/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7553-	removelist=
ace-of-penguins-1.5~rc2/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
ace-of-penguins-1.5~rc2/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7579-	# Transform .lo files to .o files.
ace-of-penguins-1.5~rc2/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
ace-of-penguins-1.5~rc2/ltmain.sh-7581-      fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7584-      #for path in $notinst_path; do
ace-of-penguins-1.5~rc2/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
ace-of-penguins-1.5~rc2/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
ace-of-penguins-1.5~rc2/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
ace-of-penguins-1.5~rc2/ltmain.sh-7588-      #done
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7705-		if test -n "$i" ; then
ace-of-penguins-1.5~rc2/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
ace-of-penguins-1.5~rc2/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ace-of-penguins-1.5~rc2/ltmain.sh-7708-		  set dummy $deplib_matches; shift
ace-of-penguins-1.5~rc2/ltmain.sh-7709-		  deplib_match=$1
ace-of-penguins-1.5~rc2/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
ace-of-penguins-1.5~rc2/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7748-		  if test -n "$i" ; then
ace-of-penguins-1.5~rc2/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
ace-of-penguins-1.5~rc2/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ace-of-penguins-1.5~rc2/ltmain.sh-7751-		    set dummy $deplib_matches; shift
ace-of-penguins-1.5~rc2/ltmain.sh-7752-		    deplib_match=$1
ace-of-penguins-1.5~rc2/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
ace-of-penguins-1.5~rc2/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
ace-of-penguins-1.5~rc2/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ace-of-penguins-1.5~rc2/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
ace-of-penguins-1.5~rc2/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
ace-of-penguins-1.5~rc2/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
ace-of-penguins-1.5~rc2/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
ace-of-penguins-1.5~rc2/ltmain.sh-7802-		else
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7808-		    shopt -s nocaseglob
ace-of-penguins-1.5~rc2/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-7810-		    $nocaseglob
ace-of-penguins-1.5~rc2/ltmain.sh-7811-		  else
ace-of-penguins-1.5~rc2/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-7813-		  fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
ace-of-penguins-1.5~rc2/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
ace-of-penguins-1.5~rc2/ltmain.sh-7828-			case $potliblink in
ace-of-penguins-1.5~rc2/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
ace-of-penguins-1.5~rc2/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
ace-of-penguins-1.5~rc2/ltmain.sh-7831-			esac
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
ace-of-penguins-1.5~rc2/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ace-of-penguins-1.5~rc2/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
ace-of-penguins-1.5~rc2/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
ace-of-penguins-1.5~rc2/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
ace-of-penguins-1.5~rc2/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
ace-of-penguins-1.5~rc2/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7921-	  newdeplibs=""
ace-of-penguins-1.5~rc2/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
ace-of-penguins-1.5~rc2/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
ace-of-penguins-1.5~rc2/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
ace-of-penguins-1.5~rc2/ltmain.sh-7927-	    done
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
ace-of-penguins-1.5~rc2/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
ace-of-penguins-1.5~rc2/ltmain.sh-7953-	  ;;
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8003-	*-*-darwin*)
ace-of-penguins-1.5~rc2/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ace-of-penguins-1.5~rc2/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ace-of-penguins-1.5~rc2/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8007-	  ;;
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8130-	# Use standard objects if they are pic
ace-of-penguins-1.5~rc2/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
ace-of-penguins-1.5~rc2/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8145-	    # exporting using user supplied symfile
ace-of-penguins-1.5~rc2/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
ace-of-penguins-1.5~rc2/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
ace-of-penguins-1.5~rc2/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8644-	else
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8656-      # Create the old-style object.
ace-of-penguins-1.5~rc2/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
ace-of-penguins-1.5~rc2/ltmain.sh-8658-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
ace-of-penguins-1.5~rc2/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
ace-of-penguins-1.5~rc2/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
ace-of-penguins-1.5~rc2/ltmain.sh-8719-	;;
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
ace-of-penguins-1.5~rc2/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ace-of-penguins-1.5~rc2/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8737-	;;
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ace-of-penguins-1.5~rc2/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
ace-of-penguins-1.5~rc2/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8872-	# Transform all the library objects into standard objects.
ace-of-penguins-1.5~rc2/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
ace-of-penguins-1.5~rc2/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
ace-of-penguins-1.5~rc2/ltmain.sh-8875-      fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8902-	# Replace the output file specification.
ace-of-penguins-1.5~rc2/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8911-	  func_to_tool_file "$output"
ace-of-penguins-1.5~rc2/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8955-	# Replace the output file specification.
ace-of-penguins-1.5~rc2/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8957-	# Delete the old output file.
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8963-	  func_to_tool_file "$output"
ace-of-penguins-1.5~rc2/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8981-	  if test "$fast_install" = yes; then
ace-of-penguins-1.5~rc2/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8983-	  else
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-8993-      # Replace the output file specification.
ace-of-penguins-1.5~rc2/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
ace-of-penguins-1.5~rc2/ltmain.sh-8995-
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
ace-of-penguins-1.5~rc2/ltmain.sh:9003:	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'`
ace-of-penguins-1.5~rc2/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
ace-of-penguins-1.5~rc2/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
ace-of-penguins-1.5~rc2/ltmain.sh-9025-      fi
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
ace-of-penguins-1.5~rc2/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
ace-of-penguins-1.5~rc2/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
ace-of-penguins-1.5~rc2/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
ace-of-penguins-1.5~rc2/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-9314-		name="$func_basename_result"
ace-of-penguins-1.5~rc2/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ace-of-penguins-1.5~rc2/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-9333-		name="$func_basename_result"
ace-of-penguins-1.5~rc2/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ace-of-penguins-1.5~rc2/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
ace-of-penguins-1.5~rc2/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
ace-of-penguins-1.5~rc2/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
ace-of-penguins-1.5~rc2/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
ace-of-penguins-1.5~rc2/configure.in-16-
ace-of-penguins-1.5~rc2/configure.in:17:  for dir in x `$CC --print-search-dirs | grep libraries: | sed -e 's/libraries: //' -e 's/:/ /g'`
ace-of-penguins-1.5~rc2/configure.in-18-  do
ace-of-penguins-1.5~rc2/configure.in:19:    dir=`echo $dir | sed 's@/$@@'`
ace-of-penguins-1.5~rc2/configure.in-20-    echo testing $dir/X11
##############################################
ace-of-penguins-1.5~rc2/configure.in-28-  case $x_libraries in
ace-of-penguins-1.5~rc2/configure.in:29:    *lib/X11 ) dir=`echo $x_libraries | sed 's@lib/X11$@include@'` ;;
ace-of-penguins-1.5~rc2/configure.in:30:    *gcc-lib* ) dir=`echo $x_libraries | sed -e 's@gcc-lib@@' -e 's@X11$@include@'` ;;
ace-of-penguins-1.5~rc2/configure.in:31:    *) dir=`echo $x_libraries | sed 's@X11$@include@'` ;;
ace-of-penguins-1.5~rc2/configure.in-32-  esac
##############################################
ace-of-penguins-1.5~rc2/install-sh-229-      fi
ace-of-penguins-1.5~rc2/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ace-of-penguins-1.5~rc2/install-sh-231-    *)
##############################################
ace-of-penguins-1.5~rc2/install-sh-276-      dstdir=$dst
ace-of-penguins-1.5~rc2/install-sh:277:      dst=$dstdir/`basename "$src"`
ace-of-penguins-1.5~rc2/install-sh-278-      dstdir_status=0
##############################################
ace-of-penguins-1.5~rc2/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ace-of-penguins-1.5~rc2/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ace-of-penguins-1.5~rc2/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
ace-of-penguins-1.5~rc2/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ace-of-penguins-1.5~rc2/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ace-of-penguins-1.5~rc2/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ace-of-penguins-1.5~rc2/install-sh-425-	    case $prefix in
ace-of-penguins-1.5~rc2/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ace-of-penguins-1.5~rc2/install-sh-427-	      *) qprefix=$prefix;;
##############################################
ace-of-penguins-1.5~rc2/install-sh-474-    if $copy_on_change &&
ace-of-penguins-1.5~rc2/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
ace-of-penguins-1.5~rc2/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
ace-of-penguins-1.5~rc2/install-sh-477-
##############################################
ace-of-penguins-1.5~rc2/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
ace-of-penguins-1.5~rc2/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ace-of-penguins-1.5~rc2/configure-45-  as_echo='print -r --'
ace-of-penguins-1.5~rc2/configure-46-  as_echo_n='print -rn --'
ace-of-penguins-1.5~rc2/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ace-of-penguins-1.5~rc2/configure-48-  as_echo='printf %s\n'
##############################################
ace-of-penguins-1.5~rc2/configure-50-else
ace-of-penguins-1.5~rc2/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ace-of-penguins-1.5~rc2/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ace-of-penguins-1.5~rc2/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
ace-of-penguins-1.5~rc2/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ace-of-penguins-1.5~rc2/configure-62-      esac;
##############################################
ace-of-penguins-1.5~rc2/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ace-of-penguins-1.5~rc2/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ace-of-penguins-1.5~rc2/configure-199-
##############################################
ace-of-penguins-1.5~rc2/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
ace-of-penguins-1.5~rc2/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
ace-of-penguins-1.5~rc2/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
ace-of-penguins-1.5~rc2/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ace-of-penguins-1.5~rc2/configure-332-      case $as_dir in #(
ace-of-penguins-1.5~rc2/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ace-of-penguins-1.5~rc2/configure-334-      *) as_qdir=$as_dir;;
##############################################
ace-of-penguins-1.5~rc2/configure-405-  {
ace-of-penguins-1.5~rc2/configure:406:    as_val=`expr "$@" || test $? -eq 1`
ace-of-penguins-1.5~rc2/configure-407-  }
##############################################
ace-of-penguins-1.5~rc2/configure-412-# ----------------------------------------
ace-of-penguins-1.5~rc2/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ace-of-penguins-1.5~rc2/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ace-of-penguins-1.5~rc2/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ace-of-penguins-1.5~rc2/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ace-of-penguins-1.5~rc2/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ace-of-penguins-1.5~rc2/configure-848-  case $ac_option in
ace-of-penguins-1.5~rc2/configure:849:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ace-of-penguins-1.5~rc2/configure-850-  *=)   ac_optarg= ;;
##############################################
ace-of-penguins-1.5~rc2/configure-892-  -disable-* | --disable-*)
ace-of-penguins-1.5~rc2/configure:893:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ace-of-penguins-1.5~rc2/configure-894-    # Reject names that are not valid shell variable names.
##############################################
ace-of-penguins-1.5~rc2/configure-897-    ac_useropt_orig=$ac_useropt
ace-of-penguins-1.5~rc2/configure:898:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ace-of-penguins-1.5~rc2/configure-899-    case $ac_user_opts in
##############################################
ace-of-penguins-1.5~rc2/configure-918-  -enable-* | --enable-*)
ace-of-penguins-1.5~rc2/configure:919:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ace-of-penguins-1.5~rc2/configure-920-    # Reject names that are not valid shell variable names.
##############################################
ace-of-penguins-1.5~rc2/configure-923-    ac_useropt_orig=$ac_useropt
ace-of-penguins-1.5~rc2/configure:924:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ace-of-penguins-1.5~rc2/configure-925-    case $ac_user_opts in
##############################################
ace-of-penguins-1.5~rc2/configure-1122-  -with-* | --with-*)
ace-of-penguins-1.5~rc2/configure:1123:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ace-of-penguins-1.5~rc2/configure-1124-    # Reject names that are not valid shell variable names.
##############################################
ace-of-penguins-1.5~rc2/configure-1127-    ac_useropt_orig=$ac_useropt
ace-of-penguins-1.5~rc2/configure:1128:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ace-of-penguins-1.5~rc2/configure-1129-    case $ac_user_opts in
##############################################
ace-of-penguins-1.5~rc2/configure-1138-  -without-* | --without-*)
ace-of-penguins-1.5~rc2/configure:1139:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ace-of-penguins-1.5~rc2/configure-1140-    # Reject names that are not valid shell variable names.
##############################################
ace-of-penguins-1.5~rc2/configure-1143-    ac_useropt_orig=$ac_useropt
ace-of-penguins-1.5~rc2/configure:1144:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ace-of-penguins-1.5~rc2/configure-1145-    case $ac_user_opts in
##############################################
ace-of-penguins-1.5~rc2/configure-1176-  *=*)
ace-of-penguins-1.5~rc2/configure:1177:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ace-of-penguins-1.5~rc2/configure-1178-    # Reject names that are not valid shell variable names.
##############################################
ace-of-penguins-1.5~rc2/configure-1197-if test -n "$ac_prev"; then
ace-of-penguins-1.5~rc2/configure:1198:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ace-of-penguins-1.5~rc2/configure-1199-  as_fn_error $? "missing argument to $ac_option"
##############################################
ace-of-penguins-1.5~rc2/configure-1219-    */ )
ace-of-penguins-1.5~rc2/configure:1220:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ace-of-penguins-1.5~rc2/configure-1221-      eval $ac_var=\$ac_val;;
##############################################
ace-of-penguins-1.5~rc2/configure-1254-ac_ls_di=`ls -di .` &&
ace-of-penguins-1.5~rc2/configure:1255:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ace-of-penguins-1.5~rc2/configure-1256-  as_fn_error $? "working directory cannot be determined"
##############################################
ace-of-penguins-1.5~rc2/configure-1310-case $srcdir in
ace-of-penguins-1.5~rc2/configure:1311:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ace-of-penguins-1.5~rc2/configure-1312-esac
##############################################
ace-of-penguins-1.5~rc2/configure-1353-By default, \`make install' will install all the files in
ace-of-penguins-1.5~rc2/configure:1354:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ace-of-penguins-1.5~rc2/configure:1355:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ace-of-penguins-1.5~rc2/configure-1356-for instance \`--prefix=\$HOME'.
##############################################
ace-of-penguins-1.5~rc2/configure-1463-*)
ace-of-penguins-1.5~rc2/configure:1464:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ace-of-penguins-1.5~rc2/configure-1465-  # A ".." for each directory in $ac_dir_suffix.
ace-of-penguins-1.5~rc2/configure:1466:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ace-of-penguins-1.5~rc2/configure-1467-  case $ac_top_builddir_sub in
##############################################
ace-of-penguins-1.5~rc2/configure-1947-    *\'*)
ace-of-penguins-1.5~rc2/configure:1948:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ace-of-penguins-1.5~rc2/configure-1949-    esac
##############################################
ace-of-penguins-1.5~rc2/configure-2030-      case $ac_val in
ace-of-penguins-1.5~rc2/configure:2031:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ace-of-penguins-1.5~rc2/configure-2032-      esac
##############################################
ace-of-penguins-1.5~rc2/configure-2045-	case $ac_val in
ace-of-penguins-1.5~rc2/configure:2046:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ace-of-penguins-1.5~rc2/configure-2047-	esac
##############################################
ace-of-penguins-1.5~rc2/configure-2166-    set,)
ace-of-penguins-1.5~rc2/configure:2167:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ace-of-penguins-1.5~rc2/configure:2168:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ace-of-penguins-1.5~rc2/configure-2169-      ac_cache_corrupted=: ;;
##############################################
ace-of-penguins-1.5~rc2/configure-2177-	# differences in whitespace do not lead to failure.
ace-of-penguins-1.5~rc2/configure:2178:	ac_old_val_w=`echo x $ac_old_val`
ace-of-penguins-1.5~rc2/configure:2179:	ac_new_val_w=`echo x $ac_new_val`
ace-of-penguins-1.5~rc2/configure-2180-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ace-of-penguins-1.5~rc2/configure-2197-    case $ac_new_val in
ace-of-penguins-1.5~rc2/configure:2198:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ace-of-penguins-1.5~rc2/configure-2199-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ace-of-penguins-1.5~rc2/configure-2373-     echo "timestamp, slept: $am_has_slept" > conftest.file
ace-of-penguins-1.5~rc2/configure:2374:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ace-of-penguins-1.5~rc2/configure-2375-     if test "$*" = "X"; then
ace-of-penguins-1.5~rc2/configure-2376-	# -L didn't work.
ace-of-penguins-1.5~rc2/configure:2377:	set X `ls -t "$srcdir/configure" conftest.file`
ace-of-penguins-1.5~rc2/configure-2378-     fi
##############################################
ace-of-penguins-1.5~rc2/configure-2424-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ace-of-penguins-1.5~rc2/configure:2425:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ace-of-penguins-1.5~rc2/configure-2426-
ace-of-penguins-1.5~rc2/configure-2427-# Expand $ac_aux_dir to an absolute path.
ace-of-penguins-1.5~rc2/configure:2428:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ace-of-penguins-1.5~rc2/configure-2429-
##############################################
ace-of-penguins-1.5~rc2/configure-2569-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
ace-of-penguins-1.5~rc2/configure:2570:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ace-of-penguins-1.5~rc2/configure-2571-	     'mkdir (GNU coreutils) '* | \
##############################################
ace-of-penguins-1.5~rc2/configure-2642-set x ${MAKE-make}
ace-of-penguins-1.5~rc2/configure:2643:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ace-of-penguins-1.5~rc2/configure-2644-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ace-of-penguins-1.5~rc2/configure-2652-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ace-of-penguins-1.5~rc2/configure:2653:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ace-of-penguins-1.5~rc2/configure-2654-  *@@@%%%=?*=@@@%%%*)
##############################################
ace-of-penguins-1.5~rc2/configure-2718-
ace-of-penguins-1.5~rc2/configure:2719:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ace-of-penguins-1.5~rc2/configure-2720-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ace-of-penguins-1.5~rc2/configure-2848-
ace-of-penguins-1.5~rc2/configure:2849:  for dir in x `$CC --print-search-dirs | grep libraries: | sed -e 's/libraries: //' -e 's/:/ /g'`
ace-of-penguins-1.5~rc2/configure-2850-  do
ace-of-penguins-1.5~rc2/configure:2851:    dir=`echo $dir | sed 's@/$@@'`
ace-of-penguins-1.5~rc2/configure-2852-    echo testing $dir/X11
##############################################
ace-of-penguins-1.5~rc2/configure-2860-  case $x_libraries in
ace-of-penguins-1.5~rc2/configure:2861:    *lib/X11 ) dir=`echo $x_libraries | sed 's@lib/X11$@include@'` ;;
ace-of-penguins-1.5~rc2/configure:2862:    *gcc-lib* ) dir=`echo $x_libraries | sed -e 's@gcc-lib@@' -e 's@X11$@include@'` ;;
ace-of-penguins-1.5~rc2/configure:2863:    *) dir=`echo $x_libraries | sed 's@X11$@include@'` ;;
ace-of-penguins-1.5~rc2/configure-2864-  esac
##############################################
ace-of-penguins-1.5~rc2/configure-2913-test "x$ac_build_alias" = x &&
ace-of-penguins-1.5~rc2/configure:2914:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ace-of-penguins-1.5~rc2/configure-2915-test "x$ac_build_alias" = x &&
ace-of-penguins-1.5~rc2/configure-2916-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ace-of-penguins-1.5~rc2/configure:2917:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ace-of-penguins-1.5~rc2/configure-2918-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ace-of-penguins-1.5~rc2/configure-2937-IFS=$ac_save_IFS
ace-of-penguins-1.5~rc2/configure:2938:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ace-of-penguins-1.5~rc2/configure-2939-
##############################################
ace-of-penguins-1.5~rc2/configure-2948-else
ace-of-penguins-1.5~rc2/configure:2949:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ace-of-penguins-1.5~rc2/configure-2950-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ace-of-penguins-1.5~rc2/configure-2970-IFS=$ac_save_IFS
ace-of-penguins-1.5~rc2/configure:2971:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ace-of-penguins-1.5~rc2/configure-2972-
##############################################
ace-of-penguins-1.5~rc2/configure-2998-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ace-of-penguins-1.5~rc2/configure:2999:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ace-of-penguins-1.5~rc2/configure-3000-  ECHO='print -r --'
ace-of-penguins-1.5~rc2/configure:3001:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ace-of-penguins-1.5~rc2/configure-3002-  ECHO='printf %s\n'
##############################################
ace-of-penguins-1.5~rc2/configure-3062-# Ignore all kinds of additional output from 'make'.
ace-of-penguins-1.5~rc2/configure:3063:case `$am_make -s -f confmf 2> /dev/null` in #(
ace-of-penguins-1.5~rc2/configure-3064-*the\ am__doit\ target*)
##############################################
ace-of-penguins-1.5~rc2/configure-3072-   echo '.include "confinc"' > confmf
ace-of-penguins-1.5~rc2/configure:3073:   case `$am_make -s -f confmf 2> /dev/null` in #(
ace-of-penguins-1.5~rc2/configure-3074-   *the\ am__doit\ target*)
##############################################
ace-of-penguins-1.5~rc2/configure-3451-$as_echo_n "checking whether the C compiler works... " >&6; }
ace-of-penguins-1.5~rc2/configure:3452:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ace-of-penguins-1.5~rc2/configure-3453-
##############################################
ace-of-penguins-1.5~rc2/configure-3495-	then :; else
ace-of-penguins-1.5~rc2/configure:3496:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ace-of-penguins-1.5~rc2/configure-3497-	fi
##############################################
ace-of-penguins-1.5~rc2/configure-3555-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ace-of-penguins-1.5~rc2/configure:3556:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ace-of-penguins-1.5~rc2/configure-3557-	  break;;
##############################################
ace-of-penguins-1.5~rc2/configure-3664-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ace-of-penguins-1.5~rc2/configure:3665:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ace-of-penguins-1.5~rc2/configure-3666-       break;;
##############################################
ace-of-penguins-1.5~rc2/configure-3982-  if test "$am_compiler_list" = ""; then
ace-of-penguins-1.5~rc2/configure:3983:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ace-of-penguins-1.5~rc2/configure-3984-  fi
##############################################
ace-of-penguins-1.5~rc2/configure-4106-  # Check for GNU $ac_path_SED
ace-of-penguins-1.5~rc2/configure:4107:case `"$ac_path_SED" --version 2>&1` in
ace-of-penguins-1.5~rc2/configure-4108-*GNU*)
##############################################
ace-of-penguins-1.5~rc2/configure-4182-  # Check for GNU $ac_path_GREP
ace-of-penguins-1.5~rc2/configure:4183:case `"$ac_path_GREP" --version 2>&1` in
ace-of-penguins-1.5~rc2/configure-4184-*GNU*)
##############################################
ace-of-penguins-1.5~rc2/configure-4248-  # Check for GNU $ac_path_EGREP
ace-of-penguins-1.5~rc2/configure:4249:case `"$ac_path_EGREP" --version 2>&1` in
ace-of-penguins-1.5~rc2/configure-4250-*GNU*)
##############################################
ace-of-penguins-1.5~rc2/configure-4315-  # Check for GNU $ac_path_FGREP
ace-of-penguins-1.5~rc2/configure:4316:case `"$ac_path_FGREP" --version 2>&1` in
ace-of-penguins-1.5~rc2/configure-4317-*GNU*)
##############################################
ace-of-penguins-1.5~rc2/configure-4395-    # gcc leaves a trailing carriage return which upsets mingw
ace-of-penguins-1.5~rc2/configure:4396:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ace-of-penguins-1.5~rc2/configure-4397-  *)
ace-of-penguins-1.5~rc2/configure:4398:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ace-of-penguins-1.5~rc2/configure-4399-  esac
##############################################
ace-of-penguins-1.5~rc2/configure-4404-      # Canonicalize the pathname of ld
ace-of-penguins-1.5~rc2/configure:4405:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ace-of-penguins-1.5~rc2/configure-4406-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ace-of-penguins-1.5~rc2/configure:4407:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ace-of-penguins-1.5~rc2/configure-4408-      done
##############################################
ace-of-penguins-1.5~rc2/configure-4439-      # Break only if it was the GNU/non-GNU ld that we prefer.
ace-of-penguins-1.5~rc2/configure:4440:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ace-of-penguins-1.5~rc2/configure-4441-      *GNU* | *'with BFD'*)
##############################################
ace-of-penguins-1.5~rc2/configure-4470-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ace-of-penguins-1.5~rc2/configure:4471:case `$LD -v 2>&1 </dev/null` in
ace-of-penguins-1.5~rc2/configure-4472-*GNU* | *'with BFD'*)
##############################################
ace-of-penguins-1.5~rc2/configure-4515-	# Tru64's nm complains that /dev/null is an invalid object file
ace-of-penguins-1.5~rc2/configure:4516:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
ace-of-penguins-1.5~rc2/configure-4517-	*/dev/null* | *'Invalid file or object type'*)
##############################################
ace-of-penguins-1.5~rc2/configure-4521-	*)
ace-of-penguins-1.5~rc2/configure:4522:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ace-of-penguins-1.5~rc2/configure-4523-	  */dev/null*)
##############################################
ace-of-penguins-1.5~rc2/configure-4649-
ace-of-penguins-1.5~rc2/configure:4650:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
ace-of-penguins-1.5~rc2/configure-4651-    *COFF*)
##############################################
ace-of-penguins-1.5~rc2/configure-4761-    # And add a safety zone
ace-of-penguins-1.5~rc2/configure:4762:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ace-of-penguins-1.5~rc2/configure:4763:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ace-of-penguins-1.5~rc2/configure-4764-    ;;
##############################################
ace-of-penguins-1.5~rc2/configure-4794-    if test -n "$kargmax"; then
ace-of-penguins-1.5~rc2/configure:4795:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
ace-of-penguins-1.5~rc2/configure-4796-    else
##############################################
ace-of-penguins-1.5~rc2/configure-4803-	test undefined != "$lt_cv_sys_max_cmd_len"; then
ace-of-penguins-1.5~rc2/configure:4804:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ace-of-penguins-1.5~rc2/configure:4805:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ace-of-penguins-1.5~rc2/configure-4806-    else
##############################################
ace-of-penguins-1.5~rc2/configure-4815-      # we can't tell.
ace-of-penguins-1.5~rc2/configure:4816:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
ace-of-penguins-1.5~rc2/configure-4817-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ace-of-penguins-1.5~rc2/configure-4819-      do
ace-of-penguins-1.5~rc2/configure:4820:        i=`expr $i + 1`
ace-of-penguins-1.5~rc2/configure-4821-        teststring=$teststring$teststring
##############################################
ace-of-penguins-1.5~rc2/configure-4823-      # Only check the string length outside the loop.
ace-of-penguins-1.5~rc2/configure:4824:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ace-of-penguins-1.5~rc2/configure-4825-      teststring=
##############################################
ace-of-penguins-1.5~rc2/configure-4828-      # linker.  It appears as though 1/2 is a usable value.
ace-of-penguins-1.5~rc2/configure:4829:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ace-of-penguins-1.5~rc2/configure-4830-    fi
##############################################
ace-of-penguins-1.5~rc2/configure-5264-openbsd*)
ace-of-penguins-1.5~rc2/configure:5265:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ace-of-penguins-1.5~rc2/configure-5266-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
ace-of-penguins-1.5~rc2/configure-5331-    else
ace-of-penguins-1.5~rc2/configure:5332:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
ace-of-penguins-1.5~rc2/configure-5333-    fi
##############################################
ace-of-penguins-1.5~rc2/configure-5476-  # decide which to use based on capabilities of $DLLTOOL
ace-of-penguins-1.5~rc2/configure:5477:  case `$DLLTOOL --help 2>&1` in
ace-of-penguins-1.5~rc2/configure-5478-  *--identify-strict*)
##############################################
ace-of-penguins-1.5~rc2/configure-5998-# If we're using GNU nm, then use its standard symbol codes.
ace-of-penguins-1.5~rc2/configure:5999:case `$NM -V 2>&1` in
ace-of-penguins-1.5~rc2/configure-6000-*GNU* | *'with BFD'*)
##############################################
ace-of-penguins-1.5~rc2/configure-6016-mingw*)
ace-of-penguins-1.5~rc2/configure:6017:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ace-of-penguins-1.5~rc2/configure-6018-  ;;
##############################################
ace-of-penguins-1.5~rc2/configure-6235-   if test "$GCC" = yes; then
ace-of-penguins-1.5~rc2/configure:6236:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ace-of-penguins-1.5~rc2/configure-6237-   fi
##############################################
ace-of-penguins-1.5~rc2/configure-6239- /*)
ace-of-penguins-1.5~rc2/configure:6240:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ace-of-penguins-1.5~rc2/configure-6241-   ;; #(
##############################################
ace-of-penguins-1.5~rc2/configure-6275-  test $ac_status = 0; }; then
ace-of-penguins-1.5~rc2/configure:6276:    case `/usr/bin/file conftest.$ac_objext` in
ace-of-penguins-1.5~rc2/configure-6277-      *ELF-32*)
##############################################
ace-of-penguins-1.5~rc2/configure-6295-    if test "$lt_cv_prog_gnu_ld" = yes; then
ace-of-penguins-1.5~rc2/configure:6296:      case `/usr/bin/file conftest.$ac_objext` in
ace-of-penguins-1.5~rc2/configure-6297-	*32-bit*)
##############################################
ace-of-penguins-1.5~rc2/configure-6307-    else
ace-of-penguins-1.5~rc2/configure:6308:      case `/usr/bin/file conftest.$ac_objext` in
ace-of-penguins-1.5~rc2/configure-6309-	*32-bit*)
##############################################
ace-of-penguins-1.5~rc2/configure-7474-do :
ace-of-penguins-1.5~rc2/configure:7475:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ace-of-penguins-1.5~rc2/configure-7476-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ace-of-penguins-1.5~rc2/configure-7479-  cat >>confdefs.h <<_ACEOF
ace-of-penguins-1.5~rc2/configure:7480:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ace-of-penguins-1.5~rc2/configure-7481-_ACEOF
##############################################
ace-of-penguins-1.5~rc2/configure-7765-done
ace-of-penguins-1.5~rc2/configure:7766:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ace-of-penguins-1.5~rc2/configure-7767-
##############################################
ace-of-penguins-1.5~rc2/configure-7794-	"file_magic "*)
ace-of-penguins-1.5~rc2/configure:7795:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ace-of-penguins-1.5~rc2/configure-7796-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ace-of-penguins-1.5~rc2/configure-7860-	"file_magic "*)
ace-of-penguins-1.5~rc2/configure:7861:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ace-of-penguins-1.5~rc2/configure-7862-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ace-of-penguins-1.5~rc2/configure-8223-      *)
ace-of-penguins-1.5~rc2/configure:8224:	case `$CC -V 2>&1 | sed 5q` in
ace-of-penguins-1.5~rc2/configure-8225-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
ace-of-penguins-1.5~rc2/configure-8583-  if test "$hard_links" = no; then
ace-of-penguins-1.5~rc2/configure:8584:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
ace-of-penguins-1.5~rc2/configure:8585:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ace-of-penguins-1.5~rc2/configure-8586-    need_locks=warn
##############################################
ace-of-penguins-1.5~rc2/configure-8672-	# shared libraries, regardless of the interface used.
ace-of-penguins-1.5~rc2/configure:8673:	case `$LD -v 2>&1` in
ace-of-penguins-1.5~rc2/configure-8674-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ace-of-penguins-1.5~rc2/configure-8704-    supports_anon_versioning=no
ace-of-penguins-1.5~rc2/configure:8705:    case `$LD -v 2>&1` in
ace-of-penguins-1.5~rc2/configure-8706-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ace-of-penguins-1.5~rc2/configure-8773-	# is EXPORTS), use it as is; otherwise, prepend...
ace-of-penguins-1.5~rc2/configure:8774:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ace-of-penguins-1.5~rc2/configure-8775-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ace-of-penguins-1.5~rc2/configure-8801-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ace-of-penguins-1.5~rc2/configure:8802:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ace-of-penguins-1.5~rc2/configure:8803:      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'
ace-of-penguins-1.5~rc2/configure-8804-      ;;
##############################################
ace-of-penguins-1.5~rc2/configure-8819-        pgcc*)				# Portland Group C compiler
ace-of-penguins-1.5~rc2/configure:8820:	  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'
ace-of-penguins-1.5~rc2/configure-8821-	  tmp_addflag=' $pic_flag'
##############################################
ace-of-penguins-1.5~rc2/configure-8824-					# Portland Group f77 and f90 compilers
ace-of-penguins-1.5~rc2/configure:8825:	  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'
ace-of-penguins-1.5~rc2/configure-8826-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ace-of-penguins-1.5~rc2/configure-8839-	nvcc*)	# Cuda Compiler Driver 2.2
ace-of-penguins-1.5~rc2/configure:8840:	  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'
ace-of-penguins-1.5~rc2/configure-8841-	  compiler_needs_object=yes
##############################################
ace-of-penguins-1.5~rc2/configure-8843-	esac
ace-of-penguins-1.5~rc2/configure:8844:	case `$CC -V 2>&1 | sed 5q` in
ace-of-penguins-1.5~rc2/configure-8845-	*Sun\ C*)			# Sun C 5.9
ace-of-penguins-1.5~rc2/configure:8846:	  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'
ace-of-penguins-1.5~rc2/configure-8847-	  compiler_needs_object=yes
##############################################
ace-of-penguins-1.5~rc2/configure-8911-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ace-of-penguins-1.5~rc2/configure:8912:      case `$LD -v 2>&1` in
ace-of-penguins-1.5~rc2/configure-8913-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ace-of-penguins-1.5~rc2/configure-9034-	# below for broken collect2 doesn't work under 4.3+
ace-of-penguins-1.5~rc2/configure:9035:	  collect2name=`${CC} -print-prog-name=collect2`
ace-of-penguins-1.5~rc2/configure-9036-	  if test -f "$collect2name" &&
##############################################
ace-of-penguins-1.5~rc2/configure-9108-      }'
ace-of-penguins-1.5~rc2/configure:9109:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ace-of-penguins-1.5~rc2/configure-9110-  # Check for a 64-bit object if we didn't find anything.
ace-of-penguins-1.5~rc2/configure-9111-  if test -z "$lt_cv_aix_libpath_"; then
ace-of-penguins-1.5~rc2/configure:9112:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ace-of-penguins-1.5~rc2/configure-9113-  fi
##############################################
ace-of-penguins-1.5~rc2/configure-9126-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
ace-of-penguins-1.5~rc2/configure:9127:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ace-of-penguins-1.5~rc2/configure-9128-      else
##############################################
ace-of-penguins-1.5~rc2/configure-9161-      }'
ace-of-penguins-1.5~rc2/configure:9162:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ace-of-penguins-1.5~rc2/configure-9163-  # Check for a 64-bit object if we didn't find anything.
ace-of-penguins-1.5~rc2/configure-9164-  if test -z "$lt_cv_aix_libpath_"; then
ace-of-penguins-1.5~rc2/configure:9165:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ace-of-penguins-1.5~rc2/configure-9166-  fi
##############################################
ace-of-penguins-1.5~rc2/configure-9234-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
ace-of-penguins-1.5~rc2/configure:9235:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ace-of-penguins-1.5~rc2/configure-9236-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
ace-of-penguins-1.5~rc2/configure-9271-	# FIXME: Setting linknames here is a bad hack.
ace-of-penguins-1.5~rc2/configure:9272:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ace-of-penguins-1.5~rc2/configure-9273-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ace-of-penguins-1.5~rc2/configure-9289-  if test "$lt_cv_ld_force_load" = "yes"; then
ace-of-penguins-1.5~rc2/configure:9290:    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\"`'
ace-of-penguins-1.5~rc2/configure-9291-
##############################################
ace-of-penguins-1.5~rc2/configure-9469-      if test "$GCC" = yes; then
ace-of-penguins-1.5~rc2/configure:9470:	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'
ace-of-penguins-1.5~rc2/configure-9471-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ace-of-penguins-1.5~rc2/configure-9497-	if test "$lt_cv_irix_exported_symbol" = yes; then
ace-of-penguins-1.5~rc2/configure:9498:          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'
ace-of-penguins-1.5~rc2/configure-9499-	fi
ace-of-penguins-1.5~rc2/configure-9500-      else
ace-of-penguins-1.5~rc2/configure:9501:	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'
ace-of-penguins-1.5~rc2/configure:9502:	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'
ace-of-penguins-1.5~rc2/configure-9503-      fi
##############################################
ace-of-penguins-1.5~rc2/configure-9537-	hardcode_direct_absolute=yes
ace-of-penguins-1.5~rc2/configure:9538:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ace-of-penguins-1.5~rc2/configure-9539-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ace-of-penguins-1.5~rc2/configure-9570-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ace-of-penguins-1.5~rc2/configure:9571:	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'
ace-of-penguins-1.5~rc2/configure-9572-      else
ace-of-penguins-1.5~rc2/configure-9573-	allow_undefined_flag=' -expect_unresolved \*'
ace-of-penguins-1.5~rc2/configure:9574:	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'
ace-of-penguins-1.5~rc2/configure-9575-      fi
##############################################
ace-of-penguins-1.5~rc2/configure-9583-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ace-of-penguins-1.5~rc2/configure:9584:	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'
ace-of-penguins-1.5~rc2/configure-9585-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
ace-of-penguins-1.5~rc2/configure-9587-	allow_undefined_flag=' -expect_unresolved \*'
ace-of-penguins-1.5~rc2/configure:9588:	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'
ace-of-penguins-1.5~rc2/configure:9589:	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~
ace-of-penguins-1.5~rc2/configure:9590:	$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'
ace-of-penguins-1.5~rc2/configure-9591-
##############################################
ace-of-penguins-1.5~rc2/configure-9606-      else
ace-of-penguins-1.5~rc2/configure:9607:	case `$CC -V 2>&1` in
ace-of-penguins-1.5~rc2/configure-9608-	*"Compilers 5.0"*)
##############################################
ace-of-penguins-1.5~rc2/configure-10005-  esac
ace-of-penguins-1.5~rc2/configure:10006:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ace-of-penguins-1.5~rc2/configure-10007-  case $lt_search_path_spec in
##############################################
ace-of-penguins-1.5~rc2/configure-10012-    # okay in the real world where ";" in dirpaths is itself problematic.
ace-of-penguins-1.5~rc2/configure:10013:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ace-of-penguins-1.5~rc2/configure-10014-    ;;
ace-of-penguins-1.5~rc2/configure-10015-  *)
ace-of-penguins-1.5~rc2/configure:10016:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ace-of-penguins-1.5~rc2/configure-10017-    ;;
##############################################
ace-of-penguins-1.5~rc2/configure-10021-  lt_tmp_lt_search_path_spec=
ace-of-penguins-1.5~rc2/configure:10022:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ace-of-penguins-1.5~rc2/configure-10023-  for lt_sys_path in $lt_search_path_spec; do
##############################################
ace-of-penguins-1.5~rc2/configure-10056-  esac
ace-of-penguins-1.5~rc2/configure:10057:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ace-of-penguins-1.5~rc2/configure-10058-else
##############################################
ace-of-penguins-1.5~rc2/configure-10144-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ace-of-penguins-1.5~rc2/configure:10145:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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'
ace-of-penguins-1.5~rc2/configure-10146-    ;;
##############################################
ace-of-penguins-1.5~rc2/configure-10180-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ace-of-penguins-1.5~rc2/configure:10181:    postinstall_cmds='base_file=`basename \${file}`~
ace-of-penguins-1.5~rc2/configure:10182:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ace-of-penguins-1.5~rc2/configure:10183:      dldir=$destdir/`dirname \$dlpath`~
ace-of-penguins-1.5~rc2/configure-10184-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ace-of-penguins-1.5~rc2/configure-10189-      fi'
ace-of-penguins-1.5~rc2/configure:10190:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ace-of-penguins-1.5~rc2/configure-10191-      dlpath=$dir/\$dldll~
##############################################
ace-of-penguins-1.5~rc2/configure-10197-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ace-of-penguins-1.5~rc2/configure:10198:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ace-of-penguins-1.5~rc2/configure-10199-
##############################################
ace-of-penguins-1.5~rc2/configure-10203-      # MinGW DLLs use traditional 'lib' prefix
ace-of-penguins-1.5~rc2/configure:10204:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ace-of-penguins-1.5~rc2/configure-10205-      ;;
##############################################
ace-of-penguins-1.5~rc2/configure-10207-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ace-of-penguins-1.5~rc2/configure:10208:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ace-of-penguins-1.5~rc2/configure-10209-      ;;
##############################################
ace-of-penguins-1.5~rc2/configure-10216-    libname_spec='$name'
ace-of-penguins-1.5~rc2/configure:10217:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ace-of-penguins-1.5~rc2/configure-10218-    library_names_spec='${libname}.dll.lib'
##############################################
ace-of-penguins-1.5~rc2/configure-10228-        # Let DOS variable expansion print the short 8.3 style file name.
ace-of-penguins-1.5~rc2/configure:10229:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ace-of-penguins-1.5~rc2/configure-10230-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ace-of-penguins-1.5~rc2/configure-10233-      # Convert to MSYS style.
ace-of-penguins-1.5~rc2/configure:10234:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
ace-of-penguins-1.5~rc2/configure-10235-      ;;
##############################################
ace-of-penguins-1.5~rc2/configure-10239-      # like /cygdrive/c/PROGRA~1:/cygdr...
ace-of-penguins-1.5~rc2/configure:10240:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ace-of-penguins-1.5~rc2/configure:10241:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ace-of-penguins-1.5~rc2/configure:10242:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ace-of-penguins-1.5~rc2/configure-10243-      ;;
##############################################
ace-of-penguins-1.5~rc2/configure-10247-        # It is most probably a Windows format PATH.
ace-of-penguins-1.5~rc2/configure:10248:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ace-of-penguins-1.5~rc2/configure-10249-      else
ace-of-penguins-1.5~rc2/configure:10250:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ace-of-penguins-1.5~rc2/configure-10251-      fi
##############################################
ace-of-penguins-1.5~rc2/configure-10257-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ace-of-penguins-1.5~rc2/configure:10258:    postinstall_cmds='base_file=`basename \${file}`~
ace-of-penguins-1.5~rc2/configure:10259:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ace-of-penguins-1.5~rc2/configure:10260:      dldir=$destdir/`dirname \$dlpath`~
ace-of-penguins-1.5~rc2/configure-10261-      test -d \$dldir || mkdir -p \$dldir~
ace-of-penguins-1.5~rc2/configure-10262-      $install_prog $dir/$dlname \$dldir/$dlname'
ace-of-penguins-1.5~rc2/configure:10263:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ace-of-penguins-1.5~rc2/configure-10264-      dlpath=$dir/\$dldll~
##############################################
ace-of-penguins-1.5~rc2/configure-10271-    # Assume MSVC wrapper
ace-of-penguins-1.5~rc2/configure:10272:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
ace-of-penguins-1.5~rc2/configure-10273-    dynamic_linker='Win32 ld.exe'
##############################################
ace-of-penguins-1.5~rc2/configure-10288-  shlibpath_var=DYLD_LIBRARY_PATH
ace-of-penguins-1.5~rc2/configure:10289:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ace-of-penguins-1.5~rc2/configure-10290-
##############################################
ace-of-penguins-1.5~rc2/configure-10514-  if test -f /etc/ld.so.conf; then
ace-of-penguins-1.5~rc2/configure:10515:    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' ' '`
ace-of-penguins-1.5~rc2/configure-10516-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ace-of-penguins-1.5~rc2/configure-10588-  shlibpath_var=LD_LIBRARY_PATH
ace-of-penguins-1.5~rc2/configure:10589:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ace-of-penguins-1.5~rc2/configure-10590-    case $host_os in
##############################################
ace-of-penguins-1.5~rc2/configure-12179-  if test "$am_compiler_list" = ""; then
ace-of-penguins-1.5~rc2/configure:12180:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ace-of-penguins-1.5~rc2/configure-12181-  fi
##############################################
ace-of-penguins-1.5~rc2/configure-12293-set x ${MAKE-make}
ace-of-penguins-1.5~rc2/configure:12294:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ace-of-penguins-1.5~rc2/configure-12295-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ace-of-penguins-1.5~rc2/configure-12303-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ace-of-penguins-1.5~rc2/configure:12304:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ace-of-penguins-1.5~rc2/configure-12305-  *@@@%%%=?*=@@@%%%*)
##############################################
ace-of-penguins-1.5~rc2/configure-12517-    for ac_var in incroot usrlibdir libdir; do
ace-of-penguins-1.5~rc2/configure:12518:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ace-of-penguins-1.5~rc2/configure-12519-    done
##############################################
ace-of-penguins-1.5~rc2/configure-12627-  LIBS=$ac_save_LIBS
ace-of-penguins-1.5~rc2/configure:12628:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ace-of-penguins-1.5~rc2/configure-12629-do
##############################################
ace-of-penguins-1.5~rc2/configure-13373-do :
ace-of-penguins-1.5~rc2/configure:13374:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ace-of-penguins-1.5~rc2/configure-13375-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ace-of-penguins-1.5~rc2/configure-13378-  cat >>confdefs.h <<_ACEOF
ace-of-penguins-1.5~rc2/configure:13379:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ace-of-penguins-1.5~rc2/configure-13380-_ACEOF
##############################################
ace-of-penguins-1.5~rc2/configure-13439-do :
ace-of-penguins-1.5~rc2/configure:13440:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ace-of-penguins-1.5~rc2/configure-13441-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ace-of-penguins-1.5~rc2/configure-13443-  cat >>confdefs.h <<_ACEOF
ace-of-penguins-1.5~rc2/configure:13444:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ace-of-penguins-1.5~rc2/configure-13445-_ACEOF
##############################################
ace-of-penguins-1.5~rc2/configure-13647-'
ace-of-penguins-1.5~rc2/configure:13648:DEFS=`sed -n "$ac_script" confdefs.h`
ace-of-penguins-1.5~rc2/configure-13649-
##############################################
ace-of-penguins-1.5~rc2/configure-13656-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ace-of-penguins-1.5~rc2/configure:13657:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ace-of-penguins-1.5~rc2/configure-13658-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ace-of-penguins-1.5~rc2/configure-13751-if test -z "$BASH_VERSION$ZSH_VERSION" \
ace-of-penguins-1.5~rc2/configure:13752:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ace-of-penguins-1.5~rc2/configure-13753-  as_echo='print -r --'
ace-of-penguins-1.5~rc2/configure-13754-  as_echo_n='print -rn --'
ace-of-penguins-1.5~rc2/configure:13755:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ace-of-penguins-1.5~rc2/configure-13756-  as_echo='printf %s\n'
##############################################
ace-of-penguins-1.5~rc2/configure-13758-else
ace-of-penguins-1.5~rc2/configure:13759:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ace-of-penguins-1.5~rc2/configure-13760-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ace-of-penguins-1.5~rc2/configure-13768-	expr "X$arg" : "X\\(.*\\)$as_nl";
ace-of-penguins-1.5~rc2/configure:13769:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ace-of-penguins-1.5~rc2/configure-13770-      esac;
##############################################
ace-of-penguins-1.5~rc2/configure-13845-# ----------------------------------------
ace-of-penguins-1.5~rc2/configure:13846:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ace-of-penguins-1.5~rc2/configure-13847-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ace-of-penguins-1.5~rc2/configure-13917-  {
ace-of-penguins-1.5~rc2/configure:13918:    as_val=`expr "$@" || test $? -eq 1`
ace-of-penguins-1.5~rc2/configure-13919-  }
##############################################
ace-of-penguins-1.5~rc2/configure-14021-      case $as_dir in #(
ace-of-penguins-1.5~rc2/configure:14022:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ace-of-penguins-1.5~rc2/configure-14023-      *) as_qdir=$as_dir;;
##############################################
ace-of-penguins-1.5~rc2/configure-14147-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ace-of-penguins-1.5~rc2/configure:14148:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ace-of-penguins-1.5~rc2/configure-14149-ac_cs_version="\\
##############################################
ace-of-penguins-1.5~rc2/configure-14172-  --*=?*)
ace-of-penguins-1.5~rc2/configure:14173:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ace-of-penguins-1.5~rc2/configure:14174:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ace-of-penguins-1.5~rc2/configure-14175-    ac_shift=:
##############################################
ace-of-penguins-1.5~rc2/configure-14177-  --*=)
ace-of-penguins-1.5~rc2/configure:14178:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ace-of-penguins-1.5~rc2/configure-14179-    ac_optarg=
##############################################
ace-of-penguins-1.5~rc2/configure-14201-    case $ac_optarg in
ace-of-penguins-1.5~rc2/configure:14202:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ace-of-penguins-1.5~rc2/configure-14203-    '') as_fn_error $? "missing file argument" ;;
##############################################
ace-of-penguins-1.5~rc2/configure-14267-delay_variable_subst='$delay_variable_subst'
ace-of-penguins-1.5~rc2/configure:14268:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14269:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14270:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14271:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14272:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14273:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14274:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14275:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14276:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14277:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14278:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14279:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14280:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14281:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14282:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14283:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14284:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14285:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14286:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14287:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14288:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14289:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14290:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14291:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14292:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14293:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14294:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14295:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14296:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14297:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14298:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14299:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14300:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14301:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14302:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14303:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14304:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14305:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14306:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14307:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14308:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14309:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14310:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14311:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14312:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14313:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14314:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14315:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14316:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14317:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14318:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14319:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14320:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14321:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14322:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14323:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14324: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"`'
ace-of-penguins-1.5~rc2/configure:14325:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14326:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14327:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14328:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14329:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14330:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14331:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14332:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14333:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14334:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14335:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14336:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14337:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14338:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14339:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14340:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14341:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14342:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14343:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14344:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14345:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14346:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14347:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14348:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14349:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14350:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14351:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14352:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14353:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14354:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14355:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14356:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14357:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14358:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14359:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14360:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14361:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14362:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14363:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14364:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14365:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14366:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14367:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14368:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14369:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14370:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14371:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14372:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14373:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14374:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14375:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14376:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14377:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14378:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14379:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14380:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14381:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14382:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14383:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14384:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14385:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14386:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14387:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14388:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14389:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14390:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14391:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14392:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14393:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14394:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14395:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14396:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure:14397:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/configure-14398-
##############################################
ace-of-penguins-1.5~rc2/configure-14476-striplib; do
ace-of-penguins-1.5~rc2/configure:14477:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ace-of-penguins-1.5~rc2/configure-14478-    *[\\\\\\\`\\"\\\$]*)
ace-of-penguins-1.5~rc2/configure:14479:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
ace-of-penguins-1.5~rc2/configure-14480-      ;;
##############################################
ace-of-penguins-1.5~rc2/configure-14506-sys_lib_dlsearch_path_spec; do
ace-of-penguins-1.5~rc2/configure:14507:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ace-of-penguins-1.5~rc2/configure-14508-    *[\\\\\\\`\\"\\\$]*)
ace-of-penguins-1.5~rc2/configure:14509:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
ace-of-penguins-1.5~rc2/configure-14510-      ;;
##############################################
ace-of-penguins-1.5~rc2/configure-14605-fi
ace-of-penguins-1.5~rc2/configure:14606:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ace-of-penguins-1.5~rc2/configure-14607-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ace-of-penguins-1.5~rc2/configure-14622-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ace-of-penguins-1.5~rc2/configure:14623:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ace-of-penguins-1.5~rc2/configure-14624-ac_delim='%!_!# '
##############################################
ace-of-penguins-1.5~rc2/configure-14628-
ace-of-penguins-1.5~rc2/configure:14629:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ace-of-penguins-1.5~rc2/configure-14630-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ace-of-penguins-1.5~rc2/configure-14790-      esac
ace-of-penguins-1.5~rc2/configure:14791:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ace-of-penguins-1.5~rc2/configure-14792-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ace-of-penguins-1.5~rc2/configure-14849-*)
ace-of-penguins-1.5~rc2/configure:14850:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ace-of-penguins-1.5~rc2/configure-14851-  # A ".." for each directory in $ac_dir_suffix.
ace-of-penguins-1.5~rc2/configure:14852:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ace-of-penguins-1.5~rc2/configure-14853-  case $ac_top_builddir_sub in
##############################################
ace-of-penguins-1.5~rc2/configure-14910-/@mandir@/p'
ace-of-penguins-1.5~rc2/configure:14911:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ace-of-penguins-1.5~rc2/configure-14912-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ace-of-penguins-1.5~rc2/configure-14927-
ace-of-penguins-1.5~rc2/configure:14928:# Neutralize VPATH when `$srcdir' = `.'.
ace-of-penguins-1.5~rc2/configure-14929-# Shell code in configure.ac might set extrasub.
##############################################
ace-of-penguins-1.5~rc2/configure-14955-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ace-of-penguins-1.5~rc2/configure:14956:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ace-of-penguins-1.5~rc2/configure-14957-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ace-of-penguins-1.5~rc2/configure-14991-    # Strip MF so we end up with the name of the file.
ace-of-penguins-1.5~rc2/configure:14992:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ace-of-penguins-1.5~rc2/configure-14993-    # Check whether this is an Automake generated Makefile or not.
##############################################
ace-of-penguins-1.5~rc2/configure-15028-    # from the Makefile without running 'make'.
ace-of-penguins-1.5~rc2/configure:15029:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ace-of-penguins-1.5~rc2/configure-15030-    test -z "$DEPDIR" && continue
ace-of-penguins-1.5~rc2/configure:15031:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ace-of-penguins-1.5~rc2/configure-15032-    test -z "$am__include" && continue
ace-of-penguins-1.5~rc2/configure:15033:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ace-of-penguins-1.5~rc2/configure-15034-    # Find all dependency output files, they are included files with
##############################################
ace-of-penguins-1.5~rc2/configure-15087-
ace-of-penguins-1.5~rc2/configure:15088:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ace-of-penguins-1.5~rc2/configure-15089-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
ace-of-penguins-1.5~rc2/ltconfig-36-  :
ace-of-penguins-1.5~rc2/ltconfig:37:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
ace-of-penguins-1.5~rc2/ltconfig-38-  # Yippee, $echo works!
##############################################
ace-of-penguins-1.5~rc2/ltconfig-71-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
ace-of-penguins-1.5~rc2/ltconfig:72:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
ace-of-penguins-1.5~rc2/ltconfig:73:       echo_test_string="`eval $cmd`" &&
ace-of-penguins-1.5~rc2/ltconfig-74-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null; then
##############################################
ace-of-penguins-1.5~rc2/ltconfig-79-
ace-of-penguins-1.5~rc2/ltconfig:80:if test "X`($echo '\t') 2>/dev/null`" != 'X\t' ||
ace-of-penguins-1.5~rc2/ltconfig:81:   test "X`($echo "$echo_test_string") 2>/dev/null`" != X"$echo_test_string"; then
ace-of-penguins-1.5~rc2/ltconfig-82-  # The Solaris, AIX, and Digital Unix default echo programs unquote
##############################################
ace-of-penguins-1.5~rc2/ltconfig-90-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
ace-of-penguins-1.5~rc2/ltconfig:91:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
ace-of-penguins-1.5~rc2/ltconfig:92:       test "X`($dir/echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
ace-of-penguins-1.5~rc2/ltconfig-93-      echo="$dir/echo"
##############################################
ace-of-penguins-1.5~rc2/ltconfig-101-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
ace-of-penguins-1.5~rc2/ltconfig:102:       test "X`(print -r "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
ace-of-penguins-1.5~rc2/ltconfig-103-      # This shell has a builtin print -r that does the trick.
##############################################
ace-of-penguins-1.5~rc2/ltconfig-115-      echo='printf "%s\n"'
ace-of-penguins-1.5~rc2/ltconfig:116:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
ace-of-penguins-1.5~rc2/ltconfig:117:	 test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
ace-of-penguins-1.5~rc2/ltconfig-118-	# Cool, printf works
ace-of-penguins-1.5~rc2/ltconfig-119-	:
ace-of-penguins-1.5~rc2/ltconfig:120:      elif test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
ace-of-penguins-1.5~rc2/ltconfig:121:	   test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
ace-of-penguins-1.5~rc2/ltconfig-122-	CONFIG_SHELL="$ORIGINAL_CONFIG_SHELL"
##############################################
ace-of-penguins-1.5~rc2/ltconfig-126-	echo="$CONFIG_SHELL $0 --fallback-echo"
ace-of-penguins-1.5~rc2/ltconfig:127:      elif test "X`("$CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
ace-of-penguins-1.5~rc2/ltconfig:128:	   test "X`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
ace-of-penguins-1.5~rc2/ltconfig-129-	echo="$CONFIG_SHELL $0 --fallback-echo"
##############################################
ace-of-penguins-1.5~rc2/ltconfig-134-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
ace-of-penguins-1.5~rc2/ltconfig:135:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null; then
ace-of-penguins-1.5~rc2/ltconfig-136-	    break
##############################################
ace-of-penguins-1.5~rc2/ltconfig-141-	if test "$prev" != 'sed 50q "$0"'; then
ace-of-penguins-1.5~rc2/ltconfig:142:	  echo_test_string=`eval $prev`
ace-of-penguins-1.5~rc2/ltconfig-143-	  export echo_test_string
##############################################
ace-of-penguins-1.5~rc2/ltconfig-166-# The name of this program.
ace-of-penguins-1.5~rc2/ltconfig:167:progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
ace-of-penguins-1.5~rc2/ltconfig-168-
##############################################
ace-of-penguins-1.5~rc2/ltconfig-227-  case "$option" in
ace-of-penguins-1.5~rc2/ltconfig:228:  -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
ace-of-penguins-1.5~rc2/ltconfig-229-  *) optarg= ;;
##############################################
ace-of-penguins-1.5~rc2/ltconfig-315-# This generates an unnecessary warning for sparc-sun-solaris4.1.3_U1
ace-of-penguins-1.5~rc2/ltconfig:316:#      if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then
ace-of-penguins-1.5~rc2/ltconfig-317-#        echo "$progname: warning \`$option' is not a valid host type" 1>&2
##############################################
ace-of-penguins-1.5~rc2/ltconfig-393-  # Assume the source directory is the same one as the path to LTMAIN.
ace-of-penguins-1.5~rc2/ltconfig:394:  srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
ace-of-penguins-1.5~rc2/ltconfig-395-  test "$srcdir" = "$ltmain" && srcdir=.
##############################################
ace-of-penguins-1.5~rc2/ltconfig-428-  "")
ace-of-penguins-1.5~rc2/ltconfig:429:    if host_alias=`$SHELL $ac_config_guess`; then :
ace-of-penguins-1.5~rc2/ltconfig-430-    else
##############################################
ace-of-penguins-1.5~rc2/ltconfig-435-  esac
ace-of-penguins-1.5~rc2/ltconfig:436:  host=`$SHELL $ac_config_sub $host_alias`
ace-of-penguins-1.5~rc2/ltconfig-437-  echo "$ac_t$host" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-452-linux-gnu*) ;;
ace-of-penguins-1.5~rc2/ltconfig:453:linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
ace-of-penguins-1.5~rc2/ltconfig-454-esac
ace-of-penguins-1.5~rc2/ltconfig-455-
ace-of-penguins-1.5~rc2/ltconfig:456:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
ace-of-penguins-1.5~rc2/ltconfig:457:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
ace-of-penguins-1.5~rc2/ltconfig:458:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
ace-of-penguins-1.5~rc2/ltconfig-459-
##############################################
ace-of-penguins-1.5~rc2/ltconfig-610-    *.c) ;;
ace-of-penguins-1.5~rc2/ltconfig:611:    *) objext=`echo $ac_file | sed -e s/conftest.//` ;;
ace-of-penguins-1.5~rc2/ltconfig-612-    esac
##############################################
ace-of-penguins-1.5~rc2/ltconfig-622-echo $ac_n "checking for executable suffix... $ac_c" 1>&6
ace-of-penguins-1.5~rc2/ltconfig:623:if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
ace-of-penguins-1.5~rc2/ltconfig-624-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-636-      *.c | *.err | *.$objext ) ;;
ace-of-penguins-1.5~rc2/ltconfig:637:      *) ac_cv_exeext=.`echo $ac_file | sed -e s/conftest.//` ;;
ace-of-penguins-1.5~rc2/ltconfig-638-      esac
##############################################
ace-of-penguins-1.5~rc2/ltconfig-899-  if test "$hard_links" = no; then
ace-of-penguins-1.5~rc2/ltconfig:900:    echo "*** WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2
ace-of-penguins-1.5~rc2/ltconfig-901-    need_locks=warn
##############################################
ace-of-penguins-1.5~rc2/ltconfig-944-if test -n "$special_shlib_compile_flags"; then
ace-of-penguins-1.5~rc2/ltconfig:945:  echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2
ace-of-penguins-1.5~rc2/ltconfig-946-  if echo "$old_CC $old_CFLAGS " | egrep -e "[ 	]$special_shlib_compile_flags[ 	]" >/dev/null; then :
##############################################
ace-of-penguins-1.5~rc2/ltconfig-991-    echo "$progname:991: checking for ld used by GCC" >&5
ace-of-penguins-1.5~rc2/ltconfig:992:    ac_prog=`($CC -print-prog-name=ld) 2>&5`
ace-of-penguins-1.5~rc2/ltconfig-993-    case "$ac_prog" in
##############################################
ace-of-penguins-1.5~rc2/ltconfig-997-      # Canonicalize the path of ld
ace-of-penguins-1.5~rc2/ltconfig:998:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
ace-of-penguins-1.5~rc2/ltconfig-999-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
ace-of-penguins-1.5~rc2/ltconfig:1000:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
ace-of-penguins-1.5~rc2/ltconfig-1001-      done
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1173-      _lt_hint=1;
ace-of-penguins-1.5~rc2/ltconfig:1174:      for symbol in `cat $export_symbols`; do
ace-of-penguins-1.5~rc2/ltconfig-1175-	echo "	\$symbol @ \$_lt_hint ; " >> $objdir/$soname-def;
ace-of-penguins-1.5~rc2/ltconfig:1176:	_lt_hint=`expr 1 + \$_lt_hint`;
ace-of-penguins-1.5~rc2/ltconfig-1177-      done~
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1276-    if test "$with_gcc" = yes; then
ace-of-penguins-1.5~rc2/ltconfig:1277:      collect2name=`${CC} -print-prog-name=collect2`
ace-of-penguins-1.5~rc2/ltconfig-1278-      if test -f "$collect2name" && \
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1324-    # FIXME: Setting linknames here is a bad hack.
ace-of-penguins-1.5~rc2/ltconfig:1325:    archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
ace-of-penguins-1.5~rc2/ltconfig-1326-    # The linker will automatically build a .lib file if we build a DLL.
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1329-    old_archive_cmds='lib /OUT:$oldlib$oldobjs'
ace-of-penguins-1.5~rc2/ltconfig:1330:    fix_srcfile_path='`cygpath -w $srcfile`'
ace-of-penguins-1.5~rc2/ltconfig-1331-    ;;
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1378-    if test "$with_gcc" = yes; then
ace-of-penguins-1.5~rc2/ltconfig:1379:      archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
ace-of-penguins-1.5~rc2/ltconfig-1380-    else
ace-of-penguins-1.5~rc2/ltconfig:1381:      archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
ace-of-penguins-1.5~rc2/ltconfig-1382-    fi
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1415-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ace-of-penguins-1.5~rc2/ltconfig:1416:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
ace-of-penguins-1.5~rc2/ltconfig-1417-    else
ace-of-penguins-1.5~rc2/ltconfig-1418-      allow_undefined_flag=' -expect_unresolved \*'
ace-of-penguins-1.5~rc2/ltconfig:1419:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
ace-of-penguins-1.5~rc2/ltconfig-1420-    fi
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1427-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ace-of-penguins-1.5~rc2/ltconfig:1428:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
ace-of-penguins-1.5~rc2/ltconfig-1429-    else
ace-of-penguins-1.5~rc2/ltconfig-1430-      allow_undefined_flag=' -expect_unresolved \*'
ace-of-penguins-1.5~rc2/ltconfig:1431:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
ace-of-penguins-1.5~rc2/ltconfig-1432-    fi
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1817-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
ace-of-penguins-1.5~rc2/ltconfig:1818:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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'
ace-of-penguins-1.5~rc2/ltconfig-1819-  ;;
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1853-  if test "$with_gcc" = yes; then
ace-of-penguins-1.5~rc2/ltconfig:1854:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
ace-of-penguins-1.5~rc2/ltconfig-1855-  else
ace-of-penguins-1.5~rc2/ltconfig:1856:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
ace-of-penguins-1.5~rc2/ltconfig-1857-  fi
##############################################
ace-of-penguins-1.5~rc2/ltconfig-1949-  file_magic_cmd=/usr/bin/file
ace-of-penguins-1.5~rc2/ltconfig:1950:  file_magic_test_file=`echo /lib${libsuff}/libc.so*`
ace-of-penguins-1.5~rc2/ltconfig-1951-  deplibs_check_method='pass_all'
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2135-  "file_magic "*)
ace-of-penguins-1.5~rc2/ltconfig:2136:    file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
ace-of-penguins-1.5~rc2/ltconfig-2137-    if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2208-else
ace-of-penguins-1.5~rc2/ltconfig:2209:if eval "test \"`echo '$''{'lt_cv_dlopen'+set}'`\" != set"; then
ace-of-penguins-1.5~rc2/ltconfig-2210-  lt_cv_dlopen=no lt_cv_dlopen_libs=
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2213-ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
ace-of-penguins-1.5~rc2/ltconfig:2214:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ace-of-penguins-1.5~rc2/ltconfig-2215-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2245-fi
ace-of-penguins-1.5~rc2/ltconfig:2246:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ace-of-penguins-1.5~rc2/ltconfig-2247-  echo "$ac_t""yes" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2252-echo "$progname:2252: checking for dlopen" >&5
ace-of-penguins-1.5~rc2/ltconfig:2253:if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
ace-of-penguins-1.5~rc2/ltconfig-2254-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2292-fi
ace-of-penguins-1.5~rc2/ltconfig:2293:if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
ace-of-penguins-1.5~rc2/ltconfig-2294-  echo "$ac_t""yes" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2300-ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
ace-of-penguins-1.5~rc2/ltconfig:2301:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ace-of-penguins-1.5~rc2/ltconfig-2302-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2332-fi
ace-of-penguins-1.5~rc2/ltconfig:2333:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ace-of-penguins-1.5~rc2/ltconfig-2334-  echo "$ac_t""yes" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2339-echo "$progname:2339: checking for shl_load" >&5
ace-of-penguins-1.5~rc2/ltconfig:2340:if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
ace-of-penguins-1.5~rc2/ltconfig-2341-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2380-
ace-of-penguins-1.5~rc2/ltconfig:2381:if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then
ace-of-penguins-1.5~rc2/ltconfig-2382-  echo "$ac_t""yes" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2388-ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
ace-of-penguins-1.5~rc2/ltconfig:2389:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ace-of-penguins-1.5~rc2/ltconfig-2390-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2421-fi
ace-of-penguins-1.5~rc2/ltconfig:2422:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ace-of-penguins-1.5~rc2/ltconfig-2423-  echo "$ac_t""yes" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2449-for ac_hdr in dlfcn.h; do
ace-of-penguins-1.5~rc2/ltconfig:2450:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ace-of-penguins-1.5~rc2/ltconfig-2451-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ace-of-penguins-1.5~rc2/ltconfig-2452-echo "$progname:2452: checking for $ac_hdr" >&5
ace-of-penguins-1.5~rc2/ltconfig:2453:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ace-of-penguins-1.5~rc2/ltconfig-2454-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2462-{ (eval echo $progname:2462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ace-of-penguins-1.5~rc2/ltconfig:2463:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ace-of-penguins-1.5~rc2/ltconfig-2464-if test -z "$ac_err"; then
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2475-fi
ace-of-penguins-1.5~rc2/ltconfig:2476:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ace-of-penguins-1.5~rc2/ltconfig-2477-  echo "$ac_t""yes" 1>&6
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2683-      # Double-quote double-evaled strings.
ace-of-penguins-1.5~rc2/ltconfig:2684:      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
ace-of-penguins-1.5~rc2/ltconfig-2685-      ;;
ace-of-penguins-1.5~rc2/ltconfig-2686-    *)
ace-of-penguins-1.5~rc2/ltconfig:2687:      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
ace-of-penguins-1.5~rc2/ltconfig-2688-      ;;
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2693-  *'\$0 --fallback-echo"')
ace-of-penguins-1.5~rc2/ltconfig:2694:    ltecho=`$echo "X$ltecho" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
ace-of-penguins-1.5~rc2/ltconfig-2695-    ;;
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2703-
ace-of-penguins-1.5~rc2/ltconfig:2704:# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ace-of-penguins-1.5~rc2/ltconfig-2705-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
ace-of-penguins-1.5~rc2/ltconfig-2755-  cat <<EOF > "$cfgfile"
ace-of-penguins-1.5~rc2/ltconfig:2756:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
ace-of-penguins-1.5~rc2/ltconfig-2757-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
ace-of-penguins-1.5~rc2/config.guess-34-
ace-of-penguins-1.5~rc2/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
ace-of-penguins-1.5~rc2/config.guess-36-
##############################################
ace-of-penguins-1.5~rc2/config.guess-102-: ${TMPDIR=/tmp} ;
ace-of-penguins-1.5~rc2/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ace-of-penguins-1.5~rc2/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ace-of-penguins-1.5~rc2/config.guess-151-	EOF
ace-of-penguins-1.5~rc2/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
ace-of-penguins-1.5~rc2/config.guess-153-	;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-209-	    *)
ace-of-penguins-1.5~rc2/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ace-of-penguins-1.5~rc2/config.guess-211-		;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-240-	*4.0)
ace-of-penguins-1.5~rc2/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ace-of-penguins-1.5~rc2/config.guess-242-		;;
ace-of-penguins-1.5~rc2/config.guess-243-	*5.*)
ace-of-penguins-1.5~rc2/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ace-of-penguins-1.5~rc2/config.guess-245-		;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
ace-of-penguins-1.5~rc2/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ace-of-penguins-1.5~rc2/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
ace-of-penguins-1.5~rc2/config.guess-288-	# 1.2 uses "1.2" for uname -r.
ace-of-penguins-1.5~rc2/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ace-of-penguins-1.5~rc2/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
ace-of-penguins-1.5~rc2/config.guess-348-    s390x:SunOS:*:*)
ace-of-penguins-1.5~rc2/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ace-of-penguins-1.5~rc2/config.guess-350-	exit ;;
ace-of-penguins-1.5~rc2/config.guess-351-    sun4H:SunOS:5.*:*)
ace-of-penguins-1.5~rc2/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ace-of-penguins-1.5~rc2/config.guess-353-	exit ;;
ace-of-penguins-1.5~rc2/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ace-of-penguins-1.5~rc2/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ace-of-penguins-1.5~rc2/config.guess-356-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-373-	fi
ace-of-penguins-1.5~rc2/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ace-of-penguins-1.5~rc2/config.guess-375-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
ace-of-penguins-1.5~rc2/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ace-of-penguins-1.5~rc2/config.guess-381-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
ace-of-penguins-1.5~rc2/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ace-of-penguins-1.5~rc2/config.guess-390-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-394-    sun*:*:4.2BSD:*)
ace-of-penguins-1.5~rc2/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ace-of-penguins-1.5~rc2/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ace-of-penguins-1.5~rc2/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ace-of-penguins-1.5~rc2/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ace-of-penguins-1.5~rc2/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ace-of-penguins-1.5~rc2/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ace-of-penguins-1.5~rc2/config.guess-532-    *:IRIX*:*:*)
ace-of-penguins-1.5~rc2/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ace-of-penguins-1.5~rc2/config.guess-534-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-562-EOF
ace-of-penguins-1.5~rc2/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ace-of-penguins-1.5~rc2/config.guess-564-		then
##############################################
ace-of-penguins-1.5~rc2/config.guess-575-    *:AIX:*:[4567])
ace-of-penguins-1.5~rc2/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ace-of-penguins-1.5~rc2/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ace-of-penguins-1.5~rc2/config.guess-610-    9000/[34678]??:HP-UX:*:*)
ace-of-penguins-1.5~rc2/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ace-of-penguins-1.5~rc2/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
ace-of-penguins-1.5~rc2/config.guess-664-EOF
ace-of-penguins-1.5~rc2/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ace-of-penguins-1.5~rc2/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ace-of-penguins-1.5~rc2/config.guess-692-    ia64:HP-UX:*:*)
ace-of-penguins-1.5~rc2/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ace-of-penguins-1.5~rc2/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ace-of-penguins-1.5~rc2/config.guess-722-EOF
ace-of-penguins-1.5~rc2/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ace-of-penguins-1.5~rc2/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ace-of-penguins-1.5~rc2/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ace-of-penguins-1.5~rc2/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ace-of-penguins-1.5~rc2/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ace-of-penguins-1.5~rc2/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ace-of-penguins-1.5~rc2/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ace-of-penguins-1.5~rc2/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ace-of-penguins-1.5~rc2/config.guess-814-	    amd64)
ace-of-penguins-1.5~rc2/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ace-of-penguins-1.5~rc2/config.guess-816-	    *)
ace-of-penguins-1.5~rc2/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ace-of-penguins-1.5~rc2/config.guess-818-	esac
##############################################
ace-of-penguins-1.5~rc2/config.guess-872-    prep*:SunOS:5.*:*)
ace-of-penguins-1.5~rc2/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ace-of-penguins-1.5~rc2/config.guess-874-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-876-	# the GNU system
ace-of-penguins-1.5~rc2/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ace-of-penguins-1.5~rc2/config.guess-878-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-880-	# other systems with GNU libc and userland
ace-of-penguins-1.5~rc2/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
ace-of-penguins-1.5~rc2/config.guess-882-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-968-EOF
ace-of-penguins-1.5~rc2/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
ace-of-penguins-1.5~rc2/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
ace-of-penguins-1.5~rc2/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ace-of-penguins-1.5~rc2/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ace-of-penguins-1.5~rc2/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ace-of-penguins-1.5~rc2/config.guess-1262-	fi
ace-of-penguins-1.5~rc2/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
ace-of-penguins-1.5~rc2/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
ace-of-penguins-1.5~rc2/config.guess-1347-    *:DragonFly:*:*)
ace-of-penguins-1.5~rc2/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ace-of-penguins-1.5~rc2/config.guess-1349-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/config.guess-1360-    i*86:skyos:*:*)
ace-of-penguins-1.5~rc2/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ace-of-penguins-1.5~rc2/config.guess-1362-	exit ;;
##############################################
ace-of-penguins-1.5~rc2/INSTALL-173-directory configuration variables that were expressed in terms of
ace-of-penguins-1.5~rc2/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
ace-of-penguins-1.5~rc2/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
ace-of-penguins-1.5~rc2/config.sub-52-
ace-of-penguins-1.5~rc2/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
ace-of-penguins-1.5~rc2/config.sub-54-
##############################################
ace-of-penguins-1.5~rc2/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
ace-of-penguins-1.5~rc2/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ace-of-penguins-1.5~rc2/config.sub-117-case $maybe_os in
##############################################
ace-of-penguins-1.5~rc2/config.sub-123-    os=-$maybe_os
ace-of-penguins-1.5~rc2/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ace-of-penguins-1.5~rc2/config.sub-125-    ;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-127-    os=-linux-android
ace-of-penguins-1.5~rc2/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
ace-of-penguins-1.5~rc2/config.sub-129-    ;;
ace-of-penguins-1.5~rc2/config.sub-130-  *)
ace-of-penguins-1.5~rc2/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ace-of-penguins-1.5~rc2/config.sub-132-    if [ $basic_machine != $1 ]
ace-of-penguins-1.5~rc2/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
ace-of-penguins-1.5~rc2/config.sub-134-    else os=; fi
##############################################
ace-of-penguins-1.5~rc2/config.sub-181-		os=-sco5v6
ace-of-penguins-1.5~rc2/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-183-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-185-		os=-sco3.2v5
ace-of-penguins-1.5~rc2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-187-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-189-		os=-sco3.2v4
ace-of-penguins-1.5~rc2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-191-		;;
ace-of-penguins-1.5~rc2/config.sub-192-	-sco3.2.[4-9]*)
ace-of-penguins-1.5~rc2/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ace-of-penguins-1.5~rc2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-195-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
ace-of-penguins-1.5~rc2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-199-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
ace-of-penguins-1.5~rc2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-203-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-205-		os=-sco3.2v2
ace-of-penguins-1.5~rc2/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-207-		;;
ace-of-penguins-1.5~rc2/config.sub-208-	-udk*)
ace-of-penguins-1.5~rc2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-210-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-212-		os=-isc2.2
ace-of-penguins-1.5~rc2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-214-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-218-	-isc*)
ace-of-penguins-1.5~rc2/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-220-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-230-	-ptx*)
ace-of-penguins-1.5~rc2/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ace-of-penguins-1.5~rc2/config.sub-232-		;;
ace-of-penguins-1.5~rc2/config.sub-233-	-windowsnt*)
ace-of-penguins-1.5~rc2/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ace-of-penguins-1.5~rc2/config.sub-235-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-362-	*-*-*)
ace-of-penguins-1.5~rc2/config.sub:363:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ace-of-penguins-1.5~rc2/config.sub-364-		exit 1
##############################################
ace-of-penguins-1.5~rc2/config.sub-486-	amd64-*)
ace-of-penguins-1.5~rc2/config.sub:487:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-488-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-528-	blackfin-*)
ace-of-penguins-1.5~rc2/config.sub:529:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-530-		os=-linux
##############################################
ace-of-penguins-1.5~rc2/config.sub-536-	c54x-*)
ace-of-penguins-1.5~rc2/config.sub:537:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-538-		;;
ace-of-penguins-1.5~rc2/config.sub-539-	c55x-*)
ace-of-penguins-1.5~rc2/config.sub:540:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-541-		;;
ace-of-penguins-1.5~rc2/config.sub-542-	c6x-*)
ace-of-penguins-1.5~rc2/config.sub:543:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-544-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-739-	i*86v32)
ace-of-penguins-1.5~rc2/config.sub:740:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-741-		os=-sysv32
##############################################
ace-of-penguins-1.5~rc2/config.sub-743-	i*86v4*)
ace-of-penguins-1.5~rc2/config.sub:744:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-745-		os=-sysv4
##############################################
ace-of-penguins-1.5~rc2/config.sub-747-	i*86v)
ace-of-penguins-1.5~rc2/config.sub:748:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-749-		os=-sysv
##############################################
ace-of-penguins-1.5~rc2/config.sub-751-	i*86sol2)
ace-of-penguins-1.5~rc2/config.sub:752:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ace-of-penguins-1.5~rc2/config.sub-753-		os=-solaris2
##############################################
ace-of-penguins-1.5~rc2/config.sub-781-	m68knommu-*)
ace-of-penguins-1.5~rc2/config.sub:782:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-783-		os=-linux
##############################################
ace-of-penguins-1.5~rc2/config.sub-818-	mips3*-*)
ace-of-penguins-1.5~rc2/config.sub:819:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ace-of-penguins-1.5~rc2/config.sub-820-		;;
ace-of-penguins-1.5~rc2/config.sub-821-	mips3*)
ace-of-penguins-1.5~rc2/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ace-of-penguins-1.5~rc2/config.sub-823-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-840-	ms1-*)
ace-of-penguins-1.5~rc2/config.sub:841:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ace-of-penguins-1.5~rc2/config.sub-842-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-959-	parisc-*)
ace-of-penguins-1.5~rc2/config.sub:960:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-961-		os=-linux
##############################################
ace-of-penguins-1.5~rc2/config.sub-975-	pc98-*)
ace-of-penguins-1.5~rc2/config.sub:976:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-977-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-990-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ace-of-penguins-1.5~rc2/config.sub:991:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-992-		;;
ace-of-penguins-1.5~rc2/config.sub-993-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ace-of-penguins-1.5~rc2/config.sub:994:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-995-		;;
ace-of-penguins-1.5~rc2/config.sub-996-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ace-of-penguins-1.5~rc2/config.sub:997:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-998-		;;
ace-of-penguins-1.5~rc2/config.sub-999-	pentium4-*)
ace-of-penguins-1.5~rc2/config.sub:1000:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-1001-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1009-	ppc-* | ppcbe-*)
ace-of-penguins-1.5~rc2/config.sub:1010:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-1011-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1015-	ppcle-* | powerpclittle-*)
ace-of-penguins-1.5~rc2/config.sub:1016:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-1017-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1019-		;;
ace-of-penguins-1.5~rc2/config.sub:1020:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-1021-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1025-	ppc64le-* | powerpc64little-*)
ace-of-penguins-1.5~rc2/config.sub:1026:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-1027-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1108-	strongarm-* | thumb-*)
ace-of-penguins-1.5~rc2/config.sub:1109:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub-1110-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1238-	xscale-* | xscalee[bl]-*)
ace-of-penguins-1.5~rc2/config.sub:1239:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
ace-of-penguins-1.5~rc2/config.sub-1240-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1315-	*)
ace-of-penguins-1.5~rc2/config.sub:1316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ace-of-penguins-1.5~rc2/config.sub-1317-		exit 1
##############################################
ace-of-penguins-1.5~rc2/config.sub-1323-	*-digital*)
ace-of-penguins-1.5~rc2/config.sub:1324:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ace-of-penguins-1.5~rc2/config.sub-1325-		;;
ace-of-penguins-1.5~rc2/config.sub-1326-	*-commodore*)
ace-of-penguins-1.5~rc2/config.sub:1327:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ace-of-penguins-1.5~rc2/config.sub-1328-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1344-	-solaris1 | -solaris1.*)
ace-of-penguins-1.5~rc2/config.sub:1345:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ace-of-penguins-1.5~rc2/config.sub-1346-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1356-	-gnu/linux*)
ace-of-penguins-1.5~rc2/config.sub:1357:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ace-of-penguins-1.5~rc2/config.sub-1358-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1402-	-nto*)
ace-of-penguins-1.5~rc2/config.sub:1403:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ace-of-penguins-1.5~rc2/config.sub-1404-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1409-	-mac*)
ace-of-penguins-1.5~rc2/config.sub:1410:		os=`echo $os | sed -e 's|mac|macos|'`
ace-of-penguins-1.5~rc2/config.sub-1411-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1415-	-linux*)
ace-of-penguins-1.5~rc2/config.sub:1416:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ace-of-penguins-1.5~rc2/config.sub-1417-		;;
ace-of-penguins-1.5~rc2/config.sub-1418-	-sunos5*)
ace-of-penguins-1.5~rc2/config.sub:1419:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ace-of-penguins-1.5~rc2/config.sub-1420-		;;
ace-of-penguins-1.5~rc2/config.sub-1421-	-sunos6*)
ace-of-penguins-1.5~rc2/config.sub:1422:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ace-of-penguins-1.5~rc2/config.sub-1423-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1470-	-sinix5.*)
ace-of-penguins-1.5~rc2/config.sub:1471:		os=`echo $os | sed -e 's|sinix|sysv|'`
ace-of-penguins-1.5~rc2/config.sub-1472-		;;
##############################################
ace-of-penguins-1.5~rc2/config.sub-1523-		# Get rid of the `-' at the beginning of $os.
ace-of-penguins-1.5~rc2/config.sub:1524:		os=`echo $os | sed 's/[^-]*-//'`
ace-of-penguins-1.5~rc2/config.sub:1525:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ace-of-penguins-1.5~rc2/config.sub-1526-		exit 1
##############################################
ace-of-penguins-1.5~rc2/config.sub-1786-		esac
ace-of-penguins-1.5~rc2/config.sub:1787:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ace-of-penguins-1.5~rc2/config.sub-1788-		;;
##############################################
ace-of-penguins-1.5~rc2/compile-67-	mingw/*)
ace-of-penguins-1.5~rc2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
ace-of-penguins-1.5~rc2/compile-69-	  ;;
ace-of-penguins-1.5~rc2/compile-70-	cygwin/*)
ace-of-penguins-1.5~rc2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
ace-of-penguins-1.5~rc2/compile-72-	  ;;
ace-of-penguins-1.5~rc2/compile-73-	wine/*)
ace-of-penguins-1.5~rc2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
ace-of-penguins-1.5~rc2/compile-75-	  ;;
##############################################
ace-of-penguins-1.5~rc2/compile-309-# Name of file we expect compiler to create.
ace-of-penguins-1.5~rc2/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
ace-of-penguins-1.5~rc2/compile-311-
##############################################
ace-of-penguins-1.5~rc2/compile-315-# object file name, since that is what matters with a parallel build.
ace-of-penguins-1.5~rc2/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
ace-of-penguins-1.5~rc2/compile-317-while true; do
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-39-  { \
ace-of-penguins-1.5~rc2/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ace-of-penguins-1.5~rc2/Makefile.in-41-  }; \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-167-  while test -n "$$dir1"; do \
ace-of-penguins-1.5~rc2/Makefile.in:168:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ace-of-penguins-1.5~rc2/Makefile.in-169-    if test "$$first" != "."; then \
ace-of-penguins-1.5~rc2/Makefile.in-170-      if test "$$first" = ".."; then \
ace-of-penguins-1.5~rc2/Makefile.in:171:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ace-of-penguins-1.5~rc2/Makefile.in:172:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ace-of-penguins-1.5~rc2/Makefile.in-173-      else \
ace-of-penguins-1.5~rc2/Makefile.in:174:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ace-of-penguins-1.5~rc2/Makefile.in-175-        if test "$$first2" = "$$first"; then \
ace-of-penguins-1.5~rc2/Makefile.in:176:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ace-of-penguins-1.5~rc2/Makefile.in-177-        else \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-182-    fi; \
ace-of-penguins-1.5~rc2/Makefile.in:183:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ace-of-penguins-1.5~rc2/Makefile.in-184-  done; \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-380-	dot_seen=no; \
ace-of-penguins-1.5~rc2/Makefile.in:381:	target=`echo $@ | sed s/-recursive//`; \
ace-of-penguins-1.5~rc2/Makefile.in-382-	case "$@" in \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-443-GTAGS:
ace-of-penguins-1.5~rc2/Makefile.in:444:	here=`$(am__cd) $(top_builddir) && pwd` \
ace-of-penguins-1.5~rc2/Makefile.in-445-	  && $(am__cd) $(top_srcdir) \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-475-	test -d "$(distdir)" || mkdir "$(distdir)"
ace-of-penguins-1.5~rc2/Makefile.in:476:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ace-of-penguins-1.5~rc2/Makefile.in:477:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ace-of-penguins-1.5~rc2/Makefile.in-478-	list='$(DISTFILES)'; \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-489-	  if test -d $$d/$$file; then \
ace-of-penguins-1.5~rc2/Makefile.in:490:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ace-of-penguins-1.5~rc2/Makefile.in-491-	    if test -d "$(distdir)/$$file"; then \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-603-	test -d $(distdir)/_build || exit 0; \
ace-of-penguins-1.5~rc2/Makefile.in:604:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ace-of-penguins-1.5~rc2/Makefile.in-605-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-647-	}; \
ace-of-penguins-1.5~rc2/Makefile.in:648:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ace-of-penguins-1.5~rc2/Makefile.in-649-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ace-of-penguins-1.5~rc2/Makefile.in-659-	fi
ace-of-penguins-1.5~rc2/Makefile.in:660:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ace-of-penguins-1.5~rc2/Makefile.in-661-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ace-of-penguins-1.5~rc2/depcomp-64-  case $1 in
ace-of-penguins-1.5~rc2/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
ace-of-penguins-1.5~rc2/depcomp-66-      *) dir=;;
##############################################
ace-of-penguins-1.5~rc2/depcomp-73-{
ace-of-penguins-1.5~rc2/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
ace-of-penguins-1.5~rc2/depcomp-75-}
##############################################
ace-of-penguins-1.5~rc2/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
ace-of-penguins-1.5~rc2/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ace-of-penguins-1.5~rc2/depcomp-128-
##############################################
ace-of-penguins-1.5~rc2/depcomp-405-        sleep 1
ace-of-penguins-1.5~rc2/depcomp:406:        i=`expr $i - 1`
ace-of-penguins-1.5~rc2/depcomp-407-      done
ace-of-penguins-1.5~rc2/depcomp-408-    fi
ace-of-penguins-1.5~rc2/depcomp:409:    i=`expr $i - 1`
ace-of-penguins-1.5~rc2/depcomp-410-  done
##############################################
ace-of-penguins-1.5~rc2/depcomp-425-  # Do two passes, one to just change these to
ace-of-penguins-1.5~rc2/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
ace-of-penguins-1.5~rc2/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ace-of-penguins-1.5~rc2/depcomp-659-  done
ace-of-penguins-1.5~rc2/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
ace-of-penguins-1.5~rc2/depcomp-661-  touch "$tmpdepfile"
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-147-done
ace-of-penguins-1.5~rc2/aclocal.m4:148:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ace-of-penguins-1.5~rc2/aclocal.m4-149-])
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-443-m4_define([_LT_CONFIG_STATUS_DECLARE],
ace-of-penguins-1.5~rc2/aclocal.m4:444:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
ace-of-penguins-1.5~rc2/aclocal.m4-445-
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-453-#
ace-of-penguins-1.5~rc2/aclocal.m4:454:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
ace-of-penguins-1.5~rc2/aclocal.m4-455-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-563-]], lt_decl_quote_varnames); do
ace-of-penguins-1.5~rc2/aclocal.m4:564:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ace-of-penguins-1.5~rc2/aclocal.m4-565-    *[[\\\\\\\`\\"\\\$]]*)
ace-of-penguins-1.5~rc2/aclocal.m4:566:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
ace-of-penguins-1.5~rc2/aclocal.m4-567-      ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-576-]], lt_decl_dquote_varnames); do
ace-of-penguins-1.5~rc2/aclocal.m4:577:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ace-of-penguins-1.5~rc2/aclocal.m4-578-    *[[\\\\\\\`\\"\\\$]]*)
ace-of-penguins-1.5~rc2/aclocal.m4:579:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
ace-of-penguins-1.5~rc2/aclocal.m4-580-      ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-736-
ace-of-penguins-1.5~rc2/aclocal.m4:737:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ace-of-penguins-1.5~rc2/aclocal.m4-738-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1104-  if test "$lt_cv_ld_force_load" = "yes"; then
ace-of-penguins-1.5~rc2/aclocal.m4:1105:    _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\"`'
ace-of-penguins-1.5~rc2/aclocal.m4-1106-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1157-      }]'
ace-of-penguins-1.5~rc2/aclocal.m4:1158:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ace-of-penguins-1.5~rc2/aclocal.m4-1159-  # Check for a 64-bit object if we didn't find anything.
ace-of-penguins-1.5~rc2/aclocal.m4-1160-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
ace-of-penguins-1.5~rc2/aclocal.m4:1161:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ace-of-penguins-1.5~rc2/aclocal.m4-1162-  fi],[])
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1193-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ace-of-penguins-1.5~rc2/aclocal.m4:1194:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ace-of-penguins-1.5~rc2/aclocal.m4-1195-  ECHO='print -r --'
ace-of-penguins-1.5~rc2/aclocal.m4:1196:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ace-of-penguins-1.5~rc2/aclocal.m4-1197-  ECHO='printf %s\n'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1228-    PATH=/empty FPATH=/empty; export PATH FPATH
ace-of-penguins-1.5~rc2/aclocal.m4:1229:    test "X`printf %s $ECHO`" = "X$ECHO" \
ace-of-penguins-1.5~rc2/aclocal.m4:1230:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
ace-of-penguins-1.5~rc2/aclocal.m4-1231-
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1251-   if test "$GCC" = yes; then
ace-of-penguins-1.5~rc2/aclocal.m4:1252:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ace-of-penguins-1.5~rc2/aclocal.m4-1253-   fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1255- /*)
ace-of-penguins-1.5~rc2/aclocal.m4:1256:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ace-of-penguins-1.5~rc2/aclocal.m4-1257-   ;; #(
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1284-  if AC_TRY_EVAL(ac_compile); then
ace-of-penguins-1.5~rc2/aclocal.m4:1285:    case `/usr/bin/file conftest.$ac_objext` in
ace-of-penguins-1.5~rc2/aclocal.m4-1286-      *ELF-32*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1300-    if test "$lt_cv_prog_gnu_ld" = yes; then
ace-of-penguins-1.5~rc2/aclocal.m4:1301:      case `/usr/bin/file conftest.$ac_objext` in
ace-of-penguins-1.5~rc2/aclocal.m4-1302-	*32-bit*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1312-    else
ace-of-penguins-1.5~rc2/aclocal.m4:1313:      case `/usr/bin/file conftest.$ac_objext` in
ace-of-penguins-1.5~rc2/aclocal.m4-1314-	*32-bit*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1677-    # And add a safety zone
ace-of-penguins-1.5~rc2/aclocal.m4:1678:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ace-of-penguins-1.5~rc2/aclocal.m4:1679:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ace-of-penguins-1.5~rc2/aclocal.m4-1680-    ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1710-    if test -n "$kargmax"; then
ace-of-penguins-1.5~rc2/aclocal.m4:1711:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
ace-of-penguins-1.5~rc2/aclocal.m4-1712-    else
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1719-	test undefined != "$lt_cv_sys_max_cmd_len"; then
ace-of-penguins-1.5~rc2/aclocal.m4:1720:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ace-of-penguins-1.5~rc2/aclocal.m4:1721:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ace-of-penguins-1.5~rc2/aclocal.m4-1722-    else
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1731-      # we can't tell.
ace-of-penguins-1.5~rc2/aclocal.m4:1732:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
ace-of-penguins-1.5~rc2/aclocal.m4-1733-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1735-      do
ace-of-penguins-1.5~rc2/aclocal.m4:1736:        i=`expr $i + 1`
ace-of-penguins-1.5~rc2/aclocal.m4-1737-        teststring=$teststring$teststring
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1739-      # Only check the string length outside the loop.
ace-of-penguins-1.5~rc2/aclocal.m4:1740:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ace-of-penguins-1.5~rc2/aclocal.m4-1741-      teststring=
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-1744-      # linker.  It appears as though 1/2 is a usable value.
ace-of-penguins-1.5~rc2/aclocal.m4:1745:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ace-of-penguins-1.5~rc2/aclocal.m4-1746-    fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2069-  if test "$hard_links" = no; then
ace-of-penguins-1.5~rc2/aclocal.m4:2070:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
ace-of-penguins-1.5~rc2/aclocal.m4-2071-    need_locks=warn
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2200-  esac
ace-of-penguins-1.5~rc2/aclocal.m4:2201:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ace-of-penguins-1.5~rc2/aclocal.m4-2202-  case $lt_search_path_spec in
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2207-    # okay in the real world where ";" in dirpaths is itself problematic.
ace-of-penguins-1.5~rc2/aclocal.m4:2208:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ace-of-penguins-1.5~rc2/aclocal.m4-2209-    ;;
ace-of-penguins-1.5~rc2/aclocal.m4-2210-  *)
ace-of-penguins-1.5~rc2/aclocal.m4:2211:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ace-of-penguins-1.5~rc2/aclocal.m4-2212-    ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2216-  lt_tmp_lt_search_path_spec=
ace-of-penguins-1.5~rc2/aclocal.m4:2217:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ace-of-penguins-1.5~rc2/aclocal.m4-2218-  for lt_sys_path in $lt_search_path_spec; do
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2251-  esac
ace-of-penguins-1.5~rc2/aclocal.m4:2252:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ace-of-penguins-1.5~rc2/aclocal.m4-2253-else
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2339-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ace-of-penguins-1.5~rc2/aclocal.m4:2340:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $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'
ace-of-penguins-1.5~rc2/aclocal.m4-2341-    ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2375-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ace-of-penguins-1.5~rc2/aclocal.m4:2376:    postinstall_cmds='base_file=`basename \${file}`~
ace-of-penguins-1.5~rc2/aclocal.m4:2377:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ace-of-penguins-1.5~rc2/aclocal.m4:2378:      dldir=$destdir/`dirname \$dlpath`~
ace-of-penguins-1.5~rc2/aclocal.m4-2379-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2384-      fi'
ace-of-penguins-1.5~rc2/aclocal.m4:2385:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ace-of-penguins-1.5~rc2/aclocal.m4-2386-      dlpath=$dir/\$dldll~
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2392-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ace-of-penguins-1.5~rc2/aclocal.m4:2393:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ace-of-penguins-1.5~rc2/aclocal.m4-2394-m4_if([$1], [],[
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2398-      # MinGW DLLs use traditional 'lib' prefix
ace-of-penguins-1.5~rc2/aclocal.m4:2399:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ace-of-penguins-1.5~rc2/aclocal.m4-2400-      ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2402-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ace-of-penguins-1.5~rc2/aclocal.m4:2403:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ace-of-penguins-1.5~rc2/aclocal.m4-2404-      ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2411-    libname_spec='$name'
ace-of-penguins-1.5~rc2/aclocal.m4:2412:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ace-of-penguins-1.5~rc2/aclocal.m4-2413-    library_names_spec='${libname}.dll.lib'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2423-        # Let DOS variable expansion print the short 8.3 style file name.
ace-of-penguins-1.5~rc2/aclocal.m4:2424:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ace-of-penguins-1.5~rc2/aclocal.m4-2425-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2428-      # Convert to MSYS style.
ace-of-penguins-1.5~rc2/aclocal.m4:2429:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
ace-of-penguins-1.5~rc2/aclocal.m4-2430-      ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2434-      # like /cygdrive/c/PROGRA~1:/cygdr...
ace-of-penguins-1.5~rc2/aclocal.m4:2435:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ace-of-penguins-1.5~rc2/aclocal.m4:2436:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ace-of-penguins-1.5~rc2/aclocal.m4:2437:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ace-of-penguins-1.5~rc2/aclocal.m4-2438-      ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2442-        # It is most probably a Windows format PATH.
ace-of-penguins-1.5~rc2/aclocal.m4:2443:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ace-of-penguins-1.5~rc2/aclocal.m4-2444-      else
ace-of-penguins-1.5~rc2/aclocal.m4:2445:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ace-of-penguins-1.5~rc2/aclocal.m4-2446-      fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2452-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ace-of-penguins-1.5~rc2/aclocal.m4:2453:    postinstall_cmds='base_file=`basename \${file}`~
ace-of-penguins-1.5~rc2/aclocal.m4:2454:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
ace-of-penguins-1.5~rc2/aclocal.m4:2455:      dldir=$destdir/`dirname \$dlpath`~
ace-of-penguins-1.5~rc2/aclocal.m4-2456-      test -d \$dldir || mkdir -p \$dldir~
ace-of-penguins-1.5~rc2/aclocal.m4-2457-      $install_prog $dir/$dlname \$dldir/$dlname'
ace-of-penguins-1.5~rc2/aclocal.m4:2458:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ace-of-penguins-1.5~rc2/aclocal.m4-2459-      dlpath=$dir/\$dldll~
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2466-    # Assume MSVC wrapper
ace-of-penguins-1.5~rc2/aclocal.m4:2467:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
ace-of-penguins-1.5~rc2/aclocal.m4-2468-    dynamic_linker='Win32 ld.exe'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2483-  shlibpath_var=DYLD_LIBRARY_PATH
ace-of-penguins-1.5~rc2/aclocal.m4:2484:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ace-of-penguins-1.5~rc2/aclocal.m4-2485-m4_if([$1], [],[
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2690-  if test -f /etc/ld.so.conf; then
ace-of-penguins-1.5~rc2/aclocal.m4:2691:    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' ' '`
ace-of-penguins-1.5~rc2/aclocal.m4-2692-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2764-  shlibpath_var=LD_LIBRARY_PATH
ace-of-penguins-1.5~rc2/aclocal.m4:2765:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ace-of-penguins-1.5~rc2/aclocal.m4-2766-    case $host_os in
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-2981-	"file_magic "*)
ace-of-penguins-1.5~rc2/aclocal.m4:2982:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ace-of-penguins-1.5~rc2/aclocal.m4-2983-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3064-    # gcc leaves a trailing carriage return which upsets mingw
ace-of-penguins-1.5~rc2/aclocal.m4:3065:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ace-of-penguins-1.5~rc2/aclocal.m4-3066-  *)
ace-of-penguins-1.5~rc2/aclocal.m4:3067:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ace-of-penguins-1.5~rc2/aclocal.m4-3068-  esac
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3073-      # Canonicalize the pathname of ld
ace-of-penguins-1.5~rc2/aclocal.m4:3074:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ace-of-penguins-1.5~rc2/aclocal.m4-3075-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ace-of-penguins-1.5~rc2/aclocal.m4:3076:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ace-of-penguins-1.5~rc2/aclocal.m4-3077-      done
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3104-      # Break only if it was the GNU/non-GNU ld that we prefer.
ace-of-penguins-1.5~rc2/aclocal.m4:3105:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ace-of-penguins-1.5~rc2/aclocal.m4-3106-      *GNU* | *'with BFD'*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3144-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
ace-of-penguins-1.5~rc2/aclocal.m4:3145:case `$LD -v 2>&1 </dev/null` in
ace-of-penguins-1.5~rc2/aclocal.m4-3146-*GNU* | *'with BFD'*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3335-openbsd*)
ace-of-penguins-1.5~rc2/aclocal.m4:3336:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ace-of-penguins-1.5~rc2/aclocal.m4-3337-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3399-    else
ace-of-penguins-1.5~rc2/aclocal.m4:3400:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
ace-of-penguins-1.5~rc2/aclocal.m4-3401-    fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3445-	# Tru64's nm complains that /dev/null is an invalid object file
ace-of-penguins-1.5~rc2/aclocal.m4:3446:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
ace-of-penguins-1.5~rc2/aclocal.m4-3447-	*/dev/null* | *'Invalid file or object type'*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3451-	*)
ace-of-penguins-1.5~rc2/aclocal.m4:3452:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ace-of-penguins-1.5~rc2/aclocal.m4-3453-	  */dev/null*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3477-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
ace-of-penguins-1.5~rc2/aclocal.m4:3478:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
ace-of-penguins-1.5~rc2/aclocal.m4-3479-    *COFF*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3536-  # decide which to use based on capabilities of $DLLTOOL
ace-of-penguins-1.5~rc2/aclocal.m4:3537:  case `$DLLTOOL --help 2>&1` in
ace-of-penguins-1.5~rc2/aclocal.m4-3538-  *--identify-strict*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3695-# If we're using GNU nm, then use its standard symbol codes.
ace-of-penguins-1.5~rc2/aclocal.m4:3696:case `$NM -V 2>&1` in
ace-of-penguins-1.5~rc2/aclocal.m4-3697-*GNU* | *'with BFD'*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3713-mingw*)
ace-of-penguins-1.5~rc2/aclocal.m4:3714:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ace-of-penguins-1.5~rc2/aclocal.m4-3715-  ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-3766-    nlist=conftest.nm
ace-of-penguins-1.5~rc2/aclocal.m4:3767:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
ace-of-penguins-1.5~rc2/aclocal.m4-3768-      # Try sorting and uniquifying the output.
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4104-	  *)
ace-of-penguins-1.5~rc2/aclocal.m4:4105:	    case `$CC -V 2>&1 | sed 5q` in
ace-of-penguins-1.5~rc2/aclocal.m4-4106-	    *Sun\ C*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4409-      *)
ace-of-penguins-1.5~rc2/aclocal.m4:4410:	case `$CC -V 2>&1 | sed 5q` in
ace-of-penguins-1.5~rc2/aclocal.m4-4411-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4687-	# shared libraries, regardless of the interface used.
ace-of-penguins-1.5~rc2/aclocal.m4:4688:	case `$LD -v 2>&1` in
ace-of-penguins-1.5~rc2/aclocal.m4-4689-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4719-    supports_anon_versioning=no
ace-of-penguins-1.5~rc2/aclocal.m4:4720:    case `$LD -v 2>&1` in
ace-of-penguins-1.5~rc2/aclocal.m4-4721-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4788-	# is EXPORTS), use it as is; otherwise, prepend...
ace-of-penguins-1.5~rc2/aclocal.m4:4789:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ace-of-penguins-1.5~rc2/aclocal.m4-4790-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4816-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ace-of-penguins-1.5~rc2/aclocal.m4:4817:      _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'
ace-of-penguins-1.5~rc2/aclocal.m4:4818:      _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'
ace-of-penguins-1.5~rc2/aclocal.m4-4819-      ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4834-        pgcc*)				# Portland Group C compiler
ace-of-penguins-1.5~rc2/aclocal.m4:4835:	  _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'
ace-of-penguins-1.5~rc2/aclocal.m4-4836-	  tmp_addflag=' $pic_flag'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4839-					# Portland Group f77 and f90 compilers
ace-of-penguins-1.5~rc2/aclocal.m4:4840:	  _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'
ace-of-penguins-1.5~rc2/aclocal.m4-4841-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4854-	nvcc*)	# Cuda Compiler Driver 2.2
ace-of-penguins-1.5~rc2/aclocal.m4:4855:	  _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'
ace-of-penguins-1.5~rc2/aclocal.m4-4856-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4858-	esac
ace-of-penguins-1.5~rc2/aclocal.m4:4859:	case `$CC -V 2>&1 | sed 5q` in
ace-of-penguins-1.5~rc2/aclocal.m4-4860-	*Sun\ C*)			# Sun C 5.9
ace-of-penguins-1.5~rc2/aclocal.m4:4861:	  _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'
ace-of-penguins-1.5~rc2/aclocal.m4-4862-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-4926-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ace-of-penguins-1.5~rc2/aclocal.m4:4927:      case `$LD -v 2>&1` in
ace-of-penguins-1.5~rc2/aclocal.m4-4928-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5049-	# below for broken collect2 doesn't work under 4.3+
ace-of-penguins-1.5~rc2/aclocal.m4:5050:	  collect2name=`${CC} -print-prog-name=collect2`
ace-of-penguins-1.5~rc2/aclocal.m4-5051-	  if test -f "$collect2name" &&
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5099-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
ace-of-penguins-1.5~rc2/aclocal.m4:5100:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ace-of-penguins-1.5~rc2/aclocal.m4-5101-      else
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5165-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
ace-of-penguins-1.5~rc2/aclocal.m4:5166:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ace-of-penguins-1.5~rc2/aclocal.m4-5167-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5202-	# FIXME: Setting linknames here is a bad hack.
ace-of-penguins-1.5~rc2/aclocal.m4:5203:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ace-of-penguins-1.5~rc2/aclocal.m4-5204-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5340-      if test "$GCC" = yes; then
ace-of-penguins-1.5~rc2/aclocal.m4:5341:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4-5342-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5363-	if test "$lt_cv_irix_exported_symbol" = yes; then
ace-of-penguins-1.5~rc2/aclocal.m4:5364:          _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'
ace-of-penguins-1.5~rc2/aclocal.m4-5365-	fi
ace-of-penguins-1.5~rc2/aclocal.m4-5366-      else
ace-of-penguins-1.5~rc2/aclocal.m4:5367:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4:5368:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4-5369-      fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5403-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
ace-of-penguins-1.5~rc2/aclocal.m4:5404:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ace-of-penguins-1.5~rc2/aclocal.m4-5405-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5436-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ace-of-penguins-1.5~rc2/aclocal.m4:5437:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4-5438-      else
ace-of-penguins-1.5~rc2/aclocal.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ace-of-penguins-1.5~rc2/aclocal.m4:5440:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4-5441-      fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5449-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ace-of-penguins-1.5~rc2/aclocal.m4:5450:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4-5451-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5453-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ace-of-penguins-1.5~rc2/aclocal.m4:5454:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4:5455:	_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~
ace-of-penguins-1.5~rc2/aclocal.m4:5456:	$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'
ace-of-penguins-1.5~rc2/aclocal.m4-5457-
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5472-      else
ace-of-penguins-1.5~rc2/aclocal.m4:5473:	case `$CC -V 2>&1` in
ace-of-penguins-1.5~rc2/aclocal.m4-5474-	*"Compilers 5.0"*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5665-	  _LT_TAGVAR(allow_undefined_flag, $1)=
ace-of-penguins-1.5~rc2/aclocal.m4:5666:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
ace-of-penguins-1.5~rc2/aclocal.m4-5667-	  then
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-5961-        # ancient GNU ld didn't support --whole-archive et. al.
ace-of-penguins-1.5~rc2/aclocal.m4:5962:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
ace-of-penguins-1.5~rc2/aclocal.m4-5963-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6044-          # below for broken collect2 doesn't work under 4.3+
ace-of-penguins-1.5~rc2/aclocal.m4:6045:	  collect2name=`${CC} -print-prog-name=collect2`
ace-of-penguins-1.5~rc2/aclocal.m4-6046-	  if test -f "$collect2name" &&
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6094-
ace-of-penguins-1.5~rc2/aclocal.m4:6095:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ace-of-penguins-1.5~rc2/aclocal.m4-6096-        else
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6160-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
ace-of-penguins-1.5~rc2/aclocal.m4:6161:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ace-of-penguins-1.5~rc2/aclocal.m4-6162-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6201-	    # is EXPORTS), use it as is; otherwise, prepend...
ace-of-penguins-1.5~rc2/aclocal.m4:6202:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ace-of-penguins-1.5~rc2/aclocal.m4-6203-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6281-            # dependencies.
ace-of-penguins-1.5~rc2/aclocal.m4:6282:            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"'
ace-of-penguins-1.5~rc2/aclocal.m4-6283-            ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6346-	    # dependencies.
ace-of-penguins-1.5~rc2/aclocal.m4:6347:	    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"'
ace-of-penguins-1.5~rc2/aclocal.m4-6348-	    ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6382-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ace-of-penguins-1.5~rc2/aclocal.m4:6383:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4:6384:	_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'
ace-of-penguins-1.5~rc2/aclocal.m4-6385-	;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6389-	    # SGI C++
ace-of-penguins-1.5~rc2/aclocal.m4:6390:	    _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6391-
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6400-	      if test "$with_gnu_ld" = no; then
ace-of-penguins-1.5~rc2/aclocal.m4:6401:	        _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6402-	      else
ace-of-penguins-1.5~rc2/aclocal.m4:6403:	        _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6404-	      fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6421-	    # to its proper name (with version) after linking.
ace-of-penguins-1.5~rc2/aclocal.m4:6422:	    _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'
ace-of-penguins-1.5~rc2/aclocal.m4:6423:	    _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6424-	    # Commands to make compiler produce verbose output that lists
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6431-	    # dependencies.
ace-of-penguins-1.5~rc2/aclocal.m4:6432:	    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"'
ace-of-penguins-1.5~rc2/aclocal.m4-6433-
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6446-	    # earlier do not add the objects themselves.
ace-of-penguins-1.5~rc2/aclocal.m4:6447:	    case `$CC -V 2>&1` in
ace-of-penguins-1.5~rc2/aclocal.m4-6448-	      *"Version 7."*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6467-            # Portland Group C++ compiler
ace-of-penguins-1.5~rc2/aclocal.m4:6468:	    case `$CC -V` in
ace-of-penguins-1.5~rc2/aclocal.m4-6469-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6472-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
ace-of-penguins-1.5~rc2/aclocal.m4:6473:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
ace-of-penguins-1.5~rc2/aclocal.m4-6474-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6476-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
ace-of-penguins-1.5~rc2/aclocal.m4:6477:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
ace-of-penguins-1.5~rc2/aclocal.m4-6478-		$RANLIB $oldlib'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6481-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ace-of-penguins-1.5~rc2/aclocal.m4:6482:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
ace-of-penguins-1.5~rc2/aclocal.m4-6483-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6485-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ace-of-penguins-1.5~rc2/aclocal.m4:6486:		$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'
ace-of-penguins-1.5~rc2/aclocal.m4-6487-	      ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6495-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
ace-of-penguins-1.5~rc2/aclocal.m4:6496:	    _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6497-            ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6514-	    # dependencies.
ace-of-penguins-1.5~rc2/aclocal.m4:6515:	    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'
ace-of-penguins-1.5~rc2/aclocal.m4-6516-	    ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6529-	  *)
ace-of-penguins-1.5~rc2/aclocal.m4:6530:	    case `$CC -V 2>&1 | sed 5q` in
ace-of-penguins-1.5~rc2/aclocal.m4-6531-	    *Sun\ C*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6536-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
ace-of-penguins-1.5~rc2/aclocal.m4:6537:	      _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6538-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6606-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
ace-of-penguins-1.5~rc2/aclocal.m4:6607:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ace-of-penguins-1.5~rc2/aclocal.m4-6608-	    _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'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6625-	    # to its proper name (with version) after linking.
ace-of-penguins-1.5~rc2/aclocal.m4:6626:	    _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6627-
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6646-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ace-of-penguins-1.5~rc2/aclocal.m4:6647:	        _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6648-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6651-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ace-of-penguins-1.5~rc2/aclocal.m4:6652:	        _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'
ace-of-penguins-1.5~rc2/aclocal.m4:6653:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ace-of-penguins-1.5~rc2/aclocal.m4-6654-	          echo "-hidden">> $lib.exp~
ace-of-penguins-1.5~rc2/aclocal.m4:6655:	          $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~
ace-of-penguins-1.5~rc2/aclocal.m4-6656-	          $RM $lib.exp'
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6670-	    # dependencies.
ace-of-penguins-1.5~rc2/aclocal.m4:6671:	    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"'
ace-of-penguins-1.5~rc2/aclocal.m4-6672-	    ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6677-	        osf3*)
ace-of-penguins-1.5~rc2/aclocal.m4:6678:	          _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6679-		  ;;
ace-of-penguins-1.5~rc2/aclocal.m4-6680-	        *)
ace-of-penguins-1.5~rc2/aclocal.m4:6681:	          _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'
ace-of-penguins-1.5~rc2/aclocal.m4-6682-		  ;;
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-6930-  case ${2} in
ace-of-penguins-1.5~rc2/aclocal.m4:6931:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
ace-of-penguins-1.5~rc2/aclocal.m4:6932:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
ace-of-penguins-1.5~rc2/aclocal.m4-6933-  esac
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-7018-
ace-of-penguins-1.5~rc2/aclocal.m4:7019:  for p in `eval "$output_verbose_link_cmd"`; do
ace-of-penguins-1.5~rc2/aclocal.m4-7020-    case ${prev}${p} in
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-7116-linux*)
ace-of-penguins-1.5~rc2/aclocal.m4:7117:  case `$CC -V 2>&1 | sed 5q` in
ace-of-penguins-1.5~rc2/aclocal.m4-7118-  *Sun\ C*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-7167-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
ace-of-penguins-1.5~rc2/aclocal.m4:7168: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
ace-of-penguins-1.5~rc2/aclocal.m4-7169-fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-7769-    test $lt_ac_count -gt 10 && break
ace-of-penguins-1.5~rc2/aclocal.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
ace-of-penguins-1.5~rc2/aclocal.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-7840-# ------------------------------------------------------
ace-of-penguins-1.5~rc2/aclocal.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
ace-of-penguins-1.5~rc2/aclocal.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-8444-m4_define([lt_combine],
ace-of-penguins-1.5~rc2/aclocal.m4:8445:[m4_if(m4_eval([$# > 3]), [1],
ace-of-penguins-1.5~rc2/aclocal.m4-8446-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-8694-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ace-of-penguins-1.5~rc2/aclocal.m4:8695:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ace-of-penguins-1.5~rc2/aclocal.m4-8696-# and then we would define $MISSING as
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-8709-# Expand $ac_aux_dir to an absolute path.
ace-of-penguins-1.5~rc2/aclocal.m4:8710:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ace-of-penguins-1.5~rc2/aclocal.m4-8711-])
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-8807-  if test "$am_compiler_list" = ""; then
ace-of-penguins-1.5~rc2/aclocal.m4:8808:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ace-of-penguins-1.5~rc2/aclocal.m4-8809-  fi
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-8958-    # Strip MF so we end up with the name of the file.
ace-of-penguins-1.5~rc2/aclocal.m4:8959:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ace-of-penguins-1.5~rc2/aclocal.m4-8960-    # Check whether this is an Automake generated Makefile or not.
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-8967-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ace-of-penguins-1.5~rc2/aclocal.m4:8968:      dirpart=`AS_DIRNAME("$mf")`
ace-of-penguins-1.5~rc2/aclocal.m4-8969-    else
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-8973-    # from the Makefile without running 'make'.
ace-of-penguins-1.5~rc2/aclocal.m4:8974:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ace-of-penguins-1.5~rc2/aclocal.m4-8975-    test -z "$DEPDIR" && continue
ace-of-penguins-1.5~rc2/aclocal.m4:8976:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ace-of-penguins-1.5~rc2/aclocal.m4-8977-    test -z "$am__include" && continue
ace-of-penguins-1.5~rc2/aclocal.m4:8978:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ace-of-penguins-1.5~rc2/aclocal.m4-8979-    # Find all dependency output files, they are included files with
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-8987-      test -f "$dirpart/$file" && continue
ace-of-penguins-1.5~rc2/aclocal.m4:8988:      fdir=`AS_DIRNAME(["$file"])`
ace-of-penguins-1.5~rc2/aclocal.m4-8989-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-9045-AC_REQUIRE([AC_PROG_INSTALL])dnl
ace-of-penguins-1.5~rc2/aclocal.m4:9046:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ace-of-penguins-1.5~rc2/aclocal.m4-9047-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-9201-    * )
ace-of-penguins-1.5~rc2/aclocal.m4:9202:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ace-of-penguins-1.5~rc2/aclocal.m4-9203-  esac
ace-of-penguins-1.5~rc2/aclocal.m4-9204-done
ace-of-penguins-1.5~rc2/aclocal.m4:9205:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ace-of-penguins-1.5~rc2/aclocal.m4-9206-
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-9272-# Ignore all kinds of additional output from 'make'.
ace-of-penguins-1.5~rc2/aclocal.m4:9273:case `$am_make -s -f confmf 2> /dev/null` in #(
ace-of-penguins-1.5~rc2/aclocal.m4-9274-*the\ am__doit\ target*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-9282-   echo '.include "confinc"' > confmf
ace-of-penguins-1.5~rc2/aclocal.m4:9283:   case `$am_make -s -f confmf 2> /dev/null` in #(
ace-of-penguins-1.5~rc2/aclocal.m4-9284-   *the\ am__doit\ target*)
##############################################
ace-of-penguins-1.5~rc2/aclocal.m4-9464-     echo "timestamp, slept: $am_has_slept" > conftest.file
ace-of-penguins-1.5~rc2/aclocal.m4:9465:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ace-of-penguins-1.5~rc2/aclocal.m4-9466-     if test "$[*]" = "X"; then
ace-of-penguins-1.5~rc2/aclocal.m4-9467-	# -L didn't work.
ace-of-penguins-1.5~rc2/aclocal.m4:9468:	set X `ls -t "$srcdir/configure" conftest.file`
ace-of-penguins-1.5~rc2/aclocal.m4-9469-     fi
##############################################
ace-of-penguins-1.5~rc2/games/Makefile.in-41-  { \
ace-of-penguins-1.5~rc2/games/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ace-of-penguins-1.5~rc2/games/Makefile.in-43-  }; \
##############################################
ace-of-penguins-1.5~rc2/games/Makefile.in-483-	test -n "$(EXEEXT)" || exit 0; \
ace-of-penguins-1.5~rc2/games/Makefile.in:484:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ace-of-penguins-1.5~rc2/games/Makefile.in-485-	echo " rm -f" $$list; \
##############################################
ace-of-penguins-1.5~rc2/games/Makefile.in-586-.c.obj:
ace-of-penguins-1.5~rc2/games/Makefile.in:587:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ace-of-penguins-1.5~rc2/games/Makefile.in-588-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ace-of-penguins-1.5~rc2/games/Makefile.in-590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ace-of-penguins-1.5~rc2/games/Makefile.in:591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ace-of-penguins-1.5~rc2/games/Makefile.in-592-
##############################################
ace-of-penguins-1.5~rc2/games/Makefile.in-635-GTAGS:
ace-of-penguins-1.5~rc2/games/Makefile.in:636:	here=`$(am__cd) $(top_builddir) && pwd` \
ace-of-penguins-1.5~rc2/games/Makefile.in-637-	  && $(am__cd) $(top_srcdir) \
##############################################
ace-of-penguins-1.5~rc2/games/Makefile.in-658-distdir: $(DISTFILES)
ace-of-penguins-1.5~rc2/games/Makefile.in:659:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ace-of-penguins-1.5~rc2/games/Makefile.in:660:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ace-of-penguins-1.5~rc2/games/Makefile.in-661-	list='$(DISTFILES)'; \
##############################################
ace-of-penguins-1.5~rc2/games/Makefile.in-672-	  if test -d $$d/$$file; then \
ace-of-penguins-1.5~rc2/games/Makefile.in:673:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ace-of-penguins-1.5~rc2/games/Makefile.in-674-	    if test -d "$(distdir)/$$file"; then \
##############################################
ace-of-penguins-1.5~rc2/lib/Makefile.in-42-  { \
ace-of-penguins-1.5~rc2/lib/Makefile.in:43:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ace-of-penguins-1.5~rc2/lib/Makefile.in-44-  }; \
##############################################
ace-of-penguins-1.5~rc2/lib/Makefile.in-93-CONFIG_CLEAN_VPATH_FILES =
ace-of-penguins-1.5~rc2/lib/Makefile.in:94:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ace-of-penguins-1.5~rc2/lib/Makefile.in-95-am__vpath_adj = case $$p in \
ace-of-penguins-1.5~rc2/lib/Makefile.in:96:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ace-of-penguins-1.5~rc2/lib/Makefile.in-97-    *) f=$$p;; \
ace-of-penguins-1.5~rc2/lib/Makefile.in-98-  esac;
ace-of-penguins-1.5~rc2/lib/Makefile.in:99:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ace-of-penguins-1.5~rc2/lib/Makefile.in-100-am__install_max = 40
ace-of-penguins-1.5~rc2/lib/Makefile.in-101-am__nobase_strip_setup = \
ace-of-penguins-1.5~rc2/lib/Makefile.in:102:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ace-of-penguins-1.5~rc2/lib/Makefile.in-103-am__nobase_strip = \
##############################################
ace-of-penguins-1.5~rc2/lib/Makefile.in-415-	test -n "$(EXEEXT)" || exit 0; \
ace-of-penguins-1.5~rc2/lib/Makefile.in:416:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ace-of-penguins-1.5~rc2/lib/Makefile.in-417-	echo " rm -f" $$list; \
##############################################
ace-of-penguins-1.5~rc2/lib/Makefile.in-444-.c.obj:
ace-of-penguins-1.5~rc2/lib/Makefile.in:445:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ace-of-penguins-1.5~rc2/lib/Makefile.in-446-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ace-of-penguins-1.5~rc2/lib/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ace-of-penguins-1.5~rc2/lib/Makefile.in:449:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ace-of-penguins-1.5~rc2/lib/Makefile.in-450-
##############################################
ace-of-penguins-1.5~rc2/lib/Makefile.in-493-GTAGS:
ace-of-penguins-1.5~rc2/lib/Makefile.in:494:	here=`$(am__cd) $(top_builddir) && pwd` \
ace-of-penguins-1.5~rc2/lib/Makefile.in-495-	  && $(am__cd) $(top_srcdir) \
##############################################
ace-of-penguins-1.5~rc2/lib/Makefile.in-516-distdir: $(DISTFILES)
ace-of-penguins-1.5~rc2/lib/Makefile.in:517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ace-of-penguins-1.5~rc2/lib/Makefile.in:518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ace-of-penguins-1.5~rc2/lib/Makefile.in-519-	list='$(DISTFILES)'; \
##############################################
ace-of-penguins-1.5~rc2/lib/Makefile.in-530-	  if test -d $$d/$$file; then \
ace-of-penguins-1.5~rc2/lib/Makefile.in:531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ace-of-penguins-1.5~rc2/lib/Makefile.in-532-	    if test -d "$(distdir)/$$file"; then \
##############################################
ace-of-penguins-1.5~rc2/tests/Makefile.in-40-  { \
ace-of-penguins-1.5~rc2/tests/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ace-of-penguins-1.5~rc2/tests/Makefile.in-42-  }; \
##############################################
ace-of-penguins-1.5~rc2/tests/Makefile.in-396-	test -n "$(EXEEXT)" || exit 0; \
ace-of-penguins-1.5~rc2/tests/Makefile.in:397:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ace-of-penguins-1.5~rc2/tests/Makefile.in-398-	echo " rm -f" $$list; \
##############################################
ace-of-penguins-1.5~rc2/tests/Makefile.in-405-	test -n "$(EXEEXT)" || exit 0; \
ace-of-penguins-1.5~rc2/tests/Makefile.in:406:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ace-of-penguins-1.5~rc2/tests/Makefile.in-407-	echo " rm -f" $$list; \
##############################################
ace-of-penguins-1.5~rc2/tests/Makefile.in-455-.c.obj:
ace-of-penguins-1.5~rc2/tests/Makefile.in:456:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ace-of-penguins-1.5~rc2/tests/Makefile.in-457-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ace-of-penguins-1.5~rc2/tests/Makefile.in-459-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ace-of-penguins-1.5~rc2/tests/Makefile.in:460:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ace-of-penguins-1.5~rc2/tests/Makefile.in-461-
##############################################
ace-of-penguins-1.5~rc2/tests/Makefile.in-504-GTAGS:
ace-of-penguins-1.5~rc2/tests/Makefile.in:505:	here=`$(am__cd) $(top_builddir) && pwd` \
ace-of-penguins-1.5~rc2/tests/Makefile.in-506-	  && $(am__cd) $(top_srcdir) \
##############################################
ace-of-penguins-1.5~rc2/tests/Makefile.in-527-distdir: $(DISTFILES)
ace-of-penguins-1.5~rc2/tests/Makefile.in:528:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ace-of-penguins-1.5~rc2/tests/Makefile.in:529:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ace-of-penguins-1.5~rc2/tests/Makefile.in-530-	list='$(DISTFILES)'; \
##############################################
ace-of-penguins-1.5~rc2/tests/Makefile.in-541-	  if test -d $$d/$$file; then \
ace-of-penguins-1.5~rc2/tests/Makefile.in:542:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ace-of-penguins-1.5~rc2/tests/Makefile.in-543-	    if test -d "$(distdir)/$$file"; then \