* move libffi to base/ Category
[t2sde.git] / package / develop / strace / riscv32_autoreconf.patch
blob248ded44824b094f2132b61f028784c4a559179b
1 # --- T2-COPYRIGHT-BEGIN ---
2 # t2/package/*/strace/riscv32_autoreconf.patch
3 # Copyright (C) 2022 - 2025 The T2 SDE Project
4 # SPDX-License-Identifier: GPL-2.0 or patched project license
5 # --- T2-COPYRIGHT-END ---
7 sed -i '/^---/,$d' package/*/strace/riscv32_autoreconf.patch
8 for f in `find -name Makefile.in -o -name configure | grep -v test `; do cp -vf $f{,.vanilla}; done
9 autoreconf
10 cd ..
11 fixfilediff riscv32_autoreconf.patch
12 --- strace-6.13/src/Makefile.in.vanilla 2025-01-23 16:30:24.279999899 +0100
13 +++ strace-6.13/src/Makefile.in 2025-01-23 16:30:26.726666572 +0100
14 @@ -1,7 +1,7 @@
15 -# Makefile.in generated by automake 1.16.5 from Makefile.am.
16 +# Makefile.in generated by automake 1.17 from Makefile.am.
17 # @configure_input@
19 -# Copyright (C) 1994-2021 Free Software Foundation, Inc.
20 +# Copyright (C) 1994-2024 Free Software Foundation, Inc.
22 # This Makefile.in is free software; the Free Software Foundation
23 # gives unlimited permission to copy and/or distribute it,
24 @@ -90,6 +90,8 @@
25 test $$has_opt = yes
26 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
27 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
28 +am__rm_f = rm -f $(am__rm_f_notfound)
29 +am__rm_rf = rm -rf $(am__rm_f_notfound)
30 pkgdatadir = $(datadir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32 pkglibdir = $(libdir)/@PACKAGE@
33 @@ -175,12 +177,13 @@
34 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"
35 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
36 LIBRARIES = $(noinst_LIBRARIES)
37 -ARFLAGS = cru
38 +ARFLAGS = cr
39 AM_V_AR = $(am__v_AR_@AM_V@)
40 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
41 am__v_AR_0 = @echo " AR " $@;
42 am__v_AR_1 =
43 libmpers_m32_a_AR = $(AR) $(ARFLAGS)
44 +libmpers_m32_a_RANLIB = $(RANLIB)
45 libmpers_m32_a_LIBADD =
46 am__libmpers_m32_a_SOURCES_DIST = block.c btrfs.c dirent.c \
47 evdev_mpers.c fetch_bpf_fprog.c fetch_struct_flock.c \
48 @@ -236,6 +239,7 @@
49 @HAVE_M32_MPERS_TRUE@am_libmpers_m32_a_OBJECTS = $(am__objects_1)
50 libmpers_m32_a_OBJECTS = $(am_libmpers_m32_a_OBJECTS)
51 libmpers_mx32_a_AR = $(AR) $(ARFLAGS)
52 +libmpers_mx32_a_RANLIB = $(RANLIB)
53 libmpers_mx32_a_LIBADD =
54 am__libmpers_mx32_a_SOURCES_DIST = block.c btrfs.c dirent.c \
55 evdev_mpers.c fetch_bpf_fprog.c fetch_struct_flock.c \
56 @@ -295,6 +299,7 @@
57 @HAVE_MX32_MPERS_TRUE@am_libmpers_mx32_a_OBJECTS = $(am__objects_2)
58 libmpers_mx32_a_OBJECTS = $(am_libmpers_mx32_a_OBJECTS)
59 libstrace_a_AR = $(AR) $(ARFLAGS)
60 +libstrace_a_RANLIB = $(RANLIB)
61 libstrace_a_LIBADD =
62 am__libstrace_a_SOURCES_DIST = access.c affinity.c aio.c alpha.c \
63 arch_defs.h basic_filters.c bind.c bjm.c block.c bpf.c \
64 @@ -634,10 +639,9 @@
65 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
66 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
67 am__uninstall_files_from_dir = { \
68 - test -z "$$files" \
69 - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
70 - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
71 - $(am__cd) "$$dir" && rm -f $$files; }; \
72 + { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
73 + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
74 + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
76 SCRIPTS = $(bin_SCRIPTS)
77 AM_V_P = $(am__v_P_@AM_V@)
78 @@ -1127,7 +1131,6 @@
79 ECHO_C = @ECHO_C@
80 ECHO_N = @ECHO_N@
81 ECHO_T = @ECHO_T@
82 -EGREP = @EGREP@
83 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
84 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
85 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
86 @@ -1136,7 +1139,6 @@
87 EXEEXT = @EXEEXT@
88 GCOV = @GCOV@
89 GENHTML = @GENHTML@
90 -GREP = @GREP@
91 INSTALL = @INSTALL@
92 INSTALL_DATA = @INSTALL_DATA@
93 INSTALL_PROGRAM = @INSTALL_PROGRAM@
94 @@ -1189,8 +1191,10 @@
95 am__include = @am__include@
96 am__leading_dot = @am__leading_dot@
97 am__quote = @am__quote@
98 +am__rm_f_notfound = @am__rm_f_notfound@
99 am__tar = @am__tar@
100 am__untar = @am__untar@
101 +am__xargs_n = @am__xargs_n@
102 arch = @arch@
103 arch_m32 = @arch_m32@
104 arch_mx32 = @arch_mx32@
105 @@ -2515,19 +2519,19 @@
106 linux/powerpc64le/set_scno.c \
107 linux/powerpc64le/syscallent.h \
108 linux/powerpc64le/userent.h \
109 - linux/riscv64/arch_defs_.h \
110 - linux/riscv64/arch_prstatus_regset.c \
111 - linux/riscv64/arch_prstatus_regset.h \
112 - linux/riscv64/arch_regs.c \
113 - linux/riscv64/get_error.c \
114 - linux/riscv64/get_scno.c \
115 - linux/riscv64/get_syscall_args.c \
116 - linux/riscv64/ioctls_arch0.h \
117 - linux/riscv64/ioctls_inc0.h \
118 - linux/riscv64/raw_syscall.h \
119 - linux/riscv64/set_error.c \
120 - linux/riscv64/set_scno.c \
121 - linux/riscv64/syscallent.h \
122 + linux/riscv/arch_defs_.h \
123 + linux/riscv/arch_prstatus_regset.c \
124 + linux/riscv/arch_prstatus_regset.h \
125 + linux/riscv/arch_regs.c \
126 + linux/riscv/get_error.c \
127 + linux/riscv/get_scno.c \
128 + linux/riscv/get_syscall_args.c \
129 + linux/riscv/ioctls_arch0.h \
130 + linux/riscv/ioctls_inc0.h \
131 + linux/riscv/raw_syscall.h \
132 + linux/riscv/set_error.c \
133 + linux/riscv/set_scno.c \
134 + linux/riscv/syscallent.h \
135 linux/s390/arch_defs_.h \
136 linux/s390/arch_prstatus_regset.c \
137 linux/s390/arch_prstatus_regset.h \
138 @@ -2846,12 +2850,12 @@
139 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
141 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
142 - @rm -f stamp-h1
143 - cd $(top_builddir) && $(SHELL) ./config.status src/config.h
144 + $(AM_V_at)rm -f stamp-h1
145 + $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status src/config.h
146 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
147 - ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
148 - rm -f stamp-h1
149 - touch $@
150 + $(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER))
151 + $(AM_V_at)rm -f stamp-h1
152 + $(AM_V_at)touch $@
154 distclean-hdr:
155 -rm -f config.h stamp-h1
156 @@ -2893,39 +2897,39 @@
157 `; \
158 test -n "$$list" || exit 0; \
159 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
160 - cd "$(DESTDIR)$(bindir)" && rm -f $$files
161 + cd "$(DESTDIR)$(bindir)" && $(am__rm_f) $$files
163 clean-binPROGRAMS:
164 - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
165 + -$(am__rm_f) $(bin_PROGRAMS)
167 clean-noinstPROGRAMS:
168 - -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
169 + -$(am__rm_f) $(noinst_PROGRAMS)
171 clean-noinstLIBRARIES:
172 - -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
173 + -$(am__rm_f) $(noinst_LIBRARIES)
175 libmpers-m32.a: $(libmpers_m32_a_OBJECTS) $(libmpers_m32_a_DEPENDENCIES) $(EXTRA_libmpers_m32_a_DEPENDENCIES)
176 $(AM_V_at)-rm -f libmpers-m32.a
177 $(AM_V_AR)$(libmpers_m32_a_AR) libmpers-m32.a $(libmpers_m32_a_OBJECTS) $(libmpers_m32_a_LIBADD)
178 - $(AM_V_at)$(RANLIB) libmpers-m32.a
179 + $(AM_V_at)$(libmpers_m32_a_RANLIB) libmpers-m32.a
181 libmpers-mx32.a: $(libmpers_mx32_a_OBJECTS) $(libmpers_mx32_a_DEPENDENCIES) $(EXTRA_libmpers_mx32_a_DEPENDENCIES)
182 $(AM_V_at)-rm -f libmpers-mx32.a
183 $(AM_V_AR)$(libmpers_mx32_a_AR) libmpers-mx32.a $(libmpers_mx32_a_OBJECTS) $(libmpers_mx32_a_LIBADD)
184 - $(AM_V_at)$(RANLIB) libmpers-mx32.a
185 + $(AM_V_at)$(libmpers_mx32_a_RANLIB) libmpers-mx32.a
186 gen/$(am__dirstamp):
187 @$(MKDIR_P) gen
188 - @: > gen/$(am__dirstamp)
189 + @: >>gen/$(am__dirstamp)
190 gen/$(DEPDIR)/$(am__dirstamp):
191 @$(MKDIR_P) gen/$(DEPDIR)
192 - @: > gen/$(DEPDIR)/$(am__dirstamp)
193 + @: >>gen/$(DEPDIR)/$(am__dirstamp)
194 gen/libstrace_a-gen_hdio.$(OBJEXT): gen/$(am__dirstamp) \
195 gen/$(DEPDIR)/$(am__dirstamp)
197 libstrace.a: $(libstrace_a_OBJECTS) $(libstrace_a_DEPENDENCIES) $(EXTRA_libstrace_a_DEPENDENCIES)
198 $(AM_V_at)-rm -f libstrace.a
199 $(AM_V_AR)$(libstrace_a_AR) libstrace.a $(libstrace_a_OBJECTS) $(libstrace_a_LIBADD)
200 - $(AM_V_at)$(RANLIB) libstrace.a
201 + $(AM_V_at)$(libstrace_a_RANLIB) libstrace.a
203 disable_ptrace_get_syscall_info$(EXEEXT): $(disable_ptrace_get_syscall_info_OBJECTS) $(disable_ptrace_get_syscall_info_DEPENDENCIES) $(EXTRA_disable_ptrace_get_syscall_info_DEPENDENCIES)
204 @rm -f disable_ptrace_get_syscall_info$(EXEEXT)
205 @@ -3361,7 +3365,7 @@
207 $(am__depfiles_remade):
208 @$(MKDIR_P) $(@D)
209 - @echo '# dummy' >$@-t && $(am__mv) $@-t $@
210 + @: >>$@
212 am--depfiles: $(am__depfiles_remade)
214 @@ -8752,19 +8756,19 @@
215 mostlyclean-generic:
217 clean-generic:
218 - -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
219 + -$(am__rm_f) $(CLEANFILES)
221 distclean-generic:
222 - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
223 - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
224 - -rm -f gen/$(DEPDIR)/$(am__dirstamp)
225 - -rm -f gen/$(am__dirstamp)
226 - -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
227 + -$(am__rm_f) $(CONFIG_CLEAN_FILES)
228 + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
229 + -$(am__rm_f) $(DISTCLEANFILES)
230 + -$(am__rm_f) gen/$(DEPDIR)/$(am__dirstamp)
231 + -$(am__rm_f) gen/$(am__dirstamp)
233 maintainer-clean-generic:
234 @echo "This command is intended for maintainers to use"
235 @echo "it deletes files that may require special tools to rebuild."
236 - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
237 + -$(am__rm_f) $(BUILT_SOURCES)
238 check-valgrind: check-valgrind-am
240 check-valgrind-am: check-valgrind-local
241 @@ -8791,7 +8795,7 @@
242 clean-noinstLIBRARIES clean-noinstPROGRAMS mostlyclean-am
244 distclean: distclean-am
245 - -rm -f ./$(DEPDIR)/disable_ptrace_get_syscall_info.Po
246 + -rm -f ./$(DEPDIR)/disable_ptrace_get_syscall_info.Po
247 -rm -f ./$(DEPDIR)/disable_ptrace_getregset.Po
248 -rm -f ./$(DEPDIR)/libmpers_m32_a-block.Po
249 -rm -f ./$(DEPDIR)/libmpers_m32_a-btrfs.Po
250 @@ -9213,7 +9217,7 @@
251 installcheck-am:
253 maintainer-clean: maintainer-clean-am
254 - -rm -f ./$(DEPDIR)/disable_ptrace_get_syscall_info.Po
255 + -rm -f ./$(DEPDIR)/disable_ptrace_get_syscall_info.Po
256 -rm -f ./$(DEPDIR)/disable_ptrace_getregset.Po
257 -rm -f ./$(DEPDIR)/libmpers_m32_a-block.Po
258 -rm -f ./$(DEPDIR)/libmpers_m32_a-btrfs.Po
259 @@ -11302,3 +11306,10 @@
260 # Tell versions [3.59,3.63) of GNU make to not export all variables.
261 # Otherwise a system limit (for SysV at least) may be exceeded.
262 .NOEXPORT:
264 +# Tell GNU make to disable its built-in pattern rules.
265 +%:: %,v
266 +%:: RCS/%,v
267 +%:: RCS/%
268 +%:: s.%
269 +%:: SCCS/s.%
270 --- strace-6.13/bundled/Makefile.in.vanilla 2025-01-23 16:30:24.293333233 +0100
271 +++ strace-6.13/bundled/Makefile.in 2025-01-23 16:30:26.503333239 +0100
272 @@ -1,7 +1,7 @@
273 -# Makefile.in generated by automake 1.16.5 from Makefile.am.
274 +# Makefile.in generated by automake 1.17 from Makefile.am.
275 # @configure_input@
277 -# Copyright (C) 1994-2021 Free Software Foundation, Inc.
278 +# Copyright (C) 1994-2024 Free Software Foundation, Inc.
280 # This Makefile.in is free software; the Free Software Foundation
281 # gives unlimited permission to copy and/or distribute it,
282 @@ -76,6 +76,8 @@
283 test $$has_opt = yes
284 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
285 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
286 +am__rm_f = rm -f $(am__rm_f_notfound)
287 +am__rm_rf = rm -rf $(am__rm_f_notfound)
288 pkgdatadir = $(datadir)/@PACKAGE@
289 pkgincludedir = $(includedir)/@PACKAGE@
290 pkglibdir = $(libdir)/@PACKAGE@
291 @@ -193,7 +195,6 @@
292 ECHO_C = @ECHO_C@
293 ECHO_N = @ECHO_N@
294 ECHO_T = @ECHO_T@
295 -EGREP = @EGREP@
296 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
297 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
298 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
299 @@ -202,7 +203,6 @@
300 EXEEXT = @EXEEXT@
301 GCOV = @GCOV@
302 GENHTML = @GENHTML@
303 -GREP = @GREP@
304 INSTALL = @INSTALL@
305 INSTALL_DATA = @INSTALL_DATA@
306 INSTALL_PROGRAM = @INSTALL_PROGRAM@
307 @@ -255,8 +255,10 @@
308 am__include = @am__include@
309 am__leading_dot = @am__leading_dot@
310 am__quote = @am__quote@
311 +am__rm_f_notfound = @am__rm_f_notfound@
312 am__tar = @am__tar@
313 am__untar = @am__untar@
314 +am__xargs_n = @am__xargs_n@
315 arch = @arch@
316 arch_m32 = @arch_m32@
317 arch_mx32 = @arch_mx32@
318 @@ -574,8 +576,8 @@
319 clean-generic:
321 distclean-generic:
322 - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
323 - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
324 + -$(am__rm_f) $(CONFIG_CLEAN_FILES)
325 + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
327 maintainer-clean-generic:
328 @echo "This command is intended for maintainers to use"
329 @@ -693,3 +695,10 @@
330 # Tell versions [3.59,3.63) of GNU make to not export all variables.
331 # Otherwise a system limit (for SysV at least) may be exceeded.
332 .NOEXPORT:
334 +# Tell GNU make to disable its built-in pattern rules.
335 +%:: %,v
336 +%:: RCS/%,v
337 +%:: RCS/%
338 +%:: s.%
339 +%:: SCCS/s.%
340 --- strace-6.13/configure.vanilla 2025-01-23 16:30:24.283333233 +0100
341 +++ strace-6.13/configure 2025-01-23 16:30:26.286666572 +0100
342 @@ -1,11 +1,11 @@
343 #! /bin/sh
344 # Guess values for system-dependent variables and create Makefiles.
345 -# Generated by GNU Autoconf 2.71 for strace 6.13.
346 +# Generated by GNU Autoconf 2.72 for strace 6.13.
348 # Report bugs to <strace-devel@lists.strace.io>.
351 -# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
352 +# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
353 # Inc.
356 @@ -19,7 +19,6 @@
358 # Be more Bourne compatible
359 DUALCASE=1; export DUALCASE # for MKS sh
360 -as_nop=:
361 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
362 then :
363 emulate sh
364 @@ -28,12 +27,13 @@
365 # is contrary to our usage. Disable this feature.
366 alias -g '${1+"$@"}'='"$@"'
367 setopt NO_GLOB_SUBST
368 -else $as_nop
369 - case `(set -o) 2>/dev/null` in #(
370 +else case e in #(
371 + e) case `(set -o) 2>/dev/null` in #(
372 *posix*) :
373 set -o posix ;; #(
374 *) :
376 +esac ;;
377 esac
380 @@ -105,7 +105,7 @@
383 esac
384 -# We did not find ourselves, most probably we were run as `sh COMMAND'
385 +# We did not find ourselves, most probably we were run as 'sh COMMAND'
386 # in which case we are not to be found in the path.
387 if test "x$as_myself" = x; then
388 as_myself=$0
389 @@ -135,15 +135,14 @@
390 esac
391 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
392 # Admittedly, this is quite paranoid, since all the known shells bail
393 -# out after a failed `exec'.
394 +# out after a failed 'exec'.
395 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
396 exit 255
398 # We don't want this to propagate to other subprocesses.
399 { _as_can_reexec=; unset _as_can_reexec;}
400 if test "x$CONFIG_SHELL" = x; then
401 - as_bourne_compatible="as_nop=:
402 -if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
403 + as_bourne_compatible="if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
404 then :
405 emulate sh
406 NULLCMD=:
407 @@ -151,12 +150,13 @@
408 # is contrary to our usage. Disable this feature.
409 alias -g '\${1+\"\$@\"}'='\"\$@\"'
410 setopt NO_GLOB_SUBST
411 -else \$as_nop
412 - case \`(set -o) 2>/dev/null\` in #(
413 +else case e in #(
414 + e) case \`(set -o) 2>/dev/null\` in #(
415 *posix*) :
416 set -o posix ;; #(
417 *) :
419 +esac ;;
420 esac
423 @@ -174,8 +174,9 @@
424 if ( set x; as_fn_ret_success y && test x = \"\$1\" )
425 then :
427 -else \$as_nop
428 - exitcode=1; echo positional parameters were not saved.
429 +else case e in #(
430 + e) exitcode=1; echo positional parameters were not saved. ;;
431 +esac
433 test x\$exitcode = x0 || exit 1
434 blah=\$(echo \$(echo blah))
435 @@ -189,14 +190,15 @@
436 if (eval "$as_required") 2>/dev/null
437 then :
438 as_have_required=yes
439 -else $as_nop
440 - as_have_required=no
441 +else case e in #(
442 + e) as_have_required=no ;;
443 +esac
445 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
446 then :
448 -else $as_nop
449 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
450 +else case e in #(
451 + e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
452 as_found=false
453 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
455 @@ -229,12 +231,13 @@
456 if $as_found
457 then :
459 -else $as_nop
460 - if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
461 +else case e in #(
462 + e) if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
463 as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
464 then :
465 CONFIG_SHELL=$SHELL as_have_required=yes
467 +fi ;;
468 +esac
472 @@ -256,7 +259,7 @@
473 esac
474 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
475 # Admittedly, this is quite paranoid, since all the known shells bail
476 -# out after a failed `exec'.
477 +# out after a failed 'exec'.
478 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
479 exit 255
481 @@ -276,7 +279,8 @@
482 $0: the script under such a shell if you do have one."
484 exit 1
486 +fi ;;
487 +esac
490 SHELL=${CONFIG_SHELL-/bin/sh}
491 @@ -315,14 +319,6 @@
492 as_fn_set_status $1
493 exit $1
494 } # as_fn_exit
495 -# as_fn_nop
496 -# ---------
497 -# Do nothing but, unlike ":", preserve the value of $?.
498 -as_fn_nop ()
500 - return $?
502 -as_nop=as_fn_nop
504 # as_fn_mkdir_p
505 # -------------
506 @@ -391,11 +387,12 @@
508 eval $1+=\$2
510 -else $as_nop
511 - as_fn_append ()
512 +else case e in #(
513 + e) as_fn_append ()
515 eval $1=\$$1\$2
517 + } ;;
518 +esac
519 fi # as_fn_append
521 # as_fn_arith ARG...
522 @@ -409,21 +406,14 @@
524 as_val=$(( $* ))
526 -else $as_nop
527 - as_fn_arith ()
528 +else case e in #(
529 + e) as_fn_arith ()
531 as_val=`expr "$@" || test $? -eq 1`
533 + } ;;
534 +esac
535 fi # as_fn_arith
537 -# as_fn_nop
538 -# ---------
539 -# Do nothing but, unlike ":", preserve the value of $?.
540 -as_fn_nop ()
542 - return $?
544 -as_nop=as_fn_nop
546 # as_fn_error STATUS ERROR [LINENO LOG_FD]
547 # ----------------------------------------
548 @@ -497,6 +487,8 @@
549 /[$]LINENO/=
550 ' <$as_myself |
551 sed '
552 + t clear
553 + :clear
554 s/[$]LINENO.*/&-/
555 t lineno
557 @@ -545,7 +537,6 @@
558 as_echo='printf %s\n'
559 as_echo_n='printf %s'
562 rm -f conf$$ conf$$.exe conf$$.file
563 if test -d conf$$.dir; then
564 rm -f conf$$.dir/conf$$.file
565 @@ -557,9 +548,9 @@
566 if ln -s conf$$.file conf$$ 2>/dev/null; then
567 as_ln_s='ln -s'
568 # ... but there are two gotchas:
569 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
570 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
571 - # In both cases, we have to default to `cp -pR'.
572 + # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
573 + # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
574 + # In both cases, we have to default to 'cp -pR'.
575 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
576 as_ln_s='cp -pR'
577 elif ln conf$$.file conf$$ 2>/dev/null; then
578 @@ -584,10 +575,12 @@
579 as_executable_p=as_fn_executable_p
581 # Sed expression to map a string onto a valid CPP name.
582 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
583 +as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
584 +as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
586 # Sed expression to map a string onto a valid variable name.
587 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
588 +as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
589 +as_tr_sh="eval sed '$as_sed_sh'" # deprecated
592 test -n "$DJDIR" || exec 7<&0 </dev/null
593 @@ -721,8 +714,6 @@
594 dl_LIBS
595 SIZEOF_KERNEL_LONG_T
596 SIZEOF_LONG
597 -EGREP
598 -GREP
599 ac_ct_AR
601 WARN_CFLAGS_FOR_BUILD
602 @@ -798,6 +789,8 @@
603 MAINT
604 MAINTAINER_MODE_FALSE
605 MAINTAINER_MODE_TRUE
606 +am__xargs_n
607 +am__rm_f_notfound
608 AM_BACKSLASH
609 AM_DEFAULT_VERBOSITY
610 AM_DEFAULT_V
611 @@ -1009,7 +1002,7 @@
612 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
613 # Reject names that are not valid shell variable names.
614 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
615 - as_fn_error $? "invalid feature name: \`$ac_useropt'"
616 + as_fn_error $? "invalid feature name: '$ac_useropt'"
617 ac_useropt_orig=$ac_useropt
618 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
619 case $ac_user_opts in
620 @@ -1035,7 +1028,7 @@
621 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
622 # Reject names that are not valid shell variable names.
623 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
624 - as_fn_error $? "invalid feature name: \`$ac_useropt'"
625 + as_fn_error $? "invalid feature name: '$ac_useropt'"
626 ac_useropt_orig=$ac_useropt
627 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
628 case $ac_user_opts in
629 @@ -1248,7 +1241,7 @@
630 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
631 # Reject names that are not valid shell variable names.
632 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
633 - as_fn_error $? "invalid package name: \`$ac_useropt'"
634 + as_fn_error $? "invalid package name: '$ac_useropt'"
635 ac_useropt_orig=$ac_useropt
636 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
637 case $ac_user_opts in
638 @@ -1264,7 +1257,7 @@
639 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
640 # Reject names that are not valid shell variable names.
641 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
642 - as_fn_error $? "invalid package name: \`$ac_useropt'"
643 + as_fn_error $? "invalid package name: '$ac_useropt'"
644 ac_useropt_orig=$ac_useropt
645 ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
646 case $ac_user_opts in
647 @@ -1294,8 +1287,8 @@
648 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
649 x_libraries=$ac_optarg ;;
651 - -*) as_fn_error $? "unrecognized option: \`$ac_option'
652 -Try \`$0 --help' for more information"
653 + -*) as_fn_error $? "unrecognized option: '$ac_option'
654 +Try '$0 --help' for more information"
657 *=*)
658 @@ -1303,7 +1296,7 @@
659 # Reject names that are not valid shell variable names.
660 case $ac_envvar in #(
661 '' | [0-9]* | *[!_$as_cr_alnum]* )
662 - as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
663 + as_fn_error $? "invalid variable name: '$ac_envvar'" ;;
664 esac
665 eval $ac_envvar=\$ac_optarg
666 export $ac_envvar ;;
667 @@ -1353,7 +1346,7 @@
668 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
669 done
671 -# There might be people who depend on the old broken behavior: `$host'
672 +# There might be people who depend on the old broken behavior: '$host'
673 # used to hold the argument of --host etc.
674 # FIXME: To remove some day.
675 build=$build_alias
676 @@ -1421,7 +1414,7 @@
677 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
678 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
680 -ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
681 +ac_msg="sources are in $srcdir, but 'cd $srcdir' does not work"
682 ac_abs_confdir=`(
683 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
684 pwd)`
685 @@ -1449,7 +1442,7 @@
686 # Omit some internal or obsolete options to make the list less imposing.
687 # This message is too long to be a string in the A/UX 3.1 sh.
688 cat <<_ACEOF
689 -\`configure' configures strace 6.13 to adapt to many kinds of systems.
690 +'configure' configures strace 6.13 to adapt to many kinds of systems.
692 Usage: $0 [OPTION]... [VAR=VALUE]...
694 @@ -1463,11 +1456,11 @@
695 --help=short display options specific to this package
696 --help=recursive display the short help of all the included packages
697 -V, --version display version information and exit
698 - -q, --quiet, --silent do not print \`checking ...' messages
699 + -q, --quiet, --silent do not print 'checking ...' messages
700 --cache-file=FILE cache test results in FILE [disabled]
701 - -C, --config-cache alias for \`--cache-file=config.cache'
702 + -C, --config-cache alias for '--cache-file=config.cache'
703 -n, --no-create do not create output files
704 - --srcdir=DIR find the sources in DIR [configure dir or \`..']
705 + --srcdir=DIR find the sources in DIR [configure dir or '..']
707 Installation directories:
708 --prefix=PREFIX install architecture-independent files in PREFIX
709 @@ -1475,10 +1468,10 @@
710 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
711 [PREFIX]
713 -By default, \`make install' will install all the files in
714 -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
715 -an installation prefix other than \`$ac_default_prefix' using \`--prefix',
716 -for instance \`--prefix=\$HOME'.
717 +By default, 'make install' will install all the files in
718 +'$ac_default_prefix/bin', '$ac_default_prefix/lib' etc. You can specify
719 +an installation prefix other than '$ac_default_prefix' using '--prefix',
720 +for instance '--prefix=\$HOME'.
722 For better control, use the options below.
724 @@ -1583,7 +1576,7 @@
725 you have headers in a nonstandard directory <include dir>
726 CPP C preprocessor
728 -Use these variables to override the choices made by `configure' or to help
729 +Use these variables to override the choices made by 'configure' or to help
730 it to find libraries and programs with nonstandard names/locations.
732 Report bugs to <strace-devel@lists.strace.io>.
733 @@ -1652,9 +1645,9 @@
734 if $ac_init_version; then
735 cat <<\_ACEOF
736 strace configure 6.13
737 -generated by GNU Autoconf 2.71
738 +generated by GNU Autoconf 2.72
740 -Copyright (C) 2021 Free Software Foundation, Inc.
741 +Copyright (C) 2023 Free Software Foundation, Inc.
742 This configure script is free software; the Free Software Foundation
743 gives unlimited permission to copy, distribute and modify it.
745 @@ -1695,11 +1688,12 @@
746 } && test -s conftest.$ac_objext
747 then :
748 ac_retval=0
749 -else $as_nop
750 - printf "%s\n" "$as_me: failed program was:" >&5
751 +else case e in #(
752 + e) printf "%s\n" "$as_me: failed program was:" >&5
753 sed 's/^/| /' conftest.$ac_ext >&5
755 - ac_retval=1
756 + ac_retval=1 ;;
757 +esac
759 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
760 as_fn_set_status $ac_retval
761 @@ -1733,11 +1727,12 @@
763 then :
764 ac_retval=0
765 -else $as_nop
766 - printf "%s\n" "$as_me: failed program was:" >&5
767 +else case e in #(
768 + e) printf "%s\n" "$as_me: failed program was:" >&5
769 sed 's/^/| /' conftest.$ac_ext >&5
771 - ac_retval=1
772 + ac_retval=1 ;;
773 +esac
775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
776 as_fn_set_status $ac_retval
777 @@ -1756,8 +1751,8 @@
778 if eval test \${$3+y}
779 then :
780 printf %s "(cached) " >&6
781 -else $as_nop
782 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
783 +else case e in #(
784 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
785 /* end confdefs.h. */
787 #include <$2>
788 @@ -1765,10 +1760,12 @@
789 if ac_fn_c_try_compile "$LINENO"
790 then :
791 eval "$3=yes"
792 -else $as_nop
793 - eval "$3=no"
794 +else case e in #(
795 + e) eval "$3=no" ;;
796 +esac
798 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
799 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
800 +esac
802 eval ac_res=\$$3
803 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
804 @@ -1777,6 +1774,54 @@
806 } # ac_fn_c_check_header_compile
808 +# ac_fn_c_try_link LINENO
809 +# -----------------------
810 +# Try to link conftest.$ac_ext, and return whether this succeeded.
811 +ac_fn_c_try_link ()
813 + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
814 + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
815 + if { { ac_try="$ac_link"
816 +case "(($ac_try" in
817 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
818 + *) ac_try_echo=$ac_try;;
819 +esac
820 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
821 +printf "%s\n" "$ac_try_echo"; } >&5
822 + (eval "$ac_link") 2>conftest.err
823 + ac_status=$?
824 + if test -s conftest.err; then
825 + grep -v '^ *+' conftest.err >conftest.er1
826 + cat conftest.er1 >&5
827 + mv -f conftest.er1 conftest.err
828 + fi
829 + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
830 + test $ac_status = 0; } && {
831 + test -z "$ac_c_werror_flag" ||
832 + test ! -s conftest.err
833 + } && test -s conftest$ac_exeext && {
834 + test "$cross_compiling" = yes ||
835 + test -x conftest$ac_exeext
837 +then :
838 + ac_retval=0
839 +else case e in #(
840 + e) printf "%s\n" "$as_me: failed program was:" >&5
841 +sed 's/^/| /' conftest.$ac_ext >&5
843 + ac_retval=1 ;;
844 +esac
846 + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
847 + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
848 + # interfere with the next link command; also delete a directory that is
849 + # left behind by Apple's compiler. We do this before executing the actions.
850 + rm -rf conftest.dSYM conftest_ipa8_conftest.oo
851 + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
852 + as_fn_set_status $ac_retval
854 +} # ac_fn_c_try_link
856 # ac_fn_c_try_run LINENO
857 # ----------------------
858 # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that
859 @@ -1807,12 +1852,13 @@
860 test $ac_status = 0; }; }
861 then :
862 ac_retval=0
863 -else $as_nop
864 - printf "%s\n" "$as_me: program exited with status $ac_status" >&5
865 +else case e in #(
866 + e) printf "%s\n" "$as_me: program exited with status $ac_status" >&5
867 printf "%s\n" "$as_me: failed program was:" >&5
868 sed 's/^/| /' conftest.$ac_ext >&5
870 - ac_retval=$ac_status
871 + ac_retval=$ac_status ;;
872 +esac
874 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
875 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
876 @@ -1865,18 +1911,19 @@
877 if ac_fn_c_try_compile "$LINENO"
878 then :
879 ac_hi=$ac_mid; break
880 -else $as_nop
881 - as_fn_arith $ac_mid + 1 && ac_lo=$as_val
882 +else case e in #(
883 + e) as_fn_arith $ac_mid + 1 && ac_lo=$as_val
884 if test $ac_lo -le $ac_mid; then
885 ac_lo= ac_hi=
886 break
888 - as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
889 + as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val ;;
890 +esac
892 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
893 done
894 -else $as_nop
895 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
896 +else case e in #(
897 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
898 /* end confdefs.h. */
901 @@ -1911,20 +1958,23 @@
902 if ac_fn_c_try_compile "$LINENO"
903 then :
904 ac_lo=$ac_mid; break
905 -else $as_nop
906 - as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
907 +else case e in #(
908 + e) as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
909 if test $ac_mid -le $ac_hi; then
910 ac_lo= ac_hi=
911 break
913 - as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
914 + as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val ;;
915 +esac
917 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
918 done
919 -else $as_nop
920 - ac_lo= ac_hi=
921 +else case e in #(
922 + e) ac_lo= ac_hi= ;;
923 +esac
925 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
926 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
927 +esac
929 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
930 # Binary search between lo and hi bounds.
931 @@ -1947,8 +1997,9 @@
932 if ac_fn_c_try_compile "$LINENO"
933 then :
934 ac_hi=$ac_mid
935 -else $as_nop
936 - as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
937 +else case e in #(
938 + e) as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val ;;
939 +esac
941 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
942 done
943 @@ -1996,8 +2047,9 @@
944 if ac_fn_c_try_run "$LINENO"
945 then :
946 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
947 -else $as_nop
948 - ac_retval=1
949 +else case e in #(
950 + e) ac_retval=1 ;;
951 +esac
953 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
954 conftest.$ac_objext conftest.beam conftest.$ac_ext
955 @@ -2009,52 +2061,64 @@
957 } # ac_fn_c_compute_int
959 -# ac_fn_c_try_link LINENO
960 -# -----------------------
961 -# Try to link conftest.$ac_ext, and return whether this succeeded.
962 -ac_fn_c_try_link ()
963 +# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
964 +# -------------------------------------------
965 +# Tests whether TYPE exists after having included INCLUDES, setting cache
966 +# variable VAR accordingly.
967 +ac_fn_c_check_type ()
969 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
970 - rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
971 - if { { ac_try="$ac_link"
972 -case "(($ac_try" in
973 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
974 - *) ac_try_echo=$ac_try;;
975 -esac
976 -eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
977 -printf "%s\n" "$ac_try_echo"; } >&5
978 - (eval "$ac_link") 2>conftest.err
979 - ac_status=$?
980 - if test -s conftest.err; then
981 - grep -v '^ *+' conftest.err >conftest.er1
982 - cat conftest.er1 >&5
983 - mv -f conftest.er1 conftest.err
984 - fi
985 - printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
986 - test $ac_status = 0; } && {
987 - test -z "$ac_c_werror_flag" ||
988 - test ! -s conftest.err
989 - } && test -s conftest$ac_exeext && {
990 - test "$cross_compiling" = yes ||
991 - test -x conftest$ac_exeext
993 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
994 +printf %s "checking for $2... " >&6; }
995 +if eval test \${$3+y}
996 +then :
997 + printf %s "(cached) " >&6
998 +else case e in #(
999 + e) eval "$3=no"
1000 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1001 +/* end confdefs.h. */
1003 +int
1004 +main (void)
1006 +if (sizeof ($2))
1007 + return 0;
1009 + return 0;
1011 +_ACEOF
1012 +if ac_fn_c_try_compile "$LINENO"
1013 +then :
1014 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1015 +/* end confdefs.h. */
1017 +int
1018 +main (void)
1020 +if (sizeof (($2)))
1021 + return 0;
1023 + return 0;
1025 +_ACEOF
1026 +if ac_fn_c_try_compile "$LINENO"
1027 then :
1028 - ac_retval=0
1029 -else $as_nop
1030 - printf "%s\n" "$as_me: failed program was:" >&5
1031 -sed 's/^/| /' conftest.$ac_ext >&5
1033 - ac_retval=1
1034 +else case e in #(
1035 + e) eval "$3=yes" ;;
1036 +esac
1038 - # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1039 - # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1040 - # interfere with the next link command; also delete a directory that is
1041 - # left behind by Apple's compiler. We do this before executing the actions.
1042 - rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1043 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1045 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
1046 +esac
1048 +eval ac_res=\$$3
1049 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1050 +printf "%s\n" "$ac_res" >&6; }
1051 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1052 - as_fn_set_status $ac_retval
1054 -} # ac_fn_c_try_link
1055 +} # ac_fn_c_check_type
1057 # ac_fn_c_check_func LINENO FUNC VAR
1058 # ----------------------------------
1059 @@ -2067,8 +2131,8 @@
1060 if eval test \${$3+y}
1061 then :
1062 printf %s "(cached) " >&6
1063 -else $as_nop
1064 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1065 +else case e in #(
1066 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1067 /* end confdefs.h. */
1068 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1069 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1070 @@ -2105,44 +2169,13 @@
1071 if ac_fn_c_try_link "$LINENO"
1072 then :
1073 eval "$3=yes"
1074 -else $as_nop
1075 - if test $ac_compiler_gnu = yes; then
1076 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1077 -/* end confdefs.h. */
1078 -#undef $2
1079 -/* Declare this function with the same prototype as __builtin_$2.
1080 - This removes a warning about conflicting types for built-in function $2 */
1081 -#ifdef __cplusplus
1082 -extern "C" {
1083 -#endif
1084 -__typeof__(__builtin_$2) $2;
1085 -__typeof__(__builtin_$2) *volatile f = $2;
1086 -#ifdef __cplusplus
1088 -#endif
1090 -int
1091 -main (void)
1093 -return f != $2;
1095 - return 0;
1097 -_ACEOF
1098 -if ac_fn_c_try_link "$LINENO"
1099 -then :
1100 - eval "$3=yes"
1101 -else $as_nop
1102 - eval "$3=no"
1104 -rm -f core conftest.err conftest.$ac_objext conftest.beam \
1105 - conftest$ac_exeext conftest.$ac_ext
1106 - else
1107 - eval "$3=no"
1108 - fi
1109 +else case e in #(
1110 + e) eval "$3=no" ;;
1111 +esac
1113 rm -f core conftest.err conftest.$ac_objext conftest.beam \
1114 - conftest$ac_exeext conftest.$ac_ext
1115 + conftest$ac_exeext conftest.$ac_ext ;;
1116 +esac
1118 eval ac_res=\$$3
1119 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1120 @@ -2151,63 +2184,6 @@
1122 } # ac_fn_c_check_func
1124 -# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1125 -# -------------------------------------------
1126 -# Tests whether TYPE exists after having included INCLUDES, setting cache
1127 -# variable VAR accordingly.
1128 -ac_fn_c_check_type ()
1130 - as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1131 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1132 -printf %s "checking for $2... " >&6; }
1133 -if eval test \${$3+y}
1134 -then :
1135 - printf %s "(cached) " >&6
1136 -else $as_nop
1137 - eval "$3=no"
1138 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1139 -/* end confdefs.h. */
1141 -int
1142 -main (void)
1144 -if (sizeof ($2))
1145 - return 0;
1147 - return 0;
1149 -_ACEOF
1150 -if ac_fn_c_try_compile "$LINENO"
1151 -then :
1152 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1153 -/* end confdefs.h. */
1155 -int
1156 -main (void)
1158 -if (sizeof (($2)))
1159 - return 0;
1161 - return 0;
1163 -_ACEOF
1164 -if ac_fn_c_try_compile "$LINENO"
1165 -then :
1167 -else $as_nop
1168 - eval "$3=yes"
1170 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1172 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1174 -eval ac_res=\$$3
1175 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1176 -printf "%s\n" "$ac_res" >&6; }
1177 - eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1179 -} # ac_fn_c_check_type
1181 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1182 # ----------------------------------------------------
1183 # Tries to find if the field MEMBER exists in type AGGR, after including
1184 @@ -2220,8 +2196,8 @@
1185 if eval test \${$4+y}
1186 then :
1187 printf %s "(cached) " >&6
1188 -else $as_nop
1189 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1190 +else case e in #(
1191 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1192 /* end confdefs.h. */
1195 @@ -2237,8 +2213,8 @@
1196 if ac_fn_c_try_compile "$LINENO"
1197 then :
1198 eval "$4=yes"
1199 -else $as_nop
1200 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1201 +else case e in #(
1202 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1203 /* end confdefs.h. */
1206 @@ -2254,12 +2230,15 @@
1207 if ac_fn_c_try_compile "$LINENO"
1208 then :
1209 eval "$4=yes"
1210 -else $as_nop
1211 - eval "$4=no"
1212 +else case e in #(
1213 + e) eval "$4=no" ;;
1214 +esac
1216 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1217 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
1218 +esac
1220 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1221 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
1222 +esac
1224 eval ac_res=\$$4
1225 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1226 @@ -2281,8 +2260,8 @@
1227 if eval test \${$3+y}
1228 then :
1229 printf %s "(cached) " >&6
1230 -else $as_nop
1231 - as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1232 +else case e in #(
1233 + e) as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1234 eval ac_save_FLAGS=\$$6
1235 as_fn_append $6 " $5"
1236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1237 @@ -2306,12 +2285,14 @@
1238 if ac_fn_c_try_compile "$LINENO"
1239 then :
1240 eval "$3=yes"
1241 -else $as_nop
1242 - eval "$3=no"
1243 +else case e in #(
1244 + e) eval "$3=no" ;;
1245 +esac
1247 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1248 eval $6=\$ac_save_FLAGS
1250 + ;;
1251 +esac
1253 eval ac_res=\$$3
1254 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1255 @@ -2344,7 +2325,7 @@
1256 running configure, to aid debugging if configure makes a mistake.
1258 It was created by strace $as_me 6.13, which was
1259 -generated by GNU Autoconf 2.71. Invocation command line was
1260 +generated by GNU Autoconf 2.72. Invocation command line was
1262 $ $0$ac_configure_args_raw
1264 @@ -2590,10 +2571,10 @@
1265 printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
1266 sed 's/^/| /' "$ac_site_file" >&5
1267 . "$ac_site_file" \
1268 - || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1269 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1270 + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
1271 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
1272 as_fn_error $? "failed to load site script $ac_site_file
1273 -See \`config.log' for more details" "$LINENO" 5; }
1274 +See 'config.log' for more details" "$LINENO" 5; }
1276 done
1278 @@ -2643,6 +2624,21 @@
1279 return s;
1282 +/* C89 style stringification. */
1283 +#define noexpand_stringify(a) #a
1284 +const char *stringified = noexpand_stringify(arbitrary+token=sequence);
1286 +/* C89 style token pasting. Exercises some of the corner cases that
1287 + e.g. old MSVC gets wrong, but not very hard. */
1288 +#define noexpand_concat(a,b) a##b
1289 +#define expand_concat(a,b) noexpand_concat(a,b)
1290 +extern int vA;
1291 +extern int vbee;
1292 +#define aye A
1293 +#define bee B
1294 +int *pvA = &expand_concat(v,aye);
1295 +int *pvbee = &noexpand_concat(v,bee);
1297 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
1298 function prototypes and stuff, but not \xHH hex character constants.
1299 These do not provoke an error unfortunately, instead are silently treated
1300 @@ -2670,11 +2666,13 @@
1302 # Test code for whether the C compiler supports C99 (global declarations)
1303 ac_c_conftest_c99_globals='
1304 -// Does the compiler advertise C99 conformance?
1305 +/* Does the compiler advertise C99 conformance? */
1306 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
1307 # error "Compiler does not advertise C99 conformance"
1308 #endif
1310 +// See if C++-style comments work.
1312 #include <stdbool.h>
1313 extern int puts (const char *);
1314 extern int printf (const char *, ...);
1315 @@ -2730,7 +2728,6 @@
1316 static inline int
1317 test_restrict (ccp restrict text)
1319 - // See if C++-style comments work.
1320 // Iterate through items via the restricted pointer.
1321 // Also check for declarations in for loops.
1322 for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
1323 @@ -2796,6 +2793,8 @@
1324 ia->datasize = 10;
1325 for (int i = 0; i < ia->datasize; ++i)
1326 ia->data[i] = i * 1.234;
1327 + // Work around memory leak warnings.
1328 + free (ia);
1330 // Check named initializers.
1331 struct named_init ni = {
1332 @@ -2817,7 +2816,7 @@
1334 # Test code for whether the C compiler supports C11 (global declarations)
1335 ac_c_conftest_c11_globals='
1336 -// Does the compiler advertise C11 conformance?
1337 +/* Does the compiler advertise C11 conformance? */
1338 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
1339 # error "Compiler does not advertise C11 conformance"
1340 #endif
1341 @@ -3011,8 +3010,9 @@
1342 if $as_found
1343 then :
1345 -else $as_nop
1346 - as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
1347 +else case e in #(
1348 + e) as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 ;;
1349 +esac
1353 @@ -3040,12 +3040,12 @@
1354 eval ac_new_val=\$ac_env_${ac_var}_value
1355 case $ac_old_set,$ac_new_set in
1356 set,)
1357 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1358 -printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1359 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&5
1360 +printf "%s\n" "$as_me: error: '$ac_var' was set to '$ac_old_val' in the previous run" >&2;}
1361 ac_cache_corrupted=: ;;
1362 ,set)
1363 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
1364 -printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1365 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' was not set in the previous run" >&5
1366 +printf "%s\n" "$as_me: error: '$ac_var' was not set in the previous run" >&2;}
1367 ac_cache_corrupted=: ;;
1368 ,);;
1370 @@ -3054,18 +3054,18 @@
1371 ac_old_val_w=`echo x $ac_old_val`
1372 ac_new_val_w=`echo x $ac_new_val`
1373 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1374 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
1375 -printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1376 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: '$ac_var' has changed since the previous run:" >&5
1377 +printf "%s\n" "$as_me: error: '$ac_var' has changed since the previous run:" >&2;}
1378 ac_cache_corrupted=:
1379 else
1380 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1381 -printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1382 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&5
1383 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in '$ac_var' since the previous run:" >&2;}
1384 eval $ac_var=\$ac_old_val
1386 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
1387 -printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
1388 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
1389 -printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
1390 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: '$ac_old_val'" >&5
1391 +printf "%s\n" "$as_me: former value: '$ac_old_val'" >&2;}
1392 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: '$ac_new_val'" >&5
1393 +printf "%s\n" "$as_me: current value: '$ac_new_val'" >&2;}
1394 fi;;
1395 esac
1396 # Pass precious variables to config.status.
1397 @@ -3081,11 +3081,11 @@
1399 done
1400 if $ac_cache_corrupted; then
1401 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1402 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1403 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
1404 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
1405 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
1406 printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
1407 - as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
1408 + as_fn_error $? "run '${MAKE-make} distclean' and/or 'rm $cache_file'
1409 and start over" "$LINENO" 5
1411 ## -------------------- ##
1412 @@ -3108,7 +3108,7 @@
1414 ac_config_headers="$ac_config_headers src/config.h"
1416 -am__api_version='1.16'
1417 +am__api_version='1.17'
1421 @@ -3132,8 +3132,8 @@
1422 if test ${ac_cv_path_install+y}
1423 then :
1424 printf %s "(cached) " >&6
1425 -else $as_nop
1426 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1427 +else case e in #(
1428 + e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1429 for as_dir in $PATH
1431 IFS=$as_save_IFS
1432 @@ -3187,7 +3187,8 @@
1433 IFS=$as_save_IFS
1435 rm -rf conftest.one conftest.two conftest.dir
1437 + ;;
1438 +esac
1440 if test ${ac_cv_path_install+y}; then
1441 INSTALL=$ac_cv_path_install
1442 @@ -3210,6 +3211,165 @@
1444 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1446 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether sleep supports fractional seconds" >&5
1447 +printf %s "checking whether sleep supports fractional seconds... " >&6; }
1448 +if test ${am_cv_sleep_fractional_seconds+y}
1449 +then :
1450 + printf %s "(cached) " >&6
1451 +else case e in #(
1452 + e) if sleep 0.001 2>/dev/null
1453 +then :
1454 + am_cv_sleep_fractional_seconds=yes
1455 +else case e in #(
1456 + e) am_cv_sleep_fractional_seconds=no ;;
1457 +esac
1459 + ;;
1460 +esac
1462 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_sleep_fractional_seconds" >&5
1463 +printf "%s\n" "$am_cv_sleep_fractional_seconds" >&6; }
1465 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking filesystem timestamp resolution" >&5
1466 +printf %s "checking filesystem timestamp resolution... " >&6; }
1467 +if test ${am_cv_filesystem_timestamp_resolution+y}
1468 +then :
1469 + printf %s "(cached) " >&6
1470 +else case e in #(
1471 + e) # Default to the worst case.
1472 +am_cv_filesystem_timestamp_resolution=2
1474 +# Only try to go finer than 1 sec if sleep can do it.
1475 +# Don't try 1 sec, because if 0.01 sec and 0.1 sec don't work,
1476 +# - 1 sec is not much of a win compared to 2 sec, and
1477 +# - it takes 2 seconds to perform the test whether 1 sec works.
1479 +# Instead, just use the default 2s on platforms that have 1s resolution,
1480 +# accept the extra 1s delay when using $sleep in the Automake tests, in
1481 +# exchange for not incurring the 2s delay for running the test for all
1482 +# packages.
1484 +am_try_resolutions=
1485 +if test "$am_cv_sleep_fractional_seconds" = yes; then
1486 + # Even a millisecond often causes a bunch of false positives,
1487 + # so just try a hundredth of a second. The time saved between .001 and
1488 + # .01 is not terribly consequential.
1489 + am_try_resolutions="0.01 0.1 $am_try_resolutions"
1492 +# In order to catch current-generation FAT out, we must *modify* files
1493 +# that already exist; the *creation* timestamp is finer. Use names
1494 +# that make ls -t sort them differently when they have equal
1495 +# timestamps than when they have distinct timestamps, keeping
1496 +# in mind that ls -t prints the *newest* file first.
1497 +rm -f conftest.ts?
1498 +: > conftest.ts1
1499 +: > conftest.ts2
1500 +: > conftest.ts3
1502 +# Make sure ls -t actually works. Do 'set' in a subshell so we don't
1503 +# clobber the current shell's arguments. (Outer-level square brackets
1504 +# are removed by m4; they're present so that m4 does not expand
1505 +# <dollar><star>; be careful, easy to get confused.)
1506 +if (
1507 + set X `ls -t conftest.ts[12]` &&
1509 + test "$*" != "X conftest.ts1 conftest.ts2" ||
1510 + test "$*" != "X conftest.ts2 conftest.ts1";
1512 +); then :; else
1513 + # If neither matched, then we have a broken ls. This can happen
1514 + # if, for instance, CONFIG_SHELL is bash and it inherits a
1515 + # broken ls alias from the environment. This has actually
1516 + # happened. Such a system could not be considered "sane".
1517 + printf "%s\n" ""Bad output from ls -t: \"`ls -t conftest.ts[12]`\""" >&5
1518 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
1519 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
1520 +as_fn_error $? "ls -t produces unexpected output.
1521 +Make sure there is not a broken ls alias in your environment.
1522 +See 'config.log' for more details" "$LINENO" 5; }
1525 +for am_try_res in $am_try_resolutions; do
1526 + # Any one fine-grained sleep might happen to cross the boundary
1527 + # between two values of a coarser actual resolution, but if we do
1528 + # two fine-grained sleeps in a row, at least one of them will fall
1529 + # entirely within a coarse interval.
1530 + echo alpha > conftest.ts1
1531 + sleep $am_try_res
1532 + echo beta > conftest.ts2
1533 + sleep $am_try_res
1534 + echo gamma > conftest.ts3
1536 + # We assume that 'ls -t' will make use of high-resolution
1537 + # timestamps if the operating system supports them at all.
1538 + if (set X `ls -t conftest.ts?` &&
1539 + test "$2" = conftest.ts3 &&
1540 + test "$3" = conftest.ts2 &&
1541 + test "$4" = conftest.ts1); then
1543 + # Ok, ls -t worked. If we're at a resolution of 1 second, we're done,
1544 + # because we don't need to test make.
1545 + make_ok=true
1546 + if test $am_try_res != 1; then
1547 + # But if we've succeeded so far with a subsecond resolution, we
1548 + # have one more thing to check: make. It can happen that
1549 + # everything else supports the subsecond mtimes, but make doesn't;
1550 + # notably on macOS, which ships make 3.81 from 2006 (the last one
1551 + # released under GPLv2). https://bugs.gnu.org/68808
1553 + # We test $MAKE if it is defined in the environment, else "make".
1554 + # It might get overridden later, but our hope is that in practice
1555 + # it does not matter: it is the system "make" which is (by far)
1556 + # the most likely to be broken, whereas if the user overrides it,
1557 + # probably they did so with a better, or at least not worse, make.
1558 + # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html
1560 + # Create a Makefile (real tab character here):
1561 + rm -f conftest.mk
1562 + echo 'conftest.ts1: conftest.ts2' >conftest.mk
1563 + echo ' touch conftest.ts2' >>conftest.mk
1565 + # Now, running
1566 + # touch conftest.ts1; touch conftest.ts2; make
1567 + # should touch ts1 because ts2 is newer. This could happen by luck,
1568 + # but most often, it will fail if make's support is insufficient. So
1569 + # test for several consecutive successes.
1571 + # (We reuse conftest.ts[12] because we still want to modify existing
1572 + # files, not create new ones, per above.)
1573 + n=0
1574 + make=${MAKE-make}
1575 + until test $n -eq 3; do
1576 + echo one > conftest.ts1
1577 + sleep $am_try_res
1578 + echo two > conftest.ts2 # ts2 should now be newer than ts1
1579 + if $make -f conftest.mk | grep 'up to date' >/dev/null; then
1580 + make_ok=false
1581 + break # out of $n loop
1582 + fi
1583 + n=`expr $n + 1`
1584 + done
1585 + fi
1587 + if $make_ok; then
1588 + # Everything we know to check worked out, so call this resolution good.
1589 + am_cv_filesystem_timestamp_resolution=$am_try_res
1590 + break # out of $am_try_res loop
1591 + fi
1592 + # Otherwise, we'll go on to check the next resolution.
1593 + fi
1594 +done
1595 +rm -f conftest.ts?
1596 +# (end _am_filesystem_timestamp_resolution)
1597 + ;;
1598 +esac
1600 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_filesystem_timestamp_resolution" >&5
1601 +printf "%s\n" "$am_cv_filesystem_timestamp_resolution" >&6; }
1603 +# This check should not be cached, as it may vary across builds of
1604 +# different projects.
1605 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
1606 printf %s "checking whether build environment is sane... " >&6; }
1607 # Reject unsafe characters in $srcdir or the absolute working directory
1608 @@ -3230,49 +3390,45 @@
1609 # symlink; some systems play weird games with the mod time of symlinks
1610 # (eg FreeBSD returns the mod time of the symlink's containing
1611 # directory).
1612 -if (
1613 - am_has_slept=no
1614 - for am_try in 1 2; do
1615 - echo "timestamp, slept: $am_has_slept" > conftest.file
1616 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1617 - if test "$*" = "X"; then
1618 - # -L didn't work.
1619 - set X `ls -t "$srcdir/configure" conftest.file`
1620 - fi
1621 - if test "$*" != "X $srcdir/configure conftest.file" \
1622 - && test "$*" != "X conftest.file $srcdir/configure"; then
1623 +am_build_env_is_sane=no
1624 +am_has_slept=no
1625 +rm -f conftest.file
1626 +for am_try in 1 2; do
1627 + echo "timestamp, slept: $am_has_slept" > conftest.file
1628 + if (
1629 + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1630 + if test "$*" = "X"; then
1631 + # -L didn't work.
1632 + set X `ls -t "$srcdir/configure" conftest.file`
1633 + fi
1634 + test "$2" = conftest.file
1635 + ); then
1636 + am_build_env_is_sane=yes
1637 + break
1638 + fi
1639 + # Just in case.
1640 + sleep "$am_cv_filesystem_timestamp_resolution"
1641 + am_has_slept=yes
1642 +done
1644 - # If neither matched, then we have a broken ls. This can happen
1645 - # if, for instance, CONFIG_SHELL is bash and it inherits a
1646 - # broken ls alias from the environment. This has actually
1647 - # happened. Such a system could not be considered "sane".
1648 - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
1649 - alias in your environment" "$LINENO" 5
1650 - fi
1651 - if test "$2" = conftest.file || test $am_try -eq 2; then
1652 - break
1653 - fi
1654 - # Just in case.
1655 - sleep 1
1656 - am_has_slept=yes
1657 - done
1658 - test "$2" = conftest.file
1660 -then
1661 - # Ok.
1663 -else
1664 - as_fn_error $? "newly created file is older than distributed files!
1665 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_build_env_is_sane" >&5
1666 +printf "%s\n" "$am_build_env_is_sane" >&6; }
1667 +if test "$am_build_env_is_sane" = no; then
1668 + as_fn_error $? "newly created file is older than distributed files!
1669 Check your system clock" "$LINENO" 5
1671 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1672 -printf "%s\n" "yes" >&6; }
1674 # If we didn't sleep, we still need to ensure time stamps of config.status and
1675 # generated files are strictly newer.
1676 am_sleep_pid=
1677 -if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1678 - ( sleep 1 ) &
1679 +if test -e conftest.file || grep 'slept: no' conftest.file >/dev/null 2>&1
1680 +then :
1682 +else case e in #(
1683 + e) ( sleep "$am_cv_filesystem_timestamp_resolution" ) &
1684 am_sleep_pid=$!
1685 + ;;
1686 +esac
1689 rm -f conftest.file
1690 @@ -3283,7 +3439,7 @@
1691 test "$program_suffix" != NONE &&
1692 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1693 # Double any \ or $.
1694 -# By default was `s,x,x', remove it if useless.
1695 +# By default was 's,x,x', remove it if useless.
1696 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
1697 program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
1699 @@ -3326,8 +3482,8 @@
1700 if test ${ac_cv_prog_STRIP+y}
1701 then :
1702 printf %s "(cached) " >&6
1703 -else $as_nop
1704 - if test -n "$STRIP"; then
1705 +else case e in #(
1706 + e) if test -n "$STRIP"; then
1707 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1708 else
1709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1710 @@ -3349,7 +3505,8 @@
1711 done
1712 IFS=$as_save_IFS
1715 +fi ;;
1716 +esac
1718 STRIP=$ac_cv_prog_STRIP
1719 if test -n "$STRIP"; then
1720 @@ -3371,8 +3528,8 @@
1721 if test ${ac_cv_prog_ac_ct_STRIP+y}
1722 then :
1723 printf %s "(cached) " >&6
1724 -else $as_nop
1725 - if test -n "$ac_ct_STRIP"; then
1726 +else case e in #(
1727 + e) if test -n "$ac_ct_STRIP"; then
1728 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1729 else
1730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1731 @@ -3394,7 +3551,8 @@
1732 done
1733 IFS=$as_save_IFS
1736 +fi ;;
1737 +esac
1739 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1740 if test -n "$ac_ct_STRIP"; then
1741 @@ -3430,8 +3588,8 @@
1742 if test ${ac_cv_path_mkdir+y}
1743 then :
1744 printf %s "(cached) " >&6
1745 -else $as_nop
1746 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1747 +else case e in #(
1748 + e) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1749 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
1751 IFS=$as_save_IFS
1752 @@ -3445,7 +3603,7 @@
1753 as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
1754 case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
1755 'mkdir ('*'coreutils) '* | \
1756 - 'BusyBox '* | \
1757 + *'BusyBox '* | \
1758 'mkdir (fileutils) '4.1*)
1759 ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
1760 break 3;;
1761 @@ -3454,18 +3612,17 @@
1762 done
1763 done
1764 IFS=$as_save_IFS
1766 + ;;
1767 +esac
1770 test -d ./--version && rmdir ./--version
1771 if test ${ac_cv_path_mkdir+y}; then
1772 MKDIR_P="$ac_cv_path_mkdir -p"
1773 else
1774 - # As a last resort, use the slow shell script. Don't cache a
1775 - # value for MKDIR_P within a source directory, because that will
1776 - # break other packages using the cache if that directory is
1777 - # removed, or if the value is a relative name.
1778 - MKDIR_P="$ac_install_sh -d"
1779 + # As a last resort, use plain mkdir -p,
1780 + # in the hope it doesn't have the bugs of ancient mkdir.
1781 + MKDIR_P='mkdir -p'
1784 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
1785 @@ -3480,8 +3637,8 @@
1786 if test ${ac_cv_prog_AWK+y}
1787 then :
1788 printf %s "(cached) " >&6
1789 -else $as_nop
1790 - if test -n "$AWK"; then
1791 +else case e in #(
1792 + e) if test -n "$AWK"; then
1793 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1794 else
1795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1796 @@ -3503,7 +3660,8 @@
1797 done
1798 IFS=$as_save_IFS
1801 +fi ;;
1802 +esac
1804 AWK=$ac_cv_prog_AWK
1805 if test -n "$AWK"; then
1806 @@ -3525,8 +3683,8 @@
1807 if eval test \${ac_cv_prog_make_${ac_make}_set+y}
1808 then :
1809 printf %s "(cached) " >&6
1810 -else $as_nop
1811 - cat >conftest.make <<\_ACEOF
1812 +else case e in #(
1813 + e) cat >conftest.make <<\_ACEOF
1814 SHELL = /bin/sh
1815 all:
1816 @echo '@@@%%%=$(MAKE)=@@@%%%'
1817 @@ -3538,7 +3696,8 @@
1819 eval ac_cv_prog_make_${ac_make}_set=no;;
1820 esac
1821 -rm -f conftest.make
1822 +rm -f conftest.make ;;
1823 +esac
1825 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1826 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1827 @@ -3559,25 +3718,21 @@
1829 rmdir .tst 2>/dev/null
1831 +AM_DEFAULT_VERBOSITY=1
1832 # Check whether --enable-silent-rules was given.
1833 if test ${enable_silent_rules+y}
1834 then :
1835 enableval=$enable_silent_rules;
1838 -case $enable_silent_rules in # (((
1839 - yes) AM_DEFAULT_VERBOSITY=0;;
1840 - no) AM_DEFAULT_VERBOSITY=1;;
1841 - *) AM_DEFAULT_VERBOSITY=1;;
1842 -esac
1843 am_make=${MAKE-make}
1844 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1845 printf %s "checking whether $am_make supports nested variables... " >&6; }
1846 if test ${am_cv_make_support_nested_variables+y}
1847 then :
1848 printf %s "(cached) " >&6
1849 -else $as_nop
1850 - if printf "%s\n" 'TRUE=$(BAR$(V))
1851 +else case e in #(
1852 + e) if printf "%s\n" 'TRUE=$(BAR$(V))
1853 BAR0=false
1854 BAR1=true
1856 @@ -3587,19 +3742,50 @@
1857 am_cv_make_support_nested_variables=yes
1858 else
1859 am_cv_make_support_nested_variables=no
1861 +fi ;;
1862 +esac
1864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1865 printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
1866 -if test $am_cv_make_support_nested_variables = yes; then
1867 - AM_V='$(V)'
1868 - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1869 -else
1870 - AM_V=$AM_DEFAULT_VERBOSITY
1871 - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1873 AM_BACKSLASH='\'
1875 +am__rm_f_notfound=
1876 +if (rm -f && rm -fr && rm -rf) 2>/dev/null
1877 +then :
1879 +else case e in #(
1880 + e) am__rm_f_notfound='""' ;;
1881 +esac
1885 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking xargs -n works" >&5
1886 +printf %s "checking xargs -n works... " >&6; }
1887 +if test ${am_cv_xargs_n_works+y}
1888 +then :
1889 + printf %s "(cached) " >&6
1890 +else case e in #(
1891 + e) if test "`echo 1 2 3 | xargs -n2 echo`" = "1 2
1893 +then :
1894 + am_cv_xargs_n_works=yes
1895 +else case e in #(
1896 + e) am_cv_xargs_n_works=no ;;
1897 +esac
1898 +fi ;;
1899 +esac
1901 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_xargs_n_works" >&5
1902 +printf "%s\n" "$am_cv_xargs_n_works" >&6; }
1903 +if test "$am_cv_xargs_n_works" = yes
1904 +then :
1905 + am__xargs_n='xargs -n'
1906 +else case e in #(
1907 + e) am__xargs_n='am__xargs_n () { shift; sed "s/ /\\n/g" | while read am__xargs_n_arg; do "" "$am__xargs_n_arg"; done; }'
1908 + ;;
1909 +esac
1912 if test "`cd $srcdir && pwd`" != "`pwd`"; then
1913 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1914 # is not polluted with repeated "-I."
1915 @@ -3683,47 +3869,9 @@
1919 -# POSIX will say in a future version that running "rm -f" with no argument
1920 -# is OK; and we want to be able to make that assumption in our Makefile
1921 -# recipes. So use an aggressive probe to check that the usage we want is
1922 -# actually supported "in the wild" to an acceptable degree.
1923 -# See automake bug#10828.
1924 -# To make any issue more visible, cause the running configure to be aborted
1925 -# by default if the 'rm' program in use doesn't match our expectations; the
1926 -# user can still override this though.
1927 -if rm -f && rm -fr && rm -rf; then : OK; else
1928 - cat >&2 <<'END'
1929 -Oops!
1931 -Your 'rm' program seems unable to run without file operands specified
1932 -on the command line, even when the '-f' option is present. This is contrary
1933 -to the behaviour of most rm programs out there, and not conforming with
1934 -the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1936 -Please tell bug-automake@gnu.org about your system, including the value
1937 -of your $PATH and any error possibly output before this message. This
1938 -can help us improve future automake versions.
1940 -END
1941 - if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1942 - echo 'Configuration will proceed anyway, since you have set the' >&2
1943 - echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1944 - echo >&2
1945 - else
1946 - cat >&2 <<'END'
1947 -Aborting the configuration process, to ensure you take notice of the issue.
1949 -You can download and install GNU coreutils to get an 'rm' implementation
1950 -that behaves properly: <https://www.gnu.org/software/coreutils/>.
1952 -If you want to complete the configuration process using your problematic
1953 -'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1954 -to "yes", and re-run configure.
1956 -END
1957 - as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
1958 - fi
1962 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1963 @@ -3732,8 +3880,9 @@
1964 if test ${enable_maintainer_mode+y}
1965 then :
1966 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1967 -else $as_nop
1968 - USE_MAINTAINER_MODE=no
1969 +else case e in #(
1970 + e) USE_MAINTAINER_MODE=no ;;
1971 +esac
1974 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1975 @@ -3760,15 +3909,16 @@
1976 if test ${ac_cv_build+y}
1977 then :
1978 printf %s "(cached) " >&6
1979 -else $as_nop
1980 - ac_build_alias=$build_alias
1981 +else case e in #(
1982 + e) ac_build_alias=$build_alias
1983 test "x$ac_build_alias" = x &&
1984 ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
1985 test "x$ac_build_alias" = x &&
1986 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
1987 ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
1988 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
1990 + ;;
1991 +esac
1993 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
1994 printf "%s\n" "$ac_cv_build" >&6; }
1995 @@ -3795,14 +3945,15 @@
1996 if test ${ac_cv_host+y}
1997 then :
1998 printf %s "(cached) " >&6
1999 -else $as_nop
2000 - if test "x$host_alias" = x; then
2001 +else case e in #(
2002 + e) if test "x$host_alias" = x; then
2003 ac_cv_host=$ac_cv_build
2004 else
2005 ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
2006 as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
2009 + ;;
2010 +esac
2012 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2013 printf "%s\n" "$ac_cv_host" >&6; }
2014 @@ -3852,8 +4003,8 @@
2015 if test ${ac_cv_prog_CC+y}
2016 then :
2017 printf %s "(cached) " >&6
2018 -else $as_nop
2019 - if test -n "$CC"; then
2020 +else case e in #(
2021 + e) if test -n "$CC"; then
2022 ac_cv_prog_CC="$CC" # Let the user override the test.
2023 else
2024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2025 @@ -3875,7 +4026,8 @@
2026 done
2027 IFS=$as_save_IFS
2030 +fi ;;
2031 +esac
2033 CC=$ac_cv_prog_CC
2034 if test -n "$CC"; then
2035 @@ -3897,8 +4049,8 @@
2036 if test ${ac_cv_prog_ac_ct_CC+y}
2037 then :
2038 printf %s "(cached) " >&6
2039 -else $as_nop
2040 - if test -n "$ac_ct_CC"; then
2041 +else case e in #(
2042 + e) if test -n "$ac_ct_CC"; then
2043 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2044 else
2045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2046 @@ -3920,7 +4072,8 @@
2047 done
2048 IFS=$as_save_IFS
2051 +fi ;;
2052 +esac
2054 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2055 if test -n "$ac_ct_CC"; then
2056 @@ -3955,8 +4108,8 @@
2057 if test ${ac_cv_prog_CC+y}
2058 then :
2059 printf %s "(cached) " >&6
2060 -else $as_nop
2061 - if test -n "$CC"; then
2062 +else case e in #(
2063 + e) if test -n "$CC"; then
2064 ac_cv_prog_CC="$CC" # Let the user override the test.
2065 else
2066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2067 @@ -3978,7 +4131,8 @@
2068 done
2069 IFS=$as_save_IFS
2072 +fi ;;
2073 +esac
2075 CC=$ac_cv_prog_CC
2076 if test -n "$CC"; then
2077 @@ -4000,8 +4154,8 @@
2078 if test ${ac_cv_prog_CC+y}
2079 then :
2080 printf %s "(cached) " >&6
2081 -else $as_nop
2082 - if test -n "$CC"; then
2083 +else case e in #(
2084 + e) if test -n "$CC"; then
2085 ac_cv_prog_CC="$CC" # Let the user override the test.
2086 else
2087 ac_prog_rejected=no
2088 @@ -4040,7 +4194,8 @@
2089 ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
2093 +fi ;;
2094 +esac
2096 CC=$ac_cv_prog_CC
2097 if test -n "$CC"; then
2098 @@ -4064,8 +4219,8 @@
2099 if test ${ac_cv_prog_CC+y}
2100 then :
2101 printf %s "(cached) " >&6
2102 -else $as_nop
2103 - if test -n "$CC"; then
2104 +else case e in #(
2105 + e) if test -n "$CC"; then
2106 ac_cv_prog_CC="$CC" # Let the user override the test.
2107 else
2108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2109 @@ -4087,7 +4242,8 @@
2110 done
2111 IFS=$as_save_IFS
2114 +fi ;;
2115 +esac
2117 CC=$ac_cv_prog_CC
2118 if test -n "$CC"; then
2119 @@ -4113,8 +4269,8 @@
2120 if test ${ac_cv_prog_ac_ct_CC+y}
2121 then :
2122 printf %s "(cached) " >&6
2123 -else $as_nop
2124 - if test -n "$ac_ct_CC"; then
2125 +else case e in #(
2126 + e) if test -n "$ac_ct_CC"; then
2127 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2128 else
2129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2130 @@ -4136,7 +4292,8 @@
2131 done
2132 IFS=$as_save_IFS
2135 +fi ;;
2136 +esac
2138 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2139 if test -n "$ac_ct_CC"; then
2140 @@ -4174,8 +4331,8 @@
2141 if test ${ac_cv_prog_CC+y}
2142 then :
2143 printf %s "(cached) " >&6
2144 -else $as_nop
2145 - if test -n "$CC"; then
2146 +else case e in #(
2147 + e) if test -n "$CC"; then
2148 ac_cv_prog_CC="$CC" # Let the user override the test.
2149 else
2150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2151 @@ -4197,7 +4354,8 @@
2152 done
2153 IFS=$as_save_IFS
2156 +fi ;;
2157 +esac
2159 CC=$ac_cv_prog_CC
2160 if test -n "$CC"; then
2161 @@ -4219,8 +4377,8 @@
2162 if test ${ac_cv_prog_ac_ct_CC+y}
2163 then :
2164 printf %s "(cached) " >&6
2165 -else $as_nop
2166 - if test -n "$ac_ct_CC"; then
2167 +else case e in #(
2168 + e) if test -n "$ac_ct_CC"; then
2169 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2170 else
2171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2172 @@ -4242,7 +4400,8 @@
2173 done
2174 IFS=$as_save_IFS
2177 +fi ;;
2178 +esac
2180 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2181 if test -n "$ac_ct_CC"; then
2182 @@ -4271,10 +4430,10 @@
2186 -test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2187 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2188 +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
2189 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
2190 as_fn_error $? "no acceptable C compiler found in \$PATH
2191 -See \`config.log' for more details" "$LINENO" 5; }
2192 +See 'config.log' for more details" "$LINENO" 5; }
2194 # Provide some information about the compiler.
2195 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2196 @@ -4346,8 +4505,8 @@
2197 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2198 test $ac_status = 0; }
2199 then :
2200 - # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2201 -# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2202 + # Autoconf-2.13 could set the ac_cv_exeext variable to 'no'.
2203 +# So ignore a value of 'no', otherwise this would lead to 'EXEEXT = no'
2204 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2205 # so that the user can short-circuit this test for compilers unknown to
2206 # Autoconf.
2207 @@ -4367,7 +4526,7 @@
2208 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2210 # We set ac_cv_exeext here because the later test for it is not
2211 - # safe: cross compilers may not add the suffix if given an `-o'
2212 + # safe: cross compilers may not add the suffix if given an '-o'
2213 # argument, so we may need to know it at that point already.
2214 # Even if this section looks crufty: it has the advantage of
2215 # actually working.
2216 @@ -4378,8 +4537,9 @@
2217 done
2218 test "$ac_cv_exeext" = no && ac_cv_exeext=
2220 -else $as_nop
2221 - ac_file=''
2222 +else case e in #(
2223 + e) ac_file='' ;;
2224 +esac
2226 if test -z "$ac_file"
2227 then :
2228 @@ -4388,13 +4548,14 @@
2229 printf "%s\n" "$as_me: failed program was:" >&5
2230 sed 's/^/| /' conftest.$ac_ext >&5
2232 -{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2233 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2234 +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
2235 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
2236 as_fn_error 77 "C compiler cannot create executables
2237 -See \`config.log' for more details" "$LINENO" 5; }
2238 -else $as_nop
2239 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2240 -printf "%s\n" "yes" >&6; }
2241 +See 'config.log' for more details" "$LINENO" 5; }
2242 +else case e in #(
2243 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2244 +printf "%s\n" "yes" >&6; } ;;
2245 +esac
2247 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2248 printf %s "checking for C compiler default output file name... " >&6; }
2249 @@ -4418,10 +4579,10 @@
2250 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2251 test $ac_status = 0; }
2252 then :
2253 - # If both `conftest.exe' and `conftest' are `present' (well, observable)
2254 -# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2255 -# work properly (i.e., refer to `conftest.exe'), while it won't with
2256 -# `rm'.
2257 + # If both 'conftest.exe' and 'conftest' are 'present' (well, observable)
2258 +# catch 'conftest.exe'. For instance with Cygwin, 'ls conftest' will
2259 +# work properly (i.e., refer to 'conftest.exe'), while it won't with
2260 +# 'rm'.
2261 for ac_file in conftest.exe conftest conftest.*; do
2262 test -f "$ac_file" || continue
2263 case $ac_file in
2264 @@ -4431,11 +4592,12 @@
2265 * ) break;;
2266 esac
2267 done
2268 -else $as_nop
2269 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2270 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2271 +else case e in #(
2272 + e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
2273 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
2274 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2275 -See \`config.log' for more details" "$LINENO" 5; }
2276 +See 'config.log' for more details" "$LINENO" 5; } ;;
2277 +esac
2279 rm -f conftest conftest$ac_cv_exeext
2280 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2281 @@ -4492,26 +4654,27 @@
2282 if test "$cross_compiling" = maybe; then
2283 cross_compiling=yes
2284 else
2285 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2286 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2287 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
2288 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
2289 as_fn_error 77 "cannot run C compiled programs.
2290 -If you meant to cross compile, use \`--host'.
2291 -See \`config.log' for more details" "$LINENO" 5; }
2292 +If you meant to cross compile, use '--host'.
2293 +See 'config.log' for more details" "$LINENO" 5; }
2297 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2298 printf "%s\n" "$cross_compiling" >&6; }
2300 -rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2301 +rm -f conftest.$ac_ext conftest$ac_cv_exeext \
2302 + conftest.o conftest.obj conftest.out
2303 ac_clean_files=$ac_clean_files_save
2304 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2305 printf %s "checking for suffix of object files... " >&6; }
2306 if test ${ac_cv_objext+y}
2307 then :
2308 printf %s "(cached) " >&6
2309 -else $as_nop
2310 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2311 +else case e in #(
2312 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2313 /* end confdefs.h. */
2316 @@ -4543,16 +4706,18 @@
2317 break;;
2318 esac
2319 done
2320 -else $as_nop
2321 - printf "%s\n" "$as_me: failed program was:" >&5
2322 +else case e in #(
2323 + e) printf "%s\n" "$as_me: failed program was:" >&5
2324 sed 's/^/| /' conftest.$ac_ext >&5
2326 -{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2327 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2328 +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
2329 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
2330 as_fn_error $? "cannot compute suffix of object files: cannot compile
2331 -See \`config.log' for more details" "$LINENO" 5; }
2332 +See 'config.log' for more details" "$LINENO" 5; } ;;
2333 +esac
2335 -rm -f conftest.$ac_cv_objext conftest.$ac_ext
2336 +rm -f conftest.$ac_cv_objext conftest.$ac_ext ;;
2337 +esac
2339 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2340 printf "%s\n" "$ac_cv_objext" >&6; }
2341 @@ -4563,8 +4728,8 @@
2342 if test ${ac_cv_c_compiler_gnu+y}
2343 then :
2344 printf %s "(cached) " >&6
2345 -else $as_nop
2346 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2347 +else case e in #(
2348 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2349 /* end confdefs.h. */
2352 @@ -4581,12 +4746,14 @@
2353 if ac_fn_c_try_compile "$LINENO"
2354 then :
2355 ac_compiler_gnu=yes
2356 -else $as_nop
2357 - ac_compiler_gnu=no
2358 +else case e in #(
2359 + e) ac_compiler_gnu=no ;;
2360 +esac
2362 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2363 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2365 + ;;
2366 +esac
2368 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2369 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
2370 @@ -4604,8 +4771,8 @@
2371 if test ${ac_cv_prog_cc_g+y}
2372 then :
2373 printf %s "(cached) " >&6
2374 -else $as_nop
2375 - ac_save_c_werror_flag=$ac_c_werror_flag
2376 +else case e in #(
2377 + e) ac_save_c_werror_flag=$ac_c_werror_flag
2378 ac_c_werror_flag=yes
2379 ac_cv_prog_cc_g=no
2380 CFLAGS="-g"
2381 @@ -4623,8 +4790,8 @@
2382 if ac_fn_c_try_compile "$LINENO"
2383 then :
2384 ac_cv_prog_cc_g=yes
2385 -else $as_nop
2386 - CFLAGS=""
2387 +else case e in #(
2388 + e) CFLAGS=""
2389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2390 /* end confdefs.h. */
2392 @@ -4639,8 +4806,8 @@
2393 if ac_fn_c_try_compile "$LINENO"
2394 then :
2396 -else $as_nop
2397 - ac_c_werror_flag=$ac_save_c_werror_flag
2398 +else case e in #(
2399 + e) ac_c_werror_flag=$ac_save_c_werror_flag
2400 CFLAGS="-g"
2401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2402 /* end confdefs.h. */
2403 @@ -4657,12 +4824,15 @@
2404 then :
2405 ac_cv_prog_cc_g=yes
2407 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2408 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
2409 +esac
2411 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2412 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
2413 +esac
2415 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2416 - ac_c_werror_flag=$ac_save_c_werror_flag
2417 + ac_c_werror_flag=$ac_save_c_werror_flag ;;
2418 +esac
2420 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
2421 printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
2422 @@ -4689,8 +4859,8 @@
2423 if test ${ac_cv_prog_cc_c11+y}
2424 then :
2425 printf %s "(cached) " >&6
2426 -else $as_nop
2427 - ac_cv_prog_cc_c11=no
2428 +else case e in #(
2429 + e) ac_cv_prog_cc_c11=no
2430 ac_save_CC=$CC
2431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2432 /* end confdefs.h. */
2433 @@ -4707,25 +4877,28 @@
2434 test "x$ac_cv_prog_cc_c11" != "xno" && break
2435 done
2436 rm -f conftest.$ac_ext
2437 -CC=$ac_save_CC
2438 +CC=$ac_save_CC ;;
2439 +esac
2442 if test "x$ac_cv_prog_cc_c11" = xno
2443 then :
2444 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2445 printf "%s\n" "unsupported" >&6; }
2446 -else $as_nop
2447 - if test "x$ac_cv_prog_cc_c11" = x
2448 +else case e in #(
2449 + e) if test "x$ac_cv_prog_cc_c11" = x
2450 then :
2451 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
2452 printf "%s\n" "none needed" >&6; }
2453 -else $as_nop
2454 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
2455 +else case e in #(
2456 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
2457 printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
2458 - CC="$CC $ac_cv_prog_cc_c11"
2459 + CC="$CC $ac_cv_prog_cc_c11" ;;
2460 +esac
2462 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
2463 - ac_prog_cc_stdc=c11
2464 + ac_prog_cc_stdc=c11 ;;
2465 +esac
2468 if test x$ac_prog_cc_stdc = xno
2469 @@ -4735,8 +4908,8 @@
2470 if test ${ac_cv_prog_cc_c99+y}
2471 then :
2472 printf %s "(cached) " >&6
2473 -else $as_nop
2474 - ac_cv_prog_cc_c99=no
2475 +else case e in #(
2476 + e) ac_cv_prog_cc_c99=no
2477 ac_save_CC=$CC
2478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2479 /* end confdefs.h. */
2480 @@ -4753,25 +4926,28 @@
2481 test "x$ac_cv_prog_cc_c99" != "xno" && break
2482 done
2483 rm -f conftest.$ac_ext
2484 -CC=$ac_save_CC
2485 +CC=$ac_save_CC ;;
2486 +esac
2489 if test "x$ac_cv_prog_cc_c99" = xno
2490 then :
2491 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2492 printf "%s\n" "unsupported" >&6; }
2493 -else $as_nop
2494 - if test "x$ac_cv_prog_cc_c99" = x
2495 +else case e in #(
2496 + e) if test "x$ac_cv_prog_cc_c99" = x
2497 then :
2498 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
2499 printf "%s\n" "none needed" >&6; }
2500 -else $as_nop
2501 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
2502 +else case e in #(
2503 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
2504 printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
2505 - CC="$CC $ac_cv_prog_cc_c99"
2506 + CC="$CC $ac_cv_prog_cc_c99" ;;
2507 +esac
2509 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
2510 - ac_prog_cc_stdc=c99
2511 + ac_prog_cc_stdc=c99 ;;
2512 +esac
2515 if test x$ac_prog_cc_stdc = xno
2516 @@ -4781,8 +4957,8 @@
2517 if test ${ac_cv_prog_cc_c89+y}
2518 then :
2519 printf %s "(cached) " >&6
2520 -else $as_nop
2521 - ac_cv_prog_cc_c89=no
2522 +else case e in #(
2523 + e) ac_cv_prog_cc_c89=no
2524 ac_save_CC=$CC
2525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2526 /* end confdefs.h. */
2527 @@ -4799,25 +4975,28 @@
2528 test "x$ac_cv_prog_cc_c89" != "xno" && break
2529 done
2530 rm -f conftest.$ac_ext
2531 -CC=$ac_save_CC
2532 +CC=$ac_save_CC ;;
2533 +esac
2536 if test "x$ac_cv_prog_cc_c89" = xno
2537 then :
2538 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
2539 printf "%s\n" "unsupported" >&6; }
2540 -else $as_nop
2541 - if test "x$ac_cv_prog_cc_c89" = x
2542 +else case e in #(
2543 + e) if test "x$ac_cv_prog_cc_c89" = x
2544 then :
2545 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
2546 printf "%s\n" "none needed" >&6; }
2547 -else $as_nop
2548 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
2549 +else case e in #(
2550 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
2551 printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
2552 - CC="$CC $ac_cv_prog_cc_c89"
2553 + CC="$CC $ac_cv_prog_cc_c89" ;;
2554 +esac
2556 ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
2557 - ac_prog_cc_stdc=c89
2558 + ac_prog_cc_stdc=c89 ;;
2559 +esac
2563 @@ -4838,8 +5017,8 @@
2564 if test ${am_cv_prog_cc_c_o+y}
2565 then :
2566 printf %s "(cached) " >&6
2567 -else $as_nop
2568 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2569 +else case e in #(
2570 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2571 /* end confdefs.h. */
2574 @@ -4869,7 +5048,8 @@
2576 done
2577 rm -f core conftest*
2578 - unset am_i
2579 + unset am_i ;;
2580 +esac
2582 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
2583 printf "%s\n" "$am_cv_prog_cc_c_o" >&6; }
2584 @@ -4959,8 +5139,8 @@
2585 if test ${am_cv_CC_dependencies_compiler_type+y}
2586 then :
2587 printf %s "(cached) " >&6
2588 -else $as_nop
2589 - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2590 +else case e in #(
2591 + e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2592 # We make a subdir and do the tests there. Otherwise we can end up
2593 # making bogus files that we don't know about and never remove. For
2594 # instance it was reported that on HP-UX the gcc test will end up
2595 @@ -5047,7 +5227,7 @@
2596 # icc doesn't choke on unknown options, it will just issue warnings
2597 # or remarks (even with -Werror). So we grep stderr for any message
2598 # that says an option was ignored or not supported.
2599 - # When given -MP, icc 7.0 and 7.1 complain thusly:
2600 + # When given -MP, icc 7.0 and 7.1 complain thus:
2601 # icc: Command line warning: ignoring option '-M'; no argument required
2602 # The diagnosis changed in icc 8.0:
2603 # icc: Command line remark: option '-MP' not supported
2604 @@ -5064,7 +5244,8 @@
2605 else
2606 am_cv_CC_dependencies_compiler_type=none
2609 + ;;
2610 +esac
2612 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
2613 printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
2614 @@ -5096,8 +5277,8 @@
2615 if test ${ac_cv_prog_CPP+y}
2616 then :
2617 printf %s "(cached) " >&6
2618 -else $as_nop
2619 - # Double quotes because $CC needs to be expanded
2620 +else case e in #(
2621 + e) # Double quotes because $CC needs to be expanded
2622 for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp
2624 ac_preproc_ok=false
2625 @@ -5115,9 +5296,10 @@
2626 if ac_fn_c_try_cpp "$LINENO"
2627 then :
2629 -else $as_nop
2630 - # Broken: fails on valid input.
2631 -continue
2632 +else case e in #(
2633 + e) # Broken: fails on valid input.
2634 +continue ;;
2635 +esac
2637 rm -f conftest.err conftest.i conftest.$ac_ext
2639 @@ -5131,15 +5313,16 @@
2640 then :
2641 # Broken: success on invalid input.
2642 continue
2643 -else $as_nop
2644 - # Passes both tests.
2645 +else case e in #(
2646 + e) # Passes both tests.
2647 ac_preproc_ok=:
2648 -break
2649 +break ;;
2650 +esac
2652 rm -f conftest.err conftest.i conftest.$ac_ext
2654 done
2655 -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2656 +# Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2657 rm -f conftest.i conftest.err conftest.$ac_ext
2658 if $ac_preproc_ok
2659 then :
2660 @@ -5148,7 +5331,8 @@
2662 done
2663 ac_cv_prog_CPP=$CPP
2665 + ;;
2666 +esac
2668 CPP=$ac_cv_prog_CPP
2669 else
2670 @@ -5171,9 +5355,10 @@
2671 if ac_fn_c_try_cpp "$LINENO"
2672 then :
2674 -else $as_nop
2675 - # Broken: fails on valid input.
2676 -continue
2677 +else case e in #(
2678 + e) # Broken: fails on valid input.
2679 +continue ;;
2680 +esac
2682 rm -f conftest.err conftest.i conftest.$ac_ext
2684 @@ -5187,24 +5372,26 @@
2685 then :
2686 # Broken: success on invalid input.
2687 continue
2688 -else $as_nop
2689 - # Passes both tests.
2690 +else case e in #(
2691 + e) # Passes both tests.
2692 ac_preproc_ok=:
2693 -break
2694 +break ;;
2695 +esac
2697 rm -f conftest.err conftest.i conftest.$ac_ext
2699 done
2700 -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2701 +# Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2702 rm -f conftest.i conftest.err conftest.$ac_ext
2703 if $ac_preproc_ok
2704 then :
2706 -else $as_nop
2707 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2708 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
2709 +else case e in #(
2710 + e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
2711 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
2712 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
2713 -See \`config.log' for more details" "$LINENO" 5; }
2714 +See 'config.log' for more details" "$LINENO" 5; } ;;
2715 +esac
2718 ac_ext=c
2719 @@ -5222,8 +5409,8 @@
2720 if test ${ac_cv_prog_RANLIB+y}
2721 then :
2722 printf %s "(cached) " >&6
2723 -else $as_nop
2724 - if test -n "$RANLIB"; then
2725 +else case e in #(
2726 + e) if test -n "$RANLIB"; then
2727 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2728 else
2729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2730 @@ -5245,7 +5432,8 @@
2731 done
2732 IFS=$as_save_IFS
2735 +fi ;;
2736 +esac
2738 RANLIB=$ac_cv_prog_RANLIB
2739 if test -n "$RANLIB"; then
2740 @@ -5267,8 +5455,8 @@
2741 if test ${ac_cv_prog_ac_ct_RANLIB+y}
2742 then :
2743 printf %s "(cached) " >&6
2744 -else $as_nop
2745 - if test -n "$ac_ct_RANLIB"; then
2746 +else case e in #(
2747 + e) if test -n "$ac_ct_RANLIB"; then
2748 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
2749 else
2750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2751 @@ -5290,7 +5478,8 @@
2752 done
2753 IFS=$as_save_IFS
2756 +fi ;;
2757 +esac
2759 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
2760 if test -n "$ac_ct_RANLIB"; then
2761 @@ -5369,8 +5558,8 @@
2762 if test ${ac_cv_safe_to_define___extensions__+y}
2763 then :
2764 printf %s "(cached) " >&6
2765 -else $as_nop
2766 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2767 +else case e in #(
2768 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2769 /* end confdefs.h. */
2771 # define __EXTENSIONS__ 1
2772 @@ -5386,10 +5575,12 @@
2773 if ac_fn_c_try_compile "$LINENO"
2774 then :
2775 ac_cv_safe_to_define___extensions__=yes
2776 -else $as_nop
2777 - ac_cv_safe_to_define___extensions__=no
2778 +else case e in #(
2779 + e) ac_cv_safe_to_define___extensions__=no ;;
2780 +esac
2782 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2783 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
2784 +esac
2786 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
2787 printf "%s\n" "$ac_cv_safe_to_define___extensions__" >&6; }
2788 @@ -5399,8 +5590,8 @@
2789 if test ${ac_cv_should_define__xopen_source+y}
2790 then :
2791 printf %s "(cached) " >&6
2792 -else $as_nop
2793 - ac_cv_should_define__xopen_source=no
2794 +else case e in #(
2795 + e) ac_cv_should_define__xopen_source=no
2796 if test $ac_cv_header_wchar_h = yes
2797 then :
2798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2799 @@ -5419,8 +5610,8 @@
2800 if ac_fn_c_try_compile "$LINENO"
2801 then :
2803 -else $as_nop
2804 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2805 +else case e in #(
2806 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2807 /* end confdefs.h. */
2809 #define _XOPEN_SOURCE 500
2810 @@ -5438,10 +5629,12 @@
2811 then :
2812 ac_cv_should_define__xopen_source=yes
2814 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2815 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
2816 +esac
2818 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
2820 +fi ;;
2821 +esac
2823 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
2824 printf "%s\n" "$ac_cv_should_define__xopen_source" >&6; }
2825 @@ -5466,6 +5659,8 @@
2827 printf "%s\n" "#define __STDC_WANT_IEC_60559_DFP_EXT__ 1" >>confdefs.h
2829 + printf "%s\n" "#define __STDC_WANT_IEC_60559_EXT__ 1" >>confdefs.h
2831 printf "%s\n" "#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1" >>confdefs.h
2833 printf "%s\n" "#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1" >>confdefs.h
2834 @@ -5485,8 +5680,9 @@
2836 printf "%s\n" "#define _POSIX_1_SOURCE 2" >>confdefs.h
2838 -else $as_nop
2839 - MINIX=
2840 +else case e in #(
2841 + e) MINIX= ;;
2842 +esac
2844 if test $ac_cv_safe_to_define___extensions__ = yes
2845 then :
2846 @@ -5504,8 +5700,8 @@
2847 if test ${ac_cv_path_SED+y}
2848 then :
2849 printf %s "(cached) " >&6
2850 -else $as_nop
2851 - ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2852 +else case e in #(
2853 + e) ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
2854 for ac_i in 1 2 3 4 5 6 7; do
2855 ac_script="$ac_script$as_nl$ac_script"
2856 done
2857 @@ -5530,9 +5726,10 @@
2858 as_fn_executable_p "$ac_path_SED" || continue
2859 # Check for GNU ac_path_SED and select it if it is found.
2860 # Check for GNU $ac_path_SED
2861 -case `"$ac_path_SED" --version 2>&1` in
2862 +case `"$ac_path_SED" --version 2>&1` in #(
2863 *GNU*)
2864 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
2867 ac_count=0
2868 printf %s 0123456789 >"conftest.in"
2869 @@ -5567,7 +5764,8 @@
2870 else
2871 ac_cv_path_SED=$SED
2874 + ;;
2875 +esac
2877 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
2878 printf "%s\n" "$ac_cv_path_SED" >&6; }
2879 @@ -5583,8 +5781,9 @@
2880 if test ${with_gcov+y}
2881 then :
2882 withval=$with_gcov; _AX_CODE_COVERAGE_GCOV_PROG_WITH=$with_gcov
2883 -else $as_nop
2884 - _AX_CODE_COVERAGE_GCOV_PROG_WITH=gcov
2885 +else case e in #(
2886 + e) _AX_CODE_COVERAGE_GCOV_PROG_WITH=gcov ;;
2887 +esac
2891 @@ -5594,8 +5793,9 @@
2892 if test ${enable_code_coverage+y}
2893 then :
2894 enableval=$enable_code_coverage;
2895 -else $as_nop
2896 - enable_code_coverage=no
2897 +else case e in #(
2898 + e) enable_code_coverage=no ;;
2899 +esac
2903 @@ -5624,8 +5824,8 @@
2904 if test ${ac_cv_prog_GCOV+y}
2905 then :
2906 printf %s "(cached) " >&6
2907 -else $as_nop
2908 - if test -n "$GCOV"; then
2909 +else case e in #(
2910 + e) if test -n "$GCOV"; then
2911 ac_cv_prog_GCOV="$GCOV" # Let the user override the test.
2912 else
2913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2914 @@ -5647,7 +5847,8 @@
2915 done
2916 IFS=$as_save_IFS
2919 +fi ;;
2920 +esac
2922 GCOV=$ac_cv_prog_GCOV
2923 if test -n "$GCOV"; then
2924 @@ -5669,8 +5870,8 @@
2925 if test ${ac_cv_prog_ac_ct_GCOV+y}
2926 then :
2927 printf %s "(cached) " >&6
2928 -else $as_nop
2929 - if test -n "$ac_ct_GCOV"; then
2930 +else case e in #(
2931 + e) if test -n "$ac_ct_GCOV"; then
2932 ac_cv_prog_ac_ct_GCOV="$ac_ct_GCOV" # Let the user override the test.
2933 else
2934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2935 @@ -5692,7 +5893,8 @@
2936 done
2937 IFS=$as_save_IFS
2940 +fi ;;
2941 +esac
2943 ac_ct_GCOV=$ac_cv_prog_ac_ct_GCOV
2944 if test -n "$ac_ct_GCOV"; then
2945 @@ -5738,8 +5940,8 @@
2946 if test ${ac_cv_prog_LCOV+y}
2947 then :
2948 printf %s "(cached) " >&6
2949 -else $as_nop
2950 - if test -n "$LCOV"; then
2951 +else case e in #(
2952 + e) if test -n "$LCOV"; then
2953 ac_cv_prog_LCOV="$LCOV" # Let the user override the test.
2954 else
2955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2956 @@ -5761,7 +5963,8 @@
2957 done
2958 IFS=$as_save_IFS
2961 +fi ;;
2962 +esac
2964 LCOV=$ac_cv_prog_LCOV
2965 if test -n "$LCOV"; then
2966 @@ -5780,8 +5983,8 @@
2967 if test ${ac_cv_prog_GENHTML+y}
2968 then :
2969 printf %s "(cached) " >&6
2970 -else $as_nop
2971 - if test -n "$GENHTML"; then
2972 +else case e in #(
2973 + e) if test -n "$GENHTML"; then
2974 ac_cv_prog_GENHTML="$GENHTML" # Let the user override the test.
2975 else
2976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977 @@ -5803,7 +6006,8 @@
2978 done
2979 IFS=$as_save_IFS
2982 +fi ;;
2983 +esac
2985 GENHTML=$ac_cv_prog_GENHTML
2986 if test -n "$GENHTML"; then
2987 @@ -5862,14 +6066,15 @@
2988 -find . \( -name "*.gcda" -o -name "*.gcno" -o -name "*.gcov" \) -delete
2991 -else $as_nop
2993 +else case e in #(
2994 + e)
2995 CODE_COVERAGE_RULES_CHECK='
2996 @echo "Need to reconfigure with --enable-code-coverage"
2998 CODE_COVERAGE_RULES_CAPTURE="$CODE_COVERAGE_RULES_CHECK"
2999 CODE_COVERAGE_RULES_CLEAN=''
3001 + ;;
3002 +esac
3005 CODE_COVERAGE_RULES='
3006 @@ -5994,8 +6199,8 @@
3007 if test ${ac_cv_c_bigendian+y}
3008 then :
3009 printf %s "(cached) " >&6
3010 -else $as_nop
3011 - ac_cv_c_bigendian=unknown
3012 +else case e in #(
3013 + e) ac_cv_c_bigendian=unknown
3014 # See if we're dealing with a universal compiler.
3015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3016 /* end confdefs.h. */
3017 @@ -6041,8 +6246,8 @@
3019 main (void)
3021 -#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
3022 - && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
3023 +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \\
3024 + && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \\
3025 && LITTLE_ENDIAN)
3026 bogus endian macros
3027 #endif
3028 @@ -6073,8 +6278,9 @@
3029 if ac_fn_c_try_compile "$LINENO"
3030 then :
3031 ac_cv_c_bigendian=yes
3032 -else $as_nop
3033 - ac_cv_c_bigendian=no
3034 +else case e in #(
3035 + e) ac_cv_c_bigendian=no ;;
3036 +esac
3038 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3040 @@ -6118,8 +6324,9 @@
3041 if ac_fn_c_try_compile "$LINENO"
3042 then :
3043 ac_cv_c_bigendian=yes
3044 -else $as_nop
3045 - ac_cv_c_bigendian=no
3046 +else case e in #(
3047 + e) ac_cv_c_bigendian=no ;;
3048 +esac
3050 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3052 @@ -6146,22 +6353,23 @@
3053 int use_ebcdic (int i) {
3054 return ebcdic_mm[i] + ebcdic_ii[i];
3056 - extern int foo;
3058 -int
3059 -main (void)
3061 -return use_ascii (foo) == use_ebcdic (foo);
3063 - return 0;
3065 + int
3066 + main (int argc, char **argv)
3068 + /* Intimidate the compiler so that it does not
3069 + optimize the arrays away. */
3070 + char *p = argv[0];
3071 + ascii_mm[1] = *p++; ebcdic_mm[1] = *p++;
3072 + ascii_ii[1] = *p++; ebcdic_ii[1] = *p++;
3073 + return use_ascii (argc) == use_ebcdic (*p);
3075 _ACEOF
3076 -if ac_fn_c_try_compile "$LINENO"
3077 +if ac_fn_c_try_link "$LINENO"
3078 then :
3079 - if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
3080 + if grep BIGenDianSyS conftest$ac_exeext >/dev/null; then
3081 ac_cv_c_bigendian=yes
3083 - if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
3084 + if grep LiTTleEnDian conftest$ac_exeext >/dev/null ; then
3085 if test "$ac_cv_c_bigendian" = unknown; then
3086 ac_cv_c_bigendian=no
3087 else
3088 @@ -6170,9 +6378,10 @@
3092 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3093 -else $as_nop
3094 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3095 +rm -f core conftest.err conftest.$ac_objext conftest.beam \
3096 + conftest$ac_exeext conftest.$ac_ext
3097 +else case e in #(
3098 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3099 /* end confdefs.h. */
3100 $ac_includes_default
3102 @@ -6195,14 +6404,17 @@
3103 if ac_fn_c_try_run "$LINENO"
3104 then :
3105 ac_cv_c_bigendian=no
3106 -else $as_nop
3107 - ac_cv_c_bigendian=yes
3108 +else case e in #(
3109 + e) ac_cv_c_bigendian=yes ;;
3110 +esac
3112 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3113 - conftest.$ac_objext conftest.beam conftest.$ac_ext
3114 + conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
3115 +esac
3118 - fi
3119 + fi ;;
3120 +esac
3122 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
3123 printf "%s\n" "$ac_cv_c_bigendian" >&6; }
3124 @@ -6368,8 +6580,9 @@
3125 if ac_fn_c_try_compile "$LINENO"
3126 then :
3127 arch=powerpc64
3128 -else $as_nop
3129 - arch=powerpc
3130 +else case e in #(
3131 + e) arch=powerpc ;;
3132 +esac
3134 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3135 if test "$arch" = "powerpc64"; then
3136 @@ -6390,9 +6603,14 @@
3137 esac
3140 +riscv32*)
3141 + arch=riscv
3143 +printf "%s\n" "#define RISCV32 1" >>confdefs.h
3145 + ;;
3146 riscv64*)
3147 - arch=riscv64
3148 - karch=riscv
3149 + arch=riscv
3151 printf "%s\n" "#define RISCV64 1" >>confdefs.h
3153 @@ -6465,8 +6683,9 @@
3154 if ac_fn_c_try_compile "$LINENO"
3155 then :
3156 arch=x32
3157 -else $as_nop
3158 - arch=x86_64
3159 +else case e in #(
3160 + e) arch=x86_64 ;;
3161 +esac
3163 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3164 if test "$arch" = "x86_64"; then
3165 @@ -6529,9 +6748,10 @@
3166 " "$LINENO" 5
3168 esac
3169 -else $as_nop
3170 - enable_bundled=check
3172 +else case e in #(
3173 + e) enable_bundled=check
3174 + ;;
3175 +esac
3179 @@ -6540,8 +6760,8 @@
3180 if test ${st_cv_use_bundled_headers+y}
3181 then :
3182 printf %s "(cached) " >&6
3183 -else $as_nop
3184 - if test $enable_bundled = check
3185 +else case e in #(
3186 + e) if test $enable_bundled = check
3187 then :
3188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3189 /* end confdefs.h. */
3190 @@ -6560,18 +6780,21 @@
3191 if ac_fn_c_try_compile "$LINENO"
3192 then :
3193 st_cv_use_bundled_headers=no
3194 -else $as_nop
3195 - st_cv_use_bundled_headers=yes
3197 +else case e in #(
3198 + e) st_cv_use_bundled_headers=yes
3199 + ;;
3200 +esac
3202 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3204 -else $as_nop
3205 - st_cv_use_bundled_headers=$enable_bundled
3207 +else case e in #(
3208 + e) st_cv_use_bundled_headers=$enable_bundled
3209 + ;;
3210 +esac
3214 + ;;
3215 +esac
3217 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_use_bundled_headers" >&5
3218 printf "%s\n" "$st_cv_use_bundled_headers" >&6; }
3219 @@ -6599,17 +6822,19 @@
3220 if test ${st_cv__MIPS_SIM+y}
3221 then :
3222 printf %s "(cached) " >&6
3223 -else $as_nop
3224 - if ac_fn_c_compute_int "$LINENO" "_MIPS_SIM" "st_cv__MIPS_SIM" ""
3225 +else case e in #(
3226 + e) if ac_fn_c_compute_int "$LINENO" "_MIPS_SIM" "st_cv__MIPS_SIM" ""
3227 then :
3229 -else $as_nop
3230 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3231 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
3232 +else case e in #(
3233 + e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
3234 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
3235 as_fn_error $? "_MIPS_SIM cannot be determined
3236 -See \`config.log' for more details" "$LINENO" 5; }
3237 +See 'config.log' for more details" "$LINENO" 5; } ;;
3238 +esac
3241 + ;;
3242 +esac
3244 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv__MIPS_SIM" >&5
3245 printf "%s\n" "$st_cv__MIPS_SIM" >&6; }
3246 @@ -6620,8 +6845,8 @@
3247 if test ${st_cv_mips_abi+y}
3248 then :
3249 printf %s "(cached) " >&6
3250 -else $as_nop
3251 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3252 +else case e in #(
3253 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3254 /* end confdefs.h. */
3257 @@ -6635,8 +6860,8 @@
3258 if ac_fn_c_try_compile "$LINENO"
3259 then :
3260 st_cv_mips_abi=o32
3261 -else $as_nop
3262 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3263 +else case e in #(
3264 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3265 /* end confdefs.h. */
3268 @@ -6650,8 +6875,8 @@
3269 if ac_fn_c_try_compile "$LINENO"
3270 then :
3271 st_cv_mips_abi=n32
3272 -else $as_nop
3273 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3274 +else case e in #(
3275 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3276 /* end confdefs.h. */
3279 @@ -6665,14 +6890,18 @@
3280 if ac_fn_c_try_compile "$LINENO"
3281 then :
3282 st_cv_mips_abi=n64
3283 -else $as_nop
3284 - st_cv_mips_abi=unknown
3285 +else case e in #(
3286 + e) st_cv_mips_abi=unknown ;;
3287 +esac
3289 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3290 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
3291 +esac
3293 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3294 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
3295 +esac
3297 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3298 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
3299 +esac
3301 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_mips_abi" >&5
3302 printf "%s\n" "$st_cv_mips_abi" >&6; }
3303 @@ -6697,8 +6926,9 @@
3304 if test ${enable_arm_oabi+y}
3305 then :
3306 enableval=$enable_arm_oabi;
3307 -else $as_nop
3308 - enable_arm_oabi=no
3309 +else case e in #(
3310 + e) enable_arm_oabi=no ;;
3311 +esac
3314 case "$enable_arm_oabi" in
3315 @@ -6715,8 +6945,8 @@
3316 if test ${st_cv_cc_enable_Werror+y}
3317 then :
3318 printf %s "(cached) " >&6
3319 -else $as_nop
3320 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3321 +else case e in #(
3322 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3323 /* end confdefs.h. */
3325 #if defined __GNUC__ && defined __GNUC_MINOR__
3326 @@ -6742,10 +6972,12 @@
3327 if ac_fn_c_try_compile "$LINENO"
3328 then :
3329 st_cv_cc_enable_Werror=yes
3330 -else $as_nop
3331 - st_cv_cc_enable_Werror=no
3332 +else case e in #(
3333 + e) st_cv_cc_enable_Werror=no ;;
3334 +esac
3336 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
3337 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
3338 +esac
3340 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_cc_enable_Werror" >&5
3341 printf "%s\n" "$st_cv_cc_enable_Werror" >&6; }
3342 @@ -6754,14 +6986,15 @@
3343 if test ${st_cv_enable_Werror+y}
3344 then :
3345 printf %s "(cached) " >&6
3346 -else $as_nop
3347 - if test "$st_cv_cc_enable_Werror" != yes; then
3348 +else case e in #(
3349 + e) if test "$st_cv_cc_enable_Werror" != yes; then
3350 st_cv_enable_Werror='no, the compiler is too old'
3351 elif test "$arch_enable_Werror" != yes; then
3352 st_cv_enable_Werror='no, architecture is not ready'
3353 else
3354 st_cv_enable_Werror=yes
3355 - fi
3356 + fi ;;
3357 +esac
3359 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_enable_Werror" >&5
3360 printf "%s\n" "$st_cv_enable_Werror" >&6; }
3361 @@ -6772,8 +7005,8 @@
3362 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3363 then :
3364 printf %s "(cached) " >&6
3365 -else $as_nop
3367 +else case e in #(
3368 + e)
3369 gl_save_compiler_FLAGS="$CFLAGS"
3370 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3372 @@ -6790,21 +7023,24 @@
3373 if ac_fn_c_try_link "$LINENO"
3374 then :
3375 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3376 -else $as_nop
3377 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3378 +else case e in #(
3379 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3380 +esac
3382 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3383 conftest$ac_exeext conftest.$ac_ext
3384 CFLAGS="$gl_save_compiler_FLAGS"
3386 + ;;
3387 +esac
3389 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3390 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3391 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3392 then :
3393 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3394 -else $as_nop
3395 - gl_unknown_warnings_are_errors=
3396 +else case e in #(
3397 + e) gl_unknown_warnings_are_errors= ;;
3398 +esac
3402 @@ -6815,8 +7051,8 @@
3403 if test ${gl_cv_warn_CFLAGS__Wall+y}
3404 then :
3405 printf %s "(cached) " >&6
3406 -else $as_nop
3408 +else case e in #(
3409 + e)
3410 gl_save_compiler_FLAGS="$CFLAGS"
3411 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wall"
3412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3413 @@ -6833,13 +7069,15 @@
3414 if ac_fn_c_try_link "$LINENO"
3415 then :
3416 gl_cv_warn_CFLAGS__Wall=yes
3417 -else $as_nop
3418 - gl_cv_warn_CFLAGS__Wall=no
3419 +else case e in #(
3420 + e) gl_cv_warn_CFLAGS__Wall=no ;;
3421 +esac
3423 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3424 conftest$ac_exeext conftest.$ac_ext
3425 CFLAGS="$gl_save_compiler_FLAGS"
3427 + ;;
3428 +esac
3430 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wall" >&5
3431 printf "%s\n" "$gl_cv_warn_CFLAGS__Wall" >&6; }
3432 @@ -6856,8 +7094,8 @@
3433 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3434 then :
3435 printf %s "(cached) " >&6
3436 -else $as_nop
3438 +else case e in #(
3439 + e)
3440 gl_save_compiler_FLAGS="$CFLAGS"
3441 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3443 @@ -6874,21 +7112,24 @@
3444 if ac_fn_c_try_link "$LINENO"
3445 then :
3446 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3447 -else $as_nop
3448 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3449 +else case e in #(
3450 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3451 +esac
3453 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3454 conftest$ac_exeext conftest.$ac_ext
3455 CFLAGS="$gl_save_compiler_FLAGS"
3457 + ;;
3458 +esac
3460 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3461 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3462 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3463 then :
3464 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3465 -else $as_nop
3466 - gl_unknown_warnings_are_errors=
3467 +else case e in #(
3468 + e) gl_unknown_warnings_are_errors= ;;
3469 +esac
3473 @@ -6899,8 +7140,8 @@
3474 if test ${gl_cv_warn_CFLAGS__Wextra+y}
3475 then :
3476 printf %s "(cached) " >&6
3477 -else $as_nop
3479 +else case e in #(
3480 + e)
3481 gl_save_compiler_FLAGS="$CFLAGS"
3482 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wextra"
3483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3484 @@ -6917,13 +7158,15 @@
3485 if ac_fn_c_try_link "$LINENO"
3486 then :
3487 gl_cv_warn_CFLAGS__Wextra=yes
3488 -else $as_nop
3489 - gl_cv_warn_CFLAGS__Wextra=no
3490 +else case e in #(
3491 + e) gl_cv_warn_CFLAGS__Wextra=no ;;
3492 +esac
3494 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3495 conftest$ac_exeext conftest.$ac_ext
3496 CFLAGS="$gl_save_compiler_FLAGS"
3498 + ;;
3499 +esac
3501 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wextra" >&5
3502 printf "%s\n" "$gl_cv_warn_CFLAGS__Wextra" >&6; }
3503 @@ -6940,8 +7183,8 @@
3504 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3505 then :
3506 printf %s "(cached) " >&6
3507 -else $as_nop
3509 +else case e in #(
3510 + e)
3511 gl_save_compiler_FLAGS="$CFLAGS"
3512 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3514 @@ -6958,21 +7201,24 @@
3515 if ac_fn_c_try_link "$LINENO"
3516 then :
3517 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3518 -else $as_nop
3519 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3520 +else case e in #(
3521 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3522 +esac
3524 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3525 conftest$ac_exeext conftest.$ac_ext
3526 CFLAGS="$gl_save_compiler_FLAGS"
3528 + ;;
3529 +esac
3531 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3532 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3533 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3534 then :
3535 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3536 -else $as_nop
3537 - gl_unknown_warnings_are_errors=
3538 +else case e in #(
3539 + e) gl_unknown_warnings_are_errors= ;;
3540 +esac
3544 @@ -6983,8 +7229,8 @@
3545 if test ${gl_cv_warn_CFLAGS__Wno_missing_field_initializers+y}
3546 then :
3547 printf %s "(cached) " >&6
3548 -else $as_nop
3550 +else case e in #(
3551 + e)
3552 gl_save_compiler_FLAGS="$CFLAGS"
3553 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wmissing-field-initializers"
3554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3555 @@ -7001,13 +7247,15 @@
3556 if ac_fn_c_try_link "$LINENO"
3557 then :
3558 gl_cv_warn_CFLAGS__Wno_missing_field_initializers=yes
3559 -else $as_nop
3560 - gl_cv_warn_CFLAGS__Wno_missing_field_initializers=no
3561 +else case e in #(
3562 + e) gl_cv_warn_CFLAGS__Wno_missing_field_initializers=no ;;
3563 +esac
3565 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3566 conftest$ac_exeext conftest.$ac_ext
3567 CFLAGS="$gl_save_compiler_FLAGS"
3569 + ;;
3570 +esac
3572 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wno_missing_field_initializers" >&5
3573 printf "%s\n" "$gl_cv_warn_CFLAGS__Wno_missing_field_initializers" >&6; }
3574 @@ -7024,8 +7272,8 @@
3575 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3576 then :
3577 printf %s "(cached) " >&6
3578 -else $as_nop
3580 +else case e in #(
3581 + e)
3582 gl_save_compiler_FLAGS="$CFLAGS"
3583 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3585 @@ -7042,21 +7290,24 @@
3586 if ac_fn_c_try_link "$LINENO"
3587 then :
3588 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3589 -else $as_nop
3590 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3591 +else case e in #(
3592 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3593 +esac
3595 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3596 conftest$ac_exeext conftest.$ac_ext
3597 CFLAGS="$gl_save_compiler_FLAGS"
3599 + ;;
3600 +esac
3602 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3603 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3604 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3605 then :
3606 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3607 -else $as_nop
3608 - gl_unknown_warnings_are_errors=
3609 +else case e in #(
3610 + e) gl_unknown_warnings_are_errors= ;;
3611 +esac
3615 @@ -7067,8 +7318,8 @@
3616 if test ${gl_cv_warn_CFLAGS__Wno_unused_parameter+y}
3617 then :
3618 printf %s "(cached) " >&6
3619 -else $as_nop
3621 +else case e in #(
3622 + e)
3623 gl_save_compiler_FLAGS="$CFLAGS"
3624 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wunused-parameter"
3625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3626 @@ -7085,13 +7336,15 @@
3627 if ac_fn_c_try_link "$LINENO"
3628 then :
3629 gl_cv_warn_CFLAGS__Wno_unused_parameter=yes
3630 -else $as_nop
3631 - gl_cv_warn_CFLAGS__Wno_unused_parameter=no
3632 +else case e in #(
3633 + e) gl_cv_warn_CFLAGS__Wno_unused_parameter=no ;;
3634 +esac
3636 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3637 conftest$ac_exeext conftest.$ac_ext
3638 CFLAGS="$gl_save_compiler_FLAGS"
3640 + ;;
3641 +esac
3643 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wno_unused_parameter" >&5
3644 printf "%s\n" "$gl_cv_warn_CFLAGS__Wno_unused_parameter" >&6; }
3645 @@ -7109,8 +7362,8 @@
3646 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3647 then :
3648 printf %s "(cached) " >&6
3649 -else $as_nop
3651 +else case e in #(
3652 + e)
3653 gl_save_compiler_FLAGS="$CFLAGS"
3654 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3656 @@ -7127,21 +7380,24 @@
3657 if ac_fn_c_try_link "$LINENO"
3658 then :
3659 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3660 -else $as_nop
3661 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3662 +else case e in #(
3663 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3664 +esac
3666 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3667 conftest$ac_exeext conftest.$ac_ext
3668 CFLAGS="$gl_save_compiler_FLAGS"
3670 + ;;
3671 +esac
3673 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3674 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3675 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3676 then :
3677 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3678 -else $as_nop
3679 - gl_unknown_warnings_are_errors=
3680 +else case e in #(
3681 + e) gl_unknown_warnings_are_errors= ;;
3682 +esac
3686 @@ -7152,8 +7408,8 @@
3687 if test ${gl_cv_warn_CFLAGS__Wdate_time+y}
3688 then :
3689 printf %s "(cached) " >&6
3690 -else $as_nop
3692 +else case e in #(
3693 + e)
3694 gl_save_compiler_FLAGS="$CFLAGS"
3695 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wdate-time"
3696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3697 @@ -7170,13 +7426,15 @@
3698 if ac_fn_c_try_link "$LINENO"
3699 then :
3700 gl_cv_warn_CFLAGS__Wdate_time=yes
3701 -else $as_nop
3702 - gl_cv_warn_CFLAGS__Wdate_time=no
3703 +else case e in #(
3704 + e) gl_cv_warn_CFLAGS__Wdate_time=no ;;
3705 +esac
3707 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3708 conftest$ac_exeext conftest.$ac_ext
3709 CFLAGS="$gl_save_compiler_FLAGS"
3711 + ;;
3712 +esac
3714 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wdate_time" >&5
3715 printf "%s\n" "$gl_cv_warn_CFLAGS__Wdate_time" >&6; }
3716 @@ -7193,8 +7451,8 @@
3717 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3718 then :
3719 printf %s "(cached) " >&6
3720 -else $as_nop
3722 +else case e in #(
3723 + e)
3724 gl_save_compiler_FLAGS="$CFLAGS"
3725 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3727 @@ -7211,21 +7469,24 @@
3728 if ac_fn_c_try_link "$LINENO"
3729 then :
3730 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3731 -else $as_nop
3732 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3733 +else case e in #(
3734 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3735 +esac
3737 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3738 conftest$ac_exeext conftest.$ac_ext
3739 CFLAGS="$gl_save_compiler_FLAGS"
3741 + ;;
3742 +esac
3744 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3745 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3746 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3747 then :
3748 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3749 -else $as_nop
3750 - gl_unknown_warnings_are_errors=
3751 +else case e in #(
3752 + e) gl_unknown_warnings_are_errors= ;;
3753 +esac
3757 @@ -7236,8 +7497,8 @@
3758 if test ${gl_cv_warn_CFLAGS__Wformat_security+y}
3759 then :
3760 printf %s "(cached) " >&6
3761 -else $as_nop
3763 +else case e in #(
3764 + e)
3765 gl_save_compiler_FLAGS="$CFLAGS"
3766 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wformat-security"
3767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3768 @@ -7254,13 +7515,15 @@
3769 if ac_fn_c_try_link "$LINENO"
3770 then :
3771 gl_cv_warn_CFLAGS__Wformat_security=yes
3772 -else $as_nop
3773 - gl_cv_warn_CFLAGS__Wformat_security=no
3774 +else case e in #(
3775 + e) gl_cv_warn_CFLAGS__Wformat_security=no ;;
3776 +esac
3778 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3779 conftest$ac_exeext conftest.$ac_ext
3780 CFLAGS="$gl_save_compiler_FLAGS"
3782 + ;;
3783 +esac
3785 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wformat_security" >&5
3786 printf "%s\n" "$gl_cv_warn_CFLAGS__Wformat_security" >&6; }
3787 @@ -7277,8 +7540,8 @@
3788 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3789 then :
3790 printf %s "(cached) " >&6
3791 -else $as_nop
3793 +else case e in #(
3794 + e)
3795 gl_save_compiler_FLAGS="$CFLAGS"
3796 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3798 @@ -7295,21 +7558,24 @@
3799 if ac_fn_c_try_link "$LINENO"
3800 then :
3801 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3802 -else $as_nop
3803 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3804 +else case e in #(
3805 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3806 +esac
3808 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3809 conftest$ac_exeext conftest.$ac_ext
3810 CFLAGS="$gl_save_compiler_FLAGS"
3812 + ;;
3813 +esac
3815 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3816 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3817 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3818 then :
3819 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3820 -else $as_nop
3821 - gl_unknown_warnings_are_errors=
3822 +else case e in #(
3823 + e) gl_unknown_warnings_are_errors= ;;
3824 +esac
3828 @@ -7320,8 +7586,8 @@
3829 if test ${gl_cv_warn_CFLAGS__Wimplicit_fallthrough_5+y}
3830 then :
3831 printf %s "(cached) " >&6
3832 -else $as_nop
3834 +else case e in #(
3835 + e)
3836 gl_save_compiler_FLAGS="$CFLAGS"
3837 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wimplicit-fallthrough=5"
3838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3839 @@ -7338,13 +7604,15 @@
3840 if ac_fn_c_try_link "$LINENO"
3841 then :
3842 gl_cv_warn_CFLAGS__Wimplicit_fallthrough_5=yes
3843 -else $as_nop
3844 - gl_cv_warn_CFLAGS__Wimplicit_fallthrough_5=no
3845 +else case e in #(
3846 + e) gl_cv_warn_CFLAGS__Wimplicit_fallthrough_5=no ;;
3847 +esac
3849 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3850 conftest$ac_exeext conftest.$ac_ext
3851 CFLAGS="$gl_save_compiler_FLAGS"
3853 + ;;
3854 +esac
3856 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wimplicit_fallthrough_5" >&5
3857 printf "%s\n" "$gl_cv_warn_CFLAGS__Wimplicit_fallthrough_5" >&6; }
3858 @@ -7361,8 +7629,8 @@
3859 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3860 then :
3861 printf %s "(cached) " >&6
3862 -else $as_nop
3864 +else case e in #(
3865 + e)
3866 gl_save_compiler_FLAGS="$CFLAGS"
3867 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3869 @@ -7379,21 +7647,24 @@
3870 if ac_fn_c_try_link "$LINENO"
3871 then :
3872 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3873 -else $as_nop
3874 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3875 +else case e in #(
3876 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3877 +esac
3879 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3880 conftest$ac_exeext conftest.$ac_ext
3881 CFLAGS="$gl_save_compiler_FLAGS"
3883 + ;;
3884 +esac
3886 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3887 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3888 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3889 then :
3890 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3891 -else $as_nop
3892 - gl_unknown_warnings_are_errors=
3893 +else case e in #(
3894 + e) gl_unknown_warnings_are_errors= ;;
3895 +esac
3899 @@ -7404,8 +7675,8 @@
3900 if test ${gl_cv_warn_CFLAGS__Winit_self+y}
3901 then :
3902 printf %s "(cached) " >&6
3903 -else $as_nop
3905 +else case e in #(
3906 + e)
3907 gl_save_compiler_FLAGS="$CFLAGS"
3908 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Winit-self"
3909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3910 @@ -7422,13 +7693,15 @@
3911 if ac_fn_c_try_link "$LINENO"
3912 then :
3913 gl_cv_warn_CFLAGS__Winit_self=yes
3914 -else $as_nop
3915 - gl_cv_warn_CFLAGS__Winit_self=no
3916 +else case e in #(
3917 + e) gl_cv_warn_CFLAGS__Winit_self=no ;;
3918 +esac
3920 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3921 conftest$ac_exeext conftest.$ac_ext
3922 CFLAGS="$gl_save_compiler_FLAGS"
3924 + ;;
3925 +esac
3927 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Winit_self" >&5
3928 printf "%s\n" "$gl_cv_warn_CFLAGS__Winit_self" >&6; }
3929 @@ -7445,8 +7718,8 @@
3930 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
3931 then :
3932 printf %s "(cached) " >&6
3933 -else $as_nop
3935 +else case e in #(
3936 + e)
3937 gl_save_compiler_FLAGS="$CFLAGS"
3938 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
3939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3940 @@ -7463,21 +7736,24 @@
3941 if ac_fn_c_try_link "$LINENO"
3942 then :
3943 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
3944 -else $as_nop
3945 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
3946 +else case e in #(
3947 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
3948 +esac
3950 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3951 conftest$ac_exeext conftest.$ac_ext
3952 CFLAGS="$gl_save_compiler_FLAGS"
3954 + ;;
3955 +esac
3957 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
3958 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
3959 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
3960 then :
3961 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
3962 -else $as_nop
3963 - gl_unknown_warnings_are_errors=
3964 +else case e in #(
3965 + e) gl_unknown_warnings_are_errors= ;;
3966 +esac
3970 @@ -7488,8 +7764,8 @@
3971 if test ${gl_cv_warn_CFLAGS__Winitializer_overrides+y}
3972 then :
3973 printf %s "(cached) " >&6
3974 -else $as_nop
3976 +else case e in #(
3977 + e)
3978 gl_save_compiler_FLAGS="$CFLAGS"
3979 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Winitializer-overrides"
3980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3981 @@ -7506,13 +7782,15 @@
3982 if ac_fn_c_try_link "$LINENO"
3983 then :
3984 gl_cv_warn_CFLAGS__Winitializer_overrides=yes
3985 -else $as_nop
3986 - gl_cv_warn_CFLAGS__Winitializer_overrides=no
3987 +else case e in #(
3988 + e) gl_cv_warn_CFLAGS__Winitializer_overrides=no ;;
3989 +esac
3991 rm -f core conftest.err conftest.$ac_objext conftest.beam \
3992 conftest$ac_exeext conftest.$ac_ext
3993 CFLAGS="$gl_save_compiler_FLAGS"
3995 + ;;
3996 +esac
3998 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Winitializer_overrides" >&5
3999 printf "%s\n" "$gl_cv_warn_CFLAGS__Winitializer_overrides" >&6; }
4000 @@ -7529,8 +7807,8 @@
4001 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4002 then :
4003 printf %s "(cached) " >&6
4004 -else $as_nop
4006 +else case e in #(
4007 + e)
4008 gl_save_compiler_FLAGS="$CFLAGS"
4009 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4011 @@ -7547,21 +7825,24 @@
4012 if ac_fn_c_try_link "$LINENO"
4013 then :
4014 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4015 -else $as_nop
4016 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4017 +else case e in #(
4018 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4019 +esac
4021 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4022 conftest$ac_exeext conftest.$ac_ext
4023 CFLAGS="$gl_save_compiler_FLAGS"
4025 + ;;
4026 +esac
4028 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4029 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4030 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4031 then :
4032 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4033 -else $as_nop
4034 - gl_unknown_warnings_are_errors=
4035 +else case e in #(
4036 + e) gl_unknown_warnings_are_errors= ;;
4037 +esac
4041 @@ -7572,8 +7853,8 @@
4042 if test ${gl_cv_warn_CFLAGS__Wlogical_op+y}
4043 then :
4044 printf %s "(cached) " >&6
4045 -else $as_nop
4047 +else case e in #(
4048 + e)
4049 gl_save_compiler_FLAGS="$CFLAGS"
4050 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wlogical-op"
4051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4052 @@ -7590,13 +7871,15 @@
4053 if ac_fn_c_try_link "$LINENO"
4054 then :
4055 gl_cv_warn_CFLAGS__Wlogical_op=yes
4056 -else $as_nop
4057 - gl_cv_warn_CFLAGS__Wlogical_op=no
4058 +else case e in #(
4059 + e) gl_cv_warn_CFLAGS__Wlogical_op=no ;;
4060 +esac
4062 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4063 conftest$ac_exeext conftest.$ac_ext
4064 CFLAGS="$gl_save_compiler_FLAGS"
4066 + ;;
4067 +esac
4069 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wlogical_op" >&5
4070 printf "%s\n" "$gl_cv_warn_CFLAGS__Wlogical_op" >&6; }
4071 @@ -7613,8 +7896,8 @@
4072 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4073 then :
4074 printf %s "(cached) " >&6
4075 -else $as_nop
4077 +else case e in #(
4078 + e)
4079 gl_save_compiler_FLAGS="$CFLAGS"
4080 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4082 @@ -7631,21 +7914,24 @@
4083 if ac_fn_c_try_link "$LINENO"
4084 then :
4085 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4086 -else $as_nop
4087 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4088 +else case e in #(
4089 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4090 +esac
4092 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4093 conftest$ac_exeext conftest.$ac_ext
4094 CFLAGS="$gl_save_compiler_FLAGS"
4096 + ;;
4097 +esac
4099 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4100 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4101 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4102 then :
4103 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4104 -else $as_nop
4105 - gl_unknown_warnings_are_errors=
4106 +else case e in #(
4107 + e) gl_unknown_warnings_are_errors= ;;
4108 +esac
4112 @@ -7656,8 +7942,8 @@
4113 if test ${gl_cv_warn_CFLAGS__Wmissing_prototypes+y}
4114 then :
4115 printf %s "(cached) " >&6
4116 -else $as_nop
4118 +else case e in #(
4119 + e)
4120 gl_save_compiler_FLAGS="$CFLAGS"
4121 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wmissing-prototypes"
4122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4123 @@ -7674,13 +7960,15 @@
4124 if ac_fn_c_try_link "$LINENO"
4125 then :
4126 gl_cv_warn_CFLAGS__Wmissing_prototypes=yes
4127 -else $as_nop
4128 - gl_cv_warn_CFLAGS__Wmissing_prototypes=no
4129 +else case e in #(
4130 + e) gl_cv_warn_CFLAGS__Wmissing_prototypes=no ;;
4131 +esac
4133 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4134 conftest$ac_exeext conftest.$ac_ext
4135 CFLAGS="$gl_save_compiler_FLAGS"
4137 + ;;
4138 +esac
4140 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wmissing_prototypes" >&5
4141 printf "%s\n" "$gl_cv_warn_CFLAGS__Wmissing_prototypes" >&6; }
4142 @@ -7697,8 +7985,8 @@
4143 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4144 then :
4145 printf %s "(cached) " >&6
4146 -else $as_nop
4148 +else case e in #(
4149 + e)
4150 gl_save_compiler_FLAGS="$CFLAGS"
4151 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4153 @@ -7715,21 +8003,24 @@
4154 if ac_fn_c_try_link "$LINENO"
4155 then :
4156 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4157 -else $as_nop
4158 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4159 +else case e in #(
4160 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4161 +esac
4163 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4164 conftest$ac_exeext conftest.$ac_ext
4165 CFLAGS="$gl_save_compiler_FLAGS"
4167 + ;;
4168 +esac
4170 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4171 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4172 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4173 then :
4174 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4175 -else $as_nop
4176 - gl_unknown_warnings_are_errors=
4177 +else case e in #(
4178 + e) gl_unknown_warnings_are_errors= ;;
4179 +esac
4183 @@ -7740,8 +8031,8 @@
4184 if test ${gl_cv_warn_CFLAGS__Wnested_externs+y}
4185 then :
4186 printf %s "(cached) " >&6
4187 -else $as_nop
4189 +else case e in #(
4190 + e)
4191 gl_save_compiler_FLAGS="$CFLAGS"
4192 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wnested-externs"
4193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4194 @@ -7758,13 +8049,15 @@
4195 if ac_fn_c_try_link "$LINENO"
4196 then :
4197 gl_cv_warn_CFLAGS__Wnested_externs=yes
4198 -else $as_nop
4199 - gl_cv_warn_CFLAGS__Wnested_externs=no
4200 +else case e in #(
4201 + e) gl_cv_warn_CFLAGS__Wnested_externs=no ;;
4202 +esac
4204 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4205 conftest$ac_exeext conftest.$ac_ext
4206 CFLAGS="$gl_save_compiler_FLAGS"
4208 + ;;
4209 +esac
4211 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wnested_externs" >&5
4212 printf "%s\n" "$gl_cv_warn_CFLAGS__Wnested_externs" >&6; }
4213 @@ -7781,8 +8074,8 @@
4214 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4215 then :
4216 printf %s "(cached) " >&6
4217 -else $as_nop
4219 +else case e in #(
4220 + e)
4221 gl_save_compiler_FLAGS="$CFLAGS"
4222 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4224 @@ -7799,21 +8092,24 @@
4225 if ac_fn_c_try_link "$LINENO"
4226 then :
4227 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4228 -else $as_nop
4229 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4230 +else case e in #(
4231 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4232 +esac
4234 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4235 conftest$ac_exeext conftest.$ac_ext
4236 CFLAGS="$gl_save_compiler_FLAGS"
4238 + ;;
4239 +esac
4241 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4242 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4243 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4244 then :
4245 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4246 -else $as_nop
4247 - gl_unknown_warnings_are_errors=
4248 +else case e in #(
4249 + e) gl_unknown_warnings_are_errors= ;;
4250 +esac
4254 @@ -7824,8 +8120,8 @@
4255 if test ${gl_cv_warn_CFLAGS__Wold_style_definition+y}
4256 then :
4257 printf %s "(cached) " >&6
4258 -else $as_nop
4260 +else case e in #(
4261 + e)
4262 gl_save_compiler_FLAGS="$CFLAGS"
4263 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wold-style-definition"
4264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4265 @@ -7842,13 +8138,15 @@
4266 if ac_fn_c_try_link "$LINENO"
4267 then :
4268 gl_cv_warn_CFLAGS__Wold_style_definition=yes
4269 -else $as_nop
4270 - gl_cv_warn_CFLAGS__Wold_style_definition=no
4271 +else case e in #(
4272 + e) gl_cv_warn_CFLAGS__Wold_style_definition=no ;;
4273 +esac
4275 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4276 conftest$ac_exeext conftest.$ac_ext
4277 CFLAGS="$gl_save_compiler_FLAGS"
4279 + ;;
4280 +esac
4282 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wold_style_definition" >&5
4283 printf "%s\n" "$gl_cv_warn_CFLAGS__Wold_style_definition" >&6; }
4284 @@ -7865,8 +8163,8 @@
4285 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4286 then :
4287 printf %s "(cached) " >&6
4288 -else $as_nop
4290 +else case e in #(
4291 + e)
4292 gl_save_compiler_FLAGS="$CFLAGS"
4293 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4295 @@ -7883,21 +8181,24 @@
4296 if ac_fn_c_try_link "$LINENO"
4297 then :
4298 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4299 -else $as_nop
4300 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4301 +else case e in #(
4302 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4303 +esac
4305 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4306 conftest$ac_exeext conftest.$ac_ext
4307 CFLAGS="$gl_save_compiler_FLAGS"
4309 + ;;
4310 +esac
4312 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4313 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4314 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4315 then :
4316 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4317 -else $as_nop
4318 - gl_unknown_warnings_are_errors=
4319 +else case e in #(
4320 + e) gl_unknown_warnings_are_errors= ;;
4321 +esac
4325 @@ -7908,8 +8209,8 @@
4326 if test ${gl_cv_warn_CFLAGS__Wtrampolines+y}
4327 then :
4328 printf %s "(cached) " >&6
4329 -else $as_nop
4331 +else case e in #(
4332 + e)
4333 gl_save_compiler_FLAGS="$CFLAGS"
4334 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wtrampolines"
4335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4336 @@ -7926,13 +8227,15 @@
4337 if ac_fn_c_try_link "$LINENO"
4338 then :
4339 gl_cv_warn_CFLAGS__Wtrampolines=yes
4340 -else $as_nop
4341 - gl_cv_warn_CFLAGS__Wtrampolines=no
4342 +else case e in #(
4343 + e) gl_cv_warn_CFLAGS__Wtrampolines=no ;;
4344 +esac
4346 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4347 conftest$ac_exeext conftest.$ac_ext
4348 CFLAGS="$gl_save_compiler_FLAGS"
4350 + ;;
4351 +esac
4353 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wtrampolines" >&5
4354 printf "%s\n" "$gl_cv_warn_CFLAGS__Wtrampolines" >&6; }
4355 @@ -7949,8 +8252,8 @@
4356 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4357 then :
4358 printf %s "(cached) " >&6
4359 -else $as_nop
4361 +else case e in #(
4362 + e)
4363 gl_save_compiler_FLAGS="$CFLAGS"
4364 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366 @@ -7967,21 +8270,24 @@
4367 if ac_fn_c_try_link "$LINENO"
4368 then :
4369 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4370 -else $as_nop
4371 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4372 +else case e in #(
4373 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4374 +esac
4376 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4377 conftest$ac_exeext conftest.$ac_ext
4378 CFLAGS="$gl_save_compiler_FLAGS"
4380 + ;;
4381 +esac
4383 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4384 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4385 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4386 then :
4387 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4388 -else $as_nop
4389 - gl_unknown_warnings_are_errors=
4390 +else case e in #(
4391 + e) gl_unknown_warnings_are_errors= ;;
4392 +esac
4396 @@ -7992,8 +8298,8 @@
4397 if test ${gl_cv_warn_CFLAGS__Wundef+y}
4398 then :
4399 printf %s "(cached) " >&6
4400 -else $as_nop
4402 +else case e in #(
4403 + e)
4404 gl_save_compiler_FLAGS="$CFLAGS"
4405 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wundef"
4406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4407 @@ -8010,13 +8316,15 @@
4408 if ac_fn_c_try_link "$LINENO"
4409 then :
4410 gl_cv_warn_CFLAGS__Wundef=yes
4411 -else $as_nop
4412 - gl_cv_warn_CFLAGS__Wundef=no
4413 +else case e in #(
4414 + e) gl_cv_warn_CFLAGS__Wundef=no ;;
4415 +esac
4417 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4418 conftest$ac_exeext conftest.$ac_ext
4419 CFLAGS="$gl_save_compiler_FLAGS"
4421 + ;;
4422 +esac
4424 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wundef" >&5
4425 printf "%s\n" "$gl_cv_warn_CFLAGS__Wundef" >&6; }
4426 @@ -8033,8 +8341,8 @@
4427 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4428 then :
4429 printf %s "(cached) " >&6
4430 -else $as_nop
4432 +else case e in #(
4433 + e)
4434 gl_save_compiler_FLAGS="$CFLAGS"
4435 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4437 @@ -8051,21 +8359,24 @@
4438 if ac_fn_c_try_link "$LINENO"
4439 then :
4440 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4441 -else $as_nop
4442 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4443 +else case e in #(
4444 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4445 +esac
4447 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4448 conftest$ac_exeext conftest.$ac_ext
4449 CFLAGS="$gl_save_compiler_FLAGS"
4451 + ;;
4452 +esac
4454 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4455 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4456 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4457 then :
4458 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4459 -else $as_nop
4460 - gl_unknown_warnings_are_errors=
4461 +else case e in #(
4462 + e) gl_unknown_warnings_are_errors= ;;
4463 +esac
4467 @@ -8076,8 +8387,8 @@
4468 if test ${gl_cv_warn_CFLAGS__Wwrite_strings+y}
4469 then :
4470 printf %s "(cached) " >&6
4471 -else $as_nop
4473 +else case e in #(
4474 + e)
4475 gl_save_compiler_FLAGS="$CFLAGS"
4476 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Wwrite-strings"
4477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4478 @@ -8094,13 +8405,15 @@
4479 if ac_fn_c_try_link "$LINENO"
4480 then :
4481 gl_cv_warn_CFLAGS__Wwrite_strings=yes
4482 -else $as_nop
4483 - gl_cv_warn_CFLAGS__Wwrite_strings=no
4484 +else case e in #(
4485 + e) gl_cv_warn_CFLAGS__Wwrite_strings=no ;;
4486 +esac
4488 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4489 conftest$ac_exeext conftest.$ac_ext
4490 CFLAGS="$gl_save_compiler_FLAGS"
4492 + ;;
4493 +esac
4495 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wwrite_strings" >&5
4496 printf "%s\n" "$gl_cv_warn_CFLAGS__Wwrite_strings" >&6; }
4497 @@ -8117,8 +8430,9 @@
4498 yes|no|no,*) ;;
4499 *) as_fn_error $? "bad value $enable_gcc_Werror for gcc-Werror option" "$LINENO" 5 ;;
4500 esac
4501 -else $as_nop
4502 - enable_gcc_Werror="$st_cv_enable_Werror"
4503 +else case e in #(
4504 + e) enable_gcc_Werror="$st_cv_enable_Werror" ;;
4505 +esac
4508 if test "$enable_gcc_Werror" = yes; then
4509 @@ -8129,8 +8443,8 @@
4510 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4511 then :
4512 printf %s "(cached) " >&6
4513 -else $as_nop
4515 +else case e in #(
4516 + e)
4517 gl_save_compiler_FLAGS="$CFLAGS"
4518 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4520 @@ -8147,21 +8461,24 @@
4521 if ac_fn_c_try_link "$LINENO"
4522 then :
4523 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4524 -else $as_nop
4525 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4526 +else case e in #(
4527 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4528 +esac
4530 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4531 conftest$ac_exeext conftest.$ac_ext
4532 CFLAGS="$gl_save_compiler_FLAGS"
4534 + ;;
4535 +esac
4537 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4538 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4539 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4540 then :
4541 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4542 -else $as_nop
4543 - gl_unknown_warnings_are_errors=
4544 +else case e in #(
4545 + e) gl_unknown_warnings_are_errors= ;;
4546 +esac
4550 @@ -8172,8 +8489,8 @@
4551 if test ${gl_cv_warn_CFLAGS__Werror+y}
4552 then :
4553 printf %s "(cached) " >&6
4554 -else $as_nop
4556 +else case e in #(
4557 + e)
4558 gl_save_compiler_FLAGS="$CFLAGS"
4559 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror"
4560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4561 @@ -8190,13 +8507,15 @@
4562 if ac_fn_c_try_link "$LINENO"
4563 then :
4564 gl_cv_warn_CFLAGS__Werror=yes
4565 -else $as_nop
4566 - gl_cv_warn_CFLAGS__Werror=no
4567 +else case e in #(
4568 + e) gl_cv_warn_CFLAGS__Werror=no ;;
4569 +esac
4571 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4572 conftest$ac_exeext conftest.$ac_ext
4573 CFLAGS="$gl_save_compiler_FLAGS"
4575 + ;;
4576 +esac
4578 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror" >&5
4579 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror" >&6; }
4580 @@ -8216,8 +8535,8 @@
4581 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4582 then :
4583 printf %s "(cached) " >&6
4584 -else $as_nop
4586 +else case e in #(
4587 + e)
4588 gl_save_compiler_FLAGS="$CFLAGS"
4589 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4591 @@ -8234,21 +8553,24 @@
4592 if ac_fn_c_try_link "$LINENO"
4593 then :
4594 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4595 -else $as_nop
4596 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4597 +else case e in #(
4598 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4599 +esac
4601 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4602 conftest$ac_exeext conftest.$ac_ext
4603 CFLAGS="$gl_save_compiler_FLAGS"
4605 + ;;
4606 +esac
4608 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4609 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4610 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4611 then :
4612 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4613 -else $as_nop
4614 - gl_unknown_warnings_are_errors=
4615 +else case e in #(
4616 + e) gl_unknown_warnings_are_errors= ;;
4617 +esac
4621 @@ -8259,8 +8581,8 @@
4622 if test ${gl_cv_warn_CFLAGS__Wno_error_unterminated_string_initialization+y}
4623 then :
4624 printf %s "(cached) " >&6
4625 -else $as_nop
4627 +else case e in #(
4628 + e)
4629 gl_save_compiler_FLAGS="$CFLAGS"
4630 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror=unterminated-string-initialization"
4631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4632 @@ -8277,13 +8599,15 @@
4633 if ac_fn_c_try_link "$LINENO"
4634 then :
4635 gl_cv_warn_CFLAGS__Wno_error_unterminated_string_initialization=yes
4636 -else $as_nop
4637 - gl_cv_warn_CFLAGS__Wno_error_unterminated_string_initialization=no
4638 +else case e in #(
4639 + e) gl_cv_warn_CFLAGS__Wno_error_unterminated_string_initialization=no ;;
4640 +esac
4642 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4643 conftest$ac_exeext conftest.$ac_ext
4644 CFLAGS="$gl_save_compiler_FLAGS"
4646 + ;;
4647 +esac
4649 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wno_error_unterminated_string_initialization" >&5
4650 printf "%s\n" "$gl_cv_warn_CFLAGS__Wno_error_unterminated_string_initialization" >&6; }
4651 @@ -8300,8 +8624,8 @@
4652 if test ${gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option+y}
4653 then :
4654 printf %s "(cached) " >&6
4655 -else $as_nop
4657 +else case e in #(
4658 + e)
4659 gl_save_compiler_FLAGS="$CFLAGS"
4660 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
4661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4662 @@ -8318,21 +8642,24 @@
4663 if ac_fn_c_try_link "$LINENO"
4664 then :
4665 gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=yes
4666 -else $as_nop
4667 - gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no
4668 +else case e in #(
4669 + e) gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option=no ;;
4670 +esac
4672 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4673 conftest$ac_exeext conftest.$ac_ext
4674 CFLAGS="$gl_save_compiler_FLAGS"
4676 + ;;
4677 +esac
4679 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&5
4680 printf "%s\n" "$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" >&6; }
4681 if test "x$gl_cv_warn_CFLAGS__Werror__Wunknown_warning_option" = xyes
4682 then :
4683 gl_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
4684 -else $as_nop
4685 - gl_unknown_warnings_are_errors=
4686 +else case e in #(
4687 + e) gl_unknown_warnings_are_errors= ;;
4688 +esac
4692 @@ -8343,8 +8670,8 @@
4693 if test ${gl_cv_warn_CFLAGS__Wno_error_stringop_overflow+y}
4694 then :
4695 printf %s "(cached) " >&6
4696 -else $as_nop
4698 +else case e in #(
4699 + e)
4700 gl_save_compiler_FLAGS="$CFLAGS"
4701 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -Werror=stringop-overflow"
4702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4703 @@ -8361,13 +8688,15 @@
4704 if ac_fn_c_try_link "$LINENO"
4705 then :
4706 gl_cv_warn_CFLAGS__Wno_error_stringop_overflow=yes
4707 -else $as_nop
4708 - gl_cv_warn_CFLAGS__Wno_error_stringop_overflow=no
4709 +else case e in #(
4710 + e) gl_cv_warn_CFLAGS__Wno_error_stringop_overflow=no ;;
4711 +esac
4713 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4714 conftest$ac_exeext conftest.$ac_ext
4715 CFLAGS="$gl_save_compiler_FLAGS"
4717 + ;;
4718 +esac
4720 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__Wno_error_stringop_overflow" >&5
4721 printf "%s\n" "$gl_cv_warn_CFLAGS__Wno_error_stringop_overflow" >&6; }
4722 @@ -8384,8 +8713,8 @@
4723 if test ${gl_cv_warn_CFLAGS__gdwarf_aranges+y}
4724 then :
4725 printf %s "(cached) " >&6
4726 -else $as_nop
4728 +else case e in #(
4729 + e)
4730 gl_save_compiler_FLAGS="$CFLAGS"
4731 as_fn_append CFLAGS " $gl_unknown_warnings_are_errors -gdwarf-aranges"
4732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4733 @@ -8402,21 +8731,24 @@
4734 if ac_fn_c_try_link "$LINENO"
4735 then :
4736 gl_cv_warn_CFLAGS__gdwarf_aranges=yes
4737 -else $as_nop
4738 - gl_cv_warn_CFLAGS__gdwarf_aranges=no
4739 +else case e in #(
4740 + e) gl_cv_warn_CFLAGS__gdwarf_aranges=no ;;
4741 +esac
4743 rm -f core conftest.err conftest.$ac_objext conftest.beam \
4744 conftest$ac_exeext conftest.$ac_ext
4745 CFLAGS="$gl_save_compiler_FLAGS"
4747 + ;;
4748 +esac
4750 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS__gdwarf_aranges" >&5
4751 printf "%s\n" "$gl_cv_warn_CFLAGS__gdwarf_aranges" >&6; }
4752 if test "x$gl_cv_warn_CFLAGS__gdwarf_aranges" = xyes
4753 then :
4754 accept_dwarf_aranges_option=yes
4755 -else $as_nop
4756 - accept_dwarf_aranges_option=no
4757 +else case e in #(
4758 + e) accept_dwarf_aranges_option=no ;;
4759 +esac
4762 if test ${accept_dwarf_aranges_option} = yes; then
4763 @@ -8503,8 +8835,8 @@
4764 if test ${ac_cv_prog_CC_FOR_BUILD+y}
4765 then :
4766 printf %s "(cached) " >&6
4767 -else $as_nop
4768 - if test -n "$CC_FOR_BUILD"; then
4769 +else case e in #(
4770 + e) if test -n "$CC_FOR_BUILD"; then
4771 ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test.
4772 else
4773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774 @@ -8526,7 +8858,8 @@
4775 done
4776 IFS=$as_save_IFS
4779 +fi ;;
4780 +esac
4782 CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD
4783 if test -n "$CC_FOR_BUILD"; then
4784 @@ -8548,8 +8881,8 @@
4785 if test ${ac_cv_prog_ac_ct_CC_FOR_BUILD+y}
4786 then :
4787 printf %s "(cached) " >&6
4788 -else $as_nop
4789 - if test -n "$ac_ct_CC_FOR_BUILD"; then
4790 +else case e in #(
4791 + e) if test -n "$ac_ct_CC_FOR_BUILD"; then
4792 ac_cv_prog_ac_ct_CC_FOR_BUILD="$ac_ct_CC_FOR_BUILD" # Let the user override the test.
4793 else
4794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4795 @@ -8571,7 +8904,8 @@
4796 done
4797 IFS=$as_save_IFS
4800 +fi ;;
4801 +esac
4803 ac_ct_CC_FOR_BUILD=$ac_cv_prog_ac_ct_CC_FOR_BUILD
4804 if test -n "$ac_ct_CC_FOR_BUILD"; then
4805 @@ -8606,8 +8940,8 @@
4806 if test ${ac_cv_prog_CC_FOR_BUILD+y}
4807 then :
4808 printf %s "(cached) " >&6
4809 -else $as_nop
4810 - if test -n "$CC_FOR_BUILD"; then
4811 +else case e in #(
4812 + e) if test -n "$CC_FOR_BUILD"; then
4813 ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test.
4814 else
4815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4816 @@ -8629,7 +8963,8 @@
4817 done
4818 IFS=$as_save_IFS
4821 +fi ;;
4822 +esac
4824 CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD
4825 if test -n "$CC_FOR_BUILD"; then
4826 @@ -8651,8 +8986,8 @@
4827 if test ${ac_cv_prog_CC_FOR_BUILD+y}
4828 then :
4829 printf %s "(cached) " >&6
4830 -else $as_nop
4831 - if test -n "$CC_FOR_BUILD"; then
4832 +else case e in #(
4833 + e) if test -n "$CC_FOR_BUILD"; then
4834 ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test.
4835 else
4836 ac_prog_rejected=no
4837 @@ -8691,7 +9026,8 @@
4838 ac_cv_prog_CC_FOR_BUILD="$as_dir$ac_word${1+' '}$@"
4842 +fi ;;
4843 +esac
4845 CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD
4846 if test -n "$CC_FOR_BUILD"; then
4847 @@ -8715,8 +9051,8 @@
4848 if test ${ac_cv_prog_CC_FOR_BUILD+y}
4849 then :
4850 printf %s "(cached) " >&6
4851 -else $as_nop
4852 - if test -n "$CC_FOR_BUILD"; then
4853 +else case e in #(
4854 + e) if test -n "$CC_FOR_BUILD"; then
4855 ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test.
4856 else
4857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 @@ -8738,7 +9074,8 @@
4859 done
4860 IFS=$as_save_IFS
4863 +fi ;;
4864 +esac
4866 CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD
4867 if test -n "$CC_FOR_BUILD"; then
4868 @@ -8764,8 +9101,8 @@
4869 if test ${ac_cv_prog_ac_ct_CC_FOR_BUILD+y}
4870 then :
4871 printf %s "(cached) " >&6
4872 -else $as_nop
4873 - if test -n "$ac_ct_CC_FOR_BUILD"; then
4874 +else case e in #(
4875 + e) if test -n "$ac_ct_CC_FOR_BUILD"; then
4876 ac_cv_prog_ac_ct_CC_FOR_BUILD="$ac_ct_CC_FOR_BUILD" # Let the user override the test.
4877 else
4878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4879 @@ -8787,7 +9124,8 @@
4880 done
4881 IFS=$as_save_IFS
4884 +fi ;;
4885 +esac
4887 ac_ct_CC_FOR_BUILD=$ac_cv_prog_ac_ct_CC_FOR_BUILD
4888 if test -n "$ac_ct_CC_FOR_BUILD"; then
4889 @@ -8825,8 +9163,8 @@
4890 if test ${ac_cv_prog_CC_FOR_BUILD+y}
4891 then :
4892 printf %s "(cached) " >&6
4893 -else $as_nop
4894 - if test -n "$CC_FOR_BUILD"; then
4895 +else case e in #(
4896 + e) if test -n "$CC_FOR_BUILD"; then
4897 ac_cv_prog_CC_FOR_BUILD="$CC_FOR_BUILD" # Let the user override the test.
4898 else
4899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4900 @@ -8848,7 +9186,8 @@
4901 done
4902 IFS=$as_save_IFS
4905 +fi ;;
4906 +esac
4908 CC_FOR_BUILD=$ac_cv_prog_CC_FOR_BUILD
4909 if test -n "$CC_FOR_BUILD"; then
4910 @@ -8870,8 +9209,8 @@
4911 if test ${ac_cv_prog_ac_ct_CC_FOR_BUILD+y}
4912 then :
4913 printf %s "(cached) " >&6
4914 -else $as_nop
4915 - if test -n "$ac_ct_CC_FOR_BUILD"; then
4916 +else case e in #(
4917 + e) if test -n "$ac_ct_CC_FOR_BUILD"; then
4918 ac_cv_prog_ac_ct_CC_FOR_BUILD="$ac_ct_CC_FOR_BUILD" # Let the user override the test.
4919 else
4920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4921 @@ -8893,7 +9232,8 @@
4922 done
4923 IFS=$as_save_IFS
4926 +fi ;;
4927 +esac
4929 ac_ct_CC_FOR_BUILD=$ac_cv_prog_ac_ct_CC_FOR_BUILD
4930 if test -n "$ac_ct_CC_FOR_BUILD"; then
4931 @@ -8922,10 +9262,10 @@
4935 -test -z "$CC_FOR_BUILD" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4936 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
4937 +test -z "$CC_FOR_BUILD" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
4938 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
4939 as_fn_error $? "no acceptable C compiler found in \$PATH
4940 -See \`config.log' for more details" "$LINENO" 5; }
4941 +See 'config.log' for more details" "$LINENO" 5; }
4943 # Provide some information about the compiler.
4944 printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4945 @@ -8957,8 +9297,8 @@
4946 if test ${ac_cv_c_compiler_gnu+y}
4947 then :
4948 printf %s "(cached) " >&6
4949 -else $as_nop
4950 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4951 +else case e in #(
4952 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4953 /* end confdefs.h. */
4956 @@ -8975,12 +9315,14 @@
4957 if ac_fn_c_try_compile "$LINENO"
4958 then :
4959 ac_compiler_gnu=yes
4960 -else $as_nop
4961 - ac_compiler_gnu=no
4962 +else case e in #(
4963 + e) ac_compiler_gnu=no ;;
4964 +esac
4966 rm -f core conftest.err conftest.$ac_build_objext conftest.beam conftest.$ac_ext
4967 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4969 + ;;
4970 +esac
4972 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4973 printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
4974 @@ -8998,8 +9340,8 @@
4975 if test ${ac_cv_build_prog_cc_g+y}
4976 then :
4977 printf %s "(cached) " >&6
4978 -else $as_nop
4979 - ac_save_c_werror_flag=$ac_c_werror_flag
4980 +else case e in #(
4981 + e) ac_save_c_werror_flag=$ac_c_werror_flag
4982 ac_c_werror_flag=yes
4983 ac_cv_build_prog_cc_g=no
4984 CFLAGS_FOR_BUILD="-g"
4985 @@ -9017,8 +9359,8 @@
4986 if ac_fn_c_try_compile "$LINENO"
4987 then :
4988 ac_cv_build_prog_cc_g=yes
4989 -else $as_nop
4990 - CFLAGS_FOR_BUILD=""
4991 +else case e in #(
4992 + e) CFLAGS_FOR_BUILD=""
4993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4994 /* end confdefs.h. */
4996 @@ -9033,8 +9375,8 @@
4997 if ac_fn_c_try_compile "$LINENO"
4998 then :
5000 -else $as_nop
5001 - ac_c_werror_flag=$ac_save_c_werror_flag
5002 +else case e in #(
5003 + e) ac_c_werror_flag=$ac_save_c_werror_flag
5004 CFLAGS_FOR_BUILD="-g"
5005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5006 /* end confdefs.h. */
5007 @@ -9051,12 +9393,15 @@
5008 then :
5009 ac_cv_build_prog_cc_g=yes
5011 -rm -f core conftest.err conftest.$ac_build_objext conftest.beam conftest.$ac_ext
5012 +rm -f core conftest.err conftest.$ac_build_objext conftest.beam conftest.$ac_ext ;;
5013 +esac
5015 -rm -f core conftest.err conftest.$ac_build_objext conftest.beam conftest.$ac_ext
5016 +rm -f core conftest.err conftest.$ac_build_objext conftest.beam conftest.$ac_ext ;;
5017 +esac
5019 rm -f core conftest.err conftest.$ac_build_objext conftest.beam conftest.$ac_ext
5020 - ac_c_werror_flag=$ac_save_c_werror_flag
5021 + ac_c_werror_flag=$ac_save_c_werror_flag ;;
5022 +esac
5024 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_prog_cc_g" >&5
5025 printf "%s\n" "$ac_cv_build_prog_cc_g" >&6; }
5026 @@ -9083,8 +9428,8 @@
5027 if test ${ac_cv_build_prog_cc_c11+y}
5028 then :
5029 printf %s "(cached) " >&6
5030 -else $as_nop
5031 - ac_cv_build_prog_cc_c11=no
5032 +else case e in #(
5033 + e) ac_cv_build_prog_cc_c11=no
5034 ac_save_CC=$CC_FOR_BUILD
5035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5036 /* end confdefs.h. */
5037 @@ -9101,25 +9446,28 @@
5038 test "x$ac_cv_build_prog_cc_c11" != "xno" && break
5039 done
5040 rm -f conftest.$ac_ext
5041 -CC_FOR_BUILD=$ac_save_CC
5042 +CC_FOR_BUILD=$ac_save_CC ;;
5043 +esac
5046 if test "x$ac_cv_build_prog_cc_c11" = xno
5047 then :
5048 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5049 printf "%s\n" "unsupported" >&6; }
5050 -else $as_nop
5051 - if test "x$ac_cv_build_prog_cc_c11" = x
5052 +else case e in #(
5053 + e) if test "x$ac_cv_build_prog_cc_c11" = x
5054 then :
5055 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5056 printf "%s\n" "none needed" >&6; }
5057 -else $as_nop
5058 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_prog_cc_c11" >&5
5059 +else case e in #(
5060 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_prog_cc_c11" >&5
5061 printf "%s\n" "$ac_cv_build_prog_cc_c11" >&6; }
5062 - CC_FOR_BUILD="$CC_FOR_BUILD $ac_cv_build_prog_cc_c11"
5063 + CC_FOR_BUILD="$CC_FOR_BUILD $ac_cv_build_prog_cc_c11" ;;
5064 +esac
5066 ac_cv_build_prog_cc_stdc=$ac_cv_build_prog_cc_c11
5067 - ac_prog_cc_stdc=c11
5068 + ac_prog_cc_stdc=c11 ;;
5069 +esac
5072 if test x$ac_prog_cc_stdc = xno
5073 @@ -9129,8 +9477,8 @@
5074 if test ${ac_cv_build_prog_cc_c99+y}
5075 then :
5076 printf %s "(cached) " >&6
5077 -else $as_nop
5078 - ac_cv_build_prog_cc_c99=no
5079 +else case e in #(
5080 + e) ac_cv_build_prog_cc_c99=no
5081 ac_save_CC=$CC_FOR_BUILD
5082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5083 /* end confdefs.h. */
5084 @@ -9147,25 +9495,28 @@
5085 test "x$ac_cv_build_prog_cc_c99" != "xno" && break
5086 done
5087 rm -f conftest.$ac_ext
5088 -CC_FOR_BUILD=$ac_save_CC
5089 +CC_FOR_BUILD=$ac_save_CC ;;
5090 +esac
5093 if test "x$ac_cv_build_prog_cc_c99" = xno
5094 then :
5095 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5096 printf "%s\n" "unsupported" >&6; }
5097 -else $as_nop
5098 - if test "x$ac_cv_build_prog_cc_c99" = x
5099 +else case e in #(
5100 + e) if test "x$ac_cv_build_prog_cc_c99" = x
5101 then :
5102 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5103 printf "%s\n" "none needed" >&6; }
5104 -else $as_nop
5105 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_prog_cc_c99" >&5
5106 +else case e in #(
5107 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_prog_cc_c99" >&5
5108 printf "%s\n" "$ac_cv_build_prog_cc_c99" >&6; }
5109 - CC_FOR_BUILD="$CC_FOR_BUILD $ac_cv_build_prog_cc_c99"
5110 + CC_FOR_BUILD="$CC_FOR_BUILD $ac_cv_build_prog_cc_c99" ;;
5111 +esac
5113 ac_cv_build_prog_cc_stdc=$ac_cv_build_prog_cc_c99
5114 - ac_prog_cc_stdc=c99
5115 + ac_prog_cc_stdc=c99 ;;
5116 +esac
5119 if test x$ac_prog_cc_stdc = xno
5120 @@ -9175,8 +9526,8 @@
5121 if test ${ac_cv_build_prog_cc_c89+y}
5122 then :
5123 printf %s "(cached) " >&6
5124 -else $as_nop
5125 - ac_cv_build_prog_cc_c89=no
5126 +else case e in #(
5127 + e) ac_cv_build_prog_cc_c89=no
5128 ac_save_CC=$CC_FOR_BUILD
5129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5130 /* end confdefs.h. */
5131 @@ -9193,25 +9544,28 @@
5132 test "x$ac_cv_build_prog_cc_c89" != "xno" && break
5133 done
5134 rm -f conftest.$ac_ext
5135 -CC_FOR_BUILD=$ac_save_CC
5136 +CC_FOR_BUILD=$ac_save_CC ;;
5137 +esac
5140 if test "x$ac_cv_build_prog_cc_c89" = xno
5141 then :
5142 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5143 printf "%s\n" "unsupported" >&6; }
5144 -else $as_nop
5145 - if test "x$ac_cv_build_prog_cc_c89" = x
5146 +else case e in #(
5147 + e) if test "x$ac_cv_build_prog_cc_c89" = x
5148 then :
5149 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5150 printf "%s\n" "none needed" >&6; }
5151 -else $as_nop
5152 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_prog_cc_c89" >&5
5153 +else case e in #(
5154 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build_prog_cc_c89" >&5
5155 printf "%s\n" "$ac_cv_build_prog_cc_c89" >&6; }
5156 - CC_FOR_BUILD="$CC_FOR_BUILD $ac_cv_build_prog_cc_c89"
5157 + CC_FOR_BUILD="$CC_FOR_BUILD $ac_cv_build_prog_cc_c89" ;;
5158 +esac
5160 ac_cv_build_prog_cc_stdc=$ac_cv_build_prog_cc_c89
5161 - ac_prog_cc_stdc=c89
5162 + ac_prog_cc_stdc=c89 ;;
5163 +esac
5167 @@ -9232,8 +9586,8 @@
5168 if test ${am_cv_build_prog_cc_c_o+y}
5169 then :
5170 printf %s "(cached) " >&6
5171 -else $as_nop
5172 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5173 +else case e in #(
5174 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5175 /* end confdefs.h. */
5178 @@ -9263,7 +9617,8 @@
5180 done
5181 rm -f core conftest*
5182 - unset am_i
5183 + unset am_i ;;
5184 +esac
5186 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_build_prog_cc_c_o" >&5
5187 printf "%s\n" "$am_cv_build_prog_cc_c_o" >&6; }
5188 @@ -9289,8 +9644,8 @@
5189 if test ${am_cv_build_CC_dependencies_compiler_type+y}
5190 then :
5191 printf %s "(cached) " >&6
5192 -else $as_nop
5193 - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5194 +else case e in #(
5195 + e) if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5196 # We make a subdir and do the tests there. Otherwise we can end up
5197 # making bogus files that we don't know about and never remove. For
5198 # instance it was reported that on HP-UX the gcc test will end up
5199 @@ -9377,7 +9732,7 @@
5200 # icc doesn't choke on unknown options, it will just issue warnings
5201 # or remarks (even with -Werror). So we grep stderr for any message
5202 # that says an option was ignored or not supported.
5203 - # When given -MP, icc 7.0 and 7.1 complain thusly:
5204 + # When given -MP, icc 7.0 and 7.1 complain thus:
5205 # icc: Command line warning: ignoring option '-M'; no argument required
5206 # The diagnosis changed in icc 8.0:
5207 # icc: Command line remark: option '-MP' not supported
5208 @@ -9394,7 +9749,8 @@
5209 else
5210 am_cv_build_CC_dependencies_compiler_type=none
5213 + ;;
5214 +esac
5216 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_build_CC_dependencies_compiler_type" >&5
5217 printf "%s\n" "$am_cv_build_CC_dependencies_compiler_type" >&6; }
5218 @@ -9426,8 +9782,8 @@
5219 if test ${ac_cv_build_prog_CPP+y}
5220 then :
5221 printf %s "(cached) " >&6
5222 -else $as_nop
5223 - # Double quotes because $CC needs to be expanded
5224 +else case e in #(
5225 + e) # Double quotes because $CC needs to be expanded
5226 for CPP_FOR_BUILD in "$CC_FOR_BUILD -E" "$CC_FOR_BUILD -E -traditional-cpp" cpp /lib/cpp
5228 ac_preproc_ok=false
5229 @@ -9445,9 +9801,10 @@
5230 if ac_fn_c_try_cpp "$LINENO"
5231 then :
5233 -else $as_nop
5234 - # Broken: fails on valid input.
5235 -continue
5236 +else case e in #(
5237 + e) # Broken: fails on valid input.
5238 +continue ;;
5239 +esac
5241 rm -f conftest.err conftest.i conftest.$ac_ext
5243 @@ -9461,15 +9818,16 @@
5244 then :
5245 # Broken: success on invalid input.
5246 continue
5247 -else $as_nop
5248 - # Passes both tests.
5249 +else case e in #(
5250 + e) # Passes both tests.
5251 ac_preproc_ok=:
5252 -break
5253 +break ;;
5254 +esac
5256 rm -f conftest.err conftest.i conftest.$ac_ext
5258 done
5259 -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5260 +# Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5261 rm -f conftest.i conftest.err conftest.$ac_ext
5262 if $ac_preproc_ok
5263 then :
5264 @@ -9478,7 +9836,8 @@
5266 done
5267 ac_cv_build_prog_CPP=$CPP_FOR_BUILD
5269 + ;;
5270 +esac
5272 CPP_FOR_BUILD=$ac_cv_build_prog_CPP
5273 else
5274 @@ -9501,9 +9860,10 @@
5275 if ac_fn_c_try_cpp "$LINENO"
5276 then :
5278 -else $as_nop
5279 - # Broken: fails on valid input.
5280 -continue
5281 +else case e in #(
5282 + e) # Broken: fails on valid input.
5283 +continue ;;
5284 +esac
5286 rm -f conftest.err conftest.i conftest.$ac_ext
5288 @@ -9517,24 +9877,26 @@
5289 then :
5290 # Broken: success on invalid input.
5291 continue
5292 -else $as_nop
5293 - # Passes both tests.
5294 +else case e in #(
5295 + e) # Passes both tests.
5296 ac_preproc_ok=:
5297 -break
5298 +break ;;
5299 +esac
5301 rm -f conftest.err conftest.i conftest.$ac_ext
5303 done
5304 -# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5305 +# Because of 'break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5306 rm -f conftest.i conftest.err conftest.$ac_ext
5307 if $ac_preproc_ok
5308 then :
5310 -else $as_nop
5311 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5312 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
5313 +else case e in #(
5314 + e) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
5315 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
5316 as_fn_error $? "C preprocessor \"$CPP_FOR_BUILD\" fails sanity check
5317 -See \`config.log' for more details" "$LINENO" 5; }
5318 +See 'config.log' for more details" "$LINENO" 5; } ;;
5319 +esac
5322 ac_ext=c
5323 @@ -9550,8 +9912,8 @@
5324 if test ${st_cv_build_cc_enable_Werror+y}
5325 then :
5326 printf %s "(cached) " >&6
5327 -else $as_nop
5328 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5329 +else case e in #(
5330 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5331 /* end confdefs.h. */
5333 #if defined __GNUC__ && defined __GNUC_MINOR__
5334 @@ -9577,10 +9939,12 @@
5335 if ac_fn_c_try_compile "$LINENO"
5336 then :
5337 st_cv_build_cc_enable_Werror=yes
5338 -else $as_nop
5339 - st_cv_build_cc_enable_Werror=no
5340 +else case e in #(
5341 + e) st_cv_build_cc_enable_Werror=no ;;
5342 +esac
5344 -rm -f core conftest.err conftest.$ac_build_objext conftest.beam conftest.$ac_ext
5345 +rm -f core conftest.err conftest.$ac_build_objext conftest.beam conftest.$ac_ext ;;
5346 +esac
5348 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_build_cc_enable_Werror" >&5
5349 printf "%s\n" "$st_cv_build_cc_enable_Werror" >&6; }
5350 @@ -9589,14 +9953,15 @@
5351 if test ${st_cv_build_enable_Werror+y}
5352 then :
5353 printf %s "(cached) " >&6
5354 -else $as_nop
5355 - if test "$st_cv_build_cc_enable_Werror" != yes; then
5356 +else case e in #(
5357 + e) if test "$st_cv_build_cc_enable_Werror" != yes; then
5358 st_cv_build_enable_Werror='no, the compiler is too old'
5359 elif test "$arch_enable_Werror" != yes; then
5360 st_cv_build_enable_Werror='no, architecture is not ready'
5361 else
5362 st_cv_build_enable_Werror=yes
5363 - fi
5364 + fi ;;
5365 +esac
5367 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_build_enable_Werror" >&5
5368 printf "%s\n" "$st_cv_build_enable_Werror" >&6; }
5369 @@ -9607,8 +9972,8 @@
5370 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5371 then :
5372 printf %s "(cached) " >&6
5373 -else $as_nop
5375 +else case e in #(
5376 + e)
5377 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5378 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5380 @@ -9625,21 +9990,24 @@
5381 if ac_fn_c_try_link "$LINENO"
5382 then :
5383 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5384 -else $as_nop
5385 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5386 +else case e in #(
5387 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5388 +esac
5390 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5391 conftest$ac_build_exeext conftest.$ac_ext
5392 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5394 + ;;
5395 +esac
5397 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5398 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5399 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5400 then :
5401 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5402 -else $as_nop
5403 - gl_build_unknown_warnings_are_errors=
5404 +else case e in #(
5405 + e) gl_build_unknown_warnings_are_errors= ;;
5406 +esac
5410 @@ -9650,8 +10018,8 @@
5411 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wall+y}
5412 then :
5413 printf %s "(cached) " >&6
5414 -else $as_nop
5416 +else case e in #(
5417 + e)
5418 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5419 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wall"
5420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5421 @@ -9668,13 +10036,15 @@
5422 if ac_fn_c_try_link "$LINENO"
5423 then :
5424 gl_cv_warn_CFLAGS_FOR_BUILD__Wall=yes
5425 -else $as_nop
5426 - gl_cv_warn_CFLAGS_FOR_BUILD__Wall=no
5427 +else case e in #(
5428 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wall=no ;;
5429 +esac
5431 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5432 conftest$ac_build_exeext conftest.$ac_ext
5433 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5435 + ;;
5436 +esac
5438 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wall" >&5
5439 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wall" >&6; }
5440 @@ -9691,8 +10061,8 @@
5441 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5442 then :
5443 printf %s "(cached) " >&6
5444 -else $as_nop
5446 +else case e in #(
5447 + e)
5448 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5449 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5451 @@ -9709,21 +10079,24 @@
5452 if ac_fn_c_try_link "$LINENO"
5453 then :
5454 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5455 -else $as_nop
5456 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5457 +else case e in #(
5458 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5459 +esac
5461 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5462 conftest$ac_build_exeext conftest.$ac_ext
5463 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5465 + ;;
5466 +esac
5468 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5469 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5470 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5471 then :
5472 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5473 -else $as_nop
5474 - gl_build_unknown_warnings_are_errors=
5475 +else case e in #(
5476 + e) gl_build_unknown_warnings_are_errors= ;;
5477 +esac
5481 @@ -9734,8 +10107,8 @@
5482 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wextra+y}
5483 then :
5484 printf %s "(cached) " >&6
5485 -else $as_nop
5487 +else case e in #(
5488 + e)
5489 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5490 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wextra"
5491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5492 @@ -9752,13 +10125,15 @@
5493 if ac_fn_c_try_link "$LINENO"
5494 then :
5495 gl_cv_warn_CFLAGS_FOR_BUILD__Wextra=yes
5496 -else $as_nop
5497 - gl_cv_warn_CFLAGS_FOR_BUILD__Wextra=no
5498 +else case e in #(
5499 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wextra=no ;;
5500 +esac
5502 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5503 conftest$ac_build_exeext conftest.$ac_ext
5504 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5506 + ;;
5507 +esac
5509 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wextra" >&5
5510 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wextra" >&6; }
5511 @@ -9775,8 +10150,8 @@
5512 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5513 then :
5514 printf %s "(cached) " >&6
5515 -else $as_nop
5517 +else case e in #(
5518 + e)
5519 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5520 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5522 @@ -9793,21 +10168,24 @@
5523 if ac_fn_c_try_link "$LINENO"
5524 then :
5525 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5526 -else $as_nop
5527 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5528 +else case e in #(
5529 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5530 +esac
5532 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5533 conftest$ac_build_exeext conftest.$ac_ext
5534 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5536 + ;;
5537 +esac
5539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5540 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5541 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5542 then :
5543 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5544 -else $as_nop
5545 - gl_build_unknown_warnings_are_errors=
5546 +else case e in #(
5547 + e) gl_build_unknown_warnings_are_errors= ;;
5548 +esac
5552 @@ -9818,8 +10196,8 @@
5553 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wno_missing_field_initializers+y}
5554 then :
5555 printf %s "(cached) " >&6
5556 -else $as_nop
5558 +else case e in #(
5559 + e)
5560 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5561 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wmissing-field-initializers"
5562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563 @@ -9836,13 +10214,15 @@
5564 if ac_fn_c_try_link "$LINENO"
5565 then :
5566 gl_cv_warn_CFLAGS_FOR_BUILD__Wno_missing_field_initializers=yes
5567 -else $as_nop
5568 - gl_cv_warn_CFLAGS_FOR_BUILD__Wno_missing_field_initializers=no
5569 +else case e in #(
5570 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wno_missing_field_initializers=no ;;
5571 +esac
5573 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5574 conftest$ac_build_exeext conftest.$ac_ext
5575 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5577 + ;;
5578 +esac
5580 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wno_missing_field_initializers" >&5
5581 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wno_missing_field_initializers" >&6; }
5582 @@ -9859,8 +10239,8 @@
5583 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5584 then :
5585 printf %s "(cached) " >&6
5586 -else $as_nop
5588 +else case e in #(
5589 + e)
5590 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5591 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5593 @@ -9877,21 +10257,24 @@
5594 if ac_fn_c_try_link "$LINENO"
5595 then :
5596 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5597 -else $as_nop
5598 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5599 +else case e in #(
5600 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5601 +esac
5603 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5604 conftest$ac_build_exeext conftest.$ac_ext
5605 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5607 + ;;
5608 +esac
5610 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5611 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5612 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5613 then :
5614 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5615 -else $as_nop
5616 - gl_build_unknown_warnings_are_errors=
5617 +else case e in #(
5618 + e) gl_build_unknown_warnings_are_errors= ;;
5619 +esac
5623 @@ -9902,8 +10285,8 @@
5624 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wno_unused_parameter+y}
5625 then :
5626 printf %s "(cached) " >&6
5627 -else $as_nop
5629 +else case e in #(
5630 + e)
5631 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5632 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wunused-parameter"
5633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5634 @@ -9920,13 +10303,15 @@
5635 if ac_fn_c_try_link "$LINENO"
5636 then :
5637 gl_cv_warn_CFLAGS_FOR_BUILD__Wno_unused_parameter=yes
5638 -else $as_nop
5639 - gl_cv_warn_CFLAGS_FOR_BUILD__Wno_unused_parameter=no
5640 +else case e in #(
5641 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wno_unused_parameter=no ;;
5642 +esac
5644 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5645 conftest$ac_build_exeext conftest.$ac_ext
5646 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5648 + ;;
5649 +esac
5651 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wno_unused_parameter" >&5
5652 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wno_unused_parameter" >&6; }
5653 @@ -9944,8 +10329,8 @@
5654 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5655 then :
5656 printf %s "(cached) " >&6
5657 -else $as_nop
5659 +else case e in #(
5660 + e)
5661 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5662 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5664 @@ -9962,21 +10347,24 @@
5665 if ac_fn_c_try_link "$LINENO"
5666 then :
5667 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5668 -else $as_nop
5669 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5670 +else case e in #(
5671 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5672 +esac
5674 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5675 conftest$ac_build_exeext conftest.$ac_ext
5676 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5678 + ;;
5679 +esac
5681 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5682 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5683 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5684 then :
5685 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5686 -else $as_nop
5687 - gl_build_unknown_warnings_are_errors=
5688 +else case e in #(
5689 + e) gl_build_unknown_warnings_are_errors= ;;
5690 +esac
5694 @@ -9987,8 +10375,8 @@
5695 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wdate_time+y}
5696 then :
5697 printf %s "(cached) " >&6
5698 -else $as_nop
5700 +else case e in #(
5701 + e)
5702 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5703 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wdate-time"
5704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5705 @@ -10005,13 +10393,15 @@
5706 if ac_fn_c_try_link "$LINENO"
5707 then :
5708 gl_cv_warn_CFLAGS_FOR_BUILD__Wdate_time=yes
5709 -else $as_nop
5710 - gl_cv_warn_CFLAGS_FOR_BUILD__Wdate_time=no
5711 +else case e in #(
5712 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wdate_time=no ;;
5713 +esac
5715 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5716 conftest$ac_build_exeext conftest.$ac_ext
5717 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5719 + ;;
5720 +esac
5722 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wdate_time" >&5
5723 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wdate_time" >&6; }
5724 @@ -10028,8 +10418,8 @@
5725 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5726 then :
5727 printf %s "(cached) " >&6
5728 -else $as_nop
5730 +else case e in #(
5731 + e)
5732 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5733 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5735 @@ -10046,21 +10436,24 @@
5736 if ac_fn_c_try_link "$LINENO"
5737 then :
5738 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5739 -else $as_nop
5740 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5741 +else case e in #(
5742 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5743 +esac
5745 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5746 conftest$ac_build_exeext conftest.$ac_ext
5747 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5749 + ;;
5750 +esac
5752 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5753 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5754 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5755 then :
5756 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5757 -else $as_nop
5758 - gl_build_unknown_warnings_are_errors=
5759 +else case e in #(
5760 + e) gl_build_unknown_warnings_are_errors= ;;
5761 +esac
5765 @@ -10071,8 +10464,8 @@
5766 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wformat_security+y}
5767 then :
5768 printf %s "(cached) " >&6
5769 -else $as_nop
5771 +else case e in #(
5772 + e)
5773 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5774 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wformat-security"
5775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5776 @@ -10089,13 +10482,15 @@
5777 if ac_fn_c_try_link "$LINENO"
5778 then :
5779 gl_cv_warn_CFLAGS_FOR_BUILD__Wformat_security=yes
5780 -else $as_nop
5781 - gl_cv_warn_CFLAGS_FOR_BUILD__Wformat_security=no
5782 +else case e in #(
5783 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wformat_security=no ;;
5784 +esac
5786 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5787 conftest$ac_build_exeext conftest.$ac_ext
5788 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5790 + ;;
5791 +esac
5793 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wformat_security" >&5
5794 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wformat_security" >&6; }
5795 @@ -10112,8 +10507,8 @@
5796 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5797 then :
5798 printf %s "(cached) " >&6
5799 -else $as_nop
5801 +else case e in #(
5802 + e)
5803 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5804 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5806 @@ -10130,21 +10525,24 @@
5807 if ac_fn_c_try_link "$LINENO"
5808 then :
5809 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5810 -else $as_nop
5811 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5812 +else case e in #(
5813 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5814 +esac
5816 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5817 conftest$ac_build_exeext conftest.$ac_ext
5818 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5820 + ;;
5821 +esac
5823 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5824 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5825 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5826 then :
5827 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5828 -else $as_nop
5829 - gl_build_unknown_warnings_are_errors=
5830 +else case e in #(
5831 + e) gl_build_unknown_warnings_are_errors= ;;
5832 +esac
5836 @@ -10155,8 +10553,8 @@
5837 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wimplicit_fallthrough_5+y}
5838 then :
5839 printf %s "(cached) " >&6
5840 -else $as_nop
5842 +else case e in #(
5843 + e)
5844 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5845 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wimplicit-fallthrough=5"
5846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5847 @@ -10173,13 +10571,15 @@
5848 if ac_fn_c_try_link "$LINENO"
5849 then :
5850 gl_cv_warn_CFLAGS_FOR_BUILD__Wimplicit_fallthrough_5=yes
5851 -else $as_nop
5852 - gl_cv_warn_CFLAGS_FOR_BUILD__Wimplicit_fallthrough_5=no
5853 +else case e in #(
5854 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wimplicit_fallthrough_5=no ;;
5855 +esac
5857 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5858 conftest$ac_build_exeext conftest.$ac_ext
5859 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5861 + ;;
5862 +esac
5864 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wimplicit_fallthrough_5" >&5
5865 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wimplicit_fallthrough_5" >&6; }
5866 @@ -10196,8 +10596,8 @@
5867 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5868 then :
5869 printf %s "(cached) " >&6
5870 -else $as_nop
5872 +else case e in #(
5873 + e)
5874 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5875 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5877 @@ -10214,21 +10614,24 @@
5878 if ac_fn_c_try_link "$LINENO"
5879 then :
5880 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5881 -else $as_nop
5882 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5883 +else case e in #(
5884 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5885 +esac
5887 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5888 conftest$ac_build_exeext conftest.$ac_ext
5889 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5891 + ;;
5892 +esac
5894 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5895 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5896 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5897 then :
5898 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5899 -else $as_nop
5900 - gl_build_unknown_warnings_are_errors=
5901 +else case e in #(
5902 + e) gl_build_unknown_warnings_are_errors= ;;
5903 +esac
5907 @@ -10239,8 +10642,8 @@
5908 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Winit_self+y}
5909 then :
5910 printf %s "(cached) " >&6
5911 -else $as_nop
5913 +else case e in #(
5914 + e)
5915 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5916 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Winit-self"
5917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5918 @@ -10257,13 +10660,15 @@
5919 if ac_fn_c_try_link "$LINENO"
5920 then :
5921 gl_cv_warn_CFLAGS_FOR_BUILD__Winit_self=yes
5922 -else $as_nop
5923 - gl_cv_warn_CFLAGS_FOR_BUILD__Winit_self=no
5924 +else case e in #(
5925 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Winit_self=no ;;
5926 +esac
5928 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5929 conftest$ac_build_exeext conftest.$ac_ext
5930 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5932 + ;;
5933 +esac
5935 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Winit_self" >&5
5936 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Winit_self" >&6; }
5937 @@ -10280,8 +10685,8 @@
5938 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
5939 then :
5940 printf %s "(cached) " >&6
5941 -else $as_nop
5943 +else case e in #(
5944 + e)
5945 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5946 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
5947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5948 @@ -10298,21 +10703,24 @@
5949 if ac_fn_c_try_link "$LINENO"
5950 then :
5951 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
5952 -else $as_nop
5953 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
5954 +else case e in #(
5955 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
5956 +esac
5958 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
5959 conftest$ac_build_exeext conftest.$ac_ext
5960 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
5962 + ;;
5963 +esac
5965 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
5966 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
5967 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
5968 then :
5969 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
5970 -else $as_nop
5971 - gl_build_unknown_warnings_are_errors=
5972 +else case e in #(
5973 + e) gl_build_unknown_warnings_are_errors= ;;
5974 +esac
5978 @@ -10323,8 +10731,8 @@
5979 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Winitializer_overrides+y}
5980 then :
5981 printf %s "(cached) " >&6
5982 -else $as_nop
5984 +else case e in #(
5985 + e)
5986 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
5987 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Winitializer-overrides"
5988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5989 @@ -10341,13 +10749,15 @@
5990 if ac_fn_c_try_link "$LINENO"
5991 then :
5992 gl_cv_warn_CFLAGS_FOR_BUILD__Winitializer_overrides=yes
5993 -else $as_nop
5994 - gl_cv_warn_CFLAGS_FOR_BUILD__Winitializer_overrides=no
5995 +else case e in #(
5996 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Winitializer_overrides=no ;;
5997 +esac
5999 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6000 conftest$ac_build_exeext conftest.$ac_ext
6001 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6003 + ;;
6004 +esac
6006 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Winitializer_overrides" >&5
6007 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Winitializer_overrides" >&6; }
6008 @@ -10364,8 +10774,8 @@
6009 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6010 then :
6011 printf %s "(cached) " >&6
6012 -else $as_nop
6014 +else case e in #(
6015 + e)
6016 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6017 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6019 @@ -10382,21 +10792,24 @@
6020 if ac_fn_c_try_link "$LINENO"
6021 then :
6022 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6023 -else $as_nop
6024 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6025 +else case e in #(
6026 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6027 +esac
6029 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6030 conftest$ac_build_exeext conftest.$ac_ext
6031 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6033 + ;;
6034 +esac
6036 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6037 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6038 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6039 then :
6040 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6041 -else $as_nop
6042 - gl_build_unknown_warnings_are_errors=
6043 +else case e in #(
6044 + e) gl_build_unknown_warnings_are_errors= ;;
6045 +esac
6049 @@ -10407,8 +10820,8 @@
6050 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wlogical_op+y}
6051 then :
6052 printf %s "(cached) " >&6
6053 -else $as_nop
6055 +else case e in #(
6056 + e)
6057 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6058 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wlogical-op"
6059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6060 @@ -10425,13 +10838,15 @@
6061 if ac_fn_c_try_link "$LINENO"
6062 then :
6063 gl_cv_warn_CFLAGS_FOR_BUILD__Wlogical_op=yes
6064 -else $as_nop
6065 - gl_cv_warn_CFLAGS_FOR_BUILD__Wlogical_op=no
6066 +else case e in #(
6067 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wlogical_op=no ;;
6068 +esac
6070 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6071 conftest$ac_build_exeext conftest.$ac_ext
6072 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6074 + ;;
6075 +esac
6077 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wlogical_op" >&5
6078 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wlogical_op" >&6; }
6079 @@ -10448,8 +10863,8 @@
6080 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6081 then :
6082 printf %s "(cached) " >&6
6083 -else $as_nop
6085 +else case e in #(
6086 + e)
6087 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6088 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6090 @@ -10466,21 +10881,24 @@
6091 if ac_fn_c_try_link "$LINENO"
6092 then :
6093 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6094 -else $as_nop
6095 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6096 +else case e in #(
6097 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6098 +esac
6100 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6101 conftest$ac_build_exeext conftest.$ac_ext
6102 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6104 + ;;
6105 +esac
6107 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6108 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6109 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6110 then :
6111 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6112 -else $as_nop
6113 - gl_build_unknown_warnings_are_errors=
6114 +else case e in #(
6115 + e) gl_build_unknown_warnings_are_errors= ;;
6116 +esac
6120 @@ -10491,8 +10909,8 @@
6121 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wmissing_prototypes+y}
6122 then :
6123 printf %s "(cached) " >&6
6124 -else $as_nop
6126 +else case e in #(
6127 + e)
6128 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6129 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wmissing-prototypes"
6130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6131 @@ -10509,13 +10927,15 @@
6132 if ac_fn_c_try_link "$LINENO"
6133 then :
6134 gl_cv_warn_CFLAGS_FOR_BUILD__Wmissing_prototypes=yes
6135 -else $as_nop
6136 - gl_cv_warn_CFLAGS_FOR_BUILD__Wmissing_prototypes=no
6137 +else case e in #(
6138 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wmissing_prototypes=no ;;
6139 +esac
6141 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6142 conftest$ac_build_exeext conftest.$ac_ext
6143 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6145 + ;;
6146 +esac
6148 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wmissing_prototypes" >&5
6149 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wmissing_prototypes" >&6; }
6150 @@ -10532,8 +10952,8 @@
6151 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6152 then :
6153 printf %s "(cached) " >&6
6154 -else $as_nop
6156 +else case e in #(
6157 + e)
6158 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6159 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6161 @@ -10550,21 +10970,24 @@
6162 if ac_fn_c_try_link "$LINENO"
6163 then :
6164 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6165 -else $as_nop
6166 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6167 +else case e in #(
6168 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6169 +esac
6171 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6172 conftest$ac_build_exeext conftest.$ac_ext
6173 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6175 + ;;
6176 +esac
6178 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6179 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6180 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6181 then :
6182 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6183 -else $as_nop
6184 - gl_build_unknown_warnings_are_errors=
6185 +else case e in #(
6186 + e) gl_build_unknown_warnings_are_errors= ;;
6187 +esac
6191 @@ -10575,8 +10998,8 @@
6192 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wnested_externs+y}
6193 then :
6194 printf %s "(cached) " >&6
6195 -else $as_nop
6197 +else case e in #(
6198 + e)
6199 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6200 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wnested-externs"
6201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6202 @@ -10593,13 +11016,15 @@
6203 if ac_fn_c_try_link "$LINENO"
6204 then :
6205 gl_cv_warn_CFLAGS_FOR_BUILD__Wnested_externs=yes
6206 -else $as_nop
6207 - gl_cv_warn_CFLAGS_FOR_BUILD__Wnested_externs=no
6208 +else case e in #(
6209 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wnested_externs=no ;;
6210 +esac
6212 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6213 conftest$ac_build_exeext conftest.$ac_ext
6214 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6216 + ;;
6217 +esac
6219 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wnested_externs" >&5
6220 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wnested_externs" >&6; }
6221 @@ -10616,8 +11041,8 @@
6222 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6223 then :
6224 printf %s "(cached) " >&6
6225 -else $as_nop
6227 +else case e in #(
6228 + e)
6229 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6230 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6232 @@ -10634,21 +11059,24 @@
6233 if ac_fn_c_try_link "$LINENO"
6234 then :
6235 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6236 -else $as_nop
6237 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6238 +else case e in #(
6239 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6240 +esac
6242 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6243 conftest$ac_build_exeext conftest.$ac_ext
6244 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6246 + ;;
6247 +esac
6249 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6250 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6251 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6252 then :
6253 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6254 -else $as_nop
6255 - gl_build_unknown_warnings_are_errors=
6256 +else case e in #(
6257 + e) gl_build_unknown_warnings_are_errors= ;;
6258 +esac
6262 @@ -10659,8 +11087,8 @@
6263 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wold_style_definition+y}
6264 then :
6265 printf %s "(cached) " >&6
6266 -else $as_nop
6268 +else case e in #(
6269 + e)
6270 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6271 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wold-style-definition"
6272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6273 @@ -10677,13 +11105,15 @@
6274 if ac_fn_c_try_link "$LINENO"
6275 then :
6276 gl_cv_warn_CFLAGS_FOR_BUILD__Wold_style_definition=yes
6277 -else $as_nop
6278 - gl_cv_warn_CFLAGS_FOR_BUILD__Wold_style_definition=no
6279 +else case e in #(
6280 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wold_style_definition=no ;;
6281 +esac
6283 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6284 conftest$ac_build_exeext conftest.$ac_ext
6285 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6287 + ;;
6288 +esac
6290 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wold_style_definition" >&5
6291 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wold_style_definition" >&6; }
6292 @@ -10700,8 +11130,8 @@
6293 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6294 then :
6295 printf %s "(cached) " >&6
6296 -else $as_nop
6298 +else case e in #(
6299 + e)
6300 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6301 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6303 @@ -10718,21 +11148,24 @@
6304 if ac_fn_c_try_link "$LINENO"
6305 then :
6306 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6307 -else $as_nop
6308 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6309 +else case e in #(
6310 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6311 +esac
6313 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6314 conftest$ac_build_exeext conftest.$ac_ext
6315 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6317 + ;;
6318 +esac
6320 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6321 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6322 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6323 then :
6324 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6325 -else $as_nop
6326 - gl_build_unknown_warnings_are_errors=
6327 +else case e in #(
6328 + e) gl_build_unknown_warnings_are_errors= ;;
6329 +esac
6333 @@ -10743,8 +11176,8 @@
6334 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wtrampolines+y}
6335 then :
6336 printf %s "(cached) " >&6
6337 -else $as_nop
6339 +else case e in #(
6340 + e)
6341 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6342 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wtrampolines"
6343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6344 @@ -10761,13 +11194,15 @@
6345 if ac_fn_c_try_link "$LINENO"
6346 then :
6347 gl_cv_warn_CFLAGS_FOR_BUILD__Wtrampolines=yes
6348 -else $as_nop
6349 - gl_cv_warn_CFLAGS_FOR_BUILD__Wtrampolines=no
6350 +else case e in #(
6351 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wtrampolines=no ;;
6352 +esac
6354 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6355 conftest$ac_build_exeext conftest.$ac_ext
6356 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6358 + ;;
6359 +esac
6361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wtrampolines" >&5
6362 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wtrampolines" >&6; }
6363 @@ -10784,8 +11219,8 @@
6364 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6365 then :
6366 printf %s "(cached) " >&6
6367 -else $as_nop
6369 +else case e in #(
6370 + e)
6371 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6372 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6374 @@ -10802,21 +11237,24 @@
6375 if ac_fn_c_try_link "$LINENO"
6376 then :
6377 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6378 -else $as_nop
6379 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6380 +else case e in #(
6381 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6382 +esac
6384 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6385 conftest$ac_build_exeext conftest.$ac_ext
6386 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6388 + ;;
6389 +esac
6391 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6392 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6393 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6394 then :
6395 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6396 -else $as_nop
6397 - gl_build_unknown_warnings_are_errors=
6398 +else case e in #(
6399 + e) gl_build_unknown_warnings_are_errors= ;;
6400 +esac
6404 @@ -10827,8 +11265,8 @@
6405 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wundef+y}
6406 then :
6407 printf %s "(cached) " >&6
6408 -else $as_nop
6410 +else case e in #(
6411 + e)
6412 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6413 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wundef"
6414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6415 @@ -10845,13 +11283,15 @@
6416 if ac_fn_c_try_link "$LINENO"
6417 then :
6418 gl_cv_warn_CFLAGS_FOR_BUILD__Wundef=yes
6419 -else $as_nop
6420 - gl_cv_warn_CFLAGS_FOR_BUILD__Wundef=no
6421 +else case e in #(
6422 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wundef=no ;;
6423 +esac
6425 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6426 conftest$ac_build_exeext conftest.$ac_ext
6427 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6429 + ;;
6430 +esac
6432 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wundef" >&5
6433 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wundef" >&6; }
6434 @@ -10868,8 +11308,8 @@
6435 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6436 then :
6437 printf %s "(cached) " >&6
6438 -else $as_nop
6440 +else case e in #(
6441 + e)
6442 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6443 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6445 @@ -10886,21 +11326,24 @@
6446 if ac_fn_c_try_link "$LINENO"
6447 then :
6448 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6449 -else $as_nop
6450 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6451 +else case e in #(
6452 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6453 +esac
6455 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6456 conftest$ac_build_exeext conftest.$ac_ext
6457 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6459 + ;;
6460 +esac
6462 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6463 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6464 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6465 then :
6466 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6467 -else $as_nop
6468 - gl_build_unknown_warnings_are_errors=
6469 +else case e in #(
6470 + e) gl_build_unknown_warnings_are_errors= ;;
6471 +esac
6475 @@ -10911,8 +11354,8 @@
6476 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wwrite_strings+y}
6477 then :
6478 printf %s "(cached) " >&6
6479 -else $as_nop
6481 +else case e in #(
6482 + e)
6483 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6484 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Wwrite-strings"
6485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6486 @@ -10929,13 +11372,15 @@
6487 if ac_fn_c_try_link "$LINENO"
6488 then :
6489 gl_cv_warn_CFLAGS_FOR_BUILD__Wwrite_strings=yes
6490 -else $as_nop
6491 - gl_cv_warn_CFLAGS_FOR_BUILD__Wwrite_strings=no
6492 +else case e in #(
6493 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wwrite_strings=no ;;
6494 +esac
6496 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6497 conftest$ac_build_exeext conftest.$ac_ext
6498 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6500 + ;;
6501 +esac
6503 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wwrite_strings" >&5
6504 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wwrite_strings" >&6; }
6505 @@ -10952,8 +11397,9 @@
6506 yes|no|no,*) ;;
6507 *) as_fn_error $? "bad value $enable_gcc_Werror for gcc-Werror option" "$LINENO" 5 ;;
6508 esac
6509 -else $as_nop
6510 - enable_gcc_Werror="$st_cv_build_enable_Werror"
6511 +else case e in #(
6512 + e) enable_gcc_Werror="$st_cv_build_enable_Werror" ;;
6513 +esac
6516 if test "$enable_gcc_Werror" = yes; then
6517 @@ -10964,8 +11410,8 @@
6518 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6519 then :
6520 printf %s "(cached) " >&6
6521 -else $as_nop
6523 +else case e in #(
6524 + e)
6525 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6526 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6528 @@ -10982,21 +11428,24 @@
6529 if ac_fn_c_try_link "$LINENO"
6530 then :
6531 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6532 -else $as_nop
6533 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6534 +else case e in #(
6535 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6536 +esac
6538 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6539 conftest$ac_build_exeext conftest.$ac_ext
6540 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6542 + ;;
6543 +esac
6545 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6546 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6547 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6548 then :
6549 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6550 -else $as_nop
6551 - gl_build_unknown_warnings_are_errors=
6552 +else case e in #(
6553 + e) gl_build_unknown_warnings_are_errors= ;;
6554 +esac
6558 @@ -11007,8 +11456,8 @@
6559 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror+y}
6560 then :
6561 printf %s "(cached) " >&6
6562 -else $as_nop
6564 +else case e in #(
6565 + e)
6566 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6567 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror"
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 @@ -11025,13 +11474,15 @@
6570 if ac_fn_c_try_link "$LINENO"
6571 then :
6572 gl_cv_warn_CFLAGS_FOR_BUILD__Werror=yes
6573 -else $as_nop
6574 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror=no
6575 +else case e in #(
6576 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror=no ;;
6577 +esac
6579 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6580 conftest$ac_build_exeext conftest.$ac_ext
6581 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6583 + ;;
6584 +esac
6586 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror" >&5
6587 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror" >&6; }
6588 @@ -11051,8 +11502,8 @@
6589 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6590 then :
6591 printf %s "(cached) " >&6
6592 -else $as_nop
6594 +else case e in #(
6595 + e)
6596 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6597 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6599 @@ -11069,21 +11520,24 @@
6600 if ac_fn_c_try_link "$LINENO"
6601 then :
6602 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6603 -else $as_nop
6604 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6605 +else case e in #(
6606 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6607 +esac
6609 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6610 conftest$ac_build_exeext conftest.$ac_ext
6611 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6613 + ;;
6614 +esac
6616 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6617 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6618 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6619 then :
6620 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6621 -else $as_nop
6622 - gl_build_unknown_warnings_are_errors=
6623 +else case e in #(
6624 + e) gl_build_unknown_warnings_are_errors= ;;
6625 +esac
6629 @@ -11094,8 +11548,8 @@
6630 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_unterminated_string_initialization+y}
6631 then :
6632 printf %s "(cached) " >&6
6633 -else $as_nop
6635 +else case e in #(
6636 + e)
6637 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6638 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror=unterminated-string-initialization"
6639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6640 @@ -11112,13 +11566,15 @@
6641 if ac_fn_c_try_link "$LINENO"
6642 then :
6643 gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_unterminated_string_initialization=yes
6644 -else $as_nop
6645 - gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_unterminated_string_initialization=no
6646 +else case e in #(
6647 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_unterminated_string_initialization=no ;;
6648 +esac
6650 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6651 conftest$ac_build_exeext conftest.$ac_ext
6652 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6654 + ;;
6655 +esac
6657 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_unterminated_string_initialization" >&5
6658 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_unterminated_string_initialization" >&6; }
6659 @@ -11135,8 +11591,8 @@
6660 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option+y}
6661 then :
6662 printf %s "(cached) " >&6
6663 -else $as_nop
6665 +else case e in #(
6666 + e)
6667 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6668 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror -Wunknown-warning-option"
6669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6670 @@ -11153,21 +11609,24 @@
6671 if ac_fn_c_try_link "$LINENO"
6672 then :
6673 gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=yes
6674 -else $as_nop
6675 - gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no
6676 +else case e in #(
6677 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option=no ;;
6678 +esac
6680 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6681 conftest$ac_build_exeext conftest.$ac_ext
6682 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6684 + ;;
6685 +esac
6687 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&5
6688 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" >&6; }
6689 if test "x$gl_cv_warn_CFLAGS_FOR_BUILD__Werror__Wunknown_warning_option" = xyes
6690 then :
6691 gl_build_unknown_warnings_are_errors='-Wunknown-warning-option -Werror'
6692 -else $as_nop
6693 - gl_build_unknown_warnings_are_errors=
6694 +else case e in #(
6695 + e) gl_build_unknown_warnings_are_errors= ;;
6696 +esac
6700 @@ -11178,8 +11637,8 @@
6701 if test ${gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_stringop_overflow+y}
6702 then :
6703 printf %s "(cached) " >&6
6704 -else $as_nop
6706 +else case e in #(
6707 + e)
6708 gl_save_compiler_FLAGS="$CFLAGS_FOR_BUILD"
6709 as_fn_append CFLAGS_FOR_BUILD " $gl_build_unknown_warnings_are_errors -Werror=stringop-overflow"
6710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6711 @@ -11196,13 +11655,15 @@
6712 if ac_fn_c_try_link "$LINENO"
6713 then :
6714 gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_stringop_overflow=yes
6715 -else $as_nop
6716 - gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_stringop_overflow=no
6717 +else case e in #(
6718 + e) gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_stringop_overflow=no ;;
6719 +esac
6721 rm -f core conftest.err conftest.$ac_build_objext conftest.beam \
6722 conftest$ac_build_exeext conftest.$ac_ext
6723 CFLAGS_FOR_BUILD="$gl_save_compiler_FLAGS"
6725 + ;;
6726 +esac
6728 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_stringop_overflow" >&5
6729 printf "%s\n" "$gl_cv_warn_CFLAGS_FOR_BUILD__Wno_error_stringop_overflow" >&6; }
6730 @@ -11286,8 +11747,8 @@
6731 if test ${ac_cv_prog_AR+y}
6732 then :
6733 printf %s "(cached) " >&6
6734 -else $as_nop
6735 - if test -n "$AR"; then
6736 +else case e in #(
6737 + e) if test -n "$AR"; then
6738 ac_cv_prog_AR="$AR" # Let the user override the test.
6739 else
6740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6741 @@ -11309,7 +11770,8 @@
6742 done
6743 IFS=$as_save_IFS
6746 +fi ;;
6747 +esac
6749 AR=$ac_cv_prog_AR
6750 if test -n "$AR"; then
6751 @@ -11335,8 +11797,8 @@
6752 if test ${ac_cv_prog_ac_ct_AR+y}
6753 then :
6754 printf %s "(cached) " >&6
6755 -else $as_nop
6756 - if test -n "$ac_ct_AR"; then
6757 +else case e in #(
6758 + e) if test -n "$ac_ct_AR"; then
6759 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6760 else
6761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6762 @@ -11358,7 +11820,8 @@
6763 done
6764 IFS=$as_save_IFS
6767 +fi ;;
6768 +esac
6770 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6771 if test -n "$ac_ct_AR"; then
6772 @@ -11387,14 +11850,15 @@
6775 : ${AR=ar}
6776 +: ${ARFLAGS=cr}
6778 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
6779 printf %s "checking the archiver ($AR) interface... " >&6; }
6780 if test ${am_cv_ar_interface+y}
6781 then :
6782 printf %s "(cached) " >&6
6783 -else $as_nop
6784 - ac_ext=c
6785 +else case e in #(
6786 + e) ac_ext=c
6787 ac_cpp='$CPP $CPPFLAGS'
6788 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6789 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6790 @@ -11407,7 +11871,7 @@
6791 _ACEOF
6792 if ac_fn_c_try_compile "$LINENO"
6793 then :
6794 - am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5'
6795 + am_ar_try='$AR $ARFLAGS libconftest.a conftest.$ac_objext >&5'
6796 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
6797 (eval $am_ar_try) 2>&5
6798 ac_status=$?
6799 @@ -11437,7 +11901,8 @@
6800 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6801 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6802 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6804 + ;;
6805 +esac
6807 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
6808 printf "%s\n" "$am_cv_ar_interface" >&6; }
6809 @@ -11466,8 +11931,8 @@
6810 if test ${ac_cv_c_typeof+y}
6811 then :
6812 printf %s "(cached) " >&6
6813 -else $as_nop
6814 - ac_cv_c_typeof=no
6815 +else case e in #(
6816 + e) ac_cv_c_typeof=no
6817 for ac_kw in typeof __typeof__ no; do
6818 test $ac_kw = no && break
6819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6820 @@ -11499,7 +11964,8 @@
6822 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
6823 test $ac_cv_c_typeof != no && break
6824 - done
6825 + done ;;
6826 +esac
6828 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_typeof" >&5
6829 printf "%s\n" "$ac_cv_c_typeof" >&6; }
6830 @@ -11515,179 +11981,26 @@
6835 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
6836 -printf %s "checking for grep that handles long lines and -e... " >&6; }
6837 -if test ${ac_cv_path_GREP+y}
6838 +ac_fn_c_check_type "$LINENO" "uid_t" "ac_cv_type_uid_t" "$ac_includes_default"
6839 +if test "x$ac_cv_type_uid_t" = xyes
6840 then :
6841 - printf %s "(cached) " >&6
6842 -else $as_nop
6843 - if test -z "$GREP"; then
6844 - ac_path_GREP_found=false
6845 - # Loop through the user's path and test for each of PROGNAME-LIST
6846 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6847 -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6849 - IFS=$as_save_IFS
6850 - case $as_dir in #(((
6851 - '') as_dir=./ ;;
6852 - */) ;;
6853 - *) as_dir=$as_dir/ ;;
6854 - esac
6855 - for ac_prog in grep ggrep
6856 - do
6857 - for ac_exec_ext in '' $ac_executable_extensions; do
6858 - ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
6859 - as_fn_executable_p "$ac_path_GREP" || continue
6860 -# Check for GNU ac_path_GREP and select it if it is found.
6861 - # Check for GNU $ac_path_GREP
6862 -case `"$ac_path_GREP" --version 2>&1` in
6863 -*GNU*)
6864 - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6866 - ac_count=0
6867 - printf %s 0123456789 >"conftest.in"
6868 - while :
6869 - do
6870 - cat "conftest.in" "conftest.in" >"conftest.tmp"
6871 - mv "conftest.tmp" "conftest.in"
6872 - cp "conftest.in" "conftest.nl"
6873 - printf "%s\n" 'GREP' >> "conftest.nl"
6874 - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6875 - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6876 - as_fn_arith $ac_count + 1 && ac_count=$as_val
6877 - if test $ac_count -gt ${ac_path_GREP_max-0}; then
6878 - # Best one so far, save it but keep looking for a better one
6879 - ac_cv_path_GREP="$ac_path_GREP"
6880 - ac_path_GREP_max=$ac_count
6881 - fi
6882 - # 10*(2^10) chars as input seems more than enough
6883 - test $ac_count -gt 10 && break
6884 - done
6885 - rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6886 -esac
6888 - $ac_path_GREP_found && break 3
6889 - done
6890 - done
6891 - done
6892 -IFS=$as_save_IFS
6893 - if test -z "$ac_cv_path_GREP"; then
6894 - as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6895 - fi
6896 -else
6897 - ac_cv_path_GREP=$GREP
6901 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6902 -printf "%s\n" "$ac_cv_path_GREP" >&6; }
6903 - GREP="$ac_cv_path_GREP"
6906 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6907 -printf %s "checking for egrep... " >&6; }
6908 -if test ${ac_cv_path_EGREP+y}
6909 -then :
6910 - printf %s "(cached) " >&6
6911 -else $as_nop
6912 - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6913 - then ac_cv_path_EGREP="$GREP -E"
6914 - else
6915 - if test -z "$EGREP"; then
6916 - ac_path_EGREP_found=false
6917 - # Loop through the user's path and test for each of PROGNAME-LIST
6918 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6919 -for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6921 - IFS=$as_save_IFS
6922 - case $as_dir in #(((
6923 - '') as_dir=./ ;;
6924 - */) ;;
6925 - *) as_dir=$as_dir/ ;;
6926 - esac
6927 - for ac_prog in egrep
6928 - do
6929 - for ac_exec_ext in '' $ac_executable_extensions; do
6930 - ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
6931 - as_fn_executable_p "$ac_path_EGREP" || continue
6932 -# Check for GNU ac_path_EGREP and select it if it is found.
6933 - # Check for GNU $ac_path_EGREP
6934 -case `"$ac_path_EGREP" --version 2>&1` in
6935 -*GNU*)
6936 - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6938 - ac_count=0
6939 - printf %s 0123456789 >"conftest.in"
6940 - while :
6941 - do
6942 - cat "conftest.in" "conftest.in" >"conftest.tmp"
6943 - mv "conftest.tmp" "conftest.in"
6944 - cp "conftest.in" "conftest.nl"
6945 - printf "%s\n" 'EGREP' >> "conftest.nl"
6946 - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6947 - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6948 - as_fn_arith $ac_count + 1 && ac_count=$as_val
6949 - if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6950 - # Best one so far, save it but keep looking for a better one
6951 - ac_cv_path_EGREP="$ac_path_EGREP"
6952 - ac_path_EGREP_max=$ac_count
6953 - fi
6954 - # 10*(2^10) chars as input seems more than enough
6955 - test $ac_count -gt 10 && break
6956 - done
6957 - rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6958 +else case e in #(
6959 + e)
6960 +printf "%s\n" "#define uid_t int" >>confdefs.h
6961 + ;;
6962 esac
6964 - $ac_path_EGREP_found && break 3
6965 - done
6966 - done
6967 - done
6968 -IFS=$as_save_IFS
6969 - if test -z "$ac_cv_path_EGREP"; then
6970 - as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6971 - fi
6972 -else
6973 - ac_cv_path_EGREP=$EGREP
6976 - fi
6978 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6979 -printf "%s\n" "$ac_cv_path_EGREP" >&6; }
6980 - EGREP="$ac_cv_path_EGREP"
6983 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
6984 -printf %s "checking for uid_t in sys/types.h... " >&6; }
6985 -if test ${ac_cv_type_uid_t+y}
6986 +ac_fn_c_check_type "$LINENO" "gid_t" "ac_cv_type_gid_t" "$ac_includes_default"
6987 +if test "x$ac_cv_type_gid_t" = xyes
6988 then :
6989 - printf %s "(cached) " >&6
6990 -else $as_nop
6991 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6992 -/* end confdefs.h. */
6993 -#include <sys/types.h>
6995 -_ACEOF
6996 -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6997 - $EGREP "uid_t" >/dev/null 2>&1
6998 -then :
6999 - ac_cv_type_uid_t=yes
7000 -else $as_nop
7001 - ac_cv_type_uid_t=no
7003 -rm -rf conftest*
7006 -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
7007 -printf "%s\n" "$ac_cv_type_uid_t" >&6; }
7008 -if test $ac_cv_type_uid_t = no; then
7010 -printf "%s\n" "#define uid_t int" >>confdefs.h
7013 +else case e in #(
7014 + e)
7015 printf "%s\n" "#define gid_t int" >>confdefs.h
7017 + ;;
7018 +esac
7022 @@ -11877,10 +12190,11 @@
7023 printf "%s\n" "#define HAVE_STRUCT_SOCKADDR_STORAGE 1" >>confdefs.h
7026 -else $as_nop
7027 - mkdir -p src/linux/generic/linux
7028 +else case e in #(
7029 + e) mkdir -p src/linux/generic/linux
7030 cp $srcdir/src/linux/generic/socket.h.in src/linux/generic/linux/socket.h
7031 - CPPFLAGS="-Isrc/linux/generic $CPPFLAGS"
7032 + CPPFLAGS="-Isrc/linux/generic $CPPFLAGS" ;;
7033 +esac
7037 @@ -14440,8 +14754,8 @@
7038 if test ${st_cv_linux_signal+y}
7039 then :
7040 printf %s "(cached) " >&6
7041 -else $as_nop
7042 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7043 +else case e in #(
7044 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7045 /* end confdefs.h. */
7047 #include <signal.h>
7048 @@ -14457,10 +14771,12 @@
7049 if ac_fn_c_try_compile "$LINENO"
7050 then :
7051 st_cv_linux_signal=yes
7052 -else $as_nop
7053 - st_cv_linux_signal=no
7054 +else case e in #(
7055 + e) st_cv_linux_signal=no ;;
7056 +esac
7058 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
7059 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
7060 +esac
7062 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_linux_signal" >&5
7063 printf "%s\n" "$st_cv_linux_signal" >&6; }
7064 @@ -14508,8 +14824,8 @@
7065 if test ${ac_cv_c_undeclared_builtin_options+y}
7066 then :
7067 printf %s "(cached) " >&6
7068 -else $as_nop
7069 - ac_save_CFLAGS=$CFLAGS
7070 +else case e in #(
7071 + e) ac_save_CFLAGS=$CFLAGS
7072 ac_cv_c_undeclared_builtin_options='cannot detect'
7073 for ac_arg in '' -fno-builtin; do
7074 CFLAGS="$ac_save_CFLAGS $ac_arg"
7075 @@ -14528,8 +14844,8 @@
7076 if ac_fn_c_try_compile "$LINENO"
7077 then :
7079 -else $as_nop
7080 - # This test program should compile successfully.
7081 +else case e in #(
7082 + e) # This test program should compile successfully.
7083 # No library function is consistently available on
7084 # freestanding implementations, so test against a dummy
7085 # declaration. Include always-available headers on the
7086 @@ -14557,26 +14873,29 @@
7087 if test x"$ac_arg" = x
7088 then :
7089 ac_cv_c_undeclared_builtin_options='none needed'
7090 -else $as_nop
7091 - ac_cv_c_undeclared_builtin_options=$ac_arg
7092 +else case e in #(
7093 + e) ac_cv_c_undeclared_builtin_options=$ac_arg ;;
7094 +esac
7096 break
7098 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
7099 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
7100 +esac
7102 rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
7103 done
7104 CFLAGS=$ac_save_CFLAGS
7106 + ;;
7107 +esac
7109 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5
7110 printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; }
7111 case $ac_cv_c_undeclared_builtin_options in #(
7112 'cannot detect') :
7113 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7114 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
7115 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
7116 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
7117 as_fn_error $? "cannot make $CC report undeclared builtins
7118 -See \`config.log' for more details" "$LINENO" 5; } ;; #(
7119 +See 'config.log' for more details" "$LINENO" 5; } ;; #(
7120 'none needed') :
7121 ac_c_undeclared_builtin_options='' ;; #(
7122 *) :
7123 @@ -14591,8 +14910,9 @@
7124 if test "x$ac_cv_have_decl_IEEE802154_ADDR_NONE" = xyes
7125 then :
7126 ac_have_decl=1
7127 -else $as_nop
7128 - ac_have_decl=0
7129 +else case e in #(
7130 + e) ac_have_decl=0 ;;
7131 +esac
7133 printf "%s\n" "#define HAVE_DECL_IEEE802154_ADDR_NONE $ac_have_decl" >>confdefs.h
7134 ac_fn_check_decl "$LINENO" "IEEE802154_ADDR_SHORT" "ac_cv_have_decl_IEEE802154_ADDR_SHORT" "
7135 @@ -14601,8 +14921,9 @@
7136 if test "x$ac_cv_have_decl_IEEE802154_ADDR_SHORT" = xyes
7137 then :
7138 ac_have_decl=1
7139 -else $as_nop
7140 - ac_have_decl=0
7141 +else case e in #(
7142 + e) ac_have_decl=0 ;;
7143 +esac
7145 printf "%s\n" "#define HAVE_DECL_IEEE802154_ADDR_SHORT $ac_have_decl" >>confdefs.h
7146 ac_fn_check_decl "$LINENO" "IEEE802154_ADDR_LONG" "ac_cv_have_decl_IEEE802154_ADDR_LONG" "
7147 @@ -14611,8 +14932,9 @@
7148 if test "x$ac_cv_have_decl_IEEE802154_ADDR_LONG" = xyes
7149 then :
7150 ac_have_decl=1
7151 -else $as_nop
7152 - ac_have_decl=0
7153 +else case e in #(
7154 + e) ac_have_decl=0 ;;
7155 +esac
7157 printf "%s\n" "#define HAVE_DECL_IEEE802154_ADDR_LONG $ac_have_decl" >>confdefs.h
7159 @@ -14624,8 +14946,9 @@
7160 if test "x$ac_cv_have_decl_LO_FLAGS_READ_ONLY" = xyes
7161 then :
7162 ac_have_decl=1
7163 -else $as_nop
7164 - ac_have_decl=0
7165 +else case e in #(
7166 + e) ac_have_decl=0 ;;
7167 +esac
7169 printf "%s\n" "#define HAVE_DECL_LO_FLAGS_READ_ONLY $ac_have_decl" >>confdefs.h
7170 ac_fn_check_decl "$LINENO" "LO_FLAGS_USE_AOPS" "ac_cv_have_decl_LO_FLAGS_USE_AOPS" "
7171 @@ -14635,8 +14958,9 @@
7172 if test "x$ac_cv_have_decl_LO_FLAGS_USE_AOPS" = xyes
7173 then :
7174 ac_have_decl=1
7175 -else $as_nop
7176 - ac_have_decl=0
7177 +else case e in #(
7178 + e) ac_have_decl=0 ;;
7179 +esac
7181 printf "%s\n" "#define HAVE_DECL_LO_FLAGS_USE_AOPS $ac_have_decl" >>confdefs.h
7182 ac_fn_check_decl "$LINENO" "LO_FLAGS_AUTOCLEAR" "ac_cv_have_decl_LO_FLAGS_AUTOCLEAR" "
7183 @@ -14646,8 +14970,9 @@
7184 if test "x$ac_cv_have_decl_LO_FLAGS_AUTOCLEAR" = xyes
7185 then :
7186 ac_have_decl=1
7187 -else $as_nop
7188 - ac_have_decl=0
7189 +else case e in #(
7190 + e) ac_have_decl=0 ;;
7191 +esac
7193 printf "%s\n" "#define HAVE_DECL_LO_FLAGS_AUTOCLEAR $ac_have_decl" >>confdefs.h
7194 ac_fn_check_decl "$LINENO" "LO_FLAGS_PARTSCAN" "ac_cv_have_decl_LO_FLAGS_PARTSCAN" "
7195 @@ -14657,8 +14982,9 @@
7196 if test "x$ac_cv_have_decl_LO_FLAGS_PARTSCAN" = xyes
7197 then :
7198 ac_have_decl=1
7199 -else $as_nop
7200 - ac_have_decl=0
7201 +else case e in #(
7202 + e) ac_have_decl=0 ;;
7203 +esac
7205 printf "%s\n" "#define HAVE_DECL_LO_FLAGS_PARTSCAN $ac_have_decl" >>confdefs.h
7206 ac_fn_check_decl "$LINENO" "LO_FLAGS_DIRECT_IO" "ac_cv_have_decl_LO_FLAGS_DIRECT_IO" "
7207 @@ -14668,8 +14994,9 @@
7208 if test "x$ac_cv_have_decl_LO_FLAGS_DIRECT_IO" = xyes
7209 then :
7210 ac_have_decl=1
7211 -else $as_nop
7212 - ac_have_decl=0
7213 +else case e in #(
7214 + e) ac_have_decl=0 ;;
7215 +esac
7217 printf "%s\n" "#define HAVE_DECL_LO_FLAGS_DIRECT_IO $ac_have_decl" >>confdefs.h
7219 @@ -14681,8 +15008,9 @@
7220 if test "x$ac_cv_have_decl_XFRM_MSG_NEWSA" = xyes
7221 then :
7222 ac_have_decl=1
7223 -else $as_nop
7224 - ac_have_decl=0
7225 +else case e in #(
7226 + e) ac_have_decl=0 ;;
7227 +esac
7229 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_NEWSA $ac_have_decl" >>confdefs.h
7230 ac_fn_check_decl "$LINENO" "XFRM_MSG_DELSA" "ac_cv_have_decl_XFRM_MSG_DELSA" "
7231 @@ -14692,8 +15020,9 @@
7232 if test "x$ac_cv_have_decl_XFRM_MSG_DELSA" = xyes
7233 then :
7234 ac_have_decl=1
7235 -else $as_nop
7236 - ac_have_decl=0
7237 +else case e in #(
7238 + e) ac_have_decl=0 ;;
7239 +esac
7241 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_DELSA $ac_have_decl" >>confdefs.h
7242 ac_fn_check_decl "$LINENO" "XFRM_MSG_GETSA" "ac_cv_have_decl_XFRM_MSG_GETSA" "
7243 @@ -14703,8 +15032,9 @@
7244 if test "x$ac_cv_have_decl_XFRM_MSG_GETSA" = xyes
7245 then :
7246 ac_have_decl=1
7247 -else $as_nop
7248 - ac_have_decl=0
7249 +else case e in #(
7250 + e) ac_have_decl=0 ;;
7251 +esac
7253 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_GETSA $ac_have_decl" >>confdefs.h
7254 ac_fn_check_decl "$LINENO" "XFRM_MSG_NEWPOLICY" "ac_cv_have_decl_XFRM_MSG_NEWPOLICY" "
7255 @@ -14714,8 +15044,9 @@
7256 if test "x$ac_cv_have_decl_XFRM_MSG_NEWPOLICY" = xyes
7257 then :
7258 ac_have_decl=1
7259 -else $as_nop
7260 - ac_have_decl=0
7261 +else case e in #(
7262 + e) ac_have_decl=0 ;;
7263 +esac
7265 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_NEWPOLICY $ac_have_decl" >>confdefs.h
7266 ac_fn_check_decl "$LINENO" "XFRM_MSG_DELPOLICY" "ac_cv_have_decl_XFRM_MSG_DELPOLICY" "
7267 @@ -14725,8 +15056,9 @@
7268 if test "x$ac_cv_have_decl_XFRM_MSG_DELPOLICY" = xyes
7269 then :
7270 ac_have_decl=1
7271 -else $as_nop
7272 - ac_have_decl=0
7273 +else case e in #(
7274 + e) ac_have_decl=0 ;;
7275 +esac
7277 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_DELPOLICY $ac_have_decl" >>confdefs.h
7278 ac_fn_check_decl "$LINENO" "XFRM_MSG_GETPOLICY" "ac_cv_have_decl_XFRM_MSG_GETPOLICY" "
7279 @@ -14736,8 +15068,9 @@
7280 if test "x$ac_cv_have_decl_XFRM_MSG_GETPOLICY" = xyes
7281 then :
7282 ac_have_decl=1
7283 -else $as_nop
7284 - ac_have_decl=0
7285 +else case e in #(
7286 + e) ac_have_decl=0 ;;
7287 +esac
7289 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_GETPOLICY $ac_have_decl" >>confdefs.h
7290 ac_fn_check_decl "$LINENO" "XFRM_MSG_ALLOCSPI" "ac_cv_have_decl_XFRM_MSG_ALLOCSPI" "
7291 @@ -14747,8 +15080,9 @@
7292 if test "x$ac_cv_have_decl_XFRM_MSG_ALLOCSPI" = xyes
7293 then :
7294 ac_have_decl=1
7295 -else $as_nop
7296 - ac_have_decl=0
7297 +else case e in #(
7298 + e) ac_have_decl=0 ;;
7299 +esac
7301 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_ALLOCSPI $ac_have_decl" >>confdefs.h
7302 ac_fn_check_decl "$LINENO" "XFRM_MSG_ACQUIRE" "ac_cv_have_decl_XFRM_MSG_ACQUIRE" "
7303 @@ -14758,8 +15092,9 @@
7304 if test "x$ac_cv_have_decl_XFRM_MSG_ACQUIRE" = xyes
7305 then :
7306 ac_have_decl=1
7307 -else $as_nop
7308 - ac_have_decl=0
7309 +else case e in #(
7310 + e) ac_have_decl=0 ;;
7311 +esac
7313 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_ACQUIRE $ac_have_decl" >>confdefs.h
7314 ac_fn_check_decl "$LINENO" "XFRM_MSG_EXPIRE" "ac_cv_have_decl_XFRM_MSG_EXPIRE" "
7315 @@ -14769,8 +15104,9 @@
7316 if test "x$ac_cv_have_decl_XFRM_MSG_EXPIRE" = xyes
7317 then :
7318 ac_have_decl=1
7319 -else $as_nop
7320 - ac_have_decl=0
7321 +else case e in #(
7322 + e) ac_have_decl=0 ;;
7323 +esac
7325 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_EXPIRE $ac_have_decl" >>confdefs.h
7326 ac_fn_check_decl "$LINENO" "XFRM_MSG_UPDPOLICY" "ac_cv_have_decl_XFRM_MSG_UPDPOLICY" "
7327 @@ -14780,8 +15116,9 @@
7328 if test "x$ac_cv_have_decl_XFRM_MSG_UPDPOLICY" = xyes
7329 then :
7330 ac_have_decl=1
7331 -else $as_nop
7332 - ac_have_decl=0
7333 +else case e in #(
7334 + e) ac_have_decl=0 ;;
7335 +esac
7337 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_UPDPOLICY $ac_have_decl" >>confdefs.h
7338 ac_fn_check_decl "$LINENO" "XFRM_MSG_UPDSA" "ac_cv_have_decl_XFRM_MSG_UPDSA" "
7339 @@ -14791,8 +15128,9 @@
7340 if test "x$ac_cv_have_decl_XFRM_MSG_UPDSA" = xyes
7341 then :
7342 ac_have_decl=1
7343 -else $as_nop
7344 - ac_have_decl=0
7345 +else case e in #(
7346 + e) ac_have_decl=0 ;;
7347 +esac
7349 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_UPDSA $ac_have_decl" >>confdefs.h
7350 ac_fn_check_decl "$LINENO" "XFRM_MSG_POLEXPIRE" "ac_cv_have_decl_XFRM_MSG_POLEXPIRE" "
7351 @@ -14802,8 +15140,9 @@
7352 if test "x$ac_cv_have_decl_XFRM_MSG_POLEXPIRE" = xyes
7353 then :
7354 ac_have_decl=1
7355 -else $as_nop
7356 - ac_have_decl=0
7357 +else case e in #(
7358 + e) ac_have_decl=0 ;;
7359 +esac
7361 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_POLEXPIRE $ac_have_decl" >>confdefs.h
7362 ac_fn_check_decl "$LINENO" "XFRM_MSG_FLUSHSA" "ac_cv_have_decl_XFRM_MSG_FLUSHSA" "
7363 @@ -14813,8 +15152,9 @@
7364 if test "x$ac_cv_have_decl_XFRM_MSG_FLUSHSA" = xyes
7365 then :
7366 ac_have_decl=1
7367 -else $as_nop
7368 - ac_have_decl=0
7369 +else case e in #(
7370 + e) ac_have_decl=0 ;;
7371 +esac
7373 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_FLUSHSA $ac_have_decl" >>confdefs.h
7374 ac_fn_check_decl "$LINENO" "XFRM_MSG_FLUSHPOLICY" "ac_cv_have_decl_XFRM_MSG_FLUSHPOLICY" "
7375 @@ -14824,8 +15164,9 @@
7376 if test "x$ac_cv_have_decl_XFRM_MSG_FLUSHPOLICY" = xyes
7377 then :
7378 ac_have_decl=1
7379 -else $as_nop
7380 - ac_have_decl=0
7381 +else case e in #(
7382 + e) ac_have_decl=0 ;;
7383 +esac
7385 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_FLUSHPOLICY $ac_have_decl" >>confdefs.h
7386 ac_fn_check_decl "$LINENO" "XFRM_MSG_NEWAE" "ac_cv_have_decl_XFRM_MSG_NEWAE" "
7387 @@ -14835,8 +15176,9 @@
7388 if test "x$ac_cv_have_decl_XFRM_MSG_NEWAE" = xyes
7389 then :
7390 ac_have_decl=1
7391 -else $as_nop
7392 - ac_have_decl=0
7393 +else case e in #(
7394 + e) ac_have_decl=0 ;;
7395 +esac
7397 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_NEWAE $ac_have_decl" >>confdefs.h
7398 ac_fn_check_decl "$LINENO" "XFRM_MSG_GETAE" "ac_cv_have_decl_XFRM_MSG_GETAE" "
7399 @@ -14846,8 +15188,9 @@
7400 if test "x$ac_cv_have_decl_XFRM_MSG_GETAE" = xyes
7401 then :
7402 ac_have_decl=1
7403 -else $as_nop
7404 - ac_have_decl=0
7405 +else case e in #(
7406 + e) ac_have_decl=0 ;;
7407 +esac
7409 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_GETAE $ac_have_decl" >>confdefs.h
7410 ac_fn_check_decl "$LINENO" "XFRM_MSG_REPORT" "ac_cv_have_decl_XFRM_MSG_REPORT" "
7411 @@ -14857,8 +15200,9 @@
7412 if test "x$ac_cv_have_decl_XFRM_MSG_REPORT" = xyes
7413 then :
7414 ac_have_decl=1
7415 -else $as_nop
7416 - ac_have_decl=0
7417 +else case e in #(
7418 + e) ac_have_decl=0 ;;
7419 +esac
7421 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_REPORT $ac_have_decl" >>confdefs.h
7422 ac_fn_check_decl "$LINENO" "XFRM_MSG_MIGRATE" "ac_cv_have_decl_XFRM_MSG_MIGRATE" "
7423 @@ -14868,8 +15212,9 @@
7424 if test "x$ac_cv_have_decl_XFRM_MSG_MIGRATE" = xyes
7425 then :
7426 ac_have_decl=1
7427 -else $as_nop
7428 - ac_have_decl=0
7429 +else case e in #(
7430 + e) ac_have_decl=0 ;;
7431 +esac
7433 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_MIGRATE $ac_have_decl" >>confdefs.h
7434 ac_fn_check_decl "$LINENO" "XFRM_MSG_NEWSADINFO" "ac_cv_have_decl_XFRM_MSG_NEWSADINFO" "
7435 @@ -14879,8 +15224,9 @@
7436 if test "x$ac_cv_have_decl_XFRM_MSG_NEWSADINFO" = xyes
7437 then :
7438 ac_have_decl=1
7439 -else $as_nop
7440 - ac_have_decl=0
7441 +else case e in #(
7442 + e) ac_have_decl=0 ;;
7443 +esac
7445 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_NEWSADINFO $ac_have_decl" >>confdefs.h
7446 ac_fn_check_decl "$LINENO" "XFRM_MSG_GETSADINFO" "ac_cv_have_decl_XFRM_MSG_GETSADINFO" "
7447 @@ -14890,8 +15236,9 @@
7448 if test "x$ac_cv_have_decl_XFRM_MSG_GETSADINFO" = xyes
7449 then :
7450 ac_have_decl=1
7451 -else $as_nop
7452 - ac_have_decl=0
7453 +else case e in #(
7454 + e) ac_have_decl=0 ;;
7455 +esac
7457 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_GETSADINFO $ac_have_decl" >>confdefs.h
7458 ac_fn_check_decl "$LINENO" "XFRM_MSG_NEWSPDINFO" "ac_cv_have_decl_XFRM_MSG_NEWSPDINFO" "
7459 @@ -14901,8 +15248,9 @@
7460 if test "x$ac_cv_have_decl_XFRM_MSG_NEWSPDINFO" = xyes
7461 then :
7462 ac_have_decl=1
7463 -else $as_nop
7464 - ac_have_decl=0
7465 +else case e in #(
7466 + e) ac_have_decl=0 ;;
7467 +esac
7469 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_NEWSPDINFO $ac_have_decl" >>confdefs.h
7470 ac_fn_check_decl "$LINENO" "XFRM_MSG_GETSPDINFO" "ac_cv_have_decl_XFRM_MSG_GETSPDINFO" "
7471 @@ -14912,8 +15260,9 @@
7472 if test "x$ac_cv_have_decl_XFRM_MSG_GETSPDINFO" = xyes
7473 then :
7474 ac_have_decl=1
7475 -else $as_nop
7476 - ac_have_decl=0
7477 +else case e in #(
7478 + e) ac_have_decl=0 ;;
7479 +esac
7481 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_GETSPDINFO $ac_have_decl" >>confdefs.h
7482 ac_fn_check_decl "$LINENO" "XFRM_MSG_MAPPING" "ac_cv_have_decl_XFRM_MSG_MAPPING" "
7483 @@ -14923,8 +15272,9 @@
7484 if test "x$ac_cv_have_decl_XFRM_MSG_MAPPING" = xyes
7485 then :
7486 ac_have_decl=1
7487 -else $as_nop
7488 - ac_have_decl=0
7489 +else case e in #(
7490 + e) ac_have_decl=0 ;;
7491 +esac
7493 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_MAPPING $ac_have_decl" >>confdefs.h
7494 ac_fn_check_decl "$LINENO" "XFRM_MSG_SETDEFAULT" "ac_cv_have_decl_XFRM_MSG_SETDEFAULT" "
7495 @@ -14934,8 +15284,9 @@
7496 if test "x$ac_cv_have_decl_XFRM_MSG_SETDEFAULT" = xyes
7497 then :
7498 ac_have_decl=1
7499 -else $as_nop
7500 - ac_have_decl=0
7501 +else case e in #(
7502 + e) ac_have_decl=0 ;;
7503 +esac
7505 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_SETDEFAULT $ac_have_decl" >>confdefs.h
7506 ac_fn_check_decl "$LINENO" "XFRM_MSG_GETDEFAULT" "ac_cv_have_decl_XFRM_MSG_GETDEFAULT" "
7507 @@ -14945,8 +15296,9 @@
7508 if test "x$ac_cv_have_decl_XFRM_MSG_GETDEFAULT" = xyes
7509 then :
7510 ac_have_decl=1
7511 -else $as_nop
7512 - ac_have_decl=0
7513 +else case e in #(
7514 + e) ac_have_decl=0 ;;
7515 +esac
7517 printf "%s\n" "#define HAVE_DECL_XFRM_MSG_GETDEFAULT $ac_have_decl" >>confdefs.h
7519 @@ -14957,8 +15309,9 @@
7520 if test "x$ac_cv_have_decl_PTP_PF_NONE" = xyes
7521 then :
7522 ac_have_decl=1
7523 -else $as_nop
7524 - ac_have_decl=0
7525 +else case e in #(
7526 + e) ac_have_decl=0 ;;
7527 +esac
7529 printf "%s\n" "#define HAVE_DECL_PTP_PF_NONE $ac_have_decl" >>confdefs.h
7530 ac_fn_check_decl "$LINENO" "PTP_PF_EXTTS" "ac_cv_have_decl_PTP_PF_EXTTS" "
7531 @@ -14967,8 +15320,9 @@
7532 if test "x$ac_cv_have_decl_PTP_PF_EXTTS" = xyes
7533 then :
7534 ac_have_decl=1
7535 -else $as_nop
7536 - ac_have_decl=0
7537 +else case e in #(
7538 + e) ac_have_decl=0 ;;
7539 +esac
7541 printf "%s\n" "#define HAVE_DECL_PTP_PF_EXTTS $ac_have_decl" >>confdefs.h
7542 ac_fn_check_decl "$LINENO" "PTP_PF_PEROUT" "ac_cv_have_decl_PTP_PF_PEROUT" "
7543 @@ -14977,8 +15331,9 @@
7544 if test "x$ac_cv_have_decl_PTP_PF_PEROUT" = xyes
7545 then :
7546 ac_have_decl=1
7547 -else $as_nop
7548 - ac_have_decl=0
7549 +else case e in #(
7550 + e) ac_have_decl=0 ;;
7551 +esac
7553 printf "%s\n" "#define HAVE_DECL_PTP_PF_PEROUT $ac_have_decl" >>confdefs.h
7554 ac_fn_check_decl "$LINENO" "PTP_PF_PHYSYNC" "ac_cv_have_decl_PTP_PF_PHYSYNC" "
7555 @@ -14987,8 +15342,9 @@
7556 if test "x$ac_cv_have_decl_PTP_PF_PHYSYNC" = xyes
7557 then :
7558 ac_have_decl=1
7559 -else $as_nop
7560 - ac_have_decl=0
7561 +else case e in #(
7562 + e) ac_have_decl=0 ;;
7563 +esac
7565 printf "%s\n" "#define HAVE_DECL_PTP_PF_PHYSYNC $ac_have_decl" >>confdefs.h
7567 @@ -14999,8 +15355,9 @@
7568 if test "x$ac_cv_have_decl_NFEA_UNSPEC" = xyes
7569 then :
7570 ac_have_decl=1
7571 -else $as_nop
7572 - ac_have_decl=0
7573 +else case e in #(
7574 + e) ac_have_decl=0 ;;
7575 +esac
7577 printf "%s\n" "#define HAVE_DECL_NFEA_UNSPEC $ac_have_decl" >>confdefs.h
7578 ac_fn_check_decl "$LINENO" "NFEA_ACTIVITY_NOTIFY" "ac_cv_have_decl_NFEA_ACTIVITY_NOTIFY" "
7579 @@ -15009,8 +15366,9 @@
7580 if test "x$ac_cv_have_decl_NFEA_ACTIVITY_NOTIFY" = xyes
7581 then :
7582 ac_have_decl=1
7583 -else $as_nop
7584 - ac_have_decl=0
7585 +else case e in #(
7586 + e) ac_have_decl=0 ;;
7587 +esac
7589 printf "%s\n" "#define HAVE_DECL_NFEA_ACTIVITY_NOTIFY $ac_have_decl" >>confdefs.h
7590 ac_fn_check_decl "$LINENO" "NFEA_DONT_REFRESH" "ac_cv_have_decl_NFEA_DONT_REFRESH" "
7591 @@ -15019,8 +15377,9 @@
7592 if test "x$ac_cv_have_decl_NFEA_DONT_REFRESH" = xyes
7593 then :
7594 ac_have_decl=1
7595 -else $as_nop
7596 - ac_have_decl=0
7597 +else case e in #(
7598 + e) ac_have_decl=0 ;;
7599 +esac
7601 printf "%s\n" "#define HAVE_DECL_NFEA_DONT_REFRESH $ac_have_decl" >>confdefs.h
7603 @@ -15032,8 +15391,9 @@
7604 if test "x$ac_cv_have_decl_TCA_ACT_UNSPEC" = xyes
7605 then :
7606 ac_have_decl=1
7607 -else $as_nop
7608 - ac_have_decl=0
7609 +else case e in #(
7610 + e) ac_have_decl=0 ;;
7611 +esac
7613 printf "%s\n" "#define HAVE_DECL_TCA_ACT_UNSPEC $ac_have_decl" >>confdefs.h
7614 ac_fn_check_decl "$LINENO" "TCA_ACT_KIND" "ac_cv_have_decl_TCA_ACT_KIND" "
7615 @@ -15043,8 +15403,9 @@
7616 if test "x$ac_cv_have_decl_TCA_ACT_KIND" = xyes
7617 then :
7618 ac_have_decl=1
7619 -else $as_nop
7620 - ac_have_decl=0
7621 +else case e in #(
7622 + e) ac_have_decl=0 ;;
7623 +esac
7625 printf "%s\n" "#define HAVE_DECL_TCA_ACT_KIND $ac_have_decl" >>confdefs.h
7626 ac_fn_check_decl "$LINENO" "TCA_ACT_OPTIONS" "ac_cv_have_decl_TCA_ACT_OPTIONS" "
7627 @@ -15054,8 +15415,9 @@
7628 if test "x$ac_cv_have_decl_TCA_ACT_OPTIONS" = xyes
7629 then :
7630 ac_have_decl=1
7631 -else $as_nop
7632 - ac_have_decl=0
7633 +else case e in #(
7634 + e) ac_have_decl=0 ;;
7635 +esac
7637 printf "%s\n" "#define HAVE_DECL_TCA_ACT_OPTIONS $ac_have_decl" >>confdefs.h
7638 ac_fn_check_decl "$LINENO" "TCA_ACT_INDEX" "ac_cv_have_decl_TCA_ACT_INDEX" "
7639 @@ -15065,8 +15427,9 @@
7640 if test "x$ac_cv_have_decl_TCA_ACT_INDEX" = xyes
7641 then :
7642 ac_have_decl=1
7643 -else $as_nop
7644 - ac_have_decl=0
7645 +else case e in #(
7646 + e) ac_have_decl=0 ;;
7647 +esac
7649 printf "%s\n" "#define HAVE_DECL_TCA_ACT_INDEX $ac_have_decl" >>confdefs.h
7650 ac_fn_check_decl "$LINENO" "TCA_ACT_STATS" "ac_cv_have_decl_TCA_ACT_STATS" "
7651 @@ -15076,8 +15439,9 @@
7652 if test "x$ac_cv_have_decl_TCA_ACT_STATS" = xyes
7653 then :
7654 ac_have_decl=1
7655 -else $as_nop
7656 - ac_have_decl=0
7657 +else case e in #(
7658 + e) ac_have_decl=0 ;;
7659 +esac
7661 printf "%s\n" "#define HAVE_DECL_TCA_ACT_STATS $ac_have_decl" >>confdefs.h
7662 ac_fn_check_decl "$LINENO" "TCA_ACT_PAD" "ac_cv_have_decl_TCA_ACT_PAD" "
7663 @@ -15087,8 +15451,9 @@
7664 if test "x$ac_cv_have_decl_TCA_ACT_PAD" = xyes
7665 then :
7666 ac_have_decl=1
7667 -else $as_nop
7668 - ac_have_decl=0
7669 +else case e in #(
7670 + e) ac_have_decl=0 ;;
7671 +esac
7673 printf "%s\n" "#define HAVE_DECL_TCA_ACT_PAD $ac_have_decl" >>confdefs.h
7674 ac_fn_check_decl "$LINENO" "TCA_ACT_COOKIE" "ac_cv_have_decl_TCA_ACT_COOKIE" "
7675 @@ -15098,8 +15463,9 @@
7676 if test "x$ac_cv_have_decl_TCA_ACT_COOKIE" = xyes
7677 then :
7678 ac_have_decl=1
7679 -else $as_nop
7680 - ac_have_decl=0
7681 +else case e in #(
7682 + e) ac_have_decl=0 ;;
7683 +esac
7685 printf "%s\n" "#define HAVE_DECL_TCA_ACT_COOKIE $ac_have_decl" >>confdefs.h
7686 ac_fn_check_decl "$LINENO" "TCA_ACT_FLAGS" "ac_cv_have_decl_TCA_ACT_FLAGS" "
7687 @@ -15109,8 +15475,9 @@
7688 if test "x$ac_cv_have_decl_TCA_ACT_FLAGS" = xyes
7689 then :
7690 ac_have_decl=1
7691 -else $as_nop
7692 - ac_have_decl=0
7693 +else case e in #(
7694 + e) ac_have_decl=0 ;;
7695 +esac
7697 printf "%s\n" "#define HAVE_DECL_TCA_ACT_FLAGS $ac_have_decl" >>confdefs.h
7698 ac_fn_check_decl "$LINENO" "TCA_ACT_HW_STATS" "ac_cv_have_decl_TCA_ACT_HW_STATS" "
7699 @@ -15120,8 +15487,9 @@
7700 if test "x$ac_cv_have_decl_TCA_ACT_HW_STATS" = xyes
7701 then :
7702 ac_have_decl=1
7703 -else $as_nop
7704 - ac_have_decl=0
7705 +else case e in #(
7706 + e) ac_have_decl=0 ;;
7707 +esac
7709 printf "%s\n" "#define HAVE_DECL_TCA_ACT_HW_STATS $ac_have_decl" >>confdefs.h
7710 ac_fn_check_decl "$LINENO" "TCA_ACT_USED_HW_STATS" "ac_cv_have_decl_TCA_ACT_USED_HW_STATS" "
7711 @@ -15131,8 +15499,9 @@
7712 if test "x$ac_cv_have_decl_TCA_ACT_USED_HW_STATS" = xyes
7713 then :
7714 ac_have_decl=1
7715 -else $as_nop
7716 - ac_have_decl=0
7717 +else case e in #(
7718 + e) ac_have_decl=0 ;;
7719 +esac
7721 printf "%s\n" "#define HAVE_DECL_TCA_ACT_USED_HW_STATS $ac_have_decl" >>confdefs.h
7722 ac_fn_check_decl "$LINENO" "TCA_ACT_IN_HW_COUNT" "ac_cv_have_decl_TCA_ACT_IN_HW_COUNT" "
7723 @@ -15142,8 +15511,9 @@
7724 if test "x$ac_cv_have_decl_TCA_ACT_IN_HW_COUNT" = xyes
7725 then :
7726 ac_have_decl=1
7727 -else $as_nop
7728 - ac_have_decl=0
7729 +else case e in #(
7730 + e) ac_have_decl=0 ;;
7731 +esac
7733 printf "%s\n" "#define HAVE_DECL_TCA_ACT_IN_HW_COUNT $ac_have_decl" >>confdefs.h
7735 @@ -15156,8 +15526,9 @@
7736 if test "x$ac_cv_have_decl_P_ALL" = xyes
7737 then :
7738 ac_have_decl=1
7739 -else $as_nop
7740 - ac_have_decl=0
7741 +else case e in #(
7742 + e) ac_have_decl=0 ;;
7743 +esac
7745 printf "%s\n" "#define HAVE_DECL_P_ALL $ac_have_decl" >>confdefs.h
7746 ac_fn_check_decl "$LINENO" "P_PID" "ac_cv_have_decl_P_PID" "
7747 @@ -15168,8 +15539,9 @@
7748 if test "x$ac_cv_have_decl_P_PID" = xyes
7749 then :
7750 ac_have_decl=1
7751 -else $as_nop
7752 - ac_have_decl=0
7753 +else case e in #(
7754 + e) ac_have_decl=0 ;;
7755 +esac
7757 printf "%s\n" "#define HAVE_DECL_P_PID $ac_have_decl" >>confdefs.h
7758 ac_fn_check_decl "$LINENO" "P_PGID" "ac_cv_have_decl_P_PGID" "
7759 @@ -15180,8 +15552,9 @@
7760 if test "x$ac_cv_have_decl_P_PGID" = xyes
7761 then :
7762 ac_have_decl=1
7763 -else $as_nop
7764 - ac_have_decl=0
7765 +else case e in #(
7766 + e) ac_have_decl=0 ;;
7767 +esac
7769 printf "%s\n" "#define HAVE_DECL_P_PGID $ac_have_decl" >>confdefs.h
7770 ac_fn_check_decl "$LINENO" "P_PIDFD" "ac_cv_have_decl_P_PIDFD" "
7771 @@ -15192,8 +15565,9 @@
7772 if test "x$ac_cv_have_decl_P_PIDFD" = xyes
7773 then :
7774 ac_have_decl=1
7775 -else $as_nop
7776 - ac_have_decl=0
7777 +else case e in #(
7778 + e) ac_have_decl=0 ;;
7779 +esac
7781 printf "%s\n" "#define HAVE_DECL_P_PIDFD $ac_have_decl" >>confdefs.h
7783 @@ -15203,8 +15577,9 @@
7784 if test "x$ac_cv_have_decl_sys_errlist" = xyes
7785 then :
7786 ac_have_decl=1
7787 -else $as_nop
7788 - ac_have_decl=0
7789 +else case e in #(
7790 + e) ac_have_decl=0 ;;
7791 +esac
7793 printf "%s\n" "#define HAVE_DECL_SYS_ERRLIST $ac_have_decl" >>confdefs.h
7795 @@ -15213,8 +15588,9 @@
7796 if test "x$ac_cv_have_decl_PTRACE_PEEKUSER" = xyes
7797 then :
7798 ac_have_decl=1
7799 -else $as_nop
7800 - ac_have_decl=0
7801 +else case e in #(
7802 + e) ac_have_decl=0 ;;
7803 +esac
7805 printf "%s\n" "#define HAVE_DECL_PTRACE_PEEKUSER $ac_have_decl" >>confdefs.h
7806 ac_fn_check_decl "$LINENO" "PTRACE_POKEUSER" "ac_cv_have_decl_PTRACE_POKEUSER" "#include <sys/ptrace.h>
7807 @@ -15222,36 +15598,39 @@
7808 if test "x$ac_cv_have_decl_PTRACE_POKEUSER" = xyes
7809 then :
7810 ac_have_decl=1
7811 -else $as_nop
7812 - ac_have_decl=0
7813 +else case e in #(
7814 + e) ac_have_decl=0 ;;
7815 +esac
7817 printf "%s\n" "#define HAVE_DECL_PTRACE_POKEUSER $ac_have_decl" >>confdefs.h
7820 # The cast to long int works around a bug in the HP C Compiler
7821 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7822 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7823 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
7824 # This bug is HP SR number 8606223364.
7825 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
7826 printf %s "checking size of long... " >&6; }
7827 if test ${ac_cv_sizeof_long+y}
7828 then :
7829 printf %s "(cached) " >&6
7830 -else $as_nop
7831 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"
7832 +else case e in #(
7833 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"
7834 then :
7836 -else $as_nop
7837 - if test "$ac_cv_type_long" = yes; then
7838 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7839 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
7840 +else case e in #(
7841 + e) if test "$ac_cv_type_long" = yes; then
7842 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
7843 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
7844 as_fn_error 77 "cannot compute sizeof (long)
7845 -See \`config.log' for more details" "$LINENO" 5; }
7846 +See 'config.log' for more details" "$LINENO" 5; }
7847 else
7848 ac_cv_sizeof_long=0
7849 - fi
7850 + fi ;;
7851 +esac
7854 + ;;
7855 +esac
7857 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
7858 printf "%s\n" "$ac_cv_sizeof_long" >&6; }
7859 @@ -15265,28 +15644,30 @@
7861 # The cast to long int works around a bug in the HP C Compiler
7862 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7863 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7864 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
7865 # This bug is HP SR number 8606223364.
7866 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
7867 printf %s "checking size of long long... " >&6; }
7868 if test ${ac_cv_sizeof_long_long+y}
7869 then :
7870 printf %s "(cached) " >&6
7871 -else $as_nop
7872 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"
7873 +else case e in #(
7874 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"
7875 then :
7877 -else $as_nop
7878 - if test "$ac_cv_type_long_long" = yes; then
7879 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7880 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
7881 +else case e in #(
7882 + e) if test "$ac_cv_type_long_long" = yes; then
7883 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
7884 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
7885 as_fn_error 77 "cannot compute sizeof (long long)
7886 -See \`config.log' for more details" "$LINENO" 5; }
7887 +See 'config.log' for more details" "$LINENO" 5; }
7888 else
7889 ac_cv_sizeof_long_long=0
7890 - fi
7891 + fi ;;
7892 +esac
7895 + ;;
7896 +esac
7898 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
7899 printf "%s\n" "$ac_cv_sizeof_long_long" >&6; }
7900 @@ -15298,29 +15679,31 @@
7902 # The cast to long int works around a bug in the HP C Compiler
7903 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7904 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7905 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
7906 # This bug is HP SR number 8606223364.
7907 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
7908 printf %s "checking size of off_t... " >&6; }
7909 if test ${ac_cv_sizeof_off_t+y}
7910 then :
7911 printf %s "(cached) " >&6
7912 -else $as_nop
7913 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "#include <sys/types.h>
7914 +else case e in #(
7915 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "#include <sys/types.h>
7917 then :
7919 -else $as_nop
7920 - if test "$ac_cv_type_off_t" = yes; then
7921 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7922 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
7923 +else case e in #(
7924 + e) if test "$ac_cv_type_off_t" = yes; then
7925 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
7926 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
7927 as_fn_error 77 "cannot compute sizeof (off_t)
7928 -See \`config.log' for more details" "$LINENO" 5; }
7929 +See 'config.log' for more details" "$LINENO" 5; }
7930 else
7931 ac_cv_sizeof_off_t=0
7932 - fi
7933 + fi ;;
7934 +esac
7937 + ;;
7938 +esac
7940 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
7941 printf "%s\n" "$ac_cv_sizeof_off_t" >&6; }
7942 @@ -15332,29 +15715,31 @@
7944 # The cast to long int works around a bug in the HP C Compiler
7945 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7946 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7947 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
7948 # This bug is HP SR number 8606223364.
7949 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of kernel_long_t" >&5
7950 printf %s "checking size of kernel_long_t... " >&6; }
7951 if test ${ac_cv_sizeof_kernel_long_t+y}
7952 then :
7953 printf %s "(cached) " >&6
7954 -else $as_nop
7955 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (kernel_long_t))" "ac_cv_sizeof_kernel_long_t" "#include \"$srcdir/src/kernel_types.h\"
7956 +else case e in #(
7957 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (kernel_long_t))" "ac_cv_sizeof_kernel_long_t" "#include \"$srcdir/src/kernel_types.h\"
7959 then :
7961 -else $as_nop
7962 - if test "$ac_cv_type_kernel_long_t" = yes; then
7963 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7964 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
7965 +else case e in #(
7966 + e) if test "$ac_cv_type_kernel_long_t" = yes; then
7967 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
7968 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
7969 as_fn_error 77 "cannot compute sizeof (kernel_long_t)
7970 -See \`config.log' for more details" "$LINENO" 5; }
7971 +See 'config.log' for more details" "$LINENO" 5; }
7972 else
7973 ac_cv_sizeof_kernel_long_t=0
7974 - fi
7975 + fi ;;
7976 +esac
7979 + ;;
7980 +esac
7982 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_kernel_long_t" >&5
7983 printf "%s\n" "$ac_cv_sizeof_kernel_long_t" >&6; }
7984 @@ -15368,29 +15753,31 @@
7986 # The cast to long int works around a bug in the HP C Compiler
7987 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7988 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7989 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
7990 # This bug is HP SR number 8606223364.
7991 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of struct i64_i32" >&5
7992 printf %s "checking size of struct i64_i32... " >&6; }
7993 if test ${ac_cv_sizeof_struct_i64_i32+y}
7994 then :
7995 printf %s "(cached) " >&6
7996 -else $as_nop
7997 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct i64_i32))" "ac_cv_sizeof_struct_i64_i32" "struct i64_i32 {long long i64; int i32;};
7998 +else case e in #(
7999 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct i64_i32))" "ac_cv_sizeof_struct_i64_i32" "struct i64_i32 {long long i64; int i32;};
8001 then :
8003 -else $as_nop
8004 - if test "$ac_cv_type_struct_i64_i32" = yes; then
8005 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8006 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8007 +else case e in #(
8008 + e) if test "$ac_cv_type_struct_i64_i32" = yes; then
8009 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8010 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8011 as_fn_error 77 "cannot compute sizeof (struct i64_i32)
8012 -See \`config.log' for more details" "$LINENO" 5; }
8013 +See 'config.log' for more details" "$LINENO" 5; }
8014 else
8015 ac_cv_sizeof_struct_i64_i32=0
8016 - fi
8017 + fi ;;
8018 +esac
8021 + ;;
8022 +esac
8024 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_struct_i64_i32" >&5
8025 printf "%s\n" "$ac_cv_sizeof_struct_i64_i32" >&6; }
8026 @@ -15402,29 +15789,31 @@
8028 # The cast to long int works around a bug in the HP C Compiler
8029 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8030 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8031 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
8032 # This bug is HP SR number 8606223364.
8033 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of struct msqid64_ds" >&5
8034 printf %s "checking size of struct msqid64_ds... " >&6; }
8035 if test ${ac_cv_sizeof_struct_msqid64_ds+y}
8036 then :
8037 printf %s "(cached) " >&6
8038 -else $as_nop
8039 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct msqid64_ds))" "ac_cv_sizeof_struct_msqid64_ds" "#include <linux/msg.h>
8040 +else case e in #(
8041 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct msqid64_ds))" "ac_cv_sizeof_struct_msqid64_ds" "#include <linux/msg.h>
8043 then :
8045 -else $as_nop
8046 - if test "$ac_cv_type_struct_msqid64_ds" = yes; then
8047 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8048 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8049 +else case e in #(
8050 + e) if test "$ac_cv_type_struct_msqid64_ds" = yes; then
8051 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8052 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8053 as_fn_error 77 "cannot compute sizeof (struct msqid64_ds)
8054 -See \`config.log' for more details" "$LINENO" 5; }
8055 +See 'config.log' for more details" "$LINENO" 5; }
8056 else
8057 ac_cv_sizeof_struct_msqid64_ds=0
8058 - fi
8059 + fi ;;
8060 +esac
8063 + ;;
8064 +esac
8066 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_struct_msqid64_ds" >&5
8067 printf "%s\n" "$ac_cv_sizeof_struct_msqid64_ds" >&6; }
8068 @@ -15441,11 +15830,12 @@
8069 if test ${st_cv_SIGRTMIN+y}
8070 then :
8071 printf %s "(cached) " >&6
8072 -else $as_nop
8073 - st_cv_SIGRTMIN="$(echo SIGRTMIN |
8074 +else case e in #(
8075 + e) st_cv_SIGRTMIN="$(echo SIGRTMIN |
8076 $CPP $CPPFLAGS -P -imacros asm/signal.h - |
8077 grep '^[0-9]')"
8078 - test -n "$st_cv_SIGRTMIN" || st_cv_SIGRTMIN=no
8079 + test -n "$st_cv_SIGRTMIN" || st_cv_SIGRTMIN=no ;;
8080 +esac
8082 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_SIGRTMIN" >&5
8083 printf "%s\n" "$st_cv_SIGRTMIN" >&6; }
8084 @@ -15459,11 +15849,12 @@
8085 if test ${st_cv_SA_RESTORER+y}
8086 then :
8087 printf %s "(cached) " >&6
8088 -else $as_nop
8089 - st_cv_SA_RESTORER="$(echo SA_RESTORER |
8090 +else case e in #(
8091 + e) st_cv_SA_RESTORER="$(echo SA_RESTORER |
8092 $CPP $CPPFLAGS -P -imacros asm/signal.h - |
8093 grep ^0x)"
8094 - test -n "$st_cv_SA_RESTORER" || st_cv_SA_RESTORER=no
8095 + test -n "$st_cv_SA_RESTORER" || st_cv_SA_RESTORER=no ;;
8096 +esac
8098 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_SA_RESTORER" >&5
8099 printf "%s\n" "$st_cv_SA_RESTORER" >&6; }
8100 @@ -15478,8 +15869,8 @@
8101 if test ${st_cv_have___builtin_popcount+y}
8102 then :
8103 printf %s "(cached) " >&6
8104 -else $as_nop
8105 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8106 +else case e in #(
8107 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8108 /* end confdefs.h. */
8111 @@ -15493,11 +15884,13 @@
8112 if ac_fn_c_try_link "$LINENO"
8113 then :
8114 st_cv_have___builtin_popcount=yes
8115 -else $as_nop
8116 - st_cv_have___builtin_popcount=no
8117 +else case e in #(
8118 + e) st_cv_have___builtin_popcount=no ;;
8119 +esac
8121 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8122 - conftest$ac_exeext conftest.$ac_ext
8123 + conftest$ac_exeext conftest.$ac_ext ;;
8124 +esac
8126 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_have___builtin_popcount" >&5
8127 printf "%s\n" "$st_cv_have___builtin_popcount" >&6; }
8128 @@ -15512,8 +15905,8 @@
8129 if test ${st_cv_have_program_invocation_name+y}
8130 then :
8131 printf %s "(cached) " >&6
8132 -else $as_nop
8133 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8134 +else case e in #(
8135 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8136 /* end confdefs.h. */
8137 #include <errno.h>
8139 @@ -15527,11 +15920,13 @@
8140 if ac_fn_c_try_link "$LINENO"
8141 then :
8142 st_cv_have_program_invocation_name=yes
8143 -else $as_nop
8144 - st_cv_have_program_invocation_name=no
8145 +else case e in #(
8146 + e) st_cv_have_program_invocation_name=no ;;
8147 +esac
8149 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8150 - conftest$ac_exeext conftest.$ac_ext
8151 + conftest$ac_exeext conftest.$ac_ext ;;
8152 +esac
8154 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_have_program_invocation_name" >&5
8155 printf "%s\n" "$st_cv_have_program_invocation_name" >&6; }
8156 @@ -15546,8 +15941,8 @@
8157 if test ${st_cv_have_static_assert+y}
8158 then :
8159 printf %s "(cached) " >&6
8160 -else $as_nop
8161 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8162 +else case e in #(
8163 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8164 /* end confdefs.h. */
8165 #include <assert.h>
8167 @@ -15563,8 +15958,8 @@
8168 if ac_fn_c_try_link "$LINENO"
8169 then :
8170 st_cv_have_static_assert=yes
8171 -else $as_nop
8172 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8173 +else case e in #(
8174 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8175 /* end confdefs.h. */
8178 @@ -15580,19 +15975,22 @@
8179 if ac_fn_c_try_link "$LINENO"
8180 then :
8181 st_cv_have_static_assert=_Static_assert
8182 -else $as_nop
8183 - st_cv_have_static_assert=no
8185 +else case e in #(
8186 + e) st_cv_have_static_assert=no
8187 + ;;
8188 +esac
8190 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8191 conftest$ac_exeext conftest.$ac_ext
8194 + ;;
8195 +esac
8197 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8198 conftest$ac_exeext conftest.$ac_ext
8201 + ;;
8202 +esac
8204 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_have_static_assert" >&5
8205 printf "%s\n" "$st_cv_have_static_assert" >&6; }
8206 @@ -15615,8 +16013,8 @@
8207 if test ${ac_cv_search_dladdr+y}
8208 then :
8209 printf %s "(cached) " >&6
8210 -else $as_nop
8211 - ac_func_search_save_LIBS=$LIBS
8212 +else case e in #(
8213 + e) ac_func_search_save_LIBS=$LIBS
8214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8215 /* end confdefs.h. */
8217 @@ -15660,11 +16058,13 @@
8218 if test ${ac_cv_search_dladdr+y}
8219 then :
8221 -else $as_nop
8222 - ac_cv_search_dladdr=no
8223 +else case e in #(
8224 + e) ac_cv_search_dladdr=no ;;
8225 +esac
8227 rm conftest.$ac_ext
8228 -LIBS=$ac_func_search_save_LIBS
8229 +LIBS=$ac_func_search_save_LIBS ;;
8230 +esac
8232 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dladdr" >&5
8233 printf "%s\n" "$ac_cv_search_dladdr" >&6; }
8234 @@ -15693,8 +16093,8 @@
8235 if test ${ac_cv_search_timer_create+y}
8236 then :
8237 printf %s "(cached) " >&6
8238 -else $as_nop
8239 - ac_func_search_save_LIBS=$LIBS
8240 +else case e in #(
8241 + e) ac_func_search_save_LIBS=$LIBS
8242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8243 /* end confdefs.h. */
8245 @@ -15738,11 +16138,13 @@
8246 if test ${ac_cv_search_timer_create+y}
8247 then :
8249 -else $as_nop
8250 - ac_cv_search_timer_create=no
8251 +else case e in #(
8252 + e) ac_cv_search_timer_create=no ;;
8253 +esac
8255 rm conftest.$ac_ext
8256 -LIBS=$ac_func_search_save_LIBS
8257 +LIBS=$ac_func_search_save_LIBS ;;
8258 +esac
8260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_timer_create" >&5
8261 printf "%s\n" "$ac_cv_search_timer_create" >&6; }
8262 @@ -15755,10 +16157,10 @@
8264 LIBS="$saved_LIBS"
8265 case "$ac_cv_search_timer_create" in
8266 - no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8267 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8268 + no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8269 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8270 as_fn_error $? "failed to find timer_create
8271 -See \`config.log' for more details" "$LINENO" 5; } ;;
8272 +See 'config.log' for more details" "$LINENO" 5; } ;;
8273 -l*) timer_LIBS="$ac_cv_search_timer_create" ;;
8274 *) timer_LIBS= ;;
8275 esac
8276 @@ -15770,8 +16172,8 @@
8277 if test ${ac_cv_search_clock_gettime+y}
8278 then :
8279 printf %s "(cached) " >&6
8280 -else $as_nop
8281 - ac_func_search_save_LIBS=$LIBS
8282 +else case e in #(
8283 + e) ac_func_search_save_LIBS=$LIBS
8284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8285 /* end confdefs.h. */
8287 @@ -15815,11 +16217,13 @@
8288 if test ${ac_cv_search_clock_gettime+y}
8289 then :
8291 -else $as_nop
8292 - ac_cv_search_clock_gettime=no
8293 +else case e in #(
8294 + e) ac_cv_search_clock_gettime=no ;;
8295 +esac
8297 rm conftest.$ac_ext
8298 -LIBS=$ac_func_search_save_LIBS
8299 +LIBS=$ac_func_search_save_LIBS ;;
8300 +esac
8302 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
8303 printf "%s\n" "$ac_cv_search_clock_gettime" >&6; }
8304 @@ -15832,10 +16236,10 @@
8306 LIBS="$saved_LIBS"
8307 case "$ac_cv_search_clock_gettime" in
8308 - no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8309 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8310 + no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8311 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8312 as_fn_error $? "failed to find clock_gettime
8313 -See \`config.log' for more details" "$LINENO" 5; } ;;
8314 +See 'config.log' for more details" "$LINENO" 5; } ;;
8315 -l*) clock_LIBS="$ac_cv_search_clock_gettime" ;;
8316 *) clock_LIBS= ;;
8317 esac
8318 @@ -15847,8 +16251,8 @@
8319 if test ${ac_cv_search_log10+y}
8320 then :
8321 printf %s "(cached) " >&6
8322 -else $as_nop
8323 - ac_func_search_save_LIBS=$LIBS
8324 +else case e in #(
8325 + e) ac_func_search_save_LIBS=$LIBS
8326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8327 /* end confdefs.h. */
8329 @@ -15892,11 +16296,13 @@
8330 if test ${ac_cv_search_log10+y}
8331 then :
8333 -else $as_nop
8334 - ac_cv_search_log10=no
8335 +else case e in #(
8336 + e) ac_cv_search_log10=no ;;
8337 +esac
8339 rm conftest.$ac_ext
8340 -LIBS=$ac_func_search_save_LIBS
8341 +LIBS=$ac_func_search_save_LIBS ;;
8342 +esac
8344 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_log10" >&5
8345 printf "%s\n" "$ac_cv_search_log10" >&6; }
8346 @@ -15909,10 +16315,10 @@
8348 LIBS="$saved_LIBS"
8349 case "$ac_cv_search_log10" in
8350 - no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8351 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8352 + no) { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8353 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8354 as_fn_error $? "failed to find log10
8355 -See \`config.log' for more details" "$LINENO" 5; } ;;
8356 +See 'config.log' for more details" "$LINENO" 5; } ;;
8357 -l*) m_LIBS="$ac_cv_search_log10" ;;
8358 *) m_LIBS= ;;
8359 esac
8360 @@ -15924,8 +16330,8 @@
8361 if test ${ac_cv_search_mq_open+y}
8362 then :
8363 printf %s "(cached) " >&6
8364 -else $as_nop
8365 - ac_func_search_save_LIBS=$LIBS
8366 +else case e in #(
8367 + e) ac_func_search_save_LIBS=$LIBS
8368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8369 /* end confdefs.h. */
8371 @@ -15969,11 +16375,13 @@
8372 if test ${ac_cv_search_mq_open+y}
8373 then :
8375 -else $as_nop
8376 - ac_cv_search_mq_open=no
8377 +else case e in #(
8378 + e) ac_cv_search_mq_open=no ;;
8379 +esac
8381 rm conftest.$ac_ext
8382 -LIBS=$ac_func_search_save_LIBS
8383 +LIBS=$ac_func_search_save_LIBS ;;
8384 +esac
8386 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_mq_open" >&5
8387 printf "%s\n" "$ac_cv_search_mq_open" >&6; }
8388 @@ -15999,8 +16407,8 @@
8389 if test ${ac_cv_prog_READELF+y}
8390 then :
8391 printf %s "(cached) " >&6
8392 -else $as_nop
8393 - if test -n "$READELF"; then
8394 +else case e in #(
8395 + e) if test -n "$READELF"; then
8396 ac_cv_prog_READELF="$READELF" # Let the user override the test.
8397 else
8398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8399 @@ -16022,7 +16430,8 @@
8400 done
8401 IFS=$as_save_IFS
8404 +fi ;;
8405 +esac
8407 READELF=$ac_cv_prog_READELF
8408 if test -n "$READELF"; then
8409 @@ -16044,8 +16453,8 @@
8410 if test ${ac_cv_prog_ac_ct_READELF+y}
8411 then :
8412 printf %s "(cached) " >&6
8413 -else $as_nop
8414 - if test -n "$ac_ct_READELF"; then
8415 +else case e in #(
8416 + e) if test -n "$ac_ct_READELF"; then
8417 ac_cv_prog_ac_ct_READELF="$ac_ct_READELF" # Let the user override the test.
8418 else
8419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8420 @@ -16067,7 +16476,8 @@
8421 done
8422 IFS=$as_save_IFS
8425 +fi ;;
8426 +esac
8428 ac_ct_READELF=$ac_cv_prog_ac_ct_READELF
8429 if test -n "$ac_ct_READELF"; then
8430 @@ -16104,8 +16514,9 @@
8431 Valid options are: yes, no, check." "$LINENO" 5
8433 esac
8434 -else $as_nop
8435 - enable_stacktrace=check
8436 +else case e in #(
8437 + e) enable_stacktrace=check ;;
8438 +esac
8442 @@ -16130,9 +16541,10 @@
8443 with_libdw=yes ;;
8444 esac
8446 -else $as_nop
8447 - with_libdw=check
8449 +else case e in #(
8450 + e) with_libdw=check
8451 + ;;
8452 +esac
8456 @@ -16152,9 +16564,10 @@
8457 libunwind_CPPFLAGS="-I${withval}/include"
8458 libunwind_LDFLAGS="-L${withval}/lib" ;;
8459 esac
8460 -else $as_nop
8461 - with_libunwind=check
8463 +else case e in #(
8464 + e) with_libunwind=check
8465 + ;;
8466 +esac
8470 @@ -16193,8 +16606,8 @@
8471 if test ${ac_cv_lib_dw_dwfl_linux_proc_attach+y}
8472 then :
8473 printf %s "(cached) " >&6
8474 -else $as_nop
8475 - ac_check_lib_save_LIBS=$LIBS
8476 +else case e in #(
8477 + e) ac_check_lib_save_LIBS=$LIBS
8478 LIBS="-ldw $libdw_LDFLAGS $libdw_LIBS
8479 $LIBS"
8480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8481 @@ -16221,12 +16634,14 @@
8482 if ac_fn_c_try_link "$LINENO"
8483 then :
8484 ac_cv_lib_dw_dwfl_linux_proc_attach=yes
8485 -else $as_nop
8486 - ac_cv_lib_dw_dwfl_linux_proc_attach=no
8487 +else case e in #(
8488 + e) ac_cv_lib_dw_dwfl_linux_proc_attach=no ;;
8489 +esac
8491 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8492 conftest$ac_exeext conftest.$ac_ext
8493 -LIBS=$ac_check_lib_save_LIBS
8494 +LIBS=$ac_check_lib_save_LIBS ;;
8495 +esac
8497 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dw_dwfl_linux_proc_attach" >&5
8498 printf "%s\n" "$ac_cv_lib_dw_dwfl_linux_proc_attach" >&6; }
8499 @@ -16238,56 +16653,61 @@
8500 if test ${st_cv_ELFUTILS_VERSION+y}
8501 then :
8502 printf %s "(cached) " >&6
8503 -else $as_nop
8504 - st_cv_ELFUTILS_VERSION="$(echo _ELFUTILS_VERSION |
8505 +else case e in #(
8506 + e) st_cv_ELFUTILS_VERSION="$(echo _ELFUTILS_VERSION |
8507 $CPP $CPPFLAGS -P -imacros elfutils/version.h - |
8508 grep '^[0-9]')"
8509 test -n "$st_cv_ELFUTILS_VERSION" ||
8510 st_cv_ELFUTILS_VERSION=0
8513 + ;;
8514 +esac
8516 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_ELFUTILS_VERSION" >&5
8517 printf "%s\n" "$st_cv_ELFUTILS_VERSION" >&6; }
8518 if test "$st_cv_ELFUTILS_VERSION" -ge 164
8519 then :
8520 have_libdw=yes
8521 -else $as_nop
8522 - if test "x$with_libdw" = xyes
8523 +else case e in #(
8524 + e) if test "x$with_libdw" = xyes
8525 then :
8526 as_fn_error $? "elfutils version >= 164 is required for stack tracing support" "$LINENO" 5
8527 -else $as_nop
8528 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: elfutils version >= 164 is required for stack tracing support" >&5
8529 +else case e in #(
8530 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: elfutils version >= 164 is required for stack tracing support" >&5
8531 printf "%s\n" "$as_me: WARNING: elfutils version >= 164 is required for stack tracing support" >&2;}
8533 + ;;
8534 +esac
8538 + ;;
8539 +esac
8542 -else $as_nop
8543 - if test "x$with_libdw" = xyes
8544 +else case e in #(
8545 + e) if test "x$with_libdw" = xyes
8546 then :
8547 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8548 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8549 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8550 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8551 as_fn_error $? "failed to find dwfl_linux_proc_attach in libdw
8552 -See \`config.log' for more details" "$LINENO" 5; }
8553 +See 'config.log' for more details" "$LINENO" 5; }
8556 + ;;
8557 +esac
8561 -else $as_nop
8562 - if test "x$with_libdw" = xyes
8563 +else case e in #(
8564 + e) if test "x$with_libdw" = xyes
8565 then :
8566 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8567 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8568 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8569 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8570 as_fn_error $? "failed to find elfutils/libdwfl.h
8571 -See \`config.log' for more details" "$LINENO" 5; }
8572 +See 'config.log' for more details" "$LINENO" 5; }
8577 + ;;
8578 +esac
8581 done
8582 @@ -16336,8 +16756,8 @@
8583 if test ${ac_cv_lib_unwind_backtrace+y}
8584 then :
8585 printf %s "(cached) " >&6
8586 -else $as_nop
8587 - ac_check_lib_save_LIBS=$LIBS
8588 +else case e in #(
8589 + e) ac_check_lib_save_LIBS=$LIBS
8590 LIBS="-lunwind $libunwind_LIBS
8591 $LIBS"
8592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8593 @@ -16364,12 +16784,14 @@
8594 if ac_fn_c_try_link "$LINENO"
8595 then :
8596 ac_cv_lib_unwind_backtrace=yes
8597 -else $as_nop
8598 - ac_cv_lib_unwind_backtrace=no
8599 +else case e in #(
8600 + e) ac_cv_lib_unwind_backtrace=no ;;
8601 +esac
8603 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8604 conftest$ac_exeext conftest.$ac_ext
8605 -LIBS=$ac_check_lib_save_LIBS
8606 +LIBS=$ac_check_lib_save_LIBS ;;
8607 +esac
8609 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unwind_backtrace" >&5
8610 printf "%s\n" "$ac_cv_lib_unwind_backtrace" >&6; }
8611 @@ -16405,8 +16827,8 @@
8612 if test ${ac_cv_lib_unwind_ptrace__UPT_create+y}
8613 then :
8614 printf %s "(cached) " >&6
8615 -else $as_nop
8616 - ac_check_lib_save_LIBS=$LIBS
8617 +else case e in #(
8618 + e) ac_check_lib_save_LIBS=$LIBS
8619 LIBS="-lunwind-ptrace $libunwind_LIBS
8620 $LIBS"
8621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8622 @@ -16433,12 +16855,14 @@
8623 if ac_fn_c_try_link "$LINENO"
8624 then :
8625 ac_cv_lib_unwind_ptrace__UPT_create=yes
8626 -else $as_nop
8627 - ac_cv_lib_unwind_ptrace__UPT_create=no
8628 +else case e in #(
8629 + e) ac_cv_lib_unwind_ptrace__UPT_create=no ;;
8630 +esac
8632 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8633 conftest$ac_exeext conftest.$ac_ext
8634 -LIBS=$ac_check_lib_save_LIBS
8635 +LIBS=$ac_check_lib_save_LIBS ;;
8636 +esac
8638 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unwind_ptrace__UPT_create" >&5
8639 printf "%s\n" "$ac_cv_lib_unwind_ptrace__UPT_create" >&6; }
8640 @@ -16447,56 +16871,60 @@
8641 libunwind_LIBS="-lunwind-ptrace $libunwind_LIBS"
8642 use_unwinder=libunwind
8644 -else $as_nop
8645 - if test "x$with_libunwind" != xcheck; then
8646 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8647 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8648 +else case e in #(
8649 + e) if test "x$with_libunwind" != xcheck; then
8650 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8651 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8652 as_fn_error $? "failed to find _UPT_create in libunwind-ptrace
8653 -See \`config.log' for more details" "$LINENO" 5; }
8654 +See 'config.log' for more details" "$LINENO" 5; }
8657 + ;;
8658 +esac
8662 -else $as_nop
8663 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8664 +else case e in #(
8665 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8666 printf "%s\n" "no" >&6; }
8667 if test "x$with_libunwind" != xcheck; then
8668 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8669 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8670 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8671 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8672 as_fn_error $? "failed to find unw_create_addr_space in libunwind-generic
8673 -See \`config.log' for more details" "$LINENO" 5; }
8674 +See 'config.log' for more details" "$LINENO" 5; }
8678 + ;;
8679 +esac
8681 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8682 conftest$ac_exeext conftest.$ac_ext
8684 LIBS="$saved_LIBS"
8686 -else $as_nop
8687 - if test "x$with_libunwind" != xcheck; then
8688 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8689 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8690 +else case e in #(
8691 + e) if test "x$with_libunwind" != xcheck; then
8692 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8693 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8694 as_fn_error $? "failed to find libunwind
8695 -See \`config.log' for more details" "$LINENO" 5; }
8696 +See 'config.log' for more details" "$LINENO" 5; }
8699 + ;;
8700 +esac
8704 LDFLAGS="$saved_LDFLAGS"
8706 -else $as_nop
8707 - if test "x$with_libunwind" != xcheck; then
8708 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8709 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8710 +else case e in #(
8711 + e) if test "x$with_libunwind" != xcheck; then
8712 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8713 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8714 as_fn_error $? "failed to find libunwind-ptrace.h
8715 -See \`config.log' for more details" "$LINENO" 5; }
8716 +See 'config.log' for more details" "$LINENO" 5; }
8720 + ;;
8721 +esac
8724 done
8725 @@ -16579,9 +17007,10 @@
8726 libiberty_CPPFLAGS="-I${withval}/include"
8727 libiberty_LDFLAGS="-L${withval}/lib" ;;
8728 esac
8729 -else $as_nop
8730 - with_libiberty=check
8732 +else case e in #(
8733 + e) with_libiberty=check
8734 + ;;
8735 +esac
8739 @@ -16594,12 +17023,12 @@
8740 found_demangle_h=no
8741 for ac_header in demangle.h libiberty/demangle.h
8742 do :
8743 - as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh`
8744 + as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | sed "$as_sed_sh"`
8745 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8746 if eval test \"x\$"$as_ac_Header"\" = x"yes"
8747 then :
8748 cat >>confdefs.h <<_ACEOF
8749 -#define `printf "%s\n" "HAVE_$ac_header" | $as_tr_cpp` 1
8750 +#define `printf "%s\n" "HAVE_$ac_header" | sed "$as_sed_cpp"` 1
8751 _ACEOF
8752 found_demangle_h=yes
8754 @@ -16615,8 +17044,8 @@
8755 if test ${ac_cv_lib_iberty_cplus_demangle+y}
8756 then :
8757 printf %s "(cached) " >&6
8758 -else $as_nop
8759 - ac_check_lib_save_LIBS=$LIBS
8760 +else case e in #(
8761 + e) ac_check_lib_save_LIBS=$LIBS
8762 LIBS="-liberty $LIBS"
8763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8764 /* end confdefs.h. */
8765 @@ -16642,12 +17071,14 @@
8766 if ac_fn_c_try_link "$LINENO"
8767 then :
8768 ac_cv_lib_iberty_cplus_demangle=yes
8769 -else $as_nop
8770 - ac_cv_lib_iberty_cplus_demangle=no
8771 +else case e in #(
8772 + e) ac_cv_lib_iberty_cplus_demangle=no ;;
8773 +esac
8775 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8776 conftest$ac_exeext conftest.$ac_ext
8777 -LIBS=$ac_check_lib_save_LIBS
8778 +LIBS=$ac_check_lib_save_LIBS ;;
8779 +esac
8781 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_iberty_cplus_demangle" >&5
8782 printf "%s\n" "$ac_cv_lib_iberty_cplus_demangle" >&6; }
8783 @@ -16656,28 +17087,30 @@
8784 libiberty_LIBS="-liberty"
8785 use_libiberty=yes
8787 -else $as_nop
8788 - if test "x$with_libiberty" != xcheck; then
8789 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8790 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8791 +else case e in #(
8792 + e) if test "x$with_libiberty" != xcheck; then
8793 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8794 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8795 as_fn_error $? "failed to find cplus_demangle in libiberty
8796 -See \`config.log' for more details" "$LINENO" 5; }
8797 +See 'config.log' for more details" "$LINENO" 5; }
8801 + ;;
8802 +esac
8805 LDFLAGS="$saved_LDFLAGS"
8807 -else $as_nop
8808 - if test "x$with_libiberty" != xcheck; then
8809 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8810 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8811 +else case e in #(
8812 + e) if test "x$with_libiberty" != xcheck; then
8813 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8814 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8815 as_fn_error $? "failed to find demangle.h
8816 -See \`config.log' for more details" "$LINENO" 5; }
8817 +See 'config.log' for more details" "$LINENO" 5; }
8821 + ;;
8822 +esac
8826 @@ -16697,9 +17130,10 @@
8827 printf "%s\n" "$use_libiberty" >&6; }
8830 -else $as_nop
8831 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8832 -printf "%s\n" "no" >&6; }
8833 +else case e in #(
8834 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8835 +printf "%s\n" "no" >&6; } ;;
8836 +esac
8839 if test "x$use_libiberty" = xyes; then
8840 @@ -16729,9 +17163,10 @@
8841 libselinux_CPPFLAGS="-I${withval}/include"
8842 libselinux_LDFLAGS="-L${withval}/lib" ;;
8843 esac
8844 -else $as_nop
8845 - with_libselinux=check
8847 +else case e in #(
8848 + e) with_libselinux=check
8849 + ;;
8850 +esac
8854 @@ -16757,14 +17192,14 @@
8855 LDFLAGS="$LDFLAGS $libselinux_LDFLAGS"
8856 missing=
8857 for func in getpidcon getfilecon selabel_open selabel_lookup; do
8858 - as_ac_Lib=`printf "%s\n" "ac_cv_lib_selinux_$func" | $as_tr_sh`
8859 + as_ac_Lib=`printf "%s\n" "ac_cv_lib_selinux_$func" | sed "$as_sed_sh"`
8860 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $func in -lselinux" >&5
8861 printf %s "checking for $func in -lselinux... " >&6; }
8862 if eval test \${$as_ac_Lib+y}
8863 then :
8864 printf %s "(cached) " >&6
8865 -else $as_nop
8866 - ac_check_lib_save_LIBS=$LIBS
8867 +else case e in #(
8868 + e) ac_check_lib_save_LIBS=$LIBS
8869 LIBS="-lselinux $LIBS"
8870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8871 /* end confdefs.h. */
8872 @@ -16790,12 +17225,14 @@
8873 if ac_fn_c_try_link "$LINENO"
8874 then :
8875 eval "$as_ac_Lib=yes"
8876 -else $as_nop
8877 - eval "$as_ac_Lib=no"
8878 +else case e in #(
8879 + e) eval "$as_ac_Lib=no" ;;
8880 +esac
8882 rm -f core conftest.err conftest.$ac_objext conftest.beam \
8883 conftest$ac_exeext conftest.$ac_ext
8884 -LIBS=$ac_check_lib_save_LIBS
8885 +LIBS=$ac_check_lib_save_LIBS ;;
8886 +esac
8888 eval ac_res=\$$as_ac_Lib
8889 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8890 @@ -16803,8 +17240,9 @@
8891 if eval test \"x\$"$as_ac_Lib"\" = x"yes"
8892 then :
8894 -else $as_nop
8895 - missing="$missing $func"
8896 +else case e in #(
8897 + e) missing="$missing $func" ;;
8898 +esac
8901 done
8902 @@ -16813,31 +17251,33 @@
8903 libselinux_LIBS="-lselinux"
8904 enable_secontext=yes
8906 -else $as_nop
8907 - if test "x$with_libselinux" != xcheck
8908 +else case e in #(
8909 + e) if test "x$with_libselinux" != xcheck
8910 then :
8911 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8912 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8913 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8914 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8915 as_fn_error $? "failed to find in libselinux:$missing
8916 -See \`config.log' for more details" "$LINENO" 5; }
8917 +See 'config.log' for more details" "$LINENO" 5; }
8922 + ;;
8923 +esac
8925 LDFLAGS="$saved_LDFLAGS"
8927 -else $as_nop
8928 - if test "x$with_libselinux" != xcheck
8929 +else case e in #(
8930 + e) if test "x$with_libselinux" != xcheck
8931 then :
8932 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8933 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
8934 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
8935 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
8936 as_fn_error $? "failed to find selinux.h
8937 -See \`config.log' for more details" "$LINENO" 5; }
8938 +See 'config.log' for more details" "$LINENO" 5; }
8943 + ;;
8944 +esac
8948 @@ -16858,9 +17298,10 @@
8950 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8951 printf "%s\n" "yes" >&6; }
8952 -else $as_nop
8953 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8954 -printf "%s\n" "no" >&6; }
8955 +else case e in #(
8956 + e) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8957 +printf "%s\n" "no" >&6; } ;;
8958 +esac
8961 if test "x$enable_secontext" = xyes; then
8962 @@ -16906,8 +17347,9 @@
8963 Valid options are: yes, no, check, m32, mx32." "$LINENO" 5
8965 esac
8966 -else $as_nop
8967 - enable_mpers=yes
8968 +else case e in #(
8969 + e) enable_mpers=yes ;;
8970 +esac
8974 @@ -16932,8 +17374,8 @@
8975 if test ${ac_cv_prog_CC_FOR_M32+y}
8976 then :
8977 printf %s "(cached) " >&6
8978 -else $as_nop
8979 - if test -n "$CC_FOR_M32"; then
8980 +else case e in #(
8981 + e) if test -n "$CC_FOR_M32"; then
8982 ac_cv_prog_CC_FOR_M32="$CC_FOR_M32" # Let the user override the test.
8983 else
8984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8985 @@ -16955,7 +17397,8 @@
8986 done
8987 IFS=$as_save_IFS
8990 +fi ;;
8991 +esac
8993 CC_FOR_M32=$ac_cv_prog_CC_FOR_M32
8994 if test -n "$CC_FOR_M32"; then
8995 @@ -17046,12 +17489,13 @@
8996 then :
8997 printf "%s\n" "#define HAVE_GNU_STUBS_32_H 1" >>confdefs.h
8998 IFLAG=
8999 -else $as_nop
9000 - mkdir -p src/gnu
9001 +else case e in #(
9002 + e) mkdir -p src/gnu
9003 : > src/gnu/stubs-32.h
9004 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Created empty gnu/stubs-32.h" >&5
9005 printf "%s\n" "$as_me: Created empty gnu/stubs-32.h" >&6;}
9006 - IFLAG=-Isrc
9007 + IFLAG=-Isrc ;;
9008 +esac
9011 done
9012 @@ -17065,8 +17509,8 @@
9013 if test ${st_cv_m32_cc+y}
9014 then :
9015 printf %s "(cached) " >&6
9016 -else $as_nop
9017 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9018 +else case e in #(
9019 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9020 /* end confdefs.h. */
9021 #include <stdint.h>
9022 #include <errno.h>
9023 @@ -17081,10 +17525,12 @@
9024 if ac_fn_c_try_compile "$LINENO"
9025 then :
9026 st_cv_m32_cc=yes
9027 -else $as_nop
9028 - st_cv_m32_cc=no
9029 +else case e in #(
9030 + e) st_cv_m32_cc=no ;;
9031 +esac
9033 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9034 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
9035 +esac
9037 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_m32_cc" >&5
9038 printf "%s\n" "$st_cv_m32_cc" >&6; }
9039 @@ -17094,12 +17540,12 @@
9040 if test ${st_cv_m32_runtime+y}
9041 then :
9042 printf %s "(cached) " >&6
9043 -else $as_nop
9044 - if test "$cross_compiling" = yes
9045 +else case e in #(
9046 + e) if test "$cross_compiling" = yes
9047 then :
9048 st_cv_m32_runtime=no
9049 -else $as_nop
9050 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9051 +else case e in #(
9052 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9053 /* end confdefs.h. */
9054 #include <stdint.h>
9055 #include <errno.h>
9056 @@ -17114,13 +17560,16 @@
9057 if ac_fn_c_try_run "$LINENO"
9058 then :
9059 st_cv_m32_runtime=yes
9060 -else $as_nop
9061 - st_cv_m32_runtime=no
9062 +else case e in #(
9063 + e) st_cv_m32_runtime=no ;;
9064 +esac
9066 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9067 - conftest.$ac_objext conftest.beam conftest.$ac_ext
9068 + conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
9069 +esac
9072 + ;;
9073 +esac
9075 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_m32_runtime" >&5
9076 printf "%s\n" "$st_cv_m32_runtime" >&6; }
9077 @@ -17129,14 +17578,15 @@
9078 if test ${st_cv_m32_mpers+y}
9079 then :
9080 printf %s "(cached) " >&6
9081 -else $as_nop
9082 - if READELF="$READELF" \
9083 +else case e in #(
9084 + e) if READELF="$READELF" \
9085 CC="$CC" CPP="$CPP" CPPFLAGS="$CPPFLAGS" \
9086 $srcdir/src/mpers_test.sh m32 "$cc_flags_m32"; then
9087 st_cv_m32_mpers=yes
9088 else
9089 st_cv_m32_mpers=no
9090 - fi
9091 + fi ;;
9092 +esac
9094 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_m32_mpers" >&5
9095 printf "%s\n" "$st_cv_m32_mpers" >&6; }
9096 @@ -17147,8 +17597,8 @@
9097 if test ${st_cv_m32_selinux_runtime+y}
9098 then :
9099 printf %s "(cached) " >&6
9100 -else $as_nop
9101 - saved_CPPFLAGS="$CPPFLAGS"
9102 +else case e in #(
9103 + e) saved_CPPFLAGS="$CPPFLAGS"
9104 saved_LDFLAGS="$LDFLAGS_FOR_M32"
9105 saved_LIBS="$LIBS"
9106 CPPFLAGS="$CPPFLAGS $libselinux_CPPFLAGS"
9107 @@ -17168,21 +17618,24 @@
9108 if ac_fn_c_try_link "$LINENO"
9109 then :
9110 st_cv_m32_selinux_runtime=yes
9111 -else $as_nop
9112 - st_cv_m32_selinux_runtime=no
9113 +else case e in #(
9114 + e) st_cv_m32_selinux_runtime=no ;;
9115 +esac
9117 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9118 conftest$ac_exeext conftest.$ac_ext
9119 LIBS="$saved_LIBS"
9120 LDFLAGS_FOR_M32="$saved_LDFLAGS"
9121 CPPFLAGS="$saved_CPPFLAGS"
9123 + ;;
9124 +esac
9126 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_m32_selinux_runtime" >&5
9127 printf "%s\n" "$st_cv_m32_selinux_runtime" >&6; }
9129 -else $as_nop
9130 - st_cv_m32_selinux_runtime=no
9131 +else case e in #(
9132 + e) st_cv_m32_selinux_runtime=no ;;
9133 +esac
9135 if test $st_cv_m32_mpers = yes; then
9137 @@ -17423,28 +17876,30 @@
9139 # The cast to long int works around a bug in the HP C Compiler
9140 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9141 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9142 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
9143 # This bug is HP SR number 8606223364.
9144 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
9145 printf %s "checking size of long... " >&6; }
9146 if test ${ac_cv_sizeof_long+y}
9147 then :
9148 printf %s "(cached) " >&6
9149 -else $as_nop
9150 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"
9151 +else case e in #(
9152 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"
9153 then :
9155 -else $as_nop
9156 - if test "$ac_cv_type_long" = yes; then
9157 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9158 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
9159 +else case e in #(
9160 + e) if test "$ac_cv_type_long" = yes; then
9161 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
9162 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
9163 as_fn_error 77 "cannot compute sizeof (long)
9164 -See \`config.log' for more details" "$LINENO" 5; }
9165 +See 'config.log' for more details" "$LINENO" 5; }
9166 else
9167 ac_cv_sizeof_long=0
9168 - fi
9169 + fi ;;
9170 +esac
9173 + ;;
9174 +esac
9176 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
9177 printf "%s\n" "$ac_cv_sizeof_long" >&6; }
9178 @@ -17499,29 +17954,31 @@
9180 # The cast to long int works around a bug in the HP C Compiler
9181 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9182 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9183 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
9184 # This bug is HP SR number 8606223364.
9185 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of kernel_long_t" >&5
9186 printf %s "checking size of kernel_long_t... " >&6; }
9187 if test ${ac_cv_sizeof_kernel_long_t+y}
9188 then :
9189 printf %s "(cached) " >&6
9190 -else $as_nop
9191 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (kernel_long_t))" "ac_cv_sizeof_kernel_long_t" "#include \"$srcdir/src/kernel_types.h\"
9192 +else case e in #(
9193 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (kernel_long_t))" "ac_cv_sizeof_kernel_long_t" "#include \"$srcdir/src/kernel_types.h\"
9195 then :
9197 -else $as_nop
9198 - if test "$ac_cv_type_kernel_long_t" = yes; then
9199 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9200 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
9201 +else case e in #(
9202 + e) if test "$ac_cv_type_kernel_long_t" = yes; then
9203 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
9204 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
9205 as_fn_error 77 "cannot compute sizeof (kernel_long_t)
9206 -See \`config.log' for more details" "$LINENO" 5; }
9207 +See 'config.log' for more details" "$LINENO" 5; }
9208 else
9209 ac_cv_sizeof_kernel_long_t=0
9210 - fi
9211 + fi ;;
9212 +esac
9215 + ;;
9216 +esac
9218 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_kernel_long_t" >&5
9219 printf "%s\n" "$ac_cv_sizeof_kernel_long_t" >&6; }
9220 @@ -17576,29 +18033,31 @@
9222 # The cast to long int works around a bug in the HP C Compiler
9223 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9224 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9225 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
9226 # This bug is HP SR number 8606223364.
9227 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of struct msqid64_ds" >&5
9228 printf %s "checking size of struct msqid64_ds... " >&6; }
9229 if test ${ac_cv_sizeof_struct_msqid64_ds+y}
9230 then :
9231 printf %s "(cached) " >&6
9232 -else $as_nop
9233 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct msqid64_ds))" "ac_cv_sizeof_struct_msqid64_ds" "#include <linux/msg.h>
9234 +else case e in #(
9235 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct msqid64_ds))" "ac_cv_sizeof_struct_msqid64_ds" "#include <linux/msg.h>
9237 then :
9239 -else $as_nop
9240 - if test "$ac_cv_type_struct_msqid64_ds" = yes; then
9241 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9242 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
9243 +else case e in #(
9244 + e) if test "$ac_cv_type_struct_msqid64_ds" = yes; then
9245 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
9246 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
9247 as_fn_error 77 "cannot compute sizeof (struct msqid64_ds)
9248 -See \`config.log' for more details" "$LINENO" 5; }
9249 +See 'config.log' for more details" "$LINENO" 5; }
9250 else
9251 ac_cv_sizeof_struct_msqid64_ds=0
9252 - fi
9253 + fi ;;
9254 +esac
9257 + ;;
9258 +esac
9260 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_struct_msqid64_ds" >&5
9261 printf "%s\n" "$ac_cv_sizeof_struct_msqid64_ds" >&6; }
9262 @@ -17782,12 +18241,13 @@
9263 then :
9264 printf "%s\n" "#define HAVE_GNU_STUBS_X32_H 1" >>confdefs.h
9265 IFLAG=
9266 -else $as_nop
9267 - mkdir -p src/gnu
9268 +else case e in #(
9269 + e) mkdir -p src/gnu
9270 : > src/gnu/stubs-x32.h
9271 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Created empty gnu/stubs-x32.h" >&5
9272 printf "%s\n" "$as_me: Created empty gnu/stubs-x32.h" >&6;}
9273 - IFLAG=-Isrc
9274 + IFLAG=-Isrc ;;
9275 +esac
9278 done
9279 @@ -17801,8 +18261,8 @@
9280 if test ${st_cv_mx32_cc+y}
9281 then :
9282 printf %s "(cached) " >&6
9283 -else $as_nop
9284 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9285 +else case e in #(
9286 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9287 /* end confdefs.h. */
9288 #include <stdint.h>
9289 #include <errno.h>
9290 @@ -17817,10 +18277,12 @@
9291 if ac_fn_c_try_compile "$LINENO"
9292 then :
9293 st_cv_mx32_cc=yes
9294 -else $as_nop
9295 - st_cv_mx32_cc=no
9296 +else case e in #(
9297 + e) st_cv_mx32_cc=no ;;
9298 +esac
9300 -rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
9301 +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
9302 +esac
9304 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_mx32_cc" >&5
9305 printf "%s\n" "$st_cv_mx32_cc" >&6; }
9306 @@ -17830,12 +18292,12 @@
9307 if test ${st_cv_mx32_runtime+y}
9308 then :
9309 printf %s "(cached) " >&6
9310 -else $as_nop
9311 - if test "$cross_compiling" = yes
9312 +else case e in #(
9313 + e) if test "$cross_compiling" = yes
9314 then :
9315 st_cv_mx32_runtime=no
9316 -else $as_nop
9317 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9318 +else case e in #(
9319 + e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9320 /* end confdefs.h. */
9321 #include <stdint.h>
9322 #include <errno.h>
9323 @@ -17850,13 +18312,16 @@
9324 if ac_fn_c_try_run "$LINENO"
9325 then :
9326 st_cv_mx32_runtime=yes
9327 -else $as_nop
9328 - st_cv_mx32_runtime=no
9329 +else case e in #(
9330 + e) st_cv_mx32_runtime=no ;;
9331 +esac
9333 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9334 - conftest.$ac_objext conftest.beam conftest.$ac_ext
9335 + conftest.$ac_objext conftest.beam conftest.$ac_ext ;;
9336 +esac
9339 + ;;
9340 +esac
9342 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_mx32_runtime" >&5
9343 printf "%s\n" "$st_cv_mx32_runtime" >&6; }
9344 @@ -17865,14 +18330,15 @@
9345 if test ${st_cv_mx32_mpers+y}
9346 then :
9347 printf %s "(cached) " >&6
9348 -else $as_nop
9349 - if READELF="$READELF" \
9350 +else case e in #(
9351 + e) if READELF="$READELF" \
9352 CC="$CC" CPP="$CPP" CPPFLAGS="$CPPFLAGS" \
9353 $srcdir/src/mpers_test.sh mx32 "$cc_flags_mx32"; then
9354 st_cv_mx32_mpers=yes
9355 else
9356 st_cv_mx32_mpers=no
9357 - fi
9358 + fi ;;
9359 +esac
9361 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_mx32_mpers" >&5
9362 printf "%s\n" "$st_cv_mx32_mpers" >&6; }
9363 @@ -17883,8 +18349,8 @@
9364 if test ${st_cv_mx32_selinux_runtime+y}
9365 then :
9366 printf %s "(cached) " >&6
9367 -else $as_nop
9368 - saved_CPPFLAGS="$CPPFLAGS"
9369 +else case e in #(
9370 + e) saved_CPPFLAGS="$CPPFLAGS"
9371 saved_LDFLAGS="$LDFLAGS_FOR_MX32"
9372 saved_LIBS="$LIBS"
9373 CPPFLAGS="$CPPFLAGS $libselinux_CPPFLAGS"
9374 @@ -17904,21 +18370,24 @@
9375 if ac_fn_c_try_link "$LINENO"
9376 then :
9377 st_cv_mx32_selinux_runtime=yes
9378 -else $as_nop
9379 - st_cv_mx32_selinux_runtime=no
9380 +else case e in #(
9381 + e) st_cv_mx32_selinux_runtime=no ;;
9382 +esac
9384 rm -f core conftest.err conftest.$ac_objext conftest.beam \
9385 conftest$ac_exeext conftest.$ac_ext
9386 LIBS="$saved_LIBS"
9387 LDFLAGS_FOR_MX32="$saved_LDFLAGS"
9388 CPPFLAGS="$saved_CPPFLAGS"
9390 + ;;
9391 +esac
9393 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $st_cv_mx32_selinux_runtime" >&5
9394 printf "%s\n" "$st_cv_mx32_selinux_runtime" >&6; }
9396 -else $as_nop
9397 - st_cv_mx32_selinux_runtime=no
9398 +else case e in #(
9399 + e) st_cv_mx32_selinux_runtime=no ;;
9400 +esac
9402 if test $st_cv_mx32_mpers = yes; then
9404 @@ -18159,28 +18628,30 @@
9406 # The cast to long int works around a bug in the HP C Compiler
9407 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9408 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9409 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
9410 # This bug is HP SR number 8606223364.
9411 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
9412 printf %s "checking size of long... " >&6; }
9413 if test ${ac_cv_sizeof_long+y}
9414 then :
9415 printf %s "(cached) " >&6
9416 -else $as_nop
9417 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"
9418 +else case e in #(
9419 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"
9420 then :
9422 -else $as_nop
9423 - if test "$ac_cv_type_long" = yes; then
9424 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9425 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
9426 +else case e in #(
9427 + e) if test "$ac_cv_type_long" = yes; then
9428 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
9429 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
9430 as_fn_error 77 "cannot compute sizeof (long)
9431 -See \`config.log' for more details" "$LINENO" 5; }
9432 +See 'config.log' for more details" "$LINENO" 5; }
9433 else
9434 ac_cv_sizeof_long=0
9435 - fi
9436 + fi ;;
9437 +esac
9440 + ;;
9441 +esac
9443 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
9444 printf "%s\n" "$ac_cv_sizeof_long" >&6; }
9445 @@ -18235,29 +18706,31 @@
9447 # The cast to long int works around a bug in the HP C Compiler
9448 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9449 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9450 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
9451 # This bug is HP SR number 8606223364.
9452 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of kernel_long_t" >&5
9453 printf %s "checking size of kernel_long_t... " >&6; }
9454 if test ${ac_cv_sizeof_kernel_long_t+y}
9455 then :
9456 printf %s "(cached) " >&6
9457 -else $as_nop
9458 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (kernel_long_t))" "ac_cv_sizeof_kernel_long_t" "#include \"$srcdir/src/kernel_types.h\"
9459 +else case e in #(
9460 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (kernel_long_t))" "ac_cv_sizeof_kernel_long_t" "#include \"$srcdir/src/kernel_types.h\"
9462 then :
9464 -else $as_nop
9465 - if test "$ac_cv_type_kernel_long_t" = yes; then
9466 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9467 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
9468 +else case e in #(
9469 + e) if test "$ac_cv_type_kernel_long_t" = yes; then
9470 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
9471 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
9472 as_fn_error 77 "cannot compute sizeof (kernel_long_t)
9473 -See \`config.log' for more details" "$LINENO" 5; }
9474 +See 'config.log' for more details" "$LINENO" 5; }
9475 else
9476 ac_cv_sizeof_kernel_long_t=0
9477 - fi
9478 + fi ;;
9479 +esac
9482 + ;;
9483 +esac
9485 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_kernel_long_t" >&5
9486 printf "%s\n" "$ac_cv_sizeof_kernel_long_t" >&6; }
9487 @@ -18312,29 +18785,31 @@
9489 # The cast to long int works around a bug in the HP C Compiler
9490 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9491 -# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9492 +# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
9493 # This bug is HP SR number 8606223364.
9494 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of struct msqid64_ds" >&5
9495 printf %s "checking size of struct msqid64_ds... " >&6; }
9496 if test ${ac_cv_sizeof_struct_msqid64_ds+y}
9497 then :
9498 printf %s "(cached) " >&6
9499 -else $as_nop
9500 - if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct msqid64_ds))" "ac_cv_sizeof_struct_msqid64_ds" "#include <linux/msg.h>
9501 +else case e in #(
9502 + e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (struct msqid64_ds))" "ac_cv_sizeof_struct_msqid64_ds" "#include <linux/msg.h>
9504 then :
9506 -else $as_nop
9507 - if test "$ac_cv_type_struct_msqid64_ds" = yes; then
9508 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9509 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
9510 +else case e in #(
9511 + e) if test "$ac_cv_type_struct_msqid64_ds" = yes; then
9512 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
9513 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
9514 as_fn_error 77 "cannot compute sizeof (struct msqid64_ds)
9515 -See \`config.log' for more details" "$LINENO" 5; }
9516 +See 'config.log' for more details" "$LINENO" 5; }
9517 else
9518 ac_cv_sizeof_struct_msqid64_ds=0
9519 - fi
9520 + fi ;;
9521 +esac
9524 + ;;
9525 +esac
9527 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_struct_msqid64_ds" >&5
9528 printf "%s\n" "$ac_cv_sizeof_struct_msqid64_ds" >&6; }
9529 @@ -18473,8 +18948,9 @@
9530 Valid options are: yes, no." "$LINENO" 5
9532 esac
9533 -else $as_nop
9534 - enable_install_tests=no
9535 +else case e in #(
9536 + e) enable_install_tests=no ;;
9537 +esac
9540 if test x$enable_install_tests = xyes; then
9541 @@ -18494,8 +18970,9 @@
9542 if test ${enable_valgrind+y}
9543 then :
9544 enableval=$enable_valgrind; enable_valgrind=$enableval
9545 -else $as_nop
9546 - enable_valgrind=
9547 +else case e in #(
9548 + e) enable_valgrind= ;;
9549 +esac
9553 @@ -18510,8 +18987,8 @@
9554 if test ${ac_cv_prog_VALGRIND+y}
9555 then :
9556 printf %s "(cached) " >&6
9557 -else $as_nop
9558 - if test -n "$VALGRIND"; then
9559 +else case e in #(
9560 + e) if test -n "$VALGRIND"; then
9561 ac_cv_prog_VALGRIND="$VALGRIND" # Let the user override the test.
9562 else
9563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9564 @@ -18533,7 +19010,8 @@
9565 done
9566 IFS=$as_save_IFS
9569 +fi ;;
9570 +esac
9572 VALGRIND=$ac_cv_prog_VALGRIND
9573 if test -n "$VALGRIND"; then
9574 @@ -18553,16 +19031,18 @@
9576 as_fn_error $? "Could not find valgrind; either install it or reconfigure with --disable-valgrind" "$LINENO" 5
9578 -else $as_nop
9580 +else case e in #(
9581 + e)
9582 enable_valgrind=no
9584 + ;;
9585 +esac
9588 -else $as_nop
9590 +else case e in #(
9591 + e)
9592 enable_valgrind=yes
9594 + ;;
9595 +esac
9599 @@ -18586,8 +19066,9 @@
9600 if test ${enable_valgrind_memcheck+y}
9601 then :
9602 enableval=$enable_valgrind_memcheck; enable_valgrind_memcheck=$enableval
9603 -else $as_nop
9604 - enable_valgrind_memcheck=
9605 +else case e in #(
9606 + e) enable_valgrind_memcheck= ;;
9607 +esac
9610 if test "$enable_valgrind" = "no"
9611 @@ -18602,8 +19083,8 @@
9612 if test ${ax_cv_valgrind_tool_memcheck+y}
9613 then :
9614 printf %s "(cached) " >&6
9615 -else $as_nop
9617 +else case e in #(
9618 + e)
9619 ax_cv_valgrind_tool_memcheck=no
9621 if `$VALGRIND --tool=memcheck --help >/dev/null 2>&1`
9622 @@ -18612,7 +19093,8 @@
9623 ax_cv_valgrind_tool_memcheck=yes
9627 + ;;
9628 +esac
9630 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_valgrind_tool_memcheck" >&5
9631 printf "%s\n" "$ax_cv_valgrind_tool_memcheck" >&6; }
9632 @@ -18624,16 +19106,18 @@
9634 as_fn_error $? "Valgrind does not support memcheck; reconfigure with --disable-valgrind-memcheck" "$LINENO" 5
9636 -else $as_nop
9638 +else case e in #(
9639 + e)
9640 enable_valgrind_memcheck=no
9642 + ;;
9643 +esac
9646 -else $as_nop
9648 +else case e in #(
9649 + e)
9650 enable_valgrind_memcheck=yes
9652 + ;;
9653 +esac
9657 @@ -18651,8 +19135,9 @@
9658 if test ${enable_valgrind_helgrind+y}
9659 then :
9660 enableval=$enable_valgrind_helgrind; enable_valgrind_helgrind=$enableval
9661 -else $as_nop
9662 - enable_valgrind_helgrind=
9663 +else case e in #(
9664 + e) enable_valgrind_helgrind= ;;
9665 +esac
9668 if test "$enable_valgrind" = "no"
9669 @@ -18667,8 +19152,8 @@
9670 if test ${ax_cv_valgrind_tool_helgrind+y}
9671 then :
9672 printf %s "(cached) " >&6
9673 -else $as_nop
9675 +else case e in #(
9676 + e)
9677 ax_cv_valgrind_tool_helgrind=no
9679 if `$VALGRIND --tool=helgrind --help >/dev/null 2>&1`
9680 @@ -18677,7 +19162,8 @@
9681 ax_cv_valgrind_tool_helgrind=yes
9685 + ;;
9686 +esac
9688 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_valgrind_tool_helgrind" >&5
9689 printf "%s\n" "$ax_cv_valgrind_tool_helgrind" >&6; }
9690 @@ -18689,16 +19175,18 @@
9692 as_fn_error $? "Valgrind does not support helgrind; reconfigure with --disable-valgrind-helgrind" "$LINENO" 5
9694 -else $as_nop
9696 +else case e in #(
9697 + e)
9698 enable_valgrind_helgrind=no
9700 + ;;
9701 +esac
9704 -else $as_nop
9706 +else case e in #(
9707 + e)
9708 enable_valgrind_helgrind=yes
9710 + ;;
9711 +esac
9715 @@ -18716,8 +19204,9 @@
9716 if test ${enable_valgrind_drd+y}
9717 then :
9718 enableval=$enable_valgrind_drd; enable_valgrind_drd=$enableval
9719 -else $as_nop
9720 - enable_valgrind_drd=
9721 +else case e in #(
9722 + e) enable_valgrind_drd= ;;
9723 +esac
9726 if test "$enable_valgrind" = "no"
9727 @@ -18732,8 +19221,8 @@
9728 if test ${ax_cv_valgrind_tool_drd+y}
9729 then :
9730 printf %s "(cached) " >&6
9731 -else $as_nop
9733 +else case e in #(
9734 + e)
9735 ax_cv_valgrind_tool_drd=no
9737 if `$VALGRIND --tool=drd --help >/dev/null 2>&1`
9738 @@ -18742,7 +19231,8 @@
9739 ax_cv_valgrind_tool_drd=yes
9743 + ;;
9744 +esac
9746 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_valgrind_tool_drd" >&5
9747 printf "%s\n" "$ax_cv_valgrind_tool_drd" >&6; }
9748 @@ -18754,16 +19244,18 @@
9750 as_fn_error $? "Valgrind does not support drd; reconfigure with --disable-valgrind-drd" "$LINENO" 5
9752 -else $as_nop
9754 +else case e in #(
9755 + e)
9756 enable_valgrind_drd=no
9758 + ;;
9759 +esac
9762 -else $as_nop
9764 +else case e in #(
9765 + e)
9766 enable_valgrind_drd=yes
9768 + ;;
9769 +esac
9773 @@ -18781,8 +19273,9 @@
9774 if test ${enable_valgrind_sgcheck+y}
9775 then :
9776 enableval=$enable_valgrind_sgcheck; enable_valgrind_sgcheck=$enableval
9777 -else $as_nop
9778 - enable_valgrind_sgcheck=
9779 +else case e in #(
9780 + e) enable_valgrind_sgcheck= ;;
9781 +esac
9784 if test "$enable_valgrind" = "no"
9785 @@ -18797,8 +19290,8 @@
9786 if test ${ax_cv_valgrind_tool_sgcheck+y}
9787 then :
9788 printf %s "(cached) " >&6
9789 -else $as_nop
9791 +else case e in #(
9792 + e)
9793 ax_cv_valgrind_tool_sgcheck=no
9795 if `$VALGRIND --tool=exp-sgcheck --help >/dev/null 2>&1`
9796 @@ -18807,7 +19300,8 @@
9797 ax_cv_valgrind_tool_sgcheck=yes
9801 + ;;
9802 +esac
9804 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_valgrind_tool_sgcheck" >&5
9805 printf "%s\n" "$ax_cv_valgrind_tool_sgcheck" >&6; }
9806 @@ -18819,16 +19313,18 @@
9808 as_fn_error $? "Valgrind does not support sgcheck; reconfigure with --disable-valgrind-sgcheck" "$LINENO" 5
9810 -else $as_nop
9812 +else case e in #(
9813 + e)
9814 enable_valgrind_sgcheck=no
9816 + ;;
9817 +esac
9820 -else $as_nop
9822 +else case e in #(
9823 + e)
9824 enable_valgrind_sgcheck=yes
9826 + ;;
9827 +esac
9831 @@ -18950,8 +19446,8 @@
9832 # config.status only pays attention to the cache file if you give it
9833 # the --recheck option to rerun configure.
9835 -# `ac_cv_env_foo' variables (set or unset) will be overridden when
9836 -# loading this file, other *unset* `ac_cv_foo' will be assigned the
9837 +# 'ac_cv_env_foo' variables (set or unset) will be overridden when
9838 +# loading this file, other *unset* 'ac_cv_foo' will be assigned the
9839 # following values.
9841 _ACEOF
9842 @@ -18981,14 +19477,14 @@
9843 (set) 2>&1 |
9844 case $as_nl`(ac_space=' '; set) 2>&1` in #(
9845 *${as_nl}ac_space=\ *)
9846 - # `set' does not quote correctly, so add quotes: double-quote
9847 + # 'set' does not quote correctly, so add quotes: double-quote
9848 # substitution turns \\\\ into \\, and sed turns \\ into \.
9849 sed -n \
9850 "s/'/'\\\\''/g;
9851 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9852 ;; #(
9854 - # `set' quotes correctly as required by POSIX, so do not add quotes.
9855 + # 'set' quotes correctly as required by POSIX, so do not add quotes.
9856 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
9858 esac |
9859 @@ -19057,6 +19553,18 @@
9861 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
9862 printf "%s\n" "done" >&6; }
9863 +case $enable_silent_rules in # (((
9864 + yes) AM_DEFAULT_VERBOSITY=0;;
9865 + no) AM_DEFAULT_VERBOSITY=1;;
9866 +esac
9867 +if test $am_cv_make_support_nested_variables = yes; then
9868 + AM_V='$(V)'
9869 + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
9870 +else
9871 + AM_V=$AM_DEFAULT_VERBOSITY
9872 + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
9875 if test -n "$EXEEXT"; then
9876 am__EXEEXT_TRUE=
9877 am__EXEEXT_FALSE='#'
9878 @@ -19179,7 +19687,6 @@
9880 # Be more Bourne compatible
9881 DUALCASE=1; export DUALCASE # for MKS sh
9882 -as_nop=:
9883 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
9884 then :
9885 emulate sh
9886 @@ -19188,12 +19695,13 @@
9887 # is contrary to our usage. Disable this feature.
9888 alias -g '${1+"$@"}'='"$@"'
9889 setopt NO_GLOB_SUBST
9890 -else $as_nop
9891 - case `(set -o) 2>/dev/null` in #(
9892 +else case e in #(
9893 + e) case `(set -o) 2>/dev/null` in #(
9894 *posix*) :
9895 set -o posix ;; #(
9896 *) :
9898 +esac ;;
9899 esac
9902 @@ -19265,7 +19773,7 @@
9905 esac
9906 -# We did not find ourselves, most probably we were run as `sh COMMAND'
9907 +# We did not find ourselves, most probably we were run as 'sh COMMAND'
9908 # in which case we are not to be found in the path.
9909 if test "x$as_myself" = x; then
9910 as_myself=$0
9911 @@ -19294,7 +19802,6 @@
9912 } # as_fn_error
9916 # as_fn_set_status STATUS
9917 # -----------------------
9918 # Set $? to STATUS, without forking.
9919 @@ -19334,11 +19841,12 @@
9921 eval $1+=\$2
9923 -else $as_nop
9924 - as_fn_append ()
9925 +else case e in #(
9926 + e) as_fn_append ()
9928 eval $1=\$$1\$2
9930 + } ;;
9931 +esac
9932 fi # as_fn_append
9934 # as_fn_arith ARG...
9935 @@ -19352,11 +19860,12 @@
9937 as_val=$(( $* ))
9939 -else $as_nop
9940 - as_fn_arith ()
9941 +else case e in #(
9942 + e) as_fn_arith ()
9944 as_val=`expr "$@" || test $? -eq 1`
9946 + } ;;
9947 +esac
9948 fi # as_fn_arith
9951 @@ -19439,9 +19948,9 @@
9952 if ln -s conf$$.file conf$$ 2>/dev/null; then
9953 as_ln_s='ln -s'
9954 # ... but there are two gotchas:
9955 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
9956 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
9957 - # In both cases, we have to default to `cp -pR'.
9958 + # 1) On MSYS, both 'ln -s file dir' and 'ln file dir' fail.
9959 + # 2) DJGPP < 2.04 has no symlinks; 'ln -s' creates a wrapper executable.
9960 + # In both cases, we have to default to 'cp -pR'.
9961 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
9962 as_ln_s='cp -pR'
9963 elif ln conf$$.file conf$$ 2>/dev/null; then
9964 @@ -19522,10 +20031,12 @@
9965 as_executable_p=as_fn_executable_p
9967 # Sed expression to map a string onto a valid CPP name.
9968 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
9969 +as_sed_cpp="y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
9970 +as_tr_cpp="eval sed '$as_sed_cpp'" # deprecated
9972 # Sed expression to map a string onto a valid variable name.
9973 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
9974 +as_sed_sh="y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
9975 +as_tr_sh="eval sed '$as_sed_sh'" # deprecated
9978 exec 6>&1
9979 @@ -19541,7 +20052,7 @@
9980 # values after options handling.
9981 ac_log="
9982 This file was extended by strace $as_me 6.13, which was
9983 -generated by GNU Autoconf 2.71. Invocation command line was
9984 +generated by GNU Autoconf 2.72. Invocation command line was
9986 CONFIG_FILES = $CONFIG_FILES
9987 CONFIG_HEADERS = $CONFIG_HEADERS
9988 @@ -19573,7 +20084,7 @@
9990 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9991 ac_cs_usage="\
9992 -\`$as_me' instantiates files and other configuration actions
9993 +'$as_me' instantiates files and other configuration actions
9994 from templates according to the current configuration. Unless the files
9995 and actions are specified as TAGs, all are instantiated by default.
9997 @@ -19610,10 +20121,10 @@
9998 ac_cs_config='$ac_cs_config_escaped'
9999 ac_cs_version="\\
10000 strace config.status 6.13
10001 -configured by $0, generated by GNU Autoconf 2.71,
10002 +configured by $0, generated by GNU Autoconf 2.72,
10003 with options \\"\$ac_cs_config\\"
10005 -Copyright (C) 2021 Free Software Foundation, Inc.
10006 +Copyright (C) 2023 Free Software Foundation, Inc.
10007 This config.status script is free software; the Free Software Foundation
10008 gives unlimited permission to copy, distribute and modify it."
10010 @@ -19675,8 +20186,8 @@
10011 ac_need_defaults=false;;
10012 --he | --h)
10013 # Conflict between --help and --header
10014 - as_fn_error $? "ambiguous option: \`$1'
10015 -Try \`$0 --help' for more information.";;
10016 + as_fn_error $? "ambiguous option: '$1'
10017 +Try '$0 --help' for more information.";;
10018 --help | --hel | -h )
10019 printf "%s\n" "$ac_cs_usage"; exit ;;
10020 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10021 @@ -19684,8 +20195,8 @@
10022 ac_cs_silent=: ;;
10024 # This is an error.
10025 - -*) as_fn_error $? "unrecognized option: \`$1'
10026 -Try \`$0 --help' for more information." ;;
10027 + -*) as_fn_error $? "unrecognized option: '$1'
10028 +Try '$0 --help' for more information." ;;
10030 *) as_fn_append ac_config_targets " $1"
10031 ac_need_defaults=false ;;
10032 @@ -19751,7 +20262,7 @@
10033 "tests-m32/Makefile") CONFIG_FILES="$CONFIG_FILES tests-m32/Makefile" ;;
10034 "tests-mx32/Makefile") CONFIG_FILES="$CONFIG_FILES tests-mx32/Makefile" ;;
10036 - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
10037 + *) as_fn_error $? "invalid argument: '$ac_config_target'" "$LINENO" 5;;
10038 esac
10039 done
10041 @@ -19771,7 +20282,7 @@
10042 # creating and moving files from /tmp can sometimes cause problems.
10043 # Hook for its removal unless debugging.
10044 # Note that there is a small window in which the directory will not be cleaned:
10045 -# after its creation but before its name has been assigned to `$tmp'.
10046 +# after its creation but before its name has been assigned to '$tmp'.
10047 $debug ||
10049 tmp= ac_tmp=
10050 @@ -19784,14 +20295,18 @@
10051 # Create a (secure) tmp directory for tmp files.
10054 - tmp=`(umask 077 && mktemp -d "./confXXXXXX")` &&
10055 - test -n "$tmp" && test -d "$tmp"
10056 + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
10057 + test -d "$tmp"
10058 +} ||
10060 + tmp=./conf$$-$RANDOM
10061 + (umask 077 && mkdir "$tmp")
10062 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
10063 ac_tmp=$tmp
10065 # Set up the scripts for CONFIG_FILES section.
10066 # No need to generate them if there are no CONFIG_FILES.
10067 -# This happens for instance with `./config.status config.h'.
10068 +# This happens for instance with './config.status config.h'.
10069 if test -n "$CONFIG_FILES"; then
10072 @@ -19949,13 +20464,13 @@
10074 # Set up the scripts for CONFIG_HEADERS section.
10075 # No need to generate them if there are no CONFIG_HEADERS.
10076 -# This happens for instance with `./config.status Makefile'.
10077 +# This happens for instance with './config.status Makefile'.
10078 if test -n "$CONFIG_HEADERS"; then
10079 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
10080 BEGIN {
10081 _ACEOF
10083 -# Transform confdefs.h into an awk script `defines.awk', embedded as
10084 +# Transform confdefs.h into an awk script 'defines.awk', embedded as
10085 # here-document in config.status, that substitutes the proper values into
10086 # config.h.in to produce config.h.
10088 @@ -20065,7 +20580,7 @@
10089 esac
10090 case $ac_mode$ac_tag in
10091 :[FHL]*:*);;
10092 - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
10093 + :L* | :C*:*) as_fn_error $? "invalid tag '$ac_tag'" "$LINENO" 5;;
10094 :[FH]-) ac_tag=-:-;;
10095 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
10096 esac
10097 @@ -20087,19 +20602,19 @@
10098 -) ac_f="$ac_tmp/stdin";;
10099 *) # Look for the file first in the build tree, then in the source tree
10100 # (if the path is not absolute). The absolute path cannot be DOS-style,
10101 - # because $ac_f cannot contain `:'.
10102 + # because $ac_f cannot contain ':'.
10103 test -f "$ac_f" ||
10104 case $ac_f in
10105 [\\/$]*) false;;
10106 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
10107 esac ||
10108 - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
10109 + as_fn_error 1 "cannot find input file: '$ac_f'" "$LINENO" 5;;
10110 esac
10111 case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
10112 as_fn_append ac_file_inputs " '$ac_f'"
10113 done
10115 - # Let's still pretend it is `configure' which instantiates (i.e., don't
10116 + # Let's still pretend it is 'configure' which instantiates (i.e., don't
10117 # use $as_me), people would be surprised to read:
10118 # /* config.h. Generated by config.status. */
10119 configure_input='Generated from '`
10120 @@ -20232,7 +20747,7 @@
10121 esac
10122 _ACEOF
10124 -# Neutralize VPATH when `$srcdir' = `.'.
10125 +# Neutralize VPATH when '$srcdir' = '.'.
10126 # Shell code in configure.ac might set extrasub.
10127 # FIXME: do we really want to maintain this feature?
10128 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10129 @@ -20263,9 +20778,9 @@
10130 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
10131 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
10132 "$ac_tmp/out"`; test -z "$ac_out"; } &&
10133 - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
10134 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable 'datarootdir'
10135 which seems to be undefined. Please make sure it is defined" >&5
10136 -printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
10137 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable 'datarootdir'
10138 which seems to be undefined. Please make sure it is defined" >&2;}
10140 rm -f "$ac_tmp/stdin"
10141 @@ -20420,15 +20935,15 @@
10142 (exit $ac_status); } || am_rc=$?
10143 done
10144 if test $am_rc -ne 0; then
10145 - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10146 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
10147 + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
10148 +printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
10149 as_fn_error $? "Something went wrong bootstrapping makefile fragments
10150 for automatic dependency tracking. If GNU make was not used, consider
10151 re-running the configure script with MAKE=\"gmake\" (or whatever is
10152 necessary). You can also try re-running configure with the
10153 '--disable-dependency-tracking' option to at least be able to build
10154 the package (albeit without support for automatic dependency tracking).
10155 -See \`config.log' for more details" "$LINENO" 5; }
10156 +See 'config.log' for more details" "$LINENO" 5; }
10158 { am_dirpart=; unset am_dirpart;}
10159 { am_filepart=; unset am_filepart;}
10160 --- strace-6.13/Makefile.in.vanilla 2025-01-23 16:30:24.289999900 +0100
10161 +++ strace-6.13/Makefile.in 2025-01-23 16:30:26.496666572 +0100
10162 @@ -1,7 +1,7 @@
10163 -# Makefile.in generated by automake 1.16.5 from Makefile.am.
10164 +# Makefile.in generated by automake 1.17 from Makefile.am.
10165 # @configure_input@
10167 -# Copyright (C) 1994-2021 Free Software Foundation, Inc.
10168 +# Copyright (C) 1994-2024 Free Software Foundation, Inc.
10170 # This Makefile.in is free software; the Free Software Foundation
10171 # gives unlimited permission to copy and/or distribute it,
10172 @@ -80,6 +80,8 @@
10173 test $$has_opt = yes
10174 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
10175 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
10176 +am__rm_f = rm -f $(am__rm_f_notfound)
10177 +am__rm_rf = rm -rf $(am__rm_f_notfound)
10178 pkgdatadir = $(datadir)/@PACKAGE@
10179 pkgincludedir = $(includedir)/@PACKAGE@
10180 pkglibdir = $(libdir)/@PACKAGE@
10181 @@ -181,10 +183,9 @@
10182 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
10183 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
10184 am__uninstall_files_from_dir = { \
10185 - test -z "$$files" \
10186 - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
10187 - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
10188 - $(am__cd) "$$dir" && rm -f $$files; }; \
10189 + { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
10190 + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
10191 + $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
10193 man1dir = $(mandir)/man1
10194 am__installdirs = "$(DESTDIR)$(man1dir)"
10195 @@ -228,17 +229,17 @@
10196 $(top_srcdir)/build-aux/missing \
10197 $(top_srcdir)/debian/changelog.in \
10198 $(top_srcdir)/doc/strace-log-merge.1.in \
10199 - $(top_srcdir)/doc/strace.1.in AUTHORS COPYING INSTALL NEWS \
10200 - README build-aux/ar-lib build-aux/compile \
10201 - build-aux/config.guess build-aux/config.sub \
10202 + $(top_srcdir)/doc/strace.1.in AUTHORS COPYING ChangeLog \
10203 + INSTALL NEWS README build-aux/ar-lib build-aux/compile \
10204 + build-aux/config.guess build-aux/config.sub build-aux/depcomp \
10205 build-aux/install-sh build-aux/missing
10206 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
10207 distdir = $(PACKAGE)-$(VERSION)
10208 top_distdir = $(distdir)
10209 am__remove_distdir = \
10210 if test -d "$(distdir)"; then \
10211 - find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
10212 - && rm -rf "$(distdir)" \
10213 + find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
10214 + ; rm -rf "$(distdir)" \
10215 || { sleep 5 && rm -rf "$(distdir)"; }; \
10216 else :; fi
10217 am__post_remove_distdir = $(am__remove_distdir)
10218 @@ -268,14 +269,16 @@
10219 done; \
10220 reldir="$$dir2"
10221 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
10222 -GZIP_ENV = --best
10223 +GZIP_ENV = -9
10224 DIST_TARGETS = dist-xz dist-gzip
10225 # Exists only to be overridden by the user if desired.
10226 AM_DISTCHECK_DVI_TARGET = dvi
10227 distuninstallcheck_listfiles = find . -type f -print
10228 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
10229 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
10230 -distcleancheck_listfiles = find . -type f -print
10231 +distcleancheck_listfiles = \
10232 + find . \( -type f -a \! \
10233 + \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
10234 ACLOCAL = @ACLOCAL@
10235 AMTAR = @AMTAR@
10236 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
10237 @@ -319,7 +322,6 @@
10238 ECHO_C = @ECHO_C@
10239 ECHO_N = @ECHO_N@
10240 ECHO_T = @ECHO_T@
10241 -EGREP = @EGREP@
10242 ENABLE_VALGRIND_drd = @ENABLE_VALGRIND_drd@
10243 ENABLE_VALGRIND_helgrind = @ENABLE_VALGRIND_helgrind@
10244 ENABLE_VALGRIND_memcheck = @ENABLE_VALGRIND_memcheck@
10245 @@ -328,7 +330,6 @@
10246 EXEEXT = @EXEEXT@
10247 GCOV = @GCOV@
10248 GENHTML = @GENHTML@
10249 -GREP = @GREP@
10250 INSTALL = @INSTALL@
10251 INSTALL_DATA = @INSTALL_DATA@
10252 INSTALL_PROGRAM = @INSTALL_PROGRAM@
10253 @@ -381,8 +382,10 @@
10254 am__include = @am__include@
10255 am__leading_dot = @am__leading_dot@
10256 am__quote = @am__quote@
10257 +am__rm_f_notfound = @am__rm_f_notfound@
10258 am__tar = @am__tar@
10259 am__untar = @am__untar@
10260 +am__xargs_n = @am__xargs_n@
10261 arch = @arch@
10262 arch_m32 = @arch_m32@
10263 arch_mx32 = @arch_mx32@
10264 @@ -704,7 +707,7 @@
10266 distdir-am: $(DISTFILES)
10267 $(am__remove_distdir)
10268 - test -d "$(distdir)" || mkdir "$(distdir)"
10269 + $(AM_V_at)$(MKDIR_P) "$(distdir)"
10270 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
10271 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
10272 list='$(DISTFILES)'; \
10273 @@ -817,7 +820,7 @@
10274 distcheck: dist
10275 case '$(DIST_ARCHIVES)' in \
10276 *.tar.gz*) \
10277 - eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
10278 + eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
10279 *.tar.bz2*) \
10280 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
10281 *.tar.lz*) \
10282 @@ -827,7 +830,7 @@
10283 *.tar.Z*) \
10284 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
10285 *.shar.gz*) \
10286 - eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
10287 + eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
10288 *.zip*) \
10289 unzip $(distdir).zip ;;\
10290 *.tar.zst*) \
10291 @@ -933,13 +936,13 @@
10292 clean-generic:
10294 distclean-generic:
10295 - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
10296 - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
10297 + -$(am__rm_f) $(CONFIG_CLEAN_FILES)
10298 + -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
10300 maintainer-clean-generic:
10301 @echo "This command is intended for maintainers to use"
10302 @echo "it deletes files that may require special tools to rebuild."
10303 - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
10304 + -$(am__rm_f) $(BUILT_SOURCES)
10305 check-valgrind: check-valgrind-recursive
10307 check-valgrind-am: check-valgrind-local
10308 @@ -1119,3 +1122,10 @@
10309 # Tell versions [3.59,3.63) of GNU make to not export all variables.
10310 # Otherwise a system limit (for SysV at least) may be exceeded.
10311 .NOEXPORT:
10313 +# Tell GNU make to disable its built-in pattern rules.
10314 +%:: %,v
10315 +%:: RCS/%,v
10316 +%:: RCS/%
10317 +%:: s.%
10318 +%:: SCCS/s.%