diff options
| author | Glenn Morris | 2011-04-06 06:18:29 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-04-06 06:18:29 -0400 |
| commit | 6c051babe416ee330add2e42e71e746e6a1e7ff3 (patch) | |
| tree | ae9721724a7be8a3abed90ad56449b05a8550f1d | |
| parent | 54fc1789b3451b42d3b243cc7cf7e10f3711a51e (diff) | |
| download | emacs-6c051babe416ee330add2e42e71e746e6a1e7ff3.tar.gz emacs-6c051babe416ee330add2e42e71e746e6a1e7ff3.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 156 | ||||
| -rw-r--r-- | autogen/aclocal.m4 | 1 | ||||
| -rw-r--r-- | autogen/config.in | 20 | ||||
| -rwxr-xr-x | autogen/configure | 120 |
4 files changed, 205 insertions, 92 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 88be88ad08f..fc16d7236e6 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 --no-libtool --macro-prefix=gl --no-vc-files crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdio strftime symlink sys_stat | 27 | # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=. --makefile-name=gnulib.mk --no-libtool --macro-prefix=gl --no-vc-files careadlinkat crypto/md5 dtoastr filemode getloadavg getopt-gnu ignore-value intprops lstat mktime readlink socklen stdio strftime symlink sys_stat |
| 28 | 28 | ||
| 29 | VPATH = @srcdir@ | 29 | VPATH = @srcdir@ |
| 30 | pkgdatadir = $(datadir)/@PACKAGE@ | 30 | pkgdatadir = $(datadir)/@PACKAGE@ |
| @@ -58,14 +58,15 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ | |||
| 58 | $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/md5.m4 \ | 58 | $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/md5.m4 \ |
| 59 | $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/multiarch.m4 \ | 59 | $(top_srcdir)/m4/mktime.m4 $(top_srcdir)/m4/multiarch.m4 \ |
| 60 | $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/socklen.m4 \ | 60 | $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/socklen.m4 \ |
| 61 | $(top_srcdir)/m4/st_dm_mode.m4 $(top_srcdir)/m4/stat.m4 \ | 61 | $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_dm_mode.m4 \ |
| 62 | $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \ | 62 | $(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdbool.m4 \ |
| 63 | $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ | 63 | $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \ |
| 64 | $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strftime.m4 \ | 64 | $(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \ |
| 65 | $(top_srcdir)/m4/symlink.m4 $(top_srcdir)/m4/sys_stat_h.m4 \ | 65 | $(top_srcdir)/m4/strftime.m4 $(top_srcdir)/m4/symlink.m4 \ |
| 66 | $(top_srcdir)/m4/time_h.m4 $(top_srcdir)/m4/time_r.m4 \ | 66 | $(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/time_h.m4 \ |
| 67 | $(top_srcdir)/m4/tm_gmtoff.m4 $(top_srcdir)/m4/unistd_h.m4 \ | 67 | $(top_srcdir)/m4/time_r.m4 $(top_srcdir)/m4/tm_gmtoff.m4 \ |
| 68 | $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/configure.in | 68 | $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/wchar_t.m4 \ |
| 69 | $(top_srcdir)/configure.in | ||
| 69 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 70 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 70 | $(ACLOCAL_M4) | 71 | $(ACLOCAL_M4) |
| 71 | mkinstalldirs = $(install_sh) -d | 72 | mkinstalldirs = $(install_sh) -d |
| @@ -77,7 +78,7 @@ AR = ar | |||
| 77 | ARFLAGS = cru | 78 | ARFLAGS = cru |
| 78 | libgnu_a_AR = $(AR) $(ARFLAGS) | 79 | libgnu_a_AR = $(AR) $(ARFLAGS) |
| 79 | am__DEPENDENCIES_1 = | 80 | am__DEPENDENCIES_1 = |
| 80 | am_libgnu_a_OBJECTS = dtoastr.$(OBJEXT) | 81 | am_libgnu_a_OBJECTS = careadlinkat.$(OBJEXT) dtoastr.$(OBJEXT) |
| 81 | libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) | 82 | libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) |
| 82 | depcomp = $(SHELL) $(top_srcdir)/depcomp | 83 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
| 83 | am__depfiles_maybe = depfiles | 84 | am__depfiles_maybe = depfiles |
| @@ -692,13 +693,13 @@ BUILT_SOURCES = arg-nonnull.h c++defs.h $(GETOPT_H) $(STDBOOL_H) \ | |||
| 692 | $(STDDEF_H) $(STDINT_H) stdio.h stdlib.h sys/stat.h time.h \ | 693 | $(STDDEF_H) $(STDINT_H) stdio.h stdlib.h sys/stat.h time.h \ |
| 693 | unistd.h warn-on-use.h | 694 | unistd.h warn-on-use.h |
| 694 | EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \ | 695 | EXTRA_DIST = $(top_srcdir)/./arg-nonnull.h $(top_srcdir)/./c++defs.h \ |
| 695 | md5.c md5.h dosname.h ftoastr.c ftoastr.h filemode.c \ | 696 | allocator.h careadlinkat.h md5.c md5.h dosname.h ftoastr.c \ |
| 696 | filemode.h getloadavg.c getopt.c getopt.in.h getopt1.c \ | 697 | ftoastr.h filemode.c filemode.h getloadavg.c getopt.c \ |
| 697 | getopt_int.h intprops.h lstat.c mktime-internal.h mktime.c \ | 698 | getopt.in.h getopt1.c getopt_int.h intprops.h lstat.c \ |
| 698 | readlink.c stat.c stdbool.in.h stddef.in.h stdint.in.h \ | 699 | mktime-internal.h mktime.c readlink.c stat.c stdbool.in.h \ |
| 699 | stdio.in.h stdlib.in.h strftime.c strftime.h symlink.c \ | 700 | stddef.in.h stdint.in.h stdio.in.h stdlib.in.h strftime.c \ |
| 700 | sys_stat.in.h time.in.h time_r.c unistd.in.h \ | 701 | strftime.h symlink.c sys_stat.in.h time.in.h time_r.c \ |
| 701 | $(top_srcdir)/./warn-on-use.h | 702 | unistd.in.h $(top_srcdir)/./warn-on-use.h |
| 702 | MOSTLYCLEANDIRS = sys | 703 | MOSTLYCLEANDIRS = sys |
| 703 | MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ | 704 | MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ |
| 704 | c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \ | 705 | c++defs.h c++defs.h-t getopt.h getopt.h-t stdbool.h \ |
| @@ -707,7 +708,7 @@ MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ | |||
| 707 | time.h-t unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t | 708 | time.h-t unistd.h unistd.h-t warn-on-use.h warn-on-use.h-t |
| 708 | noinst_LIBRARIES = libgnu.a | 709 | noinst_LIBRARIES = libgnu.a |
| 709 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src | 710 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src |
| 710 | libgnu_a_SOURCES = dtoastr.c gettext.h ignore-value.h | 711 | libgnu_a_SOURCES = careadlinkat.c dtoastr.c gettext.h ignore-value.h |
| 711 | libgnu_a_LIBADD = $(gl_LIBOBJS) | 712 | libgnu_a_LIBADD = $(gl_LIBOBJS) |
| 712 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) | 713 | libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) |
| 713 | EXTRA_libgnu_a_SOURCES = md5.c ftoastr.c filemode.c getloadavg.c \ | 714 | EXTRA_libgnu_a_SOURCES = md5.c ftoastr.c filemode.c getloadavg.c \ |
| @@ -765,6 +766,7 @@ mostlyclean-compile: | |||
| 765 | distclean-compile: | 766 | distclean-compile: |
| 766 | -rm -f *.tab.c | 767 | -rm -f *.tab.c |
| 767 | 768 | ||
| 769 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/careadlinkat.Po@am__quote@ | ||
| 768 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@ | 770 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoastr.Po@am__quote@ |
| 769 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemode.Po@am__quote@ | 771 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filemode.Po@am__quote@ |
| 770 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@ | 772 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftoastr.Po@am__quote@ |
| @@ -1013,7 +1015,7 @@ c++defs.h: $(top_srcdir)/./c++defs.h | |||
| 1013 | 1015 | ||
| 1014 | # We need the following in order to create <getopt.h> when the system | 1016 | # We need the following in order to create <getopt.h> when the system |
| 1015 | # doesn't have one that works with the given compiler. | 1017 | # doesn't have one that works with the given compiler. |
| 1016 | getopt.h: getopt.in.h $(ARG_NONNULL_H) | 1018 | getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H) |
| 1017 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1019 | $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1018 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1020 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
| 1019 | sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ | 1021 | sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ |
| @@ -1028,66 +1030,72 @@ getopt.h: getopt.in.h $(ARG_NONNULL_H) | |||
| 1028 | 1030 | ||
| 1029 | # We need the following in order to create <stdbool.h> when the system | 1031 | # We need the following in order to create <stdbool.h> when the system |
| 1030 | # doesn't have one that works. | 1032 | # doesn't have one that works. |
| 1031 | stdbool.h: stdbool.in.h | 1033 | @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status |
| 1032 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1034 | @GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1033 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1035 | @GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
| 1034 | sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ | 1036 | @GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ |
| 1035 | } > $@-t && \ | 1037 | @GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \ |
| 1036 | mv $@-t $@ | 1038 | @GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@ |
| 1039 | @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status | ||
| 1040 | @GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@ | ||
| 1037 | 1041 | ||
| 1038 | # We need the following in order to create <stddef.h> when the system | 1042 | # We need the following in order to create <stddef.h> when the system |
| 1039 | # doesn't have one that works with the given compiler. | 1043 | # doesn't have one that works with the given compiler. |
| 1040 | stddef.h: stddef.in.h | 1044 | @GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status |
| 1041 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1045 | @GL_GENERATE_STDDEF_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1042 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1046 | @GL_GENERATE_STDDEF_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
| 1043 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1047 | @GL_GENERATE_STDDEF_H_TRUE@ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
| 1044 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1048 | @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
| 1045 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | 1049 | @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ |
| 1046 | -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ | 1050 | @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ |
| 1047 | -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ | 1051 | @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ |
| 1048 | -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ | 1052 | @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ |
| 1049 | < $(srcdir)/stddef.in.h; \ | 1053 | @GL_GENERATE_STDDEF_H_TRUE@ < $(srcdir)/stddef.in.h; \ |
| 1050 | } > $@-t && \ | 1054 | @GL_GENERATE_STDDEF_H_TRUE@ } > $@-t && \ |
| 1051 | mv $@-t $@ | 1055 | @GL_GENERATE_STDDEF_H_TRUE@ mv $@-t $@ |
| 1056 | @GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status | ||
| 1057 | @GL_GENERATE_STDDEF_H_FALSE@ rm -f $@ | ||
| 1052 | 1058 | ||
| 1053 | # We need the following in order to create <stdint.h> when the system | 1059 | # We need the following in order to create <stdint.h> when the system |
| 1054 | # doesn't have one that works with the given compiler. | 1060 | # doesn't have one that works with the given compiler. |
| 1055 | stdint.h: stdint.in.h | 1061 | @GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status |
| 1056 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1062 | @GL_GENERATE_STDINT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1057 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1063 | @GL_GENERATE_STDINT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
| 1058 | sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ | 1064 | @GL_GENERATE_STDINT_H_TRUE@ sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ |
| 1059 | -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1065 | @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
| 1060 | -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | 1066 | @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ |
| 1061 | -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ | 1067 | @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ |
| 1062 | -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ | 1068 | @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ |
| 1063 | -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ | 1069 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ |
| 1064 | -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ | 1070 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ |
| 1065 | -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ | 1071 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ |
| 1066 | -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ | 1072 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ |
| 1067 | -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ | 1073 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ |
| 1068 | -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ | 1074 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ |
| 1069 | -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ | 1075 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ |
| 1070 | -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ | 1076 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ |
| 1071 | -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ | 1077 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ |
| 1072 | -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ | 1078 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ |
| 1073 | -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ | 1079 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ |
| 1074 | -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ | 1080 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ |
| 1075 | -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ | 1081 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ |
| 1076 | -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ | 1082 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ |
| 1077 | -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ | 1083 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ |
| 1078 | -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ | 1084 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ |
| 1079 | -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ | 1085 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ |
| 1080 | -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ | 1086 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ |
| 1081 | -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ | 1087 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ |
| 1082 | -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ | 1088 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ |
| 1083 | -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ | 1089 | @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ |
| 1084 | < $(srcdir)/stdint.in.h; \ | 1090 | @GL_GENERATE_STDINT_H_TRUE@ < $(srcdir)/stdint.in.h; \ |
| 1085 | } > $@-t && \ | 1091 | @GL_GENERATE_STDINT_H_TRUE@ } > $@-t && \ |
| 1086 | mv $@-t $@ | 1092 | @GL_GENERATE_STDINT_H_TRUE@ mv $@-t $@ |
| 1093 | @GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status | ||
| 1094 | @GL_GENERATE_STDINT_H_FALSE@ rm -f $@ | ||
| 1087 | 1095 | ||
| 1088 | # We need the following in order to create <stdio.h> when the system | 1096 | # We need the following in order to create <stdio.h> when the system |
| 1089 | # doesn't have one that works with the given compiler. | 1097 | # doesn't have one that works with the given compiler. |
| 1090 | stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1098 | stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
| 1091 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1099 | $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1092 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1100 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
| 1093 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1101 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
| @@ -1189,7 +1197,7 @@ stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 1189 | 1197 | ||
| 1190 | # We need the following in order to create <stdlib.h> when the system | 1198 | # We need the following in order to create <stdlib.h> when the system |
| 1191 | # doesn't have one that works with the given compiler. | 1199 | # doesn't have one that works with the given compiler. |
| 1192 | stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1200 | stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
| 1193 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1201 | $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1194 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1202 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
| 1195 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1203 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
| @@ -1269,7 +1277,7 @@ stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 1269 | 1277 | ||
| 1270 | # We need the following in order to create <sys/stat.h> when the system | 1278 | # We need the following in order to create <sys/stat.h> when the system |
| 1271 | # has one that is incomplete. | 1279 | # has one that is incomplete. |
| 1272 | sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1280 | sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
| 1273 | $(AM_V_at)$(MKDIR_P) sys | 1281 | $(AM_V_at)$(MKDIR_P) sys |
| 1274 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1282 | $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1275 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1283 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
| @@ -1318,7 +1326,7 @@ sys/stat.h: sys_stat.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 1318 | 1326 | ||
| 1319 | # We need the following in order to create <time.h> when the system | 1327 | # We need the following in order to create <time.h> when the system |
| 1320 | # doesn't have one that works with the given compiler. | 1328 | # doesn't have one that works with the given compiler. |
| 1321 | time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1329 | time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
| 1322 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1330 | $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1323 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 1331 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
| 1324 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ | 1332 | sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
| @@ -1350,7 +1358,7 @@ time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 1350 | 1358 | ||
| 1351 | # We need the following in order to create an empty placeholder for | 1359 | # We need the following in order to create an empty placeholder for |
| 1352 | # <unistd.h> when the system doesn't have one. | 1360 | # <unistd.h> when the system doesn't have one. |
| 1353 | unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | 1361 | unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) |
| 1354 | $(AM_V_GEN)rm -f $@-t $@ && \ | 1362 | $(AM_V_GEN)rm -f $@-t $@ && \ |
| 1355 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ | 1363 | { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ |
| 1356 | sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ | 1364 | sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ |
diff --git a/autogen/aclocal.m4 b/autogen/aclocal.m4 index f23562235df..6cf66104e03 100644 --- a/autogen/aclocal.m4 +++ b/autogen/aclocal.m4 | |||
| @@ -1000,6 +1000,7 @@ m4_include([m4/mktime.m4]) | |||
| 1000 | m4_include([m4/multiarch.m4]) | 1000 | m4_include([m4/multiarch.m4]) |
| 1001 | m4_include([m4/readlink.m4]) | 1001 | m4_include([m4/readlink.m4]) |
| 1002 | m4_include([m4/socklen.m4]) | 1002 | m4_include([m4/socklen.m4]) |
| 1003 | m4_include([m4/ssize_t.m4]) | ||
| 1003 | m4_include([m4/st_dm_mode.m4]) | 1004 | m4_include([m4/st_dm_mode.m4]) |
| 1004 | m4_include([m4/stat.m4]) | 1005 | m4_include([m4/stat.m4]) |
| 1005 | m4_include([m4/stdbool.m4]) | 1006 | m4_include([m4/stdbool.m4]) |
diff --git a/autogen/config.in b/autogen/config.in index 57ff5f45e0c..f2ea751e2f8 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -582,6 +582,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 582 | /* Define to 1 if you have the `readlink' function. */ | 582 | /* Define to 1 if you have the `readlink' function. */ |
| 583 | #undef HAVE_READLINK | 583 | #undef HAVE_READLINK |
| 584 | 584 | ||
| 585 | /* Define to 1 if you have the `readlinkat' function. */ | ||
| 586 | #undef HAVE_READLINKAT | ||
| 587 | |||
| 585 | /* Define to 1 if you have the `recvfrom' function. */ | 588 | /* Define to 1 if you have the `recvfrom' function. */ |
| 586 | #undef HAVE_RECVFROM | 589 | #undef HAVE_RECVFROM |
| 587 | 590 | ||
| @@ -1209,6 +1212,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1209 | /* type to use in place of socklen_t if not defined */ | 1212 | /* type to use in place of socklen_t if not defined */ |
| 1210 | #undef socklen_t | 1213 | #undef socklen_t |
| 1211 | 1214 | ||
| 1215 | /* Define as a signed type of the same size as size_t. */ | ||
| 1216 | #undef ssize_t | ||
| 1217 | |||
| 1212 | /* Define to any substitute for sys_siglist. */ | 1218 | /* Define to any substitute for sys_siglist. */ |
| 1213 | #undef sys_siglist | 1219 | #undef sys_siglist |
| 1214 | 1220 | ||
| @@ -1362,6 +1368,20 @@ typedef unsigned size_t; | |||
| 1362 | #define EXTERNALLY_VISIBLE | 1368 | #define EXTERNALLY_VISIBLE |
| 1363 | #endif | 1369 | #endif |
| 1364 | 1370 | ||
| 1371 | #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) | ||
| 1372 | # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) | ||
| 1373 | #else | ||
| 1374 | # define ATTRIBUTE_FORMAT(spec) /* empty */ | ||
| 1375 | #endif | ||
| 1376 | |||
| 1377 | #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) | ||
| 1378 | # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ | ||
| 1379 | ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument)) | ||
| 1380 | #else | ||
| 1381 | # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ | ||
| 1382 | ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) | ||
| 1383 | #endif | ||
| 1384 | |||
| 1365 | /* Some versions of GNU/Linux define noinline in their headers. */ | 1385 | /* Some versions of GNU/Linux define noinline in their headers. */ |
| 1366 | #ifdef noinline | 1386 | #ifdef noinline |
| 1367 | #undef noinline | 1387 | #undef noinline |
diff --git a/autogen/configure b/autogen/configure index 94c65d62ccd..563c729f18e 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -592,9 +592,9 @@ ac_includes_default="\ | |||
| 592 | #endif" | 592 | #endif" |
| 593 | 593 | ||
| 594 | ac_header_list= | 594 | ac_header_list= |
| 595 | ac_func_list= | ||
| 595 | gl_getopt_required=POSIX | 596 | gl_getopt_required=POSIX |
| 596 | gl_getopt_required=POSIX | 597 | gl_getopt_required=POSIX |
| 597 | ac_func_list= | ||
| 598 | ac_subst_vars='gltests_LTLIBOBJS | 598 | ac_subst_vars='gltests_LTLIBOBJS |
| 599 | gltests_LIBOBJS | 599 | gltests_LIBOBJS |
| 600 | gl_LTLIBOBJS | 600 | gl_LTLIBOBJS |
| @@ -760,6 +760,8 @@ GNULIB_FOPEN | |||
| 760 | GNULIB_FFLUSH | 760 | GNULIB_FFLUSH |
| 761 | GNULIB_FCLOSE | 761 | GNULIB_FCLOSE |
| 762 | GNULIB_DPRINTF | 762 | GNULIB_DPRINTF |
| 763 | GL_GENERATE_STDINT_H_FALSE | ||
| 764 | GL_GENERATE_STDINT_H_TRUE | ||
| 763 | STDINT_H | 765 | STDINT_H |
| 764 | WINT_T_SUFFIX | 766 | WINT_T_SUFFIX |
| 765 | WCHAR_T_SUFFIX | 767 | WCHAR_T_SUFFIX |
| @@ -786,10 +788,14 @@ HAVE_UNSIGNED_LONG_LONG_INT | |||
| 786 | HAVE_LONG_LONG_INT | 788 | HAVE_LONG_LONG_INT |
| 787 | NEXT_AS_FIRST_DIRECTIVE_STDDEF_H | 789 | NEXT_AS_FIRST_DIRECTIVE_STDDEF_H |
| 788 | NEXT_STDDEF_H | 790 | NEXT_STDDEF_H |
| 791 | GL_GENERATE_STDDEF_H_FALSE | ||
| 792 | GL_GENERATE_STDDEF_H_TRUE | ||
| 789 | STDDEF_H | 793 | STDDEF_H |
| 790 | HAVE_WCHAR_T | 794 | HAVE_WCHAR_T |
| 791 | REPLACE_NULL | 795 | REPLACE_NULL |
| 792 | HAVE__BOOL | 796 | HAVE__BOOL |
| 797 | GL_GENERATE_STDBOOL_H_FALSE | ||
| 798 | GL_GENERATE_STDBOOL_H_TRUE | ||
| 793 | STDBOOL_H | 799 | STDBOOL_H |
| 794 | APPLE_UNIVERSAL_BUILD | 800 | APPLE_UNIVERSAL_BUILD |
| 795 | REPLACE_TIMEGM | 801 | REPLACE_TIMEGM |
| @@ -3025,6 +3031,7 @@ fi | |||
| 3025 | as_fn_append ac_header_list " stdlib.h" | 3031 | as_fn_append ac_header_list " stdlib.h" |
| 3026 | as_fn_append ac_header_list " unistd.h" | 3032 | as_fn_append ac_header_list " unistd.h" |
| 3027 | as_fn_append ac_header_list " sys/param.h" | 3033 | as_fn_append ac_header_list " sys/param.h" |
| 3034 | as_fn_append ac_func_list " readlinkat" | ||
| 3028 | gl_getopt_required=GNU | 3035 | gl_getopt_required=GNU |
| 3029 | as_fn_append ac_header_list " getopt.h" | 3036 | as_fn_append ac_header_list " getopt.h" |
| 3030 | as_fn_append ac_func_list " lstat" | 3037 | as_fn_append ac_func_list " lstat" |
| @@ -6191,6 +6198,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |||
| 6191 | 6198 | ||
| 6192 | # Code from module arg-nonnull: | 6199 | # Code from module arg-nonnull: |
| 6193 | # Code from module c++defs: | 6200 | # Code from module c++defs: |
| 6201 | # Code from module careadlinkat: | ||
| 6194 | # Code from module crypto/md5: | 6202 | # Code from module crypto/md5: |
| 6195 | # Code from module dosname: | 6203 | # Code from module dosname: |
| 6196 | # Code from module dtoastr: | 6204 | # Code from module dtoastr: |
| @@ -6209,6 +6217,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } | |||
| 6209 | # Code from module multiarch: | 6217 | # Code from module multiarch: |
| 6210 | # Code from module readlink: | 6218 | # Code from module readlink: |
| 6211 | # Code from module socklen: | 6219 | # Code from module socklen: |
| 6220 | # Code from module ssize_t: | ||
| 6212 | # Code from module stat: | 6221 | # Code from module stat: |
| 6213 | # Code from module stdbool: | 6222 | # Code from module stdbool: |
| 6214 | # Code from module stddef: | 6223 | # Code from module stddef: |
| @@ -13541,6 +13550,24 @@ fi | |||
| 13541 | export LIBC_FATAL_STDERR_ | 13550 | export LIBC_FATAL_STDERR_ |
| 13542 | 13551 | ||
| 13543 | 13552 | ||
| 13553 | |||
| 13554 | |||
| 13555 | for ac_func in $ac_func_list | ||
| 13556 | do : | ||
| 13557 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | ||
| 13558 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | ||
| 13559 | eval as_val=\$$as_ac_var | ||
| 13560 | if test "x$as_val" = x""yes; then : | ||
| 13561 | cat >>confdefs.h <<_ACEOF | ||
| 13562 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | ||
| 13563 | _ACEOF | ||
| 13564 | |||
| 13565 | fi | ||
| 13566 | done | ||
| 13567 | |||
| 13568 | |||
| 13569 | |||
| 13570 | |||
| 13544 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 | 13571 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 |
| 13545 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } | 13572 | $as_echo_n "checking whether byte ordering is bigendian... " >&6; } |
| 13546 | if test "${ac_cv_c_bigendian+set}" = set; then : | 13573 | if test "${ac_cv_c_bigendian+set}" = set; then : |
| @@ -14659,22 +14686,6 @@ fi | |||
| 14659 | 14686 | ||
| 14660 | 14687 | ||
| 14661 | 14688 | ||
| 14662 | for ac_func in $ac_func_list | ||
| 14663 | do : | ||
| 14664 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | ||
| 14665 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | ||
| 14666 | eval as_val=\$$as_ac_var | ||
| 14667 | if test "x$as_val" = x""yes; then : | ||
| 14668 | cat >>confdefs.h <<_ACEOF | ||
| 14669 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | ||
| 14670 | _ACEOF | ||
| 14671 | |||
| 14672 | fi | ||
| 14673 | done | ||
| 14674 | |||
| 14675 | |||
| 14676 | |||
| 14677 | |||
| 14678 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 | 14689 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 |
| 14679 | $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } | 14690 | $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } |
| 14680 | if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : | 14691 | if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then : |
| @@ -14913,7 +14924,6 @@ fi | |||
| 14913 | 14924 | ||
| 14914 | REPLACE_NULL=0; | 14925 | REPLACE_NULL=0; |
| 14915 | HAVE_WCHAR_T=1; | 14926 | HAVE_WCHAR_T=1; |
| 14916 | STDDEF_H=''; | ||
| 14917 | 14927 | ||
| 14918 | 14928 | ||
| 14919 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 | 14929 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 |
| @@ -15457,6 +15467,8 @@ fi | |||
| 15457 | gl_source_base='lib' | 15467 | gl_source_base='lib' |
| 15458 | # Code from module arg-nonnull: | 15468 | # Code from module arg-nonnull: |
| 15459 | # Code from module c++defs: | 15469 | # Code from module c++defs: |
| 15470 | # Code from module careadlinkat: | ||
| 15471 | |||
| 15460 | # Code from module crypto/md5: | 15472 | # Code from module crypto/md5: |
| 15461 | 15473 | ||
| 15462 | 15474 | ||
| @@ -16546,6 +16558,40 @@ _ACEOF | |||
| 16546 | 16558 | ||
| 16547 | fi | 16559 | fi |
| 16548 | 16560 | ||
| 16561 | # Code from module ssize_t: | ||
| 16562 | |||
| 16563 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 | ||
| 16564 | $as_echo_n "checking for ssize_t... " >&6; } | ||
| 16565 | if test "${gt_cv_ssize_t+set}" = set; then : | ||
| 16566 | $as_echo_n "(cached) " >&6 | ||
| 16567 | else | ||
| 16568 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 16569 | /* end confdefs.h. */ | ||
| 16570 | #include <sys/types.h> | ||
| 16571 | int | ||
| 16572 | main () | ||
| 16573 | { | ||
| 16574 | int x = sizeof (ssize_t *) + sizeof (ssize_t); | ||
| 16575 | return !x; | ||
| 16576 | ; | ||
| 16577 | return 0; | ||
| 16578 | } | ||
| 16579 | _ACEOF | ||
| 16580 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 16581 | gt_cv_ssize_t=yes | ||
| 16582 | else | ||
| 16583 | gt_cv_ssize_t=no | ||
| 16584 | fi | ||
| 16585 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 16586 | fi | ||
| 16587 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 | ||
| 16588 | $as_echo "$gt_cv_ssize_t" >&6; } | ||
| 16589 | if test $gt_cv_ssize_t = no; then | ||
| 16590 | |||
| 16591 | $as_echo "#define ssize_t int" >>confdefs.h | ||
| 16592 | |||
| 16593 | fi | ||
| 16594 | |||
| 16549 | # Code from module stat: | 16595 | # Code from module stat: |
| 16550 | 16596 | ||
| 16551 | 16597 | ||
| @@ -16677,6 +16723,14 @@ $as_echo "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h | |||
| 16677 | STDBOOL_H='stdbool.h' | 16723 | STDBOOL_H='stdbool.h' |
| 16678 | fi | 16724 | fi |
| 16679 | 16725 | ||
| 16726 | if test -n "$STDBOOL_H"; then | ||
| 16727 | GL_GENERATE_STDBOOL_H_TRUE= | ||
| 16728 | GL_GENERATE_STDBOOL_H_FALSE='#' | ||
| 16729 | else | ||
| 16730 | GL_GENERATE_STDBOOL_H_TRUE='#' | ||
| 16731 | GL_GENERATE_STDBOOL_H_FALSE= | ||
| 16732 | fi | ||
| 16733 | |||
| 16680 | 16734 | ||
| 16681 | if test "$ac_cv_type__Bool" = yes; then | 16735 | if test "$ac_cv_type__Bool" = yes; then |
| 16682 | HAVE__BOOL=1 | 16736 | HAVE__BOOL=1 |
| @@ -16689,6 +16743,7 @@ $as_echo "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h | |||
| 16689 | 16743 | ||
| 16690 | 16744 | ||
| 16691 | 16745 | ||
| 16746 | STDDEF_H= | ||
| 16692 | if test $gt_cv_c_wchar_t = no; then | 16747 | if test $gt_cv_c_wchar_t = no; then |
| 16693 | HAVE_WCHAR_T=0 | 16748 | HAVE_WCHAR_T=0 |
| 16694 | STDDEF_H=stddef.h | 16749 | STDDEF_H=stddef.h |
| @@ -16724,6 +16779,15 @@ $as_echo "$gl_cv_decl_null_works" >&6; } | |||
| 16724 | REPLACE_NULL=1 | 16779 | REPLACE_NULL=1 |
| 16725 | STDDEF_H=stddef.h | 16780 | STDDEF_H=stddef.h |
| 16726 | fi | 16781 | fi |
| 16782 | |||
| 16783 | if test -n "$STDDEF_H"; then | ||
| 16784 | GL_GENERATE_STDDEF_H_TRUE= | ||
| 16785 | GL_GENERATE_STDDEF_H_FALSE='#' | ||
| 16786 | else | ||
| 16787 | GL_GENERATE_STDDEF_H_TRUE='#' | ||
| 16788 | GL_GENERATE_STDDEF_H_FALSE= | ||
| 16789 | fi | ||
| 16790 | |||
| 16727 | if test -n "$STDDEF_H"; then | 16791 | if test -n "$STDDEF_H"; then |
| 16728 | 16792 | ||
| 16729 | 16793 | ||
| @@ -17484,6 +17548,14 @@ _ACEOF | |||
| 17484 | STDINT_H=stdint.h | 17548 | STDINT_H=stdint.h |
| 17485 | fi | 17549 | fi |
| 17486 | 17550 | ||
| 17551 | if test -n "$STDINT_H"; then | ||
| 17552 | GL_GENERATE_STDINT_H_TRUE= | ||
| 17553 | GL_GENERATE_STDINT_H_FALSE='#' | ||
| 17554 | else | ||
| 17555 | GL_GENERATE_STDINT_H_TRUE='#' | ||
| 17556 | GL_GENERATE_STDINT_H_FALSE= | ||
| 17557 | fi | ||
| 17558 | |||
| 17487 | 17559 | ||
| 17488 | # Code from module stdio: | 17560 | # Code from module stdio: |
| 17489 | 17561 | ||
| @@ -20154,6 +20226,18 @@ if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then | |||
| 20154 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | 20226 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 20155 | fi | 20227 | fi |
| 20156 | 20228 | ||
| 20229 | if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then | ||
| 20230 | as_fn_error "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. | ||
| 20231 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
| 20232 | fi | ||
| 20233 | if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then | ||
| 20234 | as_fn_error "conditional \"GL_GENERATE_STDDEF_H\" was never defined. | ||
| 20235 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
| 20236 | fi | ||
| 20237 | if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then | ||
| 20238 | as_fn_error "conditional \"GL_GENERATE_STDINT_H\" was never defined. | ||
| 20239 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 | ||
| 20240 | fi | ||
| 20157 | 20241 | ||
| 20158 | gl_libobjs= | 20242 | gl_libobjs= |
| 20159 | gl_ltlibobjs= | 20243 | gl_ltlibobjs= |