summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/deb_0000_at_configure.diff920
-rw-r--r--debian/patches/deb_0001_at_config_h_in.diff8
2 files changed, 481 insertions, 447 deletions
diff --git a/debian/patches/deb_0000_at_configure.diff b/debian/patches/deb_0000_at_configure.diff
index 25ef16936..d0f186026 100644
--- a/debian/patches/deb_0000_at_configure.diff
+++ b/debian/patches/deb_0000_at_configure.diff
@@ -1,16 +1,16 @@
Patch to generate `configure'.
-Created by `at2quilt' on Thu, 01 Dec 2011 10:03:31 CET.
+Created by `at2quilt' on Wed, 14 Dec 2011 01:34:39 CET.
Note: Never *ever* refresh this patch. Things will break.
-Index: pkg-zsh/configure
---- pkg-zsh.orig/configure 2011-11-28 16:21:03.468012863 +0100
-+++ pkg-zsh/configure 2011-12-01 10:03:31.000000000 +0100
-@@ -0,0 +1,14125 @@
+Index: zsh/configure
+--- zsh.orig/configure 2011-12-13 17:44:56.160895103 +0100
++++ zsh/configure 2011-12-14 01:34:36.000000000 +0100
+@@ -0,0 +1,14159 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
-+# Generated by GNU Autoconf 2.67.
++# Generated by GNU Autoconf 2.68.
+#
+#
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -99,6 +99,7 @@ Index: pkg-zsh/configure
+IFS=" "" $as_nl"
+
+# Find who we are. Look in the path if we contain no directory separator.
++as_myself=
+case $0 in #((
+ *[\\/]* ) as_myself=$0 ;;
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -224,11 +225,18 @@ Index: pkg-zsh/configure
+ # 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=/dev/null
+ ENV=/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=-vx ;;
++ *v* ) as_opts=-v ;;
++ *x* ) as_opts=-x ;;
++ * ) as_opts= ;;
++ esac
++ exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
+fi
+
+ if test x$as_have_required = xno; then :
@@ -1173,7 +1181,7 @@ Index: pkg-zsh/configure
+ $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=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
++ : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+ ;;
+
+ esac
@@ -1521,7 +1529,7 @@ Index: pkg-zsh/configure
+if $ac_init_version; then
+ cat <<\_ACEOF
+configure
-+generated by GNU Autoconf 2.67
++generated by GNU Autoconf 2.68
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
@@ -1567,7 +1575,7 @@ Index: pkg-zsh/configure
+
+ ac_retval=1
+fi
-+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_compile
@@ -1604,11 +1612,138 @@ Index: pkg-zsh/configure
+
+ ac_retval=1
+fi
-+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_cpp
+
++# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
++# -------------------------------------------
++# Tests whether TYPE exists after having included INCLUDES, setting cache
++# variable VAR accordingly.
++ac_fn_c_check_type ()
++{
++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$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=no"
++ 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=yes"
++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=\$$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_try_run LINENO
++# ----------------------
++# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
++# that executables *can* be run.
++ac_fn_c_try_run ()
++{
++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
++ if { { ac_try="$ac_link"
++case "(($ac_try" in
++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++ *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++ (eval "$ac_link") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
++ { { case "(($ac_try" in
++ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
++ *) ac_try_echo=$ac_try;;
++esac
++eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
++$as_echo "$ac_try_echo"; } >&5
++ (eval "$ac_try") 2>&5
++ ac_status=$?
++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++ test $ac_status = 0; }; }; then :
++ ac_retval=0
++else
++ $as_echo "$as_me: program exited with status $ac_status" >&5
++ $as_echo "$as_me: failed program was:" >&5
++sed 's/^/| /' conftest.$ac_ext >&5
++
++ ac_retval=$ac_status
++fi
++ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
++ as_fn_set_status $ac_retval
++
++} # ac_fn_c_try_run
++
++# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
++# -------------------------------------------------------
++# Tests whether HEADER exists and can be compiled using the include files in
++# INCLUDES, setting the cache variable VAR accordingly.
++ac_fn_c_check_header_compile ()
++{
++ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$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
++ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h. */
++$4
++#include <$2>
++_ACEOF
++if ac_fn_c_try_compile "$LINENO"; then :
++ eval "$3=yes"
++else
++ eval "$3=no"
++fi
++rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
++fi
++eval ac_res=\$$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_header_compile
++
+# ac_fn_c_try_link LINENO
+# -----------------------
+# Try to link conftest.$ac_ext, and return whether this succeeded.
@@ -1650,7 +1785,7 @@ Index: pkg-zsh/configure
+ # interfere with the next link command; also delete a directory that is
+ # left behind by Apple's compiler. We do this before executing the actions.
+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+ as_fn_set_status $ac_retval
+
+} # ac_fn_c_try_link
@@ -1663,7 +1798,7 @@ Index: pkg-zsh/configure
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$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}\"" = set; then :
++if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1718,83 +1853,10 @@ Index: pkg-zsh/configure
+eval ac_res=\$$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" = x && { as_lineno=; unset as_lineno;}
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_func
+
-+# ac_fn_c_try_run LINENO
-+# ----------------------
-+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
-+# that executables *can* be run.
-+ac_fn_c_try_run ()
-+{
-+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-+ if { { ac_try="$ac_link"
-+case "(($ac_try" in
-+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+ *) ac_try_echo=$ac_try;;
-+esac
-+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-+$as_echo "$ac_try_echo"; } >&5
-+ (eval "$ac_link") 2>&5
-+ ac_status=$?
-+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
-+ { { case "(($ac_try" in
-+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+ *) ac_try_echo=$ac_try;;
-+esac
-+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-+$as_echo "$ac_try_echo"; } >&5
-+ (eval "$ac_try") 2>&5
-+ ac_status=$?
-+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-+ test $ac_status = 0; }; }; then :
-+ ac_retval=0
-+else
-+ $as_echo "$as_me: program exited with status $ac_status" >&5
-+ $as_echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ ac_retval=$ac_status
-+fi
-+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-+ eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
-+ as_fn_set_status $ac_retval
-+
-+} # ac_fn_c_try_run
-+
-+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-+# -------------------------------------------------------
-+# Tests whether HEADER exists and can be compiled using the include files in
-+# INCLUDES, setting the cache variable VAR accordingly.
-+ac_fn_c_check_header_compile ()
-+{
-+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$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}\"" = set; then :
-+ $as_echo_n "(cached) " >&6
-+else
-+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-+/* end confdefs.h. */
-+$4
-+#include <$2>
-+_ACEOF
-+if ac_fn_c_try_compile "$LINENO"; then :
-+ eval "$3=yes"
-+else
-+ eval "$3=no"
-+fi
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+eval ac_res=\$$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" = x && { as_lineno=; unset as_lineno;}
-+
-+} # ac_fn_c_check_header_compile
-+
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
@@ -1803,10 +1865,10 @@ Index: pkg-zsh/configure
+ac_fn_c_check_header_mongrel ()
+{
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-+ if eval "test \"\${$3+set}\"" = 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}\"" = set; then :
++if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+fi
+eval ac_res=\$$3
@@ -1869,7 +1931,7 @@ Index: pkg-zsh/configure
+esac
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
-+if eval "test \"\${$3+set}\"" = set; then :
++if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ eval "$3=\$ac_header_compiler"
@@ -1878,7 +1940,7 @@ Index: pkg-zsh/configure
+ { $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" = x && { as_lineno=; unset as_lineno;}
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_header_mongrel
+
@@ -1893,7 +1955,7 @@ Index: pkg-zsh/configure
+ as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
+$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
-+if eval "test \"\${$3+set}\"" = set; then :
++if eval \${$3+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -1924,64 +1986,10 @@ Index: pkg-zsh/configure
+eval ac_res=\$$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" = x && { as_lineno=; unset as_lineno;}
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_decl
+
-+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-+# -------------------------------------------
-+# Tests whether TYPE exists after having included INCLUDES, setting cache
-+# variable VAR accordingly.
-+ac_fn_c_check_type ()
-+{
-+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$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}\"" = set; then :
-+ $as_echo_n "(cached) " >&6
-+else
-+ eval "$3=no"
-+ 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=yes"
-+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=\$$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" = x && { as_lineno=; unset as_lineno;}
-+
-+} # ac_fn_c_check_type
-+
+# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
+# ----------------------------------------------------
+# Tries to find if the field MEMBER exists in type AGGR, after including
@@ -1991,7 +1999,7 @@ Index: pkg-zsh/configure
+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$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}\"" = set; then :
++if eval \${$4+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2035,7 +2043,7 @@ Index: pkg-zsh/configure
+eval ac_res=\$$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" = x && { as_lineno=; unset as_lineno;}
++ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_member
+cat >config.log <<_ACEOF
@@ -2043,7 +2051,7 @@ Index: pkg-zsh/configure
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by $as_me, which was
-+generated by GNU Autoconf 2.67. Invocation command line was
++generated by GNU Autoconf 2.68. Invocation command line was
+
+ $ $0 $@
+
@@ -2301,7 +2309,7 @@ Index: pkg-zsh/configure
+ || { { $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
+
@@ -2435,7 +2443,7 @@ Index: pkg-zsh/configure
+
+{ $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}" = set; then :
++if ${ac_cv_build+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_build_alias=$build_alias
@@ -2451,7 +2459,7 @@ Index: pkg-zsh/configure
+$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=$ac_cv_build
+ac_save_IFS=$IFS; IFS='-'
@@ -2469,7 +2477,7 @@ Index: pkg-zsh/configure
+
+{ $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}" = set; then :
++if ${ac_cv_host+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "x$host_alias" = x; then
@@ -2484,7 +2492,7 @@ Index: pkg-zsh/configure
+$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=$ac_cv_host
+ac_save_IFS=$IFS; IFS='-'
@@ -2967,7 +2975,7 @@ Index: pkg-zsh/configure
+set dummy ${ac_tool_prefix}gcc; ac_word=$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}" = set; then :
++if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
@@ -3007,7 +3015,7 @@ Index: pkg-zsh/configure
+set dummy gcc; ac_word=$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}" = set; then :
++if ${ac_cv_prog_ac_ct_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_CC"; then
@@ -3060,7 +3068,7 @@ Index: pkg-zsh/configure
+set dummy ${ac_tool_prefix}cc; ac_word=$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}" = set; then :
++if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
@@ -3100,7 +3108,7 @@ Index: pkg-zsh/configure
+set dummy cc; ac_word=$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}" = set; then :
++if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
@@ -3159,7 +3167,7 @@ Index: pkg-zsh/configure
+set dummy $ac_tool_prefix$ac_prog; ac_word=$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}" = set; then :
++if ${ac_cv_prog_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$CC"; then
@@ -3203,7 +3211,7 @@ Index: pkg-zsh/configure
+set dummy $ac_prog; ac_word=$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}" = set; then :
++if ${ac_cv_prog_ac_ct_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ac_ct_CC"; then
@@ -3258,7 +3266,7 @@ Index: pkg-zsh/configure
+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; }
+
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -3373,7 +3381,7 @@ Index: pkg-zsh/configure
+{ { $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; }
@@ -3416,7 +3424,7 @@ Index: pkg-zsh/configure
+ { { $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
@@ -3475,7 +3483,7 @@ Index: pkg-zsh/configure
+$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
@@ -3486,7 +3494,7 @@ Index: pkg-zsh/configure
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+$as_echo_n "checking for suffix of object files... " >&6; }
-+if test "${ac_cv_objext+set}" = set; then :
++if ${ac_cv_objext+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -3527,7 +3535,7 @@ Index: pkg-zsh/configure
+{ { $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
@@ -3537,7 +3545,7 @@ Index: pkg-zsh/configure
+ac_objext=$OBJEXT
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the 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}" = set; then :
++if ${ac_cv_c_compiler_gnu+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -3574,7 +3582,7 @@ Index: pkg-zsh/configure
+ac_save_CFLAGS=$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}" = set; then :
++if ${ac_cv_prog_cc_g+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_save_c_werror_flag=$ac_c_werror_flag
@@ -3652,7 +3660,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
-+if test "${ac_cv_prog_cc_c89+set}" = set; then :
++if ${ac_cv_prog_cc_c89+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_prog_cc_c89=no
@@ -3762,7 +3770,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
+$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
-+if test "${ac_cv_sys_largefile_CC+set}" = set; then :
++if ${ac_cv_sys_largefile_CC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_cv_sys_largefile_CC=no
@@ -3813,7 +3821,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
+$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
-+if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
++if ${ac_cv_sys_file_offset_bits+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ while :; do
@@ -3882,7 +3890,7 @@ Index: pkg-zsh/configure
+ if test $ac_cv_sys_file_offset_bits = unknown; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
+$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
-+if test "${ac_cv_sys_large_files+set}" = set; then :
++if ${ac_cv_sys_large_files+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ while :; do
@@ -4020,7 +4028,7 @@ Index: pkg-zsh/configure
+ CPP=
+fi
+if test -z "$CPP"; then
-+ if test "${ac_cv_prog_CPP+set}" = set; then :
++ if ${ac_cv_prog_CPP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ # Double quotes because CPP needs to be expanded
@@ -4136,7 +4144,7 @@ Index: pkg-zsh/configure
+ { { $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
+
+ac_ext=c
@@ -4147,7 +4155,7 @@ Index: pkg-zsh/configure
+
+{ $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}" = set; then :
++if ${ac_cv_path_GREP+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -z "$GREP"; then
@@ -4210,7 +4218,7 @@ Index: pkg-zsh/configure
+
+{ $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}" = 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
@@ -4278,7 +4286,7 @@ Index: pkg-zsh/configure
+if test $ac_cv_c_compiler_gnu = yes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
+$as_echo_n "checking whether $CC needs -traditional... " >&6; }
-+if test "${ac_cv_prog_gcc_traditional+set}" = set; then :
++if ${ac_cv_prog_gcc_traditional+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_pattern="Autoconf.*'x'"
@@ -4318,7 +4326,7 @@ Index: pkg-zsh/configure
+fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
-+if test "${ac_cv_c_const+set}" = set; then :
++if ${ac_cv_c_const+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4402,7 +4410,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${CC-cc} option to accept ANSI C" >&5
+$as_echo_n "checking for ${CC-cc} option to accept ANSI C... " >&6; }
-+if test "${fp_cv_prog_cc_stdc+set}" = set; then :
++if ${fp_cv_prog_cc_stdc+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ fp_cv_prog_cc_stdc=no
@@ -4478,7 +4486,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+$as_echo_n "checking for ANSI C header files... " >&6; }
-+if test "${ac_cv_header_stdc+set}" = set; then :
++if ${ac_cv_header_stdc+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4605,11 +4613,22 @@ Index: pkg-zsh/configure
+done
+
+
++ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
++if test "x$ac_cv_type_size_t" = 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}" = set; then :
++if ${ac_cv_working_alloca_h+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4642,7 +4661,7 @@ Index: pkg-zsh/configure
+
+{ $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}" = set; then :
++if ${ac_cv_func_alloca_works+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4661,7 +4680,7 @@ Index: pkg-zsh/configure
+ #pragma alloca
+# else
+# ifndef alloca /* predefined by HP cc +Olibcalls */
-+char *alloca ();
++void *alloca (size_t);
+# endif
+# endif
+# endif
@@ -4705,7 +4724,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
+$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
-+if test "${ac_cv_os_cray+set}" = set; then :
++if ${ac_cv_os_cray+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4746,7 +4765,7 @@ Index: pkg-zsh/configure
+
+{ $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}" = set; then :
++if ${ac_cv_c_stack_direction+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -4796,7 +4815,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports union initialisation" >&5
+$as_echo_n "checking if the compiler supports union initialisation... " >&6; }
-+if test "${zsh_cv_c_have_union_init+set}" = set; then :
++if ${zsh_cv_c_have_union_init+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4827,7 +4846,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if signed to unsigned casting is broken" >&5
+$as_echo_n "checking if signed to unsigned casting is broken... " >&6; }
-+if test "${zsh_cv_c_broken_signed_to_unsigned_casting+set}" = set; then :
++if ${zsh_cv_c_broken_signed_to_unsigned_casting+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -4857,7 +4876,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports variable-length arrays" >&5
+$as_echo_n "checking if the compiler supports variable-length arrays... " >&6; }
-+if test "${zsh_cv_c_variable_length_arrays+set}" = set; then :
++if ${zsh_cv_c_variable_length_arrays+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4890,7 +4909,7 @@ Index: pkg-zsh/configure
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+set x ${MAKE-make}
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
-+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
++if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat >conftest.make <<\_ACEOF
@@ -4933,7 +4952,7 @@ Index: pkg-zsh/configure
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+if test -z "$INSTALL"; then
-+if test "${ac_cv_path_install+set}" = set; then :
++if ${ac_cv_path_install+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -5014,7 +5033,7 @@ Index: pkg-zsh/configure
+set dummy $ac_prog; ac_word=$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_AWK+set}" = set; then :
++if ${ac_cv_prog_AWK+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$AWK"; then
@@ -5051,7 +5070,7 @@ Index: pkg-zsh/configure
+done
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
+$as_echo_n "checking whether ln works... " >&6; }
-+if test "${ac_cv_prog_LN+set}" = set; then :
++if ${ac_cv_prog_LN+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ rm -f conftestdata conftestlink
@@ -5075,7 +5094,7 @@ Index: pkg-zsh/configure
+fi
+ { $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}" = 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
@@ -5145,7 +5164,7 @@ Index: pkg-zsh/configure
+set dummy $ac_prog; ac_word=$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_YODL+set}" = set; then :
++if ${ac_cv_prog_YODL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$YODL"; then
@@ -5197,7 +5216,7 @@ Index: pkg-zsh/configure
+set dummy $ac_prog; ac_word=$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_PDFETEX+set}" = set; then :
++if ${ac_cv_prog_PDFETEX+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$PDFETEX"; then
@@ -5240,7 +5259,7 @@ Index: pkg-zsh/configure
+set dummy $ac_prog; ac_word=$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_TEXI2PDF+set}" = set; then :
++if ${ac_cv_prog_TEXI2PDF+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$TEXI2PDF"; then
@@ -5282,7 +5301,7 @@ Index: pkg-zsh/configure
+set dummy $ac_prog; ac_word=$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_TEXI2HTML+set}" = set; then :
++if ${ac_cv_prog_TEXI2HTML+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$TEXI2HTML"; then
@@ -5324,7 +5343,7 @@ Index: pkg-zsh/configure
+set dummy $ac_prog; ac_word=$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_ANSI2KNR+set}" = set; then :
++if ${ac_cv_prog_ANSI2KNR+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$ANSI2KNR"; then
@@ -5377,7 +5396,7 @@ Index: pkg-zsh/configure
+ as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
+$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
-+if eval "test \"\${$as_ac_Header+set}\"" = set; then :
++if eval \${$as_ac_Header+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5417,7 +5436,7 @@ Index: pkg-zsh/configure
+if test $ac_header_dirent = dirent.h; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
+$as_echo_n "checking for library containing opendir... " >&6; }
-+if test "${ac_cv_search_opendir+set}" = set; then :
++if ${ac_cv_search_opendir+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -5451,11 +5470,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_opendir+set}" = set; then :
++ if ${ac_cv_search_opendir+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_opendir+set}" = set; then :
++if ${ac_cv_search_opendir+:} false; then :
+
+else
+ ac_cv_search_opendir=no
@@ -5474,7 +5493,7 @@ Index: pkg-zsh/configure
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
+$as_echo_n "checking for library containing opendir... " >&6; }
-+if test "${ac_cv_search_opendir+set}" = set; then :
++if ${ac_cv_search_opendir+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -5508,11 +5527,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_opendir+set}" = set; then :
++ if ${ac_cv_search_opendir+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_opendir+set}" = set; then :
++if ${ac_cv_search_opendir+:} false; then :
+
+else
+ ac_cv_search_opendir=no
@@ -5532,7 +5551,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
+$as_echo_n "checking for ANSI C header files... " >&6; }
-+if test "${ac_cv_header_stdc+set}" = set; then :
++if ${ac_cv_header_stdc+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5644,7 +5663,7 @@ Index: pkg-zsh/configure
+
+{ $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... " >&6; }
-+if test "${ac_cv_header_time+set}" = set; then :
++if ${ac_cv_header_time+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5679,7 +5698,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
+$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
-+if test "${ac_cv_header_stat_broken+set}" = set; then :
++if ${ac_cv_header_stat_broken+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5721,7 +5740,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
+$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
-+if test "${ac_cv_header_sys_wait_h+set}" = set; then :
++if ${ac_cv_header_sys_wait_h+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5767,7 +5786,7 @@ Index: pkg-zsh/configure
+set dummy pcre-config; ac_word=$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_PCRECONF+set}" = set; then :
++if ${ac_cv_prog_PCRECONF+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -n "$PCRECONF"; then
@@ -5830,7 +5849,7 @@ Index: pkg-zsh/configure
+ for ac_header in dlfcn.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
-+if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
++if test "x$ac_cv_header_dlfcn_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_DLFCN_H 1
+_ACEOF
@@ -5842,7 +5861,7 @@ Index: pkg-zsh/configure
+ for ac_header in dl.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "dl.h" "ac_cv_header_dl_h" "$ac_includes_default"
-+if test "x$ac_cv_header_dl_h" = x""yes; then :
++if test "x$ac_cv_header_dl_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_DL_H 1
+_ACEOF
@@ -5857,7 +5876,7 @@ Index: pkg-zsh/configure
+if test x$ac_cv_header_sys_time_h = xyes && test x$ac_cv_header_sys_select_h = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for conflicts in sys/time.h and sys/select.h" >&5
+$as_echo_n "checking for conflicts in sys/time.h and sys/select.h... " >&6; }
-+if test "${zsh_cv_header_time_h_select_h_conflicts+set}" = set; then :
++if ${zsh_cv_header_time_h_select_h_conflicts+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5891,7 +5910,7 @@ Index: pkg-zsh/configure
+if test x$ac_cv_header_termios_h = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking TIOCGWINSZ in termios.h" >&5
+$as_echo_n "checking TIOCGWINSZ in termios.h... " >&6; }
-+if test "${zsh_cv_header_termios_h_tiocgwinsz+set}" = set; then :
++if ${zsh_cv_header_termios_h_tiocgwinsz+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5925,7 +5944,7 @@ Index: pkg-zsh/configure
+if test x$zsh_cv_header_termios_h_tiocgwinsz = xno; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking TIOCGWINSZ in sys/ioctl.h" >&5
+$as_echo_n "checking TIOCGWINSZ in sys/ioctl.h... " >&6; }
-+if test "${zsh_cv_header_sys_ioctl_h_tiocgwinsz+set}" = set; then :
++if ${zsh_cv_header_sys_ioctl_h_tiocgwinsz+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5962,7 +5981,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for streams headers including struct winsize" >&5
+$as_echo_n "checking for streams headers including struct winsize... " >&6; }
-+if test "${ac_cv_winsize_in_ptem+set}" = set; then :
++if ${ac_cv_winsize_in_ptem+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5994,7 +6013,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for printf in -lc" >&5
+$as_echo_n "checking for printf in -lc... " >&6; }
-+if test "${ac_cv_lib_c_printf+set}" = set; then :
++if ${ac_cv_lib_c_printf+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6028,14 +6047,14 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_printf" >&5
+$as_echo "$ac_cv_lib_c_printf" >&6; }
-+if test "x$ac_cv_lib_c_printf" = x""yes; then :
++if test "x$ac_cv_lib_c_printf" = xyes; then :
+ LIBS="$LIBS -lc"
+fi
+
+
+{ $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}" = set; then :
++if ${ac_cv_lib_m_pow+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6069,7 +6088,7 @@ Index: pkg-zsh/configure
+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" = x""yes; then :
++if test "x$ac_cv_lib_m_pow" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBM 1
+_ACEOF
@@ -6081,7 +6100,7 @@ Index: pkg-zsh/configure
+
+{ $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}" = set; then :
++if ${ac_cv_lib_rt_clock_gettime+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6115,7 +6134,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
+$as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
-+if test "x$ac_cv_lib_rt_clock_gettime" = x""yes; then :
++if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBRT 1
+_ACEOF
@@ -6140,7 +6159,7 @@ Index: pkg-zsh/configure
+ termcap_curses_order="$withval"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tigetstr" >&5
+$as_echo_n "checking for library containing tigetstr... " >&6; }
-+if test "${ac_cv_search_tigetstr+set}" = set; then :
++if ${ac_cv_search_tigetstr+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -6174,11 +6193,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_tigetstr+set}" = set; then :
++ if ${ac_cv_search_tigetstr+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_tigetstr+set}" = set; then :
++if ${ac_cv_search_tigetstr+:} false; then :
+
+else
+ ac_cv_search_tigetstr=no
@@ -6212,7 +6231,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if _XOPEN_SOURCE_EXTENDED should not be defined" >&5
+$as_echo_n "checking if _XOPEN_SOURCE_EXTENDED should not be defined... " >&6; }
-+if test "${zsh_cv_no_xopen+set}" = set; then :
++if ${zsh_cv_no_xopen+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case "$host_os" in
@@ -6233,7 +6252,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tigetflag" >&5
+$as_echo_n "checking for library containing tigetflag... " >&6; }
-+if test "${ac_cv_search_tigetflag+set}" = set; then :
++if ${ac_cv_search_tigetflag+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -6267,11 +6286,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_tigetflag+set}" = set; then :
++ if ${ac_cv_search_tigetflag+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_tigetflag+set}" = set; then :
++if ${ac_cv_search_tigetflag+:} false; then :
+
+else
+ ac_cv_search_tigetflag=no
@@ -6289,7 +6308,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
+$as_echo_n "checking for library containing tgetent... " >&6; }
-+if test "${ac_cv_search_tgetent+set}" = set; then :
++if ${ac_cv_search_tgetent+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -6323,11 +6342,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_tgetent+set}" = set; then :
++ if ${ac_cv_search_tgetent+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_tgetent+set}" = set; then :
++if ${ac_cv_search_tgetent+:} false; then :
+
+else
+ ac_cv_search_tgetent=no
@@ -6348,13 +6367,13 @@ Index: pkg-zsh/configure
+This is probably a library called 'curses' or 'ncurses'. You may
+need to install a package called 'curses-devel' or 'ncurses-devel' on your
+system.\"
-+See \`config.log' for more details" "$LINENO" 5 ; }
++See \`config.log' for more details" "$LINENO" 5; }
+fi
+
+for ac_header in curses.h
+do :
+ 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" = x""yes; then :
++if test "x$ac_cv_header_curses_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_CURSES_H 1
+_ACEOF
@@ -6362,7 +6381,7 @@ Index: pkg-zsh/configure
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Solaris 8 curses.h mistake" >&5
+$as_echo_n "checking for Solaris 8 curses.h mistake... " >&6; }
-+if test "${ac_cv_header_curses_solaris+set}" = set; then :
++if ${ac_cv_header_curses_solaris+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6398,7 +6417,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need to ignore ncurses" >&5
+$as_echo_n "checking if we need to ignore ncurses... " >&6; }
-+if test "${zsh_cv_ignore_ncurses+set}" = set; then :
++if ${zsh_cv_ignore_ncurses+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $LIBS in
@@ -6415,7 +6434,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getpwnam" >&5
+$as_echo_n "checking for library containing getpwnam... " >&6; }
-+if test "${ac_cv_search_getpwnam+set}" = set; then :
++if ${ac_cv_search_getpwnam+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -6449,11 +6468,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_getpwnam+set}" = set; then :
++ if ${ac_cv_search_getpwnam+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_getpwnam+set}" = set; then :
++if ${ac_cv_search_getpwnam+:} false; then :
+
+else
+ ac_cv_search_getpwnam=no
@@ -6477,7 +6496,7 @@ Index: pkg-zsh/configure
+if test "x$dynamic" = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
-+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
++if ${ac_cv_lib_dl_dlopen+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6511,7 +6530,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
++if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBDL 1
+_ACEOF
@@ -6525,7 +6544,7 @@ Index: pkg-zsh/configure
+if test x$enable_cap = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_get_proc in -lcap" >&5
+$as_echo_n "checking for cap_get_proc in -lcap... " >&6; }
-+if test "${ac_cv_lib_cap_cap_get_proc+set}" = set; then :
++if ${ac_cv_lib_cap_cap_get_proc+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6559,7 +6578,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_get_proc" >&5
+$as_echo "$ac_cv_lib_cap_cap_get_proc" >&6; }
-+if test "x$ac_cv_lib_cap_cap_get_proc" = x""yes; then :
++if test "x$ac_cv_lib_cap_cap_get_proc" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBCAP 1
+_ACEOF
@@ -6572,7 +6591,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
+$as_echo_n "checking for socket in -lsocket... " >&6; }
-+if test "${ac_cv_lib_socket_socket+set}" = set; then :
++if ${ac_cv_lib_socket_socket+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6606,7 +6625,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
+$as_echo "$ac_cv_lib_socket_socket" >&6; }
-+if test "x$ac_cv_lib_socket_socket" = x""yes; then :
++if test "x$ac_cv_lib_socket_socket" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBSOCKET 1
+_ACEOF
@@ -6617,7 +6636,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname2" >&5
+$as_echo_n "checking for library containing gethostbyname2... " >&6; }
-+if test "${ac_cv_search_gethostbyname2+set}" = set; then :
++if ${ac_cv_search_gethostbyname2+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -6651,11 +6670,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_gethostbyname2+set}" = set; then :
++ if ${ac_cv_search_gethostbyname2+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_gethostbyname2+set}" = set; then :
++if ${ac_cv_search_gethostbyname2+:} false; then :
+
+else
+ ac_cv_search_gethostbyname2=no
@@ -6677,7 +6696,7 @@ Index: pkg-zsh/configure
+ for ac_header in bind/netdb.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "bind/netdb.h" "ac_cv_header_bind_netdb_h" "$ac_includes_default"
-+if test "x$ac_cv_header_bind_netdb_h" = x""yes; then :
++if test "x$ac_cv_header_bind_netdb_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_BIND_NETDB_H 1
+_ACEOF
@@ -6692,7 +6711,7 @@ Index: pkg-zsh/configure
+
+if test "x$ac_cv_header_iconv_h" = "xyes"; then
+ ac_fn_c_check_func "$LINENO" "iconv" "ac_cv_func_iconv"
-+if test "x$ac_cv_func_iconv" = x""yes; then :
++if test "x$ac_cv_func_iconv" = xyes; then :
+ ac_found_iconv=yes
+else
+ ac_found_iconv=no
@@ -6701,7 +6720,7 @@ Index: pkg-zsh/configure
+ if test "x$ac_found_iconv" = "xno"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv in -liconv" >&5
+$as_echo_n "checking for iconv in -liconv... " >&6; }
-+if test "${ac_cv_lib_iconv_iconv+set}" = set; then :
++if ${ac_cv_lib_iconv_iconv+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6735,14 +6754,14 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_iconv" >&5
+$as_echo "$ac_cv_lib_iconv_iconv" >&6; }
-+if test "x$ac_cv_lib_iconv_iconv" = x""yes; then :
++if test "x$ac_cv_lib_iconv_iconv" = xyes; then :
+ ac_found_iconv=yes
+fi
+
+ if test "x$ac_found_iconv" = "xno"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv in -liconv" >&5
+$as_echo_n "checking for libiconv in -liconv... " >&6; }
-+if test "${ac_cv_lib_iconv_libiconv+set}" = set; then :
++if ${ac_cv_lib_iconv_libiconv+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6776,7 +6795,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_libiconv" >&5
+$as_echo "$ac_cv_lib_iconv_libiconv" >&6; }
-+if test "x$ac_cv_lib_iconv_libiconv" = x""yes; then :
++if test "x$ac_cv_lib_iconv_libiconv" = xyes; then :
+ ac_found_iconv=yes
+fi
+
@@ -6787,10 +6806,10 @@ Index: pkg-zsh/configure
+ else
+ ac_fn_c_check_decl "$LINENO" "_libiconv_version" "ac_cv_have_decl__libiconv_version" " #include <iconv.h>
+"
-+if test "x$ac_cv_have_decl__libiconv_version" = x""yes; then :
++if test "x$ac_cv_have_decl__libiconv_version" = xyes; then :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiconv in -liconv" >&5
+$as_echo_n "checking for libiconv in -liconv... " >&6; }
-+if test "${ac_cv_lib_iconv_libiconv+set}" = set; then :
++if ${ac_cv_lib_iconv_libiconv+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -6824,7 +6843,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iconv_libiconv" >&5
+$as_echo "$ac_cv_lib_iconv_libiconv" >&6; }
-+if test "x$ac_cv_lib_iconv_libiconv" = x""yes; then :
++if test "x$ac_cv_lib_iconv_libiconv" = xyes; then :
+ LIBS="-liconv $LIBS"
+fi
+
@@ -6859,7 +6878,7 @@ Index: pkg-zsh/configure
+if test "x$ac_found_iconv" = "xyes"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
+$as_echo_n "checking for iconv declaration... " >&6; }
-+if test "${ac_cv_iconv_const+set}" = set; then :
++if ${ac_cv_iconv_const+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6903,7 +6922,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if an include file defines ospeed" >&5
+$as_echo_n "checking if an include file defines ospeed... " >&6; }
-+if test "${zsh_cv_decl_ospeed_include_defines+set}" = set; then :
++if ${zsh_cv_decl_ospeed_include_defines+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6937,7 +6956,7 @@ Index: pkg-zsh/configure
+if test x$zsh_cv_decl_ospeed_include_defines = xno; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if you must define ospeed" >&5
+$as_echo_n "checking if you must define ospeed... " >&6; }
-+if test "${zsh_cv_decl_ospeed_must_define+set}" = set; then :
++if ${zsh_cv_decl_ospeed_must_define+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6979,7 +6998,7 @@ Index: pkg-zsh/configure
+ for ac_header in gdbm.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "gdbm.h" "ac_cv_header_gdbm_h" "$ac_includes_default"
-+if test "x$ac_cv_header_gdbm_h" = x""yes; then :
++if test "x$ac_cv_header_gdbm_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_GDBM_H 1
+_ACEOF
@@ -6990,7 +7009,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdbm_open in -lgdbm" >&5
+$as_echo_n "checking for gdbm_open in -lgdbm... " >&6; }
-+if test "${ac_cv_lib_gdbm_gdbm_open+set}" = set; then :
++if ${ac_cv_lib_gdbm_gdbm_open+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
@@ -7024,7 +7043,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gdbm_gdbm_open" >&5
+$as_echo "$ac_cv_lib_gdbm_gdbm_open" >&6; }
-+if test "x$ac_cv_lib_gdbm_gdbm_open" = x""yes; then :
++if test "x$ac_cv_lib_gdbm_gdbm_open" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBGDBM 1
+_ACEOF
@@ -7038,7 +7057,7 @@ Index: pkg-zsh/configure
+for ac_header in sys/xattr.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "sys/xattr.h" "ac_cv_header_sys_xattr_h" "$ac_includes_default"
-+if test "x$ac_cv_header_sys_xattr_h" = x""yes; then :
++if test "x$ac_cv_header_sys_xattr_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_SYS_XATTR_H 1
+_ACEOF
@@ -7051,7 +7070,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
+$as_echo_n "checking return type of signal handlers... " >&6; }
-+if test "${ac_cv_type_signal+set}" = set; then :
++if ${ac_cv_type_signal+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7083,7 +7102,7 @@ Index: pkg-zsh/configure
+
+
+ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
-+if test "x$ac_cv_type_pid_t" = x""yes; then :
++if test "x$ac_cv_type_pid_t" = xyes; then :
+
+else
+
@@ -7094,7 +7113,7 @@ Index: pkg-zsh/configure
+fi
+
+ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
-+if test "x$ac_cv_type_off_t" = x""yes; then :
++if test "x$ac_cv_type_off_t" = xyes; then :
+
+else
+
@@ -7105,7 +7124,7 @@ Index: pkg-zsh/configure
+fi
+
+ac_fn_c_check_type "$LINENO" "ino_t" "ac_cv_type_ino_t" "$ac_includes_default"
-+if test "x$ac_cv_type_ino_t" = x""yes; then :
++if test "x$ac_cv_type_ino_t" = xyes; then :
+
+else
+
@@ -7116,7 +7135,7 @@ Index: pkg-zsh/configure
+fi
+
+ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
-+if test "x$ac_cv_type_mode_t" = x""yes; then :
++if test "x$ac_cv_type_mode_t" = xyes; then :
+
+else
+
@@ -7128,7 +7147,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
+$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
-+if test "${ac_cv_type_uid_t+set}" = set; then :
++if ${ac_cv_type_uid_t+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7157,7 +7176,7 @@ Index: pkg-zsh/configure
+fi
+
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
-+if test "x$ac_cv_type_size_t" = x""yes; then :
++if test "x$ac_cv_type_size_t" = xyes; then :
+
+else
+
@@ -7170,7 +7189,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if long is 64 bits" >&5
+$as_echo_n "checking if long is 64 bits... " >&6; }
-+if test "${zsh_cv_long_is_64_bit+set}" = set; then :
++if ${zsh_cv_long_is_64_bit+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -7205,7 +7224,7 @@ Index: pkg-zsh/configure
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if off_t is 64 bit" >&5
+$as_echo_n "checking if off_t is 64 bit... " >&6; }
-+if test "${zsh_cv_off_t_is_64_bit+set}" = set; then :
++if ${zsh_cv_off_t_is_64_bit+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -7238,7 +7257,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ino_t is 64 bit" >&5
+$as_echo_n "checking if ino_t is 64 bit... " >&6; }
-+if test "${zsh_cv_ino_t_is_64_bit+set}" = set; then :
++if ${zsh_cv_ino_t_is_64_bit+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -7273,7 +7292,7 @@ Index: pkg-zsh/configure
+ -o $zsh_cv_ino_t_is_64_bit = yes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler has a 64 bit type" >&5
+$as_echo_n "checking if compiler has a 64 bit type... " >&6; }
-+if test "${zsh_cv_64_bit_type+set}" = set; then :
++if ${zsh_cv_64_bit_type+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -7422,7 +7441,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a corresponding unsigned 64 bit type" >&5
+$as_echo_n "checking for a corresponding unsigned 64 bit type... " >&6; }
-+if test "${zsh_cv_64_bit_utype+set}" = set; then :
++if ${zsh_cv_64_bit_utype+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -7506,7 +7525,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigset_t" >&5
+$as_echo_n "checking for sigset_t... " >&6; }
-+if test "${zsh_cv_type_sigset_t+set}" = set; then :
++if ${zsh_cv_type_sigset_t+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7538,7 +7557,7 @@ Index: pkg-zsh/configure
+fi
+
+ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.tv_nsec" "ac_cv_member_struct_stat_st_atim_tv_nsec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
@@ -7547,7 +7566,7 @@ Index: pkg-zsh/configure
+
+fi
+ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec.tv_nsec" "ac_cv_member_struct_stat_st_atimespec_tv_nsec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
@@ -7556,7 +7575,7 @@ Index: pkg-zsh/configure
+
+fi
+ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_atimensec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
@@ -7565,7 +7584,7 @@ Index: pkg-zsh/configure
+
+fi
+ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim.tv_nsec" "ac_cv_member_struct_stat_st_mtim_tv_nsec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_mtim_tv_nsec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_mtim_tv_nsec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
@@ -7574,7 +7593,7 @@ Index: pkg-zsh/configure
+
+fi
+ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimespec.tv_nsec" "ac_cv_member_struct_stat_st_mtimespec_tv_nsec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_mtimespec_tv_nsec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_mtimespec_tv_nsec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC 1
@@ -7583,7 +7602,7 @@ Index: pkg-zsh/configure
+
+fi
+ac_fn_c_check_member "$LINENO" "struct stat" "st_mtimensec" "ac_cv_member_struct_stat_st_mtimensec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_mtimensec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_mtimensec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_MTIMENSEC 1
@@ -7592,7 +7611,7 @@ Index: pkg-zsh/configure
+
+fi
+ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim.tv_nsec" "ac_cv_member_struct_stat_st_ctim_tv_nsec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_ctim_tv_nsec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_ctim_tv_nsec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1
@@ -7601,7 +7620,7 @@ Index: pkg-zsh/configure
+
+fi
+ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimespec.tv_nsec" "ac_cv_member_struct_stat_st_ctimespec_tv_nsec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_ctimespec_tv_nsec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_ctimespec_tv_nsec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_CTIMESPEC_TV_NSEC 1
@@ -7610,7 +7629,7 @@ Index: pkg-zsh/configure
+
+fi
+ac_fn_c_check_member "$LINENO" "struct stat" "st_ctimensec" "ac_cv_member_struct_stat_st_ctimensec" "$ac_includes_default"
-+if test "x$ac_cv_member_struct_stat_st_ctimensec" = x""yes; then :
++if test "x$ac_cv_member_struct_stat_st_ctimensec" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_STAT_ST_CTIMENSEC 1
@@ -7622,7 +7641,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timezone" >&5
+$as_echo_n "checking for struct timezone... " >&6; }
-+if test "${zsh_cv_type_exists_struct_timezone+set}" = set; then :
++if ${zsh_cv_type_exists_struct_timezone+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7660,7 +7679,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utmp" >&5
+$as_echo_n "checking for struct utmp... " >&6; }
-+if test "${zsh_cv_type_exists_struct_utmp+set}" = set; then :
++if ${zsh_cv_type_exists_struct_utmp+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7699,7 +7718,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utmpx" >&5
+$as_echo_n "checking for struct utmpx... " >&6; }
-+if test "${zsh_cv_type_exists_struct_utmpx+set}" = set; then :
++if ${zsh_cv_type_exists_struct_utmpx+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7739,7 +7758,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_host in struct utmp" >&5
+$as_echo_n "checking for ut_host in struct utmp... " >&6; }
-+if test "${zsh_cv_struct_member_struct_utmp_ut_host+set}" = set; then :
++if ${zsh_cv_struct_member_struct_utmp_ut_host+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7778,7 +7797,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_host in struct utmpx" >&5
+$as_echo_n "checking for ut_host in struct utmpx... " >&6; }
-+if test "${zsh_cv_struct_member_struct_utmpx_ut_host+set}" = set; then :
++if ${zsh_cv_struct_member_struct_utmpx_ut_host+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7817,7 +7836,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_xtime in struct utmpx" >&5
+$as_echo_n "checking for ut_xtime in struct utmpx... " >&6; }
-+if test "${zsh_cv_struct_member_struct_utmpx_ut_xtime+set}" = set; then :
++if ${zsh_cv_struct_member_struct_utmpx_ut_xtime+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7856,7 +7875,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ut_tv in struct utmpx" >&5
+$as_echo_n "checking for ut_tv in struct utmpx... " >&6; }
-+if test "${zsh_cv_struct_member_struct_utmpx_ut_tv+set}" = set; then :
++if ${zsh_cv_struct_member_struct_utmpx_ut_tv+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7896,7 +7915,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for d_ino in struct dirent" >&5
+$as_echo_n "checking for d_ino in struct dirent... " >&6; }
-+if test "${zsh_cv_struct_member_struct_dirent_d_ino+set}" = set; then :
++if ${zsh_cv_struct_member_struct_dirent_d_ino+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7935,7 +7954,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for d_stat in struct dirent" >&5
+$as_echo_n "checking for d_stat in struct dirent... " >&6; }
-+if test "${zsh_cv_struct_member_struct_dirent_d_stat+set}" = set; then :
++if ${zsh_cv_struct_member_struct_dirent_d_stat+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7974,7 +7993,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for d_ino in struct direct" >&5
+$as_echo_n "checking for d_ino in struct direct... " >&6; }
-+if test "${zsh_cv_struct_member_struct_direct_d_ino+set}" = set; then :
++if ${zsh_cv_struct_member_struct_direct_d_ino+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8019,7 +8038,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for d_stat in struct direct" >&5
+$as_echo_n "checking for d_stat in struct direct... " >&6; }
-+if test "${zsh_cv_struct_member_struct_direct_d_stat+set}" = set; then :
++if ${zsh_cv_struct_member_struct_direct_d_stat+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8065,7 +8084,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin6_scope_id in struct sockaddr_in6" >&5
+$as_echo_n "checking for sin6_scope_id in struct sockaddr_in6... " >&6; }
-+if test "${zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then :
++if ${zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8104,7 +8123,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need our own h_errno" >&5
+$as_echo_n "checking if we need our own h_errno... " >&6; }
-+if test "${zsh_cv_decl_h_errno_use_local+set}" = set; then :
++if ${zsh_cv_decl_h_errno_use_local+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8184,7 +8203,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strcoll" >&5
+$as_echo_n "checking for working strcoll... " >&6; }
-+if test "${ac_cv_func_strcoll_works+set}" = set; then :
++if ${ac_cv_func_strcoll_works+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -8226,7 +8245,7 @@ Index: pkg-zsh/configure
+ for ac_func in cap_get_proc
+do :
+ ac_fn_c_check_func "$LINENO" "cap_get_proc" "ac_cv_func_cap_get_proc"
-+if test "x$ac_cv_func_cap_get_proc" = x""yes; then :
++if test "x$ac_cv_func_cap_get_proc" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_CAP_GET_PROC 1
+_ACEOF
@@ -8239,7 +8258,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if tgetent accepts NULL" >&5
+$as_echo_n "checking if tgetent accepts NULL... " >&6; }
-+if test "${zsh_cv_func_tgetent_accepts_null+set}" = set; then :
++if ${zsh_cv_func_tgetent_accepts_null+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -8285,7 +8304,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if tgetent returns 0 on success" >&5
+$as_echo_n "checking if tgetent returns 0 on success... " >&6; }
-+if test "${zsh_cv_func_tgetent_zero_success+set}" = set; then :
++if ${zsh_cv_func_tgetent_zero_success+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -8361,7 +8380,7 @@ Index: pkg-zsh/configure
+for ac_func in getpagesize
+do :
+ ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
-+if test "x$ac_cv_func_getpagesize" = x""yes; then :
++if test "x$ac_cv_func_getpagesize" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_GETPAGESIZE 1
+_ACEOF
@@ -8371,7 +8390,7 @@ Index: pkg-zsh/configure
+
+{ $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}" = set; then :
++if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -8553,7 +8572,7 @@ Index: pkg-zsh/configure
+if test x$ac_cv_func_setpgrp = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
+$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
-+if test "${ac_cv_func_getpgrp_void+set}" = set; then :
++if ${ac_cv_func_getpgrp_void+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ # Use it with a single arg.
@@ -8611,7 +8630,7 @@ Index: pkg-zsh/configure
+then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getxattr etc. are Linux-like" >&5
+$as_echo_n "checking if getxattr etc. are Linux-like... " >&6; }
-+if test "${zsh_cv_getxattr_linux+set}" = set; then :
++if ${zsh_cv_getxattr_linux+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8644,7 +8663,7 @@ Index: pkg-zsh/configure
+ if test x$zsh_cv_getxattr_linux != xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getxattr etc. are MAC-like" >&5
+$as_echo_n "checking if getxattr etc. are MAC-like... " >&6; }
-+if test "${zsh_cv_getxattr_mac+set}" = set; then :
++if ${zsh_cv_getxattr_mac+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8681,7 +8700,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if getxattr etc. are usable" >&5
+$as_echo_n "checking if getxattr etc. are usable... " >&6; }
-+if test "${zsh_cv_use_xattr+set}" = set; then :
++if ${zsh_cv_use_xattr+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test x$zsh_cv_getxattr_linux = xyes || test x$zsh_cv_getxattr_mac = xyes
@@ -8726,7 +8745,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where signal.h is located" >&5
+$as_echo_n "checking where signal.h is located... " >&6; }
-+if test "${zsh_cv_path_signal_h+set}" = set; then :
++if ${zsh_cv_path_signal_h+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ echo "#include <signal.h>" > nametmp.c
@@ -8767,7 +8786,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where error names are located" >&5
+$as_echo_n "checking where error names are located... " >&6; }
-+if test "${zsh_cv_path_errno_h+set}" = set; then :
++if ${zsh_cv_path_errno_h+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ echo "#include <errno.h>" > nametmp.c
@@ -8800,7 +8819,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking location of curses header" >&5
+$as_echo_n "checking location of curses header... " >&6; }
-+if test "${zsh_cv_path_curses_header+set}" = set; then :
++if ${zsh_cv_path_curses_header+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test x$zsh_cv_ignore_ncurses = xyes; then
@@ -8835,7 +8854,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where curses key definitions are located" >&5
+$as_echo_n "checking where curses key definitions are located... " >&6; }
-+if test "${zsh_cv_path_curses_keys_h+set}" = set; then :
++if ${zsh_cv_path_curses_keys_h+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test x$zsh_cv_path_curses_header = xnone; then
@@ -8873,7 +8892,7 @@ Index: pkg-zsh/configure
+do :
+ ac_fn_c_check_header_compile "$LINENO" "ncursesw/term.h" "ac_cv_header_ncursesw_term_h" "#include <ncursesw/ncurses.h>
+"
-+if test "x$ac_cv_header_ncursesw_term_h" = x""yes; then :
++if test "x$ac_cv_header_ncursesw_term_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_NCURSESW_TERM_H 1
+_ACEOF
@@ -8888,7 +8907,7 @@ Index: pkg-zsh/configure
+do :
+ ac_fn_c_check_header_compile "$LINENO" "ncurses/term.h" "ac_cv_header_ncurses_term_h" "#include <ncurses/ncurses.h>
+"
-+if test "x$ac_cv_header_ncurses_term_h" = x""yes; then :
++if test "x$ac_cv_header_ncurses_term_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_NCURSES_TERM_H 1
+_ACEOF
@@ -8903,7 +8922,7 @@ Index: pkg-zsh/configure
+do :
+ ac_fn_c_check_header_compile "$LINENO" "term.h" "ac_cv_header_term_h" "#include <curses.h>
+"
-+if test "x$ac_cv_header_term_h" = x""yes; then :
++if test "x$ac_cv_header_term_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_TERM_H 1
+_ACEOF
@@ -8917,7 +8936,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where term.h is located" >&5
+$as_echo_n "checking where term.h is located... " >&6; }
-+if test "${zsh_cv_path_term_header+set}" = set; then :
++if ${zsh_cv_path_term_header+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case x$zsh_cv_path_curses_header in
@@ -9108,7 +9127,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking where the RLIMIT macros are located" >&5
+$as_echo_n "checking where the RLIMIT macros are located... " >&6; }
-+if test "${zsh_cv_path_rlimit_h+set}" = set; then :
++if ${zsh_cv_path_rlimit_h+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ echo "#include <sys/resource.h>" >restmp.c
@@ -9153,7 +9172,7 @@ Index: pkg-zsh/configure
+DEFAULT_RLIM_T=long
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if rlim_t is longer than a long" >&5
+$as_echo_n "checking if rlim_t is longer than a long... " >&6; }
-+if test "${zsh_cv_rlim_t_is_longer+set}" = set; then :
++if ${zsh_cv_rlim_t_is_longer+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -9183,7 +9202,7 @@ Index: pkg-zsh/configure
+if test x$zsh_cv_rlim_t_is_longer = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if rlim_t is a quad" >&5
+$as_echo_n "checking if rlim_t is a quad... " >&6; }
-+if test "${zsh_cv_rlim_t_is_quad_t+set}" = set; then :
++if ${zsh_cv_rlim_t_is_quad_t+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -9229,7 +9248,7 @@ Index: pkg-zsh/configure
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the rlim_t is unsigned" >&5
+$as_echo_n "checking if the rlim_t is unsigned... " >&6; }
-+if test "${zsh_cv_type_rlim_t_is_unsigned+set}" = set; then :
++if ${zsh_cv_type_rlim_t_is_unsigned+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -9265,7 +9284,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rlim_t" >&5
+$as_echo_n "checking for rlim_t... " >&6; }
-+if test "${zsh_cv_type_rlim_t+set}" = set; then :
++if ${zsh_cv_type_rlim_t+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9305,7 +9324,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_AIO_MEM" >&5
+$as_echo_n "checking for limit RLIMIT_AIO_MEM... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_AIO_MEM+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_AIO_MEM+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9341,7 +9360,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_AIO_OPS" >&5
+$as_echo_n "checking for limit RLIMIT_AIO_OPS... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_AIO_OPS+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_AIO_OPS+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9377,7 +9396,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_AS" >&5
+$as_echo_n "checking for limit RLIMIT_AS... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_AS+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_AS+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9413,7 +9432,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_LOCKS" >&5
+$as_echo_n "checking for limit RLIMIT_LOCKS... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_LOCKS+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_LOCKS+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9449,7 +9468,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_MEMLOCK" >&5
+$as_echo_n "checking for limit RLIMIT_MEMLOCK... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_MEMLOCK+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_MEMLOCK+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9485,7 +9504,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_NPROC" >&5
+$as_echo_n "checking for limit RLIMIT_NPROC... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_NPROC+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_NPROC+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9521,7 +9540,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_NOFILE" >&5
+$as_echo_n "checking for limit RLIMIT_NOFILE... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_NOFILE+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_NOFILE+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9557,7 +9576,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_PTHREAD" >&5
+$as_echo_n "checking for limit RLIMIT_PTHREAD... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_PTHREAD+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_PTHREAD+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9593,7 +9612,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_RSS" >&5
+$as_echo_n "checking for limit RLIMIT_RSS... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_RSS+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_RSS+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9629,7 +9648,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_SBSIZE" >&5
+$as_echo_n "checking for limit RLIMIT_SBSIZE... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_SBSIZE+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_SBSIZE+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9665,7 +9684,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_TCACHE" >&5
+$as_echo_n "checking for limit RLIMIT_TCACHE... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_TCACHE+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_TCACHE+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9701,7 +9720,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_VMEM" >&5
+$as_echo_n "checking for limit RLIMIT_VMEM... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_VMEM+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_VMEM+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9737,7 +9756,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_SIGPENDING" >&5
+$as_echo_n "checking for limit RLIMIT_SIGPENDING... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_SIGPENDING+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_SIGPENDING+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9773,7 +9792,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_MSGQUEUE" >&5
+$as_echo_n "checking for limit RLIMIT_MSGQUEUE... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_MSGQUEUE+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_MSGQUEUE+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9809,7 +9828,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_NICE" >&5
+$as_echo_n "checking for limit RLIMIT_NICE... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_NICE+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_NICE+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9845,7 +9864,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for limit RLIMIT_RTPRIO" >&5
+$as_echo_n "checking for limit RLIMIT_RTPRIO... " >&6; }
-+if test "${zsh_cv_have_RLIMIT_RTPRIO+set}" = set; then :
++if ${zsh_cv_have_RLIMIT_RTPRIO+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9882,7 +9901,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if RLIMIT_VMEM and RLIMIT_RSS are the same" >&5
+$as_echo_n "checking if RLIMIT_VMEM and RLIMIT_RSS are the same... " >&6; }
-+if test "${zsh_cv_rlimit_vmem_is_rss+set}" = set; then :
++if ${zsh_cv_rlimit_vmem_is_rss+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -9927,7 +9946,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if RLIMIT_VMEM and RLIMIT_AS are the same" >&5
+$as_echo_n "checking if RLIMIT_VMEM and RLIMIT_AS are the same... " >&6; }
-+if test "${zsh_cv_rlimit_vmem_is_as+set}" = set; then :
++if ${zsh_cv_rlimit_vmem_is_as+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -9972,7 +9991,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if RLIMIT_RSS and RLIMIT_AS are the same" >&5
+$as_echo_n "checking if RLIMIT_RSS and RLIMIT_AS are the same... " >&6; }
-+if test "${zsh_cv_rlimit_rss_is_as+set}" = set; then :
++if ${zsh_cv_rlimit_rss_is_as+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -10021,7 +10040,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_maxrss" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_maxrss" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
@@ -10035,7 +10054,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_ixrss" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_ixrss" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_IXRSS 1
@@ -10049,7 +10068,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_idrss" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_idrss" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_IDRSS 1
@@ -10063,7 +10082,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_isrss" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_isrss" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_ISRSS 1
@@ -10077,7 +10096,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_minflt" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_minflt" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_MINFLT 1
@@ -10091,7 +10110,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_majflt" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_majflt" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1
@@ -10105,7 +10124,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_nswap" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_nswap" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_NSWAP 1
@@ -10119,7 +10138,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_inblock" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_inblock" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1
@@ -10133,7 +10152,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_oublock" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_oublock" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1
@@ -10147,7 +10166,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_msgsnd" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_msgsnd" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_MSGSND 1
@@ -10161,7 +10180,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_msgrcv" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_msgrcv" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1
@@ -10175,7 +10194,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_nsignals" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_nsignals" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1
@@ -10189,7 +10208,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_nvcsw" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_nvcsw" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_NVCSW 1
@@ -10203,7 +10222,7 @@ Index: pkg-zsh/configure
+#endif
+#include <sys/resource.h>
+"
-+if test "x$ac_cv_member_struct_rusage_ru_nivcsw" = x""yes; then :
++if test "x$ac_cv_member_struct_rusage_ru_nivcsw" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1
@@ -10215,7 +10234,7 @@ Index: pkg-zsh/configure
+fi
+
+
-+if test "${zsh_cv_cs_path+set}" = set; then :
++if ${zsh_cv_cs_path+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if getconf _CS_PATH >/dev/null 2>&1; then
@@ -10237,7 +10256,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/fd filesystem" >&5
+$as_echo_n "checking for /dev/fd filesystem... " >&6; }
-+if test "${zsh_cv_sys_path_dev_fd+set}" = set; then :
++if ${zsh_cv_sys_path_dev_fd+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$host_os" = cygwin; then
@@ -10259,7 +10278,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RFS superroot directory" >&5
+$as_echo_n "checking for RFS superroot directory... " >&6; }
-+if test "${zsh_cv_sys_superroot+set}" = set; then :
++if ${zsh_cv_sys_superroot+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ test -d /../.LOCALROOT && zsh_cv_sys_superroot=yes || zsh_cv_sys_superroot=no
@@ -10274,7 +10293,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we should use the native getcwd" >&5
+$as_echo_n "checking whether we should use the native getcwd... " >&6; }
-+if test "${zsh_cv_use_getcwd+set}" = set; then :
++if ${zsh_cv_use_getcwd+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case "${host_cpu}-${host_vendor}-${host_os}" in
@@ -10294,7 +10313,7 @@ Index: pkg-zsh/configure
+if test x$ac_cv_func_getcwd = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getcwd calls malloc to allocate memory" >&5
+$as_echo_n "checking whether getcwd calls malloc to allocate memory... " >&6; }
-+if test "${zsh_cv_getcwd_malloc+set}" = set; then :
++if ${zsh_cv_getcwd_malloc+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -10336,13 +10355,13 @@ Index: pkg-zsh/configure
+
+
+ac_fn_c_check_func "$LINENO" "setproctitle" "ac_cv_func_setproctitle"
-+if test "x$ac_cv_func_setproctitle" = x""yes; then :
++if test "x$ac_cv_func_setproctitle" = xyes; then :
+ $as_echo "#define HAVE_SETPROCTITLE 1" >>confdefs.h
+
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setproctitle" >&5
+$as_echo_n "checking for library containing setproctitle... " >&6; }
-+if test "${ac_cv_search_setproctitle+set}" = set; then :
++if ${ac_cv_search_setproctitle+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -10376,11 +10395,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_setproctitle+set}" = set; then :
++ if ${ac_cv_search_setproctitle+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_setproctitle+set}" = set; then :
++if ${ac_cv_search_setproctitle+:} false; then :
+
+else
+ ac_cv_search_setproctitle=no
@@ -10403,7 +10422,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for NIS" >&5
+$as_echo_n "checking for NIS... " >&6; }
-+if test "${zsh_cv_sys_nis+set}" = set; then :
++if ${zsh_cv_sys_nis+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ test -f /usr/bin/ypcat && /usr/bin/ypcat passwd.byname > /dev/null 2>&1 && \
@@ -10416,7 +10435,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing yp_all" >&5
+$as_echo_n "checking for library containing yp_all... " >&6; }
-+if test "${ac_cv_search_yp_all+set}" = set; then :
++if ${ac_cv_search_yp_all+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
@@ -10450,11 +10469,11 @@ Index: pkg-zsh/configure
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
-+ if test "${ac_cv_search_yp_all+set}" = set; then :
++ if ${ac_cv_search_yp_all+:} false; then :
+ break
+fi
+done
-+if test "${ac_cv_search_yp_all+set}" = set; then :
++if ${ac_cv_search_yp_all+:} false; then :
+
+else
+ ac_cv_search_yp_all=no
@@ -10475,7 +10494,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for NIS+" >&5
+$as_echo_n "checking for NIS+... " >&6; }
-+if test "${zsh_cv_sys_nis_plus+set}" = set; then :
++if ${zsh_cv_sys_nis_plus+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ test x$ac_cv_func_nis_list = xyes && test -f /usr/bin/nisls && \
@@ -10491,7 +10510,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utmp file" >&5
+$as_echo_n "checking for utmp file... " >&6; }
-+if test "${zsh_cv_path_utmp+set}" = set; then :
++if ${zsh_cv_path_utmp+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ for dir in /etc /usr/etc /var/adm /usr/adm /var/run /var/log ./conftest; do
@@ -10513,7 +10532,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wtmp file" >&5
+$as_echo_n "checking for wtmp file... " >&6; }
-+if test "${zsh_cv_path_wtmp+set}" = set; then :
++if ${zsh_cv_path_wtmp+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ for dir in /etc /usr/etc /var/adm /usr/adm /var/run /var/log ./conftest; do
@@ -10535,7 +10554,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utmpx file" >&5
+$as_echo_n "checking for utmpx file... " >&6; }
-+if test "${zsh_cv_path_utmpx+set}" = set; then :
++if ${zsh_cv_path_utmpx+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ for dir in /etc /usr/etc /var/adm /usr/adm /var/run /var/log ./conftest; do
@@ -10557,7 +10576,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wtmpx file" >&5
+$as_echo_n "checking for wtmpx file... " >&6; }
-+if test "${zsh_cv_path_wtmpx+set}" = set; then :
++if ${zsh_cv_path_wtmpx+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ for dir in /etc /usr/etc /var/adm /usr/adm /var/run /var/log ./conftest; do
@@ -10580,7 +10599,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for brk() prototype in <unistd.h>" >&5
+$as_echo_n "checking for brk() prototype in <unistd.h>... " >&6; }
-+if test "${zsh_cv_header_unistd_h_brk_proto+set}" = set; then :
++if ${zsh_cv_header_unistd_h_brk_proto+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10612,7 +10631,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sbrk() prototype in <unistd.h>" >&5
+$as_echo_n "checking for sbrk() prototype in <unistd.h>... " >&6; }
-+if test "${zsh_cv_header_unistd_h_sbrk_proto+set}" = set; then :
++if ${zsh_cv_header_unistd_h_sbrk_proto+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10646,7 +10665,7 @@ Index: pkg-zsh/configure
+if test "$ac_cv_prog_cc_stdc" != no; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mknod prototype in <sys/stat.h>" >&5
+$as_echo_n "checking for mknod prototype in <sys/stat.h>... " >&6; }
-+if test "${zsh_cv_header_sys_stat_h_mknod_proto+set}" = set; then :
++if ${zsh_cv_header_sys_stat_h_mknod_proto+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10678,7 +10697,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ioctl prototype in <unistd.h> or <termios.h>" >&5
+$as_echo_n "checking for ioctl prototype in <unistd.h> or <termios.h>... " >&6; }
-+if test "${zsh_cv_header_unistd_h_termios_h_ioctl_proto+set}" = set; then :
++if ${zsh_cv_header_unistd_h_termios_h_ioctl_proto+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10712,7 +10731,7 @@ Index: pkg-zsh/configure
+if test x$zsh_cv_header_unistd_h_termios_h_ioctl_proto = xno; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ioctl prototype in <sys/ioctl.h>" >&5
+$as_echo_n "checking for ioctl prototype in <sys/ioctl.h>... " >&6; }
-+if test "${zsh_cv_header_sys_ioctl_h_ioctl_proto+set}" = set; then :
++if ${zsh_cv_header_sys_ioctl_h_ioctl_proto+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10756,7 +10775,7 @@ Index: pkg-zsh/configure
+if test x$ac_cv_header_sys_select_h != xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for select() in <sys/socket.h>" >&5
+$as_echo_n "checking for select() in <sys/socket.h>... " >&6; }
-+if test "${zsh_cv_header_socket_h_select_proto+set}" = set; then :
++if ${zsh_cv_header_socket_h_select_proto+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10787,7 +10806,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if named FIFOs work" >&5
+$as_echo_n "checking if named FIFOs work... " >&6; }
-+if test "${zsh_cv_sys_fifo+set}" = set; then :
++if ${zsh_cv_sys_fifo+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$host_os" = cygwin; then
@@ -10847,7 +10866,7 @@ Index: pkg-zsh/configure
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if echo in /bin/sh interprets escape sequences" >&5
+$as_echo_n "checking if echo in /bin/sh interprets escape sequences... " >&6; }
-+if test "${zsh_cv_prog_sh_echo_escape+set}" = set; then :
++if ${zsh_cv_prog_sh_echo_escape+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "`/bin/sh -c \"echo '\\n'\"`" = "\\n"; then
@@ -10866,7 +10885,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if link() works" >&5
+$as_echo_n "checking if link() works... " >&6; }
-+if test "${zsh_cv_sys_link+set}" = set; then :
++if ${zsh_cv_sys_link+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -10914,7 +10933,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if kill(pid, 0) returns ESRCH correctly" >&5
+$as_echo_n "checking if kill(pid, 0) returns ESRCH correctly... " >&6; }
-+if test "${zsh_cv_sys_killesrch+set}" = set; then :
++if ${zsh_cv_sys_killesrch+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -10956,7 +10975,7 @@ Index: pkg-zsh/configure
+if test x$signals_style = xPOSIX_SIGNALS; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if POSIX sigsuspend() works" >&5
+$as_echo_n "checking if POSIX sigsuspend() works... " >&6; }
-+if test "${zsh_cv_sys_sigsuspend+set}" = set; then :
++if ${zsh_cv_sys_sigsuspend+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -11017,7 +11036,7 @@ Index: pkg-zsh/configure
+case "x$withval" in
+ xyes) zsh_working_tcsetpgrp=yes;;
+ xno) zsh_working_tcsetpgrp=no;;
-+ *) as_fn_error $? "please use --with-tcsetpgrp=yes or --with-tcsetpgrp=no" "$LINENO" 5 ;;
++ *) as_fn_error $? "please use --with-tcsetpgrp=yes or --with-tcsetpgrp=no" "$LINENO" 5;;
+esac
+else
+ zsh_working_tcsetpgrp=check
@@ -11029,7 +11048,7 @@ Index: pkg-zsh/configure
+ trap "" TTOU > /dev/null 2>&1 || :
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if tcsetpgrp() actually works" >&5
+$as_echo_n "checking if tcsetpgrp() actually works... " >&6; }
-+if test "${zsh_cv_sys_tcsetpgrp+set}" = set; then :
++if ${zsh_cv_sys_tcsetpgrp+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -11075,15 +11094,15 @@ Index: pkg-zsh/configure
+;;
+ xyes) :;;
+ xnotty) as_fn_error $? "no controlling tty
-+Try running configure with --with-tcsetpgrp or --without-tcsetpgrp" "$LINENO" 5 ;;
-+ *) as_fn_error $? "unexpected return status" "$LINENO" 5 ;;
++Try running configure with --with-tcsetpgrp or --without-tcsetpgrp" "$LINENO" 5;;
++ *) as_fn_error $? "unexpected return status" "$LINENO" 5;;
+ esac
+ trap - TTOU > /dev/null 2>&1 || :
+ ;;
+ xyes) :;;
+ xno) $as_echo "#define BROKEN_TCSETPGRP 1" >>confdefs.h
+;;
-+ *) as_fn_error $? "unexpected value zsh_working_tcsetpgrp=$zsh_working_tcsetpgrp" "$LINENO" 5 ;;
++ *) as_fn_error $? "unexpected value zsh_working_tcsetpgrp=$zsh_working_tcsetpgrp" "$LINENO" 5;;
+esac
+fi
+
@@ -11091,7 +11110,7 @@ Index: pkg-zsh/configure
+if test x$ac_cv_func_getpwnam = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getpwnam() is faked" >&5
+$as_echo_n "checking if getpwnam() is faked... " >&6; }
-+if test "${zsh_cv_sys_getpwnam_faked+set}" = set; then :
++if ${zsh_cv_sys_getpwnam_faked+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -11136,7 +11155,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking base type of the third argument to accept" >&5
+$as_echo_n "checking base type of the third argument to accept... " >&6; }
-+if test "${zsh_cv_type_socklen_t+set}" = set; then :
++if ${zsh_cv_type_socklen_t+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ zsh_cv_type_socklen_t=
@@ -11174,7 +11193,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if your system has /dev/ptmx" >&5
+$as_echo_n "checking if your system has /dev/ptmx... " >&6; }
-+if test "${ac_cv_have_dev_ptmx+set}" = set; then :
++if ${ac_cv_have_dev_ptmx+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test -w /dev/ptmx; then
@@ -11193,7 +11212,7 @@ Index: pkg-zsh/configure
+ test x$ac_cv_func_ptsname = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if /dev/ptmx is usable" >&5
+$as_echo_n "checking if /dev/ptmx is usable... " >&6; }
-+if test "${ac_cv_use_dev_ptmx+set}" = set; then :
++if ${ac_cv_use_dev_ptmx+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11230,7 +11249,7 @@ Index: pkg-zsh/configure
+if test "${enable_multibyte+set}" = set; then :
+ enableval=$enable_multibyte; zsh_cv_c_unicode_support=$enableval
+else
-+ if test "${zsh_cv_c_unicode_support+set}" = set; then :
++ if ${zsh_cv_c_unicode_support+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for functions supporting multibyte characters" >&5
@@ -11300,7 +11319,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the wcwidth() function is broken" >&5
+$as_echo_n "checking if the wcwidth() function is broken... " >&6; }
-+if test "${zsh_cv_c_broken_wcwidth+set}" = set; then :
++if ${zsh_cv_c_broken_wcwidth+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -11429,7 +11448,7 @@ Index: pkg-zsh/configure
+elif test "x$dynamic" = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if your system uses ELF binaries" >&5
+$as_echo_n "checking if your system uses ELF binaries... " >&6; }
-+if test "${zsh_cv_sys_elf+set}" = set; then :
++if ${zsh_cv_sys_elf+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$cross_compiling" = yes; then :
@@ -11589,7 +11608,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can use -rdynamic" >&5
+$as_echo_n "checking if we can use -rdynamic... " >&6; }
-+if test "${zsh_cv_rdynamic_available+set}" = set; then :
++if ${zsh_cv_rdynamic_available+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ old_LDFLAGS="$LDFLAGS"
@@ -11619,7 +11638,7 @@ Index: pkg-zsh/configure
+$as_echo "$zsh_cv_rdynamic_available" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if your dlsym() needs a leading underscore" >&5
+$as_echo_n "checking if your dlsym() needs a leading underscore... " >&6; }
-+if test "${zsh_cv_func_dlsym_needs_underscore+set}" = set; then :
++if ${zsh_cv_func_dlsym_needs_underscore+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ echo failed >conftestval && cat >conftest.c <<EOM
@@ -11720,7 +11739,7 @@ Index: pkg-zsh/configure
+if test "x$dynamic" = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if environ is available in shared libraries" >&5
+$as_echo_n "checking if environ is available in shared libraries... " >&6; }
-+if test "${zsh_cv_shared_environ+set}" = set; then :
++if ${zsh_cv_shared_environ+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$zsh_cv_func_dlsym_needs_underscore" = yes; then
@@ -11844,7 +11863,7 @@ Index: pkg-zsh/configure
+ if test "$ac_cv_func_tgetent" = yes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if tgetent is available in shared libraries" >&5
+$as_echo_n "checking if tgetent is available in shared libraries... " >&6; }
-+if test "${zsh_cv_shared_tgetent+set}" = set; then :
++if ${zsh_cv_shared_tgetent+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$zsh_cv_func_dlsym_needs_underscore" = yes; then
@@ -11968,7 +11987,7 @@ Index: pkg-zsh/configure
+ if test "$ac_cv_func_tigetstr" = yes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if tigetstr is available in shared libraries" >&5
+$as_echo_n "checking if tigetstr is available in shared libraries... " >&6; }
-+if test "${zsh_cv_shared_tigetstr+set}" = set; then :
++if ${zsh_cv_shared_tigetstr+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$zsh_cv_func_dlsym_needs_underscore" = yes; then
@@ -12094,7 +12113,7 @@ Index: pkg-zsh/configure
+if test "x$dynamic" = xyes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if name clashes in shared objects are OK" >&5
+$as_echo_n "checking if name clashes in shared objects are OK... " >&6; }
-+if test "${zsh_cv_sys_dynamic_clash_ok+set}" = set; then :
++if ${zsh_cv_sys_dynamic_clash_ok+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$zsh_cv_func_dlsym_needs_underscore" = yes; then
@@ -12201,7 +12220,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working RTLD_GLOBAL" >&5
+$as_echo_n "checking for working RTLD_GLOBAL... " >&6; }
-+if test "${zsh_cv_sys_dynamic_rtld_global+set}" = set; then :
++if ${zsh_cv_sys_dynamic_rtld_global+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$zsh_cv_func_dlsym_needs_underscore" = yes; then
@@ -12303,7 +12322,7 @@ Index: pkg-zsh/configure
+ RTLD_GLOBAL_OK=$zsh_cv_sys_dynamic_rtld_global
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symbols in the executable are available" >&5
+$as_echo_n "checking whether symbols in the executable are available... " >&6; }
-+if test "${zsh_cv_sys_dynamic_execsyms+set}" = set; then :
++if ${zsh_cv_sys_dynamic_execsyms+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$zsh_cv_func_dlsym_needs_underscore" = yes; then
@@ -12398,7 +12417,7 @@ Index: pkg-zsh/configure
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether executables can be stripped" >&5
+$as_echo_n "checking whether executables can be stripped... " >&6; }
-+if test "${zsh_cv_sys_dynamic_strip_exe+set}" = set; then :
++if ${zsh_cv_sys_dynamic_strip_exe+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$zsh_cv_sys_dynamic_execsyms" != yes; then
@@ -12492,7 +12511,7 @@ Index: pkg-zsh/configure
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libraries can be stripped" >&5
+$as_echo_n "checking whether libraries can be stripped... " >&6; }
-+if test "${zsh_cv_sys_dynamic_strip_lib+set}" = set; then :
++if ${zsh_cv_sys_dynamic_strip_lib+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ if test "$zsh_cv_func_dlsym_needs_underscore" = yes; then
@@ -12811,10 +12830,21 @@ Index: pkg-zsh/configure
+ :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+ if test -w "$cache_file"; then
-+ test "x$cache_file" != "x/dev/null" &&
++ if test "x$cache_file" != "x/dev/null"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&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 cache $cache_file" >&5
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
@@ -12846,7 +12876,7 @@ Index: pkg-zsh/configure
+
+
+
-+: ${CONFIG_STATUS=./config.status}
++: "${CONFIG_STATUS=./config.status}"
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
@@ -12947,6 +12977,7 @@ Index: pkg-zsh/configure
+IFS=" "" $as_nl"
+
+# Find who we are. Look in the path if we contain no directory separator.
++as_myself=
+case $0 in #((
+ *[\\/]* ) as_myself=$0 ;;
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -13254,7 +13285,7 @@ Index: pkg-zsh/configure
+# values after options handling.
+ac_log="
+This file was extended by $as_me, which was
-+generated by GNU Autoconf 2.67. Invocation command line was
++generated by GNU Autoconf 2.68. Invocation command line was
+
+ CONFIG_FILES = $CONFIG_FILES
+ CONFIG_HEADERS = $CONFIG_HEADERS
@@ -13320,7 +13351,7 @@ Index: pkg-zsh/configure
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+config.status
-+configured by $0, generated by GNU Autoconf 2.67,
++configured by $0, generated by GNU Autoconf 2.68,
+ with options \\"\$ac_cs_config\\"
+
+Copyright (C) 2010 Free Software Foundation, Inc.
@@ -13452,7 +13483,7 @@ Index: pkg-zsh/configure
+ "config.modules") CONFIG_COMMANDS="$CONFIG_COMMANDS config.modules" ;;
+ "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
+
-+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
++ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+ esac
+done
+
@@ -13475,9 +13506,10 @@ Index: pkg-zsh/configure
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
-+ tmp=
++ tmp= ac_tmp=
+ trap 'exit_status=$?
-+ { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
++ : "${ac_tmp:=$tmp}"
++ { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+ trap 'as_fn_exit 1' 1 2 13 15
+}
@@ -13485,12 +13517,13 @@ Index: pkg-zsh/configure
+
+{
+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-+ test -n "$tmp" && test -d "$tmp"
++ test -d "$tmp"
+} ||
+{
+ tmp=./conf$$-$RANDOM
+ (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
++ac_tmp=$tmp
+
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
@@ -13529,13 +13562,13 @@ Index: pkg-zsh/configure
+ ac_cs_awk_cr=$ac_cr
+fi
+
-+echo 'BEGIN {' >"$tmp/subs1.awk" &&
++echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+_ACEOF
+
+# Create commands to substitute file output variables.
+{
+ echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
-+ echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
++ echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
+ echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
+ echo "_ACAWK" &&
+ echo "_ACEOF"
@@ -13568,7 +13601,7 @@ Index: pkg-zsh/configure
+rm -f conf$$subs.sh
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
++cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+_ACEOF
+sed -n '
+h
@@ -13616,7 +13649,7 @@ Index: pkg-zsh/configure
+rm -f conf$$subs.awk
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+_ACAWK
-+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
++cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+ for (key in S) S_is_set[key] = 1
+ FS = ""
+ \$ac_cs_awk_pipe_init
@@ -13654,7 +13687,7 @@ Index: pkg-zsh/configure
+ 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
+
@@ -13688,7 +13721,7 @@ Index: pkg-zsh/configure
+# 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
+
@@ -13700,8 +13733,8 @@ Index: pkg-zsh/configure
+# handling of long lines.
+ac_delim='%!_!# '
+for ac_last_try in false false :; do
-+ ac_t=`sed -n "/$ac_delim/p" confdefs.h`
-+ if test -z "$ac_t"; then
++ ac_tt=`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
@@ -13802,7 +13835,7 @@ Index: pkg-zsh/configure
+ 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=-:-;;
+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+ esac
@@ -13821,7 +13854,7 @@ Index: pkg-zsh/configure
+ for ac_f
+ do
+ case $ac_f in
-+ -) ac_f="$tmp/stdin";;
++ -) ac_f="$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-style,
+ # because $ac_f cannot contain `:'.
@@ -13830,7 +13863,7 @@ Index: pkg-zsh/configure
+ [\\/$]*) false;;
+ *) test -f "$srcdir/$ac_f" && ac_f="$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=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+ as_fn_append ac_file_inputs " '$ac_f'"
@@ -13856,8 +13889,8 @@ Index: pkg-zsh/configure
+ esac
+
+ 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
@@ -13989,24 +14022,25 @@ Index: pkg-zsh/configure
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
+if $ac_cs_awk_getline; then
-+ $AWK -f "$tmp/subs.awk"
++ $AWK -f "$ac_tmp/subs.awk"
+else
-+ $AWK -f "$tmp/subs.awk" | $SHELL
-+fi >$tmp/out \
-+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
++ $AWK -f "$ac_tmp/subs.awk" | $SHELL
++fi \
++ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
-+ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
-+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
++ { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
++ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/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;}
+
-+ 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
+ ;;
@@ -14017,20 +14051,20 @@ Index: pkg-zsh/configure
+ if test x"$ac_file" != 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 --git a/debian/patches/deb_0001_at_config_h_in.diff b/debian/patches/deb_0001_at_config_h_in.diff
index 8badd21e6..3579412d8 100644
--- a/debian/patches/deb_0001_at_config_h_in.diff
+++ b/debian/patches/deb_0001_at_config_h_in.diff
@@ -1,12 +1,12 @@
Patch to generate `config.h.in'.
-Created by `at2quilt' on Thu, 01 Dec 2011 10:03:31 CET.
+Created by `at2quilt' on Wed, 14 Dec 2011 01:34:39 CET.
Note: Never *ever* refresh this patch. Things will break.
-Index: pkg-zsh/config.h.in
---- pkg-zsh.orig/config.h.in 2011-11-28 16:21:03.468012863 +0100
-+++ pkg-zsh/config.h.in 2011-12-01 10:03:31.000000000 +0100
+Index: zsh/config.h.in
+--- zsh.orig/config.h.in 2011-12-13 17:44:56.160895103 +0100
++++ zsh/config.h.in 2011-12-14 01:34:38.000000000 +0100
@@ -0,0 +1,1162 @@
+/* config.h.in. Generated from configure.ac by autoheader. */
+