From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Fantoni Subject: Autoconf: add variable for pass arbitrary options to qemu upstream Date: Tue, 20 Mar 2012 16:34:41 +0100 Message-ID: <4F68A391.90500@tiscali.it> Reply-To: fantonifabio@tiscali.it Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4240932505440606387==" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Questo è un messaggio firmato digitalmente in formato MIME. --===============4240932505440606387== Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms090004010807070803000201" Questo è un messaggio firmato digitalmente in formato MIME. --------------ms090004010807070803000201 Content-Type: multipart/mixed; boundary="------------060406040008000207040306" This is a multi-part message in MIME format. --------------060406040008000207040306 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Autoconf: add variable for pass arbitrary options to qemu upstream Signed-off-by: Fabio Fantoni Patch attached. --------------060406040008000207040306 Content-Type: text/plain; name="autoconf_add_arbitrary_options_qemuu.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="autoconf_add_arbitrary_options_qemuu.patch" # HG changeset patch # User Fabio Fantoni # Date 1332248229 -3600 # Node ID c86e026b8fa205f5d6345924b830e98bad91870f # Parent 4e1d091d10d83130842170cd61f1194e5459f2aa autoconf: add variable for pass arbitrary options to qemu upstream Signed-off-by: Fabio Fantoni diff -r 4e1d091d10d8 -r c86e026b8fa2 config/Tools.mk.in --- a/config/Tools.mk.in ven mar 16 15:24:25 2012 +0000 +++ b/config/Tools.mk.in mar mar 20 13:57:09 2012 +0100 @@ -45,3 +45,4 @@ CONFIG_GCRYPT :=3D @libgcrypt@ CONFIG_EXT2FS :=3D @libext2fs@ CURSES_LIBS :=3D @CURSES_LIBS@ +CONFIG_QEMUU_ADD_PAR:=3D @QEMUU_ADD_PAR@ diff -r 4e1d091d10d8 -r c86e026b8fa2 tools/Makefile --- a/tools/Makefile ven mar 16 15:24:25 2012 +0000 +++ b/tools/Makefile mar mar 20 13:57:09 2012 +0100 @@ -156,6 +156,7 @@ --bindir=3D$(LIBEXEC) \ --disable-kvm \ --python=3D$(PYTHON) \ + $(CONFIG_QEMUU_ADD_PAR) \ $(IOEMU_CONFIGURE_CROSS); \ $(MAKE) install =20 diff -r 4e1d091d10d8 -r c86e026b8fa2 tools/configure --- a/tools/configure ven mar 16 15:24:25 2012 +0000 +++ b/tools/configure mar mar 20 13:57:09 2012 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for Xen Hypervisor 4.2. +# Generated by GNU Autoconf 2.68 for Xen Hypervisor 4.2. # # Report bugs to . # @@ -91,6 +91,7 @@ IFS=3D" "" $as_nl" =20 # Find who we are. Look in the path if we contain no directory separato= r. +as_myself=3D case $0 in #(( *[\\/]* ) as_myself=3D$0 ;; *) as_save_IFS=3D$IFS; IFS=3D$PATH_SEPARATOR @@ -216,11 +217,18 @@ # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. + # Preserve -v and -x to the replacement shell. BASH_ENV=3D/dev/null ENV=3D/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + case $- in # (((( + *v*x* | *x*v* ) as_opts=3D-vx ;; + *v* ) as_opts=3D-v ;; + *x* ) as_opts=3D-x ;; + * ) as_opts=3D ;; + esac + exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} fi =20 if test x$as_have_required =3D xno; then : @@ -633,6 +641,7 @@ SET_MAKE LN_S SED +QEMUU_ADD_PAR XGETTEXT BASH XML @@ -744,6 +753,7 @@ XML BASH XGETTEXT +QEMUU_ADD_PAR PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR @@ -1153,7 +1163,7 @@ $as_echo "$as_me: WARNING: you should use --build, --host, --target"= >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : ${build_alias=3D$ac_option} ${host_alias=3D$ac_option} ${target_al= ias=3D$ac_option} + : "${build_alias=3D$ac_option} ${host_alias=3D$ac_option} ${target_a= lias=3D$ac_option}" ;; =20 esac @@ -1397,6 +1407,8 @@ XML Path to xml2-config tool BASH Path to bash shell XGETTEXT Path to xgetttext tool + QEMUU_ADD_PAR + List of qemu upstream additionals build parameters PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path @@ -1472,7 +1484,7 @@ if $ac_init_version; then cat <<\_ACEOF Xen Hypervisor configure 4.2 -generated by GNU Autoconf 2.67 +generated by GNU Autoconf 2.68 =20 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation @@ -1518,7 +1530,7 @@ =20 ac_retval=3D1 fi - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval =20 } # ac_fn_c_try_compile @@ -1555,7 +1567,7 @@ =20 ac_retval=3D1 fi - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval =20 } # ac_fn_c_try_cpp @@ -1568,10 +1580,10 @@ ac_fn_c_check_header_mongrel () { as_lineno=3D${as_lineno-"$1"} as_lineno_stack=3Das_lineno_stack=3D$as_= lineno_stack - if eval "test \"\${$3+set}\"" =3D set; then : + if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" =3D set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=3D\$$3 @@ -1638,7 +1650,7 @@ esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" =3D set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=3D\$ac_header_compiler" @@ -1647,7 +1659,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno =20 } # ac_fn_c_check_header_mongrel =20 @@ -1688,7 +1700,7 @@ ac_retval=3D$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval =20 } # ac_fn_c_try_run @@ -1702,7 +1714,7 @@ as_lineno=3D${as_lineno-"$1"} as_lineno_stack=3Das_lineno_stack=3D$as_= lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" =3D set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -1720,7 +1732,7 @@ eval ac_res=3D\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno =20 } # ac_fn_c_check_header_compile =20 @@ -1765,11 +1777,65 @@ # interfere with the next link command; also delete a directory that i= s # left behind by Apple's compiler. We do this before executing the ac= tions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval =20 } # ac_fn_c_try_link =20 +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES +# ------------------------------------------- +# Tests whether TYPE exists after having included INCLUDES, setting cach= e +# variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=3D${as_lineno-"$1"} as_lineno_stack=3Das_lineno_stack=3D$as_= lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=3Dno" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + eval "$3=3Dyes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=3D\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_type + # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly @@ -1778,7 +1844,7 @@ as_lineno=3D${as_lineno-"$1"} as_lineno_stack=3Das_lineno_stack=3D$as_= lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" =3D set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -1833,64 +1899,10 @@ eval ac_res=3D\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno =20 } # ac_fn_c_check_func =20 -# ac_fn_c_check_type LINENO TYPE VAR INCLUDES -# ------------------------------------------- -# Tests whether TYPE exists after having included INCLUDES, setting cach= e -# variable VAR accordingly. -ac_fn_c_check_type () -{ - as_lineno=3D${as_lineno-"$1"} as_lineno_stack=3Das_lineno_stack=3D$as_= lineno_stack - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 -$as_echo_n "checking for $2... " >&6; } -if eval "test \"\${$3+set}\"" =3D set; then : - $as_echo_n "(cached) " >&6 -else - eval "$3=3Dno" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -if (sizeof ($2)) - return 0; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -$4 -int -main () -{ -if (sizeof (($2))) - return 0; - ; - return 0; -} -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - -else - eval "$3=3Dyes" -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -eval ac_res=3D\$$3 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 -$as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} - -} # ac_fn_c_check_type - # ac_fn_c_find_intX_t LINENO BITS VAR # ----------------------------------- # Finds a signed integer type with width BITS, setting cache variable VA= R @@ -1900,7 +1912,7 @@ as_lineno=3D${as_lineno-"$1"} as_lineno_stack=3Das_lineno_stack=3D$as_= lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5 $as_echo_n "checking for int$2_t... " >&6; } -if eval "test \"\${$3+set}\"" =3D set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=3Dno" @@ -1961,7 +1973,7 @@ eval ac_res=3D\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno =20 } # ac_fn_c_find_intX_t =20 @@ -1974,7 +1986,7 @@ as_lineno=3D${as_lineno-"$1"} as_lineno_stack=3Das_lineno_stack=3D$as_= lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 $as_echo_n "checking for $2.$3... " >&6; } -if eval "test \"\${$4+set}\"" =3D set; then : +if eval \${$4+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -2018,7 +2030,7 @@ eval ac_res=3D\$$4 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno =20 } # ac_fn_c_check_member =20 @@ -2031,7 +2043,7 @@ as_lineno=3D${as_lineno-"$1"} as_lineno_stack=3Das_lineno_stack=3D$as_= lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 $as_echo_n "checking for uint$2_t... " >&6; } -if eval "test \"\${$3+set}\"" =3D set; then : +if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=3Dno" @@ -2071,7 +2083,7 @@ eval ac_res=3D\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } - eval $as_lineno_stack; test "x$as_lineno_stack" =3D x && { as_lineno=3D= ; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno =20 } # ac_fn_c_find_uintX_t cat >config.log <<_ACEOF @@ -2079,7 +2091,7 @@ running configure, to aid debugging if configure makes a mistake. =20 It was created by Xen Hypervisor $as_me 4.2, which was -generated by GNU Autoconf 2.67. Invocation command line was +generated by GNU Autoconf 2.68. Invocation command line was =20 $ $0 $@ =20 @@ -2337,7 +2349,7 @@ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd'= :" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi done =20 @@ -2490,7 +2502,7 @@ set dummy ${ac_tool_prefix}gcc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" =3D set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -2530,7 +2542,7 @@ set dummy gcc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -2583,7 +2595,7 @@ set dummy ${ac_tool_prefix}cc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" =3D set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -2623,7 +2635,7 @@ set dummy cc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" =3D set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -2682,7 +2694,7 @@ set dummy $ac_tool_prefix$ac_prog; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" =3D set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -2726,7 +2738,7 @@ set dummy $ac_prog; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -2781,7 +2793,7 @@ test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`= $ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } =20 # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" = >&5 @@ -2896,7 +2908,7 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -2939,7 +2951,7 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and= link -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 @@ -2998,7 +3010,7 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi fi fi @@ -3009,7 +3021,7 @@ ac_clean_files=3D$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object f= iles" >&5 $as_echo_n "checking for suffix of object files... " >&6; } -if test "${ac_cv_objext+set}" =3D set; then : +if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -3050,7 +3062,7 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi @@ -3060,7 +3072,7 @@ ac_objext=3D$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using t= he GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }= -if test "${ac_cv_c_compiler_gnu+set}" =3D set; then : +if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -3097,7 +3109,7 @@ ac_save_CFLAGS=3D$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g= " >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } -if test "${ac_cv_prog_cc_g+set}" =3D set; then : +if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=3D$ac_c_werror_flag @@ -3175,7 +3187,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to acce= pt ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if test "${ac_cv_prog_cc_c89+set}" =3D set; then : +if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=3Dno @@ -3283,7 +3295,7 @@ CPP=3D fi if test -z "$CPP"; then - if test "${ac_cv_prog_CPP+set}" =3D set; then : + if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded @@ -3399,7 +3411,7 @@ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } fi =20 ac_ext=3Dc @@ -3411,7 +3423,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles = long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }= -if test "${ac_cv_path_GREP+set}" =3D set; then : +if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then @@ -3474,7 +3486,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } -if test "${ac_cv_path_EGREP+set}" =3D set; then : +if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 @@ -3541,7 +3553,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header file= s" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } -if test "${ac_cv_header_stdc+set}" =3D set; then : +if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -3670,7 +3682,7 @@ =20 =20 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_= minix_config_h" "$ac_includes_default" -if test "x$ac_cv_header_minix_config_h" =3D x""yes; then : +if test "x$ac_cv_header_minix_config_h" =3D xyes; then : MINIX=3Dyes else MINIX=3D @@ -3692,7 +3704,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe t= o define __EXTENSIONS__" >&5 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&= 6; } -if test "${ac_cv_safe_to_define___extensions__+set}" =3D set; then : +if ${ac_cv_safe_to_define___extensions__+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -3735,7 +3747,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5= $as_echo_n "checking build system type... " >&6; } -if test "${ac_cv_build+set}" =3D set; then : +if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=3D$build_alias @@ -3751,7 +3763,7 @@ $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=3D$ac_cv_build ac_save_IFS=3D$IFS; IFS=3D'-' @@ -3769,7 +3781,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } -if test "${ac_cv_host+set}" =3D set; then : +if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" =3D x; then @@ -3784,7 +3796,7 @@ $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=3D$ac_cv_host ac_save_IFS=3D$IFS; IFS=3D'-' @@ -4132,10 +4144,11 @@ =20 =20 =20 + # Checks for programs. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does no= t truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; }= -if test "${ac_cv_path_SED+set}" =3D set; then : +if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=3Ds/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbb= bbbbbbbbbbbbbbbbbbbbbbb/ @@ -4212,7 +4225,7 @@ set dummy ${ac_tool_prefix}gcc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" =3D set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -4252,7 +4265,7 @@ set dummy gcc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -4305,7 +4318,7 @@ set dummy ${ac_tool_prefix}cc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" =3D set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -4345,7 +4358,7 @@ set dummy cc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" =3D set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -4404,7 +4417,7 @@ set dummy $ac_tool_prefix$ac_prog; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" =3D set; then : +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -4448,7 +4461,7 @@ set dummy $ac_prog; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_CC+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -4503,7 +4516,7 @@ test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`= $ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } =20 # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" = >&5 @@ -4532,7 +4545,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using t= he GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }= -if test "${ac_cv_c_compiler_gnu+set}" =3D set; then : +if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -4569,7 +4582,7 @@ ac_save_CFLAGS=3D$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g= " >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } -if test "${ac_cv_prog_cc_g+set}" =3D set; then : +if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=3D$ac_c_werror_flag @@ -4647,7 +4660,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to acce= pt ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } -if test "${ac_cv_prog_cc_c89+set}" =3D set; then : +if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=3Dno @@ -4757,7 +4770,7 @@ $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=3D`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" =3D set; then = : +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF @@ -4801,7 +4814,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible i= nstall" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then -if test "${ac_cv_path_install+set}" =3D set; then : +if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=3D$IFS; IFS=3D$PATH_SEPARATOR @@ -4881,7 +4894,7 @@ set dummy perl; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PERL+set}" =3D set; then : +if ${ac_cv_path_PERL+:} false; then : $as_echo_n "(cached) " >&6 else case $PERL in @@ -4928,7 +4941,7 @@ set dummy curl-config; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_CURL+set}" =3D set; then : +if ${ac_cv_path_CURL+:} false; then : $as_echo_n "(cached) " >&6 else case $CURL in @@ -4973,7 +4986,7 @@ set dummy xml2-config; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XML+set}" =3D set; then : +if ${ac_cv_path_XML+:} false; then : $as_echo_n "(cached) " >&6 else case $XML in @@ -5024,7 +5037,7 @@ set dummy ${ac_tool_prefix}ocamlc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLC+set}" =3D set; then : +if ${ac_cv_prog_OCAMLC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLC"; then @@ -5064,7 +5077,7 @@ set dummy ocamlc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLC+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLC"; then @@ -5135,7 +5148,7 @@ set dummy ${ac_tool_prefix}ocamlopt; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLOPT+set}" =3D set; then : +if ${ac_cv_prog_OCAMLOPT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLOPT"; then @@ -5175,7 +5188,7 @@ set dummy ocamlopt; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLOPT+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLOPT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLOPT"; then @@ -5245,7 +5258,7 @@ set dummy ${ac_tool_prefix}ocamlc.opt; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLCDOTOPT+set}" =3D set; then : +if ${ac_cv_prog_OCAMLCDOTOPT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLCDOTOPT"; then @@ -5285,7 +5298,7 @@ set dummy ocamlc.opt; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLCDOTOPT+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLCDOTOPT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLCDOTOPT"; then @@ -5349,7 +5362,7 @@ set dummy ${ac_tool_prefix}ocamlopt.opt; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLOPTDOTOPT+set}" =3D set; then : +if ${ac_cv_prog_OCAMLOPTDOTOPT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLOPTDOTOPT"; then @@ -5389,7 +5402,7 @@ set dummy ocamlopt.opt; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLOPTDOTOPT+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLOPTDOTOPT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLOPTDOTOPT"; then @@ -5458,7 +5471,7 @@ set dummy ${ac_tool_prefix}ocaml; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAML+set}" =3D set; then : +if ${ac_cv_prog_OCAML+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAML"; then @@ -5498,7 +5511,7 @@ set dummy ocaml; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAML+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAML+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAML"; then @@ -5552,7 +5565,7 @@ set dummy ${ac_tool_prefix}ocamldep; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLDEP+set}" =3D set; then : +if ${ac_cv_prog_OCAMLDEP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLDEP"; then @@ -5592,7 +5605,7 @@ set dummy ocamldep; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLDEP+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLDEP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLDEP"; then @@ -5646,7 +5659,7 @@ set dummy ${ac_tool_prefix}ocamlmktop; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLMKTOP+set}" =3D set; then : +if ${ac_cv_prog_OCAMLMKTOP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLMKTOP"; then @@ -5686,7 +5699,7 @@ set dummy ocamlmktop; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLMKTOP+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLMKTOP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLMKTOP"; then @@ -5740,7 +5753,7 @@ set dummy ${ac_tool_prefix}ocamlmklib; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLMKLIB+set}" =3D set; then : +if ${ac_cv_prog_OCAMLMKLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLMKLIB"; then @@ -5780,7 +5793,7 @@ set dummy ocamlmklib; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLMKLIB+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLMKLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLMKLIB"; then @@ -5834,7 +5847,7 @@ set dummy ${ac_tool_prefix}ocamldoc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLDOC+set}" =3D set; then : +if ${ac_cv_prog_OCAMLDOC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLDOC"; then @@ -5874,7 +5887,7 @@ set dummy ocamldoc; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLDOC+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLDOC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLDOC"; then @@ -5928,7 +5941,7 @@ set dummy ${ac_tool_prefix}ocamlbuild; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OCAMLBUILD+set}" =3D set; then : +if ${ac_cv_prog_OCAMLBUILD+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OCAMLBUILD"; then @@ -5968,7 +5981,7 @@ set dummy ocamlbuild; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_ac_ct_OCAMLBUILD+set}" =3D set; then : +if ${ac_cv_prog_ac_ct_OCAMLBUILD+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OCAMLBUILD"; then @@ -6031,7 +6044,7 @@ set dummy bash; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_BASH+set}" =3D set; then : +if ${ac_cv_path_BASH+:} false; then : $as_echo_n "(cached) " >&6 else case $BASH in @@ -6088,7 +6101,7 @@ set dummy $PYTHON; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PYTHONPATH+set}" =3D set; then : +if ${ac_cv_path_PYTHONPATH+:} false; then : $as_echo_n "(cached) " >&6 else case $PYTHONPATH in @@ -6165,7 +6178,7 @@ esac done ac_fn_c_check_header_mongrel "$LINENO" "Python.h" "ac_cv_header_Python_h= " "$ac_includes_default" -if test "x$ac_cv_header_Python_h" =3D x""yes; then : +if test "x$ac_cv_header_Python_h" =3D xyes; then : =20 else as_fn_error $? "Unable to find Python development headers" "$LINENO" 5= @@ -6175,7 +6188,7 @@ as_ac_Lib=3D`$as_echo "ac_cv_lib_$python_lib''_PyArg_ParseTuple" | $as_t= r_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PyArg_ParseTuple i= n -l$python_lib" >&5 $as_echo_n "checking for PyArg_ParseTuple in -l$python_lib... " >&6; } -if eval "test \"\${$as_ac_Lib+set}\"" =3D set; then : +if eval \${$as_ac_Lib+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6230,7 +6243,7 @@ set dummy xgettext; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_XGETTEXT+set}" =3D set; then : +if ${ac_cv_path_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else case $XGETTEXT in @@ -6273,11 +6286,11 @@ fi =20 ac_fn_c_check_header_mongrel "$LINENO" "uuid/uuid.h" "ac_cv_header_uuid_= uuid_h" "$ac_includes_default" -if test "x$ac_cv_header_uuid_uuid_h" =3D x""yes; then : +if test "x$ac_cv_header_uuid_uuid_h" =3D xyes; then : =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_clear in = -luuid" >&5 $as_echo_n "checking for uuid_clear in -luuid... " >&6; } -if test "${ac_cv_lib_uuid_uuid_clear+set}" =3D set; then : +if ${ac_cv_lib_uuid_uuid_clear+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6311,7 +6324,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_cl= ear" >&5 $as_echo "$ac_cv_lib_uuid_uuid_clear" >&6; } -if test "x$ac_cv_lib_uuid_uuid_clear" =3D x""yes; then : +if test "x$ac_cv_lib_uuid_uuid_clear" =3D xyes; then : libuuid=3D"y" fi =20 @@ -6320,7 +6333,7 @@ =20 =20 ac_fn_c_check_header_mongrel "$LINENO" "uuid.h" "ac_cv_header_uuid_h" "$= ac_includes_default" -if test "x$ac_cv_header_uuid_h" =3D x""yes; then : +if test "x$ac_cv_header_uuid_h" =3D xyes; then : libuuid=3D"y" fi =20 @@ -6333,11 +6346,11 @@ =20 =20 ac_fn_c_check_header_mongrel "$LINENO" "curses.h" "ac_cv_header_curses_h= " "$ac_includes_default" -if test "x$ac_cv_header_curses_h" =3D x""yes; then : +if test "x$ac_cv_header_curses_h" =3D xyes; then : =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clear in -lcur= ses" >&5 $as_echo_n "checking for clear in -lcurses... " >&6; } -if test "${ac_cv_lib_curses_clear+set}" =3D set; then : +if ${ac_cv_lib_curses_clear+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6371,7 +6384,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curses_clear= " >&5 $as_echo "$ac_cv_lib_curses_clear" >&6; } -if test "x$ac_cv_lib_curses_clear" =3D x""yes; then : +if test "x$ac_cv_lib_curses_clear" =3D xyes; then : curses=3D"y" else curses=3D"n" @@ -6384,11 +6397,11 @@ =20 =20 ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" "ac_cv_header_ncurses= _h" "$ac_includes_default" -if test "x$ac_cv_header_ncurses_h" =3D x""yes; then : +if test "x$ac_cv_header_ncurses_h" =3D xyes; then : =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clear in -lncu= rses" >&5 $as_echo_n "checking for clear in -lncurses... " >&6; } -if test "${ac_cv_lib_ncurses_clear+set}" =3D set; then : +if ${ac_cv_lib_ncurses_clear+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6422,7 +6435,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ncurses_clea= r" >&5 $as_echo "$ac_cv_lib_ncurses_clear" >&6; } -if test "x$ac_cv_lib_ncurses_clear" =3D x""yes; then : +if test "x$ac_cv_lib_ncurses_clear" =3D xyes; then : ncurses=3D"y" else ncurses=3D"n" @@ -6469,7 +6482,7 @@ set dummy ${ac_tool_prefix}pkg-config; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_PKG_CONFIG+set}" =3D set; then : +if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in @@ -6512,7 +6525,7 @@ set dummy pkg-config; ac_word=3D$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" =3D set; then : +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in @@ -6657,7 +6670,7 @@ See the pkg-config man page for more details. =20 To get pkg-config, see . -See \`config.log' for more details" "$LINENO" 5 ; } +See \`config.log' for more details" "$LINENO" 5; } else glib_CFLAGS=3D$pkg_cv_glib_CFLAGS glib_LIBS=3D$pkg_cv_glib_LIBS @@ -6693,11 +6706,11 @@ =20 # Checks for libraries. ac_fn_c_check_header_mongrel "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" = "$ac_includes_default" -if test "x$ac_cv_header_bzlib_h" =3D x""yes; then : +if test "x$ac_cv_header_bzlib_h" =3D xyes; then : =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzDecompressIn= it in -lbz2" >&5 $as_echo_n "checking for BZ2_bzDecompressInit in -lbz2... " >&6; } -if test "${ac_cv_lib_bz2_BZ2_bzDecompressInit+set}" =3D set; then : +if ${ac_cv_lib_bz2_BZ2_bzDecompressInit+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6731,7 +6744,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bz2_BZ2_bzDe= compressInit" >&5 $as_echo "$ac_cv_lib_bz2_BZ2_bzDecompressInit" >&6; } -if test "x$ac_cv_lib_bz2_BZ2_bzDecompressInit" =3D x""yes; then : +if test "x$ac_cv_lib_bz2_BZ2_bzDecompressInit" =3D xyes; then : zlib=3D"$zlib -DHAVE_BZLIB -lbz2" fi =20 @@ -6740,11 +6753,11 @@ =20 =20 ac_fn_c_check_header_mongrel "$LINENO" "lzma.h" "ac_cv_header_lzma_h" "$= ac_includes_default" -if test "x$ac_cv_header_lzma_h" =3D x""yes; then : +if test "x$ac_cv_header_lzma_h" =3D xyes; then : =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lzma_stream_decode= r in -llzma" >&5 $as_echo_n "checking for lzma_stream_decoder in -llzma... " >&6; } -if test "${ac_cv_lib_lzma_lzma_stream_decoder+set}" =3D set; then : +if ${ac_cv_lib_lzma_lzma_stream_decoder+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6778,7 +6791,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lzma_lzma_st= ream_decoder" >&5 $as_echo "$ac_cv_lib_lzma_lzma_stream_decoder" >&6; } -if test "x$ac_cv_lib_lzma_lzma_stream_decoder" =3D x""yes; then : +if test "x$ac_cv_lib_lzma_lzma_stream_decoder" =3D xyes; then : zlib=3D"$zlib -DHAVE_LZMA -llzma" fi =20 @@ -6787,11 +6800,11 @@ =20 =20 ac_fn_c_check_header_mongrel "$LINENO" "lzo/lzo1x.h" "ac_cv_header_lzo_l= zo1x_h" "$ac_includes_default" -if test "x$ac_cv_header_lzo_lzo1x_h" =3D x""yes; then : +if test "x$ac_cv_header_lzo_lzo1x_h" =3D xyes; then : =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lzo1x_decompress i= n -llzo2" >&5 $as_echo_n "checking for lzo1x_decompress in -llzo2... " >&6; } -if test "${ac_cv_lib_lzo2_lzo1x_decompress+set}" =3D set; then : +if ${ac_cv_lib_lzo2_lzo1x_decompress+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6825,7 +6838,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lzo2_lzo1x_d= ecompress" >&5 $as_echo "$ac_cv_lib_lzo2_lzo1x_decompress" >&6; } -if test "x$ac_cv_lib_lzo2_lzo1x_decompress" =3D x""yes; then : +if test "x$ac_cv_lib_lzo2_lzo1x_decompress" =3D xyes; then : zlib=3D"$zlib -DHAVE_LZO1X -llzo2" fi =20 @@ -6836,7 +6849,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for io_setup in -laio"= >&5 $as_echo_n "checking for io_setup in -laio... " >&6; } -if test "${ac_cv_lib_aio_io_setup+set}" =3D set; then : +if ${ac_cv_lib_aio_io_setup+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6870,7 +6883,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_aio_io_setup= " >&5 $as_echo "$ac_cv_lib_aio_io_setup" >&6; } -if test "x$ac_cv_lib_aio_io_setup" =3D x""yes; then : +if test "x$ac_cv_lib_aio_io_setup" =3D xyes; then : system_aio=3D"y" else system_aio=3D"n" @@ -6879,7 +6892,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5 in -lcrypto" >= &5 $as_echo_n "checking for MD5 in -lcrypto... " >&6; } -if test "${ac_cv_lib_crypto_MD5+set}" =3D set; then : +if ${ac_cv_lib_crypto_MD5+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6913,7 +6926,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" = >&5 $as_echo "$ac_cv_lib_crypto_MD5" >&6; } -if test "x$ac_cv_lib_crypto_MD5" =3D x""yes; then : +if test "x$ac_cv_lib_crypto_MD5" =3D xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBCRYPTO 1 _ACEOF @@ -6926,7 +6939,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ext2fs_open2 in -l= ext2fs" >&5 $as_echo_n "checking for ext2fs_open2 in -lext2fs... " >&6; } -if test "${ac_cv_lib_ext2fs_ext2fs_open2+set}" =3D set; then : +if ${ac_cv_lib_ext2fs_ext2fs_open2+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -6960,7 +6973,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ext2fs_ext2f= s_open2" >&5 $as_echo "$ac_cv_lib_ext2fs_ext2fs_open2" >&6; } -if test "x$ac_cv_lib_ext2fs_ext2fs_open2" =3D x""yes; then : +if test "x$ac_cv_lib_ext2fs_ext2fs_open2" =3D xyes; then : libext2fs=3D"y" else libext2fs=3D"n" @@ -6969,7 +6982,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcry_md_hash_buffe= r in -lgcrypt" >&5 $as_echo_n "checking for gcry_md_hash_buffer in -lgcrypt... " >&6; } -if test "${ac_cv_lib_gcrypt_gcry_md_hash_buffer+set}" =3D set; then : +if ${ac_cv_lib_gcrypt_gcry_md_hash_buffer+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -7003,7 +7016,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gcrypt_gcry_= md_hash_buffer" >&5 $as_echo "$ac_cv_lib_gcrypt_gcry_md_hash_buffer" >&6; } -if test "x$ac_cv_lib_gcrypt_gcry_md_hash_buffer" =3D x""yes; then : +if test "x$ac_cv_lib_gcrypt_gcry_md_hash_buffer" =3D xyes; then : libgcrypt=3D"y" else libgcrypt=3D"n" @@ -7012,7 +7025,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in = -lpthread" >&5 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } -if test "${ac_cv_lib_pthread_pthread_create+set}" =3D set; then : +if ${ac_cv_lib_pthread_pthread_create+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -7046,7 +7059,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthr= ead_create" >&5 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } -if test "x$ac_cv_lib_pthread_pthread_create" =3D x""yes; then : +if test "x$ac_cv_lib_pthread_pthread_create" =3D xyes; then : =20 else as_fn_error $? "Could not find libpthread" "$LINENO" 5 @@ -7054,7 +7067,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -= lrt" >&5 $as_echo_n "checking for clock_gettime in -lrt... " >&6; } -if test "${ac_cv_lib_rt_clock_gettime+set}" =3D set; then : +if ${ac_cv_lib_rt_clock_gettime+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -7088,7 +7101,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_get= time" >&5 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; } -if test "x$ac_cv_lib_rt_clock_gettime" =3D x""yes; then : +if test "x$ac_cv_lib_rt_clock_gettime" =3D xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBRT 1 _ACEOF @@ -7099,7 +7112,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for yajl_alloc in -lya= jl" >&5 $as_echo_n "checking for yajl_alloc in -lyajl... " >&6; } -if test "${ac_cv_lib_yajl_yajl_alloc+set}" =3D set; then : +if ${ac_cv_lib_yajl_yajl_alloc+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -7133,7 +7146,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_yajl_yajl_al= loc" >&5 $as_echo "$ac_cv_lib_yajl_yajl_alloc" >&6; } -if test "x$ac_cv_lib_yajl_yajl_alloc" =3D x""yes; then : +if test "x$ac_cv_lib_yajl_yajl_alloc" =3D xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBYAJL 1 _ACEOF @@ -7146,7 +7159,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflateCopy in -lz= " >&5 $as_echo_n "checking for deflateCopy in -lz... " >&6; } -if test "${ac_cv_lib_z_deflateCopy+set}" =3D set; then : +if ${ac_cv_lib_z_deflateCopy+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -7180,7 +7193,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_deflateCop= y" >&5 $as_echo "$ac_cv_lib_z_deflateCopy" >&6; } -if test "x$ac_cv_lib_z_deflateCopy" =3D x""yes; then : +if test "x$ac_cv_lib_z_deflateCopy" =3D xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBZ 1 _ACEOF @@ -7193,7 +7206,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv_open in -= liconv" >&5 $as_echo_n "checking for libiconv_open in -liconv... " >&6; } -if test "${ac_cv_lib_iconv_libiconv_open+set}" =3D set; then : +if ${ac_cv_lib_iconv_libiconv_open+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -7227,7 +7240,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_libico= nv_open" >&5 $as_echo "$ac_cv_lib_iconv_libiconv_open" >&6; } -if test "x$ac_cv_lib_iconv_libiconv_open" =3D x""yes; then : +if test "x$ac_cv_lib_iconv_libiconv_open" =3D xyes; then : libiconv=3D"y" else libiconv=3D"n" @@ -7236,11 +7249,22 @@ =20 =20 # Checks for header files. +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_= default" +if test "x$ac_cv_type_size_t" =3D xyes; then : + +else + +cat >>confdefs.h <<_ACEOF +#define size_t unsigned int +_ACEOF + +fi + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" = >&5 $as_echo_n "checking for working alloca.h... " >&6; } -if test "${ac_cv_working_alloca_h+set}" =3D set; then : +if ${ac_cv_working_alloca_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -7273,7 +7297,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 $as_echo_n "checking for alloca... " >&6; } -if test "${ac_cv_func_alloca_works+set}" =3D set; then : +if ${ac_cv_func_alloca_works+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -7292,7 +7316,7 @@ #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ -char *alloca (); +void *alloca (size_t); # endif # endif # endif @@ -7336,7 +7360,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' ne= eds Cray hooks" >&5 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } -if test "${ac_cv_os_cray+set}" =3D set; then : +if ${ac_cv_os_cray+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -7377,7 +7401,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C = alloca" >&5 $as_echo_n "checking stack direction for C alloca... " >&6; } -if test "${ac_cv_c_stack_direction+set}" =3D set; then : +if ${ac_cv_c_stack_direction+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : @@ -7448,7 +7472,7 @@ # Checks for typedefs, structures, and compiler characteristics. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that con= forms to C99" >&5 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } -if test "${ac_cv_header_stdbool_h+set}" =3D set; then : +if ${ac_cv_header_stdbool_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -7480,7 +7504,7 @@ char b[false =3D=3D 0 ? 1 : -1]; char c[__bool_true_false_are_defined =3D=3D 1 ? 1 : -1]; char d[(bool) 0.5 =3D=3D true ? 1 : -1]; - bool e =3D &s; + /* See body of main program for 'e'. */ char f[(_Bool) 0.0 =3D=3D false ? 1 : -1]; char g[true]; char h[sizeof (_Bool)]; @@ -7491,25 +7515,6 @@ _Bool n[m]; char o[sizeof n =3D=3D m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; -# if defined __xlc__ || defined __GNUC__ - /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 - reported by James Lemley on 2005-10-05; see - http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.ht= ml - This test is not quite right, since xlc is allowed to - reject this program, as the initializer for xlcbug is - not one of the forms that C requires support for. - However, doing the test right would require a runtime - test, and that would make cross-compilation harder. - Let us hope that IBM fixes the xlc bug, and also adds - support for this kind of constant expression. In the - meantime, this test will reject xlc, which is OK, since - our stdbool.h substitute should suffice. We also test - this with GCC, where it should work, to detect more - quickly whether someone messes up the test in the - future. */ - char digs[] =3D "0123456789"; - int xlcbug =3D 1 / (&(digs + 5)[-2 + (bool) 1] =3D=3D &digs[4] ? 1 : -= 1); -# endif /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.htm= l @@ -7521,6 +7526,7 @@ main () { =20 + bool e =3D &s; *pq |=3D q; *pq |=3D ! q; /* Refer to every declared value, to avoid compiler optimizations. */ @@ -7541,7 +7547,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h= " >&5 $as_echo "$ac_cv_header_stdbool_h" >&6; } ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_de= fault" -if test "x$ac_cv_type__Bool" =3D x""yes; then : +if test "x$ac_cv_type__Bool" =3D xyes; then : =20 cat >>confdefs.h <<_ACEOF #define HAVE__BOOL 1 @@ -7558,7 +7564,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types= =2Eh" >&5 $as_echo_n "checking for uid_t in sys/types.h... " >&6; } -if test "${ac_cv_type_uid_t+set}" =3D set; then : +if ${ac_cv_type_uid_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -7588,7 +7594,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 $as_echo_n "checking for inline... " >&6; } -if test "${ac_cv_c_inline+set}" =3D set; then : +if ${ac_cv_c_inline+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_inline=3Dno @@ -7673,7 +7679,7 @@ esac =20 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_= default" -if test "x$ac_cv_type_mode_t" =3D x""yes; then : +if test "x$ac_cv_type_mode_t" =3D xyes; then : =20 else =20 @@ -7684,7 +7690,7 @@ fi =20 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_de= fault" -if test "x$ac_cv_type_off_t" =3D x""yes; then : +if test "x$ac_cv_type_off_t" =3D xyes; then : =20 else =20 @@ -7695,7 +7701,7 @@ fi =20 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_de= fault" -if test "x$ac_cv_type_pid_t" =3D x""yes; then : +if test "x$ac_cv_type_pid_t" =3D xyes; then : =20 else =20 @@ -7707,7 +7713,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict key= word" >&5 $as_echo_n "checking for C/C++ restrict keyword... " >&6; } -if test "${ac_cv_c_restrict+set}" =3D set; then : +if ${ac_cv_c_restrict+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_restrict=3Dno @@ -7752,7 +7758,7 @@ esac =20 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_= default" -if test "x$ac_cv_type_size_t" =3D x""yes; then : +if test "x$ac_cv_type_size_t" =3D xyes; then : =20 else =20 @@ -7763,7 +7769,7 @@ fi =20 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_include= s_default" -if test "x$ac_cv_type_ssize_t" =3D x""yes; then : +if test "x$ac_cv_type_ssize_t" =3D xyes; then : =20 else =20 @@ -7774,7 +7780,7 @@ fi =20 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_= struct_stat_st_blksize" "$ac_includes_default" -if test "x$ac_cv_member_struct_stat_st_blksize" =3D x""yes; then : +if test "x$ac_cv_member_struct_stat_st_blksize" =3D xyes; then : =20 cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 @@ -7784,7 +7790,7 @@ fi =20 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_s= truct_stat_st_blocks" "$ac_includes_default" -if test "x$ac_cv_member_struct_stat_st_blocks" =3D x""yes; then : +if test "x$ac_cv_member_struct_stat_st_blocks" =3D xyes; then : =20 cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_STAT_ST_BLOCKS 1 @@ -7804,7 +7810,7 @@ =20 =20 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_str= uct_stat_st_rdev" "$ac_includes_default" -if test "x$ac_cv_member_struct_stat_st_rdev" =3D x""yes; then : +if test "x$ac_cv_member_struct_stat_st_rdev" =3D xyes; then : =20 cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_STAT_ST_RDEV 1 @@ -7868,7 +7874,7 @@ esac =20 ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_inc= ludes_default" -if test "x$ac_cv_type_ptrdiff_t" =3D x""yes; then : +if test "x$ac_cv_type_ptrdiff_t" =3D xyes; then : =20 cat >>confdefs.h <<_ACEOF #define HAVE_PTRDIFF_T 1 @@ -7881,7 +7887,7 @@ # Checks for library functions. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5= $as_echo_n "checking for error_at_line... " >&6; } -if test "${ac_cv_lib_error_at_line+set}" =3D set; then : +if ${ac_cv_lib_error_at_line+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -7917,7 +7923,7 @@ for ac_header in vfork.h do : ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h= " "$ac_includes_default" -if test "x$ac_cv_header_vfork_h" =3D x""yes; then : +if test "x$ac_cv_header_vfork_h" =3D xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VFORK_H 1 _ACEOF @@ -7941,7 +7947,7 @@ if test "x$ac_cv_func_fork" =3D xyes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&= 5 $as_echo_n "checking for working fork... " >&6; } -if test "${ac_cv_func_fork_works+set}" =3D set; then : +if ${ac_cv_func_fork_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : @@ -7994,7 +8000,7 @@ if test "x$ac_cv_func_vfork" =3D xyes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >= &5 $as_echo_n "checking for working vfork... " >&6; } -if test "${ac_cv_func_vfork_works+set}" =3D set; then : +if ${ac_cv_func_vfork_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : @@ -8129,7 +8135,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE = value needed for large files" >&5 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files.= =2E. " >&6; } -if test "${ac_cv_sys_largefile_source+set}" =3D set; then : +if ${ac_cv_sys_largefile_source+:} false; then : $as_echo_n "(cached) " >&6 else while :; do @@ -8197,7 +8203,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctl= y handles trailing slash" >&5 $as_echo_n "checking whether lstat correctly handles trailing slash... "= >&6; } -if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" =3D set; = then : +if ${ac_cv_func_lstat_dereferences_slashed_symlink+:} false; then : $as_echo_n "(cached) " >&6 else rm -f conftest.sym conftest.file @@ -8259,7 +8265,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether sys/types.h de= fines makedev" >&5 $as_echo_n "checking whether sys/types.h defines makedev... " >&6; } -if test "${ac_cv_header_sys_types_h_makedev+set}" =3D set; then : +if ${ac_cv_header_sys_types_h_makedev+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8287,7 +8293,7 @@ =20 if test $ac_cv_header_sys_types_h_makedev =3D no; then ac_fn_c_check_header_mongrel "$LINENO" "sys/mkdev.h" "ac_cv_header_sys_m= kdev_h" "$ac_includes_default" -if test "x$ac_cv_header_sys_mkdev_h" =3D x""yes; then : +if test "x$ac_cv_header_sys_mkdev_h" =3D xyes; then : =20 $as_echo "#define MAJOR_IN_MKDEV 1" >>confdefs.h =20 @@ -8297,7 +8303,7 @@ =20 if test $ac_cv_header_sys_mkdev_h =3D no; then ac_fn_c_check_header_mongrel "$LINENO" "sys/sysmacros.h" "ac_cv_head= er_sys_sysmacros_h" "$ac_includes_default" -if test "x$ac_cv_header_sys_sysmacros_h" =3D x""yes; then : +if test "x$ac_cv_header_sys_sysmacros_h" =3D xyes; then : =20 $as_echo "#define MAJOR_IN_SYSMACROS 1" >>confdefs.h =20 @@ -8310,7 +8316,7 @@ for ac_header in stdlib.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib= _h" "$ac_includes_default" -if test "x$ac_cv_header_stdlib_h" =3D x""yes; then : +if test "x$ac_cv_header_stdlib_h" =3D xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDLIB_H 1 _ACEOF @@ -8321,7 +8327,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatibl= e malloc" >&5 $as_echo_n "checking for GNU libc compatible malloc... " >&6; } -if test "${ac_cv_func_malloc_0_nonnull+set}" =3D set; then : +if ${ac_cv_func_malloc_0_nonnull+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : @@ -8376,7 +8382,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys= /time.h may both be included" >&5 $as_echo_n "checking whether time.h and sys/time.h may both be included.= =2E. " >&6; } -if test "${ac_cv_header_time+set}" =3D set; then : +if ${ac_cv_header_time+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -8451,7 +8457,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&= 5 $as_echo_n "checking for working mktime... " >&6; } -if test "${ac_cv_func_working_mktime+set}" =3D set; then : +if ${ac_cv_func_working_mktime+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : @@ -8680,7 +8686,7 @@ for ac_func in getpagesize do : ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" -if test "x$ac_cv_func_getpagesize" =3D x""yes; then : +if test "x$ac_cv_func_getpagesize" =3D xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETPAGESIZE 1 _ACEOF @@ -8690,7 +8696,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 $as_echo_n "checking for working mmap... " >&6; } -if test "${ac_cv_func_mmap_fixed_mapped+set}" =3D set; then : +if ${ac_cv_func_mmap_fixed_mapped+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : @@ -8857,7 +8863,7 @@ for ac_header in stdlib.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib= _h" "$ac_includes_default" -if test "x$ac_cv_header_stdlib_h" =3D x""yes; then : +if test "x$ac_cv_header_stdlib_h" =3D xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDLIB_H 1 _ACEOF @@ -8868,7 +8874,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatibl= e realloc" >&5 $as_echo_n "checking for GNU libc compatible realloc... " >&6; } -if test "${ac_cv_func_realloc_0_nonnull+set}" =3D set; then : +if ${ac_cv_func_realloc_0_nonnull+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : @@ -8921,13 +8927,17 @@ fi =20 =20 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strnlen" >= &5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strnlen" = >&5 $as_echo_n "checking for working strnlen... " >&6; } -if test "${ac_cv_func_strnlen_working+set}" =3D set; then : +if ${ac_cv_func_strnlen_working+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : - ac_cv_func_strnlen_working=3Dno + # Guess no on AIX systems, yes otherwise. + case "$host_os" in + aix*) ac_cv_func_strnlen_working=3Dno;; + *) ac_cv_func_strnlen_working=3Dyes;; + esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -8976,7 +8986,7 @@ =20 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strtod" >&= 5 $as_echo_n "checking for working strtod... " >&6; } -if test "${ac_cv_func_strtod+set}" =3D set; then : +if ${ac_cv_func_strtod+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" =3D yes; then : @@ -9035,14 +9045,14 @@ esac =20 ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow" -if test "x$ac_cv_func_pow" =3D x""yes; then : +if test "x$ac_cv_func_pow" =3D xyes; then : =20 fi =20 if test $ac_cv_func_pow =3D no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5 $as_echo_n "checking for pow in -lm... " >&6; } -if test "${ac_cv_lib_m_pow+set}" =3D set; then : +if ${ac_cv_lib_m_pow+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=3D$LIBS @@ -9076,7 +9086,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5 $as_echo "$ac_cv_lib_m_pow" >&6; } -if test "x$ac_cv_lib_m_pow" =3D x""yes; then : +if test "x$ac_cv_lib_m_pow" =3D xyes; then : POW_LIB=3D-lm else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find library = containing definition of pow" >&5 @@ -9172,10 +9182,21 @@ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then - test "x$cache_file" !=3D "x/dev/null" && + if test "x$cache_file" !=3D "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_fil= e" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cac= he $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} @@ -9207,7 +9228,7 @@ =20 =20 =20 -: ${CONFIG_STATUS=3D./config.status} +: "${CONFIG_STATUS=3D./config.status}" ac_write_fail=3D0 ac_clean_files_save=3D$ac_clean_files ac_clean_files=3D"$ac_clean_files $CONFIG_STATUS" @@ -9308,6 +9329,7 @@ IFS=3D" "" $as_nl" =20 # Find who we are. Look in the path if we contain no directory separato= r. +as_myself=3D case $0 in #(( *[\\/]* ) as_myself=3D$0 ;; *) as_save_IFS=3D$IFS; IFS=3D$PATH_SEPARATOR @@ -9615,7 +9637,7 @@ # values after options handling. ac_log=3D" This file was extended by Xen Hypervisor $as_me 4.2, which was -generated by GNU Autoconf 2.67. Invocation command line was +generated by GNU Autoconf 2.68. Invocation command line was =20 CONFIG_FILES =3D $CONFIG_FILES CONFIG_HEADERS =3D $CONFIG_HEADERS @@ -9677,7 +9699,7 @@ ac_cs_config=3D"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\= $]/\\\\&/g'`" ac_cs_version=3D"\\ Xen Hypervisor config.status 4.2 -configured by $0, generated by GNU Autoconf 2.67, +configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" =20 Copyright (C) 2010 Free Software Foundation, Inc. @@ -9801,7 +9823,7 @@ "../config/Tools.mk") CONFIG_FILES=3D"$CONFIG_FILES ../config/Tools.= mk" ;; "config.h") CONFIG_HEADERS=3D"$CONFIG_HEADERS config.h" ;; =20 - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5= ;; + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5= ;; esac done =20 @@ -9823,9 +9845,10 @@ # after its creation but before its name has been assigned to `$tmp'. $debug || { - tmp=3D + tmp=3D ac_tmp=3D trap 'exit_status=3D$? - { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit= _status + : "${ac_tmp:=3D$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } @@ -9833,12 +9856,13 @@ =20 { tmp=3D`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && - test -n "$tmp" && test -d "$tmp" + test -d "$tmp" } || { tmp=3D./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO"= 5 +ac_tmp=3D$tmp =20 # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. @@ -9860,7 +9884,7 @@ ac_cs_awk_cr=3D$ac_cr fi =20 -echo 'BEGIN {' >"$tmp/subs1.awk" && +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF =20 =20 @@ -9888,7 +9912,7 @@ rm -f conf$$subs.sh =20 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=3D1 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h @@ -9936,7 +9960,7 @@ rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=3D1 _ACAWK -cat >>"\$tmp/subs1.awk" <<_ACAWK && +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] =3D 1 FS =3D "=07" =20 @@ -9968,7 +9992,7 @@ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5= _ACEOF =20 @@ -10002,7 +10026,7 @@ # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then -cat >"$tmp/defines.awk" <<\_ACAWK || +cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF =20 @@ -10014,8 +10038,8 @@ # handling of long lines. ac_delim=3D'%!_!# ' for ac_last_try in false false :; do - ac_t=3D`sed -n "/$ac_delim/p" confdefs.h` - if test -z "$ac_t"; then + ac_tt=3D`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 @@ -10116,7 +10140,7 @@ esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=3D-:-;; :[FH]*) ac_tag=3D$ac_tag:$ac_tag.in;; esac @@ -10135,7 +10159,7 @@ for ac_f do case $ac_f in - -) ac_f=3D"$tmp/stdin";; + -) ac_f=3D"$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source= tree # (if the path is not absolute). The absolute path cannot be DOS-styl= e, # because $ac_f cannot contain `:'. @@ -10144,7 +10168,7 @@ [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f=3D"$srcdir/$ac_f";; esac || - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=3D`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\'= '/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" @@ -10170,8 +10194,8 @@ esac =20 case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin" \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac @@ -10301,21 +10325,22 @@ s&@INSTALL@&$ac_INSTALL&;t t $ac_datarootdir_hack " -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" = >$tmp/out \ - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.aw= k" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5= =20 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=3D`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"= ; } && - { ac_out=3D`sed -n '/^[ ]*datarootdir[ ]*:*=3D/p' "$tmp/out"`; test = -z "$ac_out"; } && + { ac_out=3D`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_o= ut"; } && + { ac_out=3D`sed -n '/^[ ]*datarootdir[ ]*:*=3D/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a = reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable= \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} =20 - rm -f "$tmp/stdin" + rm -f "$ac_tmp/stdin" case $ac_file in - -) cat "$tmp/out" && rm -f "$tmp/out";; - *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; @@ -10326,20 +10351,20 @@ if test x"$ac_file" !=3D x-; then { $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" - } >"$tmp/config.h" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 - if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&= 5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" - mv "$tmp/config.h" "$ac_file" \ + mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ - && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi ;; diff -r 4e1d091d10d8 -r c86e026b8fa2 tools/configure.ac --- a/tools/configure.ac ven mar 16 15:24:25 2012 +0000 +++ b/tools/configure.ac mar mar 20 13:57:09 2012 +0100 @@ -66,6 +66,7 @@ AC_ARG_VAR([XML], [Path to xml2-config tool]) AC_ARG_VAR([BASH], [Path to bash shell]) AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool]) +AC_ARG_VAR([QEMUU_ADD_PAR], [List of qemu upstream additionals build par= ameters]) =20 # Checks for programs. AC_PROG_SED --------------060406040008000207040306-- --------------ms090004010807070803000201 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: Firma crittografica S/MIME MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIINhjCC BjQwggQcoAMCAQICASAwDQYJKoZIhvcNAQEFBQAwfTELMAkGA1UEBhMCSUwxFjAUBgNVBAoT DVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNp Z25pbmcxKTAnBgNVBAMTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA3 MTAyNDIxMDI1NVoXDTE3MTAyNDIxMDI1NVowgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1T dGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWdu aW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAyIFByaW1hcnkgSW50ZXJtZWRpYXRlIENs aWVudCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMsohUWcASz7GfKrpTOM KqANy9BV7V0igWdGxA8IU77L3aTxErQ+fcxtDYZ36Z6GH0YFn7fq5RADteP0AYzrCA+EQTfi 8q1+kA3m0nwtwXG94M5sIqsvs7lRP1aycBke/s5g9hJHryZ2acScnzczjBCAo7X1v5G3yw8M DP2m2RCye0KfgZ4nODerZJVzhAlOD9YejvAXZqHksw56HzElVIoYSZ3q4+RJuPXXfIoyby+Y 2m1E+YzX5iCZXBx05gk6MKAW1vaw4/v2OOLy6FZH3XHHtOkzUreG//CsFnB9+uaYSlR65cdG zTsmoIK8WH1ygoXhRBm98SD7Hf/r3FELNvUCAwEAAaOCAa0wggGpMA8GA1UdEwEB/wQFMAMB Af8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSuVYNv7DHKufcd+q9rMfPIHeOsuzAfBgNV HSMEGDAWgBROC+8apEBbpRdphzDKNGhD0EGu8jBmBggrBgEFBQcBAQRaMFgwJwYIKwYBBQUH MAGGG2h0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9jYTAtBggrBgEFBQcwAoYhaHR0cDovL3d3 dy5zdGFydHNzbC5jb20vc2ZzY2EuY3J0MFsGA1UdHwRUMFIwJ6AloCOGIWh0dHA6Ly93d3cu c3RhcnRzc2wuY29tL3Nmc2NhLmNybDAnoCWgI4YhaHR0cDovL2NybC5zdGFydHNzbC5jb20v c2ZzY2EuY3JsMIGABgNVHSAEeTB3MHUGCysGAQQBgbU3AQIBMGYwLgYIKwYBBQUHAgEWImh0 dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93 d3cuc3RhcnRzc2wuY29tL2ludGVybWVkaWF0ZS5wZGYwDQYJKoZIhvcNAQEFBQADggIBADqp Jw3I07QWke9plNBpxUxcffc7nUrIQpJHDci91DFG7fVhHRkMZ1J+BKg5UNUxIFJ2Z9B90Mic c/NXcs7kPBRdn6XGO/vPc87Y6R+cWS9Nc9+fp3Enmsm94OxOwI9wn8qnr/6o3mD4noP9Jphw UPTXwHovjavRnhUQHLfo/i2NG0XXgTHXS2Xm0kVUozXqpYpAdumMiB/vezj1QHQJDmUdPYMc p+reg9901zkyT3fDW/ivJVv6pWtkh6Pw2ytZT7mvg7YhX3V50Nv860cV11mocUVcqBLv0gcT +HBDYtbuvexNftwNQKD5193A7zN4vG7CTYkXxytSjKuXrpEatEiFPxWgb84nVj25SU5q/r1X hwby6mLhkbaXslkVtwEWT3Van49rKjlK4XrUKYYWtnfzq6aSak5u0Vpxd1rY79tWhD3EdCvO hNz/QplNa+VkIsrcp7+8ZhP1l1b2U6MaxIVteuVMD3X0vziIwr7jxYae9FZjbxlpUemqXjcC 0QaFfN7qI0JsQMALL7iGRBg7K0CoOBzECdD3fuZil5kU/LP9cr1BK31U0Uy651bFnAMMMkqh AChIbn0ei72VnbpSsrrSdF0BAGYQ8vyHae5aCg+H75dVCV33K6FuxZrf09yTz+Vx/PkdRUYk XmZz/OTfyJXsUOUXrym6KvI2rYpccSk5MIIHSjCCBjKgAwIBAgICHmMwDQYJKoZIhvcNAQEF BQAwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJT ZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBD bGFzcyAyIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQTAeFw0xMjAzMTgyMjE0MzBa Fw0xNDAzMjAwODU3MDlaMIGMMRkwFwYDVQQNExBlQjZPRTM3UlJOUHlsNW0yMQswCQYDVQQG EwJJVDEQMA4GA1UECBMHQmVyZ2FtbzEQMA4GA1UEBxMHUm92ZXR0YTEWMBQGA1UEAxMNRmFi aW8gRmFudG9uaTEmMCQGCSqGSIb3DQEJARYXZmFudG9uaWZhYmlvQHRpc2NhbGkuaXQwggEi MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC1XhckXsX23vgJq76s2f0KT8U8Msov5QgV 10eQBb2wL/TzcmqtZotI7ztKVhio3ehHg+mfu+3EqOkX9Umgut8rP0bPi7AGjkPXbOTT/cSU Xz2Kw31VGOmiOVoUFGvpQitp3weCkhUJLBipI8EpNyBXpjtQ9yCpnIAqfuc77ybfSnCy7tTR MBq1BUkfjH1+GL45riosuS4+F+MSUvlYzLiT4rAduAX1Y2IuORDsf9Bce8GBxa6syP9rCyzl Vk7DIX5k8j2vlnyRATIypn5CQLQxGT6e0f6ac4gvWOHwO2QEBsmZKKs1ZidE4q/9OoNXYX6A jnHtp1H1vcrek/vVcs19AgMBAAGjggOyMIIDrjAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAd BgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwHQYDVR0OBBYEFFan8cbEWWBmSTWFtLk2 YNdAcGUbMB8GA1UdIwQYMBaAFK5Vg2/sMcq59x36r2sx88gd46y7MCIGA1UdEQQbMBmBF2Zh bnRvbmlmYWJpb0B0aXNjYWxpLml0MIICIQYDVR0gBIICGDCCAhQwggIQBgsrBgEEAYG1NwEC AjCCAf8wLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYw NAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL2ludGVybWVkaWF0ZS5wZGYw gfcGCCsGAQUFBwICMIHqMCcWIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MAMC AQEagb5UaGlzIGNlcnRpZmljYXRlIHdhcyBpc3N1ZWQgYWNjb3JkaW5nIHRvIHRoZSBDbGFz cyAyIFZhbGlkYXRpb24gcmVxdWlyZW1lbnRzIG9mIHRoZSBTdGFydENvbSBDQSBwb2xpY3ks IHJlbGlhbmNlIG9ubHkgZm9yIHRoZSBpbnRlbmRlZCBwdXJwb3NlIGluIGNvbXBsaWFuY2Ug b2YgdGhlIHJlbHlpbmcgcGFydHkgb2JsaWdhdGlvbnMuMIGcBggrBgEFBQcCAjCBjzAnFiBT dGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTADAgECGmRMaWFiaWxpdHkgYW5kIHdh cnJhbnRpZXMgYXJlIGxpbWl0ZWQhIFNlZSBzZWN0aW9uICJMZWdhbCBhbmQgTGltaXRhdGlv bnMiIG9mIHRoZSBTdGFydENvbSBDQSBwb2xpY3kuMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6 Ly9jcmwuc3RhcnRzc2wuY29tL2NydHUyLWNybC5jcmwwgY4GCCsGAQUFBwEBBIGBMH8wOQYI KwYBBQUHMAGGLWh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9zdWIvY2xhc3MyL2NsaWVudC9j YTBCBggrBgEFBQcwAoY2aHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMvc3ViLmNsYXNz Mi5jbGllbnQuY2EuY3J0MCMGA1UdEgQcMBqGGGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tLzAN BgkqhkiG9w0BAQUFAAOCAQEAjzHNqifpDVMkH1TSPFZVIiQ4fh49/V5JMpstgqEZPDaDe5r8 h+fMBZtUa6LLMco03Z9BNEXlqlXKiFk8feVYB8obEjz7YYq1XhO9q7JUmkSs0WGIH4xU0XB1 kPC8T8H+5E//84poYSFHE4pA+Ff68UANP2/EuFJWMjegiefnOr8aM42OAcUkjEWSlautIIX8 oD2GizwQYjWdDDjEonbuMKFP6rY2xGI3PSLI3IVU2opb0/itNhQui3WRxafloJqTlriY8m8+ qSLr2HGftbBlbyzVWB8o//aW0H0LMabjkIvrm7Zmh2vcCxiSxGBwYASuSYXGuQiKAgGptUs1 XJLZuzGCA80wggPJAgEBMIGTMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20g THRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYG A1UEAxMvU3RhcnRDb20gQ2xhc3MgMiBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EC Ah5jMAkGBSsOAwIaBQCgggIOMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN AQkFMQ8XDTEyMDMyMDE1MzQ0MVowIwYJKoZIhvcNAQkEMRYEFMT+z1HsdcZ6ngpoKa2Rb1GR 9FOhMF8GCSqGSIb3DQEJDzFSMFAwCwYJYIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3 DQMCAgIAgDANBggqhkiG9w0DAgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDCBpAYJKwYB BAGCNxAEMYGWMIGTMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEr MCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMv U3RhcnRDb20gQ2xhc3MgMiBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAh5jMIGm BgsqhkiG9w0BCRACCzGBlqCBkzCBjDELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29t IEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcxODA2 BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDIgUHJpbWFyeSBJbnRlcm1lZGlhdGUgQ2xpZW50IENB AgIeYzANBgkqhkiG9w0BAQEFAASCAQAltcNJZaDvBKm7ZP5rCL8rFADz7/8JzDESsoQDNtxK DKGzrgw2JCXuF/DjO1nZVYfU32p/FsWyDxPuEs+XV3gqKIyVZOVX5trFMItGBhiDOGOU414R dTZreUUpxGFwtRnIU+GY5na4Pje9CQAfG837Zh+UkkOz+pDKTR+OMDYICfpugy57yjQPYSnp fjDawrSPb6iGHh8luKKDxhQbbneqzfjFO/8ybyY3GVO+Xa9AxfkHcPgaEVt1GbfGWcH1J0V2 heKtsI9luCerSRo65kGHnNbr4jESWkkk8JBUuGuzadD2Yyu6ZR9VNVdwoGEmfHz7u0yE2Hcl +ZxPhRRQJxdKAAAAAAAA --------------ms090004010807070803000201-- --===============4240932505440606387== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --===============4240932505440606387==--