diff options
| author | Paul Eggert | 2011-03-13 10:39:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-13 10:39:04 -0700 |
| commit | 1ef6de0565b2d11481f1f663742d2c0d79e8eb97 (patch) | |
| tree | bddc8d4c8cc5f904a7ba2e724371309717552678 | |
| parent | 3eca4629203c3038f04db312999ca32d8e292e50 (diff) | |
| download | emacs-1ef6de0565b2d11481f1f663742d2c0d79e8eb97.tar.gz emacs-1ef6de0565b2d11481f1f663742d2c0d79e8eb97.zip | |
Update for gnulib, adding Solaris 9+10 fixes.
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | Makefile.in | 2 | ||||
| -rw-r--r-- | aclocal.m4 | 4 | ||||
| -rwxr-xr-x | configure | 1198 | ||||
| -rw-r--r-- | lib/Makefile.in | 2 | ||||
| -rw-r--r-- | lib/gnulib.mk | 2 | ||||
| -rw-r--r-- | lib/sys_stat.in.h | 16 |
7 files changed, 652 insertions, 580 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-03-08 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2011-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. |
| 333 | GNULIB_MODULES = \ | 333 | GNULIB_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 |
| 336 | GNULIB_TOOL_FLAGS = \ | 336 | GNULIB_TOOL_FLAGS = \ |
| 337 | --import --no-changelog --no-vc-files --makefile-name=gnulib.mk | 337 | --import --no-changelog --no-vc-files --makefile-name=gnulib.mk |
| 338 | sync-from-gnulib: $(gnulib_srcdir) | 338 | sync-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 | ||
| 14 | m4_ifndef([AC_AUTOCONF_VERSION], | 14 | m4_ifndef([AC_AUTOCONF_VERSION], |
| 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 16 | m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, | 16 | m4_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. |
| 18 | You have another version of autoconf. It may work, but is not guaranteed to. | 18 | You have another version of autoconf. It may work, but is not guaranteed to. |
| 19 | If you have problems, you may need to regenerate the build system entirely. | 19 | If you have problems, you may need to regenerate the build system entirely. |
| 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) | 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) |
| @@ -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 | |||
| 89 | IFS=" "" $as_nl" | 89 | IFS=" "" $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. |
| 92 | as_myself= | ||
| 92 | case $0 in #(( | 93 | case $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+"$@"} | ||
| 222 | fi | 230 | fi |
| 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 | |||
| 356 | fi # as_fn_arith | 364 | fi # 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. |
| 364 | as_fn_error () | 372 | as_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 | |||
| 530 | exec 6>&1 | 538 | exec 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. |
| 535 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 543 | ac_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' |
| 1546 | Try \`$0 --help' for more information." | 1555 | Try \`$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 | ||
| 1570 | if test -n "$ac_prev"; then | 1579 | if 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" |
| 1573 | fi | 1582 | fi |
| 1574 | 1583 | ||
| 1575 | if test -n "$ac_unrecognized_opts"; then | 1584 | if 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 |
| 1581 | fi | 1590 | fi |
| @@ -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" |
| 1602 | done | 1611 | done |
| 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 | |||
| 1612 | if test "x$host_alias" != x; then | 1621 | if 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 | |||
| 1628 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1637 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1629 | ac_ls_di=`ls -di .` && | 1638 | ac_ls_di=`ls -di .` && |
| 1630 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1639 | ac_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" |
| 1632 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1641 | test "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 | |||
| 1669 | fi | 1678 | fi |
| 1670 | if test ! -r "$srcdir/$ac_unique_file"; then | 1679 | if 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" |
| 1673 | fi | 1682 | fi |
| 1674 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1683 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1675 | ac_abs_confdir=`( | 1684 | ac_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=. |
| 1679 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1688 | if 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 | |||
| 1935 | if $ac_init_version; then | 1944 | if $ac_init_version; then |
| 1936 | cat <<\_ACEOF | 1945 | cat <<\_ACEOF |
| 1937 | emacs configure 24.0.50 | 1946 | emacs configure 24.0.50 |
| 1938 | generated by GNU Autoconf 2.65 | 1947 | generated by GNU Autoconf 2.68 |
| 1939 | 1948 | ||
| 1940 | Copyright (C) 2009 Free Software Foundation, Inc. | 1949 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 1941 | This configure script is free software; the Free Software Foundation | 1950 | This configure script is free software; the Free Software Foundation |
| 1942 | gives unlimited permission to copy, distribute and modify it. | 1951 | gives 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 |
| 1983 | fi | 1992 | fi |
| 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 |
| 2020 | fi | 2029 | fi |
| 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 | |||
| 2031 | ac_fn_c_check_header_mongrel () | 2040 | ac_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; } |
| 2037 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2046 | if eval \${$3+:} false; then : |
| 2038 | $as_echo_n "(cached) " >&6 | 2047 | $as_echo_n "(cached) " >&6 |
| 2039 | fi | 2048 | fi |
| 2040 | eval ac_res=\$$3 | 2049 | eval ac_res=\$$3 |
| @@ -2070,7 +2079,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 2070 | else | 2079 | else |
| 2071 | ac_header_preproc=no | 2080 | ac_header_preproc=no |
| 2072 | fi | 2081 | fi |
| 2073 | rm -f conftest.err conftest.$ac_ext | 2082 | rm -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;} | |||
| 2097 | esac | 2106 | esac |
| 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; } |
| 2100 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2109 | if eval \${$3+:} false; then : |
| 2101 | $as_echo_n "(cached) " >&6 | 2110 | $as_echo_n "(cached) " >&6 |
| 2102 | else | 2111 | else |
| 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; } |
| 2108 | fi | 2117 | fi |
| 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 |
| 2148 | fi | 2157 | fi |
| 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; } |
| 2164 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2173 | if eval \${$3+:} false; then : |
| 2165 | $as_echo_n "(cached) " >&6 | 2174 | $as_echo_n "(cached) " >&6 |
| 2166 | else | 2175 | else |
| 2167 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2176 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2179,7 +2188,7 @@ fi | |||
| 2179 | eval ac_res=\$$3 | 2188 | eval 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. | ||
| 2235 | ac_fn_c_check_decl () | 2245 | ac_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'` |
| 2240 | if { 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; } | ||
| 2252 | if eval \${$3+:} false; then : | ||
| 2241 | $as_echo_n "(cached) " >&6 | 2253 | $as_echo_n "(cached) " >&6 |
| 2242 | else | 2254 | else |
| 2243 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2255 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2246,8 +2258,12 @@ $4 | |||
| 2246 | int | 2258 | int |
| 2247 | main () | 2259 | main () |
| 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 | |||
| 2264 | eval ac_res=\$$3 | 2280 | eval 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; } |
| 2279 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2295 | if eval \${$3+:} false; then : |
| 2280 | $as_echo_n "(cached) " >&6 | 2296 | $as_echo_n "(cached) " >&6 |
| 2281 | else | 2297 | else |
| 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 : | |||
| 2288 | else | 2304 | else |
| 2289 | eval "$3=no" | 2305 | eval "$3=no" |
| 2290 | fi | 2306 | fi |
| 2291 | rm -f conftest.err conftest.$ac_ext | 2307 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 2292 | fi | 2308 | fi |
| 2293 | eval ac_res=\$$3 | 2309 | eval 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; } |
| 2309 | if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : | 2325 | if eval \${$4+:} false; then : |
| 2310 | $as_echo_n "(cached) " >&6 | 2326 | $as_echo_n "(cached) " >&6 |
| 2311 | else | 2327 | else |
| 2312 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2328 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2350,7 +2366,7 @@ fi | |||
| 2350 | eval ac_res=\$$4 | 2366 | eval 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; } |
| 2365 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2381 | if eval \${$3+:} false; then : |
| 2366 | $as_echo_n "(cached) " >&6 | 2382 | $as_echo_n "(cached) " >&6 |
| 2367 | else | 2383 | else |
| 2368 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2384 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2417,7 +2433,7 @@ fi | |||
| 2417 | eval ac_res=\$$3 | 2433 | eval 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; } |
| 2433 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2449 | if eval \${$3+:} false; then : |
| 2434 | $as_echo_n "(cached) " >&6 | 2450 | $as_echo_n "(cached) " >&6 |
| 2435 | else | 2451 | else |
| 2436 | eval "$3=no" | 2452 | eval "$3=no" |
| @@ -2471,7 +2487,7 @@ fi | |||
| 2471 | eval ac_res=\$$3 | 2487 | eval 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 \ | |||
| 2648 | rm -f conftest.val | 2664 | rm -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 | |||
| 2657 | running configure, to aid debugging if configure makes a mistake. | 2673 | running configure, to aid debugging if configure makes a mistake. |
| 2658 | 2674 | ||
| 2659 | It was created by emacs $as_me 24.0.50, which was | 2675 | It was created by emacs $as_me 24.0.50, which was |
| 2660 | generated by GNU Autoconf 2.65. Invocation command line was | 2676 | generated 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 | |||
| 2899 | ac_site_file1=NONE | 2907 | ac_site_file1=NONE |
| 2900 | ac_site_file2=NONE | 2908 | ac_site_file2=NONE |
| 2901 | if test -n "$CONFIG_SITE"; then | 2909 | if 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 | ||
| 2903 | elif test "x$prefix" != xNONE; then | 2916 | elif 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;} | ||
| 2933 | as_fn_error $? "failed to load site script $ac_site_file | ||
| 2934 | See \`config.log' for more details" "$LINENO" 5; } | ||
| 2918 | fi | 2935 | fi |
| 2919 | done | 2936 | done |
| 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 |
| 3009 | fi | 3026 | fi |
| 3010 | ## -------------------- ## | 3027 | ## -------------------- ## |
| 3011 | ## Main body of script. ## | 3028 | ## Main body of script. ## |
| @@ -3025,16 +3042,22 @@ am__api_version='1.11' | |||
| 3025 | 3042 | ||
| 3026 | ac_aux_dir= | 3043 | ac_aux_dir= |
| 3027 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3044 | for 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 | ||
| 3035 | done | 3058 | done |
| 3036 | if test -z "$ac_aux_dir"; then | 3059 | if 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 |
| 3038 | fi | 3061 | fi |
| 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; } |
| 3065 | if test -z "$INSTALL"; then | 3088 | if test -z "$INSTALL"; then |
| 3066 | if test "${ac_cv_path_install+set}" = set; then : | 3089 | if ${ac_cv_path_install+:} false; then : |
| 3067 | $as_echo_n "(cached) " >&6 | 3090 | $as_echo_n "(cached) " >&6 |
| 3068 | else | 3091 | else |
| 3069 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3092 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3150,11 +3173,11 @@ am_lf=' | |||
| 3150 | ' | 3173 | ' |
| 3151 | case `pwd` in | 3174 | case `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;; |
| 3154 | esac | 3177 | esac |
| 3155 | case $srcdir in | 3178 | case $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;; |
| 3158 | esac | 3181 | esac |
| 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 |
| 3180 | alias in your environment" "$LINENO" 5 | 3203 | alias in your environment" "$LINENO" 5 |
| 3181 | fi | 3204 | fi |
| 3182 | 3205 | ||
| @@ -3186,7 +3209,7 @@ then | |||
| 3186 | # Ok. | 3209 | # Ok. |
| 3187 | : | 3210 | : |
| 3188 | else | 3211 | else |
| 3189 | as_fn_error "newly created file is older than distributed files! | 3212 | as_fn_error $? "newly created file is older than distributed files! |
| 3190 | Check your system clock" "$LINENO" 5 | 3213 | Check your system clock" "$LINENO" 5 |
| 3191 | fi | 3214 | fi |
| 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 | |||
| 3240 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 3263 | set 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; } |
| 3243 | if test "${ac_cv_prog_STRIP+set}" = set; then : | 3266 | if ${ac_cv_prog_STRIP+:} false; then : |
| 3244 | $as_echo_n "(cached) " >&6 | 3267 | $as_echo_n "(cached) " >&6 |
| 3245 | else | 3268 | else |
| 3246 | if test -n "$STRIP"; then | 3269 | if test -n "$STRIP"; then |
| @@ -3280,7 +3303,7 @@ if test -z "$ac_cv_prog_STRIP"; then | |||
| 3280 | set dummy strip; ac_word=$2 | 3303 | set 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; } |
| 3283 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | 3306 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
| 3284 | $as_echo_n "(cached) " >&6 | 3307 | $as_echo_n "(cached) " >&6 |
| 3285 | else | 3308 | else |
| 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; } |
| 3335 | if test -z "$MKDIR_P"; then | 3358 | if 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 |
| 3338 | else | 3361 | else |
| 3339 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3362 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3385,7 +3408,7 @@ do | |||
| 3385 | set dummy $ac_prog; ac_word=$2 | 3408 | set 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; } |
| 3388 | if test "${ac_cv_prog_AWK+set}" = set; then : | 3411 | if ${ac_cv_prog_AWK+:} false; then : |
| 3389 | $as_echo_n "(cached) " >&6 | 3412 | $as_echo_n "(cached) " >&6 |
| 3390 | else | 3413 | else |
| 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; } |
| 3426 | set x ${MAKE-make} | 3449 | set x ${MAKE-make} |
| 3427 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3450 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 3428 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 3451 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
| 3429 | $as_echo_n "(cached) " >&6 | 3452 | $as_echo_n "(cached) " >&6 |
| 3430 | else | 3453 | else |
| 3431 | cat >conftest.make <<\_ACEOF | 3454 | cat >conftest.make <<\_ACEOF |
| @@ -3433,7 +3456,7 @@ SHELL = /bin/sh | |||
| 3433 | all: | 3456 | all: |
| 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. |
| 3437 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 3460 | case `${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 |
| 3472 | fi | 3495 | fi |
| 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 | * ) |
| 3673 | as_fn_error "\`--with-x-toolkit=$withval' is invalid; | 3696 | as_fn_error $? "\`--with-x-toolkit=$withval' is invalid; |
| 3674 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or | 3697 | this 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 |
| 3988 | done | 4011 | done |
| 3989 | IFS="$ac_save_IFS" | 4012 | IFS="$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; } |
| 4105 | if test "${ac_cv_build+set}" = set; then : | 4128 | if ${ac_cv_build+:} false; then : |
| 4106 | $as_echo_n "(cached) " >&6 | 4129 | $as_echo_n "(cached) " >&6 |
| 4107 | else | 4130 | else |
| 4108 | ac_build_alias=$build_alias | 4131 | ac_build_alias=$build_alias |
| 4109 | test "x$ac_build_alias" = x && | 4132 | test "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"` |
| 4111 | test "x$ac_build_alias" = x && | 4134 | test "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 |
| 4113 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 4136 | ac_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 | ||
| 4116 | fi | 4139 | fi |
| 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; } |
| 4119 | case $ac_cv_build in | 4142 | case $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;; |
| 4122 | esac | 4145 | esac |
| 4123 | build=$ac_cv_build | 4146 | build=$ac_cv_build |
| 4124 | ac_save_IFS=$IFS; IFS='-' | 4147 | ac_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; } |
| 4139 | if test "${ac_cv_host+set}" = set; then : | 4162 | if ${ac_cv_host+:} false; then : |
| 4140 | $as_echo_n "(cached) " >&6 | 4163 | $as_echo_n "(cached) " >&6 |
| 4141 | else | 4164 | else |
| 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 |
| 4144 | else | 4167 | else |
| 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 |
| 4147 | fi | 4170 | fi |
| 4148 | 4171 | ||
| 4149 | fi | 4172 | fi |
| @@ -4151,7 +4174,7 @@ fi | |||
| 4151 | $as_echo "$ac_cv_host" >&6; } | 4174 | $as_echo "$ac_cv_host" >&6; } |
| 4152 | case $ac_cv_host in | 4175 | case $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;; |
| 4155 | esac | 4178 | esac |
| 4156 | host=$ac_cv_host | 4179 | host=$ac_cv_host |
| 4157 | ac_save_IFS=$IFS; IFS='-' | 4180 | ac_save_IFS=$IFS; IFS='-' |
| @@ -4405,7 +4428,7 @@ fi | |||
| 4405 | 4428 | ||
| 4406 | 4429 | ||
| 4407 | if test $unported = yes; then | 4430 | if 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. |
| 4409 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 | 4432 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 |
| 4410 | fi | 4433 | fi |
| 4411 | 4434 | ||
| @@ -4433,7 +4456,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 4433 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 4456 | set 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; } |
| 4436 | if test "${ac_cv_prog_CC+set}" = set; then : | 4459 | if ${ac_cv_prog_CC+:} false; then : |
| 4437 | $as_echo_n "(cached) " >&6 | 4460 | $as_echo_n "(cached) " >&6 |
| 4438 | else | 4461 | else |
| 4439 | if test -n "$CC"; then | 4462 | if test -n "$CC"; then |
| @@ -4473,7 +4496,7 @@ if test -z "$ac_cv_prog_CC"; then | |||
| 4473 | set dummy gcc; ac_word=$2 | 4496 | set 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; } |
| 4476 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 4499 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
| 4477 | $as_echo_n "(cached) " >&6 | 4500 | $as_echo_n "(cached) " >&6 |
| 4478 | else | 4501 | else |
| 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 | |||
| 4526 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 4549 | set 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; } |
| 4529 | if test "${ac_cv_prog_CC+set}" = set; then : | 4552 | if ${ac_cv_prog_CC+:} false; then : |
| 4530 | $as_echo_n "(cached) " >&6 | 4553 | $as_echo_n "(cached) " >&6 |
| 4531 | else | 4554 | else |
| 4532 | if test -n "$CC"; then | 4555 | if test -n "$CC"; then |
| @@ -4566,7 +4589,7 @@ if test -z "$CC"; then | |||
| 4566 | set dummy cc; ac_word=$2 | 4589 | set 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; } |
| 4569 | if test "${ac_cv_prog_CC+set}" = set; then : | 4592 | if ${ac_cv_prog_CC+:} false; then : |
| 4570 | $as_echo_n "(cached) " >&6 | 4593 | $as_echo_n "(cached) " >&6 |
| 4571 | else | 4594 | else |
| 4572 | if test -n "$CC"; then | 4595 | if test -n "$CC"; then |
| @@ -4625,7 +4648,7 @@ if test -z "$CC"; then | |||
| 4625 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 4648 | set 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; } |
| 4628 | if test "${ac_cv_prog_CC+set}" = set; then : | 4651 | if ${ac_cv_prog_CC+:} false; then : |
| 4629 | $as_echo_n "(cached) " >&6 | 4652 | $as_echo_n "(cached) " >&6 |
| 4630 | else | 4653 | else |
| 4631 | if test -n "$CC"; then | 4654 | if test -n "$CC"; then |
| @@ -4669,7 +4692,7 @@ do | |||
| 4669 | set dummy $ac_prog; ac_word=$2 | 4692 | set 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; } |
| 4672 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 4695 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
| 4673 | $as_echo_n "(cached) " >&6 | 4696 | $as_echo_n "(cached) " >&6 |
| 4674 | else | 4697 | else |
| 4675 | if test -n "$ac_ct_CC"; then | 4698 | if test -n "$ac_ct_CC"; then |
| @@ -4723,8 +4746,8 @@ fi | |||
| 4723 | 4746 | ||
| 4724 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4747 | test -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;} |
| 4726 | as_fn_error "no acceptable C compiler found in \$PATH | 4749 | as_fn_error $? "no acceptable C compiler found in \$PATH |
| 4727 | See \`config.log' for more details." "$LINENO" 5; } | 4750 | See \`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 | 4864 | as_fn_error 77 "C compiler cannot create executables |
| 4842 | as_fn_error "C compiler cannot create executables | 4865 | See \`config.log' for more details" "$LINENO" 5; } |
| 4843 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
| 4844 | else | 4866 | else |
| 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 | |||
| 4882 | else | 4904 | else |
| 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;} |
| 4885 | as_fn_error "cannot compute suffix of executables: cannot compile and link | 4907 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
| 4886 | See \`config.log' for more details." "$LINENO" 5; } | 4908 | See \`config.log' for more details" "$LINENO" 5; } |
| 4887 | fi | 4909 | fi |
| 4888 | rm -f conftest conftest$ac_cv_exeext | 4910 | rm -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;} |
| 4943 | as_fn_error "cannot run C compiled programs. | 4965 | as_fn_error $? "cannot run C compiled programs. |
| 4944 | If you meant to cross compile, use \`--host'. | 4966 | If you meant to cross compile, use \`--host'. |
| 4945 | See \`config.log' for more details." "$LINENO" 5; } | 4967 | See \`config.log' for more details" "$LINENO" 5; } |
| 4946 | fi | 4968 | fi |
| 4947 | fi | 4969 | fi |
| 4948 | fi | 4970 | fi |
| @@ -4953,7 +4975,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |||
| 4953 | ac_clean_files=$ac_clean_files_save | 4975 | ac_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; } |
| 4956 | if test "${ac_cv_objext+set}" = set; then : | 4978 | if ${ac_cv_objext+:} false; then : |
| 4957 | $as_echo_n "(cached) " >&6 | 4979 | $as_echo_n "(cached) " >&6 |
| 4958 | else | 4980 | else |
| 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;} |
| 4996 | as_fn_error "cannot compute suffix of object files: cannot compile | 5018 | as_fn_error $? "cannot compute suffix of object files: cannot compile |
| 4997 | See \`config.log' for more details." "$LINENO" 5; } | 5019 | See \`config.log' for more details" "$LINENO" 5; } |
| 4998 | fi | 5020 | fi |
| 4999 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 5021 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 5000 | fi | 5022 | fi |
| @@ -5004,7 +5026,7 @@ OBJEXT=$ac_cv_objext | |||
| 5004 | ac_objext=$OBJEXT | 5026 | ac_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; } |
| 5007 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | 5029 | if ${ac_cv_c_compiler_gnu+:} false; then : |
| 5008 | $as_echo_n "(cached) " >&6 | 5030 | $as_echo_n "(cached) " >&6 |
| 5009 | else | 5031 | else |
| 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} | |||
| 5041 | ac_save_CFLAGS=$CFLAGS | 5063 | ac_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; } |
| 5044 | if test "${ac_cv_prog_cc_g+set}" = set; then : | 5066 | if ${ac_cv_prog_cc_g+:} false; then : |
| 5045 | $as_echo_n "(cached) " >&6 | 5067 | $as_echo_n "(cached) " >&6 |
| 5046 | else | 5068 | else |
| 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 | |||
| 5119 | fi | 5141 | fi |
| 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; } |
| 5122 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | 5144 | if ${ac_cv_prog_cc_c89+:} false; then : |
| 5123 | $as_echo_n "(cached) " >&6 | 5145 | $as_echo_n "(cached) " >&6 |
| 5124 | else | 5146 | else |
| 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; } |
| 5283 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | 5305 | if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
| 5284 | $as_echo_n "(cached) " >&6 | 5306 | $as_echo_n "(cached) " >&6 |
| 5285 | else | 5307 | else |
| 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; } | |||
| 5412 | fi | 5434 | fi |
| 5413 | set dummy $CC; ac_cc=`$as_echo "$2" | | 5435 | set 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]/_/'` |
| 5415 | if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : | 5437 | if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : |
| 5416 | $as_echo_n "(cached) " >&6 | 5438 | $as_echo_n "(cached) " >&6 |
| 5417 | else | 5439 | else |
| 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 | |||
| 5536 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 5558 | set 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; } |
| 5539 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | 5561 | if ${ac_cv_prog_RANLIB+:} false; then : |
| 5540 | $as_echo_n "(cached) " >&6 | 5562 | $as_echo_n "(cached) " >&6 |
| 5541 | else | 5563 | else |
| 5542 | if test -n "$RANLIB"; then | 5564 | if test -n "$RANLIB"; then |
| @@ -5576,7 +5598,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 5576 | set dummy ranlib; ac_word=$2 | 5598 | set 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; } |
| 5579 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | 5601 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
| 5580 | $as_echo_n "(cached) " >&6 | 5602 | $as_echo_n "(cached) " >&6 |
| 5581 | else | 5603 | else |
| 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= |
| 5637 | fi | 5659 | fi |
| 5638 | if test -z "$CPP"; then | 5660 | if 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 |
| 5641 | else | 5663 | else |
| 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. |
| 5667 | continue | 5689 | continue |
| 5668 | fi | 5690 | fi |
| 5669 | rm -f conftest.err conftest.$ac_ext | 5691 | rm -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 | |||
| 5682 | ac_preproc_ok=: | 5704 | ac_preproc_ok=: |
| 5683 | break | 5705 | break |
| 5684 | fi | 5706 | fi |
| 5685 | rm -f conftest.err conftest.$ac_ext | 5707 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 5686 | 5708 | ||
| 5687 | done | 5709 | done |
| 5688 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5710 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5689 | rm -f conftest.err conftest.$ac_ext | 5711 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 5690 | if $ac_preproc_ok; then : | 5712 | if $ac_preproc_ok; then : |
| 5691 | break | 5713 | break |
| 5692 | fi | 5714 | fi |
| @@ -5725,7 +5747,7 @@ else | |||
| 5725 | # Broken: fails on valid input. | 5747 | # Broken: fails on valid input. |
| 5726 | continue | 5748 | continue |
| 5727 | fi | 5749 | fi |
| 5728 | rm -f conftest.err conftest.$ac_ext | 5750 | rm -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 | |||
| 5741 | ac_preproc_ok=: | 5763 | ac_preproc_ok=: |
| 5742 | break | 5764 | break |
| 5743 | fi | 5765 | fi |
| 5744 | rm -f conftest.err conftest.$ac_ext | 5766 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 5745 | 5767 | ||
| 5746 | done | 5768 | done |
| 5747 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5769 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5748 | rm -f conftest.err conftest.$ac_ext | 5770 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 5749 | if $ac_preproc_ok; then : | 5771 | if $ac_preproc_ok; then : |
| 5750 | 5772 | ||
| 5751 | else | 5773 | else |
| 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;} |
| 5754 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 5776 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 5755 | See \`config.log' for more details." "$LINENO" 5; } | 5777 | See \`config.log' for more details" "$LINENO" 5; } |
| 5756 | fi | 5778 | fi |
| 5757 | 5779 | ||
| 5758 | ac_ext=c | 5780 | ac_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; } |
| 5767 | if test "${ac_cv_path_GREP+set}" = set; then : | 5789 | if ${ac_cv_path_GREP+:} false; then : |
| 5768 | $as_echo_n "(cached) " >&6 | 5790 | $as_echo_n "(cached) " >&6 |
| 5769 | else | 5791 | else |
| 5770 | if test -z "$GREP"; then | 5792 | if test -z "$GREP"; then |
| @@ -5813,7 +5835,7 @@ esac | |||
| 5813 | done | 5835 | done |
| 5814 | IFS=$as_save_IFS | 5836 | IFS=$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 |
| 5818 | else | 5840 | else |
| 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; } |
| 5830 | if test "${ac_cv_path_EGREP+set}" = set; then : | 5852 | if ${ac_cv_path_EGREP+:} false; then : |
| 5831 | $as_echo_n "(cached) " >&6 | 5853 | $as_echo_n "(cached) " >&6 |
| 5832 | else | 5854 | else |
| 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 |
| 5880 | IFS=$as_save_IFS | 5902 | IFS=$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 |
| 5884 | else | 5906 | else |
| 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; } |
| 5897 | if test "${ac_cv_header_stdc+set}" = set; then : | 5919 | if ${ac_cv_header_stdc+:} false; then : |
| 5898 | $as_echo_n "(cached) " >&6 | 5920 | $as_echo_n "(cached) " >&6 |
| 5899 | else | 5921 | else |
| 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` |
| 6012 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 6034 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 6013 | " | 6035 | " |
| 6014 | eval as_val=\$$as_ac_Header | 6036 | if 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" |
| 6029 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : | 6050 | if test "x$ac_cv_header_minix_config_h" = xyes; then : |
| 6030 | MINIX=yes | 6051 | MINIX=yes |
| 6031 | else | 6052 | else |
| 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; } |
| 6059 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : | 6080 | if ${ac_cv_safe_to_define___extensions__+:} false; then : |
| 6060 | $as_echo_n "(cached) " >&6 | 6081 | $as_echo_n "(cached) " >&6 |
| 6061 | else | 6082 | else |
| 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 |
| 6150 | else | 6171 | else |
| 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= |
| 6314 | fi | 6335 | fi |
| 6315 | if test -z "$CPP"; then | 6336 | if 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 |
| 6318 | else | 6339 | else |
| 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. |
| 6344 | continue | 6365 | continue |
| 6345 | fi | 6366 | fi |
| 6346 | rm -f conftest.err conftest.$ac_ext | 6367 | rm -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 | |||
| 6359 | ac_preproc_ok=: | 6380 | ac_preproc_ok=: |
| 6360 | break | 6381 | break |
| 6361 | fi | 6382 | fi |
| 6362 | rm -f conftest.err conftest.$ac_ext | 6383 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 6363 | 6384 | ||
| 6364 | done | 6385 | done |
| 6365 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6386 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 6366 | rm -f conftest.err conftest.$ac_ext | 6387 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 6367 | if $ac_preproc_ok; then : | 6388 | if $ac_preproc_ok; then : |
| 6368 | break | 6389 | break |
| 6369 | fi | 6390 | fi |
| @@ -6402,7 +6423,7 @@ else | |||
| 6402 | # Broken: fails on valid input. | 6423 | # Broken: fails on valid input. |
| 6403 | continue | 6424 | continue |
| 6404 | fi | 6425 | fi |
| 6405 | rm -f conftest.err conftest.$ac_ext | 6426 | rm -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 | |||
| 6418 | ac_preproc_ok=: | 6439 | ac_preproc_ok=: |
| 6419 | break | 6440 | break |
| 6420 | fi | 6441 | fi |
| 6421 | rm -f conftest.err conftest.$ac_ext | 6442 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 6422 | 6443 | ||
| 6423 | done | 6444 | done |
| 6424 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6445 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 6425 | rm -f conftest.err conftest.$ac_ext | 6446 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 6426 | if $ac_preproc_ok; then : | 6447 | if $ac_preproc_ok; then : |
| 6427 | 6448 | ||
| 6428 | else | 6449 | else |
| 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;} |
| 6431 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 6452 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 6432 | See \`config.log' for more details." "$LINENO" 5; } | 6453 | See \`config.log' for more details" "$LINENO" 5; } |
| 6433 | fi | 6454 | fi |
| 6434 | 6455 | ||
| 6435 | ac_ext=c | 6456 | ac_ext=c |
| @@ -6445,7 +6466,7 @@ if test "x$RANLIB" = x; then | |||
| 6445 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 6466 | set 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; } |
| 6448 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | 6469 | if ${ac_cv_prog_RANLIB+:} false; then : |
| 6449 | $as_echo_n "(cached) " >&6 | 6470 | $as_echo_n "(cached) " >&6 |
| 6450 | else | 6471 | else |
| 6451 | if test -n "$RANLIB"; then | 6472 | if test -n "$RANLIB"; then |
| @@ -6485,7 +6506,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 6485 | set dummy ranlib; ac_word=$2 | 6506 | set 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; } |
| 6488 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | 6509 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
| 6489 | $as_echo_n "(cached) " >&6 | 6510 | $as_echo_n "(cached) " >&6 |
| 6490 | else | 6511 | else |
| 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. |
| 6541 | if test "$machine" = "amdx86-64"; then | 6562 | if 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" |
| 6543 | if test "x$ac_cv_have_decl_i386" = x""yes; then : | 6564 | if test "x$ac_cv_have_decl_i386" = xyes; then : |
| 6544 | 6565 | ||
| 6545 | fi | 6566 | fi |
| 6546 | 6567 | ||
| @@ -6555,7 +6576,7 @@ fi | |||
| 6555 | set dummy install-info; ac_word=$2 | 6576 | set 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; } |
| 6558 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 6579 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 6559 | $as_echo_n "(cached) " >&6 | 6580 | $as_echo_n "(cached) " >&6 |
| 6560 | else | 6581 | else |
| 6561 | case $INSTALL_INFO in | 6582 | case $INSTALL_INFO in |
| @@ -6595,7 +6616,7 @@ fi | |||
| 6595 | set dummy install-info; ac_word=$2 | 6616 | set 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; } |
| 6598 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 6619 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 6599 | $as_echo_n "(cached) " >&6 | 6620 | $as_echo_n "(cached) " >&6 |
| 6600 | else | 6621 | else |
| 6601 | case $INSTALL_INFO in | 6622 | case $INSTALL_INFO in |
| @@ -6635,7 +6656,7 @@ fi | |||
| 6635 | set dummy install-info; ac_word=$2 | 6656 | set 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; } |
| 6638 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 6659 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 6639 | $as_echo_n "(cached) " >&6 | 6660 | $as_echo_n "(cached) " >&6 |
| 6640 | else | 6661 | else |
| 6641 | case $INSTALL_INFO in | 6662 | case $INSTALL_INFO in |
| @@ -6676,7 +6697,7 @@ fi | |||
| 6676 | set dummy gzip; ac_word=$2 | 6697 | set 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; } |
| 6679 | if test "${ac_cv_path_GZIP_PROG+set}" = set; then : | 6700 | if ${ac_cv_path_GZIP_PROG+:} false; then : |
| 6680 | $as_echo_n "(cached) " >&6 | 6701 | $as_echo_n "(cached) " >&6 |
| 6681 | else | 6702 | else |
| 6682 | case $GZIP_PROG in | 6703 | case $GZIP_PROG in |
| @@ -6719,7 +6740,7 @@ fi | |||
| 6719 | set dummy makeinfo; ac_word=$2 | 6740 | set 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; } |
| 6722 | if test "${ac_cv_path_MAKEINFO+set}" = set; then : | 6743 | if ${ac_cv_path_MAKEINFO+:} false; then : |
| 6723 | $as_echo_n "(cached) " >&6 | 6744 | $as_echo_n "(cached) " >&6 |
| 6724 | else | 6745 | else |
| 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 |
| 6781 | source tree does not seem to have pre-built manuals in the \`info' directory. | 6802 | source tree does not seem to have pre-built manuals in the \`info' directory. |
| 6782 | Either install a suitable version of makeinfo, or re-run configure | 6803 | Either install a suitable version of makeinfo, or re-run configure |
| 6783 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 | 6804 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 |
| @@ -6925,7 +6946,7 @@ esac | |||
| 6925 | C_SWITCH_MACHINE= | 6946 | C_SWITCH_MACHINE= |
| 6926 | if test "$machine" = "alpha"; then | 6947 | if 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" |
| 6928 | if test "x$ac_cv_have_decl___ELF__" = x""yes; then : | 6949 | if test "x$ac_cv_have_decl___ELF__" = xyes; then : |
| 6929 | 6950 | ||
| 6930 | fi | 6951 | fi |
| 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; } |
| 6996 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : | 7017 | if ${ac_cv_sys_largefile_CC+:} false; then : |
| 6997 | $as_echo_n "(cached) " >&6 | 7018 | $as_echo_n "(cached) " >&6 |
| 6998 | else | 7019 | else |
| 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; } |
| 7047 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : | 7068 | if ${ac_cv_sys_file_offset_bits+:} false; then : |
| 7048 | $as_echo_n "(cached) " >&6 | 7069 | $as_echo_n "(cached) " >&6 |
| 7049 | else | 7070 | else |
| 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; } |
| 7116 | if test "${ac_cv_sys_large_files+set}" = set; then : | 7137 | if ${ac_cv_sys_large_files+:} false; then : |
| 7117 | $as_echo_n "(cached) " >&6 | 7138 | $as_echo_n "(cached) " >&6 |
| 7118 | else | 7139 | else |
| 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 | ||
| 7219 | fi | 7240 | fi |
| 7220 | 7241 | ||
| @@ -7269,8 +7290,7 @@ if test "${with_sound}" != "no"; then | |||
| 7269 | do : | 7290 | do : |
| 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` |
| 7271 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 7292 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 7272 | eval as_val=\$$as_ac_Header | 7293 | if 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; } |
| 7285 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : | 7305 | if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : |
| 7286 | $as_echo_n "(cached) " >&6 | 7306 | $as_echo_n "(cached) " >&6 |
| 7287 | else | 7307 | else |
| 7288 | ac_check_lib_save_LIBS=$LIBS | 7308 | ac_check_lib_save_LIBS=$LIBS |
| @@ -7316,7 +7336,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 7316 | fi | 7336 | fi |
| 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; } |
| 7319 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : | 7339 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : |
| 7320 | LIBSOUND=-lossaudio | 7340 | LIBSOUND=-lossaudio |
| 7321 | else | 7341 | else |
| 7322 | LIBSOUND= | 7342 | LIBSOUND= |
| @@ -7333,7 +7353,7 @@ fi | |||
| 7333 | set dummy pkg-config; ac_word=$2 | 7353 | set 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; } |
| 7336 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 7356 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 7337 | $as_echo_n "(cached) " >&6 | 7357 | $as_echo_n "(cached) " >&6 |
| 7338 | else | 7358 | else |
| 7339 | case $PKG_CONFIG in | 7359 | case $PKG_CONFIG in |
| @@ -7461,7 +7481,7 @@ else | |||
| 7461 | fi | 7481 | fi |
| 7462 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7482 | rm -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 \ | |||
| 7496 | do : | 7516 | do : |
| 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` |
| 7498 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 7518 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 7499 | eval as_val=\$$as_ac_Header | 7519 | if 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 | |||
| 7538 | for ac_header in term.h | 7557 | for ac_header in term.h |
| 7539 | do : | 7558 | do : |
| 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" |
| 7541 | if test "x$ac_cv_header_term_h" = x""yes; then : | 7560 | if 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; } |
| 7552 | if test "${ac_cv_header_stdc+set}" = set; then : | 7571 | if ${ac_cv_header_stdc+:} false; then : |
| 7553 | $as_echo_n "(cached) " >&6 | 7572 | $as_echo_n "(cached) " >&6 |
| 7554 | else | 7573 | else |
| 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; } |
| 7664 | if test "${ac_cv_header_time+set}" = set; then : | 7683 | if ${ac_cv_header_time+:} false; then : |
| 7665 | $as_echo_n "(cached) " >&6 | 7684 | $as_echo_n "(cached) " >&6 |
| 7666 | else | 7685 | else |
| 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 | |||
| 7695 | fi | 7714 | fi |
| 7696 | 7715 | ||
| 7697 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" | 7716 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" |
| 7698 | if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : | 7717 | if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : |
| 7699 | ac_have_decl=1 | 7718 | ac_have_decl=1 |
| 7700 | else | 7719 | else |
| 7701 | ac_have_decl=0 | 7720 | ac_have_decl=0 |
| @@ -7708,7 +7727,7 @@ _ACEOF | |||
| 7708 | if test $ac_cv_have_decl_sys_siglist != yes; then | 7727 | if 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" |
| 7711 | if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : | 7730 | if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : |
| 7712 | ac_have_decl=1 | 7731 | ac_have_decl=1 |
| 7713 | else | 7732 | else |
| 7714 | ac_have_decl=0 | 7733 | ac_have_decl=0 |
| @@ -7726,7 +7745,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h | |||
| 7726 | fi | 7745 | fi |
| 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; } |
| 7729 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : | 7748 | if ${ac_cv_header_sys_wait_h+:} false; then : |
| 7730 | $as_echo_n "(cached) " >&6 | 7749 | $as_echo_n "(cached) " >&6 |
| 7731 | else | 7750 | else |
| 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; } |
| 7771 | if test "${emacs_cv_struct_utimbuf+set}" = set; then : | 7790 | if ${emacs_cv_struct_utimbuf+:} false; then : |
| 7772 | $as_echo_n "(cached) " >&6 | 7791 | $as_echo_n "(cached) " >&6 |
| 7773 | else | 7792 | else |
| 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; } |
| 7814 | if test "${ac_cv_type_signal+set}" = set; then : | 7833 | if ${ac_cv_type_signal+:} false; then : |
| 7815 | $as_echo_n "(cached) " >&6 | 7834 | $as_echo_n "(cached) " >&6 |
| 7816 | else | 7835 | else |
| 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; } |
| 7848 | if test "${emacs_cv_speed_t+set}" = set; then : | 7867 | if ${emacs_cv_speed_t+:} false; then : |
| 7849 | $as_echo_n "(cached) " >&6 | 7868 | $as_echo_n "(cached) " >&6 |
| 7850 | else | 7869 | else |
| 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; } |
| 7879 | if test "${emacs_cv_struct_timeval+set}" = set; then : | 7898 | if ${emacs_cv_struct_timeval+:} false; then : |
| 7880 | $as_echo_n "(cached) " >&6 | 7899 | $as_echo_n "(cached) " >&6 |
| 7881 | else | 7900 | else |
| 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; } |
| 7920 | if test "${emacs_cv_struct_exception+set}" = set; then : | 7939 | if ${emacs_cv_struct_exception+:} false; then : |
| 7921 | $as_echo_n "(cached) " >&6 | 7940 | $as_echo_n "(cached) " >&6 |
| 7922 | else | 7941 | else |
| 7923 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7942 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7950,7 +7969,7 @@ fi | |||
| 7950 | for ac_header in sys/socket.h | 7969 | for ac_header in sys/socket.h |
| 7951 | do : | 7970 | do : |
| 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" |
| 7953 | if test "x$ac_cv_header_sys_socket_h" = x""yes; then : | 7972 | if 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 | " |
| 7969 | if test "x$ac_cv_header_net_if_h" = x""yes; then : | 7988 | if 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; } |
| 7981 | if test "${ac_cv_struct_tm+set}" = set; then : | 8000 | if ${ac_cv_struct_tm+:} false; then : |
| 7982 | $as_echo_n "(cached) " >&6 | 8001 | $as_echo_n "(cached) " >&6 |
| 7983 | else | 8002 | else |
| 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 | " |
| 8018 | if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : | 8037 | if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : |
| 8019 | 8038 | ||
| 8020 | cat >>confdefs.h <<_ACEOF | 8039 | cat >>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 | |||
| 8031 | else | 8050 | else |
| 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 | " |
| 8034 | if test "x$ac_cv_have_decl_tzname" = x""yes; then : | 8053 | if test "x$ac_cv_have_decl_tzname" = xyes; then : |
| 8035 | ac_have_decl=1 | 8054 | ac_have_decl=1 |
| 8036 | else | 8055 | else |
| 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; } |
| 8046 | if test "${ac_cv_var_tzname+set}" = set; then : | 8065 | if ${ac_cv_var_tzname+:} false; then : |
| 8047 | $as_echo_n "(cached) " >&6 | 8066 | $as_echo_n "(cached) " >&6 |
| 8048 | else | 8067 | else |
| 8049 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8068 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8080,7 +8099,7 @@ fi | |||
| 8080 | 8099 | ||
| 8081 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 8100 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 8082 | " | 8101 | " |
| 8083 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : | 8102 | if 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 | " |
| 8097 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : | 8116 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : |
| 8098 | 8117 | ||
| 8099 | cat >>confdefs.h <<_ACEOF | 8118 | cat >>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 | " |
| 8113 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : | 8132 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : |
| 8114 | 8133 | ||
| 8115 | cat >>confdefs.h <<_ACEOF | 8134 | cat >>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 | " |
| 8129 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : | 8148 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : |
| 8130 | 8149 | ||
| 8131 | cat >>confdefs.h <<_ACEOF | 8150 | cat >>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 | " |
| 8145 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : | 8164 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : |
| 8146 | 8165 | ||
| 8147 | cat >>confdefs.h <<_ACEOF | 8166 | cat >>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 | " |
| 8161 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : | 8180 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : |
| 8162 | 8181 | ||
| 8163 | cat >>confdefs.h <<_ACEOF | 8182 | cat >>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; } |
| 8190 | if test "${ac_cv_c_volatile+set}" = set; then : | 8209 | if ${ac_cv_c_volatile+:} false; then : |
| 8191 | $as_echo_n "(cached) " >&6 | 8210 | $as_echo_n "(cached) " >&6 |
| 8192 | else | 8211 | else |
| 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; } |
| 8224 | if test "${ac_cv_c_const+set}" = set; then : | 8243 | if ${ac_cv_c_const+:} false; then : |
| 8225 | $as_echo_n "(cached) " >&6 | 8244 | $as_echo_n "(cached) " >&6 |
| 8226 | else | 8245 | else |
| 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; } |
| 8304 | if test "${emacs_cv_void_star+set}" = set; then : | 8323 | if ${emacs_cv_void_star+:} false; then : |
| 8305 | $as_echo_n "(cached) " >&6 | 8324 | $as_echo_n "(cached) " >&6 |
| 8306 | else | 8325 | else |
| 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; } |
| 8337 | if test "${ac_cv_c_bigendian+set}" = set; then : | 8356 | if ${ac_cv_c_bigendian+:} false; then : |
| 8338 | $as_echo_n "(cached) " >&6 | 8357 | $as_echo_n "(cached) " >&6 |
| 8339 | else | 8358 | else |
| 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; } |
| 8562 | if test "${emacs_cv_attribute_aligned+set}" = set; then : | 8581 | if ${emacs_cv_attribute_aligned+:} false; then : |
| 8563 | $as_echo_n "(cached) " >&6 | 8582 | $as_echo_n "(cached) " >&6 |
| 8564 | else | 8583 | else |
| 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; } |
| 8593 | set x ${MAKE-make} | 8612 | set x ${MAKE-make} |
| 8594 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 8613 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 8595 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 8614 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
| 8596 | $as_echo_n "(cached) " >&6 | 8615 | $as_echo_n "(cached) " >&6 |
| 8597 | else | 8616 | else |
| 8598 | cat >conftest.make <<\_ACEOF | 8617 | cat >conftest.make <<\_ACEOF |
| @@ -8600,7 +8619,7 @@ SHELL = /bin/sh | |||
| 8600 | all: | 8619 | all: |
| 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. |
| 8604 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 8623 | case `${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; } |
| 8683 | if test "${ac_cv_sys_long_file_names+set}" = set; then : | 8702 | if ${ac_cv_sys_long_file_names+:} false; then : |
| 8684 | $as_echo_n "(cached) " >&6 | 8703 | $as_echo_n "(cached) " >&6 |
| 8685 | else | 8704 | else |
| 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 |
| 8737 | else | 8756 | else |
| 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 |
| 8742 | else | 8761 | else |
| 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 |
| 8841 | done | 8860 | done |
| 8842 | fi | 8861 | fi |
| 8843 | rm -f conftest.err conftest.$ac_ext | 8862 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 8844 | fi # $ac_x_includes = no | 8863 | fi # $ac_x_includes = no |
| 8845 | 8864 | ||
| 8846 | if test "$ac_x_libraries" = no; then | 8865 | if 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" |
| 9023 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : | 9042 | if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : |
| 9024 | HAVE_NS=yes | 9043 | HAVE_NS=yes |
| 9025 | else | 9044 | else |
| 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 |
| 9028 | fi | 9047 | fi |
| 9029 | 9048 | ||
| @@ -9105,7 +9124,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 9105 | set dummy X; ac_word=$2 | 9124 | set 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; } |
| 9108 | if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : | 9127 | if ${ac_cv_prog_HAVE_XSERVER+:} false; then : |
| 9109 | $as_echo_n "(cached) " >&6 | 9128 | $as_echo_n "(cached) " >&6 |
| 9110 | else | 9129 | else |
| 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 |
| 9146 | were found. You should install the relevant development files for X | 9165 | were found. You should install the relevant development files for X |
| 9147 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 9166 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make |
| 9148 | sure you have development files for image handling, i.e. | 9167 | sure you have development files for image handling, i.e. |
| @@ -9164,14 +9183,14 @@ esac | |||
| 9164 | GNU_MALLOC=yes | 9183 | GNU_MALLOC=yes |
| 9165 | doug_lea_malloc=yes | 9184 | doug_lea_malloc=yes |
| 9166 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" | 9185 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" |
| 9167 | if test "x$ac_cv_func_malloc_get_state" = x""yes; then : | 9186 | if test "x$ac_cv_func_malloc_get_state" = xyes; then : |
| 9168 | 9187 | ||
| 9169 | else | 9188 | else |
| 9170 | doug_lea_malloc=no | 9189 | doug_lea_malloc=no |
| 9171 | fi | 9190 | fi |
| 9172 | 9191 | ||
| 9173 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" | 9192 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" |
| 9174 | if test "x$ac_cv_func_malloc_set_state" = x""yes; then : | 9193 | if test "x$ac_cv_func_malloc_set_state" = xyes; then : |
| 9175 | 9194 | ||
| 9176 | else | 9195 | else |
| 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; } |
| 9182 | if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : | 9201 | if ${emacs_cv_var___after_morecore_hook+:} false; then : |
| 9183 | $as_echo_n "(cached) " >&6 | 9202 | $as_echo_n "(cached) " >&6 |
| 9184 | else | 9203 | else |
| 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` |
| 9266 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 9285 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 9267 | " | 9286 | " |
| 9268 | eval as_val=\$$as_ac_Header | 9287 | if 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 | |||
| 9285 | for ac_func in getpagesize | 9303 | for ac_func in getpagesize |
| 9286 | do : | 9304 | do : |
| 9287 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | 9305 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" |
| 9288 | if test "x$ac_cv_func_getpagesize" = x""yes; then : | 9306 | if 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; } |
| 9298 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : | 9316 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : |
| 9299 | $as_echo_n "(cached) " >&6 | 9317 | $as_echo_n "(cached) " >&6 |
| 9300 | else | 9318 | else |
| 9301 | if test "$cross_compiling" = yes; then : | 9319 | if test "$cross_compiling" = yes; then : |
| @@ -9372,6 +9390,7 @@ int | |||
| 9372 | main () | 9390 | main () |
| 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; } |
| 9472 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : | 9491 | if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : |
| 9473 | $as_echo_n "(cached) " >&6 | 9492 | $as_echo_n "(cached) " >&6 |
| 9474 | else | 9493 | else |
| 9475 | ac_check_lib_save_LIBS=$LIBS | 9494 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9503,7 +9522,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9503 | fi | 9522 | fi |
| 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; } |
| 9506 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : | 9525 | if 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; } |
| 9518 | if test "${ac_cv_lib_Xbsd_main+set}" = set; then : | 9537 | if ${ac_cv_lib_Xbsd_main+:} false; then : |
| 9519 | $as_echo_n "(cached) " >&6 | 9538 | $as_echo_n "(cached) " >&6 |
| 9520 | else | 9539 | else |
| 9521 | ac_check_lib_save_LIBS=$LIBS | 9540 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9543,14 +9562,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9543 | fi | 9562 | fi |
| 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; } |
| 9546 | if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : | 9565 | if 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" |
| 9548 | fi | 9567 | fi |
| 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; } |
| 9553 | if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : | 9572 | if ${ac_cv_lib_pthreads_cma_open+:} false; then : |
| 9554 | $as_echo_n "(cached) " >&6 | 9573 | $as_echo_n "(cached) " >&6 |
| 9555 | else | 9574 | else |
| 9556 | ac_check_lib_save_LIBS=$LIBS | 9575 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9584,7 +9603,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9584 | fi | 9603 | fi |
| 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; } |
| 9587 | if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : | 9606 | if 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 | |||
| 9611 | aix*) | 9630 | aix*) |
| 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; } |
| 9614 | if test "${gdb_cv_bigtoc+set}" = set; then : | 9633 | if ${gdb_cv_bigtoc+:} false; then : |
| 9615 | $as_echo_n "(cached) " >&6 | 9634 | $as_echo_n "(cached) " >&6 |
| 9616 | else | 9635 | else |
| 9617 | 9636 | ||
| @@ -9772,8 +9791,7 @@ XScreenNumberOfScreen XSetWMProtocols | |||
| 9772 | do : | 9791 | do : |
| 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` |
| 9774 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 9793 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 9775 | eval as_val=\$$as_ac_var | 9794 | if 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 | |||
| 9786 | if test "${window_system}" = "x11"; then | 9804 | if 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 |
| 9791 | else | 9809 | else |
| 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 | |||
| 9851 | set dummy pkg-config; ac_word=$2 | 9869 | set 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; } |
| 9854 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 9872 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 9855 | $as_echo_n "(cached) " >&6 | 9873 | $as_echo_n "(cached) " >&6 |
| 9856 | else | 9874 | else |
| 9857 | case $PKG_CONFIG in | 9875 | case $PKG_CONFIG in |
| @@ -9962,7 +9980,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 9962 | set dummy pkg-config; ac_word=$2 | 9980 | set 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; } |
| 9965 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 9983 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 9966 | $as_echo_n "(cached) " >&6 | 9984 | $as_echo_n "(cached) " >&6 |
| 9967 | else | 9985 | else |
| 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 |
| 10062 | do : | 10080 | do : |
| 10063 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" | 10081 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" |
| 10064 | if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : | 10082 | if 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 | |||
| 10087 | set dummy pkg-config; ac_word=$2 | 10105 | set 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; } |
| 10090 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10108 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10091 | $as_echo_n "(cached) " >&6 | 10109 | $as_echo_n "(cached) " >&6 |
| 10092 | else | 10110 | else |
| 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 | |||
| 10196 | set dummy pkg-config; ac_word=$2 | 10214 | set 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; } |
| 10199 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10217 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10200 | $as_echo_n "(cached) " >&6 | 10218 | $as_echo_n "(cached) " >&6 |
| 10201 | else | 10219 | else |
| 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 |
| 10289 | fi | 10307 | fi |
| 10290 | fi | 10308 | fi |
| @@ -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 |
| 10302 | do : | 10320 | do : |
| 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" |
| 10304 | if test "x$ac_cv_func_gtk_main" = x""yes; then : | 10322 | if 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 | " |
| 10352 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : | 10370 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : |
| 10353 | HAVE_GTK_FILE_SELECTION=yes | 10371 | HAVE_GTK_FILE_SELECTION=yes |
| 10354 | else | 10372 | else |
| 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 |
| 10360 | do : | 10378 | do : |
| 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" |
| 10362 | if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : | 10380 | if 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 |
| 10374 | do : | 10392 | do : |
| 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" |
| 10376 | if test "x$ac_cv_header_pthread_h" = x""yes; then : | 10394 | if 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; } |
| 10388 | if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : | 10406 | if ${ac_cv_lib_pthread_pthread_self+:} false; then : |
| 10389 | $as_echo_n "(cached) " >&6 | 10407 | $as_echo_n "(cached) " >&6 |
| 10390 | else | 10408 | else |
| 10391 | ac_check_lib_save_LIBS=$LIBS | 10409 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10419,7 +10437,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10419 | fi | 10437 | fi |
| 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; } |
| 10422 | if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : | 10440 | if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : |
| 10423 | HAVE_GTK_AND_PTHREAD=yes | 10441 | HAVE_GTK_AND_PTHREAD=yes |
| 10424 | fi | 10442 | fi |
| 10425 | 10443 | ||
| @@ -10441,8 +10459,7 @@ $as_echo "#define HAVE_GTK_AND_PTHREAD 1" >>confdefs.h | |||
| 10441 | do : | 10459 | do : |
| 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` |
| 10443 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 10461 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10444 | eval as_val=\$$as_ac_var | 10462 | if 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 | |||
| 10463 | set dummy pkg-config; ac_word=$2 | 10480 | set 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; } |
| 10466 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10483 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10467 | $as_echo_n "(cached) " >&6 | 10484 | $as_echo_n "(cached) " >&6 |
| 10468 | else | 10485 | else |
| 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 |
| 10559 | do : | 10576 | do : |
| 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" |
| 10561 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : | 10578 | if 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 | |||
| 10580 | set dummy pkg-config; ac_word=$2 | 10597 | set 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; } |
| 10583 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10600 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10584 | $as_echo_n "(cached) " >&6 | 10601 | $as_echo_n "(cached) " >&6 |
| 10585 | else | 10602 | else |
| 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 |
| 10675 | do : | 10692 | do : |
| 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" |
| 10677 | if test "x$ac_cv_func_g_type_init" = x""yes; then : | 10694 | if 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= | |||
| 10690 | if test "${with_selinux}" = "yes"; then | 10707 | if 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; } |
| 10693 | if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : | 10710 | if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : |
| 10694 | $as_echo_n "(cached) " >&6 | 10711 | $as_echo_n "(cached) " >&6 |
| 10695 | else | 10712 | else |
| 10696 | ac_check_lib_save_LIBS=$LIBS | 10713 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10724,7 +10741,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10724 | fi | 10741 | fi |
| 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; } |
| 10727 | if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : | 10744 | if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : |
| 10728 | HAVE_LIBSELINUX=yes | 10745 | HAVE_LIBSELINUX=yes |
| 10729 | else | 10746 | else |
| 10730 | HAVE_LIBSELINUX=no | 10747 | HAVE_LIBSELINUX=no |
| @@ -10748,7 +10765,7 @@ if test "${with_gnutls}" = "yes" ; then | |||
| 10748 | set dummy pkg-config; ac_word=$2 | 10765 | set 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; } |
| 10751 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10768 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10752 | $as_echo_n "(cached) " >&6 | 10769 | $as_echo_n "(cached) " >&6 |
| 10753 | else | 10770 | else |
| 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 |
| 10855 | else | 10872 | else |
| 10856 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 10873 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -10869,7 +10886,7 @@ _ACEOF | |||
| 10869 | if ac_fn_c_try_link "$LINENO"; then : | 10886 | if 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; } |
| 10872 | if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then : | 10889 | if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then : |
| 10873 | $as_echo_n "(cached) " >&6 | 10890 | $as_echo_n "(cached) " >&6 |
| 10874 | else | 10891 | else |
| 10875 | ac_check_lib_save_LIBS=$LIBS | 10892 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10903,7 +10920,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10903 | fi | 10920 | fi |
| 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; } |
| 10906 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then : | 10923 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then : |
| 10907 | emacs_cv_xaw3d=yes | 10924 | emacs_cv_xaw3d=yes |
| 10908 | else | 10925 | else |
| 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 |
| 10938 | else | 10955 | else |
| 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= | |||
| 10979 | if test "${USE_X_TOOLKIT}" != "none"; then | 10996 | if 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 |
| 10984 | else | 11001 | else |
| 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; } |
| 11033 | if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : | 11050 | if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : |
| 11034 | $as_echo_n "(cached) " >&6 | 11051 | $as_echo_n "(cached) " >&6 |
| 11035 | else | 11052 | else |
| 11036 | ac_check_lib_save_LIBS=$LIBS | 11053 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11064,7 +11081,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11064 | fi | 11081 | fi |
| 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; } |
| 11067 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : | 11084 | if 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; } |
| 11094 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : | 11111 | if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : |
| 11095 | $as_echo_n "(cached) " >&6 | 11112 | $as_echo_n "(cached) " >&6 |
| 11096 | else | 11113 | else |
| 11097 | ac_check_lib_save_LIBS=$LIBS | 11114 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11125,7 +11142,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11125 | fi | 11142 | fi |
| 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; } |
| 11128 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : | 11145 | if 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= | |||
| 11141 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 11158 | if 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; } |
| 11144 | if test "${emacs_cv_motif_version_2_1+set}" = set; then : | 11161 | if ${emacs_cv_motif_version_2_1+:} false; then : |
| 11145 | $as_echo_n "(cached) " >&6 | 11162 | $as_echo_n "(cached) " >&6 |
| 11146 | else | 11163 | else |
| 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; } |
| 11174 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : | 11191 | if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : |
| 11175 | $as_echo_n "(cached) " >&6 | 11192 | $as_echo_n "(cached) " >&6 |
| 11176 | else | 11193 | else |
| 11177 | ac_check_lib_save_LIBS=$LIBS | 11194 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11205,14 +11222,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11205 | fi | 11222 | fi |
| 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; } |
| 11208 | if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : | 11225 | if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : |
| 11209 | LIBXP=-lXp | 11226 | LIBXP=-lXp |
| 11210 | fi | 11227 | fi |
| 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; } |
| 11215 | if test "${emacs_cv_lesstif+set}" = set; then : | 11232 | if ${emacs_cv_lesstif+:} false; then : |
| 11216 | $as_echo_n "(cached) " >&6 | 11233 | $as_echo_n "(cached) " >&6 |
| 11217 | else | 11234 | else |
| 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 | |||
| 11371 | set dummy pkg-config; ac_word=$2 | 11388 | set 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; } |
| 11374 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11391 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11375 | $as_echo_n "(cached) " >&6 | 11392 | $as_echo_n "(cached) " >&6 |
| 11376 | else | 11393 | else |
| 11377 | case $PKG_CONFIG in | 11394 | case $PKG_CONFIG in |
| @@ -11473,7 +11490,7 @@ $as_echo "no" >&6; } | |||
| 11473 | set dummy pkg-config; ac_word=$2 | 11490 | set 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; } |
| 11476 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11493 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11477 | $as_echo_n "(cached) " >&6 | 11494 | $as_echo_n "(cached) " >&6 |
| 11478 | else | 11495 | else |
| 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; } |
| 11568 | if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : | 11585 | if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : |
| 11569 | $as_echo_n "(cached) " >&6 | 11586 | $as_echo_n "(cached) " >&6 |
| 11570 | else | 11587 | else |
| 11571 | ac_check_lib_save_LIBS=$LIBS | 11588 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11599,7 +11616,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11599 | fi | 11616 | fi |
| 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; } |
| 11602 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : | 11619 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : |
| 11603 | HAVE_XRENDER=yes | 11620 | HAVE_XRENDER=yes |
| 11604 | fi | 11621 | fi |
| 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" |
| 11615 | if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : | 11632 | if 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; } |
| 11618 | if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : | 11635 | if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : |
| 11619 | $as_echo_n "(cached) " >&6 | 11636 | $as_echo_n "(cached) " >&6 |
| 11620 | else | 11637 | else |
| 11621 | ac_check_lib_save_LIBS=$LIBS | 11638 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11649,7 +11666,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11649 | fi | 11666 | fi |
| 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; } |
| 11652 | if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : | 11669 | if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : |
| 11653 | HAVE_XFT=yes | 11670 | HAVE_XFT=yes |
| 11654 | fi | 11671 | fi |
| 11655 | 11672 | ||
| @@ -11684,7 +11701,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h | |||
| 11684 | set dummy pkg-config; ac_word=$2 | 11701 | set 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; } |
| 11687 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11704 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11688 | $as_echo_n "(cached) " >&6 | 11705 | $as_echo_n "(cached) " >&6 |
| 11689 | else | 11706 | else |
| 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 | |||
| 11788 | set dummy pkg-config; ac_word=$2 | 11805 | set 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; } |
| 11791 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11808 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11792 | $as_echo_n "(cached) " >&6 | 11809 | $as_echo_n "(cached) " >&6 |
| 11793 | else | 11810 | else |
| 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; } |
| 11884 | if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : | 11901 | if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : |
| 11885 | $as_echo_n "(cached) " >&6 | 11902 | $as_echo_n "(cached) " >&6 |
| 11886 | else | 11903 | else |
| 11887 | ac_check_lib_save_LIBS=$LIBS | 11904 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11915,7 +11932,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11915 | fi | 11932 | fi |
| 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; } |
| 11918 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : | 11935 | if 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 |
| 11920 | else | 11937 | else |
| 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 | |||
| 11940 | set dummy pkg-config; ac_word=$2 | 11957 | set 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; } |
| 11943 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11960 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11944 | $as_echo_n "(cached) " >&6 | 11961 | $as_echo_n "(cached) " >&6 |
| 11945 | else | 11962 | else |
| 11946 | case $PKG_CONFIG in | 11963 | case $PKG_CONFIG in |
| @@ -12058,10 +12075,10 @@ LIBXPM= | |||
| 12058 | if test "${HAVE_X11}" = "yes"; then | 12075 | if 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" |
| 12061 | if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : | 12078 | if 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; } |
| 12064 | if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : | 12081 | if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : |
| 12065 | $as_echo_n "(cached) " >&6 | 12082 | $as_echo_n "(cached) " >&6 |
| 12066 | else | 12083 | else |
| 12067 | ac_check_lib_save_LIBS=$LIBS | 12084 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12095,7 +12112,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12095 | fi | 12112 | fi |
| 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; } |
| 12098 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : | 12115 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : |
| 12099 | HAVE_XPM=yes | 12116 | HAVE_XPM=yes |
| 12100 | fi | 12117 | fi |
| 12101 | 12118 | ||
| @@ -12147,10 +12164,10 @@ LIBJPEG= | |||
| 12147 | if test "${HAVE_X11}" = "yes"; then | 12164 | if 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" |
| 12150 | if test "x$ac_cv_header_jerror_h" = x""yes; then : | 12167 | if 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; } |
| 12153 | if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : | 12170 | if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : |
| 12154 | $as_echo_n "(cached) " >&6 | 12171 | $as_echo_n "(cached) " >&6 |
| 12155 | else | 12172 | else |
| 12156 | ac_check_lib_save_LIBS=$LIBS | 12173 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12184,7 +12201,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12184 | fi | 12201 | fi |
| 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; } |
| 12187 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : | 12204 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : |
| 12188 | HAVE_JPEG=yes | 12205 | HAVE_JPEG=yes |
| 12189 | fi | 12206 | fi |
| 12190 | 12207 | ||
| @@ -12231,8 +12248,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 12231 | do : | 12248 | do : |
| 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` |
| 12233 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 12250 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 12234 | eval as_val=\$$as_ac_Header | 12251 | if 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; } |
| 12247 | if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : | 12263 | if ${ac_cv_lib_png_png_get_channels+:} false; then : |
| 12248 | $as_echo_n "(cached) " >&6 | 12264 | $as_echo_n "(cached) " >&6 |
| 12249 | else | 12265 | else |
| 12250 | ac_check_lib_save_LIBS=$LIBS | 12266 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12278,7 +12294,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12278 | fi | 12294 | fi |
| 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; } |
| 12281 | if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : | 12297 | if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : |
| 12282 | HAVE_PNG=yes | 12298 | HAVE_PNG=yes |
| 12283 | fi | 12299 | fi |
| 12284 | 12300 | ||
| @@ -12300,13 +12316,13 @@ LIBTIFF= | |||
| 12300 | if test "${HAVE_X11}" = "yes"; then | 12316 | if 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" |
| 12303 | if test "x$ac_cv_header_tiffio_h" = x""yes; then : | 12319 | if 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; } |
| 12309 | if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : | 12325 | if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : |
| 12310 | $as_echo_n "(cached) " >&6 | 12326 | $as_echo_n "(cached) " >&6 |
| 12311 | else | 12327 | else |
| 12312 | ac_check_lib_save_LIBS=$LIBS | 12328 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12340,7 +12356,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12340 | fi | 12356 | fi |
| 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; } |
| 12343 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : | 12359 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : |
| 12344 | HAVE_TIFF=yes | 12360 | HAVE_TIFF=yes |
| 12345 | fi | 12361 | fi |
| 12346 | 12362 | ||
| @@ -12363,12 +12379,12 @@ HAVE_GIF=no | |||
| 12363 | LIBGIF= | 12379 | LIBGIF= |
| 12364 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then | 12380 | if 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" |
| 12366 | if test "x$ac_cv_header_gif_lib_h" = x""yes; then : | 12382 | if 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; } |
| 12371 | if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : | 12387 | if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : |
| 12372 | $as_echo_n "(cached) " >&6 | 12388 | $as_echo_n "(cached) " >&6 |
| 12373 | else | 12389 | else |
| 12374 | ac_check_lib_save_LIBS=$LIBS | 12390 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12402,7 +12418,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12402 | fi | 12418 | fi |
| 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; } |
| 12405 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : | 12421 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : |
| 12406 | HAVE_GIF=yes | 12422 | HAVE_GIF=yes |
| 12407 | else | 12423 | else |
| 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; } |
| 12421 | if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : | 12437 | if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : |
| 12422 | $as_echo_n "(cached) " >&6 | 12438 | $as_echo_n "(cached) " >&6 |
| 12423 | else | 12439 | else |
| 12424 | ac_check_lib_save_LIBS=$LIBS | 12440 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12452,7 +12468,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12452 | fi | 12468 | fi |
| 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; } |
| 12455 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : | 12471 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : |
| 12456 | HAVE_GIF=yes | 12472 | HAVE_GIF=yes |
| 12457 | else | 12473 | else |
| 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 |
| 12489 | Maybe some development libraries/packages are missing? | 12505 | Maybe some development libraries/packages are missing? |
| 12490 | If you don't want to link with them give | 12506 | If you don't want to link with them give |
| @@ -12499,10 +12515,10 @@ LIBGPM= | |||
| 12499 | MOUSE_SUPPORT= | 12515 | MOUSE_SUPPORT= |
| 12500 | if test "${with_gpm}" != "no"; then | 12516 | if 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" |
| 12502 | if test "x$ac_cv_header_gpm_h" = x""yes; then : | 12518 | if 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; } |
| 12505 | if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : | 12521 | if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : |
| 12506 | $as_echo_n "(cached) " >&6 | 12522 | $as_echo_n "(cached) " >&6 |
| 12507 | else | 12523 | else |
| 12508 | ac_check_lib_save_LIBS=$LIBS | 12524 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12536,7 +12552,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12536 | fi | 12552 | fi |
| 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; } |
| 12539 | if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : | 12555 | if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : |
| 12540 | HAVE_GPM=yes | 12556 | HAVE_GPM=yes |
| 12541 | fi | 12557 | fi |
| 12542 | 12558 | ||
| @@ -12556,7 +12572,7 @@ fi | |||
| 12556 | 12572 | ||
| 12557 | 12573 | ||
| 12558 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" | 12574 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" |
| 12559 | if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : | 12575 | if 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 | |||
| 12601 | LIBXSM= | 12617 | LIBXSM= |
| 12602 | if test "${HAVE_X11}" = "yes"; then | 12618 | if 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" |
| 12604 | if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : | 12620 | if 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; } |
| 12607 | if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : | 12623 | if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : |
| 12608 | $as_echo_n "(cached) " >&6 | 12624 | $as_echo_n "(cached) " >&6 |
| 12609 | else | 12625 | else |
| 12610 | ac_check_lib_save_LIBS=$LIBS | 12626 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12638,7 +12654,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12638 | fi | 12654 | fi |
| 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; } |
| 12641 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : | 12657 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : |
| 12642 | HAVE_X_SM=yes | 12658 | HAVE_X_SM=yes |
| 12643 | fi | 12659 | fi |
| 12644 | 12660 | ||
| @@ -12669,7 +12685,7 @@ if test "${with_xml2}" != "no"; then | |||
| 12669 | set dummy pkg-config; ac_word=$2 | 12685 | set 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; } |
| 12672 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 12688 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 12673 | $as_echo_n "(cached) " >&6 | 12689 | $as_echo_n "(cached) " >&6 |
| 12674 | else | 12690 | else |
| 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; } |
| 12763 | if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : | 12779 | if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : |
| 12764 | $as_echo_n "(cached) " >&6 | 12780 | $as_echo_n "(cached) " >&6 |
| 12765 | else | 12781 | else |
| 12766 | ac_check_lib_save_LIBS=$LIBS | 12782 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12794,7 +12810,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12794 | fi | 12810 | fi |
| 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; } |
| 12797 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : | 12813 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : |
| 12798 | HAVE_LIBXML2=yes | 12814 | HAVE_LIBXML2=yes |
| 12799 | else | 12815 | else |
| 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; } |
| 12819 | if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : | 12835 | if ${emacs_cv_netdb_declares_h_errno+:} false; then : |
| 12820 | $as_echo_n "(cached) " >&6 | 12836 | $as_echo_n "(cached) " >&6 |
| 12821 | else | 12837 | else |
| 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 | ||
| 12847 | fi | 12863 | fi |
| 12848 | 12864 | ||
| 12865 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | ||
| 12866 | if test "x$ac_cv_type_size_t" = xyes; then : | ||
| 12867 | |||
| 12868 | else | ||
| 12869 | |||
| 12870 | cat >>confdefs.h <<_ACEOF | ||
| 12871 | #define size_t unsigned int | ||
| 12872 | _ACEOF | ||
| 12873 | |||
| 12874 | fi | ||
| 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; } |
| 12853 | if test "${ac_cv_working_alloca_h+set}" = set; then : | 12880 | if ${ac_cv_working_alloca_h+:} false; then : |
| 12854 | $as_echo_n "(cached) " >&6 | 12881 | $as_echo_n "(cached) " >&6 |
| 12855 | else | 12882 | else |
| 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; } |
| 12886 | if test "${ac_cv_func_alloca_works+set}" = set; then : | 12913 | if ${ac_cv_func_alloca_works+:} false; then : |
| 12887 | $as_echo_n "(cached) " >&6 | 12914 | $as_echo_n "(cached) " >&6 |
| 12888 | else | 12915 | else |
| 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 */ |
| 12905 | char *alloca (); | 12932 | void *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; } |
| 12949 | if test "${ac_cv_os_cray+set}" = set; then : | 12976 | if ${ac_cv_os_cray+:} false; then : |
| 12950 | $as_echo_n "(cached) " >&6 | 12977 | $as_echo_n "(cached) " >&6 |
| 12951 | else | 12978 | else |
| 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` |
| 12975 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13002 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 12976 | eval as_val=\$$as_ac_var | 13003 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 12977 | if test "x$as_val" = x""yes; then : | ||
| 12978 | 13004 | ||
| 12979 | cat >>confdefs.h <<_ACEOF | 13005 | cat >>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; } |
| 12991 | if test "${ac_cv_c_stack_direction+set}" = set; then : | 13017 | if ${ac_cv_c_stack_direction+:} false; then : |
| 12992 | $as_echo_n "(cached) " >&6 | 13018 | $as_echo_n "(cached) " >&6 |
| 12993 | else | 13019 | else |
| 12994 | if test "$cross_compiling" = yes; then : | 13020 | if test "$cross_compiling" = yes; then : |
| @@ -13038,14 +13064,14 @@ fi | |||
| 13038 | 13064 | ||
| 13039 | 13065 | ||
| 13040 | if test x"$ac_cv_func_alloca_works" != xyes; then | 13066 | if 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 |
| 13042 | fi | 13068 | fi |
| 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; } |
| 13048 | if test "${ac_cv_lib_m_sqrt+set}" = set; then : | 13074 | if ${ac_cv_lib_m_sqrt+:} false; then : |
| 13049 | $as_echo_n "(cached) " >&6 | 13075 | $as_echo_n "(cached) " >&6 |
| 13050 | else | 13076 | else |
| 13051 | ac_check_lib_save_LIBS=$LIBS | 13077 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13079,7 +13105,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13079 | fi | 13105 | fi |
| 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; } |
| 13082 | if test "x$ac_cv_lib_m_sqrt" = x""yes; then : | 13108 | if 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; } |
| 13096 | if test "${ac_cv_lib_mail_maillock+set}" = set; then : | 13122 | if ${ac_cv_lib_mail_maillock+:} false; then : |
| 13097 | $as_echo_n "(cached) " >&6 | 13123 | $as_echo_n "(cached) " >&6 |
| 13098 | else | 13124 | else |
| 13099 | ac_check_lib_save_LIBS=$LIBS | 13125 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13127,7 +13153,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13127 | fi | 13153 | fi |
| 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; } |
| 13130 | if test "x$ac_cv_lib_mail_maillock" = x""yes; then : | 13156 | if test "x$ac_cv_lib_mail_maillock" = xyes; then : |
| 13131 | have_mail=yes | 13157 | have_mail=yes |
| 13132 | else | 13158 | else |
| 13133 | have_mail=no | 13159 | have_mail=no |
| @@ -13144,7 +13170,7 @@ else | |||
| 13144 | fi | 13170 | fi |
| 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; } |
| 13147 | if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : | 13173 | if ${ac_cv_lib_lockfile_maillock+:} false; then : |
| 13148 | $as_echo_n "(cached) " >&6 | 13174 | $as_echo_n "(cached) " >&6 |
| 13149 | else | 13175 | else |
| 13150 | ac_check_lib_save_LIBS=$LIBS | 13176 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13178,7 +13204,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13178 | fi | 13204 | fi |
| 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; } |
| 13181 | if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : | 13207 | if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : |
| 13182 | have_lockfile=yes | 13208 | have_lockfile=yes |
| 13183 | else | 13209 | else |
| 13184 | have_lockfile=no | 13210 | have_lockfile=no |
| @@ -13198,7 +13224,7 @@ else | |||
| 13198 | set dummy liblockfile.so; ac_word=$2 | 13224 | set 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; } |
| 13201 | if test "${ac_cv_prog_liblockfile+set}" = set; then : | 13227 | if ${ac_cv_prog_liblockfile+:} false; then : |
| 13202 | $as_echo_n "(cached) " >&6 | 13228 | $as_echo_n "(cached) " >&6 |
| 13203 | else | 13229 | else |
| 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. |
| 13238 | This probably means that movemail could lose mail. | 13264 | This probably means that movemail could lose mail. |
| 13239 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 | 13265 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 |
| 13240 | fi | 13266 | fi |
| @@ -13242,7 +13268,7 @@ fi | |||
| 13242 | for ac_func in touchlock | 13268 | for ac_func in touchlock |
| 13243 | do : | 13269 | do : |
| 13244 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" | 13270 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" |
| 13245 | if test "x$ac_cv_func_touchlock" = x""yes; then : | 13271 | if 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 | |||
| 13253 | for ac_header in maillock.h | 13279 | for ac_header in maillock.h |
| 13254 | do : | 13280 | do : |
| 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" |
| 13256 | if test "x$ac_cv_header_maillock_h" = x""yes; then : | 13282 | if 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 | |||
| 13323 | do : | 13349 | do : |
| 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` |
| 13325 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13351 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13326 | eval as_val=\$$as_ac_var | 13352 | if 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; } |
| 13338 | if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : | 13363 | if ${emacs_cv_func___builtin_unwind_init+:} false; then : |
| 13339 | $as_echo_n "(cached) " >&6 | 13364 | $as_echo_n "(cached) " >&6 |
| 13340 | else | 13365 | else |
| 13341 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13366 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13368,7 +13393,7 @@ fi | |||
| 13368 | for ac_header in sys/un.h | 13393 | for ac_header in sys/un.h |
| 13369 | do : | 13394 | do : |
| 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" |
| 13371 | if test "x$ac_cv_header_sys_un_h" = x""yes; then : | 13396 | if 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; } |
| 13383 | if test "${ac_cv_sys_largefile_source+set}" = set; then : | 13408 | if ${ac_cv_sys_largefile_source+:} false; then : |
| 13384 | $as_echo_n "(cached) " >&6 | 13409 | $as_echo_n "(cached) " >&6 |
| 13385 | else | 13410 | else |
| 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; } |
| 13452 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : | 13477 | if ${ac_cv_func_getpgrp_void+:} false; then : |
| 13453 | $as_echo_n "(cached) " >&6 | 13478 | $as_echo_n "(cached) " >&6 |
| 13454 | else | 13479 | else |
| 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; } |
| 13501 | if test "${ac_cv_c_bigendian+set}" = set; then : | 13526 | if ${ac_cv_c_bigendian+:} false; then : |
| 13502 | $as_echo_n "(cached) " >&6 | 13527 | $as_echo_n "(cached) " >&6 |
| 13503 | else | 13528 | else |
| 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; } |
| 13726 | if test "${ac_cv_c_inline+set}" = set; then : | 13751 | if ${ac_cv_c_inline+:} false; then : |
| 13727 | $as_echo_n "(cached) " >&6 | 13752 | $as_echo_n "(cached) " >&6 |
| 13728 | else | 13753 | else |
| 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; } |
| 13769 | if test "${gl_cv_func_c99_strtold+set}" = set; then : | 13794 | if ${gl_cv_func_c99_strtold+:} false; then : |
| 13770 | $as_echo_n "(cached) " >&6 | 13795 | $as_echo_n "(cached) " >&6 |
| 13771 | else | 13796 | else |
| 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; } |
| 13812 | if test "${ac_cv_struct_st_dm_mode+set}" = set; then : | 13837 | if ${ac_cv_struct_st_dm_mode+:} false; then : |
| 13813 | $as_echo_n "(cached) " >&6 | 13838 | $as_echo_n "(cached) " >&6 |
| 13814 | else | 13839 | else |
| 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 | ||
| 13845 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" | 13870 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" |
| 13846 | if test "x$ac_cv_have_decl_strmode" = x""yes; then : | 13871 | if test "x$ac_cv_have_decl_strmode" = xyes; then : |
| 13847 | ac_have_decl=1 | 13872 | ac_have_decl=1 |
| 13848 | else | 13873 | else |
| 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; } |
| 14035 | if test "${gl_cv_have_include_next+set}" = set; then : | 14060 | if ${gl_cv_have_include_next+:} false; then : |
| 14036 | $as_echo_n "(cached) " >&6 | 14061 | $as_echo_n "(cached) " >&6 |
| 14037 | else | 14062 | else |
| 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; } |
| 14115 | if test "${gl_cv_pragma_columns+set}" = set; then : | 14140 | if ${gl_cv_pragma_columns+:} false; then : |
| 14116 | $as_echo_n "(cached) " >&6 | 14141 | $as_echo_n "(cached) " >&6 |
| 14117 | else | 14142 | else |
| 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; } |
| 14165 | if test "${gl_cv_next_getopt_h+set}" = set; then : | 14190 | if ${gl_cv_next_getopt_h+:} false; then : |
| 14166 | $as_echo_n "(cached) " >&6 | 14191 | $as_echo_n "(cached) " >&6 |
| 14167 | else | 14192 | else |
| 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 |
| 14222 | do : | 14247 | do : |
| 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" |
| 14224 | if test "x$ac_cv_header_getopt_h" = x""yes; then : | 14249 | if 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 |
| 14239 | do : | 14264 | do : |
| 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" |
| 14241 | if test "x$ac_cv_func_getopt_long_only" = x""yes; then : | 14266 | if 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; } |
| 14256 | if test "${gl_cv_func_getopt_posix+set}" = set; then : | 14281 | if ${gl_cv_func_getopt_posix+:} false; then : |
| 14257 | $as_echo_n "(cached) " >&6 | 14282 | $as_echo_n "(cached) " >&6 |
| 14258 | else | 14283 | else |
| 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; } |
| 14414 | if test "${gl_cv_func_getopt_gnu+set}" = set; then : | 14439 | if ${gl_cv_func_getopt_gnu+:} false; then : |
| 14415 | $as_echo_n "(cached) " >&6 | 14440 | $as_echo_n "(cached) " >&6 |
| 14416 | else | 14441 | else |
| 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 | ||
| 14525 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" | 14550 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
| 14526 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : | 14551 | if test "x$ac_cv_have_decl_getenv" = xyes; then : |
| 14527 | ac_have_decl=1 | 14552 | ac_have_decl=1 |
| 14528 | else | 14553 | else |
| 14529 | ac_have_decl=0 | 14554 | ac_have_decl=0 |
| @@ -14618,8 +14643,7 @@ fi | |||
| 14618 | do : | 14643 | do : |
| 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` |
| 14620 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 14645 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 14621 | eval as_val=\$$as_ac_var | 14646 | if 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; } |
| 14635 | if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : | 14659 | if ${ac_cv_func_lstat_dereferences_slashed_symlink+:} false; then : |
| 14636 | $as_echo_n "(cached) " >&6 | 14660 | $as_echo_n "(cached) " >&6 |
| 14637 | else | 14661 | else |
| 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; } |
| 14765 | if test "${ac_cv_header_stdbool_h+set}" = set; then : | 14789 | if ${ac_cv_header_stdbool_h+:} false; then : |
| 14766 | $as_echo_n "(cached) " >&6 | 14790 | $as_echo_n "(cached) " >&6 |
| 14767 | else | 14791 | else |
| 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" |
| 14840 | if test "x$ac_cv_type__Bool" = x""yes; then : | 14864 | if test "x$ac_cv_type__Bool" = xyes; then : |
| 14841 | 14865 | ||
| 14842 | cat >>confdefs.h <<_ACEOF | 14866 | cat >>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; } |
| 14858 | if test "${gt_cv_c_wchar_t+set}" = set; then : | 14882 | if ${gt_cv_c_wchar_t+:} false; then : |
| 14859 | $as_echo_n "(cached) " >&6 | 14883 | $as_echo_n "(cached) " >&6 |
| 14860 | else | 14884 | else |
| 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; } |
| 14891 | if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then : | 14915 | if ${ac_cv_type_unsigned_long_long_int+:} false; then : |
| 14892 | $as_echo_n "(cached) " >&6 | 14916 | $as_echo_n "(cached) " >&6 |
| 14893 | else | 14917 | else |
| 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; } |
| 14949 | if test "${ac_cv_type_long_long_int+set}" = set; then : | 14973 | if ${ac_cv_type_long_long_int+:} false; then : |
| 14950 | $as_echo_n "(cached) " >&6 | 14974 | $as_echo_n "(cached) " >&6 |
| 14951 | else | 14975 | else |
| 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 | " |
| 15012 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : | 15036 | if 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; } |
| 15025 | if test "${ac_cv_header_stat_broken+set}" = set; then : | 15049 | if ${ac_cv_header_stat_broken+:} false; then : |
| 15026 | $as_echo_n "(cached) " >&6 | 15050 | $as_echo_n "(cached) " >&6 |
| 15027 | else | 15051 | else |
| 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; } |
| 15069 | if test "${ac_cv_c_restrict+set}" = set; then : | 15093 | if ${ac_cv_c_restrict+:} false; then : |
| 15070 | $as_echo_n "(cached) " >&6 | 15094 | $as_echo_n "(cached) " >&6 |
| 15071 | else | 15095 | else |
| 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; } |
| 15119 | if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : | 15143 | if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : |
| 15120 | $as_echo_n "(cached) " >&6 | 15144 | $as_echo_n "(cached) " >&6 |
| 15121 | else | 15145 | else |
| 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; } |
| 15152 | if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : | 15176 | if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : |
| 15153 | $as_echo_n "(cached) " >&6 | 15177 | $as_echo_n "(cached) " >&6 |
| 15154 | else | 15178 | else |
| 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; } |
| 15181 | if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : | 15205 | if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : |
| 15182 | $as_echo_n "(cached) " >&6 | 15206 | $as_echo_n "(cached) " >&6 |
| 15183 | else | 15207 | else |
| 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; } |
| 15230 | if test "${gl_cv_next_time_h+set}" = set; then : | 15254 | if ${gl_cv_next_time_h+:} false; then : |
| 15231 | $as_echo_n "(cached) " >&6 | 15255 | $as_echo_n "(cached) " >&6 |
| 15232 | else | 15256 | else |
| 15233 | 15257 | ||
| @@ -15270,7 +15294,7 @@ $as_echo "$gl_cv_next_time_h" >&6; } | |||
| 15270 | 15294 | ||
| 15271 | 15295 | ||
| 15272 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" | 15296 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" |
| 15273 | if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : | 15297 | if test "x$ac_cv_have_decl_localtime_r" = xyes; then : |
| 15274 | ac_have_decl=1 | 15298 | ac_have_decl=1 |
| 15275 | else | 15299 | else |
| 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. |
| 15353 | test -f "$srcdir/$gl_source_base/getloadavg.c" || | 15377 | test -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 | ||
| 15356 | gl_save_LIBS=$LIBS | 15380 | gl_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. |
| 15360 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 15384 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 15361 | if test "x$ac_cv_func_getloadavg" = x""yes; then : | 15385 | if test "x$ac_cv_func_getloadavg" = xyes; then : |
| 15362 | 15386 | ||
| 15363 | else | 15387 | else |
| 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; } |
| 15374 | if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : | 15398 | if ${ac_cv_lib_elf_elf_begin+:} false; then : |
| 15375 | $as_echo_n "(cached) " >&6 | 15399 | $as_echo_n "(cached) " >&6 |
| 15376 | else | 15400 | else |
| 15377 | ac_check_lib_save_LIBS=$LIBS | 15401 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15405,13 +15429,13 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15405 | fi | 15429 | fi |
| 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; } |
| 15408 | if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : | 15432 | if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : |
| 15409 | LIBS="-lelf $LIBS" | 15433 | LIBS="-lelf $LIBS" |
| 15410 | fi | 15434 | fi |
| 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; } |
| 15414 | if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : | 15438 | if ${ac_cv_lib_kvm_kvm_open+:} false; then : |
| 15415 | $as_echo_n "(cached) " >&6 | 15439 | $as_echo_n "(cached) " >&6 |
| 15416 | else | 15440 | else |
| 15417 | ac_check_lib_save_LIBS=$LIBS | 15441 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15445,14 +15469,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15445 | fi | 15469 | fi |
| 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; } |
| 15448 | if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : | 15472 | if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : |
| 15449 | LIBS="-lkvm $LIBS" | 15473 | LIBS="-lkvm $LIBS" |
| 15450 | fi | 15474 | fi |
| 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; } |
| 15455 | if test "${ac_cv_lib_util_getloadavg+set}" = set; then : | 15479 | if ${ac_cv_lib_util_getloadavg+:} false; then : |
| 15456 | $as_echo_n "(cached) " >&6 | 15480 | $as_echo_n "(cached) " >&6 |
| 15457 | else | 15481 | else |
| 15458 | ac_check_lib_save_LIBS=$LIBS | 15482 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15486,7 +15510,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15486 | fi | 15510 | fi |
| 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; } |
| 15489 | if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : | 15513 | if 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 |
| 15491 | fi | 15515 | fi |
| 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; } |
| 15502 | if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : | 15526 | if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : |
| 15503 | $as_echo_n "(cached) " >&6 | 15527 | $as_echo_n "(cached) " >&6 |
| 15504 | else | 15528 | else |
| 15505 | ac_check_lib_save_LIBS=$LIBS | 15529 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15533,7 +15557,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15533 | fi | 15557 | fi |
| 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; } |
| 15536 | if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : | 15560 | if 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 |
| 15538 | else | 15562 | else |
| 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; } |
| 15562 | if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : | 15586 | if ${ac_cv_lib_kstat_kstat_open+:} false; then : |
| 15563 | $as_echo_n "(cached) " >&6 | 15587 | $as_echo_n "(cached) " >&6 |
| 15564 | else | 15588 | else |
| 15565 | ac_check_lib_save_LIBS=$LIBS | 15589 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15593,7 +15617,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15593 | fi | 15617 | fi |
| 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; } |
| 15596 | if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : | 15620 | if 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 |
| 15610 | do : | 15634 | do : |
| 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" |
| 15612 | if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : | 15636 | if 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 | |||
| 15623 | if test $gl_have_func = no; then | 15647 | if 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; } |
| 15626 | if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then : | 15650 | if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then : |
| 15627 | $as_echo_n "(cached) " >&6 | 15651 | $as_echo_n "(cached) " >&6 |
| 15628 | else | 15652 | else |
| 15629 | ac_check_lib_save_LIBS=$LIBS | 15653 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15657,7 +15681,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15657 | fi | 15681 | fi |
| 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; } |
| 15660 | if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then : | 15684 | if 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 | ||
| 15672 | if test $gl_have_func = no; then | 15696 | if 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" |
| 15674 | if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : | 15698 | if 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; } |
| 15681 | if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : | 15705 | if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : |
| 15682 | $as_echo_n "(cached) " >&6 | 15706 | $as_echo_n "(cached) " >&6 |
| 15683 | else | 15707 | else |
| 15684 | ac_check_lib_save_LIBS=$LIBS | 15708 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15712,7 +15736,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15712 | fi | 15736 | fi |
| 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; } |
| 15715 | if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : | 15739 | if 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 | ||
| 15740 | if test $gl_have_func = no; then | 15764 | if 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" |
| 15742 | if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : | 15766 | if 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 | ||
| 15755 | if test $gl_have_func = no; then | 15779 | if 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" |
| 15757 | if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : | 15781 | if 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 | ||
| 15760 | fi | 15784 | fi |
| @@ -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 |
| 15767 | do : | 15791 | do : |
| 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" |
| 15769 | if test "x$ac_cv_header_mach_mach_h" = x""yes; then : | 15793 | if 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 | |||
| 15780 | for ac_header in nlist.h | 15804 | for ac_header in nlist.h |
| 15781 | do : | 15805 | do : |
| 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" |
| 15783 | if test "x$ac_cv_header_nlist_h" = x""yes; then : | 15807 | if 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 | " |
| 15789 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : | 15813 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : |
| 15790 | 15814 | ||
| 15791 | cat >>confdefs.h <<_ACEOF | 15815 | cat >>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 | |||
| 15840 | for ac_header in sys/loadavg.h | 15864 | for ac_header in sys/loadavg.h |
| 15841 | do : | 15865 | do : |
| 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" |
| 15843 | if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then : | 15867 | if 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 | " |
| 15862 | if test "x$ac_cv_have_decl_getloadavg" = x""yes; then : | 15886 | if test "x$ac_cv_have_decl_getloadavg" = xyes; then : |
| 15863 | 15887 | ||
| 15864 | else | 15888 | else |
| 15865 | HAVE_DECL_GETLOADAVG=0 | 15889 | HAVE_DECL_GETLOADAVG=0 |
| @@ -15968,7 +15992,7 @@ if test $APPLE_UNIVERSAL_BUILD = 1; then | |||
| 15968 | fi | 15992 | fi |
| 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; } |
| 15971 | if test "${ac_cv_func_working_mktime+set}" = set; then : | 15995 | if ${ac_cv_func_working_mktime+:} false; then : |
| 15972 | $as_echo_n "(cached) " >&6 | 15996 | $as_echo_n "(cached) " >&6 |
| 15973 | else | 15997 | else |
| 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; } |
| 16236 | if test "${gl_cv_decl_readlink_works+set}" = set; then : | 16260 | if ${gl_cv_decl_readlink_works+:} false; then : |
| 16237 | $as_echo_n "(cached) " >&6 | 16261 | $as_echo_n "(cached) " >&6 |
| 16238 | else | 16262 | else |
| 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; } |
| 16263 | if test "${gl_cv_func_readlink_works+set}" = set; then : | 16287 | if ${gl_cv_func_readlink_works+:} false; then : |
| 16264 | $as_echo_n "(cached) " >&6 | 16288 | $as_echo_n "(cached) " >&6 |
| 16265 | else | 16289 | else |
| 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; } |
| 16341 | if test "${gl_cv_func_stat_dir_slash+set}" = set; then : | 16365 | if ${gl_cv_func_stat_dir_slash+:} false; then : |
| 16342 | $as_echo_n "(cached) " >&6 | 16366 | $as_echo_n "(cached) " >&6 |
| 16343 | else | 16367 | else |
| 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; } |
| 16376 | if test "${gl_cv_func_stat_file_slash+set}" = set; then : | 16400 | if ${gl_cv_func_stat_file_slash+:} false; then : |
| 16377 | $as_echo_n "(cached) " >&6 | 16401 | $as_echo_n "(cached) " >&6 |
| 16378 | else | 16402 | else |
| 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; } |
| 16484 | if test "${gl_cv_decl_null_works+set}" = set; then : | 16508 | if ${gl_cv_decl_null_works+:} false; then : |
| 16485 | $as_echo_n "(cached) " >&6 | 16509 | $as_echo_n "(cached) " >&6 |
| 16486 | else | 16510 | else |
| 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; } |
| 16527 | if test "${gl_cv_next_stddef_h+set}" = set; then : | 16551 | if ${gl_cv_next_stddef_h+:} false; then : |
| 16528 | $as_echo_n "(cached) " >&6 | 16552 | $as_echo_n "(cached) " >&6 |
| 16529 | else | 16553 | else |
| 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; } |
| 16623 | if test "${gl_cv_next_stdint_h+set}" = set; then : | 16647 | if ${gl_cv_next_stdint_h+:} false; then : |
| 16624 | $as_echo_n "(cached) " >&6 | 16648 | $as_echo_n "(cached) " >&6 |
| 16625 | else | 16649 | else |
| 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; } |
| 16679 | if test "${gl_cv_header_working_stdint_h+set}" = set; then : | 16703 | if ${gl_cv_header_working_stdint_h+:} false; then : |
| 16680 | $as_echo_n "(cached) " >&6 | 16704 | $as_echo_n "(cached) " >&6 |
| 16681 | else | 16705 | else |
| 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; } | |||
| 16949 | do : | 16973 | do : |
| 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` |
| 16951 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 16975 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 16952 | eval as_val=\$$as_ac_Header | 16976 | if 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; } |
| 16983 | if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : | 17006 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : |
| 16984 | $as_echo_n "(cached) " >&6 | 17007 | $as_echo_n "(cached) " >&6 |
| 16985 | else | 17008 | else |
| 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; } |
| 17028 | if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : | 17051 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : |
| 17029 | $as_echo_n "(cached) " >&6 | 17052 | $as_echo_n "(cached) " >&6 |
| 17030 | else | 17053 | else |
| 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; } |
| 17072 | if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then : | 17095 | if eval \${gl_cv_type_${gltype}_signed+:} false; then : |
| 17073 | $as_echo_n "(cached) " >&6 | 17096 | $as_echo_n "(cached) " >&6 |
| 17074 | else | 17097 | else |
| 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; } |
| 17131 | if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : | 17154 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : |
| 17132 | $as_echo_n "(cached) " >&6 | 17155 | $as_echo_n "(cached) " >&6 |
| 17133 | else | 17156 | else |
| 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; } |
| 17203 | if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : | 17226 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : |
| 17204 | $as_echo_n "(cached) " >&6 | 17227 | $as_echo_n "(cached) " >&6 |
| 17205 | else | 17228 | else |
| 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; } |
| 17290 | if test "${gl_cv_next_stdlib_h+set}" = set; then : | 17313 | if ${gl_cv_next_stdlib_h+:} false; then : |
| 17291 | $as_echo_n "(cached) " >&6 | 17314 | $as_echo_n "(cached) " >&6 |
| 17292 | else | 17315 | else |
| 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; } |
| 17378 | if test "${gl_cv_func_symlink_works+set}" = set; then : | 17401 | if ${gl_cv_func_symlink_works+:} false; then : |
| 17379 | $as_echo_n "(cached) " >&6 | 17402 | $as_echo_n "(cached) " >&6 |
| 17380 | else | 17403 | else |
| 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; } |
| 17461 | if test "${gl_cv_next_sys_stat_h+set}" = set; then : | 17484 | if ${gl_cv_next_sys_stat_h+:} false; then : |
| 17462 | $as_echo_n "(cached) " >&6 | 17485 | $as_echo_n "(cached) " >&6 |
| 17463 | else | 17486 | else |
| 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 | " |
| 17511 | if test "x$ac_cv_type_nlink_t" = x""yes; then : | 17534 | if test "x$ac_cv_type_nlink_t" = xyes; then : |
| 17512 | 17535 | ||
| 17513 | else | 17536 | else |
| 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; } |
| 17544 | if test "${gl_cv_time_r_posix+set}" = set; then : | 17567 | if ${gl_cv_time_r_posix+:} false; then : |
| 17545 | $as_echo_n "(cached) " >&6 | 17568 | $as_echo_n "(cached) " >&6 |
| 17546 | else | 17569 | else |
| 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; } |
| 17626 | if test "${gl_cv_next_unistd_h+set}" = set; then : | 17649 | if ${gl_cv_next_unistd_h+:} false; then : |
| 17627 | $as_echo_n "(cached) " >&6 | 17650 | $as_echo_n "(cached) " >&6 |
| 17628 | else | 17651 | else |
| 17629 | 17652 | ||
| @@ -17723,7 +17746,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; } | |||
| 17723 | for ac_func in grantpt | 17746 | for ac_func in grantpt |
| 17724 | do : | 17747 | do : |
| 17725 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" | 17748 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" |
| 17726 | if test "x$ac_cv_func_grantpt" = x""yes; then : | 17749 | if 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 | |||
| 17736 | for ac_func in getpt | 17759 | for ac_func in getpt |
| 17737 | do : | 17760 | do : |
| 17738 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" | 17761 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" |
| 17739 | if test "x$ac_cv_func_getpt" = x""yes; then : | 17762 | if 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 | |||
| 17753 | have_tputs_et_al=true | 17776 | have_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; } |
| 17756 | if test "${ac_cv_search_tputs+set}" = set; then : | 17779 | if ${ac_cv_search_tputs+:} false; then : |
| 17757 | $as_echo_n "(cached) " >&6 | 17780 | $as_echo_n "(cached) " >&6 |
| 17758 | else | 17781 | else |
| 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 | |||
| 17787 | fi | 17810 | fi |
| 17788 | rm -f core conftest.err conftest.$ac_objext \ | 17811 | rm -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 |
| 17792 | fi | 17815 | fi |
| 17793 | done | 17816 | done |
| 17794 | if test "${ac_cv_search_tputs+set}" = set; then : | 17817 | if ${ac_cv_search_tputs+:} false; then : |
| 17795 | 17818 | ||
| 17796 | else | 17819 | else |
| 17797 | ac_cv_search_tputs=no | 17820 | ac_cv_search_tputs=no |
| @@ -17810,7 +17833,7 @@ else | |||
| 17810 | fi | 17833 | fi |
| 17811 | 17834 | ||
| 17812 | if test "$have_tputs_et_al" != true; then | 17835 | if 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). |
| 17814 | Maybe some development libraries/packages are missing? Try installing | 17837 | Maybe some development libraries/packages are missing? Try installing |
| 17815 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 | 17838 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 |
| 17816 | fi | 17839 | fi |
| @@ -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 |
| 17855 | else | 17878 | else |
| 17856 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 17879 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -17992,16 +18015,16 @@ LIBHESIOD= | |||
| 17992 | if test "$with_hesiod" != no ; then | 18015 | if 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" |
| 17995 | if test "x$ac_cv_func_res_send" = x""yes; then : | 18018 | if test "x$ac_cv_func_res_send" = xyes; then : |
| 17996 | 18019 | ||
| 17997 | else | 18020 | else |
| 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" |
| 17999 | if test "x$ac_cv_func___res_send" = x""yes; then : | 18022 | if test "x$ac_cv_func___res_send" = xyes; then : |
| 18000 | 18023 | ||
| 18001 | else | 18024 | else |
| 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; } |
| 18004 | if test "${ac_cv_lib_resolv_res_send+set}" = set; then : | 18027 | if ${ac_cv_lib_resolv_res_send+:} false; then : |
| 18005 | $as_echo_n "(cached) " >&6 | 18028 | $as_echo_n "(cached) " >&6 |
| 18006 | else | 18029 | else |
| 18007 | ac_check_lib_save_LIBS=$LIBS | 18030 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18035,12 +18058,12 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18035 | fi | 18058 | fi |
| 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; } |
| 18038 | if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : | 18061 | if test "x$ac_cv_lib_resolv_res_send" = xyes; then : |
| 18039 | resolv=yes | 18062 | resolv=yes |
| 18040 | else | 18063 | else |
| 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; } |
| 18043 | if test "${ac_cv_lib_resolv___res_send+set}" = set; then : | 18066 | if ${ac_cv_lib_resolv___res_send+:} false; then : |
| 18044 | $as_echo_n "(cached) " >&6 | 18067 | $as_echo_n "(cached) " >&6 |
| 18045 | else | 18068 | else |
| 18046 | ac_check_lib_save_LIBS=$LIBS | 18069 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18074,7 +18097,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18074 | fi | 18097 | fi |
| 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; } |
| 18077 | if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : | 18100 | if test "x$ac_cv_lib_resolv___res_send" = xyes; then : |
| 18078 | resolv=yes | 18101 | resolv=yes |
| 18079 | fi | 18102 | fi |
| 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" |
| 18093 | if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : | 18116 | if test "x$ac_cv_func_hes_getmailhost" = xyes; then : |
| 18094 | 18117 | ||
| 18095 | else | 18118 | else |
| 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; } |
| 18098 | if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : | 18121 | if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : |
| 18099 | $as_echo_n "(cached) " >&6 | 18122 | $as_echo_n "(cached) " >&6 |
| 18100 | else | 18123 | else |
| 18101 | ac_check_lib_save_LIBS=$LIBS | 18124 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18129,7 +18152,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18129 | fi | 18152 | fi |
| 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; } |
| 18132 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : | 18155 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : |
| 18133 | hesiod=yes | 18156 | hesiod=yes |
| 18134 | else | 18157 | else |
| 18135 | : | 18158 | : |
| @@ -18168,7 +18191,7 @@ KRB4LIB= | |||
| 18168 | if test "${with_kerberos}" != no; then | 18191 | if 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; } |
| 18171 | if test "${ac_cv_lib_com_err_com_err+set}" = set; then : | 18194 | if ${ac_cv_lib_com_err_com_err+:} false; then : |
| 18172 | $as_echo_n "(cached) " >&6 | 18195 | $as_echo_n "(cached) " >&6 |
| 18173 | else | 18196 | else |
| 18174 | ac_check_lib_save_LIBS=$LIBS | 18197 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18202,7 +18225,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18202 | fi | 18225 | fi |
| 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; } |
| 18205 | if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : | 18228 | if test "x$ac_cv_lib_com_err_com_err" = xyes; then : |
| 18206 | have_com_err=yes | 18229 | have_com_err=yes |
| 18207 | else | 18230 | else |
| 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; } |
| 18220 | if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : | 18243 | if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : |
| 18221 | $as_echo_n "(cached) " >&6 | 18244 | $as_echo_n "(cached) " >&6 |
| 18222 | else | 18245 | else |
| 18223 | ac_check_lib_save_LIBS=$LIBS | 18246 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18251,7 +18274,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18251 | fi | 18274 | fi |
| 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; } |
| 18254 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : | 18277 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : |
| 18255 | have_crypto=yes | 18278 | have_crypto=yes |
| 18256 | else | 18279 | else |
| 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; } |
| 18269 | if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : | 18292 | if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : |
| 18270 | $as_echo_n "(cached) " >&6 | 18293 | $as_echo_n "(cached) " >&6 |
| 18271 | else | 18294 | else |
| 18272 | ac_check_lib_save_LIBS=$LIBS | 18295 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18300,7 +18323,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18300 | fi | 18323 | fi |
| 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; } |
| 18303 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : | 18326 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : |
| 18304 | have_k5crypto=yes | 18327 | have_k5crypto=yes |
| 18305 | else | 18328 | else |
| 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; } |
| 18318 | if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : | 18341 | if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : |
| 18319 | $as_echo_n "(cached) " >&6 | 18342 | $as_echo_n "(cached) " >&6 |
| 18320 | else | 18343 | else |
| 18321 | ac_check_lib_save_LIBS=$LIBS | 18344 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18349,7 +18372,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18349 | fi | 18372 | fi |
| 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; } |
| 18352 | if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : | 18375 | if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : |
| 18353 | have_krb5=yes | 18376 | have_krb5=yes |
| 18354 | else | 18377 | else |
| 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; } |
| 18368 | if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : | 18391 | if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : |
| 18369 | $as_echo_n "(cached) " >&6 | 18392 | $as_echo_n "(cached) " >&6 |
| 18370 | else | 18393 | else |
| 18371 | ac_check_lib_save_LIBS=$LIBS | 18394 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18399,7 +18422,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18399 | fi | 18422 | fi |
| 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; } |
| 18402 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : | 18425 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : |
| 18403 | have_des425=yes | 18426 | have_des425=yes |
| 18404 | else | 18427 | else |
| 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; } |
| 18417 | if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : | 18440 | if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : |
| 18418 | $as_echo_n "(cached) " >&6 | 18441 | $as_echo_n "(cached) " >&6 |
| 18419 | else | 18442 | else |
| 18420 | ac_check_lib_save_LIBS=$LIBS | 18443 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18448,7 +18471,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18448 | fi | 18471 | fi |
| 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; } |
| 18451 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : | 18474 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : |
| 18452 | have_des=yes | 18475 | have_des=yes |
| 18453 | else | 18476 | else |
| 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; } |
| 18467 | if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : | 18490 | if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : |
| 18468 | $as_echo_n "(cached) " >&6 | 18491 | $as_echo_n "(cached) " >&6 |
| 18469 | else | 18492 | else |
| 18470 | ac_check_lib_save_LIBS=$LIBS | 18493 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18498,7 +18521,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18498 | fi | 18521 | fi |
| 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; } |
| 18501 | if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : | 18524 | if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : |
| 18502 | have_krb4=yes | 18525 | have_krb4=yes |
| 18503 | else | 18526 | else |
| 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; } |
| 18516 | if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : | 18539 | if ${ac_cv_lib_krb_krb_get_cred+:} false; then : |
| 18517 | $as_echo_n "(cached) " >&6 | 18540 | $as_echo_n "(cached) " >&6 |
| 18518 | else | 18541 | else |
| 18519 | ac_check_lib_save_LIBS=$LIBS | 18542 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18547,7 +18570,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18547 | fi | 18570 | fi |
| 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; } |
| 18550 | if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : | 18573 | if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : |
| 18551 | have_krb=yes | 18574 | have_krb=yes |
| 18552 | else | 18575 | else |
| 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 |
| 18568 | do : | 18591 | do : |
| 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" |
| 18570 | if test "x$ac_cv_header_krb5_h" = x""yes; then : | 18593 | if 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 | " |
| 18576 | if test "x$ac_cv_member_krb5_error_text" = x""yes; then : | 18599 | if test "x$ac_cv_member_krb5_error_text" = xyes; then : |
| 18577 | 18600 | ||
| 18578 | cat >>confdefs.h <<_ACEOF | 18601 | cat >>confdefs.h <<_ACEOF |
| 18579 | #define HAVE_KRB5_ERROR_TEXT 1 | 18602 | #define HAVE_KRB5_ERROR_TEXT 1 |
| @@ -18583,7 +18606,7 @@ _ACEOF | |||
| 18583 | fi | 18606 | fi |
| 18584 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> | 18607 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> |
| 18585 | " | 18608 | " |
| 18586 | if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : | 18609 | if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : |
| 18587 | 18610 | ||
| 18588 | cat >>confdefs.h <<_ACEOF | 18611 | cat >>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 |
| 18601 | do : | 18624 | do : |
| 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" |
| 18603 | if test "x$ac_cv_header_des_h" = x""yes; then : | 18626 | if 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 |
| 18610 | do : | 18633 | do : |
| 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" |
| 18612 | if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : | 18635 | if 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 |
| 18619 | do : | 18642 | do : |
| 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" |
| 18621 | if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : | 18644 | if 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 |
| 18639 | do : | 18662 | do : |
| 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" |
| 18641 | if test "x$ac_cv_header_krb_h" = x""yes; then : | 18664 | if 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 |
| 18648 | do : | 18671 | do : |
| 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" |
| 18650 | if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : | 18673 | if 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 |
| 18657 | do : | 18680 | do : |
| 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" |
| 18659 | if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : | 18682 | if 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 |
| 18678 | do : | 18701 | do : |
| 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" |
| 18680 | if test "x$ac_cv_header_com_err_h" = x""yes; then : | 18703 | if 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; } |
| 18701 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : | 18724 | if ${ac_cv_lib_intl_dgettext+:} false; then : |
| 18702 | $as_echo_n "(cached) " >&6 | 18725 | $as_echo_n "(cached) " >&6 |
| 18703 | else | 18726 | else |
| 18704 | ac_check_lib_save_LIBS=$LIBS | 18727 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18732,7 +18755,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18732 | fi | 18755 | fi |
| 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; } |
| 18735 | if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : | 18758 | if 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; } |
| 18747 | if test "${emacs_cv_localtime_cache+set}" = set; then : | 18770 | if ${emacs_cv_localtime_cache+:} false; then : |
| 18748 | $as_echo_n "(cached) " >&6 | 18771 | $as_echo_n "(cached) " >&6 |
| 18749 | else | 18772 | else |
| 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 |
| 18804 | do : | 18827 | do : |
| 18805 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 18828 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 18806 | if test "x$ac_cv_func_gettimeofday" = x""yes; then : | 18829 | if 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; } |
| 18817 | if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : | 18840 | if ${emacs_cv_gettimeofday_two_arguments+:} false; then : |
| 18818 | $as_echo_n "(cached) " >&6 | 18841 | $as_echo_n "(cached) " >&6 |
| 18819 | else | 18842 | else |
| 18820 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 18843 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -18858,7 +18881,7 @@ fi | |||
| 18858 | 18881 | ||
| 18859 | ok_so_far=yes | 18882 | ok_so_far=yes |
| 18860 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" | 18883 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| 18861 | if test "x$ac_cv_func_socket" = x""yes; then : | 18884 | if test "x$ac_cv_func_socket" = xyes; then : |
| 18862 | 18885 | ||
| 18863 | else | 18886 | else |
| 18864 | ok_so_far=no | 18887 | ok_so_far=no |
| @@ -18866,7 +18889,7 @@ fi | |||
| 18866 | 18889 | ||
| 18867 | if test $ok_so_far = yes; then | 18890 | if 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" |
| 18869 | if test "x$ac_cv_header_netinet_in_h" = x""yes; then : | 18892 | if test "x$ac_cv_header_netinet_in_h" = xyes; then : |
| 18870 | 18893 | ||
| 18871 | else | 18894 | else |
| 18872 | ok_so_far=no | 18895 | ok_so_far=no |
| @@ -18876,7 +18899,7 @@ fi | |||
| 18876 | fi | 18899 | fi |
| 18877 | if test $ok_so_far = yes; then | 18900 | if 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" |
| 18879 | if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : | 18902 | if test "x$ac_cv_header_arpa_inet_h" = xyes; then : |
| 18880 | 18903 | ||
| 18881 | else | 18904 | else |
| 18882 | ok_so_far=no | 18905 | ok_so_far=no |
| @@ -18910,7 +18933,7 @@ $as_echo "no" >&6; } | |||
| 18910 | fi | 18933 | fi |
| 18911 | 18934 | ||
| 18912 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 18935 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 18913 | if test "x$ac_cv_type_pid_t" = x""yes; then : | 18936 | if test "x$ac_cv_type_pid_t" = xyes; then : |
| 18914 | 18937 | ||
| 18915 | else | 18938 | else |
| 18916 | 18939 | ||
| @@ -18923,7 +18946,7 @@ fi | |||
| 18923 | for ac_header in vfork.h | 18946 | for ac_header in vfork.h |
| 18924 | do : | 18947 | do : |
| 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" |
| 18926 | if test "x$ac_cv_header_vfork_h" = x""yes; then : | 18949 | if 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 | |||
| 18936 | do : | 18959 | do : |
| 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` |
| 18938 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 18961 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 18939 | eval as_val=\$$as_ac_var | 18962 | if 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 | |||
| 18948 | if test "x$ac_cv_func_fork" = xyes; then | 18970 | if 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; } |
| 18951 | if test "${ac_cv_func_fork_works+set}" = set; then : | 18973 | if ${ac_cv_func_fork_works+:} false; then : |
| 18952 | $as_echo_n "(cached) " >&6 | 18974 | $as_echo_n "(cached) " >&6 |
| 18953 | else | 18975 | else |
| 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 | |||
| 19001 | if test "x$ac_cv_func_vfork" = xyes; then | 19023 | if 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; } |
| 19004 | if test "${ac_cv_func_vfork_works+set}" = set; then : | 19026 | if ${ac_cv_func_vfork_works+:} false; then : |
| 19005 | $as_echo_n "(cached) " >&6 | 19027 | $as_echo_n "(cached) " >&6 |
| 19006 | else | 19028 | else |
| 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; } |
| 19140 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : | 19162 | if ${emacs_cv_langinfo_codeset+:} false; then : |
| 19141 | $as_echo_n "(cached) " >&6 | 19163 | $as_echo_n "(cached) " >&6 |
| 19142 | else | 19164 | else |
| 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 | |||
| 19169 | fi | 19191 | fi |
| 19170 | 19192 | ||
| 19171 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | 19193 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
| 19172 | if test "x$ac_cv_type_size_t" = x""yes; then : | 19194 | if test "x$ac_cv_type_size_t" = xyes; then : |
| 19173 | 19195 | ||
| 19174 | cat >>confdefs.h <<_ACEOF | 19196 | cat >>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; } |
| 19184 | if test "${ac_cv_type_mbstate_t+set}" = set; then : | 19206 | if ${ac_cv_type_mbstate_t+:} false; then : |
| 19185 | $as_echo_n "(cached) " >&6 | 19207 | $as_echo_n "(cached) " >&6 |
| 19186 | else | 19208 | else |
| 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; } |
| 19220 | if test "${emacs_cv_c_restrict_arr+set}" = set; then : | 19242 | if ${emacs_cv_c_restrict_arr+:} false; then : |
| 19221 | $as_echo_n "(cached) " >&6 | 19243 | $as_echo_n "(cached) " >&6 |
| 19222 | else | 19244 | else |
| 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 |
| 19261 | fi | 19283 | fi |
| 19262 | 19284 | ||
| 19263 | version=$PACKAGE_VERSION | 19285 | version=$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 |
| 19815 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 19837 | if 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 | ||
| 19834 | ac_libobjs= | 19867 | ac_libobjs= |
| 19835 | ac_ltlibobjs= | 19868 | ac_ltlibobjs= |
| 19869 | U= | ||
| 19836 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 19870 | for 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 | |||
| 19856 | fi | 19890 | fi |
| 19857 | 19891 | ||
| 19858 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 19892 | if 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. |
| 19860 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 19894 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 19861 | fi | 19895 | fi |
| 19862 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 19896 | if 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. |
| 19864 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 19898 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 19865 | fi | 19899 | fi |
| 19866 | 19900 | ||
| 19867 | if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then | 19901 | if 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. |
| 19869 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 19903 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 19870 | fi | 19904 | fi |
| 19871 | 19905 | ||
| @@ -19902,7 +19936,7 @@ fi | |||
| 19902 | 19936 | ||
| 19903 | 19937 | ||
| 19904 | 19938 | ||
| 19905 | : ${CONFIG_STATUS=./config.status} | 19939 | : "${CONFIG_STATUS=./config.status}" |
| 19906 | ac_write_fail=0 | 19940 | ac_write_fail=0 |
| 19907 | ac_clean_files_save=$ac_clean_files | 19941 | ac_clean_files_save=$ac_clean_files |
| 19908 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 19942 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| @@ -20003,6 +20037,7 @@ fi | |||
| 20003 | IFS=" "" $as_nl" | 20037 | IFS=" "" $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. |
| 20040 | as_myself= | ||
| 20006 | case $0 in #(( | 20041 | case $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. |
| 20056 | as_fn_error () | 20091 | as_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. |
| 20311 | ac_log=" | 20346 | ac_log=" |
| 20312 | This file was extended by emacs $as_me 24.0.50, which was | 20347 | This file was extended by emacs $as_me 24.0.50, which was |
| 20313 | generated by GNU Autoconf 2.65. Invocation command line was | 20348 | generated 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 | |||
| 20376 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 20411 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 20377 | ac_cs_version="\\ | 20412 | ac_cs_version="\\ |
| 20378 | emacs config.status 24.0.50 | 20413 | emacs config.status 24.0.50 |
| 20379 | configured by $0, generated by GNU Autoconf 2.65, | 20414 | configured by $0, generated by GNU Autoconf 2.68, |
| 20380 | with options \\"\$ac_cs_config\\" | 20415 | with options \\"\$ac_cs_config\\" |
| 20381 | 20416 | ||
| 20382 | Copyright (C) 2009 Free Software Foundation, Inc. | 20417 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 20383 | This config.status script is free software; the Free Software Foundation | 20418 | This config.status script is free software; the Free Software Foundation |
| 20384 | gives unlimited permission to copy, distribute and modify it." | 20419 | gives unlimited permission to copy, distribute and modify it." |
| 20385 | 20420 | ||
| @@ -20397,11 +20432,16 @@ ac_need_defaults=: | |||
| 20397 | while test $# != 0 | 20432 | while test $# != 0 |
| 20398 | do | 20433 | do |
| 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' |
| 20439 | Try \`$0 --help' for more information.";; | 20480 | Try \`$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' |
| 20448 | Try \`$0 --help' for more information." ;; | 20489 | Try \`$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 |
| 20523 | done | 20564 | done |
| 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 |
| 20602 | ac_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 | |||
| 20590 | fi | 20633 | fi |
| 20591 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 20634 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 20592 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 20635 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 20593 | ac_cs_awk_cr='\r' | 20636 | ac_cs_awk_cr='\\r' |
| 20594 | else | 20637 | else |
| 20595 | ac_cs_awk_cr=$ac_cr | 20638 | ac_cs_awk_cr=$ac_cr |
| 20596 | fi | 20639 | fi |
| 20597 | 20640 | ||
| 20598 | echo 'BEGIN {' >"$tmp/subs1.awk" && | 20641 | echo '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 |
| 20611 | rm -f conf$$files.sh | 20654 | rm -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 |
| 20619 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 20662 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
| 20620 | ac_delim='%!_!# ' | 20663 | ac_delim='%!_!# ' |
| 20621 | for ac_last_try in false false false false false :; do | 20664 | for 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 | |||
| 20634 | rm -f conf$$subs.sh | 20677 | rm -f conf$$subs.sh |
| 20635 | 20678 | ||
| 20636 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 20679 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 20637 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | 20680 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
| 20638 | _ACEOF | 20681 | _ACEOF |
| 20639 | sed -n ' | 20682 | sed -n ' |
| 20640 | h | 20683 | h |
| @@ -20682,7 +20725,7 @@ t delim | |||
| 20682 | rm -f conf$$subs.awk | 20725 | rm -f conf$$subs.awk |
| 20683 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 20726 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 20684 | _ACAWK | 20727 | _ACAWK |
| 20685 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | 20728 | cat >>"\$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" |
| 20721 | else | 20764 | else |
| 20722 | cat | 20765 | cat |
| 20723 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 20766 | fi < "$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). |
| 20731 | if test "x$srcdir" = x.; then | 20774 | if test "x$srcdir" = x.; then |
| 20732 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 20775 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
| 20733 | s/:*\$(srcdir):*/:/ | 20776 | h |
| 20734 | s/:*\${srcdir}:*/:/ | 20777 | s/// |
| 20735 | s/:*@srcdir@:*/:/ | 20778 | s/^/:/ |
| 20736 | s/^\([^=]*=[ ]*\):*/\1/ | 20779 | s/[ ]*$/:/ |
| 20780 | s/:\$(srcdir):/:/g | ||
| 20781 | s/:\${srcdir}:/:/g | ||
| 20782 | s/:@srcdir@:/:/g | ||
| 20783 | s/^:*// | ||
| 20737 | s/:*$// | 20784 | s/:*$// |
| 20785 | x | ||
| 20786 | s/\(=[ ]*\).*/\1/ | ||
| 20787 | G | ||
| 20788 | s/\n// | ||
| 20738 | s/^[^=]*=[ ]*$// | 20789 | s/^[^=]*=[ ]*$// |
| 20739 | }' | 20790 | }' |
| 20740 | fi | 20791 | fi |
| @@ -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'. |
| 20748 | if test -n "$CONFIG_HEADERS"; then | 20799 | if test -n "$CONFIG_HEADERS"; then |
| 20749 | cat >"$tmp/defines.awk" <<\_ACAWK || | 20800 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
| 20750 | BEGIN { | 20801 | BEGIN { |
| 20751 | _ACEOF | 20802 | _ACEOF |
| 20752 | 20803 | ||
| @@ -20758,11 +20809,11 @@ _ACEOF | |||
| 20758 | # handling of long lines. | 20809 | # handling of long lines. |
| 20759 | ac_delim='%!_!# ' | 20810 | ac_delim='%!_!# ' |
| 20760 | for ac_last_try in false false :; do | 20811 | for 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 |
| 20849 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 20900 | cat >>$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 |
| 20851 | fi # test -n "$CONFIG_HEADERS" | 20902 | fi # 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 | " |
| 21054 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | 21105 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
| 21055 | if $ac_cs_awk_getline; then | 21106 | if $ac_cs_awk_getline; then |
| 21056 | $AWK -f "$tmp/subs.awk" | 21107 | $AWK -f "$ac_tmp/subs.awk" |
| 21057 | else | 21108 | else |
| 21058 | $AWK -f "$tmp/subs.awk" | $SHELL | 21109 | $AWK -f "$ac_tmp/subs.awk" | $SHELL |
| 21059 | fi >$tmp/out \ | 21110 | fi \ |
| 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 | ||
| 21062 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 21113 | test -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' |
| 21066 | which seems to be undefined. Please make sure it is defined." >&5 | 21118 | which 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' |
| 21068 | which seems to be undefined. Please make sure it is defined." >&2;} | 21120 | which 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 | |||
| 21260 | ac_clean_files=$ac_clean_files_save | 21312 | ac_clean_files=$ac_clean_files_save |
| 21261 | 21313 | ||
| 21262 | test $ac_write_fail = 0 || | 21314 | test $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 |
| 21285 | fi | 21337 | fi |
| 21286 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 21338 | if 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 | ||
| 29 | VPATH = @srcdir@ | 29 | VPATH = @srcdir@ |
| 30 | pkgdatadir = $(datadir)/@PACKAGE@ | 30 | pkgdatadir = $(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 | ||
| 15 | MOSTLYCLEANFILES += core *.stackdump | 15 | MOSTLYCLEANFILES += 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 |