aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-03-13 10:39:04 -0700
committerPaul Eggert2011-03-13 10:39:04 -0700
commit1ef6de0565b2d11481f1f663742d2c0d79e8eb97 (patch)
treebddc8d4c8cc5f904a7ba2e724371309717552678
parent3eca4629203c3038f04db312999ca32d8e292e50 (diff)
downloademacs-1ef6de0565b2d11481f1f663742d2c0d79e8eb97.tar.gz
emacs-1ef6de0565b2d11481f1f663742d2c0d79e8eb97.zip
Update for gnulib, adding Solaris 9+10 fixes.
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.in2
-rw-r--r--aclocal.m44
-rwxr-xr-xconfigure1198
-rw-r--r--lib/Makefile.in2
-rw-r--r--lib/gnulib.mk2
-rw-r--r--lib/sys_stat.in.h16
7 files changed, 652 insertions, 580 deletions
diff --git a/ChangeLog b/ChangeLog
index 022eb468965..fdde50669b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 Update for gnulib.
4 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
5 includes <intprops.h> directly.
6 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
7 when building Emacs on Solaris 9 and running it on Solaris 10.
8
12011-03-08 Jan Djärv <jan.h.d@swipnet.se> 92011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3. 11 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
diff --git a/Makefile.in b/Makefile.in
index 7bd4318bfba..19267f82121 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -332,7 +332,7 @@ DOS_gnulib_comp.m4 = gl-comp.m4
332# as per $(gnulib_srcdir)/DEPENDENCIES. 332# as per $(gnulib_srcdir)/DEPENDENCIES.
333GNULIB_MODULES = \ 333GNULIB_MODULES = \
334 crypto/md5 dtoastr filemode getloadavg getopt-gnu \ 334 crypto/md5 dtoastr filemode getloadavg getopt-gnu \
335 ignore-value lstat mktime readlink strftime symlink sys_stat 335 ignore-value intprops lstat mktime readlink strftime symlink sys_stat
336GNULIB_TOOL_FLAGS = \ 336GNULIB_TOOL_FLAGS = \
337 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk 337 --import --no-changelog --no-vc-files --makefile-name=gnulib.mk
338sync-from-gnulib: $(gnulib_srcdir) 338sync-from-gnulib: $(gnulib_srcdir)
diff --git a/aclocal.m4 b/aclocal.m4
index 963faafb453..1536f3b48b5 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -13,8 +13,8 @@
13 13
14m4_ifndef([AC_AUTOCONF_VERSION], 14m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, 16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17[m4_warning([this file was generated for autoconf 2.65. 17[m4_warning([this file was generated for autoconf 2.68.
18You have another version of autoconf. It may work, but is not guaranteed to. 18You have another version of autoconf. It may work, but is not guaranteed to.
19If you have problems, you may need to regenerate the build system entirely. 19If you have problems, you may need to regenerate the build system entirely.
20To do so, use the procedure documented by the package, typically `autoreconf'.])]) 20To do so, use the procedure documented by the package, typically `autoreconf'.])])
diff --git a/configure b/configure
index efe9a55f988..57ecd9d52eb 100755
--- a/configure
+++ b/configure
@@ -1,11 +1,11 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.65 for emacs 24.0.50. 3# Generated by GNU Autoconf 2.68 for emacs 24.0.50.
4# 4#
5# 5#
6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 7# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8# Inc. 8# Foundation, Inc.
9# 9#
10# 10#
11# This configure script is free software; the Free Software Foundation 11# This configure script is free software; the Free Software Foundation
@@ -89,6 +89,7 @@ fi
89IFS=" "" $as_nl" 89IFS=" "" $as_nl"
90 90
91# Find who we are. Look in the path if we contain no directory separator. 91# Find who we are. Look in the path if we contain no directory separator.
92as_myself=
92case $0 in #(( 93case $0 in #((
93 *[\\/]* ) as_myself=$0 ;; 94 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -214,11 +215,18 @@ IFS=$as_save_IFS
214 # We cannot yet assume a decent shell, so we have to provide a 215 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also 216 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables. 217 # works around shells that cannot unset nonexistent variables.
218 # Preserve -v and -x to the replacement shell.
217 BASH_ENV=/dev/null 219 BASH_ENV=/dev/null
218 ENV=/dev/null 220 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL 222 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 223 case $- in # ((((
224 *v*x* | *x*v* ) as_opts=-vx ;;
225 *v* ) as_opts=-v ;;
226 *x* ) as_opts=-x ;;
227 * ) as_opts= ;;
228 esac
229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
222fi 230fi
223 231
224 if test x$as_have_required = xno; then : 232 if test x$as_have_required = xno; then :
@@ -316,7 +324,7 @@ $as_echo X"$as_dir" |
316 test -d "$as_dir" && break 324 test -d "$as_dir" && break
317 done 325 done
318 test -z "$as_dirs" || eval "mkdir $as_dirs" 326 test -z "$as_dirs" || eval "mkdir $as_dirs"
319 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 327 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
320 328
321 329
322} # as_fn_mkdir_p 330} # as_fn_mkdir_p
@@ -356,19 +364,19 @@ else
356fi # as_fn_arith 364fi # as_fn_arith
357 365
358 366
359# as_fn_error ERROR [LINENO LOG_FD] 367# as_fn_error STATUS ERROR [LINENO LOG_FD]
360# --------------------------------- 368# ----------------------------------------
361# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 369# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 370# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363# script with status $?, using 1 if that was 0. 371# script with STATUS, using 1 if that was 0.
364as_fn_error () 372as_fn_error ()
365{ 373{
366 as_status=$?; test $as_status -eq 0 && as_status=1 374 as_status=$1; test $as_status -eq 0 && as_status=1
367 if test "$3"; then 375 if test "$4"; then
368 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 376 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 377 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
370 fi 378 fi
371 $as_echo "$as_me: error: $1" >&2 379 $as_echo "$as_me: error: $2" >&2
372 as_fn_exit $as_status 380 as_fn_exit $as_status
373} # as_fn_error 381} # as_fn_error
374 382
@@ -530,7 +538,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null
530exec 6>&1 538exec 6>&1
531 539
532# Name of the host. 540# Name of the host.
533# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 541# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
534# so uname gets run too. 542# so uname gets run too.
535ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 543ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536 544
@@ -1220,8 +1228,9 @@ do
1220 fi 1228 fi
1221 1229
1222 case $ac_option in 1230 case $ac_option in
1223 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 1231 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1224 *) ac_optarg=yes ;; 1232 *=) ac_optarg= ;;
1233 *) ac_optarg=yes ;;
1225 esac 1234 esac
1226 1235
1227 # Accept the important Cygnus configure options, so we can diagnose typos. 1236 # Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1266,7 +1275,7 @@ do
1266 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1275 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1267 # Reject names that are not valid shell variable names. 1276 # Reject names that are not valid shell variable names.
1268 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1277 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1269 as_fn_error "invalid feature name: $ac_useropt" 1278 as_fn_error $? "invalid feature name: $ac_useropt"
1270 ac_useropt_orig=$ac_useropt 1279 ac_useropt_orig=$ac_useropt
1271 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1280 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1272 case $ac_user_opts in 1281 case $ac_user_opts in
@@ -1292,7 +1301,7 @@ do
1292 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1301 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1293 # Reject names that are not valid shell variable names. 1302 # Reject names that are not valid shell variable names.
1294 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1303 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1295 as_fn_error "invalid feature name: $ac_useropt" 1304 as_fn_error $? "invalid feature name: $ac_useropt"
1296 ac_useropt_orig=$ac_useropt 1305 ac_useropt_orig=$ac_useropt
1297 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1306 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1298 case $ac_user_opts in 1307 case $ac_user_opts in
@@ -1496,7 +1505,7 @@ do
1496 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1505 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1497 # Reject names that are not valid shell variable names. 1506 # Reject names that are not valid shell variable names.
1498 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1507 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1499 as_fn_error "invalid package name: $ac_useropt" 1508 as_fn_error $? "invalid package name: $ac_useropt"
1500 ac_useropt_orig=$ac_useropt 1509 ac_useropt_orig=$ac_useropt
1501 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1510 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1502 case $ac_user_opts in 1511 case $ac_user_opts in
@@ -1512,7 +1521,7 @@ do
1512 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1521 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1513 # Reject names that are not valid shell variable names. 1522 # Reject names that are not valid shell variable names.
1514 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1523 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1515 as_fn_error "invalid package name: $ac_useropt" 1524 as_fn_error $? "invalid package name: $ac_useropt"
1516 ac_useropt_orig=$ac_useropt 1525 ac_useropt_orig=$ac_useropt
1517 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1526 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1518 case $ac_user_opts in 1527 case $ac_user_opts in
@@ -1542,8 +1551,8 @@ do
1542 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1551 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1543 x_libraries=$ac_optarg ;; 1552 x_libraries=$ac_optarg ;;
1544 1553
1545 -*) as_fn_error "unrecognized option: \`$ac_option' 1554 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1546Try \`$0 --help' for more information." 1555Try \`$0 --help' for more information"
1547 ;; 1556 ;;
1548 1557
1549 *=*) 1558 *=*)
@@ -1551,7 +1560,7 @@ Try \`$0 --help' for more information."
1551 # Reject names that are not valid shell variable names. 1560 # Reject names that are not valid shell variable names.
1552 case $ac_envvar in #( 1561 case $ac_envvar in #(
1553 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1562 '' | [0-9]* | *[!_$as_cr_alnum]* )
1554 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1563 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1555 esac 1564 esac
1556 eval $ac_envvar=\$ac_optarg 1565 eval $ac_envvar=\$ac_optarg
1557 export $ac_envvar ;; 1566 export $ac_envvar ;;
@@ -1561,7 +1570,7 @@ Try \`$0 --help' for more information."
1561 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1570 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1562 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1571 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1563 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1572 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1564 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1573 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1565 ;; 1574 ;;
1566 1575
1567 esac 1576 esac
@@ -1569,13 +1578,13 @@ done
1569 1578
1570if test -n "$ac_prev"; then 1579if test -n "$ac_prev"; then
1571 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1580 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1572 as_fn_error "missing argument to $ac_option" 1581 as_fn_error $? "missing argument to $ac_option"
1573fi 1582fi
1574 1583
1575if test -n "$ac_unrecognized_opts"; then 1584if test -n "$ac_unrecognized_opts"; then
1576 case $enable_option_checking in 1585 case $enable_option_checking in
1577 no) ;; 1586 no) ;;
1578 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1587 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1579 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1588 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1580 esac 1589 esac
1581fi 1590fi
@@ -1598,7 +1607,7 @@ do
1598 [\\/$]* | ?:[\\/]* ) continue;; 1607 [\\/$]* | ?:[\\/]* ) continue;;
1599 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1608 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1600 esac 1609 esac
1601 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1610 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1602done 1611done
1603 1612
1604# There might be people who depend on the old broken behavior: `$host' 1613# There might be people who depend on the old broken behavior: `$host'
@@ -1612,8 +1621,8 @@ target=$target_alias
1612if test "x$host_alias" != x; then 1621if test "x$host_alias" != x; then
1613 if test "x$build_alias" = x; then 1622 if test "x$build_alias" = x; then
1614 cross_compiling=maybe 1623 cross_compiling=maybe
1615 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1624 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1616 If a cross compiler is detected then cross compile mode will be used." >&2 1625 If a cross compiler is detected then cross compile mode will be used" >&2
1617 elif test "x$build_alias" != "x$host_alias"; then 1626 elif test "x$build_alias" != "x$host_alias"; then
1618 cross_compiling=yes 1627 cross_compiling=yes
1619 fi 1628 fi
@@ -1628,9 +1637,9 @@ test "$silent" = yes && exec 6>/dev/null
1628ac_pwd=`pwd` && test -n "$ac_pwd" && 1637ac_pwd=`pwd` && test -n "$ac_pwd" &&
1629ac_ls_di=`ls -di .` && 1638ac_ls_di=`ls -di .` &&
1630ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1639ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1631 as_fn_error "working directory cannot be determined" 1640 as_fn_error $? "working directory cannot be determined"
1632test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1641test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1633 as_fn_error "pwd does not report name of working directory" 1642 as_fn_error $? "pwd does not report name of working directory"
1634 1643
1635 1644
1636# Find the source files, if location was not specified. 1645# Find the source files, if location was not specified.
@@ -1669,11 +1678,11 @@ else
1669fi 1678fi
1670if test ! -r "$srcdir/$ac_unique_file"; then 1679if test ! -r "$srcdir/$ac_unique_file"; then
1671 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1680 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1672 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1681 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1673fi 1682fi
1674ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1683ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1675ac_abs_confdir=`( 1684ac_abs_confdir=`(
1676 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1685 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1677 pwd)` 1686 pwd)`
1678# When building in place, set srcdir=. 1687# When building in place, set srcdir=.
1679if test "$ac_abs_confdir" = "$ac_pwd"; then 1688if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1713,7 +1722,7 @@ Configuration:
1713 --help=short display options specific to this package 1722 --help=short display options specific to this package
1714 --help=recursive display the short help of all the included packages 1723 --help=recursive display the short help of all the included packages
1715 -V, --version display version information and exit 1724 -V, --version display version information and exit
1716 -q, --quiet, --silent do not print \`checking...' messages 1725 -q, --quiet, --silent do not print \`checking ...' messages
1717 --cache-file=FILE cache test results in FILE [disabled] 1726 --cache-file=FILE cache test results in FILE [disabled]
1718 -C, --config-cache alias for \`--cache-file=config.cache' 1727 -C, --config-cache alias for \`--cache-file=config.cache'
1719 -n, --no-create do not create output files 1728 -n, --no-create do not create output files
@@ -1935,9 +1944,9 @@ test -n "$ac_init_help" && exit $ac_status
1935if $ac_init_version; then 1944if $ac_init_version; then
1936 cat <<\_ACEOF 1945 cat <<\_ACEOF
1937emacs configure 24.0.50 1946emacs configure 24.0.50
1938generated by GNU Autoconf 2.65 1947generated by GNU Autoconf 2.68
1939 1948
1940Copyright (C) 2009 Free Software Foundation, Inc. 1949Copyright (C) 2010 Free Software Foundation, Inc.
1941This configure script is free software; the Free Software Foundation 1950This configure script is free software; the Free Software Foundation
1942gives unlimited permission to copy, distribute and modify it. 1951gives unlimited permission to copy, distribute and modify it.
1943_ACEOF 1952_ACEOF
@@ -1981,7 +1990,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
1981 1990
1982 ac_retval=1 1991 ac_retval=1
1983fi 1992fi
1984 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1993 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1985 as_fn_set_status $ac_retval 1994 as_fn_set_status $ac_retval
1986 1995
1987} # ac_fn_c_try_compile 1996} # ac_fn_c_try_compile
@@ -2007,7 +2016,7 @@ $as_echo "$ac_try_echo"; } >&5
2007 mv -f conftest.er1 conftest.err 2016 mv -f conftest.er1 conftest.err
2008 fi 2017 fi
2009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2010 test $ac_status = 0; } >/dev/null && { 2019 test $ac_status = 0; } > conftest.i && {
2011 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2020 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2012 test ! -s conftest.err 2021 test ! -s conftest.err
2013 }; then : 2022 }; then :
@@ -2018,7 +2027,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2018 2027
2019 ac_retval=1 2028 ac_retval=1
2020fi 2029fi
2021 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2030 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2022 as_fn_set_status $ac_retval 2031 as_fn_set_status $ac_retval
2023 2032
2024} # ac_fn_c_try_cpp 2033} # ac_fn_c_try_cpp
@@ -2031,10 +2040,10 @@ fi
2031ac_fn_c_check_header_mongrel () 2040ac_fn_c_check_header_mongrel ()
2032{ 2041{
2033 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2042 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2034 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2043 if eval \${$3+:} false; then :
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2036$as_echo_n "checking for $2... " >&6; } 2045$as_echo_n "checking for $2... " >&6; }
2037if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2046if eval \${$3+:} false; then :
2038 $as_echo_n "(cached) " >&6 2047 $as_echo_n "(cached) " >&6
2039fi 2048fi
2040eval ac_res=\$$3 2049eval ac_res=\$$3
@@ -2070,7 +2079,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
2070else 2079else
2071 ac_header_preproc=no 2080 ac_header_preproc=no
2072fi 2081fi
2073rm -f conftest.err conftest.$ac_ext 2082rm -f conftest.err conftest.i conftest.$ac_ext
2074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 2083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2075$as_echo "$ac_header_preproc" >&6; } 2084$as_echo "$ac_header_preproc" >&6; }
2076 2085
@@ -2097,7 +2106,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2097esac 2106esac
2098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2099$as_echo_n "checking for $2... " >&6; } 2108$as_echo_n "checking for $2... " >&6; }
2100if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2109if eval \${$3+:} false; then :
2101 $as_echo_n "(cached) " >&6 2110 $as_echo_n "(cached) " >&6
2102else 2111else
2103 eval "$3=\$ac_header_compiler" 2112 eval "$3=\$ac_header_compiler"
@@ -2106,7 +2115,7 @@ eval ac_res=\$$3
2106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2107$as_echo "$ac_res" >&6; } 2116$as_echo "$ac_res" >&6; }
2108fi 2117fi
2109 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2118 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2110 2119
2111} # ac_fn_c_check_header_mongrel 2120} # ac_fn_c_check_header_mongrel
2112 2121
@@ -2147,7 +2156,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2147 ac_retval=$ac_status 2156 ac_retval=$ac_status
2148fi 2157fi
2149 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2158 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2150 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2159 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2151 as_fn_set_status $ac_retval 2160 as_fn_set_status $ac_retval
2152 2161
2153} # ac_fn_c_try_run 2162} # ac_fn_c_try_run
@@ -2161,7 +2170,7 @@ ac_fn_c_check_header_compile ()
2161 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2170 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2163$as_echo_n "checking for $2... " >&6; } 2172$as_echo_n "checking for $2... " >&6; }
2164if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2173if eval \${$3+:} false; then :
2165 $as_echo_n "(cached) " >&6 2174 $as_echo_n "(cached) " >&6
2166else 2175else
2167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2179,7 +2188,7 @@ fi
2179eval ac_res=\$$3 2188eval ac_res=\$$3
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2181$as_echo "$ac_res" >&6; } 2190$as_echo "$ac_res" >&6; }
2182 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2191 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2183 2192
2184} # ac_fn_c_check_header_compile 2193} # ac_fn_c_check_header_compile
2185 2194
@@ -2224,20 +2233,23 @@ fi
2224 # interfere with the next link command; also delete a directory that is 2233 # interfere with the next link command; also delete a directory that is
2225 # left behind by Apple's compiler. We do this before executing the actions. 2234 # left behind by Apple's compiler. We do this before executing the actions.
2226 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2235 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2227 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2236 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2228 as_fn_set_status $ac_retval 2237 as_fn_set_status $ac_retval
2229 2238
2230} # ac_fn_c_try_link 2239} # ac_fn_c_try_link
2231 2240
2232# ac_fn_c_check_decl LINENO SYMBOL VAR 2241# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2233# ------------------------------------ 2242# ---------------------------------------------
2234# Tests whether SYMBOL is declared, setting cache variable VAR accordingly. 2243# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2244# accordingly.
2235ac_fn_c_check_decl () 2245ac_fn_c_check_decl ()
2236{ 2246{
2237 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2247 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 2248 as_decl_name=`echo $2|sed 's/ *(.*//'`
2239$as_echo_n "checking whether $2 is declared... " >&6; } 2249 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2240if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2251$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2252if eval \${$3+:} false; then :
2241 $as_echo_n "(cached) " >&6 2253 $as_echo_n "(cached) " >&6
2242else 2254else
2243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2246,8 +2258,12 @@ $4
2246int 2258int
2247main () 2259main ()
2248{ 2260{
2249#ifndef $2 2261#ifndef $as_decl_name
2250 (void) $2; 2262#ifdef __cplusplus
2263 (void) $as_decl_use;
2264#else
2265 (void) $as_decl_name;
2266#endif
2251#endif 2267#endif
2252 2268
2253 ; 2269 ;
@@ -2264,7 +2280,7 @@ fi
2264eval ac_res=\$$3 2280eval ac_res=\$$3
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2266$as_echo "$ac_res" >&6; } 2282$as_echo "$ac_res" >&6; }
2267 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2283 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2268 2284
2269} # ac_fn_c_check_decl 2285} # ac_fn_c_check_decl
2270 2286
@@ -2276,7 +2292,7 @@ ac_fn_c_check_header_preproc ()
2276 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2292 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2278$as_echo_n "checking for $2... " >&6; } 2294$as_echo_n "checking for $2... " >&6; }
2279if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2295if eval \${$3+:} false; then :
2280 $as_echo_n "(cached) " >&6 2296 $as_echo_n "(cached) " >&6
2281else 2297else
2282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2288,12 +2304,12 @@ if ac_fn_c_try_cpp "$LINENO"; then :
2288else 2304else
2289 eval "$3=no" 2305 eval "$3=no"
2290fi 2306fi
2291rm -f conftest.err conftest.$ac_ext 2307rm -f conftest.err conftest.i conftest.$ac_ext
2292fi 2308fi
2293eval ac_res=\$$3 2309eval ac_res=\$$3
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2295$as_echo "$ac_res" >&6; } 2311$as_echo "$ac_res" >&6; }
2296 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2312 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2297 2313
2298} # ac_fn_c_check_header_preproc 2314} # ac_fn_c_check_header_preproc
2299 2315
@@ -2306,7 +2322,7 @@ ac_fn_c_check_member ()
2306 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2322 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 2323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2308$as_echo_n "checking for $2.$3... " >&6; } 2324$as_echo_n "checking for $2.$3... " >&6; }
2309if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : 2325if eval \${$4+:} false; then :
2310 $as_echo_n "(cached) " >&6 2326 $as_echo_n "(cached) " >&6
2311else 2327else
2312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2350,7 +2366,7 @@ fi
2350eval ac_res=\$$4 2366eval ac_res=\$$4
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2352$as_echo "$ac_res" >&6; } 2368$as_echo "$ac_res" >&6; }
2353 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2369 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2354 2370
2355} # ac_fn_c_check_member 2371} # ac_fn_c_check_member
2356 2372
@@ -2362,7 +2378,7 @@ ac_fn_c_check_func ()
2362 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2378 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2364$as_echo_n "checking for $2... " >&6; } 2380$as_echo_n "checking for $2... " >&6; }
2365if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2381if eval \${$3+:} false; then :
2366 $as_echo_n "(cached) " >&6 2382 $as_echo_n "(cached) " >&6
2367else 2383else
2368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2417,7 +2433,7 @@ fi
2417eval ac_res=\$$3 2433eval ac_res=\$$3
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2419$as_echo "$ac_res" >&6; } 2435$as_echo "$ac_res" >&6; }
2420 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2436 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2421 2437
2422} # ac_fn_c_check_func 2438} # ac_fn_c_check_func
2423 2439
@@ -2430,7 +2446,7 @@ ac_fn_c_check_type ()
2430 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2446 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2432$as_echo_n "checking for $2... " >&6; } 2448$as_echo_n "checking for $2... " >&6; }
2433if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2449if eval \${$3+:} false; then :
2434 $as_echo_n "(cached) " >&6 2450 $as_echo_n "(cached) " >&6
2435else 2451else
2436 eval "$3=no" 2452 eval "$3=no"
@@ -2471,7 +2487,7 @@ fi
2471eval ac_res=\$$3 2487eval ac_res=\$$3
2472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2473$as_echo "$ac_res" >&6; } 2489$as_echo "$ac_res" >&6; }
2474 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2490 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2475 2491
2476} # ac_fn_c_check_type 2492} # ac_fn_c_check_type
2477 2493
@@ -2648,7 +2664,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2648rm -f conftest.val 2664rm -f conftest.val
2649 2665
2650 fi 2666 fi
2651 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2667 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2652 as_fn_set_status $ac_retval 2668 as_fn_set_status $ac_retval
2653 2669
2654} # ac_fn_c_compute_int 2670} # ac_fn_c_compute_int
@@ -2657,7 +2673,7 @@ This file contains any messages produced by compilers while
2657running configure, to aid debugging if configure makes a mistake. 2673running configure, to aid debugging if configure makes a mistake.
2658 2674
2659It was created by emacs $as_me 24.0.50, which was 2675It was created by emacs $as_me 24.0.50, which was
2660generated by GNU Autoconf 2.65. Invocation command line was 2676generated by GNU Autoconf 2.68. Invocation command line was
2661 2677
2662 $ $0 $@ 2678 $ $0 $@
2663 2679
@@ -2767,11 +2783,9 @@ trap 'exit_status=$?
2767 { 2783 {
2768 echo 2784 echo
2769 2785
2770 cat <<\_ASBOX 2786 $as_echo "## ---------------- ##
2771## ---------------- ##
2772## Cache variables. ## 2787## Cache variables. ##
2773## ---------------- ## 2788## ---------------- ##"
2774_ASBOX
2775 echo 2789 echo
2776 # The following way of writing the cache mishandles newlines in values, 2790 # The following way of writing the cache mishandles newlines in values,
2777( 2791(
@@ -2805,11 +2819,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2805) 2819)
2806 echo 2820 echo
2807 2821
2808 cat <<\_ASBOX 2822 $as_echo "## ----------------- ##
2809## ----------------- ##
2810## Output variables. ## 2823## Output variables. ##
2811## ----------------- ## 2824## ----------------- ##"
2812_ASBOX
2813 echo 2825 echo
2814 for ac_var in $ac_subst_vars 2826 for ac_var in $ac_subst_vars
2815 do 2827 do
@@ -2822,11 +2834,9 @@ _ASBOX
2822 echo 2834 echo
2823 2835
2824 if test -n "$ac_subst_files"; then 2836 if test -n "$ac_subst_files"; then
2825 cat <<\_ASBOX 2837 $as_echo "## ------------------- ##
2826## ------------------- ##
2827## File substitutions. ## 2838## File substitutions. ##
2828## ------------------- ## 2839## ------------------- ##"
2829_ASBOX
2830 echo 2840 echo
2831 for ac_var in $ac_subst_files 2841 for ac_var in $ac_subst_files
2832 do 2842 do
@@ -2840,11 +2850,9 @@ _ASBOX
2840 fi 2850 fi
2841 2851
2842 if test -s confdefs.h; then 2852 if test -s confdefs.h; then
2843 cat <<\_ASBOX 2853 $as_echo "## ----------- ##
2844## ----------- ##
2845## confdefs.h. ## 2854## confdefs.h. ##
2846## ----------- ## 2855## ----------- ##"
2847_ASBOX
2848 echo 2856 echo
2849 cat confdefs.h 2857 cat confdefs.h
2850 echo 2858 echo
@@ -2899,7 +2907,12 @@ _ACEOF
2899ac_site_file1=NONE 2907ac_site_file1=NONE
2900ac_site_file2=NONE 2908ac_site_file2=NONE
2901if test -n "$CONFIG_SITE"; then 2909if test -n "$CONFIG_SITE"; then
2902 ac_site_file1=$CONFIG_SITE 2910 # We do not want a PATH search for config.site.
2911 case $CONFIG_SITE in #((
2912 -*) ac_site_file1=./$CONFIG_SITE;;
2913 */*) ac_site_file1=$CONFIG_SITE;;
2914 *) ac_site_file1=./$CONFIG_SITE;;
2915 esac
2903elif test "x$prefix" != xNONE; then 2916elif test "x$prefix" != xNONE; then
2904 ac_site_file1=$prefix/share/config.site 2917 ac_site_file1=$prefix/share/config.site
2905 ac_site_file2=$prefix/etc/config.site 2918 ac_site_file2=$prefix/etc/config.site
@@ -2914,7 +2927,11 @@ do
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2927 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2915$as_echo "$as_me: loading site script $ac_site_file" >&6;} 2928$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2916 sed 's/^/| /' "$ac_site_file" >&5 2929 sed 's/^/| /' "$ac_site_file" >&5
2917 . "$ac_site_file" 2930 . "$ac_site_file" \
2931 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2932$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2933as_fn_error $? "failed to load site script $ac_site_file
2934See \`config.log' for more details" "$LINENO" 5; }
2918 fi 2935 fi
2919done 2936done
2920 2937
@@ -3005,7 +3022,7 @@ if $ac_cache_corrupted; then
3005$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3022$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 3023 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3007$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 3024$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3008 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 3025 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3009fi 3026fi
3010## -------------------- ## 3027## -------------------- ##
3011## Main body of script. ## 3028## Main body of script. ##
@@ -3025,16 +3042,22 @@ am__api_version='1.11'
3025 3042
3026ac_aux_dir= 3043ac_aux_dir=
3027for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 3044for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3028 for ac_t in install-sh install.sh shtool; do 3045 if test -f "$ac_dir/install-sh"; then
3029 if test -f "$ac_dir/$ac_t"; then 3046 ac_aux_dir=$ac_dir
3030 ac_aux_dir=$ac_dir 3047 ac_install_sh="$ac_aux_dir/install-sh -c"
3031 ac_install_sh="$ac_aux_dir/$ac_t -c" 3048 break
3032 break 2 3049 elif test -f "$ac_dir/install.sh"; then
3033 fi 3050 ac_aux_dir=$ac_dir
3034 done 3051 ac_install_sh="$ac_aux_dir/install.sh -c"
3052 break
3053 elif test -f "$ac_dir/shtool"; then
3054 ac_aux_dir=$ac_dir
3055 ac_install_sh="$ac_aux_dir/shtool install -c"
3056 break
3057 fi
3035done 3058done
3036if test -z "$ac_aux_dir"; then 3059if test -z "$ac_aux_dir"; then
3037 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 3060 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3038fi 3061fi
3039 3062
3040# These three variables are undocumented and unsupported, 3063# These three variables are undocumented and unsupported,
@@ -3063,7 +3086,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3064$as_echo_n "checking for a BSD-compatible install... " >&6; } 3087$as_echo_n "checking for a BSD-compatible install... " >&6; }
3065if test -z "$INSTALL"; then 3088if test -z "$INSTALL"; then
3066if test "${ac_cv_path_install+set}" = set; then : 3089if ${ac_cv_path_install+:} false; then :
3067 $as_echo_n "(cached) " >&6 3090 $as_echo_n "(cached) " >&6
3068else 3091else
3069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3150,11 +3173,11 @@ am_lf='
3150' 3173'
3151case `pwd` in 3174case `pwd` in
3152 *[\\\"\#\$\&\'\`$am_lf]*) 3175 *[\\\"\#\$\&\'\`$am_lf]*)
3153 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 3176 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3154esac 3177esac
3155case $srcdir in 3178case $srcdir in
3156 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 3179 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3157 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 3180 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3158esac 3181esac
3159 3182
3160# Do `set' in a subshell so we don't clobber the current shell's 3183# Do `set' in a subshell so we don't clobber the current shell's
@@ -3176,7 +3199,7 @@ if (
3176 # if, for instance, CONFIG_SHELL is bash and it inherits a 3199 # if, for instance, CONFIG_SHELL is bash and it inherits a
3177 # broken ls alias from the environment. This has actually 3200 # broken ls alias from the environment. This has actually
3178 # happened. Such a system could not be considered "sane". 3201 # happened. Such a system could not be considered "sane".
3179 as_fn_error "ls -t appears to fail. Make sure there is not a broken 3202 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3180alias in your environment" "$LINENO" 5 3203alias in your environment" "$LINENO" 5
3181 fi 3204 fi
3182 3205
@@ -3186,7 +3209,7 @@ then
3186 # Ok. 3209 # Ok.
3187 : 3210 :
3188else 3211else
3189 as_fn_error "newly created file is older than distributed files! 3212 as_fn_error $? "newly created file is older than distributed files!
3190Check your system clock" "$LINENO" 5 3213Check your system clock" "$LINENO" 5
3191fi 3214fi
3192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -3240,7 +3263,7 @@ if test "$cross_compiling" != no; then
3240set dummy ${ac_tool_prefix}strip; ac_word=$2 3263set dummy ${ac_tool_prefix}strip; ac_word=$2
3241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3242$as_echo_n "checking for $ac_word... " >&6; } 3265$as_echo_n "checking for $ac_word... " >&6; }
3243if test "${ac_cv_prog_STRIP+set}" = set; then : 3266if ${ac_cv_prog_STRIP+:} false; then :
3244 $as_echo_n "(cached) " >&6 3267 $as_echo_n "(cached) " >&6
3245else 3268else
3246 if test -n "$STRIP"; then 3269 if test -n "$STRIP"; then
@@ -3280,7 +3303,7 @@ if test -z "$ac_cv_prog_STRIP"; then
3280set dummy strip; ac_word=$2 3303set dummy strip; ac_word=$2
3281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3282$as_echo_n "checking for $ac_word... " >&6; } 3305$as_echo_n "checking for $ac_word... " >&6; }
3283if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 3306if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3284 $as_echo_n "(cached) " >&6 3307 $as_echo_n "(cached) " >&6
3285else 3308else
3286 if test -n "$ac_ct_STRIP"; then 3309 if test -n "$ac_ct_STRIP"; then
@@ -3333,7 +3356,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 3356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3334$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3357$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3335if test -z "$MKDIR_P"; then 3358if test -z "$MKDIR_P"; then
3336 if test "${ac_cv_path_mkdir+set}" = set; then : 3359 if ${ac_cv_path_mkdir+:} false; then :
3337 $as_echo_n "(cached) " >&6 3360 $as_echo_n "(cached) " >&6
3338else 3361else
3339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3385,7 +3408,7 @@ do
3385set dummy $ac_prog; ac_word=$2 3408set dummy $ac_prog; ac_word=$2
3386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3387$as_echo_n "checking for $ac_word... " >&6; } 3410$as_echo_n "checking for $ac_word... " >&6; }
3388if test "${ac_cv_prog_AWK+set}" = set; then : 3411if ${ac_cv_prog_AWK+:} false; then :
3389 $as_echo_n "(cached) " >&6 3412 $as_echo_n "(cached) " >&6
3390else 3413else
3391 if test -n "$AWK"; then 3414 if test -n "$AWK"; then
@@ -3425,7 +3448,7 @@ done
3425$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3448$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3426set x ${MAKE-make} 3449set x ${MAKE-make}
3427ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3450ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3428if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 3451if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3429 $as_echo_n "(cached) " >&6 3452 $as_echo_n "(cached) " >&6
3430else 3453else
3431 cat >conftest.make <<\_ACEOF 3454 cat >conftest.make <<\_ACEOF
@@ -3433,7 +3456,7 @@ SHELL = /bin/sh
3433all: 3456all:
3434 @echo '@@@%%%=$(MAKE)=@@@%%%' 3457 @echo '@@@%%%=$(MAKE)=@@@%%%'
3435_ACEOF 3458_ACEOF
3436# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 3459# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3437case `${MAKE-make} -f conftest.make 2>/dev/null` in 3460case `${MAKE-make} -f conftest.make 2>/dev/null` in
3438 *@@@%%%=?*=@@@%%%*) 3461 *@@@%%%=?*=@@@%%%*)
3439 eval ac_cv_prog_make_${ac_make}_set=yes;; 3462 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -3467,7 +3490,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then
3467 am__isrc=' -I$(srcdir)' 3490 am__isrc=' -I$(srcdir)'
3468 # test to see if srcdir already configured 3491 # test to see if srcdir already configured
3469 if test -f $srcdir/config.status; then 3492 if test -f $srcdir/config.status; then
3470 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 3493 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3471 fi 3494 fi
3472fi 3495fi
3473 3496
@@ -3670,7 +3693,7 @@ if test "${with_x_toolkit+set}" = set; then :
3670 g | gt | gtk ) val=gtk ;; 3693 g | gt | gtk ) val=gtk ;;
3671 gtk3 ) val=gtk3 ;; 3694 gtk3 ) val=gtk3 ;;
3672 * ) 3695 * )
3673as_fn_error "\`--with-x-toolkit=$withval' is invalid; 3696as_fn_error $? "\`--with-x-toolkit=$withval' is invalid;
3674this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or 3697this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or
3675\`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 3698\`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5
3676 ;; 3699 ;;
@@ -3983,7 +4006,7 @@ do
3983 stringfreelist) ac_gc_check_string_free_list=1 ;; 4006 stringfreelist) ac_gc_check_string_free_list=1 ;;
3984 xmallocoverrun) ac_xmalloc_overrun=1 ;; 4007 xmallocoverrun) ac_xmalloc_overrun=1 ;;
3985 conslist) ac_gc_check_cons_list=1 ;; 4008 conslist) ac_gc_check_cons_list=1 ;;
3986 *) as_fn_error "unknown check category $check" "$LINENO" 5 ;; 4009 *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;;
3987 esac 4010 esac
3988done 4011done
3989IFS="$ac_save_IFS" 4012IFS="$ac_save_IFS"
@@ -4098,27 +4121,27 @@ fi
4098 4121
4099# Make sure we can run config.sub. 4122# Make sure we can run config.sub.
4100$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4123$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4101 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 4124 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4102 4125
4103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 4126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4104$as_echo_n "checking build system type... " >&6; } 4127$as_echo_n "checking build system type... " >&6; }
4105if test "${ac_cv_build+set}" = set; then : 4128if ${ac_cv_build+:} false; then :
4106 $as_echo_n "(cached) " >&6 4129 $as_echo_n "(cached) " >&6
4107else 4130else
4108 ac_build_alias=$build_alias 4131 ac_build_alias=$build_alias
4109test "x$ac_build_alias" = x && 4132test "x$ac_build_alias" = x &&
4110 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4133 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4111test "x$ac_build_alias" = x && 4134test "x$ac_build_alias" = x &&
4112 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 4135 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4113ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4136ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4114 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 4137 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4115 4138
4116fi 4139fi
4117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 4140{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4118$as_echo "$ac_cv_build" >&6; } 4141$as_echo "$ac_cv_build" >&6; }
4119case $ac_cv_build in 4142case $ac_cv_build in
4120*-*-*) ;; 4143*-*-*) ;;
4121*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 4144*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4122esac 4145esac
4123build=$ac_cv_build 4146build=$ac_cv_build
4124ac_save_IFS=$IFS; IFS='-' 4147ac_save_IFS=$IFS; IFS='-'
@@ -4136,14 +4159,14 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4136 4159
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 4160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4138$as_echo_n "checking host system type... " >&6; } 4161$as_echo_n "checking host system type... " >&6; }
4139if test "${ac_cv_host+set}" = set; then : 4162if ${ac_cv_host+:} false; then :
4140 $as_echo_n "(cached) " >&6 4163 $as_echo_n "(cached) " >&6
4141else 4164else
4142 if test "x$host_alias" = x; then 4165 if test "x$host_alias" = x; then
4143 ac_cv_host=$ac_cv_build 4166 ac_cv_host=$ac_cv_build
4144else 4167else
4145 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 4168 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4146 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 4169 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4147fi 4170fi
4148 4171
4149fi 4172fi
@@ -4151,7 +4174,7 @@ fi
4151$as_echo "$ac_cv_host" >&6; } 4174$as_echo "$ac_cv_host" >&6; }
4152case $ac_cv_host in 4175case $ac_cv_host in
4153*-*-*) ;; 4176*-*-*) ;;
4154*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 4177*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4155esac 4178esac
4156host=$ac_cv_host 4179host=$ac_cv_host
4157ac_save_IFS=$IFS; IFS='-' 4180ac_save_IFS=$IFS; IFS='-'
@@ -4405,7 +4428,7 @@ fi
4405 4428
4406 4429
4407if test $unported = yes; then 4430if test $unported = yes; then
4408 as_fn_error "Emacs hasn't been ported to \`${canonical}' systems. 4431 as_fn_error $? "Emacs hasn't been ported to \`${canonical}' systems.
4409Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 4432Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
4410fi 4433fi
4411 4434
@@ -4433,7 +4456,7 @@ if test -n "$ac_tool_prefix"; then
4433set dummy ${ac_tool_prefix}gcc; ac_word=$2 4456set dummy ${ac_tool_prefix}gcc; ac_word=$2
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4435$as_echo_n "checking for $ac_word... " >&6; } 4458$as_echo_n "checking for $ac_word... " >&6; }
4436if test "${ac_cv_prog_CC+set}" = set; then : 4459if ${ac_cv_prog_CC+:} false; then :
4437 $as_echo_n "(cached) " >&6 4460 $as_echo_n "(cached) " >&6
4438else 4461else
4439 if test -n "$CC"; then 4462 if test -n "$CC"; then
@@ -4473,7 +4496,7 @@ if test -z "$ac_cv_prog_CC"; then
4473set dummy gcc; ac_word=$2 4496set dummy gcc; ac_word=$2
4474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4475$as_echo_n "checking for $ac_word... " >&6; } 4498$as_echo_n "checking for $ac_word... " >&6; }
4476if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4499if ${ac_cv_prog_ac_ct_CC+:} false; then :
4477 $as_echo_n "(cached) " >&6 4500 $as_echo_n "(cached) " >&6
4478else 4501else
4479 if test -n "$ac_ct_CC"; then 4502 if test -n "$ac_ct_CC"; then
@@ -4526,7 +4549,7 @@ if test -z "$CC"; then
4526set dummy ${ac_tool_prefix}cc; ac_word=$2 4549set dummy ${ac_tool_prefix}cc; ac_word=$2
4527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4528$as_echo_n "checking for $ac_word... " >&6; } 4551$as_echo_n "checking for $ac_word... " >&6; }
4529if test "${ac_cv_prog_CC+set}" = set; then : 4552if ${ac_cv_prog_CC+:} false; then :
4530 $as_echo_n "(cached) " >&6 4553 $as_echo_n "(cached) " >&6
4531else 4554else
4532 if test -n "$CC"; then 4555 if test -n "$CC"; then
@@ -4566,7 +4589,7 @@ if test -z "$CC"; then
4566set dummy cc; ac_word=$2 4589set dummy cc; ac_word=$2
4567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4568$as_echo_n "checking for $ac_word... " >&6; } 4591$as_echo_n "checking for $ac_word... " >&6; }
4569if test "${ac_cv_prog_CC+set}" = set; then : 4592if ${ac_cv_prog_CC+:} false; then :
4570 $as_echo_n "(cached) " >&6 4593 $as_echo_n "(cached) " >&6
4571else 4594else
4572 if test -n "$CC"; then 4595 if test -n "$CC"; then
@@ -4625,7 +4648,7 @@ if test -z "$CC"; then
4625set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4648set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4627$as_echo_n "checking for $ac_word... " >&6; } 4650$as_echo_n "checking for $ac_word... " >&6; }
4628if test "${ac_cv_prog_CC+set}" = set; then : 4651if ${ac_cv_prog_CC+:} false; then :
4629 $as_echo_n "(cached) " >&6 4652 $as_echo_n "(cached) " >&6
4630else 4653else
4631 if test -n "$CC"; then 4654 if test -n "$CC"; then
@@ -4669,7 +4692,7 @@ do
4669set dummy $ac_prog; ac_word=$2 4692set dummy $ac_prog; ac_word=$2
4670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4671$as_echo_n "checking for $ac_word... " >&6; } 4694$as_echo_n "checking for $ac_word... " >&6; }
4672if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4695if ${ac_cv_prog_ac_ct_CC+:} false; then :
4673 $as_echo_n "(cached) " >&6 4696 $as_echo_n "(cached) " >&6
4674else 4697else
4675 if test -n "$ac_ct_CC"; then 4698 if test -n "$ac_ct_CC"; then
@@ -4723,8 +4746,8 @@ fi
4723 4746
4724test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4747test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4725$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4748$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4726as_fn_error "no acceptable C compiler found in \$PATH 4749as_fn_error $? "no acceptable C compiler found in \$PATH
4727See \`config.log' for more details." "$LINENO" 5; } 4750See \`config.log' for more details" "$LINENO" 5; }
4728 4751
4729# Provide some information about the compiler. 4752# Provide some information about the compiler.
4730$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 4753$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -4838,9 +4861,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
4838 4861
4839{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4862{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4840$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4863$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4841{ as_fn_set_status 77 4864as_fn_error 77 "C compiler cannot create executables
4842as_fn_error "C compiler cannot create executables 4865See \`config.log' for more details" "$LINENO" 5; }
4843See \`config.log' for more details." "$LINENO" 5; }; }
4844else 4866else
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 4867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4846$as_echo "yes" >&6; } 4868$as_echo "yes" >&6; }
@@ -4882,8 +4904,8 @@ done
4882else 4904else
4883 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4905 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4884$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4906$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4885as_fn_error "cannot compute suffix of executables: cannot compile and link 4907as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4886See \`config.log' for more details." "$LINENO" 5; } 4908See \`config.log' for more details" "$LINENO" 5; }
4887fi 4909fi
4888rm -f conftest conftest$ac_cv_exeext 4910rm -f conftest conftest$ac_cv_exeext
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 4911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -4940,9 +4962,9 @@ $as_echo "$ac_try_echo"; } >&5
4940 else 4962 else
4941 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4963 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4942$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4964$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4943as_fn_error "cannot run C compiled programs. 4965as_fn_error $? "cannot run C compiled programs.
4944If you meant to cross compile, use \`--host'. 4966If you meant to cross compile, use \`--host'.
4945See \`config.log' for more details." "$LINENO" 5; } 4967See \`config.log' for more details" "$LINENO" 5; }
4946 fi 4968 fi
4947 fi 4969 fi
4948fi 4970fi
@@ -4953,7 +4975,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4953ac_clean_files=$ac_clean_files_save 4975ac_clean_files=$ac_clean_files_save
4954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 4976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4955$as_echo_n "checking for suffix of object files... " >&6; } 4977$as_echo_n "checking for suffix of object files... " >&6; }
4956if test "${ac_cv_objext+set}" = set; then : 4978if ${ac_cv_objext+:} false; then :
4957 $as_echo_n "(cached) " >&6 4979 $as_echo_n "(cached) " >&6
4958else 4980else
4959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -4993,8 +5015,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
4993 5015
4994{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5016{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4995$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5017$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4996as_fn_error "cannot compute suffix of object files: cannot compile 5018as_fn_error $? "cannot compute suffix of object files: cannot compile
4997See \`config.log' for more details." "$LINENO" 5; } 5019See \`config.log' for more details" "$LINENO" 5; }
4998fi 5020fi
4999rm -f conftest.$ac_cv_objext conftest.$ac_ext 5021rm -f conftest.$ac_cv_objext conftest.$ac_ext
5000fi 5022fi
@@ -5004,7 +5026,7 @@ OBJEXT=$ac_cv_objext
5004ac_objext=$OBJEXT 5026ac_objext=$OBJEXT
5005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 5027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5006$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 5028$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5007if test "${ac_cv_c_compiler_gnu+set}" = set; then : 5029if ${ac_cv_c_compiler_gnu+:} false; then :
5008 $as_echo_n "(cached) " >&6 5030 $as_echo_n "(cached) " >&6
5009else 5031else
5010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5041,7 +5063,7 @@ ac_test_CFLAGS=${CFLAGS+set}
5041ac_save_CFLAGS=$CFLAGS 5063ac_save_CFLAGS=$CFLAGS
5042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 5064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5043$as_echo_n "checking whether $CC accepts -g... " >&6; } 5065$as_echo_n "checking whether $CC accepts -g... " >&6; }
5044if test "${ac_cv_prog_cc_g+set}" = set; then : 5066if ${ac_cv_prog_cc_g+:} false; then :
5045 $as_echo_n "(cached) " >&6 5067 $as_echo_n "(cached) " >&6
5046else 5068else
5047 ac_save_c_werror_flag=$ac_c_werror_flag 5069 ac_save_c_werror_flag=$ac_c_werror_flag
@@ -5119,7 +5141,7 @@ else
5119fi 5141fi
5120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 5142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5121$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 5143$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5122if test "${ac_cv_prog_cc_c89+set}" = set; then : 5144if ${ac_cv_prog_cc_c89+:} false; then :
5123 $as_echo_n "(cached) " >&6 5145 $as_echo_n "(cached) " >&6
5124else 5146else
5125 ac_cv_prog_cc_c89=no 5147 ac_cv_prog_cc_c89=no
@@ -5280,7 +5302,7 @@ depcc="$CC" am_compiler_list=
5280 5302
5281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 5303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5282$as_echo_n "checking dependency style of $depcc... " >&6; } 5304$as_echo_n "checking dependency style of $depcc... " >&6; }
5283if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 5305if ${am_cv_CC_dependencies_compiler_type+:} false; then :
5284 $as_echo_n "(cached) " >&6 5306 $as_echo_n "(cached) " >&6
5285else 5307else
5286 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 5308 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
@@ -5412,7 +5434,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5412fi 5434fi
5413set dummy $CC; ac_cc=`$as_echo "$2" | 5435set dummy $CC; ac_cc=`$as_echo "$2" |
5414 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 5436 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5415if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : 5437if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
5416 $as_echo_n "(cached) " >&6 5438 $as_echo_n "(cached) " >&6
5417else 5439else
5418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5536,7 +5558,7 @@ if test -n "$ac_tool_prefix"; then
5536set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5558set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5538$as_echo_n "checking for $ac_word... " >&6; } 5560$as_echo_n "checking for $ac_word... " >&6; }
5539if test "${ac_cv_prog_RANLIB+set}" = set; then : 5561if ${ac_cv_prog_RANLIB+:} false; then :
5540 $as_echo_n "(cached) " >&6 5562 $as_echo_n "(cached) " >&6
5541else 5563else
5542 if test -n "$RANLIB"; then 5564 if test -n "$RANLIB"; then
@@ -5576,7 +5598,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
5576set dummy ranlib; ac_word=$2 5598set dummy ranlib; ac_word=$2
5577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 5599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5578$as_echo_n "checking for $ac_word... " >&6; } 5600$as_echo_n "checking for $ac_word... " >&6; }
5579if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 5601if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5580 $as_echo_n "(cached) " >&6 5602 $as_echo_n "(cached) " >&6
5581else 5603else
5582 if test -n "$ac_ct_RANLIB"; then 5604 if test -n "$ac_ct_RANLIB"; then
@@ -5636,7 +5658,7 @@ if test -n "$CPP" && test -d "$CPP"; then
5636 CPP= 5658 CPP=
5637fi 5659fi
5638if test -z "$CPP"; then 5660if test -z "$CPP"; then
5639 if test "${ac_cv_prog_CPP+set}" = set; then : 5661 if ${ac_cv_prog_CPP+:} false; then :
5640 $as_echo_n "(cached) " >&6 5662 $as_echo_n "(cached) " >&6
5641else 5663else
5642 # Double quotes because CPP needs to be expanded 5664 # Double quotes because CPP needs to be expanded
@@ -5666,7 +5688,7 @@ else
5666 # Broken: fails on valid input. 5688 # Broken: fails on valid input.
5667continue 5689continue
5668fi 5690fi
5669rm -f conftest.err conftest.$ac_ext 5691rm -f conftest.err conftest.i conftest.$ac_ext
5670 5692
5671 # OK, works on sane cases. Now check whether nonexistent headers 5693 # OK, works on sane cases. Now check whether nonexistent headers
5672 # can be detected and how. 5694 # can be detected and how.
@@ -5682,11 +5704,11 @@ else
5682ac_preproc_ok=: 5704ac_preproc_ok=:
5683break 5705break
5684fi 5706fi
5685rm -f conftest.err conftest.$ac_ext 5707rm -f conftest.err conftest.i conftest.$ac_ext
5686 5708
5687done 5709done
5688# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5710# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5689rm -f conftest.err conftest.$ac_ext 5711rm -f conftest.i conftest.err conftest.$ac_ext
5690if $ac_preproc_ok; then : 5712if $ac_preproc_ok; then :
5691 break 5713 break
5692fi 5714fi
@@ -5725,7 +5747,7 @@ else
5725 # Broken: fails on valid input. 5747 # Broken: fails on valid input.
5726continue 5748continue
5727fi 5749fi
5728rm -f conftest.err conftest.$ac_ext 5750rm -f conftest.err conftest.i conftest.$ac_ext
5729 5751
5730 # OK, works on sane cases. Now check whether nonexistent headers 5752 # OK, works on sane cases. Now check whether nonexistent headers
5731 # can be detected and how. 5753 # can be detected and how.
@@ -5741,18 +5763,18 @@ else
5741ac_preproc_ok=: 5763ac_preproc_ok=:
5742break 5764break
5743fi 5765fi
5744rm -f conftest.err conftest.$ac_ext 5766rm -f conftest.err conftest.i conftest.$ac_ext
5745 5767
5746done 5768done
5747# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5769# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5748rm -f conftest.err conftest.$ac_ext 5770rm -f conftest.i conftest.err conftest.$ac_ext
5749if $ac_preproc_ok; then : 5771if $ac_preproc_ok; then :
5750 5772
5751else 5773else
5752 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5774 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5753$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5775$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5754as_fn_error "C preprocessor \"$CPP\" fails sanity check 5776as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5755See \`config.log' for more details." "$LINENO" 5; } 5777See \`config.log' for more details" "$LINENO" 5; }
5756fi 5778fi
5757 5779
5758ac_ext=c 5780ac_ext=c
@@ -5764,7 +5786,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
5764 5786
5765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 5787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5766$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 5788$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5767if test "${ac_cv_path_GREP+set}" = set; then : 5789if ${ac_cv_path_GREP+:} false; then :
5768 $as_echo_n "(cached) " >&6 5790 $as_echo_n "(cached) " >&6
5769else 5791else
5770 if test -z "$GREP"; then 5792 if test -z "$GREP"; then
@@ -5813,7 +5835,7 @@ esac
5813 done 5835 done
5814IFS=$as_save_IFS 5836IFS=$as_save_IFS
5815 if test -z "$ac_cv_path_GREP"; then 5837 if test -z "$ac_cv_path_GREP"; then
5816 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5838 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5817 fi 5839 fi
5818else 5840else
5819 ac_cv_path_GREP=$GREP 5841 ac_cv_path_GREP=$GREP
@@ -5827,7 +5849,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }
5827 5849
5828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 5850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5829$as_echo_n "checking for egrep... " >&6; } 5851$as_echo_n "checking for egrep... " >&6; }
5830if test "${ac_cv_path_EGREP+set}" = set; then : 5852if ${ac_cv_path_EGREP+:} false; then :
5831 $as_echo_n "(cached) " >&6 5853 $as_echo_n "(cached) " >&6
5832else 5854else
5833 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 5855 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
@@ -5879,7 +5901,7 @@ esac
5879 done 5901 done
5880IFS=$as_save_IFS 5902IFS=$as_save_IFS
5881 if test -z "$ac_cv_path_EGREP"; then 5903 if test -z "$ac_cv_path_EGREP"; then
5882 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5904 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5883 fi 5905 fi
5884else 5906else
5885 ac_cv_path_EGREP=$EGREP 5907 ac_cv_path_EGREP=$EGREP
@@ -5894,7 +5916,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
5894 5916
5895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 5917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5896$as_echo_n "checking for ANSI C header files... " >&6; } 5918$as_echo_n "checking for ANSI C header files... " >&6; }
5897if test "${ac_cv_header_stdc+set}" = set; then : 5919if ${ac_cv_header_stdc+:} false; then :
5898 $as_echo_n "(cached) " >&6 5920 $as_echo_n "(cached) " >&6
5899else 5921else
5900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6011,8 +6033,7 @@ do :
6011 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6012ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 6034ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6013" 6035"
6014eval as_val=\$$as_ac_Header 6036if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6015 if test "x$as_val" = x""yes; then :
6016 cat >>confdefs.h <<_ACEOF 6037 cat >>confdefs.h <<_ACEOF
6017#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6038#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6018_ACEOF 6039_ACEOF
@@ -6026,7 +6047,7 @@ done
6026 6047
6027 6048
6028 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 6049 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
6029if test "x$ac_cv_header_minix_config_h" = x""yes; then : 6050if test "x$ac_cv_header_minix_config_h" = xyes; then :
6030 MINIX=yes 6051 MINIX=yes
6031else 6052else
6032 MINIX= 6053 MINIX=
@@ -6056,7 +6077,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
6056 6077
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 6078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
6058$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 6079$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
6059if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : 6080if ${ac_cv_safe_to_define___extensions__+:} false; then :
6060 $as_echo_n "(cached) " >&6 6081 $as_echo_n "(cached) " >&6
6061else 6082else
6062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6145,7 +6166,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
6145 test x"$CPP" = x; then 6166 test x"$CPP" = x; then
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5
6147$as_echo_n "checking whether we are using a Sun C compiler... " >&6; } 6168$as_echo_n "checking whether we are using a Sun C compiler... " >&6; }
6148 if test "${emacs_cv_sunpro_c+set}" = set; then : 6169 if ${emacs_cv_sunpro_c+:} false; then :
6149 $as_echo_n "(cached) " >&6 6170 $as_echo_n "(cached) " >&6
6150else 6171else
6151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6313,7 +6334,7 @@ if test -n "$CPP" && test -d "$CPP"; then
6313 CPP= 6334 CPP=
6314fi 6335fi
6315if test -z "$CPP"; then 6336if test -z "$CPP"; then
6316 if test "${ac_cv_prog_CPP+set}" = set; then : 6337 if ${ac_cv_prog_CPP+:} false; then :
6317 $as_echo_n "(cached) " >&6 6338 $as_echo_n "(cached) " >&6
6318else 6339else
6319 # Double quotes because CPP needs to be expanded 6340 # Double quotes because CPP needs to be expanded
@@ -6343,7 +6364,7 @@ else
6343 # Broken: fails on valid input. 6364 # Broken: fails on valid input.
6344continue 6365continue
6345fi 6366fi
6346rm -f conftest.err conftest.$ac_ext 6367rm -f conftest.err conftest.i conftest.$ac_ext
6347 6368
6348 # OK, works on sane cases. Now check whether nonexistent headers 6369 # OK, works on sane cases. Now check whether nonexistent headers
6349 # can be detected and how. 6370 # can be detected and how.
@@ -6359,11 +6380,11 @@ else
6359ac_preproc_ok=: 6380ac_preproc_ok=:
6360break 6381break
6361fi 6382fi
6362rm -f conftest.err conftest.$ac_ext 6383rm -f conftest.err conftest.i conftest.$ac_ext
6363 6384
6364done 6385done
6365# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6386# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6366rm -f conftest.err conftest.$ac_ext 6387rm -f conftest.i conftest.err conftest.$ac_ext
6367if $ac_preproc_ok; then : 6388if $ac_preproc_ok; then :
6368 break 6389 break
6369fi 6390fi
@@ -6402,7 +6423,7 @@ else
6402 # Broken: fails on valid input. 6423 # Broken: fails on valid input.
6403continue 6424continue
6404fi 6425fi
6405rm -f conftest.err conftest.$ac_ext 6426rm -f conftest.err conftest.i conftest.$ac_ext
6406 6427
6407 # OK, works on sane cases. Now check whether nonexistent headers 6428 # OK, works on sane cases. Now check whether nonexistent headers
6408 # can be detected and how. 6429 # can be detected and how.
@@ -6418,18 +6439,18 @@ else
6418ac_preproc_ok=: 6439ac_preproc_ok=:
6419break 6440break
6420fi 6441fi
6421rm -f conftest.err conftest.$ac_ext 6442rm -f conftest.err conftest.i conftest.$ac_ext
6422 6443
6423done 6444done
6424# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6445# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6425rm -f conftest.err conftest.$ac_ext 6446rm -f conftest.i conftest.err conftest.$ac_ext
6426if $ac_preproc_ok; then : 6447if $ac_preproc_ok; then :
6427 6448
6428else 6449else
6429 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 6450 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6430$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 6451$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6431as_fn_error "C preprocessor \"$CPP\" fails sanity check 6452as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6432See \`config.log' for more details." "$LINENO" 5; } 6453See \`config.log' for more details" "$LINENO" 5; }
6433fi 6454fi
6434 6455
6435ac_ext=c 6456ac_ext=c
@@ -6445,7 +6466,7 @@ if test "x$RANLIB" = x; then
6445set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6466set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6447$as_echo_n "checking for $ac_word... " >&6; } 6468$as_echo_n "checking for $ac_word... " >&6; }
6448if test "${ac_cv_prog_RANLIB+set}" = set; then : 6469if ${ac_cv_prog_RANLIB+:} false; then :
6449 $as_echo_n "(cached) " >&6 6470 $as_echo_n "(cached) " >&6
6450else 6471else
6451 if test -n "$RANLIB"; then 6472 if test -n "$RANLIB"; then
@@ -6485,7 +6506,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
6485set dummy ranlib; ac_word=$2 6506set dummy ranlib; ac_word=$2
6486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6487$as_echo_n "checking for $ac_word... " >&6; } 6508$as_echo_n "checking for $ac_word... " >&6; }
6488if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6509if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6489 $as_echo_n "(cached) " >&6 6510 $as_echo_n "(cached) " >&6
6490else 6511else
6491 if test -n "$ac_ct_RANLIB"; then 6512 if test -n "$ac_ct_RANLIB"; then
@@ -6540,7 +6561,7 @@ fi
6540## is running in i386 mode, we can help them out. 6561## is running in i386 mode, we can help them out.
6541if test "$machine" = "amdx86-64"; then 6562if test "$machine" = "amdx86-64"; then
6542 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" 6563 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default"
6543if test "x$ac_cv_have_decl_i386" = x""yes; then : 6564if test "x$ac_cv_have_decl_i386" = xyes; then :
6544 6565
6545fi 6566fi
6546 6567
@@ -6555,7 +6576,7 @@ fi
6555set dummy install-info; ac_word=$2 6576set dummy install-info; ac_word=$2
6556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6557$as_echo_n "checking for $ac_word... " >&6; } 6578$as_echo_n "checking for $ac_word... " >&6; }
6558if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6579if ${ac_cv_path_INSTALL_INFO+:} false; then :
6559 $as_echo_n "(cached) " >&6 6580 $as_echo_n "(cached) " >&6
6560else 6581else
6561 case $INSTALL_INFO in 6582 case $INSTALL_INFO in
@@ -6595,7 +6616,7 @@ fi
6595set dummy install-info; ac_word=$2 6616set dummy install-info; ac_word=$2
6596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6597$as_echo_n "checking for $ac_word... " >&6; } 6618$as_echo_n "checking for $ac_word... " >&6; }
6598if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6619if ${ac_cv_path_INSTALL_INFO+:} false; then :
6599 $as_echo_n "(cached) " >&6 6620 $as_echo_n "(cached) " >&6
6600else 6621else
6601 case $INSTALL_INFO in 6622 case $INSTALL_INFO in
@@ -6635,7 +6656,7 @@ fi
6635set dummy install-info; ac_word=$2 6656set dummy install-info; ac_word=$2
6636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6637$as_echo_n "checking for $ac_word... " >&6; } 6658$as_echo_n "checking for $ac_word... " >&6; }
6638if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6659if ${ac_cv_path_INSTALL_INFO+:} false; then :
6639 $as_echo_n "(cached) " >&6 6660 $as_echo_n "(cached) " >&6
6640else 6661else
6641 case $INSTALL_INFO in 6662 case $INSTALL_INFO in
@@ -6676,7 +6697,7 @@ fi
6676set dummy gzip; ac_word=$2 6697set dummy gzip; ac_word=$2
6677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6678$as_echo_n "checking for $ac_word... " >&6; } 6699$as_echo_n "checking for $ac_word... " >&6; }
6679if test "${ac_cv_path_GZIP_PROG+set}" = set; then : 6700if ${ac_cv_path_GZIP_PROG+:} false; then :
6680 $as_echo_n "(cached) " >&6 6701 $as_echo_n "(cached) " >&6
6681else 6702else
6682 case $GZIP_PROG in 6703 case $GZIP_PROG in
@@ -6719,7 +6740,7 @@ fi
6719set dummy makeinfo; ac_word=$2 6740set dummy makeinfo; ac_word=$2
6720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 6741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6721$as_echo_n "checking for $ac_word... " >&6; } 6742$as_echo_n "checking for $ac_word... " >&6; }
6722if test "${ac_cv_path_MAKEINFO+set}" = set; then : 6743if ${ac_cv_path_MAKEINFO+:} false; then :
6723 $as_echo_n "(cached) " >&6 6744 $as_echo_n "(cached) " >&6
6724else 6745else
6725 case $MAKEINFO in 6746 case $MAKEINFO in
@@ -6777,7 +6798,7 @@ if test "$MAKEINFO" = "no"; then
6777 if test "x${with_makeinfo}" = "xno"; then 6798 if test "x${with_makeinfo}" = "xno"; then
6778 HAVE_MAKEINFO=no 6799 HAVE_MAKEINFO=no
6779 elif test ! -e $srcdir/info/emacs; then 6800 elif test ! -e $srcdir/info/emacs; then
6780 as_fn_error "You do not seem to have makeinfo >= 4.6, and your 6801 as_fn_error $? "You do not seem to have makeinfo >= 4.6, and your
6781source tree does not seem to have pre-built manuals in the \`info' directory. 6802source tree does not seem to have pre-built manuals in the \`info' directory.
6782Either install a suitable version of makeinfo, or re-run configure 6803Either install a suitable version of makeinfo, or re-run configure
6783with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 6804with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
@@ -6925,7 +6946,7 @@ esac
6925C_SWITCH_MACHINE= 6946C_SWITCH_MACHINE=
6926if test "$machine" = "alpha"; then 6947if test "$machine" = "alpha"; then
6927 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" 6948 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
6928if test "x$ac_cv_have_decl___ELF__" = x""yes; then : 6949if test "x$ac_cv_have_decl___ELF__" = xyes; then :
6929 6950
6930fi 6951fi
6931 6952
@@ -6938,7 +6959,7 @@ fi
6938 if test "x$GCC" = "xyes"; then 6959 if test "x$GCC" = "xyes"; then
6939 C_SWITCH_MACHINE="-fno-common" 6960 C_SWITCH_MACHINE="-fno-common"
6940 else 6961 else
6941 as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5 6962 as_fn_error $? "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5
6942 fi 6963 fi
6943 else 6964 else
6944 UNEXEC_OBJ=unexalpha.o 6965 UNEXEC_OBJ=unexalpha.o
@@ -6993,7 +7014,7 @@ if test "$enable_largefile" != no; then
6993 7014
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 7015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6995$as_echo_n "checking for special C compiler options needed for large files... " >&6; } 7016$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6996if test "${ac_cv_sys_largefile_CC+set}" = set; then : 7017if ${ac_cv_sys_largefile_CC+:} false; then :
6997 $as_echo_n "(cached) " >&6 7018 $as_echo_n "(cached) " >&6
6998else 7019else
6999 ac_cv_sys_largefile_CC=no 7020 ac_cv_sys_largefile_CC=no
@@ -7044,7 +7065,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; }
7044 7065
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 7066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7046$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } 7067$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7047if test "${ac_cv_sys_file_offset_bits+set}" = set; then : 7068if ${ac_cv_sys_file_offset_bits+:} false; then :
7048 $as_echo_n "(cached) " >&6 7069 $as_echo_n "(cached) " >&6
7049else 7070else
7050 while :; do 7071 while :; do
@@ -7113,7 +7134,7 @@ rm -rf conftest*
7113 if test $ac_cv_sys_file_offset_bits = unknown; then 7134 if test $ac_cv_sys_file_offset_bits = unknown; then
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 7135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7115$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } 7136$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7116if test "${ac_cv_sys_large_files+set}" = set; then : 7137if ${ac_cv_sys_large_files+:} false; then :
7117 $as_echo_n "(cached) " >&6 7138 $as_echo_n "(cached) " >&6
7118else 7139else
7119 while :; do 7140 while :; do
@@ -7214,7 +7235,7 @@ else
7214 ## Some platforms don't use any of these files, so it is not 7235 ## Some platforms don't use any of these files, so it is not
7215 ## appropriate to put this test outside the if block. 7236 ## appropriate to put this test outside the if block.
7216 test -e $CRT_DIR/crtn.o || test -e $CRT_DIR/crt0.o || \ 7237 test -e $CRT_DIR/crtn.o || test -e $CRT_DIR/crt0.o || \
7217 as_fn_error "crt*.o not found in specified location." "$LINENO" 5 7238 as_fn_error $? "crt*.o not found in specified location." "$LINENO" 5
7218 7239
7219fi 7240fi
7220 7241
@@ -7269,8 +7290,7 @@ if test "${with_sound}" != "no"; then
7269do : 7290do :
7270 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7291 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7271ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 7292ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7272eval as_val=\$$as_ac_Header 7293if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7273 if test "x$as_val" = x""yes; then :
7274 cat >>confdefs.h <<_ACEOF 7294 cat >>confdefs.h <<_ACEOF
7275#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 7295#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7276_ACEOF 7296_ACEOF
@@ -7282,7 +7302,7 @@ done
7282 # Emulation library used on NetBSD. 7302 # Emulation library used on NetBSD.
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 7303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
7284$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } 7304$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
7285if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : 7305if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
7286 $as_echo_n "(cached) " >&6 7306 $as_echo_n "(cached) " >&6
7287else 7307else
7288 ac_check_lib_save_LIBS=$LIBS 7308 ac_check_lib_save_LIBS=$LIBS
@@ -7316,7 +7336,7 @@ LIBS=$ac_check_lib_save_LIBS
7316fi 7336fi
7317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 7337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7318$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } 7338$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7319if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : 7339if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
7320 LIBSOUND=-lossaudio 7340 LIBSOUND=-lossaudio
7321else 7341else
7322 LIBSOUND= 7342 LIBSOUND=
@@ -7333,7 +7353,7 @@ fi
7333set dummy pkg-config; ac_word=$2 7353set dummy pkg-config; ac_word=$2
7334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7335$as_echo_n "checking for $ac_word... " >&6; } 7355$as_echo_n "checking for $ac_word... " >&6; }
7336if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 7356if ${ac_cv_path_PKG_CONFIG+:} false; then :
7337 $as_echo_n "(cached) " >&6 7357 $as_echo_n "(cached) " >&6
7338else 7358else
7339 case $PKG_CONFIG in 7359 case $PKG_CONFIG in
@@ -7461,7 +7481,7 @@ else
7461fi 7481fi
7462rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7463 if test "$emacs_alsa_subdir" != yes; then 7483 if test "$emacs_alsa_subdir" != yes; then
7464 as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 7484 as_fn_error $? "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5
7465 fi 7485 fi
7466 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" 7486 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
7467 fi 7487 fi
@@ -7496,8 +7516,7 @@ for ac_header in sys/select.h sys/time.h unistd.h utime.h \
7496do : 7516do :
7497 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 7517 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7498ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 7518ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7499eval as_val=\$$as_ac_Header 7519if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7500 if test "x$as_val" = x""yes; then :
7501 cat >>confdefs.h <<_ACEOF 7520 cat >>confdefs.h <<_ACEOF
7502#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 7521#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7503_ACEOF 7522_ACEOF
@@ -7538,7 +7557,7 @@ fi
7538for ac_header in term.h 7557for ac_header in term.h
7539do : 7558do :
7540 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" 7559 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
7541if test "x$ac_cv_header_term_h" = x""yes; then : 7560if test "x$ac_cv_header_term_h" = xyes; then :
7542 cat >>confdefs.h <<_ACEOF 7561 cat >>confdefs.h <<_ACEOF
7543#define HAVE_TERM_H 1 7562#define HAVE_TERM_H 1
7544_ACEOF 7563_ACEOF
@@ -7549,7 +7568,7 @@ done
7549 7568
7550{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 7569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7551$as_echo_n "checking for ANSI C header files... " >&6; } 7570$as_echo_n "checking for ANSI C header files... " >&6; }
7552if test "${ac_cv_header_stdc+set}" = set; then : 7571if ${ac_cv_header_stdc+:} false; then :
7553 $as_echo_n "(cached) " >&6 7572 $as_echo_n "(cached) " >&6
7554else 7573else
7555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7661,7 +7680,7 @@ fi
7661 7680
7662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 7681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
7663$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 7682$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
7664if test "${ac_cv_header_time+set}" = set; then : 7683if ${ac_cv_header_time+:} false; then :
7665 $as_echo_n "(cached) " >&6 7684 $as_echo_n "(cached) " >&6
7666else 7685else
7667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7695,7 +7714,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
7695fi 7714fi
7696 7715
7697ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" 7716ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default"
7698if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : 7717if test "x$ac_cv_have_decl_sys_siglist" = xyes; then :
7699 ac_have_decl=1 7718 ac_have_decl=1
7700else 7719else
7701 ac_have_decl=0 7720 ac_have_decl=0
@@ -7708,7 +7727,7 @@ _ACEOF
7708if test $ac_cv_have_decl_sys_siglist != yes; then 7727if test $ac_cv_have_decl_sys_siglist != yes; then
7709 # For Tru64, at least: 7728 # For Tru64, at least:
7710 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" 7729 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default"
7711if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : 7730if test "x$ac_cv_have_decl___sys_siglist" = xyes; then :
7712 ac_have_decl=1 7731 ac_have_decl=1
7713else 7732else
7714 ac_have_decl=0 7733 ac_have_decl=0
@@ -7726,7 +7745,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
7726fi 7745fi
7727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 7746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
7728$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } 7747$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
7729if test "${ac_cv_header_sys_wait_h+set}" = set; then : 7748if ${ac_cv_header_sys_wait_h+:} false; then :
7730 $as_echo_n "(cached) " >&6 7749 $as_echo_n "(cached) " >&6
7731else 7750else
7732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7768,7 +7787,7 @@ fi
7768 7787
7769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 7788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
7770$as_echo_n "checking for struct utimbuf... " >&6; } 7789$as_echo_n "checking for struct utimbuf... " >&6; }
7771if test "${emacs_cv_struct_utimbuf+set}" = set; then : 7790if ${emacs_cv_struct_utimbuf+:} false; then :
7772 $as_echo_n "(cached) " >&6 7791 $as_echo_n "(cached) " >&6
7773else 7792else
7774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7811,7 +7830,7 @@ fi
7811 7830
7812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5 7831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
7813$as_echo_n "checking return type of signal handlers... " >&6; } 7832$as_echo_n "checking return type of signal handlers... " >&6; }
7814if test "${ac_cv_type_signal+set}" = set; then : 7833if ${ac_cv_type_signal+:} false; then :
7815 $as_echo_n "(cached) " >&6 7834 $as_echo_n "(cached) " >&6
7816else 7835else
7817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7845,7 +7864,7 @@ _ACEOF
7845 7864
7846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 7865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5
7847$as_echo_n "checking for speed_t... " >&6; } 7866$as_echo_n "checking for speed_t... " >&6; }
7848if test "${emacs_cv_speed_t+set}" = set; then : 7867if ${emacs_cv_speed_t+:} false; then :
7849 $as_echo_n "(cached) " >&6 7868 $as_echo_n "(cached) " >&6
7850else 7869else
7851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7876,7 +7895,7 @@ fi
7876 7895
7877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 7896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
7878$as_echo_n "checking for struct timeval... " >&6; } 7897$as_echo_n "checking for struct timeval... " >&6; }
7879if test "${emacs_cv_struct_timeval+set}" = set; then : 7898if ${emacs_cv_struct_timeval+:} false; then :
7880 $as_echo_n "(cached) " >&6 7899 $as_echo_n "(cached) " >&6
7881else 7900else
7882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7917,7 +7936,7 @@ fi
7917 7936
7918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 7937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5
7919$as_echo_n "checking for struct exception... " >&6; } 7938$as_echo_n "checking for struct exception... " >&6; }
7920if test "${emacs_cv_struct_exception+set}" = set; then : 7939if ${emacs_cv_struct_exception+:} false; then :
7921 $as_echo_n "(cached) " >&6 7940 $as_echo_n "(cached) " >&6
7922else 7941else
7923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -7950,7 +7969,7 @@ fi
7950for ac_header in sys/socket.h 7969for ac_header in sys/socket.h
7951do : 7970do :
7952 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" 7971 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
7953if test "x$ac_cv_header_sys_socket_h" = x""yes; then : 7972if test "x$ac_cv_header_sys_socket_h" = xyes; then :
7954 cat >>confdefs.h <<_ACEOF 7973 cat >>confdefs.h <<_ACEOF
7955#define HAVE_SYS_SOCKET_H 1 7974#define HAVE_SYS_SOCKET_H 1
7956_ACEOF 7975_ACEOF
@@ -7966,7 +7985,7 @@ do :
7966#include <sys/socket.h> 7985#include <sys/socket.h>
7967#endif 7986#endif
7968" 7987"
7969if test "x$ac_cv_header_net_if_h" = x""yes; then : 7988if test "x$ac_cv_header_net_if_h" = xyes; then :
7970 cat >>confdefs.h <<_ACEOF 7989 cat >>confdefs.h <<_ACEOF
7971#define HAVE_NET_IF_H 1 7990#define HAVE_NET_IF_H 1
7972_ACEOF 7991_ACEOF
@@ -7978,7 +7997,7 @@ done
7978 7997
7979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 7998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
7980$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 7999$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
7981if test "${ac_cv_struct_tm+set}" = set; then : 8000if ${ac_cv_struct_tm+:} false; then :
7982 $as_echo_n "(cached) " >&6 8001 $as_echo_n "(cached) " >&6
7983else 8002else
7984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8015,7 +8034,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_
8015#include <$ac_cv_struct_tm> 8034#include <$ac_cv_struct_tm>
8016 8035
8017" 8036"
8018if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : 8037if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then :
8019 8038
8020cat >>confdefs.h <<_ACEOF 8039cat >>confdefs.h <<_ACEOF
8021#define HAVE_STRUCT_TM_TM_ZONE 1 8040#define HAVE_STRUCT_TM_TM_ZONE 1
@@ -8031,7 +8050,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
8031else 8050else
8032 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 8051 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
8033" 8052"
8034if test "x$ac_cv_have_decl_tzname" = x""yes; then : 8053if test "x$ac_cv_have_decl_tzname" = xyes; then :
8035 ac_have_decl=1 8054 ac_have_decl=1
8036else 8055else
8037 ac_have_decl=0 8056 ac_have_decl=0
@@ -8043,7 +8062,7 @@ _ACEOF
8043 8062
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
8045$as_echo_n "checking for tzname... " >&6; } 8064$as_echo_n "checking for tzname... " >&6; }
8046if test "${ac_cv_var_tzname+set}" = set; then : 8065if ${ac_cv_var_tzname+:} false; then :
8047 $as_echo_n "(cached) " >&6 8066 $as_echo_n "(cached) " >&6
8048else 8067else
8049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8080,7 +8099,7 @@ fi
8080 8099
8081ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 8100ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
8082" 8101"
8083if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : 8102if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then :
8084 8103
8085$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h 8104$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
8086 8105
@@ -8094,7 +8113,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i
8094#include <net/if.h> 8113#include <net/if.h>
8095#endif 8114#endif
8096" 8115"
8097if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : 8116if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then :
8098 8117
8099cat >>confdefs.h <<_ACEOF 8118cat >>confdefs.h <<_ACEOF
8100#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 8119#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
@@ -8110,7 +8129,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_
8110#include <net/if.h> 8129#include <net/if.h>
8111#endif 8130#endif
8112" 8131"
8113if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : 8132if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
8114 8133
8115cat >>confdefs.h <<_ACEOF 8134cat >>confdefs.h <<_ACEOF
8116#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 8135#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
@@ -8126,7 +8145,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct
8126#include <net/if.h> 8145#include <net/if.h>
8127#endif 8146#endif
8128" 8147"
8129if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : 8148if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then :
8130 8149
8131cat >>confdefs.h <<_ACEOF 8150cat >>confdefs.h <<_ACEOF
8132#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 8151#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
@@ -8142,7 +8161,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru
8142#include <net/if.h> 8161#include <net/if.h>
8143#endif 8162#endif
8144" 8163"
8145if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : 8164if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then :
8146 8165
8147cat >>confdefs.h <<_ACEOF 8166cat >>confdefs.h <<_ACEOF
8148#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 8167#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
@@ -8158,7 +8177,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if
8158#include <net/if.h> 8177#include <net/if.h>
8159#endif 8178#endif
8160" 8179"
8161if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : 8180if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then :
8162 8181
8163cat >>confdefs.h <<_ACEOF 8182cat >>confdefs.h <<_ACEOF
8164#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 8183#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
@@ -8187,7 +8206,7 @@ fi
8187 8206
8188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 8207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
8189$as_echo_n "checking for working volatile... " >&6; } 8208$as_echo_n "checking for working volatile... " >&6; }
8190if test "${ac_cv_c_volatile+set}" = set; then : 8209if ${ac_cv_c_volatile+:} false; then :
8191 $as_echo_n "(cached) " >&6 8210 $as_echo_n "(cached) " >&6
8192else 8211else
8193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8221,7 +8240,7 @@ fi
8221 8240
8222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 8241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
8223$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 8242$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
8224if test "${ac_cv_c_const+set}" = set; then : 8243if ${ac_cv_c_const+:} false; then :
8225 $as_echo_n "(cached) " >&6 8244 $as_echo_n "(cached) " >&6
8226else 8245else
8227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8301,7 +8320,7 @@ fi
8301 8320
8302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 8321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5
8303$as_echo_n "checking for void * support... " >&6; } 8322$as_echo_n "checking for void * support... " >&6; }
8304if test "${emacs_cv_void_star+set}" = set; then : 8323if ${emacs_cv_void_star+:} false; then :
8305 $as_echo_n "(cached) " >&6 8324 $as_echo_n "(cached) " >&6
8306else 8325else
8307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8334,7 +8353,7 @@ fi
8334 8353
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 8354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8336$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 8355$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8337if test "${ac_cv_c_bigendian+set}" = set; then : 8356if ${ac_cv_c_bigendian+:} false; then :
8338 $as_echo_n "(cached) " >&6 8357 $as_echo_n "(cached) " >&6
8339else 8358else
8340 ac_cv_c_bigendian=unknown 8359 ac_cv_c_bigendian=unknown
@@ -8552,14 +8571,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8552 8571
8553 ;; #( 8572 ;; #(
8554 *) 8573 *)
8555 as_fn_error "unknown endianness 8574 as_fn_error $? "unknown endianness
8556 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 8575 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8557 esac 8576 esac
8558 8577
8559 8578
8560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 8579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5
8561$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } 8580$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; }
8562if test "${emacs_cv_attribute_aligned+set}" = set; then : 8581if ${emacs_cv_attribute_aligned+:} false; then :
8563 $as_echo_n "(cached) " >&6 8582 $as_echo_n "(cached) " >&6
8564else 8583else
8565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8592,7 +8611,7 @@ fi
8592$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 8611$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
8593set x ${MAKE-make} 8612set x ${MAKE-make}
8594ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 8613ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
8595if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 8614if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
8596 $as_echo_n "(cached) " >&6 8615 $as_echo_n "(cached) " >&6
8597else 8616else
8598 cat >conftest.make <<\_ACEOF 8617 cat >conftest.make <<\_ACEOF
@@ -8600,7 +8619,7 @@ SHELL = /bin/sh
8600all: 8619all:
8601 @echo '@@@%%%=$(MAKE)=@@@%%%' 8620 @echo '@@@%%%=$(MAKE)=@@@%%%'
8602_ACEOF 8621_ACEOF
8603# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 8622# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8604case `${MAKE-make} -f conftest.make 2>/dev/null` in 8623case `${MAKE-make} -f conftest.make 2>/dev/null` in
8605 *@@@%%%=?*=@@@%%%*) 8624 *@@@%%%=?*=@@@%%%*)
8606 eval ac_cv_prog_make_${ac_make}_set=yes;; 8625 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -8680,7 +8699,7 @@ deps_frag=$srcdir/src/$deps_frag
8680 8699
8681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 8700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
8682$as_echo_n "checking for long file names... " >&6; } 8701$as_echo_n "checking for long file names... " >&6; }
8683if test "${ac_cv_sys_long_file_names+set}" = set; then : 8702if ${ac_cv_sys_long_file_names+:} false; then :
8684 $as_echo_n "(cached) " >&6 8703 $as_echo_n "(cached) " >&6
8685else 8704else
8686 ac_cv_sys_long_file_names=yes 8705 ac_cv_sys_long_file_names=yes
@@ -8736,8 +8755,8 @@ if test "x$with_x" = xno; then
8736 have_x=disabled 8755 have_x=disabled
8737else 8756else
8738 case $x_includes,$x_libraries in #( 8757 case $x_includes,$x_libraries in #(
8739 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( 8758 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
8740 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : 8759 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
8741 $as_echo_n "(cached) " >&6 8760 $as_echo_n "(cached) " >&6
8742else 8761else
8743 # One or both of the vars are not set, and there is no cached value. 8762 # One or both of the vars are not set, and there is no cached value.
@@ -8754,7 +8773,7 @@ libdir:
8754 @echo libdir='${LIBDIR}' 8773 @echo libdir='${LIBDIR}'
8755_ACEOF 8774_ACEOF
8756 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then 8775 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8757 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 8776 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8758 for ac_var in incroot usrlibdir libdir; do 8777 for ac_var in incroot usrlibdir libdir; do
8759 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" 8778 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8760 done 8779 done
@@ -8840,7 +8859,7 @@ else
8840 fi 8859 fi
8841done 8860done
8842fi 8861fi
8843rm -f conftest.err conftest.$ac_ext 8862rm -f conftest.err conftest.i conftest.$ac_ext
8844fi # $ac_x_includes = no 8863fi # $ac_x_includes = no
8845 8864
8846if test "$ac_x_libraries" = no; then 8865if test "$ac_x_libraries" = no; then
@@ -9020,10 +9039,10 @@ if test "${with_ns}" != no; then
9020 TEMACS_LDFLAGS2= 9039 TEMACS_LDFLAGS2=
9021 fi 9040 fi
9022 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" 9041 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
9023if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : 9042if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then :
9024 HAVE_NS=yes 9043 HAVE_NS=yes
9025else 9044else
9026 as_fn_error "\`--with-ns' was specified, but the include 9045 as_fn_error $? "\`--with-ns' was specified, but the include
9027 files are missing or cannot be compiled." "$LINENO" 5 9046 files are missing or cannot be compiled." "$LINENO" 5
9028fi 9047fi
9029 9048
@@ -9105,7 +9124,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then
9105set dummy X; ac_word=$2 9124set dummy X; ac_word=$2
9106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9107$as_echo_n "checking for $ac_word... " >&6; } 9126$as_echo_n "checking for $ac_word... " >&6; }
9108if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : 9127if ${ac_cv_prog_HAVE_XSERVER+:} false; then :
9109 $as_echo_n "(cached) " >&6 9128 $as_echo_n "(cached) " >&6
9110else 9129else
9111 if test -n "$HAVE_XSERVER"; then 9130 if test -n "$HAVE_XSERVER"; then
@@ -9142,7 +9161,7 @@ fi
9142 if test "$HAVE_XSERVER" = true || 9161 if test "$HAVE_XSERVER" = true ||
9143 test -n "$DISPLAY" || 9162 test -n "$DISPLAY" ||
9144 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then 9163 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
9145 as_fn_error "You seem to be running X, but no X development libraries 9164 as_fn_error $? "You seem to be running X, but no X development libraries
9146were found. You should install the relevant development files for X 9165were found. You should install the relevant development files for X
9147and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make 9166and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9148sure you have development files for image handling, i.e. 9167sure you have development files for image handling, i.e.
@@ -9164,14 +9183,14 @@ esac
9164GNU_MALLOC=yes 9183GNU_MALLOC=yes
9165doug_lea_malloc=yes 9184doug_lea_malloc=yes
9166ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" 9185ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state"
9167if test "x$ac_cv_func_malloc_get_state" = x""yes; then : 9186if test "x$ac_cv_func_malloc_get_state" = xyes; then :
9168 9187
9169else 9188else
9170 doug_lea_malloc=no 9189 doug_lea_malloc=no
9171fi 9190fi
9172 9191
9173ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" 9192ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state"
9174if test "x$ac_cv_func_malloc_set_state" = x""yes; then : 9193if test "x$ac_cv_func_malloc_set_state" = xyes; then :
9175 9194
9176else 9195else
9177 doug_lea_malloc=no 9196 doug_lea_malloc=no
@@ -9179,7 +9198,7 @@ fi
9179 9198
9180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 9199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5
9181$as_echo_n "checking whether __after_morecore_hook exists... " >&6; } 9200$as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
9182if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : 9201if ${emacs_cv_var___after_morecore_hook+:} false; then :
9183 $as_echo_n "(cached) " >&6 9202 $as_echo_n "(cached) " >&6
9184else 9203else
9185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9265,8 +9284,7 @@ do :
9265 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 9284 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9266ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 9285ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
9267" 9286"
9268eval as_val=\$$as_ac_Header 9287if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9269 if test "x$as_val" = x""yes; then :
9270 cat >>confdefs.h <<_ACEOF 9288 cat >>confdefs.h <<_ACEOF
9271#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 9289#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9272_ACEOF 9290_ACEOF
@@ -9285,7 +9303,7 @@ done
9285for ac_func in getpagesize 9303for ac_func in getpagesize
9286do : 9304do :
9287 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" 9305 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
9288if test "x$ac_cv_func_getpagesize" = x""yes; then : 9306if test "x$ac_cv_func_getpagesize" = xyes; then :
9289 cat >>confdefs.h <<_ACEOF 9307 cat >>confdefs.h <<_ACEOF
9290#define HAVE_GETPAGESIZE 1 9308#define HAVE_GETPAGESIZE 1
9291_ACEOF 9309_ACEOF
@@ -9295,7 +9313,7 @@ done
9295 9313
9296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 9314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
9297$as_echo_n "checking for working mmap... " >&6; } 9315$as_echo_n "checking for working mmap... " >&6; }
9298if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : 9316if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
9299 $as_echo_n "(cached) " >&6 9317 $as_echo_n "(cached) " >&6
9300else 9318else
9301 if test "$cross_compiling" = yes; then : 9319 if test "$cross_compiling" = yes; then :
@@ -9372,6 +9390,7 @@ int
9372main () 9390main ()
9373{ 9391{
9374 char *data, *data2, *data3; 9392 char *data, *data2, *data3;
9393 const char *cdata2;
9375 int i, pagesize; 9394 int i, pagesize;
9376 int fd, fd2; 9395 int fd, fd2;
9377 9396
@@ -9396,10 +9415,10 @@ main ()
9396 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600); 9415 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
9397 if (fd2 < 0) 9416 if (fd2 < 0)
9398 return 4; 9417 return 4;
9399 data2 = ""; 9418 cdata2 = "";
9400 if (write (fd2, data2, 1) != 1) 9419 if (write (fd2, cdata2, 1) != 1)
9401 return 5; 9420 return 5;
9402 data2 = mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L); 9421 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
9403 if (data2 == MAP_FAILED) 9422 if (data2 == MAP_FAILED)
9404 return 6; 9423 return 6;
9405 for (i = 0; i < pagesize; ++i) 9424 for (i = 0; i < pagesize; ++i)
@@ -9469,7 +9488,7 @@ LIBS="$LIBS_SYSTEM $LIBS"
9469 9488
9470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 9489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9471$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 9490$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9472if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : 9491if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9473 $as_echo_n "(cached) " >&6 9492 $as_echo_n "(cached) " >&6
9474else 9493else
9475 ac_check_lib_save_LIBS=$LIBS 9494 ac_check_lib_save_LIBS=$LIBS
@@ -9503,7 +9522,7 @@ LIBS=$ac_check_lib_save_LIBS
9503fi 9522fi
9504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 9523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9505$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 9524$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9506if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : 9525if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9507 cat >>confdefs.h <<_ACEOF 9526 cat >>confdefs.h <<_ACEOF
9508#define HAVE_LIBDNET 1 9527#define HAVE_LIBDNET 1
9509_ACEOF 9528_ACEOF
@@ -9515,7 +9534,7 @@ fi
9515 9534
9516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 9535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
9517$as_echo_n "checking for main in -lXbsd... " >&6; } 9536$as_echo_n "checking for main in -lXbsd... " >&6; }
9518if test "${ac_cv_lib_Xbsd_main+set}" = set; then : 9537if ${ac_cv_lib_Xbsd_main+:} false; then :
9519 $as_echo_n "(cached) " >&6 9538 $as_echo_n "(cached) " >&6
9520else 9539else
9521 ac_check_lib_save_LIBS=$LIBS 9540 ac_check_lib_save_LIBS=$LIBS
@@ -9543,14 +9562,14 @@ LIBS=$ac_check_lib_save_LIBS
9543fi 9562fi
9544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 9563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
9545$as_echo "$ac_cv_lib_Xbsd_main" >&6; } 9564$as_echo "$ac_cv_lib_Xbsd_main" >&6; }
9546if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : 9565if test "x$ac_cv_lib_Xbsd_main" = xyes; then :
9547 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 9566 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
9548fi 9567fi
9549 9568
9550 9569
9551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 9570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
9552$as_echo_n "checking for cma_open in -lpthreads... " >&6; } 9571$as_echo_n "checking for cma_open in -lpthreads... " >&6; }
9553if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : 9572if ${ac_cv_lib_pthreads_cma_open+:} false; then :
9554 $as_echo_n "(cached) " >&6 9573 $as_echo_n "(cached) " >&6
9555else 9574else
9556 ac_check_lib_save_LIBS=$LIBS 9575 ac_check_lib_save_LIBS=$LIBS
@@ -9584,7 +9603,7 @@ LIBS=$ac_check_lib_save_LIBS
9584fi 9603fi
9585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 9604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
9586$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } 9605$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
9587if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : 9606if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then :
9588 cat >>confdefs.h <<_ACEOF 9607 cat >>confdefs.h <<_ACEOF
9589#define HAVE_LIBPTHREADS 1 9608#define HAVE_LIBPTHREADS 1
9590_ACEOF 9609_ACEOF
@@ -9611,7 +9630,7 @@ case ${host_os} in
9611aix*) 9630aix*)
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 9631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
9613$as_echo_n "checking for -bbigtoc option... " >&6; } 9632$as_echo_n "checking for -bbigtoc option... " >&6; }
9614if test "${gdb_cv_bigtoc+set}" = set; then : 9633if ${gdb_cv_bigtoc+:} false; then :
9615 $as_echo_n "(cached) " >&6 9634 $as_echo_n "(cached) " >&6
9616else 9635else
9617 9636
@@ -9772,8 +9791,7 @@ XScreenNumberOfScreen XSetWMProtocols
9772do : 9791do :
9773 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9792 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9774ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 9793ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9775eval as_val=\$$as_ac_var 9794if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
9776 if test "x$as_val" = x""yes; then :
9777 cat >>confdefs.h <<_ACEOF 9795 cat >>confdefs.h <<_ACEOF
9778#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 9796#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9779_ACEOF 9797_ACEOF
@@ -9786,7 +9804,7 @@ fi
9786if test "${window_system}" = "x11"; then 9804if test "${window_system}" = "x11"; then
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 9805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
9788$as_echo_n "checking X11 version 6... " >&6; } 9806$as_echo_n "checking X11 version 6... " >&6; }
9789 if test "${emacs_cv_x11_version_6+set}" = set; then : 9807 if ${emacs_cv_x11_version_6+:} false; then :
9790 $as_echo_n "(cached) " >&6 9808 $as_echo_n "(cached) " >&6
9791else 9809else
9792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9851,7 +9869,7 @@ if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then
9851set dummy pkg-config; ac_word=$2 9869set dummy pkg-config; ac_word=$2
9852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9853$as_echo_n "checking for $ac_word... " >&6; } 9871$as_echo_n "checking for $ac_word... " >&6; }
9854if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 9872if ${ac_cv_path_PKG_CONFIG+:} false; then :
9855 $as_echo_n "(cached) " >&6 9873 $as_echo_n "(cached) " >&6
9856else 9874else
9857 case $PKG_CONFIG in 9875 case $PKG_CONFIG in
@@ -9962,7 +9980,7 @@ if test "${HAVE_X11}" = "yes"; then
9962set dummy pkg-config; ac_word=$2 9980set dummy pkg-config; ac_word=$2
9963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9964$as_echo_n "checking for $ac_word... " >&6; } 9982$as_echo_n "checking for $ac_word... " >&6; }
9965if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 9983if ${ac_cv_path_PKG_CONFIG+:} false; then :
9966 $as_echo_n "(cached) " >&6 9984 $as_echo_n "(cached) " >&6
9967else 9985else
9968 case $PKG_CONFIG in 9986 case $PKG_CONFIG in
@@ -10061,7 +10079,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
10061 for ac_func in MagickExportImagePixels 10079 for ac_func in MagickExportImagePixels
10062do : 10080do :
10063 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" 10081 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
10064if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : 10082if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then :
10065 cat >>confdefs.h <<_ACEOF 10083 cat >>confdefs.h <<_ACEOF
10066#define HAVE_MAGICKEXPORTIMAGEPIXELS 1 10084#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
10067_ACEOF 10085_ACEOF
@@ -10087,7 +10105,7 @@ if test "${with_gtk3}" = "yes"; then
10087set dummy pkg-config; ac_word=$2 10105set dummy pkg-config; ac_word=$2
10088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10089$as_echo_n "checking for $ac_word... " >&6; } 10107$as_echo_n "checking for $ac_word... " >&6; }
10090if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10108if ${ac_cv_path_PKG_CONFIG+:} false; then :
10091 $as_echo_n "(cached) " >&6 10109 $as_echo_n "(cached) " >&6
10092else 10110else
10093 case $PKG_CONFIG in 10111 case $PKG_CONFIG in
@@ -10175,7 +10193,7 @@ $as_echo "no" >&6; }
10175 fi 10193 fi
10176 10194
10177 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then 10195 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
10178 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 10196 as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5
10179 fi 10197 fi
10180 10198
10181$as_echo "#define HAVE_GTK3 1" >>confdefs.h 10199$as_echo "#define HAVE_GTK3 1" >>confdefs.h
@@ -10196,7 +10214,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
10196set dummy pkg-config; ac_word=$2 10214set dummy pkg-config; ac_word=$2
10197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10198$as_echo_n "checking for $ac_word... " >&6; } 10216$as_echo_n "checking for $ac_word... " >&6; }
10199if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10217if ${ac_cv_path_PKG_CONFIG+:} false; then :
10200 $as_echo_n "(cached) " >&6 10218 $as_echo_n "(cached) " >&6
10201else 10219else
10202 case $PKG_CONFIG in 10220 case $PKG_CONFIG in
@@ -10284,7 +10302,7 @@ $as_echo "no" >&6; }
10284 fi 10302 fi
10285 10303
10286 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then 10304 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
10287 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 10305 as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5
10288 fi 10306 fi
10289fi 10307fi
10290fi 10308fi
@@ -10301,7 +10319,7 @@ if test x"$pkg_check_gtk" = xyes; then
10301 for ac_func in gtk_main 10319 for ac_func in gtk_main
10302do : 10320do :
10303 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" 10321 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main"
10304if test "x$ac_cv_func_gtk_main" = x""yes; then : 10322if test "x$ac_cv_func_gtk_main" = xyes; then :
10305 cat >>confdefs.h <<_ACEOF 10323 cat >>confdefs.h <<_ACEOF
10306#define HAVE_GTK_MAIN 1 10324#define HAVE_GTK_MAIN 1
10307_ACEOF 10325_ACEOF
@@ -10311,7 +10329,7 @@ done
10311 10329
10312 if test "${GTK_COMPILES}" != "yes"; then 10330 if test "${GTK_COMPILES}" != "yes"; then
10313 if test "$USE_X_TOOLKIT" != "maybe"; then 10331 if test "$USE_X_TOOLKIT" != "maybe"; then
10314 as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; 10332 as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
10315 fi 10333 fi
10316 else 10334 else
10317 HAVE_GTK=yes 10335 HAVE_GTK=yes
@@ -10349,7 +10367,7 @@ if test "${HAVE_GTK}" = "yes"; then
10349 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default 10367 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
10350#include <gtk/gtk.h> 10368#include <gtk/gtk.h>
10351" 10369"
10352if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : 10370if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then :
10353 HAVE_GTK_FILE_SELECTION=yes 10371 HAVE_GTK_FILE_SELECTION=yes
10354else 10372else
10355 HAVE_GTK_FILE_SELECTION=no 10373 HAVE_GTK_FILE_SELECTION=no
@@ -10359,7 +10377,7 @@ fi
10359 for ac_func in gtk_file_selection_new 10377 for ac_func in gtk_file_selection_new
10360do : 10378do :
10361 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" 10379 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
10362if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : 10380if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then :
10363 cat >>confdefs.h <<_ACEOF 10381 cat >>confdefs.h <<_ACEOF
10364#define HAVE_GTK_FILE_SELECTION_NEW 1 10382#define HAVE_GTK_FILE_SELECTION_NEW 1
10365_ACEOF 10383_ACEOF
@@ -10373,7 +10391,7 @@ done
10373 for ac_header in pthread.h 10391 for ac_header in pthread.h
10374do : 10392do :
10375 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" 10393 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
10376if test "x$ac_cv_header_pthread_h" = x""yes; then : 10394if test "x$ac_cv_header_pthread_h" = xyes; then :
10377 cat >>confdefs.h <<_ACEOF 10395 cat >>confdefs.h <<_ACEOF
10378#define HAVE_PTHREAD_H 1 10396#define HAVE_PTHREAD_H 1
10379_ACEOF 10397_ACEOF
@@ -10385,7 +10403,7 @@ done
10385 if test "$ac_cv_header_pthread_h"; then 10403 if test "$ac_cv_header_pthread_h"; then
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 10404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5
10387$as_echo_n "checking for pthread_self in -lpthread... " >&6; } 10405$as_echo_n "checking for pthread_self in -lpthread... " >&6; }
10388if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : 10406if ${ac_cv_lib_pthread_pthread_self+:} false; then :
10389 $as_echo_n "(cached) " >&6 10407 $as_echo_n "(cached) " >&6
10390else 10408else
10391 ac_check_lib_save_LIBS=$LIBS 10409 ac_check_lib_save_LIBS=$LIBS
@@ -10419,7 +10437,7 @@ LIBS=$ac_check_lib_save_LIBS
10419fi 10437fi
10420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 10438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5
10421$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } 10439$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; }
10422if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : 10440if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then :
10423 HAVE_GTK_AND_PTHREAD=yes 10441 HAVE_GTK_AND_PTHREAD=yes
10424fi 10442fi
10425 10443
@@ -10441,8 +10459,7 @@ $as_echo "#define HAVE_GTK_AND_PTHREAD 1" >>confdefs.h
10441do : 10459do :
10442 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 10460 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10443ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 10461ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10444eval as_val=\$$as_ac_var 10462if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10445 if test "x$as_val" = x""yes; then :
10446 cat >>confdefs.h <<_ACEOF 10463 cat >>confdefs.h <<_ACEOF
10447#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 10464#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10448_ACEOF 10465_ACEOF
@@ -10463,7 +10480,7 @@ if test "${with_dbus}" = "yes"; then
10463set dummy pkg-config; ac_word=$2 10480set dummy pkg-config; ac_word=$2
10464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10465$as_echo_n "checking for $ac_word... " >&6; } 10482$as_echo_n "checking for $ac_word... " >&6; }
10466if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10483if ${ac_cv_path_PKG_CONFIG+:} false; then :
10467 $as_echo_n "(cached) " >&6 10484 $as_echo_n "(cached) " >&6
10468else 10485else
10469 case $PKG_CONFIG in 10486 case $PKG_CONFIG in
@@ -10558,7 +10575,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h
10558 for ac_func in dbus_watch_get_unix_fd 10575 for ac_func in dbus_watch_get_unix_fd
10559do : 10576do :
10560 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" 10577 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd"
10561if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : 10578if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then :
10562 cat >>confdefs.h <<_ACEOF 10579 cat >>confdefs.h <<_ACEOF
10563#define HAVE_DBUS_WATCH_GET_UNIX_FD 1 10580#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
10564_ACEOF 10581_ACEOF
@@ -10580,7 +10597,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
10580set dummy pkg-config; ac_word=$2 10597set dummy pkg-config; ac_word=$2
10581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10582$as_echo_n "checking for $ac_word... " >&6; } 10599$as_echo_n "checking for $ac_word... " >&6; }
10583if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10600if ${ac_cv_path_PKG_CONFIG+:} false; then :
10584 $as_echo_n "(cached) " >&6 10601 $as_echo_n "(cached) " >&6
10585else 10602else
10586 case $PKG_CONFIG in 10603 case $PKG_CONFIG in
@@ -10674,7 +10691,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h
10674 for ac_func in g_type_init 10691 for ac_func in g_type_init
10675do : 10692do :
10676 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" 10693 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
10677if test "x$ac_cv_func_g_type_init" = x""yes; then : 10694if test "x$ac_cv_func_g_type_init" = xyes; then :
10678 cat >>confdefs.h <<_ACEOF 10695 cat >>confdefs.h <<_ACEOF
10679#define HAVE_G_TYPE_INIT 1 10696#define HAVE_G_TYPE_INIT 1
10680_ACEOF 10697_ACEOF
@@ -10690,7 +10707,7 @@ LIBSELINUX_LIBS=
10690if test "${with_selinux}" = "yes"; then 10707if test "${with_selinux}" = "yes"; then
10691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 10708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
10692$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } 10709$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
10693if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : 10710if ${ac_cv_lib_selinux_lgetfilecon+:} false; then :
10694 $as_echo_n "(cached) " >&6 10711 $as_echo_n "(cached) " >&6
10695else 10712else
10696 ac_check_lib_save_LIBS=$LIBS 10713 ac_check_lib_save_LIBS=$LIBS
@@ -10724,7 +10741,7 @@ LIBS=$ac_check_lib_save_LIBS
10724fi 10741fi
10725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 10742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
10726$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } 10743$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
10727if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : 10744if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then :
10728 HAVE_LIBSELINUX=yes 10745 HAVE_LIBSELINUX=yes
10729else 10746else
10730 HAVE_LIBSELINUX=no 10747 HAVE_LIBSELINUX=no
@@ -10748,7 +10765,7 @@ if test "${with_gnutls}" = "yes" ; then
10748set dummy pkg-config; ac_word=$2 10765set dummy pkg-config; ac_word=$2
10749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10750$as_echo_n "checking for $ac_word... " >&6; } 10767$as_echo_n "checking for $ac_word... " >&6; }
10751if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10768if ${ac_cv_path_PKG_CONFIG+:} false; then :
10752 $as_echo_n "(cached) " >&6 10769 $as_echo_n "(cached) " >&6
10753else 10770else
10754 case $PKG_CONFIG in 10771 case $PKG_CONFIG in
@@ -10850,7 +10867,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
10850 if test "$with_xaw3d" != no; then 10867 if test "$with_xaw3d" != no; then
10851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 10868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
10852$as_echo_n "checking for xaw3d... " >&6; } 10869$as_echo_n "checking for xaw3d... " >&6; }
10853 if test "${emacs_cv_xaw3d+set}" = set; then : 10870 if ${emacs_cv_xaw3d+:} false; then :
10854 $as_echo_n "(cached) " >&6 10871 $as_echo_n "(cached) " >&6
10855else 10872else
10856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10869,7 +10886,7 @@ _ACEOF
10869if ac_fn_c_try_link "$LINENO"; then : 10886if ac_fn_c_try_link "$LINENO"; then :
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5 10887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5
10871$as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; } 10888$as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; }
10872if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then : 10889if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then :
10873 $as_echo_n "(cached) " >&6 10890 $as_echo_n "(cached) " >&6
10874else 10891else
10875 ac_check_lib_save_LIBS=$LIBS 10892 ac_check_lib_save_LIBS=$LIBS
@@ -10903,7 +10920,7 @@ LIBS=$ac_check_lib_save_LIBS
10903fi 10920fi
10904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 10921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
10905$as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; } 10922$as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; }
10906if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then : 10923if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then :
10907 emacs_cv_xaw3d=yes 10924 emacs_cv_xaw3d=yes
10908else 10925else
10909 emacs_cv_xaw3d=no 10926 emacs_cv_xaw3d=no
@@ -10933,7 +10950,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
10933$as_echo "no" >&6; } 10950$as_echo "no" >&6; }
10934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 10951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
10935$as_echo_n "checking for libXaw... " >&6; } 10952$as_echo_n "checking for libXaw... " >&6; }
10936 if test "${emacs_cv_xaw+set}" = set; then : 10953 if ${emacs_cv_xaw+:} false; then :
10937 $as_echo_n "(cached) " >&6 10954 $as_echo_n "(cached) " >&6
10938else 10955else
10939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10964,7 +10981,7 @@ $as_echo "yes; using Lucid toolkit" >&6; }
10964 USE_X_TOOLKIT=LUCID 10981 USE_X_TOOLKIT=LUCID
10965 LUCID_LIBW=-lXaw 10982 LUCID_LIBW=-lXaw
10966 elif test x"${USE_X_TOOLKIT}" = xLUCID; then 10983 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
10967 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 10984 as_fn_error $? "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
10968 else 10985 else
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5 10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5
10970$as_echo "no; do not use toolkit by default" >&6; } 10987$as_echo "no; do not use toolkit by default" >&6; }
@@ -10979,7 +10996,7 @@ LIBXTR6=
10979if test "${USE_X_TOOLKIT}" != "none"; then 10996if test "${USE_X_TOOLKIT}" != "none"; then
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 10997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
10981$as_echo_n "checking X11 toolkit version... " >&6; } 10998$as_echo_n "checking X11 toolkit version... " >&6; }
10982 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then : 10999 if ${emacs_cv_x11_toolkit_version_6+:} false; then :
10983 $as_echo_n "(cached) " >&6 11000 $as_echo_n "(cached) " >&6
10984else 11001else
10985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11030,7 +11047,7 @@ $as_echo "before 6" >&6; }
11030 fi 11047 fi
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 11048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
11032$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } 11049$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
11033if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : 11050if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then :
11034 $as_echo_n "(cached) " >&6 11051 $as_echo_n "(cached) " >&6
11035else 11052else
11036 ac_check_lib_save_LIBS=$LIBS 11053 ac_check_lib_save_LIBS=$LIBS
@@ -11064,7 +11081,7 @@ LIBS=$ac_check_lib_save_LIBS
11064fi 11081fi
11065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 11082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
11066$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } 11083$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
11067if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : 11084if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then :
11068 cat >>confdefs.h <<_ACEOF 11085 cat >>confdefs.h <<_ACEOF
11069#define HAVE_LIBXMU 1 11086#define HAVE_LIBXMU 1
11070_ACEOF 11087_ACEOF
@@ -11091,7 +11108,7 @@ if test "${HAVE_X11}" = "yes"; then
11091 if test "${USE_X_TOOLKIT}" != "none"; then 11108 if test "${USE_X_TOOLKIT}" != "none"; then
11092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 11109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11093$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } 11110$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11094if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : 11111if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
11095 $as_echo_n "(cached) " >&6 11112 $as_echo_n "(cached) " >&6
11096else 11113else
11097 ac_check_lib_save_LIBS=$LIBS 11114 ac_check_lib_save_LIBS=$LIBS
@@ -11125,7 +11142,7 @@ LIBS=$ac_check_lib_save_LIBS
11125fi 11142fi
11126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 11143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11127$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } 11144$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11128if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : 11145if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
11129 cat >>confdefs.h <<_ACEOF 11146 cat >>confdefs.h <<_ACEOF
11130#define HAVE_LIBXEXT 1 11147#define HAVE_LIBXEXT 1
11131_ACEOF 11148_ACEOF
@@ -11141,7 +11158,7 @@ LIBXP=
11141if test "${USE_X_TOOLKIT}" = "MOTIF"; then 11158if test "${USE_X_TOOLKIT}" = "MOTIF"; then
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 11159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5
11143$as_echo_n "checking for Motif version 2.1... " >&6; } 11160$as_echo_n "checking for Motif version 2.1... " >&6; }
11144if test "${emacs_cv_motif_version_2_1+set}" = set; then : 11161if ${emacs_cv_motif_version_2_1+:} false; then :
11145 $as_echo_n "(cached) " >&6 11162 $as_echo_n "(cached) " >&6
11146else 11163else
11147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11171,7 +11188,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; }
11171 if test $emacs_cv_motif_version_2_1 = yes; then 11188 if test $emacs_cv_motif_version_2_1 = yes; then
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 11189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
11173$as_echo_n "checking for XpCreateContext in -lXp... " >&6; } 11190$as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
11174if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : 11191if ${ac_cv_lib_Xp_XpCreateContext+:} false; then :
11175 $as_echo_n "(cached) " >&6 11192 $as_echo_n "(cached) " >&6
11176else 11193else
11177 ac_check_lib_save_LIBS=$LIBS 11194 ac_check_lib_save_LIBS=$LIBS
@@ -11205,14 +11222,14 @@ LIBS=$ac_check_lib_save_LIBS
11205fi 11222fi
11206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 11223{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
11207$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } 11224$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
11208if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : 11225if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then :
11209 LIBXP=-lXp 11226 LIBXP=-lXp
11210fi 11227fi
11211 11228
11212 else 11229 else
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 11230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
11214$as_echo_n "checking for LessTif where some systems put it... " >&6; } 11231$as_echo_n "checking for LessTif where some systems put it... " >&6; }
11215if test "${emacs_cv_lesstif+set}" = set; then : 11232if ${emacs_cv_lesstif+:} false; then :
11216 $as_echo_n "(cached) " >&6 11233 $as_echo_n "(cached) " >&6
11217else 11234else
11218 # We put this in CFLAGS temporarily to precede other -I options 11235 # We put this in CFLAGS temporarily to precede other -I options
@@ -11371,7 +11388,7 @@ if test "${HAVE_X11}" = "yes"; then
11371set dummy pkg-config; ac_word=$2 11388set dummy pkg-config; ac_word=$2
11372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11373$as_echo_n "checking for $ac_word... " >&6; } 11390$as_echo_n "checking for $ac_word... " >&6; }
11374if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11391if ${ac_cv_path_PKG_CONFIG+:} false; then :
11375 $as_echo_n "(cached) " >&6 11392 $as_echo_n "(cached) " >&6
11376else 11393else
11377 case $PKG_CONFIG in 11394 case $PKG_CONFIG in
@@ -11473,7 +11490,7 @@ $as_echo "no" >&6; }
11473set dummy pkg-config; ac_word=$2 11490set dummy pkg-config; ac_word=$2
11474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11475$as_echo_n "checking for $ac_word... " >&6; } 11492$as_echo_n "checking for $ac_word... " >&6; }
11476if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11493if ${ac_cv_path_PKG_CONFIG+:} false; then :
11477 $as_echo_n "(cached) " >&6 11494 $as_echo_n "(cached) " >&6
11478else 11495else
11479 case $PKG_CONFIG in 11496 case $PKG_CONFIG in
@@ -11565,7 +11582,7 @@ $as_echo "no" >&6; }
11565 HAVE_XRENDER=no 11582 HAVE_XRENDER=no
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 11583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
11567$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } 11584$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
11568if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : 11585if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then :
11569 $as_echo_n "(cached) " >&6 11586 $as_echo_n "(cached) " >&6
11570else 11587else
11571 ac_check_lib_save_LIBS=$LIBS 11588 ac_check_lib_save_LIBS=$LIBS
@@ -11599,7 +11616,7 @@ LIBS=$ac_check_lib_save_LIBS
11599fi 11616fi
11600{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 11617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
11601$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } 11618$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
11602if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : 11619if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then :
11603 HAVE_XRENDER=yes 11620 HAVE_XRENDER=yes
11604fi 11621fi
11605 11622
@@ -11612,10 +11629,10 @@ fi
11612 XFT_LIBS="-lXrender $XFT_LIBS" 11629 XFT_LIBS="-lXrender $XFT_LIBS"
11613 LIBS="$XFT_LIBS $LIBS" 11630 LIBS="$XFT_LIBS $LIBS"
11614 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" 11631 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
11615if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : 11632if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then :
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 11633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
11617$as_echo_n "checking for XftFontOpen in -lXft... " >&6; } 11634$as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
11618if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : 11635if ${ac_cv_lib_Xft_XftFontOpen+:} false; then :
11619 $as_echo_n "(cached) " >&6 11636 $as_echo_n "(cached) " >&6
11620else 11637else
11621 ac_check_lib_save_LIBS=$LIBS 11638 ac_check_lib_save_LIBS=$LIBS
@@ -11649,7 +11666,7 @@ LIBS=$ac_check_lib_save_LIBS
11649fi 11666fi
11650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 11667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
11651$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } 11668$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
11652if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : 11669if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then :
11653 HAVE_XFT=yes 11670 HAVE_XFT=yes
11654fi 11671fi
11655 11672
@@ -11684,7 +11701,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h
11684set dummy pkg-config; ac_word=$2 11701set dummy pkg-config; ac_word=$2
11685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11686$as_echo_n "checking for $ac_word... " >&6; } 11703$as_echo_n "checking for $ac_word... " >&6; }
11687if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11704if ${ac_cv_path_PKG_CONFIG+:} false; then :
11688 $as_echo_n "(cached) " >&6 11705 $as_echo_n "(cached) " >&6
11689else 11706else
11690 case $PKG_CONFIG in 11707 case $PKG_CONFIG in
@@ -11772,7 +11789,7 @@ $as_echo "no" >&6; }
11772 fi 11789 fi
11773 11790
11774 11791
11775 test "$HAVE_FREETYPE" = "no" && as_fn_error "libxft requires libfreetype" "$LINENO" 5 11792 test "$HAVE_FREETYPE" = "no" && as_fn_error $? "libxft requires libfreetype" "$LINENO" 5
11776 fi 11793 fi
11777 11794
11778 HAVE_LIBOTF=no 11795 HAVE_LIBOTF=no
@@ -11788,7 +11805,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
11788set dummy pkg-config; ac_word=$2 11805set dummy pkg-config; ac_word=$2
11789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11790$as_echo_n "checking for $ac_word... " >&6; } 11807$as_echo_n "checking for $ac_word... " >&6; }
11791if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11808if ${ac_cv_path_PKG_CONFIG+:} false; then :
11792 $as_echo_n "(cached) " >&6 11809 $as_echo_n "(cached) " >&6
11793else 11810else
11794 case $PKG_CONFIG in 11811 case $PKG_CONFIG in
@@ -11881,7 +11898,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
11881 11898
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 11899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
11883$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } 11900$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
11884if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : 11901if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then :
11885 $as_echo_n "(cached) " >&6 11902 $as_echo_n "(cached) " >&6
11886else 11903else
11887 ac_check_lib_save_LIBS=$LIBS 11904 ac_check_lib_save_LIBS=$LIBS
@@ -11915,7 +11932,7 @@ LIBS=$ac_check_lib_save_LIBS
11915fi 11932fi
11916{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 11933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
11917$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } 11934$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
11918if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : 11935if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then :
11919 HAVE_OTF_GET_VARIATION_GLYPHS=yes 11936 HAVE_OTF_GET_VARIATION_GLYPHS=yes
11920else 11937else
11921 HAVE_OTF_GET_VARIATION_GLYPHS=no 11938 HAVE_OTF_GET_VARIATION_GLYPHS=no
@@ -11940,7 +11957,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
11940set dummy pkg-config; ac_word=$2 11957set dummy pkg-config; ac_word=$2
11941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11942$as_echo_n "checking for $ac_word... " >&6; } 11959$as_echo_n "checking for $ac_word... " >&6; }
11943if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11960if ${ac_cv_path_PKG_CONFIG+:} false; then :
11944 $as_echo_n "(cached) " >&6 11961 $as_echo_n "(cached) " >&6
11945else 11962else
11946 case $PKG_CONFIG in 11963 case $PKG_CONFIG in
@@ -12058,10 +12075,10 @@ LIBXPM=
12058if test "${HAVE_X11}" = "yes"; then 12075if test "${HAVE_X11}" = "yes"; then
12059 if test "${with_xpm}" != "no"; then 12076 if test "${with_xpm}" != "no"; then
12060 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" 12077 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
12061if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : 12078if test "x$ac_cv_header_X11_xpm_h" = xyes; then :
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 12079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
12063$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } 12080$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
12064if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : 12081if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then :
12065 $as_echo_n "(cached) " >&6 12082 $as_echo_n "(cached) " >&6
12066else 12083else
12067 ac_check_lib_save_LIBS=$LIBS 12084 ac_check_lib_save_LIBS=$LIBS
@@ -12095,7 +12112,7 @@ LIBS=$ac_check_lib_save_LIBS
12095fi 12112fi
12096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 12113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
12097$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } 12114$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
12098if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : 12115if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then :
12099 HAVE_XPM=yes 12116 HAVE_XPM=yes
12100fi 12117fi
12101 12118
@@ -12147,10 +12164,10 @@ LIBJPEG=
12147if test "${HAVE_X11}" = "yes"; then 12164if test "${HAVE_X11}" = "yes"; then
12148 if test "${with_jpeg}" != "no"; then 12165 if test "${with_jpeg}" != "no"; then
12149 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" 12166 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
12150if test "x$ac_cv_header_jerror_h" = x""yes; then : 12167if test "x$ac_cv_header_jerror_h" = xyes; then :
12151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 12168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
12152$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } 12169$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
12153if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : 12170if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then :
12154 $as_echo_n "(cached) " >&6 12171 $as_echo_n "(cached) " >&6
12155else 12172else
12156 ac_check_lib_save_LIBS=$LIBS 12173 ac_check_lib_save_LIBS=$LIBS
@@ -12184,7 +12201,7 @@ LIBS=$ac_check_lib_save_LIBS
12184fi 12201fi
12185{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 12202{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
12186$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } 12203$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
12187if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : 12204if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then :
12188 HAVE_JPEG=yes 12205 HAVE_JPEG=yes
12189fi 12206fi
12190 12207
@@ -12231,8 +12248,7 @@ if test "${HAVE_X11}" = "yes"; then
12231do : 12248do :
12232 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 12249 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12233ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 12250ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12234eval as_val=\$$as_ac_Header 12251if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12235 if test "x$as_val" = x""yes; then :
12236 cat >>confdefs.h <<_ACEOF 12252 cat >>confdefs.h <<_ACEOF
12237#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 12253#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12238_ACEOF 12254_ACEOF
@@ -12244,7 +12260,7 @@ done
12244 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then 12260 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 12261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
12246$as_echo_n "checking for png_get_channels in -lpng... " >&6; } 12262$as_echo_n "checking for png_get_channels in -lpng... " >&6; }
12247if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : 12263if ${ac_cv_lib_png_png_get_channels+:} false; then :
12248 $as_echo_n "(cached) " >&6 12264 $as_echo_n "(cached) " >&6
12249else 12265else
12250 ac_check_lib_save_LIBS=$LIBS 12266 ac_check_lib_save_LIBS=$LIBS
@@ -12278,7 +12294,7 @@ LIBS=$ac_check_lib_save_LIBS
12278fi 12294fi
12279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 12295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
12280$as_echo "$ac_cv_lib_png_png_get_channels" >&6; } 12296$as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
12281if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : 12297if test "x$ac_cv_lib_png_png_get_channels" = xyes; then :
12282 HAVE_PNG=yes 12298 HAVE_PNG=yes
12283fi 12299fi
12284 12300
@@ -12300,13 +12316,13 @@ LIBTIFF=
12300if test "${HAVE_X11}" = "yes"; then 12316if test "${HAVE_X11}" = "yes"; then
12301 if test "${with_tiff}" != "no"; then 12317 if test "${with_tiff}" != "no"; then
12302 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" 12318 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
12303if test "x$ac_cv_header_tiffio_h" = x""yes; then : 12319if test "x$ac_cv_header_tiffio_h" = xyes; then :
12304 tifflibs="-lz -lm" 12320 tifflibs="-lz -lm"
12305 # At least one tiff package requires the jpeg library. 12321 # At least one tiff package requires the jpeg library.
12306 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 12322 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
12308$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } 12324$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
12309if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : 12325if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then :
12310 $as_echo_n "(cached) " >&6 12326 $as_echo_n "(cached) " >&6
12311else 12327else
12312 ac_check_lib_save_LIBS=$LIBS 12328 ac_check_lib_save_LIBS=$LIBS
@@ -12340,7 +12356,7 @@ LIBS=$ac_check_lib_save_LIBS
12340fi 12356fi
12341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 12357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
12342$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } 12358$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
12343if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : 12359if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then :
12344 HAVE_TIFF=yes 12360 HAVE_TIFF=yes
12345fi 12361fi
12346 12362
@@ -12363,12 +12379,12 @@ HAVE_GIF=no
12363LIBGIF= 12379LIBGIF=
12364if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then 12380if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
12365 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" 12381 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
12366if test "x$ac_cv_header_gif_lib_h" = x""yes; then : 12382if test "x$ac_cv_header_gif_lib_h" = xyes; then :
12367 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 12383 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
12368# Earlier versions can crash Emacs. 12384# Earlier versions can crash Emacs.
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 12385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
12370$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } 12386$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
12371if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : 12387if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then :
12372 $as_echo_n "(cached) " >&6 12388 $as_echo_n "(cached) " >&6
12373else 12389else
12374 ac_check_lib_save_LIBS=$LIBS 12390 ac_check_lib_save_LIBS=$LIBS
@@ -12402,7 +12418,7 @@ LIBS=$ac_check_lib_save_LIBS
12402fi 12418fi
12403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 12419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
12404$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } 12420$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
12405if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : 12421if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then :
12406 HAVE_GIF=yes 12422 HAVE_GIF=yes
12407else 12423else
12408 HAVE_GIF=maybe 12424 HAVE_GIF=maybe
@@ -12418,7 +12434,7 @@ fi
12418# If gif_lib.h but no libgif, try libungif. 12434# If gif_lib.h but no libgif, try libungif.
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 12435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
12420$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } 12436$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
12421if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : 12437if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then :
12422 $as_echo_n "(cached) " >&6 12438 $as_echo_n "(cached) " >&6
12423else 12439else
12424 ac_check_lib_save_LIBS=$LIBS 12440 ac_check_lib_save_LIBS=$LIBS
@@ -12452,7 +12468,7 @@ LIBS=$ac_check_lib_save_LIBS
12452fi 12468fi
12453{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 12469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
12454$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } 12470$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
12455if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : 12471if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then :
12456 HAVE_GIF=yes 12472 HAVE_GIF=yes
12457else 12473else
12458 HAVE_GIF=no 12474 HAVE_GIF=no
@@ -12484,7 +12500,7 @@ if test "${HAVE_X11}" = "yes"; then
12484 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" 12500 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
12485 12501
12486 if test "X${MISSING}" != X; then 12502 if test "X${MISSING}" != X; then
12487 as_fn_error "The following required libraries were not found: 12503 as_fn_error $? "The following required libraries were not found:
12488 $MISSING 12504 $MISSING
12489Maybe some development libraries/packages are missing? 12505Maybe some development libraries/packages are missing?
12490If you don't want to link with them give 12506If you don't want to link with them give
@@ -12499,10 +12515,10 @@ LIBGPM=
12499MOUSE_SUPPORT= 12515MOUSE_SUPPORT=
12500if test "${with_gpm}" != "no"; then 12516if test "${with_gpm}" != "no"; then
12501 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" 12517 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
12502if test "x$ac_cv_header_gpm_h" = x""yes; then : 12518if test "x$ac_cv_header_gpm_h" = xyes; then :
12503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 12519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
12504$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } 12520$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
12505if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : 12521if ${ac_cv_lib_gpm_Gpm_Open+:} false; then :
12506 $as_echo_n "(cached) " >&6 12522 $as_echo_n "(cached) " >&6
12507else 12523else
12508 ac_check_lib_save_LIBS=$LIBS 12524 ac_check_lib_save_LIBS=$LIBS
@@ -12536,7 +12552,7 @@ LIBS=$ac_check_lib_save_LIBS
12536fi 12552fi
12537{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 12553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
12538$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } 12554$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
12539if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : 12555if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then :
12540 HAVE_GPM=yes 12556 HAVE_GPM=yes
12541fi 12557fi
12542 12558
@@ -12556,7 +12572,7 @@ fi
12556 12572
12557 12573
12558ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" 12574ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default"
12559if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : 12575if test "x$ac_cv_header_malloc_malloc_h" = xyes; then :
12560 12576
12561$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h 12577$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h
12562 12578
@@ -12601,10 +12617,10 @@ HAVE_X_SM=no
12601LIBXSM= 12617LIBXSM=
12602if test "${HAVE_X11}" = "yes"; then 12618if test "${HAVE_X11}" = "yes"; then
12603 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" 12619 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
12604if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : 12620if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then :
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 12621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
12606$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } 12622$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
12607if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : 12623if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then :
12608 $as_echo_n "(cached) " >&6 12624 $as_echo_n "(cached) " >&6
12609else 12625else
12610 ac_check_lib_save_LIBS=$LIBS 12626 ac_check_lib_save_LIBS=$LIBS
@@ -12638,7 +12654,7 @@ LIBS=$ac_check_lib_save_LIBS
12638fi 12654fi
12639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 12655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
12640$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } 12656$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
12641if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : 12657if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then :
12642 HAVE_X_SM=yes 12658 HAVE_X_SM=yes
12643fi 12659fi
12644 12660
@@ -12669,7 +12685,7 @@ if test "${with_xml2}" != "no"; then
12669set dummy pkg-config; ac_word=$2 12685set dummy pkg-config; ac_word=$2
12670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12671$as_echo_n "checking for $ac_word... " >&6; } 12687$as_echo_n "checking for $ac_word... " >&6; }
12672if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12688if ${ac_cv_path_PKG_CONFIG+:} false; then :
12673 $as_echo_n "(cached) " >&6 12689 $as_echo_n "(cached) " >&6
12674else 12690else
12675 case $PKG_CONFIG in 12691 case $PKG_CONFIG in
@@ -12760,7 +12776,7 @@ $as_echo "no" >&6; }
12760 LIBS="$LIBXML2_LIBS $LIBS" 12776 LIBS="$LIBXML2_LIBS $LIBS"
12761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
12762$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } 12778$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
12763if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : 12779if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then :
12764 $as_echo_n "(cached) " >&6 12780 $as_echo_n "(cached) " >&6
12765else 12781else
12766 ac_check_lib_save_LIBS=$LIBS 12782 ac_check_lib_save_LIBS=$LIBS
@@ -12794,7 +12810,7 @@ LIBS=$ac_check_lib_save_LIBS
12794fi 12810fi
12795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 12811{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
12796$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } 12812$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
12797if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : 12813if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then :
12798 HAVE_LIBXML2=yes 12814 HAVE_LIBXML2=yes
12799else 12815else
12800 HAVE_LIBXML2=no 12816 HAVE_LIBXML2=no
@@ -12816,7 +12832,7 @@ fi
12816# If netdb.h doesn't declare h_errno, we must declare it by hand. 12832# If netdb.h doesn't declare h_errno, we must declare it by hand.
12817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 12833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
12818$as_echo_n "checking whether netdb declares h_errno... " >&6; } 12834$as_echo_n "checking whether netdb declares h_errno... " >&6; }
12819if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : 12835if ${emacs_cv_netdb_declares_h_errno+:} false; then :
12820 $as_echo_n "(cached) " >&6 12836 $as_echo_n "(cached) " >&6
12821else 12837else
12822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12846,11 +12862,22 @@ $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h
12846 12862
12847fi 12863fi
12848 12864
12865ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12866if test "x$ac_cv_type_size_t" = xyes; then :
12867
12868else
12869
12870cat >>confdefs.h <<_ACEOF
12871#define size_t unsigned int
12872_ACEOF
12873
12874fi
12875
12849# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 12876# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12850# for constant arguments. Useless! 12877# for constant arguments. Useless!
12851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 12878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12852$as_echo_n "checking for working alloca.h... " >&6; } 12879$as_echo_n "checking for working alloca.h... " >&6; }
12853if test "${ac_cv_working_alloca_h+set}" = set; then : 12880if ${ac_cv_working_alloca_h+:} false; then :
12854 $as_echo_n "(cached) " >&6 12881 $as_echo_n "(cached) " >&6
12855else 12882else
12856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12883,7 +12910,7 @@ fi
12883 12910
12884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 12911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12885$as_echo_n "checking for alloca... " >&6; } 12912$as_echo_n "checking for alloca... " >&6; }
12886if test "${ac_cv_func_alloca_works+set}" = set; then : 12913if ${ac_cv_func_alloca_works+:} false; then :
12887 $as_echo_n "(cached) " >&6 12914 $as_echo_n "(cached) " >&6
12888else 12915else
12889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12902,7 +12929,7 @@ else
12902 #pragma alloca 12929 #pragma alloca
12903# else 12930# else
12904# ifndef alloca /* predefined by HP cc +Olibcalls */ 12931# ifndef alloca /* predefined by HP cc +Olibcalls */
12905char *alloca (); 12932void *alloca (size_t);
12906# endif 12933# endif
12907# endif 12934# endif
12908# endif 12935# endif
@@ -12946,7 +12973,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h
12946 12973
12947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 12974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12948$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } 12975$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12949if test "${ac_cv_os_cray+set}" = set; then : 12976if ${ac_cv_os_cray+:} false; then :
12950 $as_echo_n "(cached) " >&6 12977 $as_echo_n "(cached) " >&6
12951else 12978else
12952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -12973,8 +13000,7 @@ if test $ac_cv_os_cray = yes; then
12973 for ac_func in _getb67 GETB67 getb67; do 13000 for ac_func in _getb67 GETB67 getb67; do
12974 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13001 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12975ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13002ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12976eval as_val=\$$as_ac_var 13003if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12977 if test "x$as_val" = x""yes; then :
12978 13004
12979cat >>confdefs.h <<_ACEOF 13005cat >>confdefs.h <<_ACEOF
12980#define CRAY_STACKSEG_END $ac_func 13006#define CRAY_STACKSEG_END $ac_func
@@ -12988,7 +13014,7 @@ fi
12988 13014
12989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 13015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12990$as_echo_n "checking stack direction for C alloca... " >&6; } 13016$as_echo_n "checking stack direction for C alloca... " >&6; }
12991if test "${ac_cv_c_stack_direction+set}" = set; then : 13017if ${ac_cv_c_stack_direction+:} false; then :
12992 $as_echo_n "(cached) " >&6 13018 $as_echo_n "(cached) " >&6
12993else 13019else
12994 if test "$cross_compiling" = yes; then : 13020 if test "$cross_compiling" = yes; then :
@@ -13038,14 +13064,14 @@ fi
13038 13064
13039 13065
13040if test x"$ac_cv_func_alloca_works" != xyes; then 13066if test x"$ac_cv_func_alloca_works" != xyes; then
13041 as_fn_error "a system implementation of alloca is required " "$LINENO" 5 13067 as_fn_error $? "a system implementation of alloca is required " "$LINENO" 5
13042fi 13068fi
13043 13069
13044# fmod, logb, and frexp are found in -lm on most systems. 13070# fmod, logb, and frexp are found in -lm on most systems.
13045# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 13071# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
13046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 13072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
13047$as_echo_n "checking for sqrt in -lm... " >&6; } 13073$as_echo_n "checking for sqrt in -lm... " >&6; }
13048if test "${ac_cv_lib_m_sqrt+set}" = set; then : 13074if ${ac_cv_lib_m_sqrt+:} false; then :
13049 $as_echo_n "(cached) " >&6 13075 $as_echo_n "(cached) " >&6
13050else 13076else
13051 ac_check_lib_save_LIBS=$LIBS 13077 ac_check_lib_save_LIBS=$LIBS
@@ -13079,7 +13105,7 @@ LIBS=$ac_check_lib_save_LIBS
13079fi 13105fi
13080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 13106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
13081$as_echo "$ac_cv_lib_m_sqrt" >&6; } 13107$as_echo "$ac_cv_lib_m_sqrt" >&6; }
13082if test "x$ac_cv_lib_m_sqrt" = x""yes; then : 13108if test "x$ac_cv_lib_m_sqrt" = xyes; then :
13083 cat >>confdefs.h <<_ACEOF 13109 cat >>confdefs.h <<_ACEOF
13084#define HAVE_LIBM 1 13110#define HAVE_LIBM 1
13085_ACEOF 13111_ACEOF
@@ -13093,7 +13119,7 @@ fi
13093# have the same check as for liblockfile below. 13119# have the same check as for liblockfile below.
13094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 13120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
13095$as_echo_n "checking for maillock in -lmail... " >&6; } 13121$as_echo_n "checking for maillock in -lmail... " >&6; }
13096if test "${ac_cv_lib_mail_maillock+set}" = set; then : 13122if ${ac_cv_lib_mail_maillock+:} false; then :
13097 $as_echo_n "(cached) " >&6 13123 $as_echo_n "(cached) " >&6
13098else 13124else
13099 ac_check_lib_save_LIBS=$LIBS 13125 ac_check_lib_save_LIBS=$LIBS
@@ -13127,7 +13153,7 @@ LIBS=$ac_check_lib_save_LIBS
13127fi 13153fi
13128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 13154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
13129$as_echo "$ac_cv_lib_mail_maillock" >&6; } 13155$as_echo "$ac_cv_lib_mail_maillock" >&6; }
13130if test "x$ac_cv_lib_mail_maillock" = x""yes; then : 13156if test "x$ac_cv_lib_mail_maillock" = xyes; then :
13131 have_mail=yes 13157 have_mail=yes
13132else 13158else
13133 have_mail=no 13159 have_mail=no
@@ -13144,7 +13170,7 @@ else
13144fi 13170fi
13145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 13171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
13146$as_echo_n "checking for maillock in -llockfile... " >&6; } 13172$as_echo_n "checking for maillock in -llockfile... " >&6; }
13147if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : 13173if ${ac_cv_lib_lockfile_maillock+:} false; then :
13148 $as_echo_n "(cached) " >&6 13174 $as_echo_n "(cached) " >&6
13149else 13175else
13150 ac_check_lib_save_LIBS=$LIBS 13176 ac_check_lib_save_LIBS=$LIBS
@@ -13178,7 +13204,7 @@ LIBS=$ac_check_lib_save_LIBS
13178fi 13204fi
13179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 13205{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
13180$as_echo "$ac_cv_lib_lockfile_maillock" >&6; } 13206$as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
13181if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : 13207if test "x$ac_cv_lib_lockfile_maillock" = xyes; then :
13182 have_lockfile=yes 13208 have_lockfile=yes
13183else 13209else
13184 have_lockfile=no 13210 have_lockfile=no
@@ -13198,7 +13224,7 @@ else
13198set dummy liblockfile.so; ac_word=$2 13224set dummy liblockfile.so; ac_word=$2
13199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13200$as_echo_n "checking for $ac_word... " >&6; } 13226$as_echo_n "checking for $ac_word... " >&6; }
13201if test "${ac_cv_prog_liblockfile+set}" = set; then : 13227if ${ac_cv_prog_liblockfile+:} false; then :
13202 $as_echo_n "(cached) " >&6 13228 $as_echo_n "(cached) " >&6
13203else 13229else
13204 if test -n "$liblockfile"; then 13230 if test -n "$liblockfile"; then
@@ -13234,7 +13260,7 @@ fi
13234 13260
13235 13261
13236 if test $ac_cv_prog_liblockfile = yes; then 13262 if test $ac_cv_prog_liblockfile = yes; then
13237 as_fn_error "Shared liblockfile found but can't link against it. 13263 as_fn_error $? "Shared liblockfile found but can't link against it.
13238This probably means that movemail could lose mail. 13264This probably means that movemail could lose mail.
13239There may be a \`development' package to install containing liblockfile." "$LINENO" 5 13265There may be a \`development' package to install containing liblockfile." "$LINENO" 5
13240 fi 13266 fi
@@ -13242,7 +13268,7 @@ fi
13242for ac_func in touchlock 13268for ac_func in touchlock
13243do : 13269do :
13244 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" 13270 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock"
13245if test "x$ac_cv_func_touchlock" = x""yes; then : 13271if test "x$ac_cv_func_touchlock" = xyes; then :
13246 cat >>confdefs.h <<_ACEOF 13272 cat >>confdefs.h <<_ACEOF
13247#define HAVE_TOUCHLOCK 1 13273#define HAVE_TOUCHLOCK 1
13248_ACEOF 13274_ACEOF
@@ -13253,7 +13279,7 @@ done
13253for ac_header in maillock.h 13279for ac_header in maillock.h
13254do : 13280do :
13255 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" 13281 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default"
13256if test "x$ac_cv_header_maillock_h" = x""yes; then : 13282if test "x$ac_cv_header_maillock_h" = xyes; then :
13257 cat >>confdefs.h <<_ACEOF 13283 cat >>confdefs.h <<_ACEOF
13258#define HAVE_MAILLOCK_H 1 13284#define HAVE_MAILLOCK_H 1
13259_ACEOF 13285_ACEOF
@@ -13323,8 +13349,7 @@ cfmakeraw cfsetspeed isnan copysign __executable_start
13323do : 13349do :
13324 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 13350 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13325ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13351ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13326eval as_val=\$$as_ac_var 13352if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13327 if test "x$as_val" = x""yes; then :
13328 cat >>confdefs.h <<_ACEOF 13353 cat >>confdefs.h <<_ACEOF
13329#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 13354#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13330_ACEOF 13355_ACEOF
@@ -13335,7 +13360,7 @@ done
13335 13360
13336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 13361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5
13337$as_echo_n "checking for __builtin_unwind_init... " >&6; } 13362$as_echo_n "checking for __builtin_unwind_init... " >&6; }
13338if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : 13363if ${emacs_cv_func___builtin_unwind_init+:} false; then :
13339 $as_echo_n "(cached) " >&6 13364 $as_echo_n "(cached) " >&6
13340else 13365else
13341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13368,7 +13393,7 @@ fi
13368for ac_header in sys/un.h 13393for ac_header in sys/un.h
13369do : 13394do :
13370 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" 13395 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default"
13371if test "x$ac_cv_header_sys_un_h" = x""yes; then : 13396if test "x$ac_cv_header_sys_un_h" = xyes; then :
13372 cat >>confdefs.h <<_ACEOF 13397 cat >>confdefs.h <<_ACEOF
13373#define HAVE_SYS_UN_H 1 13398#define HAVE_SYS_UN_H 1
13374_ACEOF 13399_ACEOF
@@ -13380,7 +13405,7 @@ done
13380 13405
13381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 13406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
13382$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } 13407$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
13383if test "${ac_cv_sys_largefile_source+set}" = set; then : 13408if ${ac_cv_sys_largefile_source+:} false; then :
13384 $as_echo_n "(cached) " >&6 13409 $as_echo_n "(cached) " >&6
13385else 13410else
13386 while :; do 13411 while :; do
@@ -13449,7 +13474,7 @@ fi
13449 13474
13450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 13475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
13451$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } 13476$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
13452if test "${ac_cv_func_getpgrp_void+set}" = set; then : 13477if ${ac_cv_func_getpgrp_void+:} false; then :
13453 $as_echo_n "(cached) " >&6 13478 $as_echo_n "(cached) " >&6
13454else 13479else
13455 # Use it with a single arg. 13480 # Use it with a single arg.
@@ -13498,7 +13523,7 @@ fi
13498 13523
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 13524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
13500$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 13525$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
13501if test "${ac_cv_c_bigendian+set}" = set; then : 13526if ${ac_cv_c_bigendian+:} false; then :
13502 $as_echo_n "(cached) " >&6 13527 $as_echo_n "(cached) " >&6
13503else 13528else
13504 ac_cv_c_bigendian=unknown 13529 ac_cv_c_bigendian=unknown
@@ -13716,14 +13741,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13716 13741
13717 ;; #( 13742 ;; #(
13718 *) 13743 *)
13719 as_fn_error "unknown endianness 13744 as_fn_error $? "unknown endianness
13720 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 13745 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13721 esac 13746 esac
13722 13747
13723 13748
13724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 13749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13725$as_echo_n "checking for inline... " >&6; } 13750$as_echo_n "checking for inline... " >&6; }
13726if test "${ac_cv_c_inline+set}" = set; then : 13751if ${ac_cv_c_inline+:} false; then :
13727 $as_echo_n "(cached) " >&6 13752 $as_echo_n "(cached) " >&6
13728else 13753else
13729 ac_cv_c_inline=no 13754 ac_cv_c_inline=no
@@ -13766,7 +13791,7 @@ esac
13766 13791
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 13792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5
13768$as_echo_n "checking whether strtold conforms to C99... " >&6; } 13793$as_echo_n "checking whether strtold conforms to C99... " >&6; }
13769if test "${gl_cv_func_c99_strtold+set}" = set; then : 13794if ${gl_cv_func_c99_strtold+:} false; then :
13770 $as_echo_n "(cached) " >&6 13795 $as_echo_n "(cached) " >&6
13771else 13796else
13772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13809,7 +13834,7 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
13809 13834
13810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 13835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
13811$as_echo_n "checking for st_dm_mode in struct stat... " >&6; } 13836$as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
13812if test "${ac_cv_struct_st_dm_mode+set}" = set; then : 13837if ${ac_cv_struct_st_dm_mode+:} false; then :
13813 $as_echo_n "(cached) " >&6 13838 $as_echo_n "(cached) " >&6
13814else 13839else
13815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13843,7 +13868,7 @@ $as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h
13843 13868
13844 13869
13845ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" 13870ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
13846if test "x$ac_cv_have_decl_strmode" = x""yes; then : 13871if test "x$ac_cv_have_decl_strmode" = xyes; then :
13847 ac_have_decl=1 13872 ac_have_decl=1
13848else 13873else
13849 ac_have_decl=0 13874 ac_have_decl=0
@@ -14032,7 +14057,7 @@ _ACEOF
14032 14057
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 14058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
14034$as_echo_n "checking whether the preprocessor supports include_next... " >&6; } 14059$as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
14035if test "${gl_cv_have_include_next+set}" = set; then : 14060if ${gl_cv_have_include_next+:} false; then :
14036 $as_echo_n "(cached) " >&6 14061 $as_echo_n "(cached) " >&6
14037else 14062else
14038 rm -rf conftestd1a conftestd1b conftestd2 14063 rm -rf conftestd1a conftestd1b conftestd2
@@ -14112,7 +14137,7 @@ $as_echo "$gl_cv_have_include_next" >&6; }
14112 14137
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 14138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5
14114$as_echo_n "checking whether system header files limit the line length... " >&6; } 14139$as_echo_n "checking whether system header files limit the line length... " >&6; }
14115if test "${gl_cv_pragma_columns+set}" = set; then : 14140if ${gl_cv_pragma_columns+:} false; then :
14116 $as_echo_n "(cached) " >&6 14141 $as_echo_n "(cached) " >&6
14117else 14142else
14118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14162,7 +14187,7 @@ $as_echo "$gl_cv_pragma_columns" >&6; }
14162 else 14187 else
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 14188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5
14164$as_echo_n "checking absolute name of <getopt.h>... " >&6; } 14189$as_echo_n "checking absolute name of <getopt.h>... " >&6; }
14165if test "${gl_cv_next_getopt_h+set}" = set; then : 14190if ${gl_cv_next_getopt_h+:} false; then :
14166 $as_echo_n "(cached) " >&6 14191 $as_echo_n "(cached) " >&6
14167else 14192else
14168 14193
@@ -14221,7 +14246,7 @@ $as_echo "$gl_cv_next_getopt_h" >&6; }
14221 for ac_header in getopt.h 14246 for ac_header in getopt.h
14222do : 14247do :
14223 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" 14248 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
14224if test "x$ac_cv_header_getopt_h" = x""yes; then : 14249if test "x$ac_cv_header_getopt_h" = xyes; then :
14225 cat >>confdefs.h <<_ACEOF 14250 cat >>confdefs.h <<_ACEOF
14226#define HAVE_GETOPT_H 1 14251#define HAVE_GETOPT_H 1
14227_ACEOF 14252_ACEOF
@@ -14238,7 +14263,7 @@ done
14238 for ac_func in getopt_long_only 14263 for ac_func in getopt_long_only
14239do : 14264do :
14240 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" 14265 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
14241if test "x$ac_cv_func_getopt_long_only" = x""yes; then : 14266if test "x$ac_cv_func_getopt_long_only" = xyes; then :
14242 cat >>confdefs.h <<_ACEOF 14267 cat >>confdefs.h <<_ACEOF
14243#define HAVE_GETOPT_LONG_ONLY 1 14268#define HAVE_GETOPT_LONG_ONLY 1
14244_ACEOF 14269_ACEOF
@@ -14253,7 +14278,7 @@ done
14253 if test -z "$gl_replace_getopt"; then 14278 if test -z "$gl_replace_getopt"; then
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 14279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5
14255$as_echo_n "checking whether getopt is POSIX compatible... " >&6; } 14280$as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
14256if test "${gl_cv_func_getopt_posix+set}" = set; then : 14281if ${gl_cv_func_getopt_posix+:} false; then :
14257 $as_echo_n "(cached) " >&6 14282 $as_echo_n "(cached) " >&6
14258else 14283else
14259 14284
@@ -14411,7 +14436,7 @@ $as_echo "$gl_cv_func_getopt_posix" >&6; }
14411 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then 14436 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
14412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 14437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
14413$as_echo_n "checking for working GNU getopt function... " >&6; } 14438$as_echo_n "checking for working GNU getopt function... " >&6; }
14414if test "${gl_cv_func_getopt_gnu+set}" = set; then : 14439if ${gl_cv_func_getopt_gnu+:} false; then :
14415 $as_echo_n "(cached) " >&6 14440 $as_echo_n "(cached) " >&6
14416else 14441else
14417 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the 14442 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
@@ -14523,7 +14548,7 @@ $as_echo "$gl_cv_func_getopt_gnu" >&6; }
14523 fi 14548 fi
14524 14549
14525ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" 14550ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14526if test "x$ac_cv_have_decl_getenv" = x""yes; then : 14551if test "x$ac_cv_have_decl_getenv" = xyes; then :
14527 ac_have_decl=1 14552 ac_have_decl=1
14528else 14553else
14529 ac_have_decl=0 14554 ac_have_decl=0
@@ -14618,8 +14643,7 @@ fi
14618do : 14643do :
14619 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14644 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14620ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 14645ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14621eval as_val=\$$as_ac_var 14646if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14622 if test "x$as_val" = x""yes; then :
14623 cat >>confdefs.h <<_ACEOF 14647 cat >>confdefs.h <<_ACEOF
14624#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 14648#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14625_ACEOF 14649_ACEOF
@@ -14632,7 +14656,7 @@ done
14632 14656
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 14657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
14634$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } 14658$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
14635if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : 14659if ${ac_cv_func_lstat_dereferences_slashed_symlink+:} false; then :
14636 $as_echo_n "(cached) " >&6 14660 $as_echo_n "(cached) " >&6
14637else 14661else
14638 rm -f conftest.sym conftest.file 14662 rm -f conftest.sym conftest.file
@@ -14762,7 +14786,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14762 14786
14763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 14787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
14764$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } 14788$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
14765if test "${ac_cv_header_stdbool_h+set}" = set; then : 14789if ${ac_cv_header_stdbool_h+:} false; then :
14766 $as_echo_n "(cached) " >&6 14790 $as_echo_n "(cached) " >&6
14767else 14791else
14768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14837,7 +14861,7 @@ fi
14837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 14861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
14838$as_echo "$ac_cv_header_stdbool_h" >&6; } 14862$as_echo "$ac_cv_header_stdbool_h" >&6; }
14839 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" 14863 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
14840if test "x$ac_cv_type__Bool" = x""yes; then : 14864if test "x$ac_cv_type__Bool" = xyes; then :
14841 14865
14842cat >>confdefs.h <<_ACEOF 14866cat >>confdefs.h <<_ACEOF
14843#define HAVE__BOOL 1 14867#define HAVE__BOOL 1
@@ -14855,7 +14879,7 @@ fi
14855 14879
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 14880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
14857$as_echo_n "checking for wchar_t... " >&6; } 14881$as_echo_n "checking for wchar_t... " >&6; }
14858if test "${gt_cv_c_wchar_t+set}" = set; then : 14882if ${gt_cv_c_wchar_t+:} false; then :
14859 $as_echo_n "(cached) " >&6 14883 $as_echo_n "(cached) " >&6
14860else 14884else
14861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14888,7 +14912,7 @@ $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
14888 14912
14889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 14913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
14890$as_echo_n "checking for unsigned long long int... " >&6; } 14914$as_echo_n "checking for unsigned long long int... " >&6; }
14891if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then : 14915if ${ac_cv_type_unsigned_long_long_int+:} false; then :
14892 $as_echo_n "(cached) " >&6 14916 $as_echo_n "(cached) " >&6
14893else 14917else
14894 ac_cv_type_unsigned_long_long_int=yes 14918 ac_cv_type_unsigned_long_long_int=yes
@@ -14946,7 +14970,7 @@ $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
14946 14970
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 14971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
14948$as_echo_n "checking for long long int... " >&6; } 14972$as_echo_n "checking for long long int... " >&6; }
14949if test "${ac_cv_type_long_long_int+set}" = set; then : 14973if ${ac_cv_type_long_long_int+:} false; then :
14950 $as_echo_n "(cached) " >&6 14974 $as_echo_n "(cached) " >&6
14951else 14975else
14952 ac_cv_type_long_long_int=yes 14976 ac_cv_type_long_long_int=yes
@@ -15009,7 +15033,7 @@ $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
15009 15033
15010 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 15034 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
15011" 15035"
15012if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : 15036if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then :
15013 15037
15014$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h 15038$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
15015 15039
@@ -15022,7 +15046,7 @@ fi
15022 15046
15023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 15047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
15024$as_echo_n "checking whether stat file-mode macros are broken... " >&6; } 15048$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
15025if test "${ac_cv_header_stat_broken+set}" = set; then : 15049if ${ac_cv_header_stat_broken+:} false; then :
15026 $as_echo_n "(cached) " >&6 15050 $as_echo_n "(cached) " >&6
15027else 15051else
15028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15066,7 +15090,7 @@ fi
15066 15090
15067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 15091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
15068$as_echo_n "checking for C/C++ restrict keyword... " >&6; } 15092$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
15069if test "${ac_cv_c_restrict+set}" = set; then : 15093if ${ac_cv_c_restrict+:} false; then :
15070 $as_echo_n "(cached) " >&6 15094 $as_echo_n "(cached) " >&6
15071else 15095else
15072 ac_cv_c_restrict=no 15096 ac_cv_c_restrict=no
@@ -15116,7 +15140,7 @@ _ACEOF
15116 15140
15117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 15141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5
15118$as_echo_n "checking for struct timespec in <time.h>... " >&6; } 15142$as_echo_n "checking for struct timespec in <time.h>... " >&6; }
15119if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : 15143if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then :
15120 $as_echo_n "(cached) " >&6 15144 $as_echo_n "(cached) " >&6
15121else 15145else
15122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15149,7 +15173,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; }
15149 else 15173 else
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 15174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5
15151$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } 15175$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; }
15152if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : 15176if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then :
15153 $as_echo_n "(cached) " >&6 15177 $as_echo_n "(cached) " >&6
15154else 15178else
15155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15178,7 +15202,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; }
15178 else 15202 else
15179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 15203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5
15180$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } 15204$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; }
15181if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : 15205if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then :
15182 $as_echo_n "(cached) " >&6 15206 $as_echo_n "(cached) " >&6
15183else 15207else
15184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15227,7 +15251,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; }
15227 else 15251 else
15228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 15252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5
15229$as_echo_n "checking absolute name of <time.h>... " >&6; } 15253$as_echo_n "checking absolute name of <time.h>... " >&6; }
15230if test "${gl_cv_next_time_h+set}" = set; then : 15254if ${gl_cv_next_time_h+:} false; then :
15231 $as_echo_n "(cached) " >&6 15255 $as_echo_n "(cached) " >&6
15232else 15256else
15233 15257
@@ -15270,7 +15294,7 @@ $as_echo "$gl_cv_next_time_h" >&6; }
15270 15294
15271 15295
15272ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" 15296ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default"
15273if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : 15297if test "x$ac_cv_have_decl_localtime_r" = xyes; then :
15274 ac_have_decl=1 15298 ac_have_decl=1
15275else 15299else
15276 ac_have_decl=0 15300 ac_have_decl=0
@@ -15351,14 +15375,14 @@ fi
15351 15375
15352# Make sure getloadavg.c is where it belongs, at configure-time. 15376# Make sure getloadavg.c is where it belongs, at configure-time.
15353test -f "$srcdir/$gl_source_base/getloadavg.c" || 15377test -f "$srcdir/$gl_source_base/getloadavg.c" ||
15354 as_fn_error "$srcdir/$gl_source_base/getloadavg.c is missing" "$LINENO" 5 15378 as_fn_error $? "$srcdir/$gl_source_base/getloadavg.c is missing" "$LINENO" 5
15355 15379
15356gl_save_LIBS=$LIBS 15380gl_save_LIBS=$LIBS
15357 15381
15358# getloadvg is present in libc on glibc >= 2.2, MacOS X, FreeBSD >= 2.0, 15382# getloadvg is present in libc on glibc >= 2.2, MacOS X, FreeBSD >= 2.0,
15359# NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. 15383# NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7.
15360ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" 15384ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
15361if test "x$ac_cv_func_getloadavg" = x""yes; then : 15385if test "x$ac_cv_func_getloadavg" = xyes; then :
15362 15386
15363else 15387else
15364 gl_have_func=no 15388 gl_have_func=no
@@ -15371,7 +15395,7 @@ else
15371 if test $gl_have_func = no; then 15395 if test $gl_have_func = no; then
15372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 15396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
15373$as_echo_n "checking for elf_begin in -lelf... " >&6; } 15397$as_echo_n "checking for elf_begin in -lelf... " >&6; }
15374if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : 15398if ${ac_cv_lib_elf_elf_begin+:} false; then :
15375 $as_echo_n "(cached) " >&6 15399 $as_echo_n "(cached) " >&6
15376else 15400else
15377 ac_check_lib_save_LIBS=$LIBS 15401 ac_check_lib_save_LIBS=$LIBS
@@ -15405,13 +15429,13 @@ LIBS=$ac_check_lib_save_LIBS
15405fi 15429fi
15406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 15430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
15407$as_echo "$ac_cv_lib_elf_elf_begin" >&6; } 15431$as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
15408if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : 15432if test "x$ac_cv_lib_elf_elf_begin" = xyes; then :
15409 LIBS="-lelf $LIBS" 15433 LIBS="-lelf $LIBS"
15410fi 15434fi
15411 15435
15412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 15436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
15413$as_echo_n "checking for kvm_open in -lkvm... " >&6; } 15437$as_echo_n "checking for kvm_open in -lkvm... " >&6; }
15414if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : 15438if ${ac_cv_lib_kvm_kvm_open+:} false; then :
15415 $as_echo_n "(cached) " >&6 15439 $as_echo_n "(cached) " >&6
15416else 15440else
15417 ac_check_lib_save_LIBS=$LIBS 15441 ac_check_lib_save_LIBS=$LIBS
@@ -15445,14 +15469,14 @@ LIBS=$ac_check_lib_save_LIBS
15445fi 15469fi
15446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 15470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
15447$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } 15471$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
15448if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : 15472if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then :
15449 LIBS="-lkvm $LIBS" 15473 LIBS="-lkvm $LIBS"
15450fi 15474fi
15451 15475
15452 # Check for the 4.4BSD definition of getloadavg. 15476 # Check for the 4.4BSD definition of getloadavg.
15453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 15477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
15454$as_echo_n "checking for getloadavg in -lutil... " >&6; } 15478$as_echo_n "checking for getloadavg in -lutil... " >&6; }
15455if test "${ac_cv_lib_util_getloadavg+set}" = set; then : 15479if ${ac_cv_lib_util_getloadavg+:} false; then :
15456 $as_echo_n "(cached) " >&6 15480 $as_echo_n "(cached) " >&6
15457else 15481else
15458 ac_check_lib_save_LIBS=$LIBS 15482 ac_check_lib_save_LIBS=$LIBS
@@ -15486,7 +15510,7 @@ LIBS=$ac_check_lib_save_LIBS
15486fi 15510fi
15487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 15511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
15488$as_echo "$ac_cv_lib_util_getloadavg" >&6; } 15512$as_echo "$ac_cv_lib_util_getloadavg" >&6; }
15489if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : 15513if test "x$ac_cv_lib_util_getloadavg" = xyes; then :
15490 LIBS="-lutil $LIBS" gl_have_func=yes 15514 LIBS="-lutil $LIBS" gl_have_func=yes
15491fi 15515fi
15492 15516
@@ -15499,7 +15523,7 @@ fi
15499 LIBS="-L/usr/local/lib $LIBS" 15523 LIBS="-L/usr/local/lib $LIBS"
15500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 15524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
15501$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } 15525$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
15502if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : 15526if ${ac_cv_lib_getloadavg_getloadavg+:} false; then :
15503 $as_echo_n "(cached) " >&6 15527 $as_echo_n "(cached) " >&6
15504else 15528else
15505 ac_check_lib_save_LIBS=$LIBS 15529 ac_check_lib_save_LIBS=$LIBS
@@ -15533,7 +15557,7 @@ LIBS=$ac_check_lib_save_LIBS
15533fi 15557fi
15534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 15558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
15535$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } 15559$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
15536if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : 15560if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then :
15537 LIBS="-lgetloadavg $LIBS" gl_have_func=yes 15561 LIBS="-lgetloadavg $LIBS" gl_have_func=yes
15538else 15562else
15539 LIBS=$gl_getloadavg_LIBS 15563 LIBS=$gl_getloadavg_LIBS
@@ -15559,7 +15583,7 @@ fi
15559# Solaris has libkstat which does not require root. 15583# Solaris has libkstat which does not require root.
15560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 15584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
15561$as_echo_n "checking for kstat_open in -lkstat... " >&6; } 15585$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
15562if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : 15586if ${ac_cv_lib_kstat_kstat_open+:} false; then :
15563 $as_echo_n "(cached) " >&6 15587 $as_echo_n "(cached) " >&6
15564else 15588else
15565 ac_check_lib_save_LIBS=$LIBS 15589 ac_check_lib_save_LIBS=$LIBS
@@ -15593,7 +15617,7 @@ LIBS=$ac_check_lib_save_LIBS
15593fi 15617fi
15594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 15618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
15595$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } 15619$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
15596if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : 15620if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
15597 cat >>confdefs.h <<_ACEOF 15621 cat >>confdefs.h <<_ACEOF
15598#define HAVE_LIBKSTAT 1 15622#define HAVE_LIBKSTAT 1
15599_ACEOF 15623_ACEOF
@@ -15609,7 +15633,7 @@ if test $gl_have_func = no; then
15609 for ac_func in pstat_getdynamic 15633 for ac_func in pstat_getdynamic
15610do : 15634do :
15611 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" 15635 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
15612if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : 15636if test "x$ac_cv_func_pstat_getdynamic" = xyes; then :
15613 cat >>confdefs.h <<_ACEOF 15637 cat >>confdefs.h <<_ACEOF
15614#define HAVE_PSTAT_GETDYNAMIC 1 15638#define HAVE_PSTAT_GETDYNAMIC 1
15615_ACEOF 15639_ACEOF
@@ -15623,7 +15647,7 @@ fi
15623if test $gl_have_func = no; then 15647if test $gl_have_func = no; then
15624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5 15648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5
15625$as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; } 15649$as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; }
15626if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then : 15650if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then :
15627 $as_echo_n "(cached) " >&6 15651 $as_echo_n "(cached) " >&6
15628else 15652else
15629 ac_check_lib_save_LIBS=$LIBS 15653 ac_check_lib_save_LIBS=$LIBS
@@ -15657,7 +15681,7 @@ LIBS=$ac_check_lib_save_LIBS
15657fi 15681fi
15658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5 15682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5
15659$as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; } 15683$as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; }
15660if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then : 15684if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = xyes; then :
15661 cat >>confdefs.h <<_ACEOF 15685 cat >>confdefs.h <<_ACEOF
15662#define HAVE_LIBPERFSTAT 1 15686#define HAVE_LIBPERFSTAT 1
15663_ACEOF 15687_ACEOF
@@ -15671,14 +15695,14 @@ fi
15671 15695
15672if test $gl_have_func = no; then 15696if test $gl_have_func = no; then
15673 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" 15697 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
15674if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : 15698if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then :
15675 gl_have_func=yes 15699 gl_have_func=yes
15676 15700
15677$as_echo "#define DGUX 1" >>confdefs.h 15701$as_echo "#define DGUX 1" >>confdefs.h
15678 15702
15679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 15703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
15680$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } 15704$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
15681if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : 15705if ${ac_cv_lib_dgc_dg_sys_info+:} false; then :
15682 $as_echo_n "(cached) " >&6 15706 $as_echo_n "(cached) " >&6
15683else 15707else
15684 ac_check_lib_save_LIBS=$LIBS 15708 ac_check_lib_save_LIBS=$LIBS
@@ -15712,7 +15736,7 @@ LIBS=$ac_check_lib_save_LIBS
15712fi 15736fi
15713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 15737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
15714$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } 15738$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
15715if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : 15739if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then :
15716 cat >>confdefs.h <<_ACEOF 15740 cat >>confdefs.h <<_ACEOF
15717#define HAVE_LIBDGC 1 15741#define HAVE_LIBDGC 1
15718_ACEOF 15742_ACEOF
@@ -15739,7 +15763,7 @@ fi
15739 15763
15740if test $gl_have_func = no; then 15764if test $gl_have_func = no; then
15741 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" 15765 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
15742if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : 15766if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then :
15743 gl_have_func=yes 15767 gl_have_func=yes
15744 15768
15745$as_echo "#define UMAX 1" >>confdefs.h 15769$as_echo "#define UMAX 1" >>confdefs.h
@@ -15754,7 +15778,7 @@ fi
15754 15778
15755if test $gl_have_func = no; then 15779if test $gl_have_func = no; then
15756 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" 15780 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
15757if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : 15781if test "x$ac_cv_header_sys_cpustats_h" = xyes; then :
15758 gl_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h 15782 gl_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h
15759 15783
15760fi 15784fi
@@ -15766,7 +15790,7 @@ if test $gl_have_func = no; then
15766 for ac_header in mach/mach.h 15790 for ac_header in mach/mach.h
15767do : 15791do :
15768 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" 15792 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
15769if test "x$ac_cv_header_mach_mach_h" = x""yes; then : 15793if test "x$ac_cv_header_mach_mach_h" = xyes; then :
15770 cat >>confdefs.h <<_ACEOF 15794 cat >>confdefs.h <<_ACEOF
15771#define HAVE_MACH_MACH_H 1 15795#define HAVE_MACH_MACH_H 1
15772_ACEOF 15796_ACEOF
@@ -15780,13 +15804,13 @@ fi
15780for ac_header in nlist.h 15804for ac_header in nlist.h
15781do : 15805do :
15782 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" 15806 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
15783if test "x$ac_cv_header_nlist_h" = x""yes; then : 15807if test "x$ac_cv_header_nlist_h" = xyes; then :
15784 cat >>confdefs.h <<_ACEOF 15808 cat >>confdefs.h <<_ACEOF
15785#define HAVE_NLIST_H 1 15809#define HAVE_NLIST_H 1
15786_ACEOF 15810_ACEOF
15787 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> 15811 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
15788" 15812"
15789if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : 15813if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then :
15790 15814
15791cat >>confdefs.h <<_ACEOF 15815cat >>confdefs.h <<_ACEOF
15792#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 15816#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
@@ -15840,7 +15864,7 @@ LIBS=$gl_save_LIBS
15840for ac_header in sys/loadavg.h 15864for ac_header in sys/loadavg.h
15841do : 15865do :
15842 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default" 15866 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default"
15843if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then : 15867if test "x$ac_cv_header_sys_loadavg_h" = xyes; then :
15844 cat >>confdefs.h <<_ACEOF 15868 cat >>confdefs.h <<_ACEOF
15845#define HAVE_SYS_LOADAVG_H 1 15869#define HAVE_SYS_LOADAVG_H 1
15846_ACEOF 15870_ACEOF
@@ -15859,7 +15883,7 @@ ac_fn_c_check_decl "$LINENO" "getloadavg" "ac_cv_have_decl_getloadavg" "#if HAVE
15859 #endif 15883 #endif
15860 #include <stdlib.h> 15884 #include <stdlib.h>
15861" 15885"
15862if test "x$ac_cv_have_decl_getloadavg" = x""yes; then : 15886if test "x$ac_cv_have_decl_getloadavg" = xyes; then :
15863 15887
15864else 15888else
15865 HAVE_DECL_GETLOADAVG=0 15889 HAVE_DECL_GETLOADAVG=0
@@ -15968,7 +15992,7 @@ if test $APPLE_UNIVERSAL_BUILD = 1; then
15968fi 15992fi
15969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 15993{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
15970$as_echo_n "checking for working mktime... " >&6; } 15994$as_echo_n "checking for working mktime... " >&6; }
15971if test "${ac_cv_func_working_mktime+set}" = set; then : 15995if ${ac_cv_func_working_mktime+:} false; then :
15972 $as_echo_n "(cached) " >&6 15996 $as_echo_n "(cached) " >&6
15973else 15997else
15974 if test "$cross_compiling" = yes; then : 15998 if test "$cross_compiling" = yes; then :
@@ -16233,7 +16257,7 @@ fi
16233 else 16257 else
16234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 16258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5
16235$as_echo_n "checking whether readlink signature is correct... " >&6; } 16259$as_echo_n "checking whether readlink signature is correct... " >&6; }
16236if test "${gl_cv_decl_readlink_works+set}" = set; then : 16260if ${gl_cv_decl_readlink_works+:} false; then :
16237 $as_echo_n "(cached) " >&6 16261 $as_echo_n "(cached) " >&6
16238else 16262else
16239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16260,7 +16284,7 @@ fi
16260$as_echo "$gl_cv_decl_readlink_works" >&6; } 16284$as_echo "$gl_cv_decl_readlink_works" >&6; }
16261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 16285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5
16262$as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; } 16286$as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; }
16263if test "${gl_cv_func_readlink_works+set}" = set; then : 16287if ${gl_cv_func_readlink_works+:} false; then :
16264 $as_echo_n "(cached) " >&6 16288 $as_echo_n "(cached) " >&6
16265else 16289else
16266 # We have readlink, so assume ln -s works. 16290 # We have readlink, so assume ln -s works.
@@ -16338,7 +16362,7 @@ $as_echo "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h
16338 16362
16339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5 16363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5
16340$as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; } 16364$as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; }
16341if test "${gl_cv_func_stat_dir_slash+set}" = set; then : 16365if ${gl_cv_func_stat_dir_slash+:} false; then :
16342 $as_echo_n "(cached) " >&6 16366 $as_echo_n "(cached) " >&6
16343else 16367else
16344 if test "$cross_compiling" = yes; then : 16368 if test "$cross_compiling" = yes; then :
@@ -16373,7 +16397,7 @@ fi
16373$as_echo "$gl_cv_func_stat_dir_slash" >&6; } 16397$as_echo "$gl_cv_func_stat_dir_slash" >&6; }
16374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 16398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5
16375$as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } 16399$as_echo_n "checking whether stat handles trailing slashes on files... " >&6; }
16376if test "${gl_cv_func_stat_file_slash+set}" = set; then : 16400if ${gl_cv_func_stat_file_slash+:} false; then :
16377 $as_echo_n "(cached) " >&6 16401 $as_echo_n "(cached) " >&6
16378else 16402else
16379 touch conftest.tmp 16403 touch conftest.tmp
@@ -16481,7 +16505,7 @@ $as_echo "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h
16481 fi 16505 fi
16482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 16506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5
16483$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } 16507$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
16484if test "${gl_cv_decl_null_works+set}" = set; then : 16508if ${gl_cv_decl_null_works+:} false; then :
16485 $as_echo_n "(cached) " >&6 16509 $as_echo_n "(cached) " >&6
16486else 16510else
16487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16524,7 +16548,7 @@ $as_echo "$gl_cv_decl_null_works" >&6; }
16524 else 16548 else
16525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 16549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5
16526$as_echo_n "checking absolute name of <stddef.h>... " >&6; } 16550$as_echo_n "checking absolute name of <stddef.h>... " >&6; }
16527if test "${gl_cv_next_stddef_h+set}" = set; then : 16551if ${gl_cv_next_stddef_h+:} false; then :
16528 $as_echo_n "(cached) " >&6 16552 $as_echo_n "(cached) " >&6
16529else 16553else
16530 16554
@@ -16620,7 +16644,7 @@ $as_echo "$gl_cv_next_stddef_h" >&6; }
16620 else 16644 else
16621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5 16645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5
16622$as_echo_n "checking absolute name of <stdint.h>... " >&6; } 16646$as_echo_n "checking absolute name of <stdint.h>... " >&6; }
16623if test "${gl_cv_next_stdint_h+set}" = set; then : 16647if ${gl_cv_next_stdint_h+:} false; then :
16624 $as_echo_n "(cached) " >&6 16648 $as_echo_n "(cached) " >&6
16625else 16649else
16626 16650
@@ -16676,7 +16700,7 @@ $as_echo "$gl_cv_next_stdint_h" >&6; }
16676 if test $ac_cv_header_stdint_h = yes; then 16700 if test $ac_cv_header_stdint_h = yes; then
16677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 16701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5
16678$as_echo_n "checking whether stdint.h conforms to C99... " >&6; } 16702$as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
16679if test "${gl_cv_header_working_stdint_h+set}" = set; then : 16703if ${gl_cv_header_working_stdint_h+:} false; then :
16680 $as_echo_n "(cached) " >&6 16704 $as_echo_n "(cached) " >&6
16681else 16705else
16682 gl_cv_header_working_stdint_h=no 16706 gl_cv_header_working_stdint_h=no
@@ -16949,8 +16973,7 @@ $as_echo "$gl_cv_header_working_stdint_h" >&6; }
16949do : 16973do :
16950 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 16974 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16951ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 16975ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16952eval as_val=\$$as_ac_Header 16976if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
16953 if test "x$as_val" = x""yes; then :
16954 cat >>confdefs.h <<_ACEOF 16977 cat >>confdefs.h <<_ACEOF
16955#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 16978#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16956_ACEOF 16979_ACEOF
@@ -16980,7 +17003,7 @@ done
16980 for gltype in ptrdiff_t size_t ; do 17003 for gltype in ptrdiff_t size_t ; do
16981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 17004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
16982$as_echo_n "checking for bit size of $gltype... " >&6; } 17005$as_echo_n "checking for bit size of $gltype... " >&6; }
16983if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : 17006if eval \${gl_cv_bitsizeof_${gltype}+:} false; then :
16984 $as_echo_n "(cached) " >&6 17007 $as_echo_n "(cached) " >&6
16985else 17008else
16986 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " 17009 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
@@ -17025,7 +17048,7 @@ _ACEOF
17025 for gltype in sig_atomic_t wchar_t wint_t ; do 17048 for gltype in sig_atomic_t wchar_t wint_t ; do
17026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 17049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
17027$as_echo_n "checking for bit size of $gltype... " >&6; } 17050$as_echo_n "checking for bit size of $gltype... " >&6; }
17028if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : 17051if eval \${gl_cv_bitsizeof_${gltype}+:} false; then :
17029 $as_echo_n "(cached) " >&6 17052 $as_echo_n "(cached) " >&6
17030else 17053else
17031 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " 17054 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
@@ -17069,7 +17092,7 @@ _ACEOF
17069 for gltype in sig_atomic_t wchar_t wint_t ; do 17092 for gltype in sig_atomic_t wchar_t wint_t ; do
17070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 17093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5
17071$as_echo_n "checking whether $gltype is signed... " >&6; } 17094$as_echo_n "checking whether $gltype is signed... " >&6; }
17072if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then : 17095if eval \${gl_cv_type_${gltype}_signed+:} false; then :
17073 $as_echo_n "(cached) " >&6 17096 $as_echo_n "(cached) " >&6
17074else 17097else
17075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 17098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -17128,7 +17151,7 @@ _ACEOF
17128 for gltype in ptrdiff_t size_t ; do 17151 for gltype in ptrdiff_t size_t ; do
17129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 17152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
17130$as_echo_n "checking for $gltype integer literal suffix... " >&6; } 17153$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
17131if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : 17154if eval \${gl_cv_type_${gltype}_suffix+:} false; then :
17132 $as_echo_n "(cached) " >&6 17155 $as_echo_n "(cached) " >&6
17133else 17156else
17134 eval gl_cv_type_${gltype}_suffix=no 17157 eval gl_cv_type_${gltype}_suffix=no
@@ -17200,7 +17223,7 @@ _ACEOF
17200 for gltype in sig_atomic_t wchar_t wint_t ; do 17223 for gltype in sig_atomic_t wchar_t wint_t ; do
17201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 17224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
17202$as_echo_n "checking for $gltype integer literal suffix... " >&6; } 17225$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
17203if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : 17226if eval \${gl_cv_type_${gltype}_suffix+:} false; then :
17204 $as_echo_n "(cached) " >&6 17227 $as_echo_n "(cached) " >&6
17205else 17228else
17206 eval gl_cv_type_${gltype}_suffix=no 17229 eval gl_cv_type_${gltype}_suffix=no
@@ -17287,7 +17310,7 @@ _ACEOF
17287 else 17310 else
17288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5 17311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5
17289$as_echo_n "checking absolute name of <stdlib.h>... " >&6; } 17312$as_echo_n "checking absolute name of <stdlib.h>... " >&6; }
17290if test "${gl_cv_next_stdlib_h+set}" = set; then : 17313if ${gl_cv_next_stdlib_h+:} false; then :
17291 $as_echo_n "(cached) " >&6 17314 $as_echo_n "(cached) " >&6
17292else 17315else
17293 17316
@@ -17375,7 +17398,7 @@ $as_echo "#define my_strftime nstrftime" >>confdefs.h
17375 else 17398 else
17376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 17399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5
17377$as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } 17400$as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; }
17378if test "${gl_cv_func_symlink_works+set}" = set; then : 17401if ${gl_cv_func_symlink_works+:} false; then :
17379 $as_echo_n "(cached) " >&6 17402 $as_echo_n "(cached) " >&6
17380else 17403else
17381 if test "$cross_compiling" = yes; then : 17404 if test "$cross_compiling" = yes; then :
@@ -17458,7 +17481,7 @@ $as_echo "$gl_cv_func_symlink_works" >&6; }
17458 else 17481 else
17459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5 17482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5
17460$as_echo_n "checking absolute name of <sys/stat.h>... " >&6; } 17483$as_echo_n "checking absolute name of <sys/stat.h>... " >&6; }
17461if test "${gl_cv_next_sys_stat_h+set}" = set; then : 17484if ${gl_cv_next_sys_stat_h+:} false; then :
17462 $as_echo_n "(cached) " >&6 17485 $as_echo_n "(cached) " >&6
17463else 17486else
17464 17487
@@ -17508,7 +17531,7 @@ $as_echo "$gl_cv_next_sys_stat_h" >&6; }
17508 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h> 17531 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h>
17509 #include <sys/stat.h> 17532 #include <sys/stat.h>
17510" 17533"
17511if test "x$ac_cv_type_nlink_t" = x""yes; then : 17534if test "x$ac_cv_type_nlink_t" = xyes; then :
17512 17535
17513else 17536else
17514 17537
@@ -17541,7 +17564,7 @@ fi
17541 HAVE_LOCALTIME_R=1 17564 HAVE_LOCALTIME_R=1
17542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 17565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5
17543$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } 17566$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; }
17544if test "${gl_cv_time_r_posix+set}" = set; then : 17567if ${gl_cv_time_r_posix+:} false; then :
17545 $as_echo_n "(cached) " >&6 17568 $as_echo_n "(cached) " >&6
17546else 17569else
17547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 17570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -17623,7 +17646,7 @@ $as_echo "$gl_cv_time_r_posix" >&6; }
17623 else 17646 else
17624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 17647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5
17625$as_echo_n "checking absolute name of <unistd.h>... " >&6; } 17648$as_echo_n "checking absolute name of <unistd.h>... " >&6; }
17626if test "${gl_cv_next_unistd_h+set}" = set; then : 17649if ${gl_cv_next_unistd_h+:} false; then :
17627 $as_echo_n "(cached) " >&6 17650 $as_echo_n "(cached) " >&6
17628else 17651else
17629 17652
@@ -17723,7 +17746,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; }
17723for ac_func in grantpt 17746for ac_func in grantpt
17724do : 17747do :
17725 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" 17748 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
17726if test "x$ac_cv_func_grantpt" = x""yes; then : 17749if test "x$ac_cv_func_grantpt" = xyes; then :
17727 cat >>confdefs.h <<_ACEOF 17750 cat >>confdefs.h <<_ACEOF
17728#define HAVE_GRANTPT 1 17751#define HAVE_GRANTPT 1
17729_ACEOF 17752_ACEOF
@@ -17736,7 +17759,7 @@ done
17736for ac_func in getpt 17759for ac_func in getpt
17737do : 17760do :
17738 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" 17761 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt"
17739if test "x$ac_cv_func_getpt" = x""yes; then : 17762if test "x$ac_cv_func_getpt" = xyes; then :
17740 cat >>confdefs.h <<_ACEOF 17763 cat >>confdefs.h <<_ACEOF
17741#define HAVE_GETPT 1 17764#define HAVE_GETPT 1
17742_ACEOF 17765_ACEOF
@@ -17753,7 +17776,7 @@ done
17753have_tputs_et_al=true 17776have_tputs_et_al=true
17754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 17777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
17755$as_echo_n "checking for library containing tputs... " >&6; } 17778$as_echo_n "checking for library containing tputs... " >&6; }
17756if test "${ac_cv_search_tputs+set}" = set; then : 17779if ${ac_cv_search_tputs+:} false; then :
17757 $as_echo_n "(cached) " >&6 17780 $as_echo_n "(cached) " >&6
17758else 17781else
17759 ac_func_search_save_LIBS=$LIBS 17782 ac_func_search_save_LIBS=$LIBS
@@ -17787,11 +17810,11 @@ for ac_lib in '' ncurses terminfo termcap; do
17787fi 17810fi
17788rm -f core conftest.err conftest.$ac_objext \ 17811rm -f core conftest.err conftest.$ac_objext \
17789 conftest$ac_exeext 17812 conftest$ac_exeext
17790 if test "${ac_cv_search_tputs+set}" = set; then : 17813 if ${ac_cv_search_tputs+:} false; then :
17791 break 17814 break
17792fi 17815fi
17793done 17816done
17794if test "${ac_cv_search_tputs+set}" = set; then : 17817if ${ac_cv_search_tputs+:} false; then :
17795 17818
17796else 17819else
17797 ac_cv_search_tputs=no 17820 ac_cv_search_tputs=no
@@ -17810,7 +17833,7 @@ else
17810fi 17833fi
17811 17834
17812if test "$have_tputs_et_al" != true; then 17835if test "$have_tputs_et_al" != true; then
17813 as_fn_error "I couldn't find termcap functions (tputs and friends). 17836 as_fn_error $? "I couldn't find termcap functions (tputs and friends).
17814Maybe some development libraries/packages are missing? Try installing 17837Maybe some development libraries/packages are missing? Try installing
17815libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 17838libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5
17816fi 17839fi
@@ -17850,7 +17873,7 @@ case "$opsys" in
17850 freebsd) 17873 freebsd)
17851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 17874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
17852$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } 17875$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
17853 if test "${emacs_cv_freebsd_terminfo+set}" = set; then : 17876 if ${emacs_cv_freebsd_terminfo+:} false; then :
17854 $as_echo_n "(cached) " >&6 17877 $as_echo_n "(cached) " >&6
17855else 17878else
17856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 17879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -17992,16 +18015,16 @@ LIBHESIOD=
17992if test "$with_hesiod" != no ; then 18015if test "$with_hesiod" != no ; then
17993 # Don't set $LIBS here -- see comments above. FIXME which comments? 18016 # Don't set $LIBS here -- see comments above. FIXME which comments?
17994 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" 18017 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
17995if test "x$ac_cv_func_res_send" = x""yes; then : 18018if test "x$ac_cv_func_res_send" = xyes; then :
17996 18019
17997else 18020else
17998 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" 18021 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
17999if test "x$ac_cv_func___res_send" = x""yes; then : 18022if test "x$ac_cv_func___res_send" = xyes; then :
18000 18023
18001else 18024else
18002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 18025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
18003$as_echo_n "checking for res_send in -lresolv... " >&6; } 18026$as_echo_n "checking for res_send in -lresolv... " >&6; }
18004if test "${ac_cv_lib_resolv_res_send+set}" = set; then : 18027if ${ac_cv_lib_resolv_res_send+:} false; then :
18005 $as_echo_n "(cached) " >&6 18028 $as_echo_n "(cached) " >&6
18006else 18029else
18007 ac_check_lib_save_LIBS=$LIBS 18030 ac_check_lib_save_LIBS=$LIBS
@@ -18035,12 +18058,12 @@ LIBS=$ac_check_lib_save_LIBS
18035fi 18058fi
18036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 18059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
18037$as_echo "$ac_cv_lib_resolv_res_send" >&6; } 18060$as_echo "$ac_cv_lib_resolv_res_send" >&6; }
18038if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : 18061if test "x$ac_cv_lib_resolv_res_send" = xyes; then :
18039 resolv=yes 18062 resolv=yes
18040else 18063else
18041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 18064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
18042$as_echo_n "checking for __res_send in -lresolv... " >&6; } 18065$as_echo_n "checking for __res_send in -lresolv... " >&6; }
18043if test "${ac_cv_lib_resolv___res_send+set}" = set; then : 18066if ${ac_cv_lib_resolv___res_send+:} false; then :
18044 $as_echo_n "(cached) " >&6 18067 $as_echo_n "(cached) " >&6
18045else 18068else
18046 ac_check_lib_save_LIBS=$LIBS 18069 ac_check_lib_save_LIBS=$LIBS
@@ -18074,7 +18097,7 @@ LIBS=$ac_check_lib_save_LIBS
18074fi 18097fi
18075{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 18098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
18076$as_echo "$ac_cv_lib_resolv___res_send" >&6; } 18099$as_echo "$ac_cv_lib_resolv___res_send" >&6; }
18077if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : 18100if test "x$ac_cv_lib_resolv___res_send" = xyes; then :
18078 resolv=yes 18101 resolv=yes
18079fi 18102fi
18080 18103
@@ -18090,12 +18113,12 @@ fi
18090 RESOLVLIB= 18113 RESOLVLIB=
18091 fi 18114 fi
18092 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" 18115 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
18093if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : 18116if test "x$ac_cv_func_hes_getmailhost" = xyes; then :
18094 18117
18095else 18118else
18096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 18119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
18097$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } 18120$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
18098if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : 18121if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then :
18099 $as_echo_n "(cached) " >&6 18122 $as_echo_n "(cached) " >&6
18100else 18123else
18101 ac_check_lib_save_LIBS=$LIBS 18124 ac_check_lib_save_LIBS=$LIBS
@@ -18129,7 +18152,7 @@ LIBS=$ac_check_lib_save_LIBS
18129fi 18152fi
18130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 18153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
18131$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } 18154$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
18132if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : 18155if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then :
18133 hesiod=yes 18156 hesiod=yes
18134else 18157else
18135 : 18158 :
@@ -18168,7 +18191,7 @@ KRB4LIB=
18168if test "${with_kerberos}" != no; then 18191if test "${with_kerberos}" != no; then
18169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 18192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
18170$as_echo_n "checking for com_err in -lcom_err... " >&6; } 18193$as_echo_n "checking for com_err in -lcom_err... " >&6; }
18171if test "${ac_cv_lib_com_err_com_err+set}" = set; then : 18194if ${ac_cv_lib_com_err_com_err+:} false; then :
18172 $as_echo_n "(cached) " >&6 18195 $as_echo_n "(cached) " >&6
18173else 18196else
18174 ac_check_lib_save_LIBS=$LIBS 18197 ac_check_lib_save_LIBS=$LIBS
@@ -18202,7 +18225,7 @@ LIBS=$ac_check_lib_save_LIBS
18202fi 18225fi
18203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 18226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
18204$as_echo "$ac_cv_lib_com_err_com_err" >&6; } 18227$as_echo "$ac_cv_lib_com_err_com_err" >&6; }
18205if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : 18228if test "x$ac_cv_lib_com_err_com_err" = xyes; then :
18206 have_com_err=yes 18229 have_com_err=yes
18207else 18230else
18208 have_com_err=no 18231 have_com_err=no
@@ -18217,7 +18240,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h
18217 fi 18240 fi
18218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 18241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
18219$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } 18242$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
18220if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : 18243if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then :
18221 $as_echo_n "(cached) " >&6 18244 $as_echo_n "(cached) " >&6
18222else 18245else
18223 ac_check_lib_save_LIBS=$LIBS 18246 ac_check_lib_save_LIBS=$LIBS
@@ -18251,7 +18274,7 @@ LIBS=$ac_check_lib_save_LIBS
18251fi 18274fi
18252{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 18275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
18253$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } 18276$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
18254if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : 18277if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then :
18255 have_crypto=yes 18278 have_crypto=yes
18256else 18279else
18257 have_crypto=no 18280 have_crypto=no
@@ -18266,7 +18289,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
18266 fi 18289 fi
18267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 18290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
18268$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } 18291$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
18269if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : 18292if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then :
18270 $as_echo_n "(cached) " >&6 18293 $as_echo_n "(cached) " >&6
18271else 18294else
18272 ac_check_lib_save_LIBS=$LIBS 18295 ac_check_lib_save_LIBS=$LIBS
@@ -18300,7 +18323,7 @@ LIBS=$ac_check_lib_save_LIBS
18300fi 18323fi
18301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 18324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
18302$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } 18325$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
18303if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : 18326if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then :
18304 have_k5crypto=yes 18327 have_k5crypto=yes
18305else 18328else
18306 have_k5crypto=no 18329 have_k5crypto=no
@@ -18315,7 +18338,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h
18315 fi 18338 fi
18316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 18339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
18317$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } 18340$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
18318if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : 18341if ${ac_cv_lib_krb5_krb5_init_context+:} false; then :
18319 $as_echo_n "(cached) " >&6 18342 $as_echo_n "(cached) " >&6
18320else 18343else
18321 ac_check_lib_save_LIBS=$LIBS 18344 ac_check_lib_save_LIBS=$LIBS
@@ -18349,7 +18372,7 @@ LIBS=$ac_check_lib_save_LIBS
18349fi 18372fi
18350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 18373{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
18351$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } 18374$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
18352if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : 18375if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then :
18353 have_krb5=yes 18376 have_krb5=yes
18354else 18377else
18355 have_krb5=no 18378 have_krb5=no
@@ -18365,7 +18388,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h
18365 if test "${with_kerberos5}" = no; then 18388 if test "${with_kerberos5}" = no; then
18366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 18389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
18367$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } 18390$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
18368if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : 18391if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then :
18369 $as_echo_n "(cached) " >&6 18392 $as_echo_n "(cached) " >&6
18370else 18393else
18371 ac_check_lib_save_LIBS=$LIBS 18394 ac_check_lib_save_LIBS=$LIBS
@@ -18399,7 +18422,7 @@ LIBS=$ac_check_lib_save_LIBS
18399fi 18422fi
18400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 18423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
18401$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } 18424$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
18402if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : 18425if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then :
18403 have_des425=yes 18426 have_des425=yes
18404else 18427else
18405 have_des425=no 18428 have_des425=no
@@ -18414,7 +18437,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h
18414 else 18437 else
18415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 18438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
18416$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } 18439$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
18417if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : 18440if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then :
18418 $as_echo_n "(cached) " >&6 18441 $as_echo_n "(cached) " >&6
18419else 18442else
18420 ac_check_lib_save_LIBS=$LIBS 18443 ac_check_lib_save_LIBS=$LIBS
@@ -18448,7 +18471,7 @@ LIBS=$ac_check_lib_save_LIBS
18448fi 18471fi
18449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 18472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
18450$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } 18473$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
18451if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : 18474if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then :
18452 have_des=yes 18475 have_des=yes
18453else 18476else
18454 have_des=no 18477 have_des=no
@@ -18464,7 +18487,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h
18464 fi 18487 fi
18465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 18488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
18466$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } 18489$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
18467if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : 18490if ${ac_cv_lib_krb4_krb_get_cred+:} false; then :
18468 $as_echo_n "(cached) " >&6 18491 $as_echo_n "(cached) " >&6
18469else 18492else
18470 ac_check_lib_save_LIBS=$LIBS 18493 ac_check_lib_save_LIBS=$LIBS
@@ -18498,7 +18521,7 @@ LIBS=$ac_check_lib_save_LIBS
18498fi 18521fi
18499{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 18522{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
18500$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } 18523$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
18501if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : 18524if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then :
18502 have_krb4=yes 18525 have_krb4=yes
18503else 18526else
18504 have_krb4=no 18527 have_krb4=no
@@ -18513,7 +18536,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h
18513 else 18536 else
18514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 18537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
18515$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } 18538$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
18516if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : 18539if ${ac_cv_lib_krb_krb_get_cred+:} false; then :
18517 $as_echo_n "(cached) " >&6 18540 $as_echo_n "(cached) " >&6
18518else 18541else
18519 ac_check_lib_save_LIBS=$LIBS 18542 ac_check_lib_save_LIBS=$LIBS
@@ -18547,7 +18570,7 @@ LIBS=$ac_check_lib_save_LIBS
18547fi 18570fi
18548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 18571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
18549$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } 18572$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
18550if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : 18573if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then :
18551 have_krb=yes 18574 have_krb=yes
18552else 18575else
18553 have_krb=no 18576 have_krb=no
@@ -18567,13 +18590,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h
18567 for ac_header in krb5.h 18590 for ac_header in krb5.h
18568do : 18591do :
18569 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" 18592 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
18570if test "x$ac_cv_header_krb5_h" = x""yes; then : 18593if test "x$ac_cv_header_krb5_h" = xyes; then :
18571 cat >>confdefs.h <<_ACEOF 18594 cat >>confdefs.h <<_ACEOF
18572#define HAVE_KRB5_H 1 18595#define HAVE_KRB5_H 1
18573_ACEOF 18596_ACEOF
18574 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> 18597 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
18575" 18598"
18576if test "x$ac_cv_member_krb5_error_text" = x""yes; then : 18599if test "x$ac_cv_member_krb5_error_text" = xyes; then :
18577 18600
18578cat >>confdefs.h <<_ACEOF 18601cat >>confdefs.h <<_ACEOF
18579#define HAVE_KRB5_ERROR_TEXT 1 18602#define HAVE_KRB5_ERROR_TEXT 1
@@ -18583,7 +18606,7 @@ _ACEOF
18583fi 18606fi
18584ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> 18607ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
18585" 18608"
18586if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : 18609if test "x$ac_cv_member_krb5_error_e_text" = xyes; then :
18587 18610
18588cat >>confdefs.h <<_ACEOF 18611cat >>confdefs.h <<_ACEOF
18589#define HAVE_KRB5_ERROR_E_TEXT 1 18612#define HAVE_KRB5_ERROR_E_TEXT 1
@@ -18600,7 +18623,7 @@ done
18600 for ac_header in des.h 18623 for ac_header in des.h
18601do : 18624do :
18602 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" 18625 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default"
18603if test "x$ac_cv_header_des_h" = x""yes; then : 18626if test "x$ac_cv_header_des_h" = xyes; then :
18604 cat >>confdefs.h <<_ACEOF 18627 cat >>confdefs.h <<_ACEOF
18605#define HAVE_DES_H 1 18628#define HAVE_DES_H 1
18606_ACEOF 18629_ACEOF
@@ -18609,7 +18632,7 @@ else
18609 for ac_header in kerberosIV/des.h 18632 for ac_header in kerberosIV/des.h
18610do : 18633do :
18611 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" 18634 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default"
18612if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : 18635if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then :
18613 cat >>confdefs.h <<_ACEOF 18636 cat >>confdefs.h <<_ACEOF
18614#define HAVE_KERBEROSIV_DES_H 1 18637#define HAVE_KERBEROSIV_DES_H 1
18615_ACEOF 18638_ACEOF
@@ -18618,7 +18641,7 @@ else
18618 for ac_header in kerberos/des.h 18641 for ac_header in kerberos/des.h
18619do : 18642do :
18620 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" 18643 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default"
18621if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : 18644if test "x$ac_cv_header_kerberos_des_h" = xyes; then :
18622 cat >>confdefs.h <<_ACEOF 18645 cat >>confdefs.h <<_ACEOF
18623#define HAVE_KERBEROS_DES_H 1 18646#define HAVE_KERBEROS_DES_H 1
18624_ACEOF 18647_ACEOF
@@ -18638,7 +18661,7 @@ done
18638 for ac_header in krb.h 18661 for ac_header in krb.h
18639do : 18662do :
18640 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" 18663 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
18641if test "x$ac_cv_header_krb_h" = x""yes; then : 18664if test "x$ac_cv_header_krb_h" = xyes; then :
18642 cat >>confdefs.h <<_ACEOF 18665 cat >>confdefs.h <<_ACEOF
18643#define HAVE_KRB_H 1 18666#define HAVE_KRB_H 1
18644_ACEOF 18667_ACEOF
@@ -18647,7 +18670,7 @@ else
18647 for ac_header in kerberosIV/krb.h 18670 for ac_header in kerberosIV/krb.h
18648do : 18671do :
18649 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" 18672 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
18650if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : 18673if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then :
18651 cat >>confdefs.h <<_ACEOF 18674 cat >>confdefs.h <<_ACEOF
18652#define HAVE_KERBEROSIV_KRB_H 1 18675#define HAVE_KERBEROSIV_KRB_H 1
18653_ACEOF 18676_ACEOF
@@ -18656,7 +18679,7 @@ else
18656 for ac_header in kerberos/krb.h 18679 for ac_header in kerberos/krb.h
18657do : 18680do :
18658 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" 18681 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
18659if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : 18682if test "x$ac_cv_header_kerberos_krb_h" = xyes; then :
18660 cat >>confdefs.h <<_ACEOF 18683 cat >>confdefs.h <<_ACEOF
18661#define HAVE_KERBEROS_KRB_H 1 18684#define HAVE_KERBEROS_KRB_H 1
18662_ACEOF 18685_ACEOF
@@ -18677,7 +18700,7 @@ done
18677 for ac_header in com_err.h 18700 for ac_header in com_err.h
18678do : 18701do :
18679 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" 18702 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
18680if test "x$ac_cv_header_com_err_h" = x""yes; then : 18703if test "x$ac_cv_header_com_err_h" = xyes; then :
18681 cat >>confdefs.h <<_ACEOF 18704 cat >>confdefs.h <<_ACEOF
18682#define HAVE_COM_ERR_H 1 18705#define HAVE_COM_ERR_H 1
18683_ACEOF 18706_ACEOF
@@ -18698,7 +18721,7 @@ fi
18698# to return localized messages. 18721# to return localized messages.
18699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 18722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
18700$as_echo_n "checking for dgettext in -lintl... " >&6; } 18723$as_echo_n "checking for dgettext in -lintl... " >&6; }
18701if test "${ac_cv_lib_intl_dgettext+set}" = set; then : 18724if ${ac_cv_lib_intl_dgettext+:} false; then :
18702 $as_echo_n "(cached) " >&6 18725 $as_echo_n "(cached) " >&6
18703else 18726else
18704 ac_check_lib_save_LIBS=$LIBS 18727 ac_check_lib_save_LIBS=$LIBS
@@ -18732,7 +18755,7 @@ LIBS=$ac_check_lib_save_LIBS
18732fi 18755fi
18733{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 18756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
18734$as_echo "$ac_cv_lib_intl_dgettext" >&6; } 18757$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
18735if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : 18758if test "x$ac_cv_lib_intl_dgettext" = xyes; then :
18736 cat >>confdefs.h <<_ACEOF 18759 cat >>confdefs.h <<_ACEOF
18737#define HAVE_LIBINTL 1 18760#define HAVE_LIBINTL 1
18738_ACEOF 18761_ACEOF
@@ -18744,7 +18767,7 @@ fi
18744 18767
18745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 18768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
18746$as_echo_n "checking whether localtime caches TZ... " >&6; } 18769$as_echo_n "checking whether localtime caches TZ... " >&6; }
18747if test "${emacs_cv_localtime_cache+set}" = set; then : 18770if ${emacs_cv_localtime_cache+:} false; then :
18748 $as_echo_n "(cached) " >&6 18771 $as_echo_n "(cached) " >&6
18749else 18772else
18750 if test x$ac_cv_func_tzset = xyes; then 18773 if test x$ac_cv_func_tzset = xyes; then
@@ -18803,7 +18826,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then
18803 for ac_func in gettimeofday 18826 for ac_func in gettimeofday
18804do : 18827do :
18805 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 18828 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
18806if test "x$ac_cv_func_gettimeofday" = x""yes; then : 18829if test "x$ac_cv_func_gettimeofday" = xyes; then :
18807 cat >>confdefs.h <<_ACEOF 18830 cat >>confdefs.h <<_ACEOF
18808#define HAVE_GETTIMEOFDAY 1 18831#define HAVE_GETTIMEOFDAY 1
18809_ACEOF 18832_ACEOF
@@ -18814,7 +18837,7 @@ done
18814 if test $ac_cv_func_gettimeofday = yes; then 18837 if test $ac_cv_func_gettimeofday = yes; then
18815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 18838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5
18816$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } 18839$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; }
18817if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : 18840if ${emacs_cv_gettimeofday_two_arguments+:} false; then :
18818 $as_echo_n "(cached) " >&6 18841 $as_echo_n "(cached) " >&6
18819else 18842else
18820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18858,7 +18881,7 @@ fi
18858 18881
18859ok_so_far=yes 18882ok_so_far=yes
18860ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 18883ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
18861if test "x$ac_cv_func_socket" = x""yes; then : 18884if test "x$ac_cv_func_socket" = xyes; then :
18862 18885
18863else 18886else
18864 ok_so_far=no 18887 ok_so_far=no
@@ -18866,7 +18889,7 @@ fi
18866 18889
18867if test $ok_so_far = yes; then 18890if test $ok_so_far = yes; then
18868 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" 18891 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
18869if test "x$ac_cv_header_netinet_in_h" = x""yes; then : 18892if test "x$ac_cv_header_netinet_in_h" = xyes; then :
18870 18893
18871else 18894else
18872 ok_so_far=no 18895 ok_so_far=no
@@ -18876,7 +18899,7 @@ fi
18876fi 18899fi
18877if test $ok_so_far = yes; then 18900if test $ok_so_far = yes; then
18878 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" 18901 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
18879if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : 18902if test "x$ac_cv_header_arpa_inet_h" = xyes; then :
18880 18903
18881else 18904else
18882 ok_so_far=no 18905 ok_so_far=no
@@ -18910,7 +18933,7 @@ $as_echo "no" >&6; }
18910fi 18933fi
18911 18934
18912ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 18935ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
18913if test "x$ac_cv_type_pid_t" = x""yes; then : 18936if test "x$ac_cv_type_pid_t" = xyes; then :
18914 18937
18915else 18938else
18916 18939
@@ -18923,7 +18946,7 @@ fi
18923for ac_header in vfork.h 18946for ac_header in vfork.h
18924do : 18947do :
18925 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" 18948 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
18926if test "x$ac_cv_header_vfork_h" = x""yes; then : 18949if test "x$ac_cv_header_vfork_h" = xyes; then :
18927 cat >>confdefs.h <<_ACEOF 18950 cat >>confdefs.h <<_ACEOF
18928#define HAVE_VFORK_H 1 18951#define HAVE_VFORK_H 1
18929_ACEOF 18952_ACEOF
@@ -18936,8 +18959,7 @@ for ac_func in fork vfork
18936do : 18959do :
18937 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 18960 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18938ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 18961ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
18939eval as_val=\$$as_ac_var 18962if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
18940 if test "x$as_val" = x""yes; then :
18941 cat >>confdefs.h <<_ACEOF 18963 cat >>confdefs.h <<_ACEOF
18942#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 18964#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18943_ACEOF 18965_ACEOF
@@ -18948,7 +18970,7 @@ done
18948if test "x$ac_cv_func_fork" = xyes; then 18970if test "x$ac_cv_func_fork" = xyes; then
18949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 18971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
18950$as_echo_n "checking for working fork... " >&6; } 18972$as_echo_n "checking for working fork... " >&6; }
18951if test "${ac_cv_func_fork_works+set}" = set; then : 18973if ${ac_cv_func_fork_works+:} false; then :
18952 $as_echo_n "(cached) " >&6 18974 $as_echo_n "(cached) " >&6
18953else 18975else
18954 if test "$cross_compiling" = yes; then : 18976 if test "$cross_compiling" = yes; then :
@@ -19001,7 +19023,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork
19001if test "x$ac_cv_func_vfork" = xyes; then 19023if test "x$ac_cv_func_vfork" = xyes; then
19002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 19024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
19003$as_echo_n "checking for working vfork... " >&6; } 19025$as_echo_n "checking for working vfork... " >&6; }
19004if test "${ac_cv_func_vfork_works+set}" = set; then : 19026if ${ac_cv_func_vfork_works+:} false; then :
19005 $as_echo_n "(cached) " >&6 19027 $as_echo_n "(cached) " >&6
19006else 19028else
19007 if test "$cross_compiling" = yes; then : 19029 if test "$cross_compiling" = yes; then :
@@ -19137,7 +19159,7 @@ fi
19137 19159
19138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 19160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
19139$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } 19161$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
19140if test "${emacs_cv_langinfo_codeset+set}" = set; then : 19162if ${emacs_cv_langinfo_codeset+:} false; then :
19141 $as_echo_n "(cached) " >&6 19163 $as_echo_n "(cached) " >&6
19142else 19164else
19143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 19165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -19169,7 +19191,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
19169fi 19191fi
19170 19192
19171ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" 19193ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
19172if test "x$ac_cv_type_size_t" = x""yes; then : 19194if test "x$ac_cv_type_size_t" = xyes; then :
19173 19195
19174cat >>confdefs.h <<_ACEOF 19196cat >>confdefs.h <<_ACEOF
19175#define HAVE_SIZE_T 1 19197#define HAVE_SIZE_T 1
@@ -19181,7 +19203,7 @@ fi
19181 19203
19182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 19204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
19183$as_echo_n "checking for mbstate_t... " >&6; } 19205$as_echo_n "checking for mbstate_t... " >&6; }
19184if test "${ac_cv_type_mbstate_t+set}" = set; then : 19206if ${ac_cv_type_mbstate_t+:} false; then :
19185 $as_echo_n "(cached) " >&6 19207 $as_echo_n "(cached) " >&6
19186else 19208else
19187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 19209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -19217,7 +19239,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h
19217 19239
19218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 19240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
19219$as_echo_n "checking for C restricted array declarations... " >&6; } 19241$as_echo_n "checking for C restricted array declarations... " >&6; }
19220if test "${emacs_cv_c_restrict_arr+set}" = set; then : 19242if ${emacs_cv_c_restrict_arr+:} false; then :
19221 $as_echo_n "(cached) " >&6 19243 $as_echo_n "(cached) " >&6
19222else 19244else
19223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 19245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -19257,7 +19279,7 @@ if test "x$GCC" = xyes \
19257 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ 19279 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
19258 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ 19280 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
19259 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then 19281 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
19260 as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 19282 as_fn_error $? "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5
19261fi 19283fi
19262 19284
19263version=$PACKAGE_VERSION 19285version=$PACKAGE_VERSION
@@ -19814,10 +19836,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19814 :end' >>confcache 19836 :end' >>confcache
19815if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 19837if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
19816 if test -w "$cache_file"; then 19838 if test -w "$cache_file"; then
19817 test "x$cache_file" != "x/dev/null" && 19839 if test "x$cache_file" != "x/dev/null"; then
19818 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 19840 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
19819$as_echo "$as_me: updating cache $cache_file" >&6;} 19841$as_echo "$as_me: updating cache $cache_file" >&6;}
19820 cat confcache >$cache_file 19842 if test ! -f "$cache_file" || test -h "$cache_file"; then
19843 cat confcache >"$cache_file"
19844 else
19845 case $cache_file in #(
19846 */* | ?:*)
19847 mv -f confcache "$cache_file"$$ &&
19848 mv -f "$cache_file"$$ "$cache_file" ;; #(
19849 *)
19850 mv -f confcache "$cache_file" ;;
19851 esac
19852 fi
19853 fi
19821 else 19854 else
19822 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 19855 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
19823$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 19856$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
@@ -19833,6 +19866,7 @@ DEFS=-DHAVE_CONFIG_H
19833 19866
19834ac_libobjs= 19867ac_libobjs=
19835ac_ltlibobjs= 19868ac_ltlibobjs=
19869U=
19836for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 19870for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19837 # 1. Remove the extension, and $U if already installed. 19871 # 1. Remove the extension, and $U if already installed.
19838 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 19872 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
@@ -19856,16 +19890,16 @@ else
19856fi 19890fi
19857 19891
19858if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 19892if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
19859 as_fn_error "conditional \"AMDEP\" was never defined. 19893 as_fn_error $? "conditional \"AMDEP\" was never defined.
19860Usually this means the macro was only invoked conditionally." "$LINENO" 5 19894Usually this means the macro was only invoked conditionally." "$LINENO" 5
19861fi 19895fi
19862if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 19896if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
19863 as_fn_error "conditional \"am__fastdepCC\" was never defined. 19897 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
19864Usually this means the macro was only invoked conditionally." "$LINENO" 5 19898Usually this means the macro was only invoked conditionally." "$LINENO" 5
19865fi 19899fi
19866 19900
19867if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then 19901if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
19868 as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined. 19902 as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined.
19869Usually this means the macro was only invoked conditionally." "$LINENO" 5 19903Usually this means the macro was only invoked conditionally." "$LINENO" 5
19870fi 19904fi
19871 19905
@@ -19902,7 +19936,7 @@ fi
19902 19936
19903 19937
19904 19938
19905: ${CONFIG_STATUS=./config.status} 19939: "${CONFIG_STATUS=./config.status}"
19906ac_write_fail=0 19940ac_write_fail=0
19907ac_clean_files_save=$ac_clean_files 19941ac_clean_files_save=$ac_clean_files
19908ac_clean_files="$ac_clean_files $CONFIG_STATUS" 19942ac_clean_files="$ac_clean_files $CONFIG_STATUS"
@@ -20003,6 +20037,7 @@ fi
20003IFS=" "" $as_nl" 20037IFS=" "" $as_nl"
20004 20038
20005# Find who we are. Look in the path if we contain no directory separator. 20039# Find who we are. Look in the path if we contain no directory separator.
20040as_myself=
20006case $0 in #(( 20041case $0 in #((
20007 *[\\/]* ) as_myself=$0 ;; 20042 *[\\/]* ) as_myself=$0 ;;
20008 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 20043 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -20048,19 +20083,19 @@ export LANGUAGE
20048(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 20083(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
20049 20084
20050 20085
20051# as_fn_error ERROR [LINENO LOG_FD] 20086# as_fn_error STATUS ERROR [LINENO LOG_FD]
20052# --------------------------------- 20087# ----------------------------------------
20053# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 20088# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
20054# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 20089# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
20055# script with status $?, using 1 if that was 0. 20090# script with STATUS, using 1 if that was 0.
20056as_fn_error () 20091as_fn_error ()
20057{ 20092{
20058 as_status=$?; test $as_status -eq 0 && as_status=1 20093 as_status=$1; test $as_status -eq 0 && as_status=1
20059 if test "$3"; then 20094 if test "$4"; then
20060 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 20095 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
20061 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 20096 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
20062 fi 20097 fi
20063 $as_echo "$as_me: error: $1" >&2 20098 $as_echo "$as_me: error: $2" >&2
20064 as_fn_exit $as_status 20099 as_fn_exit $as_status
20065} # as_fn_error 20100} # as_fn_error
20066 20101
@@ -20256,7 +20291,7 @@ $as_echo X"$as_dir" |
20256 test -d "$as_dir" && break 20291 test -d "$as_dir" && break
20257 done 20292 done
20258 test -z "$as_dirs" || eval "mkdir $as_dirs" 20293 test -z "$as_dirs" || eval "mkdir $as_dirs"
20259 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 20294 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
20260 20295
20261 20296
20262} # as_fn_mkdir_p 20297} # as_fn_mkdir_p
@@ -20310,7 +20345,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20310# values after options handling. 20345# values after options handling.
20311ac_log=" 20346ac_log="
20312This file was extended by emacs $as_me 24.0.50, which was 20347This file was extended by emacs $as_me 24.0.50, which was
20313generated by GNU Autoconf 2.65. Invocation command line was 20348generated by GNU Autoconf 2.68. Invocation command line was
20314 20349
20315 CONFIG_FILES = $CONFIG_FILES 20350 CONFIG_FILES = $CONFIG_FILES
20316 CONFIG_HEADERS = $CONFIG_HEADERS 20351 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -20376,10 +20411,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20376ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 20411ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20377ac_cs_version="\\ 20412ac_cs_version="\\
20378emacs config.status 24.0.50 20413emacs config.status 24.0.50
20379configured by $0, generated by GNU Autoconf 2.65, 20414configured by $0, generated by GNU Autoconf 2.68,
20380 with options \\"\$ac_cs_config\\" 20415 with options \\"\$ac_cs_config\\"
20381 20416
20382Copyright (C) 2009 Free Software Foundation, Inc. 20417Copyright (C) 2010 Free Software Foundation, Inc.
20383This config.status script is free software; the Free Software Foundation 20418This config.status script is free software; the Free Software Foundation
20384gives unlimited permission to copy, distribute and modify it." 20419gives unlimited permission to copy, distribute and modify it."
20385 20420
@@ -20397,11 +20432,16 @@ ac_need_defaults=:
20397while test $# != 0 20432while test $# != 0
20398do 20433do
20399 case $1 in 20434 case $1 in
20400 --*=*) 20435 --*=?*)
20401 ac_option=`expr "X$1" : 'X\([^=]*\)='` 20436 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20402 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 20437 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20403 ac_shift=: 20438 ac_shift=:
20404 ;; 20439 ;;
20440 --*=)
20441 ac_option=`expr "X$1" : 'X\([^=]*\)='`
20442 ac_optarg=
20443 ac_shift=:
20444 ;;
20405 *) 20445 *)
20406 ac_option=$1 20446 ac_option=$1
20407 ac_optarg=$2 20447 ac_optarg=$2
@@ -20423,6 +20463,7 @@ do
20423 $ac_shift 20463 $ac_shift
20424 case $ac_optarg in 20464 case $ac_optarg in
20425 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 20465 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
20466 '') as_fn_error $? "missing file argument" ;;
20426 esac 20467 esac
20427 as_fn_append CONFIG_FILES " '$ac_optarg'" 20468 as_fn_append CONFIG_FILES " '$ac_optarg'"
20428 ac_need_defaults=false;; 20469 ac_need_defaults=false;;
@@ -20435,7 +20476,7 @@ do
20435 ac_need_defaults=false;; 20476 ac_need_defaults=false;;
20436 --he | --h) 20477 --he | --h)
20437 # Conflict between --help and --header 20478 # Conflict between --help and --header
20438 as_fn_error "ambiguous option: \`$1' 20479 as_fn_error $? "ambiguous option: \`$1'
20439Try \`$0 --help' for more information.";; 20480Try \`$0 --help' for more information.";;
20440 --help | --hel | -h ) 20481 --help | --hel | -h )
20441 $as_echo "$ac_cs_usage"; exit ;; 20482 $as_echo "$ac_cs_usage"; exit ;;
@@ -20444,7 +20485,7 @@ Try \`$0 --help' for more information.";;
20444 ac_cs_silent=: ;; 20485 ac_cs_silent=: ;;
20445 20486
20446 # This is an error. 20487 # This is an error.
20447 -*) as_fn_error "unrecognized option: \`$1' 20488 -*) as_fn_error $? "unrecognized option: \`$1'
20448Try \`$0 --help' for more information." ;; 20489Try \`$0 --help' for more information." ;;
20449 20490
20450 *) as_fn_append ac_config_targets " $1" 20491 *) as_fn_append ac_config_targets " $1"
@@ -20518,7 +20559,7 @@ do
20518 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; 20559 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;;
20519 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; 20560 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;;
20520 20561
20521 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 20562 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
20522 esac 20563 esac
20523done 20564done
20524 20565
@@ -20541,9 +20582,10 @@ fi
20541# after its creation but before its name has been assigned to `$tmp'. 20582# after its creation but before its name has been assigned to `$tmp'.
20542$debug || 20583$debug ||
20543{ 20584{
20544 tmp= 20585 tmp= ac_tmp=
20545 trap 'exit_status=$? 20586 trap 'exit_status=$?
20546 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 20587 : "${ac_tmp:=$tmp}"
20588 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
20547' 0 20589' 0
20548 trap 'as_fn_exit 1' 1 2 13 15 20590 trap 'as_fn_exit 1' 1 2 13 15
20549} 20591}
@@ -20551,12 +20593,13 @@ $debug ||
20551 20593
20552{ 20594{
20553 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 20595 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
20554 test -n "$tmp" && test -d "$tmp" 20596 test -d "$tmp"
20555} || 20597} ||
20556{ 20598{
20557 tmp=./conf$$-$RANDOM 20599 tmp=./conf$$-$RANDOM
20558 (umask 077 && mkdir "$tmp") 20600 (umask 077 && mkdir "$tmp")
20559} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 20601} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
20602ac_tmp=$tmp
20560 20603
20561# Set up the scripts for CONFIG_FILES section. 20604# Set up the scripts for CONFIG_FILES section.
20562# No need to generate them if there are no CONFIG_FILES. 20605# No need to generate them if there are no CONFIG_FILES.
@@ -20590,24 +20633,24 @@ if test "x$ac_cr" = x; then
20590fi 20633fi
20591ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 20634ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20592if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 20635if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20593 ac_cs_awk_cr='\r' 20636 ac_cs_awk_cr='\\r'
20594else 20637else
20595 ac_cs_awk_cr=$ac_cr 20638 ac_cs_awk_cr=$ac_cr
20596fi 20639fi
20597 20640
20598echo 'BEGIN {' >"$tmp/subs1.awk" && 20641echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
20599_ACEOF 20642_ACEOF
20600 20643
20601# Create commands to substitute file output variables. 20644# Create commands to substitute file output variables.
20602{ 20645{
20603 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && 20646 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
20604 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && 20647 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
20605 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && 20648 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
20606 echo "_ACAWK" && 20649 echo "_ACAWK" &&
20607 echo "_ACEOF" 20650 echo "_ACEOF"
20608} >conf$$files.sh && 20651} >conf$$files.sh &&
20609. ./conf$$files.sh || 20652. ./conf$$files.sh ||
20610 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 20653 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20611rm -f conf$$files.sh 20654rm -f conf$$files.sh
20612 20655
20613{ 20656{
@@ -20615,18 +20658,18 @@ rm -f conf$$files.sh
20615 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 20658 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20616 echo "_ACEOF" 20659 echo "_ACEOF"
20617} >conf$$subs.sh || 20660} >conf$$subs.sh ||
20618 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 20661 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20619ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 20662ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20620ac_delim='%!_!# ' 20663ac_delim='%!_!# '
20621for ac_last_try in false false false false false :; do 20664for ac_last_try in false false false false false :; do
20622 . ./conf$$subs.sh || 20665 . ./conf$$subs.sh ||
20623 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 20666 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20624 20667
20625 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 20668 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20626 if test $ac_delim_n = $ac_delim_num; then 20669 if test $ac_delim_n = $ac_delim_num; then
20627 break 20670 break
20628 elif $ac_last_try; then 20671 elif $ac_last_try; then
20629 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 20672 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20630 else 20673 else
20631 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 20674 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20632 fi 20675 fi
@@ -20634,7 +20677,7 @@ done
20634rm -f conf$$subs.sh 20677rm -f conf$$subs.sh
20635 20678
20636cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 20679cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20637cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 20680cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
20638_ACEOF 20681_ACEOF
20639sed -n ' 20682sed -n '
20640h 20683h
@@ -20682,7 +20725,7 @@ t delim
20682rm -f conf$$subs.awk 20725rm -f conf$$subs.awk
20683cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 20726cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20684_ACAWK 20727_ACAWK
20685cat >>"\$tmp/subs1.awk" <<_ACAWK && 20728cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
20686 for (key in S) S_is_set[key] = 1 20729 for (key in S) S_is_set[key] = 1
20687 FS = "" 20730 FS = ""
20688 \$ac_cs_awk_pipe_init 20731 \$ac_cs_awk_pipe_init
@@ -20720,21 +20763,29 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
20720 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 20763 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
20721else 20764else
20722 cat 20765 cat
20723fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 20766fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
20724 || as_fn_error "could not setup config files machinery" "$LINENO" 5 20767 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
20725_ACEOF 20768_ACEOF
20726 20769
20727# VPATH may cause trouble with some makes, so we remove $(srcdir), 20770# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
20728# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 20771# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
20729# trailing colons and then remove the whole line if VPATH becomes empty 20772# trailing colons and then remove the whole line if VPATH becomes empty
20730# (actually we leave an empty line to preserve line numbers). 20773# (actually we leave an empty line to preserve line numbers).
20731if test "x$srcdir" = x.; then 20774if test "x$srcdir" = x.; then
20732 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 20775 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
20733s/:*\$(srcdir):*/:/ 20776h
20734s/:*\${srcdir}:*/:/ 20777s///
20735s/:*@srcdir@:*/:/ 20778s/^/:/
20736s/^\([^=]*=[ ]*\):*/\1/ 20779s/[ ]*$/:/
20780s/:\$(srcdir):/:/g
20781s/:\${srcdir}:/:/g
20782s/:@srcdir@:/:/g
20783s/^:*//
20737s/:*$// 20784s/:*$//
20785x
20786s/\(=[ ]*\).*/\1/
20787G
20788s/\n//
20738s/^[^=]*=[ ]*$// 20789s/^[^=]*=[ ]*$//
20739}' 20790}'
20740fi 20791fi
@@ -20746,7 +20797,7 @@ fi # test -n "$CONFIG_FILES"
20746# No need to generate them if there are no CONFIG_HEADERS. 20797# No need to generate them if there are no CONFIG_HEADERS.
20747# This happens for instance with `./config.status Makefile'. 20798# This happens for instance with `./config.status Makefile'.
20748if test -n "$CONFIG_HEADERS"; then 20799if test -n "$CONFIG_HEADERS"; then
20749cat >"$tmp/defines.awk" <<\_ACAWK || 20800cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
20750BEGIN { 20801BEGIN {
20751_ACEOF 20802_ACEOF
20752 20803
@@ -20758,11 +20809,11 @@ _ACEOF
20758# handling of long lines. 20809# handling of long lines.
20759ac_delim='%!_!# ' 20810ac_delim='%!_!# '
20760for ac_last_try in false false :; do 20811for ac_last_try in false false :; do
20761 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 20812 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
20762 if test -z "$ac_t"; then 20813 if test -z "$ac_tt"; then
20763 break 20814 break
20764 elif $ac_last_try; then 20815 elif $ac_last_try; then
20765 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 20816 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
20766 else 20817 else
20767 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 20818 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20768 fi 20819 fi
@@ -20847,7 +20898,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20847_ACAWK 20898_ACAWK
20848_ACEOF 20899_ACEOF
20849cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 20900cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20850 as_fn_error "could not setup config headers machinery" "$LINENO" 5 20901 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
20851fi # test -n "$CONFIG_HEADERS" 20902fi # test -n "$CONFIG_HEADERS"
20852 20903
20853 20904
@@ -20860,7 +20911,7 @@ do
20860 esac 20911 esac
20861 case $ac_mode$ac_tag in 20912 case $ac_mode$ac_tag in
20862 :[FHL]*:*);; 20913 :[FHL]*:*);;
20863 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 20914 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
20864 :[FH]-) ac_tag=-:-;; 20915 :[FH]-) ac_tag=-:-;;
20865 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 20916 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20866 esac 20917 esac
@@ -20879,7 +20930,7 @@ do
20879 for ac_f 20930 for ac_f
20880 do 20931 do
20881 case $ac_f in 20932 case $ac_f in
20882 -) ac_f="$tmp/stdin";; 20933 -) ac_f="$ac_tmp/stdin";;
20883 *) # Look for the file first in the build tree, then in the source tree 20934 *) # Look for the file first in the build tree, then in the source tree
20884 # (if the path is not absolute). The absolute path cannot be DOS-style, 20935 # (if the path is not absolute). The absolute path cannot be DOS-style,
20885 # because $ac_f cannot contain `:'. 20936 # because $ac_f cannot contain `:'.
@@ -20888,7 +20939,7 @@ do
20888 [\\/$]*) false;; 20939 [\\/$]*) false;;
20889 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 20940 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20890 esac || 20941 esac ||
20891 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 20942 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
20892 esac 20943 esac
20893 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 20944 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20894 as_fn_append ac_file_inputs " '$ac_f'" 20945 as_fn_append ac_file_inputs " '$ac_f'"
@@ -20914,8 +20965,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
20914 esac 20965 esac
20915 20966
20916 case $ac_tag in 20967 case $ac_tag in
20917 *:-:* | *:-) cat >"$tmp/stdin" \ 20968 *:-:* | *:-) cat >"$ac_tmp/stdin" \
20918 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 20969 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
20919 esac 20970 esac
20920 ;; 20971 ;;
20921 esac 20972 esac
@@ -21053,26 +21104,27 @@ $ac_datarootdir_hack
21053" 21104"
21054eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | 21105eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
21055if $ac_cs_awk_getline; then 21106if $ac_cs_awk_getline; then
21056 $AWK -f "$tmp/subs.awk" 21107 $AWK -f "$ac_tmp/subs.awk"
21057else 21108else
21058 $AWK -f "$tmp/subs.awk" | $SHELL 21109 $AWK -f "$ac_tmp/subs.awk" | $SHELL
21059fi >$tmp/out \ 21110fi \
21060 || as_fn_error "could not create $ac_file" "$LINENO" 5 21111 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21061 21112
21062test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 21113test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21063 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 21114 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
21064 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 21115 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
21116 "$ac_tmp/out"`; test -z "$ac_out"; } &&
21065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 21117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21066which seems to be undefined. Please make sure it is defined." >&5 21118which seems to be undefined. Please make sure it is defined" >&5
21067$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 21119$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21068which seems to be undefined. Please make sure it is defined." >&2;} 21120which seems to be undefined. Please make sure it is defined" >&2;}
21069 21121
21070 rm -f "$tmp/stdin" 21122 rm -f "$ac_tmp/stdin"
21071 case $ac_file in 21123 case $ac_file in
21072 -) cat "$tmp/out" && rm -f "$tmp/out";; 21124 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
21073 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 21125 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
21074 esac \ 21126 esac \
21075 || as_fn_error "could not create $ac_file" "$LINENO" 5 21127 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21076 ;; 21128 ;;
21077 :H) 21129 :H)
21078 # 21130 #
@@ -21081,21 +21133,21 @@ which seems to be undefined. Please make sure it is defined." >&2;}
21081 if test x"$ac_file" != x-; then 21133 if test x"$ac_file" != x-; then
21082 { 21134 {
21083 $as_echo "/* $configure_input */" \ 21135 $as_echo "/* $configure_input */" \
21084 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 21136 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
21085 } >"$tmp/config.h" \ 21137 } >"$ac_tmp/config.h" \
21086 || as_fn_error "could not create $ac_file" "$LINENO" 5 21138 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21087 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 21139 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
21088 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 21140 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21089$as_echo "$as_me: $ac_file is unchanged" >&6;} 21141$as_echo "$as_me: $ac_file is unchanged" >&6;}
21090 else 21142 else
21091 rm -f "$ac_file" 21143 rm -f "$ac_file"
21092 mv "$tmp/config.h" "$ac_file" \ 21144 mv "$ac_tmp/config.h" "$ac_file" \
21093 || as_fn_error "could not create $ac_file" "$LINENO" 5 21145 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21094 fi 21146 fi
21095 else 21147 else
21096 $as_echo "/* $configure_input */" \ 21148 $as_echo "/* $configure_input */" \
21097 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 21149 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
21098 || as_fn_error "could not create -" "$LINENO" 5 21150 || as_fn_error $? "could not create -" "$LINENO" 5
21099 fi 21151 fi
21100# Compute "$ac_file"'s index in $config_headers. 21152# Compute "$ac_file"'s index in $config_headers.
21101_am_arg="$ac_file" 21153_am_arg="$ac_file"
@@ -21260,7 +21312,7 @@ _ACEOF
21260ac_clean_files=$ac_clean_files_save 21312ac_clean_files=$ac_clean_files_save
21261 21313
21262test $ac_write_fail = 0 || 21314test $ac_write_fail = 0 ||
21263 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 21315 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
21264 21316
21265 21317
21266# configure is writing to config.log, and then calls config.status. 21318# configure is writing to config.log, and then calls config.status.
@@ -21281,7 +21333,7 @@ if test "$no_create" != yes; then
21281 exec 5>>config.log 21333 exec 5>>config.log
21282 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 21334 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21283 # would make configure fail if this is the last instruction. 21335 # would make configure fail if this is the last instruction.
21284 $ac_cs_success || as_fn_exit $? 21336 $ac_cs_success || as_fn_exit 1
21285fi 21337fi
21286if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 21338if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21287 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 21339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 04ee541a09c..502b3dbb927 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -24,7 +24,7 @@
24# the same distribution terms as the rest of that program. 24# the same distribution terms as the rest of that program.
25# 25#
26# Generated by gnulib-tool. 26# Generated by gnulib-tool.
27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value lstat mktime readlink strftime symlink sys_stat 27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink strftime symlink sys_stat
28 28
29VPATH = @srcdir@ 29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@ 30pkgdatadir = $(datadir)/@PACKAGE@
diff --git a/lib/gnulib.mk b/lib/gnulib.mk
index b5fd4a358db..cd6a1d00c15 100644
--- a/lib/gnulib.mk
+++ b/lib/gnulib.mk
@@ -9,7 +9,7 @@
9# the same distribution terms as the rest of that program. 9# the same distribution terms as the rest of that program.
10# 10#
11# Generated by gnulib-tool. 11# Generated by gnulib-tool.
12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value lstat mktime readlink strftime symlink sys_stat 12# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink strftime symlink sys_stat
13 13
14 14
15MOSTLYCLEANFILES += core *.stackdump 15MOSTLYCLEANFILES += core *.stackdump
diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h
index 61cdcc53928..13fae7b6703 100644
--- a/lib/sys_stat.in.h
+++ b/lib/sys_stat.in.h
@@ -355,7 +355,11 @@ _GL_WARN_ON_USE (fstatat, "fstatat is not portable - "
355 355
356 356
357#if @GNULIB_FUTIMENS@ 357#if @GNULIB_FUTIMENS@
358# if @REPLACE_FUTIMENS@ 358/* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
359 implementation relies on futimesat, which on Solaris 10 makes an invocation
360 to futimens that is meant to invoke the libc's futimens(), not gnulib's
361 futimens(). */
362# if @REPLACE_FUTIMENS@ || (!@HAVE_FUTIMENS@ && defined __sun)
359# if !(defined __cplusplus && defined GNULIB_NAMESPACE) 363# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
360# undef futimens 364# undef futimens
361# define futimens rpl_futimens 365# define futimens rpl_futimens
@@ -368,7 +372,9 @@ _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
368# endif 372# endif
369_GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); 373_GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2]));
370# endif 374# endif
375# if @HAVE_FUTIMENS@
371_GL_CXXALIASWARN (futimens); 376_GL_CXXALIASWARN (futimens);
377# endif
372#elif defined GNULIB_POSIXCHECK 378#elif defined GNULIB_POSIXCHECK
373# undef futimens 379# undef futimens
374# if HAVE_RAW_DECL_FUTIMENS 380# if HAVE_RAW_DECL_FUTIMENS
@@ -612,7 +618,11 @@ _GL_WARN_ON_USE (stat, "stat is unportable - "
612 618
613 619
614#if @GNULIB_UTIMENSAT@ 620#if @GNULIB_UTIMENSAT@
615# if @REPLACE_UTIMENSAT@ 621/* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat
622 implementation relies on futimesat, which on Solaris 10 makes an invocation
623 to utimensat that is meant to invoke the libc's utimensat(), not gnulib's
624 utimensat(). */
625# if @REPLACE_UTIMENSAT@ || (!@HAVE_UTIMENSAT@ && defined __sun)
616# if !(defined __cplusplus && defined GNULIB_NAMESPACE) 626# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
617# undef utimensat 627# undef utimensat
618# define utimensat rpl_utimensat 628# define utimensat rpl_utimensat
@@ -631,7 +641,9 @@ _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name,
631_GL_CXXALIAS_SYS (utimensat, int, (int fd, char const *name, 641_GL_CXXALIAS_SYS (utimensat, int, (int fd, char const *name,
632 struct timespec const times[2], int flag)); 642 struct timespec const times[2], int flag));
633# endif 643# endif
644# if @HAVE_UTIMENSAT@
634_GL_CXXALIASWARN (utimensat); 645_GL_CXXALIASWARN (utimensat);
646# endif
635#elif defined GNULIB_POSIXCHECK 647#elif defined GNULIB_POSIXCHECK
636# undef utimensat 648# undef utimensat
637# if HAVE_RAW_DECL_UTIMENSAT 649# if HAVE_RAW_DECL_UTIMENSAT