7eb10c8
diff -up ./configure.autotool-intermediates ./configure
5080ffc
--- ./configure.autotool-intermediates	2010-12-28 18:47:15.206934478 -0500
5080ffc
+++ ./configure	2010-12-28 18:47:21.053058461 -0500
5080ffc
@@ -1,14 +1,14 @@
7eb10c8
 #! /bin/sh
5080ffc
 # From configure.in Revision: 87207 .
7eb10c8
 # Guess values for system-dependent variables and create Makefiles.
5080ffc
-# Generated by GNU Autoconf 2.67 for python 3.2.
5080ffc
+# Generated by GNU Autoconf 2.65 for python 3.2.
7eb10c8
 #
5080ffc
 # Report bugs to <http://bugs.python.org/>.
5080ffc
 #
5080ffc
 #
5080ffc
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
5080ffc
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
5080ffc
-# Foundation, Inc.
5080ffc
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5080ffc
+# Inc.
5080ffc
 #
5080ffc
 #
5080ffc
 # This configure script is free software; the Free Software Foundation
5080ffc
@@ -320,7 +320,7 @@ $as_echo X"$as_dir" |
5080ffc
       test -d "$as_dir" && break
5080ffc
     done
5080ffc
     test -z "$as_dirs" || eval "mkdir $as_dirs"
5080ffc
-  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5080ffc
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
5080ffc
 
5080ffc
 
5080ffc
 } # as_fn_mkdir_p
5080ffc
@@ -360,19 +360,19 @@ else
5080ffc
 fi # as_fn_arith
5080ffc
 
5080ffc
 
5080ffc
-# as_fn_error STATUS ERROR [LINENO LOG_FD]
5080ffc
-# ----------------------------------------
5080ffc
+# as_fn_error ERROR [LINENO LOG_FD]
5080ffc
+# ---------------------------------
5080ffc
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5080ffc
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5080ffc
-# script with STATUS, using 1 if that was 0.
5080ffc
+# script with status $?, using 1 if that was 0.
5080ffc
 as_fn_error ()
5080ffc
 {
5080ffc
-  as_status=$1; test $as_status -eq 0 && as_status=1
5080ffc
-  if test "$4"; then
5080ffc
-    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5080ffc
+  as_status=$?; test $as_status -eq 0 && as_status=1
5080ffc
+  if test "$3"; then
5080ffc
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
5080ffc
   fi
5080ffc
-  $as_echo "$as_me: error: $2" >&2
5080ffc
+  $as_echo "$as_me: error: $1" >&2
5080ffc
   as_fn_exit $as_status
5080ffc
 } # as_fn_error
5080ffc
 
5080ffc
@@ -534,7 +534,7 @@ test -n "$DJDIR" || exec 7<&0 
5080ffc
 exec 6>&1
5080ffc
 
5080ffc
 # Name of the host.
5080ffc
-# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
5080ffc
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
5080ffc
 # so uname gets run too.
5080ffc
 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
5080ffc
 
5080ffc
@@ -611,6 +611,8 @@ TRUE
7eb10c8
 MACHDEP_OBJS
7eb10c8
 DYNLOADFILE
7eb10c8
 DLINCLDIR
7eb10c8
+DTRACEHDRS
7eb10c8
+DTRACEOBJS
7eb10c8
 THREADOBJ
7eb10c8
 LDLAST
7eb10c8
 USE_THREAD_MODULE
5080ffc
@@ -748,8 +750,11 @@ with_thread
7eb10c8
 enable_ipv6
7eb10c8
 with_doc_strings
7eb10c8
 with_tsc
7eb10c8
+with_count_allocs
7eb10c8
+with_call_profile
7eb10c8
 with_pymalloc
7eb10c8
 with_valgrind
7eb10c8
+with_dtrace
7eb10c8
 with_fpectl
7eb10c8
 with_libm
5080ffc
 with_libc
5080ffc
@@ -828,9 +833,8 @@ do
5080ffc
   fi
5080ffc
 
5080ffc
   case $ac_option in
5080ffc
-  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
5080ffc
-  *=)   ac_optarg= ;;
5080ffc
-  *)    ac_optarg=yes ;;
5080ffc
+  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
5080ffc
+  *)	ac_optarg=yes ;;
5080ffc
   esac
5080ffc
 
5080ffc
   # Accept the important Cygnus configure options, so we can diagnose typos.
5080ffc
@@ -875,7 +879,7 @@ do
5080ffc
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
5080ffc
     # Reject names that are not valid shell variable names.
5080ffc
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
5080ffc
-      as_fn_error $? "invalid feature name: $ac_useropt"
5080ffc
+      as_fn_error "invalid feature name: $ac_useropt"
5080ffc
     ac_useropt_orig=$ac_useropt
5080ffc
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
5080ffc
     case $ac_user_opts in
5080ffc
@@ -901,7 +905,7 @@ do
5080ffc
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
5080ffc
     # Reject names that are not valid shell variable names.
5080ffc
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
5080ffc
-      as_fn_error $? "invalid feature name: $ac_useropt"
5080ffc
+      as_fn_error "invalid feature name: $ac_useropt"
5080ffc
     ac_useropt_orig=$ac_useropt
5080ffc
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
5080ffc
     case $ac_user_opts in
5080ffc
@@ -1105,7 +1109,7 @@ do
5080ffc
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
5080ffc
     # Reject names that are not valid shell variable names.
5080ffc
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
5080ffc
-      as_fn_error $? "invalid package name: $ac_useropt"
5080ffc
+      as_fn_error "invalid package name: $ac_useropt"
5080ffc
     ac_useropt_orig=$ac_useropt
5080ffc
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
5080ffc
     case $ac_user_opts in
5080ffc
@@ -1121,7 +1125,7 @@ do
5080ffc
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
5080ffc
     # Reject names that are not valid shell variable names.
5080ffc
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
5080ffc
-      as_fn_error $? "invalid package name: $ac_useropt"
5080ffc
+      as_fn_error "invalid package name: $ac_useropt"
5080ffc
     ac_useropt_orig=$ac_useropt
5080ffc
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
5080ffc
     case $ac_user_opts in
5080ffc
@@ -1151,8 +1155,8 @@ do
5080ffc
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5080ffc
     x_libraries=$ac_optarg ;;
5080ffc
 
5080ffc
-  -*) as_fn_error $? "unrecognized option: \`$ac_option'
5080ffc
-Try \`$0 --help' for more information"
5080ffc
+  -*) as_fn_error "unrecognized option: \`$ac_option'
5080ffc
+Try \`$0 --help' for more information."
5080ffc
     ;;
5080ffc
 
5080ffc
   *=*)
5080ffc
@@ -1160,7 +1164,7 @@ Try \`$0 --help' for more information"
5080ffc
     # Reject names that are not valid shell variable names.
5080ffc
     case $ac_envvar in #(
5080ffc
       '' | [0-9]* | *[!_$as_cr_alnum]* )
5080ffc
-      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
5080ffc
+      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
5080ffc
     esac
5080ffc
     eval $ac_envvar=\$ac_optarg
5080ffc
     export $ac_envvar ;;
5080ffc
@@ -1178,13 +1182,13 @@ done
5080ffc
 
5080ffc
 if test -n "$ac_prev"; then
5080ffc
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5080ffc
-  as_fn_error $? "missing argument to $ac_option"
5080ffc
+  as_fn_error "missing argument to $ac_option"
5080ffc
 fi
5080ffc
 
5080ffc
 if test -n "$ac_unrecognized_opts"; then
5080ffc
   case $enable_option_checking in
5080ffc
     no) ;;
5080ffc
-    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
5080ffc
+    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
5080ffc
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5080ffc
   esac
5080ffc
 fi
5080ffc
@@ -1207,7 +1211,7 @@ do
5080ffc
     [\\/$]* | ?:[\\/]* )  continue;;
5080ffc
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
5080ffc
   esac
5080ffc
-  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
5080ffc
+  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
5080ffc
 done
5080ffc
 
5080ffc
 # There might be people who depend on the old broken behavior: `$host'
5080ffc
@@ -1221,8 +1225,8 @@ target=$target_alias
5080ffc
 if test "x$host_alias" != x; then
5080ffc
   if test "x$build_alias" = x; then
5080ffc
     cross_compiling=maybe
5080ffc
-    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
5080ffc
-    If a cross compiler is detected then cross compile mode will be used" >&2
5080ffc
+    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
5080ffc
+    If a cross compiler is detected then cross compile mode will be used." >&2
5080ffc
   elif test "x$build_alias" != "x$host_alias"; then
5080ffc
     cross_compiling=yes
5080ffc
   fi
5080ffc
@@ -1237,9 +1241,9 @@ test "$silent" = yes && exec 6>/dev/null
5080ffc
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
5080ffc
 ac_ls_di=`ls -di .` &&
5080ffc
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
5080ffc
-  as_fn_error $? "working directory cannot be determined"
5080ffc
+  as_fn_error "working directory cannot be determined"
5080ffc
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
5080ffc
-  as_fn_error $? "pwd does not report name of working directory"
5080ffc
+  as_fn_error "pwd does not report name of working directory"
5080ffc
 
5080ffc
 
5080ffc
 # Find the source files, if location was not specified.
5080ffc
@@ -1278,11 +1282,11 @@ else
5080ffc
 fi
5080ffc
 if test ! -r "$srcdir/$ac_unique_file"; then
5080ffc
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
5080ffc
-  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
5080ffc
+  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
5080ffc
 fi
5080ffc
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
5080ffc
 ac_abs_confdir=`(
5080ffc
-	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
5080ffc
+	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
5080ffc
 	pwd)`
5080ffc
 # When building in place, set srcdir=.
5080ffc
 if test "$ac_abs_confdir" = "$ac_pwd"; then
5080ffc
@@ -1322,7 +1326,7 @@ Configuration:
5080ffc
       --help=short        display options specific to this package
5080ffc
       --help=recursive    display the short help of all the included packages
5080ffc
   -V, --version           display version information and exit
5080ffc
-  -q, --quiet, --silent   do not print \`checking ...' messages
5080ffc
+  -q, --quiet, --silent   do not print \`checking...' messages
5080ffc
       --cache-file=FILE   cache test results in FILE [disabled]
5080ffc
   -C, --config-cache      alias for \`--cache-file=config.cache'
5080ffc
   -n, --no-create         do not create output files
5080ffc
@@ -1421,8 +1425,11 @@ Optional Packages:
7eb10c8
                           deprecated; use --with(out)-threads
7eb10c8
   --with(out)-doc-strings disable/enable documentation strings
7eb10c8
   --with(out)-tsc         enable/disable timestamp counter profile
7eb10c8
+  --with(out)count-allocs  enable/disable per-type instance accounting
7eb10c8
+  --with(out)-call-profile  enable/disable statistics on function call invocation
7eb10c8
   --with(out)-pymalloc    disable/enable specialized mallocs
7eb10c8
   --with-valgrind         Enable Valgrind support
7eb10c8
+  --with(out)-dtrace      disable/enable dtrace support
7eb10c8
   --with-fpectl           enable SIGFPE catching
7eb10c8
   --with-libm=STRING      math library
5080ffc
   --with-libc=STRING      C library
5080ffc
@@ -1508,9 +1515,9 @@ test -n "$ac_init_help" && exit $ac_stat
5080ffc
 if $ac_init_version; then
5080ffc
   cat <<\_ACEOF
5080ffc
 python configure 3.2
5080ffc
-generated by GNU Autoconf 2.67
5080ffc
+generated by GNU Autoconf 2.65
5080ffc
 
5080ffc
-Copyright (C) 2010 Free Software Foundation, Inc.
5080ffc
+Copyright (C) 2009 Free Software Foundation, Inc.
5080ffc
 This configure script is free software; the Free Software Foundation
5080ffc
 gives unlimited permission to copy, distribute and modify it.
5080ffc
 _ACEOF
5080ffc
@@ -1580,7 +1587,7 @@ $as_echo "$ac_try_echo"; } >&5
5080ffc
     mv -f conftest.er1 conftest.err
5080ffc
   fi
5080ffc
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5080ffc
-  test $ac_status = 0; } > conftest.i && {
5080ffc
+  test $ac_status = 0; } >/dev/null && {
5080ffc
 	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5080ffc
 	 test ! -s conftest.err
5080ffc
        }; then :
5080ffc
@@ -1604,10 +1611,10 @@ fi
5080ffc
 ac_fn_c_check_header_mongrel ()
5080ffc
 {
5080ffc
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
-  if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
5080ffc
 $as_echo_n "checking for $2... " >&6; }
5080ffc
-if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 fi
5080ffc
 eval ac_res=\$$3
5080ffc
@@ -1643,7 +1650,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
5080ffc
 else
5080ffc
   ac_header_preproc=no
5080ffc
 fi
5080ffc
-rm -f conftest.err conftest.i conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
5080ffc
 $as_echo "$ac_header_preproc" >&6; }
5080ffc
 
5080ffc
@@ -1666,15 +1673,17 @@ $as_echo "$as_me: WARNING: $2: see the A
5080ffc
 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
5080ffc
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
5080ffc
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
5080ffc
-( $as_echo "## -------------------------------------- ##
5080ffc
+( cat <<\_ASBOX
5080ffc
+## -------------------------------------- ##
5080ffc
 ## Report this to http://bugs.python.org/ ##
5080ffc
-## -------------------------------------- ##"
5080ffc
+## -------------------------------------- ##
5080ffc
+_ASBOX
5080ffc
      ) | sed "s/^/$as_me: WARNING:     /" >&2
5080ffc
     ;;
5080ffc
 esac
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
5080ffc
 $as_echo_n "checking for $2... " >&6; }
5080ffc
-if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   eval "$3=\$ac_header_compiler"
5080ffc
@@ -1738,7 +1747,7 @@ ac_fn_c_check_header_compile ()
5080ffc
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
5080ffc
 $as_echo_n "checking for $2... " >&6; }
5080ffc
-if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080ffc
@@ -1815,7 +1824,7 @@ ac_fn_c_check_type ()
5080ffc
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
5080ffc
 $as_echo_n "checking for $2... " >&6; }
5080ffc
-if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   eval "$3=no"
5080ffc
@@ -1869,7 +1878,7 @@ ac_fn_c_find_uintX_t ()
5080ffc
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
5080ffc
 $as_echo_n "checking for uint$2_t... " >&6; }
5080ffc
-if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   eval "$3=no"
5080ffc
@@ -1899,7 +1908,8 @@ if ac_fn_c_try_compile "$LINENO"; then :
5080ffc
 esac
5080ffc
 fi
5080ffc
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5080ffc
-       if eval test \"x\$"$3"\" = x"no"; then :
5080ffc
+       eval as_val=\$$3
5080ffc
+   if test "x$as_val" = x""no; then :
5080ffc
 
5080ffc
 else
5080ffc
   break
5080ffc
@@ -1922,7 +1932,7 @@ ac_fn_c_find_intX_t ()
5080ffc
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
5080ffc
 $as_echo_n "checking for int$2_t... " >&6; }
5080ffc
-if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   eval "$3=no"
5080ffc
@@ -1933,11 +1943,11 @@ else
7eb10c8
        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7eb10c8
 /* end confdefs.h.  */
7eb10c8
 $ac_includes_default
7eb10c8
-	     enum { N = $2 / 2 - 1 };
7eb10c8
 int
7eb10c8
 main ()
7eb10c8
 {
7eb10c8
-static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
7eb10c8
+static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 };
7eb10c8
+	     0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
7eb10c8
 test_array [0] = 0
7eb10c8
 
7eb10c8
   ;
5080ffc
@@ -1948,11 +1958,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
7eb10c8
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7eb10c8
 /* end confdefs.h.  */
7eb10c8
 $ac_includes_default
7eb10c8
-	        enum { N = $2 / 2 - 1 };
7eb10c8
 int
7eb10c8
 main ()
7eb10c8
 {
7eb10c8
-static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
7eb10c8
+static int test_array [1 - 2 * !(enum { N = $2 / 2 - 1 };
7eb10c8
+		($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
7eb10c8
 		 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
7eb10c8
 test_array [0] = 0
7eb10c8
 
5080ffc
@@ -1973,7 +1983,8 @@ fi
5080ffc
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5080ffc
 fi
5080ffc
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5080ffc
-       if eval test \"x\$"$3"\" = x"no"; then :
5080ffc
+       eval as_val=\$$3
5080ffc
+   if test "x$as_val" = x""no; then :
5080ffc
 
5080ffc
 else
5080ffc
   break
5080ffc
@@ -2173,7 +2184,7 @@ ac_fn_c_check_func ()
5080ffc
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
5080ffc
 $as_echo_n "checking for $2... " >&6; }
5080ffc
-if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080ffc
@@ -2241,7 +2252,7 @@ ac_fn_c_check_member ()
5080ffc
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
5080ffc
 $as_echo_n "checking for $2.$3... " >&6; }
5080ffc
-if eval "test \"\${$4+set}\"" = set; then :
5080ffc
+if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080ffc
@@ -2289,18 +2300,15 @@ $as_echo "$ac_res" >&6; }
5080ffc
 
5080ffc
 } # ac_fn_c_check_member
5080ffc
 
5080ffc
-# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
5080ffc
-# ---------------------------------------------
5080ffc
-# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
5080ffc
-# accordingly.
5080ffc
+# ac_fn_c_check_decl LINENO SYMBOL VAR
5080ffc
+# ------------------------------------
5080ffc
+# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
5080ffc
 ac_fn_c_check_decl ()
5080ffc
 {
5080ffc
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
-  as_decl_name=`echo $2|sed 's/ *(.*//'`
5080ffc
-  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
5080ffc
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
5080ffc
-$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
5080ffc
-if eval "test \"\${$3+set}\"" = set; then :
5080ffc
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
5080ffc
+$as_echo_n "checking whether $2 is declared... " >&6; }
5080ffc
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080ffc
@@ -2309,12 +2317,8 @@ $4
5080ffc
 int
5080ffc
 main ()
5080ffc
 {
5080ffc
-#ifndef $as_decl_name
5080ffc
-#ifdef __cplusplus
5080ffc
-  (void) $as_decl_use;
5080ffc
-#else
5080ffc
-  (void) $as_decl_name;
5080ffc
-#endif
5080ffc
+#ifndef $2
5080ffc
+  (void) $2;
5080ffc
 #endif
5080ffc
 
5080ffc
   ;
5080ffc
@@ -2339,7 +2343,7 @@ This file contains any messages produced
5080ffc
 running configure, to aid debugging if configure makes a mistake.
5080ffc
 
5080ffc
 It was created by python $as_me 3.2, which was
5080ffc
-generated by GNU Autoconf 2.67.  Invocation command line was
5080ffc
+generated by GNU Autoconf 2.65.  Invocation command line was
5080ffc
 
5080ffc
   $ $0 $@
5080ffc
 
5080ffc
@@ -2449,9 +2453,11 @@ trap 'exit_status=$?
5080ffc
   {
5080ffc
     echo
5080ffc
 
5080ffc
-    $as_echo "## ---------------- ##
5080ffc
+    cat <<\_ASBOX
5080ffc
+## ---------------- ##
5080ffc
 ## Cache variables. ##
5080ffc
-## ---------------- ##"
5080ffc
+## ---------------- ##
5080ffc
+_ASBOX
5080ffc
     echo
5080ffc
     # The following way of writing the cache mishandles newlines in values,
5080ffc
 (
5080ffc
@@ -2485,9 +2491,11 @@ $as_echo "$as_me: WARNING: cache variabl
5080ffc
 )
5080ffc
     echo
5080ffc
 
5080ffc
-    $as_echo "## ----------------- ##
5080ffc
+    cat <<\_ASBOX
5080ffc
+## ----------------- ##
5080ffc
 ## Output variables. ##
5080ffc
-## ----------------- ##"
5080ffc
+## ----------------- ##
5080ffc
+_ASBOX
5080ffc
     echo
5080ffc
     for ac_var in $ac_subst_vars
5080ffc
     do
5080ffc
@@ -2500,9 +2508,11 @@ $as_echo "$as_me: WARNING: cache variabl
5080ffc
     echo
5080ffc
 
5080ffc
     if test -n "$ac_subst_files"; then
5080ffc
-      $as_echo "## ------------------- ##
5080ffc
+      cat <<\_ASBOX
5080ffc
+## ------------------- ##
5080ffc
 ## File substitutions. ##
5080ffc
-## ------------------- ##"
5080ffc
+## ------------------- ##
5080ffc
+_ASBOX
5080ffc
       echo
5080ffc
       for ac_var in $ac_subst_files
5080ffc
       do
5080ffc
@@ -2516,9 +2526,11 @@ $as_echo "$as_me: WARNING: cache variabl
5080ffc
     fi
5080ffc
 
5080ffc
     if test -s confdefs.h; then
5080ffc
-      $as_echo "## ----------- ##
5080ffc
+      cat <<\_ASBOX
5080ffc
+## ----------- ##
5080ffc
 ## confdefs.h. ##
5080ffc
-## ----------- ##"
5080ffc
+## ----------- ##
5080ffc
+_ASBOX
5080ffc
       echo
5080ffc
       cat confdefs.h
5080ffc
       echo
5080ffc
@@ -2573,12 +2585,7 @@ _ACEOF
5080ffc
 ac_site_file1=NONE
5080ffc
 ac_site_file2=NONE
5080ffc
 if test -n "$CONFIG_SITE"; then
5080ffc
-  # We do not want a PATH search for config.site.
5080ffc
-  case $CONFIG_SITE in #((
5080ffc
-    -*)  ac_site_file1=./$CONFIG_SITE;;
5080ffc
-    */*) ac_site_file1=$CONFIG_SITE;;
5080ffc
-    *)   ac_site_file1=./$CONFIG_SITE;;
5080ffc
-  esac
5080ffc
+  ac_site_file1=$CONFIG_SITE
5080ffc
 elif test "x$prefix" != xNONE; then
5080ffc
   ac_site_file1=$prefix/share/config.site
5080ffc
   ac_site_file2=$prefix/etc/config.site
5080ffc
@@ -2593,11 +2600,7 @@ do
5080ffc
     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
5080ffc
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
5080ffc
     sed 's/^/| /' "$ac_site_file" >&5
5080ffc
-    . "$ac_site_file" \
5080ffc
-      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error $? "failed to load site script $ac_site_file
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+    . "$ac_site_file"
5080ffc
   fi
5080ffc
 done
5080ffc
 
5080ffc
@@ -2673,7 +2676,7 @@ if $ac_cache_corrupted; then
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
5080ffc
 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
5080ffc
-  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
5080ffc
+  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
5080ffc
 fi
5080ffc
 ## -------------------- ##
5080ffc
 ## Main body of script. ##
5080ffc
@@ -2774,7 +2777,7 @@ if test "${enable_universalsdk+set}" = s
5080ffc
 		UNIVERSALSDK=$enableval
5080ffc
 		if test ! -d "${UNIVERSALSDK}"
5080ffc
 		then
5080ffc
-			as_fn_error $? "--enable-universalsdk specifies non-existing SDK: ${UNIVERSALSDK}" "$LINENO" 5
5080ffc
+			as_fn_error "--enable-universalsdk specifies non-existing SDK: ${UNIVERSALSDK}" "$LINENO" 5
5080ffc
 		fi
5080ffc
 		;;
5080ffc
 	esac
5080ffc
@@ -3166,7 +3169,7 @@ $as_echo "$without_gcc" >&6; }
5080ffc
 # If the user switches compilers, we can't believe the cache
5080ffc
 if test ! -z "$ac_cv_prog_CC" -a ! -z "$CC" -a "$CC" != "$ac_cv_prog_CC"
7eb10c8
 then
5080ffc
-  as_fn_error $? "cached CC is different -- throw away $cache_file
5080ffc
+  as_fn_error "cached CC is different -- throw away $cache_file
5080ffc
 (it is also a good idea to do 'make clean' before compiling)" "$LINENO" 5
5080ffc
 fi
7eb10c8
 
5080ffc
@@ -3476,8 +3479,8 @@ fi
7eb10c8
 
5080ffc
 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error $? "no acceptable C compiler found in \$PATH
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+as_fn_error "no acceptable C compiler found in \$PATH
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }
5080ffc
 
5080ffc
 # Provide some information about the compiler.
5080ffc
 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5080ffc
@@ -3591,8 +3594,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
5080ffc
 
5080ffc
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "C compiler cannot create executables
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "C compiler cannot create executables
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
 else
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5080ffc
 $as_echo "yes" >&6; }
5080ffc
@@ -3634,8 +3638,8 @@ done
5080ffc
 else
5080ffc
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error $? "cannot compute suffix of executables: cannot compile and link
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+as_fn_error "cannot compute suffix of executables: cannot compile and link
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }
5080ffc
 fi
5080ffc
 rm -f conftest conftest$ac_cv_exeext
5080ffc
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5080ffc
@@ -3692,9 +3696,9 @@ $as_echo "$ac_try_echo"; } >&5
5080ffc
     else
5080ffc
 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error $? "cannot run C compiled programs.
5080ffc
+as_fn_error "cannot run C compiled programs.
5080ffc
 If you meant to cross compile, use \`--host'.
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }
5080ffc
     fi
5080ffc
   fi
5080ffc
 fi
5080ffc
@@ -3745,8 +3749,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
5080ffc
 
5080ffc
 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error $? "cannot compute suffix of object files: cannot compile
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+as_fn_error "cannot compute suffix of object files: cannot compile
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }
5080ffc
 fi
5080ffc
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
5080ffc
 fi
5080ffc
@@ -4199,7 +4203,7 @@ else
5080ffc
   # Broken: fails on valid input.
5080ffc
 continue
5080ffc
 fi
5080ffc
-rm -f conftest.err conftest.i conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 
5080ffc
   # OK, works on sane cases.  Now check whether nonexistent headers
5080ffc
   # can be detected and how.
5080ffc
@@ -4215,11 +4219,11 @@ else
5080ffc
 ac_preproc_ok=:
5080ffc
 break
5080ffc
 fi
5080ffc
-rm -f conftest.err conftest.i conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 
5080ffc
 done
5080ffc
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5080ffc
-rm -f conftest.i conftest.err conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 if $ac_preproc_ok; then :
5080ffc
   break
5080ffc
 fi
5080ffc
@@ -4258,7 +4262,7 @@ else
5080ffc
   # Broken: fails on valid input.
5080ffc
 continue
5080ffc
 fi
5080ffc
-rm -f conftest.err conftest.i conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 
5080ffc
   # OK, works on sane cases.  Now check whether nonexistent headers
5080ffc
   # can be detected and how.
5080ffc
@@ -4274,18 +4278,18 @@ else
5080ffc
 ac_preproc_ok=:
5080ffc
 break
5080ffc
 fi
5080ffc
-rm -f conftest.err conftest.i conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 
5080ffc
 done
5080ffc
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5080ffc
-rm -f conftest.i conftest.err conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 if $ac_preproc_ok; then :
5080ffc
 
5080ffc
 else
5080ffc
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+as_fn_error "C preprocessor \"$CPP\" fails sanity check
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }
5080ffc
 fi
5080ffc
 
5080ffc
 ac_ext=c
5080ffc
@@ -4346,7 +4350,7 @@ esac
5080ffc
   done
5080ffc
 IFS=$as_save_IFS
5080ffc
   if test -z "$ac_cv_path_GREP"; then
5080ffc
-    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5080ffc
+    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5080ffc
   fi
5080ffc
 else
5080ffc
   ac_cv_path_GREP=$GREP
5080ffc
@@ -4412,7 +4416,7 @@ esac
5080ffc
   done
5080ffc
 IFS=$as_save_IFS
5080ffc
   if test -z "$ac_cv_path_EGREP"; then
5080ffc
-    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5080ffc
+    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5080ffc
   fi
5080ffc
 else
5080ffc
   ac_cv_path_EGREP=$EGREP
5080ffc
@@ -4544,7 +4548,8 @@ do :
5080ffc
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5080ffc
 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5080ffc
 "
5080ffc
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5080ffc
+eval as_val=\$$as_ac_Header
5080ffc
+   if test "x$as_val" = x""yes; then :
5080ffc
   cat >>confdefs.h <<_ACEOF
5080ffc
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5080ffc
 _ACEOF
5080ffc
@@ -5158,22 +5163,16 @@ bsdos*|hp*|HP*)
5080ffc
 esac
5080ffc
 ac_aux_dir=
5080ffc
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
5080ffc
-  if test -f "$ac_dir/install-sh"; then
5080ffc
-    ac_aux_dir=$ac_dir
5080ffc
-    ac_install_sh="$ac_aux_dir/install-sh -c"
5080ffc
-    break
5080ffc
-  elif test -f "$ac_dir/install.sh"; then
5080ffc
-    ac_aux_dir=$ac_dir
5080ffc
-    ac_install_sh="$ac_aux_dir/install.sh -c"
5080ffc
-    break
5080ffc
-  elif test -f "$ac_dir/shtool"; then
5080ffc
-    ac_aux_dir=$ac_dir
5080ffc
-    ac_install_sh="$ac_aux_dir/shtool install -c"
5080ffc
-    break
5080ffc
-  fi
5080ffc
+  for ac_t in install-sh install.sh shtool; do
5080ffc
+    if test -f "$ac_dir/$ac_t"; then
5080ffc
+      ac_aux_dir=$ac_dir
5080ffc
+      ac_install_sh="$ac_aux_dir/$ac_t -c"
5080ffc
+      break 2
5080ffc
+    fi
5080ffc
+  done
5080ffc
 done
5080ffc
 if test -z "$ac_aux_dir"; then
5080ffc
-  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
5080ffc
+  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
5080ffc
 fi
5080ffc
 
5080ffc
 # These three variables are undocumented and unsupported,
5080ffc
@@ -5511,7 +5510,7 @@ $as_echo "$CC" >&6; }
5080ffc
 		   ARCH_RUN_32BIT="/usr/bin/arch -i386 -ppc"
7eb10c8
 
5080ffc
 		 else
5080ffc
-	           as_fn_error $? "proper usage is --with-universal-arch=32-bit|64-bit|all|intel|3-way" "$LINENO" 5
5080ffc
+	           as_fn_error "proper usage is --with-universal-arch=32-bit|64-bit|all|intel|3-way" "$LINENO" 5
5080ffc
 
5080ffc
 		 fi
5080ffc
 
5080ffc
@@ -6005,7 +6004,8 @@ bluetooth/bluetooth.h linux/tipc.h spawn
5080ffc
 do :
5080ffc
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5080ffc
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5080ffc
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5080ffc
+eval as_val=\$$as_ac_Header
5080ffc
+   if test "x$as_val" = x""yes; then :
5080ffc
   cat >>confdefs.h <<_ACEOF
5080ffc
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5080ffc
 _ACEOF
5080ffc
@@ -6019,7 +6019,7 @@ for ac_hdr in dirent.h sys/ndir.h sys/di
5080ffc
   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
5080ffc
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
5080ffc
 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
5080ffc
-if eval "test \"\${$as_ac_Header+set}\"" = set; then :
5080ffc
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
5080ffc
   $as_echo_n "(cached) " >&6
5080ffc
 else
5080ffc
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080ffc
@@ -6046,7 +6046,8 @@ fi
5080ffc
 eval ac_res=\$$as_ac_Header
5080ffc
 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
5080ffc
 $as_echo "$ac_res" >&6; }
5080ffc
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5080ffc
+eval as_val=\$$as_ac_Header
5080ffc
+   if test "x$as_val" = x""yes; then :
5080ffc
   cat >>confdefs.h <<_ACEOF
5080ffc
 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
5080ffc
 _ACEOF
5080ffc
@@ -6566,8 +6567,9 @@ else
5080ffc
   if test "$ac_cv_type_int" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (int)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (int)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_int=0
5080ffc
    fi
5080ffc
@@ -6599,8 +6601,9 @@ else
5080ffc
   if test "$ac_cv_type_long" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (long)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (long)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_long=0
5080ffc
    fi
5080ffc
@@ -6632,8 +6635,9 @@ else
5080ffc
   if test "$ac_cv_type_void_p" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (void *)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (void *)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_void_p=0
5080ffc
    fi
5080ffc
@@ -6665,8 +6669,9 @@ else
5080ffc
   if test "$ac_cv_type_short" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (short)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (short)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_short=0
5080ffc
    fi
5080ffc
@@ -6698,8 +6703,9 @@ else
5080ffc
   if test "$ac_cv_type_float" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (float)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (float)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_float=0
5080ffc
    fi
5080ffc
@@ -6731,8 +6737,9 @@ else
5080ffc
   if test "$ac_cv_type_double" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (double)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (double)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_double=0
5080ffc
    fi
5080ffc
@@ -6764,8 +6771,9 @@ else
5080ffc
   if test "$ac_cv_type_fpos_t" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (fpos_t)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (fpos_t)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_fpos_t=0
5080ffc
    fi
5080ffc
@@ -6797,8 +6805,9 @@ else
5080ffc
   if test "$ac_cv_type_size_t" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (size_t)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (size_t)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_size_t=0
5080ffc
    fi
5080ffc
@@ -6830,8 +6839,9 @@ else
5080ffc
   if test "$ac_cv_type_pid_t" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (pid_t)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (pid_t)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_pid_t=0
5080ffc
    fi
5080ffc
@@ -6890,8 +6900,9 @@ else
5080ffc
   if test "$ac_cv_type_long_long" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (long long)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (long long)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_long_long=0
5080ffc
    fi
5080ffc
@@ -6951,8 +6962,9 @@ else
5080ffc
   if test "$ac_cv_type_long_double" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (long double)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (long double)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_long_double=0
5080ffc
    fi
5080ffc
@@ -7013,8 +7025,9 @@ else
5080ffc
   if test "$ac_cv_type__Bool" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (_Bool)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (_Bool)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof__Bool=0
5080ffc
    fi
5080ffc
@@ -7061,8 +7074,9 @@ else
5080ffc
   if test "$ac_cv_type_uintptr_t" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (uintptr_t)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (uintptr_t)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_uintptr_t=0
5080ffc
    fi
5080ffc
@@ -7102,8 +7116,9 @@ else
5080ffc
   if test "$ac_cv_type_off_t" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (off_t)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (off_t)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_off_t=0
5080ffc
    fi
5080ffc
@@ -7164,8 +7179,9 @@ else
5080ffc
   if test "$ac_cv_type_time_t" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (time_t)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (time_t)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_time_t=0
5080ffc
    fi
5080ffc
@@ -7236,8 +7252,9 @@ else
5080ffc
   if test "$ac_cv_type_pthread_t" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (pthread_t)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (pthread_t)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_pthread_t=0
5080ffc
    fi
5080ffc
@@ -7324,7 +7341,7 @@ fi
5080ffc
     		MACOSX_DEFAULT_ARCH="ppc"
5080ffc
     		;;
5080ffc
     	*)
5080ffc
-    		as_fn_error $? "Unexpected output of 'arch' on OSX" "$LINENO" 5
5080ffc
+    		as_fn_error "Unexpected output of 'arch' on OSX" "$LINENO" 5
5080ffc
     		;;
5080ffc
     	esac
5080ffc
     else
5080ffc
@@ -7336,7 +7353,7 @@ fi
5080ffc
     		MACOSX_DEFAULT_ARCH="ppc64"
5080ffc
     		;;
5080ffc
     	*)
5080ffc
-    		as_fn_error $? "Unexpected output of 'arch' on OSX" "$LINENO" 5
5080ffc
+    		as_fn_error "Unexpected output of 'arch' on OSX" "$LINENO" 5
5080ffc
     		;;
5080ffc
     	esac
5080ffc
 
5080ffc
@@ -7362,7 +7379,7 @@ $as_echo "#define WITH_NEXT_FRAMEWORK 1"
5080ffc
 $as_echo "yes" >&6; }
5080ffc
 	if test $enable_shared = "yes"
5080ffc
 	then
5080ffc
-		as_fn_error $? "Specifying both --enable-shared and --enable-framework is not supported, use only --enable-framework instead" "$LINENO" 5
5080ffc
+		as_fn_error "Specifying both --enable-shared and --enable-framework is not supported, use only --enable-framework instead" "$LINENO" 5
5080ffc
 	fi
5080ffc
 else
5080ffc
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5080ffc
@@ -8158,12 +8175,12 @@ if test "${with_dbmliborder+set}" = set;
5080ffc
   withval=$with_dbmliborder;
5080ffc
 if test x$with_dbmliborder = xyes
5080ffc
 then
5080ffc
-as_fn_error $? "proper usage is --with-dbmliborder=db1:db2:..." "$LINENO" 5
5080ffc
+as_fn_error "proper usage is --with-dbmliborder=db1:db2:..." "$LINENO" 5
5080ffc
 else
5080ffc
   for db in `echo $with_dbmliborder | sed 's/:/ /g'`; do
5080ffc
     if test x$db != xndbm && test x$db != xgdbm && test x$db != xbdb
5080ffc
     then
5080ffc
-      as_fn_error $? "proper usage is --with-dbmliborder=db1:db2:..." "$LINENO" 5
5080ffc
+      as_fn_error "proper usage is --with-dbmliborder=db1:db2:..." "$LINENO" 5
5080ffc
     fi
5080ffc
   done
5080ffc
 fi
5080ffc
@@ -9118,6 +9135,50 @@ $as_echo "no" >&6; }
7eb10c8
 fi
7eb10c8
 
7eb10c8
 
7eb10c8
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-count-allocs" >&5
7eb10c8
+$as_echo_n "checking for --with-count-allocs... " >&6; }
7eb10c8
+
7eb10c8
+# Check whether --with-count-allocs was given.
7eb10c8
+if test "${with_count_allocs+set}" = set; then :
7eb10c8
+  withval=$with_count_allocs;
7eb10c8
+if test "$withval" != no
7eb10c8
+then
7eb10c8
+
7eb10c8
+$as_echo "#define COUNT_ALLOCS 1" >>confdefs.h
7eb10c8
+
7eb10c8
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7eb10c8
+$as_echo "yes" >&6; }
7eb10c8
+else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7eb10c8
+$as_echo "no" >&6; }
7eb10c8
+fi
7eb10c8
+else
7eb10c8
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7eb10c8
+$as_echo "no" >&6; }
7eb10c8
+fi
7eb10c8
+
7eb10c8
+
7eb10c8
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-call-profile" >&5
7eb10c8
+$as_echo_n "checking for --with-call-profile... " >&6; }
7eb10c8
+
7eb10c8
+# Check whether --with-call-profile was given.
7eb10c8
+if test "${with_call_profile+set}" = set; then :
7eb10c8
+  withval=$with_call_profile;
7eb10c8
+if test "$withval" != no
7eb10c8
+then
7eb10c8
+
7eb10c8
+$as_echo "#define CALL_PROFILE 1" >>confdefs.h
7eb10c8
+
7eb10c8
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7eb10c8
+$as_echo "yes" >&6; }
7eb10c8
+else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7eb10c8
+$as_echo "no" >&6; }
7eb10c8
+fi
7eb10c8
+else
7eb10c8
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7eb10c8
+$as_echo "no" >&6; }
7eb10c8
+fi
7eb10c8
+
7eb10c8
+
7eb10c8
 # Check for Python-specific malloc support
7eb10c8
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-pymalloc" >&5
7eb10c8
 $as_echo_n "checking for --with-pymalloc... " >&6; }
5080ffc
@@ -9162,7 +9223,7 @@ if test "x$ac_cv_header_valgrind_valgrin
5080ffc
 $as_echo "#define WITH_VALGRIND 1" >>confdefs.h
5080ffc
 
5080ffc
 else
5080ffc
-  as_fn_error $? "Valgrind support requested but headers not available" "$LINENO" 5
5080ffc
+  as_fn_error "Valgrind support requested but headers not available" "$LINENO" 5
5080ffc
 
5080ffc
 fi
5080ffc
 
5080ffc
@@ -9170,6 +9231,46 @@ fi
7eb10c8
     OPT="-DDYNAMIC_ANNOTATIONS_ENABLED=1 $OPT"
7eb10c8
 fi
7eb10c8
 
7eb10c8
+# Check for dtrace support
7eb10c8
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-dtrace" >&5
7eb10c8
+$as_echo_n "checking for --with-dtrace... " >&6; }
7eb10c8
+
7eb10c8
+# Check whether --with-dtrace was given.
7eb10c8
+if test "${with_dtrace+set}" = set; then :
7eb10c8
+  withval=$with_dtrace;
7eb10c8
+fi
7eb10c8
+
7eb10c8
+
7eb10c8
+if test ! -z "$with_dtrace"
7eb10c8
+then
7eb10c8
+    if dtrace -G -o /dev/null -s $srcdir/Include/pydtrace.d 2>/dev/null
7eb10c8
+    then
7eb10c8
+
7eb10c8
+$as_echo "#define WITH_DTRACE 1" >>confdefs.h
7eb10c8
+
7eb10c8
+	with_dtrace="Sun"
7eb10c8
+	DTRACEOBJS="Python/dtrace.o"
7eb10c8
+	DTRADEHDRS=""
7eb10c8
+    elif dtrace -h -o /dev/null -s $srcdir/Include/pydtrace.d
7eb10c8
+   then
7eb10c8
+
7eb10c8
+$as_echo "#define WITH_DTRACE 1" >>confdefs.h
7eb10c8
+
7eb10c8
+	with_dtrace="Apple"
7eb10c8
+	DTRACEOBJS=""
7eb10c8
+	DTRADEHDRS="pydtrace.h"
7eb10c8
+    else
7eb10c8
+	with_dtrace="no"
7eb10c8
+    fi
7eb10c8
+else
7eb10c8
+    with_dtrace="no"
7eb10c8
+fi
7eb10c8
+
7eb10c8
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_dtrace" >&5
7eb10c8
+$as_echo "$with_dtrace" >&6; }
7eb10c8
+
7eb10c8
+
7eb10c8
+
5080ffc
 # -I${DLINCLDIR} is added to the compile rule for importdl.o
5080ffc
 
5080ffc
 DLINCLDIR=.
5080ffc
@@ -9256,7 +9357,8 @@ for ac_func in alarm accept4 setitimer g
5080ffc
 do :
5080ffc
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5080ffc
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5080ffc
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5080ffc
+eval as_val=\$$as_ac_var
5080ffc
+   if test "x$as_val" = x""yes; then :
5080ffc
   cat >>confdefs.h <<_ACEOF
5080ffc
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5080ffc
 _ACEOF
5080ffc
@@ -10251,7 +10353,8 @@ for ac_func in fseek64 fseeko fstatvfs f
5080ffc
 do :
5080ffc
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5080ffc
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5080ffc
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5080ffc
+eval as_val=\$$as_ac_var
5080ffc
+   if test "x$as_val" = x""yes; then :
5080ffc
   cat >>confdefs.h <<_ACEOF
5080ffc
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5080ffc
 _ACEOF
5080ffc
@@ -10260,44 +10363,25 @@ fi
5080ffc
 done
5080ffc
 
5080ffc
 
5080ffc
-ac_fn_c_check_func "$LINENO" "dup2" "ac_cv_func_dup2"
5080ffc
-if test "x$ac_cv_func_dup2" = x""yes; then :
5080ffc
-  $as_echo "#define HAVE_DUP2 1" >>confdefs.h
5080ffc
-
5080ffc
-else
5080ffc
-  case " $LIBOBJS " in
5080ffc
-  *" dup2.$ac_objext "* ) ;;
5080ffc
-  *) LIBOBJS="$LIBOBJS dup2.$ac_objext"
5080ffc
- ;;
5080ffc
-esac
5080ffc
-
5080ffc
-fi
5080ffc
-
5080ffc
-ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd"
5080ffc
-if test "x$ac_cv_func_getcwd" = x""yes; then :
5080ffc
-  $as_echo "#define HAVE_GETCWD 1" >>confdefs.h
5080ffc
-
5080ffc
-else
5080ffc
-  case " $LIBOBJS " in
5080ffc
-  *" getcwd.$ac_objext "* ) ;;
5080ffc
-  *) LIBOBJS="$LIBOBJS getcwd.$ac_objext"
5080ffc
- ;;
5080ffc
-esac
5080ffc
-
5080ffc
-fi
5080ffc
-
5080ffc
-ac_fn_c_check_func "$LINENO" "strdup" "ac_cv_func_strdup"
5080ffc
-if test "x$ac_cv_func_strdup" = x""yes; then :
5080ffc
-  $as_echo "#define HAVE_STRDUP 1" >>confdefs.h
5080ffc
+for ac_func in dup2 getcwd strdup
5080ffc
+do :
5080ffc
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5080ffc
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5080ffc
+eval as_val=\$$as_ac_var
5080ffc
+   if test "x$as_val" = x""yes; then :
5080ffc
+  cat >>confdefs.h <<_ACEOF
5080ffc
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5080ffc
+_ACEOF
5080ffc
 
5080ffc
 else
5080ffc
   case " $LIBOBJS " in
5080ffc
-  *" strdup.$ac_objext "* ) ;;
5080ffc
-  *) LIBOBJS="$LIBOBJS strdup.$ac_objext"
5080ffc
+  *" $ac_func.$ac_objext "* ) ;;
5080ffc
+  *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
5080ffc
  ;;
5080ffc
 esac
5080ffc
 
5080ffc
 fi
5080ffc
+done
5080ffc
 
5080ffc
 
5080ffc
 for ac_func in getpgrp
5080ffc
@@ -11510,7 +11594,7 @@ elif test "$withval" != yes
5080ffc
 then LIBM=$withval
5080ffc
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: set LIBM=\"$withval\"" >&5
5080ffc
 $as_echo "set LIBM=\"$withval\"" >&6; }
5080ffc
-else as_fn_error $? "proper usage is --with-libm=STRING" "$LINENO" 5
5080ffc
+else as_fn_error "proper usage is --with-libm=STRING" "$LINENO" 5
5080ffc
 fi
5080ffc
 else
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: default LIBM=\"$LIBM\"" >&5
5080ffc
@@ -11534,7 +11618,7 @@ elif test "$withval" != yes
5080ffc
 then LIBC=$withval
5080ffc
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: set LIBC=\"$withval\"" >&5
5080ffc
 $as_echo "set LIBC=\"$withval\"" >&6; }
5080ffc
-else as_fn_error $? "proper usage is --with-libc=STRING" "$LINENO" 5
5080ffc
+else as_fn_error "proper usage is --with-libc=STRING" "$LINENO" 5
5080ffc
 fi
5080ffc
 else
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: default LIBC=\"$LIBC\"" >&5
5080ffc
@@ -11784,7 +11868,8 @@ for ac_func in acosh asinh atanh copysig
5080ffc
 do :
5080ffc
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5080ffc
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5080ffc
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5080ffc
+eval as_val=\$$as_ac_var
5080ffc
+   if test "x$as_val" = x""yes; then :
5080ffc
   cat >>confdefs.h <<_ACEOF
5080ffc
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5080ffc
 _ACEOF
5080ffc
@@ -11796,7 +11881,8 @@ for ac_func in hypot lgamma log1p round 
5080ffc
 do :
5080ffc
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5080ffc
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5080ffc
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5080ffc
+eval as_val=\$$as_ac_var
5080ffc
+   if test "x$as_val" = x""yes; then :
5080ffc
   cat >>confdefs.h <<_ACEOF
5080ffc
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5080ffc
 _ACEOF
5080ffc
@@ -12059,7 +12145,7 @@ no)
5080ffc
 15|30)
5080ffc
   ;;
5080ffc
 *)
5080ffc
-  as_fn_error $? "bad value $enable_big_digits for --enable-big-digits; value should be 15 or 30" "$LINENO" 5  ;;
5080ffc
+  as_fn_error "bad value $enable_big_digits for --enable-big-digits; value should be 15 or 30" "$LINENO" 5 ;;
5080ffc
 esac
5080ffc
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_big_digits" >&5
5080ffc
 $as_echo "$enable_big_digits" >&6; }
5080ffc
@@ -12110,8 +12196,9 @@ else
5080ffc
   if test "$ac_cv_type_wchar_t" = yes; then
5080ffc
      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5080ffc
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5080ffc
-as_fn_error 77 "cannot compute sizeof (wchar_t)
5080ffc
-See \`config.log' for more details" "$LINENO" 5 ; }
5080ffc
+{ as_fn_set_status 77
5080ffc
+as_fn_error "cannot compute sizeof (wchar_t)
5080ffc
+See \`config.log' for more details." "$LINENO" 5; }; }
5080ffc
    else
5080ffc
      ac_cv_sizeof_wchar_t=0
5080ffc
    fi
5080ffc
@@ -12480,8 +12567,8 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUI
5080ffc
 
5080ffc
      ;; #(
5080ffc
    *)
5080ffc
-     as_fn_error $? "unknown endianness
5080ffc
- presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
5080ffc
+     as_fn_error "unknown endianness
5080ffc
+ presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
5080ffc
  esac
5080ffc
 
5080ffc
 
5080ffc
@@ -12742,7 +12829,7 @@ else
5080ffc
   have_readline=no
5080ffc
 
5080ffc
 fi
5080ffc
-rm -f conftest.err conftest.i conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 if test $have_readline = yes
5080ffc
 then
5080ffc
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080ffc
@@ -12916,7 +13003,7 @@ else
5080ffc
   have_readline=no
5080ffc
 
5080ffc
 fi
5080ffc
-rm -f conftest.err conftest.i conftest.$ac_ext
5080ffc
+rm -f conftest.err conftest.$ac_ext
5080ffc
 if test $have_readline = yes
5080ffc
 then
5080ffc
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080ffc
@@ -13732,7 +13819,7 @@ esac
5080ffc
 
5080ffc
 
5080ffc
 case $ac_sys_system in
5080ffc
-  OSF*) as_fn_error $? "OSF* systems are deprecated unless somebody volunteers. Check http://bugs.python.org/issue8606" "$LINENO" 5  ;;
5080ffc
+  OSF*) as_fn_error "OSF* systems are deprecated unless somebody volunteers. Check http://bugs.python.org/issue8606" "$LINENO" 5 ;;
5080ffc
 esac
5080ffc
 
5080ffc
 ac_fn_c_check_func "$LINENO" "pipe2" "ac_cv_func_pipe2"
5080ffc
@@ -13850,7 +13937,6 @@ DEFS=-DHAVE_CONFIG_H
5080ffc
 
5080ffc
 ac_libobjs=
5080ffc
 ac_ltlibobjs=
5080ffc
-U=
5080ffc
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5080ffc
   # 1. Remove the extension, and $U if already installed.
5080ffc
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
5080ffc
@@ -14013,19 +14099,19 @@ export LANGUAGE
5080ffc
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
5080ffc
 
5080ffc
 
5080ffc
-# as_fn_error STATUS ERROR [LINENO LOG_FD]
5080ffc
-# ----------------------------------------
5080ffc
+# as_fn_error ERROR [LINENO LOG_FD]
5080ffc
+# ---------------------------------
5080ffc
 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
5080ffc
 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
5080ffc
-# script with STATUS, using 1 if that was 0.
5080ffc
+# script with status $?, using 1 if that was 0.
5080ffc
 as_fn_error ()
5080ffc
 {
5080ffc
-  as_status=$1; test $as_status -eq 0 && as_status=1
5080ffc
-  if test "$4"; then
5080ffc
-    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5080ffc
+  as_status=$?; test $as_status -eq 0 && as_status=1
5080ffc
+  if test "$3"; then
5080ffc
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
5080ffc
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
5080ffc
   fi
5080ffc
-  $as_echo "$as_me: error: $2" >&2
5080ffc
+  $as_echo "$as_me: error: $1" >&2
5080ffc
   as_fn_exit $as_status
5080ffc
 } # as_fn_error
5080ffc
 
5080ffc
@@ -14221,7 +14307,7 @@ $as_echo X"$as_dir" |
5080ffc
       test -d "$as_dir" && break
5080ffc
     done
5080ffc
     test -z "$as_dirs" || eval "mkdir $as_dirs"
5080ffc
-  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
5080ffc
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
5080ffc
 
5080ffc
 
5080ffc
 } # as_fn_mkdir_p
5080ffc
@@ -14275,7 +14361,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
5080ffc
 # values after options handling.
5080ffc
 ac_log="
5080ffc
 This file was extended by python $as_me 3.2, which was
5080ffc
-generated by GNU Autoconf 2.67.  Invocation command line was
5080ffc
+generated by GNU Autoconf 2.65.  Invocation command line was
5080ffc
 
5080ffc
   CONFIG_FILES    = $CONFIG_FILES
5080ffc
   CONFIG_HEADERS  = $CONFIG_HEADERS
5080ffc
@@ -14337,10 +14423,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
5080ffc
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5080ffc
 ac_cs_version="\\
5080ffc
 python config.status 3.2
5080ffc
-configured by $0, generated by GNU Autoconf 2.67,
5080ffc
+configured by $0, generated by GNU Autoconf 2.65,
5080ffc
   with options \\"\$ac_cs_config\\"
5080ffc
 
5080ffc
-Copyright (C) 2010 Free Software Foundation, Inc.
5080ffc
+Copyright (C) 2009 Free Software Foundation, Inc.
5080ffc
 This config.status script is free software; the Free Software Foundation
5080ffc
 gives unlimited permission to copy, distribute and modify it."
5080ffc
 
5080ffc
@@ -14356,16 +14442,11 @@ ac_need_defaults=:
5080ffc
 while test $# != 0
5080ffc
 do
5080ffc
   case $1 in
5080ffc
-  --*=?*)
5080ffc
+  --*=*)
5080ffc
     ac_option=`expr "X$1" : 'X\([^=]*\)='`
5080ffc
     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5080ffc
     ac_shift=:
5080ffc
     ;;
5080ffc
-  --*=)
5080ffc
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
5080ffc
-    ac_optarg=
5080ffc
-    ac_shift=:
5080ffc
-    ;;
5080ffc
   *)
5080ffc
     ac_option=$1
5080ffc
     ac_optarg=$2
5080ffc
@@ -14387,7 +14468,6 @@ do
5080ffc
     $ac_shift
5080ffc
     case $ac_optarg in
5080ffc
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5080ffc
-    '') as_fn_error $? "missing file argument" ;;
5080ffc
     esac
5080ffc
     as_fn_append CONFIG_FILES " '$ac_optarg'"
5080ffc
     ac_need_defaults=false;;
5080ffc
@@ -14400,7 +14480,7 @@ do
5080ffc
     ac_need_defaults=false;;
5080ffc
   --he | --h)
5080ffc
     # Conflict between --help and --header
5080ffc
-    as_fn_error $? "ambiguous option: \`$1'
5080ffc
+    as_fn_error "ambiguous option: \`$1'
5080ffc
 Try \`$0 --help' for more information.";;
5080ffc
   --help | --hel | -h )
5080ffc
     $as_echo "$ac_cs_usage"; exit ;;
5080ffc
@@ -14409,7 +14489,7 @@ Try \`$0 --help' for more information.";
5080ffc
     ac_cs_silent=: ;;
5080ffc
 
5080ffc
   # This is an error.
5080ffc
-  -*) as_fn_error $? "unrecognized option: \`$1'
5080ffc
+  -*) as_fn_error "unrecognized option: \`$1'
5080ffc
 Try \`$0 --help' for more information." ;;
5080ffc
 
5080ffc
   *) as_fn_append ac_config_targets " $1"
5080ffc
@@ -14468,7 +14548,7 @@ do
5080ffc
     "Misc/python.pc") CONFIG_FILES="$CONFIG_FILES Misc/python.pc" ;;
5080ffc
     "Modules/ld_so_aix") CONFIG_FILES="$CONFIG_FILES Modules/ld_so_aix" ;;
5080ffc
 
5080ffc
-  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
5080ffc
+  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5080ffc
   esac
5080ffc
 done
5080ffc
 
5080ffc
@@ -14505,7 +14585,7 @@ $debug ||
5080ffc
 {
5080ffc
   tmp=./conf$$-$RANDOM
5080ffc
   (umask 077 && mkdir "$tmp")
5080ffc
-} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5080ffc
+} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
5080ffc
 
5080ffc
 # Set up the scripts for CONFIG_FILES section.
5080ffc
 # No need to generate them if there are no CONFIG_FILES.
5080ffc
@@ -14522,7 +14602,7 @@ if test "x$ac_cr" = x; then
5080ffc
 fi
5080ffc
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5080ffc
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5080ffc
-  ac_cs_awk_cr='\\r'
5080ffc
+  ac_cs_awk_cr='\r'
5080ffc
 else
5080ffc
   ac_cs_awk_cr=$ac_cr
5080ffc
 fi
5080ffc
@@ -14536,18 +14616,18 @@ _ACEOF
5080ffc
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5080ffc
   echo "_ACEOF"
5080ffc
 } >conf$$subs.sh ||
5080ffc
-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5080ffc
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5080ffc
+  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5080ffc
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
5080ffc
 ac_delim='%!_!# '
5080ffc
 for ac_last_try in false false false false false :; do
5080ffc
   . ./conf$$subs.sh ||
5080ffc
-    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5080ffc
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5080ffc
 
5080ffc
   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5080ffc
   if test $ac_delim_n = $ac_delim_num; then
5080ffc
     break
5080ffc
   elif $ac_last_try; then
5080ffc
-    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5080ffc
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
5080ffc
   else
5080ffc
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5080ffc
   fi
5080ffc
@@ -14636,28 +14716,20 @@ if sed "s/$ac_cr//" < /dev/null > /dev/n
5080ffc
 else
5080ffc
   cat
5080ffc
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
5080ffc
-  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5080ffc
+  || as_fn_error "could not setup config files machinery" "$LINENO" 5
5080ffc
 _ACEOF
5080ffc
 
5080ffc
-# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5080ffc
-# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5080ffc
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
5080ffc
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5080ffc
 # trailing colons and then remove the whole line if VPATH becomes empty
5080ffc
 # (actually we leave an empty line to preserve line numbers).
5080ffc
 if test "x$srcdir" = x.; then
5080ffc
-  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
5080ffc
-h
5080ffc
-s///
5080ffc
-s/^/:/
5080ffc
-s/[	 ]*$/:/
5080ffc
-s/:\$(srcdir):/:/g
5080ffc
-s/:\${srcdir}:/:/g
5080ffc
-s/:@srcdir@:/:/g
5080ffc
-s/^:*//
5080ffc
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{
5080ffc
+s/:*\$(srcdir):*/:/
5080ffc
+s/:*\${srcdir}:*/:/
5080ffc
+s/:*@srcdir@:*/:/
5080ffc
+s/^\([^=]*=[	 ]*\):*/\1/
5080ffc
 s/:*$//
5080ffc
-x
5080ffc
-s/\(=[	 ]*\).*/\1/
5080ffc
-G
5080ffc
-s/\n//
5080ffc
 s/^[^=]*=[	 ]*$//
5080ffc
 }'
5080ffc
 fi
5080ffc
@@ -14685,7 +14757,7 @@ for ac_last_try in false false :; do
5080ffc
   if test -z "$ac_t"; then
5080ffc
     break
5080ffc
   elif $ac_last_try; then
5080ffc
-    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
5080ffc
+    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
5080ffc
   else
5080ffc
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5080ffc
   fi
5080ffc
@@ -14770,7 +14842,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
5080ffc
 _ACAWK
5080ffc
 _ACEOF
5080ffc
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5080ffc
-  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
5080ffc
+  as_fn_error "could not setup config headers machinery" "$LINENO" 5
5080ffc
 fi # test -n "$CONFIG_HEADERS"
5080ffc
 
5080ffc
 
5080ffc
@@ -14783,7 +14855,7 @@ do
5080ffc
   esac
5080ffc
   case $ac_mode$ac_tag in
5080ffc
   :[FHL]*:*);;
5080ffc
-  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
5080ffc
+  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
5080ffc
   :[FH]-) ac_tag=-:-;;
5080ffc
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5080ffc
   esac
5080ffc
@@ -14811,7 +14883,7 @@ do
5080ffc
 	   [\\/$]*) false;;
5080ffc
 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5080ffc
 	   esac ||
5080ffc
-	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
5080ffc
+	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5080ffc
       esac
5080ffc
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5080ffc
       as_fn_append ac_file_inputs " '$ac_f'"
5080ffc
@@ -14838,7 +14910,7 @@ $as_echo "$as_me: creating $ac_file" >&6
5080ffc
 
5080ffc
     case $ac_tag in
5080ffc
     *:-:* | *:-) cat >"$tmp/stdin" \
5080ffc
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
5080ffc
+      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
5080ffc
     esac
5080ffc
     ;;
5080ffc
   esac
5080ffc
@@ -14969,22 +15041,22 @@ s&@INSTALL@&$ac_INSTALL&;t t
5080ffc
 $ac_datarootdir_hack
5080ffc
 "
5080ffc
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
5080ffc
-  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5080ffc
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
5080ffc
 
5080ffc
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5080ffc
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
5080ffc
   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5080ffc
-which seems to be undefined.  Please make sure it is defined" >&5
5080ffc
+which seems to be undefined.  Please make sure it is defined." >&5
5080ffc
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5080ffc
-which seems to be undefined.  Please make sure it is defined" >&2;}
5080ffc
+which seems to be undefined.  Please make sure it is defined." >&2;}
5080ffc
 
5080ffc
   rm -f "$tmp/stdin"
5080ffc
   case $ac_file in
5080ffc
   -) cat "$tmp/out" && rm -f "$tmp/out";;
5080ffc
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
5080ffc
   esac \
5080ffc
-  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5080ffc
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
5080ffc
  ;;
5080ffc
   :H)
5080ffc
   #
5080ffc
@@ -14995,19 +15067,19 @@ which seems to be undefined.  Please mak
5080ffc
       $as_echo "/* $configure_input  */" \
5080ffc
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
5080ffc
     } >"$tmp/config.h" \
5080ffc
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5080ffc
+      || as_fn_error "could not create $ac_file" "$LINENO" 5
5080ffc
     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
5080ffc
       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
5080ffc
 $as_echo "$as_me: $ac_file is unchanged" >&6;}
5080ffc
     else
5080ffc
       rm -f "$ac_file"
5080ffc
       mv "$tmp/config.h" "$ac_file" \
5080ffc
-	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
5080ffc
+	|| as_fn_error "could not create $ac_file" "$LINENO" 5
5080ffc
     fi
5080ffc
   else
5080ffc
     $as_echo "/* $configure_input  */" \
5080ffc
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
5080ffc
-      || as_fn_error $? "could not create -" "$LINENO" 5
5080ffc
+      || as_fn_error "could not create -" "$LINENO" 5
5080ffc
   fi
5080ffc
  ;;
5080ffc
 
5080ffc
@@ -15027,7 +15099,7 @@ _ACEOF
5080ffc
 ac_clean_files=$ac_clean_files_save
5080ffc
 
5080ffc
 test $ac_write_fail = 0 ||
5080ffc
-  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5080ffc
+  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
5080ffc
 
5080ffc
 
5080ffc
 # configure is writing to config.log, and then calls config.status.
5080ffc
@@ -15048,7 +15120,7 @@ if test "$no_create" != yes; then
5080ffc
   exec 5>>config.log
5080ffc
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5080ffc
   # would make configure fail if this is the last instruction.
5080ffc
-  $ac_cs_success || as_fn_exit 1
5080ffc
+  $ac_cs_success || as_fn_exit $?
5080ffc
 fi
5080ffc
 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5080ffc
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
7eb10c8
diff -up ./pyconfig.h.in.autotool-intermediates ./pyconfig.h.in
5080ffc
--- ./pyconfig.h.in.autotool-intermediates	2010-12-28 18:47:15.203935226 -0500
5080ffc
+++ ./pyconfig.h.in	2010-12-28 18:47:21.330060783 -0500
7eb10c8
@@ -12,15 +12,15 @@
7eb10c8
    support for AIX C++ shared extension modules. */
7eb10c8
 #undef AIX_GENUINE_CPLUSPLUS
7eb10c8
 
7eb10c8
-/* Define if you have the Mach cthreads package */
7eb10c8
-#undef C_THREADS
7eb10c8
-
7eb10c8
 /* Define to keep records on function call invocation */
7eb10c8
 #undef CALL_PROFILE
7eb10c8
 
7eb10c8
 /* Define to keep records of the number of instances of each type */
7eb10c8
 #undef COUNT_ALLOCS
7eb10c8
 
7eb10c8
+/* Define if you have the Mach cthreads package */
7eb10c8
+#undef C_THREADS
7eb10c8
+
7eb10c8
 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
7eb10c8
    mixed-endian order (byte order 45670123) */
7eb10c8
 #undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754
5080ffc
@@ -503,6 +503,9 @@
5080ffc
 /* Define to 1 if you have the `pause' function. */
5080ffc
 #undef HAVE_PAUSE
5080ffc
 
5080ffc
+/* Define if the OS supports pipe2() */
5080ffc
+#undef HAVE_PIPE2
5080ffc
+
5080ffc
 /* Define to 1 if you have the `plock' function. */
5080ffc
 #undef HAVE_PLOCK
5080ffc