diff options
| author | Paul Eggert | 2011-09-06 11:18:53 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-06 11:18:53 -0700 |
| commit | 369e19fc45a4c2d4bf84da0d8e3f27050624a38c (patch) | |
| tree | 42f876b0fb85e8f73278ed2ba002c0502cefb2d8 | |
| parent | e39b275c8c4abe1e293d4336bb1cb13ad95e5491 (diff) | |
| download | emacs-369e19fc45a4c2d4bf84da0d8e3f27050624a38c.tar.gz emacs-369e19fc45a4c2d4bf84da0d8e3f27050624a38c.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 120 | ||||
| -rw-r--r-- | autogen/aclocal.m4 | 6 | ||||
| -rw-r--r-- | autogen/config.in | 36 | ||||
| -rwxr-xr-x | autogen/configure | 2234 |
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 | ||
| 29 | VPATH = @srcdir@ | 29 | VPATH = @srcdir@ |
| 30 | pkgdatadir = $(datadir)/@PACKAGE@ | 30 | pkgdatadir = $(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 | |||
| 83 | CONFIG_CLEAN_FILES = | 84 | CONFIG_CLEAN_FILES = |
| 84 | CONFIG_CLEAN_VPATH_FILES = | 85 | CONFIG_CLEAN_VPATH_FILES = |
| 85 | LIBRARIES = $(noinst_LIBRARIES) | 86 | LIBRARIES = $(noinst_LIBRARIES) |
| 86 | AR = ar | ||
| 87 | ARFLAGS = cru | ||
| 88 | libgnu_a_AR = $(AR) $(ARFLAGS) | 87 | libgnu_a_AR = $(AR) $(ARFLAGS) |
| 89 | am__DEPENDENCIES_1 = | 88 | am__DEPENDENCIES_1 = |
| 90 | am__libgnu_a_SOURCES_DIST = allocator.c careadlinkat.c md5.c sha1.c \ | 89 | am__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) |
| 97 | libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) | 96 | libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) |
| 98 | depcomp = $(SHELL) $(top_srcdir)/depcomp | 97 | depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp |
| 99 | am__depfiles_maybe = depfiles | 98 | am__depfiles_maybe = depfiles |
| 100 | am__mv = mv -f | 99 | am__mv = mv -f |
| 101 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | 100 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| @@ -114,6 +113,8 @@ ALSA_CFLAGS = @ALSA_CFLAGS@ | |||
| 114 | ALSA_LIBS = @ALSA_LIBS@ | 113 | ALSA_LIBS = @ALSA_LIBS@ |
| 115 | AMTAR = @AMTAR@ | 114 | AMTAR = @AMTAR@ |
| 116 | APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ | 115 | APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ |
| 116 | AR = @AR@ | ||
| 117 | ARFLAGS = @ARFLAGS@ | ||
| 117 | AUTOCONF = @AUTOCONF@ | 118 | AUTOCONF = @AUTOCONF@ |
| 118 | AUTOHEADER = @AUTOHEADER@ | 119 | AUTOHEADER = @AUTOHEADER@ |
| 119 | AUTOMAKE = @AUTOMAKE@ | 120 | AUTOMAKE = @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. |
| 762 | BUILT_SOURCES = $(ALLOCA_H) arg-nonnull.h c++defs.h $(GETOPT_H) \ | 763 | BUILT_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 |
| 766 | EXTRA_DIST = alloca.in.h allocator.h $(top_srcdir)/./arg-nonnull.h \ | 767 | EXTRA_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 | ||
| 778 | MOSTLYCLEANDIRS = sys | 781 | MOSTLYCLEANDIRS = sys |
| 779 | MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t arg-nonnull.h \ | 782 | MOSTLYCLEANFILES = 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 |
| 786 | noinst_LIBRARIES = libgnu.a | 789 | noinst_LIBRARIES = libgnu.a |
| 787 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src | 790 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src |
| 788 | libgnu_a_SOURCES = allocator.c careadlinkat.c md5.c sha1.c sha256.c \ | 791 | libgnu_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 | ||
| 797 | ARG_NONNULL_H = arg-nonnull.h | 805 | ARG_NONNULL_H = arg-nonnull.h |
| 798 | CXXDEFS_H = c++defs.h | 806 | CXXDEFS_H = c++defs.h |
| 799 | WARN_ON_USE_H = warn-on-use.h | 807 | WARN_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. | ||
| 1105 | arg-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. | ||
| 1113 | c++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. | ||
| 1193 | arg-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. | ||
| 1201 | c++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. | ||
| 1210 | warn-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. |
| 1399 | stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1417 | stdlib.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. | ||
| 1691 | warn-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 | ||
| 1698 | mostlyclean-local: mostlyclean-generic | 1710 | mostlyclean-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 | ||
| 14 | m4_ifndef([AC_AUTOCONF_VERSION], | 14 | m4_ifndef([AC_AUTOCONF_VERSION], |
| 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | 15 | [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 16 | m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, | 16 | m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, |
| 17 | [m4_warning([this file was generated for autoconf 2.65. | 17 | [m4_warning([this file was generated for autoconf 2.68. |
| 18 | You have another version of autoconf. It may work, but is not guaranteed to. | 18 | You have another version of autoconf. It may work, but is not guaranteed to. |
| 19 | If you have problems, you may need to regenerate the build system entirely. | 19 | If you have problems, you may need to regenerate the build system entirely. |
| 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) | 20 | To do so, use the procedure documented by the package, typically `autoreconf'.])]) |
| @@ -996,11 +996,13 @@ m4_include([m4/gl-comp.m4]) | |||
| 996 | m4_include([m4/gnulib-common.m4]) | 996 | m4_include([m4/gnulib-common.m4]) |
| 997 | m4_include([m4/include_next.m4]) | 997 | m4_include([m4/include_next.m4]) |
| 998 | m4_include([m4/inttypes.m4]) | 998 | m4_include([m4/inttypes.m4]) |
| 999 | m4_include([m4/largefile.m4]) | ||
| 999 | m4_include([m4/longlong.m4]) | 1000 | m4_include([m4/longlong.m4]) |
| 1000 | m4_include([m4/lstat.m4]) | 1001 | m4_include([m4/lstat.m4]) |
| 1001 | m4_include([m4/md5.m4]) | 1002 | m4_include([m4/md5.m4]) |
| 1002 | m4_include([m4/mktime.m4]) | 1003 | m4_include([m4/mktime.m4]) |
| 1003 | m4_include([m4/multiarch.m4]) | 1004 | m4_include([m4/multiarch.m4]) |
| 1005 | m4_include([m4/nocrash.m4]) | ||
| 1004 | m4_include([m4/pthread_sigmask.m4]) | 1006 | m4_include([m4/pthread_sigmask.m4]) |
| 1005 | m4_include([m4/readlink.m4]) | 1007 | m4_include([m4/readlink.m4]) |
| 1006 | m4_include([m4/sha1.m4]) | 1008 | m4_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 | |||
| 89 | IFS=" "" $as_nl" | 89 | IFS=" "" $as_nl" |
| 90 | 90 | ||
| 91 | # Find who we are. Look in the path if we contain no directory separator. | 91 | # Find who we are. Look in the path if we contain no directory separator. |
| 92 | as_myself= | ||
| 92 | case $0 in #(( | 93 | case $0 in #(( |
| 93 | *[\\/]* ) as_myself=$0 ;; | 94 | *[\\/]* ) as_myself=$0 ;; |
| 94 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 95 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -214,11 +215,18 @@ IFS=$as_save_IFS | |||
| 214 | # We cannot yet assume a decent shell, so we have to provide a | 215 | # We cannot yet assume a decent shell, so we have to provide a |
| 215 | # neutralization value for shells without unset; and this also | 216 | # neutralization value for shells without unset; and this also |
| 216 | # works around shells that cannot unset nonexistent variables. | 217 | # works around shells that cannot unset nonexistent variables. |
| 218 | # Preserve -v and -x to the replacement shell. | ||
| 217 | BASH_ENV=/dev/null | 219 | BASH_ENV=/dev/null |
| 218 | ENV=/dev/null | 220 | ENV=/dev/null |
| 219 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV | 221 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
| 220 | export CONFIG_SHELL | 222 | export CONFIG_SHELL |
| 221 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | 223 | case $- in # (((( |
| 224 | *v*x* | *x*v* ) as_opts=-vx ;; | ||
| 225 | *v* ) as_opts=-v ;; | ||
| 226 | *x* ) as_opts=-x ;; | ||
| 227 | * ) as_opts= ;; | ||
| 228 | esac | ||
| 229 | exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} | ||
| 222 | fi | 230 | fi |
| 223 | 231 | ||
| 224 | if test x$as_have_required = xno; then : | 232 | if test x$as_have_required = xno; then : |
| @@ -316,7 +324,7 @@ $as_echo X"$as_dir" | | |||
| 316 | test -d "$as_dir" && break | 324 | test -d "$as_dir" && break |
| 317 | done | 325 | done |
| 318 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 326 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 319 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 327 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 320 | 328 | ||
| 321 | 329 | ||
| 322 | } # as_fn_mkdir_p | 330 | } # as_fn_mkdir_p |
| @@ -356,19 +364,19 @@ else | |||
| 356 | fi # as_fn_arith | 364 | fi # as_fn_arith |
| 357 | 365 | ||
| 358 | 366 | ||
| 359 | # as_fn_error ERROR [LINENO LOG_FD] | 367 | # as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 360 | # --------------------------------- | 368 | # ---------------------------------------- |
| 361 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 369 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 362 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 370 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 363 | # script with status $?, using 1 if that was 0. | 371 | # script with STATUS, using 1 if that was 0. |
| 364 | as_fn_error () | 372 | as_fn_error () |
| 365 | { | 373 | { |
| 366 | as_status=$?; test $as_status -eq 0 && as_status=1 | 374 | as_status=$1; test $as_status -eq 0 && as_status=1 |
| 367 | if test "$3"; then | 375 | if test "$4"; then |
| 368 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 376 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 369 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 377 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
| 370 | fi | 378 | fi |
| 371 | $as_echo "$as_me: error: $1" >&2 | 379 | $as_echo "$as_me: error: $2" >&2 |
| 372 | as_fn_exit $as_status | 380 | as_fn_exit $as_status |
| 373 | } # as_fn_error | 381 | } # as_fn_error |
| 374 | 382 | ||
| @@ -530,7 +538,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null | |||
| 530 | exec 6>&1 | 538 | exec 6>&1 |
| 531 | 539 | ||
| 532 | # Name of the host. | 540 | # Name of the host. |
| 533 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | 541 | # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
| 534 | # so uname gets run too. | 542 | # so uname gets run too. |
| 535 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 543 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
| 536 | 544 | ||
| @@ -1170,10 +1178,12 @@ HAVE_MAKEINFO | |||
| 1170 | GZIP_PROG | 1178 | GZIP_PROG |
| 1171 | INSTALL_INFO | 1179 | INSTALL_INFO |
| 1172 | C_WARNINGS_SWITCH | 1180 | C_WARNINGS_SWITCH |
| 1181 | RANLIB | ||
| 1182 | ARFLAGS | ||
| 1183 | AR | ||
| 1173 | EGREP | 1184 | EGREP |
| 1174 | GREP | 1185 | GREP |
| 1175 | CPP | 1186 | CPP |
| 1176 | RANLIB | ||
| 1177 | am__fastdepCC_FALSE | 1187 | am__fastdepCC_FALSE |
| 1178 | am__fastdepCC_TRUE | 1188 | am__fastdepCC_TRUE |
| 1179 | CCDEPMODE | 1189 | CCDEPMODE |
| @@ -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' |
| 1715 | Try \`$0 --help' for more information." | 1726 | Try \`$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 | ||
| 1739 | if test -n "$ac_prev"; then | 1750 | if 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" |
| 1742 | fi | 1753 | fi |
| 1743 | 1754 | ||
| 1744 | if test -n "$ac_unrecognized_opts"; then | 1755 | if 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 |
| 1750 | fi | 1761 | fi |
| @@ -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" |
| 1771 | done | 1782 | done |
| 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 | |||
| 1781 | if test "x$host_alias" != x; then | 1792 | if 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 | |||
| 1797 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1808 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1798 | ac_ls_di=`ls -di .` && | 1809 | ac_ls_di=`ls -di .` && |
| 1799 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1810 | ac_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" |
| 1801 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1812 | test "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 | |||
| 1838 | fi | 1849 | fi |
| 1839 | if test ! -r "$srcdir/$ac_unique_file"; then | 1850 | if 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" |
| 1842 | fi | 1853 | fi |
| 1843 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1854 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1844 | ac_abs_confdir=`( | 1855 | ac_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=. |
| 1848 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1859 | if 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 | |||
| 2106 | if $ac_init_version; then | 2117 | if $ac_init_version; then |
| 2107 | cat <<\_ACEOF | 2118 | cat <<\_ACEOF |
| 2108 | emacs configure 24.0.50 | 2119 | emacs configure 24.0.50 |
| 2109 | generated by GNU Autoconf 2.65 | 2120 | generated by GNU Autoconf 2.68 |
| 2110 | 2121 | ||
| 2111 | Copyright (C) 2009 Free Software Foundation, Inc. | 2122 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 2112 | This configure script is free software; the Free Software Foundation | 2123 | This configure script is free software; the Free Software Foundation |
| 2113 | gives unlimited permission to copy, distribute and modify it. | 2124 | gives 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 |
| 2154 | fi | 2165 | fi |
| 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 |
| 2191 | fi | 2202 | fi |
| 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 | |||
| 2202 | ac_fn_c_check_header_mongrel () | 2213 | ac_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; } |
| 2208 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2219 | if eval \${$3+:} false; then : |
| 2209 | $as_echo_n "(cached) " >&6 | 2220 | $as_echo_n "(cached) " >&6 |
| 2210 | fi | 2221 | fi |
| 2211 | eval ac_res=\$$3 | 2222 | eval ac_res=\$$3 |
| @@ -2241,7 +2252,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 2241 | else | 2252 | else |
| 2242 | ac_header_preproc=no | 2253 | ac_header_preproc=no |
| 2243 | fi | 2254 | fi |
| 2244 | rm -f conftest.err conftest.$ac_ext | 2255 | rm -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;} | |||
| 2268 | esac | 2279 | esac |
| 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; } |
| 2271 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2282 | if eval \${$3+:} false; then : |
| 2272 | $as_echo_n "(cached) " >&6 | 2283 | $as_echo_n "(cached) " >&6 |
| 2273 | else | 2284 | else |
| 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; } |
| 2279 | fi | 2290 | fi |
| 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 |
| 2319 | fi | 2330 | fi |
| 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; } |
| 2335 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2346 | if eval \${$3+:} false; then : |
| 2336 | $as_echo_n "(cached) " >&6 | 2347 | $as_echo_n "(cached) " >&6 |
| 2337 | else | 2348 | else |
| 2338 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2349 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2350,7 +2361,7 @@ fi | |||
| 2350 | eval ac_res=\$$3 | 2361 | eval 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. | ||
| 2406 | ac_fn_c_check_decl () | 2418 | ac_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'` |
| 2411 | if { 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; } | ||
| 2425 | if eval \${$3+:} false; then : | ||
| 2412 | $as_echo_n "(cached) " >&6 | 2426 | $as_echo_n "(cached) " >&6 |
| 2413 | else | 2427 | else |
| 2414 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2428 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2417,8 +2431,12 @@ $4 | |||
| 2417 | int | 2431 | int |
| 2418 | main () | 2432 | main () |
| 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 | |||
| 2435 | eval ac_res=\$$3 | 2453 | eval 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; } |
| 2450 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2468 | if eval \${$3+:} false; then : |
| 2451 | $as_echo_n "(cached) " >&6 | 2469 | $as_echo_n "(cached) " >&6 |
| 2452 | else | 2470 | else |
| 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 : | |||
| 2459 | else | 2477 | else |
| 2460 | eval "$3=no" | 2478 | eval "$3=no" |
| 2461 | fi | 2479 | fi |
| 2462 | rm -f conftest.err conftest.$ac_ext | 2480 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 2463 | fi | 2481 | fi |
| 2464 | eval ac_res=\$$3 | 2482 | eval 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; } |
| 2479 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2497 | if eval \${$3+:} false; then : |
| 2480 | $as_echo_n "(cached) " >&6 | 2498 | $as_echo_n "(cached) " >&6 |
| 2481 | else | 2499 | else |
| 2482 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2500 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2531,7 +2549,7 @@ fi | |||
| 2531 | eval ac_res=\$$3 | 2549 | eval 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; } |
| 2547 | if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : | 2565 | if eval \${$4+:} false; then : |
| 2548 | $as_echo_n "(cached) " >&6 | 2566 | $as_echo_n "(cached) " >&6 |
| 2549 | else | 2567 | else |
| 2550 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 2568 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2588,7 +2606,7 @@ fi | |||
| 2588 | eval ac_res=\$$4 | 2606 | eval 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; } |
| 2604 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2622 | if eval \${$3+:} false; then : |
| 2605 | $as_echo_n "(cached) " >&6 | 2623 | $as_echo_n "(cached) " >&6 |
| 2606 | else | 2624 | else |
| 2607 | eval "$3=no" | 2625 | eval "$3=no" |
| @@ -2642,7 +2660,7 @@ fi | |||
| 2642 | eval ac_res=\$$3 | 2660 | eval 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 \ | |||
| 2819 | rm -f conftest.val | 2837 | rm -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 | |||
| 2828 | running configure, to aid debugging if configure makes a mistake. | 2846 | running configure, to aid debugging if configure makes a mistake. |
| 2829 | 2847 | ||
| 2830 | It was created by emacs $as_me 24.0.50, which was | 2848 | It was created by emacs $as_me 24.0.50, which was |
| 2831 | generated by GNU Autoconf 2.65. Invocation command line was | 2849 | generated 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 | |||
| 3070 | ac_site_file1=NONE | 3080 | ac_site_file1=NONE |
| 3071 | ac_site_file2=NONE | 3081 | ac_site_file2=NONE |
| 3072 | if test -n "$CONFIG_SITE"; then | 3082 | if 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 | ||
| 3074 | elif test "x$prefix" != xNONE; then | 3089 | elif 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;} | ||
| 3106 | as_fn_error $? "failed to load site script $ac_site_file | ||
| 3107 | See \`config.log' for more details" "$LINENO" 5; } | ||
| 3089 | fi | 3108 | fi |
| 3090 | done | 3109 | done |
| 3091 | 3110 | ||
| @@ -3110,7 +3129,6 @@ as_fn_append ac_header_list " stdlib.h" | |||
| 3110 | as_fn_append ac_header_list " unistd.h" | 3129 | as_fn_append ac_header_list " unistd.h" |
| 3111 | as_fn_append ac_header_list " sys/param.h" | 3130 | as_fn_append ac_header_list " sys/param.h" |
| 3112 | as_fn_append ac_func_list " readlinkat" | 3131 | as_fn_append ac_func_list " readlinkat" |
| 3113 | as_fn_append ac_func_list " dup2" | ||
| 3114 | gl_getopt_required=GNU | 3132 | gl_getopt_required=GNU |
| 3115 | as_fn_append ac_header_list " getopt.h" | 3133 | as_fn_append ac_header_list " getopt.h" |
| 3116 | as_fn_append ac_header_list " wchar.h" | 3134 | as_fn_append ac_header_list " wchar.h" |
| @@ -3122,6 +3140,8 @@ as_fn_append ac_func_list " pthread_sigmask" | |||
| 3122 | as_fn_append ac_func_list " readlink" | 3140 | as_fn_append ac_func_list " readlink" |
| 3123 | as_fn_append ac_header_list " sys/socket.h" | 3141 | as_fn_append ac_header_list " sys/socket.h" |
| 3124 | as_fn_append ac_func_list " tzset" | 3142 | as_fn_append ac_func_list " tzset" |
| 3143 | as_fn_append ac_func_list " strtoimax" | ||
| 3144 | as_fn_append ac_func_list " strtoumax" | ||
| 3125 | as_fn_append ac_func_list " symlink" | 3145 | as_fn_append ac_func_list " symlink" |
| 3126 | as_fn_append ac_header_list " sys/stat.h" | 3146 | as_fn_append ac_header_list " sys/stat.h" |
| 3127 | as_fn_append ac_header_list " sys/time.h" | 3147 | as_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 |
| 3185 | fi | 3205 | fi |
| 3186 | ## -------------------- ## | 3206 | ## -------------------- ## |
| 3187 | ## Main body of script. ## | 3207 | ## Main body of script. ## |
| @@ -3197,20 +3217,24 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 3197 | ac_config_headers="$ac_config_headers src/config.h:src/config.in" | 3217 | ac_config_headers="$ac_config_headers src/config.h:src/config.in" |
| 3198 | 3218 | ||
| 3199 | 3219 | ||
| 3200 | am__api_version='1.11' | ||
| 3201 | |||
| 3202 | ac_aux_dir= | 3220 | ac_aux_dir= |
| 3203 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 3221 | for 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 | ||
| 3211 | done | 3235 | done |
| 3212 | if test -z "$ac_aux_dir"; then | 3236 | if 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 |
| 3214 | fi | 3238 | fi |
| 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. | |||
| 3222 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | 3246 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
| 3223 | 3247 | ||
| 3224 | 3248 | ||
| 3249 | am__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; } |
| 3241 | if test -z "$INSTALL"; then | 3267 | if test -z "$INSTALL"; then |
| 3242 | if test "${ac_cv_path_install+set}" = set; then : | 3268 | if ${ac_cv_path_install+:} false; then : |
| 3243 | $as_echo_n "(cached) " >&6 | 3269 | $as_echo_n "(cached) " >&6 |
| 3244 | else | 3270 | else |
| 3245 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3271 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3326,11 +3352,11 @@ am_lf=' | |||
| 3326 | ' | 3352 | ' |
| 3327 | case `pwd` in | 3353 | case `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;; |
| 3330 | esac | 3356 | esac |
| 3331 | case $srcdir in | 3357 | case $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;; |
| 3334 | esac | 3360 | esac |
| 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 |
| 3356 | alias in your environment" "$LINENO" 5 | 3382 | alias in your environment" "$LINENO" 5 |
| 3357 | fi | 3383 | fi |
| 3358 | 3384 | ||
| @@ -3362,7 +3388,7 @@ then | |||
| 3362 | # Ok. | 3388 | # Ok. |
| 3363 | : | 3389 | : |
| 3364 | else | 3390 | else |
| 3365 | as_fn_error "newly created file is older than distributed files! | 3391 | as_fn_error $? "newly created file is older than distributed files! |
| 3366 | Check your system clock" "$LINENO" 5 | 3392 | Check your system clock" "$LINENO" 5 |
| 3367 | fi | 3393 | fi |
| 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 | |||
| 3416 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | 3442 | set 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; } |
| 3419 | if test "${ac_cv_prog_STRIP+set}" = set; then : | 3445 | if ${ac_cv_prog_STRIP+:} false; then : |
| 3420 | $as_echo_n "(cached) " >&6 | 3446 | $as_echo_n "(cached) " >&6 |
| 3421 | else | 3447 | else |
| 3422 | if test -n "$STRIP"; then | 3448 | if test -n "$STRIP"; then |
| @@ -3456,7 +3482,7 @@ if test -z "$ac_cv_prog_STRIP"; then | |||
| 3456 | set dummy strip; ac_word=$2 | 3482 | set 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; } |
| 3459 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : | 3485 | if ${ac_cv_prog_ac_ct_STRIP+:} false; then : |
| 3460 | $as_echo_n "(cached) " >&6 | 3486 | $as_echo_n "(cached) " >&6 |
| 3461 | else | 3487 | else |
| 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; } |
| 3511 | if test -z "$MKDIR_P"; then | 3537 | if 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 |
| 3514 | else | 3540 | else |
| 3515 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | 3541 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| @@ -3561,7 +3587,7 @@ do | |||
| 3561 | set dummy $ac_prog; ac_word=$2 | 3587 | set 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; } |
| 3564 | if test "${ac_cv_prog_AWK+set}" = set; then : | 3590 | if ${ac_cv_prog_AWK+:} false; then : |
| 3565 | $as_echo_n "(cached) " >&6 | 3591 | $as_echo_n "(cached) " >&6 |
| 3566 | else | 3592 | else |
| 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; } |
| 3602 | set x ${MAKE-make} | 3628 | set x ${MAKE-make} |
| 3603 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 3629 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 3604 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 3630 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
| 3605 | $as_echo_n "(cached) " >&6 | 3631 | $as_echo_n "(cached) " >&6 |
| 3606 | else | 3632 | else |
| 3607 | cat >conftest.make <<\_ACEOF | 3633 | cat >conftest.make <<\_ACEOF |
| @@ -3609,7 +3635,7 @@ SHELL = /bin/sh | |||
| 3609 | all: | 3635 | all: |
| 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. |
| 3613 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 3639 | case `${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 |
| 3648 | fi | 3674 | fi |
| 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 | * ) |
| 3849 | as_fn_error "\`--with-x-toolkit=$withval' is invalid; | 3875 | as_fn_error $? "\`--with-x-toolkit=$withval' is invalid; |
| 3850 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif', \`gtk' or | 3876 | this 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 |
| 4186 | done | 4212 | done |
| 4187 | IFS="$ac_save_IFS" | 4213 | IFS="$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; } |
| 4286 | if test "${ac_cv_build+set}" = set; then : | 4312 | if ${ac_cv_build+:} false; then : |
| 4287 | $as_echo_n "(cached) " >&6 | 4313 | $as_echo_n "(cached) " >&6 |
| 4288 | else | 4314 | else |
| 4289 | ac_build_alias=$build_alias | 4315 | ac_build_alias=$build_alias |
| 4290 | test "x$ac_build_alias" = x && | 4316 | test "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"` |
| 4292 | test "x$ac_build_alias" = x && | 4318 | test "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 |
| 4294 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 4320 | ac_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 | ||
| 4297 | fi | 4323 | fi |
| 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; } |
| 4300 | case $ac_cv_build in | 4326 | case $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;; |
| 4303 | esac | 4329 | esac |
| 4304 | build=$ac_cv_build | 4330 | build=$ac_cv_build |
| 4305 | ac_save_IFS=$IFS; IFS='-' | 4331 | ac_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; } |
| 4320 | if test "${ac_cv_host+set}" = set; then : | 4346 | if ${ac_cv_host+:} false; then : |
| 4321 | $as_echo_n "(cached) " >&6 | 4347 | $as_echo_n "(cached) " >&6 |
| 4322 | else | 4348 | else |
| 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 |
| 4325 | else | 4351 | else |
| 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 |
| 4328 | fi | 4354 | fi |
| 4329 | 4355 | ||
| 4330 | fi | 4356 | fi |
| @@ -4332,7 +4358,7 @@ fi | |||
| 4332 | $as_echo "$ac_cv_host" >&6; } | 4358 | $as_echo "$ac_cv_host" >&6; } |
| 4333 | case $ac_cv_host in | 4359 | case $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;; |
| 4336 | esac | 4362 | esac |
| 4337 | host=$ac_cv_host | 4363 | host=$ac_cv_host |
| 4338 | ac_save_IFS=$IFS; IFS='-' | 4364 | ac_save_IFS=$IFS; IFS='-' |
| @@ -4575,7 +4601,7 @@ fi | |||
| 4575 | 4601 | ||
| 4576 | 4602 | ||
| 4577 | if test $unported = yes; then | 4603 | if 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. |
| 4579 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 | 4605 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 |
| 4580 | fi | 4606 | fi |
| 4581 | 4607 | ||
| @@ -4603,7 +4629,7 @@ if test -n "$ac_tool_prefix"; then | |||
| 4603 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | 4629 | set 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; } |
| 4606 | if test "${ac_cv_prog_CC+set}" = set; then : | 4632 | if ${ac_cv_prog_CC+:} false; then : |
| 4607 | $as_echo_n "(cached) " >&6 | 4633 | $as_echo_n "(cached) " >&6 |
| 4608 | else | 4634 | else |
| 4609 | if test -n "$CC"; then | 4635 | if test -n "$CC"; then |
| @@ -4643,7 +4669,7 @@ if test -z "$ac_cv_prog_CC"; then | |||
| 4643 | set dummy gcc; ac_word=$2 | 4669 | set 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; } |
| 4646 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 4672 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
| 4647 | $as_echo_n "(cached) " >&6 | 4673 | $as_echo_n "(cached) " >&6 |
| 4648 | else | 4674 | else |
| 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 | |||
| 4696 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | 4722 | set 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; } |
| 4699 | if test "${ac_cv_prog_CC+set}" = set; then : | 4725 | if ${ac_cv_prog_CC+:} false; then : |
| 4700 | $as_echo_n "(cached) " >&6 | 4726 | $as_echo_n "(cached) " >&6 |
| 4701 | else | 4727 | else |
| 4702 | if test -n "$CC"; then | 4728 | if test -n "$CC"; then |
| @@ -4736,7 +4762,7 @@ if test -z "$CC"; then | |||
| 4736 | set dummy cc; ac_word=$2 | 4762 | set 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; } |
| 4739 | if test "${ac_cv_prog_CC+set}" = set; then : | 4765 | if ${ac_cv_prog_CC+:} false; then : |
| 4740 | $as_echo_n "(cached) " >&6 | 4766 | $as_echo_n "(cached) " >&6 |
| 4741 | else | 4767 | else |
| 4742 | if test -n "$CC"; then | 4768 | if test -n "$CC"; then |
| @@ -4795,7 +4821,7 @@ if test -z "$CC"; then | |||
| 4795 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | 4821 | set 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; } |
| 4798 | if test "${ac_cv_prog_CC+set}" = set; then : | 4824 | if ${ac_cv_prog_CC+:} false; then : |
| 4799 | $as_echo_n "(cached) " >&6 | 4825 | $as_echo_n "(cached) " >&6 |
| 4800 | else | 4826 | else |
| 4801 | if test -n "$CC"; then | 4827 | if test -n "$CC"; then |
| @@ -4839,7 +4865,7 @@ do | |||
| 4839 | set dummy $ac_prog; ac_word=$2 | 4865 | set 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; } |
| 4842 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : | 4868 | if ${ac_cv_prog_ac_ct_CC+:} false; then : |
| 4843 | $as_echo_n "(cached) " >&6 | 4869 | $as_echo_n "(cached) " >&6 |
| 4844 | else | 4870 | else |
| 4845 | if test -n "$ac_ct_CC"; then | 4871 | if test -n "$ac_ct_CC"; then |
| @@ -4893,8 +4919,8 @@ fi | |||
| 4893 | 4919 | ||
| 4894 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4920 | test -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;} |
| 4896 | as_fn_error "no acceptable C compiler found in \$PATH | 4922 | as_fn_error $? "no acceptable C compiler found in \$PATH |
| 4897 | See \`config.log' for more details." "$LINENO" 5; } | 4923 | See \`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 | 5037 | as_fn_error 77 "C compiler cannot create executables |
| 5012 | as_fn_error "C compiler cannot create executables | 5038 | See \`config.log' for more details" "$LINENO" 5; } |
| 5013 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
| 5014 | else | 5039 | else |
| 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 | |||
| 5052 | else | 5077 | else |
| 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;} |
| 5055 | as_fn_error "cannot compute suffix of executables: cannot compile and link | 5080 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
| 5056 | See \`config.log' for more details." "$LINENO" 5; } | 5081 | See \`config.log' for more details" "$LINENO" 5; } |
| 5057 | fi | 5082 | fi |
| 5058 | rm -f conftest conftest$ac_cv_exeext | 5083 | rm -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;} |
| 5113 | as_fn_error "cannot run C compiled programs. | 5138 | as_fn_error $? "cannot run C compiled programs. |
| 5114 | If you meant to cross compile, use \`--host'. | 5139 | If you meant to cross compile, use \`--host'. |
| 5115 | See \`config.log' for more details." "$LINENO" 5; } | 5140 | See \`config.log' for more details" "$LINENO" 5; } |
| 5116 | fi | 5141 | fi |
| 5117 | fi | 5142 | fi |
| 5118 | fi | 5143 | fi |
| @@ -5123,7 +5148,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out | |||
| 5123 | ac_clean_files=$ac_clean_files_save | 5148 | ac_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; } |
| 5126 | if test "${ac_cv_objext+set}" = set; then : | 5151 | if ${ac_cv_objext+:} false; then : |
| 5127 | $as_echo_n "(cached) " >&6 | 5152 | $as_echo_n "(cached) " >&6 |
| 5128 | else | 5153 | else |
| 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;} |
| 5166 | as_fn_error "cannot compute suffix of object files: cannot compile | 5191 | as_fn_error $? "cannot compute suffix of object files: cannot compile |
| 5167 | See \`config.log' for more details." "$LINENO" 5; } | 5192 | See \`config.log' for more details" "$LINENO" 5; } |
| 5168 | fi | 5193 | fi |
| 5169 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 5194 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 5170 | fi | 5195 | fi |
| @@ -5174,7 +5199,7 @@ OBJEXT=$ac_cv_objext | |||
| 5174 | ac_objext=$OBJEXT | 5199 | ac_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; } |
| 5177 | if test "${ac_cv_c_compiler_gnu+set}" = set; then : | 5202 | if ${ac_cv_c_compiler_gnu+:} false; then : |
| 5178 | $as_echo_n "(cached) " >&6 | 5203 | $as_echo_n "(cached) " >&6 |
| 5179 | else | 5204 | else |
| 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} | |||
| 5211 | ac_save_CFLAGS=$CFLAGS | 5236 | ac_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; } |
| 5214 | if test "${ac_cv_prog_cc_g+set}" = set; then : | 5239 | if ${ac_cv_prog_cc_g+:} false; then : |
| 5215 | $as_echo_n "(cached) " >&6 | 5240 | $as_echo_n "(cached) " >&6 |
| 5216 | else | 5241 | else |
| 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 | |||
| 5289 | fi | 5314 | fi |
| 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; } |
| 5292 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | 5317 | if ${ac_cv_prog_cc_c89+:} false; then : |
| 5293 | $as_echo_n "(cached) " >&6 | 5318 | $as_echo_n "(cached) " >&6 |
| 5294 | else | 5319 | else |
| 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; } |
| 5453 | if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : | 5478 | if ${am_cv_CC_dependencies_compiler_type+:} false; then : |
| 5454 | $as_echo_n "(cached) " >&6 | 5479 | $as_echo_n "(cached) " >&6 |
| 5455 | else | 5480 | else |
| 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; } | |||
| 5582 | fi | 5607 | fi |
| 5583 | set dummy $CC; ac_cc=`$as_echo "$2" | | 5608 | set 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]/_/'` |
| 5585 | if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then : | 5610 | if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : |
| 5586 | $as_echo_n "(cached) " >&6 | 5611 | $as_echo_n "(cached) " >&6 |
| 5587 | else | 5612 | else |
| 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. |
| 5704 | if 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. | ||
| 5706 | set 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; } | ||
| 5709 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | ||
| 5710 | $as_echo_n "(cached) " >&6 | ||
| 5711 | else | ||
| 5712 | if test -n "$RANLIB"; then | ||
| 5713 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | ||
| 5714 | else | ||
| 5715 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 5716 | for as_dir in $PATH | ||
| 5717 | do | ||
| 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 | ||
| 5726 | done | ||
| 5727 | done | ||
| 5728 | IFS=$as_save_IFS | ||
| 5729 | |||
| 5730 | fi | ||
| 5731 | fi | ||
| 5732 | RANLIB=$ac_cv_prog_RANLIB | ||
| 5733 | if test -n "$RANLIB"; then | ||
| 5734 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 | ||
| 5735 | $as_echo "$RANLIB" >&6; } | ||
| 5736 | else | ||
| 5737 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 5738 | $as_echo "no" >&6; } | ||
| 5739 | fi | ||
| 5740 | |||
| 5741 | |||
| 5742 | fi | ||
| 5743 | if 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. | ||
| 5746 | set 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; } | ||
| 5749 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | ||
| 5750 | $as_echo_n "(cached) " >&6 | ||
| 5751 | else | ||
| 5752 | if test -n "$ac_ct_RANLIB"; then | ||
| 5753 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | ||
| 5754 | else | ||
| 5755 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 5756 | for as_dir in $PATH | ||
| 5757 | do | ||
| 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 | ||
| 5766 | done | ||
| 5767 | done | ||
| 5768 | IFS=$as_save_IFS | ||
| 5769 | |||
| 5770 | fi | ||
| 5771 | fi | ||
| 5772 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | ||
| 5773 | if 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; } | ||
| 5776 | else | ||
| 5777 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 5778 | $as_echo "no" >&6; } | ||
| 5779 | fi | ||
| 5780 | |||
| 5781 | if test "x$ac_ct_RANLIB" = x; then | ||
| 5782 | RANLIB=":" | ||
| 5783 | else | ||
| 5784 | case $cross_compiling:$ac_tool_warned in | ||
| 5785 | yes:) | ||
| 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;} | ||
| 5788 | ac_tool_warned=yes ;; | ||
| 5789 | esac | ||
| 5790 | RANLIB=$ac_ct_RANLIB | ||
| 5791 | fi | ||
| 5792 | else | ||
| 5793 | RANLIB="$ac_cv_prog_RANLIB" | ||
| 5794 | fi | ||
| 5795 | |||
| 5796 | 5729 | ||
| 5797 | ac_ext=c | 5730 | ac_ext=c |
| 5798 | ac_cpp='$CPP $CPPFLAGS' | 5731 | ac_cpp='$CPP $CPPFLAGS' |
| @@ -5806,7 +5739,7 @@ if test -n "$CPP" && test -d "$CPP"; then | |||
| 5806 | CPP= | 5739 | CPP= |
| 5807 | fi | 5740 | fi |
| 5808 | if test -z "$CPP"; then | 5741 | if 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 |
| 5811 | else | 5744 | else |
| 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. |
| 5837 | continue | 5770 | continue |
| 5838 | fi | 5771 | fi |
| 5839 | rm -f conftest.err conftest.$ac_ext | 5772 | rm -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 | |||
| 5852 | ac_preproc_ok=: | 5785 | ac_preproc_ok=: |
| 5853 | break | 5786 | break |
| 5854 | fi | 5787 | fi |
| 5855 | rm -f conftest.err conftest.$ac_ext | 5788 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 5856 | 5789 | ||
| 5857 | done | 5790 | done |
| 5858 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5791 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5859 | rm -f conftest.err conftest.$ac_ext | 5792 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 5860 | if $ac_preproc_ok; then : | 5793 | if $ac_preproc_ok; then : |
| 5861 | break | 5794 | break |
| 5862 | fi | 5795 | fi |
| @@ -5895,7 +5828,7 @@ else | |||
| 5895 | # Broken: fails on valid input. | 5828 | # Broken: fails on valid input. |
| 5896 | continue | 5829 | continue |
| 5897 | fi | 5830 | fi |
| 5898 | rm -f conftest.err conftest.$ac_ext | 5831 | rm -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 | |||
| 5911 | ac_preproc_ok=: | 5844 | ac_preproc_ok=: |
| 5912 | break | 5845 | break |
| 5913 | fi | 5846 | fi |
| 5914 | rm -f conftest.err conftest.$ac_ext | 5847 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 5915 | 5848 | ||
| 5916 | done | 5849 | done |
| 5917 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 5850 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 5918 | rm -f conftest.err conftest.$ac_ext | 5851 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 5919 | if $ac_preproc_ok; then : | 5852 | if $ac_preproc_ok; then : |
| 5920 | 5853 | ||
| 5921 | else | 5854 | else |
| 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;} |
| 5924 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 5857 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 5925 | See \`config.log' for more details." "$LINENO" 5; } | 5858 | See \`config.log' for more details" "$LINENO" 5; } |
| 5926 | fi | 5859 | fi |
| 5927 | 5860 | ||
| 5928 | ac_ext=c | 5861 | ac_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; } |
| 5937 | if test "${ac_cv_path_GREP+set}" = set; then : | 5870 | if ${ac_cv_path_GREP+:} false; then : |
| 5938 | $as_echo_n "(cached) " >&6 | 5871 | $as_echo_n "(cached) " >&6 |
| 5939 | else | 5872 | else |
| 5940 | if test -z "$GREP"; then | 5873 | if test -z "$GREP"; then |
| @@ -5983,7 +5916,7 @@ esac | |||
| 5983 | done | 5916 | done |
| 5984 | IFS=$as_save_IFS | 5917 | IFS=$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 |
| 5988 | else | 5921 | else |
| 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; } |
| 6000 | if test "${ac_cv_path_EGREP+set}" = set; then : | 5933 | if ${ac_cv_path_EGREP+:} false; then : |
| 6001 | $as_echo_n "(cached) " >&6 | 5934 | $as_echo_n "(cached) " >&6 |
| 6002 | else | 5935 | else |
| 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 |
| 6050 | IFS=$as_save_IFS | 5983 | IFS=$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 |
| 6054 | else | 5987 | else |
| 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; } | ||
| 6002 | if ${gl_cv_c_amsterdam_compiler+:} false; then : | ||
| 6003 | $as_echo_n "(cached) " >&6 | ||
| 6004 | else | ||
| 6005 | |||
| 6006 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 6007 | /* end confdefs.h. */ | ||
| 6008 | |||
| 6009 | #ifdef __ACK__ | ||
| 6010 | Amsterdam | ||
| 6011 | #endif | ||
| 6012 | |||
| 6013 | _ACEOF | ||
| 6014 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | ||
| 6015 | $EGREP "Amsterdam" >/dev/null 2>&1; then : | ||
| 6016 | gl_cv_c_amsterdam_compiler=yes | ||
| 6017 | else | ||
| 6018 | gl_cv_c_amsterdam_compiler=no | ||
| 6019 | fi | ||
| 6020 | rm -f conftest* | ||
| 6021 | |||
| 6022 | |||
| 6023 | fi | ||
| 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. | ||
| 6035 | set 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; } | ||
| 6038 | if ${ac_cv_prog_AR+:} false; then : | ||
| 6039 | $as_echo_n "(cached) " >&6 | ||
| 6040 | else | ||
| 6041 | if test -n "$AR"; then | ||
| 6042 | ac_cv_prog_AR="$AR" # Let the user override the test. | ||
| 6043 | else | ||
| 6044 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 6045 | for as_dir in $PATH | ||
| 6046 | do | ||
| 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 | ||
| 6055 | done | ||
| 6056 | done | ||
| 6057 | IFS=$as_save_IFS | ||
| 6058 | |||
| 6059 | fi | ||
| 6060 | fi | ||
| 6061 | AR=$ac_cv_prog_AR | ||
| 6062 | if test -n "$AR"; then | ||
| 6063 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 | ||
| 6064 | $as_echo "$AR" >&6; } | ||
| 6065 | else | ||
| 6066 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 6067 | $as_echo "no" >&6; } | ||
| 6068 | fi | ||
| 6069 | |||
| 6070 | |||
| 6071 | fi | ||
| 6072 | if 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. | ||
| 6075 | set 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; } | ||
| 6078 | if ${ac_cv_prog_ac_ct_AR+:} false; then : | ||
| 6079 | $as_echo_n "(cached) " >&6 | ||
| 6080 | else | ||
| 6081 | if test -n "$ac_ct_AR"; then | ||
| 6082 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | ||
| 6083 | else | ||
| 6084 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 6085 | for as_dir in $PATH | ||
| 6086 | do | ||
| 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 | ||
| 6095 | done | ||
| 6096 | done | ||
| 6097 | IFS=$as_save_IFS | ||
| 6098 | |||
| 6099 | fi | ||
| 6100 | fi | ||
| 6101 | ac_ct_AR=$ac_cv_prog_ac_ct_AR | ||
| 6102 | if 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; } | ||
| 6105 | else | ||
| 6106 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 6107 | $as_echo "no" >&6; } | ||
| 6108 | fi | ||
| 6109 | |||
| 6110 | if test "x$ac_ct_AR" = x; then | ||
| 6111 | AR="ar" | ||
| 6112 | else | ||
| 6113 | case $cross_compiling:$ac_tool_warned in | ||
| 6114 | yes:) | ||
| 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;} | ||
| 6117 | ac_tool_warned=yes ;; | ||
| 6118 | esac | ||
| 6119 | AR=$ac_ct_AR | ||
| 6120 | fi | ||
| 6121 | else | ||
| 6122 | AR="$ac_cv_prog_AR" | ||
| 6123 | fi | ||
| 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. | ||
| 6142 | set 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; } | ||
| 6145 | if ${ac_cv_prog_RANLIB+:} false; then : | ||
| 6146 | $as_echo_n "(cached) " >&6 | ||
| 6147 | else | ||
| 6148 | if test -n "$RANLIB"; then | ||
| 6149 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | ||
| 6150 | else | ||
| 6151 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 6152 | for as_dir in $PATH | ||
| 6153 | do | ||
| 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 | ||
| 6162 | done | ||
| 6163 | done | ||
| 6164 | IFS=$as_save_IFS | ||
| 6165 | |||
| 6166 | fi | ||
| 6167 | fi | ||
| 6168 | RANLIB=$ac_cv_prog_RANLIB | ||
| 6169 | if test -n "$RANLIB"; then | ||
| 6170 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 | ||
| 6171 | $as_echo "$RANLIB" >&6; } | ||
| 6172 | else | ||
| 6173 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 6174 | $as_echo "no" >&6; } | ||
| 6175 | fi | ||
| 6176 | |||
| 6177 | |||
| 6178 | fi | ||
| 6179 | if 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. | ||
| 6182 | set 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; } | ||
| 6185 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : | ||
| 6186 | $as_echo_n "(cached) " >&6 | ||
| 6187 | else | ||
| 6188 | if test -n "$ac_ct_RANLIB"; then | ||
| 6189 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | ||
| 6190 | else | ||
| 6191 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | ||
| 6192 | for as_dir in $PATH | ||
| 6193 | do | ||
| 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 | ||
| 6202 | done | ||
| 6203 | done | ||
| 6204 | IFS=$as_save_IFS | ||
| 6205 | |||
| 6206 | fi | ||
| 6207 | fi | ||
| 6208 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | ||
| 6209 | if 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; } | ||
| 6212 | else | ||
| 6213 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | ||
| 6214 | $as_echo "no" >&6; } | ||
| 6215 | fi | ||
| 6216 | |||
| 6217 | if test "x$ac_ct_RANLIB" = x; then | ||
| 6218 | RANLIB=":" | ||
| 6219 | else | ||
| 6220 | case $cross_compiling:$ac_tool_warned in | ||
| 6221 | yes:) | ||
| 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;} | ||
| 6224 | ac_tool_warned=yes ;; | ||
| 6225 | esac | ||
| 6226 | RANLIB=$ac_ct_RANLIB | ||
| 6227 | fi | ||
| 6228 | else | ||
| 6229 | RANLIB="$ac_cv_prog_RANLIB" | ||
| 6230 | fi | ||
| 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; } |
| 6067 | if test "${ac_cv_header_stdc+set}" = set; then : | 6238 | if ${ac_cv_header_stdc+:} false; then : |
| 6068 | $as_echo_n "(cached) " >&6 | 6239 | $as_echo_n "(cached) " >&6 |
| 6069 | else | 6240 | else |
| 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` |
| 6182 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 6353 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 6183 | " | 6354 | " |
| 6184 | eval as_val=\$$as_ac_Header | 6355 | if 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" |
| 6199 | if test "x$ac_cv_header_minix_config_h" = x""yes; then : | 6369 | if test "x$ac_cv_header_minix_config_h" = xyes; then : |
| 6200 | MINIX=yes | 6370 | MINIX=yes |
| 6201 | else | 6371 | else |
| 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; } |
| 6229 | if test "${ac_cv_safe_to_define___extensions__+set}" = set; then : | 6399 | if ${ac_cv_safe_to_define___extensions__+:} false; then : |
| 6230 | $as_echo_n "(cached) " >&6 | 6400 | $as_echo_n "(cached) " >&6 |
| 6231 | else | 6401 | else |
| 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. | ||
| 6445 | if test "${enable_largefile+set}" = set; then : | ||
| 6446 | enableval=$enable_largefile; | ||
| 6447 | fi | ||
| 6448 | |||
| 6449 | if 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; } | ||
| 6453 | if ${ac_cv_sys_largefile_CC+:} false; then : | ||
| 6454 | $as_echo_n "(cached) " >&6 | ||
| 6455 | else | ||
| 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]; | ||
| 6473 | int | ||
| 6474 | main () | ||
| 6475 | { | ||
| 6476 | |||
| 6477 | ; | ||
| 6478 | return 0; | ||
| 6479 | } | ||
| 6480 | _ACEOF | ||
| 6481 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 6482 | break | ||
| 6483 | fi | ||
| 6484 | rm -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 | ||
| 6488 | fi | ||
| 6489 | rm -f core conftest.err conftest.$ac_objext | ||
| 6490 | break | ||
| 6491 | done | ||
| 6492 | CC=$ac_save_CC | ||
| 6493 | rm -f conftest.$ac_ext | ||
| 6494 | fi | ||
| 6495 | fi | ||
| 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; } | ||
| 6504 | if ${ac_cv_sys_file_offset_bits+:} false; then : | ||
| 6505 | $as_echo_n "(cached) " >&6 | ||
| 6506 | else | ||
| 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]; | ||
| 6519 | int | ||
| 6520 | main () | ||
| 6521 | { | ||
| 6522 | |||
| 6523 | ; | ||
| 6524 | return 0; | ||
| 6525 | } | ||
| 6526 | _ACEOF | ||
| 6527 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 6528 | ac_cv_sys_file_offset_bits=no; break | ||
| 6529 | fi | ||
| 6530 | rm -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]; | ||
| 6543 | int | ||
| 6544 | main () | ||
| 6545 | { | ||
| 6546 | |||
| 6547 | ; | ||
| 6548 | return 0; | ||
| 6549 | } | ||
| 6550 | _ACEOF | ||
| 6551 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 6552 | ac_cv_sys_file_offset_bits=64; break | ||
| 6553 | fi | ||
| 6554 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 6555 | ac_cv_sys_file_offset_bits=unknown | ||
| 6556 | break | ||
| 6557 | done | ||
| 6558 | fi | ||
| 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; } | ||
| 6561 | case $ac_cv_sys_file_offset_bits in #( | ||
| 6562 | no | unknown) ;; | ||
| 6563 | *) | ||
| 6564 | cat >>confdefs.h <<_ACEOF | ||
| 6565 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | ||
| 6566 | _ACEOF | ||
| 6567 | ;; | ||
| 6568 | esac | ||
| 6569 | rm -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; } | ||
| 6573 | if ${ac_cv_sys_large_files+:} false; then : | ||
| 6574 | $as_echo_n "(cached) " >&6 | ||
| 6575 | else | ||
| 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]; | ||
| 6588 | int | ||
| 6589 | main () | ||
| 6590 | { | ||
| 6591 | |||
| 6592 | ; | ||
| 6593 | return 0; | ||
| 6594 | } | ||
| 6595 | _ACEOF | ||
| 6596 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 6597 | ac_cv_sys_large_files=no; break | ||
| 6598 | fi | ||
| 6599 | rm -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]; | ||
| 6612 | int | ||
| 6613 | main () | ||
| 6614 | { | ||
| 6615 | |||
| 6616 | ; | ||
| 6617 | return 0; | ||
| 6618 | } | ||
| 6619 | _ACEOF | ||
| 6620 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 6621 | ac_cv_sys_large_files=1; break | ||
| 6622 | fi | ||
| 6623 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 6624 | ac_cv_sys_large_files=unknown | ||
| 6625 | break | ||
| 6626 | done | ||
| 6627 | fi | ||
| 6628 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 | ||
| 6629 | $as_echo "$ac_cv_sys_large_files" >&6; } | ||
| 6630 | case $ac_cv_sys_large_files in #( | ||
| 6631 | no | unknown) ;; | ||
| 6632 | *) | ||
| 6633 | cat >>confdefs.h <<_ACEOF | ||
| 6634 | #define _LARGE_FILES $ac_cv_sys_large_files | ||
| 6635 | _ACEOF | ||
| 6636 | ;; | ||
| 6637 | esac | ||
| 6638 | rm -rf conftest* | ||
| 6639 | fi | ||
| 6640 | |||
| 6641 | |||
| 6642 | fi | ||
| 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; } |
| 6278 | if test "${ac_cv_prog_cc_c99+set}" = set; then : | 6650 | if ${ac_cv_prog_cc_c99+:} false; then : |
| 6279 | $as_echo_n "(cached) " >&6 | 6651 | $as_echo_n "(cached) " >&6 |
| 6280 | else | 6652 | else |
| 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 : | |||
| 6450 | else | 6822 | else |
| 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; } |
| 6453 | if test "${ac_cv_prog_cc_c89+set}" = set; then : | 6825 | if ${ac_cv_prog_cc_c89+:} false; then : |
| 6454 | $as_echo_n "(cached) " >&6 | 6826 | $as_echo_n "(cached) " >&6 |
| 6455 | else | 6827 | else |
| 6456 | ac_cv_prog_cc_c89=no | 6828 | ac_cv_prog_cc_c89=no |
| @@ -6546,7 +6918,7 @@ fi | |||
| 6546 | esac | 6918 | esac |
| 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 |
| 6551 | fi | 6923 | fi |
| 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 |
| 6635 | else | 7011 | else |
| 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= |
| 6799 | fi | 7175 | fi |
| 6800 | if test -z "$CPP"; then | 7176 | if 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 |
| 6803 | else | 7179 | else |
| 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. |
| 6829 | continue | 7205 | continue |
| 6830 | fi | 7206 | fi |
| 6831 | rm -f conftest.err conftest.$ac_ext | 7207 | rm -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 | |||
| 6844 | ac_preproc_ok=: | 7220 | ac_preproc_ok=: |
| 6845 | break | 7221 | break |
| 6846 | fi | 7222 | fi |
| 6847 | rm -f conftest.err conftest.$ac_ext | 7223 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 6848 | 7224 | ||
| 6849 | done | 7225 | done |
| 6850 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 7226 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 6851 | rm -f conftest.err conftest.$ac_ext | 7227 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 6852 | if $ac_preproc_ok; then : | 7228 | if $ac_preproc_ok; then : |
| 6853 | break | 7229 | break |
| 6854 | fi | 7230 | fi |
| @@ -6887,7 +7263,7 @@ else | |||
| 6887 | # Broken: fails on valid input. | 7263 | # Broken: fails on valid input. |
| 6888 | continue | 7264 | continue |
| 6889 | fi | 7265 | fi |
| 6890 | rm -f conftest.err conftest.$ac_ext | 7266 | rm -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 | |||
| 6903 | ac_preproc_ok=: | 7279 | ac_preproc_ok=: |
| 6904 | break | 7280 | break |
| 6905 | fi | 7281 | fi |
| 6906 | rm -f conftest.err conftest.$ac_ext | 7282 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 6907 | 7283 | ||
| 6908 | done | 7284 | done |
| 6909 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 7285 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 6910 | rm -f conftest.err conftest.$ac_ext | 7286 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 6911 | if $ac_preproc_ok; then : | 7287 | if $ac_preproc_ok; then : |
| 6912 | 7288 | ||
| 6913 | else | 7289 | else |
| 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;} |
| 6916 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 7292 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 6917 | See \`config.log' for more details." "$LINENO" 5; } | 7293 | See \`config.log' for more details" "$LINENO" 5; } |
| 6918 | fi | 7294 | fi |
| 6919 | 7295 | ||
| 6920 | ac_ext=c | 7296 | ac_ext=c |
| @@ -6930,7 +7306,7 @@ if test "x$RANLIB" = x; then | |||
| 6930 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | 7306 | set 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; } |
| 6933 | if test "${ac_cv_prog_RANLIB+set}" = set; then : | 7309 | if ${ac_cv_prog_RANLIB+:} false; then : |
| 6934 | $as_echo_n "(cached) " >&6 | 7310 | $as_echo_n "(cached) " >&6 |
| 6935 | else | 7311 | else |
| 6936 | if test -n "$RANLIB"; then | 7312 | if test -n "$RANLIB"; then |
| @@ -6970,7 +7346,7 @@ if test -z "$ac_cv_prog_RANLIB"; then | |||
| 6970 | set dummy ranlib; ac_word=$2 | 7346 | set 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; } |
| 6973 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : | 7349 | if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
| 6974 | $as_echo_n "(cached) " >&6 | 7350 | $as_echo_n "(cached) " >&6 |
| 6975 | else | 7351 | else |
| 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. |
| 7026 | if test "$machine" = "amdx86-64"; then | 7402 | if 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" |
| 7028 | if test "x$ac_cv_have_decl_i386" = x""yes; then : | 7404 | if test "x$ac_cv_have_decl_i386" = xyes; then : |
| 7029 | 7405 | ||
| 7030 | fi | 7406 | fi |
| 7031 | 7407 | ||
| @@ -7040,7 +7416,7 @@ fi | |||
| 7040 | set dummy install-info; ac_word=$2 | 7416 | set 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; } |
| 7043 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 7419 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 7044 | $as_echo_n "(cached) " >&6 | 7420 | $as_echo_n "(cached) " >&6 |
| 7045 | else | 7421 | else |
| 7046 | case $INSTALL_INFO in | 7422 | case $INSTALL_INFO in |
| @@ -7080,7 +7456,7 @@ fi | |||
| 7080 | set dummy install-info; ac_word=$2 | 7456 | set 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; } |
| 7083 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 7459 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 7084 | $as_echo_n "(cached) " >&6 | 7460 | $as_echo_n "(cached) " >&6 |
| 7085 | else | 7461 | else |
| 7086 | case $INSTALL_INFO in | 7462 | case $INSTALL_INFO in |
| @@ -7120,7 +7496,7 @@ fi | |||
| 7120 | set dummy install-info; ac_word=$2 | 7496 | set 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; } |
| 7123 | if test "${ac_cv_path_INSTALL_INFO+set}" = set; then : | 7499 | if ${ac_cv_path_INSTALL_INFO+:} false; then : |
| 7124 | $as_echo_n "(cached) " >&6 | 7500 | $as_echo_n "(cached) " >&6 |
| 7125 | else | 7501 | else |
| 7126 | case $INSTALL_INFO in | 7502 | case $INSTALL_INFO in |
| @@ -7161,7 +7537,7 @@ fi | |||
| 7161 | set dummy gzip; ac_word=$2 | 7537 | set 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; } |
| 7164 | if test "${ac_cv_path_GZIP_PROG+set}" = set; then : | 7540 | if ${ac_cv_path_GZIP_PROG+:} false; then : |
| 7165 | $as_echo_n "(cached) " >&6 | 7541 | $as_echo_n "(cached) " >&6 |
| 7166 | else | 7542 | else |
| 7167 | case $GZIP_PROG in | 7543 | case $GZIP_PROG in |
| @@ -7204,7 +7580,7 @@ fi | |||
| 7204 | set dummy makeinfo; ac_word=$2 | 7580 | set 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; } |
| 7207 | if test "${ac_cv_path_MAKEINFO+set}" = set; then : | 7583 | if ${ac_cv_path_MAKEINFO+:} false; then : |
| 7208 | $as_echo_n "(cached) " >&6 | 7584 | $as_echo_n "(cached) " >&6 |
| 7209 | else | 7585 | else |
| 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 |
| 7266 | source tree does not seem to have pre-built manuals in the \`info' directory. | 7642 | source tree does not seem to have pre-built manuals in the \`info' directory. |
| 7267 | Either install a suitable version of makeinfo, or re-run configure | 7643 | Either install a suitable version of makeinfo, or re-run configure |
| 7268 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 | 7644 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 |
| @@ -7410,7 +7786,7 @@ esac | |||
| 7410 | C_SWITCH_MACHINE= | 7786 | C_SWITCH_MACHINE= |
| 7411 | if test "$machine" = "alpha"; then | 7787 | if 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" |
| 7413 | if test "x$ac_cv_have_decl___ELF__" = x""yes; then : | 7789 | if test "x$ac_cv_have_decl___ELF__" = xyes; then : |
| 7414 | 7790 | ||
| 7415 | fi | 7791 | fi |
| 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; } |
| 7486 | if test "${ac_cv_sys_largefile_CC+set}" = set; then : | 7862 | if ${ac_cv_sys_largefile_CC+:} false; then : |
| 7487 | $as_echo_n "(cached) " >&6 | 7863 | $as_echo_n "(cached) " >&6 |
| 7488 | else | 7864 | else |
| 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]; |
| 7506 | int | 7882 | int |
| 7507 | main () | 7883 | main () |
| 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 |
| 7516 | fi | 7892 | fi |
| 7517 | rm -f core conftest.err conftest.$ac_objext | 7893 | rm -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 |
| 7521 | fi | 7897 | fi |
| 7522 | rm -f core conftest.err conftest.$ac_objext | 7898 | rm -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; } |
| 7537 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then : | 7913 | if ${ac_cv_sys_file_offset_bits+:} false; then : |
| 7538 | $as_echo_n "(cached) " >&6 | 7914 | $as_echo_n "(cached) " >&6 |
| 7539 | else | 7915 | else |
| 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]; |
| 7552 | int | 7928 | int |
| 7553 | main () | 7929 | main () |
| 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]; |
| 7576 | int | 7952 | int |
| 7577 | main () | 7953 | main () |
| 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; } |
| 7606 | if test "${ac_cv_sys_large_files+set}" = set; then : | 7982 | if ${ac_cv_sys_large_files+:} false; then : |
| 7607 | $as_echo_n "(cached) " >&6 | 7983 | $as_echo_n "(cached) " >&6 |
| 7608 | else | 7984 | else |
| 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]; |
| 7621 | int | 7997 | int |
| 7622 | main () | 7998 | main () |
| 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]; |
| 7645 | int | 8021 | int |
| 7646 | main () | 8022 | main () |
| 7647 | { | 8023 | { |
| @@ -7670,6 +8046,8 @@ _ACEOF | |||
| 7670 | esac | 8046 | esac |
| 7671 | rm -rf conftest* | 8047 | rm -rf conftest* |
| 7672 | fi | 8048 | fi |
| 8049 | |||
| 8050 | |||
| 7673 | fi | 8051 | fi |
| 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 |
| 7803 | Try using the --with-crt-dir option." "$LINENO" 5 | 8181 | Try using the --with-crt-dir option." "$LINENO" 5 |
| 7804 | 8182 | ||
| 7805 | fi # crt_files != "" | 8183 | fi # crt_files != "" |
| @@ -7816,8 +8194,7 @@ if test "${with_sound}" != "no"; then | |||
| 7816 | do : | 8194 | do : |
| 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` |
| 7818 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 8196 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 7819 | eval as_val=\$$as_ac_Header | 8197 | if 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; } |
| 7832 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then : | 8209 | if ${ac_cv_lib_ossaudio__oss_ioctl+:} false; then : |
| 7833 | $as_echo_n "(cached) " >&6 | 8210 | $as_echo_n "(cached) " >&6 |
| 7834 | else | 8211 | else |
| 7835 | ac_check_lib_save_LIBS=$LIBS | 8212 | ac_check_lib_save_LIBS=$LIBS |
| @@ -7863,7 +8240,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 7863 | fi | 8240 | fi |
| 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; } |
| 7866 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then : | 8243 | if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes; then : |
| 7867 | LIBSOUND=-lossaudio | 8244 | LIBSOUND=-lossaudio |
| 7868 | else | 8245 | else |
| 7869 | LIBSOUND= | 8246 | LIBSOUND= |
| @@ -7880,7 +8257,7 @@ fi | |||
| 7880 | set dummy pkg-config; ac_word=$2 | 8257 | set 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; } |
| 7883 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 8260 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 7884 | $as_echo_n "(cached) " >&6 | 8261 | $as_echo_n "(cached) " >&6 |
| 7885 | else | 8262 | else |
| 7886 | case $PKG_CONFIG in | 8263 | case $PKG_CONFIG in |
| @@ -8008,7 +8385,7 @@ else | |||
| 8008 | fi | 8385 | fi |
| 8009 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 8386 | rm -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 \ | |||
| 8043 | do : | 8420 | do : |
| 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` |
| 8045 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 8422 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 8046 | eval as_val=\$$as_ac_Header | 8423 | if 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 | |||
| 8085 | for ac_header in term.h | 8461 | for ac_header in term.h |
| 8086 | do : | 8462 | do : |
| 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" |
| 8088 | if test "x$ac_cv_header_term_h" = x""yes; then : | 8464 | if 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; } |
| 8099 | if test "${ac_cv_header_time+set}" = set; then : | 8475 | if ${ac_cv_header_time+:} false; then : |
| 8100 | $as_echo_n "(cached) " >&6 | 8476 | $as_echo_n "(cached) " >&6 |
| 8101 | else | 8477 | else |
| 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 | |||
| 8130 | fi | 8506 | fi |
| 8131 | 8507 | ||
| 8132 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" | 8508 | ac_fn_c_check_decl "$LINENO" "sys_siglist" "ac_cv_have_decl_sys_siglist" "$ac_includes_default" |
| 8133 | if test "x$ac_cv_have_decl_sys_siglist" = x""yes; then : | 8509 | if test "x$ac_cv_have_decl_sys_siglist" = xyes; then : |
| 8134 | ac_have_decl=1 | 8510 | ac_have_decl=1 |
| 8135 | else | 8511 | else |
| 8136 | ac_have_decl=0 | 8512 | ac_have_decl=0 |
| @@ -8143,7 +8519,7 @@ _ACEOF | |||
| 8143 | if test $ac_cv_have_decl_sys_siglist != yes; then | 8519 | if 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" |
| 8146 | if test "x$ac_cv_have_decl___sys_siglist" = x""yes; then : | 8522 | if test "x$ac_cv_have_decl___sys_siglist" = xyes; then : |
| 8147 | ac_have_decl=1 | 8523 | ac_have_decl=1 |
| 8148 | else | 8524 | else |
| 8149 | ac_have_decl=0 | 8525 | ac_have_decl=0 |
| @@ -8161,7 +8537,7 @@ $as_echo "#define sys_siglist __sys_siglist" >>confdefs.h | |||
| 8161 | fi | 8537 | fi |
| 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; } |
| 8164 | if test "${ac_cv_header_sys_wait_h+set}" = set; then : | 8540 | if ${ac_cv_header_sys_wait_h+:} false; then : |
| 8165 | $as_echo_n "(cached) " >&6 | 8541 | $as_echo_n "(cached) " >&6 |
| 8166 | else | 8542 | else |
| 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; } |
| 8206 | if test "${emacs_cv_struct_utimbuf+set}" = set; then : | 8582 | if ${emacs_cv_struct_utimbuf+:} false; then : |
| 8207 | $as_echo_n "(cached) " >&6 | 8583 | $as_echo_n "(cached) " >&6 |
| 8208 | else | 8584 | else |
| 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; } |
| 8249 | if test "${emacs_cv_speed_t+set}" = set; then : | 8625 | if ${emacs_cv_speed_t+:} false; then : |
| 8250 | $as_echo_n "(cached) " >&6 | 8626 | $as_echo_n "(cached) " >&6 |
| 8251 | else | 8627 | else |
| 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; } |
| 8280 | if test "${emacs_cv_struct_timeval+set}" = set; then : | 8656 | if ${emacs_cv_struct_timeval+:} false; then : |
| 8281 | $as_echo_n "(cached) " >&6 | 8657 | $as_echo_n "(cached) " >&6 |
| 8282 | else | 8658 | else |
| 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; } |
| 8321 | if test "${emacs_cv_struct_exception+set}" = set; then : | 8697 | if ${emacs_cv_struct_exception+:} false; then : |
| 8322 | $as_echo_n "(cached) " >&6 | 8698 | $as_echo_n "(cached) " >&6 |
| 8323 | else | 8699 | else |
| 8324 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8700 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8351,7 +8727,7 @@ fi | |||
| 8351 | for ac_header in sys/socket.h | 8727 | for ac_header in sys/socket.h |
| 8352 | do : | 8728 | do : |
| 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" |
| 8354 | if test "x$ac_cv_header_sys_socket_h" = x""yes; then : | 8730 | if 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 | " |
| 8370 | if test "x$ac_cv_header_net_if_h" = x""yes; then : | 8746 | if 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 | " |
| 8386 | if test "x$ac_cv_header_ifaddrs_h" = x""yes; then : | 8762 | if 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 | " |
| 8402 | if test "x$ac_cv_header_net_if_dl_h" = x""yes; then : | 8778 | if 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 | |||
| 8412 | do : | 8788 | do : |
| 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` |
| 8414 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 8790 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 8415 | eval as_val=\$$as_ac_var | 8791 | if 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; } |
| 8427 | if test "${ac_cv_struct_tm+set}" = set; then : | 8802 | if ${ac_cv_struct_tm+:} false; then : |
| 8428 | $as_echo_n "(cached) " >&6 | 8803 | $as_echo_n "(cached) " >&6 |
| 8429 | else | 8804 | else |
| 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 | " |
| 8464 | if test "x$ac_cv_member_struct_tm_tm_zone" = x""yes; then : | 8839 | if test "x$ac_cv_member_struct_tm_tm_zone" = xyes; then : |
| 8465 | 8840 | ||
| 8466 | cat >>confdefs.h <<_ACEOF | 8841 | cat >>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 | |||
| 8477 | else | 8852 | else |
| 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 | " |
| 8480 | if test "x$ac_cv_have_decl_tzname" = x""yes; then : | 8855 | if test "x$ac_cv_have_decl_tzname" = xyes; then : |
| 8481 | ac_have_decl=1 | 8856 | ac_have_decl=1 |
| 8482 | else | 8857 | else |
| 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; } |
| 8492 | if test "${ac_cv_var_tzname+set}" = set; then : | 8867 | if ${ac_cv_var_tzname+:} false; then : |
| 8493 | $as_echo_n "(cached) " >&6 | 8868 | $as_echo_n "(cached) " >&6 |
| 8494 | else | 8869 | else |
| 8495 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 8870 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -8526,7 +8901,7 @@ fi | |||
| 8526 | 8901 | ||
| 8527 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> | 8902 | ac_fn_c_check_member "$LINENO" "struct tm" "tm_gmtoff" "ac_cv_member_struct_tm_tm_gmtoff" "#include <time.h> |
| 8528 | " | 8903 | " |
| 8529 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : | 8904 | if 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 | " |
| 8543 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = x""yes; then : | 8918 | if test "x$ac_cv_member_struct_ifreq_ifr_flags" = xyes; then : |
| 8544 | 8919 | ||
| 8545 | cat >>confdefs.h <<_ACEOF | 8920 | cat >>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 | " |
| 8559 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then : | 8934 | if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes; then : |
| 8560 | 8935 | ||
| 8561 | cat >>confdefs.h <<_ACEOF | 8936 | cat >>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 | " |
| 8575 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = x""yes; then : | 8950 | if test "x$ac_cv_member_struct_ifreq_ifr_netmask" = xyes; then : |
| 8576 | 8951 | ||
| 8577 | cat >>confdefs.h <<_ACEOF | 8952 | cat >>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 | " |
| 8591 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = x""yes; then : | 8966 | if test "x$ac_cv_member_struct_ifreq_ifr_broadaddr" = xyes; then : |
| 8592 | 8967 | ||
| 8593 | cat >>confdefs.h <<_ACEOF | 8968 | cat >>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 | " |
| 8607 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = x""yes; then : | 8982 | if test "x$ac_cv_member_struct_ifreq_ifr_addr" = xyes; then : |
| 8608 | 8983 | ||
| 8609 | cat >>confdefs.h <<_ACEOF | 8984 | cat >>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 | " |
| 8623 | if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = x""yes; then : | 8998 | if test "x$ac_cv_member_struct_ifreq_ifr_addr_sa_len" = xyes; then : |
| 8624 | 8999 | ||
| 8625 | cat >>confdefs.h <<_ACEOF | 9000 | cat >>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; } |
| 8652 | if test "${ac_cv_c_volatile+set}" = set; then : | 9027 | if ${ac_cv_c_volatile+:} false; then : |
| 8653 | $as_echo_n "(cached) " >&6 | 9028 | $as_echo_n "(cached) " >&6 |
| 8654 | else | 9029 | else |
| 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; } |
| 8686 | if test "${ac_cv_c_const+set}" = set; then : | 9061 | if ${ac_cv_c_const+:} false; then : |
| 8687 | $as_echo_n "(cached) " >&6 | 9062 | $as_echo_n "(cached) " >&6 |
| 8688 | else | 9063 | else |
| 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; } |
| 8766 | if test "${emacs_cv_void_star+set}" = set; then : | 9141 | if ${emacs_cv_void_star+:} false; then : |
| 8767 | $as_echo_n "(cached) " >&6 | 9142 | $as_echo_n "(cached) " >&6 |
| 8768 | else | 9143 | else |
| 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; } |
| 8799 | if test "${ac_cv_c_bigendian+set}" = set; then : | 9174 | if ${ac_cv_c_bigendian+:} false; then : |
| 8800 | $as_echo_n "(cached) " >&6 | 9175 | $as_echo_n "(cached) " >&6 |
| 8801 | else | 9176 | else |
| 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; } |
| 9024 | if test "${emacs_cv_attribute_aligned+set}" = set; then : | 9399 | if ${emacs_cv_attribute_aligned+:} false; then : |
| 9025 | $as_echo_n "(cached) " >&6 | 9400 | $as_echo_n "(cached) " >&6 |
| 9026 | else | 9401 | else |
| 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; } |
| 9055 | set x ${MAKE-make} | 9430 | set x ${MAKE-make} |
| 9056 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 9431 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 9057 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 9432 | if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
| 9058 | $as_echo_n "(cached) " >&6 | 9433 | $as_echo_n "(cached) " >&6 |
| 9059 | else | 9434 | else |
| 9060 | cat >conftest.make <<\_ACEOF | 9435 | cat >conftest.make <<\_ACEOF |
| @@ -9062,7 +9437,7 @@ SHELL = /bin/sh | |||
| 9062 | all: | 9437 | all: |
| 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. |
| 9066 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 9441 | case `${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; } |
| 9149 | if test "${ac_cv_sys_long_file_names+set}" = set; then : | 9524 | if ${ac_cv_sys_long_file_names+:} false; then : |
| 9150 | $as_echo_n "(cached) " >&6 | 9525 | $as_echo_n "(cached) " >&6 |
| 9151 | else | 9526 | else |
| 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 |
| 9203 | else | 9578 | else |
| 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 |
| 9208 | else | 9583 | else |
| 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 |
| 9307 | done | 9682 | done |
| 9308 | fi | 9683 | fi |
| 9309 | rm -f conftest.err conftest.$ac_ext | 9684 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 9310 | fi # $ac_x_includes = no | 9685 | fi # $ac_x_includes = no |
| 9311 | 9686 | ||
| 9312 | if test "$ac_x_libraries" = no; then | 9687 | if 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" |
| 9489 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : | 9864 | if test "x$ac_cv_header_AppKit_AppKit_h" = xyes; then : |
| 9490 | HAVE_NS=yes | 9865 | HAVE_NS=yes |
| 9491 | else | 9866 | else |
| 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 |
| 9494 | fi | 9869 | fi |
| 9495 | 9870 | ||
| @@ -9568,7 +9943,7 @@ if test "$window_system" = none && test "X$with_x" != "Xno"; then | |||
| 9568 | set dummy X; ac_word=$2 | 9943 | set 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; } |
| 9571 | if test "${ac_cv_prog_HAVE_XSERVER+set}" = set; then : | 9946 | if ${ac_cv_prog_HAVE_XSERVER+:} false; then : |
| 9572 | $as_echo_n "(cached) " >&6 | 9947 | $as_echo_n "(cached) " >&6 |
| 9573 | else | 9948 | else |
| 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 |
| 9609 | were found. You should install the relevant development files for X | 9984 | were found. You should install the relevant development files for X |
| 9610 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 9985 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make |
| 9611 | sure you have development files for image handling, i.e. | 9986 | sure you have development files for image handling, i.e. |
| @@ -9627,14 +10002,14 @@ esac | |||
| 9627 | GNU_MALLOC=yes | 10002 | GNU_MALLOC=yes |
| 9628 | doug_lea_malloc=yes | 10003 | doug_lea_malloc=yes |
| 9629 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" | 10004 | ac_fn_c_check_func "$LINENO" "malloc_get_state" "ac_cv_func_malloc_get_state" |
| 9630 | if test "x$ac_cv_func_malloc_get_state" = x""yes; then : | 10005 | if test "x$ac_cv_func_malloc_get_state" = xyes; then : |
| 9631 | 10006 | ||
| 9632 | else | 10007 | else |
| 9633 | doug_lea_malloc=no | 10008 | doug_lea_malloc=no |
| 9634 | fi | 10009 | fi |
| 9635 | 10010 | ||
| 9636 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" | 10011 | ac_fn_c_check_func "$LINENO" "malloc_set_state" "ac_cv_func_malloc_set_state" |
| 9637 | if test "x$ac_cv_func_malloc_set_state" = x""yes; then : | 10012 | if test "x$ac_cv_func_malloc_set_state" = xyes; then : |
| 9638 | 10013 | ||
| 9639 | else | 10014 | else |
| 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; } |
| 9645 | if test "${emacs_cv_var___after_morecore_hook+set}" = set; then : | 10020 | if ${emacs_cv_var___after_morecore_hook+:} false; then : |
| 9646 | $as_echo_n "(cached) " >&6 | 10021 | $as_echo_n "(cached) " >&6 |
| 9647 | else | 10022 | else |
| 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` |
| 9729 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 10104 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 9730 | " | 10105 | " |
| 9731 | eval as_val=\$$as_ac_Header | 10106 | if 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 | |||
| 9748 | for ac_func in getpagesize | 10122 | for ac_func in getpagesize |
| 9749 | do : | 10123 | do : |
| 9750 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" | 10124 | ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" |
| 9751 | if test "x$ac_cv_func_getpagesize" = x""yes; then : | 10125 | if 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; } |
| 9761 | if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then : | 10135 | if ${ac_cv_func_mmap_fixed_mapped+:} false; then : |
| 9762 | $as_echo_n "(cached) " >&6 | 10136 | $as_echo_n "(cached) " >&6 |
| 9763 | else | 10137 | else |
| 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; } |
| 9936 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then : | 10310 | if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then : |
| 9937 | $as_echo_n "(cached) " >&6 | 10311 | $as_echo_n "(cached) " >&6 |
| 9938 | else | 10312 | else |
| 9939 | ac_check_lib_save_LIBS=$LIBS | 10313 | ac_check_lib_save_LIBS=$LIBS |
| @@ -9967,7 +10341,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 9967 | fi | 10341 | fi |
| 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; } |
| 9970 | if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then : | 10344 | if 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; } |
| 9982 | if test "${ac_cv_lib_Xbsd_main+set}" = set; then : | 10356 | if ${ac_cv_lib_Xbsd_main+:} false; then : |
| 9983 | $as_echo_n "(cached) " >&6 | 10357 | $as_echo_n "(cached) " >&6 |
| 9984 | else | 10358 | else |
| 9985 | ac_check_lib_save_LIBS=$LIBS | 10359 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10007,7 +10381,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10007 | fi | 10381 | fi |
| 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; } |
| 10010 | if test "x$ac_cv_lib_Xbsd_main" = x""yes; then : | 10384 | if 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" |
| 10012 | fi | 10386 | fi |
| 10013 | 10387 | ||
| @@ -10016,7 +10390,7 @@ LIB_PTHREAD= | |||
| 10016 | for ac_header in pthread.h | 10390 | for ac_header in pthread.h |
| 10017 | do : | 10391 | do : |
| 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" |
| 10019 | if test "x$ac_cv_header_pthread_h" = x""yes; then : | 10393 | if 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 | |||
| 10028 | if test "$ac_cv_header_pthread_h"; then | 10402 | if 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; } |
| 10031 | if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then : | 10405 | if ${ac_cv_lib_pthread_pthread_self+:} false; then : |
| 10032 | $as_echo_n "(cached) " >&6 | 10406 | $as_echo_n "(cached) " >&6 |
| 10033 | else | 10407 | else |
| 10034 | ac_check_lib_save_LIBS=$LIBS | 10408 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10062,7 +10436,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10062 | fi | 10436 | fi |
| 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; } |
| 10065 | if test "x$ac_cv_lib_pthread_pthread_self" = x""yes; then : | 10439 | if test "x$ac_cv_lib_pthread_pthread_self" = xyes; then : |
| 10066 | HAVE_PTHREAD=yes | 10440 | HAVE_PTHREAD=yes |
| 10067 | fi | 10441 | fi |
| 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; } |
| 10083 | if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then : | 10457 | if ${ac_cv_lib_pthreads_cma_open+:} false; then : |
| 10084 | $as_echo_n "(cached) " >&6 | 10458 | $as_echo_n "(cached) " >&6 |
| 10085 | else | 10459 | else |
| 10086 | ac_check_lib_save_LIBS=$LIBS | 10460 | ac_check_lib_save_LIBS=$LIBS |
| @@ -10114,7 +10488,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 10114 | fi | 10488 | fi |
| 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; } |
| 10117 | if test "x$ac_cv_lib_pthreads_cma_open" = x""yes; then : | 10491 | if 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 | |||
| 10141 | aix*) | 10515 | aix*) |
| 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; } |
| 10144 | if test "${gdb_cv_bigtoc+set}" = set; then : | 10518 | if ${gdb_cv_bigtoc+:} false; then : |
| 10145 | $as_echo_n "(cached) " >&6 | 10519 | $as_echo_n "(cached) " >&6 |
| 10146 | else | 10520 | else |
| 10147 | 10521 | ||
| @@ -10302,8 +10676,7 @@ XScreenNumberOfScreen XSetWMProtocols | |||
| 10302 | do : | 10676 | do : |
| 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` |
| 10304 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 10678 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10305 | eval as_val=\$$as_ac_var | 10679 | if 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 | |||
| 10316 | if test "${window_system}" = "x11"; then | 10689 | if 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 |
| 10321 | else | 10694 | else |
| 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 | |||
| 10381 | set dummy pkg-config; ac_word=$2 | 10754 | set 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; } |
| 10384 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10757 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10385 | $as_echo_n "(cached) " >&6 | 10758 | $as_echo_n "(cached) " >&6 |
| 10386 | else | 10759 | else |
| 10387 | case $PKG_CONFIG in | 10760 | case $PKG_CONFIG in |
| @@ -10495,7 +10868,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 10495 | set dummy pkg-config; ac_word=$2 | 10868 | set 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; } |
| 10498 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10871 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10499 | $as_echo_n "(cached) " >&6 | 10872 | $as_echo_n "(cached) " >&6 |
| 10500 | else | 10873 | else |
| 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 |
| 10595 | do : | 10968 | do : |
| 10596 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" | 10969 | ac_fn_c_check_func "$LINENO" "MagickExportImagePixels" "ac_cv_func_MagickExportImagePixels" |
| 10597 | if test "x$ac_cv_func_MagickExportImagePixels" = x""yes; then : | 10970 | if 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 | |||
| 10621 | set dummy pkg-config; ac_word=$2 | 10994 | set 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; } |
| 10624 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 10997 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10625 | $as_echo_n "(cached) " >&6 | 10998 | $as_echo_n "(cached) " >&6 |
| 10626 | else | 10999 | else |
| 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 | |||
| 10731 | set dummy pkg-config; ac_word=$2 | 11104 | set 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; } |
| 10734 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11107 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10735 | $as_echo_n "(cached) " >&6 | 11108 | $as_echo_n "(cached) " >&6 |
| 10736 | else | 11109 | else |
| 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 |
| 10824 | fi | 11197 | fi |
| 10825 | fi | 11198 | fi |
| @@ -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 |
| 10836 | do : | 11209 | do : |
| 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" |
| 10838 | if test "x$ac_cv_func_gtk_main" = x""yes; then : | 11211 | if 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 | " |
| 10886 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = x""yes; then : | 11259 | if test "x$ac_cv_have_decl_GTK_TYPE_FILE_SELECTION" = xyes; then : |
| 10887 | HAVE_GTK_FILE_SELECTION=yes | 11260 | HAVE_GTK_FILE_SELECTION=yes |
| 10888 | else | 11261 | else |
| 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 |
| 10894 | do : | 11267 | do : |
| 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" |
| 10896 | if test "x$ac_cv_func_gtk_file_selection_new" = x""yes; then : | 11269 | if 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 | |||
| 10911 | do : | 11284 | do : |
| 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` |
| 10913 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 11286 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10914 | eval as_val=\$$as_ac_var | 11287 | if 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 | |||
| 10933 | set dummy pkg-config; ac_word=$2 | 11305 | set 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; } |
| 10936 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11308 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 10937 | $as_echo_n "(cached) " >&6 | 11309 | $as_echo_n "(cached) " >&6 |
| 10938 | else | 11310 | else |
| 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 |
| 11029 | do : | 11401 | do : |
| 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" |
| 11031 | if test "x$ac_cv_func_dbus_watch_get_unix_fd" = x""yes; then : | 11403 | if 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 | |||
| 11050 | set dummy pkg-config; ac_word=$2 | 11422 | set 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; } |
| 11053 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11425 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11054 | $as_echo_n "(cached) " >&6 | 11426 | $as_echo_n "(cached) " >&6 |
| 11055 | else | 11427 | else |
| 11056 | case $PKG_CONFIG in | 11428 | case $PKG_CONFIG in |
| @@ -11155,7 +11527,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then | |||
| 11155 | set dummy pkg-config; ac_word=$2 | 11527 | set 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; } |
| 11158 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11530 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11159 | $as_echo_n "(cached) " >&6 | 11531 | $as_echo_n "(cached) " >&6 |
| 11160 | else | 11532 | else |
| 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 |
| 11260 | do : | 11632 | do : |
| 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" |
| 11262 | if test "x$ac_cv_func_g_type_init" = x""yes; then : | 11634 | if 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= | |||
| 11279 | if test "${with_selinux}" = "yes"; then | 11651 | if 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; } |
| 11282 | if test "${ac_cv_lib_selinux_lgetfilecon+set}" = set; then : | 11654 | if ${ac_cv_lib_selinux_lgetfilecon+:} false; then : |
| 11283 | $as_echo_n "(cached) " >&6 | 11655 | $as_echo_n "(cached) " >&6 |
| 11284 | else | 11656 | else |
| 11285 | ac_check_lib_save_LIBS=$LIBS | 11657 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11313,7 +11685,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11313 | fi | 11685 | fi |
| 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; } |
| 11316 | if test "x$ac_cv_lib_selinux_lgetfilecon" = x""yes; then : | 11688 | if test "x$ac_cv_lib_selinux_lgetfilecon" = xyes; then : |
| 11317 | HAVE_LIBSELINUX=yes | 11689 | HAVE_LIBSELINUX=yes |
| 11318 | else | 11690 | else |
| 11319 | HAVE_LIBSELINUX=no | 11691 | HAVE_LIBSELINUX=no |
| @@ -11338,7 +11710,7 @@ if test "${with_gnutls}" = "yes" ; then | |||
| 11338 | set dummy pkg-config; ac_word=$2 | 11710 | set 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; } |
| 11341 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 11713 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11342 | $as_echo_n "(cached) " >&6 | 11714 | $as_echo_n "(cached) " >&6 |
| 11343 | else | 11715 | else |
| 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 |
| 11437 | do : | 11809 | do : |
| 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" |
| 11439 | if test "x$ac_cv_func_gnutls_certificate_set_verify_function" = x""yes; then : | 11811 | if 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 |
| 11466 | else | 11838 | else |
| 11467 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 11839 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -11480,7 +11852,7 @@ _ACEOF | |||
| 11480 | if ac_fn_c_try_link "$LINENO"; then : | 11852 | if 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; } |
| 11483 | if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then : | 11855 | if ${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+:} false; then : |
| 11484 | $as_echo_n "(cached) " >&6 | 11856 | $as_echo_n "(cached) " >&6 |
| 11485 | else | 11857 | else |
| 11486 | ac_check_lib_save_LIBS=$LIBS | 11858 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11514,7 +11886,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11514 | fi | 11886 | fi |
| 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; } |
| 11517 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = x""yes; then : | 11889 | if test "x$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" = xyes; then : |
| 11518 | emacs_cv_xaw3d=yes | 11890 | emacs_cv_xaw3d=yes |
| 11519 | else | 11891 | else |
| 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 |
| 11549 | else | 11921 | else |
| 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. |
| 11581 | If you are sure you want Emacs compiled without an X toolkit, pass | 11953 | If you are sure you want Emacs compiled without an X toolkit, pass |
| 11582 | --with-x-toolkit=no | 11954 | --with-x-toolkit=no |
| 11583 | to configure. Otherwise, install the development libraries for the toolkit | 11955 | to configure. Otherwise, install the development libraries for the toolkit |
| @@ -11592,7 +11964,7 @@ LIBXTR6= | |||
| 11592 | if test "${USE_X_TOOLKIT}" != "none"; then | 11964 | if 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 |
| 11597 | else | 11969 | else |
| 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; } |
| 11646 | if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then : | 12018 | if ${ac_cv_lib_Xmu_XmuConvertStandardSelection+:} false; then : |
| 11647 | $as_echo_n "(cached) " >&6 | 12019 | $as_echo_n "(cached) " >&6 |
| 11648 | else | 12020 | else |
| 11649 | ac_check_lib_save_LIBS=$LIBS | 12021 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11677,7 +12049,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11677 | fi | 12049 | fi |
| 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; } |
| 11680 | if test "x$ac_cv_lib_Xmu_XmuConvertStandardSelection" = x""yes; then : | 12052 | if 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; } |
| 11707 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then : | 12079 | if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false; then : |
| 11708 | $as_echo_n "(cached) " >&6 | 12080 | $as_echo_n "(cached) " >&6 |
| 11709 | else | 12081 | else |
| 11710 | ac_check_lib_save_LIBS=$LIBS | 12082 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11738,7 +12110,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11738 | fi | 12110 | fi |
| 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; } |
| 11741 | if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then : | 12113 | if 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= | |||
| 11754 | if test "${USE_X_TOOLKIT}" = "MOTIF"; then | 12126 | if 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; } |
| 11757 | if test "${emacs_cv_motif_version_2_1+set}" = set; then : | 12129 | if ${emacs_cv_motif_version_2_1+:} false; then : |
| 11758 | $as_echo_n "(cached) " >&6 | 12130 | $as_echo_n "(cached) " >&6 |
| 11759 | else | 12131 | else |
| 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; } |
| 11787 | if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then : | 12159 | if ${ac_cv_lib_Xp_XpCreateContext+:} false; then : |
| 11788 | $as_echo_n "(cached) " >&6 | 12160 | $as_echo_n "(cached) " >&6 |
| 11789 | else | 12161 | else |
| 11790 | ac_check_lib_save_LIBS=$LIBS | 12162 | ac_check_lib_save_LIBS=$LIBS |
| @@ -11818,14 +12190,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 11818 | fi | 12190 | fi |
| 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; } |
| 11821 | if test "x$ac_cv_lib_Xp_XpCreateContext" = x""yes; then : | 12193 | if test "x$ac_cv_lib_Xp_XpCreateContext" = xyes; then : |
| 11822 | LIBXP=-lXp | 12194 | LIBXP=-lXp |
| 11823 | fi | 12195 | fi |
| 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; } |
| 11828 | if test "${emacs_cv_lesstif+set}" = set; then : | 12200 | if ${emacs_cv_lesstif+:} false; then : |
| 11829 | $as_echo_n "(cached) " >&6 | 12201 | $as_echo_n "(cached) " >&6 |
| 11830 | else | 12202 | else |
| 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 | |||
| 11984 | set dummy pkg-config; ac_word=$2 | 12356 | set 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; } |
| 11987 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 12359 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 11988 | $as_echo_n "(cached) " >&6 | 12360 | $as_echo_n "(cached) " >&6 |
| 11989 | else | 12361 | else |
| 11990 | case $PKG_CONFIG in | 12362 | case $PKG_CONFIG in |
| @@ -12086,7 +12458,7 @@ $as_echo "no" >&6; } | |||
| 12086 | set dummy pkg-config; ac_word=$2 | 12458 | set 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; } |
| 12089 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 12461 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 12090 | $as_echo_n "(cached) " >&6 | 12462 | $as_echo_n "(cached) " >&6 |
| 12091 | else | 12463 | else |
| 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; } |
| 12181 | if test "${ac_cv_lib_Xrender_XRenderQueryExtension+set}" = set; then : | 12553 | if ${ac_cv_lib_Xrender_XRenderQueryExtension+:} false; then : |
| 12182 | $as_echo_n "(cached) " >&6 | 12554 | $as_echo_n "(cached) " >&6 |
| 12183 | else | 12555 | else |
| 12184 | ac_check_lib_save_LIBS=$LIBS | 12556 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12212,7 +12584,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12212 | fi | 12584 | fi |
| 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; } |
| 12215 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = x""yes; then : | 12587 | if test "x$ac_cv_lib_Xrender_XRenderQueryExtension" = xyes; then : |
| 12216 | HAVE_XRENDER=yes | 12588 | HAVE_XRENDER=yes |
| 12217 | fi | 12589 | fi |
| 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" |
| 12228 | if test "x$ac_cv_header_X11_Xft_Xft_h" = x""yes; then : | 12600 | if 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; } |
| 12231 | if test "${ac_cv_lib_Xft_XftFontOpen+set}" = set; then : | 12603 | if ${ac_cv_lib_Xft_XftFontOpen+:} false; then : |
| 12232 | $as_echo_n "(cached) " >&6 | 12604 | $as_echo_n "(cached) " >&6 |
| 12233 | else | 12605 | else |
| 12234 | ac_check_lib_save_LIBS=$LIBS | 12606 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12262,7 +12634,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12262 | fi | 12634 | fi |
| 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; } |
| 12265 | if test "x$ac_cv_lib_Xft_XftFontOpen" = x""yes; then : | 12637 | if test "x$ac_cv_lib_Xft_XftFontOpen" = xyes; then : |
| 12266 | HAVE_XFT=yes | 12638 | HAVE_XFT=yes |
| 12267 | fi | 12639 | fi |
| 12268 | 12640 | ||
| @@ -12297,7 +12669,7 @@ $as_echo "#define HAVE_XFT 1" >>confdefs.h | |||
| 12297 | set dummy pkg-config; ac_word=$2 | 12669 | set 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; } |
| 12300 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 12672 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 12301 | $as_echo_n "(cached) " >&6 | 12673 | $as_echo_n "(cached) " >&6 |
| 12302 | else | 12674 | else |
| 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 | |||
| 12401 | set dummy pkg-config; ac_word=$2 | 12773 | set 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; } |
| 12404 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 12776 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 12405 | $as_echo_n "(cached) " >&6 | 12777 | $as_echo_n "(cached) " >&6 |
| 12406 | else | 12778 | else |
| 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; } |
| 12497 | if test "${ac_cv_lib_otf_OTF_get_variation_glyphs+set}" = set; then : | 12869 | if ${ac_cv_lib_otf_OTF_get_variation_glyphs+:} false; then : |
| 12498 | $as_echo_n "(cached) " >&6 | 12870 | $as_echo_n "(cached) " >&6 |
| 12499 | else | 12871 | else |
| 12500 | ac_check_lib_save_LIBS=$LIBS | 12872 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12528,7 +12900,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12528 | fi | 12900 | fi |
| 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; } |
| 12531 | if test "x$ac_cv_lib_otf_OTF_get_variation_glyphs" = x""yes; then : | 12903 | if 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 |
| 12533 | else | 12905 | else |
| 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 | |||
| 12553 | set dummy pkg-config; ac_word=$2 | 12925 | set 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; } |
| 12556 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 12928 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 12557 | $as_echo_n "(cached) " >&6 | 12929 | $as_echo_n "(cached) " >&6 |
| 12558 | else | 12930 | else |
| 12559 | case $PKG_CONFIG in | 12931 | case $PKG_CONFIG in |
| @@ -12671,10 +13043,10 @@ LIBXPM= | |||
| 12671 | if test "${HAVE_X11}" = "yes"; then | 13043 | if 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" |
| 12674 | if test "x$ac_cv_header_X11_xpm_h" = x""yes; then : | 13046 | if 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; } |
| 12677 | if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then : | 13049 | if ${ac_cv_lib_Xpm_XpmReadFileToPixmap+:} false; then : |
| 12678 | $as_echo_n "(cached) " >&6 | 13050 | $as_echo_n "(cached) " >&6 |
| 12679 | else | 13051 | else |
| 12680 | ac_check_lib_save_LIBS=$LIBS | 13052 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12708,7 +13080,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12708 | fi | 13080 | fi |
| 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; } |
| 12711 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = x""yes; then : | 13083 | if test "x$ac_cv_lib_Xpm_XpmReadFileToPixmap" = xyes; then : |
| 12712 | HAVE_XPM=yes | 13084 | HAVE_XPM=yes |
| 12713 | fi | 13085 | fi |
| 12714 | 13086 | ||
| @@ -12760,10 +13132,10 @@ LIBJPEG= | |||
| 12760 | if test "${HAVE_X11}" = "yes"; then | 13132 | if 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" |
| 12763 | if test "x$ac_cv_header_jerror_h" = x""yes; then : | 13135 | if 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; } |
| 12766 | if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then : | 13138 | if ${ac_cv_lib_jpeg_jpeg_destroy_compress+:} false; then : |
| 12767 | $as_echo_n "(cached) " >&6 | 13139 | $as_echo_n "(cached) " >&6 |
| 12768 | else | 13140 | else |
| 12769 | ac_check_lib_save_LIBS=$LIBS | 13141 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12797,7 +13169,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12797 | fi | 13169 | fi |
| 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; } |
| 12800 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = x""yes; then : | 13172 | if test "x$ac_cv_lib_jpeg_jpeg_destroy_compress" = xyes; then : |
| 12801 | HAVE_JPEG=yes | 13173 | HAVE_JPEG=yes |
| 12802 | fi | 13174 | fi |
| 12803 | 13175 | ||
| @@ -12844,8 +13216,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 12844 | do : | 13216 | do : |
| 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` |
| 12846 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 13218 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 12847 | eval as_val=\$$as_ac_Header | 13219 | if 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; } |
| 12860 | if test "${ac_cv_lib_png_png_get_channels+set}" = set; then : | 13231 | if ${ac_cv_lib_png_png_get_channels+:} false; then : |
| 12861 | $as_echo_n "(cached) " >&6 | 13232 | $as_echo_n "(cached) " >&6 |
| 12862 | else | 13233 | else |
| 12863 | ac_check_lib_save_LIBS=$LIBS | 13234 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12891,7 +13262,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12891 | fi | 13262 | fi |
| 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; } |
| 12894 | if test "x$ac_cv_lib_png_png_get_channels" = x""yes; then : | 13265 | if test "x$ac_cv_lib_png_png_get_channels" = xyes; then : |
| 12895 | HAVE_PNG=yes | 13266 | HAVE_PNG=yes |
| 12896 | fi | 13267 | fi |
| 12897 | 13268 | ||
| @@ -12913,13 +13284,13 @@ LIBTIFF= | |||
| 12913 | if test "${HAVE_X11}" = "yes"; then | 13284 | if 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" |
| 12916 | if test "x$ac_cv_header_tiffio_h" = x""yes; then : | 13287 | if 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; } |
| 12922 | if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then : | 13293 | if ${ac_cv_lib_tiff_TIFFGetVersion+:} false; then : |
| 12923 | $as_echo_n "(cached) " >&6 | 13294 | $as_echo_n "(cached) " >&6 |
| 12924 | else | 13295 | else |
| 12925 | ac_check_lib_save_LIBS=$LIBS | 13296 | ac_check_lib_save_LIBS=$LIBS |
| @@ -12953,7 +13324,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 12953 | fi | 13324 | fi |
| 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; } |
| 12956 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = x""yes; then : | 13327 | if test "x$ac_cv_lib_tiff_TIFFGetVersion" = xyes; then : |
| 12957 | HAVE_TIFF=yes | 13328 | HAVE_TIFF=yes |
| 12958 | fi | 13329 | fi |
| 12959 | 13330 | ||
| @@ -12976,12 +13347,12 @@ HAVE_GIF=no | |||
| 12976 | LIBGIF= | 13347 | LIBGIF= |
| 12977 | if test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no"; then | 13348 | if 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" |
| 12979 | if test "x$ac_cv_header_gif_lib_h" = x""yes; then : | 13350 | if 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; } |
| 12984 | if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : | 13355 | if ${ac_cv_lib_gif_EGifPutExtensionLast+:} false; then : |
| 12985 | $as_echo_n "(cached) " >&6 | 13356 | $as_echo_n "(cached) " >&6 |
| 12986 | else | 13357 | else |
| 12987 | ac_check_lib_save_LIBS=$LIBS | 13358 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13015,7 +13386,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13015 | fi | 13386 | fi |
| 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; } |
| 13018 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = x""yes; then : | 13389 | if test "x$ac_cv_lib_gif_EGifPutExtensionLast" = xyes; then : |
| 13019 | HAVE_GIF=yes | 13390 | HAVE_GIF=yes |
| 13020 | else | 13391 | else |
| 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; } |
| 13034 | if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then : | 13405 | if ${ac_cv_lib_ungif_EGifPutExtensionLast+:} false; then : |
| 13035 | $as_echo_n "(cached) " >&6 | 13406 | $as_echo_n "(cached) " >&6 |
| 13036 | else | 13407 | else |
| 13037 | ac_check_lib_save_LIBS=$LIBS | 13408 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13065,7 +13436,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13065 | fi | 13436 | fi |
| 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; } |
| 13068 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = x""yes; then : | 13439 | if test "x$ac_cv_lib_ungif_EGifPutExtensionLast" = xyes; then : |
| 13069 | HAVE_GIF=yes | 13440 | HAVE_GIF=yes |
| 13070 | else | 13441 | else |
| 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 |
| 13102 | Maybe some development libraries/packages are missing? | 13473 | Maybe some development libraries/packages are missing? |
| 13103 | If you don't want to link with them give | 13474 | If you don't want to link with them give |
| @@ -13111,10 +13482,10 @@ HAVE_GPM=no | |||
| 13111 | LIBGPM= | 13482 | LIBGPM= |
| 13112 | if test "${with_gpm}" != "no"; then | 13483 | if 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" |
| 13114 | if test "x$ac_cv_header_gpm_h" = x""yes; then : | 13485 | if 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; } |
| 13117 | if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then : | 13488 | if ${ac_cv_lib_gpm_Gpm_Open+:} false; then : |
| 13118 | $as_echo_n "(cached) " >&6 | 13489 | $as_echo_n "(cached) " >&6 |
| 13119 | else | 13490 | else |
| 13120 | ac_check_lib_save_LIBS=$LIBS | 13491 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13148,7 +13519,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13148 | fi | 13519 | fi |
| 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; } |
| 13151 | if test "x$ac_cv_lib_gpm_Gpm_Open" = x""yes; then : | 13522 | if test "x$ac_cv_lib_gpm_Gpm_Open" = xyes; then : |
| 13152 | HAVE_GPM=yes | 13523 | HAVE_GPM=yes |
| 13153 | fi | 13524 | fi |
| 13154 | 13525 | ||
| @@ -13166,7 +13537,7 @@ fi | |||
| 13166 | 13537 | ||
| 13167 | 13538 | ||
| 13168 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" | 13539 | ac_fn_c_check_header_mongrel "$LINENO" "malloc/malloc.h" "ac_cv_header_malloc_malloc_h" "$ac_includes_default" |
| 13169 | if test "x$ac_cv_header_malloc_malloc_h" = x""yes; then : | 13540 | if 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 | |||
| 13211 | LIBXSM= | 13582 | LIBXSM= |
| 13212 | if test "${HAVE_X11}" = "yes"; then | 13583 | if 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" |
| 13214 | if test "x$ac_cv_header_X11_SM_SMlib_h" = x""yes; then : | 13585 | if 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; } |
| 13217 | if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then : | 13588 | if ${ac_cv_lib_SM_SmcOpenConnection+:} false; then : |
| 13218 | $as_echo_n "(cached) " >&6 | 13589 | $as_echo_n "(cached) " >&6 |
| 13219 | else | 13590 | else |
| 13220 | ac_check_lib_save_LIBS=$LIBS | 13591 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13248,7 +13619,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13248 | fi | 13619 | fi |
| 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; } |
| 13251 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = x""yes; then : | 13622 | if test "x$ac_cv_lib_SM_SmcOpenConnection" = xyes; then : |
| 13252 | HAVE_X_SM=yes | 13623 | HAVE_X_SM=yes |
| 13253 | fi | 13624 | fi |
| 13254 | 13625 | ||
| @@ -13279,7 +13650,7 @@ if test "${with_xml2}" != "no"; then | |||
| 13279 | set dummy pkg-config; ac_word=$2 | 13650 | set 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; } |
| 13282 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : | 13653 | if ${ac_cv_path_PKG_CONFIG+:} false; then : |
| 13283 | $as_echo_n "(cached) " >&6 | 13654 | $as_echo_n "(cached) " >&6 |
| 13284 | else | 13655 | else |
| 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; } |
| 13373 | if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : | 13744 | if ${ac_cv_lib_xml2_htmlReadMemory+:} false; then : |
| 13374 | $as_echo_n "(cached) " >&6 | 13745 | $as_echo_n "(cached) " >&6 |
| 13375 | else | 13746 | else |
| 13376 | ac_check_lib_save_LIBS=$LIBS | 13747 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13404,7 +13775,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13404 | fi | 13775 | fi |
| 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; } |
| 13407 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = x""yes; then : | 13778 | if test "x$ac_cv_lib_xml2_htmlReadMemory" = xyes; then : |
| 13408 | HAVE_LIBXML2=yes | 13779 | HAVE_LIBXML2=yes |
| 13409 | else | 13780 | else |
| 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; } |
| 13429 | if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then : | 13800 | if ${emacs_cv_netdb_declares_h_errno+:} false; then : |
| 13430 | $as_echo_n "(cached) " >&6 | 13801 | $as_echo_n "(cached) " >&6 |
| 13431 | else | 13802 | else |
| 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; } |
| 13463 | if test "${ac_cv_lib_m_sqrt+set}" = set; then : | 13834 | if ${ac_cv_lib_m_sqrt+:} false; then : |
| 13464 | $as_echo_n "(cached) " >&6 | 13835 | $as_echo_n "(cached) " >&6 |
| 13465 | else | 13836 | else |
| 13466 | ac_check_lib_save_LIBS=$LIBS | 13837 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13494,7 +13865,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13494 | fi | 13865 | fi |
| 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; } |
| 13497 | if test "x$ac_cv_lib_m_sqrt" = x""yes; then : | 13868 | if 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; } |
| 13511 | if test "${ac_cv_lib_mail_maillock+set}" = set; then : | 13882 | if ${ac_cv_lib_mail_maillock+:} false; then : |
| 13512 | $as_echo_n "(cached) " >&6 | 13883 | $as_echo_n "(cached) " >&6 |
| 13513 | else | 13884 | else |
| 13514 | ac_check_lib_save_LIBS=$LIBS | 13885 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13542,7 +13913,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13542 | fi | 13913 | fi |
| 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; } |
| 13545 | if test "x$ac_cv_lib_mail_maillock" = x""yes; then : | 13916 | if test "x$ac_cv_lib_mail_maillock" = xyes; then : |
| 13546 | have_mail=yes | 13917 | have_mail=yes |
| 13547 | else | 13918 | else |
| 13548 | have_mail=no | 13919 | have_mail=no |
| @@ -13559,7 +13930,7 @@ else | |||
| 13559 | fi | 13930 | fi |
| 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; } |
| 13562 | if test "${ac_cv_lib_lockfile_maillock+set}" = set; then : | 13933 | if ${ac_cv_lib_lockfile_maillock+:} false; then : |
| 13563 | $as_echo_n "(cached) " >&6 | 13934 | $as_echo_n "(cached) " >&6 |
| 13564 | else | 13935 | else |
| 13565 | ac_check_lib_save_LIBS=$LIBS | 13936 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13593,7 +13964,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 13593 | fi | 13964 | fi |
| 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; } |
| 13596 | if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then : | 13967 | if test "x$ac_cv_lib_lockfile_maillock" = xyes; then : |
| 13597 | have_lockfile=yes | 13968 | have_lockfile=yes |
| 13598 | else | 13969 | else |
| 13599 | have_lockfile=no | 13970 | have_lockfile=no |
| @@ -13613,7 +13984,7 @@ else | |||
| 13613 | set dummy liblockfile.so; ac_word=$2 | 13984 | set 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; } |
| 13616 | if test "${ac_cv_prog_liblockfile+set}" = set; then : | 13987 | if ${ac_cv_prog_liblockfile+:} false; then : |
| 13617 | $as_echo_n "(cached) " >&6 | 13988 | $as_echo_n "(cached) " >&6 |
| 13618 | else | 13989 | else |
| 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. |
| 13653 | This probably means that movemail could lose mail. | 14024 | This probably means that movemail could lose mail. |
| 13654 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 | 14025 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 |
| 13655 | fi | 14026 | fi |
| @@ -13657,7 +14028,7 @@ fi | |||
| 13657 | for ac_func in touchlock | 14028 | for ac_func in touchlock |
| 13658 | do : | 14029 | do : |
| 13659 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" | 14030 | ac_fn_c_check_func "$LINENO" "touchlock" "ac_cv_func_touchlock" |
| 13660 | if test "x$ac_cv_func_touchlock" = x""yes; then : | 14031 | if 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 | |||
| 13668 | for ac_header in maillock.h | 14039 | for ac_header in maillock.h |
| 13669 | do : | 14040 | do : |
| 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" |
| 13671 | if test "x$ac_cv_header_maillock_h" = x""yes; then : | 14042 | if 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 | |||
| 13738 | do : | 14109 | do : |
| 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` |
| 13740 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 14111 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13741 | eval as_val=\$$as_ac_var | 14112 | if 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; } |
| 13753 | if test "${emacs_cv_func___builtin_unwind_init+set}" = set; then : | 14123 | if ${emacs_cv_func___builtin_unwind_init+:} false; then : |
| 13754 | $as_echo_n "(cached) " >&6 | 14124 | $as_echo_n "(cached) " >&6 |
| 13755 | else | 14125 | else |
| 13756 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14126 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -13783,7 +14153,7 @@ fi | |||
| 13783 | for ac_header in sys/un.h | 14153 | for ac_header in sys/un.h |
| 13784 | do : | 14154 | do : |
| 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" |
| 13786 | if test "x$ac_cv_header_sys_un_h" = x""yes; then : | 14156 | if 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; } |
| 13798 | if test "${ac_cv_sys_largefile_source+set}" = set; then : | 14168 | if ${ac_cv_sys_largefile_source+:} false; then : |
| 13799 | $as_echo_n "(cached) " >&6 | 14169 | $as_echo_n "(cached) " >&6 |
| 13800 | else | 14170 | else |
| 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; } |
| 13867 | if test "${ac_cv_func_getpgrp_void+set}" = set; then : | 14237 | if ${ac_cv_func_getpgrp_void+:} false; then : |
| 13868 | $as_echo_n "(cached) " >&6 | 14238 | $as_echo_n "(cached) " >&6 |
| 13869 | else | 14239 | else |
| 13870 | # Use it with a single arg. | 14240 | # Use it with a single arg. |
| @@ -13900,7 +14270,7 @@ fi | |||
| 13900 | for ac_func in grantpt | 14270 | for ac_func in grantpt |
| 13901 | do : | 14271 | do : |
| 13902 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" | 14272 | ac_fn_c_check_func "$LINENO" "grantpt" "ac_cv_func_grantpt" |
| 13903 | if test "x$ac_cv_func_grantpt" = x""yes; then : | 14273 | if 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 | |||
| 13913 | for ac_func in getpt | 14283 | for ac_func in getpt |
| 13914 | do : | 14284 | do : |
| 13915 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" | 14285 | ac_fn_c_check_func "$LINENO" "getpt" "ac_cv_func_getpt" |
| 13916 | if test "x$ac_cv_func_getpt" = x""yes; then : | 14286 | if 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 | |||
| 13930 | have_tputs_et_al=true | 14300 | have_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; } |
| 13933 | if test "${ac_cv_search_tputs+set}" = set; then : | 14303 | if ${ac_cv_search_tputs+:} false; then : |
| 13934 | $as_echo_n "(cached) " >&6 | 14304 | $as_echo_n "(cached) " >&6 |
| 13935 | else | 14305 | else |
| 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 | |||
| 13964 | fi | 14334 | fi |
| 13965 | rm -f core conftest.err conftest.$ac_objext \ | 14335 | rm -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 |
| 13969 | fi | 14339 | fi |
| 13970 | done | 14340 | done |
| 13971 | if test "${ac_cv_search_tputs+set}" = set; then : | 14341 | if ${ac_cv_search_tputs+:} false; then : |
| 13972 | 14342 | ||
| 13973 | else | 14343 | else |
| 13974 | ac_cv_search_tputs=no | 14344 | ac_cv_search_tputs=no |
| @@ -13987,7 +14357,7 @@ else | |||
| 13987 | fi | 14357 | fi |
| 13988 | 14358 | ||
| 13989 | if test "$have_tputs_et_al" != true; then | 14359 | if 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). |
| 13991 | Maybe some development libraries/packages are missing? Try installing | 14361 | Maybe some development libraries/packages are missing? Try installing |
| 13992 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 | 14362 | libncurses-dev(el), libterminfo-dev(el) or similar." "$LINENO" 5 |
| 13993 | fi | 14363 | fi |
| @@ -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 |
| 14032 | else | 14402 | else |
| 14033 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 14403 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -14169,16 +14539,16 @@ LIBHESIOD= | |||
| 14169 | if test "$with_hesiod" != no ; then | 14539 | if 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" |
| 14172 | if test "x$ac_cv_func_res_send" = x""yes; then : | 14542 | if test "x$ac_cv_func_res_send" = xyes; then : |
| 14173 | 14543 | ||
| 14174 | else | 14544 | else |
| 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" |
| 14176 | if test "x$ac_cv_func___res_send" = x""yes; then : | 14546 | if test "x$ac_cv_func___res_send" = xyes; then : |
| 14177 | 14547 | ||
| 14178 | else | 14548 | else |
| 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; } |
| 14181 | if test "${ac_cv_lib_resolv_res_send+set}" = set; then : | 14551 | if ${ac_cv_lib_resolv_res_send+:} false; then : |
| 14182 | $as_echo_n "(cached) " >&6 | 14552 | $as_echo_n "(cached) " >&6 |
| 14183 | else | 14553 | else |
| 14184 | ac_check_lib_save_LIBS=$LIBS | 14554 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14212,12 +14582,12 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14212 | fi | 14582 | fi |
| 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; } |
| 14215 | if test "x$ac_cv_lib_resolv_res_send" = x""yes; then : | 14585 | if test "x$ac_cv_lib_resolv_res_send" = xyes; then : |
| 14216 | resolv=yes | 14586 | resolv=yes |
| 14217 | else | 14587 | else |
| 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; } |
| 14220 | if test "${ac_cv_lib_resolv___res_send+set}" = set; then : | 14590 | if ${ac_cv_lib_resolv___res_send+:} false; then : |
| 14221 | $as_echo_n "(cached) " >&6 | 14591 | $as_echo_n "(cached) " >&6 |
| 14222 | else | 14592 | else |
| 14223 | ac_check_lib_save_LIBS=$LIBS | 14593 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14251,7 +14621,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14251 | fi | 14621 | fi |
| 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; } |
| 14254 | if test "x$ac_cv_lib_resolv___res_send" = x""yes; then : | 14624 | if test "x$ac_cv_lib_resolv___res_send" = xyes; then : |
| 14255 | resolv=yes | 14625 | resolv=yes |
| 14256 | fi | 14626 | fi |
| 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" |
| 14270 | if test "x$ac_cv_func_hes_getmailhost" = x""yes; then : | 14640 | if test "x$ac_cv_func_hes_getmailhost" = xyes; then : |
| 14271 | 14641 | ||
| 14272 | else | 14642 | else |
| 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; } |
| 14275 | if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then : | 14645 | if ${ac_cv_lib_hesiod_hes_getmailhost+:} false; then : |
| 14276 | $as_echo_n "(cached) " >&6 | 14646 | $as_echo_n "(cached) " >&6 |
| 14277 | else | 14647 | else |
| 14278 | ac_check_lib_save_LIBS=$LIBS | 14648 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14306,7 +14676,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14306 | fi | 14676 | fi |
| 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; } |
| 14309 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = x""yes; then : | 14679 | if test "x$ac_cv_lib_hesiod_hes_getmailhost" = xyes; then : |
| 14310 | hesiod=yes | 14680 | hesiod=yes |
| 14311 | else | 14681 | else |
| 14312 | : | 14682 | : |
| @@ -14345,7 +14715,7 @@ KRB4LIB= | |||
| 14345 | if test "${with_kerberos}" != no; then | 14715 | if 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; } |
| 14348 | if test "${ac_cv_lib_com_err_com_err+set}" = set; then : | 14718 | if ${ac_cv_lib_com_err_com_err+:} false; then : |
| 14349 | $as_echo_n "(cached) " >&6 | 14719 | $as_echo_n "(cached) " >&6 |
| 14350 | else | 14720 | else |
| 14351 | ac_check_lib_save_LIBS=$LIBS | 14721 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14379,7 +14749,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14379 | fi | 14749 | fi |
| 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; } |
| 14382 | if test "x$ac_cv_lib_com_err_com_err" = x""yes; then : | 14752 | if test "x$ac_cv_lib_com_err_com_err" = xyes; then : |
| 14383 | have_com_err=yes | 14753 | have_com_err=yes |
| 14384 | else | 14754 | else |
| 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; } |
| 14397 | if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then : | 14767 | if ${ac_cv_lib_crypto_mit_des_cbc_encrypt+:} false; then : |
| 14398 | $as_echo_n "(cached) " >&6 | 14768 | $as_echo_n "(cached) " >&6 |
| 14399 | else | 14769 | else |
| 14400 | ac_check_lib_save_LIBS=$LIBS | 14770 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14428,7 +14798,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14428 | fi | 14798 | fi |
| 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; } |
| 14431 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = x""yes; then : | 14801 | if test "x$ac_cv_lib_crypto_mit_des_cbc_encrypt" = xyes; then : |
| 14432 | have_crypto=yes | 14802 | have_crypto=yes |
| 14433 | else | 14803 | else |
| 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; } |
| 14446 | if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then : | 14816 | if ${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+:} false; then : |
| 14447 | $as_echo_n "(cached) " >&6 | 14817 | $as_echo_n "(cached) " >&6 |
| 14448 | else | 14818 | else |
| 14449 | ac_check_lib_save_LIBS=$LIBS | 14819 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14477,7 +14847,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14477 | fi | 14847 | fi |
| 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; } |
| 14480 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = x""yes; then : | 14850 | if test "x$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" = xyes; then : |
| 14481 | have_k5crypto=yes | 14851 | have_k5crypto=yes |
| 14482 | else | 14852 | else |
| 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; } |
| 14495 | if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then : | 14865 | if ${ac_cv_lib_krb5_krb5_init_context+:} false; then : |
| 14496 | $as_echo_n "(cached) " >&6 | 14866 | $as_echo_n "(cached) " >&6 |
| 14497 | else | 14867 | else |
| 14498 | ac_check_lib_save_LIBS=$LIBS | 14868 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14526,7 +14896,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14526 | fi | 14896 | fi |
| 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; } |
| 14529 | if test "x$ac_cv_lib_krb5_krb5_init_context" = x""yes; then : | 14899 | if test "x$ac_cv_lib_krb5_krb5_init_context" = xyes; then : |
| 14530 | have_krb5=yes | 14900 | have_krb5=yes |
| 14531 | else | 14901 | else |
| 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; } |
| 14545 | if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then : | 14915 | if ${ac_cv_lib_des425_des_cbc_encrypt+:} false; then : |
| 14546 | $as_echo_n "(cached) " >&6 | 14916 | $as_echo_n "(cached) " >&6 |
| 14547 | else | 14917 | else |
| 14548 | ac_check_lib_save_LIBS=$LIBS | 14918 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14576,7 +14946,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14576 | fi | 14946 | fi |
| 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; } |
| 14579 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = x""yes; then : | 14949 | if test "x$ac_cv_lib_des425_des_cbc_encrypt" = xyes; then : |
| 14580 | have_des425=yes | 14950 | have_des425=yes |
| 14581 | else | 14951 | else |
| 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; } |
| 14594 | if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then : | 14964 | if ${ac_cv_lib_des_des_cbc_encrypt+:} false; then : |
| 14595 | $as_echo_n "(cached) " >&6 | 14965 | $as_echo_n "(cached) " >&6 |
| 14596 | else | 14966 | else |
| 14597 | ac_check_lib_save_LIBS=$LIBS | 14967 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14625,7 +14995,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14625 | fi | 14995 | fi |
| 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; } |
| 14628 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = x""yes; then : | 14998 | if test "x$ac_cv_lib_des_des_cbc_encrypt" = xyes; then : |
| 14629 | have_des=yes | 14999 | have_des=yes |
| 14630 | else | 15000 | else |
| 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; } |
| 14644 | if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then : | 15014 | if ${ac_cv_lib_krb4_krb_get_cred+:} false; then : |
| 14645 | $as_echo_n "(cached) " >&6 | 15015 | $as_echo_n "(cached) " >&6 |
| 14646 | else | 15016 | else |
| 14647 | ac_check_lib_save_LIBS=$LIBS | 15017 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14675,7 +15045,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14675 | fi | 15045 | fi |
| 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; } |
| 14678 | if test "x$ac_cv_lib_krb4_krb_get_cred" = x""yes; then : | 15048 | if test "x$ac_cv_lib_krb4_krb_get_cred" = xyes; then : |
| 14679 | have_krb4=yes | 15049 | have_krb4=yes |
| 14680 | else | 15050 | else |
| 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; } |
| 14693 | if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then : | 15063 | if ${ac_cv_lib_krb_krb_get_cred+:} false; then : |
| 14694 | $as_echo_n "(cached) " >&6 | 15064 | $as_echo_n "(cached) " >&6 |
| 14695 | else | 15065 | else |
| 14696 | ac_check_lib_save_LIBS=$LIBS | 15066 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14724,7 +15094,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14724 | fi | 15094 | fi |
| 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; } |
| 14727 | if test "x$ac_cv_lib_krb_krb_get_cred" = x""yes; then : | 15097 | if test "x$ac_cv_lib_krb_krb_get_cred" = xyes; then : |
| 14728 | have_krb=yes | 15098 | have_krb=yes |
| 14729 | else | 15099 | else |
| 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 |
| 14745 | do : | 15115 | do : |
| 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" |
| 14747 | if test "x$ac_cv_header_krb5_h" = x""yes; then : | 15117 | if 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 | " |
| 14753 | if test "x$ac_cv_member_krb5_error_text" = x""yes; then : | 15123 | if test "x$ac_cv_member_krb5_error_text" = xyes; then : |
| 14754 | 15124 | ||
| 14755 | cat >>confdefs.h <<_ACEOF | 15125 | cat >>confdefs.h <<_ACEOF |
| 14756 | #define HAVE_KRB5_ERROR_TEXT 1 | 15126 | #define HAVE_KRB5_ERROR_TEXT 1 |
| @@ -14760,7 +15130,7 @@ _ACEOF | |||
| 14760 | fi | 15130 | fi |
| 14761 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> | 15131 | ac_fn_c_check_member "$LINENO" "krb5_error" "e_text" "ac_cv_member_krb5_error_e_text" "#include <krb5.h> |
| 14762 | " | 15132 | " |
| 14763 | if test "x$ac_cv_member_krb5_error_e_text" = x""yes; then : | 15133 | if test "x$ac_cv_member_krb5_error_e_text" = xyes; then : |
| 14764 | 15134 | ||
| 14765 | cat >>confdefs.h <<_ACEOF | 15135 | cat >>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 |
| 14778 | do : | 15148 | do : |
| 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" |
| 14780 | if test "x$ac_cv_header_des_h" = x""yes; then : | 15150 | if 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 |
| 14787 | do : | 15157 | do : |
| 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" |
| 14789 | if test "x$ac_cv_header_kerberosIV_des_h" = x""yes; then : | 15159 | if 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 |
| 14796 | do : | 15166 | do : |
| 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" |
| 14798 | if test "x$ac_cv_header_kerberos_des_h" = x""yes; then : | 15168 | if 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 |
| 14816 | do : | 15186 | do : |
| 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" |
| 14818 | if test "x$ac_cv_header_krb_h" = x""yes; then : | 15188 | if 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 |
| 14825 | do : | 15195 | do : |
| 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" |
| 14827 | if test "x$ac_cv_header_kerberosIV_krb_h" = x""yes; then : | 15197 | if 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 |
| 14834 | do : | 15204 | do : |
| 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" |
| 14836 | if test "x$ac_cv_header_kerberos_krb_h" = x""yes; then : | 15206 | if 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 |
| 14855 | do : | 15225 | do : |
| 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" |
| 14857 | if test "x$ac_cv_header_com_err_h" = x""yes; then : | 15227 | if 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; } |
| 14878 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : | 15248 | if ${ac_cv_lib_intl_dgettext+:} false; then : |
| 14879 | $as_echo_n "(cached) " >&6 | 15249 | $as_echo_n "(cached) " >&6 |
| 14880 | else | 15250 | else |
| 14881 | ac_check_lib_save_LIBS=$LIBS | 15251 | ac_check_lib_save_LIBS=$LIBS |
| @@ -14909,7 +15279,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 14909 | fi | 15279 | fi |
| 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; } |
| 14912 | if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : | 15282 | if 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; } |
| 14924 | if test "${emacs_cv_localtime_cache+set}" = set; then : | 15294 | if ${emacs_cv_localtime_cache+:} false; then : |
| 14925 | $as_echo_n "(cached) " >&6 | 15295 | $as_echo_n "(cached) " >&6 |
| 14926 | else | 15296 | else |
| 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 |
| 14981 | do : | 15351 | do : |
| 14982 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 15352 | ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 14983 | if test "x$ac_cv_func_gettimeofday" = x""yes; then : | 15353 | if 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; } |
| 14994 | if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then : | 15364 | if ${emacs_cv_gettimeofday_two_arguments+:} false; then : |
| 14995 | $as_echo_n "(cached) " >&6 | 15365 | $as_echo_n "(cached) " >&6 |
| 14996 | else | 15366 | else |
| 14997 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 15367 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -15035,7 +15405,7 @@ fi | |||
| 15035 | 15405 | ||
| 15036 | ok_so_far=yes | 15406 | ok_so_far=yes |
| 15037 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" | 15407 | ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| 15038 | if test "x$ac_cv_func_socket" = x""yes; then : | 15408 | if test "x$ac_cv_func_socket" = xyes; then : |
| 15039 | 15409 | ||
| 15040 | else | 15410 | else |
| 15041 | ok_so_far=no | 15411 | ok_so_far=no |
| @@ -15043,7 +15413,7 @@ fi | |||
| 15043 | 15413 | ||
| 15044 | if test $ok_so_far = yes; then | 15414 | if 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" |
| 15046 | if test "x$ac_cv_header_netinet_in_h" = x""yes; then : | 15416 | if test "x$ac_cv_header_netinet_in_h" = xyes; then : |
| 15047 | 15417 | ||
| 15048 | else | 15418 | else |
| 15049 | ok_so_far=no | 15419 | ok_so_far=no |
| @@ -15053,7 +15423,7 @@ fi | |||
| 15053 | fi | 15423 | fi |
| 15054 | if test $ok_so_far = yes; then | 15424 | if 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" |
| 15056 | if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : | 15426 | if test "x$ac_cv_header_arpa_inet_h" = xyes; then : |
| 15057 | 15427 | ||
| 15058 | else | 15428 | else |
| 15059 | ok_so_far=no | 15429 | ok_so_far=no |
| @@ -15087,7 +15457,7 @@ $as_echo "no" >&6; } | |||
| 15087 | fi | 15457 | fi |
| 15088 | 15458 | ||
| 15089 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 15459 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 15090 | if test "x$ac_cv_type_pid_t" = x""yes; then : | 15460 | if test "x$ac_cv_type_pid_t" = xyes; then : |
| 15091 | 15461 | ||
| 15092 | else | 15462 | else |
| 15093 | 15463 | ||
| @@ -15100,7 +15470,7 @@ fi | |||
| 15100 | for ac_header in vfork.h | 15470 | for ac_header in vfork.h |
| 15101 | do : | 15471 | do : |
| 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" |
| 15103 | if test "x$ac_cv_header_vfork_h" = x""yes; then : | 15473 | if 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 | |||
| 15113 | do : | 15483 | do : |
| 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` |
| 15115 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 15485 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 15116 | eval as_val=\$$as_ac_var | 15486 | if 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 | |||
| 15125 | if test "x$ac_cv_func_fork" = xyes; then | 15494 | if 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; } |
| 15128 | if test "${ac_cv_func_fork_works+set}" = set; then : | 15497 | if ${ac_cv_func_fork_works+:} false; then : |
| 15129 | $as_echo_n "(cached) " >&6 | 15498 | $as_echo_n "(cached) " >&6 |
| 15130 | else | 15499 | else |
| 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 | |||
| 15178 | if test "x$ac_cv_func_vfork" = xyes; then | 15547 | if 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; } |
| 15181 | if test "${ac_cv_func_vfork_works+set}" = set; then : | 15550 | if ${ac_cv_func_vfork_works+:} false; then : |
| 15182 | $as_echo_n "(cached) " >&6 | 15551 | $as_echo_n "(cached) " >&6 |
| 15183 | else | 15552 | else |
| 15184 | if test "$cross_compiling" = yes; then : | 15553 | if test "$cross_compiling" = yes; then : |
| @@ -15315,7 +15684,7 @@ fi | |||
| 15315 | for ac_func in snprintf | 15684 | for ac_func in snprintf |
| 15316 | do : | 15685 | do : |
| 15317 | ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" | 15686 | ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" |
| 15318 | if test "x$ac_cv_func_snprintf" = x""yes; then : | 15687 | if 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; } |
| 15329 | if test "${emacs_cv_langinfo_codeset+set}" = set; then : | 15698 | if ${emacs_cv_langinfo_codeset+:} false; then : |
| 15330 | $as_echo_n "(cached) " >&6 | 15699 | $as_echo_n "(cached) " >&6 |
| 15331 | else | 15700 | else |
| 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; } |
| 15362 | if test "${ac_cv_type_mbstate_t+set}" = set; then : | 15731 | if ${ac_cv_type_mbstate_t+:} false; then : |
| 15363 | $as_echo_n "(cached) " >&6 | 15732 | $as_echo_n "(cached) " >&6 |
| 15364 | else | 15733 | else |
| 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; } |
| 15398 | if test "${emacs_cv_c_restrict_arr+set}" = set; then : | 15767 | if ${emacs_cv_c_restrict_arr+:} false; then : |
| 15399 | $as_echo_n "(cached) " >&6 | 15768 | $as_echo_n "(cached) " >&6 |
| 15400 | else | 15769 | else |
| 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 |
| 15438 | fi | 15807 | fi |
| 15439 | 15808 | ||
| 15440 | version=$PACKAGE_VERSION | 15809 | version=$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; } |
| 15687 | if test "${ac_cv_working_alloca_h+set}" = set; then : | 16058 | if ${ac_cv_working_alloca_h+:} false; then : |
| 15688 | $as_echo_n "(cached) " >&6 | 16059 | $as_echo_n "(cached) " >&6 |
| 15689 | else | 16060 | else |
| 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; } |
| 15720 | if test "${ac_cv_func_alloca_works+set}" = set; then : | 16091 | if ${ac_cv_func_alloca_works+:} false; then : |
| 15721 | $as_echo_n "(cached) " >&6 | 16092 | $as_echo_n "(cached) " >&6 |
| 15722 | else | 16093 | else |
| 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 */ |
| 15739 | char *alloca (); | 16110 | void *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; } |
| 15787 | if test "${ac_cv_os_cray+set}" = set; then : | 16158 | if ${ac_cv_os_cray+:} false; then : |
| 15788 | $as_echo_n "(cached) " >&6 | 16159 | $as_echo_n "(cached) " >&6 |
| 15789 | else | 16160 | else |
| 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` |
| 15813 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 16184 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 15814 | eval as_val=\$$as_ac_var | 16185 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 15815 | if test "x$as_val" = x""yes; then : | ||
| 15816 | 16186 | ||
| 15817 | cat >>confdefs.h <<_ACEOF | 16187 | cat >>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; } |
| 15829 | if test "${ac_cv_c_stack_direction+set}" = set; then : | 16199 | if ${ac_cv_c_stack_direction+:} false; then : |
| 15830 | $as_echo_n "(cached) " >&6 | 16200 | $as_echo_n "(cached) " >&6 |
| 15831 | else | 16201 | else |
| 15832 | if test "$cross_compiling" = yes; then : | 16202 | if test "$cross_compiling" = yes; then : |
| @@ -15878,8 +16248,7 @@ fi | |||
| 15878 | do : | 16248 | do : |
| 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` |
| 15880 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 16250 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 15881 | eval as_val=\$$as_ac_var | 16251 | if 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; } |
| 15895 | if test "${ac_cv_c_bigendian+set}" = set; then : | 16264 | if ${ac_cv_c_bigendian+:} false; then : |
| 15896 | $as_echo_n "(cached) " >&6 | 16265 | $as_echo_n "(cached) " >&6 |
| 15897 | else | 16266 | else |
| 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; } |
| 16120 | if test "${ac_cv_c_inline+set}" = set; then : | 16489 | if ${ac_cv_c_inline+:} false; then : |
| 16121 | $as_echo_n "(cached) " >&6 | 16490 | $as_echo_n "(cached) " >&6 |
| 16122 | else | 16491 | else |
| 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; } |
| 16163 | if test "${gl_cv_func_c99_strtold+set}" = set; then : | 16532 | if ${gl_cv_func_c99_strtold+:} false; then : |
| 16164 | $as_echo_n "(cached) " >&6 | 16533 | $as_echo_n "(cached) " >&6 |
| 16165 | else | 16534 | else |
| 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; } |
| 16321 | if test "${ac_cv_struct_st_dm_mode+set}" = set; then : | 16688 | if ${ac_cv_struct_st_dm_mode+:} false; then : |
| 16322 | $as_echo_n "(cached) " >&6 | 16689 | $as_echo_n "(cached) " >&6 |
| 16323 | else | 16690 | else |
| 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 | ||
| 16354 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" | 16721 | ac_fn_c_check_decl "$LINENO" "strmode" "ac_cv_have_decl_strmode" "$ac_includes_default" |
| 16355 | if test "x$ac_cv_have_decl_strmode" = x""yes; then : | 16722 | if test "x$ac_cv_have_decl_strmode" = xyes; then : |
| 16356 | ac_have_decl=1 | 16723 | ac_have_decl=1 |
| 16357 | else | 16724 | else |
| 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; } |
| 16436 | if test "${gl_cv_have_include_next+set}" = set; then : | 16803 | if ${gl_cv_have_include_next+:} false; then : |
| 16437 | $as_echo_n "(cached) " >&6 | 16804 | $as_echo_n "(cached) " >&6 |
| 16438 | else | 16805 | else |
| 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; } |
| 16516 | if test "${gl_cv_pragma_columns+set}" = set; then : | 16883 | if ${gl_cv_pragma_columns+:} false; then : |
| 16517 | $as_echo_n "(cached) " >&6 | 16884 | $as_echo_n "(cached) " >&6 |
| 16518 | else | 16885 | else |
| 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; } |
| 16566 | if test "${gl_cv_next_getopt_h+set}" = set; then : | 16933 | if ${gl_cv_next_getopt_h+:} false; then : |
| 16567 | $as_echo_n "(cached) " >&6 | 16934 | $as_echo_n "(cached) " >&6 |
| 16568 | else | 16935 | else |
| 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 |
| 16623 | do : | 16990 | do : |
| 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" |
| 16625 | if test "x$ac_cv_header_getopt_h" = x""yes; then : | 16992 | if 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 |
| 16640 | do : | 17007 | do : |
| 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" |
| 16642 | if test "x$ac_cv_func_getopt_long_only" = x""yes; then : | 17009 | if 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; } |
| 16657 | if test "${gl_cv_func_getopt_posix+set}" = set; then : | 17024 | if ${gl_cv_func_getopt_posix+:} false; then : |
| 16658 | $as_echo_n "(cached) " >&6 | 17025 | $as_echo_n "(cached) " >&6 |
| 16659 | else | 17026 | else |
| 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; } |
| 16814 | if test "${gl_cv_func_getopt_gnu+set}" = set; then : | 17181 | if ${gl_cv_func_getopt_gnu+:} false; then : |
| 16815 | $as_echo_n "(cached) " >&6 | 17182 | $as_echo_n "(cached) " >&6 |
| 16816 | else | 17183 | else |
| 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. */ | ||
| 17222 | static mach_port_t our_exception_port; | ||
| 17223 | /* The main function of the thread listening for exceptions of type | ||
| 17224 | EXC_BAD_ACCESS. */ | ||
| 17225 | static void * | ||
| 17226 | mach_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 | } | ||
| 17242 | static void | ||
| 17243 | nocrash_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. */ | ||
| 17279 | static void | ||
| 17280 | exception_handler (int sig) | ||
| 17281 | { | ||
| 17282 | exit (1); | ||
| 17283 | } | ||
| 17284 | static void | ||
| 17285 | nocrash_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 | |||
| 16845 | int | 17297 | int |
| 16846 | main () | 17298 | main () |
| 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 | ||
| 16969 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" | 17424 | ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" |
| 16970 | if test "x$ac_cv_have_decl_getenv" = x""yes; then : | 17425 | if test "x$ac_cv_have_decl_getenv" = xyes; then : |
| 16971 | ac_have_decl=1 | 17426 | ac_have_decl=1 |
| 16972 | else | 17427 | else |
| 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; } |
| 16983 | if test "${ac_cv_type_unsigned_long_long_int+set}" = set; then : | 17438 | if ${ac_cv_type_unsigned_long_long_int+:} false; then : |
| 16984 | $as_echo_n "(cached) " >&6 | 17439 | $as_echo_n "(cached) " >&6 |
| 16985 | else | 17440 | else |
| 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; } |
| 17041 | if test "${ac_cv_type_long_long_int+set}" = set; then : | 17496 | if ${ac_cv_type_long_long_int+:} false; then : |
| 17042 | $as_echo_n "(cached) " >&6 | 17497 | $as_echo_n "(cached) " >&6 |
| 17043 | else | 17498 | else |
| 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; } |
| 17196 | if test "${gl_cv_next_stdint_h+set}" = set; then : | 17651 | if ${gl_cv_next_stdint_h+:} false; then : |
| 17197 | $as_echo_n "(cached) " >&6 | 17652 | $as_echo_n "(cached) " >&6 |
| 17198 | else | 17653 | else |
| 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; } |
| 17252 | if test "${gl_cv_header_working_stdint_h+set}" = set; then : | 17707 | if ${gl_cv_header_working_stdint_h+:} false; then : |
| 17253 | $as_echo_n "(cached) " >&6 | 17708 | $as_echo_n "(cached) " >&6 |
| 17254 | else | 17709 | else |
| 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; } | |||
| 17522 | do : | 17977 | do : |
| 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` |
| 17524 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 17979 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 17525 | eval as_val=\$$as_ac_Header | 17980 | if 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; } |
| 17556 | if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : | 18010 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : |
| 17557 | $as_echo_n "(cached) " >&6 | 18011 | $as_echo_n "(cached) " >&6 |
| 17558 | else | 18012 | else |
| 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; } |
| 17601 | if { as_var=gl_cv_bitsizeof_${gltype}; eval "test \"\${$as_var+set}\" = set"; }; then : | 18055 | if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : |
| 17602 | $as_echo_n "(cached) " >&6 | 18056 | $as_echo_n "(cached) " >&6 |
| 17603 | else | 18057 | else |
| 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; } |
| 17645 | if { as_var=gl_cv_type_${gltype}_signed; eval "test \"\${$as_var+set}\" = set"; }; then : | 18099 | if eval \${gl_cv_type_${gltype}_signed+:} false; then : |
| 17646 | $as_echo_n "(cached) " >&6 | 18100 | $as_echo_n "(cached) " >&6 |
| 17647 | else | 18101 | else |
| 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; } |
| 17704 | if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : | 18158 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : |
| 17705 | $as_echo_n "(cached) " >&6 | 18159 | $as_echo_n "(cached) " >&6 |
| 17706 | else | 18160 | else |
| 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; } |
| 17776 | if { as_var=gl_cv_type_${gltype}_suffix; eval "test \"\${$as_var+set}\" = set"; }; then : | 18230 | if eval \${gl_cv_type_${gltype}_suffix+:} false; then : |
| 17777 | $as_echo_n "(cached) " >&6 | 18231 | $as_echo_n "(cached) " >&6 |
| 17778 | else | 18232 | else |
| 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; } |
| 17892 | if test "${gl_cv_next_inttypes_h+set}" = set; then : | 18346 | if ${gl_cv_next_inttypes_h+:} false; then : |
| 17893 | $as_echo_n "(cached) " >&6 | 18347 | $as_echo_n "(cached) " >&6 |
| 17894 | else | 18348 | else |
| 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; } |
| 17987 | if test "${gl_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : | 18441 | if ${gl_cv_func_lstat_dereferences_slashed_symlink+:} false; then : |
| 17988 | $as_echo_n "(cached) " >&6 | 18442 | $as_echo_n "(cached) " >&6 |
| 17989 | else | 18443 | else |
| 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 | " |
| 18087 | if test "x$ac_cv_type_sigset_t" = x""yes; then : | 18541 | if test "x$ac_cv_type_sigset_t" = xyes; then : |
| 18088 | 18542 | ||
| 18089 | cat >>confdefs.h <<_ACEOF | 18543 | cat >>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 |
| 18108 | do : | 18562 | do : |
| 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" |
| 18110 | if test "x$ac_cv_header_ws2tcpip_h" = x""yes; then : | 18564 | if 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; } |
| 18123 | if test "${ac_cv_header_stdbool_h+set}" = set; then : | 18577 | if ${ac_cv_header_stdbool_h+:} false; then : |
| 18124 | $as_echo_n "(cached) " >&6 | 18578 | $as_echo_n "(cached) " >&6 |
| 18125 | else | 18579 | else |
| 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" |
| 18198 | if test "x$ac_cv_type__Bool" = x""yes; then : | 18652 | if test "x$ac_cv_type__Bool" = xyes; then : |
| 18199 | 18653 | ||
| 18200 | cat >>confdefs.h <<_ACEOF | 18654 | cat >>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; } |
| 18215 | if test "${gt_cv_c_wchar_t+set}" = set; then : | 18669 | if ${gt_cv_c_wchar_t+:} false; then : |
| 18216 | $as_echo_n "(cached) " >&6 | 18670 | $as_echo_n "(cached) " >&6 |
| 18217 | else | 18671 | else |
| 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 | " |
| 18347 | if test "x$ac_cv_member_struct_tm_tm_gmtoff" = x""yes; then : | 18801 | if 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 | |||
| 18356 | ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default" | 18812 | ac_fn_c_check_decl "$LINENO" "strtoimax" "ac_cv_have_decl_strtoimax" "$ac_includes_default" |
| 18357 | if test "x$ac_cv_have_decl_strtoimax" = x""yes; then : | 18813 | if test "x$ac_cv_have_decl_strtoimax" = xyes; then : |
| 18358 | ac_have_decl=1 | 18814 | ac_have_decl=1 |
| 18359 | else | 18815 | else |
| 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 | |||
| 18367 | ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default" | 18825 | ac_fn_c_check_decl "$LINENO" "strtoumax" "ac_cv_have_decl_strtoumax" "$ac_includes_default" |
| 18368 | if test "x$ac_cv_have_decl_strtoumax" = x""yes; then : | 18826 | if test "x$ac_cv_have_decl_strtoumax" = xyes; then : |
| 18369 | ac_have_decl=1 | 18827 | ac_have_decl=1 |
| 18370 | else | 18828 | else |
| 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; } |
| 18382 | if test "${ac_cv_header_stat_broken+set}" = set; then : | 18840 | if ${ac_cv_header_stat_broken+:} false; then : |
| 18383 | $as_echo_n "(cached) " >&6 | 18841 | $as_echo_n "(cached) " >&6 |
| 18384 | else | 18842 | else |
| 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; } |
| 18426 | if test "${ac_cv_c_restrict+set}" = set; then : | 18884 | if ${ac_cv_c_restrict+:} false; then : |
| 18427 | $as_echo_n "(cached) " >&6 | 18885 | $as_echo_n "(cached) " >&6 |
| 18428 | else | 18886 | else |
| 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; } |
| 18476 | if test "${gl_cv_sys_struct_timespec_in_time_h+set}" = set; then : | 18934 | if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : |
| 18477 | $as_echo_n "(cached) " >&6 | 18935 | $as_echo_n "(cached) " >&6 |
| 18478 | else | 18936 | else |
| 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; } |
| 18509 | if test "${gl_cv_sys_struct_timespec_in_sys_time_h+set}" = set; then : | 18967 | if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : |
| 18510 | $as_echo_n "(cached) " >&6 | 18968 | $as_echo_n "(cached) " >&6 |
| 18511 | else | 18969 | else |
| 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; } |
| 18538 | if test "${gl_cv_sys_struct_timespec_in_pthread_h+set}" = set; then : | 18996 | if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : |
| 18539 | $as_echo_n "(cached) " >&6 | 18997 | $as_echo_n "(cached) " >&6 |
| 18540 | else | 18998 | else |
| 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; } |
| 18587 | if test "${gl_cv_next_time_h+set}" = set; then : | 19045 | if ${gl_cv_next_time_h+:} false; then : |
| 18588 | $as_echo_n "(cached) " >&6 | 19046 | $as_echo_n "(cached) " >&6 |
| 18589 | else | 19047 | else |
| 18590 | 19048 | ||
| @@ -18627,7 +19085,7 @@ $as_echo "$gl_cv_next_time_h" >&6; } | |||
| 18627 | 19085 | ||
| 18628 | 19086 | ||
| 18629 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" | 19087 | ac_fn_c_check_decl "$LINENO" "localtime_r" "ac_cv_have_decl_localtime_r" "$ac_includes_default" |
| 18630 | if test "x$ac_cv_have_decl_localtime_r" = x""yes; then : | 19088 | if test "x$ac_cv_have_decl_localtime_r" = xyes; then : |
| 18631 | ac_have_decl=1 | 19089 | ac_have_decl=1 |
| 18632 | else | 19090 | else |
| 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; } |
| 18675 | if test "${gl_cv_rpl_alloca+set}" = set; then : | 19133 | if ${gl_cv_rpl_alloca+:} false; then : |
| 18676 | $as_echo_n "(cached) " >&6 | 19134 | $as_echo_n "(cached) " >&6 |
| 18677 | else | 19135 | else |
| 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; } |
| 18751 | if test "${gl_cv_func_dup2_works+set}" = set; then : | 19209 | if ${gl_cv_func_dup2_works+:} false; then : |
| 18752 | $as_echo_n "(cached) " >&6 | 19210 | $as_echo_n "(cached) " >&6 |
| 18753 | else | 19211 | else |
| 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 | ||
| 19280 | if 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 | ||
| 19291 | fi | ||
| 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. |
| 18861 | HAVE_GETLOADAVG=1 | 19316 | HAVE_GETLOADAVG=1 |
| 18862 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" | 19317 | ac_fn_c_check_func "$LINENO" "getloadavg" "ac_cv_func_getloadavg" |
| 18863 | if test "x$ac_cv_func_getloadavg" = x""yes; then : | 19318 | if test "x$ac_cv_func_getloadavg" = xyes; then : |
| 18864 | 19319 | ||
| 18865 | else | 19320 | else |
| 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; } |
| 18876 | if test "${ac_cv_lib_elf_elf_begin+set}" = set; then : | 19331 | if ${ac_cv_lib_elf_elf_begin+:} false; then : |
| 18877 | $as_echo_n "(cached) " >&6 | 19332 | $as_echo_n "(cached) " >&6 |
| 18878 | else | 19333 | else |
| 18879 | ac_check_lib_save_LIBS=$LIBS | 19334 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18907,13 +19362,13 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18907 | fi | 19362 | fi |
| 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; } |
| 18910 | if test "x$ac_cv_lib_elf_elf_begin" = x""yes; then : | 19365 | if test "x$ac_cv_lib_elf_elf_begin" = xyes; then : |
| 18911 | LIBS="-lelf $LIBS" | 19366 | LIBS="-lelf $LIBS" |
| 18912 | fi | 19367 | fi |
| 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; } |
| 18916 | if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then : | 19371 | if ${ac_cv_lib_kvm_kvm_open+:} false; then : |
| 18917 | $as_echo_n "(cached) " >&6 | 19372 | $as_echo_n "(cached) " >&6 |
| 18918 | else | 19373 | else |
| 18919 | ac_check_lib_save_LIBS=$LIBS | 19374 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18947,14 +19402,14 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18947 | fi | 19402 | fi |
| 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; } |
| 18950 | if test "x$ac_cv_lib_kvm_kvm_open" = x""yes; then : | 19405 | if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then : |
| 18951 | LIBS="-lkvm $LIBS" | 19406 | LIBS="-lkvm $LIBS" |
| 18952 | fi | 19407 | fi |
| 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; } |
| 18957 | if test "${ac_cv_lib_util_getloadavg+set}" = set; then : | 19412 | if ${ac_cv_lib_util_getloadavg+:} false; then : |
| 18958 | $as_echo_n "(cached) " >&6 | 19413 | $as_echo_n "(cached) " >&6 |
| 18959 | else | 19414 | else |
| 18960 | ac_check_lib_save_LIBS=$LIBS | 19415 | ac_check_lib_save_LIBS=$LIBS |
| @@ -18988,7 +19443,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 18988 | fi | 19443 | fi |
| 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; } |
| 18991 | if test "x$ac_cv_lib_util_getloadavg" = x""yes; then : | 19446 | if 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 |
| 18993 | fi | 19448 | fi |
| 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; } |
| 19004 | if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then : | 19459 | if ${ac_cv_lib_getloadavg_getloadavg+:} false; then : |
| 19005 | $as_echo_n "(cached) " >&6 | 19460 | $as_echo_n "(cached) " >&6 |
| 19006 | else | 19461 | else |
| 19007 | ac_check_lib_save_LIBS=$LIBS | 19462 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19035,7 +19490,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19035 | fi | 19490 | fi |
| 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; } |
| 19038 | if test "x$ac_cv_lib_getloadavg_getloadavg" = x""yes; then : | 19493 | if 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 |
| 19040 | else | 19495 | else |
| 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; } |
| 19053 | if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then : | 19508 | if ${ac_cv_lib_kstat_kstat_open+:} false; then : |
| 19054 | $as_echo_n "(cached) " >&6 | 19509 | $as_echo_n "(cached) " >&6 |
| 19055 | else | 19510 | else |
| 19056 | ac_check_lib_save_LIBS=$LIBS | 19511 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19084,7 +19539,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19084 | fi | 19539 | fi |
| 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; } |
| 19087 | if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then : | 19542 | if 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; } |
| 19102 | if test "${ac_cv_lib_perfstat_perfstat_cpu_total+set}" = set; then : | 19557 | if ${ac_cv_lib_perfstat_perfstat_cpu_total+:} false; then : |
| 19103 | $as_echo_n "(cached) " >&6 | 19558 | $as_echo_n "(cached) " >&6 |
| 19104 | else | 19559 | else |
| 19105 | ac_check_lib_save_LIBS=$LIBS | 19560 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19133,7 +19588,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19133 | fi | 19588 | fi |
| 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; } |
| 19136 | if test "x$ac_cv_lib_perfstat_perfstat_cpu_total" = x""yes; then : | 19591 | if 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" |
| 19150 | if test "x$ac_cv_header_sys_dg_sys_info_h" = x""yes; then : | 19605 | if 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; } |
| 19157 | if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then : | 19612 | if ${ac_cv_lib_dgc_dg_sys_info+:} false; then : |
| 19158 | $as_echo_n "(cached) " >&6 | 19613 | $as_echo_n "(cached) " >&6 |
| 19159 | else | 19614 | else |
| 19160 | ac_check_lib_save_LIBS=$LIBS | 19615 | ac_check_lib_save_LIBS=$LIBS |
| @@ -19188,7 +19643,7 @@ LIBS=$ac_check_lib_save_LIBS | |||
| 19188 | fi | 19643 | fi |
| 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; } |
| 19191 | if test "x$ac_cv_lib_dgc_dg_sys_info" = x""yes; then : | 19646 | if 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 | |||
| 19218 | for ac_header in sys/loadavg.h | 19673 | for ac_header in sys/loadavg.h |
| 19219 | do : | 19674 | do : |
| 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" |
| 19221 | if test "x$ac_cv_header_sys_loadavg_h" = x""yes; then : | 19676 | if 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 | " |
| 19240 | if test "x$ac_cv_have_decl_getloadavg" = x""yes; then : | 19695 | if test "x$ac_cv_have_decl_getloadavg" = xyes; then : |
| 19241 | 19696 | ||
| 19242 | else | 19697 | else |
| 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 |
| 19264 | do : | 19719 | do : |
| 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" |
| 19266 | if test "x$ac_cv_func_pstat_getdynamic" = x""yes; then : | 19721 | if 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 | ||
| 19287 | if test $gl_func_getloadavg_done = no; then | 19742 | if 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" |
| 19289 | if test "x$ac_cv_header_inq_stats_cpustats_h" = x""yes; then : | 19744 | if 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 | ||
| 19302 | if test $gl_func_getloadavg_done = no; then | 19757 | if 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" |
| 19304 | if test "x$ac_cv_header_sys_cpustats_h" = x""yes; then : | 19759 | if 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 | ||
| 19307 | fi | 19762 | fi |
| @@ -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 |
| 19314 | do : | 19769 | do : |
| 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" |
| 19316 | if test "x$ac_cv_header_mach_mach_h" = x""yes; then : | 19771 | if 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 | |||
| 19327 | for ac_header in nlist.h | 19782 | for ac_header in nlist.h |
| 19328 | do : | 19783 | do : |
| 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" |
| 19330 | if test "x$ac_cv_header_nlist_h" = x""yes; then : | 19785 | if 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 | " |
| 19336 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = x""yes; then : | 19791 | if test "x$ac_cv_member_struct_nlist_n_un_n_name" = xyes; then : |
| 19337 | 19792 | ||
| 19338 | cat >>confdefs.h <<_ACEOF | 19793 | cat >>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; } |
| 19521 | if test "${gl_cv_func_working_mktime+set}" = set; then : | 19976 | if ${gl_cv_func_working_mktime+:} false; then : |
| 19522 | $as_echo_n "(cached) " >&6 | 19977 | $as_echo_n "(cached) " >&6 |
| 19523 | else | 19978 | else |
| 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 | : |
| 19775 | if 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; } | ||
| 20244 | if ${gl_cv_func_pthread_sigmask_in_libc_works+:} false; then : | ||
| 19776 | $as_echo_n "(cached) " >&6 | 20245 | $as_echo_n "(cached) " >&6 |
| 19777 | else | 20246 | else |
| 19778 | ac_func_search_save_LIBS=$LIBS | 20247 | |
| 19779 | cat 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 | |||
| 20257 | else | ||
| 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 | 20264 | int main () |
| 19786 | extern "C" | ||
| 19787 | #endif | ||
| 19788 | char pthread_sigmask (); | ||
| 19789 | int | ||
| 19790 | main () | ||
| 19791 | { | 20265 | { |
| 19792 | return pthread_sigmask (); | 20266 | sigset_t set; |
| 19793 | ; | 20267 | sigemptyset (&set); |
| 20268 | return pthread_sigmask (1729, &set, NULL) != 0; | ||
| 20269 | } | ||
| 20270 | _ACEOF | ||
| 20271 | if ac_fn_c_try_run "$LINENO"; then : | ||
| 20272 | gl_cv_func_pthread_sigmask_in_libc_works=no | ||
| 20273 | else | ||
| 20274 | gl_cv_func_pthread_sigmask_in_libc_works=yes | ||
| 20275 | fi | ||
| 20276 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | ||
| 20277 | conftest.$ac_objext conftest.beam conftest.$ac_ext | ||
| 20278 | fi | ||
| 20279 | |||
| 20280 | |||
| 20281 | fi | ||
| 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; } | ||
| 20296 | if ${gl_cv_func_pthread_sigmask_return_works+:} false; then : | ||
| 20297 | $as_echo_n "(cached) " >&6 | ||
| 20298 | else | ||
| 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 | |||
| 20310 | else | ||
| 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> | ||
| 20317 | int 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 |
| 19797 | for ac_lib in '' pthread c_r; do | 20326 | if 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" | 20328 | else |
| 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 | ||
| 19806 | fi | 20330 | fi |
| 19807 | rm -f core conftest.err conftest.$ac_objext \ | 20331 | rm -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 | ||
| 19811 | fi | 20333 | fi |
| 19812 | done | ||
| 19813 | if test "${ac_cv_search_pthread_sigmask+set}" = set; then : | ||
| 19814 | 20334 | ||
| 20335 | LIBS="$gl_save_LIBS" | ||
| 20336 | |||
| 20337 | fi | ||
| 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; } | ||
| 20351 | if ${gl_cv_func_pthread_sigmask_unblock_works+:} false; then : | ||
| 20352 | $as_echo_n "(cached) " >&6 | ||
| 19815 | else | 20353 | else |
| 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 | : | ||
| 20365 | else | ||
| 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> | ||
| 20374 | static volatile int sigint_occurred; | ||
| 20375 | static void | ||
| 20376 | sigint_handler (int sig) | ||
| 20377 | { | ||
| 20378 | sigint_occurred++; | ||
| 20379 | } | ||
| 20380 | int 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 | ||
| 20403 | if ac_fn_c_try_run "$LINENO"; then : | ||
| 20404 | : | ||
| 20405 | else | ||
| 20406 | gl_cv_func_pthread_sigmask_unblock_works=no | ||
| 19817 | fi | 20407 | fi |
| 19818 | rm conftest.$ac_ext | 20408 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
| 19819 | LIBS=$ac_func_search_save_LIBS | 20409 | conftest.$ac_objext conftest.beam conftest.$ac_ext |
| 19820 | fi | 20410 | fi |
| 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" |
| 19823 | ac_res=$ac_cv_search_pthread_sigmask | ||
| 19824 | if test "$ac_res" != no; then : | ||
| 19825 | test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | ||
| 19826 | 20413 | ||
| 19827 | fi | 20414 | fi |
| 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 | ||
| 19838 | if test $HAVE_PTHREAD_SIGMASK = 0 || test $REPLACE_PTHREAD_SIGMASK = 1; then | 20427 | if 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 | |||
| 19849 | fi | 20445 | fi |
| 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; } |
| 19869 | if test "${gl_cv_decl_readlink_works+set}" = set; then : | 20465 | if ${gl_cv_decl_readlink_works+:} false; then : |
| 19870 | $as_echo_n "(cached) " >&6 | 20466 | $as_echo_n "(cached) " >&6 |
| 19871 | else | 20467 | else |
| 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; } |
| 19896 | if test "${gl_cv_func_readlink_works+set}" = set; then : | 20492 | if ${gl_cv_func_readlink_works+:} false; then : |
| 19897 | $as_echo_n "(cached) " >&6 | 20493 | $as_echo_n "(cached) " >&6 |
| 19898 | else | 20494 | else |
| 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; } |
| 19983 | if test "${gl_cv_next_signal_h+set}" = set; then : | 20579 | if ${gl_cv_next_signal_h+:} false; then : |
| 19984 | $as_echo_n "(cached) " >&6 | 20580 | $as_echo_n "(cached) " >&6 |
| 19985 | else | 20581 | else |
| 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 | " |
| 20030 | if test "x$ac_cv_type_volatile_sig_atomic_t" = x""yes; then : | 20626 | if test "x$ac_cv_type_volatile_sig_atomic_t" = xyes; then : |
| 20031 | 20627 | ||
| 20032 | else | 20628 | else |
| 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 | " |
| 20044 | if test "x$ac_cv_type_sighandler_t" = x""yes; then : | 20640 | if test "x$ac_cv_type_sighandler_t" = xyes; then : |
| 20045 | 20641 | ||
| 20046 | else | 20642 | else |
| 20047 | HAVE_SIGHANDLER_T=0 | 20643 | HAVE_SIGHANDLER_T=0 |
| @@ -20062,12 +20658,12 @@ fi | |||
| 20062 | #endif | 20658 | #endif |
| 20063 | 20659 | ||
| 20064 | " | 20660 | " |
| 20065 | if test "x$ac_cv_type_socklen_t" = x""yes; then : | 20661 | if test "x$ac_cv_type_socklen_t" = xyes; then : |
| 20066 | 20662 | ||
| 20067 | else | 20663 | else |
| 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 |
| 20072 | else | 20668 | else |
| 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 | |||
| 20102 | fi | 20698 | fi |
| 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; } |
| 20119 | if test "${gt_cv_ssize_t+set}" = set; then : | 20715 | if ${gt_cv_ssize_t+:} false; then : |
| 20120 | $as_echo_n "(cached) " >&6 | 20716 | $as_echo_n "(cached) " >&6 |
| 20121 | else | 20717 | else |
| 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 |
| 20156 | else | 20752 | else |
| 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; } |
| 20214 | if test "${gl_cv_next_stdarg_h+set}" = set; then : | 20810 | if ${gl_cv_next_stdarg_h+:} false; then : |
| 20215 | $as_echo_n "(cached) " >&6 | 20811 | $as_echo_n "(cached) " >&6 |
| 20216 | else | 20812 | else |
| 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 |
| 20264 | else | 20860 | else |
| 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; } |
| 20351 | if test "${gl_cv_decl_null_works+set}" = set; then : | 20947 | if ${gl_cv_decl_null_works+:} false; then : |
| 20352 | $as_echo_n "(cached) " >&6 | 20948 | $as_echo_n "(cached) " >&6 |
| 20353 | else | 20949 | else |
| 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; } |
| 20403 | if test "${gl_cv_next_stddef_h+set}" = set; then : | 20999 | if ${gl_cv_next_stddef_h+:} false; then : |
| 20404 | $as_echo_n "(cached) " >&6 | 21000 | $as_echo_n "(cached) " >&6 |
| 20405 | else | 21001 | else |
| 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; } |
| 20462 | if test "${gl_cv_next_stdio_h+set}" = set; then : | 21058 | if ${gl_cv_next_stdio_h+:} false; then : |
| 20463 | $as_echo_n "(cached) " >&6 | 21059 | $as_echo_n "(cached) " >&6 |
| 20464 | else | 21060 | else |
| 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; } |
| 20543 | if test "${gl_cv_next_stdlib_h+set}" = set; then : | 21139 | if ${gl_cv_next_stdlib_h+:} false; then : |
| 20544 | $as_echo_n "(cached) " >&6 | 21140 | $as_echo_n "(cached) " >&6 |
| 20545 | else | 21141 | else |
| 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 | ||
| 20608 | do : | ||
| 20609 | ac_fn_c_check_func "$LINENO" "strtoimax" "ac_cv_func_strtoimax" | ||
| 20610 | if test "x$ac_cv_func_strtoimax" = x""yes; then : | ||
| 20611 | cat >>confdefs.h <<_ACEOF | ||
| 20612 | #define HAVE_STRTOIMAX 1 | ||
| 20613 | _ACEOF | ||
| 20614 | |||
| 20615 | fi | ||
| 20616 | done | ||
| 20617 | |||
| 20618 | fi | 21203 | fi |
| 20619 | 21204 | ||
| 20620 | if test "$ac_cv_have_decl_strtoimax" != yes && test $ac_cv_func_strtoimax = no; then | 21205 | if 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" |
| 20633 | if test "x$ac_cv_have_decl_strtoll" = x""yes; then : | 21218 | if test "x$ac_cv_have_decl_strtoll" = xyes; then : |
| 20634 | ac_have_decl=1 | 21219 | ac_have_decl=1 |
| 20635 | else | 21220 | else |
| 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 | ||
| 20664 | do : | ||
| 20665 | ac_fn_c_check_func "$LINENO" "strtoumax" "ac_cv_func_strtoumax" | ||
| 20666 | if test "x$ac_cv_func_strtoumax" = x""yes; then : | ||
| 20667 | cat >>confdefs.h <<_ACEOF | ||
| 20668 | #define HAVE_STRTOUMAX 1 | ||
| 20669 | _ACEOF | ||
| 20670 | |||
| 20671 | fi | ||
| 20672 | done | ||
| 20673 | |||
| 20674 | fi | 21248 | fi |
| 20675 | 21249 | ||
| 20676 | if test "$ac_cv_have_decl_strtoumax" != yes && test $ac_cv_func_strtoumax = no; then | 21250 | if 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" |
| 20689 | if test "x$ac_cv_have_decl_strtoull" = x""yes; then : | 21263 | if test "x$ac_cv_have_decl_strtoull" = xyes; then : |
| 20690 | ac_have_decl=1 | 21264 | ac_have_decl=1 |
| 20691 | else | 21265 | else |
| 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; } |
| 20720 | if test "${gl_cv_func_symlink_works+set}" = set; then : | 21294 | if ${gl_cv_func_symlink_works+:} false; then : |
| 20721 | $as_echo_n "(cached) " >&6 | 21295 | $as_echo_n "(cached) " >&6 |
| 20722 | else | 21296 | else |
| 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; } |
| 20808 | if test "${gl_cv_next_sys_stat_h+set}" = set; then : | 21382 | if ${gl_cv_next_sys_stat_h+:} false; then : |
| 20809 | $as_echo_n "(cached) " >&6 | 21383 | $as_echo_n "(cached) " >&6 |
| 20810 | else | 21384 | else |
| 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 | " |
| 20858 | if test "x$ac_cv_type_nlink_t" = x""yes; then : | 21432 | if test "x$ac_cv_type_nlink_t" = xyes; then : |
| 20859 | 21433 | ||
| 20860 | else | 21434 | else |
| 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; } |
| 20889 | if test "${gl_cv_time_r_posix+set}" = set; then : | 21463 | if ${gl_cv_time_r_posix+:} false; then : |
| 20890 | $as_echo_n "(cached) " >&6 | 21464 | $as_echo_n "(cached) " >&6 |
| 20891 | else | 21465 | else |
| 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; } |
| 20975 | if test "${gl_cv_next_unistd_h+set}" = set; then : | 21549 | if ${gl_cv_next_unistd_h+:} false; then : |
| 20976 | $as_echo_n "(cached) " >&6 | 21550 | $as_echo_n "(cached) " >&6 |
| 20977 | else | 21551 | else |
| 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" |
| 21059 | if test "x$ac_cv_func_sigprocmask" = x""yes; then : | 21633 | if test "x$ac_cv_func_sigprocmask" = xyes; then : |
| 21060 | gl_cv_func_sigprocmask=1 | 21634 | gl_cv_func_sigprocmask=1 |
| 21061 | fi | 21635 | fi |
| 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; } |
| 21103 | if test "${gl_cv_func_stat_dir_slash+set}" = set; then : | 21677 | if ${gl_cv_func_stat_dir_slash+:} false; then : |
| 21104 | $as_echo_n "(cached) " >&6 | 21678 | $as_echo_n "(cached) " >&6 |
| 21105 | else | 21679 | else |
| 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; } |
| 21138 | if test "${gl_cv_func_stat_file_slash+set}" = set; then : | 21712 | if ${gl_cv_func_stat_file_slash+:} false; then : |
| 21139 | $as_echo_n "(cached) " >&6 | 21713 | $as_echo_n "(cached) " >&6 |
| 21140 | else | 21714 | else |
| 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 |
| 21240 | do : | 21814 | do : |
| 21241 | ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" | 21815 | ac_fn_c_check_func "$LINENO" "strtoll" "ac_cv_func_strtoll" |
| 21242 | if test "x$ac_cv_func_strtoll" = x""yes; then : | 21816 | if 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 |
| 21292 | do : | 21866 | do : |
| 21293 | ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" | 21867 | ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull" |
| 21294 | if test "x$ac_cv_func_strtoull" = x""yes; then : | 21868 | if 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 |
| 21792 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | 22366 | if 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 | ||
| 21811 | ac_libobjs= | 22396 | ac_libobjs= |
| 21812 | ac_ltlibobjs= | 22397 | ac_ltlibobjs= |
| 22398 | U= | ||
| 21813 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 22399 | for 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 | |||
| 21833 | fi | 22419 | fi |
| 21834 | 22420 | ||
| 21835 | if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | 22421 | if 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. |
| 21837 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22423 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21838 | fi | 22424 | fi |
| 21839 | if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | 22425 | if 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. |
| 21841 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22427 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21842 | fi | 22428 | fi |
| 21843 | 22429 | ||
| 21844 | if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then | 22430 | if 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. |
| 21846 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22432 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21847 | fi | 22433 | fi |
| 21848 | if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then | 22434 | if 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. |
| 21850 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22436 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21851 | fi | 22437 | fi |
| 21852 | 22438 | ||
| 21853 | if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then | 22439 | if 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. |
| 21855 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22441 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21856 | fi | 22442 | fi |
| 21857 | if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then | 22443 | if 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. |
| 21859 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22445 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21860 | fi | 22446 | fi |
| 21861 | if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then | 22447 | if 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. |
| 21863 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22449 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21864 | fi | 22450 | fi |
| 21865 | if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then | 22451 | if 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. |
| 21867 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22453 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21868 | fi | 22454 | fi |
| 21869 | if test -z "${gl_GNULIB_ENABLED_dosname_TRUE}" && test -z "${gl_GNULIB_ENABLED_dosname_FALSE}"; then | 22455 | if 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. |
| 21871 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22457 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21872 | fi | 22458 | fi |
| 21873 | if test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE}" && test -z "${gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE}"; then | 22459 | if 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. |
| 21875 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22461 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21876 | fi | 22462 | fi |
| 21877 | if test -z "${gl_GNULIB_ENABLED_sigprocmask_TRUE}" && test -z "${gl_GNULIB_ENABLED_sigprocmask_FALSE}"; then | 22463 | if 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. |
| 21879 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22465 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21880 | fi | 22466 | fi |
| 21881 | if test -z "${gl_GNULIB_ENABLED_stat_TRUE}" && test -z "${gl_GNULIB_ENABLED_stat_FALSE}"; then | 22467 | if 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. |
| 21883 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22469 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21884 | fi | 22470 | fi |
| 21885 | if test -z "${gl_GNULIB_ENABLED_strtoll_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoll_FALSE}"; then | 22471 | if 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. |
| 21887 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22473 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21888 | fi | 22474 | fi |
| 21889 | if test -z "${gl_GNULIB_ENABLED_strtoull_TRUE}" && test -z "${gl_GNULIB_ENABLED_strtoull_FALSE}"; then | 22475 | if 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. |
| 21891 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22477 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21892 | fi | 22478 | fi |
| 21893 | if test -z "${gl_GNULIB_ENABLED_verify_TRUE}" && test -z "${gl_GNULIB_ENABLED_verify_FALSE}"; then | 22479 | if 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. |
| 21895 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 22481 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 21896 | fi | 22482 | fi |
| 21897 | 22483 | ||
| @@ -21927,7 +22513,7 @@ fi | |||
| 21927 | 22513 | ||
| 21928 | 22514 | ||
| 21929 | 22515 | ||
| 21930 | : ${CONFIG_STATUS=./config.status} | 22516 | : "${CONFIG_STATUS=./config.status}" |
| 21931 | ac_write_fail=0 | 22517 | ac_write_fail=0 |
| 21932 | ac_clean_files_save=$ac_clean_files | 22518 | ac_clean_files_save=$ac_clean_files |
| 21933 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | 22519 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
| @@ -22028,6 +22614,7 @@ fi | |||
| 22028 | IFS=" "" $as_nl" | 22614 | IFS=" "" $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. |
| 22617 | as_myself= | ||
| 22031 | case $0 in #(( | 22618 | case $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. |
| 22081 | as_fn_error () | 22668 | as_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. |
| 22336 | ac_log=" | 22923 | ac_log=" |
| 22337 | This file was extended by emacs $as_me 24.0.50, which was | 22924 | This file was extended by emacs $as_me 24.0.50, which was |
| 22338 | generated by GNU Autoconf 2.65. Invocation command line was | 22925 | generated 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 | |||
| 22401 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 22988 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 22402 | ac_cs_version="\\ | 22989 | ac_cs_version="\\ |
| 22403 | emacs config.status 24.0.50 | 22990 | emacs config.status 24.0.50 |
| 22404 | configured by $0, generated by GNU Autoconf 2.65, | 22991 | configured by $0, generated by GNU Autoconf 2.68, |
| 22405 | with options \\"\$ac_cs_config\\" | 22992 | with options \\"\$ac_cs_config\\" |
| 22406 | 22993 | ||
| 22407 | Copyright (C) 2009 Free Software Foundation, Inc. | 22994 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 22408 | This config.status script is free software; the Free Software Foundation | 22995 | This config.status script is free software; the Free Software Foundation |
| 22409 | gives unlimited permission to copy, distribute and modify it." | 22996 | gives unlimited permission to copy, distribute and modify it." |
| 22410 | 22997 | ||
| @@ -22422,11 +23009,16 @@ ac_need_defaults=: | |||
| 22422 | while test $# != 0 | 23009 | while test $# != 0 |
| 22423 | do | 23010 | do |
| 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' |
| 22464 | Try \`$0 --help' for more information.";; | 23057 | Try \`$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' |
| 22473 | Try \`$0 --help' for more information." ;; | 23066 | Try \`$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 |
| 22548 | done | 23141 | done |
| 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 |
| 23179 | ac_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 | |||
| 22615 | fi | 23210 | fi |
| 22616 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 23211 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 22617 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 23212 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 22618 | ac_cs_awk_cr='\r' | 23213 | ac_cs_awk_cr='\\r' |
| 22619 | else | 23214 | else |
| 22620 | ac_cs_awk_cr=$ac_cr | 23215 | ac_cs_awk_cr=$ac_cr |
| 22621 | fi | 23216 | fi |
| 22622 | 23217 | ||
| 22623 | echo 'BEGIN {' >"$tmp/subs1.awk" && | 23218 | echo '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 |
| 22636 | rm -f conf$$files.sh | 23231 | rm -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 |
| 22644 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 23239 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
| 22645 | ac_delim='%!_!# ' | 23240 | ac_delim='%!_!# ' |
| 22646 | for ac_last_try in false false false false false :; do | 23241 | for 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 | |||
| 22659 | rm -f conf$$subs.sh | 23254 | rm -f conf$$subs.sh |
| 22660 | 23255 | ||
| 22661 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 23256 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 22662 | cat >>"\$tmp/subs1.awk" <<\\_ACAWK && | 23257 | cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
| 22663 | _ACEOF | 23258 | _ACEOF |
| 22664 | sed -n ' | 23259 | sed -n ' |
| 22665 | h | 23260 | h |
| @@ -22707,7 +23302,7 @@ t delim | |||
| 22707 | rm -f conf$$subs.awk | 23302 | rm -f conf$$subs.awk |
| 22708 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 23303 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 22709 | _ACAWK | 23304 | _ACAWK |
| 22710 | cat >>"\$tmp/subs1.awk" <<_ACAWK && | 23305 | cat >>"\$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" |
| 22746 | else | 23341 | else |
| 22747 | cat | 23342 | cat |
| 22748 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 23343 | fi < "$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). |
| 22756 | if test "x$srcdir" = x.; then | 23351 | if test "x$srcdir" = x.; then |
| 22757 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 23352 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
| 22758 | s/:*\$(srcdir):*/:/ | 23353 | h |
| 22759 | s/:*\${srcdir}:*/:/ | 23354 | s/// |
| 22760 | s/:*@srcdir@:*/:/ | 23355 | s/^/:/ |
| 22761 | s/^\([^=]*=[ ]*\):*/\1/ | 23356 | s/[ ]*$/:/ |
| 23357 | s/:\$(srcdir):/:/g | ||
| 23358 | s/:\${srcdir}:/:/g | ||
| 23359 | s/:@srcdir@:/:/g | ||
| 23360 | s/^:*// | ||
| 22762 | s/:*$// | 23361 | s/:*$// |
| 23362 | x | ||
| 23363 | s/\(=[ ]*\).*/\1/ | ||
| 23364 | G | ||
| 23365 | s/\n// | ||
| 22763 | s/^[^=]*=[ ]*$// | 23366 | s/^[^=]*=[ ]*$// |
| 22764 | }' | 23367 | }' |
| 22765 | fi | 23368 | fi |
| @@ -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'. |
| 22773 | if test -n "$CONFIG_HEADERS"; then | 23376 | if test -n "$CONFIG_HEADERS"; then |
| 22774 | cat >"$tmp/defines.awk" <<\_ACAWK || | 23377 | cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
| 22775 | BEGIN { | 23378 | BEGIN { |
| 22776 | _ACEOF | 23379 | _ACEOF |
| 22777 | 23380 | ||
| @@ -22783,11 +23386,11 @@ _ACEOF | |||
| 22783 | # handling of long lines. | 23386 | # handling of long lines. |
| 22784 | ac_delim='%!_!# ' | 23387 | ac_delim='%!_!# ' |
| 22785 | for ac_last_try in false false :; do | 23388 | for 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 |
| 22874 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 23477 | cat >>$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 |
| 22876 | fi # test -n "$CONFIG_HEADERS" | 23479 | fi # 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 | " |
| 23079 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | | 23682 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | |
| 23080 | if $ac_cs_awk_getline; then | 23683 | if $ac_cs_awk_getline; then |
| 23081 | $AWK -f "$tmp/subs.awk" | 23684 | $AWK -f "$ac_tmp/subs.awk" |
| 23082 | else | 23685 | else |
| 23083 | $AWK -f "$tmp/subs.awk" | $SHELL | 23686 | $AWK -f "$ac_tmp/subs.awk" | $SHELL |
| 23084 | fi >$tmp/out \ | 23687 | fi \ |
| 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 | ||
| 23087 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 23690 | test -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' |
| 23091 | which seems to be undefined. Please make sure it is defined." >&5 | 23695 | which 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' |
| 23093 | which seems to be undefined. Please make sure it is defined." >&2;} | 23697 | which 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 | |||
| 23285 | ac_clean_files=$ac_clean_files_save | 23889 | ac_clean_files=$ac_clean_files_save |
| 23286 | 23890 | ||
| 23287 | test $ac_write_fail = 0 || | 23891 | test $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 |
| 23310 | fi | 23914 | fi |
| 23311 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 23915 | if 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 |