===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
winwrangler-0.2.4/install-sh-217-      fi
winwrangler-0.2.4/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
winwrangler-0.2.4/install-sh-219-    *)
##############################################
winwrangler-0.2.4/install-sh-269-      dstdir=$dst
winwrangler-0.2.4/install-sh:270:      dst=$dstdir/`basename "$src"`
winwrangler-0.2.4/install-sh-271-      dstdir_status=0
##############################################
winwrangler-0.2.4/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
winwrangler-0.2.4/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
winwrangler-0.2.4/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
winwrangler-0.2.4/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
winwrangler-0.2.4/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
winwrangler-0.2.4/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
winwrangler-0.2.4/install-sh-418-	    case $prefix in
winwrangler-0.2.4/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
winwrangler-0.2.4/install-sh-420-	      *) qprefix=$prefix;;
##############################################
winwrangler-0.2.4/install-sh-467-    if $copy_on_change &&
winwrangler-0.2.4/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
winwrangler-0.2.4/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
winwrangler-0.2.4/install-sh-470-
##############################################
winwrangler-0.2.4/missing-139-       # Could not run --version or --help.  This is probably someone
winwrangler-0.2.4/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
winwrangler-0.2.4/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
winwrangler-0.2.4/missing-173-         from any GNU archive site."
winwrangler-0.2.4/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
winwrangler-0.2.4/missing-175-    test -z "$files" && files="config.h"
##############################################
winwrangler-0.2.4/missing-202-         proper tools for further handling them.
winwrangler-0.2.4/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
winwrangler-0.2.4/missing-204-         archive site."
winwrangler-0.2.4/missing-205-
winwrangler-0.2.4/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
winwrangler-0.2.4/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
winwrangler-0.2.4/missing-208-    if test -f "$file"; then
##############################################
winwrangler-0.2.4/missing-231-	*.y)
winwrangler-0.2.4/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
winwrangler-0.2.4/missing-233-	    if test -f "$SRCFILE"; then
##############################################
winwrangler-0.2.4/missing-235-	    fi
winwrangler-0.2.4/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
winwrangler-0.2.4/missing-237-	    if test -f "$SRCFILE"; then
##############################################
winwrangler-0.2.4/missing-261-	*.l)
winwrangler-0.2.4/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
winwrangler-0.2.4/missing-263-	    if test -f "$SRCFILE"; then
##############################################
winwrangler-0.2.4/missing-280-
winwrangler-0.2.4/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
winwrangler-0.2.4/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
winwrangler-0.2.4/missing-283-    if test -f "$file"; then
##############################################
winwrangler-0.2.4/missing-300-    # The file to touch is that specified with -o ...
winwrangler-0.2.4/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
winwrangler-0.2.4/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
winwrangler-0.2.4/missing-303-    if test -z "$file"; then
winwrangler-0.2.4/missing-304-      # ... or it is the one specified with @setfilename ...
winwrangler-0.2.4/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
winwrangler-0.2.4/missing-306-      file=`sed -n '
##############################################
winwrangler-0.2.4/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
winwrangler-0.2.4/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
winwrangler-0.2.4/missing-314-    fi
##############################################
winwrangler-0.2.4/missing-336-	*o*)
winwrangler-0.2.4/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
winwrangler-0.2.4/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
winwrangler-0.2.4/missing-342-	*h*)
winwrangler-0.2.4/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
winwrangler-0.2.4/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
winwrangler-0.2.4/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
winwrangler-0.2.4/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
winwrangler-0.2.4/configure-45-  as_echo='print -r --'
winwrangler-0.2.4/configure-46-  as_echo_n='print -rn --'
winwrangler-0.2.4/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
winwrangler-0.2.4/configure-48-  as_echo='printf %s\n'
##############################################
winwrangler-0.2.4/configure-50-else
winwrangler-0.2.4/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
winwrangler-0.2.4/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
winwrangler-0.2.4/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
winwrangler-0.2.4/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
winwrangler-0.2.4/configure-62-      esac;
##############################################
winwrangler-0.2.4/configure-170-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
winwrangler-0.2.4/configure:171:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
winwrangler-0.2.4/configure-172-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
winwrangler-0.2.4/configure-286-      case $as_dir in #(
winwrangler-0.2.4/configure:287:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
winwrangler-0.2.4/configure-288-      *) as_qdir=$as_dir;;
##############################################
winwrangler-0.2.4/configure-351-  {
winwrangler-0.2.4/configure:352:    as_val=`expr "$@" || test $? -eq 1`
winwrangler-0.2.4/configure-353-  }
##############################################
winwrangler-0.2.4/configure-358-# ---------------------------------
winwrangler-0.2.4/configure:359:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
winwrangler-0.2.4/configure-360-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
winwrangler-0.2.4/configure-421-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
winwrangler-0.2.4/configure:422:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
winwrangler-0.2.4/configure-423-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
winwrangler-0.2.4/configure-512-	esac;
winwrangler-0.2.4/configure:513:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
winwrangler-0.2.4/configure-514-	???[sx]*):;;*)false;;esac;fi
##############################################
winwrangler-0.2.4/configure-533-  # Remove one level of quotation (which was required for Make).
winwrangler-0.2.4/configure:534:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
winwrangler-0.2.4/configure-535-  ;;
##############################################
winwrangler-0.2.4/configure-544-  :
winwrangler-0.2.4/configure:545:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
winwrangler-0.2.4/configure-546-  # Yippee, $ECHO works!
##############################################
winwrangler-0.2.4/configure-570-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
winwrangler-0.2.4/configure:571:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
winwrangler-0.2.4/configure-572-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
winwrangler-0.2.4/configure-578-
winwrangler-0.2.4/configure:579:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
winwrangler-0.2.4/configure:580:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
winwrangler-0.2.4/configure-581-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/configure-593-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
winwrangler-0.2.4/configure:594:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
winwrangler-0.2.4/configure:595:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
winwrangler-0.2.4/configure-596-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/configure-605-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
winwrangler-0.2.4/configure:606:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
winwrangler-0.2.4/configure-607-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/configure-620-        ECHO='printf %s\n'
winwrangler-0.2.4/configure:621:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
winwrangler-0.2.4/configure:622:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
winwrangler-0.2.4/configure-623-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/configure-625-	  :
winwrangler-0.2.4/configure:626:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
winwrangler-0.2.4/configure-627-	     test "X$echo_testing_string" = 'X\t' &&
winwrangler-0.2.4/configure:628:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
winwrangler-0.2.4/configure-629-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/configure-634-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
winwrangler-0.2.4/configure:635:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
winwrangler-0.2.4/configure-636-	     test "X$echo_testing_string" = 'X\t' &&
winwrangler-0.2.4/configure:637:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
winwrangler-0.2.4/configure-638-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/configure-644-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
winwrangler-0.2.4/configure:645:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
winwrangler-0.2.4/configure-646-	    then
##############################################
winwrangler-0.2.4/configure-652-	  if test "$prev" != 'sed 50q "$0"'; then
winwrangler-0.2.4/configure:653:	    echo_test_string=`eval $prev`
winwrangler-0.2.4/configure-654-	    export echo_test_string
##############################################
winwrangler-0.2.4/configure-987-  case $ac_option in
winwrangler-0.2.4/configure:988:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
winwrangler-0.2.4/configure-989-  *)	ac_optarg=yes ;;
##############################################
winwrangler-0.2.4/configure-1030-  -disable-* | --disable-*)
winwrangler-0.2.4/configure:1031:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
winwrangler-0.2.4/configure-1032-    # Reject names that are not valid shell variable names.
##############################################
winwrangler-0.2.4/configure-1035-    ac_useropt_orig=$ac_useropt
winwrangler-0.2.4/configure:1036:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
winwrangler-0.2.4/configure-1037-    case $ac_user_opts in
##############################################
winwrangler-0.2.4/configure-1056-  -enable-* | --enable-*)
winwrangler-0.2.4/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
winwrangler-0.2.4/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
winwrangler-0.2.4/configure-1061-    ac_useropt_orig=$ac_useropt
winwrangler-0.2.4/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
winwrangler-0.2.4/configure-1063-    case $ac_user_opts in
##############################################
winwrangler-0.2.4/configure-1260-  -with-* | --with-*)
winwrangler-0.2.4/configure:1261:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
winwrangler-0.2.4/configure-1262-    # Reject names that are not valid shell variable names.
##############################################
winwrangler-0.2.4/configure-1265-    ac_useropt_orig=$ac_useropt
winwrangler-0.2.4/configure:1266:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
winwrangler-0.2.4/configure-1267-    case $ac_user_opts in
##############################################
winwrangler-0.2.4/configure-1276-  -without-* | --without-*)
winwrangler-0.2.4/configure:1277:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
winwrangler-0.2.4/configure-1278-    # Reject names that are not valid shell variable names.
##############################################
winwrangler-0.2.4/configure-1281-    ac_useropt_orig=$ac_useropt
winwrangler-0.2.4/configure:1282:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
winwrangler-0.2.4/configure-1283-    case $ac_user_opts in
##############################################
winwrangler-0.2.4/configure-1314-  *=*)
winwrangler-0.2.4/configure:1315:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
winwrangler-0.2.4/configure-1316-    # Reject names that are not valid shell variable names.
##############################################
winwrangler-0.2.4/configure-1335-if test -n "$ac_prev"; then
winwrangler-0.2.4/configure:1336:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
winwrangler-0.2.4/configure-1337-  as_fn_error "missing argument to $ac_option"
##############################################
winwrangler-0.2.4/configure-1357-    */ )
winwrangler-0.2.4/configure:1358:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
winwrangler-0.2.4/configure-1359-      eval $ac_var=\$ac_val;;
##############################################
winwrangler-0.2.4/configure-1394-ac_ls_di=`ls -di .` &&
winwrangler-0.2.4/configure:1395:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
winwrangler-0.2.4/configure-1396-  as_fn_error "working directory cannot be determined"
##############################################
winwrangler-0.2.4/configure-1450-case $srcdir in
winwrangler-0.2.4/configure:1451:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
winwrangler-0.2.4/configure-1452-esac
##############################################
winwrangler-0.2.4/configure-1493-By default, \`make install' will install all the files in
winwrangler-0.2.4/configure:1494:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
winwrangler-0.2.4/configure:1495:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
winwrangler-0.2.4/configure-1496-for instance \`--prefix=\$HOME'.
##############################################
winwrangler-0.2.4/configure-1598-*)
winwrangler-0.2.4/configure:1599:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
winwrangler-0.2.4/configure-1600-  # A ".." for each directory in $ac_dir_suffix.
winwrangler-0.2.4/configure:1601:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
winwrangler-0.2.4/configure-1602-  case $ac_top_builddir_sub in
##############################################
winwrangler-0.2.4/configure-2082-    *\'*)
winwrangler-0.2.4/configure:2083:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
winwrangler-0.2.4/configure-2084-    esac
##############################################
winwrangler-0.2.4/configure-2169-      case $ac_val in
winwrangler-0.2.4/configure:2170:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
winwrangler-0.2.4/configure-2171-      esac
##############################################
winwrangler-0.2.4/configure-2186-	case $ac_val in
winwrangler-0.2.4/configure:2187:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
winwrangler-0.2.4/configure-2188-	esac
##############################################
winwrangler-0.2.4/configure-2299-    set,)
winwrangler-0.2.4/configure:2300:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
winwrangler-0.2.4/configure:2301:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
winwrangler-0.2.4/configure-2302-      ac_cache_corrupted=: ;;
##############################################
winwrangler-0.2.4/configure-2310-	# differences in whitespace do not lead to failure.
winwrangler-0.2.4/configure:2311:	ac_old_val_w=`echo x $ac_old_val`
winwrangler-0.2.4/configure:2312:	ac_new_val_w=`echo x $ac_new_val`
winwrangler-0.2.4/configure-2313-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
winwrangler-0.2.4/configure-2330-    case $ac_new_val in
winwrangler-0.2.4/configure:2331:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
winwrangler-0.2.4/configure-2332-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
winwrangler-0.2.4/configure-2500-if (
winwrangler-0.2.4/configure:2501:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
winwrangler-0.2.4/configure-2502-   if test "$*" = "X"; then
winwrangler-0.2.4/configure-2503-      # -L didn't work.
winwrangler-0.2.4/configure:2504:      set X `ls -t "$srcdir/configure" conftest.file`
winwrangler-0.2.4/configure-2505-   fi
##############################################
winwrangler-0.2.4/configure-2536-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
winwrangler-0.2.4/configure:2537:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
winwrangler-0.2.4/configure-2538-
winwrangler-0.2.4/configure-2539-# expand $ac_aux_dir to an absolute path
winwrangler-0.2.4/configure:2540:am_aux_dir=`cd $ac_aux_dir && pwd`
winwrangler-0.2.4/configure-2541-
##############################################
winwrangler-0.2.4/configure-2681-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
winwrangler-0.2.4/configure:2682:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
winwrangler-0.2.4/configure-2683-	     'mkdir (GNU coreutils) '* | \
##############################################
winwrangler-0.2.4/configure-2760-set x ${MAKE-make}
winwrangler-0.2.4/configure:2761:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
winwrangler-0.2.4/configure-2762-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
winwrangler-0.2.4/configure-2770-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
winwrangler-0.2.4/configure:2771:case `${MAKE-make} -f conftest.make 2>/dev/null` in
winwrangler-0.2.4/configure-2772-  *@@@%%%=?*=@@@%%%*)
##############################################
winwrangler-0.2.4/configure-2797-
winwrangler-0.2.4/configure:2798:if test "`cd $srcdir && pwd`" != "`pwd`"; then
winwrangler-0.2.4/configure-2799-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
winwrangler-0.2.4/configure-2905-# Ignore all kinds of additional output from `make'.
winwrangler-0.2.4/configure:2906:case `$am_make -s -f confmf 2> /dev/null` in #(
winwrangler-0.2.4/configure-2907-*the\ am__doit\ target*)
##############################################
winwrangler-0.2.4/configure-2915-   echo '.include "confinc"' > confmf
winwrangler-0.2.4/configure:2916:   case `$am_make -s -f confmf 2> /dev/null` in #(
winwrangler-0.2.4/configure-2917-   *the\ am__doit\ target*)
##############################################
winwrangler-0.2.4/configure-3295-$as_echo_n "checking for C compiler default output file name... " >&6; }
winwrangler-0.2.4/configure:3296:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
winwrangler-0.2.4/configure-3297-
##############################################
winwrangler-0.2.4/configure-3339-	then :; else
winwrangler-0.2.4/configure:3340:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
winwrangler-0.2.4/configure-3341-	fi
##############################################
winwrangler-0.2.4/configure-3433-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
winwrangler-0.2.4/configure:3434:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
winwrangler-0.2.4/configure-3435-	  break;;
##############################################
winwrangler-0.2.4/configure-3483-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
winwrangler-0.2.4/configure:3484:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
winwrangler-0.2.4/configure-3485-       break;;
##############################################
winwrangler-0.2.4/configure-3742-  if test "$am_compiler_list" = ""; then
winwrangler-0.2.4/configure:3743:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
winwrangler-0.2.4/configure-3744-  fi
##############################################
winwrangler-0.2.4/configure-4466-  if test "$am_compiler_list" = ""; then
winwrangler-0.2.4/configure:4467:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
winwrangler-0.2.4/configure-4468-  fi
##############################################
winwrangler-0.2.4/configure-5133-  if test "$am_compiler_list" = ""; then
winwrangler-0.2.4/configure:5134:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
winwrangler-0.2.4/configure-5135-  fi
##############################################
winwrangler-0.2.4/configure-5392-  # Check for GNU $ac_path_GREP
winwrangler-0.2.4/configure:5393:case `"$ac_path_GREP" --version 2>&1` in
winwrangler-0.2.4/configure-5394-*GNU*)
##############################################
winwrangler-0.2.4/configure-5458-  # Check for GNU $ac_path_EGREP
winwrangler-0.2.4/configure:5459:case `"$ac_path_EGREP" --version 2>&1` in
winwrangler-0.2.4/configure-5460-*GNU*)
##############################################
winwrangler-0.2.4/configure-5631-do :
winwrangler-0.2.4/configure:5632:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
winwrangler-0.2.4/configure-5633-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
winwrangler-0.2.4/configure-5637-  cat >>confdefs.h <<_ACEOF
winwrangler-0.2.4/configure:5638:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
winwrangler-0.2.4/configure-5639-_ACEOF
##############################################
winwrangler-0.2.4/configure-6063-    if test -f $ac_dir/$ac_word; then
winwrangler-0.2.4/configure:6064:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
winwrangler-0.2.4/configure-6065-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
winwrangler-0.2.4/configure-6182-    if test -f $ac_dir/$ac_word; then
winwrangler-0.2.4/configure:6183:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
winwrangler-0.2.4/configure-6184-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
winwrangler-0.2.4/configure-6337-   if test "x$srcdir" != "x."; then
winwrangler-0.2.4/configure:6338:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
winwrangler-0.2.4/configure-6339-       posrcprefix="$srcdir/"
##############################################
winwrangler-0.2.4/configure-6377-
winwrangler-0.2.4/configure:6378:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.37.1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
winwrangler-0.2.4/configure-6379-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
winwrangler-0.2.4/configure:6380:    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
winwrangler-0.2.4/configure-6381-
##############################################
winwrangler-0.2.4/configure-6792-fi
winwrangler-0.2.4/configure:6793:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
winwrangler-0.2.4/configure:6794:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
winwrangler-0.2.4/configure:6795:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
winwrangler-0.2.4/configure-6796-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
winwrangler-0.2.4/configure-6848-else
winwrangler-0.2.4/configure:6849:   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
winwrangler-0.2.4/configure-6850-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
winwrangler-0.2.4/configure-6855-$as_echo_n "checking for XML::Parser... " >&6; }
winwrangler-0.2.4/configure:6856:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
winwrangler-0.2.4/configure-6857-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
winwrangler-0.2.4/configure-6946-test "x$ac_build_alias" = x &&
winwrangler-0.2.4/configure:6947:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
winwrangler-0.2.4/configure-6948-test "x$ac_build_alias" = x &&
winwrangler-0.2.4/configure-6949-  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
winwrangler-0.2.4/configure:6950:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
winwrangler-0.2.4/configure-6951-  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
winwrangler-0.2.4/configure-6970-IFS=$ac_save_IFS
winwrangler-0.2.4/configure:6971:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
winwrangler-0.2.4/configure-6972-
##############################################
winwrangler-0.2.4/configure-6981-else
winwrangler-0.2.4/configure:6982:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
winwrangler-0.2.4/configure-6983-    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
winwrangler-0.2.4/configure-7003-IFS=$ac_save_IFS
winwrangler-0.2.4/configure:7004:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
winwrangler-0.2.4/configure-7005-
##############################################
winwrangler-0.2.4/configure-7031-  # Check for GNU $ac_path_SED
winwrangler-0.2.4/configure:7032:case `"$ac_path_SED" --version 2>&1` in
winwrangler-0.2.4/configure-7033-*GNU*)
##############################################
winwrangler-0.2.4/configure-7110-  # Check for GNU $ac_path_FGREP
winwrangler-0.2.4/configure:7111:case `"$ac_path_FGREP" --version 2>&1` in
winwrangler-0.2.4/configure-7112-*GNU*)
##############################################
winwrangler-0.2.4/configure-7190-    # gcc leaves a trailing carriage return which upsets mingw
winwrangler-0.2.4/configure:7191:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
winwrangler-0.2.4/configure-7192-  *)
winwrangler-0.2.4/configure:7193:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
winwrangler-0.2.4/configure-7194-  esac
##############################################
winwrangler-0.2.4/configure-7199-      # Canonicalize the pathname of ld
winwrangler-0.2.4/configure:7200:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
winwrangler-0.2.4/configure-7201-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
winwrangler-0.2.4/configure:7202:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
winwrangler-0.2.4/configure-7203-      done
##############################################
winwrangler-0.2.4/configure-7234-      # Break only if it was the GNU/non-GNU ld that we prefer.
winwrangler-0.2.4/configure:7235:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
winwrangler-0.2.4/configure-7236-      *GNU* | *'with BFD'*)
##############################################
winwrangler-0.2.4/configure-7265-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
winwrangler-0.2.4/configure:7266:case `$LD -v 2>&1 </dev/null` in
winwrangler-0.2.4/configure-7267-*GNU* | *'with BFD'*)
##############################################
winwrangler-0.2.4/configure-7310-	# Tru64's nm complains that /dev/null is an invalid object file
winwrangler-0.2.4/configure:7311:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
winwrangler-0.2.4/configure-7312-	*/dev/null* | *'Invalid file or object type'*)
##############################################
winwrangler-0.2.4/configure-7316-	*)
winwrangler-0.2.4/configure:7317:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
winwrangler-0.2.4/configure-7318-	  */dev/null*)
##############################################
winwrangler-0.2.4/configure-7539-    # And add a safety zone
winwrangler-0.2.4/configure:7540:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
winwrangler-0.2.4/configure:7541:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
winwrangler-0.2.4/configure-7542-    ;;
##############################################
winwrangler-0.2.4/configure-7567-    if test -n "$kargmax"; then
winwrangler-0.2.4/configure:7568:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
winwrangler-0.2.4/configure-7569-    else
##############################################
winwrangler-0.2.4/configure-7575-    if test -n "$lt_cv_sys_max_cmd_len"; then
winwrangler-0.2.4/configure:7576:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
winwrangler-0.2.4/configure:7577:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
winwrangler-0.2.4/configure-7578-    else
##############################################
winwrangler-0.2.4/configure-7587-      # we can't tell.
winwrangler-0.2.4/configure:7588:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
winwrangler-0.2.4/configure-7589-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
winwrangler-0.2.4/configure-7591-      do
winwrangler-0.2.4/configure:7592:        i=`expr $i + 1`
winwrangler-0.2.4/configure-7593-        teststring=$teststring$teststring
##############################################
winwrangler-0.2.4/configure-7595-      # Only check the string length outside the loop.
winwrangler-0.2.4/configure:7596:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
winwrangler-0.2.4/configure-7597-      teststring=
##############################################
winwrangler-0.2.4/configure-7600-      # linker.  It appears as though 1/2 is a usable value.
winwrangler-0.2.4/configure:7601:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
winwrangler-0.2.4/configure-7602-    fi
##############################################
winwrangler-0.2.4/configure-7955-openbsd*)
winwrangler-0.2.4/configure:7956:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
winwrangler-0.2.4/configure-7957-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
winwrangler-0.2.4/configure-8444-# If we're using GNU nm, then use its standard symbol codes.
winwrangler-0.2.4/configure:8445:case `$NM -V 2>&1` in
winwrangler-0.2.4/configure-8446-*GNU* | *'with BFD'*)
##############################################
winwrangler-0.2.4/configure-8462-mingw*)
winwrangler-0.2.4/configure:8463:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
winwrangler-0.2.4/configure-8464-  ;;
##############################################
winwrangler-0.2.4/configure-8658-  test $ac_status = 0; }; then
winwrangler-0.2.4/configure:8659:    case `/usr/bin/file conftest.$ac_objext` in
winwrangler-0.2.4/configure-8660-      *ELF-32*)
##############################################
winwrangler-0.2.4/configure-8678-    if test "$lt_cv_prog_gnu_ld" = yes; then
winwrangler-0.2.4/configure:8679:      case `/usr/bin/file conftest.$ac_objext` in
winwrangler-0.2.4/configure-8680-	*32-bit*)
##############################################
winwrangler-0.2.4/configure-8690-    else
winwrangler-0.2.4/configure:8691:      case `/usr/bin/file conftest.$ac_objext` in
winwrangler-0.2.4/configure-8692-	*32-bit*)
##############################################
winwrangler-0.2.4/configure-9704-done
winwrangler-0.2.4/configure:9705:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
winwrangler-0.2.4/configure-9706-
##############################################
winwrangler-0.2.4/configure-9733-	"file_magic "*)
winwrangler-0.2.4/configure:9734:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
winwrangler-0.2.4/configure-9735-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
winwrangler-0.2.4/configure-9799-	"file_magic "*)
winwrangler-0.2.4/configure:9800:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
winwrangler-0.2.4/configure-9801-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
winwrangler-0.2.4/configure-10138-      *)
winwrangler-0.2.4/configure:10139:	case `$CC -V 2>&1 | sed 5q` in
winwrangler-0.2.4/configure-10140-	*Sun\ C*)
##############################################
winwrangler-0.2.4/configure-10474-  if test "$hard_links" = no; then
winwrangler-0.2.4/configure:10475:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
winwrangler-0.2.4/configure:10476:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
winwrangler-0.2.4/configure-10477-    need_locks=warn
##############################################
winwrangler-0.2.4/configure-10570-    supports_anon_versioning=no
winwrangler-0.2.4/configure:10571:    case `$LD -v 2>&1` in
winwrangler-0.2.4/configure-10572-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
winwrangler-0.2.4/configure-10635-	# is EXPORTS), use it as is; otherwise, prepend...
winwrangler-0.2.4/configure:10636:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
winwrangler-0.2.4/configure-10637-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
winwrangler-0.2.4/configure-10658-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
winwrangler-0.2.4/configure:10659:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
winwrangler-0.2.4/configure:10660:      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'
winwrangler-0.2.4/configure-10661-      ;;
##############################################
winwrangler-0.2.4/configure-10676-        pgcc*)				# Portland Group C compiler
winwrangler-0.2.4/configure:10677:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
winwrangler-0.2.4/configure-10678-	  tmp_addflag=' $pic_flag'
##############################################
winwrangler-0.2.4/configure-10680-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
winwrangler-0.2.4/configure:10681:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
winwrangler-0.2.4/configure-10682-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
winwrangler-0.2.4/configure-10695-	esac
winwrangler-0.2.4/configure:10696:	case `$CC -V 2>&1 | sed 5q` in
winwrangler-0.2.4/configure-10697-	*Sun\ C*)			# Sun C 5.9
winwrangler-0.2.4/configure:10698:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
winwrangler-0.2.4/configure-10699-	  compiler_needs_object=yes
##############################################
winwrangler-0.2.4/configure-10764-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
winwrangler-0.2.4/configure:10765:      case `$LD -v 2>&1` in
winwrangler-0.2.4/configure-10766-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
winwrangler-0.2.4/configure-10885-	# below for broken collect2 doesn't work under 4.3+
winwrangler-0.2.4/configure:10886:	  collect2name=`${CC} -print-prog-name=collect2`
winwrangler-0.2.4/configure-10887-	  if test -f "$collect2name" &&
##############################################
winwrangler-0.2.4/configure-10953-    }'
winwrangler-0.2.4/configure:10954:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
winwrangler-0.2.4/configure-10955-# Check for a 64-bit object if we didn't find anything.
winwrangler-0.2.4/configure-10956-if test -z "$aix_libpath"; then
winwrangler-0.2.4/configure:10957:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
winwrangler-0.2.4/configure-10958-fi
##############################################
winwrangler-0.2.4/configure-10964-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
winwrangler-0.2.4/configure:10965:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
winwrangler-0.2.4/configure-10966-      else
##############################################
winwrangler-0.2.4/configure-10993-    }'
winwrangler-0.2.4/configure:10994:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
winwrangler-0.2.4/configure-10995-# Check for a 64-bit object if we didn't find anything.
winwrangler-0.2.4/configure-10996-if test -z "$aix_libpath"; then
winwrangler-0.2.4/configure:10997:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
winwrangler-0.2.4/configure-10998-fi
##############################################
winwrangler-0.2.4/configure-11048-      # FIXME: Setting linknames here is a bad hack.
winwrangler-0.2.4/configure:11049:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
winwrangler-0.2.4/configure-11050-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
winwrangler-0.2.4/configure-11053-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
winwrangler-0.2.4/configure:11054:      fix_srcfile_path='`cygpath -w "$srcfile"`'
winwrangler-0.2.4/configure-11055-      enable_shared_with_static_runtimes=yes
##############################################
winwrangler-0.2.4/configure-11206-      if test "$GCC" = yes; then
winwrangler-0.2.4/configure:11207:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/configure-11208-	# Try to use the -exported_symbol ld option, if it does not
##############################################
winwrangler-0.2.4/configure-11217-if ac_fn_c_try_link "$LINENO"; then :
winwrangler-0.2.4/configure:11218:  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
winwrangler-0.2.4/configure-11219-
##############################################
winwrangler-0.2.4/configure-11224-      else
winwrangler-0.2.4/configure:11225:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/configure:11226:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
winwrangler-0.2.4/configure-11227-      fi
##############################################
winwrangler-0.2.4/configure-11261-	hardcode_direct_absolute=yes
winwrangler-0.2.4/configure:11262:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
winwrangler-0.2.4/configure-11263-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
winwrangler-0.2.4/configure-11294-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
winwrangler-0.2.4/configure:11295:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/configure-11296-      else
winwrangler-0.2.4/configure-11297-	allow_undefined_flag=' -expect_unresolved \*'
winwrangler-0.2.4/configure:11298:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/configure-11299-      fi
##############################################
winwrangler-0.2.4/configure-11307-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
winwrangler-0.2.4/configure:11308:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/configure-11309-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
winwrangler-0.2.4/configure-11311-	allow_undefined_flag=' -expect_unresolved \*'
winwrangler-0.2.4/configure:11312:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/configure:11313:	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~
winwrangler-0.2.4/configure:11314:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
winwrangler-0.2.4/configure-11315-
##############################################
winwrangler-0.2.4/configure-11330-      else
winwrangler-0.2.4/configure:11331:	case `$CC -V 2>&1` in
winwrangler-0.2.4/configure-11332-	*"Compilers 5.0"*)
##############################################
winwrangler-0.2.4/configure-11724-  esac
winwrangler-0.2.4/configure:11725:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
winwrangler-0.2.4/configure-11726-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
winwrangler-0.2.4/configure-11730-    # okay in the real world where ";" in dirpaths is itself problematic.
winwrangler-0.2.4/configure:11731:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
winwrangler-0.2.4/configure-11732-  else
winwrangler-0.2.4/configure:11733:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
winwrangler-0.2.4/configure-11734-  fi
##############################################
winwrangler-0.2.4/configure-11737-  lt_tmp_lt_search_path_spec=
winwrangler-0.2.4/configure:11738:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
winwrangler-0.2.4/configure-11739-  for lt_sys_path in $lt_search_path_spec; do
##############################################
winwrangler-0.2.4/configure-11766-}'`
winwrangler-0.2.4/configure:11767:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
winwrangler-0.2.4/configure-11768-else
##############################################
winwrangler-0.2.4/configure-11854-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
winwrangler-0.2.4/configure:11855:    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'
winwrangler-0.2.4/configure-11856-    ;;
##############################################
winwrangler-0.2.4/configure-11889-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
winwrangler-0.2.4/configure:11890:    postinstall_cmds='base_file=`basename \${file}`~
winwrangler-0.2.4/configure:11891:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
winwrangler-0.2.4/configure:11892:      dldir=$destdir/`dirname \$dlpath`~
winwrangler-0.2.4/configure-11893-      test -d \$dldir || mkdir -p \$dldir~
##############################################
winwrangler-0.2.4/configure-11898-      fi'
winwrangler-0.2.4/configure:11899:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
winwrangler-0.2.4/configure-11900-      dlpath=$dir/\$dldll~
##############################################
winwrangler-0.2.4/configure-11906-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
winwrangler-0.2.4/configure:11907:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
winwrangler-0.2.4/configure-11908-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
winwrangler-0.2.4/configure-11911-      # MinGW DLLs use traditional 'lib' prefix
winwrangler-0.2.4/configure:11912:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
winwrangler-0.2.4/configure:11913:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
winwrangler-0.2.4/configure-11914-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
winwrangler-0.2.4/configure-11920-        # which wouldn't understand a cygwinified path. Ahh.
winwrangler-0.2.4/configure:11921:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
winwrangler-0.2.4/configure-11922-      else
winwrangler-0.2.4/configure:11923:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
winwrangler-0.2.4/configure-11924-      fi
##############################################
winwrangler-0.2.4/configure-11927-      # pw32 DLLs use 'pw' prefix rather than 'lib'
winwrangler-0.2.4/configure:11928:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
winwrangler-0.2.4/configure-11929-      ;;
##############################################
winwrangler-0.2.4/configure-11933-  *)
winwrangler-0.2.4/configure:11934:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
winwrangler-0.2.4/configure-11935-    ;;
##############################################
winwrangler-0.2.4/configure-11950-  shlibpath_var=DYLD_LIBRARY_PATH
winwrangler-0.2.4/configure:11951:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
winwrangler-0.2.4/configure-11952-
##############################################
winwrangler-0.2.4/configure-12166-  if test -f /etc/ld.so.conf; then
winwrangler-0.2.4/configure:12167:    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;/^$/d' | tr '\n' ' '`
winwrangler-0.2.4/configure-12168-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
winwrangler-0.2.4/configure-12240-  shlibpath_var=LD_LIBRARY_PATH
winwrangler-0.2.4/configure:12241:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
winwrangler-0.2.4/configure-12242-    case $host_os in
##############################################
winwrangler-0.2.4/configure-13268-  test $ac_status = 0; }; then
winwrangler-0.2.4/configure:13269:  pkg_cv_WINWRANGLER_CFLAGS=`$PKG_CONFIG --cflags "libwnck-1.0 >= 2.22 glib-2.0 >= 2.15.6 gobject-2.0 >= 2.15.6 gtk+-2.0 >= 2.12 gtkhotkey-1.0 >= 0.2 gtkhotkey-1.0 < 0.3" 2>/dev/null`
winwrangler-0.2.4/configure-13270-else
##############################################
winwrangler-0.2.4/configure-13286-  test $ac_status = 0; }; then
winwrangler-0.2.4/configure:13287:  pkg_cv_WINWRANGLER_LIBS=`$PKG_CONFIG --libs "libwnck-1.0 >= 2.22 glib-2.0 >= 2.15.6 gobject-2.0 >= 2.15.6 gtk+-2.0 >= 2.12 gtkhotkey-1.0 >= 0.2 gtkhotkey-1.0 < 0.3" 2>/dev/null`
winwrangler-0.2.4/configure-13288-else
##############################################
winwrangler-0.2.4/configure-13305-        if test $_pkg_short_errors_supported = yes; then
winwrangler-0.2.4/configure:13306:	        WINWRANGLER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libwnck-1.0 >= 2.22 glib-2.0 >= 2.15.6 gobject-2.0 >= 2.15.6 gtk+-2.0 >= 2.12 gtkhotkey-1.0 >= 0.2 gtkhotkey-1.0 < 0.3"`
winwrangler-0.2.4/configure-13307-        else
winwrangler-0.2.4/configure:13308:	        WINWRANGLER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libwnck-1.0 >= 2.22 glib-2.0 >= 2.15.6 gobject-2.0 >= 2.15.6 gtk+-2.0 >= 2.12 gtkhotkey-1.0 >= 0.2 gtkhotkey-1.0 < 0.3"`
winwrangler-0.2.4/configure-13309-        fi
##############################################
winwrangler-0.2.4/configure-13488-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
winwrangler-0.2.4/configure:13489:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
winwrangler-0.2.4/configure-13490-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
winwrangler-0.2.4/configure-13591-if test -z "$BASH_VERSION$ZSH_VERSION" \
winwrangler-0.2.4/configure:13592:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
winwrangler-0.2.4/configure-13593-  as_echo='print -r --'
winwrangler-0.2.4/configure-13594-  as_echo_n='print -rn --'
winwrangler-0.2.4/configure:13595:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
winwrangler-0.2.4/configure-13596-  as_echo='printf %s\n'
##############################################
winwrangler-0.2.4/configure-13598-else
winwrangler-0.2.4/configure:13599:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
winwrangler-0.2.4/configure-13600-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
winwrangler-0.2.4/configure-13608-	expr "X$arg" : "X\\(.*\\)$as_nl";
winwrangler-0.2.4/configure:13609:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
winwrangler-0.2.4/configure-13610-      esac;
##############################################
winwrangler-0.2.4/configure-13684-# ---------------------------------
winwrangler-0.2.4/configure:13685:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
winwrangler-0.2.4/configure-13686-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
winwrangler-0.2.4/configure-13756-  {
winwrangler-0.2.4/configure:13757:    as_val=`expr "$@" || test $? -eq 1`
winwrangler-0.2.4/configure-13758-  }
##############################################
winwrangler-0.2.4/configure-13860-      case $as_dir in #(
winwrangler-0.2.4/configure:13861:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
winwrangler-0.2.4/configure-13862-      *) as_qdir=$as_dir;;
##############################################
winwrangler-0.2.4/configure-13917-	esac;
winwrangler-0.2.4/configure:13918:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
winwrangler-0.2.4/configure-13919-	???[sx]*):;;*)false;;esac;fi
##############################################
winwrangler-0.2.4/configure-14009-configured by $0, generated by GNU Autoconf 2.64,
winwrangler-0.2.4/configure:14010:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
winwrangler-0.2.4/configure-14011-
##############################################
winwrangler-0.2.4/configure-14030-  --*=*)
winwrangler-0.2.4/configure:14031:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
winwrangler-0.2.4/configure:14032:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
winwrangler-0.2.4/configure-14033-    ac_shift=:
##############################################
winwrangler-0.2.4/configure-14052-    case $ac_optarg in
winwrangler-0.2.4/configure:14053:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
winwrangler-0.2.4/configure-14054-    esac
##############################################
winwrangler-0.2.4/configure-14059-    case $ac_optarg in
winwrangler-0.2.4/configure:14060:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
winwrangler-0.2.4/configure-14061-    esac
##############################################
winwrangler-0.2.4/configure-14129-delay_variable_subst='$delay_variable_subst'
winwrangler-0.2.4/configure:14130:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14131:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14132:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14133:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14134:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14135:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14136:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14137:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14138:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14139:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14140:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14141:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14142:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14143:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14144:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14145:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14146:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14147:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14148:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14149:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14150:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14151:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14152:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14153:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14154:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14155:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14156:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14157:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14158:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14159:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14160:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14161:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14162:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14163:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14164:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14165:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14166:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14167:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14168:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14169:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14170:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14171:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14172:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14173:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14174:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14175:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14176:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14177:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14178:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14179:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14180:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14181:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14182:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14183:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14184:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14185:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14186:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14187:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14188:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14189:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14190:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14191:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14192:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14193:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14194:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14195:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14196:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14197:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14198:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14199:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14200:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14201:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14202:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14203:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14204:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14205:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14206:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14207:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14208:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14209:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14210:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14211:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14212:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14213:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14214:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14215:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14216:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14217:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14218:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14219:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14220:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14221:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14222:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14223:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14224:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14225:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14226:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14227:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14228:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14229:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14230:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14231:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14232:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14233:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14234:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14235:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14236:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14237:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14238:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14239:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14240:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14241:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14242:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14243:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14244:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14245:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14246:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure:14247:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/configure-14248-
##############################################
winwrangler-0.2.4/configure-14311-striplib; do
winwrangler-0.2.4/configure:14312:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
winwrangler-0.2.4/configure-14313-    *[\\\\\\\`\\"\\\$]*)
winwrangler-0.2.4/configure:14314:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
winwrangler-0.2.4/configure-14315-      ;;
##############################################
winwrangler-0.2.4/configure-14340-sys_lib_dlsearch_path_spec; do
winwrangler-0.2.4/configure:14341:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
winwrangler-0.2.4/configure-14342-    *[\\\\\\\`\\"\\\$]*)
winwrangler-0.2.4/configure:14343:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
winwrangler-0.2.4/configure-14344-      ;;
##############################################
winwrangler-0.2.4/configure-14352-case \$lt_ECHO in
winwrangler-0.2.4/configure:14353:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
winwrangler-0.2.4/configure-14354-  ;;
##############################################
winwrangler-0.2.4/configure-14448-fi
winwrangler-0.2.4/configure:14449:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
winwrangler-0.2.4/configure-14450-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
winwrangler-0.2.4/configure-14465-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
winwrangler-0.2.4/configure:14466:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
winwrangler-0.2.4/configure-14467-ac_delim='%!_!# '
##############################################
winwrangler-0.2.4/configure-14471-
winwrangler-0.2.4/configure:14472:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
winwrangler-0.2.4/configure-14473-  if test $ac_delim_n = $ac_delim_num; then
##############################################
winwrangler-0.2.4/configure-14601-for ac_last_try in false false :; do
winwrangler-0.2.4/configure:14602:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
winwrangler-0.2.4/configure-14603-  if test -z "$ac_t"; then
##############################################
winwrangler-0.2.4/configure-14733-      esac
winwrangler-0.2.4/configure:14734:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
winwrangler-0.2.4/configure-14735-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
winwrangler-0.2.4/configure-14792-*)
winwrangler-0.2.4/configure:14793:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
winwrangler-0.2.4/configure-14794-  # A ".." for each directory in $ac_dir_suffix.
winwrangler-0.2.4/configure:14795:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
winwrangler-0.2.4/configure-14796-  case $ac_top_builddir_sub in
##############################################
winwrangler-0.2.4/configure-14853-/@mandir@/p'
winwrangler-0.2.4/configure:14854:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
winwrangler-0.2.4/configure-14855-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
winwrangler-0.2.4/configure-14870-
winwrangler-0.2.4/configure:14871:# Neutralize VPATH when `$srcdir' = `.'.
winwrangler-0.2.4/configure-14872-# Shell code in configure.ac might set extrasub.
##############################################
winwrangler-0.2.4/configure-14898-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
winwrangler-0.2.4/configure:14899:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
winwrangler-0.2.4/configure:14900:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
winwrangler-0.2.4/configure-14901-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
winwrangler-0.2.4/configure-14943-    * )
winwrangler-0.2.4/configure:14944:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
winwrangler-0.2.4/configure-14945-  esac
##############################################
winwrangler-0.2.4/configure-14990-    # Strip MF so we end up with the name of the file.
winwrangler-0.2.4/configure:14991:    mf=`echo "$mf" | sed -e 's/:.*$//'`
winwrangler-0.2.4/configure-14992-    # Check whether this is an Automake generated Makefile or not.
##############################################
winwrangler-0.2.4/configure-15027-    # from the Makefile without running `make'.
winwrangler-0.2.4/configure:15028:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
winwrangler-0.2.4/configure-15029-    test -z "$DEPDIR" && continue
winwrangler-0.2.4/configure:15030:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
winwrangler-0.2.4/configure-15031-    test -z "am__include" && continue
winwrangler-0.2.4/configure:15032:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
winwrangler-0.2.4/configure-15033-    # When using ansi2knr, U may be empty or an underscore; expand it
winwrangler-0.2.4/configure:15034:    U=`sed -n 's/^U = //p' < "$mf"`
winwrangler-0.2.4/configure-15035-    # Find all dependency output files, they are included files with
##############################################
winwrangler-0.2.4/configure-15091-
winwrangler-0.2.4/configure:15092:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
winwrangler-0.2.4/configure-15093-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
winwrangler-0.2.4/configure-15606-  # Extract subdirectory from the argument.
winwrangler-0.2.4/configure:15607:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
winwrangler-0.2.4/configure-15608-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
winwrangler-0.2.4/configure-15617-{
winwrangler-0.2.4/configure:15618:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
winwrangler-0.2.4/configure-15619-}
##############################################
winwrangler-0.2.4/configure-15644-{
winwrangler-0.2.4/configure:15645:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
winwrangler-0.2.4/configure:15646:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
winwrangler-0.2.4/configure-15647-}
##############################################
winwrangler-0.2.4/configure-15651-{
winwrangler-0.2.4/configure:15652:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
winwrangler-0.2.4/configure-15653-}
##############################################
winwrangler-0.2.4/configure-15657-{
winwrangler-0.2.4/configure:15658:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
winwrangler-0.2.4/configure-15659-}
##############################################
winwrangler-0.2.4/configure-15663-{
winwrangler-0.2.4/configure:15664:  func_arith_result=`expr "$@"`
winwrangler-0.2.4/configure-15665-}
##############################################
winwrangler-0.2.4/configure-15670-{
winwrangler-0.2.4/configure:15671:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
winwrangler-0.2.4/configure-15672-}
##############################################
winwrangler-0.2.4/mkinstalldirs-69-do
winwrangler-0.2.4/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
winwrangler-0.2.4/mkinstalldirs-71-  shift
##############################################
winwrangler-0.2.4/po/Makefile.in.in-58-
winwrangler-0.2.4/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
winwrangler-0.2.4/po/Makefile.in.in-60-
##############################################
winwrangler-0.2.4/po/Makefile.in.in-83-.po.gmo:
winwrangler-0.2.4/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
winwrangler-0.2.4/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
winwrangler-0.2.4/po/Makefile.in.in-184-	  echo "$$lang:"; \
winwrangler-0.2.4/po/Makefile.in.in:185:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
winwrangler-0.2.4/po/Makefile.in.in-186-	  if $$result; then \
##############################################
winwrangler-0.2.4/data/art/Makefile.in-48-DIST_SOURCES =
winwrangler-0.2.4/data/art/Makefile.in:49:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
winwrangler-0.2.4/data/art/Makefile.in-50-am__vpath_adj = case $$p in \
winwrangler-0.2.4/data/art/Makefile.in:51:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
winwrangler-0.2.4/data/art/Makefile.in-52-    *) f=$$p;; \
winwrangler-0.2.4/data/art/Makefile.in-53-  esac;
winwrangler-0.2.4/data/art/Makefile.in:54:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
winwrangler-0.2.4/data/art/Makefile.in-55-am__install_max = 40
winwrangler-0.2.4/data/art/Makefile.in-56-am__nobase_strip_setup = \
winwrangler-0.2.4/data/art/Makefile.in:57:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
winwrangler-0.2.4/data/art/Makefile.in-58-am__nobase_strip = \
##############################################
winwrangler-0.2.4/data/art/Makefile.in-291-	@list='$(16icon_DATA)'; test -n "$(16icondir)" || list=; \
winwrangler-0.2.4/data/art/Makefile.in:292:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
winwrangler-0.2.4/data/art/Makefile.in-293-	test -n "$$files" || exit 0; \
##############################################
winwrangler-0.2.4/data/art/Makefile.in-311-	@list='$(22icon_DATA)'; test -n "$(22icondir)" || list=; \
winwrangler-0.2.4/data/art/Makefile.in:312:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
winwrangler-0.2.4/data/art/Makefile.in-313-	test -n "$$files" || exit 0; \
##############################################
winwrangler-0.2.4/data/art/Makefile.in-331-	@list='$(32icon_DATA)'; test -n "$(32icondir)" || list=; \
winwrangler-0.2.4/data/art/Makefile.in:332:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
winwrangler-0.2.4/data/art/Makefile.in-333-	test -n "$$files" || exit 0; \
##############################################
winwrangler-0.2.4/data/art/Makefile.in-351-	@list='$(art_DATA)'; test -n "$(artdir)" || list=; \
winwrangler-0.2.4/data/art/Makefile.in:352:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
winwrangler-0.2.4/data/art/Makefile.in-353-	test -n "$$files" || exit 0; \
##############################################
winwrangler-0.2.4/data/art/Makefile.in-371-	@list='$(scalableicon_DATA)'; test -n "$(scalableicondir)" || list=; \
winwrangler-0.2.4/data/art/Makefile.in:372:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
winwrangler-0.2.4/data/art/Makefile.in-373-	test -n "$$files" || exit 0; \
##############################################
winwrangler-0.2.4/data/art/Makefile.in-383-distdir: $(DISTFILES)
winwrangler-0.2.4/data/art/Makefile.in:384:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
winwrangler-0.2.4/data/art/Makefile.in:385:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
winwrangler-0.2.4/data/art/Makefile.in-386-	list='$(DISTFILES)'; \
##############################################
winwrangler-0.2.4/data/art/Makefile.in-397-	  if test -d $$d/$$file; then \
winwrangler-0.2.4/data/art/Makefile.in:398:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
winwrangler-0.2.4/data/art/Makefile.in-399-	    if test -d "$(distdir)/$$file"; then \
##############################################
winwrangler-0.2.4/data/Makefile.in-70-  while test -n "$$dir1"; do \
winwrangler-0.2.4/data/Makefile.in:71:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
winwrangler-0.2.4/data/Makefile.in-72-    if test "$$first" != "."; then \
winwrangler-0.2.4/data/Makefile.in-73-      if test "$$first" = ".."; then \
winwrangler-0.2.4/data/Makefile.in:74:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
winwrangler-0.2.4/data/Makefile.in:75:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
winwrangler-0.2.4/data/Makefile.in-76-      else \
winwrangler-0.2.4/data/Makefile.in:77:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
winwrangler-0.2.4/data/Makefile.in-78-        if test "$$first2" = "$$first"; then \
winwrangler-0.2.4/data/Makefile.in:79:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
winwrangler-0.2.4/data/Makefile.in-80-        else \
##############################################
winwrangler-0.2.4/data/Makefile.in-85-    fi; \
winwrangler-0.2.4/data/Makefile.in:86:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
winwrangler-0.2.4/data/Makefile.in-87-  done; \
##############################################
winwrangler-0.2.4/data/Makefile.in-283-	dot_seen=no; \
winwrangler-0.2.4/data/Makefile.in:284:	target=`echo $@ | sed s/-recursive//`; \
winwrangler-0.2.4/data/Makefile.in-285-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
winwrangler-0.2.4/data/Makefile.in-318-	rev="$$rev ."; \
winwrangler-0.2.4/data/Makefile.in:319:	target=`echo $@ | sed s/-recursive//`; \
winwrangler-0.2.4/data/Makefile.in-320-	for subdir in $$rev; do \
##############################################
winwrangler-0.2.4/data/Makefile.in-396-GTAGS:
winwrangler-0.2.4/data/Makefile.in:397:	here=`$(am__cd) $(top_builddir) && pwd` \
winwrangler-0.2.4/data/Makefile.in-398-	  && $(am__cd) $(top_srcdir) \
##############################################
winwrangler-0.2.4/data/Makefile.in-404-distdir: $(DISTFILES)
winwrangler-0.2.4/data/Makefile.in:405:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
winwrangler-0.2.4/data/Makefile.in:406:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
winwrangler-0.2.4/data/Makefile.in-407-	list='$(DISTFILES)'; \
##############################################
winwrangler-0.2.4/data/Makefile.in-418-	  if test -d $$d/$$file; then \
winwrangler-0.2.4/data/Makefile.in:419:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
winwrangler-0.2.4/data/Makefile.in-420-	    if test -d "$(distdir)/$$file"; then \
##############################################
winwrangler-0.2.4/aclocal.m4-223-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
winwrangler-0.2.4/aclocal.m4:224:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
winwrangler-0.2.4/aclocal.m4-225-	if test "$MSGFMT" != "no"; then
##############################################
winwrangler-0.2.4/aclocal.m4-244-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
winwrangler-0.2.4/aclocal.m4:245:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
winwrangler-0.2.4/aclocal.m4-246-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
winwrangler-0.2.4/aclocal.m4-392-   if test "x$srcdir" != "x."; then
winwrangler-0.2.4/aclocal.m4:393:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
winwrangler-0.2.4/aclocal.m4-394-       posrcprefix="$srcdir/"
##############################################
winwrangler-0.2.4/aclocal.m4-416-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
winwrangler-0.2.4/aclocal.m4:417:datarootdir=`eval echo "${datarootdir}"`
winwrangler-0.2.4/aclocal.m4-418-if test "x$CATOBJEXT" = "x.mo" ; then
winwrangler-0.2.4/aclocal.m4:419:  localedir=`eval echo "${libdir}/locale"`
winwrangler-0.2.4/aclocal.m4-420-else
winwrangler-0.2.4/aclocal.m4:421:  localedir=`eval echo "${datadir}/locale"`
winwrangler-0.2.4/aclocal.m4-422-fi
##############################################
winwrangler-0.2.4/aclocal.m4-472-
winwrangler-0.2.4/aclocal.m4:473:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
winwrangler-0.2.4/aclocal.m4-474-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
winwrangler-0.2.4/aclocal.m4:475:    [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
winwrangler-0.2.4/aclocal.m4-476-    ]
##############################################
winwrangler-0.2.4/aclocal.m4-536-fi
winwrangler-0.2.4/aclocal.m4:537:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
winwrangler-0.2.4/aclocal.m4:538:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
winwrangler-0.2.4/aclocal.m4:539:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
winwrangler-0.2.4/aclocal.m4-540-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
winwrangler-0.2.4/aclocal.m4-552-else
winwrangler-0.2.4/aclocal.m4:553:   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
winwrangler-0.2.4/aclocal.m4-554-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
winwrangler-0.2.4/aclocal.m4-557-   AC_MSG_CHECKING([for XML::Parser])
winwrangler-0.2.4/aclocal.m4:558:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
winwrangler-0.2.4/aclocal.m4-559-       AC_MSG_RESULT([ok])
##############################################
winwrangler-0.2.4/aclocal.m4-768-done
winwrangler-0.2.4/aclocal.m4:769:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
winwrangler-0.2.4/aclocal.m4-770-])
##############################################
winwrangler-0.2.4/aclocal.m4-1052-m4_define([_LT_CONFIG_STATUS_DECLARE],
winwrangler-0.2.4/aclocal.m4:1053:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
winwrangler-0.2.4/aclocal.m4-1054-
##############################################
winwrangler-0.2.4/aclocal.m4-1062-#
winwrangler-0.2.4/aclocal.m4:1063:#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
winwrangler-0.2.4/aclocal.m4-1064-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
winwrangler-0.2.4/aclocal.m4-1164-]], lt_decl_quote_varnames); do
winwrangler-0.2.4/aclocal.m4:1165:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
winwrangler-0.2.4/aclocal.m4-1166-    *[[\\\\\\\`\\"\\\$]]*)
winwrangler-0.2.4/aclocal.m4:1167:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
winwrangler-0.2.4/aclocal.m4-1168-      ;;
##############################################
winwrangler-0.2.4/aclocal.m4-1177-]], lt_decl_dquote_varnames); do
winwrangler-0.2.4/aclocal.m4:1178:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
winwrangler-0.2.4/aclocal.m4-1179-    *[[\\\\\\\`\\"\\\$]]*)
winwrangler-0.2.4/aclocal.m4:1180:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
winwrangler-0.2.4/aclocal.m4-1181-      ;;
##############################################
winwrangler-0.2.4/aclocal.m4-1190-*'\\\[$]0 --fallback-echo"')dnl "
winwrangler-0.2.4/aclocal.m4:1191:  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
winwrangler-0.2.4/aclocal.m4-1192-  ;;
##############################################
winwrangler-0.2.4/aclocal.m4-1326-
winwrangler-0.2.4/aclocal.m4:1327:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
winwrangler-0.2.4/aclocal.m4-1328-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
winwrangler-0.2.4/aclocal.m4-1673-    }'
winwrangler-0.2.4/aclocal.m4:1674:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
winwrangler-0.2.4/aclocal.m4-1675-# Check for a 64-bit object if we didn't find anything.
winwrangler-0.2.4/aclocal.m4-1676-if test -z "$aix_libpath"; then
winwrangler-0.2.4/aclocal.m4:1677:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
winwrangler-0.2.4/aclocal.m4-1678-fi],[])
##############################################
winwrangler-0.2.4/aclocal.m4-1705-  # Remove one level of quotation (which was required for Make).
winwrangler-0.2.4/aclocal.m4:1706:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
winwrangler-0.2.4/aclocal.m4-1707-  ;;
##############################################
winwrangler-0.2.4/aclocal.m4-1716-  :
winwrangler-0.2.4/aclocal.m4:1717:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
winwrangler-0.2.4/aclocal.m4-1718-  # Yippee, $ECHO works!
##############################################
winwrangler-0.2.4/aclocal.m4-1742-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
winwrangler-0.2.4/aclocal.m4:1743:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
winwrangler-0.2.4/aclocal.m4-1744-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
winwrangler-0.2.4/aclocal.m4-1750-
winwrangler-0.2.4/aclocal.m4:1751:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
winwrangler-0.2.4/aclocal.m4:1752:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
winwrangler-0.2.4/aclocal.m4-1753-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/aclocal.m4-1765-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
winwrangler-0.2.4/aclocal.m4:1766:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
winwrangler-0.2.4/aclocal.m4:1767:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
winwrangler-0.2.4/aclocal.m4-1768-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/aclocal.m4-1777-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
winwrangler-0.2.4/aclocal.m4:1778:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
winwrangler-0.2.4/aclocal.m4-1779-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/aclocal.m4-1792-        ECHO='printf %s\n'
winwrangler-0.2.4/aclocal.m4:1793:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
winwrangler-0.2.4/aclocal.m4:1794:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
winwrangler-0.2.4/aclocal.m4-1795-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/aclocal.m4-1797-	  :
winwrangler-0.2.4/aclocal.m4:1798:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
winwrangler-0.2.4/aclocal.m4-1799-	     test "X$echo_testing_string" = 'X\t' &&
winwrangler-0.2.4/aclocal.m4:1800:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
winwrangler-0.2.4/aclocal.m4-1801-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/aclocal.m4-1806-	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
winwrangler-0.2.4/aclocal.m4:1807:        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
winwrangler-0.2.4/aclocal.m4-1808-	     test "X$echo_testing_string" = 'X\t' &&
winwrangler-0.2.4/aclocal.m4:1809:	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
winwrangler-0.2.4/aclocal.m4-1810-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
winwrangler-0.2.4/aclocal.m4-1816-	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
winwrangler-0.2.4/aclocal.m4:1817:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
winwrangler-0.2.4/aclocal.m4-1818-	    then
##############################################
winwrangler-0.2.4/aclocal.m4-1824-	  if test "$prev" != 'sed 50q "[$]0"'; then
winwrangler-0.2.4/aclocal.m4:1825:	    echo_test_string=`eval $prev`
winwrangler-0.2.4/aclocal.m4-1826-	    export echo_test_string
##############################################
winwrangler-0.2.4/aclocal.m4-1867-  if AC_TRY_EVAL(ac_compile); then
winwrangler-0.2.4/aclocal.m4:1868:    case `/usr/bin/file conftest.$ac_objext` in
winwrangler-0.2.4/aclocal.m4-1869-      *ELF-32*)
##############################################
winwrangler-0.2.4/aclocal.m4-1883-    if test "$lt_cv_prog_gnu_ld" = yes; then
winwrangler-0.2.4/aclocal.m4:1884:      case `/usr/bin/file conftest.$ac_objext` in
winwrangler-0.2.4/aclocal.m4-1885-	*32-bit*)
##############################################
winwrangler-0.2.4/aclocal.m4-1895-    else
winwrangler-0.2.4/aclocal.m4:1896:      case `/usr/bin/file conftest.$ac_objext` in
winwrangler-0.2.4/aclocal.m4-1897-	*32-bit*)
##############################################
winwrangler-0.2.4/aclocal.m4-2187-    # And add a safety zone
winwrangler-0.2.4/aclocal.m4:2188:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
winwrangler-0.2.4/aclocal.m4:2189:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
winwrangler-0.2.4/aclocal.m4-2190-    ;;
##############################################
winwrangler-0.2.4/aclocal.m4-2215-    if test -n "$kargmax"; then
winwrangler-0.2.4/aclocal.m4:2216:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
winwrangler-0.2.4/aclocal.m4-2217-    else
##############################################
winwrangler-0.2.4/aclocal.m4-2223-    if test -n "$lt_cv_sys_max_cmd_len"; then
winwrangler-0.2.4/aclocal.m4:2224:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
winwrangler-0.2.4/aclocal.m4:2225:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
winwrangler-0.2.4/aclocal.m4-2226-    else
##############################################
winwrangler-0.2.4/aclocal.m4-2235-      # we can't tell.
winwrangler-0.2.4/aclocal.m4:2236:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
winwrangler-0.2.4/aclocal.m4-2237-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
winwrangler-0.2.4/aclocal.m4-2239-      do
winwrangler-0.2.4/aclocal.m4:2240:        i=`expr $i + 1`
winwrangler-0.2.4/aclocal.m4-2241-        teststring=$teststring$teststring
##############################################
winwrangler-0.2.4/aclocal.m4-2243-      # Only check the string length outside the loop.
winwrangler-0.2.4/aclocal.m4:2244:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
winwrangler-0.2.4/aclocal.m4-2245-      teststring=
##############################################
winwrangler-0.2.4/aclocal.m4-2248-      # linker.  It appears as though 1/2 is a usable value.
winwrangler-0.2.4/aclocal.m4:2249:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
winwrangler-0.2.4/aclocal.m4-2250-    fi
##############################################
winwrangler-0.2.4/aclocal.m4-2563-  if test "$hard_links" = no; then
winwrangler-0.2.4/aclocal.m4:2564:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
winwrangler-0.2.4/aclocal.m4-2565-    need_locks=warn
##############################################
winwrangler-0.2.4/aclocal.m4-2689-  esac
winwrangler-0.2.4/aclocal.m4:2690:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
winwrangler-0.2.4/aclocal.m4-2691-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
winwrangler-0.2.4/aclocal.m4-2695-    # okay in the real world where ";" in dirpaths is itself problematic.
winwrangler-0.2.4/aclocal.m4:2696:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
winwrangler-0.2.4/aclocal.m4-2697-  else
winwrangler-0.2.4/aclocal.m4:2698:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
winwrangler-0.2.4/aclocal.m4-2699-  fi
##############################################
winwrangler-0.2.4/aclocal.m4-2702-  lt_tmp_lt_search_path_spec=
winwrangler-0.2.4/aclocal.m4:2703:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
winwrangler-0.2.4/aclocal.m4-2704-  for lt_sys_path in $lt_search_path_spec; do
##############################################
winwrangler-0.2.4/aclocal.m4-2731-}'`
winwrangler-0.2.4/aclocal.m4:2732:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
winwrangler-0.2.4/aclocal.m4-2733-else
##############################################
winwrangler-0.2.4/aclocal.m4-2819-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
winwrangler-0.2.4/aclocal.m4:2820:    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'
winwrangler-0.2.4/aclocal.m4-2821-    ;;
##############################################
winwrangler-0.2.4/aclocal.m4-2854-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
winwrangler-0.2.4/aclocal.m4:2855:    postinstall_cmds='base_file=`basename \${file}`~
winwrangler-0.2.4/aclocal.m4:2856:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
winwrangler-0.2.4/aclocal.m4:2857:      dldir=$destdir/`dirname \$dlpath`~
winwrangler-0.2.4/aclocal.m4-2858-      test -d \$dldir || mkdir -p \$dldir~
##############################################
winwrangler-0.2.4/aclocal.m4-2863-      fi'
winwrangler-0.2.4/aclocal.m4:2864:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
winwrangler-0.2.4/aclocal.m4-2865-      dlpath=$dir/\$dldll~
##############################################
winwrangler-0.2.4/aclocal.m4-2871-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
winwrangler-0.2.4/aclocal.m4:2872:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
winwrangler-0.2.4/aclocal.m4-2873-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
winwrangler-0.2.4/aclocal.m4-2876-      # MinGW DLLs use traditional 'lib' prefix
winwrangler-0.2.4/aclocal.m4:2877:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
winwrangler-0.2.4/aclocal.m4:2878:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
winwrangler-0.2.4/aclocal.m4-2879-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
##############################################
winwrangler-0.2.4/aclocal.m4-2885-        # which wouldn't understand a cygwinified path. Ahh.
winwrangler-0.2.4/aclocal.m4:2886:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
winwrangler-0.2.4/aclocal.m4-2887-      else
winwrangler-0.2.4/aclocal.m4:2888:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
winwrangler-0.2.4/aclocal.m4-2889-      fi
##############################################
winwrangler-0.2.4/aclocal.m4-2892-      # pw32 DLLs use 'pw' prefix rather than 'lib'
winwrangler-0.2.4/aclocal.m4:2893:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
winwrangler-0.2.4/aclocal.m4-2894-      ;;
##############################################
winwrangler-0.2.4/aclocal.m4-2898-  *)
winwrangler-0.2.4/aclocal.m4:2899:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
winwrangler-0.2.4/aclocal.m4-2900-    ;;
##############################################
winwrangler-0.2.4/aclocal.m4-2915-  shlibpath_var=DYLD_LIBRARY_PATH
winwrangler-0.2.4/aclocal.m4:2916:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
winwrangler-0.2.4/aclocal.m4-2917-m4_if([$1], [],[
##############################################
winwrangler-0.2.4/aclocal.m4-3116-  if test -f /etc/ld.so.conf; then
winwrangler-0.2.4/aclocal.m4:3117:    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;/^$/d' | tr '\n' ' '`
winwrangler-0.2.4/aclocal.m4-3118-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
winwrangler-0.2.4/aclocal.m4-3190-  shlibpath_var=LD_LIBRARY_PATH
winwrangler-0.2.4/aclocal.m4:3191:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
winwrangler-0.2.4/aclocal.m4-3192-    case $host_os in
##############################################
winwrangler-0.2.4/aclocal.m4-3405-	"file_magic "*)
winwrangler-0.2.4/aclocal.m4:3406:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
winwrangler-0.2.4/aclocal.m4-3407-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
winwrangler-0.2.4/aclocal.m4-3487-    # gcc leaves a trailing carriage return which upsets mingw
winwrangler-0.2.4/aclocal.m4:3488:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
winwrangler-0.2.4/aclocal.m4-3489-  *)
winwrangler-0.2.4/aclocal.m4:3490:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
winwrangler-0.2.4/aclocal.m4-3491-  esac
##############################################
winwrangler-0.2.4/aclocal.m4-3496-      # Canonicalize the pathname of ld
winwrangler-0.2.4/aclocal.m4:3497:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
winwrangler-0.2.4/aclocal.m4-3498-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
winwrangler-0.2.4/aclocal.m4:3499:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
winwrangler-0.2.4/aclocal.m4-3500-      done
##############################################
winwrangler-0.2.4/aclocal.m4-3527-      # Break only if it was the GNU/non-GNU ld that we prefer.
winwrangler-0.2.4/aclocal.m4:3528:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
winwrangler-0.2.4/aclocal.m4-3529-      *GNU* | *'with BFD'*)
##############################################
winwrangler-0.2.4/aclocal.m4-3567-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
winwrangler-0.2.4/aclocal.m4:3568:case `$LD -v 2>&1 </dev/null` in
winwrangler-0.2.4/aclocal.m4-3569-*GNU* | *'with BFD'*)
##############################################
winwrangler-0.2.4/aclocal.m4-3751-openbsd*)
winwrangler-0.2.4/aclocal.m4:3752:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
winwrangler-0.2.4/aclocal.m4-3753-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
winwrangler-0.2.4/aclocal.m4-3842-	# Tru64's nm complains that /dev/null is an invalid object file
winwrangler-0.2.4/aclocal.m4:3843:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
winwrangler-0.2.4/aclocal.m4-3844-	*/dev/null* | *'Invalid file or object type'*)
##############################################
winwrangler-0.2.4/aclocal.m4-3848-	*)
winwrangler-0.2.4/aclocal.m4:3849:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
winwrangler-0.2.4/aclocal.m4-3850-	  */dev/null*)
##############################################
winwrangler-0.2.4/aclocal.m4-4013-# If we're using GNU nm, then use its standard symbol codes.
winwrangler-0.2.4/aclocal.m4:4014:case `$NM -V 2>&1` in
winwrangler-0.2.4/aclocal.m4-4015-*GNU* | *'with BFD'*)
##############################################
winwrangler-0.2.4/aclocal.m4-4031-mingw*)
winwrangler-0.2.4/aclocal.m4:4032:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
winwrangler-0.2.4/aclocal.m4-4033-  ;;
##############################################
winwrangler-0.2.4/aclocal.m4-4082-    nlist=conftest.nm
winwrangler-0.2.4/aclocal.m4:4083:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
winwrangler-0.2.4/aclocal.m4-4084-      # Try sorting and uniquifying the output.
##############################################
winwrangler-0.2.4/aclocal.m4-4389-	  *)
winwrangler-0.2.4/aclocal.m4:4390:	    case `$CC -V 2>&1 | sed 5q` in
winwrangler-0.2.4/aclocal.m4-4391-	    *Sun\ C*)
##############################################
winwrangler-0.2.4/aclocal.m4-4673-      *)
winwrangler-0.2.4/aclocal.m4:4674:	case `$CC -V 2>&1 | sed 5q` in
winwrangler-0.2.4/aclocal.m4-4675-	*Sun\ C*)
##############################################
winwrangler-0.2.4/aclocal.m4-4928-    supports_anon_versioning=no
winwrangler-0.2.4/aclocal.m4:4929:    case `$LD -v 2>&1` in
winwrangler-0.2.4/aclocal.m4-4930-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
winwrangler-0.2.4/aclocal.m4-4993-	# is EXPORTS), use it as is; otherwise, prepend...
winwrangler-0.2.4/aclocal.m4:4994:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
winwrangler-0.2.4/aclocal.m4-4995-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
winwrangler-0.2.4/aclocal.m4-5016-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
winwrangler-0.2.4/aclocal.m4:5017:      _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'
winwrangler-0.2.4/aclocal.m4:5018:      _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'
winwrangler-0.2.4/aclocal.m4-5019-      ;;
##############################################
winwrangler-0.2.4/aclocal.m4-5034-        pgcc*)				# Portland Group C compiler
winwrangler-0.2.4/aclocal.m4:5035:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
winwrangler-0.2.4/aclocal.m4-5036-	  tmp_addflag=' $pic_flag'
##############################################
winwrangler-0.2.4/aclocal.m4-5038-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
winwrangler-0.2.4/aclocal.m4:5039:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
winwrangler-0.2.4/aclocal.m4-5040-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
winwrangler-0.2.4/aclocal.m4-5053-	esac
winwrangler-0.2.4/aclocal.m4:5054:	case `$CC -V 2>&1 | sed 5q` in
winwrangler-0.2.4/aclocal.m4-5055-	*Sun\ C*)			# Sun C 5.9
winwrangler-0.2.4/aclocal.m4:5056:	  _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; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
winwrangler-0.2.4/aclocal.m4-5057-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
winwrangler-0.2.4/aclocal.m4-5122-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
winwrangler-0.2.4/aclocal.m4:5123:      case `$LD -v 2>&1` in
winwrangler-0.2.4/aclocal.m4-5124-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
winwrangler-0.2.4/aclocal.m4-5243-	# below for broken collect2 doesn't work under 4.3+
winwrangler-0.2.4/aclocal.m4:5244:	  collect2name=`${CC} -print-prog-name=collect2`
winwrangler-0.2.4/aclocal.m4-5245-	  if test -f "$collect2name" &&
##############################################
winwrangler-0.2.4/aclocal.m4-5293-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
winwrangler-0.2.4/aclocal.m4:5294:        _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 $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
winwrangler-0.2.4/aclocal.m4-5295-      else
##############################################
winwrangler-0.2.4/aclocal.m4-5348-      # FIXME: Setting linknames here is a bad hack.
winwrangler-0.2.4/aclocal.m4:5349:      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
winwrangler-0.2.4/aclocal.m4-5350-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
winwrangler-0.2.4/aclocal.m4-5353-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
winwrangler-0.2.4/aclocal.m4:5354:      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
winwrangler-0.2.4/aclocal.m4-5355-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
winwrangler-0.2.4/aclocal.m4-5483-      if test "$GCC" = yes; then
winwrangler-0.2.4/aclocal.m4:5484:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-5485-	# Try to use the -exported_symbol ld option, if it does not
##############################################
winwrangler-0.2.4/aclocal.m4-5490-        AC_LINK_IFELSE(int foo(void) {},
winwrangler-0.2.4/aclocal.m4:5491:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
winwrangler-0.2.4/aclocal.m4-5492-        )
##############################################
winwrangler-0.2.4/aclocal.m4-5494-      else
winwrangler-0.2.4/aclocal.m4:5495:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4:5496:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
winwrangler-0.2.4/aclocal.m4-5497-      fi
##############################################
winwrangler-0.2.4/aclocal.m4-5531-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
winwrangler-0.2.4/aclocal.m4:5532:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
winwrangler-0.2.4/aclocal.m4-5533-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
winwrangler-0.2.4/aclocal.m4-5564-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
winwrangler-0.2.4/aclocal.m4:5565:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-5566-      else
winwrangler-0.2.4/aclocal.m4-5567-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
winwrangler-0.2.4/aclocal.m4:5568:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-5569-      fi
##############################################
winwrangler-0.2.4/aclocal.m4-5577-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
winwrangler-0.2.4/aclocal.m4:5578:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-5579-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
winwrangler-0.2.4/aclocal.m4-5581-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
winwrangler-0.2.4/aclocal.m4:5582:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4:5583:	_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~
winwrangler-0.2.4/aclocal.m4:5584:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
winwrangler-0.2.4/aclocal.m4-5585-
##############################################
winwrangler-0.2.4/aclocal.m4-5600-      else
winwrangler-0.2.4/aclocal.m4:5601:	case `$CC -V 2>&1` in
winwrangler-0.2.4/aclocal.m4-5602-	*"Compilers 5.0"*)
##############################################
winwrangler-0.2.4/aclocal.m4-5792-        _LT_TAGVAR(allow_undefined_flag, $1)=
winwrangler-0.2.4/aclocal.m4:5793:        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
winwrangler-0.2.4/aclocal.m4-5794-        then
##############################################
winwrangler-0.2.4/aclocal.m4-6102-        # ancient GNU ld didn't support --whole-archive et. al.
winwrangler-0.2.4/aclocal.m4:6103:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
winwrangler-0.2.4/aclocal.m4-6104-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
winwrangler-0.2.4/aclocal.m4-6185-          # below for broken collect2 doesn't work under 4.3+
winwrangler-0.2.4/aclocal.m4:6186:	  collect2name=`${CC} -print-prog-name=collect2`
winwrangler-0.2.4/aclocal.m4-6187-	  if test -f "$collect2name" &&
##############################################
winwrangler-0.2.4/aclocal.m4-6235-
winwrangler-0.2.4/aclocal.m4:6236:          _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 $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
winwrangler-0.2.4/aclocal.m4-6237-        else
##############################################
winwrangler-0.2.4/aclocal.m4-6292-          # is EXPORTS), use it as is; otherwise, prepend...
winwrangler-0.2.4/aclocal.m4:6293:          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
winwrangler-0.2.4/aclocal.m4-6294-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
winwrangler-0.2.4/aclocal.m4-6368-            # dependencies.
winwrangler-0.2.4/aclocal.m4:6369:            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; $ECHO "X$list" | $Xsed'
winwrangler-0.2.4/aclocal.m4-6370-            ;;
##############################################
winwrangler-0.2.4/aclocal.m4-6433-	    # dependencies.
winwrangler-0.2.4/aclocal.m4:6434:	    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; $ECHO "X$list" | $Xsed'
winwrangler-0.2.4/aclocal.m4-6435-	    ;;
##############################################
winwrangler-0.2.4/aclocal.m4-6469-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
winwrangler-0.2.4/aclocal.m4:6470:	_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'
winwrangler-0.2.4/aclocal.m4:6471:	_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'
winwrangler-0.2.4/aclocal.m4-6472-	;;
##############################################
winwrangler-0.2.4/aclocal.m4-6476-	    # SGI C++
winwrangler-0.2.4/aclocal.m4:6477:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-6478-
##############################################
winwrangler-0.2.4/aclocal.m4-6487-	      if test "$with_gnu_ld" = no; then
winwrangler-0.2.4/aclocal.m4:6488:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-6489-	      else
winwrangler-0.2.4/aclocal.m4:6490:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
winwrangler-0.2.4/aclocal.m4-6491-	      fi
##############################################
winwrangler-0.2.4/aclocal.m4-6508-	    # to its proper name (with version) after linking.
winwrangler-0.2.4/aclocal.m4:6509:	    _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'
winwrangler-0.2.4/aclocal.m4:6510:	    _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'
winwrangler-0.2.4/aclocal.m4-6511-	    # Commands to make compiler produce verbose output that lists
##############################################
winwrangler-0.2.4/aclocal.m4-6518-	    # dependencies.
winwrangler-0.2.4/aclocal.m4:6519:	    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; $ECHO "X$list" | $Xsed'
winwrangler-0.2.4/aclocal.m4-6520-
##############################################
winwrangler-0.2.4/aclocal.m4-6533-	    # earlier do not add the objects themselves.
winwrangler-0.2.4/aclocal.m4:6534:	    case `$CC -V 2>&1` in
winwrangler-0.2.4/aclocal.m4-6535-	      *"Version 7."*)
##############################################
winwrangler-0.2.4/aclocal.m4-6554-            # Portland Group C++ compiler
winwrangler-0.2.4/aclocal.m4:6555:	    case `$CC -V` in
winwrangler-0.2.4/aclocal.m4-6556-	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
##############################################
winwrangler-0.2.4/aclocal.m4-6559-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
winwrangler-0.2.4/aclocal.m4:6560:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
winwrangler-0.2.4/aclocal.m4-6561-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
winwrangler-0.2.4/aclocal.m4-6563-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
winwrangler-0.2.4/aclocal.m4:6564:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
winwrangler-0.2.4/aclocal.m4-6565-		$RANLIB $oldlib'
##############################################
winwrangler-0.2.4/aclocal.m4-6568-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
winwrangler-0.2.4/aclocal.m4:6569:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
winwrangler-0.2.4/aclocal.m4-6570-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
winwrangler-0.2.4/aclocal.m4-6572-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
winwrangler-0.2.4/aclocal.m4:6573:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
winwrangler-0.2.4/aclocal.m4-6574-	      ;;
##############################################
winwrangler-0.2.4/aclocal.m4-6582-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
winwrangler-0.2.4/aclocal.m4:6583:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
winwrangler-0.2.4/aclocal.m4-6584-            ;;
##############################################
winwrangler-0.2.4/aclocal.m4-6601-	    # dependencies.
winwrangler-0.2.4/aclocal.m4:6602:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
winwrangler-0.2.4/aclocal.m4-6603-	    ;;
##############################################
winwrangler-0.2.4/aclocal.m4-6616-	  *)
winwrangler-0.2.4/aclocal.m4:6617:	    case `$CC -V 2>&1 | sed 5q` in
winwrangler-0.2.4/aclocal.m4-6618-	    *Sun\ C*)
##############################################
winwrangler-0.2.4/aclocal.m4-6623-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
winwrangler-0.2.4/aclocal.m4:6624:	      _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; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
winwrangler-0.2.4/aclocal.m4-6625-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
winwrangler-0.2.4/aclocal.m4-6693-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
winwrangler-0.2.4/aclocal.m4:6694:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
winwrangler-0.2.4/aclocal.m4-6695-	    _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'
##############################################
winwrangler-0.2.4/aclocal.m4-6712-	    # to its proper name (with version) after linking.
winwrangler-0.2.4/aclocal.m4:6713:	    _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'
winwrangler-0.2.4/aclocal.m4-6714-
##############################################
winwrangler-0.2.4/aclocal.m4-6733-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
winwrangler-0.2.4/aclocal.m4:6734:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-6735-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
winwrangler-0.2.4/aclocal.m4-6738-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
winwrangler-0.2.4/aclocal.m4:6739:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4:6740:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
winwrangler-0.2.4/aclocal.m4-6741-	          echo "-hidden">> $lib.exp~
winwrangler-0.2.4/aclocal.m4:6742:	          $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 "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
winwrangler-0.2.4/aclocal.m4-6743-	          $RM $lib.exp'
##############################################
winwrangler-0.2.4/aclocal.m4-6757-	    # dependencies.
winwrangler-0.2.4/aclocal.m4:6758:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
winwrangler-0.2.4/aclocal.m4-6759-	    ;;
##############################################
winwrangler-0.2.4/aclocal.m4-6764-	        osf3*)
winwrangler-0.2.4/aclocal.m4:6765:	          _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" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-6766-		  ;;
winwrangler-0.2.4/aclocal.m4-6767-	        *)
winwrangler-0.2.4/aclocal.m4:6768:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
winwrangler-0.2.4/aclocal.m4-6769-		  ;;
##############################################
winwrangler-0.2.4/aclocal.m4-7063-
winwrangler-0.2.4/aclocal.m4:7064:  for p in `eval "$output_verbose_link_cmd"`; do
winwrangler-0.2.4/aclocal.m4-7065-    case $p in
##############################################
winwrangler-0.2.4/aclocal.m4-7149-linux*)
winwrangler-0.2.4/aclocal.m4:7150:  case `$CC -V 2>&1 | sed 5q` in
winwrangler-0.2.4/aclocal.m4-7151-  *Sun\ C*)
##############################################
winwrangler-0.2.4/aclocal.m4-7200-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
winwrangler-0.2.4/aclocal.m4:7201: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
winwrangler-0.2.4/aclocal.m4-7202-fi
##############################################
winwrangler-0.2.4/aclocal.m4-7734-    test $lt_ac_count -gt 10 && break
winwrangler-0.2.4/aclocal.m4:7735:    lt_ac_count=`expr $lt_ac_count + 1`
winwrangler-0.2.4/aclocal.m4-7736-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
winwrangler-0.2.4/aclocal.m4-7909-  # Extract subdirectory from the argument.
winwrangler-0.2.4/aclocal.m4:7910:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
winwrangler-0.2.4/aclocal.m4-7911-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
winwrangler-0.2.4/aclocal.m4-7920-{
winwrangler-0.2.4/aclocal.m4:7921:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
winwrangler-0.2.4/aclocal.m4-7922-}
##############################################
winwrangler-0.2.4/aclocal.m4-7950-{
winwrangler-0.2.4/aclocal.m4:7951:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
winwrangler-0.2.4/aclocal.m4:7952:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
winwrangler-0.2.4/aclocal.m4-7953-}
##############################################
winwrangler-0.2.4/aclocal.m4-7957-{
winwrangler-0.2.4/aclocal.m4:7958:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
winwrangler-0.2.4/aclocal.m4-7959-}
##############################################
winwrangler-0.2.4/aclocal.m4-7963-{
winwrangler-0.2.4/aclocal.m4:7964:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
winwrangler-0.2.4/aclocal.m4-7965-}
##############################################
winwrangler-0.2.4/aclocal.m4-7969-{
winwrangler-0.2.4/aclocal.m4:7970:  func_arith_result=`expr "$[@]"`
winwrangler-0.2.4/aclocal.m4-7971-}
##############################################
winwrangler-0.2.4/aclocal.m4-7976-{
winwrangler-0.2.4/aclocal.m4:7977:  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
winwrangler-0.2.4/aclocal.m4-7978-}
##############################################
winwrangler-0.2.4/aclocal.m4-8439-m4_define([lt_combine],
winwrangler-0.2.4/aclocal.m4:8440:[m4_if(m4_eval([$# > 3]), [1],
winwrangler-0.2.4/aclocal.m4-8441-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
winwrangler-0.2.4/aclocal.m4-8718-        PKG_CHECK_EXISTS([$3],
winwrangler-0.2.4/aclocal.m4:8719:                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
winwrangler-0.2.4/aclocal.m4-8720-			 [pkg_failed=yes])
##############################################
winwrangler-0.2.4/aclocal.m4-8766-        if test $_pkg_short_errors_supported = yes; then
winwrangler-0.2.4/aclocal.m4:8767:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
winwrangler-0.2.4/aclocal.m4-8768-        else 
winwrangler-0.2.4/aclocal.m4:8769:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
winwrangler-0.2.4/aclocal.m4-8770-        fi
##############################################
winwrangler-0.2.4/aclocal.m4-8849-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
winwrangler-0.2.4/aclocal.m4:8850:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
winwrangler-0.2.4/aclocal.m4-8851-#
##############################################
winwrangler-0.2.4/aclocal.m4-8873-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
winwrangler-0.2.4/aclocal.m4:8874:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
winwrangler-0.2.4/aclocal.m4-8875-# and then we would define $MISSING as
##############################################
winwrangler-0.2.4/aclocal.m4-8889-# expand $ac_aux_dir to an absolute path
winwrangler-0.2.4/aclocal.m4:8890:am_aux_dir=`cd $ac_aux_dir && pwd`
winwrangler-0.2.4/aclocal.m4-8891-])
##############################################
winwrangler-0.2.4/aclocal.m4-9013-  if test "$am_compiler_list" = ""; then
winwrangler-0.2.4/aclocal.m4:9014:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
winwrangler-0.2.4/aclocal.m4-9015-  fi
##############################################
winwrangler-0.2.4/aclocal.m4-9159-    # Strip MF so we end up with the name of the file.
winwrangler-0.2.4/aclocal.m4:9160:    mf=`echo "$mf" | sed -e 's/:.*$//'`
winwrangler-0.2.4/aclocal.m4-9161-    # Check whether this is an Automake generated Makefile or not.
##############################################
winwrangler-0.2.4/aclocal.m4-9168-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
winwrangler-0.2.4/aclocal.m4:9169:      dirpart=`AS_DIRNAME("$mf")`
winwrangler-0.2.4/aclocal.m4-9170-    else
##############################################
winwrangler-0.2.4/aclocal.m4-9174-    # from the Makefile without running `make'.
winwrangler-0.2.4/aclocal.m4:9175:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
winwrangler-0.2.4/aclocal.m4-9176-    test -z "$DEPDIR" && continue
winwrangler-0.2.4/aclocal.m4:9177:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
winwrangler-0.2.4/aclocal.m4-9178-    test -z "am__include" && continue
winwrangler-0.2.4/aclocal.m4:9179:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
winwrangler-0.2.4/aclocal.m4-9180-    # When using ansi2knr, U may be empty or an underscore; expand it
winwrangler-0.2.4/aclocal.m4:9181:    U=`sed -n 's/^U = //p' < "$mf"`
winwrangler-0.2.4/aclocal.m4-9182-    # Find all dependency output files, they are included files with
##############################################
winwrangler-0.2.4/aclocal.m4-9190-      test -f "$dirpart/$file" && continue
winwrangler-0.2.4/aclocal.m4:9191:      fdir=`AS_DIRNAME(["$file"])`
winwrangler-0.2.4/aclocal.m4-9192-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
winwrangler-0.2.4/aclocal.m4-9257-AC_REQUIRE([AC_PROG_INSTALL])dnl
winwrangler-0.2.4/aclocal.m4:9258:if test "`cd $srcdir && pwd`" != "`pwd`"; then
winwrangler-0.2.4/aclocal.m4-9259-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
winwrangler-0.2.4/aclocal.m4-9359-    * )
winwrangler-0.2.4/aclocal.m4:9360:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
winwrangler-0.2.4/aclocal.m4-9361-  esac
winwrangler-0.2.4/aclocal.m4-9362-done
winwrangler-0.2.4/aclocal.m4:9363:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
winwrangler-0.2.4/aclocal.m4-9364-
##############################################
winwrangler-0.2.4/aclocal.m4-9474-# Ignore all kinds of additional output from `make'.
winwrangler-0.2.4/aclocal.m4:9475:case `$am_make -s -f confmf 2> /dev/null` in #(
winwrangler-0.2.4/aclocal.m4-9476-*the\ am__doit\ target*)
##############################################
winwrangler-0.2.4/aclocal.m4-9484-   echo '.include "confinc"' > confmf
winwrangler-0.2.4/aclocal.m4:9485:   case `$am_make -s -f confmf 2> /dev/null` in #(
winwrangler-0.2.4/aclocal.m4-9486-   *the\ am__doit\ target*)
##############################################
winwrangler-0.2.4/aclocal.m4-9637-if (
winwrangler-0.2.4/aclocal.m4:9638:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
winwrangler-0.2.4/aclocal.m4-9639-   if test "$[*]" = "X"; then
winwrangler-0.2.4/aclocal.m4-9640-      # -L didn't work.
winwrangler-0.2.4/aclocal.m4:9641:      set X `ls -t "$srcdir/configure" conftest.file`
winwrangler-0.2.4/aclocal.m4-9642-   fi
##############################################
winwrangler-0.2.4/config.sub-56-
winwrangler-0.2.4/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
winwrangler-0.2.4/config.sub-58-
##############################################
winwrangler-0.2.4/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
winwrangler-0.2.4/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
winwrangler-0.2.4/config.sub-122-case $maybe_os in
##############################################
winwrangler-0.2.4/config.sub-127-    os=-$maybe_os
winwrangler-0.2.4/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
winwrangler-0.2.4/config.sub-129-    ;;
winwrangler-0.2.4/config.sub-130-  *)
winwrangler-0.2.4/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
winwrangler-0.2.4/config.sub-132-    if [ $basic_machine != $1 ]
winwrangler-0.2.4/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
winwrangler-0.2.4/config.sub-134-    else os=; fi
##############################################
winwrangler-0.2.4/config.sub-178-		os=-sco5v6
winwrangler-0.2.4/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-180-		;;
##############################################
winwrangler-0.2.4/config.sub-182-		os=-sco3.2v5
winwrangler-0.2.4/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-184-		;;
##############################################
winwrangler-0.2.4/config.sub-186-		os=-sco3.2v4
winwrangler-0.2.4/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-188-		;;
winwrangler-0.2.4/config.sub-189-	-sco3.2.[4-9]*)
winwrangler-0.2.4/config.sub:190:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
winwrangler-0.2.4/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-192-		;;
##############################################
winwrangler-0.2.4/config.sub-194-		# Don't forget version if it is 3.2v4 or newer.
winwrangler-0.2.4/config.sub:195:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-196-		;;
##############################################
winwrangler-0.2.4/config.sub-198-		# Don't forget version if it is 3.2v4 or newer.
winwrangler-0.2.4/config.sub:199:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-200-		;;
##############################################
winwrangler-0.2.4/config.sub-202-		os=-sco3.2v2
winwrangler-0.2.4/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-204-		;;
winwrangler-0.2.4/config.sub-205-	-udk*)
winwrangler-0.2.4/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-207-		;;
##############################################
winwrangler-0.2.4/config.sub-209-		os=-isc2.2
winwrangler-0.2.4/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-211-		;;
##############################################
winwrangler-0.2.4/config.sub-215-	-isc*)
winwrangler-0.2.4/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
winwrangler-0.2.4/config.sub-217-		;;
##############################################
winwrangler-0.2.4/config.sub-221-	-ptx*)
winwrangler-0.2.4/config.sub:222:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
winwrangler-0.2.4/config.sub-223-		;;
winwrangler-0.2.4/config.sub-224-	-windowsnt*)
winwrangler-0.2.4/config.sub:225:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
winwrangler-0.2.4/config.sub-226-		;;
##############################################
winwrangler-0.2.4/config.sub-315-	*-*-*)
winwrangler-0.2.4/config.sub:316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
winwrangler-0.2.4/config.sub-317-		exit 1
##############################################
winwrangler-0.2.4/config.sub-424-	amd64-*)
winwrangler-0.2.4/config.sub:425:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-426-		;;
##############################################
winwrangler-0.2.4/config.sub-466-	blackfin-*)
winwrangler-0.2.4/config.sub:467:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-468-		os=-linux
##############################################
winwrangler-0.2.4/config.sub-665-	i*86v32)
winwrangler-0.2.4/config.sub:666:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
winwrangler-0.2.4/config.sub-667-		os=-sysv32
##############################################
winwrangler-0.2.4/config.sub-669-	i*86v4*)
winwrangler-0.2.4/config.sub:670:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
winwrangler-0.2.4/config.sub-671-		os=-sysv4
##############################################
winwrangler-0.2.4/config.sub-673-	i*86v)
winwrangler-0.2.4/config.sub:674:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
winwrangler-0.2.4/config.sub-675-		os=-sysv
##############################################
winwrangler-0.2.4/config.sub-677-	i*86sol2)
winwrangler-0.2.4/config.sub:678:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
winwrangler-0.2.4/config.sub-679-		os=-solaris2
##############################################
winwrangler-0.2.4/config.sub-707-	m68knommu-*)
winwrangler-0.2.4/config.sub:708:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-709-		os=-linux
##############################################
winwrangler-0.2.4/config.sub-737-	mips3*-*)
winwrangler-0.2.4/config.sub:738:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
winwrangler-0.2.4/config.sub-739-		;;
winwrangler-0.2.4/config.sub-740-	mips3*)
winwrangler-0.2.4/config.sub:741:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
winwrangler-0.2.4/config.sub-742-		;;
##############################################
winwrangler-0.2.4/config.sub-755-	ms1-*)
winwrangler-0.2.4/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
winwrangler-0.2.4/config.sub-757-		;;
##############################################
winwrangler-0.2.4/config.sub-860-	parisc-*)
winwrangler-0.2.4/config.sub:861:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-862-		os=-linux
##############################################
winwrangler-0.2.4/config.sub-876-	pc98-*)
winwrangler-0.2.4/config.sub:877:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-878-		;;
##############################################
winwrangler-0.2.4/config.sub-891-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
winwrangler-0.2.4/config.sub:892:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-893-		;;
winwrangler-0.2.4/config.sub-894-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
winwrangler-0.2.4/config.sub:895:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-896-		;;
winwrangler-0.2.4/config.sub-897-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
winwrangler-0.2.4/config.sub:898:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-899-		;;
winwrangler-0.2.4/config.sub-900-	pentium4-*)
winwrangler-0.2.4/config.sub:901:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-902-		;;
##############################################
winwrangler-0.2.4/config.sub-909-		;;
winwrangler-0.2.4/config.sub:910:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-911-		;;
##############################################
winwrangler-0.2.4/config.sub-915-	ppcle-* | powerpclittle-*)
winwrangler-0.2.4/config.sub:916:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-917-		;;
##############################################
winwrangler-0.2.4/config.sub-919-		;;
winwrangler-0.2.4/config.sub:920:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-921-		;;
##############################################
winwrangler-0.2.4/config.sub-925-	ppc64le-* | powerpc64little-*)
winwrangler-0.2.4/config.sub:926:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
winwrangler-0.2.4/config.sub-927-		;;
##############################################
winwrangler-0.2.4/config.sub-1217-	*)
winwrangler-0.2.4/config.sub:1218:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
winwrangler-0.2.4/config.sub-1219-		exit 1
##############################################
winwrangler-0.2.4/config.sub-1225-	*-digital*)
winwrangler-0.2.4/config.sub:1226:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
winwrangler-0.2.4/config.sub-1227-		;;
winwrangler-0.2.4/config.sub-1228-	*-commodore*)
winwrangler-0.2.4/config.sub:1229:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
winwrangler-0.2.4/config.sub-1230-		;;
##############################################
winwrangler-0.2.4/config.sub-1243-	-solaris1 | -solaris1.*)
winwrangler-0.2.4/config.sub:1244:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
winwrangler-0.2.4/config.sub-1245-		;;
##############################################
winwrangler-0.2.4/config.sub-1255-	-gnu/linux*)
winwrangler-0.2.4/config.sub:1256:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
winwrangler-0.2.4/config.sub-1257-		;;
##############################################
winwrangler-0.2.4/config.sub-1300-	-nto*)
winwrangler-0.2.4/config.sub:1301:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
winwrangler-0.2.4/config.sub-1302-		;;
##############################################
winwrangler-0.2.4/config.sub-1307-	-mac*)
winwrangler-0.2.4/config.sub:1308:		os=`echo $os | sed -e 's|mac|macos|'`
winwrangler-0.2.4/config.sub-1309-		;;
##############################################
winwrangler-0.2.4/config.sub-1313-	-linux*)
winwrangler-0.2.4/config.sub:1314:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
winwrangler-0.2.4/config.sub-1315-		;;
winwrangler-0.2.4/config.sub-1316-	-sunos5*)
winwrangler-0.2.4/config.sub:1317:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
winwrangler-0.2.4/config.sub-1318-		;;
winwrangler-0.2.4/config.sub-1319-	-sunos6*)
winwrangler-0.2.4/config.sub:1320:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
winwrangler-0.2.4/config.sub-1321-		;;
##############################################
winwrangler-0.2.4/config.sub-1368-	-sinix5.*)
winwrangler-0.2.4/config.sub:1369:		os=`echo $os | sed -e 's|sinix|sysv|'`
winwrangler-0.2.4/config.sub-1370-		;;
##############################################
winwrangler-0.2.4/config.sub-1422-		# Get rid of the `-' at the beginning of $os.
winwrangler-0.2.4/config.sub:1423:		os=`echo $os | sed 's/[^-]*-//'`
winwrangler-0.2.4/config.sub:1424:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
winwrangler-0.2.4/config.sub-1425-		exit 1
##############################################
winwrangler-0.2.4/config.sub-1673-		esac
winwrangler-0.2.4/config.sub:1674:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
winwrangler-0.2.4/config.sub-1675-		;;
##############################################
winwrangler-0.2.4/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
winwrangler-0.2.4/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
winwrangler-0.2.4/depcomp-69-
##############################################
winwrangler-0.2.4/depcomp-224-  # Version 6 uses the directory in both cases.
winwrangler-0.2.4/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
winwrangler-0.2.4/depcomp-226-  test "x$dir" = "x$object" && dir=
winwrangler-0.2.4/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
winwrangler-0.2.4/depcomp-228-  if test "$libtool" = yes; then
##############################################
winwrangler-0.2.4/depcomp-253-    # Do two passes, one to just change these to
winwrangler-0.2.4/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
winwrangler-0.2.4/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
winwrangler-0.2.4/depcomp-295-  # Do two passes, one to just change these to
winwrangler-0.2.4/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
winwrangler-0.2.4/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
winwrangler-0.2.4/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
winwrangler-0.2.4/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
winwrangler-0.2.4/depcomp-313-  test "x$dir" = "x$object" && dir=
winwrangler-0.2.4/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
winwrangler-0.2.4/depcomp-315-  if test "$libtool" = yes; then
##############################################
winwrangler-0.2.4/depcomp-355-   # Subdirectories are respected.
winwrangler-0.2.4/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
winwrangler-0.2.4/depcomp-357-   test "x$dir" = "x$object" && dir=
winwrangler-0.2.4/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
winwrangler-0.2.4/depcomp-359-
##############################################
winwrangler-0.2.4/depcomp-501-  done
winwrangler-0.2.4/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
winwrangler-0.2.4/depcomp-503-  touch "$tmpdepfile"
##############################################
winwrangler-0.2.4/config.guess-40-
winwrangler-0.2.4/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
winwrangler-0.2.4/config.guess-42-
##############################################
winwrangler-0.2.4/config.guess-109-: ${TMPDIR=/tmp} ;
winwrangler-0.2.4/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
winwrangler-0.2.4/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
winwrangler-0.2.4/config.guess-195-	    *)
winwrangler-0.2.4/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
winwrangler-0.2.4/config.guess-197-		;;
##############################################
winwrangler-0.2.4/config.guess-222-	*4.0)
winwrangler-0.2.4/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
winwrangler-0.2.4/config.guess-224-		;;
winwrangler-0.2.4/config.guess-225-	*5.*)
winwrangler-0.2.4/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
winwrangler-0.2.4/config.guess-227-		;;
##############################################
winwrangler-0.2.4/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
winwrangler-0.2.4/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
winwrangler-0.2.4/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
winwrangler-0.2.4/config.guess-270-	# 1.2 uses "1.2" for uname -r.
winwrangler-0.2.4/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
winwrangler-0.2.4/config.guess-272-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-327-    s390x:SunOS:*:*)
winwrangler-0.2.4/config.guess:328:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
winwrangler-0.2.4/config.guess-329-	exit ;;
winwrangler-0.2.4/config.guess-330-    sun4H:SunOS:5.*:*)
winwrangler-0.2.4/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
winwrangler-0.2.4/config.guess-332-	exit ;;
winwrangler-0.2.4/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
winwrangler-0.2.4/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
winwrangler-0.2.4/config.guess-335-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-349-	fi
winwrangler-0.2.4/config.guess:350:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
winwrangler-0.2.4/config.guess-351-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-355-	# it's likely to be more like Solaris than SunOS4.
winwrangler-0.2.4/config.guess:356:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
winwrangler-0.2.4/config.guess-357-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-364-	# Japanese Language versions have a version number like `4.1.3-JL'.
winwrangler-0.2.4/config.guess:365:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
winwrangler-0.2.4/config.guess-366-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-370-    sun*:*:4.2BSD:*)
winwrangler-0.2.4/config.guess:371:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
winwrangler-0.2.4/config.guess-372-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
winwrangler-0.2.4/config.guess-452-	$CC_FOR_BUILD -o $dummy $dummy.c &&
winwrangler-0.2.4/config.guess:453:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
winwrangler-0.2.4/config.guess:454:	  SYSTEM_NAME=`$dummy $dummyarg` &&
winwrangler-0.2.4/config.guess-455-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
winwrangler-0.2.4/config.guess-508-    *:IRIX*:*:*)
winwrangler-0.2.4/config.guess:509:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
winwrangler-0.2.4/config.guess-510-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-538-EOF
winwrangler-0.2.4/config.guess:539:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
winwrangler-0.2.4/config.guess-540-		then
##############################################
winwrangler-0.2.4/config.guess-551-    *:AIX:*:[456])
winwrangler-0.2.4/config.guess:552:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
winwrangler-0.2.4/config.guess-553-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
winwrangler-0.2.4/config.guess-586-    9000/[34678]??:HP-UX:*:*)
winwrangler-0.2.4/config.guess:587:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
winwrangler-0.2.4/config.guess-588-	case "${UNAME_MACHINE}" in
##############################################
winwrangler-0.2.4/config.guess-640-EOF
winwrangler-0.2.4/config.guess:641:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
winwrangler-0.2.4/config.guess-642-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
winwrangler-0.2.4/config.guess-668-    ia64:HP-UX:*:*)
winwrangler-0.2.4/config.guess:669:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
winwrangler-0.2.4/config.guess-670-	echo ia64-hp-hpux${HPUX_REV}
##############################################
winwrangler-0.2.4/config.guess-698-EOF
winwrangler-0.2.4/config.guess:699:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
winwrangler-0.2.4/config.guess-700-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
winwrangler-0.2.4/config.guess-769-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
winwrangler-0.2.4/config.guess:770:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
winwrangler-0.2.4/config.guess-771-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
winwrangler-0.2.4/config.guess-774-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
winwrangler-0.2.4/config.guess:775:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
winwrangler-0.2.4/config.guess-776-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
winwrangler-0.2.4/config.guess-789-	    pc98)
winwrangler-0.2.4/config.guess:790:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
winwrangler-0.2.4/config.guess-791-	    amd64)
winwrangler-0.2.4/config.guess:792:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
winwrangler-0.2.4/config.guess-793-	    *)
winwrangler-0.2.4/config.guess:794:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
winwrangler-0.2.4/config.guess-795-	esac
##############################################
winwrangler-0.2.4/config.guess-840-    prep*:SunOS:5.*:*)
winwrangler-0.2.4/config.guess:841:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
winwrangler-0.2.4/config.guess-842-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-844-	# the GNU system
winwrangler-0.2.4/config.guess:845:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
winwrangler-0.2.4/config.guess-846-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-848-	# other systems with GNU libc and userland
winwrangler-0.2.4/config.guess:849:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
winwrangler-0.2.4/config.guess-850-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
winwrangler-0.2.4/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
winwrangler-0.2.4/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
winwrangler-0.2.4/config.guess-1340-    *:DragonFly:*:*)
winwrangler-0.2.4/config.guess:1341:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
winwrangler-0.2.4/config.guess-1342-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-1353-    i*86:skyos:*:*)
winwrangler-0.2.4/config.guess:1354:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
winwrangler-0.2.4/config.guess-1355-	exit ;;
##############################################
winwrangler-0.2.4/config.guess-1481-
winwrangler-0.2.4/config.guess:1482:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
winwrangler-0.2.4/config.guess-1483-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
winwrangler-0.2.4/Makefile.in-61-	ps-recursive uninstall-recursive
winwrangler-0.2.4/Makefile.in:62:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
winwrangler-0.2.4/Makefile.in-63-am__vpath_adj = case $$p in \
winwrangler-0.2.4/Makefile.in:64:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
winwrangler-0.2.4/Makefile.in-65-    *) f=$$p;; \
winwrangler-0.2.4/Makefile.in-66-  esac;
winwrangler-0.2.4/Makefile.in:67:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
winwrangler-0.2.4/Makefile.in-68-am__install_max = 40
winwrangler-0.2.4/Makefile.in-69-am__nobase_strip_setup = \
winwrangler-0.2.4/Makefile.in:70:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
winwrangler-0.2.4/Makefile.in-71-am__nobase_strip = \
##############################################
winwrangler-0.2.4/Makefile.in-106-  while test -n "$$dir1"; do \
winwrangler-0.2.4/Makefile.in:107:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
winwrangler-0.2.4/Makefile.in-108-    if test "$$first" != "."; then \
winwrangler-0.2.4/Makefile.in-109-      if test "$$first" = ".."; then \
winwrangler-0.2.4/Makefile.in:110:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
winwrangler-0.2.4/Makefile.in:111:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
winwrangler-0.2.4/Makefile.in-112-      else \
winwrangler-0.2.4/Makefile.in:113:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
winwrangler-0.2.4/Makefile.in-114-        if test "$$first2" = "$$first"; then \
winwrangler-0.2.4/Makefile.in:115:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
winwrangler-0.2.4/Makefile.in-116-        else \
##############################################
winwrangler-0.2.4/Makefile.in-121-    fi; \
winwrangler-0.2.4/Makefile.in:122:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
winwrangler-0.2.4/Makefile.in-123-  done; \
##############################################
winwrangler-0.2.4/Makefile.in-376-	@list='$(winwranglerdoc_DATA)'; test -n "$(winwranglerdocdir)" || list=; \
winwrangler-0.2.4/Makefile.in:377:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
winwrangler-0.2.4/Makefile.in-378-	test -n "$$files" || exit 0; \
##############################################
winwrangler-0.2.4/Makefile.in-396-	dot_seen=no; \
winwrangler-0.2.4/Makefile.in:397:	target=`echo $@ | sed s/-recursive//`; \
winwrangler-0.2.4/Makefile.in-398-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
winwrangler-0.2.4/Makefile.in-431-	rev="$$rev ."; \
winwrangler-0.2.4/Makefile.in:432:	target=`echo $@ | sed s/-recursive//`; \
winwrangler-0.2.4/Makefile.in-433-	for subdir in $$rev; do \
##############################################
winwrangler-0.2.4/Makefile.in-509-GTAGS:
winwrangler-0.2.4/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
winwrangler-0.2.4/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
winwrangler-0.2.4/Makefile.in-519-	test -d "$(distdir)" || mkdir "$(distdir)"
winwrangler-0.2.4/Makefile.in:520:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
winwrangler-0.2.4/Makefile.in:521:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
winwrangler-0.2.4/Makefile.in-522-	list='$(DISTFILES)'; \
##############################################
winwrangler-0.2.4/Makefile.in-533-	  if test -d $$d/$$file; then \
winwrangler-0.2.4/Makefile.in:534:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
winwrangler-0.2.4/Makefile.in-535-	    if test -d "$(distdir)/$$file"; then \
##############################################
winwrangler-0.2.4/Makefile.in-643-	test -d $(distdir)/_build || exit 0; \
winwrangler-0.2.4/Makefile.in:644:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
winwrangler-0.2.4/Makefile.in-645-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
winwrangler-0.2.4/Makefile.in-677-	@$(am__cd) '$(distuninstallcheck_dir)' \
winwrangler-0.2.4/Makefile.in:678:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
winwrangler-0.2.4/Makefile.in-679-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
winwrangler-0.2.4/Makefile.in-689-	fi
winwrangler-0.2.4/Makefile.in:690:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
winwrangler-0.2.4/Makefile.in-691-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
winwrangler-0.2.4/ltmain.sh-161-  # Extract subdirectory from the argument.
winwrangler-0.2.4/ltmain.sh:162:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
winwrangler-0.2.4/ltmain.sh-163-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
winwrangler-0.2.4/ltmain.sh-167-  fi
winwrangler-0.2.4/ltmain.sh:168:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
winwrangler-0.2.4/ltmain.sh-169-}
##############################################
winwrangler-0.2.4/ltmain.sh-193-     progdir=$func_dirname_result
winwrangler-0.2.4/ltmain.sh:194:     progdir=`cd "$progdir" && pwd`
winwrangler-0.2.4/ltmain.sh-195-     progpath="$progdir/$progname"
##############################################
winwrangler-0.2.4/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of
winwrangler-0.2.4/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
winwrangler-0.2.4/ltmain.sh-223-bs='\\'
##############################################
winwrangler-0.2.4/ltmain.sh-328-        # ...otherwise throw away the child directory and loop
winwrangler-0.2.4/ltmain.sh:329:        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
winwrangler-0.2.4/ltmain.sh-330-      done
winwrangler-0.2.4/ltmain.sh:331:      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
winwrangler-0.2.4/ltmain.sh-332-
##############################################
winwrangler-0.2.4/ltmain.sh-363-      # If mktemp works, use that first and foremost
winwrangler-0.2.4/ltmain.sh:364:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
winwrangler-0.2.4/ltmain.sh-365-
##############################################
winwrangler-0.2.4/ltmain.sh-394-      *[\\\`\"\$]*)
winwrangler-0.2.4/ltmain.sh:395:	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
winwrangler-0.2.4/ltmain.sh-396-      *)
##############################################
winwrangler-0.2.4/ltmain.sh-536-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
winwrangler-0.2.4/ltmain.sh:537:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
winwrangler-0.2.4/ltmain.sh:538:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
winwrangler-0.2.4/ltmain.sh-539-	p
##############################################
winwrangler-0.2.4/ltmain.sh-565-  :
winwrangler-0.2.4/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
winwrangler-0.2.4/ltmain.sh-567-  # Yippee, $ECHO works!
##############################################
winwrangler-0.2.4/ltmain.sh-685-	# quotes we have to do it in 2 steps:
winwrangler-0.2.4/ltmain.sh:686:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
winwrangler-0.2.4/ltmain.sh-687-	eval "$extractedcf"
##############################################
winwrangler-0.2.4/ltmain.sh-1021-      # but not from the CC environment variable when configure was run.
winwrangler-0.2.4/ltmain.sh:1022:      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
winwrangler-0.2.4/ltmain.sh-1023-      # Blanks at the start of $base_compile will cause this to fail
##############################################
winwrangler-0.2.4/ltmain.sh-1028-	    # Evaluate the configuration.
winwrangler-0.2.4/ltmain.sh:1029:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
winwrangler-0.2.4/ltmain.sh-1030-	    CC_quoted=
##############################################
winwrangler-0.2.4/ltmain.sh-1036-	    case "$@ " in
winwrangler-0.2.4/ltmain.sh:1037:	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
winwrangler-0.2.4/ltmain.sh-1038-	      # The compiler in the base compile command matches
##############################################
winwrangler-0.2.4/ltmain.sh-1213-    *.[cCFSifmso] | \
winwrangler-0.2.4/ltmain.sh:1214:    *.ada | *.adb | *.ads | *.asm | \
winwrangler-0.2.4/ltmain.sh-1215-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
winwrangler-0.2.4/ltmain.sh-1290-    if test "$compiler_c_o" = no; then
winwrangler-0.2.4/ltmain.sh:1291:      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
winwrangler-0.2.4/ltmain.sh-1292-      lockfile="$output_obj.lock"
##############################################
winwrangler-0.2.4/ltmain.sh-1309-*** ERROR, $lockfile exists and contains:
winwrangler-0.2.4/ltmain.sh:1310:`cat $lockfile 2>/dev/null`
winwrangler-0.2.4/ltmain.sh-1311-
##############################################
winwrangler-0.2.4/ltmain.sh-1358-      if test "$need_locks" = warn &&
winwrangler-0.2.4/ltmain.sh:1359:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
winwrangler-0.2.4/ltmain.sh-1360-	$ECHO "\
winwrangler-0.2.4/ltmain.sh-1361-*** ERROR, $lockfile contains:
winwrangler-0.2.4/ltmain.sh:1362:`cat $lockfile 2>/dev/null`
winwrangler-0.2.4/ltmain.sh-1363-
##############################################
winwrangler-0.2.4/ltmain.sh-1407-      if test "$need_locks" = warn &&
winwrangler-0.2.4/ltmain.sh:1408:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
winwrangler-0.2.4/ltmain.sh-1409-	$ECHO "\
winwrangler-0.2.4/ltmain.sh-1410-*** ERROR, $lockfile contains:
winwrangler-0.2.4/ltmain.sh:1411:`cat $lockfile 2>/dev/null`
winwrangler-0.2.4/ltmain.sh-1412-
##############################################
winwrangler-0.2.4/ltmain.sh-1665-	  test -n "$library_names" && \
winwrangler-0.2.4/ltmain.sh:1666:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
winwrangler-0.2.4/ltmain.sh-1667-	  continue
##############################################
winwrangler-0.2.4/ltmain.sh-1676-	  if test ! -f "$dir/$dlname"; then
winwrangler-0.2.4/ltmain.sh:1677:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
winwrangler-0.2.4/ltmain.sh-1678-	  fi
##############################################
winwrangler-0.2.4/ltmain.sh-1694-      # Get the absolute pathname.
winwrangler-0.2.4/ltmain.sh:1695:      absdir=`cd "$dir" && pwd`
winwrangler-0.2.4/ltmain.sh-1696-      test -n "$absdir" && dir="$absdir"
##############################################
winwrangler-0.2.4/ltmain.sh-2012-	  # Determine the prefix the user has applied to our future dir.
winwrangler-0.2.4/ltmain.sh:2013:	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
winwrangler-0.2.4/ltmain.sh-2014-
##############################################
winwrangler-0.2.4/ltmain.sh-2025-	    # Stick the inst_prefix_dir data into the link command.
winwrangler-0.2.4/ltmain.sh:2026:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
winwrangler-0.2.4/ltmain.sh-2027-	  else
winwrangler-0.2.4/ltmain.sh:2028:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
winwrangler-0.2.4/ltmain.sh-2029-	  fi
##############################################
winwrangler-0.2.4/ltmain.sh-2185-	    fi
winwrangler-0.2.4/ltmain.sh:2186:	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
winwrangler-0.2.4/ltmain.sh-2187-	    if test -n "$libdir" && test ! -f "$libfile"; then
winwrangler-0.2.4/ltmain.sh:2188:	      func_warning "\`$lib' has not been installed in \`$libdir'"
winwrangler-0.2.4/ltmain.sh-2189-	      finalize=no
##############################################
winwrangler-0.2.4/ltmain.sh-2204-	        # Replace the output file specification.
winwrangler-0.2.4/ltmain.sh:2205:	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
winwrangler-0.2.4/ltmain.sh-2206-
##############################################
winwrangler-0.2.4/ltmain.sh-2223-	    # Install the binary that we compiled earlier.
winwrangler-0.2.4/ltmain.sh:2224:	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
winwrangler-0.2.4/ltmain.sh-2225-	  fi
##############################################
winwrangler-0.2.4/ltmain.sh-2294-    my_pic_p="${3-no}"
winwrangler-0.2.4/ltmain.sh:2295:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
winwrangler-0.2.4/ltmain.sh-2296-    my_dlsyms=
##############################################
winwrangler-0.2.4/ltmain.sh-2334-	  # Add our own program objects to the symbol list.
winwrangler-0.2.4/ltmain.sh:2335:	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
winwrangler-0.2.4/ltmain.sh-2336-	  for progfile in $progfiles; do
##############################################
winwrangler-0.2.4/ltmain.sh-2517-	  if test -f "$output_objdir/$my_outputname.def"; then
winwrangler-0.2.4/ltmain.sh:2518:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
winwrangler-0.2.4/ltmain.sh:2519:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
winwrangler-0.2.4/ltmain.sh-2520-	  else
winwrangler-0.2.4/ltmain.sh:2521:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
winwrangler-0.2.4/ltmain.sh:2522:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
winwrangler-0.2.4/ltmain.sh-2523-	  fi
##############################################
winwrangler-0.2.4/ltmain.sh-2525-	*)
winwrangler-0.2.4/ltmain.sh:2526:	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
winwrangler-0.2.4/ltmain.sh:2527:	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
winwrangler-0.2.4/ltmain.sh-2528-	  ;;
##############################################
winwrangler-0.2.4/ltmain.sh-2540-      # Nullify the symbol file.
winwrangler-0.2.4/ltmain.sh:2541:      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
winwrangler-0.2.4/ltmain.sh:2542:      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
winwrangler-0.2.4/ltmain.sh-2543-    fi
##############################################
winwrangler-0.2.4/ltmain.sh-2555-  win32_libid_type="unknown"
winwrangler-0.2.4/ltmain.sh:2556:  win32_fileres=`file -L $1 2>/dev/null`
winwrangler-0.2.4/ltmain.sh-2557-  case $win32_fileres in
##############################################
winwrangler-0.2.4/ltmain.sh-2652-	  darwin_curdir=`pwd`
winwrangler-0.2.4/ltmain.sh:2653:	  darwin_base_archive=`basename "$darwin_archive"`
winwrangler-0.2.4/ltmain.sh:2654:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
winwrangler-0.2.4/ltmain.sh-2655-	  if test -n "$darwin_arches"; then
winwrangler-0.2.4/ltmain.sh:2656:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
winwrangler-0.2.4/ltmain.sh-2657-	    darwin_arch=
##############################################
winwrangler-0.2.4/ltmain.sh-2667-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
winwrangler-0.2.4/ltmain.sh:2668:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
winwrangler-0.2.4/ltmain.sh-2669-	    darwin_file=
##############################################
winwrangler-0.2.4/ltmain.sh-2671-	    for darwin_file in $darwin_filelist; do
winwrangler-0.2.4/ltmain.sh:2672:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
winwrangler-0.2.4/ltmain.sh-2673-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
winwrangler-0.2.4/ltmain.sh-2686-      esac
winwrangler-0.2.4/ltmain.sh:2687:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
winwrangler-0.2.4/ltmain.sh-2688-    done
##############################################
winwrangler-0.2.4/ltmain.sh-2757-      shift
winwrangler-0.2.4/ltmain.sh:2758:    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
winwrangler-0.2.4/ltmain.sh-2759-      # Yippee, \$ECHO works!
##############################################
winwrangler-0.2.4/ltmain.sh-2769-  # Find the directory that this script lives in.
winwrangler-0.2.4/ltmain.sh:2770:  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
winwrangler-0.2.4/ltmain.sh-2771-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
winwrangler-0.2.4/ltmain.sh-2773-  # Follow symbolic links until we get to the real thisdir.
winwrangler-0.2.4/ltmain.sh:2774:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
winwrangler-0.2.4/ltmain.sh-2775-  while test -n \"\$file\"; do
winwrangler-0.2.4/ltmain.sh:2776:    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
winwrangler-0.2.4/ltmain.sh-2777-
##############################################
winwrangler-0.2.4/ltmain.sh-2785-
winwrangler-0.2.4/ltmain.sh:2786:    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
winwrangler-0.2.4/ltmain.sh:2787:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
winwrangler-0.2.4/ltmain.sh-2788-  done
##############################################
winwrangler-0.2.4/ltmain.sh-2816-    case \"\$thisdir\" in
winwrangler-0.2.4/ltmain.sh:2817:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
winwrangler-0.2.4/ltmain.sh-2818-    $objdir )   thisdir=. ;;
##############################################
winwrangler-0.2.4/ltmain.sh-2822-  # Try to get the absolute directory name.
winwrangler-0.2.4/ltmain.sh:2823:  absdir=\`cd \"\$thisdir\" && pwd\`
winwrangler-0.2.4/ltmain.sh-2824-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
winwrangler-0.2.4/ltmain.sh-2832-  if test ! -f \"\$progdir/\$program\" ||
winwrangler-0.2.4/ltmain.sh:2833:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
winwrangler-0.2.4/ltmain.sh-2834-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
winwrangler-0.2.4/ltmain.sh-2847-    if test -n \"\$relink_command\"; then
winwrangler-0.2.4/ltmain.sh:2848:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
winwrangler-0.2.4/ltmain.sh-2849-      else
##############################################
winwrangler-0.2.4/ltmain.sh-2879-    # The second colon is a workaround for a bug in BeOS R4 sed
winwrangler-0.2.4/ltmain.sh:2880:    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
winwrangler-0.2.4/ltmain.sh-2881-
##############################################
winwrangler-0.2.4/ltmain.sh-2994-          *cygwin* )
winwrangler-0.2.4/ltmain.sh:2995:            func_to_host_path_tmp1=`cygpath -w "$1"`
winwrangler-0.2.4/ltmain.sh-2996-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
##############################################
winwrangler-0.2.4/ltmain.sh-3006-            # the odd construction:
winwrangler-0.2.4/ltmain.sh:3007:            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
winwrangler-0.2.4/ltmain.sh-3008-            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
##############################################
winwrangler-0.2.4/ltmain.sh-3073-          *cygwin* )
winwrangler-0.2.4/ltmain.sh:3074:            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
winwrangler-0.2.4/ltmain.sh-3075-            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
##############################################
winwrangler-0.2.4/ltmain.sh-4240-	    moreargs=
winwrangler-0.2.4/ltmain.sh:4241:	    for fil in `cat "$save_arg"`
winwrangler-0.2.4/ltmain.sh-4242-	    do
##############################################
winwrangler-0.2.4/ltmain.sh-4490-	*)
winwrangler-0.2.4/ltmain.sh:4491:	  absdir=`cd "$dir" && pwd`
winwrangler-0.2.4/ltmain.sh-4492-	  test -z "$absdir" && \
##############################################
winwrangler-0.2.4/ltmain.sh-4505-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
winwrangler-0.2.4/ltmain.sh:4506:	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
winwrangler-0.2.4/ltmain.sh-4507-	  case :$dllsearchpath: in
##############################################
winwrangler-0.2.4/ltmain.sh-4927-      # get the directories listed in $shlibpath_var
winwrangler-0.2.4/ltmain.sh:4928:      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
winwrangler-0.2.4/ltmain.sh-4929-    else
##############################################
winwrangler-0.2.4/ltmain.sh-5053-	  for deplib in $dependency_libs; do
winwrangler-0.2.4/ltmain.sh:5054:            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
winwrangler-0.2.4/ltmain.sh-5055-	    case " $weak_libs " in
##############################################
winwrangler-0.2.4/ltmain.sh-5231-		  set dummy $deplibs_check_method; shift
winwrangler-0.2.4/ltmain.sh:5232:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
winwrangler-0.2.4/ltmain.sh-5233-		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
##############################################
winwrangler-0.2.4/ltmain.sh-5294-	else
winwrangler-0.2.4/ltmain.sh:5295:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
winwrangler-0.2.4/ltmain.sh-5296-	fi
##############################################
winwrangler-0.2.4/ltmain.sh-5323-	if test -n "$inherited_linker_flags"; then
winwrangler-0.2.4/ltmain.sh:5324:	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
winwrangler-0.2.4/ltmain.sh-5325-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
winwrangler-0.2.4/ltmain.sh-5331-	fi
winwrangler-0.2.4/ltmain.sh:5332:	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
winwrangler-0.2.4/ltmain.sh-5333-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
winwrangler-0.2.4/ltmain.sh-5398-	*)
winwrangler-0.2.4/ltmain.sh:5399:	  abs_ladir=`cd "$ladir" && pwd`
winwrangler-0.2.4/ltmain.sh-5400-	  if test -z "$abs_ladir"; then
##############################################
winwrangler-0.2.4/ltmain.sh-5624-	    shift
winwrangler-0.2.4/ltmain.sh:5625:	    libname=`eval "\\$ECHO \"$libname_spec\""`
winwrangler-0.2.4/ltmain.sh-5626-	    # use dlname if we got it. it's perfectly good, no?
##############################################
winwrangler-0.2.4/ltmain.sh-5908-		*)
winwrangler-0.2.4/ltmain.sh:5909:		  absdir=`cd "$dir" && pwd`
winwrangler-0.2.4/ltmain.sh-5910-		  if test -z "$absdir"; then
##############################################
winwrangler-0.2.4/ltmain.sh-5919-		  depdepl=
winwrangler-0.2.4/ltmain.sh:5920:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
winwrangler-0.2.4/ltmain.sh-5921-		  if test -n "$deplibrary_names" ; then
##############################################
winwrangler-0.2.4/ltmain.sh-5926-		      depdepl="$absdir/$objdir/$depdepl"
winwrangler-0.2.4/ltmain.sh:5927:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
winwrangler-0.2.4/ltmain.sh-5928-                      if test -z "$darwin_install_name"; then
winwrangler-0.2.4/ltmain.sh:5929:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
winwrangler-0.2.4/ltmain.sh-5930-                      fi
##############################################
winwrangler-0.2.4/ltmain.sh-5941-		else
winwrangler-0.2.4/ltmain.sh:5942:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
winwrangler-0.2.4/ltmain.sh-5943-		  test -z "$libdir" && \
##############################################
winwrangler-0.2.4/ltmain.sh-5964-	else
winwrangler-0.2.4/ltmain.sh:5965:	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
winwrangler-0.2.4/ltmain.sh-5966-	fi
##############################################
winwrangler-0.2.4/ltmain.sh-6113-	test "$module" = no && \
winwrangler-0.2.4/ltmain.sh:6114:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
winwrangler-0.2.4/ltmain.sh-6115-
##############################################
winwrangler-0.2.4/ltmain.sh-6250-	if test "$age" -gt "$current"; then
winwrangler-0.2.4/ltmain.sh:6251:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
winwrangler-0.2.4/ltmain.sh-6252-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
winwrangler-0.2.4/ltmain.sh-6411-	removelist=
winwrangler-0.2.4/ltmain.sh:6412:	tempremovelist=`$ECHO "$output_objdir/*"`
winwrangler-0.2.4/ltmain.sh-6413-	for p in $tempremovelist; do
##############################################
winwrangler-0.2.4/ltmain.sh-6437-	# Transform .lo files to .o files.
winwrangler-0.2.4/ltmain.sh:6438:	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
winwrangler-0.2.4/ltmain.sh-6439-      fi
##############################################
winwrangler-0.2.4/ltmain.sh-6442-      #for path in $notinst_path; do
winwrangler-0.2.4/ltmain.sh:6443:      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
winwrangler-0.2.4/ltmain.sh:6444:      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
winwrangler-0.2.4/ltmain.sh:6445:      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
winwrangler-0.2.4/ltmain.sh-6446-      #done
##############################################
winwrangler-0.2.4/ltmain.sh-6562-		if test -n "$i" ; then
winwrangler-0.2.4/ltmain.sh:6563:		  libname=`eval "\\$ECHO \"$libname_spec\""`
winwrangler-0.2.4/ltmain.sh:6564:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
winwrangler-0.2.4/ltmain.sh-6565-		  set dummy $deplib_matches; shift
winwrangler-0.2.4/ltmain.sh-6566-		  deplib_match=$1
winwrangler-0.2.4/ltmain.sh:6567:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
winwrangler-0.2.4/ltmain.sh-6568-		    newdeplibs="$newdeplibs $i"
##############################################
winwrangler-0.2.4/ltmain.sh-6605-		  if test -n "$i" ; then
winwrangler-0.2.4/ltmain.sh:6606:		    libname=`eval "\\$ECHO \"$libname_spec\""`
winwrangler-0.2.4/ltmain.sh:6607:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
winwrangler-0.2.4/ltmain.sh-6608-		    set dummy $deplib_matches; shift
winwrangler-0.2.4/ltmain.sh-6609-		    deplib_match=$1
winwrangler-0.2.4/ltmain.sh:6610:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
winwrangler-0.2.4/ltmain.sh-6611-		      newdeplibs="$newdeplibs $i"
##############################################
winwrangler-0.2.4/ltmain.sh-6640-	  set dummy $deplibs_check_method; shift
winwrangler-0.2.4/ltmain.sh:6641:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
winwrangler-0.2.4/ltmain.sh-6642-	  for a_deplib in $deplibs; do
##############################################
winwrangler-0.2.4/ltmain.sh-6655-	      if test -n "$a_deplib" ; then
winwrangler-0.2.4/ltmain.sh:6656:		libname=`eval "\\$ECHO \"$libname_spec\""`
winwrangler-0.2.4/ltmain.sh-6657-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
winwrangler-0.2.4/ltmain.sh:6658:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
winwrangler-0.2.4/ltmain.sh-6659-		  for potent_lib in $potential_libs; do
##############################################
winwrangler-0.2.4/ltmain.sh-6671-		      while test -h "$potlib" 2>/dev/null; do
winwrangler-0.2.4/ltmain.sh:6672:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
winwrangler-0.2.4/ltmain.sh-6673-			case $potliblink in
winwrangler-0.2.4/ltmain.sh-6674-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
winwrangler-0.2.4/ltmain.sh:6675:			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
winwrangler-0.2.4/ltmain.sh-6676-			esac
##############################################
winwrangler-0.2.4/ltmain.sh-6712-	  set dummy $deplibs_check_method; shift
winwrangler-0.2.4/ltmain.sh:6713:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
winwrangler-0.2.4/ltmain.sh-6714-	  for a_deplib in $deplibs; do
##############################################
winwrangler-0.2.4/ltmain.sh-6727-	      if test -n "$a_deplib" ; then
winwrangler-0.2.4/ltmain.sh:6728:		libname=`eval "\\$ECHO \"$libname_spec\""`
winwrangler-0.2.4/ltmain.sh-6729-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
winwrangler-0.2.4/ltmain.sh:6730:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
winwrangler-0.2.4/ltmain.sh-6731-		  for potent_lib in $potential_libs; do
##############################################
winwrangler-0.2.4/ltmain.sh-6771-	      # can't use Xsed below, because $i might contain '/'
winwrangler-0.2.4/ltmain.sh:6772:	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
winwrangler-0.2.4/ltmain.sh-6773-	    done
##############################################
winwrangler-0.2.4/ltmain.sh-6796-	  # On Rhapsody replace the C library with the System framework
winwrangler-0.2.4/ltmain.sh:6797:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
winwrangler-0.2.4/ltmain.sh-6798-	  ;;
##############################################
winwrangler-0.2.4/ltmain.sh-6848-	*-*-darwin*)
winwrangler-0.2.4/ltmain.sh:6849:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
winwrangler-0.2.4/ltmain.sh:6850:	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
winwrangler-0.2.4/ltmain.sh:6851:	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
winwrangler-0.2.4/ltmain.sh-6852-	  ;;
##############################################
winwrangler-0.2.4/ltmain.sh-6972-	# Use standard objects if they are pic
winwrangler-0.2.4/ltmain.sh:6973:	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
winwrangler-0.2.4/ltmain.sh-6974-	test "X$libobjs" = "X " && libobjs=
##############################################
winwrangler-0.2.4/ltmain.sh-6987-	    # exporting using user supplied symfile
winwrangler-0.2.4/ltmain.sh:6988:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
winwrangler-0.2.4/ltmain.sh-6989-	      # and it's NOT already a .def file. Must figure out
##############################################
winwrangler-0.2.4/ltmain.sh-7139-	  save_output=$output
winwrangler-0.2.4/ltmain.sh:7140:	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
winwrangler-0.2.4/ltmain.sh-7141-
##############################################
winwrangler-0.2.4/ltmain.sh-7443-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
winwrangler-0.2.4/ltmain.sh:7444:	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
winwrangler-0.2.4/ltmain.sh-7445-	else
##############################################
winwrangler-0.2.4/ltmain.sh-7454-      # Create the old-style object.
winwrangler-0.2.4/ltmain.sh:7455:      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
winwrangler-0.2.4/ltmain.sh-7456-
##############################################
winwrangler-0.2.4/ltmain.sh-7514-	# On Rhapsody replace the C library is the System framework
winwrangler-0.2.4/ltmain.sh:7515:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
winwrangler-0.2.4/ltmain.sh:7516:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
winwrangler-0.2.4/ltmain.sh-7517-	;;
##############################################
winwrangler-0.2.4/ltmain.sh-7532-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
winwrangler-0.2.4/ltmain.sh:7533:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
winwrangler-0.2.4/ltmain.sh:7534:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
winwrangler-0.2.4/ltmain.sh-7535-	;;
##############################################
winwrangler-0.2.4/ltmain.sh-7610-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
winwrangler-0.2.4/ltmain.sh:7611:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
winwrangler-0.2.4/ltmain.sh-7612-	  case :$dllsearchpath: in
##############################################
winwrangler-0.2.4/ltmain.sh-7670-	# Transform all the library objects into standard objects.
winwrangler-0.2.4/ltmain.sh:7671:	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
winwrangler-0.2.4/ltmain.sh:7672:	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
winwrangler-0.2.4/ltmain.sh-7673-      fi
##############################################
winwrangler-0.2.4/ltmain.sh-7700-	# Replace the output file specification.
winwrangler-0.2.4/ltmain.sh:7701:	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
winwrangler-0.2.4/ltmain.sh-7702-	link_command="$compile_command$compile_rpath"
##############################################
winwrangler-0.2.4/ltmain.sh-7747-	# Replace the output file specification.
winwrangler-0.2.4/ltmain.sh:7748:	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
winwrangler-0.2.4/ltmain.sh-7749-	# Delete the old output file.
##############################################
winwrangler-0.2.4/ltmain.sh-7766-	  if test "$fast_install" = yes; then
winwrangler-0.2.4/ltmain.sh:7767:	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
winwrangler-0.2.4/ltmain.sh-7768-	  else
##############################################
winwrangler-0.2.4/ltmain.sh-7778-      # Replace the output file specification.
winwrangler-0.2.4/ltmain.sh:7779:      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
winwrangler-0.2.4/ltmain.sh-7780-
##############################################
winwrangler-0.2.4/ltmain.sh-7802-	relink_command="(cd `pwd`; $relink_command)"
winwrangler-0.2.4/ltmain.sh:7803:	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
winwrangler-0.2.4/ltmain.sh-7804-      fi
##############################################
winwrangler-0.2.4/ltmain.sh-7811-	esac
winwrangler-0.2.4/ltmain.sh:7812:	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
winwrangler-0.2.4/ltmain.sh-7813-      else
winwrangler-0.2.4/ltmain.sh:7814:	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
winwrangler-0.2.4/ltmain.sh-7815-      fi
##############################################
winwrangler-0.2.4/ltmain.sh-8045-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
winwrangler-0.2.4/ltmain.sh:8046:      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
winwrangler-0.2.4/ltmain.sh-8047-      if test "$hardcode_automatic" = yes ; then
##############################################
winwrangler-0.2.4/ltmain.sh-8065-		name="$func_basename_result"
winwrangler-0.2.4/ltmain.sh:8066:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
winwrangler-0.2.4/ltmain.sh-8067-		test -z "$libdir" && \
##############################################
winwrangler-0.2.4/ltmain.sh-8081-		name="$func_basename_result"
winwrangler-0.2.4/ltmain.sh:8082:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
winwrangler-0.2.4/ltmain.sh-8083-		test -z "$libdir" && \
##############################################
winwrangler-0.2.4/ltmain.sh-8100-		name="$func_basename_result"
winwrangler-0.2.4/ltmain.sh:8101:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
winwrangler-0.2.4/ltmain.sh-8102-		test -z "$libdir" && \
##############################################
winwrangler-0.2.4/ltmain.sh-8404-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
winwrangler-0.2.4/ltmain.sh:8405:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
winwrangler-0.2.4/ltmain.sh-8406-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
winwrangler-0.2.4/src/Makefile.in-318-	test -n "$(EXEEXT)" || exit 0; \
winwrangler-0.2.4/src/Makefile.in:319:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
winwrangler-0.2.4/src/Makefile.in-320-	echo " rm -f" $$list; \
##############################################
winwrangler-0.2.4/src/Makefile.in-349-.c.obj:
winwrangler-0.2.4/src/Makefile.in:350:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
winwrangler-0.2.4/src/Makefile.in-351-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
winwrangler-0.2.4/src/Makefile.in-353-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
winwrangler-0.2.4/src/Makefile.in:354:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
winwrangler-0.2.4/src/Makefile.in-355-
##############################################
winwrangler-0.2.4/src/Makefile.in-413-GTAGS:
winwrangler-0.2.4/src/Makefile.in:414:	here=`$(am__cd) $(top_builddir) && pwd` \
winwrangler-0.2.4/src/Makefile.in-415-	  && $(am__cd) $(top_srcdir) \
##############################################
winwrangler-0.2.4/src/Makefile.in-421-distdir: $(DISTFILES)
winwrangler-0.2.4/src/Makefile.in:422:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
winwrangler-0.2.4/src/Makefile.in:423:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
winwrangler-0.2.4/src/Makefile.in-424-	list='$(DISTFILES)'; \
##############################################
winwrangler-0.2.4/src/Makefile.in-435-	  if test -d $$d/$$file; then \
winwrangler-0.2.4/src/Makefile.in:436:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
winwrangler-0.2.4/src/Makefile.in-437-	    if test -d "$(distdir)/$$file"; then \