aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autogen/Makefile.in17
-rwxr-xr-xautogen/configure5
2 files changed, 13 insertions, 9 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index 52228a594d9..d471a9eeb18 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -59,7 +59,7 @@
59# the same distribution terms as the rest of that program. 59# the same distribution terms as the rest of that program.
60# 60#
61# Generated by gnulib-tool. 61# Generated by gnulib-tool.
62# 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=binary-io --avoid=close --avoid=dup --avoid=fchdir --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-ctype c-strcase careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync getloadavg getopt-gnu gettime gettimeofday intprops largefile lstat manywarnings memrchr mktime pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub unsetenv utimens warnings 62# 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=close --avoid=dup --avoid=fchdir --avoid=fstat --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow --avoid=open --avoid=openat-die --avoid=opendir --avoid=raise --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types --avoid=threadlib --makefile-name=gnulib.mk --conditional-dependencies --no-libtool --macro-prefix=gl --no-vc-files alloca-opt c-ctype c-strcase careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 dtoastr dtotimespec dup2 environ execinfo faccessat fcntl fcntl-h fdatasync fdopendir filemode fstatat fsync getloadavg getopt-gnu gettime gettimeofday intprops largefile lstat manywarnings memrchr mktime pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat sig2str socklen stat-time stdalign stdarg stdbool stdio strftime strtoimax strtoumax symlink sys_stat sys_time time timer-time timespec-add timespec-sub unsetenv utimens warnings
63 63
64VPATH = @srcdir@ 64VPATH = @srcdir@
65pkgdatadir = $(datadir)/@PACKAGE@ 65pkgdatadir = $(datadir)/@PACKAGE@
@@ -291,10 +291,10 @@ CONFIG_CLEAN_VPATH_FILES =
291LIBRARIES = $(noinst_LIBRARIES) 291LIBRARIES = $(noinst_LIBRARIES)
292libgnu_a_AR = $(AR) $(ARFLAGS) 292libgnu_a_AR = $(AR) $(ARFLAGS)
293am__DEPENDENCIES_1 = 293am__DEPENDENCIES_1 =
294am__libgnu_a_SOURCES_DIST = allocator.c c-ctype.h c-ctype.c \ 294am__libgnu_a_SOURCES_DIST = allocator.c binary-io.h binary-io.c \
295 c-strcase.h c-strcasecmp.c c-strncasecmp.c careadlinkat.c \ 295 c-ctype.h c-ctype.c c-strcase.h c-strcasecmp.c c-strncasecmp.c \
296 close-stream.c md5.c sha1.c sha256.c sha512.c dtoastr.c \ 296 careadlinkat.c close-stream.c md5.c sha1.c sha256.c sha512.c \
297 dtotimespec.c filemode.c gettext.h gettime.c pipe2.c \ 297 dtoastr.c dtotimespec.c filemode.c gettext.h gettime.c pipe2.c \
298 acl-errno-valid.c file-has-acl.c qcopy-acl.c qset-acl.c \ 298 acl-errno-valid.c file-has-acl.c qcopy-acl.c qset-acl.c \
299 stat-time.c strftime.c timespec.c timespec-add.c \ 299 stat-time.c strftime.c timespec.c timespec-add.c \
300 timespec-sub.c u64.c unistd.c utimens.c openat-die.c \ 300 timespec-sub.c u64.c unistd.c utimens.c openat-die.c \
@@ -302,6 +302,7 @@ am__libgnu_a_SOURCES_DIST = allocator.c c-ctype.h c-ctype.c \
302am__objects_1 = 302am__objects_1 =
303@BUILDING_FOR_WINDOWSNT_FALSE@am_libgnu_a_OBJECTS = \ 303@BUILDING_FOR_WINDOWSNT_FALSE@am_libgnu_a_OBJECTS = \
304@BUILDING_FOR_WINDOWSNT_FALSE@ allocator.$(OBJEXT) \ 304@BUILDING_FOR_WINDOWSNT_FALSE@ allocator.$(OBJEXT) \
305@BUILDING_FOR_WINDOWSNT_FALSE@ binary-io.$(OBJEXT) \
305@BUILDING_FOR_WINDOWSNT_FALSE@ c-ctype.$(OBJEXT) \ 306@BUILDING_FOR_WINDOWSNT_FALSE@ c-ctype.$(OBJEXT) \
306@BUILDING_FOR_WINDOWSNT_FALSE@ c-strcasecmp.$(OBJEXT) \ 307@BUILDING_FOR_WINDOWSNT_FALSE@ c-strcasecmp.$(OBJEXT) \
307@BUILDING_FOR_WINDOWSNT_FALSE@ c-strncasecmp.$(OBJEXT) \ 308@BUILDING_FOR_WINDOWSNT_FALSE@ c-strncasecmp.$(OBJEXT) \
@@ -1235,8 +1236,9 @@ noinst_LIBRARIES = $(am__append_2) $(am__append_7)
1235SUFFIXES = 1236SUFFIXES =
1236AM_CFLAGS = $(PROFILING_CFLAGS) $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) 1237AM_CFLAGS = $(PROFILING_CFLAGS) $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
1237DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src 1238DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src
1238@BUILDING_FOR_WINDOWSNT_FALSE@libgnu_a_SOURCES = allocator.c c-ctype.h \ 1239@BUILDING_FOR_WINDOWSNT_FALSE@libgnu_a_SOURCES = allocator.c \
1239@BUILDING_FOR_WINDOWSNT_FALSE@ c-ctype.c c-strcase.h \ 1240@BUILDING_FOR_WINDOWSNT_FALSE@ binary-io.h binary-io.c \
1241@BUILDING_FOR_WINDOWSNT_FALSE@ c-ctype.h c-ctype.c c-strcase.h \
1240@BUILDING_FOR_WINDOWSNT_FALSE@ c-strcasecmp.c c-strncasecmp.c \ 1242@BUILDING_FOR_WINDOWSNT_FALSE@ c-strcasecmp.c c-strncasecmp.c \
1241@BUILDING_FOR_WINDOWSNT_FALSE@ careadlinkat.c close-stream.c \ 1243@BUILDING_FOR_WINDOWSNT_FALSE@ careadlinkat.c close-stream.c \
1242@BUILDING_FOR_WINDOWSNT_FALSE@ md5.c sha1.c sha256.c sha512.c \ 1244@BUILDING_FOR_WINDOWSNT_FALSE@ md5.c sha1.c sha256.c sha512.c \
@@ -1368,6 +1370,7 @@ distclean-compile:
1368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acl_entries.Po@am__quote@ 1370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acl_entries.Po@am__quote@
1369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocator.Po@am__quote@ 1371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocator.Po@am__quote@
1370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func.Po@am__quote@ 1372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func.Po@am__quote@
1373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary-io.Po@am__quote@
1371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Po@am__quote@ 1374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Po@am__quote@
1372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasecmp.Po@am__quote@ 1375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasecmp.Po@am__quote@
1373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strncasecmp.Po@am__quote@ 1376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strncasecmp.Po@am__quote@
diff --git a/autogen/configure b/autogen/configure
index ce15955a483..81b130d02be 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -7228,6 +7228,7 @@ esac
7228 # Code from module alloca-opt: 7228 # Code from module alloca-opt:
7229 # Code from module allocator: 7229 # Code from module allocator:
7230 # Code from module at-internal: 7230 # Code from module at-internal:
7231 # Code from module binary-io:
7231 # Code from module c-ctype: 7232 # Code from module c-ctype:
7232 # Code from module c-strcase: 7233 # Code from module c-strcase:
7233 # Code from module careadlinkat: 7234 # Code from module careadlinkat:
@@ -10084,8 +10085,8 @@ $as_echo_n "checking whether Windows API headers are recent enough... " >&6; }
10084int 10085int
10085main () 10086main ()
10086{ 10087{
10087void test(PIMAGE_NT_HEADERS pHeader) 10088PIMAGE_NT_HEADERS pHeader;
10088 {PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader);} 10089 PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader)
10089 ; 10090 ;
10090 return 0; 10091 return 0;
10091} 10092}