aboutsummaryrefslogtreecommitdiffstats
path: root/autogen
diff options
context:
space:
mode:
authorPaul Eggert2011-04-06 12:11:15 -0700
committerPaul Eggert2011-04-06 12:11:15 -0700
commit67a22325cedc1fa04026e34e2ca8aff78942f541 (patch)
tree429041019b5badfe89e68ef89b484e8acc58227d /autogen
parent7c106b1e1e4e2bef3920787160e1e31e352d14cc (diff)
downloademacs-67a22325cedc1fa04026e34e2ca8aff78942f541.tar.gz
emacs-67a22325cedc1fa04026e34e2ca8aff78942f541.zip
update_autogen
Diffstat (limited to 'autogen')
-rw-r--r--autogen/aclocal.m44
-rwxr-xr-xautogen/config.guess142
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/config.sub30
-rwxr-xr-xautogen/configure1205
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
14m4_ifndef([AC_AUTOCONF_VERSION], 14m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, 16m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17[m4_warning([this file was generated for autoconf 2.65. 17[m4_warning([this file was generated for autoconf 2.68.
18You have another version of autoconf. It may work, but is not guaranteed to. 18You have another version of autoconf. It may work, but is not guaranteed to.
19If you have problems, you may need to regenerate the build system entirely. 19If you have problems, you may need to regenerate the build system entirely.
20To do so, use the procedure documented by the package, typically `autoreconf'.])]) 20To do so, use the procedure documented by the package, typically `autoreconf'.])])
diff --git a/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
7timestamp='2009-06-10' 7timestamp='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
41me=`echo "$0" | sed -e 's,.*/,,'` 41me=`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
903EOF
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
903EOF 931EOF
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
1009EOF
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
7timestamp='2009-06-11' 7timestamp='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
89IFS=" "" $as_nl" 89IFS=" "" $as_nl"
90 90
91# Find who we are. Look in the path if we contain no directory separator. 91# Find who we are. Look in the path if we contain no directory separator.
92as_myself=
92case $0 in #(( 93case $0 in #((
93 *[\\/]* ) as_myself=$0 ;; 94 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -214,11 +215,18 @@ IFS=$as_save_IFS
214 # We cannot yet assume a decent shell, so we have to provide a 215 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also 216 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables. 217 # works around shells that cannot unset nonexistent variables.
218 # Preserve -v and -x to the replacement shell.
217 BASH_ENV=/dev/null 219 BASH_ENV=/dev/null
218 ENV=/dev/null 220 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL 222 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 223 case $- in # ((((
224 *v*x* | *x*v* ) as_opts=-vx ;;
225 *v* ) as_opts=-v ;;
226 *x* ) as_opts=-x ;;
227 * ) as_opts= ;;
228 esac
229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
222fi 230fi
223 231
224 if test x$as_have_required = xno; then : 232 if test x$as_have_required = xno; then :
@@ -316,7 +324,7 @@ $as_echo X"$as_dir" |
316 test -d "$as_dir" && break 324 test -d "$as_dir" && break
317 done 325 done
318 test -z "$as_dirs" || eval "mkdir $as_dirs" 326 test -z "$as_dirs" || eval "mkdir $as_dirs"
319 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 327 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
320 328
321 329
322} # as_fn_mkdir_p 330} # as_fn_mkdir_p
@@ -356,19 +364,19 @@ else
356fi # as_fn_arith 364fi # as_fn_arith
357 365
358 366
359# as_fn_error ERROR [LINENO LOG_FD] 367# as_fn_error STATUS ERROR [LINENO LOG_FD]
360# --------------------------------- 368# ----------------------------------------
361# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 369# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 370# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363# script with status $?, using 1 if that was 0. 371# script with STATUS, using 1 if that was 0.
364as_fn_error () 372as_fn_error ()
365{ 373{
366 as_status=$?; test $as_status -eq 0 && as_status=1 374 as_status=$1; test $as_status -eq 0 && as_status=1
367 if test "$3"; then 375 if test "$4"; then
368 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 376 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 377 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
370 fi 378 fi
371 $as_echo "$as_me: error: $1" >&2 379 $as_echo "$as_me: error: $2" >&2
372 as_fn_exit $as_status 380 as_fn_exit $as_status
373} # as_fn_error 381} # as_fn_error
374 382
@@ -530,7 +538,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null
530exec 6>&1 538exec 6>&1
531 539
532# Name of the host. 540# Name of the host.
533# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 541# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
534# so uname gets run too. 542# so uname gets run too.
535ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 543ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536 544
@@ -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'
1639Try \`$0 --help' for more information." 1648Try \`$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
1663if test -n "$ac_prev"; then 1672if 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"
1666fi 1675fi
1667 1676
1668if test -n "$ac_unrecognized_opts"; then 1677if 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
1674fi 1683fi
@@ -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"
1695done 1704done
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
1705if test "x$host_alias" != x; then 1714if 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
1721ac_pwd=`pwd` && test -n "$ac_pwd" && 1730ac_pwd=`pwd` && test -n "$ac_pwd" &&
1722ac_ls_di=`ls -di .` && 1731ac_ls_di=`ls -di .` &&
1723ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1732ac_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"
1725test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1734test "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
1762fi 1771fi
1763if test ! -r "$srcdir/$ac_unique_file"; then 1772if 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"
1766fi 1775fi
1767ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1776ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1768ac_abs_confdir=`( 1777ac_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=.
1772if test "$ac_abs_confdir" = "$ac_pwd"; then 1781if 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
2028if $ac_init_version; then 2037if $ac_init_version; then
2029 cat <<\_ACEOF 2038 cat <<\_ACEOF
2030emacs configure 24.0.50 2039emacs configure 24.0.50
2031generated by GNU Autoconf 2.65 2040generated by GNU Autoconf 2.68
2032 2041
2033Copyright (C) 2009 Free Software Foundation, Inc. 2042Copyright (C) 2010 Free Software Foundation, Inc.
2034This configure script is free software; the Free Software Foundation 2043This configure script is free software; the Free Software Foundation
2035gives unlimited permission to copy, distribute and modify it. 2044gives 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
2076fi 2085fi
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
2113fi 2122fi
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
2124ac_fn_c_check_header_mongrel () 2133ac_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; }
2130if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2139if eval \${$3+:} false; then :
2131 $as_echo_n "(cached) " >&6 2140 $as_echo_n "(cached) " >&6
2132fi 2141fi
2133eval ac_res=\$$3 2142eval ac_res=\$$3
@@ -2163,7 +2172,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
2163else 2172else
2164 ac_header_preproc=no 2173 ac_header_preproc=no
2165fi 2174fi
2166rm -f conftest.err conftest.$ac_ext 2175rm -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;}
2190esac 2199esac
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; }
2193if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2202if eval \${$3+:} false; then :
2194 $as_echo_n "(cached) " >&6 2203 $as_echo_n "(cached) " >&6
2195else 2204else
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; }
2201fi 2210fi
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
2241fi 2250fi
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; }
2257if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2266if eval \${$3+:} false; then :
2258 $as_echo_n "(cached) " >&6 2267 $as_echo_n "(cached) " >&6
2259else 2268else
2260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2272,7 +2281,7 @@ fi
2272eval ac_res=\$$3 2281eval 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.
2328ac_fn_c_check_decl () 2338ac_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'`
2333if { 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; }
2345if eval \${$3+:} false; then :
2334 $as_echo_n "(cached) " >&6 2346 $as_echo_n "(cached) " >&6
2335else 2347else
2336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2339,8 +2351,12 @@ $4
2339int 2351int
2340main () 2352main ()
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
2357eval ac_res=\$$3 2373eval 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; }
2372if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2388if eval \${$3+:} false; then :
2373 $as_echo_n "(cached) " >&6 2389 $as_echo_n "(cached) " >&6
2374else 2390else
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 :
2381else 2397else
2382 eval "$3=no" 2398 eval "$3=no"
2383fi 2399fi
2384rm -f conftest.err conftest.$ac_ext 2400rm -f conftest.err conftest.i conftest.$ac_ext
2385fi 2401fi
2386eval ac_res=\$$3 2402eval 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; }
2402if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : 2418if eval \${$4+:} false; then :
2403 $as_echo_n "(cached) " >&6 2419 $as_echo_n "(cached) " >&6
2404else 2420else
2405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2443,7 +2459,7 @@ fi
2443eval ac_res=\$$4 2459eval 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; }
2458if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2474if eval \${$3+:} false; then :
2459 $as_echo_n "(cached) " >&6 2475 $as_echo_n "(cached) " >&6
2460else 2476else
2461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2510,7 +2526,7 @@ fi
2510eval ac_res=\$$3 2526eval 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; }
2526if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2542if eval \${$3+:} false; then :
2527 $as_echo_n "(cached) " >&6 2543 $as_echo_n "(cached) " >&6
2528else 2544else
2529 eval "$3=no" 2545 eval "$3=no"
@@ -2564,7 +2580,7 @@ fi
2564eval ac_res=\$$3 2580eval 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 \
2741rm -f conftest.val 2757rm -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
2750running configure, to aid debugging if configure makes a mistake. 2766running configure, to aid debugging if configure makes a mistake.
2751 2767
2752It was created by emacs $as_me 24.0.50, which was 2768It was created by emacs $as_me 24.0.50, which was
2753generated by GNU Autoconf 2.65. Invocation command line was 2769generated 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
2992ac_site_file1=NONE 3000ac_site_file1=NONE
2993ac_site_file2=NONE 3001ac_site_file2=NONE
2994if test -n "$CONFIG_SITE"; then 3002if 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
2996elif test "x$prefix" != xNONE; then 3009elif 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;}
3026as_fn_error $? "failed to load site script $ac_site_file
3027See \`config.log' for more details" "$LINENO" 5; }
3011 fi 3028 fi
3012done 3029done
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
3104fi 3121fi
3105## -------------------- ## 3122## -------------------- ##
3106## Main body of script. ## 3123## Main body of script. ##
@@ -3120,16 +3137,22 @@ am__api_version='1.11'
3120 3137
3121ac_aux_dir= 3138ac_aux_dir=
3122for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 3139for 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
3130done 3153done
3131if test -z "$ac_aux_dir"; then 3154if 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
3133fi 3156fi
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; }
3160if test -z "$INSTALL"; then 3183if test -z "$INSTALL"; then
3161if test "${ac_cv_path_install+set}" = set; then : 3184if ${ac_cv_path_install+:} false; then :
3162 $as_echo_n "(cached) " >&6 3185 $as_echo_n "(cached) " >&6
3163else 3186else
3164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3245,11 +3268,11 @@ am_lf='
3245' 3268'
3246case `pwd` in 3269case `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;;
3249esac 3272esac
3250case $srcdir in 3273case $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;;
3253esac 3276esac
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
3275alias in your environment" "$LINENO" 5 3298alias in your environment" "$LINENO" 5
3276 fi 3299 fi
3277 3300
@@ -3281,7 +3304,7 @@ then
3281 # Ok. 3304 # Ok.
3282 : 3305 :
3283else 3306else
3284 as_fn_error "newly created file is older than distributed files! 3307 as_fn_error $? "newly created file is older than distributed files!
3285Check your system clock" "$LINENO" 5 3308Check your system clock" "$LINENO" 5
3286fi 3309fi
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
3335set dummy ${ac_tool_prefix}strip; ac_word=$2 3358set 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; }
3338if test "${ac_cv_prog_STRIP+set}" = set; then : 3361if ${ac_cv_prog_STRIP+:} false; then :
3339 $as_echo_n "(cached) " >&6 3362 $as_echo_n "(cached) " >&6
3340else 3363else
3341 if test -n "$STRIP"; then 3364 if test -n "$STRIP"; then
@@ -3375,7 +3398,7 @@ if test -z "$ac_cv_prog_STRIP"; then
3375set dummy strip; ac_word=$2 3398set 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; }
3378if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 3401if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3379 $as_echo_n "(cached) " >&6 3402 $as_echo_n "(cached) " >&6
3380else 3403else
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; }
3430if test -z "$MKDIR_P"; then 3453if 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
3433else 3456else
3434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3480,7 +3503,7 @@ do
3480set dummy $ac_prog; ac_word=$2 3503set 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; }
3483if test "${ac_cv_prog_AWK+set}" = set; then : 3506if ${ac_cv_prog_AWK+:} false; then :
3484 $as_echo_n "(cached) " >&6 3507 $as_echo_n "(cached) " >&6
3485else 3508else
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; }
3521set x ${MAKE-make} 3544set x ${MAKE-make}
3522ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3545ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3523if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 3546if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3524 $as_echo_n "(cached) " >&6 3547 $as_echo_n "(cached) " >&6
3525else 3548else
3526 cat >conftest.make <<\_ACEOF 3549 cat >conftest.make <<\_ACEOF
@@ -3528,7 +3551,7 @@ SHELL = /bin/sh
3528all: 3551all:
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.
3532case `${MAKE-make} -f conftest.make 2>/dev/null` in 3555case `${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
3567fi 3590fi
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 * )
3768as_fn_error "\`--with-x-toolkit=$withval' is invalid; 3791as_fn_error $? "\`--with-x-toolkit=$withval' is invalid;
3769this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or 3792this 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
4083done 4106done
4084IFS="$ac_save_IFS" 4107IFS="$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; }
4200if test "${ac_cv_build+set}" = set; then : 4223if ${ac_cv_build+:} false; then :
4201 $as_echo_n "(cached) " >&6 4224 $as_echo_n "(cached) " >&6
4202else 4225else
4203 ac_build_alias=$build_alias 4226 ac_build_alias=$build_alias
4204test "x$ac_build_alias" = x && 4227test "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"`
4206test "x$ac_build_alias" = x && 4229test "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
4208ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4231ac_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
4211fi 4234fi
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; }
4214case $ac_cv_build in 4237case $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;;
4217esac 4240esac
4218build=$ac_cv_build 4241build=$ac_cv_build
4219ac_save_IFS=$IFS; IFS='-' 4242ac_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; }
4234if test "${ac_cv_host+set}" = set; then : 4257if ${ac_cv_host+:} false; then :
4235 $as_echo_n "(cached) " >&6 4258 $as_echo_n "(cached) " >&6
4236else 4259else
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
4239else 4262else
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
4242fi 4265fi
4243 4266
4244fi 4267fi
@@ -4246,7 +4269,7 @@ fi
4246$as_echo "$ac_cv_host" >&6; } 4269$as_echo "$ac_cv_host" >&6; }
4247case $ac_cv_host in 4270case $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;;
4250esac 4273esac
4251host=$ac_cv_host 4274host=$ac_cv_host
4252ac_save_IFS=$IFS; IFS='-' 4275ac_save_IFS=$IFS; IFS='-'
@@ -4500,7 +4523,7 @@ fi
4500 4523
4501 4524
4502if test $unported = yes; then 4525if 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.
4504Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 4527Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
4505fi 4528fi
4506 4529
@@ -4528,7 +4551,7 @@ if test -n "$ac_tool_prefix"; then
4528set dummy ${ac_tool_prefix}gcc; ac_word=$2 4551set 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; }
4531if test "${ac_cv_prog_CC+set}" = set; then : 4554if ${ac_cv_prog_CC+:} false; then :
4532 $as_echo_n "(cached) " >&6 4555 $as_echo_n "(cached) " >&6
4533else 4556else
4534 if test -n "$CC"; then 4557 if test -n "$CC"; then
@@ -4568,7 +4591,7 @@ if test -z "$ac_cv_prog_CC"; then
4568set dummy gcc; ac_word=$2 4591set 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; }
4571if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4594if ${ac_cv_prog_ac_ct_CC+:} false; then :
4572 $as_echo_n "(cached) " >&6 4595 $as_echo_n "(cached) " >&6
4573else 4596else
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
4621set dummy ${ac_tool_prefix}cc; ac_word=$2 4644set 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; }
4624if test "${ac_cv_prog_CC+set}" = set; then : 4647if ${ac_cv_prog_CC+:} false; then :
4625 $as_echo_n "(cached) " >&6 4648 $as_echo_n "(cached) " >&6
4626else 4649else
4627 if test -n "$CC"; then 4650 if test -n "$CC"; then
@@ -4661,7 +4684,7 @@ if test -z "$CC"; then
4661set dummy cc; ac_word=$2 4684set 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; }
4664if test "${ac_cv_prog_CC+set}" = set; then : 4687if ${ac_cv_prog_CC+:} false; then :
4665 $as_echo_n "(cached) " >&6 4688 $as_echo_n "(cached) " >&6
4666else 4689else
4667 if test -n "$CC"; then 4690 if test -n "$CC"; then
@@ -4720,7 +4743,7 @@ if test -z "$CC"; then
4720set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4743set 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; }
4723if test "${ac_cv_prog_CC+set}" = set; then : 4746if ${ac_cv_prog_CC+:} false; then :
4724 $as_echo_n "(cached) " >&6 4747 $as_echo_n "(cached) " >&6
4725else 4748else
4726 if test -n "$CC"; then 4749 if test -n "$CC"; then
@@ -4764,7 +4787,7 @@ do
4764set dummy $ac_prog; ac_word=$2 4787set 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; }
4767if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4790if ${ac_cv_prog_ac_ct_CC+:} false; then :
4768 $as_echo_n "(cached) " >&6 4791 $as_echo_n "(cached) " >&6
4769else 4792else
4770 if test -n "$ac_ct_CC"; then 4793 if test -n "$ac_ct_CC"; then
@@ -4818,8 +4841,8 @@ fi
4818 4841
4819test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4842test -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;}
4821as_fn_error "no acceptable C compiler found in \$PATH 4844as_fn_error $? "no acceptable C compiler found in \$PATH
4822See \`config.log' for more details." "$LINENO" 5; } 4845See \`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 4959as_fn_error 77 "C compiler cannot create executables
4937as_fn_error "C compiler cannot create executables 4960See \`config.log' for more details" "$LINENO" 5; }
4938See \`config.log' for more details." "$LINENO" 5; }; }
4939else 4961else
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
4977else 4999else
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;}
4980as_fn_error "cannot compute suffix of executables: cannot compile and link 5002as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4981See \`config.log' for more details." "$LINENO" 5; } 5003See \`config.log' for more details" "$LINENO" 5; }
4982fi 5004fi
4983rm -f conftest conftest$ac_cv_exeext 5005rm -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;}
5038as_fn_error "cannot run C compiled programs. 5060as_fn_error $? "cannot run C compiled programs.
5039If you meant to cross compile, use \`--host'. 5061If you meant to cross compile, use \`--host'.
5040See \`config.log' for more details." "$LINENO" 5; } 5062See \`config.log' for more details" "$LINENO" 5; }
5041 fi 5063 fi
5042 fi 5064 fi
5043fi 5065fi
@@ -5048,7 +5070,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5048ac_clean_files=$ac_clean_files_save 5070ac_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; }
5051if test "${ac_cv_objext+set}" = set; then : 5073if ${ac_cv_objext+:} false; then :
5052 $as_echo_n "(cached) " >&6 5074 $as_echo_n "(cached) " >&6
5053else 5075else
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;}
5091as_fn_error "cannot compute suffix of object files: cannot compile 5113as_fn_error $? "cannot compute suffix of object files: cannot compile
5092See \`config.log' for more details." "$LINENO" 5; } 5114See \`config.log' for more details" "$LINENO" 5; }
5093fi 5115fi
5094rm -f conftest.$ac_cv_objext conftest.$ac_ext 5116rm -f conftest.$ac_cv_objext conftest.$ac_ext
5095fi 5117fi
@@ -5099,7 +5121,7 @@ OBJEXT=$ac_cv_objext
5099ac_objext=$OBJEXT 5121ac_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; }
5102if test "${ac_cv_c_compiler_gnu+set}" = set; then : 5124if ${ac_cv_c_compiler_gnu+:} false; then :
5103 $as_echo_n "(cached) " >&6 5125 $as_echo_n "(cached) " >&6
5104else 5126else
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}
5136ac_save_CFLAGS=$CFLAGS 5158ac_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; }
5139if test "${ac_cv_prog_cc_g+set}" = set; then : 5161if ${ac_cv_prog_cc_g+:} false; then :
5140 $as_echo_n "(cached) " >&6 5162 $as_echo_n "(cached) " >&6
5141else 5163else
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
5214fi 5236fi
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; }
5217if test "${ac_cv_prog_cc_c89+set}" = set; then : 5239if ${ac_cv_prog_cc_c89+:} false; then :
5218 $as_echo_n "(cached) " >&6 5240 $as_echo_n "(cached) " >&6
5219else 5241else
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; }
5378if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 5400if ${am_cv_CC_dependencies_compiler_type+:} false; then :
5379 $as_echo_n "(cached) " >&6 5401 $as_echo_n "(cached) " >&6
5380else 5402else
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; }
5507fi 5529fi
5508set dummy $CC; ac_cc=`$as_echo "$2" | 5530set 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]/_/'`
5510if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : 5532if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
5511 $as_echo_n "(cached) " >&6 5533 $as_echo_n "(cached) " >&6
5512else 5534else
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
5631set dummy ${ac_tool_prefix}ranlib; ac_word=$2 5653set 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; }
5634if test "${ac_cv_prog_RANLIB+set}" = set; then : 5656if ${ac_cv_prog_RANLIB+:} false; then :
5635 $as_echo_n "(cached) " >&6 5657 $as_echo_n "(cached) " >&6
5636else 5658else
5637 if test -n "$RANLIB"; then 5659 if test -n "$RANLIB"; then
@@ -5671,7 +5693,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
5671set dummy ranlib; ac_word=$2 5693set 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; }
5674if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 5696if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5675 $as_echo_n "(cached) " >&6 5697 $as_echo_n "(cached) " >&6
5676else 5698else
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=
5732fi 5754fi
5733if test -z "$CPP"; then 5755if 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
5736else 5758else
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.
5762continue 5784continue
5763fi 5785fi
5764rm -f conftest.err conftest.$ac_ext 5786rm -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
5777ac_preproc_ok=: 5799ac_preproc_ok=:
5778break 5800break
5779fi 5801fi
5780rm -f conftest.err conftest.$ac_ext 5802rm -f conftest.err conftest.i conftest.$ac_ext
5781 5803
5782done 5804done
5783# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5805# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5784rm -f conftest.err conftest.$ac_ext 5806rm -f conftest.i conftest.err conftest.$ac_ext
5785if $ac_preproc_ok; then : 5807if $ac_preproc_ok; then :
5786 break 5808 break
5787fi 5809fi
@@ -5820,7 +5842,7 @@ else
5820 # Broken: fails on valid input. 5842 # Broken: fails on valid input.
5821continue 5843continue
5822fi 5844fi
5823rm -f conftest.err conftest.$ac_ext 5845rm -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
5836ac_preproc_ok=: 5858ac_preproc_ok=:
5837break 5859break
5838fi 5860fi
5839rm -f conftest.err conftest.$ac_ext 5861rm -f conftest.err conftest.i conftest.$ac_ext
5840 5862
5841done 5863done
5842# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5864# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5843rm -f conftest.err conftest.$ac_ext 5865rm -f conftest.i conftest.err conftest.$ac_ext
5844if $ac_preproc_ok; then : 5866if $ac_preproc_ok; then :
5845 5867
5846else 5868else
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;}
5849as_fn_error "C preprocessor \"$CPP\" fails sanity check 5871as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5850See \`config.log' for more details." "$LINENO" 5; } 5872See \`config.log' for more details" "$LINENO" 5; }
5851fi 5873fi
5852 5874
5853ac_ext=c 5875ac_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; }
5862if test "${ac_cv_path_GREP+set}" = set; then : 5884if ${ac_cv_path_GREP+:} false; then :
5863 $as_echo_n "(cached) " >&6 5885 $as_echo_n "(cached) " >&6
5864else 5886else
5865 if test -z "$GREP"; then 5887 if test -z "$GREP"; then
@@ -5908,7 +5930,7 @@ esac
5908 done 5930 done
5909IFS=$as_save_IFS 5931IFS=$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
5913else 5935else
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; }
5925if test "${ac_cv_path_EGREP+set}" = set; then : 5947if ${ac_cv_path_EGREP+:} false; then :
5926 $as_echo_n "(cached) " >&6 5948 $as_echo_n "(cached) " >&6
5927else 5949else
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
5975IFS=$as_save_IFS 5997IFS=$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
5979else 6001else
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; }
5992if test "${ac_cv_header_stdc+set}" = set; then : 6014if ${ac_cv_header_stdc+:} false; then :
5993 $as_echo_n "(cached) " >&6 6015 $as_echo_n "(cached) " >&6
5994else 6016else
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`
6107ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 6129ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6108" 6130"
6109eval as_val=\$$as_ac_Header 6131if 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"
6124if test "x$ac_cv_header_minix_config_h" = x""yes; then : 6145if test "x$ac_cv_header_minix_config_h" = xyes; then :
6125 MINIX=yes 6146 MINIX=yes
6126else 6147else
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; }
6154if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : 6175if ${ac_cv_safe_to_define___extensions__+:} false; then :
6155 $as_echo_n "(cached) " >&6 6176 $as_echo_n "(cached) " >&6
6156else 6177else
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
6249else 6270else
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=
6413fi 6434fi
6414if test -z "$CPP"; then 6435if 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
6417else 6438else
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.
6443continue 6464continue
6444fi 6465fi
6445rm -f conftest.err conftest.$ac_ext 6466rm -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
6458ac_preproc_ok=: 6479ac_preproc_ok=:
6459break 6480break
6460fi 6481fi
6461rm -f conftest.err conftest.$ac_ext 6482rm -f conftest.err conftest.i conftest.$ac_ext
6462 6483
6463done 6484done
6464# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6485# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6465rm -f conftest.err conftest.$ac_ext 6486rm -f conftest.i conftest.err conftest.$ac_ext
6466if $ac_preproc_ok; then : 6487if $ac_preproc_ok; then :
6467 break 6488 break
6468fi 6489fi
@@ -6501,7 +6522,7 @@ else
6501 # Broken: fails on valid input. 6522 # Broken: fails on valid input.
6502continue 6523continue
6503fi 6524fi
6504rm -f conftest.err conftest.$ac_ext 6525rm -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
6517ac_preproc_ok=: 6538ac_preproc_ok=:
6518break 6539break
6519fi 6540fi
6520rm -f conftest.err conftest.$ac_ext 6541rm -f conftest.err conftest.i conftest.$ac_ext
6521 6542
6522done 6543done
6523# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 6544# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6524rm -f conftest.err conftest.$ac_ext 6545rm -f conftest.i conftest.err conftest.$ac_ext
6525if $ac_preproc_ok; then : 6546if $ac_preproc_ok; then :
6526 6547
6527else 6548else
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;}
6530as_fn_error "C preprocessor \"$CPP\" fails sanity check 6551as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6531See \`config.log' for more details." "$LINENO" 5; } 6552See \`config.log' for more details" "$LINENO" 5; }
6532fi 6553fi
6533 6554
6534ac_ext=c 6555ac_ext=c
@@ -6544,7 +6565,7 @@ if test "x$RANLIB" = x; then
6544set dummy ${ac_tool_prefix}ranlib; ac_word=$2 6565set 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; }
6547if test "${ac_cv_prog_RANLIB+set}" = set; then : 6568if ${ac_cv_prog_RANLIB+:} false; then :
6548 $as_echo_n "(cached) " >&6 6569 $as_echo_n "(cached) " >&6
6549else 6570else
6550 if test -n "$RANLIB"; then 6571 if test -n "$RANLIB"; then
@@ -6584,7 +6605,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
6584set dummy ranlib; ac_word=$2 6605set 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; }
6587if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 6608if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6588 $as_echo_n "(cached) " >&6 6609 $as_echo_n "(cached) " >&6
6589else 6610else
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.
6640if test "$machine" = "amdx86-64"; then 6661if 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"
6642if test "x$ac_cv_have_decl_i386" = x""yes; then : 6663if test "x$ac_cv_have_decl_i386" = xyes; then :
6643 6664
6644fi 6665fi
6645 6666
@@ -6654,7 +6675,7 @@ fi
6654set dummy install-info; ac_word=$2 6675set 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; }
6657if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6678if ${ac_cv_path_INSTALL_INFO+:} false; then :
6658 $as_echo_n "(cached) " >&6 6679 $as_echo_n "(cached) " >&6
6659else 6680else
6660 case $INSTALL_INFO in 6681 case $INSTALL_INFO in
@@ -6694,7 +6715,7 @@ fi
6694set dummy install-info; ac_word=$2 6715set 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; }
6697if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6718if ${ac_cv_path_INSTALL_INFO+:} false; then :
6698 $as_echo_n "(cached) " >&6 6719 $as_echo_n "(cached) " >&6
6699else 6720else
6700 case $INSTALL_INFO in 6721 case $INSTALL_INFO in
@@ -6734,7 +6755,7 @@ fi
6734set dummy install-info; ac_word=$2 6755set 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; }
6737if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 6758if ${ac_cv_path_INSTALL_INFO+:} false; then :
6738 $as_echo_n "(cached) " >&6 6759 $as_echo_n "(cached) " >&6
6739else 6760else
6740 case $INSTALL_INFO in 6761 case $INSTALL_INFO in
@@ -6775,7 +6796,7 @@ fi
6775set dummy gzip; ac_word=$2 6796set 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; }
6778if test "${ac_cv_path_GZIP_PROG+set}" = set; then : 6799if ${ac_cv_path_GZIP_PROG+:} false; then :
6779 $as_echo_n "(cached) " >&6 6800 $as_echo_n "(cached) " >&6
6780else 6801else
6781 case $GZIP_PROG in 6802 case $GZIP_PROG in
@@ -6818,7 +6839,7 @@ fi
6818set dummy makeinfo; ac_word=$2 6839set 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; }
6821if test "${ac_cv_path_MAKEINFO+set}" = set; then : 6842if ${ac_cv_path_MAKEINFO+:} false; then :
6822 $as_echo_n "(cached) " >&6 6843 $as_echo_n "(cached) " >&6
6823else 6844else
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
6880source tree does not seem to have pre-built manuals in the \`info' directory. 6901source tree does not seem to have pre-built manuals in the \`info' directory.
6881Either install a suitable version of makeinfo, or re-run configure 6902Either install a suitable version of makeinfo, or re-run configure
6882with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 6903with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
@@ -7024,7 +7045,7 @@ esac
7024C_SWITCH_MACHINE= 7045C_SWITCH_MACHINE=
7025if test "$machine" = "alpha"; then 7046if 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"
7027if test "x$ac_cv_have_decl___ELF__" = x""yes; then : 7048if test "x$ac_cv_have_decl___ELF__" = xyes; then :
7028 7049
7029fi 7050fi
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; }
7095if test "${ac_cv_sys_largefile_CC+set}" = set; then : 7116if ${ac_cv_sys_largefile_CC+:} false; then :
7096 $as_echo_n "(cached) " >&6 7117 $as_echo_n "(cached) " >&6
7097else 7118else
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; }
7146if test "${ac_cv_sys_file_offset_bits+set}" = set; then : 7167if ${ac_cv_sys_file_offset_bits+:} false; then :
7147 $as_echo_n "(cached) " >&6 7168 $as_echo_n "(cached) " >&6
7148else 7169else
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; }
7215if test "${ac_cv_sys_large_files+set}" = set; then : 7236if ${ac_cv_sys_large_files+:} false; then :
7216 $as_echo_n "(cached) " >&6 7237 $as_echo_n "(cached) " >&6
7217else 7238else
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
7318fi 7339fi
7319 7340
@@ -7368,8 +7389,7 @@ if test "${with_sound}" != "no"; then
7368do : 7389do :
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`
7370ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 7391ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7371eval as_val=\$$as_ac_Header 7392if 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; }
7384if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : 7404if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
7385 $as_echo_n "(cached) " >&6 7405 $as_echo_n "(cached) " >&6
7386else 7406else
7387 ac_check_lib_save_LIBS=$LIBS 7407 ac_check_lib_save_LIBS=$LIBS
@@ -7415,7 +7435,7 @@ LIBS=$ac_check_lib_save_LIBS
7415fi 7435fi
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; }
7418if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : 7438if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
7419 LIBSOUND=-lossaudio 7439 LIBSOUND=-lossaudio
7420else 7440else
7421 LIBSOUND= 7441 LIBSOUND=
@@ -7432,7 +7452,7 @@ fi
7432set dummy pkg-config; ac_word=$2 7452set 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; }
7435if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 7455if ${ac_cv_path_PKG_CONFIG+:} false; then :
7436 $as_echo_n "(cached) " >&6 7456 $as_echo_n "(cached) " >&6
7437else 7457else
7438 case $PKG_CONFIG in 7458 case $PKG_CONFIG in
@@ -7560,7 +7580,7 @@ else
7560fi 7580fi
7561rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7581rm -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 \
7595do : 7615do :
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`
7597ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 7617ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7598eval as_val=\$$as_ac_Header 7618if 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
7637for ac_header in term.h 7656for ac_header in term.h
7638do : 7657do :
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"
7640if test "x$ac_cv_header_term_h" = x""yes; then : 7659if 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; }
7651if test "${ac_cv_header_stdc+set}" = set; then : 7670if ${ac_cv_header_stdc+:} false; then :
7652 $as_echo_n "(cached) " >&6 7671 $as_echo_n "(cached) " >&6
7653else 7672else
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; }
7763if test "${ac_cv_header_time+set}" = set; then : 7782if ${ac_cv_header_time+:} false; then :
7764 $as_echo_n "(cached) " >&6 7783 $as_echo_n "(cached) " >&6
7765else 7784else
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
7794fi 7813fi
7795 7814
7796ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" 7815ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default"
7797if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : 7816if test "x$ac_cv_have_decl_sys_siglist" = xyes; then :
7798 ac_have_decl=1 7817 ac_have_decl=1
7799else 7818else
7800 ac_have_decl=0 7819 ac_have_decl=0
@@ -7807,7 +7826,7 @@ _ACEOF
7807if test $ac_cv_have_decl_sys_siglist != yes; then 7826if 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"
7810if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : 7829if test "x$ac_cv_have_decl___sys_siglist" = xyes; then :
7811 ac_have_decl=1 7830 ac_have_decl=1
7812else 7831else
7813 ac_have_decl=0 7832 ac_have_decl=0
@@ -7825,7 +7844,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
7825fi 7844fi
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; }
7828if test "${ac_cv_header_sys_wait_h+set}" = set; then : 7847if ${ac_cv_header_sys_wait_h+:} false; then :
7829 $as_echo_n "(cached) " >&6 7848 $as_echo_n "(cached) " >&6
7830else 7849else
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; }
7870if test "${emacs_cv_struct_utimbuf+set}" = set; then : 7889if ${emacs_cv_struct_utimbuf+:} false; then :
7871 $as_echo_n "(cached) " >&6 7890 $as_echo_n "(cached) " >&6
7872else 7891else
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; }
7913if test "${emacs_cv_speed_t+set}" = set; then : 7932if ${emacs_cv_speed_t+:} false; then :
7914 $as_echo_n "(cached) " >&6 7933 $as_echo_n "(cached) " >&6
7915else 7934else
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; }
7944if test "${emacs_cv_struct_timeval+set}" = set; then : 7963if ${emacs_cv_struct_timeval+:} false; then :
7945 $as_echo_n "(cached) " >&6 7964 $as_echo_n "(cached) " >&6
7946else 7965else
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; }
7985if test "${emacs_cv_struct_exception+set}" = set; then : 8004if ${emacs_cv_struct_exception+:} false; then :
7986 $as_echo_n "(cached) " >&6 8005 $as_echo_n "(cached) " >&6
7987else 8006else
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"
8022if test "x$ac_cv_header_net_if_h" = x""yes; then : 8041if 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; }
8034if test "${ac_cv_struct_tm+set}" = set; then : 8053if ${ac_cv_struct_tm+:} false; then :
8035 $as_echo_n "(cached) " >&6 8054 $as_echo_n "(cached) " >&6
8036else 8055else
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"
8071if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : 8090if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then :
8072 8091
8073cat >>confdefs.h <<_ACEOF 8092cat >>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
8084else 8103else
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"
8087if test "x$ac_cv_have_decl_tzname" = x""yes; then : 8106if test "x$ac_cv_have_decl_tzname" = xyes; then :
8088 ac_have_decl=1 8107 ac_have_decl=1
8089else 8108else
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; }
8099if test "${ac_cv_var_tzname+set}" = set; then : 8118if ${ac_cv_var_tzname+:} false; then :
8100 $as_echo_n "(cached) " >&6 8119 $as_echo_n "(cached) " >&6
8101else 8120else
8102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8133,7 +8152,7 @@ fi
8133 8152
8134ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 8153ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
8135" 8154"
8136if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : 8155if 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"
8150if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : 8169if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then :
8151 8170
8152cat >>confdefs.h <<_ACEOF 8171cat >>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"
8166if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : 8185if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
8167 8186
8168cat >>confdefs.h <<_ACEOF 8187cat >>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"
8182if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : 8201if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then :
8183 8202
8184cat >>confdefs.h <<_ACEOF 8203cat >>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"
8198if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : 8217if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then :
8199 8218
8200cat >>confdefs.h <<_ACEOF 8219cat >>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"
8214if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : 8233if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then :
8215 8234
8216cat >>confdefs.h <<_ACEOF 8235cat >>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; }
8243if test "${ac_cv_c_volatile+set}" = set; then : 8262if ${ac_cv_c_volatile+:} false; then :
8244 $as_echo_n "(cached) " >&6 8263 $as_echo_n "(cached) " >&6
8245else 8264else
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; }
8277if test "${ac_cv_c_const+set}" = set; then : 8296if ${ac_cv_c_const+:} false; then :
8278 $as_echo_n "(cached) " >&6 8297 $as_echo_n "(cached) " >&6
8279else 8298else
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; }
8357if test "${emacs_cv_void_star+set}" = set; then : 8376if ${emacs_cv_void_star+:} false; then :
8358 $as_echo_n "(cached) " >&6 8377 $as_echo_n "(cached) " >&6
8359else 8378else
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; }
8390if test "${ac_cv_c_bigendian+set}" = set; then : 8409if ${ac_cv_c_bigendian+:} false; then :
8391 $as_echo_n "(cached) " >&6 8410 $as_echo_n "(cached) " >&6
8392else 8411else
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; }
8615if test "${emacs_cv_attribute_aligned+set}" = set; then : 8634if ${emacs_cv_attribute_aligned+:} false; then :
8616 $as_echo_n "(cached) " >&6 8635 $as_echo_n "(cached) " >&6
8617else 8636else
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; }
8646set x ${MAKE-make} 8665set x ${MAKE-make}
8647ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 8666ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
8648if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 8667if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
8649 $as_echo_n "(cached) " >&6 8668 $as_echo_n "(cached) " >&6
8650else 8669else
8651 cat >conftest.make <<\_ACEOF 8670 cat >conftest.make <<\_ACEOF
@@ -8653,7 +8672,7 @@ SHELL = /bin/sh
8653all: 8672all:
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.
8657case `${MAKE-make} -f conftest.make 2>/dev/null` in 8676case `${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; }
8736if test "${ac_cv_sys_long_file_names+set}" = set; then : 8755if ${ac_cv_sys_long_file_names+:} false; then :
8737 $as_echo_n "(cached) " >&6 8756 $as_echo_n "(cached) " >&6
8738else 8757else
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
8790else 8809else
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
8795else 8814else
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
8894done 8913done
8895fi 8914fi
8896rm -f conftest.err conftest.$ac_ext 8915rm -f conftest.err conftest.i conftest.$ac_ext
8897fi # $ac_x_includes = no 8916fi # $ac_x_includes = no
8898 8917
8899if test "$ac_x_libraries" = no; then 8918if 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"
9076if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : 9095if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then :
9077 HAVE_NS=yes 9096 HAVE_NS=yes
9078else 9097else
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
9081fi 9100fi
9082 9101
@@ -9158,7 +9177,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then
9158set dummy X; ac_word=$2 9177set 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; }
9161if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : 9180if ${ac_cv_prog_HAVE_XSERVER+:} false; then :
9162 $as_echo_n "(cached) " >&6 9181 $as_echo_n "(cached) " >&6
9163else 9182else
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
9199were found. You should install the relevant development files for X 9218were found. You should install the relevant development files for X
9200and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make 9219and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9201sure you have development files for image handling, i.e. 9220sure you have development files for image handling, i.e.
@@ -9217,14 +9236,14 @@ esac
9217GNU_MALLOC=yes 9236GNU_MALLOC=yes
9218doug_lea_malloc=yes 9237doug_lea_malloc=yes
9219ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" 9238ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state"
9220if test "x$ac_cv_func_malloc_get_state" = x""yes; then : 9239if test "x$ac_cv_func_malloc_get_state" = xyes; then :
9221 9240
9222else 9241else
9223 doug_lea_malloc=no 9242 doug_lea_malloc=no
9224fi 9243fi
9225 9244
9226ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" 9245ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state"
9227if test "x$ac_cv_func_malloc_set_state" = x""yes; then : 9246if test "x$ac_cv_func_malloc_set_state" = xyes; then :
9228 9247
9229else 9248else
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; }
9235if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : 9254if ${emacs_cv_var___after_morecore_hook+:} false; then :
9236 $as_echo_n "(cached) " >&6 9255 $as_echo_n "(cached) " >&6
9237else 9256else
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`
9319ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 9338ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
9320" 9339"
9321eval as_val=\$$as_ac_Header 9340if 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
9338for ac_func in getpagesize 9356for ac_func in getpagesize
9339do : 9357do :
9340 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" 9358 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
9341if test "x$ac_cv_func_getpagesize" = x""yes; then : 9359if 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; }
9351if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : 9369if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
9352 $as_echo_n "(cached) " >&6 9370 $as_echo_n "(cached) " >&6
9353else 9371else
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; }
9526if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : 9544if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9527 $as_echo_n "(cached) " >&6 9545 $as_echo_n "(cached) " >&6
9528else 9546else
9529 ac_check_lib_save_LIBS=$LIBS 9547 ac_check_lib_save_LIBS=$LIBS
@@ -9557,7 +9575,7 @@ LIBS=$ac_check_lib_save_LIBS
9557fi 9575fi
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; }
9560if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : 9578if 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; }
9572if test "${ac_cv_lib_Xbsd_main+set}" = set; then : 9590if ${ac_cv_lib_Xbsd_main+:} false; then :
9573 $as_echo_n "(cached) " >&6 9591 $as_echo_n "(cached) " >&6
9574else 9592else
9575 ac_check_lib_save_LIBS=$LIBS 9593 ac_check_lib_save_LIBS=$LIBS
@@ -9597,14 +9615,14 @@ LIBS=$ac_check_lib_save_LIBS
9597fi 9615fi
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; }
9600if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : 9618if 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"
9602fi 9620fi
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; }
9607if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : 9625if ${ac_cv_lib_pthreads_cma_open+:} false; then :
9608 $as_echo_n "(cached) " >&6 9626 $as_echo_n "(cached) " >&6
9609else 9627else
9610 ac_check_lib_save_LIBS=$LIBS 9628 ac_check_lib_save_LIBS=$LIBS
@@ -9638,7 +9656,7 @@ LIBS=$ac_check_lib_save_LIBS
9638fi 9656fi
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; }
9641if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : 9659if 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
9665aix*) 9683aix*)
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; }
9668if test "${gdb_cv_bigtoc+set}" = set; then : 9686if ${gdb_cv_bigtoc+:} false; then :
9669 $as_echo_n "(cached) " >&6 9687 $as_echo_n "(cached) " >&6
9670else 9688else
9671 9689
@@ -9826,8 +9844,7 @@ XScreenNumberOfScreen XSetWMProtocols
9826do : 9844do :
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`
9828ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 9846ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9829eval as_val=\$$as_ac_var 9847if 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
9840if test "${window_system}" = "x11"; then 9857if 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
9845else 9862else
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
9905set dummy pkg-config; ac_word=$2 9922set 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; }
9908if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 9925if ${ac_cv_path_PKG_CONFIG+:} false; then :
9909 $as_echo_n "(cached) " >&6 9926 $as_echo_n "(cached) " >&6
9910else 9927else
9911 case $PKG_CONFIG in 9928 case $PKG_CONFIG in
@@ -10016,7 +10033,7 @@ if test "${HAVE_X11}" = "yes"; then
10016set dummy pkg-config; ac_word=$2 10033set 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; }
10019if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10036if ${ac_cv_path_PKG_CONFIG+:} false; then :
10020 $as_echo_n "(cached) " >&6 10037 $as_echo_n "(cached) " >&6
10021else 10038else
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
10116do : 10133do :
10117 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" 10134 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
10118if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : 10135if 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
10141set dummy pkg-config; ac_word=$2 10158set 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; }
10144if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10161if ${ac_cv_path_PKG_CONFIG+:} false; then :
10145 $as_echo_n "(cached) " >&6 10162 $as_echo_n "(cached) " >&6
10146else 10163else
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
10250set dummy pkg-config; ac_word=$2 10267set 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; }
10253if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10270if ${ac_cv_path_PKG_CONFIG+:} false; then :
10254 $as_echo_n "(cached) " >&6 10271 $as_echo_n "(cached) " >&6
10255else 10272else
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
10343fi 10360fi
10344fi 10361fi
@@ -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
10356do : 10373do :
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"
10358if test "x$ac_cv_func_gtk_main" = x""yes; then : 10375if 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"
10406if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : 10423if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then :
10407 HAVE_GTK_FILE_SELECTION=yes 10424 HAVE_GTK_FILE_SELECTION=yes
10408else 10425else
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
10414do : 10431do :
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"
10416if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : 10433if 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
10428do : 10445do :
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"
10430if test "x$ac_cv_header_pthread_h" = x""yes; then : 10447if 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; }
10442if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : 10459if ${ac_cv_lib_pthread_pthread_self+:} false; then :
10443 $as_echo_n "(cached) " >&6 10460 $as_echo_n "(cached) " >&6
10444else 10461else
10445 ac_check_lib_save_LIBS=$LIBS 10462 ac_check_lib_save_LIBS=$LIBS
@@ -10473,7 +10490,7 @@ LIBS=$ac_check_lib_save_LIBS
10473fi 10490fi
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; }
10476if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : 10493if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then :
10477 HAVE_GTK_AND_PTHREAD=yes 10494 HAVE_GTK_AND_PTHREAD=yes
10478fi 10495fi
10479 10496
@@ -10495,8 +10512,7 @@ $as_echo "#define HAVE_GTK_AND_PTHREAD 1" >>confdefs.h
10495do : 10512do :
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`
10497ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 10514ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10498eval as_val=\$$as_ac_var 10515if 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
10517set dummy pkg-config; ac_word=$2 10533set 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; }
10520if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10536if ${ac_cv_path_PKG_CONFIG+:} false; then :
10521 $as_echo_n "(cached) " >&6 10537 $as_echo_n "(cached) " >&6
10522else 10538else
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
10613do : 10629do :
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"
10615if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : 10631if 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
10634set dummy pkg-config; ac_word=$2 10650set 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; }
10637if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10653if ${ac_cv_path_PKG_CONFIG+:} false; then :
10638 $as_echo_n "(cached) " >&6 10654 $as_echo_n "(cached) " >&6
10639else 10655else
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
10729do : 10745do :
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"
10731if test "x$ac_cv_func_g_type_init" = x""yes; then : 10747if 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=
10744if test "${with_selinux}" = "yes"; then 10760if 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; }
10747if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : 10763if ${ac_cv_lib_selinux_lgetfilecon+:} false; then :
10748 $as_echo_n "(cached) " >&6 10764 $as_echo_n "(cached) " >&6
10749else 10765else
10750 ac_check_lib_save_LIBS=$LIBS 10766 ac_check_lib_save_LIBS=$LIBS
@@ -10778,7 +10794,7 @@ LIBS=$ac_check_lib_save_LIBS
10778fi 10794fi
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; }
10781if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : 10797if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then :
10782 HAVE_LIBSELINUX=yes 10798 HAVE_LIBSELINUX=yes
10783else 10799else
10784 HAVE_LIBSELINUX=no 10800 HAVE_LIBSELINUX=no
@@ -10802,7 +10818,7 @@ if test "${with_gnutls}" = "yes" ; then
10802set dummy pkg-config; ac_word=$2 10818set 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; }
10805if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10821if ${ac_cv_path_PKG_CONFIG+:} false; then :
10806 $as_echo_n "(cached) " >&6 10822 $as_echo_n "(cached) " >&6
10807else 10823else
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
10909else 10925else
10910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10923,7 +10939,7 @@ _ACEOF
10923if ac_fn_c_try_link "$LINENO"; then : 10939if 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; }
10926if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then : 10942if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then :
10927 $as_echo_n "(cached) " >&6 10943 $as_echo_n "(cached) " >&6
10928else 10944else
10929 ac_check_lib_save_LIBS=$LIBS 10945 ac_check_lib_save_LIBS=$LIBS
@@ -10957,7 +10973,7 @@ LIBS=$ac_check_lib_save_LIBS
10957fi 10973fi
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; }
10960if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then : 10976if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then :
10961 emacs_cv_xaw3d=yes 10977 emacs_cv_xaw3d=yes
10962else 10978else
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
10992else 11008else
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=
11033if test "${USE_X_TOOLKIT}" != "none"; then 11049if 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
11038else 11054else
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; }
11087if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : 11103if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then :
11088 $as_echo_n "(cached) " >&6 11104 $as_echo_n "(cached) " >&6
11089else 11105else
11090 ac_check_lib_save_LIBS=$LIBS 11106 ac_check_lib_save_LIBS=$LIBS
@@ -11118,7 +11134,7 @@ LIBS=$ac_check_lib_save_LIBS
11118fi 11134fi
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; }
11121if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : 11137if 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; }
11148if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : 11164if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
11149 $as_echo_n "(cached) " >&6 11165 $as_echo_n "(cached) " >&6
11150else 11166else
11151 ac_check_lib_save_LIBS=$LIBS 11167 ac_check_lib_save_LIBS=$LIBS
@@ -11179,7 +11195,7 @@ LIBS=$ac_check_lib_save_LIBS
11179fi 11195fi
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; }
11182if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : 11198if 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=
11195if test "${USE_X_TOOLKIT}" = "MOTIF"; then 11211if 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; }
11198if test "${emacs_cv_motif_version_2_1+set}" = set; then : 11214if ${emacs_cv_motif_version_2_1+:} false; then :
11199 $as_echo_n "(cached) " >&6 11215 $as_echo_n "(cached) " >&6
11200else 11216else
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; }
11228if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : 11244if ${ac_cv_lib_Xp_XpCreateContext+:} false; then :
11229 $as_echo_n "(cached) " >&6 11245 $as_echo_n "(cached) " >&6
11230else 11246else
11231 ac_check_lib_save_LIBS=$LIBS 11247 ac_check_lib_save_LIBS=$LIBS
@@ -11259,14 +11275,14 @@ LIBS=$ac_check_lib_save_LIBS
11259fi 11275fi
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; }
11262if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : 11278if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then :
11263 LIBXP=-lXp 11279 LIBXP=-lXp
11264fi 11280fi
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; }
11269if test "${emacs_cv_lesstif+set}" = set; then : 11285if ${emacs_cv_lesstif+:} false; then :
11270 $as_echo_n "(cached) " >&6 11286 $as_echo_n "(cached) " >&6
11271else 11287else
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
11425set dummy pkg-config; ac_word=$2 11441set 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; }
11428if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11444if ${ac_cv_path_PKG_CONFIG+:} false; then :
11429 $as_echo_n "(cached) " >&6 11445 $as_echo_n "(cached) " >&6
11430else 11446else
11431 case $PKG_CONFIG in 11447 case $PKG_CONFIG in
@@ -11527,7 +11543,7 @@ $as_echo "no" >&6; }
11527set dummy pkg-config; ac_word=$2 11543set 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; }
11530if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11546if ${ac_cv_path_PKG_CONFIG+:} false; then :
11531 $as_echo_n "(cached) " >&6 11547 $as_echo_n "(cached) " >&6
11532else 11548else
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; }
11622if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : 11638if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then :
11623 $as_echo_n "(cached) " >&6 11639 $as_echo_n "(cached) " >&6
11624else 11640else
11625 ac_check_lib_save_LIBS=$LIBS 11641 ac_check_lib_save_LIBS=$LIBS
@@ -11653,7 +11669,7 @@ LIBS=$ac_check_lib_save_LIBS
11653fi 11669fi
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; }
11656if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : 11672if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then :
11657 HAVE_XRENDER=yes 11673 HAVE_XRENDER=yes
11658fi 11674fi
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"
11669if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : 11685if 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; }
11672if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : 11688if ${ac_cv_lib_Xft_XftFontOpen+:} false; then :
11673 $as_echo_n "(cached) " >&6 11689 $as_echo_n "(cached) " >&6
11674else 11690else
11675 ac_check_lib_save_LIBS=$LIBS 11691 ac_check_lib_save_LIBS=$LIBS
@@ -11703,7 +11719,7 @@ LIBS=$ac_check_lib_save_LIBS
11703fi 11719fi
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; }
11706if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : 11722if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then :
11707 HAVE_XFT=yes 11723 HAVE_XFT=yes
11708fi 11724fi
11709 11725
@@ -11738,7 +11754,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h
11738set dummy pkg-config; ac_word=$2 11754set 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; }
11741if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11757if ${ac_cv_path_PKG_CONFIG+:} false; then :
11742 $as_echo_n "(cached) " >&6 11758 $as_echo_n "(cached) " >&6
11743else 11759else
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
11842set dummy pkg-config; ac_word=$2 11858set 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; }
11845if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11861if ${ac_cv_path_PKG_CONFIG+:} false; then :
11846 $as_echo_n "(cached) " >&6 11862 $as_echo_n "(cached) " >&6
11847else 11863else
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; }
11938if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : 11954if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then :
11939 $as_echo_n "(cached) " >&6 11955 $as_echo_n "(cached) " >&6
11940else 11956else
11941 ac_check_lib_save_LIBS=$LIBS 11957 ac_check_lib_save_LIBS=$LIBS
@@ -11969,7 +11985,7 @@ LIBS=$ac_check_lib_save_LIBS
11969fi 11985fi
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; }
11972if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : 11988if 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
11974else 11990else
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
11994set dummy pkg-config; ac_word=$2 12010set 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; }
11997if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12013if ${ac_cv_path_PKG_CONFIG+:} false; then :
11998 $as_echo_n "(cached) " >&6 12014 $as_echo_n "(cached) " >&6
11999else 12015else
12000 case $PKG_CONFIG in 12016 case $PKG_CONFIG in
@@ -12112,10 +12128,10 @@ LIBXPM=
12112if test "${HAVE_X11}" = "yes"; then 12128if 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"
12115if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : 12131if 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; }
12118if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : 12134if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then :
12119 $as_echo_n "(cached) " >&6 12135 $as_echo_n "(cached) " >&6
12120else 12136else
12121 ac_check_lib_save_LIBS=$LIBS 12137 ac_check_lib_save_LIBS=$LIBS
@@ -12149,7 +12165,7 @@ LIBS=$ac_check_lib_save_LIBS
12149fi 12165fi
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; }
12152if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : 12168if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then :
12153 HAVE_XPM=yes 12169 HAVE_XPM=yes
12154fi 12170fi
12155 12171
@@ -12201,10 +12217,10 @@ LIBJPEG=
12201if test "${HAVE_X11}" = "yes"; then 12217if 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"
12204if test "x$ac_cv_header_jerror_h" = x""yes; then : 12220if 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; }
12207if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : 12223if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then :
12208 $as_echo_n "(cached) " >&6 12224 $as_echo_n "(cached) " >&6
12209else 12225else
12210 ac_check_lib_save_LIBS=$LIBS 12226 ac_check_lib_save_LIBS=$LIBS
@@ -12238,7 +12254,7 @@ LIBS=$ac_check_lib_save_LIBS
12238fi 12254fi
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; }
12241if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : 12257if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then :
12242 HAVE_JPEG=yes 12258 HAVE_JPEG=yes
12243fi 12259fi
12244 12260
@@ -12285,8 +12301,7 @@ if test "${HAVE_X11}" = "yes"; then
12285do : 12301do :
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`
12287ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 12303ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12288eval as_val=\$$as_ac_Header 12304if 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; }
12301if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : 12316if ${ac_cv_lib_png_png_get_channels+:} false; then :
12302 $as_echo_n "(cached) " >&6 12317 $as_echo_n "(cached) " >&6
12303else 12318else
12304 ac_check_lib_save_LIBS=$LIBS 12319 ac_check_lib_save_LIBS=$LIBS
@@ -12332,7 +12347,7 @@ LIBS=$ac_check_lib_save_LIBS
12332fi 12347fi
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; }
12335if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : 12350if test "x$ac_cv_lib_png_png_get_channels" = xyes; then :
12336 HAVE_PNG=yes 12351 HAVE_PNG=yes
12337fi 12352fi
12338 12353
@@ -12354,13 +12369,13 @@ LIBTIFF=
12354if test "${HAVE_X11}" = "yes"; then 12369if 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"
12357if test "x$ac_cv_header_tiffio_h" = x""yes; then : 12372if 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; }
12363if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : 12378if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then :
12364 $as_echo_n "(cached) " >&6 12379 $as_echo_n "(cached) " >&6
12365else 12380else
12366 ac_check_lib_save_LIBS=$LIBS 12381 ac_check_lib_save_LIBS=$LIBS
@@ -12394,7 +12409,7 @@ LIBS=$ac_check_lib_save_LIBS
12394fi 12409fi
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; }
12397if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : 12412if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then :
12398 HAVE_TIFF=yes 12413 HAVE_TIFF=yes
12399fi 12414fi
12400 12415
@@ -12417,12 +12432,12 @@ HAVE_GIF=no
12417LIBGIF= 12432LIBGIF=
12418if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then 12433if 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"
12420if test "x$ac_cv_header_gif_lib_h" = x""yes; then : 12435if 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; }
12425if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : 12440if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then :
12426 $as_echo_n "(cached) " >&6 12441 $as_echo_n "(cached) " >&6
12427else 12442else
12428 ac_check_lib_save_LIBS=$LIBS 12443 ac_check_lib_save_LIBS=$LIBS
@@ -12456,7 +12471,7 @@ LIBS=$ac_check_lib_save_LIBS
12456fi 12471fi
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; }
12459if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : 12474if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then :
12460 HAVE_GIF=yes 12475 HAVE_GIF=yes
12461else 12476else
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; }
12475if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : 12490if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then :
12476 $as_echo_n "(cached) " >&6 12491 $as_echo_n "(cached) " >&6
12477else 12492else
12478 ac_check_lib_save_LIBS=$LIBS 12493 ac_check_lib_save_LIBS=$LIBS
@@ -12506,7 +12521,7 @@ LIBS=$ac_check_lib_save_LIBS
12506fi 12521fi
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; }
12509if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : 12524if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then :
12510 HAVE_GIF=yes 12525 HAVE_GIF=yes
12511else 12526else
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
12543Maybe some development libraries/packages are missing? 12558Maybe some development libraries/packages are missing?
12544If you don't want to link with them give 12559If you don't want to link with them give
@@ -12553,10 +12568,10 @@ LIBGPM=
12553MOUSE_SUPPORT= 12568MOUSE_SUPPORT=
12554if test "${with_gpm}" != "no"; then 12569if 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"
12556if test "x$ac_cv_header_gpm_h" = x""yes; then : 12571if 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; }
12559if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : 12574if ${ac_cv_lib_gpm_Gpm_Open+:} false; then :
12560 $as_echo_n "(cached) " >&6 12575 $as_echo_n "(cached) " >&6
12561else 12576else
12562 ac_check_lib_save_LIBS=$LIBS 12577 ac_check_lib_save_LIBS=$LIBS
@@ -12590,7 +12605,7 @@ LIBS=$ac_check_lib_save_LIBS
12590fi 12605fi
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; }
12593if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : 12608if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then :
12594 HAVE_GPM=yes 12609 HAVE_GPM=yes
12595fi 12610fi
12596 12611
@@ -12610,7 +12625,7 @@ fi
12610 12625
12611 12626
12612ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" 12627ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default"
12613if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : 12628if 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
12655LIBXSM= 12670LIBXSM=
12656if test "${HAVE_X11}" = "yes"; then 12671if 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"
12658if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : 12673if 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; }
12661if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : 12676if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then :
12662 $as_echo_n "(cached) " >&6 12677 $as_echo_n "(cached) " >&6
12663else 12678else
12664 ac_check_lib_save_LIBS=$LIBS 12679 ac_check_lib_save_LIBS=$LIBS
@@ -12692,7 +12707,7 @@ LIBS=$ac_check_lib_save_LIBS
12692fi 12707fi
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; }
12695if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : 12710if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then :
12696 HAVE_X_SM=yes 12711 HAVE_X_SM=yes
12697fi 12712fi
12698 12713
@@ -12723,7 +12738,7 @@ if test "${with_xml2}" != "no"; then
12723set dummy pkg-config; ac_word=$2 12738set 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; }
12726if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12741if ${ac_cv_path_PKG_CONFIG+:} false; then :
12727 $as_echo_n "(cached) " >&6 12742 $as_echo_n "(cached) " >&6
12728else 12743else
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; }
12817if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : 12832if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then :
12818 $as_echo_n "(cached) " >&6 12833 $as_echo_n "(cached) " >&6
12819else 12834else
12820 ac_check_lib_save_LIBS=$LIBS 12835 ac_check_lib_save_LIBS=$LIBS
@@ -12848,7 +12863,7 @@ LIBS=$ac_check_lib_save_LIBS
12848fi 12863fi
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; }
12851if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : 12866if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then :
12852 HAVE_LIBXML2=yes 12867 HAVE_LIBXML2=yes
12853else 12868else
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; }
12873if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : 12888if ${emacs_cv_netdb_declares_h_errno+:} false; then :
12874 $as_echo_n "(cached) " >&6 12889 $as_echo_n "(cached) " >&6
12875else 12890else
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
12901fi 12916fi
12902 12917
12918ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12919if test "x$ac_cv_type_size_t" = xyes; then :
12920
12921else
12922
12923cat >>confdefs.h <<_ACEOF
12924#define size_t unsigned int
12925_ACEOF
12926
12927fi
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; }
12907if test "${ac_cv_working_alloca_h+set}" = set; then : 12933if ${ac_cv_working_alloca_h+:} false; then :
12908 $as_echo_n "(cached) " >&6 12934 $as_echo_n "(cached) " >&6
12909else 12935else
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; }
12940if test "${ac_cv_func_alloca_works+set}" = set; then : 12966if ${ac_cv_func_alloca_works+:} false; then :
12941 $as_echo_n "(cached) " >&6 12967 $as_echo_n "(cached) " >&6
12942else 12968else
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 */
12959char *alloca (); 12985void *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; }
13003if test "${ac_cv_os_cray+set}" = set; then : 13029if ${ac_cv_os_cray+:} false; then :
13004 $as_echo_n "(cached) " >&6 13030 $as_echo_n "(cached) " >&6
13005else 13031else
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`
13029ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13055ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13030eval as_val=\$$as_ac_var 13056if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13031 if test "x$as_val" = x""yes; then :
13032 13057
13033cat >>confdefs.h <<_ACEOF 13058cat >>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; }
13045if test "${ac_cv_c_stack_direction+set}" = set; then : 13070if ${ac_cv_c_stack_direction+:} false; then :
13046 $as_echo_n "(cached) " >&6 13071 $as_echo_n "(cached) " >&6
13047else 13072else
13048 if test "$cross_compiling" = yes; then : 13073 if test "$cross_compiling" = yes; then :
@@ -13092,14 +13117,14 @@ fi
13092 13117
13093 13118
13094if test x"$ac_cv_func_alloca_works" != xyes; then 13119if 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
13096fi 13121fi
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; }
13102if test "${ac_cv_lib_m_sqrt+set}" = set; then : 13127if ${ac_cv_lib_m_sqrt+:} false; then :
13103 $as_echo_n "(cached) " >&6 13128 $as_echo_n "(cached) " >&6
13104else 13129else
13105 ac_check_lib_save_LIBS=$LIBS 13130 ac_check_lib_save_LIBS=$LIBS
@@ -13133,7 +13158,7 @@ LIBS=$ac_check_lib_save_LIBS
13133fi 13158fi
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; }
13136if test "x$ac_cv_lib_m_sqrt" = x""yes; then : 13161if 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; }
13150if test "${ac_cv_lib_mail_maillock+set}" = set; then : 13175if ${ac_cv_lib_mail_maillock+:} false; then :
13151 $as_echo_n "(cached) " >&6 13176 $as_echo_n "(cached) " >&6
13152else 13177else
13153 ac_check_lib_save_LIBS=$LIBS 13178 ac_check_lib_save_LIBS=$LIBS
@@ -13181,7 +13206,7 @@ LIBS=$ac_check_lib_save_LIBS
13181fi 13206fi
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; }
13184if test "x$ac_cv_lib_mail_maillock" = x""yes; then : 13209if test "x$ac_cv_lib_mail_maillock" = xyes; then :
13185 have_mail=yes 13210 have_mail=yes
13186else 13211else
13187 have_mail=no 13212 have_mail=no
@@ -13198,7 +13223,7 @@ else
13198fi 13223fi
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; }
13201if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : 13226if ${ac_cv_lib_lockfile_maillock+:} false; then :
13202 $as_echo_n "(cached) " >&6 13227 $as_echo_n "(cached) " >&6
13203else 13228else
13204 ac_check_lib_save_LIBS=$LIBS 13229 ac_check_lib_save_LIBS=$LIBS
@@ -13232,7 +13257,7 @@ LIBS=$ac_check_lib_save_LIBS
13232fi 13257fi
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; }
13235if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : 13260if test "x$ac_cv_lib_lockfile_maillock" = xyes; then :
13236 have_lockfile=yes 13261 have_lockfile=yes
13237else 13262else
13238 have_lockfile=no 13263 have_lockfile=no
@@ -13252,7 +13277,7 @@ else
13252set dummy liblockfile.so; ac_word=$2 13277set 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; }
13255if test "${ac_cv_prog_liblockfile+set}" = set; then : 13280if ${ac_cv_prog_liblockfile+:} false; then :
13256 $as_echo_n "(cached) " >&6 13281 $as_echo_n "(cached) " >&6
13257else 13282else
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.
13292This probably means that movemail could lose mail. 13317This probably means that movemail could lose mail.
13293There may be a \`development' package to install containing liblockfile." "$LINENO" 5 13318There may be a \`development' package to install containing liblockfile." "$LINENO" 5
13294 fi 13319 fi
@@ -13296,7 +13321,7 @@ fi
13296for ac_func in touchlock 13321for ac_func in touchlock
13297do : 13322do :
13298 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" 13323 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock"
13299if test "x$ac_cv_func_touchlock" = x""yes; then : 13324if 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
13307for ac_header in maillock.h 13332for ac_header in maillock.h
13308do : 13333do :
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"
13310if test "x$ac_cv_header_maillock_h" = x""yes; then : 13335if 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
13377do : 13402do :
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`
13379ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13404ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13380eval as_val=\$$as_ac_var 13405if 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; }
13392if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : 13416if ${emacs_cv_func___builtin_unwind_init+:} false; then :
13393 $as_echo_n "(cached) " >&6 13417 $as_echo_n "(cached) " >&6
13394else 13418else
13395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13422,7 +13446,7 @@ fi
13422for ac_header in sys/un.h 13446for ac_header in sys/un.h
13423do : 13447do :
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"
13425if test "x$ac_cv_header_sys_un_h" = x""yes; then : 13449if 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; }
13437if test "${ac_cv_sys_largefile_source+set}" = set; then : 13461if ${ac_cv_sys_largefile_source+:} false; then :
13438 $as_echo_n "(cached) " >&6 13462 $as_echo_n "(cached) " >&6
13439else 13463else
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; }
13506if test "${ac_cv_func_getpgrp_void+set}" = set; then : 13530if ${ac_cv_func_getpgrp_void+:} false; then :
13507 $as_echo_n "(cached) " >&6 13531 $as_echo_n "(cached) " >&6
13508else 13532else
13509 # Use it with a single arg. 13533 # Use it with a single arg.
@@ -13556,8 +13580,7 @@ fi
13556do : 13580do :
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`
13558ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 13582ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13559eval as_val=\$$as_ac_var 13583if 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; }
13573if test "${ac_cv_c_bigendian+set}" = set; then : 13596if ${ac_cv_c_bigendian+:} false; then :
13574 $as_echo_n "(cached) " >&6 13597 $as_echo_n "(cached) " >&6
13575else 13598else
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; }
13798if test "${ac_cv_c_inline+set}" = set; then : 13821if ${ac_cv_c_inline+:} false; then :
13799 $as_echo_n "(cached) " >&6 13822 $as_echo_n "(cached) " >&6
13800else 13823else
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; }
13841if test "${gl_cv_func_c99_strtold+set}" = set; then : 13864if ${gl_cv_func_c99_strtold+:} false; then :
13842 $as_echo_n "(cached) " >&6 13865 $as_echo_n "(cached) " >&6
13843else 13866else
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; }
13884if test "${ac_cv_struct_st_dm_mode+set}" = set; then : 13907if ${ac_cv_struct_st_dm_mode+:} false; then :
13885 $as_echo_n "(cached) " >&6 13908 $as_echo_n "(cached) " >&6
13886else 13909else
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
13917ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" 13940ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
13918if test "x$ac_cv_have_decl_strmode" = x""yes; then : 13941if test "x$ac_cv_have_decl_strmode" = xyes; then :
13919 ac_have_decl=1 13942 ac_have_decl=1
13920else 13943else
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; }
14107if test "${gl_cv_have_include_next+set}" = set; then : 14130if ${gl_cv_have_include_next+:} false; then :
14108 $as_echo_n "(cached) " >&6 14131 $as_echo_n "(cached) " >&6
14109else 14132else
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; }
14187if test "${gl_cv_pragma_columns+set}" = set; then : 14210if ${gl_cv_pragma_columns+:} false; then :
14188 $as_echo_n "(cached) " >&6 14211 $as_echo_n "(cached) " >&6
14189else 14212else
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; }
14237if test "${gl_cv_next_getopt_h+set}" = set; then : 14260if ${gl_cv_next_getopt_h+:} false; then :
14238 $as_echo_n "(cached) " >&6 14261 $as_echo_n "(cached) " >&6
14239else 14262else
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
14294do : 14317do :
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"
14296if test "x$ac_cv_header_getopt_h" = x""yes; then : 14319if 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
14311do : 14334do :
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"
14313if test "x$ac_cv_func_getopt_long_only" = x""yes; then : 14336if 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; }
14328if test "${gl_cv_func_getopt_posix+set}" = set; then : 14351if ${gl_cv_func_getopt_posix+:} false; then :
14329 $as_echo_n "(cached) " >&6 14352 $as_echo_n "(cached) " >&6
14330else 14353else
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; }
14486if test "${gl_cv_func_getopt_gnu+set}" = set; then : 14509if ${gl_cv_func_getopt_gnu+:} false; then :
14487 $as_echo_n "(cached) " >&6 14510 $as_echo_n "(cached) " >&6
14488else 14511else
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
14597ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" 14620ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14598if test "x$ac_cv_have_decl_getenv" = x""yes; then : 14621if test "x$ac_cv_have_decl_getenv" = xyes; then :
14599 ac_have_decl=1 14622 ac_have_decl=1
14600else 14623else
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; }
14691if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : 14714if ${ac_cv_func_lstat_dereferences_slashed_symlink+:} false; then :
14692 $as_echo_n "(cached) " >&6 14715 $as_echo_n "(cached) " >&6
14693else 14716else
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
14824do : 14847do :
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"
14826if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then : 14849if 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; }
14839if test "${ac_cv_header_stdbool_h+set}" = set; then : 14862if ${ac_cv_header_stdbool_h+:} false; then :
14840 $as_echo_n "(cached) " >&6 14863 $as_echo_n "(cached) " >&6
14841else 14864else
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"
14914if test "x$ac_cv_type__Bool" = x""yes; then : 14937if test "x$ac_cv_type__Bool" = xyes; then :
14915 14938
14916cat >>confdefs.h <<_ACEOF 14939cat >>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; }
14931if test "${gt_cv_c_wchar_t+set}" = set; then : 14954if ${gt_cv_c_wchar_t+:} false; then :
14932 $as_echo_n "(cached) " >&6 14955 $as_echo_n "(cached) " >&6
14933else 14956else
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; }
14964if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then : 14987if ${ac_cv_type_unsigned_long_long_int+:} false; then :
14965 $as_echo_n "(cached) " >&6 14988 $as_echo_n "(cached) " >&6
14966else 14989else
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; }
15022if test "${ac_cv_type_long_long_int+set}" = set; then : 15045if ${ac_cv_type_long_long_int+:} false; then :
15023 $as_echo_n "(cached) " >&6 15046 $as_echo_n "(cached) " >&6
15024else 15047else
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"
15172if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : 15195if 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; }
15185if test "${ac_cv_header_stat_broken+set}" = set; then : 15208if ${ac_cv_header_stat_broken+:} false; then :
15186 $as_echo_n "(cached) " >&6 15209 $as_echo_n "(cached) " >&6
15187else 15210else
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; }
15229if test "${ac_cv_c_restrict+set}" = set; then : 15252if ${ac_cv_c_restrict+:} false; then :
15230 $as_echo_n "(cached) " >&6 15253 $as_echo_n "(cached) " >&6
15231else 15254else
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; }
15279if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : 15302if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then :
15280 $as_echo_n "(cached) " >&6 15303 $as_echo_n "(cached) " >&6
15281else 15304else
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; }
15312if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : 15335if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then :
15313 $as_echo_n "(cached) " >&6 15336 $as_echo_n "(cached) " >&6
15314else 15337else
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; }
15341if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : 15364if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then :
15342 $as_echo_n "(cached) " >&6 15365 $as_echo_n "(cached) " >&6
15343else 15366else
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; }
15390if test "${gl_cv_next_time_h+set}" = set; then : 15413if ${gl_cv_next_time_h+:} false; then :
15391 $as_echo_n "(cached) " >&6 15414 $as_echo_n "(cached) " >&6
15392else 15415else
15393 15416
@@ -15430,7 +15453,7 @@ $as_echo "$gl_cv_next_time_h" >&6; }
15430 15453
15431 15454
15432ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" 15455ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default"
15433if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : 15456if test "x$ac_cv_have_decl_localtime_r" = xyes; then :
15434 ac_have_decl=1 15457 ac_have_decl=1
15435else 15458else
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.
15515test -f "$srcdir/$gl_source_base/getloadavg.c" || 15538test -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
15518gl_save_LIBS=$LIBS 15541gl_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.
15522ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" 15545ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
15523if test "x$ac_cv_func_getloadavg" = x""yes; then : 15546if test "x$ac_cv_func_getloadavg" = xyes; then :
15524 15547
15525else 15548else
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; }
15536if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : 15559if ${ac_cv_lib_elf_elf_begin+:} false; then :
15537 $as_echo_n "(cached) " >&6 15560 $as_echo_n "(cached) " >&6
15538else 15561else
15539 ac_check_lib_save_LIBS=$LIBS 15562 ac_check_lib_save_LIBS=$LIBS
@@ -15567,13 +15590,13 @@ LIBS=$ac_check_lib_save_LIBS
15567fi 15590fi
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; }
15570if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : 15593if test "x$ac_cv_lib_elf_elf_begin" = xyes; then :
15571 LIBS="-lelf $LIBS" 15594 LIBS="-lelf $LIBS"
15572fi 15595fi
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; }
15576if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : 15599if ${ac_cv_lib_kvm_kvm_open+:} false; then :
15577 $as_echo_n "(cached) " >&6 15600 $as_echo_n "(cached) " >&6
15578else 15601else
15579 ac_check_lib_save_LIBS=$LIBS 15602 ac_check_lib_save_LIBS=$LIBS
@@ -15607,14 +15630,14 @@ LIBS=$ac_check_lib_save_LIBS
15607fi 15630fi
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; }
15610if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : 15633if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then :
15611 LIBS="-lkvm $LIBS" 15634 LIBS="-lkvm $LIBS"
15612fi 15635fi
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; }
15617if test "${ac_cv_lib_util_getloadavg+set}" = set; then : 15640if ${ac_cv_lib_util_getloadavg+:} false; then :
15618 $as_echo_n "(cached) " >&6 15641 $as_echo_n "(cached) " >&6
15619else 15642else
15620 ac_check_lib_save_LIBS=$LIBS 15643 ac_check_lib_save_LIBS=$LIBS
@@ -15648,7 +15671,7 @@ LIBS=$ac_check_lib_save_LIBS
15648fi 15671fi
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; }
15651if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : 15674if 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
15653fi 15676fi
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; }
15664if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : 15687if ${ac_cv_lib_getloadavg_getloadavg+:} false; then :
15665 $as_echo_n "(cached) " >&6 15688 $as_echo_n "(cached) " >&6
15666else 15689else
15667 ac_check_lib_save_LIBS=$LIBS 15690 ac_check_lib_save_LIBS=$LIBS
@@ -15695,7 +15718,7 @@ LIBS=$ac_check_lib_save_LIBS
15695fi 15718fi
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; }
15698if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : 15721if 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
15700else 15723else
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; }
15724if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : 15747if ${ac_cv_lib_kstat_kstat_open+:} false; then :
15725 $as_echo_n "(cached) " >&6 15748 $as_echo_n "(cached) " >&6
15726else 15749else
15727 ac_check_lib_save_LIBS=$LIBS 15750 ac_check_lib_save_LIBS=$LIBS
@@ -15755,7 +15778,7 @@ LIBS=$ac_check_lib_save_LIBS
15755fi 15778fi
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; }
15758if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : 15781if 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
15772do : 15795do :
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"
15774if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : 15797if 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
15785if test $gl_have_func = no; then 15808if 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; }
15788if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then : 15811if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then :
15789 $as_echo_n "(cached) " >&6 15812 $as_echo_n "(cached) " >&6
15790else 15813else
15791 ac_check_lib_save_LIBS=$LIBS 15814 ac_check_lib_save_LIBS=$LIBS
@@ -15819,7 +15842,7 @@ LIBS=$ac_check_lib_save_LIBS
15819fi 15842fi
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; }
15822if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then : 15845if 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
15834if test $gl_have_func = no; then 15857if 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"
15836if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : 15859if 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; }
15843if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : 15866if ${ac_cv_lib_dgc_dg_sys_info+:} false; then :
15844 $as_echo_n "(cached) " >&6 15867 $as_echo_n "(cached) " >&6
15845else 15868else
15846 ac_check_lib_save_LIBS=$LIBS 15869 ac_check_lib_save_LIBS=$LIBS
@@ -15874,7 +15897,7 @@ LIBS=$ac_check_lib_save_LIBS
15874fi 15897fi
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; }
15877if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : 15900if 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
15902if test $gl_have_func = no; then 15925if 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"
15904if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : 15927if 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
15917if test $gl_have_func = no; then 15940if 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"
15919if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : 15942if 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
15922fi 15945fi
@@ -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
15929do : 15952do :
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"
15931if test "x$ac_cv_header_mach_mach_h" = x""yes; then : 15954if 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
15942for ac_header in nlist.h 15965for ac_header in nlist.h
15943do : 15966do :
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"
15945if test "x$ac_cv_header_nlist_h" = x""yes; then : 15968if 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"
15951if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : 15974if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then :
15952 15975
15953cat >>confdefs.h <<_ACEOF 15976cat >>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
16002for ac_header in sys/loadavg.h 16025for ac_header in sys/loadavg.h
16003do : 16026do :
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"
16005if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then : 16028if 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"
16024if test "x$ac_cv_have_decl_getloadavg" = x""yes; then : 16047if test "x$ac_cv_have_decl_getloadavg" = xyes; then :
16025 16048
16026else 16049else
16027 HAVE_DECL_GETLOADAVG=0 16050 HAVE_DECL_GETLOADAVG=0
@@ -16130,7 +16153,7 @@ if test $APPLE_UNIVERSAL_BUILD = 1; then
16130fi 16153fi
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; }
16133if test "${ac_cv_func_working_mktime+set}" = set; then : 16156if ${ac_cv_func_working_mktime+:} false; then :
16134 $as_echo_n "(cached) " >&6 16157 $as_echo_n "(cached) " >&6
16135else 16158else
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; }
16398if test "${gl_cv_decl_readlink_works+set}" = set; then : 16421if ${gl_cv_decl_readlink_works+:} false; then :
16399 $as_echo_n "(cached) " >&6 16422 $as_echo_n "(cached) " >&6
16400else 16423else
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; }
16425if test "${gl_cv_func_readlink_works+set}" = set; then : 16448if ${gl_cv_func_readlink_works+:} false; then :
16426 $as_echo_n "(cached) " >&6 16449 $as_echo_n "(cached) " >&6
16427else 16450else
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"
16510if test "x$ac_cv_type_socklen_t" = x""yes; then : 16533if test "x$ac_cv_type_socklen_t" = xyes; then :
16511 16534
16512else 16535else
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
16517else 16540else
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
16547fi 16570fi
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; }
16565if test "${gt_cv_ssize_t+set}" = set; then : 16588if ${gt_cv_ssize_t+:} false; then :
16566 $as_echo_n "(cached) " >&6 16589 $as_echo_n "(cached) " >&6
16567else 16590else
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; }
16601if test "${gl_cv_func_stat_dir_slash+set}" = set; then : 16624if ${gl_cv_func_stat_dir_slash+:} false; then :
16602 $as_echo_n "(cached) " >&6 16625 $as_echo_n "(cached) " >&6
16603else 16626else
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; }
16636if test "${gl_cv_func_stat_file_slash+set}" = set; then : 16659if ${gl_cv_func_stat_file_slash+:} false; then :
16637 $as_echo_n "(cached) " >&6 16660 $as_echo_n "(cached) " >&6
16638else 16661else
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; }
16753if test "${gl_cv_decl_null_works+set}" = set; then : 16776if ${gl_cv_decl_null_works+:} false; then :
16754 $as_echo_n "(cached) " >&6 16777 $as_echo_n "(cached) " >&6
16755else 16778else
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; }
16805if test "${gl_cv_next_stddef_h+set}" = set; then : 16828if ${gl_cv_next_stddef_h+:} false; then :
16806 $as_echo_n "(cached) " >&6 16829 $as_echo_n "(cached) " >&6
16807else 16830else
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; }
16901if test "${gl_cv_next_stdint_h+set}" = set; then : 16924if ${gl_cv_next_stdint_h+:} false; then :
16902 $as_echo_n "(cached) " >&6 16925 $as_echo_n "(cached) " >&6
16903else 16926else
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; }
16957if test "${gl_cv_header_working_stdint_h+set}" = set; then : 16980if ${gl_cv_header_working_stdint_h+:} false; then :
16958 $as_echo_n "(cached) " >&6 16981 $as_echo_n "(cached) " >&6
16959else 16982else
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; }
17227do : 17250do :
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`
17229ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 17252ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
17230eval as_val=\$$as_ac_Header 17253if 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; }
17261if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : 17283if eval \${gl_cv_bitsizeof_${gltype}+:} false; then :
17262 $as_echo_n "(cached) " >&6 17284 $as_echo_n "(cached) " >&6
17263else 17285else
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; }
17306if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : 17328if eval \${gl_cv_bitsizeof_${gltype}+:} false; then :
17307 $as_echo_n "(cached) " >&6 17329 $as_echo_n "(cached) " >&6
17308else 17330else
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; }
17350if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then : 17372if eval \${gl_cv_type_${gltype}_signed+:} false; then :
17351 $as_echo_n "(cached) " >&6 17373 $as_echo_n "(cached) " >&6
17352else 17374else
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; }
17409if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : 17431if eval \${gl_cv_type_${gltype}_suffix+:} false; then :
17410 $as_echo_n "(cached) " >&6 17432 $as_echo_n "(cached) " >&6
17411else 17433else
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; }
17481if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : 17503if eval \${gl_cv_type_${gltype}_suffix+:} false; then :
17482 $as_echo_n "(cached) " >&6 17504 $as_echo_n "(cached) " >&6
17483else 17505else
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; }
17577if test "${gl_cv_next_stdio_h+set}" = set; then : 17599if ${gl_cv_next_stdio_h+:} false; then :
17578 $as_echo_n "(cached) " >&6 17600 $as_echo_n "(cached) " >&6
17579else 17601else
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; }
17647if test "${gl_cv_next_stdlib_h+set}" = set; then : 17669if ${gl_cv_next_stdlib_h+:} false; then :
17648 $as_echo_n "(cached) " >&6 17670 $as_echo_n "(cached) " >&6
17649else 17671else
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; }
17735if test "${gl_cv_func_symlink_works+set}" = set; then : 17757if ${gl_cv_func_symlink_works+:} false; then :
17736 $as_echo_n "(cached) " >&6 17758 $as_echo_n "(cached) " >&6
17737else 17759else
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; }
17818if test "${gl_cv_next_sys_stat_h+set}" = set; then : 17840if ${gl_cv_next_sys_stat_h+:} false; then :
17819 $as_echo_n "(cached) " >&6 17841 $as_echo_n "(cached) " >&6
17820else 17842else
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"
17868if test "x$ac_cv_type_nlink_t" = x""yes; then : 17890if test "x$ac_cv_type_nlink_t" = xyes; then :
17869 17891
17870else 17892else
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; }
17901if test "${gl_cv_time_r_posix+set}" = set; then : 17923if ${gl_cv_time_r_posix+:} false; then :
17902 $as_echo_n "(cached) " >&6 17924 $as_echo_n "(cached) " >&6
17903else 17925else
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; }
17983if test "${gl_cv_next_unistd_h+set}" = set; then : 18005if ${gl_cv_next_unistd_h+:} false; then :
17984 $as_echo_n "(cached) " >&6 18006 $as_echo_n "(cached) " >&6
17985else 18007else
17986 18008
@@ -18080,7 +18102,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; }
18080for ac_func in grantpt 18102for ac_func in grantpt
18081do : 18103do :
18082 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" 18104 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
18083if test "x$ac_cv_func_grantpt" = x""yes; then : 18105if 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
18093for ac_func in getpt 18115for ac_func in getpt
18094do : 18116do :
18095 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" 18117 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt"
18096if test "x$ac_cv_func_getpt" = x""yes; then : 18118if 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
18110have_tputs_et_al=true 18132have_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; }
18113if test "${ac_cv_search_tputs+set}" = set; then : 18135if ${ac_cv_search_tputs+:} false; then :
18114 $as_echo_n "(cached) " >&6 18136 $as_echo_n "(cached) " >&6
18115else 18137else
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
18144fi 18166fi
18145rm -f core conftest.err conftest.$ac_objext \ 18167rm -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
18149fi 18171fi
18150done 18172done
18151if test "${ac_cv_search_tputs+set}" = set; then : 18173if ${ac_cv_search_tputs+:} false; then :
18152 18174
18153else 18175else
18154 ac_cv_search_tputs=no 18176 ac_cv_search_tputs=no
@@ -18167,7 +18189,7 @@ else
18167fi 18189fi
18168 18190
18169if test "$have_tputs_et_al" != true; then 18191if 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).
18171Maybe some development libraries/packages are missing? Try installing 18193Maybe some development libraries/packages are missing? Try installing
18172libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 18194libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5
18173fi 18195fi
@@ -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
18212else 18234else
18213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18349,16 +18371,16 @@ LIBHESIOD=
18349if test "$with_hesiod" != no ; then 18371if 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"
18352if test "x$ac_cv_func_res_send" = x""yes; then : 18374if test "x$ac_cv_func_res_send" = xyes; then :
18353 18375
18354else 18376else
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"
18356if test "x$ac_cv_func___res_send" = x""yes; then : 18378if test "x$ac_cv_func___res_send" = xyes; then :
18357 18379
18358else 18380else
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; }
18361if test "${ac_cv_lib_resolv_res_send+set}" = set; then : 18383if ${ac_cv_lib_resolv_res_send+:} false; then :
18362 $as_echo_n "(cached) " >&6 18384 $as_echo_n "(cached) " >&6
18363else 18385else
18364 ac_check_lib_save_LIBS=$LIBS 18386 ac_check_lib_save_LIBS=$LIBS
@@ -18392,12 +18414,12 @@ LIBS=$ac_check_lib_save_LIBS
18392fi 18414fi
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; }
18395if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : 18417if test "x$ac_cv_lib_resolv_res_send" = xyes; then :
18396 resolv=yes 18418 resolv=yes
18397else 18419else
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; }
18400if test "${ac_cv_lib_resolv___res_send+set}" = set; then : 18422if ${ac_cv_lib_resolv___res_send+:} false; then :
18401 $as_echo_n "(cached) " >&6 18423 $as_echo_n "(cached) " >&6
18402else 18424else
18403 ac_check_lib_save_LIBS=$LIBS 18425 ac_check_lib_save_LIBS=$LIBS
@@ -18431,7 +18453,7 @@ LIBS=$ac_check_lib_save_LIBS
18431fi 18453fi
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; }
18434if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : 18456if test "x$ac_cv_lib_resolv___res_send" = xyes; then :
18435 resolv=yes 18457 resolv=yes
18436fi 18458fi
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"
18450if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : 18472if test "x$ac_cv_func_hes_getmailhost" = xyes; then :
18451 18473
18452else 18474else
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; }
18455if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : 18477if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then :
18456 $as_echo_n "(cached) " >&6 18478 $as_echo_n "(cached) " >&6
18457else 18479else
18458 ac_check_lib_save_LIBS=$LIBS 18480 ac_check_lib_save_LIBS=$LIBS
@@ -18486,7 +18508,7 @@ LIBS=$ac_check_lib_save_LIBS
18486fi 18508fi
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; }
18489if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : 18511if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then :
18490 hesiod=yes 18512 hesiod=yes
18491else 18513else
18492 : 18514 :
@@ -18525,7 +18547,7 @@ KRB4LIB=
18525if test "${with_kerberos}" != no; then 18547if 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; }
18528if test "${ac_cv_lib_com_err_com_err+set}" = set; then : 18550if ${ac_cv_lib_com_err_com_err+:} false; then :
18529 $as_echo_n "(cached) " >&6 18551 $as_echo_n "(cached) " >&6
18530else 18552else
18531 ac_check_lib_save_LIBS=$LIBS 18553 ac_check_lib_save_LIBS=$LIBS
@@ -18559,7 +18581,7 @@ LIBS=$ac_check_lib_save_LIBS
18559fi 18581fi
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; }
18562if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : 18584if test "x$ac_cv_lib_com_err_com_err" = xyes; then :
18563 have_com_err=yes 18585 have_com_err=yes
18564else 18586else
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; }
18577if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : 18599if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then :
18578 $as_echo_n "(cached) " >&6 18600 $as_echo_n "(cached) " >&6
18579else 18601else
18580 ac_check_lib_save_LIBS=$LIBS 18602 ac_check_lib_save_LIBS=$LIBS
@@ -18608,7 +18630,7 @@ LIBS=$ac_check_lib_save_LIBS
18608fi 18630fi
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; }
18611if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : 18633if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then :
18612 have_crypto=yes 18634 have_crypto=yes
18613else 18635else
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; }
18626if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : 18648if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then :
18627 $as_echo_n "(cached) " >&6 18649 $as_echo_n "(cached) " >&6
18628else 18650else
18629 ac_check_lib_save_LIBS=$LIBS 18651 ac_check_lib_save_LIBS=$LIBS
@@ -18657,7 +18679,7 @@ LIBS=$ac_check_lib_save_LIBS
18657fi 18679fi
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; }
18660if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : 18682if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then :
18661 have_k5crypto=yes 18683 have_k5crypto=yes
18662else 18684else
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; }
18675if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : 18697if ${ac_cv_lib_krb5_krb5_init_context+:} false; then :
18676 $as_echo_n "(cached) " >&6 18698 $as_echo_n "(cached) " >&6
18677else 18699else
18678 ac_check_lib_save_LIBS=$LIBS 18700 ac_check_lib_save_LIBS=$LIBS
@@ -18706,7 +18728,7 @@ LIBS=$ac_check_lib_save_LIBS
18706fi 18728fi
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; }
18709if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : 18731if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then :
18710 have_krb5=yes 18732 have_krb5=yes
18711else 18733else
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; }
18725if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : 18747if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then :
18726 $as_echo_n "(cached) " >&6 18748 $as_echo_n "(cached) " >&6
18727else 18749else
18728 ac_check_lib_save_LIBS=$LIBS 18750 ac_check_lib_save_LIBS=$LIBS
@@ -18756,7 +18778,7 @@ LIBS=$ac_check_lib_save_LIBS
18756fi 18778fi
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; }
18759if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : 18781if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then :
18760 have_des425=yes 18782 have_des425=yes
18761else 18783else
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; }
18774if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : 18796if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then :
18775 $as_echo_n "(cached) " >&6 18797 $as_echo_n "(cached) " >&6
18776else 18798else
18777 ac_check_lib_save_LIBS=$LIBS 18799 ac_check_lib_save_LIBS=$LIBS
@@ -18805,7 +18827,7 @@ LIBS=$ac_check_lib_save_LIBS
18805fi 18827fi
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; }
18808if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : 18830if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then :
18809 have_des=yes 18831 have_des=yes
18810else 18832else
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; }
18824if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : 18846if ${ac_cv_lib_krb4_krb_get_cred+:} false; then :
18825 $as_echo_n "(cached) " >&6 18847 $as_echo_n "(cached) " >&6
18826else 18848else
18827 ac_check_lib_save_LIBS=$LIBS 18849 ac_check_lib_save_LIBS=$LIBS
@@ -18855,7 +18877,7 @@ LIBS=$ac_check_lib_save_LIBS
18855fi 18877fi
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; }
18858if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : 18880if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then :
18859 have_krb4=yes 18881 have_krb4=yes
18860else 18882else
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; }
18873if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : 18895if ${ac_cv_lib_krb_krb_get_cred+:} false; then :
18874 $as_echo_n "(cached) " >&6 18896 $as_echo_n "(cached) " >&6
18875else 18897else
18876 ac_check_lib_save_LIBS=$LIBS 18898 ac_check_lib_save_LIBS=$LIBS
@@ -18904,7 +18926,7 @@ LIBS=$ac_check_lib_save_LIBS
18904fi 18926fi
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; }
18907if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : 18929if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then :
18908 have_krb=yes 18930 have_krb=yes
18909else 18931else
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
18925do : 18947do :
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"
18927if test "x$ac_cv_header_krb5_h" = x""yes; then : 18949if 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"
18933if test "x$ac_cv_member_krb5_error_text" = x""yes; then : 18955if test "x$ac_cv_member_krb5_error_text" = xyes; then :
18934 18956
18935cat >>confdefs.h <<_ACEOF 18957cat >>confdefs.h <<_ACEOF
18936#define HAVE_KRB5_ERROR_TEXT 1 18958#define HAVE_KRB5_ERROR_TEXT 1
@@ -18940,7 +18962,7 @@ _ACEOF
18940fi 18962fi
18941ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> 18963ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
18942" 18964"
18943if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : 18965if test "x$ac_cv_member_krb5_error_e_text" = xyes; then :
18944 18966
18945cat >>confdefs.h <<_ACEOF 18967cat >>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
18958do : 18980do :
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"
18960if test "x$ac_cv_header_des_h" = x""yes; then : 18982if 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
18967do : 18989do :
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"
18969if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : 18991if 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
18976do : 18998do :
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"
18978if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : 19000if 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
18996do : 19018do :
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"
18998if test "x$ac_cv_header_krb_h" = x""yes; then : 19020if 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
19005do : 19027do :
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"
19007if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : 19029if 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
19014do : 19036do :
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"
19016if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : 19038if 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
19035do : 19057do :
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"
19037if test "x$ac_cv_header_com_err_h" = x""yes; then : 19059if 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; }
19058if test "${ac_cv_lib_intl_dgettext+set}" = set; then : 19080if ${ac_cv_lib_intl_dgettext+:} false; then :
19059 $as_echo_n "(cached) " >&6 19081 $as_echo_n "(cached) " >&6
19060else 19082else
19061 ac_check_lib_save_LIBS=$LIBS 19083 ac_check_lib_save_LIBS=$LIBS
@@ -19089,7 +19111,7 @@ LIBS=$ac_check_lib_save_LIBS
19089fi 19111fi
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; }
19092if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : 19114if 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; }
19104if test "${emacs_cv_localtime_cache+set}" = set; then : 19126if ${emacs_cv_localtime_cache+:} false; then :
19105 $as_echo_n "(cached) " >&6 19127 $as_echo_n "(cached) " >&6
19106else 19128else
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
19161do : 19183do :
19162 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 19184 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
19163if test "x$ac_cv_func_gettimeofday" = x""yes; then : 19185if 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; }
19174if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : 19196if ${emacs_cv_gettimeofday_two_arguments+:} false; then :
19175 $as_echo_n "(cached) " >&6 19197 $as_echo_n "(cached) " >&6
19176else 19198else
19177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 19199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -19215,7 +19237,7 @@ fi
19215 19237
19216ok_so_far=yes 19238ok_so_far=yes
19217ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 19239ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
19218if test "x$ac_cv_func_socket" = x""yes; then : 19240if test "x$ac_cv_func_socket" = xyes; then :
19219 19241
19220else 19242else
19221 ok_so_far=no 19243 ok_so_far=no
@@ -19223,7 +19245,7 @@ fi
19223 19245
19224if test $ok_so_far = yes; then 19246if 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"
19226if test "x$ac_cv_header_netinet_in_h" = x""yes; then : 19248if test "x$ac_cv_header_netinet_in_h" = xyes; then :
19227 19249
19228else 19250else
19229 ok_so_far=no 19251 ok_so_far=no
@@ -19233,7 +19255,7 @@ fi
19233fi 19255fi
19234if test $ok_so_far = yes; then 19256if 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"
19236if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : 19258if test "x$ac_cv_header_arpa_inet_h" = xyes; then :
19237 19259
19238else 19260else
19239 ok_so_far=no 19261 ok_so_far=no
@@ -19267,7 +19289,7 @@ $as_echo "no" >&6; }
19267fi 19289fi
19268 19290
19269ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 19291ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
19270if test "x$ac_cv_type_pid_t" = x""yes; then : 19292if test "x$ac_cv_type_pid_t" = xyes; then :
19271 19293
19272else 19294else
19273 19295
@@ -19280,7 +19302,7 @@ fi
19280for ac_header in vfork.h 19302for ac_header in vfork.h
19281do : 19303do :
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"
19283if test "x$ac_cv_header_vfork_h" = x""yes; then : 19305if 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
19293do : 19315do :
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`
19295ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 19317ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
19296eval as_val=\$$as_ac_var 19318if 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
19305if test "x$ac_cv_func_fork" = xyes; then 19326if 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; }
19308if test "${ac_cv_func_fork_works+set}" = set; then : 19329if ${ac_cv_func_fork_works+:} false; then :
19309 $as_echo_n "(cached) " >&6 19330 $as_echo_n "(cached) " >&6
19310else 19331else
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
19358if test "x$ac_cv_func_vfork" = xyes; then 19379if 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; }
19361if test "${ac_cv_func_vfork_works+set}" = set; then : 19382if ${ac_cv_func_vfork_works+:} false; then :
19362 $as_echo_n "(cached) " >&6 19383 $as_echo_n "(cached) " >&6
19363else 19384else
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; }
19497if test "${emacs_cv_langinfo_codeset+set}" = set; then : 19518if ${emacs_cv_langinfo_codeset+:} false; then :
19498 $as_echo_n "(cached) " >&6 19519 $as_echo_n "(cached) " >&6
19499else 19520else
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
19526fi 19547fi
19527 19548
19528ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" 19549ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
19529if test "x$ac_cv_type_size_t" = x""yes; then : 19550if test "x$ac_cv_type_size_t" = xyes; then :
19530 19551
19531cat >>confdefs.h <<_ACEOF 19552cat >>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; }
19541if test "${ac_cv_type_mbstate_t+set}" = set; then : 19562if ${ac_cv_type_mbstate_t+:} false; then :
19542 $as_echo_n "(cached) " >&6 19563 $as_echo_n "(cached) " >&6
19543else 19564else
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; }
19577if test "${emacs_cv_c_restrict_arr+set}" = set; then : 19598if ${emacs_cv_c_restrict_arr+:} false; then :
19578 $as_echo_n "(cached) " >&6 19599 $as_echo_n "(cached) " >&6
19579else 19600else
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
19618fi 19639fi
19619 19640
19620version=$PACKAGE_VERSION 19641version=$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
20172if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 20193if 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
20191ac_libobjs= 20223ac_libobjs=
20192ac_ltlibobjs= 20224ac_ltlibobjs=
20225U=
20193for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 20226for 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
20213fi 20246fi
20214 20247
20215if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 20248if 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.
20217Usually this means the macro was only invoked conditionally." "$LINENO" 5 20250Usually this means the macro was only invoked conditionally." "$LINENO" 5
20218fi 20251fi
20219if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 20252if 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.
20221Usually this means the macro was only invoked conditionally." "$LINENO" 5 20254Usually this means the macro was only invoked conditionally." "$LINENO" 5
20222fi 20255fi
20223 20256
20224if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then 20257if 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.
20226Usually this means the macro was only invoked conditionally." "$LINENO" 5 20259Usually this means the macro was only invoked conditionally." "$LINENO" 5
20227fi 20260fi
20228 20261
20229if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then 20262if 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.
20231Usually this means the macro was only invoked conditionally." "$LINENO" 5 20264Usually this means the macro was only invoked conditionally." "$LINENO" 5
20232fi 20265fi
20233if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then 20266if 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.
20235Usually this means the macro was only invoked conditionally." "$LINENO" 5 20268Usually this means the macro was only invoked conditionally." "$LINENO" 5
20236fi 20269fi
20237if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then 20270if 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.
20239Usually this means the macro was only invoked conditionally." "$LINENO" 5 20272Usually this means the macro was only invoked conditionally." "$LINENO" 5
20240fi 20273fi
20241 20274
@@ -20271,7 +20304,7 @@ fi
20271 20304
20272 20305
20273 20306
20274: ${CONFIG_STATUS=./config.status} 20307: "${CONFIG_STATUS=./config.status}"
20275ac_write_fail=0 20308ac_write_fail=0
20276ac_clean_files_save=$ac_clean_files 20309ac_clean_files_save=$ac_clean_files
20277ac_clean_files="$ac_clean_files $CONFIG_STATUS" 20310ac_clean_files="$ac_clean_files $CONFIG_STATUS"
@@ -20372,6 +20405,7 @@ fi
20372IFS=" "" $as_nl" 20405IFS=" "" $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.
20408as_myself=
20375case $0 in #(( 20409case $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.
20425as_fn_error () 20459as_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.
20680ac_log=" 20714ac_log="
20681This file was extended by emacs $as_me 24.0.50, which was 20715This file was extended by emacs $as_me 24.0.50, which was
20682generated by GNU Autoconf 2.65. Invocation command line was 20716generated 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
20745ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 20779ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20746ac_cs_version="\\ 20780ac_cs_version="\\
20747emacs config.status 24.0.50 20781emacs config.status 24.0.50
20748configured by $0, generated by GNU Autoconf 2.65, 20782configured by $0, generated by GNU Autoconf 2.68,
20749 with options \\"\$ac_cs_config\\" 20783 with options \\"\$ac_cs_config\\"
20750 20784
20751Copyright (C) 2009 Free Software Foundation, Inc. 20785Copyright (C) 2010 Free Software Foundation, Inc.
20752This config.status script is free software; the Free Software Foundation 20786This config.status script is free software; the Free Software Foundation
20753gives unlimited permission to copy, distribute and modify it." 20787gives unlimited permission to copy, distribute and modify it."
20754 20788
@@ -20766,11 +20800,16 @@ ac_need_defaults=:
20766while test $# != 0 20800while test $# != 0
20767do 20801do
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'
20808Try \`$0 --help' for more information.";; 20848Try \`$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'
20817Try \`$0 --help' for more information." ;; 20857Try \`$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
20892done 20932done
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
20970ac_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
20959fi 21001fi
20960ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 21002ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20961if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 21003if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20962 ac_cs_awk_cr='\r' 21004 ac_cs_awk_cr='\\r'
20963else 21005else
20964 ac_cs_awk_cr=$ac_cr 21006 ac_cs_awk_cr=$ac_cr
20965fi 21007fi
20966 21008
20967echo 'BEGIN {' >"$tmp/subs1.awk" && 21009echo '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
20980rm -f conf$$files.sh 21022rm -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
20988ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 21030ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20989ac_delim='%!_!# ' 21031ac_delim='%!_!# '
20990for ac_last_try in false false false false false :; do 21032for 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
21003rm -f conf$$subs.sh 21045rm -f conf$$subs.sh
21004 21046
21005cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 21047cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21006cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 21048cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
21007_ACEOF 21049_ACEOF
21008sed -n ' 21050sed -n '
21009h 21051h
@@ -21051,7 +21093,7 @@ t delim
21051rm -f conf$$subs.awk 21093rm -f conf$$subs.awk
21052cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 21094cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
21053_ACAWK 21095_ACAWK
21054cat >>"\$tmp/subs1.awk" <<_ACAWK && 21096cat >>"\$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"
21090else 21132else
21091 cat 21133 cat
21092fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 21134fi < "$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).
21100if test "x$srcdir" = x.; then 21142if test "x$srcdir" = x.; then
21101 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 21143 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
21102s/:*\$(srcdir):*/:/ 21144h
21103s/:*\${srcdir}:*/:/ 21145s///
21104s/:*@srcdir@:*/:/ 21146s/^/:/
21105s/^\([^=]*=[ ]*\):*/\1/ 21147s/[ ]*$/:/
21148s/:\$(srcdir):/:/g
21149s/:\${srcdir}:/:/g
21150s/:@srcdir@:/:/g
21151s/^:*//
21106s/:*$// 21152s/:*$//
21153x
21154s/\(=[ ]*\).*/\1/
21155G
21156s/\n//
21107s/^[^=]*=[ ]*$// 21157s/^[^=]*=[ ]*$//
21108}' 21158}'
21109fi 21159fi
@@ -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'.
21117if test -n "$CONFIG_HEADERS"; then 21167if test -n "$CONFIG_HEADERS"; then
21118cat >"$tmp/defines.awk" <<\_ACAWK || 21168cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
21119BEGIN { 21169BEGIN {
21120_ACEOF 21170_ACEOF
21121 21171
@@ -21127,11 +21177,11 @@ _ACEOF
21127# handling of long lines. 21177# handling of long lines.
21128ac_delim='%!_!# ' 21178ac_delim='%!_!# '
21129for ac_last_try in false false :; do 21179for 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
21218cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 21268cat >>$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
21220fi # test -n "$CONFIG_HEADERS" 21270fi # 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"
21423eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | 21473eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
21424if $ac_cs_awk_getline; then 21474if $ac_cs_awk_getline; then
21425 $AWK -f "$tmp/subs.awk" 21475 $AWK -f "$ac_tmp/subs.awk"
21426else 21476else
21427 $AWK -f "$tmp/subs.awk" | $SHELL 21477 $AWK -f "$ac_tmp/subs.awk" | $SHELL
21428fi >$tmp/out \ 21478fi \
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
21431test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 21481test -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'
21435which seems to be undefined. Please make sure it is defined." >&5 21486which 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'
21437which seems to be undefined. Please make sure it is defined." >&2;} 21488which 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
21629ac_clean_files=$ac_clean_files_save 21680ac_clean_files=$ac_clean_files_save
21630 21681
21631test $ac_write_fail = 0 || 21682test $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
21654fi 21705fi
21655if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 21706if 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