aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-09-06 11:18:53 -0700
committerPaul Eggert2011-09-06 11:18:53 -0700
commit369e19fc45a4c2d4bf84da0d8e3f27050624a38c (patch)
tree42f876b0fb85e8f73278ed2ba002c0502cefb2d8
parente39b275c8c4abe1e293d4336bb1cb13ad95e5491 (diff)
downloademacs-369e19fc45a4c2d4bf84da0d8e3f27050624a38c.tar.gz
emacs-369e19fc45a4c2d4bf84da0d8e3f27050624a38c.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in120
-rw-r--r--autogen/aclocal.m46
-rw-r--r--autogen/config.in36
-rwxr-xr-xautogen/configure2234
4 files changed, 1523 insertions, 873 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index 5b28ad0808b..4e4fd344672 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -24,7 +24,7 @@
24# the same distribution terms as the rest of that program. 24# the same distribution terms as the rest of that program.
25# 25#
26# Generated by gnulib-tool. 26# Generated by gnulib-tool.
27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops lstat mktime pthread_sigmask readlink socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat 27# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dup2 filemode getloadavg getopt-gnu ignore-value intprops lstat mktime pthread_sigmask readlink socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat
28 28
29VPATH = @srcdir@ 29VPATH = @srcdir@
30pkgdatadir = $(datadir)/@PACKAGE@ 30pkgdatadir = $(datadir)/@PACKAGE@
@@ -57,9 +57,10 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
57 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gl-comp.m4 \ 57 $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/gl-comp.m4 \
58 $(top_srcdir)/m4/gnulib-common.m4 \ 58 $(top_srcdir)/m4/gnulib-common.m4 \
59 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \ 59 $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inttypes.m4 \
60 $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lstat.m4 \ 60 $(top_srcdir)/m4/largefile.m4 $(top_srcdir)/m4/longlong.m4 \
61 $(top_srcdir)/m4/md5.m4 $(top_srcdir)/m4/mktime.m4 \ 61 $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/md5.m4 \
62 $(top_srcdir)/m4/multiarch.m4 \ 62 $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/multiarch.m4 \
63 $(top_srcdir)/m4/nocrash.m4 \
63 $(top_srcdir)/m4/pthread_sigmask.m4 \ 64 $(top_srcdir)/m4/pthread_sigmask.m4 \
64 $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/sha1.m4 \ 65 $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/sha1.m4 \
65 $(top_srcdir)/m4/sha256.m4 $(top_srcdir)/m4/sha512.m4 \ 66 $(top_srcdir)/m4/sha256.m4 $(top_srcdir)/m4/sha512.m4 \
@@ -83,8 +84,6 @@ CONFIG_HEADER = $(top_builddir)/src/config.h
83CONFIG_CLEAN_FILES = 84CONFIG_CLEAN_FILES =
84CONFIG_CLEAN_VPATH_FILES = 85CONFIG_CLEAN_VPATH_FILES =
85LIBRARIES = $(noinst_LIBRARIES) 86LIBRARIES = $(noinst_LIBRARIES)
86AR = ar
87ARFLAGS = cru
88libgnu_a_AR = $(AR) $(ARFLAGS) 87libgnu_a_AR = $(AR) $(ARFLAGS)
89am__DEPENDENCIES_1 = 88am__DEPENDENCIES_1 =
90am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c md5.c sha1.c \ 89am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c md5.c sha1.c \
@@ -95,7 +94,7 @@ am_libgnu_a_OBJECTS = allocator.$(OBJEXT) careadlinkat.$(OBJEXT) \
95 dtoastr.$(OBJEXT) filemode.$(OBJEXT) $(am__objects_1) \ 94 dtoastr.$(OBJEXT) filemode.$(OBJEXT) $(am__objects_1) \
96 strftime.$(OBJEXT) 95 strftime.$(OBJEXT)
97libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) 96libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS)
98depcomp = $(SHELL) $(top_srcdir)/depcomp 97depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
99am__depfiles_maybe = depfiles 98am__depfiles_maybe = depfiles
100am__mv = mv -f 99am__mv = mv -f
101COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 100COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -114,6 +113,8 @@ ALSA_CFLAGS = @ALSA_CFLAGS@
114ALSA_LIBS = @ALSA_LIBS@ 113ALSA_LIBS = @ALSA_LIBS@
115AMTAR = @AMTAR@ 114AMTAR = @AMTAR@
116APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ 115APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
116AR = @AR@
117ARFLAGS = @ARFLAGS@
117AUTOCONF = @AUTOCONF@ 118AUTOCONF = @AUTOCONF@
118AUTOHEADER = @AUTOHEADER@ 119AUTOHEADER = @AUTOHEADER@
119AUTOMAKE = @AUTOMAKE@ 120AUTOMAKE = @AUTOMAKE@
@@ -759,30 +760,32 @@ x_default_search_path = @x_default_search_path@
759# statements but through direct file reference. Therefore this snippet must be 760# statements but through direct file reference. Therefore this snippet must be
760# present in all Makefile.am that need it. This is ensured by the applicability 761# present in all Makefile.am that need it. This is ensured by the applicability
761# 'all' defined above. 762# 'all' defined above.
762BUILT_SOURCES = $(ALLOCA_H) arg-nonnull.h c++defs.h $(GETOPT_H) \ 763BUILT_SOURCES = $(ALLOCA_H) $(GETOPT_H) inttypes.h signal.h \
763 inttypes.h signal.h $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) \ 764 arg-nonnull.h c++defs.h warn-on-use.h $(STDARG_H) $(STDBOOL_H) \
764 $(STDINT_H) stdio.h stdlib.h sys/stat.h time.h unistd.h \ 765 $(STDDEF_H) $(STDINT_H) stdio.h stdlib.h sys/stat.h time.h \
765 warn-on-use.h 766 unistd.h
766EXTRA_DIST = alloca.in.h allocator.h $(top_srcdir)/./arg-nonnull.h \ 767EXTRA_DIST = alloca.in.h allocator.h careadlinkat.h md5.h sha1.h \
767 $(top_srcdir)/./c++defs.h careadlinkat.h md5.h sha1.h sha256.h \ 768 sha256.h sha512.h dosname.h ftoastr.c ftoastr.h dup2.c \
768 sha512.h dosname.h ftoastr.c ftoastr.h dup2.c filemode.h \ 769 filemode.h getloadavg.c getopt.c getopt.in.h getopt1.c \
769 getloadavg.c getopt.c getopt.in.h getopt1.c getopt_int.h \ 770 getopt_int.h ignore-value.h intprops.h inttypes.in.h lstat.c \
770 ignore-value.h intprops.h inttypes.in.h lstat.c \
771 mktime-internal.h mktime.c pthread_sigmask.c readlink.c \ 771 mktime-internal.h mktime.c pthread_sigmask.c readlink.c \
772 signal.in.h sigprocmask.c stat.c stdarg.in.h stdbool.in.h \ 772 signal.in.h sigprocmask.c \
773 stddef.in.h stdint.in.h stdio.in.h stdlib.in.h strftime.h \ 773 $(top_srcdir)/build-aux/snippet/_Noreturn.h \
774 strtoimax.c strtol.c strtoll.c strtol.c strtoul.c strtoull.c \ 774 $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
775 strtoimax.c strtoumax.c symlink.c sys_stat.in.h time.in.h \ 775 $(top_srcdir)/build-aux/snippet/c++defs.h \
776 time_r.c u64.h unistd.in.h verify.h \ 776 $(top_srcdir)/build-aux/snippet/warn-on-use.h stat.c \
777 $(top_srcdir)/./warn-on-use.h 777 stdarg.in.h stdbool.in.h stddef.in.h stdint.in.h stdio.in.h \
778 stdlib.in.h strftime.h strtoimax.c strtol.c strtoll.c strtol.c \
779 strtoul.c strtoull.c strtoimax.c strtoumax.c symlink.c \
780 sys_stat.in.h time.in.h time_r.c u64.h unistd.in.h verify.h
778MOSTLYCLEANDIRS = sys 781MOSTLYCLEANDIRS = sys
779MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t arg-nonnull.h \ 782MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t getopt.h \
780 arg-nonnull.h-t c++defs.h c++defs.h-t getopt.h getopt.h-t \ 783 getopt.h-t inttypes.h inttypes.h-t signal.h signal.h-t \
781 inttypes.h inttypes.h-t signal.h signal.h-t stdarg.h \ 784 arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t \
782 stdarg.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h \ 785 warn-on-use.h warn-on-use.h-t stdarg.h stdarg.h-t stdbool.h \
783 stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t sys/stat.h \ 786 stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t stdio.h \
784 sys/stat.h-t time.h time.h-t unistd.h unistd.h-t warn-on-use.h \ 787 stdio.h-t stdlib.h stdlib.h-t sys/stat.h sys/stat.h-t time.h \
785 warn-on-use.h-t 788 time.h-t unistd.h unistd.h-t
786noinst_LIBRARIES = libgnu.a 789noinst_LIBRARIES = libgnu.a
787DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src 790DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
788libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c sha256.c \ 791libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c sha256.c \
@@ -794,6 +797,11 @@ EXTRA_libgnu_a_SOURCES = ftoastr.c dup2.c getloadavg.c getopt.c \
794 sigprocmask.c stat.c strtoimax.c strtol.c strtoll.c strtol.c \ 797 sigprocmask.c stat.c strtoimax.c strtol.c strtoll.c strtol.c \
795 strtoul.c strtoull.c strtoimax.c strtoumax.c symlink.c \ 798 strtoul.c strtoull.c strtoimax.c strtoumax.c symlink.c \
796 time_r.c 799 time_r.c
800
801# Because this Makefile snippet defines a variable used by other
802# gnulib Makefile snippets, it must be present in all Makefile.am that
803# need it. This is ensured by the applicability 'all' defined above.
804_NORETURN_H = $(top_srcdir)/build-aux/snippet/_Noreturn.h
797ARG_NONNULL_H = arg-nonnull.h 805ARG_NONNULL_H = arg-nonnull.h
798CXXDEFS_H = c++defs.h 806CXXDEFS_H = c++defs.h
799WARN_ON_USE_H = warn-on-use.h 807WARN_ON_USE_H = warn-on-use.h
@@ -1100,22 +1108,6 @@ uninstall-am:
1100@GL_GENERATE_ALLOCA_H_TRUE@ mv -f $@-t $@ 1108@GL_GENERATE_ALLOCA_H_TRUE@ mv -f $@-t $@
1101@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status 1109@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
1102@GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@ 1110@GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@
1103# The arg-nonnull.h that gets inserted into generated .h files is the same as
1104# build-aux/arg-nonnull.h, except that it has the copyright header cut off.
1105arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h
1106 $(AM_V_GEN)rm -f $@-t $@ && \
1107 sed -n -e '/GL_ARG_NONNULL/,$$p' \
1108 < $(top_srcdir)/./arg-nonnull.h \
1109 > $@-t && \
1110 mv $@-t $@
1111# The c++defs.h that gets inserted into generated .h files is the same as
1112# build-aux/c++defs.h, except that it has the copyright header cut off.
1113c++defs.h: $(top_srcdir)/./c++defs.h
1114 $(AM_V_GEN)rm -f $@-t $@ && \
1115 sed -n -e '/_GL_CXXDEFS/,$$p' \
1116 < $(top_srcdir)/./c++defs.h \
1117 > $@-t && \
1118 mv $@-t $@
1119 1111
1120# We need the following in order to create <getopt.h> when the system 1112# We need the following in order to create <getopt.h> when the system
1121# doesn't have one that works with the given compiler. 1113# doesn't have one that works with the given compiler.
@@ -1195,6 +1187,32 @@ signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H
1195 < $(srcdir)/signal.in.h; \ 1187 < $(srcdir)/signal.in.h; \
1196 } > $@-t && \ 1188 } > $@-t && \
1197 mv $@-t $@ 1189 mv $@-t $@
1190# The arg-nonnull.h that gets inserted into generated .h files is the same as
1191# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
1192# off.
1193arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
1194 $(AM_V_GEN)rm -f $@-t $@ && \
1195 sed -n -e '/GL_ARG_NONNULL/,$$p' \
1196 < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
1197 > $@-t && \
1198 mv $@-t $@
1199# The c++defs.h that gets inserted into generated .h files is the same as
1200# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
1201c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
1202 $(AM_V_GEN)rm -f $@-t $@ && \
1203 sed -n -e '/_GL_CXXDEFS/,$$p' \
1204 < $(top_srcdir)/build-aux/snippet/c++defs.h \
1205 > $@-t && \
1206 mv $@-t $@
1207# The warn-on-use.h that gets inserted into generated .h files is the same as
1208# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
1209# off.
1210warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
1211 $(AM_V_GEN)rm -f $@-t $@ && \
1212 sed -n -e '/^.ifndef/,$$p' \
1213 < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
1214 > $@-t && \
1215 mv $@-t $@
1198 1216
1199# We need the following in order to create <stdarg.h> when the system 1217# We need the following in order to create <stdarg.h> when the system
1200# doesn't have one that works with the given compiler. 1218# doesn't have one that works with the given compiler.
@@ -1396,7 +1414,8 @@ stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H)
1396 1414
1397# We need the following in order to create <stdlib.h> when the system 1415# We need the following in order to create <stdlib.h> when the system
1398# doesn't have one that works with the given compiler. 1416# doesn't have one that works with the given compiler.
1399stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 1417stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1418 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1400 $(AM_V_GEN)rm -f $@-t $@ && \ 1419 $(AM_V_GEN)rm -f $@-t $@ && \
1401 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 1420 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1402 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 1421 sed -e 's|@''GUARD_PREFIX''@|GL|g' \
@@ -1470,6 +1489,7 @@ stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H
1470 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ 1489 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
1471 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ 1490 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
1472 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1491 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1492 -e '/definition of _Noreturn/r $(_NORETURN_H)' \
1473 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 1493 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1474 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 1494 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1475 } > $@-t && \ 1495 } > $@-t && \
@@ -1686,14 +1706,6 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H
1686 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 1706 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1687 } > $@-t && \ 1707 } > $@-t && \
1688 mv $@-t $@ 1708 mv $@-t $@
1689# The warn-on-use.h that gets inserted into generated .h files is the same as
1690# build-aux/warn-on-use.h, except that it has the copyright header cut off.
1691warn-on-use.h: $(top_srcdir)/./warn-on-use.h
1692 $(AM_V_GEN)rm -f $@-t $@ && \
1693 sed -n -e '/^.ifndef/,$$p' \
1694 < $(top_srcdir)/./warn-on-use.h \
1695 > $@-t && \
1696 mv $@-t $@
1697 1709
1698mostlyclean-local: mostlyclean-generic 1710mostlyclean-local: mostlyclean-generic
1699 @for dir in '' $(MOSTLYCLEANDIRS); do \ 1711 @for dir in '' $(MOSTLYCLEANDIRS); do \
diff --git a/autogen/aclocal.m4 b/autogen/aclocal.m4
index 90ed7c0a99f..1947c35212a 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'.])])
@@ -996,11 +996,13 @@ m4_include([m4/gl-comp.m4])
996m4_include([m4/gnulib-common.m4]) 996m4_include([m4/gnulib-common.m4])
997m4_include([m4/include_next.m4]) 997m4_include([m4/include_next.m4])
998m4_include([m4/inttypes.m4]) 998m4_include([m4/inttypes.m4])
999m4_include([m4/largefile.m4])
999m4_include([m4/longlong.m4]) 1000m4_include([m4/longlong.m4])
1000m4_include([m4/lstat.m4]) 1001m4_include([m4/lstat.m4])
1001m4_include([m4/md5.m4]) 1002m4_include([m4/md5.m4])
1002m4_include([m4/mktime.m4]) 1003m4_include([m4/mktime.m4])
1003m4_include([m4/multiarch.m4]) 1004m4_include([m4/multiarch.m4])
1005m4_include([m4/nocrash.m4])
1004m4_include([m4/pthread_sigmask.m4]) 1006m4_include([m4/pthread_sigmask.m4])
1005m4_include([m4/readlink.m4]) 1007m4_include([m4/readlink.m4])
1006m4_include([m4/sha1.m4]) 1008m4_include([m4/sha1.m4])
diff --git a/autogen/config.in b/autogen/config.in
index 5a53b240ef8..a22b2afb721 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -200,7 +200,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
200/* Define to 1 if you have the <dirent.h> header file. */ 200/* Define to 1 if you have the <dirent.h> header file. */
201#undef HAVE_DIRENT_H 201#undef HAVE_DIRENT_H
202 202
203/* Define to 1 if you have the `dup2' function. */ 203/* Define to 1 if you have the 'dup2' function. */
204#undef HAVE_DUP2 204#undef HAVE_DUP2
205 205
206/* Define to 1 if you have the `euidaccess' function. */ 206/* Define to 1 if you have the `euidaccess' function. */
@@ -597,7 +597,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
597/* Define to 1 if you have the <pthread.h> header file. */ 597/* Define to 1 if you have the <pthread.h> header file. */
598#undef HAVE_PTHREAD_H 598#undef HAVE_PTHREAD_H
599 599
600/* Define to 1 if you have the `pthread_sigmask' function. */ 600/* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
601#undef HAVE_PTHREAD_SIGMASK 601#undef HAVE_PTHREAD_SIGMASK
602 602
603/* Define to 1 if you have the <pty.h> header file. */ 603/* Define to 1 if you have the <pty.h> header file. */
@@ -1025,6 +1025,16 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1025/* Define to 1 if the C compiler supports function prototypes. */ 1025/* Define to 1 if the C compiler supports function prototypes. */
1026#undef PROTOTYPES 1026#undef PROTOTYPES
1027 1027
1028/* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
1029 */
1030#undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
1031
1032/* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
1033#undef PTHREAD_SIGMASK_INEFFECTIVE
1034
1035/* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
1036#undef PTHREAD_SIGMASK_UNBLOCK_BUG
1037
1028/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 1038/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1029 'ptrdiff_t'. */ 1039 'ptrdiff_t'. */
1030#undef PTRDIFF_T_SUFFIX 1040#undef PTRDIFF_T_SUFFIX
@@ -1148,6 +1158,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1148 XPointer or XPointer*. */ 1158 XPointer or XPointer*. */
1149#undef XRegisterIMInstantiateCallback_arg6 1159#undef XRegisterIMInstantiateCallback_arg6
1150 1160
1161/* Enable large inode numbers on Mac OS X. */
1162#ifndef _DARWIN_USE_64_BIT_INODE
1163# define _DARWIN_USE_64_BIT_INODE 1
1164#endif
1165
1151/* Number of bits in a file offset, on hosts where this is settable. */ 1166/* Number of bits in a file offset, on hosts where this is settable. */
1152#undef _FILE_OFFSET_BITS 1167#undef _FILE_OFFSET_BITS
1153 1168
@@ -1160,6 +1175,19 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1160/* Define to 1 if on MINIX. */ 1175/* Define to 1 if on MINIX. */
1161#undef _MINIX 1176#undef _MINIX
1162 1177
1178/* The _Noreturn keyword of draft C1X. */
1179#ifndef _Noreturn
1180# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
1181 || 0x5110 <= __SUNPRO_C)
1182# define _Noreturn __attribute__ ((__noreturn__))
1183# elif 1200 <= _MSC_VER
1184# define _Noreturn __declspec (noreturn)
1185# else
1186# define _Noreturn
1187# endif
1188#endif
1189
1190
1163/* Define to 2 if the system does not provide POSIX.1 features except with 1191/* Define to 2 if the system does not provide POSIX.1 features except with
1164 this defined. */ 1192 this defined. */
1165#undef _POSIX_1_SOURCE 1193#undef _POSIX_1_SOURCE
@@ -1174,6 +1202,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1174#ifndef _ALL_SOURCE 1202#ifndef _ALL_SOURCE
1175# undef _ALL_SOURCE 1203# undef _ALL_SOURCE
1176#endif 1204#endif
1205/* Enable general extensions on MacOS X. */
1206#ifndef _DARWIN_C_SOURCE
1207# undef _DARWIN_C_SOURCE
1208#endif
1177/* Enable GNU extensions on systems that have them. */ 1209/* Enable GNU extensions on systems that have them. */
1178#ifndef _GNU_SOURCE 1210#ifndef _GNU_SOURCE
1179# undef _GNU_SOURCE 1211# undef _GNU_SOURCE
diff --git a/autogen/configure b/autogen/configure
index 8d010ddf7b7..84963b171a3 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
@@ -1170,10 +1178,12 @@ HAVE_MAKEINFO
1170GZIP_PROG 1178GZIP_PROG
1171INSTALL_INFO 1179INSTALL_INFO
1172C_WARNINGS_SWITCH 1180C_WARNINGS_SWITCH
1181RANLIB
1182ARFLAGS
1183AR
1173EGREP 1184EGREP
1174GREP 1185GREP
1175CPP 1186CPP
1176RANLIB
1177am__fastdepCC_FALSE 1187am__fastdepCC_FALSE
1178am__fastdepCC_TRUE 1188am__fastdepCC_TRUE
1179CCDEPMODE 1189CCDEPMODE
@@ -1389,8 +1399,9 @@ do
1389 fi 1399 fi
1390 1400
1391 case $ac_option in 1401 case $ac_option in
1392 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 1402 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1393 *) ac_optarg=yes ;; 1403 *=) ac_optarg= ;;
1404 *) ac_optarg=yes ;;
1394 esac 1405 esac
1395 1406
1396 # Accept the important Cygnus configure options, so we can diagnose typos. 1407 # Accept the important Cygnus configure options, so we can diagnose typos.
@@ -1435,7 +1446,7 @@ do
1435 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1446 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1436 # Reject names that are not valid shell variable names. 1447 # Reject names that are not valid shell variable names.
1437 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1448 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1438 as_fn_error "invalid feature name: $ac_useropt" 1449 as_fn_error $? "invalid feature name: $ac_useropt"
1439 ac_useropt_orig=$ac_useropt 1450 ac_useropt_orig=$ac_useropt
1440 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1451 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1441 case $ac_user_opts in 1452 case $ac_user_opts in
@@ -1461,7 +1472,7 @@ do
1461 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1472 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1462 # Reject names that are not valid shell variable names. 1473 # Reject names that are not valid shell variable names.
1463 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1474 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1464 as_fn_error "invalid feature name: $ac_useropt" 1475 as_fn_error $? "invalid feature name: $ac_useropt"
1465 ac_useropt_orig=$ac_useropt 1476 ac_useropt_orig=$ac_useropt
1466 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1477 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1467 case $ac_user_opts in 1478 case $ac_user_opts in
@@ -1665,7 +1676,7 @@ do
1665 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1676 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1666 # Reject names that are not valid shell variable names. 1677 # Reject names that are not valid shell variable names.
1667 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1678 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1668 as_fn_error "invalid package name: $ac_useropt" 1679 as_fn_error $? "invalid package name: $ac_useropt"
1669 ac_useropt_orig=$ac_useropt 1680 ac_useropt_orig=$ac_useropt
1670 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1681 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1671 case $ac_user_opts in 1682 case $ac_user_opts in
@@ -1681,7 +1692,7 @@ do
1681 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1692 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1682 # Reject names that are not valid shell variable names. 1693 # Reject names that are not valid shell variable names.
1683 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1694 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1684 as_fn_error "invalid package name: $ac_useropt" 1695 as_fn_error $? "invalid package name: $ac_useropt"
1685 ac_useropt_orig=$ac_useropt 1696 ac_useropt_orig=$ac_useropt
1686 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1697 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1687 case $ac_user_opts in 1698 case $ac_user_opts in
@@ -1711,8 +1722,8 @@ do
1711 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1722 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1712 x_libraries=$ac_optarg ;; 1723 x_libraries=$ac_optarg ;;
1713 1724
1714 -*) as_fn_error "unrecognized option: \`$ac_option' 1725 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1715Try \`$0 --help' for more information." 1726Try \`$0 --help' for more information"
1716 ;; 1727 ;;
1717 1728
1718 *=*) 1729 *=*)
@@ -1720,7 +1731,7 @@ Try \`$0 --help' for more information."
1720 # Reject names that are not valid shell variable names. 1731 # Reject names that are not valid shell variable names.
1721 case $ac_envvar in #( 1732 case $ac_envvar in #(
1722 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1733 '' | [0-9]* | *[!_$as_cr_alnum]* )
1723 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1734 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1724 esac 1735 esac
1725 eval $ac_envvar=\$ac_optarg 1736 eval $ac_envvar=\$ac_optarg
1726 export $ac_envvar ;; 1737 export $ac_envvar ;;
@@ -1730,7 +1741,7 @@ Try \`$0 --help' for more information."
1730 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1741 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1731 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1742 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1732 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1743 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1733 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1744 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1734 ;; 1745 ;;
1735 1746
1736 esac 1747 esac
@@ -1738,13 +1749,13 @@ done
1738 1749
1739if test -n "$ac_prev"; then 1750if test -n "$ac_prev"; then
1740 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1751 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1741 as_fn_error "missing argument to $ac_option" 1752 as_fn_error $? "missing argument to $ac_option"
1742fi 1753fi
1743 1754
1744if test -n "$ac_unrecognized_opts"; then 1755if test -n "$ac_unrecognized_opts"; then
1745 case $enable_option_checking in 1756 case $enable_option_checking in
1746 no) ;; 1757 no) ;;
1747 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1758 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1748 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1759 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1749 esac 1760 esac
1750fi 1761fi
@@ -1767,7 +1778,7 @@ do
1767 [\\/$]* | ?:[\\/]* ) continue;; 1778 [\\/$]* | ?:[\\/]* ) continue;;
1768 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1779 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1769 esac 1780 esac
1770 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1781 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1771done 1782done
1772 1783
1773# There might be people who depend on the old broken behavior: `$host' 1784# There might be people who depend on the old broken behavior: `$host'
@@ -1781,8 +1792,8 @@ target=$target_alias
1781if test "x$host_alias" != x; then 1792if test "x$host_alias" != x; then
1782 if test "x$build_alias" = x; then 1793 if test "x$build_alias" = x; then
1783 cross_compiling=maybe 1794 cross_compiling=maybe
1784 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1795 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1785 If a cross compiler is detected then cross compile mode will be used." >&2 1796 If a cross compiler is detected then cross compile mode will be used" >&2
1786 elif test "x$build_alias" != "x$host_alias"; then 1797 elif test "x$build_alias" != "x$host_alias"; then
1787 cross_compiling=yes 1798 cross_compiling=yes
1788 fi 1799 fi
@@ -1797,9 +1808,9 @@ test "$silent" = yes && exec 6>/dev/null
1797ac_pwd=`pwd` && test -n "$ac_pwd" && 1808ac_pwd=`pwd` && test -n "$ac_pwd" &&
1798ac_ls_di=`ls -di .` && 1809ac_ls_di=`ls -di .` &&
1799ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1810ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1800 as_fn_error "working directory cannot be determined" 1811 as_fn_error $? "working directory cannot be determined"
1801test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1812test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1802 as_fn_error "pwd does not report name of working directory" 1813 as_fn_error $? "pwd does not report name of working directory"
1803 1814
1804 1815
1805# Find the source files, if location was not specified. 1816# Find the source files, if location was not specified.
@@ -1838,11 +1849,11 @@ else
1838fi 1849fi
1839if test ! -r "$srcdir/$ac_unique_file"; then 1850if test ! -r "$srcdir/$ac_unique_file"; then
1840 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1851 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1841 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1852 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1842fi 1853fi
1843ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1854ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1844ac_abs_confdir=`( 1855ac_abs_confdir=`(
1845 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1856 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1846 pwd)` 1857 pwd)`
1847# When building in place, set srcdir=. 1858# When building in place, set srcdir=.
1848if test "$ac_abs_confdir" = "$ac_pwd"; then 1859if test "$ac_abs_confdir" = "$ac_pwd"; then
@@ -1882,7 +1893,7 @@ Configuration:
1882 --help=short display options specific to this package 1893 --help=short display options specific to this package
1883 --help=recursive display the short help of all the included packages 1894 --help=recursive display the short help of all the included packages
1884 -V, --version display version information and exit 1895 -V, --version display version information and exit
1885 -q, --quiet, --silent do not print \`checking...' messages 1896 -q, --quiet, --silent do not print \`checking ...' messages
1886 --cache-file=FILE cache test results in FILE [disabled] 1897 --cache-file=FILE cache test results in FILE [disabled]
1887 -C, --config-cache alias for \`--cache-file=config.cache' 1898 -C, --config-cache alias for \`--cache-file=config.cache'
1888 -n, --no-create do not create output files 1899 -n, --no-create do not create output files
@@ -2106,9 +2117,9 @@ test -n "$ac_init_help" && exit $ac_status
2106if $ac_init_version; then 2117if $ac_init_version; then
2107 cat <<\_ACEOF 2118 cat <<\_ACEOF
2108emacs configure 24.0.50 2119emacs configure 24.0.50
2109generated by GNU Autoconf 2.65 2120generated by GNU Autoconf 2.68
2110 2121
2111Copyright (C) 2009 Free Software Foundation, Inc. 2122Copyright (C) 2010 Free Software Foundation, Inc.
2112This configure script is free software; the Free Software Foundation 2123This configure script is free software; the Free Software Foundation
2113gives unlimited permission to copy, distribute and modify it. 2124gives unlimited permission to copy, distribute and modify it.
2114_ACEOF 2125_ACEOF
@@ -2152,7 +2163,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2152 2163
2153 ac_retval=1 2164 ac_retval=1
2154fi 2165fi
2155 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2166 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2156 as_fn_set_status $ac_retval 2167 as_fn_set_status $ac_retval
2157 2168
2158} # ac_fn_c_try_compile 2169} # ac_fn_c_try_compile
@@ -2178,7 +2189,7 @@ $as_echo "$ac_try_echo"; } >&5
2178 mv -f conftest.er1 conftest.err 2189 mv -f conftest.er1 conftest.err
2179 fi 2190 fi
2180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2181 test $ac_status = 0; } >/dev/null && { 2192 test $ac_status = 0; } > conftest.i && {
2182 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 2193 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2183 test ! -s conftest.err 2194 test ! -s conftest.err
2184 }; then : 2195 }; then :
@@ -2189,7 +2200,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2189 2200
2190 ac_retval=1 2201 ac_retval=1
2191fi 2202fi
2192 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2203 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2193 as_fn_set_status $ac_retval 2204 as_fn_set_status $ac_retval
2194 2205
2195} # ac_fn_c_try_cpp 2206} # ac_fn_c_try_cpp
@@ -2202,10 +2213,10 @@ fi
2202ac_fn_c_check_header_mongrel () 2213ac_fn_c_check_header_mongrel ()
2203{ 2214{
2204 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2215 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2205 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2216 if eval \${$3+:} false; then :
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2207$as_echo_n "checking for $2... " >&6; } 2218$as_echo_n "checking for $2... " >&6; }
2208if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2219if eval \${$3+:} false; then :
2209 $as_echo_n "(cached) " >&6 2220 $as_echo_n "(cached) " >&6
2210fi 2221fi
2211eval ac_res=\$$3 2222eval ac_res=\$$3
@@ -2241,7 +2252,7 @@ if ac_fn_c_try_cpp "$LINENO"; then :
2241else 2252else
2242 ac_header_preproc=no 2253 ac_header_preproc=no
2243fi 2254fi
2244rm -f conftest.err conftest.$ac_ext 2255rm -f conftest.err conftest.i conftest.$ac_ext
2245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 2256{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2246$as_echo "$ac_header_preproc" >&6; } 2257$as_echo "$ac_header_preproc" >&6; }
2247 2258
@@ -2268,7 +2279,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2268esac 2279esac
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2270$as_echo_n "checking for $2... " >&6; } 2281$as_echo_n "checking for $2... " >&6; }
2271if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2282if eval \${$3+:} false; then :
2272 $as_echo_n "(cached) " >&6 2283 $as_echo_n "(cached) " >&6
2273else 2284else
2274 eval "$3=\$ac_header_compiler" 2285 eval "$3=\$ac_header_compiler"
@@ -2277,7 +2288,7 @@ eval ac_res=\$$3
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2278$as_echo "$ac_res" >&6; } 2289$as_echo "$ac_res" >&6; }
2279fi 2290fi
2280 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2291 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2281 2292
2282} # ac_fn_c_check_header_mongrel 2293} # ac_fn_c_check_header_mongrel
2283 2294
@@ -2318,7 +2329,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
2318 ac_retval=$ac_status 2329 ac_retval=$ac_status
2319fi 2330fi
2320 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2331 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2321 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2332 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2322 as_fn_set_status $ac_retval 2333 as_fn_set_status $ac_retval
2323 2334
2324} # ac_fn_c_try_run 2335} # ac_fn_c_try_run
@@ -2332,7 +2343,7 @@ ac_fn_c_check_header_compile ()
2332 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2343 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2334$as_echo_n "checking for $2... " >&6; } 2345$as_echo_n "checking for $2... " >&6; }
2335if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2346if eval \${$3+:} false; then :
2336 $as_echo_n "(cached) " >&6 2347 $as_echo_n "(cached) " >&6
2337else 2348else
2338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2350,7 +2361,7 @@ fi
2350eval ac_res=\$$3 2361eval ac_res=\$$3
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2352$as_echo "$ac_res" >&6; } 2363$as_echo "$ac_res" >&6; }
2353 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2364 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2354 2365
2355} # ac_fn_c_check_header_compile 2366} # ac_fn_c_check_header_compile
2356 2367
@@ -2395,20 +2406,23 @@ fi
2395 # interfere with the next link command; also delete a directory that is 2406 # interfere with the next link command; also delete a directory that is
2396 # left behind by Apple's compiler. We do this before executing the actions. 2407 # left behind by Apple's compiler. We do this before executing the actions.
2397 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2408 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2398 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2409 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2399 as_fn_set_status $ac_retval 2410 as_fn_set_status $ac_retval
2400 2411
2401} # ac_fn_c_try_link 2412} # ac_fn_c_try_link
2402 2413
2403# ac_fn_c_check_decl LINENO SYMBOL VAR 2414# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2404# ------------------------------------ 2415# ---------------------------------------------
2405# Tests whether SYMBOL is declared, setting cache variable VAR accordingly. 2416# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2417# accordingly.
2406ac_fn_c_check_decl () 2418ac_fn_c_check_decl ()
2407{ 2419{
2408 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2420 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 2421 as_decl_name=`echo $2|sed 's/ *(.*//'`
2410$as_echo_n "checking whether $2 is declared... " >&6; } 2422 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2411if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2424$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2425if eval \${$3+:} false; then :
2412 $as_echo_n "(cached) " >&6 2426 $as_echo_n "(cached) " >&6
2413else 2427else
2414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2417,8 +2431,12 @@ $4
2417int 2431int
2418main () 2432main ()
2419{ 2433{
2420#ifndef $2 2434#ifndef $as_decl_name
2421 (void) $2; 2435#ifdef __cplusplus
2436 (void) $as_decl_use;
2437#else
2438 (void) $as_decl_name;
2439#endif
2422#endif 2440#endif
2423 2441
2424 ; 2442 ;
@@ -2435,7 +2453,7 @@ fi
2435eval ac_res=\$$3 2453eval ac_res=\$$3
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2437$as_echo "$ac_res" >&6; } 2455$as_echo "$ac_res" >&6; }
2438 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2456 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2439 2457
2440} # ac_fn_c_check_decl 2458} # ac_fn_c_check_decl
2441 2459
@@ -2447,7 +2465,7 @@ ac_fn_c_check_header_preproc ()
2447 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2465 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2449$as_echo_n "checking for $2... " >&6; } 2467$as_echo_n "checking for $2... " >&6; }
2450if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2468if eval \${$3+:} false; then :
2451 $as_echo_n "(cached) " >&6 2469 $as_echo_n "(cached) " >&6
2452else 2470else
2453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2459,12 +2477,12 @@ if ac_fn_c_try_cpp "$LINENO"; then :
2459else 2477else
2460 eval "$3=no" 2478 eval "$3=no"
2461fi 2479fi
2462rm -f conftest.err conftest.$ac_ext 2480rm -f conftest.err conftest.i conftest.$ac_ext
2463fi 2481fi
2464eval ac_res=\$$3 2482eval ac_res=\$$3
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2466$as_echo "$ac_res" >&6; } 2484$as_echo "$ac_res" >&6; }
2467 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2485 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2468 2486
2469} # ac_fn_c_check_header_preproc 2487} # ac_fn_c_check_header_preproc
2470 2488
@@ -2476,7 +2494,7 @@ ac_fn_c_check_func ()
2476 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2494 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2478$as_echo_n "checking for $2... " >&6; } 2496$as_echo_n "checking for $2... " >&6; }
2479if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2497if eval \${$3+:} false; then :
2480 $as_echo_n "(cached) " >&6 2498 $as_echo_n "(cached) " >&6
2481else 2499else
2482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2531,7 +2549,7 @@ fi
2531eval ac_res=\$$3 2549eval ac_res=\$$3
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2533$as_echo "$ac_res" >&6; } 2551$as_echo "$ac_res" >&6; }
2534 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2552 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2535 2553
2536} # ac_fn_c_check_func 2554} # ac_fn_c_check_func
2537 2555
@@ -2544,7 +2562,7 @@ ac_fn_c_check_member ()
2544 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 2563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2546$as_echo_n "checking for $2.$3... " >&6; } 2564$as_echo_n "checking for $2.$3... " >&6; }
2547if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : 2565if eval \${$4+:} false; then :
2548 $as_echo_n "(cached) " >&6 2566 $as_echo_n "(cached) " >&6
2549else 2567else
2550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -2588,7 +2606,7 @@ fi
2588eval ac_res=\$$4 2606eval ac_res=\$$4
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2590$as_echo "$ac_res" >&6; } 2608$as_echo "$ac_res" >&6; }
2591 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2609 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2592 2610
2593} # ac_fn_c_check_member 2611} # ac_fn_c_check_member
2594 2612
@@ -2601,7 +2619,7 @@ ac_fn_c_check_type ()
2601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2619 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2603$as_echo_n "checking for $2... " >&6; } 2621$as_echo_n "checking for $2... " >&6; }
2604if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2622if eval \${$3+:} false; then :
2605 $as_echo_n "(cached) " >&6 2623 $as_echo_n "(cached) " >&6
2606else 2624else
2607 eval "$3=no" 2625 eval "$3=no"
@@ -2642,7 +2660,7 @@ fi
2642eval ac_res=\$$3 2660eval ac_res=\$$3
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2644$as_echo "$ac_res" >&6; } 2662$as_echo "$ac_res" >&6; }
2645 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2663 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2646 2664
2647} # ac_fn_c_check_type 2665} # ac_fn_c_check_type
2648 2666
@@ -2819,7 +2837,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2819rm -f conftest.val 2837rm -f conftest.val
2820 2838
2821 fi 2839 fi
2822 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2840 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2823 as_fn_set_status $ac_retval 2841 as_fn_set_status $ac_retval
2824 2842
2825} # ac_fn_c_compute_int 2843} # ac_fn_c_compute_int
@@ -2828,7 +2846,7 @@ This file contains any messages produced by compilers while
2828running configure, to aid debugging if configure makes a mistake. 2846running configure, to aid debugging if configure makes a mistake.
2829 2847
2830It was created by emacs $as_me 24.0.50, which was 2848It was created by emacs $as_me 24.0.50, which was
2831generated by GNU Autoconf 2.65. Invocation command line was 2849generated by GNU Autoconf 2.68. Invocation command line was
2832 2850
2833 $ $0 $@ 2851 $ $0 $@
2834 2852
@@ -2938,11 +2956,9 @@ trap 'exit_status=$?
2938 { 2956 {
2939 echo 2957 echo
2940 2958
2941 cat <<\_ASBOX 2959 $as_echo "## ---------------- ##
2942## ---------------- ##
2943## Cache variables. ## 2960## Cache variables. ##
2944## ---------------- ## 2961## ---------------- ##"
2945_ASBOX
2946 echo 2962 echo
2947 # The following way of writing the cache mishandles newlines in values, 2963 # The following way of writing the cache mishandles newlines in values,
2948( 2964(
@@ -2976,11 +2992,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2976) 2992)
2977 echo 2993 echo
2978 2994
2979 cat <<\_ASBOX 2995 $as_echo "## ----------------- ##
2980## ----------------- ##
2981## Output variables. ## 2996## Output variables. ##
2982## ----------------- ## 2997## ----------------- ##"
2983_ASBOX
2984 echo 2998 echo
2985 for ac_var in $ac_subst_vars 2999 for ac_var in $ac_subst_vars
2986 do 3000 do
@@ -2993,11 +3007,9 @@ _ASBOX
2993 echo 3007 echo
2994 3008
2995 if test -n "$ac_subst_files"; then 3009 if test -n "$ac_subst_files"; then
2996 cat <<\_ASBOX 3010 $as_echo "## ------------------- ##
2997## ------------------- ##
2998## File substitutions. ## 3011## File substitutions. ##
2999## ------------------- ## 3012## ------------------- ##"
3000_ASBOX
3001 echo 3013 echo
3002 for ac_var in $ac_subst_files 3014 for ac_var in $ac_subst_files
3003 do 3015 do
@@ -3011,11 +3023,9 @@ _ASBOX
3011 fi 3023 fi
3012 3024
3013 if test -s confdefs.h; then 3025 if test -s confdefs.h; then
3014 cat <<\_ASBOX 3026 $as_echo "## ----------- ##
3015## ----------- ##
3016## confdefs.h. ## 3027## confdefs.h. ##
3017## ----------- ## 3028## ----------- ##"
3018_ASBOX
3019 echo 3029 echo
3020 cat confdefs.h 3030 cat confdefs.h
3021 echo 3031 echo
@@ -3070,7 +3080,12 @@ _ACEOF
3070ac_site_file1=NONE 3080ac_site_file1=NONE
3071ac_site_file2=NONE 3081ac_site_file2=NONE
3072if test -n "$CONFIG_SITE"; then 3082if test -n "$CONFIG_SITE"; then
3073 ac_site_file1=$CONFIG_SITE 3083 # We do not want a PATH search for config.site.
3084 case $CONFIG_SITE in #((
3085 -*) ac_site_file1=./$CONFIG_SITE;;
3086 */*) ac_site_file1=$CONFIG_SITE;;
3087 *) ac_site_file1=./$CONFIG_SITE;;
3088 esac
3074elif test "x$prefix" != xNONE; then 3089elif test "x$prefix" != xNONE; then
3075 ac_site_file1=$prefix/share/config.site 3090 ac_site_file1=$prefix/share/config.site
3076 ac_site_file2=$prefix/etc/config.site 3091 ac_site_file2=$prefix/etc/config.site
@@ -3085,7 +3100,11 @@ do
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 3100 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3086$as_echo "$as_me: loading site script $ac_site_file" >&6;} 3101$as_echo "$as_me: loading site script $ac_site_file" >&6;}
3087 sed 's/^/| /' "$ac_site_file" >&5 3102 sed 's/^/| /' "$ac_site_file" >&5
3088 . "$ac_site_file" 3103 . "$ac_site_file" \
3104 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3105$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3106as_fn_error $? "failed to load site script $ac_site_file
3107See \`config.log' for more details" "$LINENO" 5; }
3089 fi 3108 fi
3090done 3109done
3091 3110
@@ -3110,7 +3129,6 @@ as_fn_append ac_header_list " stdlib.h"
3110as_fn_append ac_header_list " unistd.h" 3129as_fn_append ac_header_list " unistd.h"
3111as_fn_append ac_header_list " sys/param.h" 3130as_fn_append ac_header_list " sys/param.h"
3112as_fn_append ac_func_list " readlinkat" 3131as_fn_append ac_func_list " readlinkat"
3113as_fn_append ac_func_list " dup2"
3114gl_getopt_required=GNU 3132gl_getopt_required=GNU
3115as_fn_append ac_header_list " getopt.h" 3133as_fn_append ac_header_list " getopt.h"
3116as_fn_append ac_header_list " wchar.h" 3134as_fn_append ac_header_list " wchar.h"
@@ -3122,6 +3140,8 @@ as_fn_append ac_func_list " pthread_sigmask"
3122as_fn_append ac_func_list " readlink" 3140as_fn_append ac_func_list " readlink"
3123as_fn_append ac_header_list " sys/socket.h" 3141as_fn_append ac_header_list " sys/socket.h"
3124as_fn_append ac_func_list " tzset" 3142as_fn_append ac_func_list " tzset"
3143as_fn_append ac_func_list " strtoimax"
3144as_fn_append ac_func_list " strtoumax"
3125as_fn_append ac_func_list " symlink" 3145as_fn_append ac_func_list " symlink"
3126as_fn_append ac_header_list " sys/stat.h" 3146as_fn_append ac_header_list " sys/stat.h"
3127as_fn_append ac_header_list " sys/time.h" 3147as_fn_append ac_header_list " sys/time.h"
@@ -3181,7 +3201,7 @@ if $ac_cache_corrupted; then
3181$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 3202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3183$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 3203$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3184 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 3204 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3185fi 3205fi
3186## -------------------- ## 3206## -------------------- ##
3187## Main body of script. ## 3207## Main body of script. ##
@@ -3197,20 +3217,24 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3197ac_config_headers="$ac_config_headers src/config.h:src/config.in" 3217ac_config_headers="$ac_config_headers src/config.h:src/config.in"
3198 3218
3199 3219
3200am__api_version='1.11'
3201
3202ac_aux_dir= 3220ac_aux_dir=
3203for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 3221for ac_dir in build-aux "$srcdir"/build-aux; do
3204 for ac_t in install-sh install.sh shtool; do 3222 if test -f "$ac_dir/install-sh"; then
3205 if test -f "$ac_dir/$ac_t"; then 3223 ac_aux_dir=$ac_dir
3206 ac_aux_dir=$ac_dir 3224 ac_install_sh="$ac_aux_dir/install-sh -c"
3207 ac_install_sh="$ac_aux_dir/$ac_t -c" 3225 break
3208 break 2 3226 elif test -f "$ac_dir/install.sh"; then
3209 fi 3227 ac_aux_dir=$ac_dir
3210 done 3228 ac_install_sh="$ac_aux_dir/install.sh -c"
3229 break
3230 elif test -f "$ac_dir/shtool"; then
3231 ac_aux_dir=$ac_dir
3232 ac_install_sh="$ac_aux_dir/shtool install -c"
3233 break
3234 fi
3211done 3235done
3212if test -z "$ac_aux_dir"; then 3236if test -z "$ac_aux_dir"; then
3213 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 3237 as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5
3214fi 3238fi
3215 3239
3216# These three variables are undocumented and unsupported, 3240# These three variables are undocumented and unsupported,
@@ -3222,6 +3246,8 @@ ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3222ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. 3246ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3223 3247
3224 3248
3249am__api_version='1.11'
3250
3225# Find a good install program. We prefer a C program (faster), 3251# Find a good install program. We prefer a C program (faster),
3226# so one script is as good as another. But avoid the broken or 3252# so one script is as good as another. But avoid the broken or
3227# incompatible versions: 3253# incompatible versions:
@@ -3239,7 +3265,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 3265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3240$as_echo_n "checking for a BSD-compatible install... " >&6; } 3266$as_echo_n "checking for a BSD-compatible install... " >&6; }
3241if test -z "$INSTALL"; then 3267if test -z "$INSTALL"; then
3242if test "${ac_cv_path_install+set}" = set; then : 3268if ${ac_cv_path_install+:} false; then :
3243 $as_echo_n "(cached) " >&6 3269 $as_echo_n "(cached) " >&6
3244else 3270else
3245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3326,11 +3352,11 @@ am_lf='
3326' 3352'
3327case `pwd` in 3353case `pwd` in
3328 *[\\\"\#\$\&\'\`$am_lf]*) 3354 *[\\\"\#\$\&\'\`$am_lf]*)
3329 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 3355 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3330esac 3356esac
3331case $srcdir in 3357case $srcdir in
3332 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 3358 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3333 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 3359 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3334esac 3360esac
3335 3361
3336# Do `set' in a subshell so we don't clobber the current shell's 3362# Do `set' in a subshell so we don't clobber the current shell's
@@ -3352,7 +3378,7 @@ if (
3352 # if, for instance, CONFIG_SHELL is bash and it inherits a 3378 # if, for instance, CONFIG_SHELL is bash and it inherits a
3353 # broken ls alias from the environment. This has actually 3379 # broken ls alias from the environment. This has actually
3354 # happened. Such a system could not be considered "sane". 3380 # happened. Such a system could not be considered "sane".
3355 as_fn_error "ls -t appears to fail. Make sure there is not a broken 3381 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3356alias in your environment" "$LINENO" 5 3382alias in your environment" "$LINENO" 5
3357 fi 3383 fi
3358 3384
@@ -3362,7 +3388,7 @@ then
3362 # Ok. 3388 # Ok.
3363 : 3389 :
3364else 3390else
3365 as_fn_error "newly created file is older than distributed files! 3391 as_fn_error $? "newly created file is older than distributed files!
3366Check your system clock" "$LINENO" 5 3392Check your system clock" "$LINENO" 5
3367fi 3393fi
3368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -3416,7 +3442,7 @@ if test "$cross_compiling" != no; then
3416set dummy ${ac_tool_prefix}strip; ac_word=$2 3442set dummy ${ac_tool_prefix}strip; ac_word=$2
3417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3418$as_echo_n "checking for $ac_word... " >&6; } 3444$as_echo_n "checking for $ac_word... " >&6; }
3419if test "${ac_cv_prog_STRIP+set}" = set; then : 3445if ${ac_cv_prog_STRIP+:} false; then :
3420 $as_echo_n "(cached) " >&6 3446 $as_echo_n "(cached) " >&6
3421else 3447else
3422 if test -n "$STRIP"; then 3448 if test -n "$STRIP"; then
@@ -3456,7 +3482,7 @@ if test -z "$ac_cv_prog_STRIP"; then
3456set dummy strip; ac_word=$2 3482set dummy strip; ac_word=$2
3457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3458$as_echo_n "checking for $ac_word... " >&6; } 3484$as_echo_n "checking for $ac_word... " >&6; }
3459if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 3485if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3460 $as_echo_n "(cached) " >&6 3486 $as_echo_n "(cached) " >&6
3461else 3487else
3462 if test -n "$ac_ct_STRIP"; then 3488 if test -n "$ac_ct_STRIP"; then
@@ -3509,7 +3535,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 3535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3510$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 3536$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3511if test -z "$MKDIR_P"; then 3537if test -z "$MKDIR_P"; then
3512 if test "${ac_cv_path_mkdir+set}" = set; then : 3538 if ${ac_cv_path_mkdir+:} false; then :
3513 $as_echo_n "(cached) " >&6 3539 $as_echo_n "(cached) " >&6
3514else 3540else
3515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 3541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -3561,7 +3587,7 @@ do
3561set dummy $ac_prog; ac_word=$2 3587set dummy $ac_prog; ac_word=$2
3562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3563$as_echo_n "checking for $ac_word... " >&6; } 3589$as_echo_n "checking for $ac_word... " >&6; }
3564if test "${ac_cv_prog_AWK+set}" = set; then : 3590if ${ac_cv_prog_AWK+:} false; then :
3565 $as_echo_n "(cached) " >&6 3591 $as_echo_n "(cached) " >&6
3566else 3592else
3567 if test -n "$AWK"; then 3593 if test -n "$AWK"; then
@@ -3601,7 +3627,7 @@ done
3601$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 3627$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3602set x ${MAKE-make} 3628set x ${MAKE-make}
3603ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 3629ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3604if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 3630if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3605 $as_echo_n "(cached) " >&6 3631 $as_echo_n "(cached) " >&6
3606else 3632else
3607 cat >conftest.make <<\_ACEOF 3633 cat >conftest.make <<\_ACEOF
@@ -3609,7 +3635,7 @@ SHELL = /bin/sh
3609all: 3635all:
3610 @echo '@@@%%%=$(MAKE)=@@@%%%' 3636 @echo '@@@%%%=$(MAKE)=@@@%%%'
3611_ACEOF 3637_ACEOF
3612# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 3638# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3613case `${MAKE-make} -f conftest.make 2>/dev/null` in 3639case `${MAKE-make} -f conftest.make 2>/dev/null` in
3614 *@@@%%%=?*=@@@%%%*) 3640 *@@@%%%=?*=@@@%%%*)
3615 eval ac_cv_prog_make_${ac_make}_set=yes;; 3641 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -3643,7 +3669,7 @@ if test "`cd $srcdir && pwd`" != "`pwd`"; then
3643 am__isrc=' -I$(srcdir)' 3669 am__isrc=' -I$(srcdir)'
3644 # test to see if srcdir already configured 3670 # test to see if srcdir already configured
3645 if test -f $srcdir/config.status; then 3671 if test -f $srcdir/config.status; then
3646 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 3672 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3647 fi 3673 fi
3648fi 3674fi
3649 3675
@@ -3846,7 +3872,7 @@ if test "${with_x_toolkit+set}" = set; then :
3846 g | gt | gtk ) val=gtk ;; 3872 g | gt | gtk ) val=gtk ;;
3847 gtk3 ) val=gtk3 ;; 3873 gtk3 ) val=gtk3 ;;
3848 * ) 3874 * )
3849as_fn_error "\`--with-x-toolkit=$withval' is invalid; 3875as_fn_error $? "\`--with-x-toolkit=$withval' is invalid;
3850this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or 3876this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or
3851\`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 3877\`gtk3'. \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5
3852 ;; 3878 ;;
@@ -4181,7 +4207,7 @@ do
4181 stringfreelist) ac_gc_check_string_free_list=1 ;; 4207 stringfreelist) ac_gc_check_string_free_list=1 ;;
4182 xmallocoverrun) ac_xmalloc_overrun=1 ;; 4208 xmallocoverrun) ac_xmalloc_overrun=1 ;;
4183 conslist) ac_gc_check_cons_list=1 ;; 4209 conslist) ac_gc_check_cons_list=1 ;;
4184 *) as_fn_error "unknown check category $check" "$LINENO" 5 ;; 4210 *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;;
4185 esac 4211 esac
4186done 4212done
4187IFS="$ac_save_IFS" 4213IFS="$ac_save_IFS"
@@ -4279,27 +4305,27 @@ esac
4279 4305
4280# Make sure we can run config.sub. 4306# Make sure we can run config.sub.
4281$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 4307$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4282 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 4308 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4283 4309
4284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 4310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4285$as_echo_n "checking build system type... " >&6; } 4311$as_echo_n "checking build system type... " >&6; }
4286if test "${ac_cv_build+set}" = set; then : 4312if ${ac_cv_build+:} false; then :
4287 $as_echo_n "(cached) " >&6 4313 $as_echo_n "(cached) " >&6
4288else 4314else
4289 ac_build_alias=$build_alias 4315 ac_build_alias=$build_alias
4290test "x$ac_build_alias" = x && 4316test "x$ac_build_alias" = x &&
4291 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 4317 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4292test "x$ac_build_alias" = x && 4318test "x$ac_build_alias" = x &&
4293 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 4319 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4294ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 4320ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4295 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 4321 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4296 4322
4297fi 4323fi
4298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 4324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4299$as_echo "$ac_cv_build" >&6; } 4325$as_echo "$ac_cv_build" >&6; }
4300case $ac_cv_build in 4326case $ac_cv_build in
4301*-*-*) ;; 4327*-*-*) ;;
4302*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 4328*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
4303esac 4329esac
4304build=$ac_cv_build 4330build=$ac_cv_build
4305ac_save_IFS=$IFS; IFS='-' 4331ac_save_IFS=$IFS; IFS='-'
@@ -4317,14 +4343,14 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4317 4343
4318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 4344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4319$as_echo_n "checking host system type... " >&6; } 4345$as_echo_n "checking host system type... " >&6; }
4320if test "${ac_cv_host+set}" = set; then : 4346if ${ac_cv_host+:} false; then :
4321 $as_echo_n "(cached) " >&6 4347 $as_echo_n "(cached) " >&6
4322else 4348else
4323 if test "x$host_alias" = x; then 4349 if test "x$host_alias" = x; then
4324 ac_cv_host=$ac_cv_build 4350 ac_cv_host=$ac_cv_build
4325else 4351else
4326 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 4352 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4327 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 4353 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4328fi 4354fi
4329 4355
4330fi 4356fi
@@ -4332,7 +4358,7 @@ fi
4332$as_echo "$ac_cv_host" >&6; } 4358$as_echo "$ac_cv_host" >&6; }
4333case $ac_cv_host in 4359case $ac_cv_host in
4334*-*-*) ;; 4360*-*-*) ;;
4335*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 4361*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
4336esac 4362esac
4337host=$ac_cv_host 4363host=$ac_cv_host
4338ac_save_IFS=$IFS; IFS='-' 4364ac_save_IFS=$IFS; IFS='-'
@@ -4575,7 +4601,7 @@ fi
4575 4601
4576 4602
4577if test $unported = yes; then 4603if test $unported = yes; then
4578 as_fn_error "Emacs hasn't been ported to \`${canonical}' systems. 4604 as_fn_error $? "Emacs hasn't been ported to \`${canonical}' systems.
4579Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 4605Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5
4580fi 4606fi
4581 4607
@@ -4603,7 +4629,7 @@ if test -n "$ac_tool_prefix"; then
4603set dummy ${ac_tool_prefix}gcc; ac_word=$2 4629set dummy ${ac_tool_prefix}gcc; ac_word=$2
4604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4605$as_echo_n "checking for $ac_word... " >&6; } 4631$as_echo_n "checking for $ac_word... " >&6; }
4606if test "${ac_cv_prog_CC+set}" = set; then : 4632if ${ac_cv_prog_CC+:} false; then :
4607 $as_echo_n "(cached) " >&6 4633 $as_echo_n "(cached) " >&6
4608else 4634else
4609 if test -n "$CC"; then 4635 if test -n "$CC"; then
@@ -4643,7 +4669,7 @@ if test -z "$ac_cv_prog_CC"; then
4643set dummy gcc; ac_word=$2 4669set dummy gcc; ac_word=$2
4644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4645$as_echo_n "checking for $ac_word... " >&6; } 4671$as_echo_n "checking for $ac_word... " >&6; }
4646if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4672if ${ac_cv_prog_ac_ct_CC+:} false; then :
4647 $as_echo_n "(cached) " >&6 4673 $as_echo_n "(cached) " >&6
4648else 4674else
4649 if test -n "$ac_ct_CC"; then 4675 if test -n "$ac_ct_CC"; then
@@ -4696,7 +4722,7 @@ if test -z "$CC"; then
4696set dummy ${ac_tool_prefix}cc; ac_word=$2 4722set dummy ${ac_tool_prefix}cc; ac_word=$2
4697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4698$as_echo_n "checking for $ac_word... " >&6; } 4724$as_echo_n "checking for $ac_word... " >&6; }
4699if test "${ac_cv_prog_CC+set}" = set; then : 4725if ${ac_cv_prog_CC+:} false; then :
4700 $as_echo_n "(cached) " >&6 4726 $as_echo_n "(cached) " >&6
4701else 4727else
4702 if test -n "$CC"; then 4728 if test -n "$CC"; then
@@ -4736,7 +4762,7 @@ if test -z "$CC"; then
4736set dummy cc; ac_word=$2 4762set dummy cc; ac_word=$2
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4738$as_echo_n "checking for $ac_word... " >&6; } 4764$as_echo_n "checking for $ac_word... " >&6; }
4739if test "${ac_cv_prog_CC+set}" = set; then : 4765if ${ac_cv_prog_CC+:} false; then :
4740 $as_echo_n "(cached) " >&6 4766 $as_echo_n "(cached) " >&6
4741else 4767else
4742 if test -n "$CC"; then 4768 if test -n "$CC"; then
@@ -4795,7 +4821,7 @@ if test -z "$CC"; then
4795set dummy $ac_tool_prefix$ac_prog; ac_word=$2 4821set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4797$as_echo_n "checking for $ac_word... " >&6; } 4823$as_echo_n "checking for $ac_word... " >&6; }
4798if test "${ac_cv_prog_CC+set}" = set; then : 4824if ${ac_cv_prog_CC+:} false; then :
4799 $as_echo_n "(cached) " >&6 4825 $as_echo_n "(cached) " >&6
4800else 4826else
4801 if test -n "$CC"; then 4827 if test -n "$CC"; then
@@ -4839,7 +4865,7 @@ do
4839set dummy $ac_prog; ac_word=$2 4865set dummy $ac_prog; ac_word=$2
4840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4841$as_echo_n "checking for $ac_word... " >&6; } 4867$as_echo_n "checking for $ac_word... " >&6; }
4842if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 4868if ${ac_cv_prog_ac_ct_CC+:} false; then :
4843 $as_echo_n "(cached) " >&6 4869 $as_echo_n "(cached) " >&6
4844else 4870else
4845 if test -n "$ac_ct_CC"; then 4871 if test -n "$ac_ct_CC"; then
@@ -4893,8 +4919,8 @@ fi
4893 4919
4894test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4920test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4895$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4921$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4896as_fn_error "no acceptable C compiler found in \$PATH 4922as_fn_error $? "no acceptable C compiler found in \$PATH
4897See \`config.log' for more details." "$LINENO" 5; } 4923See \`config.log' for more details" "$LINENO" 5; }
4898 4924
4899# Provide some information about the compiler. 4925# Provide some information about the compiler.
4900$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 4926$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
@@ -5008,9 +5034,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
5008 5034
5009{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5035{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5010$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5036$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5011{ as_fn_set_status 77 5037as_fn_error 77 "C compiler cannot create executables
5012as_fn_error "C compiler cannot create executables 5038See \`config.log' for more details" "$LINENO" 5; }
5013See \`config.log' for more details." "$LINENO" 5; }; }
5014else 5039else
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5016$as_echo "yes" >&6; } 5041$as_echo "yes" >&6; }
@@ -5052,8 +5077,8 @@ done
5052else 5077else
5053 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5078 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5054$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5079$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5055as_fn_error "cannot compute suffix of executables: cannot compile and link 5080as_fn_error $? "cannot compute suffix of executables: cannot compile and link
5056See \`config.log' for more details." "$LINENO" 5; } 5081See \`config.log' for more details" "$LINENO" 5; }
5057fi 5082fi
5058rm -f conftest conftest$ac_cv_exeext 5083rm -f conftest conftest$ac_cv_exeext
5059{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 5084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
@@ -5110,9 +5135,9 @@ $as_echo "$ac_try_echo"; } >&5
5110 else 5135 else
5111 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5136 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5112$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5137$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5113as_fn_error "cannot run C compiled programs. 5138as_fn_error $? "cannot run C compiled programs.
5114If you meant to cross compile, use \`--host'. 5139If you meant to cross compile, use \`--host'.
5115See \`config.log' for more details." "$LINENO" 5; } 5140See \`config.log' for more details" "$LINENO" 5; }
5116 fi 5141 fi
5117 fi 5142 fi
5118fi 5143fi
@@ -5123,7 +5148,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5123ac_clean_files=$ac_clean_files_save 5148ac_clean_files=$ac_clean_files_save
5124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 5149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5125$as_echo_n "checking for suffix of object files... " >&6; } 5150$as_echo_n "checking for suffix of object files... " >&6; }
5126if test "${ac_cv_objext+set}" = set; then : 5151if ${ac_cv_objext+:} false; then :
5127 $as_echo_n "(cached) " >&6 5152 $as_echo_n "(cached) " >&6
5128else 5153else
5129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5163,8 +5188,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
5163 5188
5164{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5189{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5165$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5190$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5166as_fn_error "cannot compute suffix of object files: cannot compile 5191as_fn_error $? "cannot compute suffix of object files: cannot compile
5167See \`config.log' for more details." "$LINENO" 5; } 5192See \`config.log' for more details" "$LINENO" 5; }
5168fi 5193fi
5169rm -f conftest.$ac_cv_objext conftest.$ac_ext 5194rm -f conftest.$ac_cv_objext conftest.$ac_ext
5170fi 5195fi
@@ -5174,7 +5199,7 @@ OBJEXT=$ac_cv_objext
5174ac_objext=$OBJEXT 5199ac_objext=$OBJEXT
5175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 5200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5176$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 5201$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5177if test "${ac_cv_c_compiler_gnu+set}" = set; then : 5202if ${ac_cv_c_compiler_gnu+:} false; then :
5178 $as_echo_n "(cached) " >&6 5203 $as_echo_n "(cached) " >&6
5179else 5204else
5180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5211,7 +5236,7 @@ ac_test_CFLAGS=${CFLAGS+set}
5211ac_save_CFLAGS=$CFLAGS 5236ac_save_CFLAGS=$CFLAGS
5212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 5237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5213$as_echo_n "checking whether $CC accepts -g... " >&6; } 5238$as_echo_n "checking whether $CC accepts -g... " >&6; }
5214if test "${ac_cv_prog_cc_g+set}" = set; then : 5239if ${ac_cv_prog_cc_g+:} false; then :
5215 $as_echo_n "(cached) " >&6 5240 $as_echo_n "(cached) " >&6
5216else 5241else
5217 ac_save_c_werror_flag=$ac_c_werror_flag 5242 ac_save_c_werror_flag=$ac_c_werror_flag
@@ -5289,7 +5314,7 @@ else
5289fi 5314fi
5290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 5315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5291$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 5316$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5292if test "${ac_cv_prog_cc_c89+set}" = set; then : 5317if ${ac_cv_prog_cc_c89+:} false; then :
5293 $as_echo_n "(cached) " >&6 5318 $as_echo_n "(cached) " >&6
5294else 5319else
5295 ac_cv_prog_cc_c89=no 5320 ac_cv_prog_cc_c89=no
@@ -5450,7 +5475,7 @@ depcc="$CC" am_compiler_list=
5450 5475
5451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 5476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5452$as_echo_n "checking dependency style of $depcc... " >&6; } 5477$as_echo_n "checking dependency style of $depcc... " >&6; }
5453if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 5478if ${am_cv_CC_dependencies_compiler_type+:} false; then :
5454 $as_echo_n "(cached) " >&6 5479 $as_echo_n "(cached) " >&6
5455else 5480else
5456 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 5481 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
@@ -5582,7 +5607,7 @@ $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
5582fi 5607fi
5583set dummy $CC; ac_cc=`$as_echo "$2" | 5608set dummy $CC; ac_cc=`$as_echo "$2" |
5584 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` 5609 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
5585if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : 5610if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
5586 $as_echo_n "(cached) " >&6 5611 $as_echo_n "(cached) " >&6
5587else 5612else
5588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -5701,98 +5726,6 @@ fi
5701 5726
5702 5727
5703# Initialize gnulib right after verifying that the C compiler works. 5728# Initialize gnulib right after verifying that the C compiler works.
5704if test -n "$ac_tool_prefix"; then
5705 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5706set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5708$as_echo_n "checking for $ac_word... " >&6; }
5709if test "${ac_cv_prog_RANLIB+set}" = set; then :
5710 $as_echo_n "(cached) " >&6
5711else
5712 if test -n "$RANLIB"; then
5713 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5714else
5715as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5716for as_dir in $PATH
5717do
5718 IFS=$as_save_IFS
5719 test -z "$as_dir" && as_dir=.
5720 for ac_exec_ext in '' $ac_executable_extensions; do
5721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5722 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5724 break 2
5725 fi
5726done
5727 done
5728IFS=$as_save_IFS
5729
5730fi
5731fi
5732RANLIB=$ac_cv_prog_RANLIB
5733if test -n "$RANLIB"; then
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5735$as_echo "$RANLIB" >&6; }
5736else
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5738$as_echo "no" >&6; }
5739fi
5740
5741
5742fi
5743if test -z "$ac_cv_prog_RANLIB"; then
5744 ac_ct_RANLIB=$RANLIB
5745 # Extract the first word of "ranlib", so it can be a program name with args.
5746set dummy ranlib; ac_word=$2
5747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5748$as_echo_n "checking for $ac_word... " >&6; }
5749if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5750 $as_echo_n "(cached) " >&6
5751else
5752 if test -n "$ac_ct_RANLIB"; then
5753 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5754else
5755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5756for as_dir in $PATH
5757do
5758 IFS=$as_save_IFS
5759 test -z "$as_dir" && as_dir=.
5760 for ac_exec_ext in '' $ac_executable_extensions; do
5761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5762 ac_cv_prog_ac_ct_RANLIB="ranlib"
5763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5764 break 2
5765 fi
5766done
5767 done
5768IFS=$as_save_IFS
5769
5770fi
5771fi
5772ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5773if test -n "$ac_ct_RANLIB"; then
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5775$as_echo "$ac_ct_RANLIB" >&6; }
5776else
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5778$as_echo "no" >&6; }
5779fi
5780
5781 if test "x$ac_ct_RANLIB" = x; then
5782 RANLIB=":"
5783 else
5784 case $cross_compiling:$ac_tool_warned in
5785yes:)
5786{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5787$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5788ac_tool_warned=yes ;;
5789esac
5790 RANLIB=$ac_ct_RANLIB
5791 fi
5792else
5793 RANLIB="$ac_cv_prog_RANLIB"
5794fi
5795
5796 5729
5797ac_ext=c 5730ac_ext=c
5798ac_cpp='$CPP $CPPFLAGS' 5731ac_cpp='$CPP $CPPFLAGS'
@@ -5806,7 +5739,7 @@ if test -n "$CPP" && test -d "$CPP"; then
5806 CPP= 5739 CPP=
5807fi 5740fi
5808if test -z "$CPP"; then 5741if test -z "$CPP"; then
5809 if test "${ac_cv_prog_CPP+set}" = set; then : 5742 if ${ac_cv_prog_CPP+:} false; then :
5810 $as_echo_n "(cached) " >&6 5743 $as_echo_n "(cached) " >&6
5811else 5744else
5812 # Double quotes because CPP needs to be expanded 5745 # Double quotes because CPP needs to be expanded
@@ -5836,7 +5769,7 @@ else
5836 # Broken: fails on valid input. 5769 # Broken: fails on valid input.
5837continue 5770continue
5838fi 5771fi
5839rm -f conftest.err conftest.$ac_ext 5772rm -f conftest.err conftest.i conftest.$ac_ext
5840 5773
5841 # OK, works on sane cases. Now check whether nonexistent headers 5774 # OK, works on sane cases. Now check whether nonexistent headers
5842 # can be detected and how. 5775 # can be detected and how.
@@ -5852,11 +5785,11 @@ else
5852ac_preproc_ok=: 5785ac_preproc_ok=:
5853break 5786break
5854fi 5787fi
5855rm -f conftest.err conftest.$ac_ext 5788rm -f conftest.err conftest.i conftest.$ac_ext
5856 5789
5857done 5790done
5858# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5791# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5859rm -f conftest.err conftest.$ac_ext 5792rm -f conftest.i conftest.err conftest.$ac_ext
5860if $ac_preproc_ok; then : 5793if $ac_preproc_ok; then :
5861 break 5794 break
5862fi 5795fi
@@ -5895,7 +5828,7 @@ else
5895 # Broken: fails on valid input. 5828 # Broken: fails on valid input.
5896continue 5829continue
5897fi 5830fi
5898rm -f conftest.err conftest.$ac_ext 5831rm -f conftest.err conftest.i conftest.$ac_ext
5899 5832
5900 # OK, works on sane cases. Now check whether nonexistent headers 5833 # OK, works on sane cases. Now check whether nonexistent headers
5901 # can be detected and how. 5834 # can be detected and how.
@@ -5911,18 +5844,18 @@ else
5911ac_preproc_ok=: 5844ac_preproc_ok=:
5912break 5845break
5913fi 5846fi
5914rm -f conftest.err conftest.$ac_ext 5847rm -f conftest.err conftest.i conftest.$ac_ext
5915 5848
5916done 5849done
5917# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5850# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5918rm -f conftest.err conftest.$ac_ext 5851rm -f conftest.i conftest.err conftest.$ac_ext
5919if $ac_preproc_ok; then : 5852if $ac_preproc_ok; then :
5920 5853
5921else 5854else
5922 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5923$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5856$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5924as_fn_error "C preprocessor \"$CPP\" fails sanity check 5857as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5925See \`config.log' for more details." "$LINENO" 5; } 5858See \`config.log' for more details" "$LINENO" 5; }
5926fi 5859fi
5927 5860
5928ac_ext=c 5861ac_ext=c
@@ -5934,7 +5867,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
5934 5867
5935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 5868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5936$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 5869$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5937if test "${ac_cv_path_GREP+set}" = set; then : 5870if ${ac_cv_path_GREP+:} false; then :
5938 $as_echo_n "(cached) " >&6 5871 $as_echo_n "(cached) " >&6
5939else 5872else
5940 if test -z "$GREP"; then 5873 if test -z "$GREP"; then
@@ -5983,7 +5916,7 @@ esac
5983 done 5916 done
5984IFS=$as_save_IFS 5917IFS=$as_save_IFS
5985 if test -z "$ac_cv_path_GREP"; then 5918 if test -z "$ac_cv_path_GREP"; then
5986 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5919 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5987 fi 5920 fi
5988else 5921else
5989 ac_cv_path_GREP=$GREP 5922 ac_cv_path_GREP=$GREP
@@ -5997,7 +5930,7 @@ $as_echo "$ac_cv_path_GREP" >&6; }
5997 5930
5998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 5931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5999$as_echo_n "checking for egrep... " >&6; } 5932$as_echo_n "checking for egrep... " >&6; }
6000if test "${ac_cv_path_EGREP+set}" = set; then : 5933if ${ac_cv_path_EGREP+:} false; then :
6001 $as_echo_n "(cached) " >&6 5934 $as_echo_n "(cached) " >&6
6002else 5935else
6003 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 5936 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
@@ -6049,7 +5982,7 @@ esac
6049 done 5982 done
6050IFS=$as_save_IFS 5983IFS=$as_save_IFS
6051 if test -z "$ac_cv_path_EGREP"; then 5984 if test -z "$ac_cv_path_EGREP"; then
6052 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 5985 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6053 fi 5986 fi
6054else 5987else
6055 ac_cv_path_EGREP=$EGREP 5988 ac_cv_path_EGREP=$EGREP
@@ -6062,9 +5995,247 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
6062 EGREP="$ac_cv_path_EGREP" 5995 EGREP="$ac_cv_path_EGREP"
6063 5996
6064 5997
5998
5999
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5
6001$as_echo_n "checking for Minix Amsterdam compiler... " >&6; }
6002if ${gl_cv_c_amsterdam_compiler+:} false; then :
6003 $as_echo_n "(cached) " >&6
6004else
6005
6006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6007/* end confdefs.h. */
6008
6009#ifdef __ACK__
6010Amsterdam
6011#endif
6012
6013_ACEOF
6014if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6015 $EGREP "Amsterdam" >/dev/null 2>&1; then :
6016 gl_cv_c_amsterdam_compiler=yes
6017else
6018 gl_cv_c_amsterdam_compiler=no
6019fi
6020rm -f conftest*
6021
6022
6023fi
6024{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5
6025$as_echo "$gl_cv_c_amsterdam_compiler" >&6; }
6026 if test -z "$AR"; then
6027 if test $gl_cv_c_amsterdam_compiler = yes; then
6028 AR='cc -c.a'
6029 if test -z "$ARFLAGS"; then
6030 ARFLAGS='-o'
6031 fi
6032 else
6033 if test -n "$ac_tool_prefix"; then
6034 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6035set dummy ${ac_tool_prefix}ar; ac_word=$2
6036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6037$as_echo_n "checking for $ac_word... " >&6; }
6038if ${ac_cv_prog_AR+:} false; then :
6039 $as_echo_n "(cached) " >&6
6040else
6041 if test -n "$AR"; then
6042 ac_cv_prog_AR="$AR" # Let the user override the test.
6043else
6044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6045for as_dir in $PATH
6046do
6047 IFS=$as_save_IFS
6048 test -z "$as_dir" && as_dir=.
6049 for ac_exec_ext in '' $ac_executable_extensions; do
6050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6051 ac_cv_prog_AR="${ac_tool_prefix}ar"
6052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6053 break 2
6054 fi
6055done
6056 done
6057IFS=$as_save_IFS
6058
6059fi
6060fi
6061AR=$ac_cv_prog_AR
6062if test -n "$AR"; then
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6064$as_echo "$AR" >&6; }
6065else
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6067$as_echo "no" >&6; }
6068fi
6069
6070
6071fi
6072if test -z "$ac_cv_prog_AR"; then
6073 ac_ct_AR=$AR
6074 # Extract the first word of "ar", so it can be a program name with args.
6075set dummy ar; ac_word=$2
6076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6077$as_echo_n "checking for $ac_word... " >&6; }
6078if ${ac_cv_prog_ac_ct_AR+:} false; then :
6079 $as_echo_n "(cached) " >&6
6080else
6081 if test -n "$ac_ct_AR"; then
6082 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6083else
6084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6085for as_dir in $PATH
6086do
6087 IFS=$as_save_IFS
6088 test -z "$as_dir" && as_dir=.
6089 for ac_exec_ext in '' $ac_executable_extensions; do
6090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6091 ac_cv_prog_ac_ct_AR="ar"
6092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6093 break 2
6094 fi
6095done
6096 done
6097IFS=$as_save_IFS
6098
6099fi
6100fi
6101ac_ct_AR=$ac_cv_prog_ac_ct_AR
6102if test -n "$ac_ct_AR"; then
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6104$as_echo "$ac_ct_AR" >&6; }
6105else
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6107$as_echo "no" >&6; }
6108fi
6109
6110 if test "x$ac_ct_AR" = x; then
6111 AR="ar"
6112 else
6113 case $cross_compiling:$ac_tool_warned in
6114yes:)
6115{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6116$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6117ac_tool_warned=yes ;;
6118esac
6119 AR=$ac_ct_AR
6120 fi
6121else
6122 AR="$ac_cv_prog_AR"
6123fi
6124
6125 if test -z "$ARFLAGS"; then
6126 ARFLAGS='cru'
6127 fi
6128 fi
6129 else
6130 if test -z "$ARFLAGS"; then
6131 ARFLAGS='cru'
6132 fi
6133 fi
6134
6135
6136 if test -z "$RANLIB"; then
6137 if test $gl_cv_c_amsterdam_compiler = yes; then
6138 RANLIB=':'
6139 else
6140 if test -n "$ac_tool_prefix"; then
6141 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6142set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6144$as_echo_n "checking for $ac_word... " >&6; }
6145if ${ac_cv_prog_RANLIB+:} false; then :
6146 $as_echo_n "(cached) " >&6
6147else
6148 if test -n "$RANLIB"; then
6149 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6150else
6151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6152for as_dir in $PATH
6153do
6154 IFS=$as_save_IFS
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
6157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6158 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6160 break 2
6161 fi
6162done
6163 done
6164IFS=$as_save_IFS
6165
6166fi
6167fi
6168RANLIB=$ac_cv_prog_RANLIB
6169if test -n "$RANLIB"; then
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6171$as_echo "$RANLIB" >&6; }
6172else
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6174$as_echo "no" >&6; }
6175fi
6176
6177
6178fi
6179if test -z "$ac_cv_prog_RANLIB"; then
6180 ac_ct_RANLIB=$RANLIB
6181 # Extract the first word of "ranlib", so it can be a program name with args.
6182set dummy ranlib; ac_word=$2
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184$as_echo_n "checking for $ac_word... " >&6; }
6185if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6186 $as_echo_n "(cached) " >&6
6187else
6188 if test -n "$ac_ct_RANLIB"; then
6189 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6190else
6191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192for as_dir in $PATH
6193do
6194 IFS=$as_save_IFS
6195 test -z "$as_dir" && as_dir=.
6196 for ac_exec_ext in '' $ac_executable_extensions; do
6197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6198 ac_cv_prog_ac_ct_RANLIB="ranlib"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6200 break 2
6201 fi
6202done
6203 done
6204IFS=$as_save_IFS
6205
6206fi
6207fi
6208ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6209if test -n "$ac_ct_RANLIB"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6211$as_echo "$ac_ct_RANLIB" >&6; }
6212else
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214$as_echo "no" >&6; }
6215fi
6216
6217 if test "x$ac_ct_RANLIB" = x; then
6218 RANLIB=":"
6219 else
6220 case $cross_compiling:$ac_tool_warned in
6221yes:)
6222{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6223$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6224ac_tool_warned=yes ;;
6225esac
6226 RANLIB=$ac_ct_RANLIB
6227 fi
6228else
6229 RANLIB="$ac_cv_prog_RANLIB"
6230fi
6231
6232 fi
6233 fi
6234
6235
6065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 6236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6066$as_echo_n "checking for ANSI C header files... " >&6; } 6237$as_echo_n "checking for ANSI C header files... " >&6; }
6067if test "${ac_cv_header_stdc+set}" = set; then : 6238if ${ac_cv_header_stdc+:} false; then :
6068 $as_echo_n "(cached) " >&6 6239 $as_echo_n "(cached) " >&6
6069else 6240else
6070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6181,8 +6352,7 @@ do :
6181 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6352 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6182ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 6353ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6183" 6354"
6184eval as_val=\$$as_ac_Header 6355if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6185 if test "x$as_val" = x""yes; then :
6186 cat >>confdefs.h <<_ACEOF 6356 cat >>confdefs.h <<_ACEOF
6187#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 6357#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6188_ACEOF 6358_ACEOF
@@ -6196,7 +6366,7 @@ done
6196 6366
6197 6367
6198 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 6368 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
6199if test "x$ac_cv_header_minix_config_h" = x""yes; then : 6369if test "x$ac_cv_header_minix_config_h" = xyes; then :
6200 MINIX=yes 6370 MINIX=yes
6201else 6371else
6202 MINIX= 6372 MINIX=
@@ -6226,7 +6396,7 @@ $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
6226 6396
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
6228$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } 6398$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
6229if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : 6399if ${ac_cv_safe_to_define___extensions__+:} false; then :
6230 $as_echo_n "(cached) " >&6 6400 $as_echo_n "(cached) " >&6
6231else 6401else
6232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 6402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6256,6 +6426,8 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
6256 6426
6257 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h 6427 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
6258 6428
6429 $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h
6430
6259 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h 6431 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
6260 6432
6261 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h 6433 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
@@ -6269,13 +6441,213 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
6269 6441
6270 6442
6271 6443
6444# Check whether --enable-largefile was given.
6445if test "${enable_largefile+set}" = set; then :
6446 enableval=$enable_largefile;
6447fi
6448
6449if test "$enable_largefile" != no; then
6450
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6452$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6453if ${ac_cv_sys_largefile_CC+:} false; then :
6454 $as_echo_n "(cached) " >&6
6455else
6456 ac_cv_sys_largefile_CC=no
6457 if test "$GCC" != yes; then
6458 ac_save_CC=$CC
6459 while :; do
6460 # IRIX 6.2 and later do not support large files by default,
6461 # so use the C compiler's -n32 option if that helps.
6462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6463/* end confdefs.h. */
6464#include <sys/types.h>
6465 /* Check that off_t can represent 2**63 - 1 correctly.
6466 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6467 since some C++ compilers masquerading as C compilers
6468 incorrectly reject 9223372036854775807. */
6469#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6470 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6471 && LARGE_OFF_T % 2147483647 == 1)
6472 ? 1 : -1];
6473int
6474main ()
6475{
6476
6477 ;
6478 return 0;
6479}
6480_ACEOF
6481 if ac_fn_c_try_compile "$LINENO"; then :
6482 break
6483fi
6484rm -f core conftest.err conftest.$ac_objext
6485 CC="$CC -n32"
6486 if ac_fn_c_try_compile "$LINENO"; then :
6487 ac_cv_sys_largefile_CC=' -n32'; break
6488fi
6489rm -f core conftest.err conftest.$ac_objext
6490 break
6491 done
6492 CC=$ac_save_CC
6493 rm -f conftest.$ac_ext
6494 fi
6495fi
6496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6497$as_echo "$ac_cv_sys_largefile_CC" >&6; }
6498 if test "$ac_cv_sys_largefile_CC" != no; then
6499 CC=$CC$ac_cv_sys_largefile_CC
6500 fi
6501
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6503$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6504if ${ac_cv_sys_file_offset_bits+:} false; then :
6505 $as_echo_n "(cached) " >&6
6506else
6507 while :; do
6508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6509/* end confdefs.h. */
6510#include <sys/types.h>
6511 /* Check that off_t can represent 2**63 - 1 correctly.
6512 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6513 since some C++ compilers masquerading as C compilers
6514 incorrectly reject 9223372036854775807. */
6515#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6516 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6517 && LARGE_OFF_T % 2147483647 == 1)
6518 ? 1 : -1];
6519int
6520main ()
6521{
6522
6523 ;
6524 return 0;
6525}
6526_ACEOF
6527if ac_fn_c_try_compile "$LINENO"; then :
6528 ac_cv_sys_file_offset_bits=no; break
6529fi
6530rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6532/* end confdefs.h. */
6533#define _FILE_OFFSET_BITS 64
6534#include <sys/types.h>
6535 /* Check that off_t can represent 2**63 - 1 correctly.
6536 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6537 since some C++ compilers masquerading as C compilers
6538 incorrectly reject 9223372036854775807. */
6539#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6540 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6541 && LARGE_OFF_T % 2147483647 == 1)
6542 ? 1 : -1];
6543int
6544main ()
6545{
6546
6547 ;
6548 return 0;
6549}
6550_ACEOF
6551if ac_fn_c_try_compile "$LINENO"; then :
6552 ac_cv_sys_file_offset_bits=64; break
6553fi
6554rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6555 ac_cv_sys_file_offset_bits=unknown
6556 break
6557done
6558fi
6559{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6560$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6561case $ac_cv_sys_file_offset_bits in #(
6562 no | unknown) ;;
6563 *)
6564cat >>confdefs.h <<_ACEOF
6565#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6566_ACEOF
6567;;
6568esac
6569rm -rf conftest*
6570 if test $ac_cv_sys_file_offset_bits = unknown; then
6571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6572$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6573if ${ac_cv_sys_large_files+:} false; then :
6574 $as_echo_n "(cached) " >&6
6575else
6576 while :; do
6577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6578/* end confdefs.h. */
6579#include <sys/types.h>
6580 /* Check that off_t can represent 2**63 - 1 correctly.
6581 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6582 since some C++ compilers masquerading as C compilers
6583 incorrectly reject 9223372036854775807. */
6584#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6585 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6586 && LARGE_OFF_T % 2147483647 == 1)
6587 ? 1 : -1];
6588int
6589main ()
6590{
6591
6592 ;
6593 return 0;
6594}
6595_ACEOF
6596if ac_fn_c_try_compile "$LINENO"; then :
6597 ac_cv_sys_large_files=no; break
6598fi
6599rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6601/* end confdefs.h. */
6602#define _LARGE_FILES 1
6603#include <sys/types.h>
6604 /* Check that off_t can represent 2**63 - 1 correctly.
6605 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6606 since some C++ compilers masquerading as C compilers
6607 incorrectly reject 9223372036854775807. */
6608#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
6609 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6610 && LARGE_OFF_T % 2147483647 == 1)
6611 ? 1 : -1];
6612int
6613main ()
6614{
6615
6616 ;
6617 return 0;
6618}
6619_ACEOF
6620if ac_fn_c_try_compile "$LINENO"; then :
6621 ac_cv_sys_large_files=1; break
6622fi
6623rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6624 ac_cv_sys_large_files=unknown
6625 break
6626done
6627fi
6628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6629$as_echo "$ac_cv_sys_large_files" >&6; }
6630case $ac_cv_sys_large_files in #(
6631 no | unknown) ;;
6632 *)
6633cat >>confdefs.h <<_ACEOF
6634#define _LARGE_FILES $ac_cv_sys_large_files
6635_ACEOF
6636;;
6637esac
6638rm -rf conftest*
6639 fi
6640
6641
6642fi
6643
6272 case $ac_cv_prog_cc_stdc in #( 6644 case $ac_cv_prog_cc_stdc in #(
6273 no) : 6645 no) :
6274 ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #( 6646 ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #(
6275 *) : 6647 *) :
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 6648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
6277$as_echo_n "checking for $CC option to accept ISO C99... " >&6; } 6649$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
6278if test "${ac_cv_prog_cc_c99+set}" = set; then : 6650if ${ac_cv_prog_cc_c99+:} false; then :
6279 $as_echo_n "(cached) " >&6 6651 $as_echo_n "(cached) " >&6
6280else 6652else
6281 ac_cv_prog_cc_c99=no 6653 ac_cv_prog_cc_c99=no
@@ -6450,7 +6822,7 @@ if test "x$ac_cv_prog_cc_c99" != xno; then :
6450else 6822else
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 6823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
6452$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 6824$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
6453if test "${ac_cv_prog_cc_c89+set}" = set; then : 6825if ${ac_cv_prog_cc_c89+:} false; then :
6454 $as_echo_n "(cached) " >&6 6826 $as_echo_n "(cached) " >&6
6455else 6827else
6456 ac_cv_prog_cc_c89=no 6828 ac_cv_prog_cc_c89=no
@@ -6546,7 +6918,7 @@ fi
6546esac 6918esac
6547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5 6919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5
6548$as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; } 6920$as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; }
6549 if test "${ac_cv_prog_cc_stdc+set}" = set; then : 6921 if ${ac_cv_prog_cc_stdc+:} false; then :
6550 $as_echo_n "(cached) " >&6 6922 $as_echo_n "(cached) " >&6
6551fi 6923fi
6552 6924
@@ -6566,8 +6938,6 @@ esac
6566 6938
6567 # Code from module alloca-opt: 6939 # Code from module alloca-opt:
6568 # Code from module allocator: 6940 # Code from module allocator:
6569 # Code from module arg-nonnull:
6570 # Code from module c++defs:
6571 # Code from module careadlinkat: 6941 # Code from module careadlinkat:
6572 # Code from module crypto/md5: 6942 # Code from module crypto/md5:
6573 # Code from module crypto/sha1: 6943 # Code from module crypto/sha1:
@@ -6587,13 +6957,20 @@ esac
6587 # Code from module include_next: 6957 # Code from module include_next:
6588 # Code from module intprops: 6958 # Code from module intprops:
6589 # Code from module inttypes-incomplete: 6959 # Code from module inttypes-incomplete:
6960 # Code from module largefile:
6961
6590 # Code from module lstat: 6962 # Code from module lstat:
6591 # Code from module mktime: 6963 # Code from module mktime:
6592 # Code from module multiarch: 6964 # Code from module multiarch:
6965 # Code from module nocrash:
6593 # Code from module pthread_sigmask: 6966 # Code from module pthread_sigmask:
6594 # Code from module readlink: 6967 # Code from module readlink:
6595 # Code from module signal: 6968 # Code from module signal:
6596 # Code from module sigprocmask: 6969 # Code from module sigprocmask:
6970 # Code from module snippet/_Noreturn:
6971 # Code from module snippet/arg-nonnull:
6972 # Code from module snippet/c++defs:
6973 # Code from module snippet/warn-on-use:
6597 # Code from module socklen: 6974 # Code from module socklen:
6598 # Code from module ssize_t: 6975 # Code from module ssize_t:
6599 # Code from module stat: 6976 # Code from module stat:
@@ -6616,7 +6993,6 @@ esac
6616 # Code from module u64: 6993 # Code from module u64:
6617 # Code from module unistd: 6994 # Code from module unistd:
6618 # Code from module verify: 6995 # Code from module verify:
6619 # Code from module warn-on-use:
6620 6996
6621 6997
6622# On Suns, sometimes $CPP names a directory. 6998# On Suns, sometimes $CPP names a directory.
@@ -6630,7 +7006,7 @@ if test x"$GCC" != xyes && test x"$emacs_check_sunpro_c" = xyes && \
6630 test x"$CPP" = x; then 7006 test x"$CPP" = x; then
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5 7007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using a Sun C compiler" >&5
6632$as_echo_n "checking whether we are using a Sun C compiler... " >&6; } 7008$as_echo_n "checking whether we are using a Sun C compiler... " >&6; }
6633 if test "${emacs_cv_sunpro_c+set}" = set; then : 7009 if ${emacs_cv_sunpro_c+:} false; then :
6634 $as_echo_n "(cached) " >&6 7010 $as_echo_n "(cached) " >&6
6635else 7011else
6636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -6798,7 +7174,7 @@ if test -n "$CPP" && test -d "$CPP"; then
6798 CPP= 7174 CPP=
6799fi 7175fi
6800if test -z "$CPP"; then 7176if test -z "$CPP"; then
6801 if test "${ac_cv_prog_CPP+set}" = set; then : 7177 if ${ac_cv_prog_CPP+:} false; then :
6802 $as_echo_n "(cached) " >&6 7178 $as_echo_n "(cached) " >&6
6803else 7179else
6804 # Double quotes because CPP needs to be expanded 7180 # Double quotes because CPP needs to be expanded
@@ -6828,7 +7204,7 @@ else
6828 # Broken: fails on valid input. 7204 # Broken: fails on valid input.
6829continue 7205continue
6830fi 7206fi
6831rm -f conftest.err conftest.$ac_ext 7207rm -f conftest.err conftest.i conftest.$ac_ext
6832 7208
6833 # OK, works on sane cases. Now check whether nonexistent headers 7209 # OK, works on sane cases. Now check whether nonexistent headers
6834 # can be detected and how. 7210 # can be detected and how.
@@ -6844,11 +7220,11 @@ else
6844ac_preproc_ok=: 7220ac_preproc_ok=:
6845break 7221break
6846fi 7222fi
6847rm -f conftest.err conftest.$ac_ext 7223rm -f conftest.err conftest.i conftest.$ac_ext
6848 7224
6849done 7225done
6850# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7226# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6851rm -f conftest.err conftest.$ac_ext 7227rm -f conftest.i conftest.err conftest.$ac_ext
6852if $ac_preproc_ok; then : 7228if $ac_preproc_ok; then :
6853 break 7229 break
6854fi 7230fi
@@ -6887,7 +7263,7 @@ else
6887 # Broken: fails on valid input. 7263 # Broken: fails on valid input.
6888continue 7264continue
6889fi 7265fi
6890rm -f conftest.err conftest.$ac_ext 7266rm -f conftest.err conftest.i conftest.$ac_ext
6891 7267
6892 # OK, works on sane cases. Now check whether nonexistent headers 7268 # OK, works on sane cases. Now check whether nonexistent headers
6893 # can be detected and how. 7269 # can be detected and how.
@@ -6903,18 +7279,18 @@ else
6903ac_preproc_ok=: 7279ac_preproc_ok=:
6904break 7280break
6905fi 7281fi
6906rm -f conftest.err conftest.$ac_ext 7282rm -f conftest.err conftest.i conftest.$ac_ext
6907 7283
6908done 7284done
6909# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 7285# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6910rm -f conftest.err conftest.$ac_ext 7286rm -f conftest.i conftest.err conftest.$ac_ext
6911if $ac_preproc_ok; then : 7287if $ac_preproc_ok; then :
6912 7288
6913else 7289else
6914 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 7290 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6915$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 7291$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6916as_fn_error "C preprocessor \"$CPP\" fails sanity check 7292as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6917See \`config.log' for more details." "$LINENO" 5; } 7293See \`config.log' for more details" "$LINENO" 5; }
6918fi 7294fi
6919 7295
6920ac_ext=c 7296ac_ext=c
@@ -6930,7 +7306,7 @@ if test "x$RANLIB" = x; then
6930set dummy ${ac_tool_prefix}ranlib; ac_word=$2 7306set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6932$as_echo_n "checking for $ac_word... " >&6; } 7308$as_echo_n "checking for $ac_word... " >&6; }
6933if test "${ac_cv_prog_RANLIB+set}" = set; then : 7309if ${ac_cv_prog_RANLIB+:} false; then :
6934 $as_echo_n "(cached) " >&6 7310 $as_echo_n "(cached) " >&6
6935else 7311else
6936 if test -n "$RANLIB"; then 7312 if test -n "$RANLIB"; then
@@ -6970,7 +7346,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
6970set dummy ranlib; ac_word=$2 7346set dummy ranlib; ac_word=$2
6971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6972$as_echo_n "checking for $ac_word... " >&6; } 7348$as_echo_n "checking for $ac_word... " >&6; }
6973if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : 7349if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6974 $as_echo_n "(cached) " >&6 7350 $as_echo_n "(cached) " >&6
6975else 7351else
6976 if test -n "$ac_ct_RANLIB"; then 7352 if test -n "$ac_ct_RANLIB"; then
@@ -7025,7 +7401,7 @@ fi
7025## is running in i386 mode, we can help them out. 7401## is running in i386 mode, we can help them out.
7026if test "$machine" = "amdx86-64"; then 7402if test "$machine" = "amdx86-64"; then
7027 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default" 7403 ac_fn_c_check_decl "$LINENO" "i386" "ac_cv_have_decl_i386" "$ac_includes_default"
7028if test "x$ac_cv_have_decl_i386" = x""yes; then : 7404if test "x$ac_cv_have_decl_i386" = xyes; then :
7029 7405
7030fi 7406fi
7031 7407
@@ -7040,7 +7416,7 @@ fi
7040set dummy install-info; ac_word=$2 7416set dummy install-info; ac_word=$2
7041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7042$as_echo_n "checking for $ac_word... " >&6; } 7418$as_echo_n "checking for $ac_word... " >&6; }
7043if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 7419if ${ac_cv_path_INSTALL_INFO+:} false; then :
7044 $as_echo_n "(cached) " >&6 7420 $as_echo_n "(cached) " >&6
7045else 7421else
7046 case $INSTALL_INFO in 7422 case $INSTALL_INFO in
@@ -7080,7 +7456,7 @@ fi
7080set dummy install-info; ac_word=$2 7456set dummy install-info; ac_word=$2
7081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7082$as_echo_n "checking for $ac_word... " >&6; } 7458$as_echo_n "checking for $ac_word... " >&6; }
7083if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 7459if ${ac_cv_path_INSTALL_INFO+:} false; then :
7084 $as_echo_n "(cached) " >&6 7460 $as_echo_n "(cached) " >&6
7085else 7461else
7086 case $INSTALL_INFO in 7462 case $INSTALL_INFO in
@@ -7120,7 +7496,7 @@ fi
7120set dummy install-info; ac_word=$2 7496set dummy install-info; ac_word=$2
7121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7122$as_echo_n "checking for $ac_word... " >&6; } 7498$as_echo_n "checking for $ac_word... " >&6; }
7123if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : 7499if ${ac_cv_path_INSTALL_INFO+:} false; then :
7124 $as_echo_n "(cached) " >&6 7500 $as_echo_n "(cached) " >&6
7125else 7501else
7126 case $INSTALL_INFO in 7502 case $INSTALL_INFO in
@@ -7161,7 +7537,7 @@ fi
7161set dummy gzip; ac_word=$2 7537set dummy gzip; ac_word=$2
7162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7163$as_echo_n "checking for $ac_word... " >&6; } 7539$as_echo_n "checking for $ac_word... " >&6; }
7164if test "${ac_cv_path_GZIP_PROG+set}" = set; then : 7540if ${ac_cv_path_GZIP_PROG+:} false; then :
7165 $as_echo_n "(cached) " >&6 7541 $as_echo_n "(cached) " >&6
7166else 7542else
7167 case $GZIP_PROG in 7543 case $GZIP_PROG in
@@ -7204,7 +7580,7 @@ fi
7204set dummy makeinfo; ac_word=$2 7580set dummy makeinfo; ac_word=$2
7205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7206$as_echo_n "checking for $ac_word... " >&6; } 7582$as_echo_n "checking for $ac_word... " >&6; }
7207if test "${ac_cv_path_MAKEINFO+set}" = set; then : 7583if ${ac_cv_path_MAKEINFO+:} false; then :
7208 $as_echo_n "(cached) " >&6 7584 $as_echo_n "(cached) " >&6
7209else 7585else
7210 case $MAKEINFO in 7586 case $MAKEINFO in
@@ -7262,7 +7638,7 @@ if test "$MAKEINFO" = "no"; then
7262 if test "x${with_makeinfo}" = "xno"; then 7638 if test "x${with_makeinfo}" = "xno"; then
7263 HAVE_MAKEINFO=no 7639 HAVE_MAKEINFO=no
7264 elif test ! -e $srcdir/info/emacs; then 7640 elif test ! -e $srcdir/info/emacs; then
7265 as_fn_error "You do not seem to have makeinfo >= 4.6, and your 7641 as_fn_error $? "You do not seem to have makeinfo >= 4.6, and your
7266source tree does not seem to have pre-built manuals in the \`info' directory. 7642source tree does not seem to have pre-built manuals in the \`info' directory.
7267Either install a suitable version of makeinfo, or re-run configure 7643Either install a suitable version of makeinfo, or re-run configure
7268with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 7644with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5
@@ -7410,7 +7786,7 @@ esac
7410C_SWITCH_MACHINE= 7786C_SWITCH_MACHINE=
7411if test "$machine" = "alpha"; then 7787if test "$machine" = "alpha"; then
7412 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default" 7788 ac_fn_c_check_decl "$LINENO" "__ELF__" "ac_cv_have_decl___ELF__" "$ac_includes_default"
7413if test "x$ac_cv_have_decl___ELF__" = x""yes; then : 7789if test "x$ac_cv_have_decl___ELF__" = xyes; then :
7414 7790
7415fi 7791fi
7416 7792
@@ -7423,7 +7799,7 @@ fi
7423 if test "x$GCC" = "xyes"; then 7799 if test "x$GCC" = "xyes"; then
7424 C_SWITCH_MACHINE="-fno-common" 7800 C_SWITCH_MACHINE="-fno-common"
7425 else 7801 else
7426 as_fn_error "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5 7802 as_fn_error $? "What gives? Fix me if DEC Unix supports ELF now." "$LINENO" 5
7427 fi 7803 fi
7428 else 7804 else
7429 UNEXEC_OBJ=unexalpha.o 7805 UNEXEC_OBJ=unexalpha.o
@@ -7483,16 +7859,16 @@ if test "$enable_largefile" != no; then
7483 7859
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 7860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
7485$as_echo_n "checking for special C compiler options needed for large files... " >&6; } 7861$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
7486if test "${ac_cv_sys_largefile_CC+set}" = set; then : 7862if ${ac_cv_sys_largefile_CC+:} false; then :
7487 $as_echo_n "(cached) " >&6 7863 $as_echo_n "(cached) " >&6
7488else 7864else
7489 ac_cv_sys_largefile_CC=no 7865 ac_cv_sys_largefile_CC=no
7490 if test "$GCC" != yes; then 7866 if test "$GCC" != yes; then
7491 ac_save_CC=$CC 7867 ac_save_CC=$CC
7492 while :; do 7868 while :; do
7493 # IRIX 6.2 and later do not support large files by default, 7869 # IRIX 6.2 and later do not support large files by default,
7494 # so use the C compiler's -n32 option if that helps. 7870 # so use the C compiler's -n32 option if that helps.
7495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 7871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7496/* end confdefs.h. */ 7872/* end confdefs.h. */
7497#include <sys/types.h> 7873#include <sys/types.h>
7498 /* Check that off_t can represent 2**63 - 1 correctly. 7874 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -7501,8 +7877,8 @@ else
7501 incorrectly reject 9223372036854775807. */ 7877 incorrectly reject 9223372036854775807. */
7502#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) 7878#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
7503 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 7879 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7504 && LARGE_OFF_T % 2147483647 == 1) 7880 && LARGE_OFF_T % 2147483647 == 1)
7505 ? 1 : -1]; 7881 ? 1 : -1];
7506int 7882int
7507main () 7883main ()
7508{ 7884{
@@ -7511,16 +7887,16 @@ main ()
7511 return 0; 7887 return 0;
7512} 7888}
7513_ACEOF 7889_ACEOF
7514 if ac_fn_c_try_compile "$LINENO"; then : 7890 if ac_fn_c_try_compile "$LINENO"; then :
7515 break 7891 break
7516fi 7892fi
7517rm -f core conftest.err conftest.$ac_objext 7893rm -f core conftest.err conftest.$ac_objext
7518 CC="$CC -n32" 7894 CC="$CC -n32"
7519 if ac_fn_c_try_compile "$LINENO"; then : 7895 if ac_fn_c_try_compile "$LINENO"; then :
7520 ac_cv_sys_largefile_CC=' -n32'; break 7896 ac_cv_sys_largefile_CC=' -n32'; break
7521fi 7897fi
7522rm -f core conftest.err conftest.$ac_objext 7898rm -f core conftest.err conftest.$ac_objext
7523 break 7899 break
7524 done 7900 done
7525 CC=$ac_save_CC 7901 CC=$ac_save_CC
7526 rm -f conftest.$ac_ext 7902 rm -f conftest.$ac_ext
@@ -7534,7 +7910,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; }
7534 7910
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 7911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
7536$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } 7912$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
7537if test "${ac_cv_sys_file_offset_bits+set}" = set; then : 7913if ${ac_cv_sys_file_offset_bits+:} false; then :
7538 $as_echo_n "(cached) " >&6 7914 $as_echo_n "(cached) " >&6
7539else 7915else
7540 while :; do 7916 while :; do
@@ -7547,8 +7923,8 @@ else
7547 incorrectly reject 9223372036854775807. */ 7923 incorrectly reject 9223372036854775807. */
7548#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) 7924#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
7549 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 7925 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7550 && LARGE_OFF_T % 2147483647 == 1) 7926 && LARGE_OFF_T % 2147483647 == 1)
7551 ? 1 : -1]; 7927 ? 1 : -1];
7552int 7928int
7553main () 7929main ()
7554{ 7930{
@@ -7571,8 +7947,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7571 incorrectly reject 9223372036854775807. */ 7947 incorrectly reject 9223372036854775807. */
7572#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) 7948#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
7573 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 7949 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7574 && LARGE_OFF_T % 2147483647 == 1) 7950 && LARGE_OFF_T % 2147483647 == 1)
7575 ? 1 : -1]; 7951 ? 1 : -1];
7576int 7952int
7577main () 7953main ()
7578{ 7954{
@@ -7603,7 +7979,7 @@ rm -rf conftest*
7603 if test $ac_cv_sys_file_offset_bits = unknown; then 7979 if test $ac_cv_sys_file_offset_bits = unknown; then
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 7980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
7605$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } 7981$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
7606if test "${ac_cv_sys_large_files+set}" = set; then : 7982if ${ac_cv_sys_large_files+:} false; then :
7607 $as_echo_n "(cached) " >&6 7983 $as_echo_n "(cached) " >&6
7608else 7984else
7609 while :; do 7985 while :; do
@@ -7616,8 +7992,8 @@ else
7616 incorrectly reject 9223372036854775807. */ 7992 incorrectly reject 9223372036854775807. */
7617#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) 7993#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
7618 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 7994 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7619 && LARGE_OFF_T % 2147483647 == 1) 7995 && LARGE_OFF_T % 2147483647 == 1)
7620 ? 1 : -1]; 7996 ? 1 : -1];
7621int 7997int
7622main () 7998main ()
7623{ 7999{
@@ -7640,8 +8016,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7640 incorrectly reject 9223372036854775807. */ 8016 incorrectly reject 9223372036854775807. */
7641#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) 8017#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
7642 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 8018 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
7643 && LARGE_OFF_T % 2147483647 == 1) 8019 && LARGE_OFF_T % 2147483647 == 1)
7644 ? 1 : -1]; 8020 ? 1 : -1];
7645int 8021int
7646main () 8022main ()
7647{ 8023{
@@ -7670,6 +8046,8 @@ _ACEOF
7670esac 8046esac
7671rm -rf conftest* 8047rm -rf conftest*
7672 fi 8048 fi
8049
8050
7673fi 8051fi
7674 8052
7675 8053
@@ -7799,7 +8177,7 @@ $as_echo X"$crt_file" |
7799 done # $crt_files 8177 done # $crt_files
7800 8178
7801 test "x$crt_missing" = x || \ 8179 test "x$crt_missing" = x || \
7802 as_fn_error "Required file(s) not found:$crt_missing 8180 as_fn_error $? "Required file(s) not found:$crt_missing
7803Try using the --with-crt-dir option." "$LINENO" 5 8181Try using the --with-crt-dir option." "$LINENO" 5
7804 8182
7805fi # crt_files != "" 8183fi # crt_files != ""
@@ -7816,8 +8194,7 @@ if test "${with_sound}" != "no"; then
7816do : 8194do :
7817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 8195 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7818ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 8196ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
7819eval as_val=\$$as_ac_Header 8197if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7820 if test "x$as_val" = x""yes; then :
7821 cat >>confdefs.h <<_ACEOF 8198 cat >>confdefs.h <<_ACEOF
7822#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 8199#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7823_ACEOF 8200_ACEOF
@@ -7829,7 +8206,7 @@ done
7829 # Emulation library used on NetBSD. 8206 # Emulation library used on NetBSD.
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5 8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
7831$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; } 8208$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
7832if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : 8209if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then :
7833 $as_echo_n "(cached) " >&6 8210 $as_echo_n "(cached) " >&6
7834else 8211else
7835 ac_check_lib_save_LIBS=$LIBS 8212 ac_check_lib_save_LIBS=$LIBS
@@ -7863,7 +8240,7 @@ LIBS=$ac_check_lib_save_LIBS
7863fi 8240fi
7864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 8241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7865$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; } 8242$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7866if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : 8243if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then :
7867 LIBSOUND=-lossaudio 8244 LIBSOUND=-lossaudio
7868else 8245else
7869 LIBSOUND= 8246 LIBSOUND=
@@ -7880,7 +8257,7 @@ fi
7880set dummy pkg-config; ac_word=$2 8257set dummy pkg-config; ac_word=$2
7881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 8258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7882$as_echo_n "checking for $ac_word... " >&6; } 8259$as_echo_n "checking for $ac_word... " >&6; }
7883if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 8260if ${ac_cv_path_PKG_CONFIG+:} false; then :
7884 $as_echo_n "(cached) " >&6 8261 $as_echo_n "(cached) " >&6
7885else 8262else
7886 case $PKG_CONFIG in 8263 case $PKG_CONFIG in
@@ -8008,7 +8385,7 @@ else
8008fi 8385fi
8009rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 8386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8010 if test "$emacs_alsa_subdir" != yes; then 8387 if test "$emacs_alsa_subdir" != yes; then
8011 as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 8388 as_fn_error $? "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5
8012 fi 8389 fi
8013 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" 8390 ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE"
8014 fi 8391 fi
@@ -8043,8 +8420,7 @@ for ac_header in sys/select.h sys/time.h unistd.h utime.h \
8043do : 8420do :
8044 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 8421 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8045ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 8422ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8046eval as_val=\$$as_ac_Header 8423if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8047 if test "x$as_val" = x""yes; then :
8048 cat >>confdefs.h <<_ACEOF 8424 cat >>confdefs.h <<_ACEOF
8049#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 8425#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8050_ACEOF 8426_ACEOF
@@ -8085,7 +8461,7 @@ fi
8085for ac_header in term.h 8461for ac_header in term.h
8086do : 8462do :
8087 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h" 8463 ac_fn_c_check_header_preproc "$LINENO" "term.h" "ac_cv_header_term_h"
8088if test "x$ac_cv_header_term_h" = x""yes; then : 8464if test "x$ac_cv_header_term_h" = xyes; then :
8089 cat >>confdefs.h <<_ACEOF 8465 cat >>confdefs.h <<_ACEOF
8090#define HAVE_TERM_H 1 8466#define HAVE_TERM_H 1
8091_ACEOF 8467_ACEOF
@@ -8096,7 +8472,7 @@ done
8096 8472
8097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 8473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
8098$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } 8474$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
8099if test "${ac_cv_header_time+set}" = set; then : 8475if ${ac_cv_header_time+:} false; then :
8100 $as_echo_n "(cached) " >&6 8476 $as_echo_n "(cached) " >&6
8101else 8477else
8102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8130,7 +8506,7 @@ $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
8130fi 8506fi
8131 8507
8132ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" 8508ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default"
8133if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : 8509if test "x$ac_cv_have_decl_sys_siglist" = xyes; then :
8134 ac_have_decl=1 8510 ac_have_decl=1
8135else 8511else
8136 ac_have_decl=0 8512 ac_have_decl=0
@@ -8143,7 +8519,7 @@ _ACEOF
8143if test $ac_cv_have_decl_sys_siglist != yes; then 8519if test $ac_cv_have_decl_sys_siglist != yes; then
8144 # For Tru64, at least: 8520 # For Tru64, at least:
8145 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default" 8521 ac_fn_c_check_decl "$LINENO" "__sys_siglist" "ac_cv_have_decl___sys_siglist" "$ac_includes_default"
8146if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : 8522if test "x$ac_cv_have_decl___sys_siglist" = xyes; then :
8147 ac_have_decl=1 8523 ac_have_decl=1
8148else 8524else
8149 ac_have_decl=0 8525 ac_have_decl=0
@@ -8161,7 +8537,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h
8161fi 8537fi
8162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 8538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
8163$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } 8539$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
8164if test "${ac_cv_header_sys_wait_h+set}" = set; then : 8540if ${ac_cv_header_sys_wait_h+:} false; then :
8165 $as_echo_n "(cached) " >&6 8541 $as_echo_n "(cached) " >&6
8166else 8542else
8167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8203,7 +8579,7 @@ fi
8203 8579
8204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5 8580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct utimbuf" >&5
8205$as_echo_n "checking for struct utimbuf... " >&6; } 8581$as_echo_n "checking for struct utimbuf... " >&6; }
8206if test "${emacs_cv_struct_utimbuf+set}" = set; then : 8582if ${emacs_cv_struct_utimbuf+:} false; then :
8207 $as_echo_n "(cached) " >&6 8583 $as_echo_n "(cached) " >&6
8208else 8584else
8209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8246,7 +8622,7 @@ fi
8246 8622
8247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5 8623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for speed_t" >&5
8248$as_echo_n "checking for speed_t... " >&6; } 8624$as_echo_n "checking for speed_t... " >&6; }
8249if test "${emacs_cv_speed_t+set}" = set; then : 8625if ${emacs_cv_speed_t+:} false; then :
8250 $as_echo_n "(cached) " >&6 8626 $as_echo_n "(cached) " >&6
8251else 8627else
8252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8277,7 +8653,7 @@ fi
8277 8653
8278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 8654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5
8279$as_echo_n "checking for struct timeval... " >&6; } 8655$as_echo_n "checking for struct timeval... " >&6; }
8280if test "${emacs_cv_struct_timeval+set}" = set; then : 8656if ${emacs_cv_struct_timeval+:} false; then :
8281 $as_echo_n "(cached) " >&6 8657 $as_echo_n "(cached) " >&6
8282else 8658else
8283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8318,7 +8694,7 @@ fi
8318 8694
8319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 8695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5
8320$as_echo_n "checking for struct exception... " >&6; } 8696$as_echo_n "checking for struct exception... " >&6; }
8321if test "${emacs_cv_struct_exception+set}" = set; then : 8697if ${emacs_cv_struct_exception+:} false; then :
8322 $as_echo_n "(cached) " >&6 8698 $as_echo_n "(cached) " >&6
8323else 8699else
8324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8351,7 +8727,7 @@ fi
8351for ac_header in sys/socket.h 8727for ac_header in sys/socket.h
8352do : 8728do :
8353 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" 8729 ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default"
8354if test "x$ac_cv_header_sys_socket_h" = x""yes; then : 8730if test "x$ac_cv_header_sys_socket_h" = xyes; then :
8355 cat >>confdefs.h <<_ACEOF 8731 cat >>confdefs.h <<_ACEOF
8356#define HAVE_SYS_SOCKET_H 1 8732#define HAVE_SYS_SOCKET_H 1
8357_ACEOF 8733_ACEOF
@@ -8367,7 +8743,7 @@ do :
8367#include <sys/socket.h> 8743#include <sys/socket.h>
8368#endif 8744#endif
8369" 8745"
8370if test "x$ac_cv_header_net_if_h" = x""yes; then : 8746if test "x$ac_cv_header_net_if_h" = xyes; then :
8371 cat >>confdefs.h <<_ACEOF 8747 cat >>confdefs.h <<_ACEOF
8372#define HAVE_NET_IF_H 1 8748#define HAVE_NET_IF_H 1
8373_ACEOF 8749_ACEOF
@@ -8383,7 +8759,7 @@ do :
8383#include <sys/socket.h> 8759#include <sys/socket.h>
8384#endif 8760#endif
8385" 8761"
8386if test "x$ac_cv_header_ifaddrs_h" = x""yes; then : 8762if test "x$ac_cv_header_ifaddrs_h" = xyes; then :
8387 cat >>confdefs.h <<_ACEOF 8763 cat >>confdefs.h <<_ACEOF
8388#define HAVE_IFADDRS_H 1 8764#define HAVE_IFADDRS_H 1
8389_ACEOF 8765_ACEOF
@@ -8399,7 +8775,7 @@ do :
8399#include <sys/socket.h> 8775#include <sys/socket.h>
8400#endif 8776#endif
8401" 8777"
8402if test "x$ac_cv_header_net_if_dl_h" = x""yes; then : 8778if test "x$ac_cv_header_net_if_dl_h" = xyes; then :
8403 cat >>confdefs.h <<_ACEOF 8779 cat >>confdefs.h <<_ACEOF
8404#define HAVE_NET_IF_DL_H 1 8780#define HAVE_NET_IF_DL_H 1
8405_ACEOF 8781_ACEOF
@@ -8412,8 +8788,7 @@ for ac_func in getifaddrs freeifaddrs
8412do : 8788do :
8413 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 8789 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8414ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 8790ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8415eval as_val=\$$as_ac_var 8791if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8416 if test "x$as_val" = x""yes; then :
8417 cat >>confdefs.h <<_ACEOF 8792 cat >>confdefs.h <<_ACEOF
8418#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 8793#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8419_ACEOF 8794_ACEOF
@@ -8424,7 +8799,7 @@ done
8424 8799
8425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5 8800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
8426$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } 8801$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
8427if test "${ac_cv_struct_tm+set}" = set; then : 8802if ${ac_cv_struct_tm+:} false; then :
8428 $as_echo_n "(cached) " >&6 8803 $as_echo_n "(cached) " >&6
8429else 8804else
8430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8461,7 +8836,7 @@ ac_fn_c_check_member "$LINENO" "struct tm" "tm_zone" "ac_cv_member_struct_tm_tm_
8461#include <$ac_cv_struct_tm> 8836#include <$ac_cv_struct_tm>
8462 8837
8463" 8838"
8464if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : 8839if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then :
8465 8840
8466cat >>confdefs.h <<_ACEOF 8841cat >>confdefs.h <<_ACEOF
8467#define HAVE_STRUCT_TM_TM_ZONE 1 8842#define HAVE_STRUCT_TM_TM_ZONE 1
@@ -8477,7 +8852,7 @@ $as_echo "#define HAVE_TM_ZONE 1" >>confdefs.h
8477else 8852else
8478 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h> 8853 ac_fn_c_check_decl "$LINENO" "tzname" "ac_cv_have_decl_tzname" "#include <time.h>
8479" 8854"
8480if test "x$ac_cv_have_decl_tzname" = x""yes; then : 8855if test "x$ac_cv_have_decl_tzname" = xyes; then :
8481 ac_have_decl=1 8856 ac_have_decl=1
8482else 8857else
8483 ac_have_decl=0 8858 ac_have_decl=0
@@ -8489,7 +8864,7 @@ _ACEOF
8489 8864
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5 8865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tzname" >&5
8491$as_echo_n "checking for tzname... " >&6; } 8866$as_echo_n "checking for tzname... " >&6; }
8492if test "${ac_cv_var_tzname+set}" = set; then : 8867if ${ac_cv_var_tzname+:} false; then :
8493 $as_echo_n "(cached) " >&6 8868 $as_echo_n "(cached) " >&6
8494else 8869else
8495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8526,7 +8901,7 @@ fi
8526 8901
8527ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 8902ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
8528" 8903"
8529if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : 8904if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then :
8530 8905
8531$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h 8906$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
8532 8907
@@ -8540,7 +8915,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_flags" "ac_cv_member_struct_i
8540#include <net/if.h> 8915#include <net/if.h>
8541#endif 8916#endif
8542" 8917"
8543if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : 8918if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then :
8544 8919
8545cat >>confdefs.h <<_ACEOF 8920cat >>confdefs.h <<_ACEOF
8546#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1 8921#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
@@ -8556,7 +8931,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_
8556#include <net/if.h> 8931#include <net/if.h>
8557#endif 8932#endif
8558" 8933"
8559if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : 8934if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then :
8560 8935
8561cat >>confdefs.h <<_ACEOF 8936cat >>confdefs.h <<_ACEOF
8562#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1 8937#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
@@ -8572,7 +8947,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_netmask" "ac_cv_member_struct
8572#include <net/if.h> 8947#include <net/if.h>
8573#endif 8948#endif
8574" 8949"
8575if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : 8950if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then :
8576 8951
8577cat >>confdefs.h <<_ACEOF 8952cat >>confdefs.h <<_ACEOF
8578#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1 8953#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
@@ -8588,7 +8963,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_broadaddr" "ac_cv_member_stru
8588#include <net/if.h> 8963#include <net/if.h>
8589#endif 8964#endif
8590" 8965"
8591if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : 8966if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then :
8592 8967
8593cat >>confdefs.h <<_ACEOF 8968cat >>confdefs.h <<_ACEOF
8594#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1 8969#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
@@ -8604,7 +8979,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr" "ac_cv_member_struct_if
8604#include <net/if.h> 8979#include <net/if.h>
8605#endif 8980#endif
8606" 8981"
8607if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : 8982if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then :
8608 8983
8609cat >>confdefs.h <<_ACEOF 8984cat >>confdefs.h <<_ACEOF
8610#define HAVE_STRUCT_IFREQ_IFR_ADDR 1 8985#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
@@ -8620,7 +8995,7 @@ ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_addr.sa_len" "ac_cv_member_st
8620#include <net/if.h> 8995#include <net/if.h>
8621#endif 8996#endif
8622" 8997"
8623if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = x""yes; then : 8998if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = xyes; then :
8624 8999
8625cat >>confdefs.h <<_ACEOF 9000cat >>confdefs.h <<_ACEOF
8626#define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1 9001#define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
@@ -8649,7 +9024,7 @@ fi
8649 9024
8650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5 9025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
8651$as_echo_n "checking for working volatile... " >&6; } 9026$as_echo_n "checking for working volatile... " >&6; }
8652if test "${ac_cv_c_volatile+set}" = set; then : 9027if ${ac_cv_c_volatile+:} false; then :
8653 $as_echo_n "(cached) " >&6 9028 $as_echo_n "(cached) " >&6
8654else 9029else
8655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8683,7 +9058,7 @@ fi
8683 9058
8684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 9059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
8685$as_echo_n "checking for an ANSI C-conforming const... " >&6; } 9060$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
8686if test "${ac_cv_c_const+set}" = set; then : 9061if ${ac_cv_c_const+:} false; then :
8687 $as_echo_n "(cached) " >&6 9062 $as_echo_n "(cached) " >&6
8688else 9063else
8689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8763,7 +9138,7 @@ fi
8763 9138
8764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5 9139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for void * support" >&5
8765$as_echo_n "checking for void * support... " >&6; } 9140$as_echo_n "checking for void * support... " >&6; }
8766if test "${emacs_cv_void_star+set}" = set; then : 9141if ${emacs_cv_void_star+:} false; then :
8767 $as_echo_n "(cached) " >&6 9142 $as_echo_n "(cached) " >&6
8768else 9143else
8769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -8796,7 +9171,7 @@ fi
8796 9171
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 9172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8798$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 9173$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8799if test "${ac_cv_c_bigendian+set}" = set; then : 9174if ${ac_cv_c_bigendian+:} false; then :
8800 $as_echo_n "(cached) " >&6 9175 $as_echo_n "(cached) " >&6
8801else 9176else
8802 ac_cv_c_bigendian=unknown 9177 ac_cv_c_bigendian=unknown
@@ -9014,14 +9389,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
9014 9389
9015 ;; #( 9390 ;; #(
9016 *) 9391 *)
9017 as_fn_error "unknown endianness 9392 as_fn_error $? "unknown endianness
9018 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 9393 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
9019 esac 9394 esac
9020 9395
9021 9396
9022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5 9397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__ ((__aligned__ (expr)))" >&5
9023$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; } 9398$as_echo_n "checking for __attribute__ ((__aligned__ (expr)))... " >&6; }
9024if test "${emacs_cv_attribute_aligned+set}" = set; then : 9399if ${emacs_cv_attribute_aligned+:} false; then :
9025 $as_echo_n "(cached) " >&6 9400 $as_echo_n "(cached) " >&6
9026else 9401else
9027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 9402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9054,7 +9429,7 @@ fi
9054$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 9429$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
9055set x ${MAKE-make} 9430set x ${MAKE-make}
9056ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 9431ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
9057if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 9432if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
9058 $as_echo_n "(cached) " >&6 9433 $as_echo_n "(cached) " >&6
9059else 9434else
9060 cat >conftest.make <<\_ACEOF 9435 cat >conftest.make <<\_ACEOF
@@ -9062,7 +9437,7 @@ SHELL = /bin/sh
9062all: 9437all:
9063 @echo '@@@%%%=$(MAKE)=@@@%%%' 9438 @echo '@@@%%%=$(MAKE)=@@@%%%'
9064_ACEOF 9439_ACEOF
9065# GNU make sometimes prints "make[1]: Entering...", which would confuse us. 9440# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9066case `${MAKE-make} -f conftest.make 2>/dev/null` in 9441case `${MAKE-make} -f conftest.make 2>/dev/null` in
9067 *@@@%%%=?*=@@@%%%*) 9442 *@@@%%%=?*=@@@%%%*)
9068 eval ac_cv_prog_make_${ac_make}_set=yes;; 9443 eval ac_cv_prog_make_${ac_make}_set=yes;;
@@ -9146,7 +9521,7 @@ lisp_frag=$srcdir/src/lisp.mk
9146 9521
9147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5 9522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long file names" >&5
9148$as_echo_n "checking for long file names... " >&6; } 9523$as_echo_n "checking for long file names... " >&6; }
9149if test "${ac_cv_sys_long_file_names+set}" = set; then : 9524if ${ac_cv_sys_long_file_names+:} false; then :
9150 $as_echo_n "(cached) " >&6 9525 $as_echo_n "(cached) " >&6
9151else 9526else
9152 ac_cv_sys_long_file_names=yes 9527 ac_cv_sys_long_file_names=yes
@@ -9202,8 +9577,8 @@ if test "x$with_x" = xno; then
9202 have_x=disabled 9577 have_x=disabled
9203else 9578else
9204 case $x_includes,$x_libraries in #( 9579 case $x_includes,$x_libraries in #(
9205 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( 9580 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
9206 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : 9581 *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
9207 $as_echo_n "(cached) " >&6 9582 $as_echo_n "(cached) " >&6
9208else 9583else
9209 # One or both of the vars are not set, and there is no cached value. 9584 # One or both of the vars are not set, and there is no cached value.
@@ -9220,7 +9595,7 @@ libdir:
9220 @echo libdir='${LIBDIR}' 9595 @echo libdir='${LIBDIR}'
9221_ACEOF 9596_ACEOF
9222 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then 9597 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
9223 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 9598 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9224 for ac_var in incroot usrlibdir libdir; do 9599 for ac_var in incroot usrlibdir libdir; do
9225 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" 9600 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9226 done 9601 done
@@ -9306,7 +9681,7 @@ else
9306 fi 9681 fi
9307done 9682done
9308fi 9683fi
9309rm -f conftest.err conftest.$ac_ext 9684rm -f conftest.err conftest.i conftest.$ac_ext
9310fi # $ac_x_includes = no 9685fi # $ac_x_includes = no
9311 9686
9312if test "$ac_x_libraries" = no; then 9687if test "$ac_x_libraries" = no; then
@@ -9486,10 +9861,10 @@ if test "${with_ns}" != no; then
9486 TEMACS_LDFLAGS2= 9861 TEMACS_LDFLAGS2=
9487 fi 9862 fi
9488 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default" 9863 ac_fn_c_check_header_mongrel "$LINENO" "AppKit/AppKit.h" "ac_cv_header_AppKit_AppKit_h" "$ac_includes_default"
9489if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : 9864if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then :
9490 HAVE_NS=yes 9865 HAVE_NS=yes
9491else 9866else
9492 as_fn_error "\`--with-ns' was specified, but the include 9867 as_fn_error $? "\`--with-ns' was specified, but the include
9493 files are missing or cannot be compiled." "$LINENO" 5 9868 files are missing or cannot be compiled." "$LINENO" 5
9494fi 9869fi
9495 9870
@@ -9568,7 +9943,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then
9568set dummy X; ac_word=$2 9943set dummy X; ac_word=$2
9569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 9944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9570$as_echo_n "checking for $ac_word... " >&6; } 9945$as_echo_n "checking for $ac_word... " >&6; }
9571if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : 9946if ${ac_cv_prog_HAVE_XSERVER+:} false; then :
9572 $as_echo_n "(cached) " >&6 9947 $as_echo_n "(cached) " >&6
9573else 9948else
9574 if test -n "$HAVE_XSERVER"; then 9949 if test -n "$HAVE_XSERVER"; then
@@ -9605,7 +9980,7 @@ fi
9605 if test "$HAVE_XSERVER" = true || 9980 if test "$HAVE_XSERVER" = true ||
9606 test -n "$DISPLAY" || 9981 test -n "$DISPLAY" ||
9607 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then 9982 test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then
9608 as_fn_error "You seem to be running X, but no X development libraries 9983 as_fn_error $? "You seem to be running X, but no X development libraries
9609were found. You should install the relevant development files for X 9984were found. You should install the relevant development files for X
9610and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make 9985and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make
9611sure you have development files for image handling, i.e. 9986sure you have development files for image handling, i.e.
@@ -9627,14 +10002,14 @@ esac
9627GNU_MALLOC=yes 10002GNU_MALLOC=yes
9628doug_lea_malloc=yes 10003doug_lea_malloc=yes
9629ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" 10004ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state"
9630if test "x$ac_cv_func_malloc_get_state" = x""yes; then : 10005if test "x$ac_cv_func_malloc_get_state" = xyes; then :
9631 10006
9632else 10007else
9633 doug_lea_malloc=no 10008 doug_lea_malloc=no
9634fi 10009fi
9635 10010
9636ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" 10011ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state"
9637if test "x$ac_cv_func_malloc_set_state" = x""yes; then : 10012if test "x$ac_cv_func_malloc_set_state" = xyes; then :
9638 10013
9639else 10014else
9640 doug_lea_malloc=no 10015 doug_lea_malloc=no
@@ -9642,7 +10017,7 @@ fi
9642 10017
9643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5 10018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __after_morecore_hook exists" >&5
9644$as_echo_n "checking whether __after_morecore_hook exists... " >&6; } 10019$as_echo_n "checking whether __after_morecore_hook exists... " >&6; }
9645if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : 10020if ${emacs_cv_var___after_morecore_hook+:} false; then :
9646 $as_echo_n "(cached) " >&6 10021 $as_echo_n "(cached) " >&6
9647else 10022else
9648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -9728,8 +10103,7 @@ do :
9728 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 10103 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9729ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 10104ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
9730" 10105"
9731eval as_val=\$$as_ac_Header 10106if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9732 if test "x$as_val" = x""yes; then :
9733 cat >>confdefs.h <<_ACEOF 10107 cat >>confdefs.h <<_ACEOF
9734#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 10108#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9735_ACEOF 10109_ACEOF
@@ -9748,7 +10122,7 @@ done
9748for ac_func in getpagesize 10122for ac_func in getpagesize
9749do : 10123do :
9750 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" 10124 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
9751if test "x$ac_cv_func_getpagesize" = x""yes; then : 10125if test "x$ac_cv_func_getpagesize" = xyes; then :
9752 cat >>confdefs.h <<_ACEOF 10126 cat >>confdefs.h <<_ACEOF
9753#define HAVE_GETPAGESIZE 1 10127#define HAVE_GETPAGESIZE 1
9754_ACEOF 10128_ACEOF
@@ -9758,7 +10132,7 @@ done
9758 10132
9759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5 10133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
9760$as_echo_n "checking for working mmap... " >&6; } 10134$as_echo_n "checking for working mmap... " >&6; }
9761if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : 10135if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
9762 $as_echo_n "(cached) " >&6 10136 $as_echo_n "(cached) " >&6
9763else 10137else
9764 if test "$cross_compiling" = yes; then : 10138 if test "$cross_compiling" = yes; then :
@@ -9933,7 +10307,7 @@ LIBS="$LIBS_SYSTEM $LIBS"
9933 10307
9934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5 10308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9935$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } 10309$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9936if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : 10310if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
9937 $as_echo_n "(cached) " >&6 10311 $as_echo_n "(cached) " >&6
9938else 10312else
9939 ac_check_lib_save_LIBS=$LIBS 10313 ac_check_lib_save_LIBS=$LIBS
@@ -9967,7 +10341,7 @@ LIBS=$ac_check_lib_save_LIBS
9967fi 10341fi
9968{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 10342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9969$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } 10343$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9970if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : 10344if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
9971 cat >>confdefs.h <<_ACEOF 10345 cat >>confdefs.h <<_ACEOF
9972#define HAVE_LIBDNET 1 10346#define HAVE_LIBDNET 1
9973_ACEOF 10347_ACEOF
@@ -9979,7 +10353,7 @@ fi
9979 10353
9980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5 10354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lXbsd" >&5
9981$as_echo_n "checking for main in -lXbsd... " >&6; } 10355$as_echo_n "checking for main in -lXbsd... " >&6; }
9982if test "${ac_cv_lib_Xbsd_main+set}" = set; then : 10356if ${ac_cv_lib_Xbsd_main+:} false; then :
9983 $as_echo_n "(cached) " >&6 10357 $as_echo_n "(cached) " >&6
9984else 10358else
9985 ac_check_lib_save_LIBS=$LIBS 10359 ac_check_lib_save_LIBS=$LIBS
@@ -10007,7 +10381,7 @@ LIBS=$ac_check_lib_save_LIBS
10007fi 10381fi
10008{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5 10382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xbsd_main" >&5
10009$as_echo "$ac_cv_lib_Xbsd_main" >&6; } 10383$as_echo "$ac_cv_lib_Xbsd_main" >&6; }
10010if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : 10384if test "x$ac_cv_lib_Xbsd_main" = xyes; then :
10011 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 10385 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
10012fi 10386fi
10013 10387
@@ -10016,7 +10390,7 @@ LIB_PTHREAD=
10016for ac_header in pthread.h 10390for ac_header in pthread.h
10017do : 10391do :
10018 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" 10392 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
10019if test "x$ac_cv_header_pthread_h" = x""yes; then : 10393if test "x$ac_cv_header_pthread_h" = xyes; then :
10020 cat >>confdefs.h <<_ACEOF 10394 cat >>confdefs.h <<_ACEOF
10021#define HAVE_PTHREAD_H 1 10395#define HAVE_PTHREAD_H 1
10022_ACEOF 10396_ACEOF
@@ -10028,7 +10402,7 @@ done
10028if test "$ac_cv_header_pthread_h"; then 10402if test "$ac_cv_header_pthread_h"; then
10029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5 10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_self in -lpthread" >&5
10030$as_echo_n "checking for pthread_self in -lpthread... " >&6; } 10404$as_echo_n "checking for pthread_self in -lpthread... " >&6; }
10031if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : 10405if ${ac_cv_lib_pthread_pthread_self+:} false; then :
10032 $as_echo_n "(cached) " >&6 10406 $as_echo_n "(cached) " >&6
10033else 10407else
10034 ac_check_lib_save_LIBS=$LIBS 10408 ac_check_lib_save_LIBS=$LIBS
@@ -10062,7 +10436,7 @@ LIBS=$ac_check_lib_save_LIBS
10062fi 10436fi
10063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5 10437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_self" >&5
10064$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; } 10438$as_echo "$ac_cv_lib_pthread_pthread_self" >&6; }
10065if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : 10439if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then :
10066 HAVE_PTHREAD=yes 10440 HAVE_PTHREAD=yes
10067fi 10441fi
10068 10442
@@ -10080,7 +10454,7 @@ fi
10080 10454
10081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5 10455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cma_open in -lpthreads" >&5
10082$as_echo_n "checking for cma_open in -lpthreads... " >&6; } 10456$as_echo_n "checking for cma_open in -lpthreads... " >&6; }
10083if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : 10457if ${ac_cv_lib_pthreads_cma_open+:} false; then :
10084 $as_echo_n "(cached) " >&6 10458 $as_echo_n "(cached) " >&6
10085else 10459else
10086 ac_check_lib_save_LIBS=$LIBS 10460 ac_check_lib_save_LIBS=$LIBS
@@ -10114,7 +10488,7 @@ LIBS=$ac_check_lib_save_LIBS
10114fi 10488fi
10115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5 10489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_cma_open" >&5
10116$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; } 10490$as_echo "$ac_cv_lib_pthreads_cma_open" >&6; }
10117if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : 10491if test "x$ac_cv_lib_pthreads_cma_open" = xyes; then :
10118 cat >>confdefs.h <<_ACEOF 10492 cat >>confdefs.h <<_ACEOF
10119#define HAVE_LIBPTHREADS 1 10493#define HAVE_LIBPTHREADS 1
10120_ACEOF 10494_ACEOF
@@ -10141,7 +10515,7 @@ case ${host_os} in
10141aix*) 10515aix*)
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5 10516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -bbigtoc option" >&5
10143$as_echo_n "checking for -bbigtoc option... " >&6; } 10517$as_echo_n "checking for -bbigtoc option... " >&6; }
10144if test "${gdb_cv_bigtoc+set}" = set; then : 10518if ${gdb_cv_bigtoc+:} false; then :
10145 $as_echo_n "(cached) " >&6 10519 $as_echo_n "(cached) " >&6
10146else 10520else
10147 10521
@@ -10302,8 +10676,7 @@ XScreenNumberOfScreen XSetWMProtocols
10302do : 10676do :
10303 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 10677 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10304ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 10678ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10305eval as_val=\$$as_ac_var 10679if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10306 if test "x$as_val" = x""yes; then :
10307 cat >>confdefs.h <<_ACEOF 10680 cat >>confdefs.h <<_ACEOF
10308#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 10681#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10309_ACEOF 10682_ACEOF
@@ -10316,7 +10689,7 @@ fi
10316if test "${window_system}" = "x11"; then 10689if test "${window_system}" = "x11"; then
10317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5 10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 version 6" >&5
10318$as_echo_n "checking X11 version 6... " >&6; } 10691$as_echo_n "checking X11 version 6... " >&6; }
10319 if test "${emacs_cv_x11_version_6+set}" = set; then : 10692 if ${emacs_cv_x11_version_6+:} false; then :
10320 $as_echo_n "(cached) " >&6 10693 $as_echo_n "(cached) " >&6
10321else 10694else
10322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 10695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -10381,7 +10754,7 @@ if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
10381set dummy pkg-config; ac_word=$2 10754set dummy pkg-config; ac_word=$2
10382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10383$as_echo_n "checking for $ac_word... " >&6; } 10756$as_echo_n "checking for $ac_word... " >&6; }
10384if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10757if ${ac_cv_path_PKG_CONFIG+:} false; then :
10385 $as_echo_n "(cached) " >&6 10758 $as_echo_n "(cached) " >&6
10386else 10759else
10387 case $PKG_CONFIG in 10760 case $PKG_CONFIG in
@@ -10495,7 +10868,7 @@ if test "${HAVE_X11}" = "yes"; then
10495set dummy pkg-config; ac_word=$2 10868set dummy pkg-config; ac_word=$2
10496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10497$as_echo_n "checking for $ac_word... " >&6; } 10870$as_echo_n "checking for $ac_word... " >&6; }
10498if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10871if ${ac_cv_path_PKG_CONFIG+:} false; then :
10499 $as_echo_n "(cached) " >&6 10872 $as_echo_n "(cached) " >&6
10500else 10873else
10501 case $PKG_CONFIG in 10874 case $PKG_CONFIG in
@@ -10594,7 +10967,7 @@ $as_echo "#define HAVE_IMAGEMAGICK 1" >>confdefs.h
10594 for ac_func in MagickExportImagePixels 10967 for ac_func in MagickExportImagePixels
10595do : 10968do :
10596 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" 10969 ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels"
10597if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : 10970if test "x$ac_cv_func_MagickExportImagePixels" = xyes; then :
10598 cat >>confdefs.h <<_ACEOF 10971 cat >>confdefs.h <<_ACEOF
10599#define HAVE_MAGICKEXPORTIMAGEPIXELS 1 10972#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
10600_ACEOF 10973_ACEOF
@@ -10621,7 +10994,7 @@ if test "${with_gtk3}" = "yes"; then
10621set dummy pkg-config; ac_word=$2 10994set dummy pkg-config; ac_word=$2
10622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 10995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10623$as_echo_n "checking for $ac_word... " >&6; } 10996$as_echo_n "checking for $ac_word... " >&6; }
10624if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 10997if ${ac_cv_path_PKG_CONFIG+:} false; then :
10625 $as_echo_n "(cached) " >&6 10998 $as_echo_n "(cached) " >&6
10626else 10999else
10627 case $PKG_CONFIG in 11000 case $PKG_CONFIG in
@@ -10709,7 +11082,7 @@ $as_echo "no" >&6; }
10709 fi 11082 fi
10710 11083
10711 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then 11084 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
10712 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 11085 as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5
10713 fi 11086 fi
10714 11087
10715$as_echo "#define HAVE_GTK3 1" >>confdefs.h 11088$as_echo "#define HAVE_GTK3 1" >>confdefs.h
@@ -10731,7 +11104,7 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "maybe"; then
10731set dummy pkg-config; ac_word=$2 11104set dummy pkg-config; ac_word=$2
10732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10733$as_echo_n "checking for $ac_word... " >&6; } 11106$as_echo_n "checking for $ac_word... " >&6; }
10734if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11107if ${ac_cv_path_PKG_CONFIG+:} false; then :
10735 $as_echo_n "(cached) " >&6 11108 $as_echo_n "(cached) " >&6
10736else 11109else
10737 case $PKG_CONFIG in 11110 case $PKG_CONFIG in
@@ -10819,7 +11192,7 @@ $as_echo "no" >&6; }
10819 fi 11192 fi
10820 11193
10821 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then 11194 if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then
10822 as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 11195 as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5
10823 fi 11196 fi
10824fi 11197fi
10825fi 11198fi
@@ -10835,7 +11208,7 @@ if test x"$pkg_check_gtk" = xyes; then
10835 for ac_func in gtk_main 11208 for ac_func in gtk_main
10836do : 11209do :
10837 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main" 11210 ac_fn_c_check_func "$LINENO" "gtk_main" "ac_cv_func_gtk_main"
10838if test "x$ac_cv_func_gtk_main" = x""yes; then : 11211if test "x$ac_cv_func_gtk_main" = xyes; then :
10839 cat >>confdefs.h <<_ACEOF 11212 cat >>confdefs.h <<_ACEOF
10840#define HAVE_GTK_MAIN 1 11213#define HAVE_GTK_MAIN 1
10841_ACEOF 11214_ACEOF
@@ -10845,7 +11218,7 @@ done
10845 11218
10846 if test "${GTK_COMPILES}" != "yes"; then 11219 if test "${GTK_COMPILES}" != "yes"; then
10847 if test "$USE_X_TOOLKIT" != "maybe"; then 11220 if test "$USE_X_TOOLKIT" != "maybe"; then
10848 as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; 11221 as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5;
10849 fi 11222 fi
10850 else 11223 else
10851 HAVE_GTK=yes 11224 HAVE_GTK=yes
@@ -10883,7 +11256,7 @@ if test "${HAVE_GTK}" = "yes"; then
10883 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default 11256 ac_fn_c_check_decl "$LINENO" "GTK_TYPE_FILE_SELECTION" "ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" "$ac_includes_default
10884#include <gtk/gtk.h> 11257#include <gtk/gtk.h>
10885" 11258"
10886if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : 11259if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then :
10887 HAVE_GTK_FILE_SELECTION=yes 11260 HAVE_GTK_FILE_SELECTION=yes
10888else 11261else
10889 HAVE_GTK_FILE_SELECTION=no 11262 HAVE_GTK_FILE_SELECTION=no
@@ -10893,7 +11266,7 @@ fi
10893 for ac_func in gtk_file_selection_new 11266 for ac_func in gtk_file_selection_new
10894do : 11267do :
10895 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new" 11268 ac_fn_c_check_func "$LINENO" "gtk_file_selection_new" "ac_cv_func_gtk_file_selection_new"
10896if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : 11269if test "x$ac_cv_func_gtk_file_selection_new" = xyes; then :
10897 cat >>confdefs.h <<_ACEOF 11270 cat >>confdefs.h <<_ACEOF
10898#define HAVE_GTK_FILE_SELECTION_NEW 1 11271#define HAVE_GTK_FILE_SELECTION_NEW 1
10899_ACEOF 11272_ACEOF
@@ -10911,8 +11284,7 @@ done
10911do : 11284do :
10912 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11285 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10913ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11286ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10914eval as_val=\$$as_ac_var 11287if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10915 if test "x$as_val" = x""yes; then :
10916 cat >>confdefs.h <<_ACEOF 11288 cat >>confdefs.h <<_ACEOF
10917#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 11289#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10918_ACEOF 11290_ACEOF
@@ -10933,7 +11305,7 @@ if test "${with_dbus}" = "yes"; then
10933set dummy pkg-config; ac_word=$2 11305set dummy pkg-config; ac_word=$2
10934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10935$as_echo_n "checking for $ac_word... " >&6; } 11307$as_echo_n "checking for $ac_word... " >&6; }
10936if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11308if ${ac_cv_path_PKG_CONFIG+:} false; then :
10937 $as_echo_n "(cached) " >&6 11309 $as_echo_n "(cached) " >&6
10938else 11310else
10939 case $PKG_CONFIG in 11311 case $PKG_CONFIG in
@@ -11028,7 +11400,7 @@ $as_echo "#define HAVE_DBUS 1" >>confdefs.h
11028 for ac_func in dbus_watch_get_unix_fd 11400 for ac_func in dbus_watch_get_unix_fd
11029do : 11401do :
11030 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd" 11402 ac_fn_c_check_func "$LINENO" "dbus_watch_get_unix_fd" "ac_cv_func_dbus_watch_get_unix_fd"
11031if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : 11403if test "x$ac_cv_func_dbus_watch_get_unix_fd" = xyes; then :
11032 cat >>confdefs.h <<_ACEOF 11404 cat >>confdefs.h <<_ACEOF
11033#define HAVE_DBUS_WATCH_GET_UNIX_FD 1 11405#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
11034_ACEOF 11406_ACEOF
@@ -11050,7 +11422,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then
11050set dummy pkg-config; ac_word=$2 11422set dummy pkg-config; ac_word=$2
11051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11052$as_echo_n "checking for $ac_word... " >&6; } 11424$as_echo_n "checking for $ac_word... " >&6; }
11053if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11425if ${ac_cv_path_PKG_CONFIG+:} false; then :
11054 $as_echo_n "(cached) " >&6 11426 $as_echo_n "(cached) " >&6
11055else 11427else
11056 case $PKG_CONFIG in 11428 case $PKG_CONFIG in
@@ -11155,7 +11527,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
11155set dummy pkg-config; ac_word=$2 11527set dummy pkg-config; ac_word=$2
11156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11157$as_echo_n "checking for $ac_word... " >&6; } 11529$as_echo_n "checking for $ac_word... " >&6; }
11158if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11530if ${ac_cv_path_PKG_CONFIG+:} false; then :
11159 $as_echo_n "(cached) " >&6 11531 $as_echo_n "(cached) " >&6
11160else 11532else
11161 case $PKG_CONFIG in 11533 case $PKG_CONFIG in
@@ -11259,7 +11631,7 @@ if test "$HAVE_GSETTINGS" = "yes" || test "$HAVE_GCONF" = "yes"; then
11259 for ac_func in g_type_init 11631 for ac_func in g_type_init
11260do : 11632do :
11261 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" 11633 ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init"
11262if test "x$ac_cv_func_g_type_init" = x""yes; then : 11634if test "x$ac_cv_func_g_type_init" = xyes; then :
11263 cat >>confdefs.h <<_ACEOF 11635 cat >>confdefs.h <<_ACEOF
11264#define HAVE_G_TYPE_INIT 1 11636#define HAVE_G_TYPE_INIT 1
11265_ACEOF 11637_ACEOF
@@ -11279,7 +11651,7 @@ LIBSELINUX_LIBS=
11279if test "${with_selinux}" = "yes"; then 11651if test "${with_selinux}" = "yes"; then
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5 11652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgetfilecon in -lselinux" >&5
11281$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; } 11653$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
11282if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : 11654if ${ac_cv_lib_selinux_lgetfilecon+:} false; then :
11283 $as_echo_n "(cached) " >&6 11655 $as_echo_n "(cached) " >&6
11284else 11656else
11285 ac_check_lib_save_LIBS=$LIBS 11657 ac_check_lib_save_LIBS=$LIBS
@@ -11313,7 +11685,7 @@ LIBS=$ac_check_lib_save_LIBS
11313fi 11685fi
11314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5 11686{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_selinux_lgetfilecon" >&5
11315$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; } 11687$as_echo "$ac_cv_lib_selinux_lgetfilecon" >&6; }
11316if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : 11688if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then :
11317 HAVE_LIBSELINUX=yes 11689 HAVE_LIBSELINUX=yes
11318else 11690else
11319 HAVE_LIBSELINUX=no 11691 HAVE_LIBSELINUX=no
@@ -11338,7 +11710,7 @@ if test "${with_gnutls}" = "yes" ; then
11338set dummy pkg-config; ac_word=$2 11710set dummy pkg-config; ac_word=$2
11339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 11711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11340$as_echo_n "checking for $ac_word... " >&6; } 11712$as_echo_n "checking for $ac_word... " >&6; }
11341if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 11713if ${ac_cv_path_PKG_CONFIG+:} false; then :
11342 $as_echo_n "(cached) " >&6 11714 $as_echo_n "(cached) " >&6
11343else 11715else
11344 case $PKG_CONFIG in 11716 case $PKG_CONFIG in
@@ -11436,7 +11808,7 @@ $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
11436 for ac_func in gnutls_certificate_set_verify_function 11808 for ac_func in gnutls_certificate_set_verify_function
11437do : 11809do :
11438 ac_fn_c_check_func "$LINENO" "gnutls_certificate_set_verify_function" "ac_cv_func_gnutls_certificate_set_verify_function" 11810 ac_fn_c_check_func "$LINENO" "gnutls_certificate_set_verify_function" "ac_cv_func_gnutls_certificate_set_verify_function"
11439if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = x""yes; then : 11811if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = xyes; then :
11440 cat >>confdefs.h <<_ACEOF 11812 cat >>confdefs.h <<_ACEOF
11441#define HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION 1 11813#define HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION 1
11442_ACEOF 11814_ACEOF
@@ -11461,7 +11833,7 @@ if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
11461 if test "$with_xaw3d" != no; then 11833 if test "$with_xaw3d" != no; then
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5 11834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xaw3d" >&5
11463$as_echo_n "checking for xaw3d... " >&6; } 11835$as_echo_n "checking for xaw3d... " >&6; }
11464 if test "${emacs_cv_xaw3d+set}" = set; then : 11836 if ${emacs_cv_xaw3d+:} false; then :
11465 $as_echo_n "(cached) " >&6 11837 $as_echo_n "(cached) " >&6
11466else 11838else
11467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11480,7 +11852,7 @@ _ACEOF
11480if ac_fn_c_try_link "$LINENO"; then : 11852if ac_fn_c_try_link "$LINENO"; then :
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5 11853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XawScrollbarSetThumb in -lXaw3d" >&5
11482$as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; } 11854$as_echo_n "checking for XawScrollbarSetThumb in -lXaw3d... " >&6; }
11483if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then : 11855if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then :
11484 $as_echo_n "(cached) " >&6 11856 $as_echo_n "(cached) " >&6
11485else 11857else
11486 ac_check_lib_save_LIBS=$LIBS 11858 ac_check_lib_save_LIBS=$LIBS
@@ -11514,7 +11886,7 @@ LIBS=$ac_check_lib_save_LIBS
11514fi 11886fi
11515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 11887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
11516$as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; } 11888$as_echo "$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6; }
11517if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then : 11889if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then :
11518 emacs_cv_xaw3d=yes 11890 emacs_cv_xaw3d=yes
11519else 11891else
11520 emacs_cv_xaw3d=no 11892 emacs_cv_xaw3d=no
@@ -11544,7 +11916,7 @@ $as_echo "#define HAVE_XAW3D 1" >>confdefs.h
11544$as_echo "no" >&6; } 11916$as_echo "no" >&6; }
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5 11917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libXaw" >&5
11546$as_echo_n "checking for libXaw... " >&6; } 11918$as_echo_n "checking for libXaw... " >&6; }
11547 if test "${emacs_cv_xaw+set}" = set; then : 11919 if ${emacs_cv_xaw+:} false; then :
11548 $as_echo_n "(cached) " >&6 11920 $as_echo_n "(cached) " >&6
11549else 11921else
11550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11575,9 +11947,9 @@ $as_echo "yes; using Lucid toolkit" >&6; }
11575 USE_X_TOOLKIT=LUCID 11947 USE_X_TOOLKIT=LUCID
11576 LUCID_LIBW=-lXaw 11948 LUCID_LIBW=-lXaw
11577 elif test x"${USE_X_TOOLKIT}" = xLUCID; then 11949 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
11578 as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 11950 as_fn_error $? "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5
11579 else 11951 else
11580 as_fn_error "No X toolkit could be found. 11952 as_fn_error $? "No X toolkit could be found.
11581If you are sure you want Emacs compiled without an X toolkit, pass 11953If you are sure you want Emacs compiled without an X toolkit, pass
11582 --with-x-toolkit=no 11954 --with-x-toolkit=no
11583to configure. Otherwise, install the development libraries for the toolkit 11955to configure. Otherwise, install the development libraries for the toolkit
@@ -11592,7 +11964,7 @@ LIBXTR6=
11592if test "${USE_X_TOOLKIT}" != "none"; then 11964if test "${USE_X_TOOLKIT}" != "none"; then
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5 11965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking X11 toolkit version" >&5
11594$as_echo_n "checking X11 toolkit version... " >&6; } 11966$as_echo_n "checking X11 toolkit version... " >&6; }
11595 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then : 11967 if ${emacs_cv_x11_toolkit_version_6+:} false; then :
11596 $as_echo_n "(cached) " >&6 11968 $as_echo_n "(cached) " >&6
11597else 11969else
11598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11643,7 +12015,7 @@ $as_echo "before 6" >&6; }
11643 fi 12015 fi
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5 12016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XmuConvertStandardSelection in -lXmu" >&5
11645$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; } 12017$as_echo_n "checking for XmuConvertStandardSelection in -lXmu... " >&6; }
11646if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : 12018if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then :
11647 $as_echo_n "(cached) " >&6 12019 $as_echo_n "(cached) " >&6
11648else 12020else
11649 ac_check_lib_save_LIBS=$LIBS 12021 ac_check_lib_save_LIBS=$LIBS
@@ -11677,7 +12049,7 @@ LIBS=$ac_check_lib_save_LIBS
11677fi 12049fi
11678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 12050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
11679$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; } 12051$as_echo "$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6; }
11680if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : 12052if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = xyes; then :
11681 cat >>confdefs.h <<_ACEOF 12053 cat >>confdefs.h <<_ACEOF
11682#define HAVE_LIBXMU 1 12054#define HAVE_LIBXMU 1
11683_ACEOF 12055_ACEOF
@@ -11704,7 +12076,7 @@ if test "${HAVE_X11}" = "yes"; then
11704 if test "${USE_X_TOOLKIT}" != "none"; then 12076 if test "${USE_X_TOOLKIT}" != "none"; then
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5 12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
11706$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; } 12078$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
11707if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : 12079if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then :
11708 $as_echo_n "(cached) " >&6 12080 $as_echo_n "(cached) " >&6
11709else 12081else
11710 ac_check_lib_save_LIBS=$LIBS 12082 ac_check_lib_save_LIBS=$LIBS
@@ -11738,7 +12110,7 @@ LIBS=$ac_check_lib_save_LIBS
11738fi 12110fi
11739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 12111{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
11740$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } 12112$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
11741if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : 12113if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes; then :
11742 cat >>confdefs.h <<_ACEOF 12114 cat >>confdefs.h <<_ACEOF
11743#define HAVE_LIBXEXT 1 12115#define HAVE_LIBXEXT 1
11744_ACEOF 12116_ACEOF
@@ -11754,7 +12126,7 @@ LIBXP=
11754if test "${USE_X_TOOLKIT}" = "MOTIF"; then 12126if test "${USE_X_TOOLKIT}" = "MOTIF"; then
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5 12127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Motif version 2.1" >&5
11756$as_echo_n "checking for Motif version 2.1... " >&6; } 12128$as_echo_n "checking for Motif version 2.1... " >&6; }
11757if test "${emacs_cv_motif_version_2_1+set}" = set; then : 12129if ${emacs_cv_motif_version_2_1+:} false; then :
11758 $as_echo_n "(cached) " >&6 12130 $as_echo_n "(cached) " >&6
11759else 12131else
11760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 12132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -11784,7 +12156,7 @@ $as_echo "$emacs_cv_motif_version_2_1" >&6; }
11784 if test $emacs_cv_motif_version_2_1 = yes; then 12156 if test $emacs_cv_motif_version_2_1 = yes; then
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5 12157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpCreateContext in -lXp" >&5
11786$as_echo_n "checking for XpCreateContext in -lXp... " >&6; } 12158$as_echo_n "checking for XpCreateContext in -lXp... " >&6; }
11787if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : 12159if ${ac_cv_lib_Xp_XpCreateContext+:} false; then :
11788 $as_echo_n "(cached) " >&6 12160 $as_echo_n "(cached) " >&6
11789else 12161else
11790 ac_check_lib_save_LIBS=$LIBS 12162 ac_check_lib_save_LIBS=$LIBS
@@ -11818,14 +12190,14 @@ LIBS=$ac_check_lib_save_LIBS
11818fi 12190fi
11819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5 12191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xp_XpCreateContext" >&5
11820$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; } 12192$as_echo "$ac_cv_lib_Xp_XpCreateContext" >&6; }
11821if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : 12193if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then :
11822 LIBXP=-lXp 12194 LIBXP=-lXp
11823fi 12195fi
11824 12196
11825 else 12197 else
11826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5 12198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LessTif where some systems put it" >&5
11827$as_echo_n "checking for LessTif where some systems put it... " >&6; } 12199$as_echo_n "checking for LessTif where some systems put it... " >&6; }
11828if test "${emacs_cv_lesstif+set}" = set; then : 12200if ${emacs_cv_lesstif+:} false; then :
11829 $as_echo_n "(cached) " >&6 12201 $as_echo_n "(cached) " >&6
11830else 12202else
11831 # We put this in CFLAGS temporarily to precede other -I options 12203 # We put this in CFLAGS temporarily to precede other -I options
@@ -11984,7 +12356,7 @@ if test "${HAVE_X11}" = "yes"; then
11984set dummy pkg-config; ac_word=$2 12356set dummy pkg-config; ac_word=$2
11985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11986$as_echo_n "checking for $ac_word... " >&6; } 12358$as_echo_n "checking for $ac_word... " >&6; }
11987if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12359if ${ac_cv_path_PKG_CONFIG+:} false; then :
11988 $as_echo_n "(cached) " >&6 12360 $as_echo_n "(cached) " >&6
11989else 12361else
11990 case $PKG_CONFIG in 12362 case $PKG_CONFIG in
@@ -12086,7 +12458,7 @@ $as_echo "no" >&6; }
12086set dummy pkg-config; ac_word=$2 12458set dummy pkg-config; ac_word=$2
12087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12088$as_echo_n "checking for $ac_word... " >&6; } 12460$as_echo_n "checking for $ac_word... " >&6; }
12089if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12461if ${ac_cv_path_PKG_CONFIG+:} false; then :
12090 $as_echo_n "(cached) " >&6 12462 $as_echo_n "(cached) " >&6
12091else 12463else
12092 case $PKG_CONFIG in 12464 case $PKG_CONFIG in
@@ -12178,7 +12550,7 @@ $as_echo "no" >&6; }
12178 HAVE_XRENDER=no 12550 HAVE_XRENDER=no
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5 12551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderQueryExtension in -lXrender" >&5
12180$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; } 12552$as_echo_n "checking for XRenderQueryExtension in -lXrender... " >&6; }
12181if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : 12553if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then :
12182 $as_echo_n "(cached) " >&6 12554 $as_echo_n "(cached) " >&6
12183else 12555else
12184 ac_check_lib_save_LIBS=$LIBS 12556 ac_check_lib_save_LIBS=$LIBS
@@ -12212,7 +12584,7 @@ LIBS=$ac_check_lib_save_LIBS
12212fi 12584fi
12213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5 12585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderQueryExtension" >&5
12214$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; } 12586$as_echo "$ac_cv_lib_Xrender_XRenderQueryExtension" >&6; }
12215if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : 12587if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then :
12216 HAVE_XRENDER=yes 12588 HAVE_XRENDER=yes
12217fi 12589fi
12218 12590
@@ -12225,10 +12597,10 @@ fi
12225 XFT_LIBS="-lXrender $XFT_LIBS" 12597 XFT_LIBS="-lXrender $XFT_LIBS"
12226 LIBS="$XFT_LIBS $LIBS" 12598 LIBS="$XFT_LIBS $LIBS"
12227 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default" 12599 ac_fn_c_check_header_mongrel "$LINENO" "X11/Xft/Xft.h" "ac_cv_header_X11_Xft_Xft_h" "$ac_includes_default"
12228if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : 12600if test "x$ac_cv_header_X11_Xft_Xft_h" = xyes; then :
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5 12601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XftFontOpen in -lXft" >&5
12230$as_echo_n "checking for XftFontOpen in -lXft... " >&6; } 12602$as_echo_n "checking for XftFontOpen in -lXft... " >&6; }
12231if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : 12603if ${ac_cv_lib_Xft_XftFontOpen+:} false; then :
12232 $as_echo_n "(cached) " >&6 12604 $as_echo_n "(cached) " >&6
12233else 12605else
12234 ac_check_lib_save_LIBS=$LIBS 12606 ac_check_lib_save_LIBS=$LIBS
@@ -12262,7 +12634,7 @@ LIBS=$ac_check_lib_save_LIBS
12262fi 12634fi
12263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5 12635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xft_XftFontOpen" >&5
12264$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; } 12636$as_echo "$ac_cv_lib_Xft_XftFontOpen" >&6; }
12265if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : 12637if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then :
12266 HAVE_XFT=yes 12638 HAVE_XFT=yes
12267fi 12639fi
12268 12640
@@ -12297,7 +12669,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h
12297set dummy pkg-config; ac_word=$2 12669set dummy pkg-config; ac_word=$2
12298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12299$as_echo_n "checking for $ac_word... " >&6; } 12671$as_echo_n "checking for $ac_word... " >&6; }
12300if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12672if ${ac_cv_path_PKG_CONFIG+:} false; then :
12301 $as_echo_n "(cached) " >&6 12673 $as_echo_n "(cached) " >&6
12302else 12674else
12303 case $PKG_CONFIG in 12675 case $PKG_CONFIG in
@@ -12385,7 +12757,7 @@ $as_echo "no" >&6; }
12385 fi 12757 fi
12386 12758
12387 12759
12388 test "$HAVE_FREETYPE" = "no" && as_fn_error "libxft requires libfreetype" "$LINENO" 5 12760 test "$HAVE_FREETYPE" = "no" && as_fn_error $? "libxft requires libfreetype" "$LINENO" 5
12389 fi 12761 fi
12390 12762
12391 HAVE_LIBOTF=no 12763 HAVE_LIBOTF=no
@@ -12401,7 +12773,7 @@ $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12401set dummy pkg-config; ac_word=$2 12773set dummy pkg-config; ac_word=$2
12402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12403$as_echo_n "checking for $ac_word... " >&6; } 12775$as_echo_n "checking for $ac_word... " >&6; }
12404if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12776if ${ac_cv_path_PKG_CONFIG+:} false; then :
12405 $as_echo_n "(cached) " >&6 12777 $as_echo_n "(cached) " >&6
12406else 12778else
12407 case $PKG_CONFIG in 12779 case $PKG_CONFIG in
@@ -12494,7 +12866,7 @@ $as_echo "#define HAVE_LIBOTF 1" >>confdefs.h
12494 12866
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5 12867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OTF_get_variation_glyphs in -lotf" >&5
12496$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; } 12868$as_echo_n "checking for OTF_get_variation_glyphs in -lotf... " >&6; }
12497if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : 12869if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then :
12498 $as_echo_n "(cached) " >&6 12870 $as_echo_n "(cached) " >&6
12499else 12871else
12500 ac_check_lib_save_LIBS=$LIBS 12872 ac_check_lib_save_LIBS=$LIBS
@@ -12528,7 +12900,7 @@ LIBS=$ac_check_lib_save_LIBS
12528fi 12900fi
12529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5 12901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_otf_OTF_get_variation_glyphs" >&5
12530$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; } 12902$as_echo "$ac_cv_lib_otf_OTF_get_variation_glyphs" >&6; }
12531if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : 12903if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = xyes; then :
12532 HAVE_OTF_GET_VARIATION_GLYPHS=yes 12904 HAVE_OTF_GET_VARIATION_GLYPHS=yes
12533else 12905else
12534 HAVE_OTF_GET_VARIATION_GLYPHS=no 12906 HAVE_OTF_GET_VARIATION_GLYPHS=no
@@ -12553,7 +12925,7 @@ $as_echo "#define HAVE_OTF_GET_VARIATION_GLYPHS 1" >>confdefs.h
12553set dummy pkg-config; ac_word=$2 12925set dummy pkg-config; ac_word=$2
12554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 12926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12555$as_echo_n "checking for $ac_word... " >&6; } 12927$as_echo_n "checking for $ac_word... " >&6; }
12556if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 12928if ${ac_cv_path_PKG_CONFIG+:} false; then :
12557 $as_echo_n "(cached) " >&6 12929 $as_echo_n "(cached) " >&6
12558else 12930else
12559 case $PKG_CONFIG in 12931 case $PKG_CONFIG in
@@ -12671,10 +13043,10 @@ LIBXPM=
12671if test "${HAVE_X11}" = "yes"; then 13043if test "${HAVE_X11}" = "yes"; then
12672 if test "${with_xpm}" != "no"; then 13044 if test "${with_xpm}" != "no"; then
12673 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default" 13045 ac_fn_c_check_header_mongrel "$LINENO" "X11/xpm.h" "ac_cv_header_X11_xpm_h" "$ac_includes_default"
12674if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : 13046if test "x$ac_cv_header_X11_xpm_h" = xyes; then :
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5 13047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XpmReadFileToPixmap in -lXpm" >&5
12676$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; } 13048$as_echo_n "checking for XpmReadFileToPixmap in -lXpm... " >&6; }
12677if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : 13049if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then :
12678 $as_echo_n "(cached) " >&6 13050 $as_echo_n "(cached) " >&6
12679else 13051else
12680 ac_check_lib_save_LIBS=$LIBS 13052 ac_check_lib_save_LIBS=$LIBS
@@ -12708,7 +13080,7 @@ LIBS=$ac_check_lib_save_LIBS
12708fi 13080fi
12709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 13081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
12710$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; } 13082$as_echo "$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6; }
12711if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : 13083if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then :
12712 HAVE_XPM=yes 13084 HAVE_XPM=yes
12713fi 13085fi
12714 13086
@@ -12760,10 +13132,10 @@ LIBJPEG=
12760if test "${HAVE_X11}" = "yes"; then 13132if test "${HAVE_X11}" = "yes"; then
12761 if test "${with_jpeg}" != "no"; then 13133 if test "${with_jpeg}" != "no"; then
12762 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default" 13134 ac_fn_c_check_header_mongrel "$LINENO" "jerror.h" "ac_cv_header_jerror_h" "$ac_includes_default"
12763if test "x$ac_cv_header_jerror_h" = x""yes; then : 13135if test "x$ac_cv_header_jerror_h" = xyes; then :
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5 13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_destroy_compress in -ljpeg" >&5
12765$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; } 13137$as_echo_n "checking for jpeg_destroy_compress in -ljpeg... " >&6; }
12766if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : 13138if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then :
12767 $as_echo_n "(cached) " >&6 13139 $as_echo_n "(cached) " >&6
12768else 13140else
12769 ac_check_lib_save_LIBS=$LIBS 13141 ac_check_lib_save_LIBS=$LIBS
@@ -12797,7 +13169,7 @@ LIBS=$ac_check_lib_save_LIBS
12797fi 13169fi
12798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 13170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
12799$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; } 13171$as_echo "$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6; }
12800if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : 13172if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then :
12801 HAVE_JPEG=yes 13173 HAVE_JPEG=yes
12802fi 13174fi
12803 13175
@@ -12844,8 +13216,7 @@ if test "${HAVE_X11}" = "yes"; then
12844do : 13216do :
12845 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 13217 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12846ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 13218ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12847eval as_val=\$$as_ac_Header 13219if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12848 if test "x$as_val" = x""yes; then :
12849 cat >>confdefs.h <<_ACEOF 13220 cat >>confdefs.h <<_ACEOF
12850#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 13221#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12851_ACEOF 13222_ACEOF
@@ -12857,7 +13228,7 @@ done
12857 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then 13228 if test "$ac_cv_header_png_h" = yes || test "$ac_cv_header_libpng_png_h" = yes ; then
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5 13229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_get_channels in -lpng" >&5
12859$as_echo_n "checking for png_get_channels in -lpng... " >&6; } 13230$as_echo_n "checking for png_get_channels in -lpng... " >&6; }
12860if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : 13231if ${ac_cv_lib_png_png_get_channels+:} false; then :
12861 $as_echo_n "(cached) " >&6 13232 $as_echo_n "(cached) " >&6
12862else 13233else
12863 ac_check_lib_save_LIBS=$LIBS 13234 ac_check_lib_save_LIBS=$LIBS
@@ -12891,7 +13262,7 @@ LIBS=$ac_check_lib_save_LIBS
12891fi 13262fi
12892{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5 13263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_get_channels" >&5
12893$as_echo "$ac_cv_lib_png_png_get_channels" >&6; } 13264$as_echo "$ac_cv_lib_png_png_get_channels" >&6; }
12894if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : 13265if test "x$ac_cv_lib_png_png_get_channels" = xyes; then :
12895 HAVE_PNG=yes 13266 HAVE_PNG=yes
12896fi 13267fi
12897 13268
@@ -12913,13 +13284,13 @@ LIBTIFF=
12913if test "${HAVE_X11}" = "yes"; then 13284if test "${HAVE_X11}" = "yes"; then
12914 if test "${with_tiff}" != "no"; then 13285 if test "${with_tiff}" != "no"; then
12915 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" 13286 ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
12916if test "x$ac_cv_header_tiffio_h" = x""yes; then : 13287if test "x$ac_cv_header_tiffio_h" = xyes; then :
12917 tifflibs="-lz -lm" 13288 tifflibs="-lz -lm"
12918 # At least one tiff package requires the jpeg library. 13289 # At least one tiff package requires the jpeg library.
12919 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 13290 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5 13291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFGetVersion in -ltiff" >&5
12921$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; } 13292$as_echo_n "checking for TIFFGetVersion in -ltiff... " >&6; }
12922if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : 13293if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then :
12923 $as_echo_n "(cached) " >&6 13294 $as_echo_n "(cached) " >&6
12924else 13295else
12925 ac_check_lib_save_LIBS=$LIBS 13296 ac_check_lib_save_LIBS=$LIBS
@@ -12953,7 +13324,7 @@ LIBS=$ac_check_lib_save_LIBS
12953fi 13324fi
12954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 13325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
12955$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; } 13326$as_echo "$ac_cv_lib_tiff_TIFFGetVersion" >&6; }
12956if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : 13327if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then :
12957 HAVE_TIFF=yes 13328 HAVE_TIFF=yes
12958fi 13329fi
12959 13330
@@ -12976,12 +13347,12 @@ HAVE_GIF=no
12976LIBGIF= 13347LIBGIF=
12977if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then 13348if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then
12978 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default" 13349 ac_fn_c_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
12979if test "x$ac_cv_header_gif_lib_h" = x""yes; then : 13350if test "x$ac_cv_header_gif_lib_h" = xyes; then :
12980 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 13351 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
12981# Earlier versions can crash Emacs. 13352# Earlier versions can crash Emacs.
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 13353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5
12983$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } 13354$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; }
12984if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : 13355if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then :
12985 $as_echo_n "(cached) " >&6 13356 $as_echo_n "(cached) " >&6
12986else 13357else
12987 ac_check_lib_save_LIBS=$LIBS 13358 ac_check_lib_save_LIBS=$LIBS
@@ -13015,7 +13386,7 @@ LIBS=$ac_check_lib_save_LIBS
13015fi 13386fi
13016{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5 13387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_EGifPutExtensionLast" >&5
13017$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; } 13388$as_echo "$ac_cv_lib_gif_EGifPutExtensionLast" >&6; }
13018if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : 13389if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then :
13019 HAVE_GIF=yes 13390 HAVE_GIF=yes
13020else 13391else
13021 HAVE_GIF=maybe 13392 HAVE_GIF=maybe
@@ -13031,7 +13402,7 @@ fi
13031# If gif_lib.h but no libgif, try libungif. 13402# If gif_lib.h but no libgif, try libungif.
13032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5 13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lungif" >&5
13033$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; } 13404$as_echo_n "checking for EGifPutExtensionLast in -lungif... " >&6; }
13034if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : 13405if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then :
13035 $as_echo_n "(cached) " >&6 13406 $as_echo_n "(cached) " >&6
13036else 13407else
13037 ac_check_lib_save_LIBS=$LIBS 13408 ac_check_lib_save_LIBS=$LIBS
@@ -13065,7 +13436,7 @@ LIBS=$ac_check_lib_save_LIBS
13065fi 13436fi
13066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 13437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
13067$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; } 13438$as_echo "$ac_cv_lib_ungif_EGifPutExtensionLast" >&6; }
13068if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : 13439if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then :
13069 HAVE_GIF=yes 13440 HAVE_GIF=yes
13070else 13441else
13071 HAVE_GIF=no 13442 HAVE_GIF=no
@@ -13097,7 +13468,7 @@ if test "${HAVE_X11}" = "yes"; then
13097 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" 13468 MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no"
13098 13469
13099 if test "X${MISSING}" != X; then 13470 if test "X${MISSING}" != X; then
13100 as_fn_error "The following required libraries were not found: 13471 as_fn_error $? "The following required libraries were not found:
13101 $MISSING 13472 $MISSING
13102Maybe some development libraries/packages are missing? 13473Maybe some development libraries/packages are missing?
13103If you don't want to link with them give 13474If you don't want to link with them give
@@ -13111,10 +13482,10 @@ HAVE_GPM=no
13111LIBGPM= 13482LIBGPM=
13112if test "${with_gpm}" != "no"; then 13483if test "${with_gpm}" != "no"; then
13113 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default" 13484 ac_fn_c_check_header_mongrel "$LINENO" "gpm.h" "ac_cv_header_gpm_h" "$ac_includes_default"
13114if test "x$ac_cv_header_gpm_h" = x""yes; then : 13485if test "x$ac_cv_header_gpm_h" = xyes; then :
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5 13486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Gpm_Open in -lgpm" >&5
13116$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; } 13487$as_echo_n "checking for Gpm_Open in -lgpm... " >&6; }
13117if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : 13488if ${ac_cv_lib_gpm_Gpm_Open+:} false; then :
13118 $as_echo_n "(cached) " >&6 13489 $as_echo_n "(cached) " >&6
13119else 13490else
13120 ac_check_lib_save_LIBS=$LIBS 13491 ac_check_lib_save_LIBS=$LIBS
@@ -13148,7 +13519,7 @@ LIBS=$ac_check_lib_save_LIBS
13148fi 13519fi
13149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5 13520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gpm_Gpm_Open" >&5
13150$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; } 13521$as_echo "$ac_cv_lib_gpm_Gpm_Open" >&6; }
13151if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : 13522if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then :
13152 HAVE_GPM=yes 13523 HAVE_GPM=yes
13153fi 13524fi
13154 13525
@@ -13166,7 +13537,7 @@ fi
13166 13537
13167 13538
13168ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" 13539ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default"
13169if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : 13540if test "x$ac_cv_header_malloc_malloc_h" = xyes; then :
13170 13541
13171$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h 13542$as_echo "#define HAVE_MALLOC_MALLOC_H 1" >>confdefs.h
13172 13543
@@ -13211,10 +13582,10 @@ HAVE_X_SM=no
13211LIBXSM= 13582LIBXSM=
13212if test "${HAVE_X11}" = "yes"; then 13583if test "${HAVE_X11}" = "yes"; then
13213 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default" 13584 ac_fn_c_check_header_mongrel "$LINENO" "X11/SM/SMlib.h" "ac_cv_header_X11_SM_SMlib_h" "$ac_includes_default"
13214if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : 13585if test "x$ac_cv_header_X11_SM_SMlib_h" = xyes; then :
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5 13586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SmcOpenConnection in -lSM" >&5
13216$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; } 13587$as_echo_n "checking for SmcOpenConnection in -lSM... " >&6; }
13217if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : 13588if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then :
13218 $as_echo_n "(cached) " >&6 13589 $as_echo_n "(cached) " >&6
13219else 13590else
13220 ac_check_lib_save_LIBS=$LIBS 13591 ac_check_lib_save_LIBS=$LIBS
@@ -13248,7 +13619,7 @@ LIBS=$ac_check_lib_save_LIBS
13248fi 13619fi
13249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 13620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
13250$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; } 13621$as_echo "$ac_cv_lib_SM_SmcOpenConnection" >&6; }
13251if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : 13622if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then :
13252 HAVE_X_SM=yes 13623 HAVE_X_SM=yes
13253fi 13624fi
13254 13625
@@ -13279,7 +13650,7 @@ if test "${with_xml2}" != "no"; then
13279set dummy pkg-config; ac_word=$2 13650set dummy pkg-config; ac_word=$2
13280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13281$as_echo_n "checking for $ac_word... " >&6; } 13652$as_echo_n "checking for $ac_word... " >&6; }
13282if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 13653if ${ac_cv_path_PKG_CONFIG+:} false; then :
13283 $as_echo_n "(cached) " >&6 13654 $as_echo_n "(cached) " >&6
13284else 13655else
13285 case $PKG_CONFIG in 13656 case $PKG_CONFIG in
@@ -13370,7 +13741,7 @@ $as_echo "no" >&6; }
13370 LIBS="$LIBXML2_LIBS $LIBS" 13741 LIBS="$LIBXML2_LIBS $LIBS"
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 13742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
13372$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } 13743$as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
13373if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : 13744if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then :
13374 $as_echo_n "(cached) " >&6 13745 $as_echo_n "(cached) " >&6
13375else 13746else
13376 ac_check_lib_save_LIBS=$LIBS 13747 ac_check_lib_save_LIBS=$LIBS
@@ -13404,7 +13775,7 @@ LIBS=$ac_check_lib_save_LIBS
13404fi 13775fi
13405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5 13776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_htmlReadMemory" >&5
13406$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; } 13777$as_echo "$ac_cv_lib_xml2_htmlReadMemory" >&6; }
13407if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : 13778if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then :
13408 HAVE_LIBXML2=yes 13779 HAVE_LIBXML2=yes
13409else 13780else
13410 HAVE_LIBXML2=no 13781 HAVE_LIBXML2=no
@@ -13426,7 +13797,7 @@ fi
13426# If netdb.h doesn't declare h_errno, we must declare it by hand. 13797# If netdb.h doesn't declare h_errno, we must declare it by hand.
13427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5 13798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether netdb declares h_errno" >&5
13428$as_echo_n "checking whether netdb declares h_errno... " >&6; } 13799$as_echo_n "checking whether netdb declares h_errno... " >&6; }
13429if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : 13800if ${emacs_cv_netdb_declares_h_errno+:} false; then :
13430 $as_echo_n "(cached) " >&6 13801 $as_echo_n "(cached) " >&6
13431else 13802else
13432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 13803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13460,7 +13831,7 @@ fi
13460# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 13831# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
13461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5 13832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
13462$as_echo_n "checking for sqrt in -lm... " >&6; } 13833$as_echo_n "checking for sqrt in -lm... " >&6; }
13463if test "${ac_cv_lib_m_sqrt+set}" = set; then : 13834if ${ac_cv_lib_m_sqrt+:} false; then :
13464 $as_echo_n "(cached) " >&6 13835 $as_echo_n "(cached) " >&6
13465else 13836else
13466 ac_check_lib_save_LIBS=$LIBS 13837 ac_check_lib_save_LIBS=$LIBS
@@ -13494,7 +13865,7 @@ LIBS=$ac_check_lib_save_LIBS
13494fi 13865fi
13495{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5 13866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
13496$as_echo "$ac_cv_lib_m_sqrt" >&6; } 13867$as_echo "$ac_cv_lib_m_sqrt" >&6; }
13497if test "x$ac_cv_lib_m_sqrt" = x""yes; then : 13868if test "x$ac_cv_lib_m_sqrt" = xyes; then :
13498 cat >>confdefs.h <<_ACEOF 13869 cat >>confdefs.h <<_ACEOF
13499#define HAVE_LIBM 1 13870#define HAVE_LIBM 1
13500_ACEOF 13871_ACEOF
@@ -13508,7 +13879,7 @@ fi
13508# have the same check as for liblockfile below. 13879# have the same check as for liblockfile below.
13509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5 13880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -lmail" >&5
13510$as_echo_n "checking for maillock in -lmail... " >&6; } 13881$as_echo_n "checking for maillock in -lmail... " >&6; }
13511if test "${ac_cv_lib_mail_maillock+set}" = set; then : 13882if ${ac_cv_lib_mail_maillock+:} false; then :
13512 $as_echo_n "(cached) " >&6 13883 $as_echo_n "(cached) " >&6
13513else 13884else
13514 ac_check_lib_save_LIBS=$LIBS 13885 ac_check_lib_save_LIBS=$LIBS
@@ -13542,7 +13913,7 @@ LIBS=$ac_check_lib_save_LIBS
13542fi 13913fi
13543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5 13914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mail_maillock" >&5
13544$as_echo "$ac_cv_lib_mail_maillock" >&6; } 13915$as_echo "$ac_cv_lib_mail_maillock" >&6; }
13545if test "x$ac_cv_lib_mail_maillock" = x""yes; then : 13916if test "x$ac_cv_lib_mail_maillock" = xyes; then :
13546 have_mail=yes 13917 have_mail=yes
13547else 13918else
13548 have_mail=no 13919 have_mail=no
@@ -13559,7 +13930,7 @@ else
13559fi 13930fi
13560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5 13931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
13561$as_echo_n "checking for maillock in -llockfile... " >&6; } 13932$as_echo_n "checking for maillock in -llockfile... " >&6; }
13562if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : 13933if ${ac_cv_lib_lockfile_maillock+:} false; then :
13563 $as_echo_n "(cached) " >&6 13934 $as_echo_n "(cached) " >&6
13564else 13935else
13565 ac_check_lib_save_LIBS=$LIBS 13936 ac_check_lib_save_LIBS=$LIBS
@@ -13593,7 +13964,7 @@ LIBS=$ac_check_lib_save_LIBS
13593fi 13964fi
13594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5 13965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
13595$as_echo "$ac_cv_lib_lockfile_maillock" >&6; } 13966$as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
13596if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : 13967if test "x$ac_cv_lib_lockfile_maillock" = xyes; then :
13597 have_lockfile=yes 13968 have_lockfile=yes
13598else 13969else
13599 have_lockfile=no 13970 have_lockfile=no
@@ -13613,7 +13984,7 @@ else
13613set dummy liblockfile.so; ac_word=$2 13984set dummy liblockfile.so; ac_word=$2
13614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 13985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13615$as_echo_n "checking for $ac_word... " >&6; } 13986$as_echo_n "checking for $ac_word... " >&6; }
13616if test "${ac_cv_prog_liblockfile+set}" = set; then : 13987if ${ac_cv_prog_liblockfile+:} false; then :
13617 $as_echo_n "(cached) " >&6 13988 $as_echo_n "(cached) " >&6
13618else 13989else
13619 if test -n "$liblockfile"; then 13990 if test -n "$liblockfile"; then
@@ -13649,7 +14020,7 @@ fi
13649 14020
13650 14021
13651 if test $ac_cv_prog_liblockfile = yes; then 14022 if test $ac_cv_prog_liblockfile = yes; then
13652 as_fn_error "Shared liblockfile found but can't link against it. 14023 as_fn_error $? "Shared liblockfile found but can't link against it.
13653This probably means that movemail could lose mail. 14024This probably means that movemail could lose mail.
13654There may be a \`development' package to install containing liblockfile." "$LINENO" 5 14025There may be a \`development' package to install containing liblockfile." "$LINENO" 5
13655 fi 14026 fi
@@ -13657,7 +14028,7 @@ fi
13657for ac_func in touchlock 14028for ac_func in touchlock
13658do : 14029do :
13659 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" 14030 ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock"
13660if test "x$ac_cv_func_touchlock" = x""yes; then : 14031if test "x$ac_cv_func_touchlock" = xyes; then :
13661 cat >>confdefs.h <<_ACEOF 14032 cat >>confdefs.h <<_ACEOF
13662#define HAVE_TOUCHLOCK 1 14033#define HAVE_TOUCHLOCK 1
13663_ACEOF 14034_ACEOF
@@ -13668,7 +14039,7 @@ done
13668for ac_header in maillock.h 14039for ac_header in maillock.h
13669do : 14040do :
13670 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default" 14041 ac_fn_c_check_header_mongrel "$LINENO" "maillock.h" "ac_cv_header_maillock_h" "$ac_includes_default"
13671if test "x$ac_cv_header_maillock_h" = x""yes; then : 14042if test "x$ac_cv_header_maillock_h" = xyes; then :
13672 cat >>confdefs.h <<_ACEOF 14043 cat >>confdefs.h <<_ACEOF
13673#define HAVE_MAILLOCK_H 1 14044#define HAVE_MAILLOCK_H 1
13674_ACEOF 14045_ACEOF
@@ -13738,8 +14109,7 @@ cfmakeraw cfsetspeed isnan copysign __executable_start
13738do : 14109do :
13739 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 14110 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13740ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 14111ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13741eval as_val=\$$as_ac_var 14112if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13742 if test "x$as_val" = x""yes; then :
13743 cat >>confdefs.h <<_ACEOF 14113 cat >>confdefs.h <<_ACEOF
13744#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 14114#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13745_ACEOF 14115_ACEOF
@@ -13750,7 +14120,7 @@ done
13750 14120
13751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5 14121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_unwind_init" >&5
13752$as_echo_n "checking for __builtin_unwind_init... " >&6; } 14122$as_echo_n "checking for __builtin_unwind_init... " >&6; }
13753if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : 14123if ${emacs_cv_func___builtin_unwind_init+:} false; then :
13754 $as_echo_n "(cached) " >&6 14124 $as_echo_n "(cached) " >&6
13755else 14125else
13756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -13783,7 +14153,7 @@ fi
13783for ac_header in sys/un.h 14153for ac_header in sys/un.h
13784do : 14154do :
13785 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default" 14155 ac_fn_c_check_header_mongrel "$LINENO" "sys/un.h" "ac_cv_header_sys_un_h" "$ac_includes_default"
13786if test "x$ac_cv_header_sys_un_h" = x""yes; then : 14156if test "x$ac_cv_header_sys_un_h" = xyes; then :
13787 cat >>confdefs.h <<_ACEOF 14157 cat >>confdefs.h <<_ACEOF
13788#define HAVE_SYS_UN_H 1 14158#define HAVE_SYS_UN_H 1
13789_ACEOF 14159_ACEOF
@@ -13795,7 +14165,7 @@ done
13795 14165
13796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 14166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
13797$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } 14167$as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
13798if test "${ac_cv_sys_largefile_source+set}" = set; then : 14168if ${ac_cv_sys_largefile_source+:} false; then :
13799 $as_echo_n "(cached) " >&6 14169 $as_echo_n "(cached) " >&6
13800else 14170else
13801 while :; do 14171 while :; do
@@ -13864,7 +14234,7 @@ fi
13864 14234
13865{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 14235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5
13866$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } 14236$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; }
13867if test "${ac_cv_func_getpgrp_void+set}" = set; then : 14237if ${ac_cv_func_getpgrp_void+:} false; then :
13868 $as_echo_n "(cached) " >&6 14238 $as_echo_n "(cached) " >&6
13869else 14239else
13870 # Use it with a single arg. 14240 # Use it with a single arg.
@@ -13900,7 +14270,7 @@ fi
13900for ac_func in grantpt 14270for ac_func in grantpt
13901do : 14271do :
13902 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" 14272 ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt"
13903if test "x$ac_cv_func_grantpt" = x""yes; then : 14273if test "x$ac_cv_func_grantpt" = xyes; then :
13904 cat >>confdefs.h <<_ACEOF 14274 cat >>confdefs.h <<_ACEOF
13905#define HAVE_GRANTPT 1 14275#define HAVE_GRANTPT 1
13906_ACEOF 14276_ACEOF
@@ -13913,7 +14283,7 @@ done
13913for ac_func in getpt 14283for ac_func in getpt
13914do : 14284do :
13915 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" 14285 ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt"
13916if test "x$ac_cv_func_getpt" = x""yes; then : 14286if test "x$ac_cv_func_getpt" = xyes; then :
13917 cat >>confdefs.h <<_ACEOF 14287 cat >>confdefs.h <<_ACEOF
13918#define HAVE_GETPT 1 14288#define HAVE_GETPT 1
13919_ACEOF 14289_ACEOF
@@ -13930,7 +14300,7 @@ done
13930have_tputs_et_al=true 14300have_tputs_et_al=true
13931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5 14301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tputs" >&5
13932$as_echo_n "checking for library containing tputs... " >&6; } 14302$as_echo_n "checking for library containing tputs... " >&6; }
13933if test "${ac_cv_search_tputs+set}" = set; then : 14303if ${ac_cv_search_tputs+:} false; then :
13934 $as_echo_n "(cached) " >&6 14304 $as_echo_n "(cached) " >&6
13935else 14305else
13936 ac_func_search_save_LIBS=$LIBS 14306 ac_func_search_save_LIBS=$LIBS
@@ -13964,11 +14334,11 @@ for ac_lib in '' ncurses terminfo termcap; do
13964fi 14334fi
13965rm -f core conftest.err conftest.$ac_objext \ 14335rm -f core conftest.err conftest.$ac_objext \
13966 conftest$ac_exeext 14336 conftest$ac_exeext
13967 if test "${ac_cv_search_tputs+set}" = set; then : 14337 if ${ac_cv_search_tputs+:} false; then :
13968 break 14338 break
13969fi 14339fi
13970done 14340done
13971if test "${ac_cv_search_tputs+set}" = set; then : 14341if ${ac_cv_search_tputs+:} false; then :
13972 14342
13973else 14343else
13974 ac_cv_search_tputs=no 14344 ac_cv_search_tputs=no
@@ -13987,7 +14357,7 @@ else
13987fi 14357fi
13988 14358
13989if test "$have_tputs_et_al" != true; then 14359if test "$have_tputs_et_al" != true; then
13990 as_fn_error "I couldn't find termcap functions (tputs and friends). 14360 as_fn_error $? "I couldn't find termcap functions (tputs and friends).
13991Maybe some development libraries/packages are missing? Try installing 14361Maybe some development libraries/packages are missing? Try installing
13992libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 14362libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5
13993fi 14363fi
@@ -14027,7 +14397,7 @@ case "$opsys" in
14027 freebsd) 14397 freebsd)
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5 14398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether FreeBSD is new enough to use terminfo" >&5
14029$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; } 14399$as_echo_n "checking whether FreeBSD is new enough to use terminfo... " >&6; }
14030 if test "${emacs_cv_freebsd_terminfo+set}" = set; then : 14400 if ${emacs_cv_freebsd_terminfo+:} false; then :
14031 $as_echo_n "(cached) " >&6 14401 $as_echo_n "(cached) " >&6
14032else 14402else
14033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 14403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14169,16 +14539,16 @@ LIBHESIOD=
14169if test "$with_hesiod" != no ; then 14539if test "$with_hesiod" != no ; then
14170 # Don't set $LIBS here -- see comments above. FIXME which comments? 14540 # Don't set $LIBS here -- see comments above. FIXME which comments?
14171 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send" 14541 ac_fn_c_check_func "$LINENO" "res_send" "ac_cv_func_res_send"
14172if test "x$ac_cv_func_res_send" = x""yes; then : 14542if test "x$ac_cv_func_res_send" = xyes; then :
14173 14543
14174else 14544else
14175 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send" 14545 ac_fn_c_check_func "$LINENO" "__res_send" "ac_cv_func___res_send"
14176if test "x$ac_cv_func___res_send" = x""yes; then : 14546if test "x$ac_cv_func___res_send" = xyes; then :
14177 14547
14178else 14548else
14179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5 14549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_send in -lresolv" >&5
14180$as_echo_n "checking for res_send in -lresolv... " >&6; } 14550$as_echo_n "checking for res_send in -lresolv... " >&6; }
14181if test "${ac_cv_lib_resolv_res_send+set}" = set; then : 14551if ${ac_cv_lib_resolv_res_send+:} false; then :
14182 $as_echo_n "(cached) " >&6 14552 $as_echo_n "(cached) " >&6
14183else 14553else
14184 ac_check_lib_save_LIBS=$LIBS 14554 ac_check_lib_save_LIBS=$LIBS
@@ -14212,12 +14582,12 @@ LIBS=$ac_check_lib_save_LIBS
14212fi 14582fi
14213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5 14583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_send" >&5
14214$as_echo "$ac_cv_lib_resolv_res_send" >&6; } 14584$as_echo "$ac_cv_lib_resolv_res_send" >&6; }
14215if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : 14585if test "x$ac_cv_lib_resolv_res_send" = xyes; then :
14216 resolv=yes 14586 resolv=yes
14217else 14587else
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5 14588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __res_send in -lresolv" >&5
14219$as_echo_n "checking for __res_send in -lresolv... " >&6; } 14589$as_echo_n "checking for __res_send in -lresolv... " >&6; }
14220if test "${ac_cv_lib_resolv___res_send+set}" = set; then : 14590if ${ac_cv_lib_resolv___res_send+:} false; then :
14221 $as_echo_n "(cached) " >&6 14591 $as_echo_n "(cached) " >&6
14222else 14592else
14223 ac_check_lib_save_LIBS=$LIBS 14593 ac_check_lib_save_LIBS=$LIBS
@@ -14251,7 +14621,7 @@ LIBS=$ac_check_lib_save_LIBS
14251fi 14621fi
14252{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5 14622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv___res_send" >&5
14253$as_echo "$ac_cv_lib_resolv___res_send" >&6; } 14623$as_echo "$ac_cv_lib_resolv___res_send" >&6; }
14254if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : 14624if test "x$ac_cv_lib_resolv___res_send" = xyes; then :
14255 resolv=yes 14625 resolv=yes
14256fi 14626fi
14257 14627
@@ -14267,12 +14637,12 @@ fi
14267 RESOLVLIB= 14637 RESOLVLIB=
14268 fi 14638 fi
14269 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost" 14639 ac_fn_c_check_func "$LINENO" "hes_getmailhost" "ac_cv_func_hes_getmailhost"
14270if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : 14640if test "x$ac_cv_func_hes_getmailhost" = xyes; then :
14271 14641
14272else 14642else
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5 14643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hes_getmailhost in -lhesiod" >&5
14274$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; } 14644$as_echo_n "checking for hes_getmailhost in -lhesiod... " >&6; }
14275if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : 14645if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then :
14276 $as_echo_n "(cached) " >&6 14646 $as_echo_n "(cached) " >&6
14277else 14647else
14278 ac_check_lib_save_LIBS=$LIBS 14648 ac_check_lib_save_LIBS=$LIBS
@@ -14306,7 +14676,7 @@ LIBS=$ac_check_lib_save_LIBS
14306fi 14676fi
14307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 14677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
14308$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; } 14678$as_echo "$ac_cv_lib_hesiod_hes_getmailhost" >&6; }
14309if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : 14679if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then :
14310 hesiod=yes 14680 hesiod=yes
14311else 14681else
14312 : 14682 :
@@ -14345,7 +14715,7 @@ KRB4LIB=
14345if test "${with_kerberos}" != no; then 14715if test "${with_kerberos}" != no; then
14346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5 14716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for com_err in -lcom_err" >&5
14347$as_echo_n "checking for com_err in -lcom_err... " >&6; } 14717$as_echo_n "checking for com_err in -lcom_err... " >&6; }
14348if test "${ac_cv_lib_com_err_com_err+set}" = set; then : 14718if ${ac_cv_lib_com_err_com_err+:} false; then :
14349 $as_echo_n "(cached) " >&6 14719 $as_echo_n "(cached) " >&6
14350else 14720else
14351 ac_check_lib_save_LIBS=$LIBS 14721 ac_check_lib_save_LIBS=$LIBS
@@ -14379,7 +14749,7 @@ LIBS=$ac_check_lib_save_LIBS
14379fi 14749fi
14380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5 14750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_com_err_com_err" >&5
14381$as_echo "$ac_cv_lib_com_err_com_err" >&6; } 14751$as_echo "$ac_cv_lib_com_err_com_err" >&6; }
14382if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : 14752if test "x$ac_cv_lib_com_err_com_err" = xyes; then :
14383 have_com_err=yes 14753 have_com_err=yes
14384else 14754else
14385 have_com_err=no 14755 have_com_err=no
@@ -14394,7 +14764,7 @@ $as_echo "#define HAVE_LIBCOM_ERR 1" >>confdefs.h
14394 fi 14764 fi
14395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5 14765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lcrypto" >&5
14396$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; } 14766$as_echo_n "checking for mit_des_cbc_encrypt in -lcrypto... " >&6; }
14397if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : 14767if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then :
14398 $as_echo_n "(cached) " >&6 14768 $as_echo_n "(cached) " >&6
14399else 14769else
14400 ac_check_lib_save_LIBS=$LIBS 14770 ac_check_lib_save_LIBS=$LIBS
@@ -14428,7 +14798,7 @@ LIBS=$ac_check_lib_save_LIBS
14428fi 14798fi
14429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 14799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
14430$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; } 14800$as_echo "$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6; }
14431if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : 14801if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then :
14432 have_crypto=yes 14802 have_crypto=yes
14433else 14803else
14434 have_crypto=no 14804 have_crypto=no
@@ -14443,7 +14813,7 @@ $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
14443 fi 14813 fi
14444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 14814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
14445$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; } 14815$as_echo_n "checking for mit_des_cbc_encrypt in -lk5crypto... " >&6; }
14446if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : 14816if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then :
14447 $as_echo_n "(cached) " >&6 14817 $as_echo_n "(cached) " >&6
14448else 14818else
14449 ac_check_lib_save_LIBS=$LIBS 14819 ac_check_lib_save_LIBS=$LIBS
@@ -14477,7 +14847,7 @@ LIBS=$ac_check_lib_save_LIBS
14477fi 14847fi
14478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 14848{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
14479$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; } 14849$as_echo "$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6; }
14480if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : 14850if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then :
14481 have_k5crypto=yes 14851 have_k5crypto=yes
14482else 14852else
14483 have_k5crypto=no 14853 have_k5crypto=no
@@ -14492,7 +14862,7 @@ $as_echo "#define HAVE_LIBK5CRYPTO 1" >>confdefs.h
14492 fi 14862 fi
14493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5 14863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb5_init_context in -lkrb5" >&5
14494$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; } 14864$as_echo_n "checking for krb5_init_context in -lkrb5... " >&6; }
14495if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : 14865if ${ac_cv_lib_krb5_krb5_init_context+:} false; then :
14496 $as_echo_n "(cached) " >&6 14866 $as_echo_n "(cached) " >&6
14497else 14867else
14498 ac_check_lib_save_LIBS=$LIBS 14868 ac_check_lib_save_LIBS=$LIBS
@@ -14526,7 +14896,7 @@ LIBS=$ac_check_lib_save_LIBS
14526fi 14896fi
14527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5 14897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb5_krb5_init_context" >&5
14528$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; } 14898$as_echo "$ac_cv_lib_krb5_krb5_init_context" >&6; }
14529if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : 14899if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then :
14530 have_krb5=yes 14900 have_krb5=yes
14531else 14901else
14532 have_krb5=no 14902 have_krb5=no
@@ -14542,7 +14912,7 @@ $as_echo "#define HAVE_LIBKRB5 1" >>confdefs.h
14542 if test "${with_kerberos5}" = no; then 14912 if test "${with_kerberos5}" = no; then
14543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5 14913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes425" >&5
14544$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; } 14914$as_echo_n "checking for des_cbc_encrypt in -ldes425... " >&6; }
14545if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : 14915if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then :
14546 $as_echo_n "(cached) " >&6 14916 $as_echo_n "(cached) " >&6
14547else 14917else
14548 ac_check_lib_save_LIBS=$LIBS 14918 ac_check_lib_save_LIBS=$LIBS
@@ -14576,7 +14946,7 @@ LIBS=$ac_check_lib_save_LIBS
14576fi 14946fi
14577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 14947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
14578$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; } 14948$as_echo "$ac_cv_lib_des425_des_cbc_encrypt" >&6; }
14579if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : 14949if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then :
14580 have_des425=yes 14950 have_des425=yes
14581else 14951else
14582 have_des425=no 14952 have_des425=no
@@ -14591,7 +14961,7 @@ $as_echo "#define HAVE_LIBDES425 1" >>confdefs.h
14591 else 14961 else
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5 14962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for des_cbc_encrypt in -ldes" >&5
14593$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; } 14963$as_echo_n "checking for des_cbc_encrypt in -ldes... " >&6; }
14594if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : 14964if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then :
14595 $as_echo_n "(cached) " >&6 14965 $as_echo_n "(cached) " >&6
14596else 14966else
14597 ac_check_lib_save_LIBS=$LIBS 14967 ac_check_lib_save_LIBS=$LIBS
@@ -14625,7 +14995,7 @@ LIBS=$ac_check_lib_save_LIBS
14625fi 14995fi
14626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 14996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
14627$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; } 14997$as_echo "$ac_cv_lib_des_des_cbc_encrypt" >&6; }
14628if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : 14998if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then :
14629 have_des=yes 14999 have_des=yes
14630else 15000else
14631 have_des=no 15001 have_des=no
@@ -14641,7 +15011,7 @@ $as_echo "#define HAVE_LIBDES 1" >>confdefs.h
14641 fi 15011 fi
14642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5 15012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb4" >&5
14643$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; } 15013$as_echo_n "checking for krb_get_cred in -lkrb4... " >&6; }
14644if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : 15014if ${ac_cv_lib_krb4_krb_get_cred+:} false; then :
14645 $as_echo_n "(cached) " >&6 15015 $as_echo_n "(cached) " >&6
14646else 15016else
14647 ac_check_lib_save_LIBS=$LIBS 15017 ac_check_lib_save_LIBS=$LIBS
@@ -14675,7 +15045,7 @@ LIBS=$ac_check_lib_save_LIBS
14675fi 15045fi
14676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5 15046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb4_krb_get_cred" >&5
14677$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; } 15047$as_echo "$ac_cv_lib_krb4_krb_get_cred" >&6; }
14678if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : 15048if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then :
14679 have_krb4=yes 15049 have_krb4=yes
14680else 15050else
14681 have_krb4=no 15051 have_krb4=no
@@ -14690,7 +15060,7 @@ $as_echo "#define HAVE_LIBKRB4 1" >>confdefs.h
14690 else 15060 else
14691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5 15061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for krb_get_cred in -lkrb" >&5
14692$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; } 15062$as_echo_n "checking for krb_get_cred in -lkrb... " >&6; }
14693if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : 15063if ${ac_cv_lib_krb_krb_get_cred+:} false; then :
14694 $as_echo_n "(cached) " >&6 15064 $as_echo_n "(cached) " >&6
14695else 15065else
14696 ac_check_lib_save_LIBS=$LIBS 15066 ac_check_lib_save_LIBS=$LIBS
@@ -14724,7 +15094,7 @@ LIBS=$ac_check_lib_save_LIBS
14724fi 15094fi
14725{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5 15095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_krb_krb_get_cred" >&5
14726$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; } 15096$as_echo "$ac_cv_lib_krb_krb_get_cred" >&6; }
14727if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : 15097if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then :
14728 have_krb=yes 15098 have_krb=yes
14729else 15099else
14730 have_krb=no 15100 have_krb=no
@@ -14744,13 +15114,13 @@ $as_echo "#define HAVE_LIBKRB 1" >>confdefs.h
14744 for ac_header in krb5.h 15114 for ac_header in krb5.h
14745do : 15115do :
14746 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default" 15116 ac_fn_c_check_header_mongrel "$LINENO" "krb5.h" "ac_cv_header_krb5_h" "$ac_includes_default"
14747if test "x$ac_cv_header_krb5_h" = x""yes; then : 15117if test "x$ac_cv_header_krb5_h" = xyes; then :
14748 cat >>confdefs.h <<_ACEOF 15118 cat >>confdefs.h <<_ACEOF
14749#define HAVE_KRB5_H 1 15119#define HAVE_KRB5_H 1
14750_ACEOF 15120_ACEOF
14751 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h> 15121 ac_fn_c_check_member "$LINENO" "krb5_error" "text" "ac_cv_member_krb5_error_text" "#include <krb5.h>
14752" 15122"
14753if test "x$ac_cv_member_krb5_error_text" = x""yes; then : 15123if test "x$ac_cv_member_krb5_error_text" = xyes; then :
14754 15124
14755cat >>confdefs.h <<_ACEOF 15125cat >>confdefs.h <<_ACEOF
14756#define HAVE_KRB5_ERROR_TEXT 1 15126#define HAVE_KRB5_ERROR_TEXT 1
@@ -14760,7 +15130,7 @@ _ACEOF
14760fi 15130fi
14761ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> 15131ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h>
14762" 15132"
14763if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : 15133if test "x$ac_cv_member_krb5_error_e_text" = xyes; then :
14764 15134
14765cat >>confdefs.h <<_ACEOF 15135cat >>confdefs.h <<_ACEOF
14766#define HAVE_KRB5_ERROR_E_TEXT 1 15136#define HAVE_KRB5_ERROR_E_TEXT 1
@@ -14777,7 +15147,7 @@ done
14777 for ac_header in des.h 15147 for ac_header in des.h
14778do : 15148do :
14779 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default" 15149 ac_fn_c_check_header_mongrel "$LINENO" "des.h" "ac_cv_header_des_h" "$ac_includes_default"
14780if test "x$ac_cv_header_des_h" = x""yes; then : 15150if test "x$ac_cv_header_des_h" = xyes; then :
14781 cat >>confdefs.h <<_ACEOF 15151 cat >>confdefs.h <<_ACEOF
14782#define HAVE_DES_H 1 15152#define HAVE_DES_H 1
14783_ACEOF 15153_ACEOF
@@ -14786,7 +15156,7 @@ else
14786 for ac_header in kerberosIV/des.h 15156 for ac_header in kerberosIV/des.h
14787do : 15157do :
14788 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default" 15158 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/des.h" "ac_cv_header_kerberosIV_des_h" "$ac_includes_default"
14789if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : 15159if test "x$ac_cv_header_kerberosIV_des_h" = xyes; then :
14790 cat >>confdefs.h <<_ACEOF 15160 cat >>confdefs.h <<_ACEOF
14791#define HAVE_KERBEROSIV_DES_H 1 15161#define HAVE_KERBEROSIV_DES_H 1
14792_ACEOF 15162_ACEOF
@@ -14795,7 +15165,7 @@ else
14795 for ac_header in kerberos/des.h 15165 for ac_header in kerberos/des.h
14796do : 15166do :
14797 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default" 15167 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/des.h" "ac_cv_header_kerberos_des_h" "$ac_includes_default"
14798if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : 15168if test "x$ac_cv_header_kerberos_des_h" = xyes; then :
14799 cat >>confdefs.h <<_ACEOF 15169 cat >>confdefs.h <<_ACEOF
14800#define HAVE_KERBEROS_DES_H 1 15170#define HAVE_KERBEROS_DES_H 1
14801_ACEOF 15171_ACEOF
@@ -14815,7 +15185,7 @@ done
14815 for ac_header in krb.h 15185 for ac_header in krb.h
14816do : 15186do :
14817 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default" 15187 ac_fn_c_check_header_mongrel "$LINENO" "krb.h" "ac_cv_header_krb_h" "$ac_includes_default"
14818if test "x$ac_cv_header_krb_h" = x""yes; then : 15188if test "x$ac_cv_header_krb_h" = xyes; then :
14819 cat >>confdefs.h <<_ACEOF 15189 cat >>confdefs.h <<_ACEOF
14820#define HAVE_KRB_H 1 15190#define HAVE_KRB_H 1
14821_ACEOF 15191_ACEOF
@@ -14824,7 +15194,7 @@ else
14824 for ac_header in kerberosIV/krb.h 15194 for ac_header in kerberosIV/krb.h
14825do : 15195do :
14826 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default" 15196 ac_fn_c_check_header_mongrel "$LINENO" "kerberosIV/krb.h" "ac_cv_header_kerberosIV_krb_h" "$ac_includes_default"
14827if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : 15197if test "x$ac_cv_header_kerberosIV_krb_h" = xyes; then :
14828 cat >>confdefs.h <<_ACEOF 15198 cat >>confdefs.h <<_ACEOF
14829#define HAVE_KERBEROSIV_KRB_H 1 15199#define HAVE_KERBEROSIV_KRB_H 1
14830_ACEOF 15200_ACEOF
@@ -14833,7 +15203,7 @@ else
14833 for ac_header in kerberos/krb.h 15203 for ac_header in kerberos/krb.h
14834do : 15204do :
14835 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default" 15205 ac_fn_c_check_header_mongrel "$LINENO" "kerberos/krb.h" "ac_cv_header_kerberos_krb_h" "$ac_includes_default"
14836if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : 15206if test "x$ac_cv_header_kerberos_krb_h" = xyes; then :
14837 cat >>confdefs.h <<_ACEOF 15207 cat >>confdefs.h <<_ACEOF
14838#define HAVE_KERBEROS_KRB_H 1 15208#define HAVE_KERBEROS_KRB_H 1
14839_ACEOF 15209_ACEOF
@@ -14854,7 +15224,7 @@ done
14854 for ac_header in com_err.h 15224 for ac_header in com_err.h
14855do : 15225do :
14856 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default" 15226 ac_fn_c_check_header_mongrel "$LINENO" "com_err.h" "ac_cv_header_com_err_h" "$ac_includes_default"
14857if test "x$ac_cv_header_com_err_h" = x""yes; then : 15227if test "x$ac_cv_header_com_err_h" = xyes; then :
14858 cat >>confdefs.h <<_ACEOF 15228 cat >>confdefs.h <<_ACEOF
14859#define HAVE_COM_ERR_H 1 15229#define HAVE_COM_ERR_H 1
14860_ACEOF 15230_ACEOF
@@ -14875,7 +15245,7 @@ fi
14875# to return localized messages. 15245# to return localized messages.
14876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 15246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5
14877$as_echo_n "checking for dgettext in -lintl... " >&6; } 15247$as_echo_n "checking for dgettext in -lintl... " >&6; }
14878if test "${ac_cv_lib_intl_dgettext+set}" = set; then : 15248if ${ac_cv_lib_intl_dgettext+:} false; then :
14879 $as_echo_n "(cached) " >&6 15249 $as_echo_n "(cached) " >&6
14880else 15250else
14881 ac_check_lib_save_LIBS=$LIBS 15251 ac_check_lib_save_LIBS=$LIBS
@@ -14909,7 +15279,7 @@ LIBS=$ac_check_lib_save_LIBS
14909fi 15279fi
14910{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 15280{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
14911$as_echo "$ac_cv_lib_intl_dgettext" >&6; } 15281$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
14912if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : 15282if test "x$ac_cv_lib_intl_dgettext" = xyes; then :
14913 cat >>confdefs.h <<_ACEOF 15283 cat >>confdefs.h <<_ACEOF
14914#define HAVE_LIBINTL 1 15284#define HAVE_LIBINTL 1
14915_ACEOF 15285_ACEOF
@@ -14921,7 +15291,7 @@ fi
14921 15291
14922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 15292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5
14923$as_echo_n "checking whether localtime caches TZ... " >&6; } 15293$as_echo_n "checking whether localtime caches TZ... " >&6; }
14924if test "${emacs_cv_localtime_cache+set}" = set; then : 15294if ${emacs_cv_localtime_cache+:} false; then :
14925 $as_echo_n "(cached) " >&6 15295 $as_echo_n "(cached) " >&6
14926else 15296else
14927 if test x$ac_cv_func_tzset = xyes; then 15297 if test x$ac_cv_func_tzset = xyes; then
@@ -14980,7 +15350,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then
14980 for ac_func in gettimeofday 15350 for ac_func in gettimeofday
14981do : 15351do :
14982 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" 15352 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday"
14983if test "x$ac_cv_func_gettimeofday" = x""yes; then : 15353if test "x$ac_cv_func_gettimeofday" = xyes; then :
14984 cat >>confdefs.h <<_ACEOF 15354 cat >>confdefs.h <<_ACEOF
14985#define HAVE_GETTIMEOFDAY 1 15355#define HAVE_GETTIMEOFDAY 1
14986_ACEOF 15356_ACEOF
@@ -14991,7 +15361,7 @@ done
14991 if test $ac_cv_func_gettimeofday = yes; then 15361 if test $ac_cv_func_gettimeofday = yes; then
14992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5 15362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gettimeofday can accept two arguments" >&5
14993$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; } 15363$as_echo_n "checking whether gettimeofday can accept two arguments... " >&6; }
14994if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : 15364if ${emacs_cv_gettimeofday_two_arguments+:} false; then :
14995 $as_echo_n "(cached) " >&6 15365 $as_echo_n "(cached) " >&6
14996else 15366else
14997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15035,7 +15405,7 @@ fi
15035 15405
15036ok_so_far=yes 15406ok_so_far=yes
15037ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" 15407ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
15038if test "x$ac_cv_func_socket" = x""yes; then : 15408if test "x$ac_cv_func_socket" = xyes; then :
15039 15409
15040else 15410else
15041 ok_so_far=no 15411 ok_so_far=no
@@ -15043,7 +15413,7 @@ fi
15043 15413
15044if test $ok_so_far = yes; then 15414if test $ok_so_far = yes; then
15045 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" 15415 ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
15046if test "x$ac_cv_header_netinet_in_h" = x""yes; then : 15416if test "x$ac_cv_header_netinet_in_h" = xyes; then :
15047 15417
15048else 15418else
15049 ok_so_far=no 15419 ok_so_far=no
@@ -15053,7 +15423,7 @@ fi
15053fi 15423fi
15054if test $ok_so_far = yes; then 15424if test $ok_so_far = yes; then
15055 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" 15425 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default"
15056if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : 15426if test "x$ac_cv_header_arpa_inet_h" = xyes; then :
15057 15427
15058else 15428else
15059 ok_so_far=no 15429 ok_so_far=no
@@ -15087,7 +15457,7 @@ $as_echo "no" >&6; }
15087fi 15457fi
15088 15458
15089ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 15459ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15090if test "x$ac_cv_type_pid_t" = x""yes; then : 15460if test "x$ac_cv_type_pid_t" = xyes; then :
15091 15461
15092else 15462else
15093 15463
@@ -15100,7 +15470,7 @@ fi
15100for ac_header in vfork.h 15470for ac_header in vfork.h
15101do : 15471do :
15102 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" 15472 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
15103if test "x$ac_cv_header_vfork_h" = x""yes; then : 15473if test "x$ac_cv_header_vfork_h" = xyes; then :
15104 cat >>confdefs.h <<_ACEOF 15474 cat >>confdefs.h <<_ACEOF
15105#define HAVE_VFORK_H 1 15475#define HAVE_VFORK_H 1
15106_ACEOF 15476_ACEOF
@@ -15113,8 +15483,7 @@ for ac_func in fork vfork
15113do : 15483do :
15114 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 15484 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15115ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 15485ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15116eval as_val=\$$as_ac_var 15486if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15117 if test "x$as_val" = x""yes; then :
15118 cat >>confdefs.h <<_ACEOF 15487 cat >>confdefs.h <<_ACEOF
15119#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 15488#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15120_ACEOF 15489_ACEOF
@@ -15125,7 +15494,7 @@ done
15125if test "x$ac_cv_func_fork" = xyes; then 15494if test "x$ac_cv_func_fork" = xyes; then
15126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 15495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
15127$as_echo_n "checking for working fork... " >&6; } 15496$as_echo_n "checking for working fork... " >&6; }
15128if test "${ac_cv_func_fork_works+set}" = set; then : 15497if ${ac_cv_func_fork_works+:} false; then :
15129 $as_echo_n "(cached) " >&6 15498 $as_echo_n "(cached) " >&6
15130else 15499else
15131 if test "$cross_compiling" = yes; then : 15500 if test "$cross_compiling" = yes; then :
@@ -15178,7 +15547,7 @@ ac_cv_func_vfork_works=$ac_cv_func_vfork
15178if test "x$ac_cv_func_vfork" = xyes; then 15547if test "x$ac_cv_func_vfork" = xyes; then
15179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 15548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
15180$as_echo_n "checking for working vfork... " >&6; } 15549$as_echo_n "checking for working vfork... " >&6; }
15181if test "${ac_cv_func_vfork_works+set}" = set; then : 15550if ${ac_cv_func_vfork_works+:} false; then :
15182 $as_echo_n "(cached) " >&6 15551 $as_echo_n "(cached) " >&6
15183else 15552else
15184 if test "$cross_compiling" = yes; then : 15553 if test "$cross_compiling" = yes; then :
@@ -15315,7 +15684,7 @@ fi
15315for ac_func in snprintf 15684for ac_func in snprintf
15316do : 15685do :
15317 ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" 15686 ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf"
15318if test "x$ac_cv_func_snprintf" = x""yes; then : 15687if test "x$ac_cv_func_snprintf" = xyes; then :
15319 cat >>confdefs.h <<_ACEOF 15688 cat >>confdefs.h <<_ACEOF
15320#define HAVE_SNPRINTF 1 15689#define HAVE_SNPRINTF 1
15321_ACEOF 15690_ACEOF
@@ -15326,7 +15695,7 @@ done
15326 15695
15327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 15696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
15328$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } 15697$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
15329if test "${emacs_cv_langinfo_codeset+set}" = set; then : 15698if ${emacs_cv_langinfo_codeset+:} false; then :
15330 $as_echo_n "(cached) " >&6 15699 $as_echo_n "(cached) " >&6
15331else 15700else
15332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15359,7 +15728,7 @@ fi
15359 15728
15360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 15729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
15361$as_echo_n "checking for mbstate_t... " >&6; } 15730$as_echo_n "checking for mbstate_t... " >&6; }
15362if test "${ac_cv_type_mbstate_t+set}" = set; then : 15731if ${ac_cv_type_mbstate_t+:} false; then :
15363 $as_echo_n "(cached) " >&6 15732 $as_echo_n "(cached) " >&6
15364else 15733else
15365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15395,7 +15764,7 @@ $as_echo "#define mbstate_t int" >>confdefs.h
15395 15764
15396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5 15765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C restricted array declarations" >&5
15397$as_echo_n "checking for C restricted array declarations... " >&6; } 15766$as_echo_n "checking for C restricted array declarations... " >&6; }
15398if test "${emacs_cv_c_restrict_arr+set}" = set; then : 15767if ${emacs_cv_c_restrict_arr+:} false; then :
15399 $as_echo_n "(cached) " >&6 15768 $as_echo_n "(cached) " >&6
15400else 15769else
15401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 15770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15434,7 +15803,7 @@ if test "x$GCC" = xyes \
15434 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ 15803 && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \
15435 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ 15804 && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \
15436 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then 15805 && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then
15437 as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 15806 as_fn_error $? "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5
15438fi 15807fi
15439 15808
15440version=$PACKAGE_VERSION 15809version=$PACKAGE_VERSION
@@ -15677,14 +16046,16 @@ fi
15677 16046
15678 16047
15679 16048
16049
15680 LIBC_FATAL_STDERR_=1 16050 LIBC_FATAL_STDERR_=1
15681 export LIBC_FATAL_STDERR_ 16051 export LIBC_FATAL_STDERR_
15682 16052
16053
15683# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 16054# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
15684# for constant arguments. Useless! 16055# for constant arguments. Useless!
15685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 16056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
15686$as_echo_n "checking for working alloca.h... " >&6; } 16057$as_echo_n "checking for working alloca.h... " >&6; }
15687if test "${ac_cv_working_alloca_h+set}" = set; then : 16058if ${ac_cv_working_alloca_h+:} false; then :
15688 $as_echo_n "(cached) " >&6 16059 $as_echo_n "(cached) " >&6
15689else 16060else
15690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15717,7 +16088,7 @@ fi
15717 16088
15718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 16089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
15719$as_echo_n "checking for alloca... " >&6; } 16090$as_echo_n "checking for alloca... " >&6; }
15720if test "${ac_cv_func_alloca_works+set}" = set; then : 16091if ${ac_cv_func_alloca_works+:} false; then :
15721 $as_echo_n "(cached) " >&6 16092 $as_echo_n "(cached) " >&6
15722else 16093else
15723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15736,7 +16107,7 @@ else
15736 #pragma alloca 16107 #pragma alloca
15737# else 16108# else
15738# ifndef alloca /* predefined by HP cc +Olibcalls */ 16109# ifndef alloca /* predefined by HP cc +Olibcalls */
15739char *alloca (); 16110void *alloca (size_t);
15740# endif 16111# endif
15741# endif 16112# endif
15742# endif 16113# endif
@@ -15784,7 +16155,7 @@ $as_echo "#define C_ALLOCA 1" >>confdefs.h
15784 16155
15785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5 16156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
15786$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } 16157$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
15787if test "${ac_cv_os_cray+set}" = set; then : 16158if ${ac_cv_os_cray+:} false; then :
15788 $as_echo_n "(cached) " >&6 16159 $as_echo_n "(cached) " >&6
15789else 16160else
15790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -15811,8 +16182,7 @@ if test $ac_cv_os_cray = yes; then
15811 for ac_func in _getb67 GETB67 getb67; do 16182 for ac_func in _getb67 GETB67 getb67; do
15812 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 16183 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15813ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 16184ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15814eval as_val=\$$as_ac_var 16185if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15815 if test "x$as_val" = x""yes; then :
15816 16186
15817cat >>confdefs.h <<_ACEOF 16187cat >>confdefs.h <<_ACEOF
15818#define CRAY_STACKSEG_END $ac_func 16188#define CRAY_STACKSEG_END $ac_func
@@ -15826,7 +16196,7 @@ fi
15826 16196
15827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 16197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
15828$as_echo_n "checking stack direction for C alloca... " >&6; } 16198$as_echo_n "checking stack direction for C alloca... " >&6; }
15829if test "${ac_cv_c_stack_direction+set}" = set; then : 16199if ${ac_cv_c_stack_direction+:} false; then :
15830 $as_echo_n "(cached) " >&6 16200 $as_echo_n "(cached) " >&6
15831else 16201else
15832 if test "$cross_compiling" = yes; then : 16202 if test "$cross_compiling" = yes; then :
@@ -15878,8 +16248,7 @@ fi
15878do : 16248do :
15879 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 16249 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15880ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 16250ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15881eval as_val=\$$as_ac_var 16251if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
15882 if test "x$as_val" = x""yes; then :
15883 cat >>confdefs.h <<_ACEOF 16252 cat >>confdefs.h <<_ACEOF
15884#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 16253#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15885_ACEOF 16254_ACEOF
@@ -15892,7 +16261,7 @@ done
15892 16261
15893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 16262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
15894$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 16263$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
15895if test "${ac_cv_c_bigendian+set}" = set; then : 16264if ${ac_cv_c_bigendian+:} false; then :
15896 $as_echo_n "(cached) " >&6 16265 $as_echo_n "(cached) " >&6
15897else 16266else
15898 ac_cv_c_bigendian=unknown 16267 ac_cv_c_bigendian=unknown
@@ -16110,14 +16479,14 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
16110 16479
16111 ;; #( 16480 ;; #(
16112 *) 16481 *)
16113 as_fn_error "unknown endianness 16482 as_fn_error $? "unknown endianness
16114 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 16483 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
16115 esac 16484 esac
16116 16485
16117 16486
16118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 16487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
16119$as_echo_n "checking for inline... " >&6; } 16488$as_echo_n "checking for inline... " >&6; }
16120if test "${ac_cv_c_inline+set}" = set; then : 16489if ${ac_cv_c_inline+:} false; then :
16121 $as_echo_n "(cached) " >&6 16490 $as_echo_n "(cached) " >&6
16122else 16491else
16123 ac_cv_c_inline=no 16492 ac_cv_c_inline=no
@@ -16160,7 +16529,7 @@ esac
16160 16529
16161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5 16530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtold conforms to C99" >&5
16162$as_echo_n "checking whether strtold conforms to C99... " >&6; } 16531$as_echo_n "checking whether strtold conforms to C99... " >&6; }
16163if test "${gl_cv_func_c99_strtold+set}" = set; then : 16532if ${gl_cv_func_c99_strtold+:} false; then :
16164 $as_echo_n "(cached) " >&6 16533 $as_echo_n "(cached) " >&6
16165else 16534else
16166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16314,11 +16683,9 @@ $as_echo "#define HAVE_C99_STRTOLD 1" >>confdefs.h
16314 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0; 16683 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0;
16315 16684
16316 16685
16317
16318
16319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5 16686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for st_dm_mode in struct stat" >&5
16320$as_echo_n "checking for st_dm_mode in struct stat... " >&6; } 16687$as_echo_n "checking for st_dm_mode in struct stat... " >&6; }
16321if test "${ac_cv_struct_st_dm_mode+set}" = set; then : 16688if ${ac_cv_struct_st_dm_mode+:} false; then :
16322 $as_echo_n "(cached) " >&6 16689 $as_echo_n "(cached) " >&6
16323else 16690else
16324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16352,7 +16719,7 @@ $as_echo "#define HAVE_ST_DM_MODE 1" >>confdefs.h
16352 16719
16353 16720
16354ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" 16721ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default"
16355if test "x$ac_cv_have_decl_strmode" = x""yes; then : 16722if test "x$ac_cv_have_decl_strmode" = xyes; then :
16356 ac_have_decl=1 16723 ac_have_decl=1
16357else 16724else
16358 ac_have_decl=0 16725 ac_have_decl=0
@@ -16433,7 +16800,7 @@ _ACEOF
16433 16800
16434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 16801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5
16435$as_echo_n "checking whether the preprocessor supports include_next... " >&6; } 16802$as_echo_n "checking whether the preprocessor supports include_next... " >&6; }
16436if test "${gl_cv_have_include_next+set}" = set; then : 16803if ${gl_cv_have_include_next+:} false; then :
16437 $as_echo_n "(cached) " >&6 16804 $as_echo_n "(cached) " >&6
16438else 16805else
16439 rm -rf conftestd1a conftestd1b conftestd2 16806 rm -rf conftestd1a conftestd1b conftestd2
@@ -16513,7 +16880,7 @@ $as_echo "$gl_cv_have_include_next" >&6; }
16513 16880
16514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 16881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5
16515$as_echo_n "checking whether system header files limit the line length... " >&6; } 16882$as_echo_n "checking whether system header files limit the line length... " >&6; }
16516if test "${gl_cv_pragma_columns+set}" = set; then : 16883if ${gl_cv_pragma_columns+:} false; then :
16517 $as_echo_n "(cached) " >&6 16884 $as_echo_n "(cached) " >&6
16518else 16885else
16519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 16886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -16563,7 +16930,7 @@ $as_echo "$gl_cv_pragma_columns" >&6; }
16563 else 16930 else
16564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5 16931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <getopt.h>" >&5
16565$as_echo_n "checking absolute name of <getopt.h>... " >&6; } 16932$as_echo_n "checking absolute name of <getopt.h>... " >&6; }
16566if test "${gl_cv_next_getopt_h+set}" = set; then : 16933if ${gl_cv_next_getopt_h+:} false; then :
16567 $as_echo_n "(cached) " >&6 16934 $as_echo_n "(cached) " >&6
16568else 16935else
16569 16936
@@ -16622,7 +16989,7 @@ $as_echo "$gl_cv_next_getopt_h" >&6; }
16622 for ac_header in getopt.h 16989 for ac_header in getopt.h
16623do : 16990do :
16624 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" 16991 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
16625if test "x$ac_cv_header_getopt_h" = x""yes; then : 16992if test "x$ac_cv_header_getopt_h" = xyes; then :
16626 cat >>confdefs.h <<_ACEOF 16993 cat >>confdefs.h <<_ACEOF
16627#define HAVE_GETOPT_H 1 16994#define HAVE_GETOPT_H 1
16628_ACEOF 16995_ACEOF
@@ -16639,7 +17006,7 @@ done
16639 for ac_func in getopt_long_only 17006 for ac_func in getopt_long_only
16640do : 17007do :
16641 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" 17008 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
16642if test "x$ac_cv_func_getopt_long_only" = x""yes; then : 17009if test "x$ac_cv_func_getopt_long_only" = xyes; then :
16643 cat >>confdefs.h <<_ACEOF 17010 cat >>confdefs.h <<_ACEOF
16644#define HAVE_GETOPT_LONG_ONLY 1 17011#define HAVE_GETOPT_LONG_ONLY 1
16645_ACEOF 17012_ACEOF
@@ -16654,7 +17021,7 @@ done
16654 if test -z "$gl_replace_getopt"; then 17021 if test -z "$gl_replace_getopt"; then
16655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 17022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5
16656$as_echo_n "checking whether getopt is POSIX compatible... " >&6; } 17023$as_echo_n "checking whether getopt is POSIX compatible... " >&6; }
16657if test "${gl_cv_func_getopt_posix+set}" = set; then : 17024if ${gl_cv_func_getopt_posix+:} false; then :
16658 $as_echo_n "(cached) " >&6 17025 $as_echo_n "(cached) " >&6
16659else 17026else
16660 17027
@@ -16811,7 +17178,7 @@ $as_echo "$gl_cv_func_getopt_posix" >&6; }
16811 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then 17178 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
16812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 17179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5
16813$as_echo_n "checking for working GNU getopt function... " >&6; } 17180$as_echo_n "checking for working GNU getopt function... " >&6; }
16814if test "${gl_cv_func_getopt_gnu+set}" = set; then : 17181if ${gl_cv_func_getopt_gnu+:} false; then :
16815 $as_echo_n "(cached) " >&6 17182 $as_echo_n "(cached) " >&6
16816else 17183else
16817 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the 17184 # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
@@ -16842,11 +17209,99 @@ else
16842 #include <stddef.h> 17209 #include <stddef.h>
16843 #include <string.h> 17210 #include <string.h>
16844 17211
17212#include <stdlib.h>
17213#if defined __MACH__ && defined __APPLE__
17214/* Avoid a crash on MacOS X. */
17215#include <mach/mach.h>
17216#include <mach/mach_error.h>
17217#include <mach/thread_status.h>
17218#include <mach/exception.h>
17219#include <mach/task.h>
17220#include <pthread.h>
17221/* The exception port on which our thread listens. */
17222static mach_port_t our_exception_port;
17223/* The main function of the thread listening for exceptions of type
17224 EXC_BAD_ACCESS. */
17225static void *
17226mach_exception_thread (void *arg)
17227{
17228 /* Buffer for a message to be received. */
17229 struct {
17230 mach_msg_header_t head;
17231 mach_msg_body_t msgh_body;
17232 char data[1024];
17233 } msg;
17234 mach_msg_return_t retval;
17235 /* Wait for a message on the exception port. */
17236 retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
17237 our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
17238 if (retval != MACH_MSG_SUCCESS)
17239 abort ();
17240 exit (1);
17241}
17242static void
17243nocrash_init (void)
17244{
17245 mach_port_t self = mach_task_self ();
17246 /* Allocate a port on which the thread shall listen for exceptions. */
17247 if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
17248 == KERN_SUCCESS) {
17249 /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
17250 if (mach_port_insert_right (self, our_exception_port, our_exception_port,
17251 MACH_MSG_TYPE_MAKE_SEND)
17252 == KERN_SUCCESS) {
17253 /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
17254 for us. */
17255 exception_mask_t mask = EXC_MASK_BAD_ACCESS;
17256 /* Create the thread listening on the exception port. */
17257 pthread_attr_t attr;
17258 pthread_t thread;
17259 if (pthread_attr_init (&attr) == 0
17260 && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
17261 && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
17262 pthread_attr_destroy (&attr);
17263 /* Replace the exception port info for these exceptions with our own.
17264 Note that we replace the exception port for the entire task, not only
17265 for a particular thread. This has the effect that when our exception
17266 port gets the message, the thread specific exception port has already
17267 been asked, and we don't need to bother about it.
17268 See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
17269 task_set_exception_ports (self, mask, our_exception_port,
17270 EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
17271 }
17272 }
17273 }
17274}
17275#else
17276/* Avoid a crash on POSIX systems. */
17277#include <signal.h>
17278/* A POSIX signal handler. */
17279static void
17280exception_handler (int sig)
17281{
17282 exit (1);
17283}
17284static void
17285nocrash_init (void)
17286{
17287#ifdef SIGSEGV
17288 signal (SIGSEGV, exception_handler);
17289#endif
17290#ifdef SIGBUS
17291 signal (SIGBUS, exception_handler);
17292#endif
17293}
17294#endif
17295
17296
16845int 17297int
16846main () 17298main ()
16847{ 17299{
16848 17300
16849 int result = 0; 17301 int result = 0;
17302
17303 nocrash_init();
17304
16850 /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw, 17305 /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
16851 and fails on MacOS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5, 17306 and fails on MacOS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
16852 OSF/1 5.1, Solaris 10. */ 17307 OSF/1 5.1, Solaris 10. */
@@ -16967,7 +17422,7 @@ $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h
16967 fi 17422 fi
16968 17423
16969ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" 17424ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
16970if test "x$ac_cv_have_decl_getenv" = x""yes; then : 17425if test "x$ac_cv_have_decl_getenv" = xyes; then :
16971 ac_have_decl=1 17426 ac_have_decl=1
16972else 17427else
16973 ac_have_decl=0 17428 ac_have_decl=0
@@ -16980,7 +17435,7 @@ _ACEOF
16980 17435
16981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 17436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
16982$as_echo_n "checking for unsigned long long int... " >&6; } 17437$as_echo_n "checking for unsigned long long int... " >&6; }
16983if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then : 17438if ${ac_cv_type_unsigned_long_long_int+:} false; then :
16984 $as_echo_n "(cached) " >&6 17439 $as_echo_n "(cached) " >&6
16985else 17440else
16986 ac_cv_type_unsigned_long_long_int=yes 17441 ac_cv_type_unsigned_long_long_int=yes
@@ -17038,7 +17493,7 @@ $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
17038 17493
17039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 17494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
17040$as_echo_n "checking for long long int... " >&6; } 17495$as_echo_n "checking for long long int... " >&6; }
17041if test "${ac_cv_type_long_long_int+set}" = set; then : 17496if ${ac_cv_type_long_long_int+:} false; then :
17042 $as_echo_n "(cached) " >&6 17497 $as_echo_n "(cached) " >&6
17043else 17498else
17044 ac_cv_type_long_long_int=yes 17499 ac_cv_type_long_long_int=yes
@@ -17193,7 +17648,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17193 else 17648 else
17194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5 17649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdint.h>" >&5
17195$as_echo_n "checking absolute name of <stdint.h>... " >&6; } 17650$as_echo_n "checking absolute name of <stdint.h>... " >&6; }
17196if test "${gl_cv_next_stdint_h+set}" = set; then : 17651if ${gl_cv_next_stdint_h+:} false; then :
17197 $as_echo_n "(cached) " >&6 17652 $as_echo_n "(cached) " >&6
17198else 17653else
17199 17654
@@ -17249,7 +17704,7 @@ $as_echo "$gl_cv_next_stdint_h" >&6; }
17249 if test $ac_cv_header_stdint_h = yes; then 17704 if test $ac_cv_header_stdint_h = yes; then
17250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 17705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5
17251$as_echo_n "checking whether stdint.h conforms to C99... " >&6; } 17706$as_echo_n "checking whether stdint.h conforms to C99... " >&6; }
17252if test "${gl_cv_header_working_stdint_h+set}" = set; then : 17707if ${gl_cv_header_working_stdint_h+:} false; then :
17253 $as_echo_n "(cached) " >&6 17708 $as_echo_n "(cached) " >&6
17254else 17709else
17255 gl_cv_header_working_stdint_h=no 17710 gl_cv_header_working_stdint_h=no
@@ -17522,8 +17977,7 @@ $as_echo "$gl_cv_header_working_stdint_h" >&6; }
17522do : 17977do :
17523 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 17978 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
17524ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 17979ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
17525eval as_val=\$$as_ac_Header 17980if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
17526 if test "x$as_val" = x""yes; then :
17527 cat >>confdefs.h <<_ACEOF 17981 cat >>confdefs.h <<_ACEOF
17528#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 17982#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
17529_ACEOF 17983_ACEOF
@@ -17553,7 +18007,7 @@ done
17553 for gltype in ptrdiff_t size_t ; do 18007 for gltype in ptrdiff_t size_t ; do
17554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 18008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
17555$as_echo_n "checking for bit size of $gltype... " >&6; } 18009$as_echo_n "checking for bit size of $gltype... " >&6; }
17556if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : 18010if eval \${gl_cv_bitsizeof_${gltype}+:} false; then :
17557 $as_echo_n "(cached) " >&6 18011 $as_echo_n "(cached) " >&6
17558else 18012else
17559 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " 18013 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
@@ -17598,7 +18052,7 @@ _ACEOF
17598 for gltype in sig_atomic_t wchar_t wint_t ; do 18052 for gltype in sig_atomic_t wchar_t wint_t ; do
17599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 18053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
17600$as_echo_n "checking for bit size of $gltype... " >&6; } 18054$as_echo_n "checking for bit size of $gltype... " >&6; }
17601if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : 18055if eval \${gl_cv_bitsizeof_${gltype}+:} false; then :
17602 $as_echo_n "(cached) " >&6 18056 $as_echo_n "(cached) " >&6
17603else 18057else
17604 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " 18058 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
@@ -17642,7 +18096,7 @@ _ACEOF
17642 for gltype in sig_atomic_t wchar_t wint_t ; do 18096 for gltype in sig_atomic_t wchar_t wint_t ; do
17643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 18097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5
17644$as_echo_n "checking whether $gltype is signed... " >&6; } 18098$as_echo_n "checking whether $gltype is signed... " >&6; }
17645if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then : 18099if eval \${gl_cv_type_${gltype}_signed+:} false; then :
17646 $as_echo_n "(cached) " >&6 18100 $as_echo_n "(cached) " >&6
17647else 18101else
17648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -17701,7 +18155,7 @@ _ACEOF
17701 for gltype in ptrdiff_t size_t ; do 18155 for gltype in ptrdiff_t size_t ; do
17702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 18156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
17703$as_echo_n "checking for $gltype integer literal suffix... " >&6; } 18157$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
17704if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : 18158if eval \${gl_cv_type_${gltype}_suffix+:} false; then :
17705 $as_echo_n "(cached) " >&6 18159 $as_echo_n "(cached) " >&6
17706else 18160else
17707 eval gl_cv_type_${gltype}_suffix=no 18161 eval gl_cv_type_${gltype}_suffix=no
@@ -17773,7 +18227,7 @@ _ACEOF
17773 for gltype in sig_atomic_t wchar_t wint_t ; do 18227 for gltype in sig_atomic_t wchar_t wint_t ; do
17774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 18228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5
17775$as_echo_n "checking for $gltype integer literal suffix... " >&6; } 18229$as_echo_n "checking for $gltype integer literal suffix... " >&6; }
17776if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : 18230if eval \${gl_cv_type_${gltype}_suffix+:} false; then :
17777 $as_echo_n "(cached) " >&6 18231 $as_echo_n "(cached) " >&6
17778else 18232else
17779 eval gl_cv_type_${gltype}_suffix=no 18233 eval gl_cv_type_${gltype}_suffix=no
@@ -17889,7 +18343,7 @@ fi
17889 else 18343 else
17890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5 18344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <inttypes.h>" >&5
17891$as_echo_n "checking absolute name of <inttypes.h>... " >&6; } 18345$as_echo_n "checking absolute name of <inttypes.h>... " >&6; }
17892if test "${gl_cv_next_inttypes_h+set}" = set; then : 18346if ${gl_cv_next_inttypes_h+:} false; then :
17893 $as_echo_n "(cached) " >&6 18347 $as_echo_n "(cached) " >&6
17894else 18348else
17895 18349
@@ -17984,7 +18438,7 @@ $as_echo "#define GL_TRIGGER_STDC_LIMIT_MACROS 1" >>confdefs.h
17984 18438
17985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 18439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
17986$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } 18440$as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
17987if test "${gl_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : 18441if ${gl_cv_func_lstat_dereferences_slashed_symlink+:} false; then :
17988 $as_echo_n "(cached) " >&6 18442 $as_echo_n "(cached) " >&6
17989else 18443else
17990 rm -f conftest.sym conftest.file 18444 rm -f conftest.sym conftest.file
@@ -18084,7 +18538,7 @@ _ACEOF
18084 #include <sys/types.h> 18538 #include <sys/types.h>
18085 18539
18086" 18540"
18087if test "x$ac_cv_type_sigset_t" = x""yes; then : 18541if test "x$ac_cv_type_sigset_t" = xyes; then :
18088 18542
18089cat >>confdefs.h <<_ACEOF 18543cat >>confdefs.h <<_ACEOF
18090#define HAVE_SIGSET_T 1 18544#define HAVE_SIGSET_T 1
@@ -18107,7 +18561,7 @@ fi
18107 for ac_header in ws2tcpip.h 18561 for ac_header in ws2tcpip.h
18108do : 18562do :
18109 ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" 18563 ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default"
18110if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then : 18564if test "x$ac_cv_header_ws2tcpip_h" = xyes; then :
18111 cat >>confdefs.h <<_ACEOF 18565 cat >>confdefs.h <<_ACEOF
18112#define HAVE_WS2TCPIP_H 1 18566#define HAVE_WS2TCPIP_H 1
18113_ACEOF 18567_ACEOF
@@ -18120,7 +18574,7 @@ done
18120 18574
18121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 18575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
18122$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } 18576$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
18123if test "${ac_cv_header_stdbool_h+set}" = set; then : 18577if ${ac_cv_header_stdbool_h+:} false; then :
18124 $as_echo_n "(cached) " >&6 18578 $as_echo_n "(cached) " >&6
18125else 18579else
18126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18195,7 +18649,7 @@ fi
18195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 18649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
18196$as_echo "$ac_cv_header_stdbool_h" >&6; } 18650$as_echo "$ac_cv_header_stdbool_h" >&6; }
18197 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" 18651 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
18198if test "x$ac_cv_type__Bool" = x""yes; then : 18652if test "x$ac_cv_type__Bool" = xyes; then :
18199 18653
18200cat >>confdefs.h <<_ACEOF 18654cat >>confdefs.h <<_ACEOF
18201#define HAVE__BOOL 1 18655#define HAVE__BOOL 1
@@ -18212,7 +18666,7 @@ fi
18212 18666
18213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 18667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
18214$as_echo_n "checking for wchar_t... " >&6; } 18668$as_echo_n "checking for wchar_t... " >&6; }
18215if test "${gt_cv_c_wchar_t+set}" = set; then : 18669if ${gt_cv_c_wchar_t+:} false; then :
18216 $as_echo_n "(cached) " >&6 18670 $as_echo_n "(cached) " >&6
18217else 18671else
18218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18344,7 +18798,7 @@ $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
18344 18798
18345 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> 18799 ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h>
18346" 18800"
18347if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : 18801if test "x$ac_cv_member_struct_tm_tm_gmtoff" = xyes; then :
18348 18802
18349$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h 18803$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
18350 18804
@@ -18353,8 +18807,10 @@ fi
18353 18807
18354 18808
18355 18809
18810
18811
18356ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default" 18812ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default"
18357if test "x$ac_cv_have_decl_strtoimax" = x""yes; then : 18813if test "x$ac_cv_have_decl_strtoimax" = xyes; then :
18358 ac_have_decl=1 18814 ac_have_decl=1
18359else 18815else
18360 ac_have_decl=0 18816 ac_have_decl=0
@@ -18364,8 +18820,10 @@ cat >>confdefs.h <<_ACEOF
18364#define HAVE_DECL_STRTOIMAX $ac_have_decl 18820#define HAVE_DECL_STRTOIMAX $ac_have_decl
18365_ACEOF 18821_ACEOF
18366 18822
18823
18824
18367ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default" 18825ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default"
18368if test "x$ac_cv_have_decl_strtoumax" = x""yes; then : 18826if test "x$ac_cv_have_decl_strtoumax" = xyes; then :
18369 ac_have_decl=1 18827 ac_have_decl=1
18370else 18828else
18371 ac_have_decl=0 18829 ac_have_decl=0
@@ -18379,7 +18837,7 @@ _ACEOF
18379 18837
18380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 18838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
18381$as_echo_n "checking whether stat file-mode macros are broken... " >&6; } 18839$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
18382if test "${ac_cv_header_stat_broken+set}" = set; then : 18840if ${ac_cv_header_stat_broken+:} false; then :
18383 $as_echo_n "(cached) " >&6 18841 $as_echo_n "(cached) " >&6
18384else 18842else
18385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18423,7 +18881,7 @@ fi
18423 18881
18424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 18882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
18425$as_echo_n "checking for C/C++ restrict keyword... " >&6; } 18883$as_echo_n "checking for C/C++ restrict keyword... " >&6; }
18426if test "${ac_cv_c_restrict+set}" = set; then : 18884if ${ac_cv_c_restrict+:} false; then :
18427 $as_echo_n "(cached) " >&6 18885 $as_echo_n "(cached) " >&6
18428else 18886else
18429 ac_cv_c_restrict=no 18887 ac_cv_c_restrict=no
@@ -18473,7 +18931,7 @@ _ACEOF
18473 18931
18474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5 18932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <time.h>" >&5
18475$as_echo_n "checking for struct timespec in <time.h>... " >&6; } 18933$as_echo_n "checking for struct timespec in <time.h>... " >&6; }
18476if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : 18934if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then :
18477 $as_echo_n "(cached) " >&6 18935 $as_echo_n "(cached) " >&6
18478else 18936else
18479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18506,7 +18964,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; }
18506 else 18964 else
18507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5 18965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <sys/time.h>" >&5
18508$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; } 18966$as_echo_n "checking for struct timespec in <sys/time.h>... " >&6; }
18509if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : 18967if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then :
18510 $as_echo_n "(cached) " >&6 18968 $as_echo_n "(cached) " >&6
18511else 18969else
18512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18535,7 +18993,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; }
18535 else 18993 else
18536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5 18994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in <pthread.h>" >&5
18537$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; } 18995$as_echo_n "checking for struct timespec in <pthread.h>... " >&6; }
18538if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : 18996if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then :
18539 $as_echo_n "(cached) " >&6 18997 $as_echo_n "(cached) " >&6
18540else 18998else
18541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 18999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -18584,7 +19042,7 @@ $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; }
18584 else 19042 else
18585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5 19043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <time.h>" >&5
18586$as_echo_n "checking absolute name of <time.h>... " >&6; } 19044$as_echo_n "checking absolute name of <time.h>... " >&6; }
18587if test "${gl_cv_next_time_h+set}" = set; then : 19045if ${gl_cv_next_time_h+:} false; then :
18588 $as_echo_n "(cached) " >&6 19046 $as_echo_n "(cached) " >&6
18589else 19047else
18590 19048
@@ -18627,7 +19085,7 @@ $as_echo "$gl_cv_next_time_h" >&6; }
18627 19085
18628 19086
18629ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" 19087ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default"
18630if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : 19088if test "x$ac_cv_have_decl_localtime_r" = xyes; then :
18631 ac_have_decl=1 19089 ac_have_decl=1
18632else 19090else
18633 ac_have_decl=0 19091 ac_have_decl=0
@@ -18672,7 +19130,7 @@ fi
18672 if test $ac_cv_working_alloca_h = yes; then 19130 if test $ac_cv_working_alloca_h = yes; then
18673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 19131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5
18674$as_echo_n "checking for alloca as a compiler built-in... " >&6; } 19132$as_echo_n "checking for alloca as a compiler built-in... " >&6; }
18675if test "${gl_cv_rpl_alloca+set}" = set; then : 19133if ${gl_cv_rpl_alloca+:} false; then :
18676 $as_echo_n "(cached) " >&6 19134 $as_echo_n "(cached) " >&6
18677else 19135else
18678 19136
@@ -18748,7 +19206,7 @@ $as_echo "#define HAVE_DUP2 1" >>confdefs.h
18748 if test $HAVE_DUP2 = 1; then 19206 if test $HAVE_DUP2 = 1; then
18749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 19207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5
18750$as_echo_n "checking whether dup2 works... " >&6; } 19208$as_echo_n "checking whether dup2 works... " >&6; }
18751if test "${gl_cv_func_dup2_works+set}" = set; then : 19209if ${gl_cv_func_dup2_works+:} false; then :
18752 $as_echo_n "(cached) " >&6 19210 $as_echo_n "(cached) " >&6
18753else 19211else
18754 if test "$cross_compiling" = yes; then : 19212 if test "$cross_compiling" = yes; then :
@@ -18814,26 +19272,23 @@ fi
18814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5 19272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5
18815$as_echo "$gl_cv_func_dup2_works" >&6; } 19273$as_echo "$gl_cv_func_dup2_works" >&6; }
18816 if test "$gl_cv_func_dup2_works" = no; then 19274 if test "$gl_cv_func_dup2_works" = no; then
18817 19275 REPLACE_DUP2=1
18818 19276 fi
18819
18820 if test $ac_cv_func_dup2 = yes; then
18821 REPLACE_DUP2=1
18822 fi 19277 fi
18823 19278
18824 19279
19280if test $HAVE_DUP2 = 0 || test $REPLACE_DUP2 = 1; then
18825 19281
18826 19282
18827 19283
18828 19284
18829 19285
18830 19286
18831 gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
18832 19287
18833 19288
18834 fi 19289 gl_LIBOBJS="$gl_LIBOBJS dup2.$ac_objext"
18835 fi
18836 19290
19291fi
18837 19292
18838 19293
18839 19294
@@ -18860,7 +19315,7 @@ gl_save_LIBS=$LIBS
18860# NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7. 19315# NetBSD >= 0.9, OpenBSD >= 2.0, Solaris >= 7.
18861HAVE_GETLOADAVG=1 19316HAVE_GETLOADAVG=1
18862ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" 19317ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg"
18863if test "x$ac_cv_func_getloadavg" = x""yes; then : 19318if test "x$ac_cv_func_getloadavg" = xyes; then :
18864 19319
18865else 19320else
18866 gl_func_getloadavg_done=no 19321 gl_func_getloadavg_done=no
@@ -18873,7 +19328,7 @@ else
18873 if test $gl_func_getloadavg_done = no; then 19328 if test $gl_func_getloadavg_done = no; then
18874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5 19329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for elf_begin in -lelf" >&5
18875$as_echo_n "checking for elf_begin in -lelf... " >&6; } 19330$as_echo_n "checking for elf_begin in -lelf... " >&6; }
18876if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : 19331if ${ac_cv_lib_elf_elf_begin+:} false; then :
18877 $as_echo_n "(cached) " >&6 19332 $as_echo_n "(cached) " >&6
18878else 19333else
18879 ac_check_lib_save_LIBS=$LIBS 19334 ac_check_lib_save_LIBS=$LIBS
@@ -18907,13 +19362,13 @@ LIBS=$ac_check_lib_save_LIBS
18907fi 19362fi
18908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5 19363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_elf_elf_begin" >&5
18909$as_echo "$ac_cv_lib_elf_elf_begin" >&6; } 19364$as_echo "$ac_cv_lib_elf_elf_begin" >&6; }
18910if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : 19365if test "x$ac_cv_lib_elf_elf_begin" = xyes; then :
18911 LIBS="-lelf $LIBS" 19366 LIBS="-lelf $LIBS"
18912fi 19367fi
18913 19368
18914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5 19369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
18915$as_echo_n "checking for kvm_open in -lkvm... " >&6; } 19370$as_echo_n "checking for kvm_open in -lkvm... " >&6; }
18916if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : 19371if ${ac_cv_lib_kvm_kvm_open+:} false; then :
18917 $as_echo_n "(cached) " >&6 19372 $as_echo_n "(cached) " >&6
18918else 19373else
18919 ac_check_lib_save_LIBS=$LIBS 19374 ac_check_lib_save_LIBS=$LIBS
@@ -18947,14 +19402,14 @@ LIBS=$ac_check_lib_save_LIBS
18947fi 19402fi
18948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5 19403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
18949$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } 19404$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
18950if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : 19405if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then :
18951 LIBS="-lkvm $LIBS" 19406 LIBS="-lkvm $LIBS"
18952fi 19407fi
18953 19408
18954 # Check for the 4.4BSD definition of getloadavg. 19409 # Check for the 4.4BSD definition of getloadavg.
18955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5 19410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lutil" >&5
18956$as_echo_n "checking for getloadavg in -lutil... " >&6; } 19411$as_echo_n "checking for getloadavg in -lutil... " >&6; }
18957if test "${ac_cv_lib_util_getloadavg+set}" = set; then : 19412if ${ac_cv_lib_util_getloadavg+:} false; then :
18958 $as_echo_n "(cached) " >&6 19413 $as_echo_n "(cached) " >&6
18959else 19414else
18960 ac_check_lib_save_LIBS=$LIBS 19415 ac_check_lib_save_LIBS=$LIBS
@@ -18988,7 +19443,7 @@ LIBS=$ac_check_lib_save_LIBS
18988fi 19443fi
18989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5 19444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_util_getloadavg" >&5
18990$as_echo "$ac_cv_lib_util_getloadavg" >&6; } 19445$as_echo "$ac_cv_lib_util_getloadavg" >&6; }
18991if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : 19446if test "x$ac_cv_lib_util_getloadavg" = xyes; then :
18992 LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes 19447 LIBS="-lutil $LIBS" gl_func_getloadavg_done=yes
18993fi 19448fi
18994 19449
@@ -19001,7 +19456,7 @@ fi
19001 LIBS="-L/usr/local/lib $LIBS" 19456 LIBS="-L/usr/local/lib $LIBS"
19002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5 19457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getloadavg in -lgetloadavg" >&5
19003$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; } 19458$as_echo_n "checking for getloadavg in -lgetloadavg... " >&6; }
19004if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : 19459if ${ac_cv_lib_getloadavg_getloadavg+:} false; then :
19005 $as_echo_n "(cached) " >&6 19460 $as_echo_n "(cached) " >&6
19006else 19461else
19007 ac_check_lib_save_LIBS=$LIBS 19462 ac_check_lib_save_LIBS=$LIBS
@@ -19035,7 +19490,7 @@ LIBS=$ac_check_lib_save_LIBS
19035fi 19490fi
19036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5 19491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_getloadavg_getloadavg" >&5
19037$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; } 19492$as_echo "$ac_cv_lib_getloadavg_getloadavg" >&6; }
19038if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : 19493if test "x$ac_cv_lib_getloadavg_getloadavg" = xyes; then :
19039 LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes 19494 LIBS="-lgetloadavg $LIBS" gl_func_getloadavg_done=yes
19040else 19495else
19041 LIBS=$gl_getloadavg_LIBS 19496 LIBS=$gl_getloadavg_LIBS
@@ -19050,7 +19505,7 @@ fi
19050 # Solaris has libkstat which does not require root. 19505 # Solaris has libkstat which does not require root.
19051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5 19506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
19052$as_echo_n "checking for kstat_open in -lkstat... " >&6; } 19507$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
19053if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : 19508if ${ac_cv_lib_kstat_kstat_open+:} false; then :
19054 $as_echo_n "(cached) " >&6 19509 $as_echo_n "(cached) " >&6
19055else 19510else
19056 ac_check_lib_save_LIBS=$LIBS 19511 ac_check_lib_save_LIBS=$LIBS
@@ -19084,7 +19539,7 @@ LIBS=$ac_check_lib_save_LIBS
19084fi 19539fi
19085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5 19540{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
19086$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } 19541$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
19087if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : 19542if test "x$ac_cv_lib_kstat_kstat_open" = xyes; then :
19088 cat >>confdefs.h <<_ACEOF 19543 cat >>confdefs.h <<_ACEOF
19089#define HAVE_LIBKSTAT 1 19544#define HAVE_LIBKSTAT 1
19090_ACEOF 19545_ACEOF
@@ -19099,7 +19554,7 @@ fi
19099 if test $gl_func_getloadavg_done = no; then 19554 if test $gl_func_getloadavg_done = no; then
19100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5 19555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for perfstat_cpu_total in -lperfstat" >&5
19101$as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; } 19556$as_echo_n "checking for perfstat_cpu_total in -lperfstat... " >&6; }
19102if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then : 19557if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then :
19103 $as_echo_n "(cached) " >&6 19558 $as_echo_n "(cached) " >&6
19104else 19559else
19105 ac_check_lib_save_LIBS=$LIBS 19560 ac_check_lib_save_LIBS=$LIBS
@@ -19133,7 +19588,7 @@ LIBS=$ac_check_lib_save_LIBS
19133fi 19588fi
19134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5 19589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_perfstat_perfstat_cpu_total" >&5
19135$as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; } 19590$as_echo "$ac_cv_lib_perfstat_perfstat_cpu_total" >&6; }
19136if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then : 19591if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = xyes; then :
19137 cat >>confdefs.h <<_ACEOF 19592 cat >>confdefs.h <<_ACEOF
19138#define HAVE_LIBPERFSTAT 1 19593#define HAVE_LIBPERFSTAT 1
19139_ACEOF 19594_ACEOF
@@ -19147,14 +19602,14 @@ fi
19147 19602
19148 if test $gl_func_getloadavg_done = no; then 19603 if test $gl_func_getloadavg_done = no; then
19149 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default" 19604 ac_fn_c_check_header_mongrel "$LINENO" "sys/dg_sys_info.h" "ac_cv_header_sys_dg_sys_info_h" "$ac_includes_default"
19150if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : 19605if test "x$ac_cv_header_sys_dg_sys_info_h" = xyes; then :
19151 gl_func_getloadavg_done=yes 19606 gl_func_getloadavg_done=yes
19152 19607
19153$as_echo "#define DGUX 1" >>confdefs.h 19608$as_echo "#define DGUX 1" >>confdefs.h
19154 19609
19155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5 19610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dg_sys_info in -ldgc" >&5
19156$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; } 19611$as_echo_n "checking for dg_sys_info in -ldgc... " >&6; }
19157if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : 19612if ${ac_cv_lib_dgc_dg_sys_info+:} false; then :
19158 $as_echo_n "(cached) " >&6 19613 $as_echo_n "(cached) " >&6
19159else 19614else
19160 ac_check_lib_save_LIBS=$LIBS 19615 ac_check_lib_save_LIBS=$LIBS
@@ -19188,7 +19643,7 @@ LIBS=$ac_check_lib_save_LIBS
19188fi 19643fi
19189{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5 19644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dgc_dg_sys_info" >&5
19190$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; } 19645$as_echo "$ac_cv_lib_dgc_dg_sys_info" >&6; }
19191if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : 19646if test "x$ac_cv_lib_dgc_dg_sys_info" = xyes; then :
19192 cat >>confdefs.h <<_ACEOF 19647 cat >>confdefs.h <<_ACEOF
19193#define HAVE_LIBDGC 1 19648#define HAVE_LIBDGC 1
19194_ACEOF 19649_ACEOF
@@ -19218,7 +19673,7 @@ LIBS=$gl_save_LIBS
19218for ac_header in sys/loadavg.h 19673for ac_header in sys/loadavg.h
19219do : 19674do :
19220 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default" 19675 ac_fn_c_check_header_mongrel "$LINENO" "sys/loadavg.h" "ac_cv_header_sys_loadavg_h" "$ac_includes_default"
19221if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then : 19676if test "x$ac_cv_header_sys_loadavg_h" = xyes; then :
19222 cat >>confdefs.h <<_ACEOF 19677 cat >>confdefs.h <<_ACEOF
19223#define HAVE_SYS_LOADAVG_H 1 19678#define HAVE_SYS_LOADAVG_H 1
19224_ACEOF 19679_ACEOF
@@ -19237,7 +19692,7 @@ ac_fn_c_check_decl "$LINENO" "getloadavg" "ac_cv_have_decl_getloadavg" "#if HAVE
19237 #endif 19692 #endif
19238 #include <stdlib.h> 19693 #include <stdlib.h>
19239" 19694"
19240if test "x$ac_cv_have_decl_getloadavg" = x""yes; then : 19695if test "x$ac_cv_have_decl_getloadavg" = xyes; then :
19241 19696
19242else 19697else
19243 HAVE_DECL_GETLOADAVG=0 19698 HAVE_DECL_GETLOADAVG=0
@@ -19263,7 +19718,7 @@ if test $gl_func_getloadavg_done = no; then
19263 for ac_func in pstat_getdynamic 19718 for ac_func in pstat_getdynamic
19264do : 19719do :
19265 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic" 19720 ac_fn_c_check_func "$LINENO" "pstat_getdynamic" "ac_cv_func_pstat_getdynamic"
19266if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : 19721if test "x$ac_cv_func_pstat_getdynamic" = xyes; then :
19267 cat >>confdefs.h <<_ACEOF 19722 cat >>confdefs.h <<_ACEOF
19268#define HAVE_PSTAT_GETDYNAMIC 1 19723#define HAVE_PSTAT_GETDYNAMIC 1
19269_ACEOF 19724_ACEOF
@@ -19286,7 +19741,7 @@ fi
19286 19741
19287if test $gl_func_getloadavg_done = no; then 19742if test $gl_func_getloadavg_done = no; then
19288 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default" 19743 ac_fn_c_check_header_mongrel "$LINENO" "inq_stats/cpustats.h" "ac_cv_header_inq_stats_cpustats_h" "$ac_includes_default"
19289if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : 19744if test "x$ac_cv_header_inq_stats_cpustats_h" = xyes; then :
19290 gl_func_getloadavg_done=yes 19745 gl_func_getloadavg_done=yes
19291 19746
19292$as_echo "#define UMAX 1" >>confdefs.h 19747$as_echo "#define UMAX 1" >>confdefs.h
@@ -19301,7 +19756,7 @@ fi
19301 19756
19302if test $gl_func_getloadavg_done = no; then 19757if test $gl_func_getloadavg_done = no; then
19303 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default" 19758 ac_fn_c_check_header_mongrel "$LINENO" "sys/cpustats.h" "ac_cv_header_sys_cpustats_h" "$ac_includes_default"
19304if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : 19759if test "x$ac_cv_header_sys_cpustats_h" = xyes; then :
19305 gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h 19760 gl_func_getloadavg_done=yes; $as_echo "#define UMAX 1" >>confdefs.h
19306 19761
19307fi 19762fi
@@ -19313,7 +19768,7 @@ if test $gl_func_getloadavg_done = no; then
19313 for ac_header in mach/mach.h 19768 for ac_header in mach/mach.h
19314do : 19769do :
19315 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default" 19770 ac_fn_c_check_header_mongrel "$LINENO" "mach/mach.h" "ac_cv_header_mach_mach_h" "$ac_includes_default"
19316if test "x$ac_cv_header_mach_mach_h" = x""yes; then : 19771if test "x$ac_cv_header_mach_mach_h" = xyes; then :
19317 cat >>confdefs.h <<_ACEOF 19772 cat >>confdefs.h <<_ACEOF
19318#define HAVE_MACH_MACH_H 1 19773#define HAVE_MACH_MACH_H 1
19319_ACEOF 19774_ACEOF
@@ -19327,13 +19782,13 @@ fi
19327for ac_header in nlist.h 19782for ac_header in nlist.h
19328do : 19783do :
19329 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default" 19784 ac_fn_c_check_header_mongrel "$LINENO" "nlist.h" "ac_cv_header_nlist_h" "$ac_includes_default"
19330if test "x$ac_cv_header_nlist_h" = x""yes; then : 19785if test "x$ac_cv_header_nlist_h" = xyes; then :
19331 cat >>confdefs.h <<_ACEOF 19786 cat >>confdefs.h <<_ACEOF
19332#define HAVE_NLIST_H 1 19787#define HAVE_NLIST_H 1
19333_ACEOF 19788_ACEOF
19334 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h> 19789 ac_fn_c_check_member "$LINENO" "struct nlist" "n_un.n_name" "ac_cv_member_struct_nlist_n_un_n_name" "#include <nlist.h>
19335" 19790"
19336if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : 19791if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then :
19337 19792
19338cat >>confdefs.h <<_ACEOF 19793cat >>confdefs.h <<_ACEOF
19339#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1 19794#define HAVE_STRUCT_NLIST_N_UN_N_NAME 1
@@ -19518,7 +19973,7 @@ fi
19518 fi 19973 fi
19519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5 19974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mktime" >&5
19520$as_echo_n "checking for working mktime... " >&6; } 19975$as_echo_n "checking for working mktime... " >&6; }
19521if test "${gl_cv_func_working_mktime+set}" = set; then : 19976if ${gl_cv_func_working_mktime+:} false; then :
19522 $as_echo_n "(cached) " >&6 19977 $as_echo_n "(cached) " >&6
19523else 19978else
19524 if test "$cross_compiling" = yes; then : 19979 if test "$cross_compiling" = yes; then :
@@ -19768,72 +20223,206 @@ fi
19768 20223
19769 20224
19770 LIB_PTHREAD_SIGMASK= 20225 LIB_PTHREAD_SIGMASK=
19771 if test $ac_cv_func_pthread_sigmask != yes; then 20226
19772 gl_save_LIBS=$LIBS 20227
19773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pthread_sigmask" >&5 20228 if test $ac_cv_func_pthread_sigmask = yes; then
19774$as_echo_n "checking for library containing pthread_sigmask... " >&6; } 20229 :
19775if test "${ac_cv_search_pthread_sigmask+set}" = set; then : 20230 else
20231 HAVE_PTHREAD_SIGMASK=0
20232 REPLACE_PTHREAD_SIGMASK=1
20233 fi
20234
20235
20236
20237
20238 if test $HAVE_PTHREAD_SIGMASK = 1; then
20239
20240
20241 if test -z "$LIB_PTHREAD_SIGMASK"; then
20242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask works without -lpthread" >&5
20243$as_echo_n "checking whether pthread_sigmask works without -lpthread... " >&6; }
20244if ${gl_cv_func_pthread_sigmask_in_libc_works+:} false; then :
19776 $as_echo_n "(cached) " >&6 20245 $as_echo_n "(cached) " >&6
19777else 20246else
19778 ac_func_search_save_LIBS=$LIBS 20247
19779cat confdefs.h - <<_ACEOF >conftest.$ac_ext 20248 if test "$cross_compiling" = yes; then :
20249
20250 case "$host_os" in
20251 freebsd* | hpux* | solaris | solaris2.[2-9]*)
20252 gl_cv_func_pthread_sigmask_in_libc_works="guessing no";;
20253 *)
20254 gl_cv_func_pthread_sigmask_in_libc_works="guessing yes";;
20255 esac
20256
20257else
20258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19780/* end confdefs.h. */ 20259/* end confdefs.h. */
19781 20260
19782/* Override any GCC internal prototype to avoid an error. 20261#include <pthread.h>
19783 Use char because int might match the return type of a GCC 20262#include <signal.h>
19784 builtin and then its argument prototype would still apply. */ 20263#include <stddef.h>
19785#ifdef __cplusplus 20264int main ()
19786extern "C"
19787#endif
19788char pthread_sigmask ();
19789int
19790main ()
19791{ 20265{
19792return pthread_sigmask (); 20266 sigset_t set;
19793 ; 20267 sigemptyset (&set);
20268 return pthread_sigmask (1729, &set, NULL) != 0;
20269}
20270_ACEOF
20271if ac_fn_c_try_run "$LINENO"; then :
20272 gl_cv_func_pthread_sigmask_in_libc_works=no
20273else
20274 gl_cv_func_pthread_sigmask_in_libc_works=yes
20275fi
20276rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
20277 conftest.$ac_objext conftest.beam conftest.$ac_ext
20278fi
20279
20280
20281fi
20282{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_in_libc_works" >&5
20283$as_echo "$gl_cv_func_pthread_sigmask_in_libc_works" >&6; }
20284 case "$gl_cv_func_pthread_sigmask_in_libc_works" in
20285 *no)
20286 REPLACE_PTHREAD_SIGMASK=1
20287
20288$as_echo "#define PTHREAD_SIGMASK_INEFFECTIVE 1" >>confdefs.h
20289
20290 ;;
20291 esac
20292 fi
20293
20294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask returns error numbers" >&5
20295$as_echo_n "checking whether pthread_sigmask returns error numbers... " >&6; }
20296if ${gl_cv_func_pthread_sigmask_return_works+:} false; then :
20297 $as_echo_n "(cached) " >&6
20298else
20299
20300 gl_save_LIBS="$LIBS"
20301 LIBS="$LIBS $LIB_PTHREAD_SIGMASK"
20302 if test "$cross_compiling" = yes; then :
20303 case "$host_os" in
20304 cygwin*)
20305 gl_cv_func_pthread_sigmask_return_works="guessing no";;
20306 *)
20307 gl_cv_func_pthread_sigmask_return_works="guessing yes";;
20308 esac
20309
20310else
20311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20312/* end confdefs.h. */
20313
20314#include <pthread.h>
20315#include <signal.h>
20316#include <stddef.h>
20317int main ()
20318{
20319 sigset_t set;
20320 sigemptyset (&set);
20321 if (pthread_sigmask (1729, &set, NULL) == -1)
20322 return 1;
19794 return 0; 20323 return 0;
19795} 20324}
19796_ACEOF 20325_ACEOF
19797for ac_lib in '' pthread c_r; do 20326if ac_fn_c_try_run "$LINENO"; then :
19798 if test -z "$ac_lib"; then 20327 gl_cv_func_pthread_sigmask_return_works=yes
19799 ac_res="none required" 20328else
19800 else 20329 gl_cv_func_pthread_sigmask_return_works=no
19801 ac_res=-l$ac_lib
19802 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19803 fi
19804 if ac_fn_c_try_link "$LINENO"; then :
19805 ac_cv_search_pthread_sigmask=$ac_res
19806fi 20330fi
19807rm -f core conftest.err conftest.$ac_objext \ 20331rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19808 conftest$ac_exeext 20332 conftest.$ac_objext conftest.beam conftest.$ac_ext
19809 if test "${ac_cv_search_pthread_sigmask+set}" = set; then :
19810 break
19811fi 20333fi
19812done
19813if test "${ac_cv_search_pthread_sigmask+set}" = set; then :
19814 20334
20335 LIBS="$gl_save_LIBS"
20336
20337fi
20338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_return_works" >&5
20339$as_echo "$gl_cv_func_pthread_sigmask_return_works" >&6; }
20340 case "$gl_cv_func_pthread_sigmask_return_works" in
20341 *no)
20342 REPLACE_PTHREAD_SIGMASK=1
20343
20344$as_echo "#define PTHREAD_SIGMASK_FAILS_WITH_ERRNO 1" >>confdefs.h
20345
20346 ;;
20347 esac
20348
20349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthread_sigmask unblocks signals correctly" >&5
20350$as_echo_n "checking whether pthread_sigmask unblocks signals correctly... " >&6; }
20351if ${gl_cv_func_pthread_sigmask_unblock_works+:} false; then :
20352 $as_echo_n "(cached) " >&6
19815else 20353else
19816 ac_cv_search_pthread_sigmask=no 20354
20355 case "$host_os" in
20356 irix*)
20357 gl_cv_func_pthread_sigmask_unblock_works="guessing no";;
20358 *)
20359 gl_cv_func_pthread_sigmask_unblock_works="guessing yes";;
20360 esac
20361 gl_save_LIBS="$LIBS"
20362 LIBS="$LIBS $LIBMULTITHREAD"
20363 if test "$cross_compiling" = yes; then :
20364 :
20365else
20366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20367/* end confdefs.h. */
20368
20369#include <pthread.h>
20370#include <signal.h>
20371#include <stdio.h>
20372#include <stdlib.h>
20373#include <unistd.h>
20374static volatile int sigint_occurred;
20375static void
20376sigint_handler (int sig)
20377{
20378 sigint_occurred++;
20379}
20380int main ()
20381{
20382 sigset_t set;
20383 int pid = getpid ();
20384 char command[80];
20385 signal (SIGINT, sigint_handler);
20386 sigemptyset (&set);
20387 sigaddset (&set, SIGINT);
20388 if (!(pthread_sigmask (SIG_BLOCK, &set, NULL) == 0))
20389 return 1;
20390 sprintf (command, "sh -c 'sleep 1; kill -%d %d' &", SIGINT, pid);
20391 if (!(system (command) == 0))
20392 return 2;
20393 sleep (2);
20394 if (!(sigint_occurred == 0))
20395 return 3;
20396 if (!(pthread_sigmask (SIG_UNBLOCK, &set, NULL) == 0))
20397 return 4;
20398 if (!(sigint_occurred == 1)) /* This fails on IRIX. */
20399 return 5;
20400 return 0;
20401}
20402_ACEOF
20403if ac_fn_c_try_run "$LINENO"; then :
20404 :
20405else
20406 gl_cv_func_pthread_sigmask_unblock_works=no
19817fi 20407fi
19818rm conftest.$ac_ext 20408rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
19819LIBS=$ac_func_search_save_LIBS 20409 conftest.$ac_objext conftest.beam conftest.$ac_ext
19820fi 20410fi
19821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pthread_sigmask" >&5 20411
19822$as_echo "$ac_cv_search_pthread_sigmask" >&6; } 20412 LIBS="$gl_save_LIBS"
19823ac_res=$ac_cv_search_pthread_sigmask
19824if test "$ac_res" != no; then :
19825 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19826 20413
19827fi 20414fi
20415{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_pthread_sigmask_unblock_works" >&5
20416$as_echo "$gl_cv_func_pthread_sigmask_unblock_works" >&6; }
20417 case "$gl_cv_func_pthread_sigmask_unblock_works" in
20418 *no)
20419 REPLACE_PTHREAD_SIGMASK=1
19828 20420
19829 LIBS=$gl_save_LIBS 20421$as_echo "#define PTHREAD_SIGMASK_UNBLOCK_BUG 1" >>confdefs.h
19830 if test "$ac_cv_search_pthread_sigmask" = no; then
19831 HAVE_PTHREAD_SIGMASK=0
19832 elif test "$ac_cv_search_pthread_sigmask" != 'none required'; then
19833 LIB_PTHREAD_SIGMASK=$ac_cv_search_pthread_sigmask
19834 fi
19835 fi
19836 20422
20423 ;;
20424 esac
20425 fi
19837 20426
19838if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then 20427if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then
19839 20428
@@ -19846,6 +20435,13 @@ if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then
19846 20435
19847 gl_LIBOBJS="$gl_LIBOBJS pthread_sigmask.$ac_objext" 20436 gl_LIBOBJS="$gl_LIBOBJS pthread_sigmask.$ac_objext"
19848 20437
20438
20439 if test $HAVE_PTHREAD_SIGMASK = 1; then
20440
20441$as_echo "#define HAVE_PTHREAD_SIGMASK 1" >>confdefs.h
20442
20443 fi
20444
19849fi 20445fi
19850 20446
19851 20447
@@ -19866,7 +20462,7 @@ fi
19866 else 20462 else
19867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5 20463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink signature is correct" >&5
19868$as_echo_n "checking whether readlink signature is correct... " >&6; } 20464$as_echo_n "checking whether readlink signature is correct... " >&6; }
19869if test "${gl_cv_decl_readlink_works+set}" = set; then : 20465if ${gl_cv_decl_readlink_works+:} false; then :
19870 $as_echo_n "(cached) " >&6 20466 $as_echo_n "(cached) " >&6
19871else 20467else
19872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 20468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -19893,7 +20489,7 @@ fi
19893$as_echo "$gl_cv_decl_readlink_works" >&6; } 20489$as_echo "$gl_cv_decl_readlink_works" >&6; }
19894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5 20490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether readlink handles trailing slash correctly" >&5
19895$as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; } 20491$as_echo_n "checking whether readlink handles trailing slash correctly... " >&6; }
19896if test "${gl_cv_func_readlink_works+set}" = set; then : 20492if ${gl_cv_func_readlink_works+:} false; then :
19897 $as_echo_n "(cached) " >&6 20493 $as_echo_n "(cached) " >&6
19898else 20494else
19899 # We have readlink, so assume ln -s works. 20495 # We have readlink, so assume ln -s works.
@@ -19980,7 +20576,7 @@ fi
19980 else 20576 else
19981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5 20577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <signal.h>" >&5
19982$as_echo_n "checking absolute name of <signal.h>... " >&6; } 20578$as_echo_n "checking absolute name of <signal.h>... " >&6; }
19983if test "${gl_cv_next_signal_h+set}" = set; then : 20579if ${gl_cv_next_signal_h+:} false; then :
19984 $as_echo_n "(cached) " >&6 20580 $as_echo_n "(cached) " >&6
19985else 20581else
19986 20582
@@ -20027,7 +20623,7 @@ $as_echo "$gl_cv_next_signal_h" >&6; }
20027#include <signal.h> 20623#include <signal.h>
20028 20624
20029" 20625"
20030if test "x$ac_cv_type_volatile_sig_atomic_t" = x""yes; then : 20626if test "x$ac_cv_type_volatile_sig_atomic_t" = xyes; then :
20031 20627
20032else 20628else
20033 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0 20629 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0
@@ -20041,7 +20637,7 @@ fi
20041#include <signal.h> 20637#include <signal.h>
20042 20638
20043" 20639"
20044if test "x$ac_cv_type_sighandler_t" = x""yes; then : 20640if test "x$ac_cv_type_sighandler_t" = xyes; then :
20045 20641
20046else 20642else
20047 HAVE_SIGHANDLER_T=0 20643 HAVE_SIGHANDLER_T=0
@@ -20062,12 +20658,12 @@ fi
20062#endif 20658#endif
20063 20659
20064" 20660"
20065if test "x$ac_cv_type_socklen_t" = x""yes; then : 20661if test "x$ac_cv_type_socklen_t" = xyes; then :
20066 20662
20067else 20663else
20068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 20664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5
20069$as_echo_n "checking for socklen_t equivalent... " >&6; } 20665$as_echo_n "checking for socklen_t equivalent... " >&6; }
20070 if test "${gl_cv_socklen_t_equiv+set}" = set; then : 20666 if ${gl_cv_socklen_t_equiv+:} false; then :
20071 $as_echo_n "(cached) " >&6 20667 $as_echo_n "(cached) " >&6
20072else 20668else
20073 # Systems have either "struct sockaddr *" or 20669 # Systems have either "struct sockaddr *" or
@@ -20102,7 +20698,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20102fi 20698fi
20103 20699
20104 if test "$gl_cv_socklen_t_equiv" = ""; then 20700 if test "$gl_cv_socklen_t_equiv" = ""; then
20105 as_fn_error "Cannot find a type to use in place of socklen_t" "$LINENO" 5 20701 as_fn_error $? "Cannot find a type to use in place of socklen_t" "$LINENO" 5
20106 fi 20702 fi
20107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 20703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5
20108$as_echo "$gl_cv_socklen_t_equiv" >&6; } 20704$as_echo "$gl_cv_socklen_t_equiv" >&6; }
@@ -20116,7 +20712,7 @@ fi
20116 20712
20117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 20713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5
20118$as_echo_n "checking for ssize_t... " >&6; } 20714$as_echo_n "checking for ssize_t... " >&6; }
20119if test "${gt_cv_ssize_t+set}" = set; then : 20715if ${gt_cv_ssize_t+:} false; then :
20120 $as_echo_n "(cached) " >&6 20716 $as_echo_n "(cached) " >&6
20121else 20717else
20122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 20718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -20151,7 +20747,7 @@ $as_echo "#define ssize_t int" >>confdefs.h
20151 NEXT_STDARG_H='<stdarg.h>' 20747 NEXT_STDARG_H='<stdarg.h>'
20152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 20748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
20153$as_echo_n "checking for va_copy... " >&6; } 20749$as_echo_n "checking for va_copy... " >&6; }
20154 if test "${gl_cv_func_va_copy+set}" = set; then : 20750 if ${gl_cv_func_va_copy+:} false; then :
20155 $as_echo_n "(cached) " >&6 20751 $as_echo_n "(cached) " >&6
20156else 20752else
20157 20753
@@ -20211,7 +20807,7 @@ rm -f conftest*
20211 else 20807 else
20212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5 20808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdarg.h>" >&5
20213$as_echo_n "checking absolute name of <stdarg.h>... " >&6; } 20809$as_echo_n "checking absolute name of <stdarg.h>... " >&6; }
20214if test "${gl_cv_next_stdarg_h+set}" = set; then : 20810if ${gl_cv_next_stdarg_h+:} false; then :
20215 $as_echo_n "(cached) " >&6 20811 $as_echo_n "(cached) " >&6
20216else 20812else
20217 20813
@@ -20259,7 +20855,7 @@ $as_echo "$gl_cv_next_stdarg_h" >&6; }
20259 20855
20260 saved_as_echo_n="$as_echo_n" 20856 saved_as_echo_n="$as_echo_n"
20261 as_echo_n=':' 20857 as_echo_n=':'
20262 if test "${gl_cv_func___va_copy+set}" = set; then : 20858 if ${gl_cv_func___va_copy+:} false; then :
20263 $as_echo_n "(cached) " >&6 20859 $as_echo_n "(cached) " >&6
20264else 20860else
20265 20861
@@ -20348,7 +20944,7 @@ fi
20348 fi 20944 fi
20349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 20945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5
20350$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } 20946$as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; }
20351if test "${gl_cv_decl_null_works+set}" = set; then : 20947if ${gl_cv_decl_null_works+:} false; then :
20352 $as_echo_n "(cached) " >&6 20948 $as_echo_n "(cached) " >&6
20353else 20949else
20354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 20950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -20400,7 +20996,7 @@ fi
20400 else 20996 else
20401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5 20997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stddef.h>" >&5
20402$as_echo_n "checking absolute name of <stddef.h>... " >&6; } 20998$as_echo_n "checking absolute name of <stddef.h>... " >&6; }
20403if test "${gl_cv_next_stddef_h+set}" = set; then : 20999if ${gl_cv_next_stddef_h+:} false; then :
20404 $as_echo_n "(cached) " >&6 21000 $as_echo_n "(cached) " >&6
20405else 21001else
20406 21002
@@ -20459,7 +21055,7 @@ $as_echo "$gl_cv_next_stddef_h" >&6; }
20459 else 21055 else
20460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5 21056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdio.h>" >&5
20461$as_echo_n "checking absolute name of <stdio.h>... " >&6; } 21057$as_echo_n "checking absolute name of <stdio.h>... " >&6; }
20462if test "${gl_cv_next_stdio_h+set}" = set; then : 21058if ${gl_cv_next_stdio_h+:} false; then :
20463 $as_echo_n "(cached) " >&6 21059 $as_echo_n "(cached) " >&6
20464else 21060else
20465 21061
@@ -20540,7 +21136,7 @@ $as_echo "$gl_cv_next_stdio_h" >&6; }
20540 else 21136 else
20541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5 21137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <stdlib.h>" >&5
20542$as_echo_n "checking absolute name of <stdlib.h>... " >&6; } 21138$as_echo_n "checking absolute name of <stdlib.h>... " >&6; }
20543if test "${gl_cv_next_stdlib_h+set}" = set; then : 21139if ${gl_cv_next_stdlib_h+:} false; then :
20544 $as_echo_n "(cached) " >&6 21140 $as_echo_n "(cached) " >&6
20545else 21141else
20546 21142
@@ -20601,23 +21197,12 @@ $as_echo "#define my_strftime nstrftime" >>confdefs.h
20601 21197
20602 21198
20603 21199
21200
20604 if test "$ac_cv_have_decl_strtoimax" != yes; then 21201 if test "$ac_cv_have_decl_strtoimax" != yes; then
20605 HAVE_DECL_STRTOIMAX=0 21202 HAVE_DECL_STRTOIMAX=0
20606
20607 for ac_func in strtoimax
20608do :
20609 ac_fn_c_check_func "$LINENO" "strtoimax" "ac_cv_func_strtoimax"
20610if test "x$ac_cv_func_strtoimax" = x""yes; then :
20611 cat >>confdefs.h <<_ACEOF
20612#define HAVE_STRTOIMAX 1
20613_ACEOF
20614
20615fi
20616done
20617
20618 fi 21203 fi
20619 21204
20620if test "$ac_cv_have_decl_strtoimax" != yes && test $ac_cv_func_strtoimax = no; then 21205if test $ac_cv_func_strtoimax = no; then
20621 21206
20622 21207
20623 21208
@@ -20630,7 +21215,7 @@ if test "$ac_cv_have_decl_strtoimax" != yes && test $ac_cv_func_strtoimax = no;
20630 21215
20631 21216
20632 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default" 21217 ac_fn_c_check_decl "$LINENO" "strtoll" "ac_cv_have_decl_strtoll" "$ac_includes_default"
20633if test "x$ac_cv_have_decl_strtoll" = x""yes; then : 21218if test "x$ac_cv_have_decl_strtoll" = xyes; then :
20634 ac_have_decl=1 21219 ac_have_decl=1
20635else 21220else
20636 ac_have_decl=0 21221 ac_have_decl=0
@@ -20657,23 +21242,12 @@ fi
20657 21242
20658 21243
20659 21244
21245
20660 if test "$ac_cv_have_decl_strtoumax" != yes; then 21246 if test "$ac_cv_have_decl_strtoumax" != yes; then
20661 HAVE_DECL_STRTOUMAX=0 21247 HAVE_DECL_STRTOUMAX=0
20662
20663 for ac_func in strtoumax
20664do :
20665 ac_fn_c_check_func "$LINENO" "strtoumax" "ac_cv_func_strtoumax"
20666if test "x$ac_cv_func_strtoumax" = x""yes; then :
20667 cat >>confdefs.h <<_ACEOF
20668#define HAVE_STRTOUMAX 1
20669_ACEOF
20670
20671fi
20672done
20673
20674 fi 21248 fi
20675 21249
20676if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no; then 21250if test $ac_cv_func_strtoumax = no; then
20677 21251
20678 21252
20679 21253
@@ -20686,7 +21260,7 @@ if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no;
20686 21260
20687 21261
20688 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default" 21262 ac_fn_c_check_decl "$LINENO" "strtoull" "ac_cv_have_decl_strtoull" "$ac_includes_default"
20689if test "x$ac_cv_have_decl_strtoull" = x""yes; then : 21263if test "x$ac_cv_have_decl_strtoull" = xyes; then :
20690 ac_have_decl=1 21264 ac_have_decl=1
20691else 21265else
20692 ac_have_decl=0 21266 ac_have_decl=0
@@ -20717,7 +21291,7 @@ fi
20717 else 21291 else
20718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 21292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5
20719$as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } 21293$as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; }
20720if test "${gl_cv_func_symlink_works+set}" = set; then : 21294if ${gl_cv_func_symlink_works+:} false; then :
20721 $as_echo_n "(cached) " >&6 21295 $as_echo_n "(cached) " >&6
20722else 21296else
20723 if test "$cross_compiling" = yes; then : 21297 if test "$cross_compiling" = yes; then :
@@ -20805,7 +21379,7 @@ fi
20805 else 21379 else
20806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5 21380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <sys/stat.h>" >&5
20807$as_echo_n "checking absolute name of <sys/stat.h>... " >&6; } 21381$as_echo_n "checking absolute name of <sys/stat.h>... " >&6; }
20808if test "${gl_cv_next_sys_stat_h+set}" = set; then : 21382if ${gl_cv_next_sys_stat_h+:} false; then :
20809 $as_echo_n "(cached) " >&6 21383 $as_echo_n "(cached) " >&6
20810else 21384else
20811 21385
@@ -20855,7 +21429,7 @@ $as_echo "$gl_cv_next_sys_stat_h" >&6; }
20855 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h> 21429 ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include <sys/types.h>
20856 #include <sys/stat.h> 21430 #include <sys/stat.h>
20857" 21431"
20858if test "x$ac_cv_type_nlink_t" = x""yes; then : 21432if test "x$ac_cv_type_nlink_t" = xyes; then :
20859 21433
20860else 21434else
20861 21435
@@ -20886,7 +21460,7 @@ fi
20886 HAVE_LOCALTIME_R=1 21460 HAVE_LOCALTIME_R=1
20887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5 21461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime_r is compatible with its POSIX signature" >&5
20888$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; } 21462$as_echo_n "checking whether localtime_r is compatible with its POSIX signature... " >&6; }
20889if test "${gl_cv_time_r_posix+set}" = set; then : 21463if ${gl_cv_time_r_posix+:} false; then :
20890 $as_echo_n "(cached) " >&6 21464 $as_echo_n "(cached) " >&6
20891else 21465else
20892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 21466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -20972,7 +21546,7 @@ fi
20972 else 21546 else
20973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5 21547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of <unistd.h>" >&5
20974$as_echo_n "checking absolute name of <unistd.h>... " >&6; } 21548$as_echo_n "checking absolute name of <unistd.h>... " >&6; }
20975if test "${gl_cv_next_unistd_h+set}" = set; then : 21549if ${gl_cv_next_unistd_h+:} false; then :
20976 $as_echo_n "(cached) " >&6 21550 $as_echo_n "(cached) " >&6
20977else 21551else
20978 21552
@@ -21056,7 +21630,7 @@ $as_echo "$gl_cv_next_unistd_h" >&6; }
21056 21630
21057 if test $gl_cv_type_sigset_t = yes; then 21631 if test $gl_cv_type_sigset_t = yes; then
21058 ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask" 21632 ac_fn_c_check_func "$LINENO" "sigprocmask" "ac_cv_func_sigprocmask"
21059if test "x$ac_cv_func_sigprocmask" = x""yes; then : 21633if test "x$ac_cv_func_sigprocmask" = xyes; then :
21060 gl_cv_func_sigprocmask=1 21634 gl_cv_func_sigprocmask=1
21061fi 21635fi
21062 21636
@@ -21100,7 +21674,7 @@ fi
21100 21674
21101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5 21675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5
21102$as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; } 21676$as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; }
21103if test "${gl_cv_func_stat_dir_slash+set}" = set; then : 21677if ${gl_cv_func_stat_dir_slash+:} false; then :
21104 $as_echo_n "(cached) " >&6 21678 $as_echo_n "(cached) " >&6
21105else 21679else
21106 if test "$cross_compiling" = yes; then : 21680 if test "$cross_compiling" = yes; then :
@@ -21135,7 +21709,7 @@ fi
21135$as_echo "$gl_cv_func_stat_dir_slash" >&6; } 21709$as_echo "$gl_cv_func_stat_dir_slash" >&6; }
21136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 21710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5
21137$as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } 21711$as_echo_n "checking whether stat handles trailing slashes on files... " >&6; }
21138if test "${gl_cv_func_stat_file_slash+set}" = set; then : 21712if ${gl_cv_func_stat_file_slash+:} false; then :
21139 $as_echo_n "(cached) " >&6 21713 $as_echo_n "(cached) " >&6
21140else 21714else
21141 touch conftest.tmp 21715 touch conftest.tmp
@@ -21239,7 +21813,7 @@ fi
21239 for ac_func in strtoll 21813 for ac_func in strtoll
21240do : 21814do :
21241 ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" 21815 ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll"
21242if test "x$ac_cv_func_strtoll" = x""yes; then : 21816if test "x$ac_cv_func_strtoll" = xyes; then :
21243 cat >>confdefs.h <<_ACEOF 21817 cat >>confdefs.h <<_ACEOF
21244#define HAVE_STRTOLL 1 21818#define HAVE_STRTOLL 1
21245_ACEOF 21819_ACEOF
@@ -21291,7 +21865,7 @@ fi
21291 for ac_func in strtoull 21865 for ac_func in strtoull
21292do : 21866do :
21293 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" 21867 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
21294if test "x$ac_cv_func_strtoull" = x""yes; then : 21868if test "x$ac_cv_func_strtoull" = xyes; then :
21295 cat >>confdefs.h <<_ACEOF 21869 cat >>confdefs.h <<_ACEOF
21296#define HAVE_STRTOULL 1 21870#define HAVE_STRTOULL 1
21297_ACEOF 21871_ACEOF
@@ -21354,16 +21928,16 @@ fi
21354 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then 21928 if test $HAVE_READLINK = 0 || test $REPLACE_READLINK = 1; then
21355 func_gl_gnulib_m4code_stat 21929 func_gl_gnulib_m4code_stat
21356 fi 21930 fi
21357 if test "$ac_cv_have_decl_strtoimax" != yes && test $ac_cv_func_strtoimax = no; then 21931 if test $ac_cv_func_strtoimax = no; then
21358 func_gl_gnulib_m4code_verify 21932 func_gl_gnulib_m4code_verify
21359 fi 21933 fi
21360 if test "$ac_cv_have_decl_strtoimax" != yes && test $ac_cv_func_strtoimax = no && test $ac_cv_type_long_long_int = yes; then 21934 if test $ac_cv_func_strtoimax = no && test $ac_cv_type_long_long_int = yes; then
21361 func_gl_gnulib_m4code_strtoll 21935 func_gl_gnulib_m4code_strtoll
21362 fi 21936 fi
21363 if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no; then 21937 if test $ac_cv_func_strtoumax = no; then
21364 func_gl_gnulib_m4code_verify 21938 func_gl_gnulib_m4code_verify
21365 fi 21939 fi
21366 if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes; then 21940 if test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes; then
21367 func_gl_gnulib_m4code_strtoull 21941 func_gl_gnulib_m4code_strtoull
21368 fi 21942 fi
21369 21943
@@ -21791,10 +22365,21 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
21791 :end' >>confcache 22365 :end' >>confcache
21792if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 22366if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
21793 if test -w "$cache_file"; then 22367 if test -w "$cache_file"; then
21794 test "x$cache_file" != "x/dev/null" && 22368 if test "x$cache_file" != "x/dev/null"; then
21795 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 22369 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
21796$as_echo "$as_me: updating cache $cache_file" >&6;} 22370$as_echo "$as_me: updating cache $cache_file" >&6;}
21797 cat confcache >$cache_file 22371 if test ! -f "$cache_file" || test -h "$cache_file"; then
22372 cat confcache >"$cache_file"
22373 else
22374 case $cache_file in #(
22375 */* | ?:*)
22376 mv -f confcache "$cache_file"$$ &&
22377 mv -f "$cache_file"$$ "$cache_file" ;; #(
22378 *)
22379 mv -f confcache "$cache_file" ;;
22380 esac
22381 fi
22382 fi
21798 else 22383 else
21799 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 22384 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
21800$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 22385$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
@@ -21810,6 +22395,7 @@ DEFS=-DHAVE_CONFIG_H
21810 22395
21811ac_libobjs= 22396ac_libobjs=
21812ac_ltlibobjs= 22397ac_ltlibobjs=
22398U=
21813for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 22399for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21814 # 1. Remove the extension, and $U if already installed. 22400 # 1. Remove the extension, and $U if already installed.
21815 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 22401 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
@@ -21833,65 +22419,65 @@ else
21833fi 22419fi
21834 22420
21835if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 22421if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
21836 as_fn_error "conditional \"AMDEP\" was never defined. 22422 as_fn_error $? "conditional \"AMDEP\" was never defined.
21837Usually this means the macro was only invoked conditionally." "$LINENO" 5 22423Usually this means the macro was only invoked conditionally." "$LINENO" 5
21838fi 22424fi
21839if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then 22425if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
21840 as_fn_error "conditional \"am__fastdepCC\" was never defined. 22426 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
21841Usually this means the macro was only invoked conditionally." "$LINENO" 5 22427Usually this means the macro was only invoked conditionally." "$LINENO" 5
21842fi 22428fi
21843 22429
21844if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then 22430if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then
21845 as_fn_error "conditional \"GL_COND_LIBTOOL\" was never defined. 22431 as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined.
21846Usually this means the macro was only invoked conditionally." "$LINENO" 5 22432Usually this means the macro was only invoked conditionally." "$LINENO" 5
21847fi 22433fi
21848if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then 22434if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then
21849 as_fn_error "conditional \"GL_GENERATE_ALLOCA_H\" was never defined. 22435 as_fn_error $? "conditional \"GL_GENERATE_ALLOCA_H\" was never defined.
21850Usually this means the macro was only invoked conditionally." "$LINENO" 5 22436Usually this means the macro was only invoked conditionally." "$LINENO" 5
21851fi 22437fi
21852 22438
21853if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then 22439if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then
21854 as_fn_error "conditional \"GL_GENERATE_STDINT_H\" was never defined. 22440 as_fn_error $? "conditional \"GL_GENERATE_STDINT_H\" was never defined.
21855Usually this means the macro was only invoked conditionally." "$LINENO" 5 22441Usually this means the macro was only invoked conditionally." "$LINENO" 5
21856fi 22442fi
21857if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then 22443if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then
21858 as_fn_error "conditional \"GL_GENERATE_STDARG_H\" was never defined. 22444 as_fn_error $? "conditional \"GL_GENERATE_STDARG_H\" was never defined.
21859Usually this means the macro was only invoked conditionally." "$LINENO" 5 22445Usually this means the macro was only invoked conditionally." "$LINENO" 5
21860fi 22446fi
21861if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then 22447if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then
21862 as_fn_error "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. 22448 as_fn_error $? "conditional \"GL_GENERATE_STDBOOL_H\" was never defined.
21863Usually this means the macro was only invoked conditionally." "$LINENO" 5 22449Usually this means the macro was only invoked conditionally." "$LINENO" 5
21864fi 22450fi
21865if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then 22451if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then
21866 as_fn_error "conditional \"GL_GENERATE_STDDEF_H\" was never defined. 22452 as_fn_error $? "conditional \"GL_GENERATE_STDDEF_H\" was never defined.
21867Usually this means the macro was only invoked conditionally." "$LINENO" 5 22453Usually this means the macro was only invoked conditionally." "$LINENO" 5
21868fi 22454fi
21869if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then 22455if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then
21870 as_fn_error "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined. 22456 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_dosname\" was never defined.
21871Usually this means the macro was only invoked conditionally." "$LINENO" 5 22457Usually this means the macro was only invoked conditionally." "$LINENO" 5
21872fi 22458fi
21873if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then 22459if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then
21874 as_fn_error "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined. 22460 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36\" was never defined.
21875Usually this means the macro was only invoked conditionally." "$LINENO" 5 22461Usually this means the macro was only invoked conditionally." "$LINENO" 5
21876fi 22462fi
21877if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then 22463if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then
21878 as_fn_error "conditional \"gl_GNULIB_ENABLED_sigprocmask\" was never defined. 22464 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_sigprocmask\" was never defined.
21879Usually this means the macro was only invoked conditionally." "$LINENO" 5 22465Usually this means the macro was only invoked conditionally." "$LINENO" 5
21880fi 22466fi
21881if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then 22467if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then
21882 as_fn_error "conditional \"gl_GNULIB_ENABLED_stat\" was never defined. 22468 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_stat\" was never defined.
21883Usually this means the macro was only invoked conditionally." "$LINENO" 5 22469Usually this means the macro was only invoked conditionally." "$LINENO" 5
21884fi 22470fi
21885if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then 22471if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then
21886 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined. 22472 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_strtoll\" was never defined.
21887Usually this means the macro was only invoked conditionally." "$LINENO" 5 22473Usually this means the macro was only invoked conditionally." "$LINENO" 5
21888fi 22474fi
21889if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then 22475if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then
21890 as_fn_error "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined. 22476 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_strtoull\" was never defined.
21891Usually this means the macro was only invoked conditionally." "$LINENO" 5 22477Usually this means the macro was only invoked conditionally." "$LINENO" 5
21892fi 22478fi
21893if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then 22479if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then
21894 as_fn_error "conditional \"gl_GNULIB_ENABLED_verify\" was never defined. 22480 as_fn_error $? "conditional \"gl_GNULIB_ENABLED_verify\" was never defined.
21895Usually this means the macro was only invoked conditionally." "$LINENO" 5 22481Usually this means the macro was only invoked conditionally." "$LINENO" 5
21896fi 22482fi
21897 22483
@@ -21927,7 +22513,7 @@ fi
21927 22513
21928 22514
21929 22515
21930: ${CONFIG_STATUS=./config.status} 22516: "${CONFIG_STATUS=./config.status}"
21931ac_write_fail=0 22517ac_write_fail=0
21932ac_clean_files_save=$ac_clean_files 22518ac_clean_files_save=$ac_clean_files
21933ac_clean_files="$ac_clean_files $CONFIG_STATUS" 22519ac_clean_files="$ac_clean_files $CONFIG_STATUS"
@@ -22028,6 +22614,7 @@ fi
22028IFS=" "" $as_nl" 22614IFS=" "" $as_nl"
22029 22615
22030# Find who we are. Look in the path if we contain no directory separator. 22616# Find who we are. Look in the path if we contain no directory separator.
22617as_myself=
22031case $0 in #(( 22618case $0 in #((
22032 *[\\/]* ) as_myself=$0 ;; 22619 *[\\/]* ) as_myself=$0 ;;
22033 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 22620 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
@@ -22073,19 +22660,19 @@ export LANGUAGE
22073(unset CDPATH) >/dev/null 2>&1 && unset CDPATH 22660(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
22074 22661
22075 22662
22076# as_fn_error ERROR [LINENO LOG_FD] 22663# as_fn_error STATUS ERROR [LINENO LOG_FD]
22077# --------------------------------- 22664# ----------------------------------------
22078# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 22665# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
22079# provided, also output the error to LOG_FD, referencing LINENO. Then exit the 22666# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
22080# script with status $?, using 1 if that was 0. 22667# script with STATUS, using 1 if that was 0.
22081as_fn_error () 22668as_fn_error ()
22082{ 22669{
22083 as_status=$?; test $as_status -eq 0 && as_status=1 22670 as_status=$1; test $as_status -eq 0 && as_status=1
22084 if test "$3"; then 22671 if test "$4"; then
22085 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 22672 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
22086 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 22673 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
22087 fi 22674 fi
22088 $as_echo "$as_me: error: $1" >&2 22675 $as_echo "$as_me: error: $2" >&2
22089 as_fn_exit $as_status 22676 as_fn_exit $as_status
22090} # as_fn_error 22677} # as_fn_error
22091 22678
@@ -22281,7 +22868,7 @@ $as_echo X"$as_dir" |
22281 test -d "$as_dir" && break 22868 test -d "$as_dir" && break
22282 done 22869 done
22283 test -z "$as_dirs" || eval "mkdir $as_dirs" 22870 test -z "$as_dirs" || eval "mkdir $as_dirs"
22284 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 22871 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
22285 22872
22286 22873
22287} # as_fn_mkdir_p 22874} # as_fn_mkdir_p
@@ -22335,7 +22922,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22335# values after options handling. 22922# values after options handling.
22336ac_log=" 22923ac_log="
22337This file was extended by emacs $as_me 24.0.50, which was 22924This file was extended by emacs $as_me 24.0.50, which was
22338generated by GNU Autoconf 2.65. Invocation command line was 22925generated by GNU Autoconf 2.68. Invocation command line was
22339 22926
22340 CONFIG_FILES = $CONFIG_FILES 22927 CONFIG_FILES = $CONFIG_FILES
22341 CONFIG_HEADERS = $CONFIG_HEADERS 22928 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -22401,10 +22988,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22401ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 22988ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
22402ac_cs_version="\\ 22989ac_cs_version="\\
22403emacs config.status 24.0.50 22990emacs config.status 24.0.50
22404configured by $0, generated by GNU Autoconf 2.65, 22991configured by $0, generated by GNU Autoconf 2.68,
22405 with options \\"\$ac_cs_config\\" 22992 with options \\"\$ac_cs_config\\"
22406 22993
22407Copyright (C) 2009 Free Software Foundation, Inc. 22994Copyright (C) 2010 Free Software Foundation, Inc.
22408This config.status script is free software; the Free Software Foundation 22995This config.status script is free software; the Free Software Foundation
22409gives unlimited permission to copy, distribute and modify it." 22996gives unlimited permission to copy, distribute and modify it."
22410 22997
@@ -22422,11 +23009,16 @@ ac_need_defaults=:
22422while test $# != 0 23009while test $# != 0
22423do 23010do
22424 case $1 in 23011 case $1 in
22425 --*=*) 23012 --*=?*)
22426 ac_option=`expr "X$1" : 'X\([^=]*\)='` 23013 ac_option=`expr "X$1" : 'X\([^=]*\)='`
22427 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 23014 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
22428 ac_shift=: 23015 ac_shift=:
22429 ;; 23016 ;;
23017 --*=)
23018 ac_option=`expr "X$1" : 'X\([^=]*\)='`
23019 ac_optarg=
23020 ac_shift=:
23021 ;;
22430 *) 23022 *)
22431 ac_option=$1 23023 ac_option=$1
22432 ac_optarg=$2 23024 ac_optarg=$2
@@ -22448,6 +23040,7 @@ do
22448 $ac_shift 23040 $ac_shift
22449 case $ac_optarg in 23041 case $ac_optarg in
22450 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 23042 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
23043 '') as_fn_error $? "missing file argument" ;;
22451 esac 23044 esac
22452 as_fn_append CONFIG_FILES " '$ac_optarg'" 23045 as_fn_append CONFIG_FILES " '$ac_optarg'"
22453 ac_need_defaults=false;; 23046 ac_need_defaults=false;;
@@ -22460,7 +23053,7 @@ do
22460 ac_need_defaults=false;; 23053 ac_need_defaults=false;;
22461 --he | --h) 23054 --he | --h)
22462 # Conflict between --help and --header 23055 # Conflict between --help and --header
22463 as_fn_error "ambiguous option: \`$1' 23056 as_fn_error $? "ambiguous option: \`$1'
22464Try \`$0 --help' for more information.";; 23057Try \`$0 --help' for more information.";;
22465 --help | --hel | -h ) 23058 --help | --hel | -h )
22466 $as_echo "$ac_cs_usage"; exit ;; 23059 $as_echo "$ac_cs_usage"; exit ;;
@@ -22469,7 +23062,7 @@ Try \`$0 --help' for more information.";;
22469 ac_cs_silent=: ;; 23062 ac_cs_silent=: ;;
22470 23063
22471 # This is an error. 23064 # This is an error.
22472 -*) as_fn_error "unrecognized option: \`$1' 23065 -*) as_fn_error $? "unrecognized option: \`$1'
22473Try \`$0 --help' for more information." ;; 23066Try \`$0 --help' for more information." ;;
22474 23067
22475 *) as_fn_append ac_config_targets " $1" 23068 *) as_fn_append ac_config_targets " $1"
@@ -22543,7 +23136,7 @@ do
22543 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;; 23136 "epaths") CONFIG_COMMANDS="$CONFIG_COMMANDS epaths" ;;
22544 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;; 23137 "gdbinit") CONFIG_COMMANDS="$CONFIG_COMMANDS gdbinit" ;;
22545 23138
22546 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 23139 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
22547 esac 23140 esac
22548done 23141done
22549 23142
@@ -22566,9 +23159,10 @@ fi
22566# after its creation but before its name has been assigned to `$tmp'. 23159# after its creation but before its name has been assigned to `$tmp'.
22567$debug || 23160$debug ||
22568{ 23161{
22569 tmp= 23162 tmp= ac_tmp=
22570 trap 'exit_status=$? 23163 trap 'exit_status=$?
22571 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 23164 : "${ac_tmp:=$tmp}"
23165 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
22572' 0 23166' 0
22573 trap 'as_fn_exit 1' 1 2 13 15 23167 trap 'as_fn_exit 1' 1 2 13 15
22574} 23168}
@@ -22576,12 +23170,13 @@ $debug ||
22576 23170
22577{ 23171{
22578 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 23172 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22579 test -n "$tmp" && test -d "$tmp" 23173 test -d "$tmp"
22580} || 23174} ||
22581{ 23175{
22582 tmp=./conf$$-$RANDOM 23176 tmp=./conf$$-$RANDOM
22583 (umask 077 && mkdir "$tmp") 23177 (umask 077 && mkdir "$tmp")
22584} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 23178} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
23179ac_tmp=$tmp
22585 23180
22586# Set up the scripts for CONFIG_FILES section. 23181# Set up the scripts for CONFIG_FILES section.
22587# No need to generate them if there are no CONFIG_FILES. 23182# No need to generate them if there are no CONFIG_FILES.
@@ -22615,24 +23210,24 @@ if test "x$ac_cr" = x; then
22615fi 23210fi
22616ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 23211ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
22617if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 23212if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
22618 ac_cs_awk_cr='\r' 23213 ac_cs_awk_cr='\\r'
22619else 23214else
22620 ac_cs_awk_cr=$ac_cr 23215 ac_cs_awk_cr=$ac_cr
22621fi 23216fi
22622 23217
22623echo 'BEGIN {' >"$tmp/subs1.awk" && 23218echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
22624_ACEOF 23219_ACEOF
22625 23220
22626# Create commands to substitute file output variables. 23221# Create commands to substitute file output variables.
22627{ 23222{
22628 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" && 23223 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
22629 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' && 23224 echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
22630 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' && 23225 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
22631 echo "_ACAWK" && 23226 echo "_ACAWK" &&
22632 echo "_ACEOF" 23227 echo "_ACEOF"
22633} >conf$$files.sh && 23228} >conf$$files.sh &&
22634. ./conf$$files.sh || 23229. ./conf$$files.sh ||
22635 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 23230 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22636rm -f conf$$files.sh 23231rm -f conf$$files.sh
22637 23232
22638{ 23233{
@@ -22640,18 +23235,18 @@ rm -f conf$$files.sh
22640 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 23235 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
22641 echo "_ACEOF" 23236 echo "_ACEOF"
22642} >conf$$subs.sh || 23237} >conf$$subs.sh ||
22643 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 23238 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22644ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 23239ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
22645ac_delim='%!_!# ' 23240ac_delim='%!_!# '
22646for ac_last_try in false false false false false :; do 23241for ac_last_try in false false false false false :; do
22647 . ./conf$$subs.sh || 23242 . ./conf$$subs.sh ||
22648 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 23243 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22649 23244
22650 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 23245 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
22651 if test $ac_delim_n = $ac_delim_num; then 23246 if test $ac_delim_n = $ac_delim_num; then
22652 break 23247 break
22653 elif $ac_last_try; then 23248 elif $ac_last_try; then
22654 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 23249 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
22655 else 23250 else
22656 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 23251 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22657 fi 23252 fi
@@ -22659,7 +23254,7 @@ done
22659rm -f conf$$subs.sh 23254rm -f conf$$subs.sh
22660 23255
22661cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23256cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22662cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 23257cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
22663_ACEOF 23258_ACEOF
22664sed -n ' 23259sed -n '
22665h 23260h
@@ -22707,7 +23302,7 @@ t delim
22707rm -f conf$$subs.awk 23302rm -f conf$$subs.awk
22708cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 23303cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22709_ACAWK 23304_ACAWK
22710cat >>"\$tmp/subs1.awk" <<_ACAWK && 23305cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
22711 for (key in S) S_is_set[key] = 1 23306 for (key in S) S_is_set[key] = 1
22712 FS = "" 23307 FS = ""
22713 \$ac_cs_awk_pipe_init 23308 \$ac_cs_awk_pipe_init
@@ -22745,21 +23340,29 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
22745 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 23340 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
22746else 23341else
22747 cat 23342 cat
22748fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 23343fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
22749 || as_fn_error "could not setup config files machinery" "$LINENO" 5 23344 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
22750_ACEOF 23345_ACEOF
22751 23346
22752# VPATH may cause trouble with some makes, so we remove $(srcdir), 23347# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
22753# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 23348# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
22754# trailing colons and then remove the whole line if VPATH becomes empty 23349# trailing colons and then remove the whole line if VPATH becomes empty
22755# (actually we leave an empty line to preserve line numbers). 23350# (actually we leave an empty line to preserve line numbers).
22756if test "x$srcdir" = x.; then 23351if test "x$srcdir" = x.; then
22757 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 23352 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
22758s/:*\$(srcdir):*/:/ 23353h
22759s/:*\${srcdir}:*/:/ 23354s///
22760s/:*@srcdir@:*/:/ 23355s/^/:/
22761s/^\([^=]*=[ ]*\):*/\1/ 23356s/[ ]*$/:/
23357s/:\$(srcdir):/:/g
23358s/:\${srcdir}:/:/g
23359s/:@srcdir@:/:/g
23360s/^:*//
22762s/:*$// 23361s/:*$//
23362x
23363s/\(=[ ]*\).*/\1/
23364G
23365s/\n//
22763s/^[^=]*=[ ]*$// 23366s/^[^=]*=[ ]*$//
22764}' 23367}'
22765fi 23368fi
@@ -22771,7 +23374,7 @@ fi # test -n "$CONFIG_FILES"
22771# No need to generate them if there are no CONFIG_HEADERS. 23374# No need to generate them if there are no CONFIG_HEADERS.
22772# This happens for instance with `./config.status Makefile'. 23375# This happens for instance with `./config.status Makefile'.
22773if test -n "$CONFIG_HEADERS"; then 23376if test -n "$CONFIG_HEADERS"; then
22774cat >"$tmp/defines.awk" <<\_ACAWK || 23377cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
22775BEGIN { 23378BEGIN {
22776_ACEOF 23379_ACEOF
22777 23380
@@ -22783,11 +23386,11 @@ _ACEOF
22783# handling of long lines. 23386# handling of long lines.
22784ac_delim='%!_!# ' 23387ac_delim='%!_!# '
22785for ac_last_try in false false :; do 23388for ac_last_try in false false :; do
22786 ac_t=`sed -n "/$ac_delim/p" confdefs.h` 23389 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
22787 if test -z "$ac_t"; then 23390 if test -z "$ac_tt"; then
22788 break 23391 break
22789 elif $ac_last_try; then 23392 elif $ac_last_try; then
22790 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 23393 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
22791 else 23394 else
22792 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 23395 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22793 fi 23396 fi
@@ -22872,7 +23475,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22872_ACAWK 23475_ACAWK
22873_ACEOF 23476_ACEOF
22874cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 23477cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
22875 as_fn_error "could not setup config headers machinery" "$LINENO" 5 23478 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
22876fi # test -n "$CONFIG_HEADERS" 23479fi # test -n "$CONFIG_HEADERS"
22877 23480
22878 23481
@@ -22885,7 +23488,7 @@ do
22885 esac 23488 esac
22886 case $ac_mode$ac_tag in 23489 case $ac_mode$ac_tag in
22887 :[FHL]*:*);; 23490 :[FHL]*:*);;
22888 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; 23491 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
22889 :[FH]-) ac_tag=-:-;; 23492 :[FH]-) ac_tag=-:-;;
22890 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 23493 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22891 esac 23494 esac
@@ -22904,7 +23507,7 @@ do
22904 for ac_f 23507 for ac_f
22905 do 23508 do
22906 case $ac_f in 23509 case $ac_f in
22907 -) ac_f="$tmp/stdin";; 23510 -) ac_f="$ac_tmp/stdin";;
22908 *) # Look for the file first in the build tree, then in the source tree 23511 *) # Look for the file first in the build tree, then in the source tree
22909 # (if the path is not absolute). The absolute path cannot be DOS-style, 23512 # (if the path is not absolute). The absolute path cannot be DOS-style,
22910 # because $ac_f cannot contain `:'. 23513 # because $ac_f cannot contain `:'.
@@ -22913,7 +23516,7 @@ do
22913 [\\/$]*) false;; 23516 [\\/$]*) false;;
22914 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 23517 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22915 esac || 23518 esac ||
22916 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; 23519 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
22917 esac 23520 esac
22918 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 23521 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
22919 as_fn_append ac_file_inputs " '$ac_f'" 23522 as_fn_append ac_file_inputs " '$ac_f'"
@@ -22939,8 +23542,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
22939 esac 23542 esac
22940 23543
22941 case $ac_tag in 23544 case $ac_tag in
22942 *:-:* | *:-) cat >"$tmp/stdin" \ 23545 *:-:* | *:-) cat >"$ac_tmp/stdin" \
22943 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; 23546 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
22944 esac 23547 esac
22945 ;; 23548 ;;
22946 esac 23549 esac
@@ -23078,26 +23681,27 @@ $ac_datarootdir_hack
23078" 23681"
23079eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | 23682eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
23080if $ac_cs_awk_getline; then 23683if $ac_cs_awk_getline; then
23081 $AWK -f "$tmp/subs.awk" 23684 $AWK -f "$ac_tmp/subs.awk"
23082else 23685else
23083 $AWK -f "$tmp/subs.awk" | $SHELL 23686 $AWK -f "$ac_tmp/subs.awk" | $SHELL
23084fi >$tmp/out \ 23687fi \
23085 || as_fn_error "could not create $ac_file" "$LINENO" 5 23688 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
23086 23689
23087test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 23690test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
23088 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 23691 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
23089 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 23692 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
23693 "$ac_tmp/out"`; test -z "$ac_out"; } &&
23090 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 23694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23091which seems to be undefined. Please make sure it is defined." >&5 23695which seems to be undefined. Please make sure it is defined" >&5
23092$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 23696$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
23093which seems to be undefined. Please make sure it is defined." >&2;} 23697which seems to be undefined. Please make sure it is defined" >&2;}
23094 23698
23095 rm -f "$tmp/stdin" 23699 rm -f "$ac_tmp/stdin"
23096 case $ac_file in 23700 case $ac_file in
23097 -) cat "$tmp/out" && rm -f "$tmp/out";; 23701 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
23098 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 23702 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
23099 esac \ 23703 esac \
23100 || as_fn_error "could not create $ac_file" "$LINENO" 5 23704 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
23101 ;; 23705 ;;
23102 :H) 23706 :H)
23103 # 23707 #
@@ -23106,21 +23710,21 @@ which seems to be undefined. Please make sure it is defined." >&2;}
23106 if test x"$ac_file" != x-; then 23710 if test x"$ac_file" != x-; then
23107 { 23711 {
23108 $as_echo "/* $configure_input */" \ 23712 $as_echo "/* $configure_input */" \
23109 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 23713 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
23110 } >"$tmp/config.h" \ 23714 } >"$ac_tmp/config.h" \
23111 || as_fn_error "could not create $ac_file" "$LINENO" 5 23715 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
23112 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 23716 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
23113 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 23717 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
23114$as_echo "$as_me: $ac_file is unchanged" >&6;} 23718$as_echo "$as_me: $ac_file is unchanged" >&6;}
23115 else 23719 else
23116 rm -f "$ac_file" 23720 rm -f "$ac_file"
23117 mv "$tmp/config.h" "$ac_file" \ 23721 mv "$ac_tmp/config.h" "$ac_file" \
23118 || as_fn_error "could not create $ac_file" "$LINENO" 5 23722 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
23119 fi 23723 fi
23120 else 23724 else
23121 $as_echo "/* $configure_input */" \ 23725 $as_echo "/* $configure_input */" \
23122 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 23726 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
23123 || as_fn_error "could not create -" "$LINENO" 5 23727 || as_fn_error $? "could not create -" "$LINENO" 5
23124 fi 23728 fi
23125# Compute "$ac_file"'s index in $config_headers. 23729# Compute "$ac_file"'s index in $config_headers.
23126_am_arg="$ac_file" 23730_am_arg="$ac_file"
@@ -23285,7 +23889,7 @@ _ACEOF
23285ac_clean_files=$ac_clean_files_save 23889ac_clean_files=$ac_clean_files_save
23286 23890
23287test $ac_write_fail = 0 || 23891test $ac_write_fail = 0 ||
23288 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 23892 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
23289 23893
23290 23894
23291# configure is writing to config.log, and then calls config.status. 23895# configure is writing to config.log, and then calls config.status.
@@ -23306,7 +23910,7 @@ if test "$no_create" != yes; then
23306 exec 5>>config.log 23910 exec 5>>config.log
23307 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 23911 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
23308 # would make configure fail if this is the last instruction. 23912 # would make configure fail if this is the last instruction.
23309 $ac_cs_success || as_fn_exit $? 23913 $ac_cs_success || as_fn_exit 1
23310fi 23914fi
23311if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 23915if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
23312 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 23916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5