diff options
| author | Paul Eggert | 2011-04-06 12:11:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-06 12:11:15 -0700 |
| commit | 67a22325cedc1fa04026e34e2ca8aff78942f541 (patch) | |
| tree | 429041019b5badfe89e68ef89b484e8acc58227d /autogen | |
| parent | 7c106b1e1e4e2bef3920787160e1e31e352d14cc (diff) | |
| download | emacs-67a22325cedc1fa04026e34e2ca8aff78942f541.tar.gz emacs-67a22325cedc1fa04026e34e2ca8aff78942f541.zip | |
update_autogen
Diffstat (limited to 'autogen')
| -rw-r--r-- | autogen/aclocal.m4 | 4 | ||||
| -rwxr-xr-x | autogen/config.guess | 142 | ||||
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/config.sub | 30 | ||||
| -rwxr-xr-x | autogen/configure | 1205 |
5 files changed, 709 insertions, 675 deletions
diff --git a/autogen/aclocal.m4 b/autogen/aclocal.m4 index 6cf66104e03..2424769381e 100644 --- a/autogen/aclocal.m4 +++ b/autogen/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'.])]) |
diff --git a/autogen/config.guess b/autogen/config.guess index e3a2116a7dc..dc84c68ef79 100755 --- a/autogen/config.guess +++ b/autogen/config.guess | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 5 | # Free Software Foundation, Inc. | 5 | # Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | timestamp='2009-06-10' | 7 | timestamp='2009-11-20' |
| 8 | 8 | ||
| 9 | # This file is free software; you can redistribute it and/or modify it | 9 | # This file is free software; you can redistribute it and/or modify it |
| 10 | # under the terms of the GNU General Public License as published by | 10 | # under the terms of the GNU General Public License as published by |
| @@ -27,16 +27,16 @@ timestamp='2009-06-10' | |||
| 27 | # the same distribution terms that you use for the rest of that program. | 27 | # the same distribution terms that you use for the rest of that program. |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | # Originally written by Per Bothner <per@bothner.com>. | 30 | # Originally written by Per Bothner. Please send patches (context |
| 31 | # Please send patches to <config-patches@gnu.org>. Submit a context | 31 | # diff format) to <config-patches@gnu.org> and include a ChangeLog |
| 32 | # diff and a properly formatted ChangeLog entry. | 32 | # entry. |
| 33 | # | 33 | # |
| 34 | # This script attempts to guess a canonical system name similar to | 34 | # This script attempts to guess a canonical system name similar to |
| 35 | # config.sub. If it succeeds, it prints the system name on stdout, and | 35 | # config.sub. If it succeeds, it prints the system name on stdout, and |
| 36 | # exits with 0. Otherwise, it exits with 1. | 36 | # exits with 0. Otherwise, it exits with 1. |
| 37 | # | 37 | # |
| 38 | # The plan is that this can be called by configure scripts if you | 38 | # You can get the latest version of this script from: |
| 39 | # don't specify an explicit build system type. | 39 | # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD |
| 40 | 40 | ||
| 41 | me=`echo "$0" | sed -e 's,.*/,,'` | 41 | me=`echo "$0" | sed -e 's,.*/,,'` |
| 42 | 42 | ||
| @@ -333,6 +333,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in | |||
| 333 | sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) | 333 | sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) |
| 334 | echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` | 334 | echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` |
| 335 | exit ;; | 335 | exit ;; |
| 336 | i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) | ||
| 337 | echo i386-pc-auroraux${UNAME_RELEASE} | ||
| 338 | exit ;; | ||
| 336 | i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) | 339 | i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) |
| 337 | eval $set_cc_for_build | 340 | eval $set_cc_for_build |
| 338 | SUN_ARCH="i386" | 341 | SUN_ARCH="i386" |
| @@ -807,12 +810,12 @@ EOF | |||
| 807 | i*:PW*:*) | 810 | i*:PW*:*) |
| 808 | echo ${UNAME_MACHINE}-pc-pw32 | 811 | echo ${UNAME_MACHINE}-pc-pw32 |
| 809 | exit ;; | 812 | exit ;; |
| 810 | *:Interix*:[3456]*) | 813 | *:Interix*:*) |
| 811 | case ${UNAME_MACHINE} in | 814 | case ${UNAME_MACHINE} in |
| 812 | x86) | 815 | x86) |
| 813 | echo i586-pc-interix${UNAME_RELEASE} | 816 | echo i586-pc-interix${UNAME_RELEASE} |
| 814 | exit ;; | 817 | exit ;; |
| 815 | EM64T | authenticamd | genuineintel) | 818 | authenticamd | genuineintel | EM64T) |
| 816 | echo x86_64-unknown-interix${UNAME_RELEASE} | 819 | echo x86_64-unknown-interix${UNAME_RELEASE} |
| 817 | exit ;; | 820 | exit ;; |
| 818 | IA64) | 821 | IA64) |
| @@ -854,6 +857,20 @@ EOF | |||
| 854 | i*86:Minix:*:*) | 857 | i*86:Minix:*:*) |
| 855 | echo ${UNAME_MACHINE}-pc-minix | 858 | echo ${UNAME_MACHINE}-pc-minix |
| 856 | exit ;; | 859 | exit ;; |
| 860 | alpha:Linux:*:*) | ||
| 861 | case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in | ||
| 862 | EV5) UNAME_MACHINE=alphaev5 ;; | ||
| 863 | EV56) UNAME_MACHINE=alphaev56 ;; | ||
| 864 | PCA56) UNAME_MACHINE=alphapca56 ;; | ||
| 865 | PCA57) UNAME_MACHINE=alphapca56 ;; | ||
| 866 | EV6) UNAME_MACHINE=alphaev6 ;; | ||
| 867 | EV67) UNAME_MACHINE=alphaev67 ;; | ||
| 868 | EV68*) UNAME_MACHINE=alphaev68 ;; | ||
| 869 | esac | ||
| 870 | objdump --private-headers /bin/sh | grep -q ld.so.1 | ||
| 871 | if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi | ||
| 872 | echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} | ||
| 873 | exit ;; | ||
| 857 | arm*:Linux:*:*) | 874 | arm*:Linux:*:*) |
| 858 | eval $set_cc_for_build | 875 | eval $set_cc_for_build |
| 859 | if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | 876 | if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ |
| @@ -876,6 +893,17 @@ EOF | |||
| 876 | frv:Linux:*:*) | 893 | frv:Linux:*:*) |
| 877 | echo frv-unknown-linux-gnu | 894 | echo frv-unknown-linux-gnu |
| 878 | exit ;; | 895 | exit ;; |
| 896 | i*86:Linux:*:*) | ||
| 897 | LIBC=gnu | ||
| 898 | eval $set_cc_for_build | ||
| 899 | sed 's/^ //' << EOF >$dummy.c | ||
| 900 | #ifdef __dietlibc__ | ||
| 901 | LIBC=dietlibc | ||
| 902 | #endif | ||
| 903 | EOF | ||
| 904 | eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` | ||
| 905 | echo "${UNAME_MACHINE}-pc-linux-${LIBC}" | ||
| 906 | exit ;; | ||
| 879 | ia64:Linux:*:*) | 907 | ia64:Linux:*:*) |
| 880 | echo ${UNAME_MACHINE}-unknown-linux-gnu | 908 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
| 881 | exit ;; | 909 | exit ;; |
| @@ -901,39 +929,18 @@ EOF | |||
| 901 | #endif | 929 | #endif |
| 902 | #endif | 930 | #endif |
| 903 | EOF | 931 | EOF |
| 904 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' | 932 | eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` |
| 905 | /^CPU/{ | ||
| 906 | s: ::g | ||
| 907 | p | ||
| 908 | }'`" | ||
| 909 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } | 933 | test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } |
| 910 | ;; | 934 | ;; |
| 911 | or32:Linux:*:*) | 935 | or32:Linux:*:*) |
| 912 | echo or32-unknown-linux-gnu | 936 | echo or32-unknown-linux-gnu |
| 913 | exit ;; | 937 | exit ;; |
| 914 | ppc:Linux:*:*) | ||
| 915 | echo powerpc-unknown-linux-gnu | ||
| 916 | exit ;; | ||
| 917 | ppc64:Linux:*:*) | ||
| 918 | echo powerpc64-unknown-linux-gnu | ||
| 919 | exit ;; | ||
| 920 | alpha:Linux:*:*) | ||
| 921 | case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in | ||
| 922 | EV5) UNAME_MACHINE=alphaev5 ;; | ||
| 923 | EV56) UNAME_MACHINE=alphaev56 ;; | ||
| 924 | PCA56) UNAME_MACHINE=alphapca56 ;; | ||
| 925 | PCA57) UNAME_MACHINE=alphapca56 ;; | ||
| 926 | EV6) UNAME_MACHINE=alphaev6 ;; | ||
| 927 | EV67) UNAME_MACHINE=alphaev67 ;; | ||
| 928 | EV68*) UNAME_MACHINE=alphaev68 ;; | ||
| 929 | esac | ||
| 930 | objdump --private-headers /bin/sh | grep -q ld.so.1 | ||
| 931 | if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi | ||
| 932 | echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} | ||
| 933 | exit ;; | ||
| 934 | padre:Linux:*:*) | 938 | padre:Linux:*:*) |
| 935 | echo sparc-unknown-linux-gnu | 939 | echo sparc-unknown-linux-gnu |
| 936 | exit ;; | 940 | exit ;; |
| 941 | parisc64:Linux:*:* | hppa64:Linux:*:*) | ||
| 942 | echo hppa64-unknown-linux-gnu | ||
| 943 | exit ;; | ||
| 937 | parisc:Linux:*:* | hppa:Linux:*:*) | 944 | parisc:Linux:*:* | hppa:Linux:*:*) |
| 938 | # Look for CPU level | 945 | # Look for CPU level |
| 939 | case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in | 946 | case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in |
| @@ -942,8 +949,11 @@ EOF | |||
| 942 | *) echo hppa-unknown-linux-gnu ;; | 949 | *) echo hppa-unknown-linux-gnu ;; |
| 943 | esac | 950 | esac |
| 944 | exit ;; | 951 | exit ;; |
| 945 | parisc64:Linux:*:* | hppa64:Linux:*:*) | 952 | ppc64:Linux:*:*) |
| 946 | echo hppa64-unknown-linux-gnu | 953 | echo powerpc64-unknown-linux-gnu |
| 954 | exit ;; | ||
| 955 | ppc:Linux:*:*) | ||
| 956 | echo powerpc-unknown-linux-gnu | ||
| 947 | exit ;; | 957 | exit ;; |
| 948 | s390:Linux:*:* | s390x:Linux:*:*) | 958 | s390:Linux:*:* | s390x:Linux:*:*) |
| 949 | echo ${UNAME_MACHINE}-ibm-linux | 959 | echo ${UNAME_MACHINE}-ibm-linux |
| @@ -966,58 +976,6 @@ EOF | |||
| 966 | xtensa*:Linux:*:*) | 976 | xtensa*:Linux:*:*) |
| 967 | echo ${UNAME_MACHINE}-unknown-linux-gnu | 977 | echo ${UNAME_MACHINE}-unknown-linux-gnu |
| 968 | exit ;; | 978 | exit ;; |
| 969 | i*86:Linux:*:*) | ||
| 970 | # The BFD linker knows what the default object file format is, so | ||
| 971 | # first see if it will tell us. cd to the root directory to prevent | ||
| 972 | # problems with other programs or directories called `ld' in the path. | ||
| 973 | # Set LC_ALL=C to ensure ld outputs messages in English. | ||
| 974 | ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ | ||
| 975 | | sed -ne '/supported targets:/!d | ||
| 976 | s/[ ][ ]*/ /g | ||
| 977 | s/.*supported targets: *// | ||
| 978 | s/ .*// | ||
| 979 | p'` | ||
| 980 | case "$ld_supported_targets" in | ||
| 981 | elf32-i386) | ||
| 982 | TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" | ||
| 983 | ;; | ||
| 984 | esac | ||
| 985 | # Determine whether the default compiler is a.out or elf | ||
| 986 | eval $set_cc_for_build | ||
| 987 | sed 's/^ //' << EOF >$dummy.c | ||
| 988 | #include <features.h> | ||
| 989 | #ifdef __ELF__ | ||
| 990 | # ifdef __GLIBC__ | ||
| 991 | # if __GLIBC__ >= 2 | ||
| 992 | LIBC=gnu | ||
| 993 | # else | ||
| 994 | LIBC=gnulibc1 | ||
| 995 | # endif | ||
| 996 | # else | ||
| 997 | LIBC=gnulibc1 | ||
| 998 | # endif | ||
| 999 | #else | ||
| 1000 | #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) | ||
| 1001 | LIBC=gnu | ||
| 1002 | #else | ||
| 1003 | LIBC=gnuaout | ||
| 1004 | #endif | ||
| 1005 | #endif | ||
| 1006 | #ifdef __dietlibc__ | ||
| 1007 | LIBC=dietlibc | ||
| 1008 | #endif | ||
| 1009 | EOF | ||
| 1010 | eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' | ||
| 1011 | /^LIBC/{ | ||
| 1012 | s: ::g | ||
| 1013 | p | ||
| 1014 | }'`" | ||
| 1015 | test x"${LIBC}" != x && { | ||
| 1016 | echo "${UNAME_MACHINE}-pc-linux-${LIBC}" | ||
| 1017 | exit | ||
| 1018 | } | ||
| 1019 | test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } | ||
| 1020 | ;; | ||
| 1021 | i*86:DYNIX/ptx:4*:*) | 979 | i*86:DYNIX/ptx:4*:*) |
| 1022 | # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. | 980 | # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. |
| 1023 | # earlier versions are messed up and put the nodename in both | 981 | # earlier versions are messed up and put the nodename in both |
| @@ -1247,6 +1205,16 @@ EOF | |||
| 1247 | *:Darwin:*:*) | 1205 | *:Darwin:*:*) |
| 1248 | UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown | 1206 | UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown |
| 1249 | case $UNAME_PROCESSOR in | 1207 | case $UNAME_PROCESSOR in |
| 1208 | i386) | ||
| 1209 | eval $set_cc_for_build | ||
| 1210 | if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then | ||
| 1211 | if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ | ||
| 1212 | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ | ||
| 1213 | grep IS_64BIT_ARCH >/dev/null | ||
| 1214 | then | ||
| 1215 | UNAME_PROCESSOR="x86_64" | ||
| 1216 | fi | ||
| 1217 | fi ;; | ||
| 1250 | unknown) UNAME_PROCESSOR=powerpc ;; | 1218 | unknown) UNAME_PROCESSOR=powerpc ;; |
| 1251 | esac | 1219 | esac |
| 1252 | echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} | 1220 | echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} |
diff --git a/autogen/config.in b/autogen/config.in index f2ea751e2f8..6d1aeaa8b78 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1209,6 +1209,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1209 | # define __restrict__ | 1209 | # define __restrict__ |
| 1210 | #endif | 1210 | #endif |
| 1211 | 1211 | ||
| 1212 | /* Define to `unsigned int' if <sys/types.h> does not define. */ | ||
| 1213 | #undef size_t | ||
| 1214 | |||
| 1212 | /* type to use in place of socklen_t if not defined */ | 1215 | /* type to use in place of socklen_t if not defined */ |
| 1213 | #undef socklen_t | 1216 | #undef socklen_t |
| 1214 | 1217 | ||
diff --git a/autogen/config.sub b/autogen/config.sub index eb0389a693f..2a55a50751c 100755 --- a/autogen/config.sub +++ b/autogen/config.sub | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 4 | # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 5 | # Free Software Foundation, Inc. | 5 | # Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | timestamp='2009-06-11' | 7 | timestamp='2009-11-20' |
| 8 | 8 | ||
| 9 | # This file is (in principle) common to ALL GNU software. | 9 | # This file is (in principle) common to ALL GNU software. |
| 10 | # The presence of a machine in this file suggests that SOME GNU software | 10 | # The presence of a machine in this file suggests that SOME GNU software |
| @@ -32,13 +32,16 @@ timestamp='2009-06-11' | |||
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | # Please send patches to <config-patches@gnu.org>. Submit a context | 34 | # Please send patches to <config-patches@gnu.org>. Submit a context |
| 35 | # diff and a properly formatted ChangeLog entry. | 35 | # diff and a properly formatted GNU ChangeLog entry. |
| 36 | # | 36 | # |
| 37 | # Configuration subroutine to validate and canonicalize a configuration type. | 37 | # Configuration subroutine to validate and canonicalize a configuration type. |
| 38 | # Supply the specified configuration type as an argument. | 38 | # Supply the specified configuration type as an argument. |
| 39 | # If it is invalid, we print an error message on stderr and exit with code 1. | 39 | # If it is invalid, we print an error message on stderr and exit with code 1. |
| 40 | # Otherwise, we print the canonical config type on stdout and succeed. | 40 | # Otherwise, we print the canonical config type on stdout and succeed. |
| 41 | 41 | ||
| 42 | # You can get the latest version of this script from: | ||
| 43 | # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD | ||
| 44 | |||
| 42 | # This file is supposed to be the same for all GNU packages | 45 | # This file is supposed to be the same for all GNU packages |
| 43 | # and recognize all the CPU types, system types and aliases | 46 | # and recognize all the CPU types, system types and aliases |
| 44 | # that are meaningful with *any* GNU software. | 47 | # that are meaningful with *any* GNU software. |
| @@ -149,7 +152,7 @@ case $os in | |||
| 149 | -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ | 152 | -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ |
| 150 | -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ | 153 | -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ |
| 151 | -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ | 154 | -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ |
| 152 | -apple | -axis | -knuth | -cray) | 155 | -apple | -axis | -knuth | -cray | -microblaze) |
| 153 | os= | 156 | os= |
| 154 | basic_machine=$1 | 157 | basic_machine=$1 |
| 155 | ;; | 158 | ;; |
| @@ -284,6 +287,7 @@ case $basic_machine in | |||
| 284 | | pdp10 | pdp11 | pj | pjl \ | 287 | | pdp10 | pdp11 | pj | pjl \ |
| 285 | | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | 288 | | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ |
| 286 | | pyramid \ | 289 | | pyramid \ |
| 290 | | rx \ | ||
| 287 | | score \ | 291 | | score \ |
| 288 | | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | 292 | | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ |
| 289 | | sh64 | sh64le \ | 293 | | sh64 | sh64le \ |
| @@ -291,13 +295,14 @@ case $basic_machine in | |||
| 291 | | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | 295 | | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ |
| 292 | | spu | strongarm \ | 296 | | spu | strongarm \ |
| 293 | | tahoe | thumb | tic4x | tic80 | tron \ | 297 | | tahoe | thumb | tic4x | tic80 | tron \ |
| 298 | | ubicom32 \ | ||
| 294 | | v850 | v850e \ | 299 | | v850 | v850e \ |
| 295 | | we32k \ | 300 | | we32k \ |
| 296 | | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | 301 | | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ |
| 297 | | z8k | z80) | 302 | | z8k | z80) |
| 298 | basic_machine=$basic_machine-unknown | 303 | basic_machine=$basic_machine-unknown |
| 299 | ;; | 304 | ;; |
| 300 | m6811 | m68hc11 | m6812 | m68hc12) | 305 | m6811 | m68hc11 | m6812 | m68hc12 | picochip) |
| 301 | # Motorola 68HC11/12. | 306 | # Motorola 68HC11/12. |
| 302 | basic_machine=$basic_machine-unknown | 307 | basic_machine=$basic_machine-unknown |
| 303 | os=-none | 308 | os=-none |
| @@ -340,7 +345,7 @@ case $basic_machine in | |||
| 340 | | lm32-* \ | 345 | | lm32-* \ |
| 341 | | m32c-* | m32r-* | m32rle-* \ | 346 | | m32c-* | m32r-* | m32rle-* \ |
| 342 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | 347 | | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ |
| 343 | | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | 348 | | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ |
| 344 | | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | 349 | | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ |
| 345 | | mips16-* \ | 350 | | mips16-* \ |
| 346 | | mips64-* | mips64el-* \ | 351 | | mips64-* | mips64el-* \ |
| @@ -368,7 +373,7 @@ case $basic_machine in | |||
| 368 | | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | 373 | | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ |
| 369 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | 374 | | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ |
| 370 | | pyramid-* \ | 375 | | pyramid-* \ |
| 371 | | romp-* | rs6000-* \ | 376 | | romp-* | rs6000-* | rx-* \ |
| 372 | | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | 377 | | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ |
| 373 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | 378 | | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ |
| 374 | | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | 379 | | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ |
| @@ -377,6 +382,7 @@ case $basic_machine in | |||
| 377 | | tahoe-* | thumb-* \ | 382 | | tahoe-* | thumb-* \ |
| 378 | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ | 383 | | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ |
| 379 | | tron-* \ | 384 | | tron-* \ |
| 385 | | ubicom32-* \ | ||
| 380 | | v850-* | v850e-* | vax-* \ | 386 | | v850-* | v850e-* | vax-* \ |
| 381 | | we32k-* \ | 387 | | we32k-* \ |
| 382 | | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | 388 | | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ |
| @@ -726,6 +732,9 @@ case $basic_machine in | |||
| 726 | basic_machine=ns32k-utek | 732 | basic_machine=ns32k-utek |
| 727 | os=-sysv | 733 | os=-sysv |
| 728 | ;; | 734 | ;; |
| 735 | microblaze) | ||
| 736 | basic_machine=microblaze-xilinx | ||
| 737 | ;; | ||
| 729 | mingw32) | 738 | mingw32) |
| 730 | basic_machine=i386-pc | 739 | basic_machine=i386-pc |
| 731 | os=-mingw32 | 740 | os=-mingw32 |
| @@ -1247,6 +1256,9 @@ case $os in | |||
| 1247 | # First match some system type aliases | 1256 | # First match some system type aliases |
| 1248 | # that might get confused with valid system types. | 1257 | # that might get confused with valid system types. |
| 1249 | # -solaris* is a basic system type, with this one exception. | 1258 | # -solaris* is a basic system type, with this one exception. |
| 1259 | -auroraux) | ||
| 1260 | os=-auroraux | ||
| 1261 | ;; | ||
| 1250 | -solaris1 | -solaris1.*) | 1262 | -solaris1 | -solaris1.*) |
| 1251 | os=`echo $os | sed -e 's|solaris1|sunos4|'` | 1263 | os=`echo $os | sed -e 's|solaris1|sunos4|'` |
| 1252 | ;; | 1264 | ;; |
| @@ -1268,8 +1280,8 @@ case $os in | |||
| 1268 | # -sysv* is not here because it comes later, after sysvr4. | 1280 | # -sysv* is not here because it comes later, after sysvr4. |
| 1269 | -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | 1281 | -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ |
| 1270 | | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | 1282 | | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ |
| 1271 | | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | 1283 | | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ |
| 1272 | | -kopensolaris* \ | 1284 | | -sym* | -kopensolaris* \ |
| 1273 | | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | 1285 | | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ |
| 1274 | | -aos* | -aros* \ | 1286 | | -aos* | -aros* \ |
| 1275 | | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | 1287 | | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ |
| @@ -1290,7 +1302,7 @@ case $os in | |||
| 1290 | | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | 1302 | | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ |
| 1291 | | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | 1303 | | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ |
| 1292 | | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | 1304 | | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ |
| 1293 | | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) | 1305 | | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) |
| 1294 | # Remember, each alternative MUST END IN *, to match a version number. | 1306 | # Remember, each alternative MUST END IN *, to match a version number. |
| 1295 | ;; | 1307 | ;; |
| 1296 | -qnx*) | 1308 | -qnx*) |
diff --git a/autogen/configure b/autogen/configure index 563c729f18e..6ce5e85e000 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. | 2 | # Guess values for system-dependent variables and create Makefiles. |
| 3 | # Generated by GNU Autoconf 2.65 for emacs 24.0.50. | 3 | # Generated by GNU Autoconf 2.68 for emacs 24.0.50. |
| 4 | # | 4 | # |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 7 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 7 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
| 8 | # Inc. | 8 | # Foundation, Inc. |
| 9 | # | 9 | # |
| 10 | # | 10 | # |
| 11 | # This configure script is free software; the Free Software Foundation | 11 | # This configure script is free software; the Free Software Foundation |
| @@ -89,6 +89,7 @@ fi | |||
| 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 | ||
| @@ -1313,8 +1321,9 @@ do | |||
| 1313 | fi | 1321 | fi |
| 1314 | 1322 | ||
| 1315 | case $ac_option in | 1323 | case $ac_option in |
| 1316 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 1324 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
| 1317 | *) ac_optarg=yes ;; | 1325 | *=) ac_optarg= ;; |
| 1326 | *) ac_optarg=yes ;; | ||
| 1318 | esac | 1327 | esac |
| 1319 | 1328 | ||
| 1320 | # Accept the important Cygnus configure options, so we can diagnose typos. | 1329 | # Accept the important Cygnus configure options, so we can diagnose typos. |
| @@ -1359,7 +1368,7 @@ do | |||
| 1359 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 1368 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
| 1360 | # Reject names that are not valid shell variable names. | 1369 | # Reject names that are not valid shell variable names. |
| 1361 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1370 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1362 | as_fn_error "invalid feature name: $ac_useropt" | 1371 | as_fn_error $? "invalid feature name: $ac_useropt" |
| 1363 | ac_useropt_orig=$ac_useropt | 1372 | ac_useropt_orig=$ac_useropt |
| 1364 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1373 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1365 | case $ac_user_opts in | 1374 | case $ac_user_opts in |
| @@ -1385,7 +1394,7 @@ do | |||
| 1385 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 1394 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
| 1386 | # Reject names that are not valid shell variable names. | 1395 | # Reject names that are not valid shell variable names. |
| 1387 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1396 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1388 | as_fn_error "invalid feature name: $ac_useropt" | 1397 | as_fn_error $? "invalid feature name: $ac_useropt" |
| 1389 | ac_useropt_orig=$ac_useropt | 1398 | ac_useropt_orig=$ac_useropt |
| 1390 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1399 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1391 | case $ac_user_opts in | 1400 | case $ac_user_opts in |
| @@ -1589,7 +1598,7 @@ do | |||
| 1589 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1598 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
| 1590 | # Reject names that are not valid shell variable names. | 1599 | # Reject names that are not valid shell variable names. |
| 1591 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1600 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1592 | as_fn_error "invalid package name: $ac_useropt" | 1601 | as_fn_error $? "invalid package name: $ac_useropt" |
| 1593 | ac_useropt_orig=$ac_useropt | 1602 | ac_useropt_orig=$ac_useropt |
| 1594 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1603 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1595 | case $ac_user_opts in | 1604 | case $ac_user_opts in |
| @@ -1605,7 +1614,7 @@ do | |||
| 1605 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1614 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
| 1606 | # Reject names that are not valid shell variable names. | 1615 | # Reject names that are not valid shell variable names. |
| 1607 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1616 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1608 | as_fn_error "invalid package name: $ac_useropt" | 1617 | as_fn_error $? "invalid package name: $ac_useropt" |
| 1609 | ac_useropt_orig=$ac_useropt | 1618 | ac_useropt_orig=$ac_useropt |
| 1610 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1619 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1611 | case $ac_user_opts in | 1620 | case $ac_user_opts in |
| @@ -1635,8 +1644,8 @@ do | |||
| 1635 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1644 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 1636 | x_libraries=$ac_optarg ;; | 1645 | x_libraries=$ac_optarg ;; |
| 1637 | 1646 | ||
| 1638 | -*) as_fn_error "unrecognized option: \`$ac_option' | 1647 | -*) as_fn_error $? "unrecognized option: \`$ac_option' |
| 1639 | Try \`$0 --help' for more information." | 1648 | Try \`$0 --help' for more information" |
| 1640 | ;; | 1649 | ;; |
| 1641 | 1650 | ||
| 1642 | *=*) | 1651 | *=*) |
| @@ -1644,7 +1653,7 @@ Try \`$0 --help' for more information." | |||
| 1644 | # Reject names that are not valid shell variable names. | 1653 | # Reject names that are not valid shell variable names. |
| 1645 | case $ac_envvar in #( | 1654 | case $ac_envvar in #( |
| 1646 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1655 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
| 1647 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; | 1656 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
| 1648 | esac | 1657 | esac |
| 1649 | eval $ac_envvar=\$ac_optarg | 1658 | eval $ac_envvar=\$ac_optarg |
| 1650 | export $ac_envvar ;; | 1659 | export $ac_envvar ;; |
| @@ -1654,7 +1663,7 @@ Try \`$0 --help' for more information." | |||
| 1654 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | 1663 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 1655 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | 1664 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1656 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | 1665 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
| 1657 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | 1666 | : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
| 1658 | ;; | 1667 | ;; |
| 1659 | 1668 | ||
| 1660 | esac | 1669 | esac |
| @@ -1662,13 +1671,13 @@ done | |||
| 1662 | 1671 | ||
| 1663 | if test -n "$ac_prev"; then | 1672 | if test -n "$ac_prev"; then |
| 1664 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1673 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
| 1665 | as_fn_error "missing argument to $ac_option" | 1674 | as_fn_error $? "missing argument to $ac_option" |
| 1666 | fi | 1675 | fi |
| 1667 | 1676 | ||
| 1668 | if test -n "$ac_unrecognized_opts"; then | 1677 | if test -n "$ac_unrecognized_opts"; then |
| 1669 | case $enable_option_checking in | 1678 | case $enable_option_checking in |
| 1670 | no) ;; | 1679 | no) ;; |
| 1671 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | 1680 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
| 1672 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1681 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
| 1673 | esac | 1682 | esac |
| 1674 | fi | 1683 | fi |
| @@ -1691,7 +1700,7 @@ do | |||
| 1691 | [\\/$]* | ?:[\\/]* ) continue;; | 1700 | [\\/$]* | ?:[\\/]* ) continue;; |
| 1692 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1701 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
| 1693 | esac | 1702 | esac |
| 1694 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | 1703 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
| 1695 | done | 1704 | done |
| 1696 | 1705 | ||
| 1697 | # There might be people who depend on the old broken behavior: `$host' | 1706 | # There might be people who depend on the old broken behavior: `$host' |
| @@ -1705,8 +1714,8 @@ target=$target_alias | |||
| 1705 | if test "x$host_alias" != x; then | 1714 | if test "x$host_alias" != x; then |
| 1706 | if test "x$build_alias" = x; then | 1715 | if test "x$build_alias" = x; then |
| 1707 | cross_compiling=maybe | 1716 | cross_compiling=maybe |
| 1708 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | 1717 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
| 1709 | If a cross compiler is detected then cross compile mode will be used." >&2 | 1718 | If a cross compiler is detected then cross compile mode will be used" >&2 |
| 1710 | elif test "x$build_alias" != "x$host_alias"; then | 1719 | elif test "x$build_alias" != "x$host_alias"; then |
| 1711 | cross_compiling=yes | 1720 | cross_compiling=yes |
| 1712 | fi | 1721 | fi |
| @@ -1721,9 +1730,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
| 1721 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1730 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1722 | ac_ls_di=`ls -di .` && | 1731 | ac_ls_di=`ls -di .` && |
| 1723 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1732 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
| 1724 | as_fn_error "working directory cannot be determined" | 1733 | as_fn_error $? "working directory cannot be determined" |
| 1725 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1734 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
| 1726 | as_fn_error "pwd does not report name of working directory" | 1735 | as_fn_error $? "pwd does not report name of working directory" |
| 1727 | 1736 | ||
| 1728 | 1737 | ||
| 1729 | # Find the source files, if location was not specified. | 1738 | # Find the source files, if location was not specified. |
| @@ -1762,11 +1771,11 @@ else | |||
| 1762 | fi | 1771 | fi |
| 1763 | if test ! -r "$srcdir/$ac_unique_file"; then | 1772 | if test ! -r "$srcdir/$ac_unique_file"; then |
| 1764 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1773 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
| 1765 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | 1774 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
| 1766 | fi | 1775 | fi |
| 1767 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1776 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1768 | ac_abs_confdir=`( | 1777 | ac_abs_confdir=`( |
| 1769 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | 1778 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
| 1770 | pwd)` | 1779 | pwd)` |
| 1771 | # When building in place, set srcdir=. | 1780 | # When building in place, set srcdir=. |
| 1772 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1781 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
| @@ -1806,7 +1815,7 @@ Configuration: | |||
| 1806 | --help=short display options specific to this package | 1815 | --help=short display options specific to this package |
| 1807 | --help=recursive display the short help of all the included packages | 1816 | --help=recursive display the short help of all the included packages |
| 1808 | -V, --version display version information and exit | 1817 | -V, --version display version information and exit |
| 1809 | -q, --quiet, --silent do not print \`checking...' messages | 1818 | -q, --quiet, --silent do not print \`checking ...' messages |
| 1810 | --cache-file=FILE cache test results in FILE [disabled] | 1819 | --cache-file=FILE cache test results in FILE [disabled] |
| 1811 | -C, --config-cache alias for \`--cache-file=config.cache' | 1820 | -C, --config-cache alias for \`--cache-file=config.cache' |
| 1812 | -n, --no-create do not create output files | 1821 | -n, --no-create do not create output files |
| @@ -2028,9 +2037,9 @@ test -n "$ac_init_help" && exit $ac_status | |||
| 2028 | if $ac_init_version; then | 2037 | if $ac_init_version; then |
| 2029 | cat <<\_ACEOF | 2038 | cat <<\_ACEOF |
| 2030 | emacs configure 24.0.50 | 2039 | emacs configure 24.0.50 |
| 2031 | generated by GNU Autoconf 2.65 | 2040 | generated by GNU Autoconf 2.68 |
| 2032 | 2041 | ||
| 2033 | Copyright (C) 2009 Free Software Foundation, Inc. | 2042 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 2034 | This configure script is free software; the Free Software Foundation | 2043 | This configure script is free software; the Free Software Foundation |
| 2035 | gives unlimited permission to copy, distribute and modify it. | 2044 | gives unlimited permission to copy, distribute and modify it. |
| 2036 | _ACEOF | 2045 | _ACEOF |
| @@ -2074,7 +2083,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 2074 | 2083 | ||
| 2075 | ac_retval=1 | 2084 | ac_retval=1 |
| 2076 | fi | 2085 | fi |
| 2077 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2086 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2078 | as_fn_set_status $ac_retval | 2087 | as_fn_set_status $ac_retval |
| 2079 | 2088 | ||
| 2080 | } # ac_fn_c_try_compile | 2089 | } # ac_fn_c_try_compile |
| @@ -2100,7 +2109,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
| 2100 | mv -f conftest.er1 conftest.err | 2109 | mv -f conftest.er1 conftest.err |
| 2101 | fi | 2110 | fi |
| 2102 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 2111 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 2103 | test $ac_status = 0; } >/dev/null && { | 2112 | test $ac_status = 0; } > conftest.i && { |
| 2104 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 2113 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 2105 | test ! -s conftest.err | 2114 | test ! -s conftest.err |
| 2106 | }; then : | 2115 | }; then : |
| @@ -2111,7 +2120,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 2111 | 2120 | ||
| 2112 | ac_retval=1 | 2121 | ac_retval=1 |
| 2113 | fi | 2122 | fi |
| 2114 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2123 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2115 | as_fn_set_status $ac_retval | 2124 | as_fn_set_status $ac_retval |
| 2116 | 2125 | ||
| 2117 | } # ac_fn_c_try_cpp | 2126 | } # ac_fn_c_try_cpp |
| @@ -2124,10 +2133,10 @@ fi | |||
| 2124 | ac_fn_c_check_header_mongrel () | 2133 | ac_fn_c_check_header_mongrel () |
| 2125 | { | 2134 | { |
| 2126 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2135 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2127 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2136 | if eval \${$3+:} false; then : |
| 2128 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2137 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2129 | $as_echo_n "checking for $2... " >&6; } | 2138 | $as_echo_n "checking for $2... " >&6; } |
| 2130 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2139 | if eval \${$3+:} false; then : |
| 2131 | $as_echo_n "(cached) " >&6 | 2140 | $as_echo_n "(cached) " >&6 |
| 2132 | fi | 2141 | fi |
| 2133 | eval ac_res=\$$3 | 2142 | eval ac_res=\$$3 |
| @@ -2163,7 +2172,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 2163 | else | 2172 | else |
| 2164 | ac_header_preproc=no | 2173 | ac_header_preproc=no |
| 2165 | fi | 2174 | fi |
| 2166 | rm -f conftest.err conftest.$ac_ext | 2175 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 2167 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 2176 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
| 2168 | $as_echo "$ac_header_preproc" >&6; } | 2177 | $as_echo "$ac_header_preproc" >&6; } |
| 2169 | 2178 | ||
| @@ -2190,7 +2199,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |||
| 2190 | esac | 2199 | esac |
| 2191 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2200 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2192 | $as_echo_n "checking for $2... " >&6; } | 2201 | $as_echo_n "checking for $2... " >&6; } |
| 2193 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2202 | if eval \${$3+:} false; then : |
| 2194 | $as_echo_n "(cached) " >&6 | 2203 | $as_echo_n "(cached) " >&6 |
| 2195 | else | 2204 | else |
| 2196 | eval "$3=\$ac_header_compiler" | 2205 | eval "$3=\$ac_header_compiler" |
| @@ -2199,7 +2208,7 @@ eval ac_res=\$$3 | |||
| 2199 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2208 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2200 | $as_echo "$ac_res" >&6; } | 2209 | $as_echo "$ac_res" >&6; } |
| 2201 | fi | 2210 | fi |
| 2202 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2211 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2203 | 2212 | ||
| 2204 | } # ac_fn_c_check_header_mongrel | 2213 | } # ac_fn_c_check_header_mongrel |
| 2205 | 2214 | ||
| @@ -2240,7 +2249,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 2240 | ac_retval=$ac_status | 2249 | ac_retval=$ac_status |
| 2241 | fi | 2250 | fi |
| 2242 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2251 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 2243 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2252 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2244 | as_fn_set_status $ac_retval | 2253 | as_fn_set_status $ac_retval |
| 2245 | 2254 | ||
| 2246 | } # ac_fn_c_try_run | 2255 | } # ac_fn_c_try_run |
| @@ -2254,7 +2263,7 @@ ac_fn_c_check_header_compile () | |||
| 2254 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2263 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2255 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2264 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2256 | $as_echo_n "checking for $2... " >&6; } | 2265 | $as_echo_n "checking for $2... " >&6; } |
| 2257 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2266 | if eval \${$3+:} false; then : |
| 2258 | $as_echo_n "(cached) " >&6 | 2267 | $as_echo_n "(cached) " >&6 |
| 2259 | else | 2268 | else |
| 2260 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2269 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2272,7 +2281,7 @@ fi | |||
| 2272 | eval ac_res=\$$3 | 2281 | eval ac_res=\$$3 |
| 2273 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2282 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2274 | $as_echo "$ac_res" >&6; } | 2283 | $as_echo "$ac_res" >&6; } |
| 2275 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2284 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2276 | 2285 | ||
| 2277 | } # ac_fn_c_check_header_compile | 2286 | } # ac_fn_c_check_header_compile |
| 2278 | 2287 | ||
| @@ -2317,20 +2326,23 @@ fi | |||
| 2317 | # interfere with the next link command; also delete a directory that is | 2326 | # interfere with the next link command; also delete a directory that is |
| 2318 | # left behind by Apple's compiler. We do this before executing the actions. | 2327 | # left behind by Apple's compiler. We do this before executing the actions. |
| 2319 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo | 2328 | rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 2320 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2329 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2321 | as_fn_set_status $ac_retval | 2330 | as_fn_set_status $ac_retval |
| 2322 | 2331 | ||
| 2323 | } # ac_fn_c_try_link | 2332 | } # ac_fn_c_try_link |
| 2324 | 2333 | ||
| 2325 | # ac_fn_c_check_decl LINENO SYMBOL VAR | 2334 | # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES |
| 2326 | # ------------------------------------ | 2335 | # --------------------------------------------- |
| 2327 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. | 2336 | # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR |
| 2337 | # accordingly. | ||
| 2328 | ac_fn_c_check_decl () | 2338 | ac_fn_c_check_decl () |
| 2329 | { | 2339 | { |
| 2330 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2340 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2331 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 | 2341 | as_decl_name=`echo $2|sed 's/ *(.*//'` |
| 2332 | $as_echo_n "checking whether $2 is declared... " >&6; } | 2342 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` |
| 2333 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2343 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 |
| 2344 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | ||
| 2345 | if eval \${$3+:} false; then : | ||
| 2334 | $as_echo_n "(cached) " >&6 | 2346 | $as_echo_n "(cached) " >&6 |
| 2335 | else | 2347 | else |
| 2336 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2348 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2339,8 +2351,12 @@ $4 | |||
| 2339 | int | 2351 | int |
| 2340 | main () | 2352 | main () |
| 2341 | { | 2353 | { |
| 2342 | #ifndef $2 | 2354 | #ifndef $as_decl_name |
| 2343 | (void) $2; | 2355 | #ifdef __cplusplus |
| 2356 | (void) $as_decl_use; | ||
| 2357 | #else | ||
| 2358 | (void) $as_decl_name; | ||
| 2359 | #endif | ||
| 2344 | #endif | 2360 | #endif |
| 2345 | 2361 | ||
| 2346 | ; | 2362 | ; |
| @@ -2357,7 +2373,7 @@ fi | |||
| 2357 | eval ac_res=\$$3 | 2373 | eval ac_res=\$$3 |
| 2358 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2374 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2359 | $as_echo "$ac_res" >&6; } | 2375 | $as_echo "$ac_res" >&6; } |
| 2360 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2376 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2361 | 2377 | ||
| 2362 | } # ac_fn_c_check_decl | 2378 | } # ac_fn_c_check_decl |
| 2363 | 2379 | ||
| @@ -2369,7 +2385,7 @@ ac_fn_c_check_header_preproc () | |||
| 2369 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2385 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2370 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2386 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2371 | $as_echo_n "checking for $2... " >&6; } | 2387 | $as_echo_n "checking for $2... " >&6; } |
| 2372 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2388 | if eval \${$3+:} false; then : |
| 2373 | $as_echo_n "(cached) " >&6 | 2389 | $as_echo_n "(cached) " >&6 |
| 2374 | else | 2390 | else |
| 2375 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2391 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2381,12 +2397,12 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 2381 | else | 2397 | else |
| 2382 | eval "$3=no" | 2398 | eval "$3=no" |
| 2383 | fi | 2399 | fi |
| 2384 | rm -f conftest.err conftest.$ac_ext | 2400 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 2385 | fi | 2401 | fi |
| 2386 | eval ac_res=\$$3 | 2402 | eval ac_res=\$$3 |
| 2387 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2403 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2388 | $as_echo "$ac_res" >&6; } | 2404 | $as_echo "$ac_res" >&6; } |
| 2389 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2405 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2390 | 2406 | ||
| 2391 | } # ac_fn_c_check_header_preproc | 2407 | } # ac_fn_c_check_header_preproc |
| 2392 | 2408 | ||
| @@ -2399,7 +2415,7 @@ ac_fn_c_check_member () | |||
| 2399 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2415 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2400 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 | 2416 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 |
| 2401 | $as_echo_n "checking for $2.$3... " >&6; } | 2417 | $as_echo_n "checking for $2.$3... " >&6; } |
| 2402 | if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : | 2418 | if eval \${$4+:} false; then : |
| 2403 | $as_echo_n "(cached) " >&6 | 2419 | $as_echo_n "(cached) " >&6 |
| 2404 | else | 2420 | else |
| 2405 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2421 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2443,7 +2459,7 @@ fi | |||
| 2443 | eval ac_res=\$$4 | 2459 | eval ac_res=\$$4 |
| 2444 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2460 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2445 | $as_echo "$ac_res" >&6; } | 2461 | $as_echo "$ac_res" >&6; } |
| 2446 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2462 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2447 | 2463 | ||
| 2448 | } # ac_fn_c_check_member | 2464 | } # ac_fn_c_check_member |
| 2449 | 2465 | ||
| @@ -2455,7 +2471,7 @@ ac_fn_c_check_func () | |||
| 2455 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2471 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2456 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2472 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2457 | $as_echo_n "checking for $2... " >&6; } | 2473 | $as_echo_n "checking for $2... " >&6; } |
| 2458 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2474 | if eval \${$3+:} false; then : |
| 2459 | $as_echo_n "(cached) " >&6 | 2475 | $as_echo_n "(cached) " >&6 |
| 2460 | else | 2476 | else |
| 2461 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2477 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2510,7 +2526,7 @@ fi | |||
| 2510 | eval ac_res=\$$3 | 2526 | eval ac_res=\$$3 |
| 2511 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2527 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2512 | $as_echo "$ac_res" >&6; } | 2528 | $as_echo "$ac_res" >&6; } |
| 2513 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2529 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2514 | 2530 | ||
| 2515 | } # ac_fn_c_check_func | 2531 | } # ac_fn_c_check_func |
| 2516 | 2532 | ||
| @@ -2523,7 +2539,7 @@ ac_fn_c_check_type () | |||
| 2523 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2539 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2524 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2540 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2525 | $as_echo_n "checking for $2... " >&6; } | 2541 | $as_echo_n "checking for $2... " >&6; } |
| 2526 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2542 | if eval \${$3+:} false; then : |
| 2527 | $as_echo_n "(cached) " >&6 | 2543 | $as_echo_n "(cached) " >&6 |
| 2528 | else | 2544 | else |
| 2529 | eval "$3=no" | 2545 | eval "$3=no" |
| @@ -2564,7 +2580,7 @@ fi | |||
| 2564 | eval ac_res=\$$3 | 2580 | eval ac_res=\$$3 |
| 2565 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 2581 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 2566 | $as_echo "$ac_res" >&6; } | 2582 | $as_echo "$ac_res" >&6; } |
| 2567 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2583 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2568 | 2584 | ||
| 2569 | } # ac_fn_c_check_type | 2585 | } # ac_fn_c_check_type |
| 2570 | 2586 | ||
| @@ -2741,7 +2757,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |||
| 2741 | rm -f conftest.val | 2757 | rm -f conftest.val |
| 2742 | 2758 | ||
| 2743 | fi | 2759 | fi |
| 2744 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} | 2760 | eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
| 2745 | as_fn_set_status $ac_retval | 2761 | as_fn_set_status $ac_retval |
| 2746 | 2762 | ||
| 2747 | } # ac_fn_c_compute_int | 2763 | } # ac_fn_c_compute_int |
| @@ -2750,7 +2766,7 @@ This file contains any messages produced by compilers while | |||
| 2750 | running configure, to aid debugging if configure makes a mistake. | 2766 | running configure, to aid debugging if configure makes a mistake. |
| 2751 | 2767 | ||
| 2752 | It was created by emacs $as_me 24.0.50, which was | 2768 | It was created by emacs $as_me 24.0.50, which was |
| 2753 | generated by GNU Autoconf 2.65. Invocation command line was | 2769 | generated by GNU Autoconf 2.68. Invocation command line was |
| 2754 | 2770 | ||
| 2755 | $ $0 $@ | 2771 | $ $0 $@ |
| 2756 | 2772 | ||
| @@ -2860,11 +2876,9 @@ trap 'exit_status=$? | |||
| 2860 | { | 2876 | { |
| 2861 | echo | 2877 | echo |
| 2862 | 2878 | ||
| 2863 | cat <<\_ASBOX | 2879 | $as_echo "## ---------------- ## |
| 2864 | ## ---------------- ## | ||
| 2865 | ## Cache variables. ## | 2880 | ## Cache variables. ## |
| 2866 | ## ---------------- ## | 2881 | ## ---------------- ##" |
| 2867 | _ASBOX | ||
| 2868 | echo | 2882 | echo |
| 2869 | # The following way of writing the cache mishandles newlines in values, | 2883 | # The following way of writing the cache mishandles newlines in values, |
| 2870 | ( | 2884 | ( |
| @@ -2898,11 +2912,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 2898 | ) | 2912 | ) |
| 2899 | echo | 2913 | echo |
| 2900 | 2914 | ||
| 2901 | cat <<\_ASBOX | 2915 | $as_echo "## ----------------- ## |
| 2902 | ## ----------------- ## | ||
| 2903 | ## Output variables. ## | 2916 | ## Output variables. ## |
| 2904 | ## ----------------- ## | 2917 | ## ----------------- ##" |
| 2905 | _ASBOX | ||
| 2906 | echo | 2918 | echo |
| 2907 | for ac_var in $ac_subst_vars | 2919 | for ac_var in $ac_subst_vars |
| 2908 | do | 2920 | do |
| @@ -2915,11 +2927,9 @@ _ASBOX | |||
| 2915 | echo | 2927 | echo |
| 2916 | 2928 | ||
| 2917 | if test -n "$ac_subst_files"; then | 2929 | if test -n "$ac_subst_files"; then |
| 2918 | cat <<\_ASBOX | 2930 | $as_echo "## ------------------- ## |
| 2919 | ## ------------------- ## | ||
| 2920 | ## File substitutions. ## | 2931 | ## File substitutions. ## |
| 2921 | ## ------------------- ## | 2932 | ## ------------------- ##" |
| 2922 | _ASBOX | ||
| 2923 | echo | 2933 | echo |
| 2924 | for ac_var in $ac_subst_files | 2934 | for ac_var in $ac_subst_files |
| 2925 | do | 2935 | do |
| @@ -2933,11 +2943,9 @@ _ASBOX | |||
| 2933 | fi | 2943 | fi |
| 2934 | 2944 | ||
| 2935 | if test -s confdefs.h; then | 2945 | if test -s confdefs.h; then |
| 2936 | cat <<\_ASBOX | 2946 | $as_echo "## ----------- ## |
| 2937 | ## ----------- ## | ||
| 2938 | ## confdefs.h. ## | 2947 | ## confdefs.h. ## |
| 2939 | ## ----------- ## | 2948 | ## ----------- ##" |
| 2940 | _ASBOX | ||
| 2941 | echo | 2949 | echo |
| 2942 | cat confdefs.h | 2950 | cat confdefs.h |
| 2943 | echo | 2951 | echo |
| @@ -2992,7 +3000,12 @@ _ACEOF | |||
| 2992 | ac_site_file1=NONE | 3000 | ac_site_file1=NONE |
| 2993 | ac_site_file2=NONE | 3001 | ac_site_file2=NONE |
| 2994 | if test -n "$CONFIG_SITE"; then | 3002 | if test -n "$CONFIG_SITE"; then |
| 2995 | ac_site_file1=$CONFIG_SITE | 3003 | # We do not want a PATH search for config.site. |
| 3004 | case $CONFIG_SITE in #(( | ||
| 3005 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
| 3006 | */*) ac_site_file1=$CONFIG_SITE;; | ||
| 3007 | *) ac_site_file1=./$CONFIG_SITE;; | ||
| 3008 | esac | ||
| 2996 | elif test "x$prefix" != xNONE; then | 3009 | elif test "x$prefix" != xNONE; then |
| 2997 | ac_site_file1=$prefix/share/config.site | 3010 | ac_site_file1=$prefix/share/config.site |
| 2998 | ac_site_file2=$prefix/etc/config.site | 3011 | ac_site_file2=$prefix/etc/config.site |
| @@ -3007,7 +3020,11 @@ do | |||
| 3007 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 3020 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
| 3008 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 3021 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 3009 | sed 's/^/| /' "$ac_site_file" >&5 | 3022 | sed 's/^/| /' "$ac_site_file" >&5 |
| 3010 | . "$ac_site_file" | 3023 | . "$ac_site_file" \ |
| 3024 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
| 3025 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
| 3026 | as_fn_error $? "failed to load site script $ac_site_file | ||
| 3027 | See \`config.log' for more details" "$LINENO" 5; } | ||
| 3011 | fi | 3028 | fi |
| 3012 | done | 3029 | done |
| 3013 | 3030 | ||
| @@ -3100,7 +3117,7 @@ if $ac_cache_corrupted; then | |||
| 3100 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3117 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3101 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 3118 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
| 3102 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 3119 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
| 3103 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 3120 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
| 3104 | fi | 3121 | fi |
| 3105 | ## -------------------- ## | 3122 | ## -------------------- ## |
| 3106 | ## Main body of script. ## | 3123 | ## Main body of script. ## |
| @@ -3120,16 +3137,22 @@ am__api_version='1.11' | |||
| 3120 | 3137 | ||
| 3121 | ac_aux_dir= | 3138 | ac_aux_dir= |
| 3122 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3139 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 3123 | for ac_t in install-sh install.sh shtool; do | 3140 | if test -f "$ac_dir/install-sh"; then |
| 3124 | if test -f "$ac_dir/$ac_t"; then | 3141 | ac_aux_dir=$ac_dir |
| 3125 | ac_aux_dir=$ac_dir | 3142 | ac_install_sh="$ac_aux_dir/install-sh -c" |
| 3126 | ac_install_sh="$ac_aux_dir/$ac_t -c" | 3143 | break |
| 3127 | break 2 | 3144 | elif test -f "$ac_dir/install.sh"; then |
| 3128 | fi | 3145 | ac_aux_dir=$ac_dir |
| 3129 | done | 3146 | ac_install_sh="$ac_aux_dir/install.sh -c" |
| 3147 | break | ||
| 3148 | elif test -f "$ac_dir/shtool"; then | ||
| 3149 | ac_aux_dir=$ac_dir | ||
| 3150 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
| 3151 | break | ||
| 3152 | fi | ||
| 3130 | done | 3153 | done |
| 3131 | if test -z "$ac_aux_dir"; then | 3154 | if test -z "$ac_aux_dir"; then |
| 3132 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 3155 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
| 3133 | fi | 3156 | fi |
| 3134 | 3157 | ||
| 3135 | # These three variables are undocumented and unsupported, | 3158 | # These three variables are undocumented and unsupported, |
| @@ -3158,7 +3181,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |||
| 3158 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 | 3181 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
| 3159 | $as_echo_n "checking for a BSD-compatible install... " >&6; } | 3182 | $as_echo_n "checking for a BSD-compatible install... " >&6; } |
| 3160 | if test -z "$INSTALL"; then | 3183 | if test -z "$INSTALL"; then |
| 3161 | if test "${ac_cv_path_install+set}" = set; then : | 3184 | if ${ac_cv_path_install+:} false; then : |
| 3162 | $as_echo_n "(cached) " >&6 | 3185 | $as_echo_n "(cached) " >&6 |
| 3163 | else | 3186 | else |
| 3164 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3187 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3245,11 +3268,11 @@ am_lf=' | |||
| 3245 | ' | 3268 | ' |
| 3246 | case `pwd` in | 3269 | case `pwd` in |
| 3247 | *[\\\"\#\$\&\'\`$am_lf]*) | 3270 | *[\\\"\#\$\&\'\`$am_lf]*) |
| 3248 | as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; | 3271 | as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; |
| 3249 | esac | 3272 | esac |
| 3250 | case $srcdir in | 3273 | case $srcdir in |
| 3251 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) | 3274 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 3252 | as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; | 3275 | as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
| 3253 | esac | 3276 | esac |
| 3254 | 3277 | ||
| 3255 | # Do `set' in a subshell so we don't clobber the current shell's | 3278 | # Do `set' in a subshell so we don't clobber the current shell's |
| @@ -3271,7 +3294,7 @@ if ( | |||
| 3271 | # if, for instance, CONFIG_SHELL is bash and it inherits a | 3294 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
| 3272 | # broken ls alias from the environment. This has actually | 3295 | # broken ls alias from the environment. This has actually |
| 3273 | # happened. Such a system could not be considered "sane". | 3296 | # happened. Such a system could not be considered "sane". |
| 3274 | as_fn_error "ls -t appears to fail. Make sure there is not a broken | 3297 | as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 3275 | alias in your environment" "$LINENO" 5 | 3298 | alias in your environment" "$LINENO" 5 |
| 3276 | fi | 3299 | fi |
| 3277 | 3300 | ||
| @@ -3281,7 +3304,7 @@ then | |||
| 3281 | # Ok. | 3304 | # Ok. |
| 3282 | : | 3305 | : |
| 3283 | else | 3306 | else |
| 3284 | as_fn_error "newly created file is older than distributed files! | 3307 | as_fn_error $? "newly created file is older than distributed files! |
| 3285 | Check your system clock" "$LINENO" 5 | 3308 | Check your system clock" "$LINENO" 5 |
| 3286 | fi | 3309 | fi |
| 3287 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3310 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| @@ -3335,7 +3358,7 @@ if test "$cross_compiling" != no; then | |||
| 3335 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 3358 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
| 3336 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3359 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3337 | $as_echo_n "checking for $ac_word... " >&6; } | 3360 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3338 | if test "${ac_cv_prog_STRIP+set}" = set; then : | 3361 | if ${ac_cv_prog_STRIP+:} false; then : |
| 3339 | $as_echo_n "(cached) " >&6 | 3362 | $as_echo_n "(cached) " >&6 |
| 3340 | else | 3363 | else |
| 3341 | if test -n "$STRIP"; then | 3364 | if test -n "$STRIP"; then |
| @@ -3375,7 +3398,7 @@ if test -z "$ac_cv_prog_STRIP"; then | |||
| 3375 | set dummy strip; ac_word=$2 | 3398 | set dummy strip; ac_word=$2 |
| 3376 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3399 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3377 | $as_echo_n "checking for $ac_word... " >&6; } | 3400 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3378 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | 3401 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
| 3379 | $as_echo_n "(cached) " >&6 | 3402 | $as_echo_n "(cached) " >&6 |
| 3380 | else | 3403 | else |
| 3381 | if test -n "$ac_ct_STRIP"; then | 3404 | if test -n "$ac_ct_STRIP"; then |
| @@ -3428,7 +3451,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |||
| 3428 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 | 3451 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 |
| 3429 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } | 3452 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
| 3430 | if test -z "$MKDIR_P"; then | 3453 | if test -z "$MKDIR_P"; then |
| 3431 | if test "${ac_cv_path_mkdir+set}" = set; then : | 3454 | if ${ac_cv_path_mkdir+:} false; then : |
| 3432 | $as_echo_n "(cached) " >&6 | 3455 | $as_echo_n "(cached) " >&6 |
| 3433 | else | 3456 | else |
| 3434 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3457 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3480,7 +3503,7 @@ do | |||
| 3480 | set dummy $ac_prog; ac_word=$2 | 3503 | set dummy $ac_prog; ac_word=$2 |
| 3481 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 3504 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 3482 | $as_echo_n "checking for $ac_word... " >&6; } | 3505 | $as_echo_n "checking for $ac_word... " >&6; } |
| 3483 | if test "${ac_cv_prog_AWK+set}" = set; then : | 3506 | if ${ac_cv_prog_AWK+:} false; then : |
| 3484 | $as_echo_n "(cached) " >&6 | 3507 | $as_echo_n "(cached) " >&6 |
| 3485 | else | 3508 | else |
| 3486 | if test -n "$AWK"; then | 3509 | if test -n "$AWK"; then |
| @@ -3520,7 +3543,7 @@ done | |||
| 3520 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 3543 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 3521 | set x ${MAKE-make} | 3544 | set x ${MAKE-make} |
| 3522 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3545 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 3523 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 3546 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
| 3524 | $as_echo_n "(cached) " >&6 | 3547 | $as_echo_n "(cached) " >&6 |
| 3525 | else | 3548 | else |
| 3526 | cat >conftest.make <<\_ACEOF | 3549 | cat >conftest.make <<\_ACEOF |
| @@ -3528,7 +3551,7 @@ SHELL = /bin/sh | |||
| 3528 | all: | 3551 | all: |
| 3529 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 3552 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
| 3530 | _ACEOF | 3553 | _ACEOF |
| 3531 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 3554 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
| 3532 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 3555 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
| 3533 | *@@@%%%=?*=@@@%%%*) | 3556 | *@@@%%%=?*=@@@%%%*) |
| 3534 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 3557 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
| @@ -3562,7 +3585,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then | |||
| 3562 | am__isrc=' -I$(srcdir)' | 3585 | am__isrc=' -I$(srcdir)' |
| 3563 | # test to see if srcdir already configured | 3586 | # test to see if srcdir already configured |
| 3564 | if test -f $srcdir/config.status; then | 3587 | if test -f $srcdir/config.status; then |
| 3565 | as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 | 3588 | as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 |
| 3566 | fi | 3589 | fi |
| 3567 | fi | 3590 | fi |
| 3568 | 3591 | ||
| @@ -3765,7 +3788,7 @@ if test "${with_x_toolkit+set}" = set; then : | |||
| 3765 | g | gt | gtk ) val=gtk ;; | 3788 | g | gt | gtk ) val=gtk ;; |
| 3766 | gtk3 ) val=gtk3 ;; | 3789 | gtk3 ) val=gtk3 ;; |
| 3767 | * ) | 3790 | * ) |
| 3768 | as_fn_error "\`--with-x-toolkit=$withval' is invalid; | 3791 | as_fn_error $? "\`--with-x-toolkit=$withval' is invalid; |
| 3769 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or | 3792 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or |
| 3770 | \`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 | 3793 | \`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 |
| 3771 | ;; | 3794 | ;; |
| @@ -4078,7 +4101,7 @@ do | |||
| 4078 | stringfreelist) ac_gc_check_string_free_list=1 ;; | 4101 | stringfreelist) ac_gc_check_string_free_list=1 ;; |
| 4079 | xmallocoverrun) ac_xmalloc_overrun=1 ;; | 4102 | xmallocoverrun) ac_xmalloc_overrun=1 ;; |
| 4080 | conslist) ac_gc_check_cons_list=1 ;; | 4103 | conslist) ac_gc_check_cons_list=1 ;; |
| 4081 | *) as_fn_error "unknown check category $check" "$LINENO" 5 ;; | 4104 | *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;; |
| 4082 | esac | 4105 | esac |
| 4083 | done | 4106 | done |
| 4084 | IFS="$ac_save_IFS" | 4107 | IFS="$ac_save_IFS" |
| @@ -4193,27 +4216,27 @@ fi | |||
| 4193 | 4216 | ||
| 4194 | # Make sure we can run config.sub. | 4217 | # Make sure we can run config.sub. |
| 4195 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 4218 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
| 4196 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 4219 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
| 4197 | 4220 | ||
| 4198 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 4221 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
| 4199 | $as_echo_n "checking build system type... " >&6; } | 4222 | $as_echo_n "checking build system type... " >&6; } |
| 4200 | if test "${ac_cv_build+set}" = set; then : | 4223 | if ${ac_cv_build+:} false; then : |
| 4201 | $as_echo_n "(cached) " >&6 | 4224 | $as_echo_n "(cached) " >&6 |
| 4202 | else | 4225 | else |
| 4203 | ac_build_alias=$build_alias | 4226 | ac_build_alias=$build_alias |
| 4204 | test "x$ac_build_alias" = x && | 4227 | test "x$ac_build_alias" = x && |
| 4205 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 4228 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
| 4206 | test "x$ac_build_alias" = x && | 4229 | test "x$ac_build_alias" = x && |
| 4207 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 | 4230 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 |
| 4208 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 4231 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
| 4209 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 4232 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
| 4210 | 4233 | ||
| 4211 | fi | 4234 | fi |
| 4212 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 4235 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
| 4213 | $as_echo "$ac_cv_build" >&6; } | 4236 | $as_echo "$ac_cv_build" >&6; } |
| 4214 | case $ac_cv_build in | 4237 | case $ac_cv_build in |
| 4215 | *-*-*) ;; | 4238 | *-*-*) ;; |
| 4216 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; | 4239 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; |
| 4217 | esac | 4240 | esac |
| 4218 | build=$ac_cv_build | 4241 | build=$ac_cv_build |
| 4219 | ac_save_IFS=$IFS; IFS='-' | 4242 | ac_save_IFS=$IFS; IFS='-' |
| @@ -4231,14 +4254,14 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |||
| 4231 | 4254 | ||
| 4232 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 | 4255 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
| 4233 | $as_echo_n "checking host system type... " >&6; } | 4256 | $as_echo_n "checking host system type... " >&6; } |
| 4234 | if test "${ac_cv_host+set}" = set; then : | 4257 | if ${ac_cv_host+:} false; then : |
| 4235 | $as_echo_n "(cached) " >&6 | 4258 | $as_echo_n "(cached) " >&6 |
| 4236 | else | 4259 | else |
| 4237 | if test "x$host_alias" = x; then | 4260 | if test "x$host_alias" = x; then |
| 4238 | ac_cv_host=$ac_cv_build | 4261 | ac_cv_host=$ac_cv_build |
| 4239 | else | 4262 | else |
| 4240 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 4263 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
| 4241 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 4264 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
| 4242 | fi | 4265 | fi |
| 4243 | 4266 | ||
| 4244 | fi | 4267 | fi |
| @@ -4246,7 +4269,7 @@ fi | |||
| 4246 | $as_echo "$ac_cv_host" >&6; } | 4269 | $as_echo "$ac_cv_host" >&6; } |
| 4247 | case $ac_cv_host in | 4270 | case $ac_cv_host in |
| 4248 | *-*-*) ;; | 4271 | *-*-*) ;; |
| 4249 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; | 4272 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; |
| 4250 | esac | 4273 | esac |
| 4251 | host=$ac_cv_host | 4274 | host=$ac_cv_host |
| 4252 | ac_save_IFS=$IFS; IFS='-' | 4275 | ac_save_IFS=$IFS; IFS='-' |
| @@ -4500,7 +4523,7 @@ fi | |||
| 4500 | 4523 | ||
| 4501 | 4524 | ||
| 4502 | if test $unported = yes; then | 4525 | if test $unported = yes; then |
| 4503 | as_fn_error "Emacs hasn't been ported to \`${canonical}' systems. | 4526 | as_fn_error $? "Emacs hasn't been ported to \`${canonical}' systems. |
| 4504 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 | 4527 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 |
| 4505 | fi | 4528 | fi |
| 4506 | 4529 | ||
| @@ -4528,7 +4551,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 4528 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 4551 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
| 4529 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4552 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4530 | $as_echo_n "checking for $ac_word... " >&6; } | 4553 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4531 | if test "${ac_cv_prog_CC+set}" = set; then : | 4554 | if ${ac_cv_prog_CC+:} false; then : |
| 4532 | $as_echo_n "(cached) " >&6 | 4555 | $as_echo_n "(cached) " >&6 |
| 4533 | else | 4556 | else |
| 4534 | if test -n "$CC"; then | 4557 | if test -n "$CC"; then |
| @@ -4568,7 +4591,7 @@ if test -z "$ac_cv_prog_CC"; then | |||
| 4568 | set dummy gcc; ac_word=$2 | 4591 | set dummy gcc; ac_word=$2 |
| 4569 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4592 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4570 | $as_echo_n "checking for $ac_word... " >&6; } | 4593 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4571 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 4594 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
| 4572 | $as_echo_n "(cached) " >&6 | 4595 | $as_echo_n "(cached) " >&6 |
| 4573 | else | 4596 | else |
| 4574 | if test -n "$ac_ct_CC"; then | 4597 | if test -n "$ac_ct_CC"; then |
| @@ -4621,7 +4644,7 @@ if test -z "$CC"; then | |||
| 4621 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 4644 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
| 4622 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4645 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4623 | $as_echo_n "checking for $ac_word... " >&6; } | 4646 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4624 | if test "${ac_cv_prog_CC+set}" = set; then : | 4647 | if ${ac_cv_prog_CC+:} false; then : |
| 4625 | $as_echo_n "(cached) " >&6 | 4648 | $as_echo_n "(cached) " >&6 |
| 4626 | else | 4649 | else |
| 4627 | if test -n "$CC"; then | 4650 | if test -n "$CC"; then |
| @@ -4661,7 +4684,7 @@ if test -z "$CC"; then | |||
| 4661 | set dummy cc; ac_word=$2 | 4684 | set dummy cc; ac_word=$2 |
| 4662 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4685 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4663 | $as_echo_n "checking for $ac_word... " >&6; } | 4686 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4664 | if test "${ac_cv_prog_CC+set}" = set; then : | 4687 | if ${ac_cv_prog_CC+:} false; then : |
| 4665 | $as_echo_n "(cached) " >&6 | 4688 | $as_echo_n "(cached) " >&6 |
| 4666 | else | 4689 | else |
| 4667 | if test -n "$CC"; then | 4690 | if test -n "$CC"; then |
| @@ -4720,7 +4743,7 @@ if test -z "$CC"; then | |||
| 4720 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 4743 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
| 4721 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4744 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4722 | $as_echo_n "checking for $ac_word... " >&6; } | 4745 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4723 | if test "${ac_cv_prog_CC+set}" = set; then : | 4746 | if ${ac_cv_prog_CC+:} false; then : |
| 4724 | $as_echo_n "(cached) " >&6 | 4747 | $as_echo_n "(cached) " >&6 |
| 4725 | else | 4748 | else |
| 4726 | if test -n "$CC"; then | 4749 | if test -n "$CC"; then |
| @@ -4764,7 +4787,7 @@ do | |||
| 4764 | set dummy $ac_prog; ac_word=$2 | 4787 | set dummy $ac_prog; ac_word=$2 |
| 4765 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 4788 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 4766 | $as_echo_n "checking for $ac_word... " >&6; } | 4789 | $as_echo_n "checking for $ac_word... " >&6; } |
| 4767 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 4790 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
| 4768 | $as_echo_n "(cached) " >&6 | 4791 | $as_echo_n "(cached) " >&6 |
| 4769 | else | 4792 | else |
| 4770 | if test -n "$ac_ct_CC"; then | 4793 | if test -n "$ac_ct_CC"; then |
| @@ -4818,8 +4841,8 @@ fi | |||
| 4818 | 4841 | ||
| 4819 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4842 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4820 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4843 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4821 | as_fn_error "no acceptable C compiler found in \$PATH | 4844 | as_fn_error $? "no acceptable C compiler found in \$PATH |
| 4822 | See \`config.log' for more details." "$LINENO" 5; } | 4845 | See \`config.log' for more details" "$LINENO" 5; } |
| 4823 | 4846 | ||
| 4824 | # Provide some information about the compiler. | 4847 | # Provide some information about the compiler. |
| 4825 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 4848 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
| @@ -4933,9 +4956,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 4933 | 4956 | ||
| 4934 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4957 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4935 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4958 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4936 | { as_fn_set_status 77 | 4959 | as_fn_error 77 "C compiler cannot create executables |
| 4937 | as_fn_error "C compiler cannot create executables | 4960 | See \`config.log' for more details" "$LINENO" 5; } |
| 4938 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
| 4939 | else | 4961 | else |
| 4940 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 4962 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 4941 | $as_echo "yes" >&6; } | 4963 | $as_echo "yes" >&6; } |
| @@ -4977,8 +4999,8 @@ done | |||
| 4977 | else | 4999 | else |
| 4978 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5000 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4979 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5001 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4980 | as_fn_error "cannot compute suffix of executables: cannot compile and link | 5002 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
| 4981 | See \`config.log' for more details." "$LINENO" 5; } | 5003 | See \`config.log' for more details" "$LINENO" 5; } |
| 4982 | fi | 5004 | fi |
| 4983 | rm -f conftest conftest$ac_cv_exeext | 5005 | rm -f conftest conftest$ac_cv_exeext |
| 4984 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 5006 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| @@ -5035,9 +5057,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
| 5035 | else | 5057 | else |
| 5036 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5058 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5037 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5059 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5038 | as_fn_error "cannot run C compiled programs. | 5060 | as_fn_error $? "cannot run C compiled programs. |
| 5039 | If you meant to cross compile, use \`--host'. | 5061 | If you meant to cross compile, use \`--host'. |
| 5040 | See \`config.log' for more details." "$LINENO" 5; } | 5062 | See \`config.log' for more details" "$LINENO" 5; } |
| 5041 | fi | 5063 | fi |
| 5042 | fi | 5064 | fi |
| 5043 | fi | 5065 | fi |
| @@ -5048,7 +5070,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |||
| 5048 | ac_clean_files=$ac_clean_files_save | 5070 | ac_clean_files=$ac_clean_files_save |
| 5049 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 | 5071 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
| 5050 | $as_echo_n "checking for suffix of object files... " >&6; } | 5072 | $as_echo_n "checking for suffix of object files... " >&6; } |
| 5051 | if test "${ac_cv_objext+set}" = set; then : | 5073 | if ${ac_cv_objext+:} false; then : |
| 5052 | $as_echo_n "(cached) " >&6 | 5074 | $as_echo_n "(cached) " >&6 |
| 5053 | else | 5075 | else |
| 5054 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5076 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5088,8 +5110,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5088 | 5110 | ||
| 5089 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5111 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5090 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5112 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5091 | as_fn_error "cannot compute suffix of object files: cannot compile | 5113 | as_fn_error $? "cannot compute suffix of object files: cannot compile |
| 5092 | See \`config.log' for more details." "$LINENO" 5; } | 5114 | See \`config.log' for more details" "$LINENO" 5; } |
| 5093 | fi | 5115 | fi |
| 5094 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 5116 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 5095 | fi | 5117 | fi |
| @@ -5099,7 +5121,7 @@ OBJEXT=$ac_cv_objext | |||
| 5099 | ac_objext=$OBJEXT | 5121 | ac_objext=$OBJEXT |
| 5100 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 | 5122 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
| 5101 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } | 5123 | $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
| 5102 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | 5124 | if ${ac_cv_c_compiler_gnu+:} false; then : |
| 5103 | $as_echo_n "(cached) " >&6 | 5125 | $as_echo_n "(cached) " >&6 |
| 5104 | else | 5126 | else |
| 5105 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5127 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5136,7 +5158,7 @@ ac_test_CFLAGS=${CFLAGS+set} | |||
| 5136 | ac_save_CFLAGS=$CFLAGS | 5158 | ac_save_CFLAGS=$CFLAGS |
| 5137 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 | 5159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
| 5138 | $as_echo_n "checking whether $CC accepts -g... " >&6; } | 5160 | $as_echo_n "checking whether $CC accepts -g... " >&6; } |
| 5139 | if test "${ac_cv_prog_cc_g+set}" = set; then : | 5161 | if ${ac_cv_prog_cc_g+:} false; then : |
| 5140 | $as_echo_n "(cached) " >&6 | 5162 | $as_echo_n "(cached) " >&6 |
| 5141 | else | 5163 | else |
| 5142 | ac_save_c_werror_flag=$ac_c_werror_flag | 5164 | ac_save_c_werror_flag=$ac_c_werror_flag |
| @@ -5214,7 +5236,7 @@ else | |||
| 5214 | fi | 5236 | fi |
| 5215 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 | 5237 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
| 5216 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } | 5238 | $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
| 5217 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | 5239 | if ${ac_cv_prog_cc_c89+:} false; then : |
| 5218 | $as_echo_n "(cached) " >&6 | 5240 | $as_echo_n "(cached) " >&6 |
| 5219 | else | 5241 | else |
| 5220 | ac_cv_prog_cc_c89=no | 5242 | ac_cv_prog_cc_c89=no |
| @@ -5375,7 +5397,7 @@ depcc="$CC" am_compiler_list= | |||
| 5375 | 5397 | ||
| 5376 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 | 5398 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 |
| 5377 | $as_echo_n "checking dependency style of $depcc... " >&6; } | 5399 | $as_echo_n "checking dependency style of $depcc... " >&6; } |
| 5378 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | 5400 | if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
| 5379 | $as_echo_n "(cached) " >&6 | 5401 | $as_echo_n "(cached) " >&6 |
| 5380 | else | 5402 | else |
| 5381 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then | 5403 | if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
| @@ -5507,7 +5529,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; } | |||
| 5507 | fi | 5529 | fi |
| 5508 | set dummy $CC; ac_cc=`$as_echo "$2" | | 5530 | set dummy $CC; ac_cc=`$as_echo "$2" | |
| 5509 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` | 5531 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` |
| 5510 | if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : | 5532 | if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : |
| 5511 | $as_echo_n "(cached) " >&6 | 5533 | $as_echo_n "(cached) " >&6 |
| 5512 | else | 5534 | else |
| 5513 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 5535 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -5631,7 +5653,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 5631 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 5653 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 5632 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5654 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5633 | $as_echo_n "checking for $ac_word... " >&6; } | 5655 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5634 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | 5656 | if ${ac_cv_prog_RANLIB+:} false; then : |
| 5635 | $as_echo_n "(cached) " >&6 | 5657 | $as_echo_n "(cached) " >&6 |
| 5636 | else | 5658 | else |
| 5637 | if test -n "$RANLIB"; then | 5659 | if test -n "$RANLIB"; then |
| @@ -5671,7 +5693,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 5671 | set dummy ranlib; ac_word=$2 | 5693 | set dummy ranlib; ac_word=$2 |
| 5672 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 5694 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 5673 | $as_echo_n "checking for $ac_word... " >&6; } | 5695 | $as_echo_n "checking for $ac_word... " >&6; } |
| 5674 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | 5696 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
| 5675 | $as_echo_n "(cached) " >&6 | 5697 | $as_echo_n "(cached) " >&6 |
| 5676 | else | 5698 | else |
| 5677 | if test -n "$ac_ct_RANLIB"; then | 5699 | if test -n "$ac_ct_RANLIB"; then |
| @@ -5731,7 +5753,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 5731 | CPP= | 5753 | CPP= |
| 5732 | fi | 5754 | fi |
| 5733 | if test -z "$CPP"; then | 5755 | if test -z "$CPP"; then |
| 5734 | if test "${ac_cv_prog_CPP+set}" = set; then : | 5756 | if ${ac_cv_prog_CPP+:} false; then : |
| 5735 | $as_echo_n "(cached) " >&6 | 5757 | $as_echo_n "(cached) " >&6 |
| 5736 | else | 5758 | else |
| 5737 | # Double quotes because CPP needs to be expanded | 5759 | # Double quotes because CPP needs to be expanded |
| @@ -5761,7 +5783,7 @@ else | |||
| 5761 | # Broken: fails on valid input. | 5783 | # Broken: fails on valid input. |
| 5762 | continue | 5784 | continue |
| 5763 | fi | 5785 | fi |
| 5764 | rm -f conftest.err conftest.$ac_ext | 5786 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 5765 | 5787 | ||
| 5766 | # OK, works on sane cases. Now check whether nonexistent headers | 5788 | # OK, works on sane cases. Now check whether nonexistent headers |
| 5767 | # can be detected and how. | 5789 | # can be detected and how. |
| @@ -5777,11 +5799,11 @@ else | |||
| 5777 | ac_preproc_ok=: | 5799 | ac_preproc_ok=: |
| 5778 | break | 5800 | break |
| 5779 | fi | 5801 | fi |
| 5780 | rm -f conftest.err conftest.$ac_ext | 5802 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 5781 | 5803 | ||
| 5782 | done | 5804 | done |
| 5783 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5805 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5784 | rm -f conftest.err conftest.$ac_ext | 5806 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 5785 | if $ac_preproc_ok; then : | 5807 | if $ac_preproc_ok; then : |
| 5786 | break | 5808 | break |
| 5787 | fi | 5809 | fi |
| @@ -5820,7 +5842,7 @@ else | |||
| 5820 | # Broken: fails on valid input. | 5842 | # Broken: fails on valid input. |
| 5821 | continue | 5843 | continue |
| 5822 | fi | 5844 | fi |
| 5823 | rm -f conftest.err conftest.$ac_ext | 5845 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 5824 | 5846 | ||
| 5825 | # OK, works on sane cases. Now check whether nonexistent headers | 5847 | # OK, works on sane cases. Now check whether nonexistent headers |
| 5826 | # can be detected and how. | 5848 | # can be detected and how. |
| @@ -5836,18 +5858,18 @@ else | |||
| 5836 | ac_preproc_ok=: | 5858 | ac_preproc_ok=: |
| 5837 | break | 5859 | break |
| 5838 | fi | 5860 | fi |
| 5839 | rm -f conftest.err conftest.$ac_ext | 5861 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 5840 | 5862 | ||
| 5841 | done | 5863 | done |
| 5842 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5864 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5843 | rm -f conftest.err conftest.$ac_ext | 5865 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 5844 | if $ac_preproc_ok; then : | 5866 | if $ac_preproc_ok; then : |
| 5845 | 5867 | ||
| 5846 | else | 5868 | else |
| 5847 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 5869 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 5848 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 5870 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 5849 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 5871 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 5850 | See \`config.log' for more details." "$LINENO" 5; } | 5872 | See \`config.log' for more details" "$LINENO" 5; } |
| 5851 | fi | 5873 | fi |
| 5852 | 5874 | ||
| 5853 | ac_ext=c | 5875 | ac_ext=c |
| @@ -5859,7 +5881,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 5859 | 5881 | ||
| 5860 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 | 5882 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
| 5861 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } | 5883 | $as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
| 5862 | if test "${ac_cv_path_GREP+set}" = set; then : | 5884 | if ${ac_cv_path_GREP+:} false; then : |
| 5863 | $as_echo_n "(cached) " >&6 | 5885 | $as_echo_n "(cached) " >&6 |
| 5864 | else | 5886 | else |
| 5865 | if test -z "$GREP"; then | 5887 | if test -z "$GREP"; then |
| @@ -5908,7 +5930,7 @@ esac | |||
| 5908 | done | 5930 | done |
| 5909 | IFS=$as_save_IFS | 5931 | IFS=$as_save_IFS |
| 5910 | if test -z "$ac_cv_path_GREP"; then | 5932 | if test -z "$ac_cv_path_GREP"; then |
| 5911 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5933 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 5912 | fi | 5934 | fi |
| 5913 | else | 5935 | else |
| 5914 | ac_cv_path_GREP=$GREP | 5936 | ac_cv_path_GREP=$GREP |
| @@ -5922,7 +5944,7 @@ $as_echo "$ac_cv_path_GREP" >&6; } | |||
| 5922 | 5944 | ||
| 5923 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 | 5945 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
| 5924 | $as_echo_n "checking for egrep... " >&6; } | 5946 | $as_echo_n "checking for egrep... " >&6; } |
| 5925 | if test "${ac_cv_path_EGREP+set}" = set; then : | 5947 | if ${ac_cv_path_EGREP+:} false; then : |
| 5926 | $as_echo_n "(cached) " >&6 | 5948 | $as_echo_n "(cached) " >&6 |
| 5927 | else | 5949 | else |
| 5928 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 | 5950 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| @@ -5974,7 +5996,7 @@ esac | |||
| 5974 | done | 5996 | done |
| 5975 | IFS=$as_save_IFS | 5997 | IFS=$as_save_IFS |
| 5976 | if test -z "$ac_cv_path_EGREP"; then | 5998 | if test -z "$ac_cv_path_EGREP"; then |
| 5977 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 5999 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 5978 | fi | 6000 | fi |
| 5979 | else | 6001 | else |
| 5980 | ac_cv_path_EGREP=$EGREP | 6002 | ac_cv_path_EGREP=$EGREP |
| @@ -5989,7 +6011,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; } | |||
| 5989 | 6011 | ||
| 5990 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 6012 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 5991 | $as_echo_n "checking for ANSI C header files... " >&6; } | 6013 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 5992 | if test "${ac_cv_header_stdc+set}" = set; then : | 6014 | if ${ac_cv_header_stdc+:} false; then : |
| 5993 | $as_echo_n "(cached) " >&6 | 6015 | $as_echo_n "(cached) " >&6 |
| 5994 | else | 6016 | else |
| 5995 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6017 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6106,8 +6128,7 @@ do : | |||
| 6106 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 6128 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 6107 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 6129 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 6108 | " | 6130 | " |
| 6109 | eval as_val=\$$as_ac_Header | 6131 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 6110 | if test "x$as_val" = x""yes; then : | ||
| 6111 | cat >>confdefs.h <<_ACEOF | 6132 | cat >>confdefs.h <<_ACEOF |
| 6112 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 6133 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 6113 | _ACEOF | 6134 | _ACEOF |
| @@ -6121,7 +6142,7 @@ done | |||
| 6121 | 6142 | ||
| 6122 | 6143 | ||
| 6123 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" | 6144 | ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" |
| 6124 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : | 6145 | if test "x$ac_cv_header_minix_config_h" = xyes; then : |
| 6125 | MINIX=yes | 6146 | MINIX=yes |
| 6126 | else | 6147 | else |
| 6127 | MINIX= | 6148 | MINIX= |
| @@ -6151,7 +6172,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h | |||
| 6151 | 6172 | ||
| 6152 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 | 6173 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 |
| 6153 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } | 6174 | $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } |
| 6154 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : | 6175 | if ${ac_cv_safe_to_define___extensions__+:} false; then : |
| 6155 | $as_echo_n "(cached) " >&6 | 6176 | $as_echo_n "(cached) " >&6 |
| 6156 | else | 6177 | else |
| 6157 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6178 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6244,7 +6265,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \ | |||
| 6244 | test x"$CPP" = x; then | 6265 | test x"$CPP" = x; then |
| 6245 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 | 6266 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 |
| 6246 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } | 6267 | $as_echo_n "checking whether we are using a Sun C compiler... " >&6; } |
| 6247 | if test "${emacs_cv_sunpro_c+set}" = set; then : | 6268 | if ${emacs_cv_sunpro_c+:} false; then : |
| 6248 | $as_echo_n "(cached) " >&6 | 6269 | $as_echo_n "(cached) " >&6 |
| 6249 | else | 6270 | else |
| 6250 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 6271 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -6412,7 +6433,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 6412 | CPP= | 6433 | CPP= |
| 6413 | fi | 6434 | fi |
| 6414 | if test -z "$CPP"; then | 6435 | if test -z "$CPP"; then |
| 6415 | if test "${ac_cv_prog_CPP+set}" = set; then : | 6436 | if ${ac_cv_prog_CPP+:} false; then : |
| 6416 | $as_echo_n "(cached) " >&6 | 6437 | $as_echo_n "(cached) " >&6 |
| 6417 | else | 6438 | else |
| 6418 | # Double quotes because CPP needs to be expanded | 6439 | # Double quotes because CPP needs to be expanded |
| @@ -6442,7 +6463,7 @@ else | |||
| 6442 | # Broken: fails on valid input. | 6463 | # Broken: fails on valid input. |
| 6443 | continue | 6464 | continue |
| 6444 | fi | 6465 | fi |
| 6445 | rm -f conftest.err conftest.$ac_ext | 6466 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 6446 | 6467 | ||
| 6447 | # OK, works on sane cases. Now check whether nonexistent headers | 6468 | # OK, works on sane cases. Now check whether nonexistent headers |
| 6448 | # can be detected and how. | 6469 | # can be detected and how. |
| @@ -6458,11 +6479,11 @@ else | |||
| 6458 | ac_preproc_ok=: | 6479 | ac_preproc_ok=: |
| 6459 | break | 6480 | break |
| 6460 | fi | 6481 | fi |
| 6461 | rm -f conftest.err conftest.$ac_ext | 6482 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 6462 | 6483 | ||
| 6463 | done | 6484 | done |
| 6464 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6485 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 6465 | rm -f conftest.err conftest.$ac_ext | 6486 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 6466 | if $ac_preproc_ok; then : | 6487 | if $ac_preproc_ok; then : |
| 6467 | break | 6488 | break |
| 6468 | fi | 6489 | fi |
| @@ -6501,7 +6522,7 @@ else | |||
| 6501 | # Broken: fails on valid input. | 6522 | # Broken: fails on valid input. |
| 6502 | continue | 6523 | continue |
| 6503 | fi | 6524 | fi |
| 6504 | rm -f conftest.err conftest.$ac_ext | 6525 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 6505 | 6526 | ||
| 6506 | # OK, works on sane cases. Now check whether nonexistent headers | 6527 | # OK, works on sane cases. Now check whether nonexistent headers |
| 6507 | # can be detected and how. | 6528 | # can be detected and how. |
| @@ -6517,18 +6538,18 @@ else | |||
| 6517 | ac_preproc_ok=: | 6538 | ac_preproc_ok=: |
| 6518 | break | 6539 | break |
| 6519 | fi | 6540 | fi |
| 6520 | rm -f conftest.err conftest.$ac_ext | 6541 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 6521 | 6542 | ||
| 6522 | done | 6543 | done |
| 6523 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 6544 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 6524 | rm -f conftest.err conftest.$ac_ext | 6545 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 6525 | if $ac_preproc_ok; then : | 6546 | if $ac_preproc_ok; then : |
| 6526 | 6547 | ||
| 6527 | else | 6548 | else |
| 6528 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 6549 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 6529 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 6550 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 6530 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 6551 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 6531 | See \`config.log' for more details." "$LINENO" 5; } | 6552 | See \`config.log' for more details" "$LINENO" 5; } |
| 6532 | fi | 6553 | fi |
| 6533 | 6554 | ||
| 6534 | ac_ext=c | 6555 | ac_ext=c |
| @@ -6544,7 +6565,7 @@ if test "x$RANLIB" = x; then | |||
| 6544 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 6565 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
| 6545 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6566 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6546 | $as_echo_n "checking for $ac_word... " >&6; } | 6567 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6547 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | 6568 | if ${ac_cv_prog_RANLIB+:} false; then : |
| 6548 | $as_echo_n "(cached) " >&6 | 6569 | $as_echo_n "(cached) " >&6 |
| 6549 | else | 6570 | else |
| 6550 | if test -n "$RANLIB"; then | 6571 | if test -n "$RANLIB"; then |
| @@ -6584,7 +6605,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 6584 | set dummy ranlib; ac_word=$2 | 6605 | set dummy ranlib; ac_word=$2 |
| 6585 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6606 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6586 | $as_echo_n "checking for $ac_word... " >&6; } | 6607 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6587 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | 6608 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
| 6588 | $as_echo_n "(cached) " >&6 | 6609 | $as_echo_n "(cached) " >&6 |
| 6589 | else | 6610 | else |
| 6590 | if test -n "$ac_ct_RANLIB"; then | 6611 | if test -n "$ac_ct_RANLIB"; then |
| @@ -6639,7 +6660,7 @@ fi | |||
| 6639 | ## is running in i386 mode, we can help them out. | 6660 | ## is running in i386 mode, we can help them out. |
| 6640 | if test "$machine" = "amdx86-64"; then | 6661 | if test "$machine" = "amdx86-64"; then |
| 6641 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" | 6662 | ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" |
| 6642 | if test "x$ac_cv_have_decl_i386" = x""yes; then : | 6663 | if test "x$ac_cv_have_decl_i386" = xyes; then : |
| 6643 | 6664 | ||
| 6644 | fi | 6665 | fi |
| 6645 | 6666 | ||
| @@ -6654,7 +6675,7 @@ fi | |||
| 6654 | set dummy install-info; ac_word=$2 | 6675 | set dummy install-info; ac_word=$2 |
| 6655 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6676 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6656 | $as_echo_n "checking for $ac_word... " >&6; } | 6677 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6657 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 6678 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 6658 | $as_echo_n "(cached) " >&6 | 6679 | $as_echo_n "(cached) " >&6 |
| 6659 | else | 6680 | else |
| 6660 | case $INSTALL_INFO in | 6681 | case $INSTALL_INFO in |
| @@ -6694,7 +6715,7 @@ fi | |||
| 6694 | set dummy install-info; ac_word=$2 | 6715 | set dummy install-info; ac_word=$2 |
| 6695 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6716 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6696 | $as_echo_n "checking for $ac_word... " >&6; } | 6717 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6697 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 6718 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 6698 | $as_echo_n "(cached) " >&6 | 6719 | $as_echo_n "(cached) " >&6 |
| 6699 | else | 6720 | else |
| 6700 | case $INSTALL_INFO in | 6721 | case $INSTALL_INFO in |
| @@ -6734,7 +6755,7 @@ fi | |||
| 6734 | set dummy install-info; ac_word=$2 | 6755 | set dummy install-info; ac_word=$2 |
| 6735 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6756 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6736 | $as_echo_n "checking for $ac_word... " >&6; } | 6757 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6737 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 6758 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 6738 | $as_echo_n "(cached) " >&6 | 6759 | $as_echo_n "(cached) " >&6 |
| 6739 | else | 6760 | else |
| 6740 | case $INSTALL_INFO in | 6761 | case $INSTALL_INFO in |
| @@ -6775,7 +6796,7 @@ fi | |||
| 6775 | set dummy gzip; ac_word=$2 | 6796 | set dummy gzip; ac_word=$2 |
| 6776 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6797 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6777 | $as_echo_n "checking for $ac_word... " >&6; } | 6798 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6778 | if test "${ac_cv_path_GZIP_PROG+set}" = set; then : | 6799 | if ${ac_cv_path_GZIP_PROG+:} false; then : |
| 6779 | $as_echo_n "(cached) " >&6 | 6800 | $as_echo_n "(cached) " >&6 |
| 6780 | else | 6801 | else |
| 6781 | case $GZIP_PROG in | 6802 | case $GZIP_PROG in |
| @@ -6818,7 +6839,7 @@ fi | |||
| 6818 | set dummy makeinfo; ac_word=$2 | 6839 | set dummy makeinfo; ac_word=$2 |
| 6819 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 6840 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 6820 | $as_echo_n "checking for $ac_word... " >&6; } | 6841 | $as_echo_n "checking for $ac_word... " >&6; } |
| 6821 | if test "${ac_cv_path_MAKEINFO+set}" = set; then : | 6842 | if ${ac_cv_path_MAKEINFO+:} false; then : |
| 6822 | $as_echo_n "(cached) " >&6 | 6843 | $as_echo_n "(cached) " >&6 |
| 6823 | else | 6844 | else |
| 6824 | case $MAKEINFO in | 6845 | case $MAKEINFO in |
| @@ -6876,7 +6897,7 @@ if test "$MAKEINFO" = "no"; then | |||
| 6876 | if test "x${with_makeinfo}" = "xno"; then | 6897 | if test "x${with_makeinfo}" = "xno"; then |
| 6877 | HAVE_MAKEINFO=no | 6898 | HAVE_MAKEINFO=no |
| 6878 | elif test ! -e $srcdir/info/emacs; then | 6899 | elif test ! -e $srcdir/info/emacs; then |
| 6879 | as_fn_error "You do not seem to have makeinfo >= 4.6, and your | 6900 | as_fn_error $? "You do not seem to have makeinfo >= 4.6, and your |
| 6880 | source tree does not seem to have pre-built manuals in the \`info' directory. | 6901 | source tree does not seem to have pre-built manuals in the \`info' directory. |
| 6881 | Either install a suitable version of makeinfo, or re-run configure | 6902 | Either install a suitable version of makeinfo, or re-run configure |
| 6882 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 | 6903 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 |
| @@ -7024,7 +7045,7 @@ esac | |||
| 7024 | C_SWITCH_MACHINE= | 7045 | C_SWITCH_MACHINE= |
| 7025 | if test "$machine" = "alpha"; then | 7046 | if test "$machine" = "alpha"; then |
| 7026 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" | 7047 | ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" |
| 7027 | if test "x$ac_cv_have_decl___ELF__" = x""yes; then : | 7048 | if test "x$ac_cv_have_decl___ELF__" = xyes; then : |
| 7028 | 7049 | ||
| 7029 | fi | 7050 | fi |
| 7030 | 7051 | ||
| @@ -7037,7 +7058,7 @@ fi | |||
| 7037 | if test "x$GCC" = "xyes"; then | 7058 | if test "x$GCC" = "xyes"; then |
| 7038 | C_SWITCH_MACHINE="-fno-common" | 7059 | C_SWITCH_MACHINE="-fno-common" |
| 7039 | else | 7060 | else |
| 7040 | as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5 | 7061 | as_fn_error $? "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5 |
| 7041 | fi | 7062 | fi |
| 7042 | else | 7063 | else |
| 7043 | UNEXEC_OBJ=unexalpha.o | 7064 | UNEXEC_OBJ=unexalpha.o |
| @@ -7092,7 +7113,7 @@ if test "$enable_largefile" != no; then | |||
| 7092 | 7113 | ||
| 7093 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 | 7114 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 |
| 7094 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } | 7115 | $as_echo_n "checking for special C compiler options needed for large files... " >&6; } |
| 7095 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : | 7116 | if ${ac_cv_sys_largefile_CC+:} false; then : |
| 7096 | $as_echo_n "(cached) " >&6 | 7117 | $as_echo_n "(cached) " >&6 |
| 7097 | else | 7118 | else |
| 7098 | ac_cv_sys_largefile_CC=no | 7119 | ac_cv_sys_largefile_CC=no |
| @@ -7143,7 +7164,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } | |||
| 7143 | 7164 | ||
| 7144 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | 7165 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 |
| 7145 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } | 7166 | $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } |
| 7146 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : | 7167 | if ${ac_cv_sys_file_offset_bits+:} false; then : |
| 7147 | $as_echo_n "(cached) " >&6 | 7168 | $as_echo_n "(cached) " >&6 |
| 7148 | else | 7169 | else |
| 7149 | while :; do | 7170 | while :; do |
| @@ -7212,7 +7233,7 @@ rm -rf conftest* | |||
| 7212 | if test $ac_cv_sys_file_offset_bits = unknown; then | 7233 | if test $ac_cv_sys_file_offset_bits = unknown; then |
| 7213 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 | 7234 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 |
| 7214 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } | 7235 | $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } |
| 7215 | if test "${ac_cv_sys_large_files+set}" = set; then : | 7236 | if ${ac_cv_sys_large_files+:} false; then : |
| 7216 | $as_echo_n "(cached) " >&6 | 7237 | $as_echo_n "(cached) " >&6 |
| 7217 | else | 7238 | else |
| 7218 | while :; do | 7239 | while :; do |
| @@ -7313,7 +7334,7 @@ else | |||
| 7313 | ## Some platforms don't use any of these files, so it is not | 7334 | ## Some platforms don't use any of these files, so it is not |
| 7314 | ## appropriate to put this test outside the if block. | 7335 | ## appropriate to put this test outside the if block. |
| 7315 | test -e $CRT_DIR/crtn.o || test -e $CRT_DIR/crt0.o || \ | 7336 | test -e $CRT_DIR/crtn.o || test -e $CRT_DIR/crt0.o || \ |
| 7316 | as_fn_error "crt*.o not found in specified location." "$LINENO" 5 | 7337 | as_fn_error $? "crt*.o not found in specified location." "$LINENO" 5 |
| 7317 | 7338 | ||
| 7318 | fi | 7339 | fi |
| 7319 | 7340 | ||
| @@ -7368,8 +7389,7 @@ if test "${with_sound}" != "no"; then | |||
| 7368 | do : | 7389 | do : |
| 7369 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 7390 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 7370 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 7391 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 7371 | eval as_val=\$$as_ac_Header | 7392 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 7372 | if test "x$as_val" = x""yes; then : | ||
| 7373 | cat >>confdefs.h <<_ACEOF | 7393 | cat >>confdefs.h <<_ACEOF |
| 7374 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 7394 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 7375 | _ACEOF | 7395 | _ACEOF |
| @@ -7381,7 +7401,7 @@ done | |||
| 7381 | # Emulation library used on NetBSD. | 7401 | # Emulation library used on NetBSD. |
| 7382 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 | 7402 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 |
| 7383 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } | 7403 | $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } |
| 7384 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : | 7404 | if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : |
| 7385 | $as_echo_n "(cached) " >&6 | 7405 | $as_echo_n "(cached) " >&6 |
| 7386 | else | 7406 | else |
| 7387 | ac_check_lib_save_LIBS=$LIBS | 7407 | ac_check_lib_save_LIBS=$LIBS |
| @@ -7415,7 +7435,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 7415 | fi | 7435 | fi |
| 7416 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 | 7436 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
| 7417 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } | 7437 | $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } |
| 7418 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : | 7438 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : |
| 7419 | LIBSOUND=-lossaudio | 7439 | LIBSOUND=-lossaudio |
| 7420 | else | 7440 | else |
| 7421 | LIBSOUND= | 7441 | LIBSOUND= |
| @@ -7432,7 +7452,7 @@ fi | |||
| 7432 | set dummy pkg-config; ac_word=$2 | 7452 | set dummy pkg-config; ac_word=$2 |
| 7433 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 7453 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 7434 | $as_echo_n "checking for $ac_word... " >&6; } | 7454 | $as_echo_n "checking for $ac_word... " >&6; } |
| 7435 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 7455 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 7436 | $as_echo_n "(cached) " >&6 | 7456 | $as_echo_n "(cached) " >&6 |
| 7437 | else | 7457 | else |
| 7438 | case $PKG_CONFIG in | 7458 | case $PKG_CONFIG in |
| @@ -7560,7 +7580,7 @@ else | |||
| 7560 | fi | 7580 | fi |
| 7561 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 7581 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 7562 | if test "$emacs_alsa_subdir" != yes; then | 7582 | if test "$emacs_alsa_subdir" != yes; then |
| 7563 | as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 | 7583 | as_fn_error $? "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 |
| 7564 | fi | 7584 | fi |
| 7565 | ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" | 7585 | ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" |
| 7566 | fi | 7586 | fi |
| @@ -7595,8 +7615,7 @@ for ac_header in sys/select.h sys/time.h unistd.h utime.h \ | |||
| 7595 | do : | 7615 | do : |
| 7596 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 7616 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 7597 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 7617 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 7598 | eval as_val=\$$as_ac_Header | 7618 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 7599 | if test "x$as_val" = x""yes; then : | ||
| 7600 | cat >>confdefs.h <<_ACEOF | 7619 | cat >>confdefs.h <<_ACEOF |
| 7601 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 7620 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 7602 | _ACEOF | 7621 | _ACEOF |
| @@ -7637,7 +7656,7 @@ fi | |||
| 7637 | for ac_header in term.h | 7656 | for ac_header in term.h |
| 7638 | do : | 7657 | do : |
| 7639 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" | 7658 | ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" |
| 7640 | if test "x$ac_cv_header_term_h" = x""yes; then : | 7659 | if test "x$ac_cv_header_term_h" = xyes; then : |
| 7641 | cat >>confdefs.h <<_ACEOF | 7660 | cat >>confdefs.h <<_ACEOF |
| 7642 | #define HAVE_TERM_H 1 | 7661 | #define HAVE_TERM_H 1 |
| 7643 | _ACEOF | 7662 | _ACEOF |
| @@ -7648,7 +7667,7 @@ done | |||
| 7648 | 7667 | ||
| 7649 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | 7668 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
| 7650 | $as_echo_n "checking for ANSI C header files... " >&6; } | 7669 | $as_echo_n "checking for ANSI C header files... " >&6; } |
| 7651 | if test "${ac_cv_header_stdc+set}" = set; then : | 7670 | if ${ac_cv_header_stdc+:} false; then : |
| 7652 | $as_echo_n "(cached) " >&6 | 7671 | $as_echo_n "(cached) " >&6 |
| 7653 | else | 7672 | else |
| 7654 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7673 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7760,7 +7779,7 @@ fi | |||
| 7760 | 7779 | ||
| 7761 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | 7780 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
| 7762 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | 7781 | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
| 7763 | if test "${ac_cv_header_time+set}" = set; then : | 7782 | if ${ac_cv_header_time+:} false; then : |
| 7764 | $as_echo_n "(cached) " >&6 | 7783 | $as_echo_n "(cached) " >&6 |
| 7765 | else | 7784 | else |
| 7766 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7785 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7794,7 +7813,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h | |||
| 7794 | fi | 7813 | fi |
| 7795 | 7814 | ||
| 7796 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" | 7815 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" |
| 7797 | if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : | 7816 | if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : |
| 7798 | ac_have_decl=1 | 7817 | ac_have_decl=1 |
| 7799 | else | 7818 | else |
| 7800 | ac_have_decl=0 | 7819 | ac_have_decl=0 |
| @@ -7807,7 +7826,7 @@ _ACEOF | |||
| 7807 | if test $ac_cv_have_decl_sys_siglist != yes; then | 7826 | if test $ac_cv_have_decl_sys_siglist != yes; then |
| 7808 | # For Tru64, at least: | 7827 | # For Tru64, at least: |
| 7809 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" | 7828 | ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" |
| 7810 | if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : | 7829 | if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : |
| 7811 | ac_have_decl=1 | 7830 | ac_have_decl=1 |
| 7812 | else | 7831 | else |
| 7813 | ac_have_decl=0 | 7832 | ac_have_decl=0 |
| @@ -7825,7 +7844,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h | |||
| 7825 | fi | 7844 | fi |
| 7826 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 | 7845 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 |
| 7827 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } | 7846 | $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } |
| 7828 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : | 7847 | if ${ac_cv_header_sys_wait_h+:} false; then : |
| 7829 | $as_echo_n "(cached) " >&6 | 7848 | $as_echo_n "(cached) " >&6 |
| 7830 | else | 7849 | else |
| 7831 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7850 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7867,7 +7886,7 @@ fi | |||
| 7867 | 7886 | ||
| 7868 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 | 7887 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 |
| 7869 | $as_echo_n "checking for struct utimbuf... " >&6; } | 7888 | $as_echo_n "checking for struct utimbuf... " >&6; } |
| 7870 | if test "${emacs_cv_struct_utimbuf+set}" = set; then : | 7889 | if ${emacs_cv_struct_utimbuf+:} false; then : |
| 7871 | $as_echo_n "(cached) " >&6 | 7890 | $as_echo_n "(cached) " >&6 |
| 7872 | else | 7891 | else |
| 7873 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7892 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7910,7 +7929,7 @@ fi | |||
| 7910 | 7929 | ||
| 7911 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 | 7930 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 |
| 7912 | $as_echo_n "checking for speed_t... " >&6; } | 7931 | $as_echo_n "checking for speed_t... " >&6; } |
| 7913 | if test "${emacs_cv_speed_t+set}" = set; then : | 7932 | if ${emacs_cv_speed_t+:} false; then : |
| 7914 | $as_echo_n "(cached) " >&6 | 7933 | $as_echo_n "(cached) " >&6 |
| 7915 | else | 7934 | else |
| 7916 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7935 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7941,7 +7960,7 @@ fi | |||
| 7941 | 7960 | ||
| 7942 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 | 7961 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 |
| 7943 | $as_echo_n "checking for struct timeval... " >&6; } | 7962 | $as_echo_n "checking for struct timeval... " >&6; } |
| 7944 | if test "${emacs_cv_struct_timeval+set}" = set; then : | 7963 | if ${emacs_cv_struct_timeval+:} false; then : |
| 7945 | $as_echo_n "(cached) " >&6 | 7964 | $as_echo_n "(cached) " >&6 |
| 7946 | else | 7965 | else |
| 7947 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 7966 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -7982,7 +8001,7 @@ fi | |||
| 7982 | 8001 | ||
| 7983 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 | 8002 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 |
| 7984 | $as_echo_n "checking for struct exception... " >&6; } | 8003 | $as_echo_n "checking for struct exception... " >&6; } |
| 7985 | if test "${emacs_cv_struct_exception+set}" = set; then : | 8004 | if ${emacs_cv_struct_exception+:} false; then : |
| 7986 | $as_echo_n "(cached) " >&6 | 8005 | $as_echo_n "(cached) " >&6 |
| 7987 | else | 8006 | else |
| 7988 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8007 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8019,7 +8038,7 @@ do : | |||
| 8019 | #include <sys/socket.h> | 8038 | #include <sys/socket.h> |
| 8020 | #endif | 8039 | #endif |
| 8021 | " | 8040 | " |
| 8022 | if test "x$ac_cv_header_net_if_h" = x""yes; then : | 8041 | if test "x$ac_cv_header_net_if_h" = xyes; then : |
| 8023 | cat >>confdefs.h <<_ACEOF | 8042 | cat >>confdefs.h <<_ACEOF |
| 8024 | #define HAVE_NET_IF_H 1 | 8043 | #define HAVE_NET_IF_H 1 |
| 8025 | _ACEOF | 8044 | _ACEOF |
| @@ -8031,7 +8050,7 @@ done | |||
| 8031 | 8050 | ||
| 8032 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 | 8051 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 8033 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } | 8052 | $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } |
| 8034 | if test "${ac_cv_struct_tm+set}" = set; then : | 8053 | if ${ac_cv_struct_tm+:} false; then : |
| 8035 | $as_echo_n "(cached) " >&6 | 8054 | $as_echo_n "(cached) " >&6 |
| 8036 | else | 8055 | else |
| 8037 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8056 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8068,7 +8087,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_ | |||
| 8068 | #include <$ac_cv_struct_tm> | 8087 | #include <$ac_cv_struct_tm> |
| 8069 | 8088 | ||
| 8070 | " | 8089 | " |
| 8071 | if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : | 8090 | if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : |
| 8072 | 8091 | ||
| 8073 | cat >>confdefs.h <<_ACEOF | 8092 | cat >>confdefs.h <<_ACEOF |
| 8074 | #define HAVE_STRUCT_TM_TM_ZONE 1 | 8093 | #define HAVE_STRUCT_TM_TM_ZONE 1 |
| @@ -8084,7 +8103,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h | |||
| 8084 | else | 8103 | else |
| 8085 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> | 8104 | ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> |
| 8086 | " | 8105 | " |
| 8087 | if test "x$ac_cv_have_decl_tzname" = x""yes; then : | 8106 | if test "x$ac_cv_have_decl_tzname" = xyes; then : |
| 8088 | ac_have_decl=1 | 8107 | ac_have_decl=1 |
| 8089 | else | 8108 | else |
| 8090 | ac_have_decl=0 | 8109 | ac_have_decl=0 |
| @@ -8096,7 +8115,7 @@ _ACEOF | |||
| 8096 | 8115 | ||
| 8097 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 | 8116 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 |
| 8098 | $as_echo_n "checking for tzname... " >&6; } | 8117 | $as_echo_n "checking for tzname... " >&6; } |
| 8099 | if test "${ac_cv_var_tzname+set}" = set; then : | 8118 | if ${ac_cv_var_tzname+:} false; then : |
| 8100 | $as_echo_n "(cached) " >&6 | 8119 | $as_echo_n "(cached) " >&6 |
| 8101 | else | 8120 | else |
| 8102 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8121 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8133,7 +8152,7 @@ fi | |||
| 8133 | 8152 | ||
| 8134 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 8153 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 8135 | " | 8154 | " |
| 8136 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : | 8155 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : |
| 8137 | 8156 | ||
| 8138 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h | 8157 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h |
| 8139 | 8158 | ||
| @@ -8147,7 +8166,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i | |||
| 8147 | #include <net/if.h> | 8166 | #include <net/if.h> |
| 8148 | #endif | 8167 | #endif |
| 8149 | " | 8168 | " |
| 8150 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : | 8169 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : |
| 8151 | 8170 | ||
| 8152 | cat >>confdefs.h <<_ACEOF | 8171 | cat >>confdefs.h <<_ACEOF |
| 8153 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 | 8172 | #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 |
| @@ -8163,7 +8182,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ | |||
| 8163 | #include <net/if.h> | 8182 | #include <net/if.h> |
| 8164 | #endif | 8183 | #endif |
| 8165 | " | 8184 | " |
| 8166 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : | 8185 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : |
| 8167 | 8186 | ||
| 8168 | cat >>confdefs.h <<_ACEOF | 8187 | cat >>confdefs.h <<_ACEOF |
| 8169 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 | 8188 | #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 |
| @@ -8179,7 +8198,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct | |||
| 8179 | #include <net/if.h> | 8198 | #include <net/if.h> |
| 8180 | #endif | 8199 | #endif |
| 8181 | " | 8200 | " |
| 8182 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : | 8201 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : |
| 8183 | 8202 | ||
| 8184 | cat >>confdefs.h <<_ACEOF | 8203 | cat >>confdefs.h <<_ACEOF |
| 8185 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 | 8204 | #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 |
| @@ -8195,7 +8214,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru | |||
| 8195 | #include <net/if.h> | 8214 | #include <net/if.h> |
| 8196 | #endif | 8215 | #endif |
| 8197 | " | 8216 | " |
| 8198 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : | 8217 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : |
| 8199 | 8218 | ||
| 8200 | cat >>confdefs.h <<_ACEOF | 8219 | cat >>confdefs.h <<_ACEOF |
| 8201 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 | 8220 | #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 |
| @@ -8211,7 +8230,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if | |||
| 8211 | #include <net/if.h> | 8230 | #include <net/if.h> |
| 8212 | #endif | 8231 | #endif |
| 8213 | " | 8232 | " |
| 8214 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : | 8233 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : |
| 8215 | 8234 | ||
| 8216 | cat >>confdefs.h <<_ACEOF | 8235 | cat >>confdefs.h <<_ACEOF |
| 8217 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 | 8236 | #define HAVE_STRUCT_IFREQ_IFR_ADDR 1 |
| @@ -8240,7 +8259,7 @@ fi | |||
| 8240 | 8259 | ||
| 8241 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 | 8260 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 |
| 8242 | $as_echo_n "checking for working volatile... " >&6; } | 8261 | $as_echo_n "checking for working volatile... " >&6; } |
| 8243 | if test "${ac_cv_c_volatile+set}" = set; then : | 8262 | if ${ac_cv_c_volatile+:} false; then : |
| 8244 | $as_echo_n "(cached) " >&6 | 8263 | $as_echo_n "(cached) " >&6 |
| 8245 | else | 8264 | else |
| 8246 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8265 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8274,7 +8293,7 @@ fi | |||
| 8274 | 8293 | ||
| 8275 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 | 8294 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
| 8276 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } | 8295 | $as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
| 8277 | if test "${ac_cv_c_const+set}" = set; then : | 8296 | if ${ac_cv_c_const+:} false; then : |
| 8278 | $as_echo_n "(cached) " >&6 | 8297 | $as_echo_n "(cached) " >&6 |
| 8279 | else | 8298 | else |
| 8280 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8299 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8354,7 +8373,7 @@ fi | |||
| 8354 | 8373 | ||
| 8355 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 | 8374 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 |
| 8356 | $as_echo_n "checking for void * support... " >&6; } | 8375 | $as_echo_n "checking for void * support... " >&6; } |
| 8357 | if test "${emacs_cv_void_star+set}" = set; then : | 8376 | if ${emacs_cv_void_star+:} false; then : |
| 8358 | $as_echo_n "(cached) " >&6 | 8377 | $as_echo_n "(cached) " >&6 |
| 8359 | else | 8378 | else |
| 8360 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8379 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8387,7 +8406,7 @@ fi | |||
| 8387 | 8406 | ||
| 8388 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 | 8407 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 |
| 8389 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | 8408 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 8390 | if test "${ac_cv_c_bigendian+set}" = set; then : | 8409 | if ${ac_cv_c_bigendian+:} false; then : |
| 8391 | $as_echo_n "(cached) " >&6 | 8410 | $as_echo_n "(cached) " >&6 |
| 8392 | else | 8411 | else |
| 8393 | ac_cv_c_bigendian=unknown | 8412 | ac_cv_c_bigendian=unknown |
| @@ -8605,14 +8624,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
| 8605 | 8624 | ||
| 8606 | ;; #( | 8625 | ;; #( |
| 8607 | *) | 8626 | *) |
| 8608 | as_fn_error "unknown endianness | 8627 | as_fn_error $? "unknown endianness |
| 8609 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 8628 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
| 8610 | esac | 8629 | esac |
| 8611 | 8630 | ||
| 8612 | 8631 | ||
| 8613 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 | 8632 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 |
| 8614 | $as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } | 8633 | $as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } |
| 8615 | if test "${emacs_cv_attribute_aligned+set}" = set; then : | 8634 | if ${emacs_cv_attribute_aligned+:} false; then : |
| 8616 | $as_echo_n "(cached) " >&6 | 8635 | $as_echo_n "(cached) " >&6 |
| 8617 | else | 8636 | else |
| 8618 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8637 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8645,7 +8664,7 @@ fi | |||
| 8645 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 8664 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 8646 | set x ${MAKE-make} | 8665 | set x ${MAKE-make} |
| 8647 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 8666 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 8648 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 8667 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
| 8649 | $as_echo_n "(cached) " >&6 | 8668 | $as_echo_n "(cached) " >&6 |
| 8650 | else | 8669 | else |
| 8651 | cat >conftest.make <<\_ACEOF | 8670 | cat >conftest.make <<\_ACEOF |
| @@ -8653,7 +8672,7 @@ SHELL = /bin/sh | |||
| 8653 | all: | 8672 | all: |
| 8654 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 8673 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
| 8655 | _ACEOF | 8674 | _ACEOF |
| 8656 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 8675 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
| 8657 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 8676 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
| 8658 | *@@@%%%=?*=@@@%%%*) | 8677 | *@@@%%%=?*=@@@%%%*) |
| 8659 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 8678 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
| @@ -8733,7 +8752,7 @@ deps_frag=$srcdir/src/$deps_frag | |||
| 8733 | 8752 | ||
| 8734 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 | 8753 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 |
| 8735 | $as_echo_n "checking for long file names... " >&6; } | 8754 | $as_echo_n "checking for long file names... " >&6; } |
| 8736 | if test "${ac_cv_sys_long_file_names+set}" = set; then : | 8755 | if ${ac_cv_sys_long_file_names+:} false; then : |
| 8737 | $as_echo_n "(cached) " >&6 | 8756 | $as_echo_n "(cached) " >&6 |
| 8738 | else | 8757 | else |
| 8739 | ac_cv_sys_long_file_names=yes | 8758 | ac_cv_sys_long_file_names=yes |
| @@ -8789,8 +8808,8 @@ if test "x$with_x" = xno; then | |||
| 8789 | have_x=disabled | 8808 | have_x=disabled |
| 8790 | else | 8809 | else |
| 8791 | case $x_includes,$x_libraries in #( | 8810 | case $x_includes,$x_libraries in #( |
| 8792 | *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( | 8811 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( |
| 8793 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : | 8812 | *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then : |
| 8794 | $as_echo_n "(cached) " >&6 | 8813 | $as_echo_n "(cached) " >&6 |
| 8795 | else | 8814 | else |
| 8796 | # One or both of the vars are not set, and there is no cached value. | 8815 | # One or both of the vars are not set, and there is no cached value. |
| @@ -8807,7 +8826,7 @@ libdir: | |||
| 8807 | @echo libdir='${LIBDIR}' | 8826 | @echo libdir='${LIBDIR}' |
| 8808 | _ACEOF | 8827 | _ACEOF |
| 8809 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then | 8828 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
| 8810 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 8829 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
| 8811 | for ac_var in incroot usrlibdir libdir; do | 8830 | for ac_var in incroot usrlibdir libdir; do |
| 8812 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" | 8831 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
| 8813 | done | 8832 | done |
| @@ -8893,7 +8912,7 @@ else | |||
| 8893 | fi | 8912 | fi |
| 8894 | done | 8913 | done |
| 8895 | fi | 8914 | fi |
| 8896 | rm -f conftest.err conftest.$ac_ext | 8915 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 8897 | fi # $ac_x_includes = no | 8916 | fi # $ac_x_includes = no |
| 8898 | 8917 | ||
| 8899 | if test "$ac_x_libraries" = no; then | 8918 | if test "$ac_x_libraries" = no; then |
| @@ -9073,10 +9092,10 @@ if test "${with_ns}" != no; then | |||
| 9073 | TEMACS_LDFLAGS2= | 9092 | TEMACS_LDFLAGS2= |
| 9074 | fi | 9093 | fi |
| 9075 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" | 9094 | ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" |
| 9076 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : | 9095 | if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : |
| 9077 | HAVE_NS=yes | 9096 | HAVE_NS=yes |
| 9078 | else | 9097 | else |
| 9079 | as_fn_error "\`--with-ns' was specified, but the include | 9098 | as_fn_error $? "\`--with-ns' was specified, but the include |
| 9080 | files are missing or cannot be compiled." "$LINENO" 5 | 9099 | files are missing or cannot be compiled." "$LINENO" 5 |
| 9081 | fi | 9100 | fi |
| 9082 | 9101 | ||
| @@ -9158,7 +9177,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 9158 | set dummy X; ac_word=$2 | 9177 | set dummy X; ac_word=$2 |
| 9159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9178 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9160 | $as_echo_n "checking for $ac_word... " >&6; } | 9179 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9161 | if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : | 9180 | if ${ac_cv_prog_HAVE_XSERVER+:} false; then : |
| 9162 | $as_echo_n "(cached) " >&6 | 9181 | $as_echo_n "(cached) " >&6 |
| 9163 | else | 9182 | else |
| 9164 | if test -n "$HAVE_XSERVER"; then | 9183 | if test -n "$HAVE_XSERVER"; then |
| @@ -9195,7 +9214,7 @@ fi | |||
| 9195 | if test "$HAVE_XSERVER" = true || | 9214 | if test "$HAVE_XSERVER" = true || |
| 9196 | test -n "$DISPLAY" || | 9215 | test -n "$DISPLAY" || |
| 9197 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then | 9216 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then |
| 9198 | as_fn_error "You seem to be running X, but no X development libraries | 9217 | as_fn_error $? "You seem to be running X, but no X development libraries |
| 9199 | were found. You should install the relevant development files for X | 9218 | were found. You should install the relevant development files for X |
| 9200 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 9219 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make |
| 9201 | sure you have development files for image handling, i.e. | 9220 | sure you have development files for image handling, i.e. |
| @@ -9217,14 +9236,14 @@ esac | |||
| 9217 | GNU_MALLOC=yes | 9236 | GNU_MALLOC=yes |
| 9218 | doug_lea_malloc=yes | 9237 | doug_lea_malloc=yes |
| 9219 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" | 9238 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" |
| 9220 | if test "x$ac_cv_func_malloc_get_state" = x""yes; then : | 9239 | if test "x$ac_cv_func_malloc_get_state" = xyes; then : |
| 9221 | 9240 | ||
| 9222 | else | 9241 | else |
| 9223 | doug_lea_malloc=no | 9242 | doug_lea_malloc=no |
| 9224 | fi | 9243 | fi |
| 9225 | 9244 | ||
| 9226 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" | 9245 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" |
| 9227 | if test "x$ac_cv_func_malloc_set_state" = x""yes; then : | 9246 | if test "x$ac_cv_func_malloc_set_state" = xyes; then : |
| 9228 | 9247 | ||
| 9229 | else | 9248 | else |
| 9230 | doug_lea_malloc=no | 9249 | doug_lea_malloc=no |
| @@ -9232,7 +9251,7 @@ fi | |||
| 9232 | 9251 | ||
| 9233 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 | 9252 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 |
| 9234 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } | 9253 | $as_echo_n "checking whether __after_morecore_hook exists... " >&6; } |
| 9235 | if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : | 9254 | if ${emacs_cv_var___after_morecore_hook+:} false; then : |
| 9236 | $as_echo_n "(cached) " >&6 | 9255 | $as_echo_n "(cached) " >&6 |
| 9237 | else | 9256 | else |
| 9238 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9257 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9318,8 +9337,7 @@ do : | |||
| 9318 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 9337 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 9319 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 9338 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 9320 | " | 9339 | " |
| 9321 | eval as_val=\$$as_ac_Header | 9340 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 9322 | if test "x$as_val" = x""yes; then : | ||
| 9323 | cat >>confdefs.h <<_ACEOF | 9341 | cat >>confdefs.h <<_ACEOF |
| 9324 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 9342 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 9325 | _ACEOF | 9343 | _ACEOF |
| @@ -9338,7 +9356,7 @@ done | |||
| 9338 | for ac_func in getpagesize | 9356 | for ac_func in getpagesize |
| 9339 | do : | 9357 | do : |
| 9340 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | 9358 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" |
| 9341 | if test "x$ac_cv_func_getpagesize" = x""yes; then : | 9359 | if test "x$ac_cv_func_getpagesize" = xyes; then : |
| 9342 | cat >>confdefs.h <<_ACEOF | 9360 | cat >>confdefs.h <<_ACEOF |
| 9343 | #define HAVE_GETPAGESIZE 1 | 9361 | #define HAVE_GETPAGESIZE 1 |
| 9344 | _ACEOF | 9362 | _ACEOF |
| @@ -9348,7 +9366,7 @@ done | |||
| 9348 | 9366 | ||
| 9349 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 | 9367 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 |
| 9350 | $as_echo_n "checking for working mmap... " >&6; } | 9368 | $as_echo_n "checking for working mmap... " >&6; } |
| 9351 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : | 9369 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : |
| 9352 | $as_echo_n "(cached) " >&6 | 9370 | $as_echo_n "(cached) " >&6 |
| 9353 | else | 9371 | else |
| 9354 | if test "$cross_compiling" = yes; then : | 9372 | if test "$cross_compiling" = yes; then : |
| @@ -9523,7 +9541,7 @@ LIBS="$LIBS_SYSTEM $LIBS" | |||
| 9523 | 9541 | ||
| 9524 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 | 9542 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 |
| 9525 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } | 9543 | $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } |
| 9526 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : | 9544 | if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : |
| 9527 | $as_echo_n "(cached) " >&6 | 9545 | $as_echo_n "(cached) " >&6 |
| 9528 | else | 9546 | else |
| 9529 | ac_check_lib_save_LIBS=$LIBS | 9547 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9557,7 +9575,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9557 | fi | 9575 | fi |
| 9558 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | 9576 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| 9559 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } | 9577 | $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
| 9560 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : | 9578 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : |
| 9561 | cat >>confdefs.h <<_ACEOF | 9579 | cat >>confdefs.h <<_ACEOF |
| 9562 | #define HAVE_LIBDNET 1 | 9580 | #define HAVE_LIBDNET 1 |
| 9563 | _ACEOF | 9581 | _ACEOF |
| @@ -9569,7 +9587,7 @@ fi | |||
| 9569 | 9587 | ||
| 9570 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 | 9588 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 |
| 9571 | $as_echo_n "checking for main in -lXbsd... " >&6; } | 9589 | $as_echo_n "checking for main in -lXbsd... " >&6; } |
| 9572 | if test "${ac_cv_lib_Xbsd_main+set}" = set; then : | 9590 | if ${ac_cv_lib_Xbsd_main+:} false; then : |
| 9573 | $as_echo_n "(cached) " >&6 | 9591 | $as_echo_n "(cached) " >&6 |
| 9574 | else | 9592 | else |
| 9575 | ac_check_lib_save_LIBS=$LIBS | 9593 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9597,14 +9615,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9597 | fi | 9615 | fi |
| 9598 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 | 9616 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 |
| 9599 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } | 9617 | $as_echo "$ac_cv_lib_Xbsd_main" >&6; } |
| 9600 | if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : | 9618 | if test "x$ac_cv_lib_Xbsd_main" = xyes; then : |
| 9601 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" | 9619 | LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" |
| 9602 | fi | 9620 | fi |
| 9603 | 9621 | ||
| 9604 | 9622 | ||
| 9605 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 | 9623 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 |
| 9606 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } | 9624 | $as_echo_n "checking for cma_open in -lpthreads... " >&6; } |
| 9607 | if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : | 9625 | if ${ac_cv_lib_pthreads_cma_open+:} false; then : |
| 9608 | $as_echo_n "(cached) " >&6 | 9626 | $as_echo_n "(cached) " >&6 |
| 9609 | else | 9627 | else |
| 9610 | ac_check_lib_save_LIBS=$LIBS | 9628 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9638,7 +9656,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9638 | fi | 9656 | fi |
| 9639 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 | 9657 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 |
| 9640 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } | 9658 | $as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } |
| 9641 | if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : | 9659 | if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then : |
| 9642 | cat >>confdefs.h <<_ACEOF | 9660 | cat >>confdefs.h <<_ACEOF |
| 9643 | #define HAVE_LIBPTHREADS 1 | 9661 | #define HAVE_LIBPTHREADS 1 |
| 9644 | _ACEOF | 9662 | _ACEOF |
| @@ -9665,7 +9683,7 @@ case ${host_os} in | |||
| 9665 | aix*) | 9683 | aix*) |
| 9666 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 | 9684 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 |
| 9667 | $as_echo_n "checking for -bbigtoc option... " >&6; } | 9685 | $as_echo_n "checking for -bbigtoc option... " >&6; } |
| 9668 | if test "${gdb_cv_bigtoc+set}" = set; then : | 9686 | if ${gdb_cv_bigtoc+:} false; then : |
| 9669 | $as_echo_n "(cached) " >&6 | 9687 | $as_echo_n "(cached) " >&6 |
| 9670 | else | 9688 | else |
| 9671 | 9689 | ||
| @@ -9826,8 +9844,7 @@ XScreenNumberOfScreen XSetWMProtocols | |||
| 9826 | do : | 9844 | do : |
| 9827 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 9845 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 9828 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 9846 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 9829 | eval as_val=\$$as_ac_var | 9847 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 9830 | if test "x$as_val" = x""yes; then : | ||
| 9831 | cat >>confdefs.h <<_ACEOF | 9848 | cat >>confdefs.h <<_ACEOF |
| 9832 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 9849 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 9833 | _ACEOF | 9850 | _ACEOF |
| @@ -9840,7 +9857,7 @@ fi | |||
| 9840 | if test "${window_system}" = "x11"; then | 9857 | if test "${window_system}" = "x11"; then |
| 9841 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 | 9858 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 |
| 9842 | $as_echo_n "checking X11 version 6... " >&6; } | 9859 | $as_echo_n "checking X11 version 6... " >&6; } |
| 9843 | if test "${emacs_cv_x11_version_6+set}" = set; then : | 9860 | if ${emacs_cv_x11_version_6+:} false; then : |
| 9844 | $as_echo_n "(cached) " >&6 | 9861 | $as_echo_n "(cached) " >&6 |
| 9845 | else | 9862 | else |
| 9846 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 9863 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -9905,7 +9922,7 @@ if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then | |||
| 9905 | set dummy pkg-config; ac_word=$2 | 9922 | set dummy pkg-config; ac_word=$2 |
| 9906 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 9923 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 9907 | $as_echo_n "checking for $ac_word... " >&6; } | 9924 | $as_echo_n "checking for $ac_word... " >&6; } |
| 9908 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 9925 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 9909 | $as_echo_n "(cached) " >&6 | 9926 | $as_echo_n "(cached) " >&6 |
| 9910 | else | 9927 | else |
| 9911 | case $PKG_CONFIG in | 9928 | case $PKG_CONFIG in |
| @@ -10016,7 +10033,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 10016 | set dummy pkg-config; ac_word=$2 | 10033 | set dummy pkg-config; ac_word=$2 |
| 10017 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10034 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10018 | $as_echo_n "checking for $ac_word... " >&6; } | 10035 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10019 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10036 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10020 | $as_echo_n "(cached) " >&6 | 10037 | $as_echo_n "(cached) " >&6 |
| 10021 | else | 10038 | else |
| 10022 | case $PKG_CONFIG in | 10039 | case $PKG_CONFIG in |
| @@ -10115,7 +10132,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h | |||
| 10115 | for ac_func in MagickExportImagePixels | 10132 | for ac_func in MagickExportImagePixels |
| 10116 | do : | 10133 | do : |
| 10117 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" | 10134 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" |
| 10118 | if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : | 10135 | if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then : |
| 10119 | cat >>confdefs.h <<_ACEOF | 10136 | cat >>confdefs.h <<_ACEOF |
| 10120 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 | 10137 | #define HAVE_MAGICKEXPORTIMAGEPIXELS 1 |
| 10121 | _ACEOF | 10138 | _ACEOF |
| @@ -10141,7 +10158,7 @@ if test "${with_gtk3}" = "yes"; then | |||
| 10141 | set dummy pkg-config; ac_word=$2 | 10158 | set dummy pkg-config; ac_word=$2 |
| 10142 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10159 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10143 | $as_echo_n "checking for $ac_word... " >&6; } | 10160 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10144 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10161 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10145 | $as_echo_n "(cached) " >&6 | 10162 | $as_echo_n "(cached) " >&6 |
| 10146 | else | 10163 | else |
| 10147 | case $PKG_CONFIG in | 10164 | case $PKG_CONFIG in |
| @@ -10229,7 +10246,7 @@ $as_echo "no" >&6; } | |||
| 10229 | fi | 10246 | fi |
| 10230 | 10247 | ||
| 10231 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then | 10248 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then |
| 10232 | as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 | 10249 | as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5 |
| 10233 | fi | 10250 | fi |
| 10234 | 10251 | ||
| 10235 | $as_echo "#define HAVE_GTK3 1" >>confdefs.h | 10252 | $as_echo "#define HAVE_GTK3 1" >>confdefs.h |
| @@ -10250,7 +10267,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then | |||
| 10250 | set dummy pkg-config; ac_word=$2 | 10267 | set dummy pkg-config; ac_word=$2 |
| 10251 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10268 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10252 | $as_echo_n "checking for $ac_word... " >&6; } | 10269 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10253 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10270 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10254 | $as_echo_n "(cached) " >&6 | 10271 | $as_echo_n "(cached) " >&6 |
| 10255 | else | 10272 | else |
| 10256 | case $PKG_CONFIG in | 10273 | case $PKG_CONFIG in |
| @@ -10338,7 +10355,7 @@ $as_echo "no" >&6; } | |||
| 10338 | fi | 10355 | fi |
| 10339 | 10356 | ||
| 10340 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then | 10357 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then |
| 10341 | as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 | 10358 | as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5 |
| 10342 | fi | 10359 | fi |
| 10343 | fi | 10360 | fi |
| 10344 | fi | 10361 | fi |
| @@ -10355,7 +10372,7 @@ if test x"$pkg_check_gtk" = xyes; then | |||
| 10355 | for ac_func in gtk_main | 10372 | for ac_func in gtk_main |
| 10356 | do : | 10373 | do : |
| 10357 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" | 10374 | ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" |
| 10358 | if test "x$ac_cv_func_gtk_main" = x""yes; then : | 10375 | if test "x$ac_cv_func_gtk_main" = xyes; then : |
| 10359 | cat >>confdefs.h <<_ACEOF | 10376 | cat >>confdefs.h <<_ACEOF |
| 10360 | #define HAVE_GTK_MAIN 1 | 10377 | #define HAVE_GTK_MAIN 1 |
| 10361 | _ACEOF | 10378 | _ACEOF |
| @@ -10365,7 +10382,7 @@ done | |||
| 10365 | 10382 | ||
| 10366 | if test "${GTK_COMPILES}" != "yes"; then | 10383 | if test "${GTK_COMPILES}" != "yes"; then |
| 10367 | if test "$USE_X_TOOLKIT" != "maybe"; then | 10384 | if test "$USE_X_TOOLKIT" != "maybe"; then |
| 10368 | as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; | 10385 | as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; |
| 10369 | fi | 10386 | fi |
| 10370 | else | 10387 | else |
| 10371 | HAVE_GTK=yes | 10388 | HAVE_GTK=yes |
| @@ -10403,7 +10420,7 @@ if test "${HAVE_GTK}" = "yes"; then | |||
| 10403 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default | 10420 | ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default |
| 10404 | #include <gtk/gtk.h> | 10421 | #include <gtk/gtk.h> |
| 10405 | " | 10422 | " |
| 10406 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : | 10423 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : |
| 10407 | HAVE_GTK_FILE_SELECTION=yes | 10424 | HAVE_GTK_FILE_SELECTION=yes |
| 10408 | else | 10425 | else |
| 10409 | HAVE_GTK_FILE_SELECTION=no | 10426 | HAVE_GTK_FILE_SELECTION=no |
| @@ -10413,7 +10430,7 @@ fi | |||
| 10413 | for ac_func in gtk_file_selection_new | 10430 | for ac_func in gtk_file_selection_new |
| 10414 | do : | 10431 | do : |
| 10415 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" | 10432 | ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" |
| 10416 | if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : | 10433 | if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then : |
| 10417 | cat >>confdefs.h <<_ACEOF | 10434 | cat >>confdefs.h <<_ACEOF |
| 10418 | #define HAVE_GTK_FILE_SELECTION_NEW 1 | 10435 | #define HAVE_GTK_FILE_SELECTION_NEW 1 |
| 10419 | _ACEOF | 10436 | _ACEOF |
| @@ -10427,7 +10444,7 @@ done | |||
| 10427 | for ac_header in pthread.h | 10444 | for ac_header in pthread.h |
| 10428 | do : | 10445 | do : |
| 10429 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" | 10446 | ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" |
| 10430 | if test "x$ac_cv_header_pthread_h" = x""yes; then : | 10447 | if test "x$ac_cv_header_pthread_h" = xyes; then : |
| 10431 | cat >>confdefs.h <<_ACEOF | 10448 | cat >>confdefs.h <<_ACEOF |
| 10432 | #define HAVE_PTHREAD_H 1 | 10449 | #define HAVE_PTHREAD_H 1 |
| 10433 | _ACEOF | 10450 | _ACEOF |
| @@ -10439,7 +10456,7 @@ done | |||
| 10439 | if test "$ac_cv_header_pthread_h"; then | 10456 | if test "$ac_cv_header_pthread_h"; then |
| 10440 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 | 10457 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 |
| 10441 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } | 10458 | $as_echo_n "checking for pthread_self in -lpthread... " >&6; } |
| 10442 | if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : | 10459 | if ${ac_cv_lib_pthread_pthread_self+:} false; then : |
| 10443 | $as_echo_n "(cached) " >&6 | 10460 | $as_echo_n "(cached) " >&6 |
| 10444 | else | 10461 | else |
| 10445 | ac_check_lib_save_LIBS=$LIBS | 10462 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10473,7 +10490,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10473 | fi | 10490 | fi |
| 10474 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 | 10491 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 |
| 10475 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } | 10492 | $as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } |
| 10476 | if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : | 10493 | if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : |
| 10477 | HAVE_GTK_AND_PTHREAD=yes | 10494 | HAVE_GTK_AND_PTHREAD=yes |
| 10478 | fi | 10495 | fi |
| 10479 | 10496 | ||
| @@ -10495,8 +10512,7 @@ $as_echo "#define HAVE_GTK_AND_PTHREAD 1" >>confdefs.h | |||
| 10495 | do : | 10512 | do : |
| 10496 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 10513 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 10497 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 10514 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10498 | eval as_val=\$$as_ac_var | 10515 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 10499 | if test "x$as_val" = x""yes; then : | ||
| 10500 | cat >>confdefs.h <<_ACEOF | 10516 | cat >>confdefs.h <<_ACEOF |
| 10501 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 10517 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 10502 | _ACEOF | 10518 | _ACEOF |
| @@ -10517,7 +10533,7 @@ if test "${with_dbus}" = "yes"; then | |||
| 10517 | set dummy pkg-config; ac_word=$2 | 10533 | set dummy pkg-config; ac_word=$2 |
| 10518 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10534 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10519 | $as_echo_n "checking for $ac_word... " >&6; } | 10535 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10520 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10536 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10521 | $as_echo_n "(cached) " >&6 | 10537 | $as_echo_n "(cached) " >&6 |
| 10522 | else | 10538 | else |
| 10523 | case $PKG_CONFIG in | 10539 | case $PKG_CONFIG in |
| @@ -10612,7 +10628,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h | |||
| 10612 | for ac_func in dbus_watch_get_unix_fd | 10628 | for ac_func in dbus_watch_get_unix_fd |
| 10613 | do : | 10629 | do : |
| 10614 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" | 10630 | ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" |
| 10615 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : | 10631 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then : |
| 10616 | cat >>confdefs.h <<_ACEOF | 10632 | cat >>confdefs.h <<_ACEOF |
| 10617 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 | 10633 | #define HAVE_DBUS_WATCH_GET_UNIX_FD 1 |
| 10618 | _ACEOF | 10634 | _ACEOF |
| @@ -10634,7 +10650,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then | |||
| 10634 | set dummy pkg-config; ac_word=$2 | 10650 | set dummy pkg-config; ac_word=$2 |
| 10635 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10651 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10636 | $as_echo_n "checking for $ac_word... " >&6; } | 10652 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10637 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10653 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10638 | $as_echo_n "(cached) " >&6 | 10654 | $as_echo_n "(cached) " >&6 |
| 10639 | else | 10655 | else |
| 10640 | case $PKG_CONFIG in | 10656 | case $PKG_CONFIG in |
| @@ -10728,7 +10744,7 @@ $as_echo "#define HAVE_GCONF 1" >>confdefs.h | |||
| 10728 | for ac_func in g_type_init | 10744 | for ac_func in g_type_init |
| 10729 | do : | 10745 | do : |
| 10730 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" | 10746 | ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" |
| 10731 | if test "x$ac_cv_func_g_type_init" = x""yes; then : | 10747 | if test "x$ac_cv_func_g_type_init" = xyes; then : |
| 10732 | cat >>confdefs.h <<_ACEOF | 10748 | cat >>confdefs.h <<_ACEOF |
| 10733 | #define HAVE_G_TYPE_INIT 1 | 10749 | #define HAVE_G_TYPE_INIT 1 |
| 10734 | _ACEOF | 10750 | _ACEOF |
| @@ -10744,7 +10760,7 @@ LIBSELINUX_LIBS= | |||
| 10744 | if test "${with_selinux}" = "yes"; then | 10760 | if test "${with_selinux}" = "yes"; then |
| 10745 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 | 10761 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 |
| 10746 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } | 10762 | $as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } |
| 10747 | if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : | 10763 | if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : |
| 10748 | $as_echo_n "(cached) " >&6 | 10764 | $as_echo_n "(cached) " >&6 |
| 10749 | else | 10765 | else |
| 10750 | ac_check_lib_save_LIBS=$LIBS | 10766 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10778,7 +10794,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10778 | fi | 10794 | fi |
| 10779 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 | 10795 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 |
| 10780 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } | 10796 | $as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } |
| 10781 | if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : | 10797 | if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : |
| 10782 | HAVE_LIBSELINUX=yes | 10798 | HAVE_LIBSELINUX=yes |
| 10783 | else | 10799 | else |
| 10784 | HAVE_LIBSELINUX=no | 10800 | HAVE_LIBSELINUX=no |
| @@ -10802,7 +10818,7 @@ if test "${with_gnutls}" = "yes" ; then | |||
| 10802 | set dummy pkg-config; ac_word=$2 | 10818 | set dummy pkg-config; ac_word=$2 |
| 10803 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 10819 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 10804 | $as_echo_n "checking for $ac_word... " >&6; } | 10820 | $as_echo_n "checking for $ac_word... " >&6; } |
| 10805 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10821 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10806 | $as_echo_n "(cached) " >&6 | 10822 | $as_echo_n "(cached) " >&6 |
| 10807 | else | 10823 | else |
| 10808 | case $PKG_CONFIG in | 10824 | case $PKG_CONFIG in |
| @@ -10904,7 +10920,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then | |||
| 10904 | if test "$with_xaw3d" != no; then | 10920 | if test "$with_xaw3d" != no; then |
| 10905 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 | 10921 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 |
| 10906 | $as_echo_n "checking for xaw3d... " >&6; } | 10922 | $as_echo_n "checking for xaw3d... " >&6; } |
| 10907 | if test "${emacs_cv_xaw3d+set}" = set; then : | 10923 | if ${emacs_cv_xaw3d+:} false; then : |
| 10908 | $as_echo_n "(cached) " >&6 | 10924 | $as_echo_n "(cached) " >&6 |
| 10909 | else | 10925 | else |
| 10910 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 10926 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -10923,7 +10939,7 @@ _ACEOF | |||
| 10923 | if ac_fn_c_try_link "$LINENO"; then : | 10939 | if ac_fn_c_try_link "$LINENO"; then : |
| 10924 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5 | 10940 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5 |
| 10925 | $as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; } | 10941 | $as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; } |
| 10926 | if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then : | 10942 | if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then : |
| 10927 | $as_echo_n "(cached) " >&6 | 10943 | $as_echo_n "(cached) " >&6 |
| 10928 | else | 10944 | else |
| 10929 | ac_check_lib_save_LIBS=$LIBS | 10945 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10957,7 +10973,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10957 | fi | 10973 | fi |
| 10958 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 | 10974 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 |
| 10959 | $as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; } | 10975 | $as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; } |
| 10960 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then : | 10976 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then : |
| 10961 | emacs_cv_xaw3d=yes | 10977 | emacs_cv_xaw3d=yes |
| 10962 | else | 10978 | else |
| 10963 | emacs_cv_xaw3d=no | 10979 | emacs_cv_xaw3d=no |
| @@ -10987,7 +11003,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h | |||
| 10987 | $as_echo "no" >&6; } | 11003 | $as_echo "no" >&6; } |
| 10988 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 | 11004 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 |
| 10989 | $as_echo_n "checking for libXaw... " >&6; } | 11005 | $as_echo_n "checking for libXaw... " >&6; } |
| 10990 | if test "${emacs_cv_xaw+set}" = set; then : | 11006 | if ${emacs_cv_xaw+:} false; then : |
| 10991 | $as_echo_n "(cached) " >&6 | 11007 | $as_echo_n "(cached) " >&6 |
| 10992 | else | 11008 | else |
| 10993 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11009 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11018,7 +11034,7 @@ $as_echo "yes; using Lucid toolkit" >&6; } | |||
| 11018 | USE_X_TOOLKIT=LUCID | 11034 | USE_X_TOOLKIT=LUCID |
| 11019 | LUCID_LIBW=-lXaw | 11035 | LUCID_LIBW=-lXaw |
| 11020 | elif test x"${USE_X_TOOLKIT}" = xLUCID; then | 11036 | elif test x"${USE_X_TOOLKIT}" = xLUCID; then |
| 11021 | as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 | 11037 | as_fn_error $? "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 |
| 11022 | else | 11038 | else |
| 11023 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5 | 11039 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5 |
| 11024 | $as_echo "no; do not use toolkit by default" >&6; } | 11040 | $as_echo "no; do not use toolkit by default" >&6; } |
| @@ -11033,7 +11049,7 @@ LIBXTR6= | |||
| 11033 | if test "${USE_X_TOOLKIT}" != "none"; then | 11049 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 11034 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 | 11050 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 |
| 11035 | $as_echo_n "checking X11 toolkit version... " >&6; } | 11051 | $as_echo_n "checking X11 toolkit version... " >&6; } |
| 11036 | if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then : | 11052 | if ${emacs_cv_x11_toolkit_version_6+:} false; then : |
| 11037 | $as_echo_n "(cached) " >&6 | 11053 | $as_echo_n "(cached) " >&6 |
| 11038 | else | 11054 | else |
| 11039 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11055 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11084,7 +11100,7 @@ $as_echo "before 6" >&6; } | |||
| 11084 | fi | 11100 | fi |
| 11085 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 | 11101 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 |
| 11086 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } | 11102 | $as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } |
| 11087 | if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : | 11103 | if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : |
| 11088 | $as_echo_n "(cached) " >&6 | 11104 | $as_echo_n "(cached) " >&6 |
| 11089 | else | 11105 | else |
| 11090 | ac_check_lib_save_LIBS=$LIBS | 11106 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11118,7 +11134,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11118 | fi | 11134 | fi |
| 11119 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 | 11135 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
| 11120 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } | 11136 | $as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } |
| 11121 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : | 11137 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then : |
| 11122 | cat >>confdefs.h <<_ACEOF | 11138 | cat >>confdefs.h <<_ACEOF |
| 11123 | #define HAVE_LIBXMU 1 | 11139 | #define HAVE_LIBXMU 1 |
| 11124 | _ACEOF | 11140 | _ACEOF |
| @@ -11145,7 +11161,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 11145 | if test "${USE_X_TOOLKIT}" != "none"; then | 11161 | if test "${USE_X_TOOLKIT}" != "none"; then |
| 11146 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 | 11162 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 |
| 11147 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } | 11163 | $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } |
| 11148 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : | 11164 | if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : |
| 11149 | $as_echo_n "(cached) " >&6 | 11165 | $as_echo_n "(cached) " >&6 |
| 11150 | else | 11166 | else |
| 11151 | ac_check_lib_save_LIBS=$LIBS | 11167 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11179,7 +11195,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11179 | fi | 11195 | fi |
| 11180 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | 11196 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
| 11181 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } | 11197 | $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } |
| 11182 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : | 11198 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then : |
| 11183 | cat >>confdefs.h <<_ACEOF | 11199 | cat >>confdefs.h <<_ACEOF |
| 11184 | #define HAVE_LIBXEXT 1 | 11200 | #define HAVE_LIBXEXT 1 |
| 11185 | _ACEOF | 11201 | _ACEOF |
| @@ -11195,7 +11211,7 @@ LIBXP= | |||
| 11195 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 11211 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then |
| 11196 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 | 11212 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 |
| 11197 | $as_echo_n "checking for Motif version 2.1... " >&6; } | 11213 | $as_echo_n "checking for Motif version 2.1... " >&6; } |
| 11198 | if test "${emacs_cv_motif_version_2_1+set}" = set; then : | 11214 | if ${emacs_cv_motif_version_2_1+:} false; then : |
| 11199 | $as_echo_n "(cached) " >&6 | 11215 | $as_echo_n "(cached) " >&6 |
| 11200 | else | 11216 | else |
| 11201 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11217 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11225,7 +11241,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; } | |||
| 11225 | if test $emacs_cv_motif_version_2_1 = yes; then | 11241 | if test $emacs_cv_motif_version_2_1 = yes; then |
| 11226 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 | 11242 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 |
| 11227 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } | 11243 | $as_echo_n "checking for XpCreateContext in -lXp... " >&6; } |
| 11228 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : | 11244 | if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : |
| 11229 | $as_echo_n "(cached) " >&6 | 11245 | $as_echo_n "(cached) " >&6 |
| 11230 | else | 11246 | else |
| 11231 | ac_check_lib_save_LIBS=$LIBS | 11247 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11259,14 +11275,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11259 | fi | 11275 | fi |
| 11260 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 | 11276 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
| 11261 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } | 11277 | $as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } |
| 11262 | if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : | 11278 | if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : |
| 11263 | LIBXP=-lXp | 11279 | LIBXP=-lXp |
| 11264 | fi | 11280 | fi |
| 11265 | 11281 | ||
| 11266 | else | 11282 | else |
| 11267 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 | 11283 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 |
| 11268 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } | 11284 | $as_echo_n "checking for LessTif where some systems put it... " >&6; } |
| 11269 | if test "${emacs_cv_lesstif+set}" = set; then : | 11285 | if ${emacs_cv_lesstif+:} false; then : |
| 11270 | $as_echo_n "(cached) " >&6 | 11286 | $as_echo_n "(cached) " >&6 |
| 11271 | else | 11287 | else |
| 11272 | # We put this in CFLAGS temporarily to precede other -I options | 11288 | # We put this in CFLAGS temporarily to precede other -I options |
| @@ -11425,7 +11441,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 11425 | set dummy pkg-config; ac_word=$2 | 11441 | set dummy pkg-config; ac_word=$2 |
| 11426 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11442 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11427 | $as_echo_n "checking for $ac_word... " >&6; } | 11443 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11428 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11444 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11429 | $as_echo_n "(cached) " >&6 | 11445 | $as_echo_n "(cached) " >&6 |
| 11430 | else | 11446 | else |
| 11431 | case $PKG_CONFIG in | 11447 | case $PKG_CONFIG in |
| @@ -11527,7 +11543,7 @@ $as_echo "no" >&6; } | |||
| 11527 | set dummy pkg-config; ac_word=$2 | 11543 | set dummy pkg-config; ac_word=$2 |
| 11528 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11544 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11529 | $as_echo_n "checking for $ac_word... " >&6; } | 11545 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11530 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11546 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11531 | $as_echo_n "(cached) " >&6 | 11547 | $as_echo_n "(cached) " >&6 |
| 11532 | else | 11548 | else |
| 11533 | case $PKG_CONFIG in | 11549 | case $PKG_CONFIG in |
| @@ -11619,7 +11635,7 @@ $as_echo "no" >&6; } | |||
| 11619 | HAVE_XRENDER=no | 11635 | HAVE_XRENDER=no |
| 11620 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 | 11636 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 |
| 11621 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } | 11637 | $as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } |
| 11622 | if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : | 11638 | if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : |
| 11623 | $as_echo_n "(cached) " >&6 | 11639 | $as_echo_n "(cached) " >&6 |
| 11624 | else | 11640 | else |
| 11625 | ac_check_lib_save_LIBS=$LIBS | 11641 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11653,7 +11669,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11653 | fi | 11669 | fi |
| 11654 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 | 11670 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 |
| 11655 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } | 11671 | $as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } |
| 11656 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : | 11672 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : |
| 11657 | HAVE_XRENDER=yes | 11673 | HAVE_XRENDER=yes |
| 11658 | fi | 11674 | fi |
| 11659 | 11675 | ||
| @@ -11666,10 +11682,10 @@ fi | |||
| 11666 | XFT_LIBS="-lXrender $XFT_LIBS" | 11682 | XFT_LIBS="-lXrender $XFT_LIBS" |
| 11667 | LIBS="$XFT_LIBS $LIBS" | 11683 | LIBS="$XFT_LIBS $LIBS" |
| 11668 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" | 11684 | ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" |
| 11669 | if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : | 11685 | if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then : |
| 11670 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 | 11686 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 |
| 11671 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } | 11687 | $as_echo_n "checking for XftFontOpen in -lXft... " >&6; } |
| 11672 | if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : | 11688 | if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : |
| 11673 | $as_echo_n "(cached) " >&6 | 11689 | $as_echo_n "(cached) " >&6 |
| 11674 | else | 11690 | else |
| 11675 | ac_check_lib_save_LIBS=$LIBS | 11691 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11703,7 +11719,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11703 | fi | 11719 | fi |
| 11704 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 | 11720 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 |
| 11705 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } | 11721 | $as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } |
| 11706 | if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : | 11722 | if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : |
| 11707 | HAVE_XFT=yes | 11723 | HAVE_XFT=yes |
| 11708 | fi | 11724 | fi |
| 11709 | 11725 | ||
| @@ -11738,7 +11754,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h | |||
| 11738 | set dummy pkg-config; ac_word=$2 | 11754 | set dummy pkg-config; ac_word=$2 |
| 11739 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11755 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11740 | $as_echo_n "checking for $ac_word... " >&6; } | 11756 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11741 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11757 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11742 | $as_echo_n "(cached) " >&6 | 11758 | $as_echo_n "(cached) " >&6 |
| 11743 | else | 11759 | else |
| 11744 | case $PKG_CONFIG in | 11760 | case $PKG_CONFIG in |
| @@ -11826,7 +11842,7 @@ $as_echo "no" >&6; } | |||
| 11826 | fi | 11842 | fi |
| 11827 | 11843 | ||
| 11828 | 11844 | ||
| 11829 | test "$HAVE_FREETYPE" = "no" && as_fn_error "libxft requires libfreetype" "$LINENO" 5 | 11845 | test "$HAVE_FREETYPE" = "no" && as_fn_error $? "libxft requires libfreetype" "$LINENO" 5 |
| 11830 | fi | 11846 | fi |
| 11831 | 11847 | ||
| 11832 | HAVE_LIBOTF=no | 11848 | HAVE_LIBOTF=no |
| @@ -11842,7 +11858,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h | |||
| 11842 | set dummy pkg-config; ac_word=$2 | 11858 | set dummy pkg-config; ac_word=$2 |
| 11843 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 11859 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11844 | $as_echo_n "checking for $ac_word... " >&6; } | 11860 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11845 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11861 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11846 | $as_echo_n "(cached) " >&6 | 11862 | $as_echo_n "(cached) " >&6 |
| 11847 | else | 11863 | else |
| 11848 | case $PKG_CONFIG in | 11864 | case $PKG_CONFIG in |
| @@ -11935,7 +11951,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h | |||
| 11935 | 11951 | ||
| 11936 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 | 11952 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 |
| 11937 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } | 11953 | $as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } |
| 11938 | if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : | 11954 | if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : |
| 11939 | $as_echo_n "(cached) " >&6 | 11955 | $as_echo_n "(cached) " >&6 |
| 11940 | else | 11956 | else |
| 11941 | ac_check_lib_save_LIBS=$LIBS | 11957 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11969,7 +11985,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11969 | fi | 11985 | fi |
| 11970 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 | 11986 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 |
| 11971 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } | 11987 | $as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } |
| 11972 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : | 11988 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then : |
| 11973 | HAVE_OTF_GET_VARIATION_GLYPHS=yes | 11989 | HAVE_OTF_GET_VARIATION_GLYPHS=yes |
| 11974 | else | 11990 | else |
| 11975 | HAVE_OTF_GET_VARIATION_GLYPHS=no | 11991 | HAVE_OTF_GET_VARIATION_GLYPHS=no |
| @@ -11994,7 +12010,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h | |||
| 11994 | set dummy pkg-config; ac_word=$2 | 12010 | set dummy pkg-config; ac_word=$2 |
| 11995 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 12011 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 11996 | $as_echo_n "checking for $ac_word... " >&6; } | 12012 | $as_echo_n "checking for $ac_word... " >&6; } |
| 11997 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 12013 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11998 | $as_echo_n "(cached) " >&6 | 12014 | $as_echo_n "(cached) " >&6 |
| 11999 | else | 12015 | else |
| 12000 | case $PKG_CONFIG in | 12016 | case $PKG_CONFIG in |
| @@ -12112,10 +12128,10 @@ LIBXPM= | |||
| 12112 | if test "${HAVE_X11}" = "yes"; then | 12128 | if test "${HAVE_X11}" = "yes"; then |
| 12113 | if test "${with_xpm}" != "no"; then | 12129 | if test "${with_xpm}" != "no"; then |
| 12114 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" | 12130 | ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" |
| 12115 | if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : | 12131 | if test "x$ac_cv_header_X11_xpm_h" = xyes; then : |
| 12116 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 | 12132 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 |
| 12117 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } | 12133 | $as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } |
| 12118 | if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : | 12134 | if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : |
| 12119 | $as_echo_n "(cached) " >&6 | 12135 | $as_echo_n "(cached) " >&6 |
| 12120 | else | 12136 | else |
| 12121 | ac_check_lib_save_LIBS=$LIBS | 12137 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12149,7 +12165,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12149 | fi | 12165 | fi |
| 12150 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 | 12166 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
| 12151 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } | 12167 | $as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } |
| 12152 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : | 12168 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : |
| 12153 | HAVE_XPM=yes | 12169 | HAVE_XPM=yes |
| 12154 | fi | 12170 | fi |
| 12155 | 12171 | ||
| @@ -12201,10 +12217,10 @@ LIBJPEG= | |||
| 12201 | if test "${HAVE_X11}" = "yes"; then | 12217 | if test "${HAVE_X11}" = "yes"; then |
| 12202 | if test "${with_jpeg}" != "no"; then | 12218 | if test "${with_jpeg}" != "no"; then |
| 12203 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" | 12219 | ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" |
| 12204 | if test "x$ac_cv_header_jerror_h" = x""yes; then : | 12220 | if test "x$ac_cv_header_jerror_h" = xyes; then : |
| 12205 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 | 12221 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 |
| 12206 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } | 12222 | $as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } |
| 12207 | if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : | 12223 | if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : |
| 12208 | $as_echo_n "(cached) " >&6 | 12224 | $as_echo_n "(cached) " >&6 |
| 12209 | else | 12225 | else |
| 12210 | ac_check_lib_save_LIBS=$LIBS | 12226 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12238,7 +12254,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12238 | fi | 12254 | fi |
| 12239 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 | 12255 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
| 12240 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } | 12256 | $as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } |
| 12241 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : | 12257 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : |
| 12242 | HAVE_JPEG=yes | 12258 | HAVE_JPEG=yes |
| 12243 | fi | 12259 | fi |
| 12244 | 12260 | ||
| @@ -12285,8 +12301,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 12285 | do : | 12301 | do : |
| 12286 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 12302 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 12287 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 12303 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 12288 | eval as_val=\$$as_ac_Header | 12304 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 12289 | if test "x$as_val" = x""yes; then : | ||
| 12290 | cat >>confdefs.h <<_ACEOF | 12305 | cat >>confdefs.h <<_ACEOF |
| 12291 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 12306 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 12292 | _ACEOF | 12307 | _ACEOF |
| @@ -12298,7 +12313,7 @@ done | |||
| 12298 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then | 12313 | if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then |
| 12299 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 | 12314 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 |
| 12300 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } | 12315 | $as_echo_n "checking for png_get_channels in -lpng... " >&6; } |
| 12301 | if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : | 12316 | if ${ac_cv_lib_png_png_get_channels+:} false; then : |
| 12302 | $as_echo_n "(cached) " >&6 | 12317 | $as_echo_n "(cached) " >&6 |
| 12303 | else | 12318 | else |
| 12304 | ac_check_lib_save_LIBS=$LIBS | 12319 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12332,7 +12347,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12332 | fi | 12347 | fi |
| 12333 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 | 12348 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 |
| 12334 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } | 12349 | $as_echo "$ac_cv_lib_png_png_get_channels" >&6; } |
| 12335 | if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : | 12350 | if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : |
| 12336 | HAVE_PNG=yes | 12351 | HAVE_PNG=yes |
| 12337 | fi | 12352 | fi |
| 12338 | 12353 | ||
| @@ -12354,13 +12369,13 @@ LIBTIFF= | |||
| 12354 | if test "${HAVE_X11}" = "yes"; then | 12369 | if test "${HAVE_X11}" = "yes"; then |
| 12355 | if test "${with_tiff}" != "no"; then | 12370 | if test "${with_tiff}" != "no"; then |
| 12356 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" | 12371 | ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" |
| 12357 | if test "x$ac_cv_header_tiffio_h" = x""yes; then : | 12372 | if test "x$ac_cv_header_tiffio_h" = xyes; then : |
| 12358 | tifflibs="-lz -lm" | 12373 | tifflibs="-lz -lm" |
| 12359 | # At least one tiff package requires the jpeg library. | 12374 | # At least one tiff package requires the jpeg library. |
| 12360 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi | 12375 | if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi |
| 12361 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 | 12376 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 |
| 12362 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } | 12377 | $as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } |
| 12363 | if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : | 12378 | if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : |
| 12364 | $as_echo_n "(cached) " >&6 | 12379 | $as_echo_n "(cached) " >&6 |
| 12365 | else | 12380 | else |
| 12366 | ac_check_lib_save_LIBS=$LIBS | 12381 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12394,7 +12409,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12394 | fi | 12409 | fi |
| 12395 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 | 12410 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
| 12396 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } | 12411 | $as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } |
| 12397 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : | 12412 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : |
| 12398 | HAVE_TIFF=yes | 12413 | HAVE_TIFF=yes |
| 12399 | fi | 12414 | fi |
| 12400 | 12415 | ||
| @@ -12417,12 +12432,12 @@ HAVE_GIF=no | |||
| 12417 | LIBGIF= | 12432 | LIBGIF= |
| 12418 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then | 12433 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then |
| 12419 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" | 12434 | ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" |
| 12420 | if test "x$ac_cv_header_gif_lib_h" = x""yes; then : | 12435 | if test "x$ac_cv_header_gif_lib_h" = xyes; then : |
| 12421 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. | 12436 | # EGifPutExtensionLast only exists from version libungif-4.1.0b1. |
| 12422 | # Earlier versions can crash Emacs. | 12437 | # Earlier versions can crash Emacs. |
| 12423 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 | 12438 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 |
| 12424 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } | 12439 | $as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } |
| 12425 | if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : | 12440 | if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : |
| 12426 | $as_echo_n "(cached) " >&6 | 12441 | $as_echo_n "(cached) " >&6 |
| 12427 | else | 12442 | else |
| 12428 | ac_check_lib_save_LIBS=$LIBS | 12443 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12456,7 +12471,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12456 | fi | 12471 | fi |
| 12457 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 | 12472 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 |
| 12458 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } | 12473 | $as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } |
| 12459 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : | 12474 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : |
| 12460 | HAVE_GIF=yes | 12475 | HAVE_GIF=yes |
| 12461 | else | 12476 | else |
| 12462 | HAVE_GIF=maybe | 12477 | HAVE_GIF=maybe |
| @@ -12472,7 +12487,7 @@ fi | |||
| 12472 | # If gif_lib.h but no libgif, try libungif. | 12487 | # If gif_lib.h but no libgif, try libungif. |
| 12473 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 | 12488 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 |
| 12474 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } | 12489 | $as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } |
| 12475 | if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : | 12490 | if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : |
| 12476 | $as_echo_n "(cached) " >&6 | 12491 | $as_echo_n "(cached) " >&6 |
| 12477 | else | 12492 | else |
| 12478 | ac_check_lib_save_LIBS=$LIBS | 12493 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12506,7 +12521,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12506 | fi | 12521 | fi |
| 12507 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 | 12522 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 |
| 12508 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } | 12523 | $as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } |
| 12509 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : | 12524 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : |
| 12510 | HAVE_GIF=yes | 12525 | HAVE_GIF=yes |
| 12511 | else | 12526 | else |
| 12512 | HAVE_GIF=no | 12527 | HAVE_GIF=no |
| @@ -12538,7 +12553,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 12538 | MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" | 12553 | MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" |
| 12539 | 12554 | ||
| 12540 | if test "X${MISSING}" != X; then | 12555 | if test "X${MISSING}" != X; then |
| 12541 | as_fn_error "The following required libraries were not found: | 12556 | as_fn_error $? "The following required libraries were not found: |
| 12542 | $MISSING | 12557 | $MISSING |
| 12543 | Maybe some development libraries/packages are missing? | 12558 | Maybe some development libraries/packages are missing? |
| 12544 | If you don't want to link with them give | 12559 | If you don't want to link with them give |
| @@ -12553,10 +12568,10 @@ LIBGPM= | |||
| 12553 | MOUSE_SUPPORT= | 12568 | MOUSE_SUPPORT= |
| 12554 | if test "${with_gpm}" != "no"; then | 12569 | if test "${with_gpm}" != "no"; then |
| 12555 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" | 12570 | ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" |
| 12556 | if test "x$ac_cv_header_gpm_h" = x""yes; then : | 12571 | if test "x$ac_cv_header_gpm_h" = xyes; then : |
| 12557 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 | 12572 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 |
| 12558 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } | 12573 | $as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } |
| 12559 | if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : | 12574 | if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : |
| 12560 | $as_echo_n "(cached) " >&6 | 12575 | $as_echo_n "(cached) " >&6 |
| 12561 | else | 12576 | else |
| 12562 | ac_check_lib_save_LIBS=$LIBS | 12577 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12590,7 +12605,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12590 | fi | 12605 | fi |
| 12591 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 | 12606 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 |
| 12592 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } | 12607 | $as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } |
| 12593 | if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : | 12608 | if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : |
| 12594 | HAVE_GPM=yes | 12609 | HAVE_GPM=yes |
| 12595 | fi | 12610 | fi |
| 12596 | 12611 | ||
| @@ -12610,7 +12625,7 @@ fi | |||
| 12610 | 12625 | ||
| 12611 | 12626 | ||
| 12612 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" | 12627 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" |
| 12613 | if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : | 12628 | if test "x$ac_cv_header_malloc_malloc_h" = xyes; then : |
| 12614 | 12629 | ||
| 12615 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h | 12630 | $as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h |
| 12616 | 12631 | ||
| @@ -12655,10 +12670,10 @@ HAVE_X_SM=no | |||
| 12655 | LIBXSM= | 12670 | LIBXSM= |
| 12656 | if test "${HAVE_X11}" = "yes"; then | 12671 | if test "${HAVE_X11}" = "yes"; then |
| 12657 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" | 12672 | ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" |
| 12658 | if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : | 12673 | if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then : |
| 12659 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 | 12674 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 |
| 12660 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } | 12675 | $as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } |
| 12661 | if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : | 12676 | if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : |
| 12662 | $as_echo_n "(cached) " >&6 | 12677 | $as_echo_n "(cached) " >&6 |
| 12663 | else | 12678 | else |
| 12664 | ac_check_lib_save_LIBS=$LIBS | 12679 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12692,7 +12707,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12692 | fi | 12707 | fi |
| 12693 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 | 12708 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 |
| 12694 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } | 12709 | $as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } |
| 12695 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : | 12710 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : |
| 12696 | HAVE_X_SM=yes | 12711 | HAVE_X_SM=yes |
| 12697 | fi | 12712 | fi |
| 12698 | 12713 | ||
| @@ -12723,7 +12738,7 @@ if test "${with_xml2}" != "no"; then | |||
| 12723 | set dummy pkg-config; ac_word=$2 | 12738 | set dummy pkg-config; ac_word=$2 |
| 12724 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 12739 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 12725 | $as_echo_n "checking for $ac_word... " >&6; } | 12740 | $as_echo_n "checking for $ac_word... " >&6; } |
| 12726 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 12741 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 12727 | $as_echo_n "(cached) " >&6 | 12742 | $as_echo_n "(cached) " >&6 |
| 12728 | else | 12743 | else |
| 12729 | case $PKG_CONFIG in | 12744 | case $PKG_CONFIG in |
| @@ -12814,7 +12829,7 @@ $as_echo "no" >&6; } | |||
| 12814 | LIBS="$LIBXML2_LIBS $LIBS" | 12829 | LIBS="$LIBXML2_LIBS $LIBS" |
| 12815 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 | 12830 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 |
| 12816 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } | 12831 | $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } |
| 12817 | if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : | 12832 | if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : |
| 12818 | $as_echo_n "(cached) " >&6 | 12833 | $as_echo_n "(cached) " >&6 |
| 12819 | else | 12834 | else |
| 12820 | ac_check_lib_save_LIBS=$LIBS | 12835 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12848,7 +12863,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12848 | fi | 12863 | fi |
| 12849 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 | 12864 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 |
| 12850 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } | 12865 | $as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } |
| 12851 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : | 12866 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : |
| 12852 | HAVE_LIBXML2=yes | 12867 | HAVE_LIBXML2=yes |
| 12853 | else | 12868 | else |
| 12854 | HAVE_LIBXML2=no | 12869 | HAVE_LIBXML2=no |
| @@ -12870,7 +12885,7 @@ fi | |||
| 12870 | # If netdb.h doesn't declare h_errno, we must declare it by hand. | 12885 | # If netdb.h doesn't declare h_errno, we must declare it by hand. |
| 12871 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 | 12886 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 |
| 12872 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } | 12887 | $as_echo_n "checking whether netdb declares h_errno... " >&6; } |
| 12873 | if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : | 12888 | if ${emacs_cv_netdb_declares_h_errno+:} false; then : |
| 12874 | $as_echo_n "(cached) " >&6 | 12889 | $as_echo_n "(cached) " >&6 |
| 12875 | else | 12890 | else |
| 12876 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12891 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12900,11 +12915,22 @@ $as_echo "#define HAVE_H_ERRNO 1" >>confdefs.h | |||
| 12900 | 12915 | ||
| 12901 | fi | 12916 | fi |
| 12902 | 12917 | ||
| 12918 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | ||
| 12919 | if test "x$ac_cv_type_size_t" = xyes; then : | ||
| 12920 | |||
| 12921 | else | ||
| 12922 | |||
| 12923 | cat >>confdefs.h <<_ACEOF | ||
| 12924 | #define size_t unsigned int | ||
| 12925 | _ACEOF | ||
| 12926 | |||
| 12927 | fi | ||
| 12928 | |||
| 12903 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works | 12929 | # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works |
| 12904 | # for constant arguments. Useless! | 12930 | # for constant arguments. Useless! |
| 12905 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 | 12931 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 |
| 12906 | $as_echo_n "checking for working alloca.h... " >&6; } | 12932 | $as_echo_n "checking for working alloca.h... " >&6; } |
| 12907 | if test "${ac_cv_working_alloca_h+set}" = set; then : | 12933 | if ${ac_cv_working_alloca_h+:} false; then : |
| 12908 | $as_echo_n "(cached) " >&6 | 12934 | $as_echo_n "(cached) " >&6 |
| 12909 | else | 12935 | else |
| 12910 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12936 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12937,7 +12963,7 @@ fi | |||
| 12937 | 12963 | ||
| 12938 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 | 12964 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 |
| 12939 | $as_echo_n "checking for alloca... " >&6; } | 12965 | $as_echo_n "checking for alloca... " >&6; } |
| 12940 | if test "${ac_cv_func_alloca_works+set}" = set; then : | 12966 | if ${ac_cv_func_alloca_works+:} false; then : |
| 12941 | $as_echo_n "(cached) " >&6 | 12967 | $as_echo_n "(cached) " >&6 |
| 12942 | else | 12968 | else |
| 12943 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 12969 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -12956,7 +12982,7 @@ else | |||
| 12956 | #pragma alloca | 12982 | #pragma alloca |
| 12957 | # else | 12983 | # else |
| 12958 | # ifndef alloca /* predefined by HP cc +Olibcalls */ | 12984 | # ifndef alloca /* predefined by HP cc +Olibcalls */ |
| 12959 | char *alloca (); | 12985 | void *alloca (size_t); |
| 12960 | # endif | 12986 | # endif |
| 12961 | # endif | 12987 | # endif |
| 12962 | # endif | 12988 | # endif |
| @@ -13000,7 +13026,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h | |||
| 13000 | 13026 | ||
| 13001 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 | 13027 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 |
| 13002 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } | 13028 | $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } |
| 13003 | if test "${ac_cv_os_cray+set}" = set; then : | 13029 | if ${ac_cv_os_cray+:} false; then : |
| 13004 | $as_echo_n "(cached) " >&6 | 13030 | $as_echo_n "(cached) " >&6 |
| 13005 | else | 13031 | else |
| 13006 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13032 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13027,8 +13053,7 @@ if test $ac_cv_os_cray = yes; then | |||
| 13027 | for ac_func in _getb67 GETB67 getb67; do | 13053 | for ac_func in _getb67 GETB67 getb67; do |
| 13028 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13054 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13029 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13055 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13030 | eval as_val=\$$as_ac_var | 13056 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13031 | if test "x$as_val" = x""yes; then : | ||
| 13032 | 13057 | ||
| 13033 | cat >>confdefs.h <<_ACEOF | 13058 | cat >>confdefs.h <<_ACEOF |
| 13034 | #define CRAY_STACKSEG_END $ac_func | 13059 | #define CRAY_STACKSEG_END $ac_func |
| @@ -13042,7 +13067,7 @@ fi | |||
| 13042 | 13067 | ||
| 13043 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 | 13068 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 |
| 13044 | $as_echo_n "checking stack direction for C alloca... " >&6; } | 13069 | $as_echo_n "checking stack direction for C alloca... " >&6; } |
| 13045 | if test "${ac_cv_c_stack_direction+set}" = set; then : | 13070 | if ${ac_cv_c_stack_direction+:} false; then : |
| 13046 | $as_echo_n "(cached) " >&6 | 13071 | $as_echo_n "(cached) " >&6 |
| 13047 | else | 13072 | else |
| 13048 | if test "$cross_compiling" = yes; then : | 13073 | if test "$cross_compiling" = yes; then : |
| @@ -13092,14 +13117,14 @@ fi | |||
| 13092 | 13117 | ||
| 13093 | 13118 | ||
| 13094 | if test x"$ac_cv_func_alloca_works" != xyes; then | 13119 | if test x"$ac_cv_func_alloca_works" != xyes; then |
| 13095 | as_fn_error "a system implementation of alloca is required " "$LINENO" 5 | 13120 | as_fn_error $? "a system implementation of alloca is required " "$LINENO" 5 |
| 13096 | fi | 13121 | fi |
| 13097 | 13122 | ||
| 13098 | # fmod, logb, and frexp are found in -lm on most systems. | 13123 | # fmod, logb, and frexp are found in -lm on most systems. |
| 13099 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. | 13124 | # On HPUX 9.01, -lm does not contain logb, so check for sqrt. |
| 13100 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 | 13125 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 |
| 13101 | $as_echo_n "checking for sqrt in -lm... " >&6; } | 13126 | $as_echo_n "checking for sqrt in -lm... " >&6; } |
| 13102 | if test "${ac_cv_lib_m_sqrt+set}" = set; then : | 13127 | if ${ac_cv_lib_m_sqrt+:} false; then : |
| 13103 | $as_echo_n "(cached) " >&6 | 13128 | $as_echo_n "(cached) " >&6 |
| 13104 | else | 13129 | else |
| 13105 | ac_check_lib_save_LIBS=$LIBS | 13130 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13133,7 +13158,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13133 | fi | 13158 | fi |
| 13134 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 | 13159 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 |
| 13135 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } | 13160 | $as_echo "$ac_cv_lib_m_sqrt" >&6; } |
| 13136 | if test "x$ac_cv_lib_m_sqrt" = x""yes; then : | 13161 | if test "x$ac_cv_lib_m_sqrt" = xyes; then : |
| 13137 | cat >>confdefs.h <<_ACEOF | 13162 | cat >>confdefs.h <<_ACEOF |
| 13138 | #define HAVE_LIBM 1 | 13163 | #define HAVE_LIBM 1 |
| 13139 | _ACEOF | 13164 | _ACEOF |
| @@ -13147,7 +13172,7 @@ fi | |||
| 13147 | # have the same check as for liblockfile below. | 13172 | # have the same check as for liblockfile below. |
| 13148 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 | 13173 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 |
| 13149 | $as_echo_n "checking for maillock in -lmail... " >&6; } | 13174 | $as_echo_n "checking for maillock in -lmail... " >&6; } |
| 13150 | if test "${ac_cv_lib_mail_maillock+set}" = set; then : | 13175 | if ${ac_cv_lib_mail_maillock+:} false; then : |
| 13151 | $as_echo_n "(cached) " >&6 | 13176 | $as_echo_n "(cached) " >&6 |
| 13152 | else | 13177 | else |
| 13153 | ac_check_lib_save_LIBS=$LIBS | 13178 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13181,7 +13206,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13181 | fi | 13206 | fi |
| 13182 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 | 13207 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 |
| 13183 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } | 13208 | $as_echo "$ac_cv_lib_mail_maillock" >&6; } |
| 13184 | if test "x$ac_cv_lib_mail_maillock" = x""yes; then : | 13209 | if test "x$ac_cv_lib_mail_maillock" = xyes; then : |
| 13185 | have_mail=yes | 13210 | have_mail=yes |
| 13186 | else | 13211 | else |
| 13187 | have_mail=no | 13212 | have_mail=no |
| @@ -13198,7 +13223,7 @@ else | |||
| 13198 | fi | 13223 | fi |
| 13199 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 | 13224 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 |
| 13200 | $as_echo_n "checking for maillock in -llockfile... " >&6; } | 13225 | $as_echo_n "checking for maillock in -llockfile... " >&6; } |
| 13201 | if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : | 13226 | if ${ac_cv_lib_lockfile_maillock+:} false; then : |
| 13202 | $as_echo_n "(cached) " >&6 | 13227 | $as_echo_n "(cached) " >&6 |
| 13203 | else | 13228 | else |
| 13204 | ac_check_lib_save_LIBS=$LIBS | 13229 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13232,7 +13257,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13232 | fi | 13257 | fi |
| 13233 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 | 13258 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 |
| 13234 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } | 13259 | $as_echo "$ac_cv_lib_lockfile_maillock" >&6; } |
| 13235 | if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : | 13260 | if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : |
| 13236 | have_lockfile=yes | 13261 | have_lockfile=yes |
| 13237 | else | 13262 | else |
| 13238 | have_lockfile=no | 13263 | have_lockfile=no |
| @@ -13252,7 +13277,7 @@ else | |||
| 13252 | set dummy liblockfile.so; ac_word=$2 | 13277 | set dummy liblockfile.so; ac_word=$2 |
| 13253 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 | 13278 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
| 13254 | $as_echo_n "checking for $ac_word... " >&6; } | 13279 | $as_echo_n "checking for $ac_word... " >&6; } |
| 13255 | if test "${ac_cv_prog_liblockfile+set}" = set; then : | 13280 | if ${ac_cv_prog_liblockfile+:} false; then : |
| 13256 | $as_echo_n "(cached) " >&6 | 13281 | $as_echo_n "(cached) " >&6 |
| 13257 | else | 13282 | else |
| 13258 | if test -n "$liblockfile"; then | 13283 | if test -n "$liblockfile"; then |
| @@ -13288,7 +13313,7 @@ fi | |||
| 13288 | 13313 | ||
| 13289 | 13314 | ||
| 13290 | if test $ac_cv_prog_liblockfile = yes; then | 13315 | if test $ac_cv_prog_liblockfile = yes; then |
| 13291 | as_fn_error "Shared liblockfile found but can't link against it. | 13316 | as_fn_error $? "Shared liblockfile found but can't link against it. |
| 13292 | This probably means that movemail could lose mail. | 13317 | This probably means that movemail could lose mail. |
| 13293 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 | 13318 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 |
| 13294 | fi | 13319 | fi |
| @@ -13296,7 +13321,7 @@ fi | |||
| 13296 | for ac_func in touchlock | 13321 | for ac_func in touchlock |
| 13297 | do : | 13322 | do : |
| 13298 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" | 13323 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" |
| 13299 | if test "x$ac_cv_func_touchlock" = x""yes; then : | 13324 | if test "x$ac_cv_func_touchlock" = xyes; then : |
| 13300 | cat >>confdefs.h <<_ACEOF | 13325 | cat >>confdefs.h <<_ACEOF |
| 13301 | #define HAVE_TOUCHLOCK 1 | 13326 | #define HAVE_TOUCHLOCK 1 |
| 13302 | _ACEOF | 13327 | _ACEOF |
| @@ -13307,7 +13332,7 @@ done | |||
| 13307 | for ac_header in maillock.h | 13332 | for ac_header in maillock.h |
| 13308 | do : | 13333 | do : |
| 13309 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" | 13334 | ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" |
| 13310 | if test "x$ac_cv_header_maillock_h" = x""yes; then : | 13335 | if test "x$ac_cv_header_maillock_h" = xyes; then : |
| 13311 | cat >>confdefs.h <<_ACEOF | 13336 | cat >>confdefs.h <<_ACEOF |
| 13312 | #define HAVE_MAILLOCK_H 1 | 13337 | #define HAVE_MAILLOCK_H 1 |
| 13313 | _ACEOF | 13338 | _ACEOF |
| @@ -13377,8 +13402,7 @@ cfmakeraw cfsetspeed isnan copysign __executable_start | |||
| 13377 | do : | 13402 | do : |
| 13378 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13403 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13379 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13404 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13380 | eval as_val=\$$as_ac_var | 13405 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13381 | if test "x$as_val" = x""yes; then : | ||
| 13382 | cat >>confdefs.h <<_ACEOF | 13406 | cat >>confdefs.h <<_ACEOF |
| 13383 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13407 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13384 | _ACEOF | 13408 | _ACEOF |
| @@ -13389,7 +13413,7 @@ done | |||
| 13389 | 13413 | ||
| 13390 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 | 13414 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 |
| 13391 | $as_echo_n "checking for __builtin_unwind_init... " >&6; } | 13415 | $as_echo_n "checking for __builtin_unwind_init... " >&6; } |
| 13392 | if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : | 13416 | if ${emacs_cv_func___builtin_unwind_init+:} false; then : |
| 13393 | $as_echo_n "(cached) " >&6 | 13417 | $as_echo_n "(cached) " >&6 |
| 13394 | else | 13418 | else |
| 13395 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13419 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13422,7 +13446,7 @@ fi | |||
| 13422 | for ac_header in sys/un.h | 13446 | for ac_header in sys/un.h |
| 13423 | do : | 13447 | do : |
| 13424 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" | 13448 | ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" |
| 13425 | if test "x$ac_cv_header_sys_un_h" = x""yes; then : | 13449 | if test "x$ac_cv_header_sys_un_h" = xyes; then : |
| 13426 | cat >>confdefs.h <<_ACEOF | 13450 | cat >>confdefs.h <<_ACEOF |
| 13427 | #define HAVE_SYS_UN_H 1 | 13451 | #define HAVE_SYS_UN_H 1 |
| 13428 | _ACEOF | 13452 | _ACEOF |
| @@ -13434,7 +13458,7 @@ done | |||
| 13434 | 13458 | ||
| 13435 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | 13459 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 |
| 13436 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } | 13460 | $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } |
| 13437 | if test "${ac_cv_sys_largefile_source+set}" = set; then : | 13461 | if ${ac_cv_sys_largefile_source+:} false; then : |
| 13438 | $as_echo_n "(cached) " >&6 | 13462 | $as_echo_n "(cached) " >&6 |
| 13439 | else | 13463 | else |
| 13440 | while :; do | 13464 | while :; do |
| @@ -13503,7 +13527,7 @@ fi | |||
| 13503 | 13527 | ||
| 13504 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 | 13528 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 |
| 13505 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } | 13529 | $as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } |
| 13506 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : | 13530 | if ${ac_cv_func_getpgrp_void+:} false; then : |
| 13507 | $as_echo_n "(cached) " >&6 | 13531 | $as_echo_n "(cached) " >&6 |
| 13508 | else | 13532 | else |
| 13509 | # Use it with a single arg. | 13533 | # Use it with a single arg. |
| @@ -13556,8 +13580,7 @@ fi | |||
| 13556 | do : | 13580 | do : |
| 13557 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13581 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13558 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13582 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13559 | eval as_val=\$$as_ac_var | 13583 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13560 | if test "x$as_val" = x""yes; then : | ||
| 13561 | cat >>confdefs.h <<_ACEOF | 13584 | cat >>confdefs.h <<_ACEOF |
| 13562 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13585 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13563 | _ACEOF | 13586 | _ACEOF |
| @@ -13570,7 +13593,7 @@ done | |||
| 13570 | 13593 | ||
| 13571 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 | 13594 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 |
| 13572 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | 13595 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 13573 | if test "${ac_cv_c_bigendian+set}" = set; then : | 13596 | if ${ac_cv_c_bigendian+:} false; then : |
| 13574 | $as_echo_n "(cached) " >&6 | 13597 | $as_echo_n "(cached) " >&6 |
| 13575 | else | 13598 | else |
| 13576 | ac_cv_c_bigendian=unknown | 13599 | ac_cv_c_bigendian=unknown |
| @@ -13788,14 +13811,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h | |||
| 13788 | 13811 | ||
| 13789 | ;; #( | 13812 | ;; #( |
| 13790 | *) | 13813 | *) |
| 13791 | as_fn_error "unknown endianness | 13814 | as_fn_error $? "unknown endianness |
| 13792 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; | 13815 | presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; |
| 13793 | esac | 13816 | esac |
| 13794 | 13817 | ||
| 13795 | 13818 | ||
| 13796 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 | 13819 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 |
| 13797 | $as_echo_n "checking for inline... " >&6; } | 13820 | $as_echo_n "checking for inline... " >&6; } |
| 13798 | if test "${ac_cv_c_inline+set}" = set; then : | 13821 | if ${ac_cv_c_inline+:} false; then : |
| 13799 | $as_echo_n "(cached) " >&6 | 13822 | $as_echo_n "(cached) " >&6 |
| 13800 | else | 13823 | else |
| 13801 | ac_cv_c_inline=no | 13824 | ac_cv_c_inline=no |
| @@ -13838,7 +13861,7 @@ esac | |||
| 13838 | 13861 | ||
| 13839 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 | 13862 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 |
| 13840 | $as_echo_n "checking whether strtold conforms to C99... " >&6; } | 13863 | $as_echo_n "checking whether strtold conforms to C99... " >&6; } |
| 13841 | if test "${gl_cv_func_c99_strtold+set}" = set; then : | 13864 | if ${gl_cv_func_c99_strtold+:} false; then : |
| 13842 | $as_echo_n "(cached) " >&6 | 13865 | $as_echo_n "(cached) " >&6 |
| 13843 | else | 13866 | else |
| 13844 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13867 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13881,7 +13904,7 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h | |||
| 13881 | 13904 | ||
| 13882 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 | 13905 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 |
| 13883 | $as_echo_n "checking for st_dm_mode in struct stat... " >&6; } | 13906 | $as_echo_n "checking for st_dm_mode in struct stat... " >&6; } |
| 13884 | if test "${ac_cv_struct_st_dm_mode+set}" = set; then : | 13907 | if ${ac_cv_struct_st_dm_mode+:} false; then : |
| 13885 | $as_echo_n "(cached) " >&6 | 13908 | $as_echo_n "(cached) " >&6 |
| 13886 | else | 13909 | else |
| 13887 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 13910 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13915,7 +13938,7 @@ $as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h | |||
| 13915 | 13938 | ||
| 13916 | 13939 | ||
| 13917 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" | 13940 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" |
| 13918 | if test "x$ac_cv_have_decl_strmode" = x""yes; then : | 13941 | if test "x$ac_cv_have_decl_strmode" = xyes; then : |
| 13919 | ac_have_decl=1 | 13942 | ac_have_decl=1 |
| 13920 | else | 13943 | else |
| 13921 | ac_have_decl=0 | 13944 | ac_have_decl=0 |
| @@ -14104,7 +14127,7 @@ _ACEOF | |||
| 14104 | 14127 | ||
| 14105 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 | 14128 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 |
| 14106 | $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } | 14129 | $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } |
| 14107 | if test "${gl_cv_have_include_next+set}" = set; then : | 14130 | if ${gl_cv_have_include_next+:} false; then : |
| 14108 | $as_echo_n "(cached) " >&6 | 14131 | $as_echo_n "(cached) " >&6 |
| 14109 | else | 14132 | else |
| 14110 | rm -rf conftestd1a conftestd1b conftestd2 | 14133 | rm -rf conftestd1a conftestd1b conftestd2 |
| @@ -14184,7 +14207,7 @@ $as_echo "$gl_cv_have_include_next" >&6; } | |||
| 14184 | 14207 | ||
| 14185 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 | 14208 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 |
| 14186 | $as_echo_n "checking whether system header files limit the line length... " >&6; } | 14209 | $as_echo_n "checking whether system header files limit the line length... " >&6; } |
| 14187 | if test "${gl_cv_pragma_columns+set}" = set; then : | 14210 | if ${gl_cv_pragma_columns+:} false; then : |
| 14188 | $as_echo_n "(cached) " >&6 | 14211 | $as_echo_n "(cached) " >&6 |
| 14189 | else | 14212 | else |
| 14190 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14213 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14234,7 +14257,7 @@ $as_echo "$gl_cv_pragma_columns" >&6; } | |||
| 14234 | else | 14257 | else |
| 14235 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 | 14258 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 |
| 14236 | $as_echo_n "checking absolute name of <getopt.h>... " >&6; } | 14259 | $as_echo_n "checking absolute name of <getopt.h>... " >&6; } |
| 14237 | if test "${gl_cv_next_getopt_h+set}" = set; then : | 14260 | if ${gl_cv_next_getopt_h+:} false; then : |
| 14238 | $as_echo_n "(cached) " >&6 | 14261 | $as_echo_n "(cached) " >&6 |
| 14239 | else | 14262 | else |
| 14240 | 14263 | ||
| @@ -14293,7 +14316,7 @@ $as_echo "$gl_cv_next_getopt_h" >&6; } | |||
| 14293 | for ac_header in getopt.h | 14316 | for ac_header in getopt.h |
| 14294 | do : | 14317 | do : |
| 14295 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" | 14318 | ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" |
| 14296 | if test "x$ac_cv_header_getopt_h" = x""yes; then : | 14319 | if test "x$ac_cv_header_getopt_h" = xyes; then : |
| 14297 | cat >>confdefs.h <<_ACEOF | 14320 | cat >>confdefs.h <<_ACEOF |
| 14298 | #define HAVE_GETOPT_H 1 | 14321 | #define HAVE_GETOPT_H 1 |
| 14299 | _ACEOF | 14322 | _ACEOF |
| @@ -14310,7 +14333,7 @@ done | |||
| 14310 | for ac_func in getopt_long_only | 14333 | for ac_func in getopt_long_only |
| 14311 | do : | 14334 | do : |
| 14312 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" | 14335 | ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" |
| 14313 | if test "x$ac_cv_func_getopt_long_only" = x""yes; then : | 14336 | if test "x$ac_cv_func_getopt_long_only" = xyes; then : |
| 14314 | cat >>confdefs.h <<_ACEOF | 14337 | cat >>confdefs.h <<_ACEOF |
| 14315 | #define HAVE_GETOPT_LONG_ONLY 1 | 14338 | #define HAVE_GETOPT_LONG_ONLY 1 |
| 14316 | _ACEOF | 14339 | _ACEOF |
| @@ -14325,7 +14348,7 @@ done | |||
| 14325 | if test -z "$gl_replace_getopt"; then | 14348 | if test -z "$gl_replace_getopt"; then |
| 14326 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 | 14349 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 |
| 14327 | $as_echo_n "checking whether getopt is POSIX compatible... " >&6; } | 14350 | $as_echo_n "checking whether getopt is POSIX compatible... " >&6; } |
| 14328 | if test "${gl_cv_func_getopt_posix+set}" = set; then : | 14351 | if ${gl_cv_func_getopt_posix+:} false; then : |
| 14329 | $as_echo_n "(cached) " >&6 | 14352 | $as_echo_n "(cached) " >&6 |
| 14330 | else | 14353 | else |
| 14331 | 14354 | ||
| @@ -14483,7 +14506,7 @@ $as_echo "$gl_cv_func_getopt_posix" >&6; } | |||
| 14483 | if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then | 14506 | if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then |
| 14484 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 | 14507 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 |
| 14485 | $as_echo_n "checking for working GNU getopt function... " >&6; } | 14508 | $as_echo_n "checking for working GNU getopt function... " >&6; } |
| 14486 | if test "${gl_cv_func_getopt_gnu+set}" = set; then : | 14509 | if ${gl_cv_func_getopt_gnu+:} false; then : |
| 14487 | $as_echo_n "(cached) " >&6 | 14510 | $as_echo_n "(cached) " >&6 |
| 14488 | else | 14511 | else |
| 14489 | # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the | 14512 | # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the |
| @@ -14595,7 +14618,7 @@ $as_echo "$gl_cv_func_getopt_gnu" >&6; } | |||
| 14595 | fi | 14618 | fi |
| 14596 | 14619 | ||
| 14597 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" | 14620 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
| 14598 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : | 14621 | if test "x$ac_cv_have_decl_getenv" = xyes; then : |
| 14599 | ac_have_decl=1 | 14622 | ac_have_decl=1 |
| 14600 | else | 14623 | else |
| 14601 | ac_have_decl=0 | 14624 | ac_have_decl=0 |
| @@ -14688,7 +14711,7 @@ fi | |||
| 14688 | 14711 | ||
| 14689 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 | 14712 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 |
| 14690 | $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } | 14713 | $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } |
| 14691 | if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : | 14714 | if ${ac_cv_func_lstat_dereferences_slashed_symlink+:} false; then : |
| 14692 | $as_echo_n "(cached) " >&6 | 14715 | $as_echo_n "(cached) " >&6 |
| 14693 | else | 14716 | else |
| 14694 | rm -f conftest.sym conftest.file | 14717 | rm -f conftest.sym conftest.file |
| @@ -14823,7 +14846,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 14823 | for ac_header in ws2tcpip.h | 14846 | for ac_header in ws2tcpip.h |
| 14824 | do : | 14847 | do : |
| 14825 | ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" | 14848 | ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" |
| 14826 | if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then : | 14849 | if test "x$ac_cv_header_ws2tcpip_h" = xyes; then : |
| 14827 | cat >>confdefs.h <<_ACEOF | 14850 | cat >>confdefs.h <<_ACEOF |
| 14828 | #define HAVE_WS2TCPIP_H 1 | 14851 | #define HAVE_WS2TCPIP_H 1 |
| 14829 | _ACEOF | 14852 | _ACEOF |
| @@ -14836,7 +14859,7 @@ done | |||
| 14836 | 14859 | ||
| 14837 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 | 14860 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 |
| 14838 | $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } | 14861 | $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } |
| 14839 | if test "${ac_cv_header_stdbool_h+set}" = set; then : | 14862 | if ${ac_cv_header_stdbool_h+:} false; then : |
| 14840 | $as_echo_n "(cached) " >&6 | 14863 | $as_echo_n "(cached) " >&6 |
| 14841 | else | 14864 | else |
| 14842 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14865 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14911,7 +14934,7 @@ fi | |||
| 14911 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 | 14934 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 |
| 14912 | $as_echo "$ac_cv_header_stdbool_h" >&6; } | 14935 | $as_echo "$ac_cv_header_stdbool_h" >&6; } |
| 14913 | ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" | 14936 | ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" |
| 14914 | if test "x$ac_cv_type__Bool" = x""yes; then : | 14937 | if test "x$ac_cv_type__Bool" = xyes; then : |
| 14915 | 14938 | ||
| 14916 | cat >>confdefs.h <<_ACEOF | 14939 | cat >>confdefs.h <<_ACEOF |
| 14917 | #define HAVE__BOOL 1 | 14940 | #define HAVE__BOOL 1 |
| @@ -14928,7 +14951,7 @@ fi | |||
| 14928 | 14951 | ||
| 14929 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 | 14952 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 |
| 14930 | $as_echo_n "checking for wchar_t... " >&6; } | 14953 | $as_echo_n "checking for wchar_t... " >&6; } |
| 14931 | if test "${gt_cv_c_wchar_t+set}" = set; then : | 14954 | if ${gt_cv_c_wchar_t+:} false; then : |
| 14932 | $as_echo_n "(cached) " >&6 | 14955 | $as_echo_n "(cached) " >&6 |
| 14933 | else | 14956 | else |
| 14934 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14957 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14961,7 +14984,7 @@ $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h | |||
| 14961 | 14984 | ||
| 14962 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 | 14985 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 |
| 14963 | $as_echo_n "checking for unsigned long long int... " >&6; } | 14986 | $as_echo_n "checking for unsigned long long int... " >&6; } |
| 14964 | if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then : | 14987 | if ${ac_cv_type_unsigned_long_long_int+:} false; then : |
| 14965 | $as_echo_n "(cached) " >&6 | 14988 | $as_echo_n "(cached) " >&6 |
| 14966 | else | 14989 | else |
| 14967 | ac_cv_type_unsigned_long_long_int=yes | 14990 | ac_cv_type_unsigned_long_long_int=yes |
| @@ -15019,7 +15042,7 @@ $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h | |||
| 15019 | 15042 | ||
| 15020 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 | 15043 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 |
| 15021 | $as_echo_n "checking for long long int... " >&6; } | 15044 | $as_echo_n "checking for long long int... " >&6; } |
| 15022 | if test "${ac_cv_type_long_long_int+set}" = set; then : | 15045 | if ${ac_cv_type_long_long_int+:} false; then : |
| 15023 | $as_echo_n "(cached) " >&6 | 15046 | $as_echo_n "(cached) " >&6 |
| 15024 | else | 15047 | else |
| 15025 | ac_cv_type_long_long_int=yes | 15048 | ac_cv_type_long_long_int=yes |
| @@ -15169,7 +15192,7 @@ $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h | |||
| 15169 | 15192 | ||
| 15170 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 15193 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 15171 | " | 15194 | " |
| 15172 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : | 15195 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then : |
| 15173 | 15196 | ||
| 15174 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h | 15197 | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h |
| 15175 | 15198 | ||
| @@ -15182,7 +15205,7 @@ fi | |||
| 15182 | 15205 | ||
| 15183 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 | 15206 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 |
| 15184 | $as_echo_n "checking whether stat file-mode macros are broken... " >&6; } | 15207 | $as_echo_n "checking whether stat file-mode macros are broken... " >&6; } |
| 15185 | if test "${ac_cv_header_stat_broken+set}" = set; then : | 15208 | if ${ac_cv_header_stat_broken+:} false; then : |
| 15186 | $as_echo_n "(cached) " >&6 | 15209 | $as_echo_n "(cached) " >&6 |
| 15187 | else | 15210 | else |
| 15188 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15211 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15226,7 +15249,7 @@ fi | |||
| 15226 | 15249 | ||
| 15227 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 | 15250 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 |
| 15228 | $as_echo_n "checking for C/C++ restrict keyword... " >&6; } | 15251 | $as_echo_n "checking for C/C++ restrict keyword... " >&6; } |
| 15229 | if test "${ac_cv_c_restrict+set}" = set; then : | 15252 | if ${ac_cv_c_restrict+:} false; then : |
| 15230 | $as_echo_n "(cached) " >&6 | 15253 | $as_echo_n "(cached) " >&6 |
| 15231 | else | 15254 | else |
| 15232 | ac_cv_c_restrict=no | 15255 | ac_cv_c_restrict=no |
| @@ -15276,7 +15299,7 @@ _ACEOF | |||
| 15276 | 15299 | ||
| 15277 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 | 15300 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 |
| 15278 | $as_echo_n "checking for struct timespec in <time.h>... " >&6; } | 15301 | $as_echo_n "checking for struct timespec in <time.h>... " >&6; } |
| 15279 | if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : | 15302 | if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : |
| 15280 | $as_echo_n "(cached) " >&6 | 15303 | $as_echo_n "(cached) " >&6 |
| 15281 | else | 15304 | else |
| 15282 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15305 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15309,7 +15332,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; } | |||
| 15309 | else | 15332 | else |
| 15310 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 | 15333 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 |
| 15311 | $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } | 15334 | $as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } |
| 15312 | if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : | 15335 | if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : |
| 15313 | $as_echo_n "(cached) " >&6 | 15336 | $as_echo_n "(cached) " >&6 |
| 15314 | else | 15337 | else |
| 15315 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15338 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15338,7 +15361,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; } | |||
| 15338 | else | 15361 | else |
| 15339 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 | 15362 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 |
| 15340 | $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } | 15363 | $as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } |
| 15341 | if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : | 15364 | if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : |
| 15342 | $as_echo_n "(cached) " >&6 | 15365 | $as_echo_n "(cached) " >&6 |
| 15343 | else | 15366 | else |
| 15344 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15367 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15387,7 +15410,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; } | |||
| 15387 | else | 15410 | else |
| 15388 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 | 15411 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 |
| 15389 | $as_echo_n "checking absolute name of <time.h>... " >&6; } | 15412 | $as_echo_n "checking absolute name of <time.h>... " >&6; } |
| 15390 | if test "${gl_cv_next_time_h+set}" = set; then : | 15413 | if ${gl_cv_next_time_h+:} false; then : |
| 15391 | $as_echo_n "(cached) " >&6 | 15414 | $as_echo_n "(cached) " >&6 |
| 15392 | else | 15415 | else |
| 15393 | 15416 | ||
| @@ -15430,7 +15453,7 @@ $as_echo "$gl_cv_next_time_h" >&6; } | |||
| 15430 | 15453 | ||
| 15431 | 15454 | ||
| 15432 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" | 15455 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" |
| 15433 | if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : | 15456 | if test "x$ac_cv_have_decl_localtime_r" = xyes; then : |
| 15434 | ac_have_decl=1 | 15457 | ac_have_decl=1 |
| 15435 | else | 15458 | else |
| 15436 | ac_have_decl=0 | 15459 | ac_have_decl=0 |
| @@ -15513,14 +15536,14 @@ fi | |||
| 15513 | 15536 | ||
| 15514 | # Make sure getloadavg.c is where it belongs, at configure-time. | 15537 | # Make sure getloadavg.c is where it belongs, at configure-time. |
| 15515 | test -f "$srcdir/$gl_source_base/getloadavg.c" || | 15538 | test -f "$srcdir/$gl_source_base/getloadavg.c" || |
| 15516 | as_fn_error "$srcdir/$gl_source_base/getloadavg.c is missing" "$LINENO" 5 | 15539 | as_fn_error $? "$srcdir/$gl_source_base/getloadavg.c is missing" "$LINENO" 5 |
| 15517 | 15540 | ||
| 15518 | gl_save_LIBS=$LIBS | 15541 | gl_save_LIBS=$LIBS |
| 15519 | 15542 | ||
| 15520 | # getloadvg is present in libc on glibc >= 2.2, MacOS X, FreeBSD >= 2.0, | 15543 | # getloadvg is present in libc on glibc >= 2.2, MacOS X, FreeBSD >= 2.0, |
| 15521 | # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. | 15544 | # NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. |
| 15522 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 15545 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 15523 | if test "x$ac_cv_func_getloadavg" = x""yes; then : | 15546 | if test "x$ac_cv_func_getloadavg" = xyes; then : |
| 15524 | 15547 | ||
| 15525 | else | 15548 | else |
| 15526 | gl_have_func=no | 15549 | gl_have_func=no |
| @@ -15533,7 +15556,7 @@ else | |||
| 15533 | if test $gl_have_func = no; then | 15556 | if test $gl_have_func = no; then |
| 15534 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 | 15557 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 |
| 15535 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } | 15558 | $as_echo_n "checking for elf_begin in -lelf... " >&6; } |
| 15536 | if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : | 15559 | if ${ac_cv_lib_elf_elf_begin+:} false; then : |
| 15537 | $as_echo_n "(cached) " >&6 | 15560 | $as_echo_n "(cached) " >&6 |
| 15538 | else | 15561 | else |
| 15539 | ac_check_lib_save_LIBS=$LIBS | 15562 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15567,13 +15590,13 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15567 | fi | 15590 | fi |
| 15568 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 | 15591 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 |
| 15569 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } | 15592 | $as_echo "$ac_cv_lib_elf_elf_begin" >&6; } |
| 15570 | if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : | 15593 | if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : |
| 15571 | LIBS="-lelf $LIBS" | 15594 | LIBS="-lelf $LIBS" |
| 15572 | fi | 15595 | fi |
| 15573 | 15596 | ||
| 15574 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 | 15597 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 |
| 15575 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } | 15598 | $as_echo_n "checking for kvm_open in -lkvm... " >&6; } |
| 15576 | if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : | 15599 | if ${ac_cv_lib_kvm_kvm_open+:} false; then : |
| 15577 | $as_echo_n "(cached) " >&6 | 15600 | $as_echo_n "(cached) " >&6 |
| 15578 | else | 15601 | else |
| 15579 | ac_check_lib_save_LIBS=$LIBS | 15602 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15607,14 +15630,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15607 | fi | 15630 | fi |
| 15608 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 | 15631 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 |
| 15609 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } | 15632 | $as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } |
| 15610 | if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : | 15633 | if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : |
| 15611 | LIBS="-lkvm $LIBS" | 15634 | LIBS="-lkvm $LIBS" |
| 15612 | fi | 15635 | fi |
| 15613 | 15636 | ||
| 15614 | # Check for the 4.4BSD definition of getloadavg. | 15637 | # Check for the 4.4BSD definition of getloadavg. |
| 15615 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 | 15638 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 |
| 15616 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } | 15639 | $as_echo_n "checking for getloadavg in -lutil... " >&6; } |
| 15617 | if test "${ac_cv_lib_util_getloadavg+set}" = set; then : | 15640 | if ${ac_cv_lib_util_getloadavg+:} false; then : |
| 15618 | $as_echo_n "(cached) " >&6 | 15641 | $as_echo_n "(cached) " >&6 |
| 15619 | else | 15642 | else |
| 15620 | ac_check_lib_save_LIBS=$LIBS | 15643 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15648,7 +15671,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15648 | fi | 15671 | fi |
| 15649 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 | 15672 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 |
| 15650 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } | 15673 | $as_echo "$ac_cv_lib_util_getloadavg" >&6; } |
| 15651 | if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : | 15674 | if test "x$ac_cv_lib_util_getloadavg" = xyes; then : |
| 15652 | LIBS="-lutil $LIBS" gl_have_func=yes | 15675 | LIBS="-lutil $LIBS" gl_have_func=yes |
| 15653 | fi | 15676 | fi |
| 15654 | 15677 | ||
| @@ -15661,7 +15684,7 @@ fi | |||
| 15661 | LIBS="-L/usr/local/lib $LIBS" | 15684 | LIBS="-L/usr/local/lib $LIBS" |
| 15662 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 | 15685 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 |
| 15663 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } | 15686 | $as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } |
| 15664 | if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : | 15687 | if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : |
| 15665 | $as_echo_n "(cached) " >&6 | 15688 | $as_echo_n "(cached) " >&6 |
| 15666 | else | 15689 | else |
| 15667 | ac_check_lib_save_LIBS=$LIBS | 15690 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15695,7 +15718,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15695 | fi | 15718 | fi |
| 15696 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 | 15719 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
| 15697 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } | 15720 | $as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } |
| 15698 | if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : | 15721 | if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then : |
| 15699 | LIBS="-lgetloadavg $LIBS" gl_have_func=yes | 15722 | LIBS="-lgetloadavg $LIBS" gl_have_func=yes |
| 15700 | else | 15723 | else |
| 15701 | LIBS=$gl_getloadavg_LIBS | 15724 | LIBS=$gl_getloadavg_LIBS |
| @@ -15721,7 +15744,7 @@ fi | |||
| 15721 | # Solaris has libkstat which does not require root. | 15744 | # Solaris has libkstat which does not require root. |
| 15722 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 | 15745 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 |
| 15723 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } | 15746 | $as_echo_n "checking for kstat_open in -lkstat... " >&6; } |
| 15724 | if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : | 15747 | if ${ac_cv_lib_kstat_kstat_open+:} false; then : |
| 15725 | $as_echo_n "(cached) " >&6 | 15748 | $as_echo_n "(cached) " >&6 |
| 15726 | else | 15749 | else |
| 15727 | ac_check_lib_save_LIBS=$LIBS | 15750 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15755,7 +15778,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15755 | fi | 15778 | fi |
| 15756 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 | 15779 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 |
| 15757 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } | 15780 | $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } |
| 15758 | if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : | 15781 | if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then : |
| 15759 | cat >>confdefs.h <<_ACEOF | 15782 | cat >>confdefs.h <<_ACEOF |
| 15760 | #define HAVE_LIBKSTAT 1 | 15783 | #define HAVE_LIBKSTAT 1 |
| 15761 | _ACEOF | 15784 | _ACEOF |
| @@ -15771,7 +15794,7 @@ if test $gl_have_func = no; then | |||
| 15771 | for ac_func in pstat_getdynamic | 15794 | for ac_func in pstat_getdynamic |
| 15772 | do : | 15795 | do : |
| 15773 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" | 15796 | ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" |
| 15774 | if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : | 15797 | if test "x$ac_cv_func_pstat_getdynamic" = xyes; then : |
| 15775 | cat >>confdefs.h <<_ACEOF | 15798 | cat >>confdefs.h <<_ACEOF |
| 15776 | #define HAVE_PSTAT_GETDYNAMIC 1 | 15799 | #define HAVE_PSTAT_GETDYNAMIC 1 |
| 15777 | _ACEOF | 15800 | _ACEOF |
| @@ -15785,7 +15808,7 @@ fi | |||
| 15785 | if test $gl_have_func = no; then | 15808 | if test $gl_have_func = no; then |
| 15786 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5 | 15809 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5 |
| 15787 | $as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; } | 15810 | $as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; } |
| 15788 | if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then : | 15811 | if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then : |
| 15789 | $as_echo_n "(cached) " >&6 | 15812 | $as_echo_n "(cached) " >&6 |
| 15790 | else | 15813 | else |
| 15791 | ac_check_lib_save_LIBS=$LIBS | 15814 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15819,7 +15842,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15819 | fi | 15842 | fi |
| 15820 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5 | 15843 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5 |
| 15821 | $as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; } | 15844 | $as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; } |
| 15822 | if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then : | 15845 | if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = xyes; then : |
| 15823 | cat >>confdefs.h <<_ACEOF | 15846 | cat >>confdefs.h <<_ACEOF |
| 15824 | #define HAVE_LIBPERFSTAT 1 | 15847 | #define HAVE_LIBPERFSTAT 1 |
| 15825 | _ACEOF | 15848 | _ACEOF |
| @@ -15833,14 +15856,14 @@ fi | |||
| 15833 | 15856 | ||
| 15834 | if test $gl_have_func = no; then | 15857 | if test $gl_have_func = no; then |
| 15835 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" | 15858 | ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" |
| 15836 | if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : | 15859 | if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then : |
| 15837 | gl_have_func=yes | 15860 | gl_have_func=yes |
| 15838 | 15861 | ||
| 15839 | $as_echo "#define DGUX 1" >>confdefs.h | 15862 | $as_echo "#define DGUX 1" >>confdefs.h |
| 15840 | 15863 | ||
| 15841 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 | 15864 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 |
| 15842 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } | 15865 | $as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } |
| 15843 | if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : | 15866 | if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : |
| 15844 | $as_echo_n "(cached) " >&6 | 15867 | $as_echo_n "(cached) " >&6 |
| 15845 | else | 15868 | else |
| 15846 | ac_check_lib_save_LIBS=$LIBS | 15869 | ac_check_lib_save_LIBS=$LIBS |
| @@ -15874,7 +15897,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 15874 | fi | 15897 | fi |
| 15875 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 | 15898 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
| 15876 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } | 15899 | $as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } |
| 15877 | if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : | 15900 | if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then : |
| 15878 | cat >>confdefs.h <<_ACEOF | 15901 | cat >>confdefs.h <<_ACEOF |
| 15879 | #define HAVE_LIBDGC 1 | 15902 | #define HAVE_LIBDGC 1 |
| 15880 | _ACEOF | 15903 | _ACEOF |
| @@ -15901,7 +15924,7 @@ fi | |||
| 15901 | 15924 | ||
| 15902 | if test $gl_have_func = no; then | 15925 | if test $gl_have_func = no; then |
| 15903 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" | 15926 | ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" |
| 15904 | if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : | 15927 | if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then : |
| 15905 | gl_have_func=yes | 15928 | gl_have_func=yes |
| 15906 | 15929 | ||
| 15907 | $as_echo "#define UMAX 1" >>confdefs.h | 15930 | $as_echo "#define UMAX 1" >>confdefs.h |
| @@ -15916,7 +15939,7 @@ fi | |||
| 15916 | 15939 | ||
| 15917 | if test $gl_have_func = no; then | 15940 | if test $gl_have_func = no; then |
| 15918 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" | 15941 | ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" |
| 15919 | if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : | 15942 | if test "x$ac_cv_header_sys_cpustats_h" = xyes; then : |
| 15920 | gl_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h | 15943 | gl_have_func=yes; $as_echo "#define UMAX 1" >>confdefs.h |
| 15921 | 15944 | ||
| 15922 | fi | 15945 | fi |
| @@ -15928,7 +15951,7 @@ if test $gl_have_func = no; then | |||
| 15928 | for ac_header in mach/mach.h | 15951 | for ac_header in mach/mach.h |
| 15929 | do : | 15952 | do : |
| 15930 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" | 15953 | ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" |
| 15931 | if test "x$ac_cv_header_mach_mach_h" = x""yes; then : | 15954 | if test "x$ac_cv_header_mach_mach_h" = xyes; then : |
| 15932 | cat >>confdefs.h <<_ACEOF | 15955 | cat >>confdefs.h <<_ACEOF |
| 15933 | #define HAVE_MACH_MACH_H 1 | 15956 | #define HAVE_MACH_MACH_H 1 |
| 15934 | _ACEOF | 15957 | _ACEOF |
| @@ -15942,13 +15965,13 @@ fi | |||
| 15942 | for ac_header in nlist.h | 15965 | for ac_header in nlist.h |
| 15943 | do : | 15966 | do : |
| 15944 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" | 15967 | ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" |
| 15945 | if test "x$ac_cv_header_nlist_h" = x""yes; then : | 15968 | if test "x$ac_cv_header_nlist_h" = xyes; then : |
| 15946 | cat >>confdefs.h <<_ACEOF | 15969 | cat >>confdefs.h <<_ACEOF |
| 15947 | #define HAVE_NLIST_H 1 | 15970 | #define HAVE_NLIST_H 1 |
| 15948 | _ACEOF | 15971 | _ACEOF |
| 15949 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> | 15972 | ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> |
| 15950 | " | 15973 | " |
| 15951 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : | 15974 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : |
| 15952 | 15975 | ||
| 15953 | cat >>confdefs.h <<_ACEOF | 15976 | cat >>confdefs.h <<_ACEOF |
| 15954 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 | 15977 | #define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 |
| @@ -16002,7 +16025,7 @@ LIBS=$gl_save_LIBS | |||
| 16002 | for ac_header in sys/loadavg.h | 16025 | for ac_header in sys/loadavg.h |
| 16003 | do : | 16026 | do : |
| 16004 | ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default" | 16027 | ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default" |
| 16005 | if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then : | 16028 | if test "x$ac_cv_header_sys_loadavg_h" = xyes; then : |
| 16006 | cat >>confdefs.h <<_ACEOF | 16029 | cat >>confdefs.h <<_ACEOF |
| 16007 | #define HAVE_SYS_LOADAVG_H 1 | 16030 | #define HAVE_SYS_LOADAVG_H 1 |
| 16008 | _ACEOF | 16031 | _ACEOF |
| @@ -16021,7 +16044,7 @@ ac_fn_c_check_decl "$LINENO" "getloadavg" "ac_cv_have_decl_getloadavg" "#if HAVE | |||
| 16021 | #endif | 16044 | #endif |
| 16022 | #include <stdlib.h> | 16045 | #include <stdlib.h> |
| 16023 | " | 16046 | " |
| 16024 | if test "x$ac_cv_have_decl_getloadavg" = x""yes; then : | 16047 | if test "x$ac_cv_have_decl_getloadavg" = xyes; then : |
| 16025 | 16048 | ||
| 16026 | else | 16049 | else |
| 16027 | HAVE_DECL_GETLOADAVG=0 | 16050 | HAVE_DECL_GETLOADAVG=0 |
| @@ -16130,7 +16153,7 @@ if test $APPLE_UNIVERSAL_BUILD = 1; then | |||
| 16130 | fi | 16153 | fi |
| 16131 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 | 16154 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 |
| 16132 | $as_echo_n "checking for working mktime... " >&6; } | 16155 | $as_echo_n "checking for working mktime... " >&6; } |
| 16133 | if test "${ac_cv_func_working_mktime+set}" = set; then : | 16156 | if ${ac_cv_func_working_mktime+:} false; then : |
| 16134 | $as_echo_n "(cached) " >&6 | 16157 | $as_echo_n "(cached) " >&6 |
| 16135 | else | 16158 | else |
| 16136 | if test "$cross_compiling" = yes; then : | 16159 | if test "$cross_compiling" = yes; then : |
| @@ -16395,7 +16418,7 @@ fi | |||
| 16395 | else | 16418 | else |
| 16396 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 | 16419 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 |
| 16397 | $as_echo_n "checking whether readlink signature is correct... " >&6; } | 16420 | $as_echo_n "checking whether readlink signature is correct... " >&6; } |
| 16398 | if test "${gl_cv_decl_readlink_works+set}" = set; then : | 16421 | if ${gl_cv_decl_readlink_works+:} false; then : |
| 16399 | $as_echo_n "(cached) " >&6 | 16422 | $as_echo_n "(cached) " >&6 |
| 16400 | else | 16423 | else |
| 16401 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16424 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16422,7 +16445,7 @@ fi | |||
| 16422 | $as_echo "$gl_cv_decl_readlink_works" >&6; } | 16445 | $as_echo "$gl_cv_decl_readlink_works" >&6; } |
| 16423 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 | 16446 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 |
| 16424 | $as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; } | 16447 | $as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; } |
| 16425 | if test "${gl_cv_func_readlink_works+set}" = set; then : | 16448 | if ${gl_cv_func_readlink_works+:} false; then : |
| 16426 | $as_echo_n "(cached) " >&6 | 16449 | $as_echo_n "(cached) " >&6 |
| 16427 | else | 16450 | else |
| 16428 | # We have readlink, so assume ln -s works. | 16451 | # We have readlink, so assume ln -s works. |
| @@ -16507,12 +16530,12 @@ $as_echo "#define READLINK_TRAILING_SLASH_BUG 1" >>confdefs.h | |||
| 16507 | #endif | 16530 | #endif |
| 16508 | 16531 | ||
| 16509 | " | 16532 | " |
| 16510 | if test "x$ac_cv_type_socklen_t" = x""yes; then : | 16533 | if test "x$ac_cv_type_socklen_t" = xyes; then : |
| 16511 | 16534 | ||
| 16512 | else | 16535 | else |
| 16513 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 | 16536 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 |
| 16514 | $as_echo_n "checking for socklen_t equivalent... " >&6; } | 16537 | $as_echo_n "checking for socklen_t equivalent... " >&6; } |
| 16515 | if test "${gl_cv_socklen_t_equiv+set}" = set; then : | 16538 | if ${gl_cv_socklen_t_equiv+:} false; then : |
| 16516 | $as_echo_n "(cached) " >&6 | 16539 | $as_echo_n "(cached) " >&6 |
| 16517 | else | 16540 | else |
| 16518 | # Systems have either "struct sockaddr *" or | 16541 | # Systems have either "struct sockaddr *" or |
| @@ -16547,7 +16570,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |||
| 16547 | fi | 16570 | fi |
| 16548 | 16571 | ||
| 16549 | if test "$gl_cv_socklen_t_equiv" = ""; then | 16572 | if test "$gl_cv_socklen_t_equiv" = ""; then |
| 16550 | as_fn_error "Cannot find a type to use in place of socklen_t" "$LINENO" 5 | 16573 | as_fn_error $? "Cannot find a type to use in place of socklen_t" "$LINENO" 5 |
| 16551 | fi | 16574 | fi |
| 16552 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 | 16575 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 |
| 16553 | $as_echo "$gl_cv_socklen_t_equiv" >&6; } | 16576 | $as_echo "$gl_cv_socklen_t_equiv" >&6; } |
| @@ -16562,7 +16585,7 @@ fi | |||
| 16562 | 16585 | ||
| 16563 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 | 16586 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 |
| 16564 | $as_echo_n "checking for ssize_t... " >&6; } | 16587 | $as_echo_n "checking for ssize_t... " >&6; } |
| 16565 | if test "${gt_cv_ssize_t+set}" = set; then : | 16588 | if ${gt_cv_ssize_t+:} false; then : |
| 16566 | $as_echo_n "(cached) " >&6 | 16589 | $as_echo_n "(cached) " >&6 |
| 16567 | else | 16590 | else |
| 16568 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16591 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16598,7 +16621,7 @@ $as_echo "#define ssize_t int" >>confdefs.h | |||
| 16598 | 16621 | ||
| 16599 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5 | 16622 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5 |
| 16600 | $as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; } | 16623 | $as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; } |
| 16601 | if test "${gl_cv_func_stat_dir_slash+set}" = set; then : | 16624 | if ${gl_cv_func_stat_dir_slash+:} false; then : |
| 16602 | $as_echo_n "(cached) " >&6 | 16625 | $as_echo_n "(cached) " >&6 |
| 16603 | else | 16626 | else |
| 16604 | if test "$cross_compiling" = yes; then : | 16627 | if test "$cross_compiling" = yes; then : |
| @@ -16633,7 +16656,7 @@ fi | |||
| 16633 | $as_echo "$gl_cv_func_stat_dir_slash" >&6; } | 16656 | $as_echo "$gl_cv_func_stat_dir_slash" >&6; } |
| 16634 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 | 16657 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 |
| 16635 | $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } | 16658 | $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } |
| 16636 | if test "${gl_cv_func_stat_file_slash+set}" = set; then : | 16659 | if ${gl_cv_func_stat_file_slash+:} false; then : |
| 16637 | $as_echo_n "(cached) " >&6 | 16660 | $as_echo_n "(cached) " >&6 |
| 16638 | else | 16661 | else |
| 16639 | touch conftest.tmp | 16662 | touch conftest.tmp |
| @@ -16750,7 +16773,7 @@ fi | |||
| 16750 | fi | 16773 | fi |
| 16751 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 | 16774 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 |
| 16752 | $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } | 16775 | $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } |
| 16753 | if test "${gl_cv_decl_null_works+set}" = set; then : | 16776 | if ${gl_cv_decl_null_works+:} false; then : |
| 16754 | $as_echo_n "(cached) " >&6 | 16777 | $as_echo_n "(cached) " >&6 |
| 16755 | else | 16778 | else |
| 16756 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 16779 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -16802,7 +16825,7 @@ fi | |||
| 16802 | else | 16825 | else |
| 16803 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 | 16826 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 |
| 16804 | $as_echo_n "checking absolute name of <stddef.h>... " >&6; } | 16827 | $as_echo_n "checking absolute name of <stddef.h>... " >&6; } |
| 16805 | if test "${gl_cv_next_stddef_h+set}" = set; then : | 16828 | if ${gl_cv_next_stddef_h+:} false; then : |
| 16806 | $as_echo_n "(cached) " >&6 | 16829 | $as_echo_n "(cached) " >&6 |
| 16807 | else | 16830 | else |
| 16808 | 16831 | ||
| @@ -16898,7 +16921,7 @@ $as_echo "$gl_cv_next_stddef_h" >&6; } | |||
| 16898 | else | 16921 | else |
| 16899 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5 | 16922 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5 |
| 16900 | $as_echo_n "checking absolute name of <stdint.h>... " >&6; } | 16923 | $as_echo_n "checking absolute name of <stdint.h>... " >&6; } |
| 16901 | if test "${gl_cv_next_stdint_h+set}" = set; then : | 16924 | if ${gl_cv_next_stdint_h+:} false; then : |
| 16902 | $as_echo_n "(cached) " >&6 | 16925 | $as_echo_n "(cached) " >&6 |
| 16903 | else | 16926 | else |
| 16904 | 16927 | ||
| @@ -16954,7 +16977,7 @@ $as_echo "$gl_cv_next_stdint_h" >&6; } | |||
| 16954 | if test $ac_cv_header_stdint_h = yes; then | 16977 | if test $ac_cv_header_stdint_h = yes; then |
| 16955 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 | 16978 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 |
| 16956 | $as_echo_n "checking whether stdint.h conforms to C99... " >&6; } | 16979 | $as_echo_n "checking whether stdint.h conforms to C99... " >&6; } |
| 16957 | if test "${gl_cv_header_working_stdint_h+set}" = set; then : | 16980 | if ${gl_cv_header_working_stdint_h+:} false; then : |
| 16958 | $as_echo_n "(cached) " >&6 | 16981 | $as_echo_n "(cached) " >&6 |
| 16959 | else | 16982 | else |
| 16960 | gl_cv_header_working_stdint_h=no | 16983 | gl_cv_header_working_stdint_h=no |
| @@ -17227,8 +17250,7 @@ $as_echo "$gl_cv_header_working_stdint_h" >&6; } | |||
| 17227 | do : | 17250 | do : |
| 17228 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 17251 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 17229 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 17252 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 17230 | eval as_val=\$$as_ac_Header | 17253 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 17231 | if test "x$as_val" = x""yes; then : | ||
| 17232 | cat >>confdefs.h <<_ACEOF | 17254 | cat >>confdefs.h <<_ACEOF |
| 17233 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 17255 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 17234 | _ACEOF | 17256 | _ACEOF |
| @@ -17258,7 +17280,7 @@ done | |||
| 17258 | for gltype in ptrdiff_t size_t ; do | 17280 | for gltype in ptrdiff_t size_t ; do |
| 17259 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 | 17281 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 |
| 17260 | $as_echo_n "checking for bit size of $gltype... " >&6; } | 17282 | $as_echo_n "checking for bit size of $gltype... " >&6; } |
| 17261 | if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : | 17283 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : |
| 17262 | $as_echo_n "(cached) " >&6 | 17284 | $as_echo_n "(cached) " >&6 |
| 17263 | else | 17285 | else |
| 17264 | if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " | 17286 | if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " |
| @@ -17303,7 +17325,7 @@ _ACEOF | |||
| 17303 | for gltype in sig_atomic_t wchar_t wint_t ; do | 17325 | for gltype in sig_atomic_t wchar_t wint_t ; do |
| 17304 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 | 17326 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 |
| 17305 | $as_echo_n "checking for bit size of $gltype... " >&6; } | 17327 | $as_echo_n "checking for bit size of $gltype... " >&6; } |
| 17306 | if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : | 17328 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : |
| 17307 | $as_echo_n "(cached) " >&6 | 17329 | $as_echo_n "(cached) " >&6 |
| 17308 | else | 17330 | else |
| 17309 | if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " | 17331 | if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " |
| @@ -17347,7 +17369,7 @@ _ACEOF | |||
| 17347 | for gltype in sig_atomic_t wchar_t wint_t ; do | 17369 | for gltype in sig_atomic_t wchar_t wint_t ; do |
| 17348 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 | 17370 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 |
| 17349 | $as_echo_n "checking whether $gltype is signed... " >&6; } | 17371 | $as_echo_n "checking whether $gltype is signed... " >&6; } |
| 17350 | if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then : | 17372 | if eval \${gl_cv_type_${gltype}_signed+:} false; then : |
| 17351 | $as_echo_n "(cached) " >&6 | 17373 | $as_echo_n "(cached) " >&6 |
| 17352 | else | 17374 | else |
| 17353 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 17375 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -17406,7 +17428,7 @@ _ACEOF | |||
| 17406 | for gltype in ptrdiff_t size_t ; do | 17428 | for gltype in ptrdiff_t size_t ; do |
| 17407 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 | 17429 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 |
| 17408 | $as_echo_n "checking for $gltype integer literal suffix... " >&6; } | 17430 | $as_echo_n "checking for $gltype integer literal suffix... " >&6; } |
| 17409 | if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : | 17431 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : |
| 17410 | $as_echo_n "(cached) " >&6 | 17432 | $as_echo_n "(cached) " >&6 |
| 17411 | else | 17433 | else |
| 17412 | eval gl_cv_type_${gltype}_suffix=no | 17434 | eval gl_cv_type_${gltype}_suffix=no |
| @@ -17478,7 +17500,7 @@ _ACEOF | |||
| 17478 | for gltype in sig_atomic_t wchar_t wint_t ; do | 17500 | for gltype in sig_atomic_t wchar_t wint_t ; do |
| 17479 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 | 17501 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 |
| 17480 | $as_echo_n "checking for $gltype integer literal suffix... " >&6; } | 17502 | $as_echo_n "checking for $gltype integer literal suffix... " >&6; } |
| 17481 | if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : | 17503 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : |
| 17482 | $as_echo_n "(cached) " >&6 | 17504 | $as_echo_n "(cached) " >&6 |
| 17483 | else | 17505 | else |
| 17484 | eval gl_cv_type_${gltype}_suffix=no | 17506 | eval gl_cv_type_${gltype}_suffix=no |
| @@ -17574,7 +17596,7 @@ fi | |||
| 17574 | else | 17596 | else |
| 17575 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5 | 17597 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5 |
| 17576 | $as_echo_n "checking absolute name of <stdio.h>... " >&6; } | 17598 | $as_echo_n "checking absolute name of <stdio.h>... " >&6; } |
| 17577 | if test "${gl_cv_next_stdio_h+set}" = set; then : | 17599 | if ${gl_cv_next_stdio_h+:} false; then : |
| 17578 | $as_echo_n "(cached) " >&6 | 17600 | $as_echo_n "(cached) " >&6 |
| 17579 | else | 17601 | else |
| 17580 | 17602 | ||
| @@ -17644,7 +17666,7 @@ $as_echo "$gl_cv_next_stdio_h" >&6; } | |||
| 17644 | else | 17666 | else |
| 17645 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5 | 17667 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5 |
| 17646 | $as_echo_n "checking absolute name of <stdlib.h>... " >&6; } | 17668 | $as_echo_n "checking absolute name of <stdlib.h>... " >&6; } |
| 17647 | if test "${gl_cv_next_stdlib_h+set}" = set; then : | 17669 | if ${gl_cv_next_stdlib_h+:} false; then : |
| 17648 | $as_echo_n "(cached) " >&6 | 17670 | $as_echo_n "(cached) " >&6 |
| 17649 | else | 17671 | else |
| 17650 | 17672 | ||
| @@ -17732,7 +17754,7 @@ $as_echo "#define my_strftime nstrftime" >>confdefs.h | |||
| 17732 | else | 17754 | else |
| 17733 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 | 17755 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 |
| 17734 | $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } | 17756 | $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } |
| 17735 | if test "${gl_cv_func_symlink_works+set}" = set; then : | 17757 | if ${gl_cv_func_symlink_works+:} false; then : |
| 17736 | $as_echo_n "(cached) " >&6 | 17758 | $as_echo_n "(cached) " >&6 |
| 17737 | else | 17759 | else |
| 17738 | if test "$cross_compiling" = yes; then : | 17760 | if test "$cross_compiling" = yes; then : |
| @@ -17815,7 +17837,7 @@ $as_echo "$gl_cv_func_symlink_works" >&6; } | |||
| 17815 | else | 17837 | else |
| 17816 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5 | 17838 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5 |
| 17817 | $as_echo_n "checking absolute name of <sys/stat.h>... " >&6; } | 17839 | $as_echo_n "checking absolute name of <sys/stat.h>... " >&6; } |
| 17818 | if test "${gl_cv_next_sys_stat_h+set}" = set; then : | 17840 | if ${gl_cv_next_sys_stat_h+:} false; then : |
| 17819 | $as_echo_n "(cached) " >&6 | 17841 | $as_echo_n "(cached) " >&6 |
| 17820 | else | 17842 | else |
| 17821 | 17843 | ||
| @@ -17865,7 +17887,7 @@ $as_echo "$gl_cv_next_sys_stat_h" >&6; } | |||
| 17865 | ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h> | 17887 | ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h> |
| 17866 | #include <sys/stat.h> | 17888 | #include <sys/stat.h> |
| 17867 | " | 17889 | " |
| 17868 | if test "x$ac_cv_type_nlink_t" = x""yes; then : | 17890 | if test "x$ac_cv_type_nlink_t" = xyes; then : |
| 17869 | 17891 | ||
| 17870 | else | 17892 | else |
| 17871 | 17893 | ||
| @@ -17898,7 +17920,7 @@ fi | |||
| 17898 | HAVE_LOCALTIME_R=1 | 17920 | HAVE_LOCALTIME_R=1 |
| 17899 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 | 17921 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 |
| 17900 | $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } | 17922 | $as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } |
| 17901 | if test "${gl_cv_time_r_posix+set}" = set; then : | 17923 | if ${gl_cv_time_r_posix+:} false; then : |
| 17902 | $as_echo_n "(cached) " >&6 | 17924 | $as_echo_n "(cached) " >&6 |
| 17903 | else | 17925 | else |
| 17904 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 17926 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -17980,7 +18002,7 @@ $as_echo "$gl_cv_time_r_posix" >&6; } | |||
| 17980 | else | 18002 | else |
| 17981 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 | 18003 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 |
| 17982 | $as_echo_n "checking absolute name of <unistd.h>... " >&6; } | 18004 | $as_echo_n "checking absolute name of <unistd.h>... " >&6; } |
| 17983 | if test "${gl_cv_next_unistd_h+set}" = set; then : | 18005 | if ${gl_cv_next_unistd_h+:} false; then : |
| 17984 | $as_echo_n "(cached) " >&6 | 18006 | $as_echo_n "(cached) " >&6 |
| 17985 | else | 18007 | else |
| 17986 | 18008 | ||
| @@ -18080,7 +18102,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; } | |||
| 18080 | for ac_func in grantpt | 18102 | for ac_func in grantpt |
| 18081 | do : | 18103 | do : |
| 18082 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" | 18104 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" |
| 18083 | if test "x$ac_cv_func_grantpt" = x""yes; then : | 18105 | if test "x$ac_cv_func_grantpt" = xyes; then : |
| 18084 | cat >>confdefs.h <<_ACEOF | 18106 | cat >>confdefs.h <<_ACEOF |
| 18085 | #define HAVE_GRANTPT 1 | 18107 | #define HAVE_GRANTPT 1 |
| 18086 | _ACEOF | 18108 | _ACEOF |
| @@ -18093,7 +18115,7 @@ done | |||
| 18093 | for ac_func in getpt | 18115 | for ac_func in getpt |
| 18094 | do : | 18116 | do : |
| 18095 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" | 18117 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" |
| 18096 | if test "x$ac_cv_func_getpt" = x""yes; then : | 18118 | if test "x$ac_cv_func_getpt" = xyes; then : |
| 18097 | cat >>confdefs.h <<_ACEOF | 18119 | cat >>confdefs.h <<_ACEOF |
| 18098 | #define HAVE_GETPT 1 | 18120 | #define HAVE_GETPT 1 |
| 18099 | _ACEOF | 18121 | _ACEOF |
| @@ -18110,7 +18132,7 @@ done | |||
| 18110 | have_tputs_et_al=true | 18132 | have_tputs_et_al=true |
| 18111 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 | 18133 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 |
| 18112 | $as_echo_n "checking for library containing tputs... " >&6; } | 18134 | $as_echo_n "checking for library containing tputs... " >&6; } |
| 18113 | if test "${ac_cv_search_tputs+set}" = set; then : | 18135 | if ${ac_cv_search_tputs+:} false; then : |
| 18114 | $as_echo_n "(cached) " >&6 | 18136 | $as_echo_n "(cached) " >&6 |
| 18115 | else | 18137 | else |
| 18116 | ac_func_search_save_LIBS=$LIBS | 18138 | ac_func_search_save_LIBS=$LIBS |
| @@ -18144,11 +18166,11 @@ for ac_lib in '' ncurses terminfo termcap; do | |||
| 18144 | fi | 18166 | fi |
| 18145 | rm -f core conftest.err conftest.$ac_objext \ | 18167 | rm -f core conftest.err conftest.$ac_objext \ |
| 18146 | conftest$ac_exeext | 18168 | conftest$ac_exeext |
| 18147 | if test "${ac_cv_search_tputs+set}" = set; then : | 18169 | if ${ac_cv_search_tputs+:} false; then : |
| 18148 | break | 18170 | break |
| 18149 | fi | 18171 | fi |
| 18150 | done | 18172 | done |
| 18151 | if test "${ac_cv_search_tputs+set}" = set; then : | 18173 | if ${ac_cv_search_tputs+:} false; then : |
| 18152 | 18174 | ||
| 18153 | else | 18175 | else |
| 18154 | ac_cv_search_tputs=no | 18176 | ac_cv_search_tputs=no |
| @@ -18167,7 +18189,7 @@ else | |||
| 18167 | fi | 18189 | fi |
| 18168 | 18190 | ||
| 18169 | if test "$have_tputs_et_al" != true; then | 18191 | if test "$have_tputs_et_al" != true; then |
| 18170 | as_fn_error "I couldn't find termcap functions (tputs and friends). | 18192 | as_fn_error $? "I couldn't find termcap functions (tputs and friends). |
| 18171 | Maybe some development libraries/packages are missing? Try installing | 18193 | Maybe some development libraries/packages are missing? Try installing |
| 18172 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 | 18194 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 |
| 18173 | fi | 18195 | fi |
| @@ -18207,7 +18229,7 @@ case "$opsys" in | |||
| 18207 | freebsd) | 18229 | freebsd) |
| 18208 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 | 18230 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 |
| 18209 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } | 18231 | $as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } |
| 18210 | if test "${emacs_cv_freebsd_terminfo+set}" = set; then : | 18232 | if ${emacs_cv_freebsd_terminfo+:} false; then : |
| 18211 | $as_echo_n "(cached) " >&6 | 18233 | $as_echo_n "(cached) " >&6 |
| 18212 | else | 18234 | else |
| 18213 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 18235 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -18349,16 +18371,16 @@ LIBHESIOD= | |||
| 18349 | if test "$with_hesiod" != no ; then | 18371 | if test "$with_hesiod" != no ; then |
| 18350 | # Don't set $LIBS here -- see comments above. FIXME which comments? | 18372 | # Don't set $LIBS here -- see comments above. FIXME which comments? |
| 18351 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" | 18373 | ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" |
| 18352 | if test "x$ac_cv_func_res_send" = x""yes; then : | 18374 | if test "x$ac_cv_func_res_send" = xyes; then : |
| 18353 | 18375 | ||
| 18354 | else | 18376 | else |
| 18355 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" | 18377 | ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" |
| 18356 | if test "x$ac_cv_func___res_send" = x""yes; then : | 18378 | if test "x$ac_cv_func___res_send" = xyes; then : |
| 18357 | 18379 | ||
| 18358 | else | 18380 | else |
| 18359 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 | 18381 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 |
| 18360 | $as_echo_n "checking for res_send in -lresolv... " >&6; } | 18382 | $as_echo_n "checking for res_send in -lresolv... " >&6; } |
| 18361 | if test "${ac_cv_lib_resolv_res_send+set}" = set; then : | 18383 | if ${ac_cv_lib_resolv_res_send+:} false; then : |
| 18362 | $as_echo_n "(cached) " >&6 | 18384 | $as_echo_n "(cached) " >&6 |
| 18363 | else | 18385 | else |
| 18364 | ac_check_lib_save_LIBS=$LIBS | 18386 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18392,12 +18414,12 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18392 | fi | 18414 | fi |
| 18393 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 | 18415 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 |
| 18394 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } | 18416 | $as_echo "$ac_cv_lib_resolv_res_send" >&6; } |
| 18395 | if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : | 18417 | if test "x$ac_cv_lib_resolv_res_send" = xyes; then : |
| 18396 | resolv=yes | 18418 | resolv=yes |
| 18397 | else | 18419 | else |
| 18398 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 | 18420 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 |
| 18399 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } | 18421 | $as_echo_n "checking for __res_send in -lresolv... " >&6; } |
| 18400 | if test "${ac_cv_lib_resolv___res_send+set}" = set; then : | 18422 | if ${ac_cv_lib_resolv___res_send+:} false; then : |
| 18401 | $as_echo_n "(cached) " >&6 | 18423 | $as_echo_n "(cached) " >&6 |
| 18402 | else | 18424 | else |
| 18403 | ac_check_lib_save_LIBS=$LIBS | 18425 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18431,7 +18453,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18431 | fi | 18453 | fi |
| 18432 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 | 18454 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 |
| 18433 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } | 18455 | $as_echo "$ac_cv_lib_resolv___res_send" >&6; } |
| 18434 | if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : | 18456 | if test "x$ac_cv_lib_resolv___res_send" = xyes; then : |
| 18435 | resolv=yes | 18457 | resolv=yes |
| 18436 | fi | 18458 | fi |
| 18437 | 18459 | ||
| @@ -18447,12 +18469,12 @@ fi | |||
| 18447 | RESOLVLIB= | 18469 | RESOLVLIB= |
| 18448 | fi | 18470 | fi |
| 18449 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" | 18471 | ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" |
| 18450 | if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : | 18472 | if test "x$ac_cv_func_hes_getmailhost" = xyes; then : |
| 18451 | 18473 | ||
| 18452 | else | 18474 | else |
| 18453 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 | 18475 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 |
| 18454 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } | 18476 | $as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } |
| 18455 | if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : | 18477 | if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : |
| 18456 | $as_echo_n "(cached) " >&6 | 18478 | $as_echo_n "(cached) " >&6 |
| 18457 | else | 18479 | else |
| 18458 | ac_check_lib_save_LIBS=$LIBS | 18480 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18486,7 +18508,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18486 | fi | 18508 | fi |
| 18487 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 | 18509 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 |
| 18488 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } | 18510 | $as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } |
| 18489 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : | 18511 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : |
| 18490 | hesiod=yes | 18512 | hesiod=yes |
| 18491 | else | 18513 | else |
| 18492 | : | 18514 | : |
| @@ -18525,7 +18547,7 @@ KRB4LIB= | |||
| 18525 | if test "${with_kerberos}" != no; then | 18547 | if test "${with_kerberos}" != no; then |
| 18526 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 | 18548 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 |
| 18527 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } | 18549 | $as_echo_n "checking for com_err in -lcom_err... " >&6; } |
| 18528 | if test "${ac_cv_lib_com_err_com_err+set}" = set; then : | 18550 | if ${ac_cv_lib_com_err_com_err+:} false; then : |
| 18529 | $as_echo_n "(cached) " >&6 | 18551 | $as_echo_n "(cached) " >&6 |
| 18530 | else | 18552 | else |
| 18531 | ac_check_lib_save_LIBS=$LIBS | 18553 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18559,7 +18581,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18559 | fi | 18581 | fi |
| 18560 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 | 18582 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 |
| 18561 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } | 18583 | $as_echo "$ac_cv_lib_com_err_com_err" >&6; } |
| 18562 | if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : | 18584 | if test "x$ac_cv_lib_com_err_com_err" = xyes; then : |
| 18563 | have_com_err=yes | 18585 | have_com_err=yes |
| 18564 | else | 18586 | else |
| 18565 | have_com_err=no | 18587 | have_com_err=no |
| @@ -18574,7 +18596,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h | |||
| 18574 | fi | 18596 | fi |
| 18575 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 | 18597 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 |
| 18576 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } | 18598 | $as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } |
| 18577 | if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : | 18599 | if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : |
| 18578 | $as_echo_n "(cached) " >&6 | 18600 | $as_echo_n "(cached) " >&6 |
| 18579 | else | 18601 | else |
| 18580 | ac_check_lib_save_LIBS=$LIBS | 18602 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18608,7 +18630,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18608 | fi | 18630 | fi |
| 18609 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 | 18631 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
| 18610 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } | 18632 | $as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } |
| 18611 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : | 18633 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : |
| 18612 | have_crypto=yes | 18634 | have_crypto=yes |
| 18613 | else | 18635 | else |
| 18614 | have_crypto=no | 18636 | have_crypto=no |
| @@ -18623,7 +18645,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h | |||
| 18623 | fi | 18645 | fi |
| 18624 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 | 18646 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 |
| 18625 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } | 18647 | $as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } |
| 18626 | if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : | 18648 | if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : |
| 18627 | $as_echo_n "(cached) " >&6 | 18649 | $as_echo_n "(cached) " >&6 |
| 18628 | else | 18650 | else |
| 18629 | ac_check_lib_save_LIBS=$LIBS | 18651 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18657,7 +18679,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18657 | fi | 18679 | fi |
| 18658 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 | 18680 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
| 18659 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } | 18681 | $as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } |
| 18660 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : | 18682 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : |
| 18661 | have_k5crypto=yes | 18683 | have_k5crypto=yes |
| 18662 | else | 18684 | else |
| 18663 | have_k5crypto=no | 18685 | have_k5crypto=no |
| @@ -18672,7 +18694,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h | |||
| 18672 | fi | 18694 | fi |
| 18673 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 | 18695 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 |
| 18674 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } | 18696 | $as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } |
| 18675 | if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : | 18697 | if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : |
| 18676 | $as_echo_n "(cached) " >&6 | 18698 | $as_echo_n "(cached) " >&6 |
| 18677 | else | 18699 | else |
| 18678 | ac_check_lib_save_LIBS=$LIBS | 18700 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18706,7 +18728,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18706 | fi | 18728 | fi |
| 18707 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 | 18729 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
| 18708 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } | 18730 | $as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } |
| 18709 | if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : | 18731 | if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : |
| 18710 | have_krb5=yes | 18732 | have_krb5=yes |
| 18711 | else | 18733 | else |
| 18712 | have_krb5=no | 18734 | have_krb5=no |
| @@ -18722,7 +18744,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h | |||
| 18722 | if test "${with_kerberos5}" = no; then | 18744 | if test "${with_kerberos5}" = no; then |
| 18723 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 | 18745 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 |
| 18724 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } | 18746 | $as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } |
| 18725 | if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : | 18747 | if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : |
| 18726 | $as_echo_n "(cached) " >&6 | 18748 | $as_echo_n "(cached) " >&6 |
| 18727 | else | 18749 | else |
| 18728 | ac_check_lib_save_LIBS=$LIBS | 18750 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18756,7 +18778,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18756 | fi | 18778 | fi |
| 18757 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 | 18779 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
| 18758 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } | 18780 | $as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } |
| 18759 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : | 18781 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : |
| 18760 | have_des425=yes | 18782 | have_des425=yes |
| 18761 | else | 18783 | else |
| 18762 | have_des425=no | 18784 | have_des425=no |
| @@ -18771,7 +18793,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h | |||
| 18771 | else | 18793 | else |
| 18772 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 | 18794 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 |
| 18773 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } | 18795 | $as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } |
| 18774 | if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : | 18796 | if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : |
| 18775 | $as_echo_n "(cached) " >&6 | 18797 | $as_echo_n "(cached) " >&6 |
| 18776 | else | 18798 | else |
| 18777 | ac_check_lib_save_LIBS=$LIBS | 18799 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18805,7 +18827,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18805 | fi | 18827 | fi |
| 18806 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 | 18828 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
| 18807 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } | 18829 | $as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } |
| 18808 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : | 18830 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : |
| 18809 | have_des=yes | 18831 | have_des=yes |
| 18810 | else | 18832 | else |
| 18811 | have_des=no | 18833 | have_des=no |
| @@ -18821,7 +18843,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h | |||
| 18821 | fi | 18843 | fi |
| 18822 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 | 18844 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 |
| 18823 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } | 18845 | $as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } |
| 18824 | if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : | 18846 | if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : |
| 18825 | $as_echo_n "(cached) " >&6 | 18847 | $as_echo_n "(cached) " >&6 |
| 18826 | else | 18848 | else |
| 18827 | ac_check_lib_save_LIBS=$LIBS | 18849 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18855,7 +18877,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18855 | fi | 18877 | fi |
| 18856 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 | 18878 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
| 18857 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } | 18879 | $as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } |
| 18858 | if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : | 18880 | if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : |
| 18859 | have_krb4=yes | 18881 | have_krb4=yes |
| 18860 | else | 18882 | else |
| 18861 | have_krb4=no | 18883 | have_krb4=no |
| @@ -18870,7 +18892,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h | |||
| 18870 | else | 18892 | else |
| 18871 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 | 18893 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 |
| 18872 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } | 18894 | $as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } |
| 18873 | if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : | 18895 | if ${ac_cv_lib_krb_krb_get_cred+:} false; then : |
| 18874 | $as_echo_n "(cached) " >&6 | 18896 | $as_echo_n "(cached) " >&6 |
| 18875 | else | 18897 | else |
| 18876 | ac_check_lib_save_LIBS=$LIBS | 18898 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18904,7 +18926,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18904 | fi | 18926 | fi |
| 18905 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 | 18927 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
| 18906 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } | 18928 | $as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } |
| 18907 | if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : | 18929 | if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : |
| 18908 | have_krb=yes | 18930 | have_krb=yes |
| 18909 | else | 18931 | else |
| 18910 | have_krb=no | 18932 | have_krb=no |
| @@ -18924,13 +18946,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h | |||
| 18924 | for ac_header in krb5.h | 18946 | for ac_header in krb5.h |
| 18925 | do : | 18947 | do : |
| 18926 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" | 18948 | ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" |
| 18927 | if test "x$ac_cv_header_krb5_h" = x""yes; then : | 18949 | if test "x$ac_cv_header_krb5_h" = xyes; then : |
| 18928 | cat >>confdefs.h <<_ACEOF | 18950 | cat >>confdefs.h <<_ACEOF |
| 18929 | #define HAVE_KRB5_H 1 | 18951 | #define HAVE_KRB5_H 1 |
| 18930 | _ACEOF | 18952 | _ACEOF |
| 18931 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> | 18953 | ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> |
| 18932 | " | 18954 | " |
| 18933 | if test "x$ac_cv_member_krb5_error_text" = x""yes; then : | 18955 | if test "x$ac_cv_member_krb5_error_text" = xyes; then : |
| 18934 | 18956 | ||
| 18935 | cat >>confdefs.h <<_ACEOF | 18957 | cat >>confdefs.h <<_ACEOF |
| 18936 | #define HAVE_KRB5_ERROR_TEXT 1 | 18958 | #define HAVE_KRB5_ERROR_TEXT 1 |
| @@ -18940,7 +18962,7 @@ _ACEOF | |||
| 18940 | fi | 18962 | fi |
| 18941 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> | 18963 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> |
| 18942 | " | 18964 | " |
| 18943 | if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : | 18965 | if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : |
| 18944 | 18966 | ||
| 18945 | cat >>confdefs.h <<_ACEOF | 18967 | cat >>confdefs.h <<_ACEOF |
| 18946 | #define HAVE_KRB5_ERROR_E_TEXT 1 | 18968 | #define HAVE_KRB5_ERROR_E_TEXT 1 |
| @@ -18957,7 +18979,7 @@ done | |||
| 18957 | for ac_header in des.h | 18979 | for ac_header in des.h |
| 18958 | do : | 18980 | do : |
| 18959 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" | 18981 | ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" |
| 18960 | if test "x$ac_cv_header_des_h" = x""yes; then : | 18982 | if test "x$ac_cv_header_des_h" = xyes; then : |
| 18961 | cat >>confdefs.h <<_ACEOF | 18983 | cat >>confdefs.h <<_ACEOF |
| 18962 | #define HAVE_DES_H 1 | 18984 | #define HAVE_DES_H 1 |
| 18963 | _ACEOF | 18985 | _ACEOF |
| @@ -18966,7 +18988,7 @@ else | |||
| 18966 | for ac_header in kerberosIV/des.h | 18988 | for ac_header in kerberosIV/des.h |
| 18967 | do : | 18989 | do : |
| 18968 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" | 18990 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" |
| 18969 | if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : | 18991 | if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then : |
| 18970 | cat >>confdefs.h <<_ACEOF | 18992 | cat >>confdefs.h <<_ACEOF |
| 18971 | #define HAVE_KERBEROSIV_DES_H 1 | 18993 | #define HAVE_KERBEROSIV_DES_H 1 |
| 18972 | _ACEOF | 18994 | _ACEOF |
| @@ -18975,7 +18997,7 @@ else | |||
| 18975 | for ac_header in kerberos/des.h | 18997 | for ac_header in kerberos/des.h |
| 18976 | do : | 18998 | do : |
| 18977 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" | 18999 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" |
| 18978 | if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : | 19000 | if test "x$ac_cv_header_kerberos_des_h" = xyes; then : |
| 18979 | cat >>confdefs.h <<_ACEOF | 19001 | cat >>confdefs.h <<_ACEOF |
| 18980 | #define HAVE_KERBEROS_DES_H 1 | 19002 | #define HAVE_KERBEROS_DES_H 1 |
| 18981 | _ACEOF | 19003 | _ACEOF |
| @@ -18995,7 +19017,7 @@ done | |||
| 18995 | for ac_header in krb.h | 19017 | for ac_header in krb.h |
| 18996 | do : | 19018 | do : |
| 18997 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" | 19019 | ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" |
| 18998 | if test "x$ac_cv_header_krb_h" = x""yes; then : | 19020 | if test "x$ac_cv_header_krb_h" = xyes; then : |
| 18999 | cat >>confdefs.h <<_ACEOF | 19021 | cat >>confdefs.h <<_ACEOF |
| 19000 | #define HAVE_KRB_H 1 | 19022 | #define HAVE_KRB_H 1 |
| 19001 | _ACEOF | 19023 | _ACEOF |
| @@ -19004,7 +19026,7 @@ else | |||
| 19004 | for ac_header in kerberosIV/krb.h | 19026 | for ac_header in kerberosIV/krb.h |
| 19005 | do : | 19027 | do : |
| 19006 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" | 19028 | ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" |
| 19007 | if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : | 19029 | if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then : |
| 19008 | cat >>confdefs.h <<_ACEOF | 19030 | cat >>confdefs.h <<_ACEOF |
| 19009 | #define HAVE_KERBEROSIV_KRB_H 1 | 19031 | #define HAVE_KERBEROSIV_KRB_H 1 |
| 19010 | _ACEOF | 19032 | _ACEOF |
| @@ -19013,7 +19035,7 @@ else | |||
| 19013 | for ac_header in kerberos/krb.h | 19035 | for ac_header in kerberos/krb.h |
| 19014 | do : | 19036 | do : |
| 19015 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" | 19037 | ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" |
| 19016 | if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : | 19038 | if test "x$ac_cv_header_kerberos_krb_h" = xyes; then : |
| 19017 | cat >>confdefs.h <<_ACEOF | 19039 | cat >>confdefs.h <<_ACEOF |
| 19018 | #define HAVE_KERBEROS_KRB_H 1 | 19040 | #define HAVE_KERBEROS_KRB_H 1 |
| 19019 | _ACEOF | 19041 | _ACEOF |
| @@ -19034,7 +19056,7 @@ done | |||
| 19034 | for ac_header in com_err.h | 19056 | for ac_header in com_err.h |
| 19035 | do : | 19057 | do : |
| 19036 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" | 19058 | ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" |
| 19037 | if test "x$ac_cv_header_com_err_h" = x""yes; then : | 19059 | if test "x$ac_cv_header_com_err_h" = xyes; then : |
| 19038 | cat >>confdefs.h <<_ACEOF | 19060 | cat >>confdefs.h <<_ACEOF |
| 19039 | #define HAVE_COM_ERR_H 1 | 19061 | #define HAVE_COM_ERR_H 1 |
| 19040 | _ACEOF | 19062 | _ACEOF |
| @@ -19055,7 +19077,7 @@ fi | |||
| 19055 | # to return localized messages. | 19077 | # to return localized messages. |
| 19056 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 | 19078 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 |
| 19057 | $as_echo_n "checking for dgettext in -lintl... " >&6; } | 19079 | $as_echo_n "checking for dgettext in -lintl... " >&6; } |
| 19058 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : | 19080 | if ${ac_cv_lib_intl_dgettext+:} false; then : |
| 19059 | $as_echo_n "(cached) " >&6 | 19081 | $as_echo_n "(cached) " >&6 |
| 19060 | else | 19082 | else |
| 19061 | ac_check_lib_save_LIBS=$LIBS | 19083 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19089,7 +19111,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19089 | fi | 19111 | fi |
| 19090 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 | 19112 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 |
| 19091 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } | 19113 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } |
| 19092 | if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : | 19114 | if test "x$ac_cv_lib_intl_dgettext" = xyes; then : |
| 19093 | cat >>confdefs.h <<_ACEOF | 19115 | cat >>confdefs.h <<_ACEOF |
| 19094 | #define HAVE_LIBINTL 1 | 19116 | #define HAVE_LIBINTL 1 |
| 19095 | _ACEOF | 19117 | _ACEOF |
| @@ -19101,7 +19123,7 @@ fi | |||
| 19101 | 19123 | ||
| 19102 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 | 19124 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 |
| 19103 | $as_echo_n "checking whether localtime caches TZ... " >&6; } | 19125 | $as_echo_n "checking whether localtime caches TZ... " >&6; } |
| 19104 | if test "${emacs_cv_localtime_cache+set}" = set; then : | 19126 | if ${emacs_cv_localtime_cache+:} false; then : |
| 19105 | $as_echo_n "(cached) " >&6 | 19127 | $as_echo_n "(cached) " >&6 |
| 19106 | else | 19128 | else |
| 19107 | if test x$ac_cv_func_tzset = xyes; then | 19129 | if test x$ac_cv_func_tzset = xyes; then |
| @@ -19160,7 +19182,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then | |||
| 19160 | for ac_func in gettimeofday | 19182 | for ac_func in gettimeofday |
| 19161 | do : | 19183 | do : |
| 19162 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 19184 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 19163 | if test "x$ac_cv_func_gettimeofday" = x""yes; then : | 19185 | if test "x$ac_cv_func_gettimeofday" = xyes; then : |
| 19164 | cat >>confdefs.h <<_ACEOF | 19186 | cat >>confdefs.h <<_ACEOF |
| 19165 | #define HAVE_GETTIMEOFDAY 1 | 19187 | #define HAVE_GETTIMEOFDAY 1 |
| 19166 | _ACEOF | 19188 | _ACEOF |
| @@ -19171,7 +19193,7 @@ done | |||
| 19171 | if test $ac_cv_func_gettimeofday = yes; then | 19193 | if test $ac_cv_func_gettimeofday = yes; then |
| 19172 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 | 19194 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 |
| 19173 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } | 19195 | $as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } |
| 19174 | if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : | 19196 | if ${emacs_cv_gettimeofday_two_arguments+:} false; then : |
| 19175 | $as_echo_n "(cached) " >&6 | 19197 | $as_echo_n "(cached) " >&6 |
| 19176 | else | 19198 | else |
| 19177 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 19199 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -19215,7 +19237,7 @@ fi | |||
| 19215 | 19237 | ||
| 19216 | ok_so_far=yes | 19238 | ok_so_far=yes |
| 19217 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" | 19239 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| 19218 | if test "x$ac_cv_func_socket" = x""yes; then : | 19240 | if test "x$ac_cv_func_socket" = xyes; then : |
| 19219 | 19241 | ||
| 19220 | else | 19242 | else |
| 19221 | ok_so_far=no | 19243 | ok_so_far=no |
| @@ -19223,7 +19245,7 @@ fi | |||
| 19223 | 19245 | ||
| 19224 | if test $ok_so_far = yes; then | 19246 | if test $ok_so_far = yes; then |
| 19225 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" | 19247 | ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" |
| 19226 | if test "x$ac_cv_header_netinet_in_h" = x""yes; then : | 19248 | if test "x$ac_cv_header_netinet_in_h" = xyes; then : |
| 19227 | 19249 | ||
| 19228 | else | 19250 | else |
| 19229 | ok_so_far=no | 19251 | ok_so_far=no |
| @@ -19233,7 +19255,7 @@ fi | |||
| 19233 | fi | 19255 | fi |
| 19234 | if test $ok_so_far = yes; then | 19256 | if test $ok_so_far = yes; then |
| 19235 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" | 19257 | ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" |
| 19236 | if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : | 19258 | if test "x$ac_cv_header_arpa_inet_h" = xyes; then : |
| 19237 | 19259 | ||
| 19238 | else | 19260 | else |
| 19239 | ok_so_far=no | 19261 | ok_so_far=no |
| @@ -19267,7 +19289,7 @@ $as_echo "no" >&6; } | |||
| 19267 | fi | 19289 | fi |
| 19268 | 19290 | ||
| 19269 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 19291 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 19270 | if test "x$ac_cv_type_pid_t" = x""yes; then : | 19292 | if test "x$ac_cv_type_pid_t" = xyes; then : |
| 19271 | 19293 | ||
| 19272 | else | 19294 | else |
| 19273 | 19295 | ||
| @@ -19280,7 +19302,7 @@ fi | |||
| 19280 | for ac_header in vfork.h | 19302 | for ac_header in vfork.h |
| 19281 | do : | 19303 | do : |
| 19282 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" | 19304 | ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" |
| 19283 | if test "x$ac_cv_header_vfork_h" = x""yes; then : | 19305 | if test "x$ac_cv_header_vfork_h" = xyes; then : |
| 19284 | cat >>confdefs.h <<_ACEOF | 19306 | cat >>confdefs.h <<_ACEOF |
| 19285 | #define HAVE_VFORK_H 1 | 19307 | #define HAVE_VFORK_H 1 |
| 19286 | _ACEOF | 19308 | _ACEOF |
| @@ -19293,8 +19315,7 @@ for ac_func in fork vfork | |||
| 19293 | do : | 19315 | do : |
| 19294 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 19316 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 19295 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 19317 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 19296 | eval as_val=\$$as_ac_var | 19318 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 19297 | if test "x$as_val" = x""yes; then : | ||
| 19298 | cat >>confdefs.h <<_ACEOF | 19319 | cat >>confdefs.h <<_ACEOF |
| 19299 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 19320 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 19300 | _ACEOF | 19321 | _ACEOF |
| @@ -19305,7 +19326,7 @@ done | |||
| 19305 | if test "x$ac_cv_func_fork" = xyes; then | 19326 | if test "x$ac_cv_func_fork" = xyes; then |
| 19306 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 | 19327 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 |
| 19307 | $as_echo_n "checking for working fork... " >&6; } | 19328 | $as_echo_n "checking for working fork... " >&6; } |
| 19308 | if test "${ac_cv_func_fork_works+set}" = set; then : | 19329 | if ${ac_cv_func_fork_works+:} false; then : |
| 19309 | $as_echo_n "(cached) " >&6 | 19330 | $as_echo_n "(cached) " >&6 |
| 19310 | else | 19331 | else |
| 19311 | if test "$cross_compiling" = yes; then : | 19332 | if test "$cross_compiling" = yes; then : |
| @@ -19358,7 +19379,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork | |||
| 19358 | if test "x$ac_cv_func_vfork" = xyes; then | 19379 | if test "x$ac_cv_func_vfork" = xyes; then |
| 19359 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 | 19380 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 |
| 19360 | $as_echo_n "checking for working vfork... " >&6; } | 19381 | $as_echo_n "checking for working vfork... " >&6; } |
| 19361 | if test "${ac_cv_func_vfork_works+set}" = set; then : | 19382 | if ${ac_cv_func_vfork_works+:} false; then : |
| 19362 | $as_echo_n "(cached) " >&6 | 19383 | $as_echo_n "(cached) " >&6 |
| 19363 | else | 19384 | else |
| 19364 | if test "$cross_compiling" = yes; then : | 19385 | if test "$cross_compiling" = yes; then : |
| @@ -19494,7 +19515,7 @@ fi | |||
| 19494 | 19515 | ||
| 19495 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 | 19516 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 |
| 19496 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } | 19517 | $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } |
| 19497 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : | 19518 | if ${emacs_cv_langinfo_codeset+:} false; then : |
| 19498 | $as_echo_n "(cached) " >&6 | 19519 | $as_echo_n "(cached) " >&6 |
| 19499 | else | 19520 | else |
| 19500 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 19521 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -19526,7 +19547,7 @@ $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h | |||
| 19526 | fi | 19547 | fi |
| 19527 | 19548 | ||
| 19528 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" | 19549 | ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
| 19529 | if test "x$ac_cv_type_size_t" = x""yes; then : | 19550 | if test "x$ac_cv_type_size_t" = xyes; then : |
| 19530 | 19551 | ||
| 19531 | cat >>confdefs.h <<_ACEOF | 19552 | cat >>confdefs.h <<_ACEOF |
| 19532 | #define HAVE_SIZE_T 1 | 19553 | #define HAVE_SIZE_T 1 |
| @@ -19538,7 +19559,7 @@ fi | |||
| 19538 | 19559 | ||
| 19539 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 | 19560 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 |
| 19540 | $as_echo_n "checking for mbstate_t... " >&6; } | 19561 | $as_echo_n "checking for mbstate_t... " >&6; } |
| 19541 | if test "${ac_cv_type_mbstate_t+set}" = set; then : | 19562 | if ${ac_cv_type_mbstate_t+:} false; then : |
| 19542 | $as_echo_n "(cached) " >&6 | 19563 | $as_echo_n "(cached) " >&6 |
| 19543 | else | 19564 | else |
| 19544 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 19565 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -19574,7 +19595,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h | |||
| 19574 | 19595 | ||
| 19575 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 | 19596 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 |
| 19576 | $as_echo_n "checking for C restricted array declarations... " >&6; } | 19597 | $as_echo_n "checking for C restricted array declarations... " >&6; } |
| 19577 | if test "${emacs_cv_c_restrict_arr+set}" = set; then : | 19598 | if ${emacs_cv_c_restrict_arr+:} false; then : |
| 19578 | $as_echo_n "(cached) " >&6 | 19599 | $as_echo_n "(cached) " >&6 |
| 19579 | else | 19600 | else |
| 19580 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 19601 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -19614,7 +19635,7 @@ if test "x$GCC" = xyes \ | |||
| 19614 | && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ | 19635 | && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ |
| 19615 | && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ | 19636 | && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ |
| 19616 | && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then | 19637 | && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then |
| 19617 | as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 | 19638 | as_fn_error $? "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 |
| 19618 | fi | 19639 | fi |
| 19619 | 19640 | ||
| 19620 | version=$PACKAGE_VERSION | 19641 | version=$PACKAGE_VERSION |
| @@ -20171,10 +20192,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 20171 | :end' >>confcache | 20192 | :end' >>confcache |
| 20172 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 20193 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
| 20173 | if test -w "$cache_file"; then | 20194 | if test -w "$cache_file"; then |
| 20174 | test "x$cache_file" != "x/dev/null" && | 20195 | if test "x$cache_file" != "x/dev/null"; then |
| 20175 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 | 20196 | { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
| 20176 | $as_echo "$as_me: updating cache $cache_file" >&6;} | 20197 | $as_echo "$as_me: updating cache $cache_file" >&6;} |
| 20177 | cat confcache >$cache_file | 20198 | if test ! -f "$cache_file" || test -h "$cache_file"; then |
| 20199 | cat confcache >"$cache_file" | ||
| 20200 | else | ||
| 20201 | case $cache_file in #( | ||
| 20202 | */* | ?:*) | ||
| 20203 | mv -f confcache "$cache_file"$$ && | ||
| 20204 | mv -f "$cache_file"$$ "$cache_file" ;; #( | ||
| 20205 | *) | ||
| 20206 | mv -f confcache "$cache_file" ;; | ||
| 20207 | esac | ||
| 20208 | fi | ||
| 20209 | fi | ||
| 20178 | else | 20210 | else |
| 20179 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 | 20211 | { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
| 20180 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} | 20212 | $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
| @@ -20190,6 +20222,7 @@ DEFS=-DHAVE_CONFIG_H | |||
| 20190 | 20222 | ||
| 20191 | ac_libobjs= | 20223 | ac_libobjs= |
| 20192 | ac_ltlibobjs= | 20224 | ac_ltlibobjs= |
| 20225 | U= | ||
| 20193 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 20226 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 20194 | # 1. Remove the extension, and $U if already installed. | 20227 | # 1. Remove the extension, and $U if already installed. |
| 20195 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 20228 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
| @@ -20213,29 +20246,29 @@ else | |||
| 20213 | fi | 20246 | fi |
| 20214 | 20247 | ||
| 20215 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 20248 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then |
| 20216 | as_fn_error "conditional \"AMDEP\" was never defined. | 20249 | as_fn_error $? "conditional \"AMDEP\" was never defined. |
| 20217 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20250 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 20218 | fi | 20251 | fi |
| 20219 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 20252 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
| 20220 | as_fn_error "conditional \"am__fastdepCC\" was never defined. | 20253 | as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
| 20221 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20254 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 20222 | fi | 20255 | fi |
| 20223 | 20256 | ||
| 20224 | if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then | 20257 | if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then |
| 20225 | as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined. | 20258 | as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined. |
| 20226 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20259 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 20227 | fi | 20260 | fi |
| 20228 | 20261 | ||
| 20229 | if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then | 20262 | if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then |
| 20230 | as_fn_error "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. | 20263 | as_fn_error $? "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. |
| 20231 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20264 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 20232 | fi | 20265 | fi |
| 20233 | if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then | 20266 | if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then |
| 20234 | as_fn_error "conditional \"GL_GENERATE_STDDEF_H\" was never defined. | 20267 | as_fn_error $? "conditional \"GL_GENERATE_STDDEF_H\" was never defined. |
| 20235 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20268 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 20236 | fi | 20269 | fi |
| 20237 | if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then | 20270 | if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then |
| 20238 | as_fn_error "conditional \"GL_GENERATE_STDINT_H\" was never defined. | 20271 | as_fn_error $? "conditional \"GL_GENERATE_STDINT_H\" was never defined. |
| 20239 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20272 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 20240 | fi | 20273 | fi |
| 20241 | 20274 | ||
| @@ -20271,7 +20304,7 @@ fi | |||
| 20271 | 20304 | ||
| 20272 | 20305 | ||
| 20273 | 20306 | ||
| 20274 | : ${CONFIG_STATUS=./config.status} | 20307 | : "${CONFIG_STATUS=./config.status}" |
| 20275 | ac_write_fail=0 | 20308 | ac_write_fail=0 |
| 20276 | ac_clean_files_save=$ac_clean_files | 20309 | ac_clean_files_save=$ac_clean_files |
| 20277 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 20310 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| @@ -20372,6 +20405,7 @@ fi | |||
| 20372 | IFS=" "" $as_nl" | 20405 | IFS=" "" $as_nl" |
| 20373 | 20406 | ||
| 20374 | # Find who we are. Look in the path if we contain no directory separator. | 20407 | # Find who we are. Look in the path if we contain no directory separator. |
| 20408 | as_myself= | ||
| 20375 | case $0 in #(( | 20409 | case $0 in #(( |
| 20376 | *[\\/]* ) as_myself=$0 ;; | 20410 | *[\\/]* ) as_myself=$0 ;; |
| 20377 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 20411 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -20417,19 +20451,19 @@ export LANGUAGE | |||
| 20417 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 20451 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 20418 | 20452 | ||
| 20419 | 20453 | ||
| 20420 | # as_fn_error ERROR [LINENO LOG_FD] | 20454 | # as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 20421 | # --------------------------------- | 20455 | # ---------------------------------------- |
| 20422 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 20456 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 20423 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 20457 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 20424 | # script with status $?, using 1 if that was 0. | 20458 | # script with STATUS, using 1 if that was 0. |
| 20425 | as_fn_error () | 20459 | as_fn_error () |
| 20426 | { | 20460 | { |
| 20427 | as_status=$?; test $as_status -eq 0 && as_status=1 | 20461 | as_status=$1; test $as_status -eq 0 && as_status=1 |
| 20428 | if test "$3"; then | 20462 | if test "$4"; then |
| 20429 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 20463 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 20430 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 20464 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
| 20431 | fi | 20465 | fi |
| 20432 | $as_echo "$as_me: error: $1" >&2 | 20466 | $as_echo "$as_me: error: $2" >&2 |
| 20433 | as_fn_exit $as_status | 20467 | as_fn_exit $as_status |
| 20434 | } # as_fn_error | 20468 | } # as_fn_error |
| 20435 | 20469 | ||
| @@ -20625,7 +20659,7 @@ $as_echo X"$as_dir" | | |||
| 20625 | test -d "$as_dir" && break | 20659 | test -d "$as_dir" && break |
| 20626 | done | 20660 | done |
| 20627 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 20661 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 20628 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 20662 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 20629 | 20663 | ||
| 20630 | 20664 | ||
| 20631 | } # as_fn_mkdir_p | 20665 | } # as_fn_mkdir_p |
| @@ -20679,7 +20713,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
| 20679 | # values after options handling. | 20713 | # values after options handling. |
| 20680 | ac_log=" | 20714 | ac_log=" |
| 20681 | This file was extended by emacs $as_me 24.0.50, which was | 20715 | This file was extended by emacs $as_me 24.0.50, which was |
| 20682 | generated by GNU Autoconf 2.65. Invocation command line was | 20716 | generated by GNU Autoconf 2.68. Invocation command line was |
| 20683 | 20717 | ||
| 20684 | CONFIG_FILES = $CONFIG_FILES | 20718 | CONFIG_FILES = $CONFIG_FILES |
| 20685 | CONFIG_HEADERS = $CONFIG_HEADERS | 20719 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -20745,10 +20779,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
| 20745 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 20779 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 20746 | ac_cs_version="\\ | 20780 | ac_cs_version="\\ |
| 20747 | emacs config.status 24.0.50 | 20781 | emacs config.status 24.0.50 |
| 20748 | configured by $0, generated by GNU Autoconf 2.65, | 20782 | configured by $0, generated by GNU Autoconf 2.68, |
| 20749 | with options \\"\$ac_cs_config\\" | 20783 | with options \\"\$ac_cs_config\\" |
| 20750 | 20784 | ||
| 20751 | Copyright (C) 2009 Free Software Foundation, Inc. | 20785 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 20752 | This config.status script is free software; the Free Software Foundation | 20786 | This config.status script is free software; the Free Software Foundation |
| 20753 | gives unlimited permission to copy, distribute and modify it." | 20787 | gives unlimited permission to copy, distribute and modify it." |
| 20754 | 20788 | ||
| @@ -20766,11 +20800,16 @@ ac_need_defaults=: | |||
| 20766 | while test $# != 0 | 20800 | while test $# != 0 |
| 20767 | do | 20801 | do |
| 20768 | case $1 in | 20802 | case $1 in |
| 20769 | --*=*) | 20803 | --*=?*) |
| 20770 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 20804 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
| 20771 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 20805 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
| 20772 | ac_shift=: | 20806 | ac_shift=: |
| 20773 | ;; | 20807 | ;; |
| 20808 | --*=) | ||
| 20809 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
| 20810 | ac_optarg= | ||
| 20811 | ac_shift=: | ||
| 20812 | ;; | ||
| 20774 | *) | 20813 | *) |
| 20775 | ac_option=$1 | 20814 | ac_option=$1 |
| 20776 | ac_optarg=$2 | 20815 | ac_optarg=$2 |
| @@ -20792,6 +20831,7 @@ do | |||
| 20792 | $ac_shift | 20831 | $ac_shift |
| 20793 | case $ac_optarg in | 20832 | case $ac_optarg in |
| 20794 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 20833 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 20834 | '') as_fn_error $? "missing file argument" ;; | ||
| 20795 | esac | 20835 | esac |
| 20796 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 20836 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
| 20797 | ac_need_defaults=false;; | 20837 | ac_need_defaults=false;; |
| @@ -20804,7 +20844,7 @@ do | |||
| 20804 | ac_need_defaults=false;; | 20844 | ac_need_defaults=false;; |
| 20805 | --he | --h) | 20845 | --he | --h) |
| 20806 | # Conflict between --help and --header | 20846 | # Conflict between --help and --header |
| 20807 | as_fn_error "ambiguous option: \`$1' | 20847 | as_fn_error $? "ambiguous option: \`$1' |
| 20808 | Try \`$0 --help' for more information.";; | 20848 | Try \`$0 --help' for more information.";; |
| 20809 | --help | --hel | -h ) | 20849 | --help | --hel | -h ) |
| 20810 | $as_echo "$ac_cs_usage"; exit ;; | 20850 | $as_echo "$ac_cs_usage"; exit ;; |
| @@ -20813,7 +20853,7 @@ Try \`$0 --help' for more information.";; | |||
| 20813 | ac_cs_silent=: ;; | 20853 | ac_cs_silent=: ;; |
| 20814 | 20854 | ||
| 20815 | # This is an error. | 20855 | # This is an error. |
| 20816 | -*) as_fn_error "unrecognized option: \`$1' | 20856 | -*) as_fn_error $? "unrecognized option: \`$1' |
| 20817 | Try \`$0 --help' for more information." ;; | 20857 | Try \`$0 --help' for more information." ;; |
| 20818 | 20858 | ||
| 20819 | *) as_fn_append ac_config_targets " $1" | 20859 | *) as_fn_append ac_config_targets " $1" |
| @@ -20887,7 +20927,7 @@ do | |||
| 20887 | "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; | 20927 | "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; |
| 20888 | "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; | 20928 | "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; |
| 20889 | 20929 | ||
| 20890 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 20930 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| 20891 | esac | 20931 | esac |
| 20892 | done | 20932 | done |
| 20893 | 20933 | ||
| @@ -20910,9 +20950,10 @@ fi | |||
| 20910 | # after its creation but before its name has been assigned to `$tmp'. | 20950 | # after its creation but before its name has been assigned to `$tmp'. |
| 20911 | $debug || | 20951 | $debug || |
| 20912 | { | 20952 | { |
| 20913 | tmp= | 20953 | tmp= ac_tmp= |
| 20914 | trap 'exit_status=$? | 20954 | trap 'exit_status=$? |
| 20915 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | 20955 | : "${ac_tmp:=$tmp}" |
| 20956 | { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | ||
| 20916 | ' 0 | 20957 | ' 0 |
| 20917 | trap 'as_fn_exit 1' 1 2 13 15 | 20958 | trap 'as_fn_exit 1' 1 2 13 15 |
| 20918 | } | 20959 | } |
| @@ -20920,12 +20961,13 @@ $debug || | |||
| 20920 | 20961 | ||
| 20921 | { | 20962 | { |
| 20922 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | 20963 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
| 20923 | test -n "$tmp" && test -d "$tmp" | 20964 | test -d "$tmp" |
| 20924 | } || | 20965 | } || |
| 20925 | { | 20966 | { |
| 20926 | tmp=./conf$$-$RANDOM | 20967 | tmp=./conf$$-$RANDOM |
| 20927 | (umask 077 && mkdir "$tmp") | 20968 | (umask 077 && mkdir "$tmp") |
| 20928 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 20969 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 20970 | ac_tmp=$tmp | ||
| 20929 | 20971 | ||
| 20930 | # Set up the scripts for CONFIG_FILES section. | 20972 | # Set up the scripts for CONFIG_FILES section. |
| 20931 | # No need to generate them if there are no CONFIG_FILES. | 20973 | # No need to generate them if there are no CONFIG_FILES. |
| @@ -20959,24 +21001,24 @@ if test "x$ac_cr" = x; then | |||
| 20959 | fi | 21001 | fi |
| 20960 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 21002 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 20961 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 21003 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 20962 | ac_cs_awk_cr='\r' | 21004 | ac_cs_awk_cr='\\r' |
| 20963 | else | 21005 | else |
| 20964 | ac_cs_awk_cr=$ac_cr | 21006 | ac_cs_awk_cr=$ac_cr |
| 20965 | fi | 21007 | fi |
| 20966 | 21008 | ||
| 20967 | echo 'BEGIN {' >"$tmp/subs1.awk" && | 21009 | echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
| 20968 | _ACEOF | 21010 | _ACEOF |
| 20969 | 21011 | ||
| 20970 | # Create commands to substitute file output variables. | 21012 | # Create commands to substitute file output variables. |
| 20971 | { | 21013 | { |
| 20972 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && | 21014 | echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && |
| 20973 | echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && | 21015 | echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' && |
| 20974 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && | 21016 | echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && |
| 20975 | echo "_ACAWK" && | 21017 | echo "_ACAWK" && |
| 20976 | echo "_ACEOF" | 21018 | echo "_ACEOF" |
| 20977 | } >conf$$files.sh && | 21019 | } >conf$$files.sh && |
| 20978 | . ./conf$$files.sh || | 21020 | . ./conf$$files.sh || |
| 20979 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 21021 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 20980 | rm -f conf$$files.sh | 21022 | rm -f conf$$files.sh |
| 20981 | 21023 | ||
| 20982 | { | 21024 | { |
| @@ -20984,18 +21026,18 @@ rm -f conf$$files.sh | |||
| 20984 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 21026 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
| 20985 | echo "_ACEOF" | 21027 | echo "_ACEOF" |
| 20986 | } >conf$$subs.sh || | 21028 | } >conf$$subs.sh || |
| 20987 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 21029 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 20988 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 21030 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
| 20989 | ac_delim='%!_!# ' | 21031 | ac_delim='%!_!# ' |
| 20990 | for ac_last_try in false false false false false :; do | 21032 | for ac_last_try in false false false false false :; do |
| 20991 | . ./conf$$subs.sh || | 21033 | . ./conf$$subs.sh || |
| 20992 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 21034 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 20993 | 21035 | ||
| 20994 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 21036 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
| 20995 | if test $ac_delim_n = $ac_delim_num; then | 21037 | if test $ac_delim_n = $ac_delim_num; then |
| 20996 | break | 21038 | break |
| 20997 | elif $ac_last_try; then | 21039 | elif $ac_last_try; then |
| 20998 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 21040 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 20999 | else | 21041 | else |
| 21000 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 21042 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 21001 | fi | 21043 | fi |
| @@ -21003,7 +21045,7 @@ done | |||
| 21003 | rm -f conf$$subs.sh | 21045 | rm -f conf$$subs.sh |
| 21004 | 21046 | ||
| 21005 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 21047 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 21006 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | 21048 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
| 21007 | _ACEOF | 21049 | _ACEOF |
| 21008 | sed -n ' | 21050 | sed -n ' |
| 21009 | h | 21051 | h |
| @@ -21051,7 +21093,7 @@ t delim | |||
| 21051 | rm -f conf$$subs.awk | 21093 | rm -f conf$$subs.awk |
| 21052 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 21094 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 21053 | _ACAWK | 21095 | _ACAWK |
| 21054 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | 21096 | cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
| 21055 | for (key in S) S_is_set[key] = 1 | 21097 | for (key in S) S_is_set[key] = 1 |
| 21056 | FS = "" | 21098 | FS = "" |
| 21057 | \$ac_cs_awk_pipe_init | 21099 | \$ac_cs_awk_pipe_init |
| @@ -21089,21 +21131,29 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
| 21089 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | 21131 | sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
| 21090 | else | 21132 | else |
| 21091 | cat | 21133 | cat |
| 21092 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 21134 | fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
| 21093 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 21135 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 21094 | _ACEOF | 21136 | _ACEOF |
| 21095 | 21137 | ||
| 21096 | # VPATH may cause trouble with some makes, so we remove $(srcdir), | 21138 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
| 21097 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 21139 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
| 21098 | # trailing colons and then remove the whole line if VPATH becomes empty | 21140 | # trailing colons and then remove the whole line if VPATH becomes empty |
| 21099 | # (actually we leave an empty line to preserve line numbers). | 21141 | # (actually we leave an empty line to preserve line numbers). |
| 21100 | if test "x$srcdir" = x.; then | 21142 | if test "x$srcdir" = x.; then |
| 21101 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 21143 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
| 21102 | s/:*\$(srcdir):*/:/ | 21144 | h |
| 21103 | s/:*\${srcdir}:*/:/ | 21145 | s/// |
| 21104 | s/:*@srcdir@:*/:/ | 21146 | s/^/:/ |
| 21105 | s/^\([^=]*=[ ]*\):*/\1/ | 21147 | s/[ ]*$/:/ |
| 21148 | s/:\$(srcdir):/:/g | ||
| 21149 | s/:\${srcdir}:/:/g | ||
| 21150 | s/:@srcdir@:/:/g | ||
| 21151 | s/^:*// | ||
| 21106 | s/:*$// | 21152 | s/:*$// |
| 21153 | x | ||
| 21154 | s/\(=[ ]*\).*/\1/ | ||
| 21155 | G | ||
| 21156 | s/\n// | ||
| 21107 | s/^[^=]*=[ ]*$// | 21157 | s/^[^=]*=[ ]*$// |
| 21108 | }' | 21158 | }' |
| 21109 | fi | 21159 | fi |
| @@ -21115,7 +21165,7 @@ fi # test -n "$CONFIG_FILES" | |||
| 21115 | # No need to generate them if there are no CONFIG_HEADERS. | 21165 | # No need to generate them if there are no CONFIG_HEADERS. |
| 21116 | # This happens for instance with `./config.status Makefile'. | 21166 | # This happens for instance with `./config.status Makefile'. |
| 21117 | if test -n "$CONFIG_HEADERS"; then | 21167 | if test -n "$CONFIG_HEADERS"; then |
| 21118 | cat >"$tmp/defines.awk" <<\_ACAWK || | 21168 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
| 21119 | BEGIN { | 21169 | BEGIN { |
| 21120 | _ACEOF | 21170 | _ACEOF |
| 21121 | 21171 | ||
| @@ -21127,11 +21177,11 @@ _ACEOF | |||
| 21127 | # handling of long lines. | 21177 | # handling of long lines. |
| 21128 | ac_delim='%!_!# ' | 21178 | ac_delim='%!_!# ' |
| 21129 | for ac_last_try in false false :; do | 21179 | for ac_last_try in false false :; do |
| 21130 | ac_t=`sed -n "/$ac_delim/p" confdefs.h` | 21180 | ac_tt=`sed -n "/$ac_delim/p" confdefs.h` |
| 21131 | if test -z "$ac_t"; then | 21181 | if test -z "$ac_tt"; then |
| 21132 | break | 21182 | break |
| 21133 | elif $ac_last_try; then | 21183 | elif $ac_last_try; then |
| 21134 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 | 21184 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
| 21135 | else | 21185 | else |
| 21136 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 21186 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 21137 | fi | 21187 | fi |
| @@ -21216,7 +21266,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
| 21216 | _ACAWK | 21266 | _ACAWK |
| 21217 | _ACEOF | 21267 | _ACEOF |
| 21218 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 21268 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 21219 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 | 21269 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
| 21220 | fi # test -n "$CONFIG_HEADERS" | 21270 | fi # test -n "$CONFIG_HEADERS" |
| 21221 | 21271 | ||
| 21222 | 21272 | ||
| @@ -21229,7 +21279,7 @@ do | |||
| 21229 | esac | 21279 | esac |
| 21230 | case $ac_mode$ac_tag in | 21280 | case $ac_mode$ac_tag in |
| 21231 | :[FHL]*:*);; | 21281 | :[FHL]*:*);; |
| 21232 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 21282 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
| 21233 | :[FH]-) ac_tag=-:-;; | 21283 | :[FH]-) ac_tag=-:-;; |
| 21234 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 21284 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 21235 | esac | 21285 | esac |
| @@ -21248,7 +21298,7 @@ do | |||
| 21248 | for ac_f | 21298 | for ac_f |
| 21249 | do | 21299 | do |
| 21250 | case $ac_f in | 21300 | case $ac_f in |
| 21251 | -) ac_f="$tmp/stdin";; | 21301 | -) ac_f="$ac_tmp/stdin";; |
| 21252 | *) # Look for the file first in the build tree, then in the source tree | 21302 | *) # Look for the file first in the build tree, then in the source tree |
| 21253 | # (if the path is not absolute). The absolute path cannot be DOS-style, | 21303 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
| 21254 | # because $ac_f cannot contain `:'. | 21304 | # because $ac_f cannot contain `:'. |
| @@ -21257,7 +21307,7 @@ do | |||
| 21257 | [\\/$]*) false;; | 21307 | [\\/$]*) false;; |
| 21258 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 21308 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 21259 | esac || | 21309 | esac || |
| 21260 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 21310 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
| 21261 | esac | 21311 | esac |
| 21262 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 21312 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
| 21263 | as_fn_append ac_file_inputs " '$ac_f'" | 21313 | as_fn_append ac_file_inputs " '$ac_f'" |
| @@ -21283,8 +21333,8 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
| 21283 | esac | 21333 | esac |
| 21284 | 21334 | ||
| 21285 | case $ac_tag in | 21335 | case $ac_tag in |
| 21286 | *:-:* | *:-) cat >"$tmp/stdin" \ | 21336 | *:-:* | *:-) cat >"$ac_tmp/stdin" \ |
| 21287 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 21337 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 21288 | esac | 21338 | esac |
| 21289 | ;; | 21339 | ;; |
| 21290 | esac | 21340 | esac |
| @@ -21422,26 +21472,27 @@ $ac_datarootdir_hack | |||
| 21422 | " | 21472 | " |
| 21423 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | 21473 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
| 21424 | if $ac_cs_awk_getline; then | 21474 | if $ac_cs_awk_getline; then |
| 21425 | $AWK -f "$tmp/subs.awk" | 21475 | $AWK -f "$ac_tmp/subs.awk" |
| 21426 | else | 21476 | else |
| 21427 | $AWK -f "$tmp/subs.awk" | $SHELL | 21477 | $AWK -f "$ac_tmp/subs.awk" | $SHELL |
| 21428 | fi >$tmp/out \ | 21478 | fi \ |
| 21429 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 21479 | >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 21430 | 21480 | ||
| 21431 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 21481 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 21432 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 21482 | { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
| 21433 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 21483 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
| 21484 | "$ac_tmp/out"`; test -z "$ac_out"; } && | ||
| 21434 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 21485 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 21435 | which seems to be undefined. Please make sure it is defined." >&5 | 21486 | which seems to be undefined. Please make sure it is defined" >&5 |
| 21436 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 21487 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 21437 | which seems to be undefined. Please make sure it is defined." >&2;} | 21488 | which seems to be undefined. Please make sure it is defined" >&2;} |
| 21438 | 21489 | ||
| 21439 | rm -f "$tmp/stdin" | 21490 | rm -f "$ac_tmp/stdin" |
| 21440 | case $ac_file in | 21491 | case $ac_file in |
| 21441 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 21492 | -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
| 21442 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 21493 | *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
| 21443 | esac \ | 21494 | esac \ |
| 21444 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 21495 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 21445 | ;; | 21496 | ;; |
| 21446 | :H) | 21497 | :H) |
| 21447 | # | 21498 | # |
| @@ -21450,21 +21501,21 @@ which seems to be undefined. Please make sure it is defined." >&2;} | |||
| 21450 | if test x"$ac_file" != x-; then | 21501 | if test x"$ac_file" != x-; then |
| 21451 | { | 21502 | { |
| 21452 | $as_echo "/* $configure_input */" \ | 21503 | $as_echo "/* $configure_input */" \ |
| 21453 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 21504 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" |
| 21454 | } >"$tmp/config.h" \ | 21505 | } >"$ac_tmp/config.h" \ |
| 21455 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 21506 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 21456 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 21507 | if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then |
| 21457 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 21508 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
| 21458 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 21509 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
| 21459 | else | 21510 | else |
| 21460 | rm -f "$ac_file" | 21511 | rm -f "$ac_file" |
| 21461 | mv "$tmp/config.h" "$ac_file" \ | 21512 | mv "$ac_tmp/config.h" "$ac_file" \ |
| 21462 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 21513 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 21463 | fi | 21514 | fi |
| 21464 | else | 21515 | else |
| 21465 | $as_echo "/* $configure_input */" \ | 21516 | $as_echo "/* $configure_input */" \ |
| 21466 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 21517 | && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ |
| 21467 | || as_fn_error "could not create -" "$LINENO" 5 | 21518 | || as_fn_error $? "could not create -" "$LINENO" 5 |
| 21468 | fi | 21519 | fi |
| 21469 | # Compute "$ac_file"'s index in $config_headers. | 21520 | # Compute "$ac_file"'s index in $config_headers. |
| 21470 | _am_arg="$ac_file" | 21521 | _am_arg="$ac_file" |
| @@ -21629,7 +21680,7 @@ _ACEOF | |||
| 21629 | ac_clean_files=$ac_clean_files_save | 21680 | ac_clean_files=$ac_clean_files_save |
| 21630 | 21681 | ||
| 21631 | test $ac_write_fail = 0 || | 21682 | test $ac_write_fail = 0 || |
| 21632 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 21683 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
| 21633 | 21684 | ||
| 21634 | 21685 | ||
| 21635 | # configure is writing to config.log, and then calls config.status. | 21686 | # configure is writing to config.log, and then calls config.status. |
| @@ -21650,7 +21701,7 @@ if test "$no_create" != yes; then | |||
| 21650 | exec 5>>config.log | 21701 | exec 5>>config.log |
| 21651 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 21702 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 21652 | # would make configure fail if this is the last instruction. | 21703 | # would make configure fail if this is the last instruction. |
| 21653 | $ac_cs_success || as_fn_exit $? | 21704 | $ac_cs_success || as_fn_exit 1 |
| 21654 | fi | 21705 | fi |
| 21655 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 21706 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 21656 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 21707 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |