···11111212 https://lists.x.org/mailman/listinfo/xorg
13131414-The master development code repository can be found at:
1414+The primary development code repository can be found at:
15151616 https://gitlab.freedesktop.org/xorg/lib/libXdamage
1717
···66/* Define to 1 if you have the <inttypes.h> header file. */
77#undef HAVE_INTTYPES_H
8899-/* Define to 1 if you have the <memory.h> header file. */
1010-#undef HAVE_MEMORY_H
1111-129/* Define to 1 if you have the <stdint.h> header file. */
1310#undef HAVE_STDINT_H
1111+1212+/* Define to 1 if you have the <stdio.h> header file. */
1313+#undef HAVE_STDIO_H
14141515/* Define to 1 if you have the <stdlib.h> header file. */
1616#undef HAVE_STDLIB_H
···6464/* Patch version of this package */
6565#undef PACKAGE_VERSION_PATCHLEVEL
66666767-/* Define to 1 if you have the ANSI C header files. */
6767+/* Define to 1 if all of the C90 standard headers exist (not just the ones
6868+ required in a freestanding environment). This macro is provided for
6969+ backward compatibility; new code need not use it. */
6870#undef STDC_HEADERS
69717072/* Version number of package */
+4446-3700
lib/libXdamage/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for libXdamage 1.1.5.
33+# Generated by GNU Autoconf 2.71 for libXdamage 1.1.6.
44#
55-# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
55+# Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libxdamage/-/issues>.
66#
77#
88-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
88+# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
99+# Inc.
910#
1011#
1112# This configure script is free software; the Free Software Foundation
···16171718# Be more Bourne compatible
1819DUALCASE=1; export DUALCASE # for MKS sh
1919-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2020+as_nop=:
2121+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
2222+then :
2023 emulate sh
2124 NULLCMD=:
2225 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2326 # is contrary to our usage. Disable this feature.
2427 alias -g '${1+"$@"}'='"$@"'
2528 setopt NO_GLOB_SUBST
2626-else
2929+else $as_nop
2730 case `(set -o) 2>/dev/null` in #(
2831 *posix*) :
2932 set -o posix ;; #(
···3336fi
343735383939+4040+# Reset variables that may have inherited troublesome values from
4141+# the environment.
4242+4343+# IFS needs to be set, to space, tab, and newline, in precisely that order.
4444+# (If _AS_PATH_WALK were called with IFS unset, it would have the
4545+# side effect of setting IFS to empty, thus disabling word splitting.)
4646+# Quoting is to prevent editors from complaining about space-tab.
3647as_nl='
3748'
3849export as_nl
3939-# Printing a long string crashes Solaris 7 /usr/bin/printf.
4040-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4141-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4242-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4343-# Prefer a ksh shell builtin over an external printf program on Solaris,
4444-# but without wasting forks for bash or zsh.
4545-if test -z "$BASH_VERSION$ZSH_VERSION" \
4646- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4747- as_echo='print -r --'
4848- as_echo_n='print -rn --'
4949-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5050- as_echo='printf %s\n'
5151- as_echo_n='printf %s'
5252-else
5353- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5454- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5555- as_echo_n='/usr/ucb/echo -n'
5656- else
5757- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5858- as_echo_n_body='eval
5959- arg=$1;
6060- case $arg in #(
6161- *"$as_nl"*)
6262- expr "X$arg" : "X\\(.*\\)$as_nl";
6363- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6464- esac;
6565- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6666- '
6767- export as_echo_n_body
6868- as_echo_n='sh -c $as_echo_n_body as_echo'
6969- fi
7070- export as_echo_body
7171- as_echo='sh -c $as_echo_body as_echo'
7272-fi
5050+IFS=" "" $as_nl"
5151+5252+PS1='$ '
5353+PS2='> '
5454+PS4='+ '
5555+5656+# Ensure predictable behavior from utilities with locale-dependent output.
5757+LC_ALL=C
5858+export LC_ALL
5959+LANGUAGE=C
6060+export LANGUAGE
6161+6262+# We cannot yet rely on "unset" to work, but we need these variables
6363+# to be unset--not just set to an empty or harmless value--now, to
6464+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
6565+# also avoids known problems related to "unset" and subshell syntax
6666+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
6767+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
6868+do eval test \${$as_var+y} \
6969+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7070+done
7171+7272+# Ensure that fds 0, 1, and 2 are open.
7373+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
7474+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
7575+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
73767477# The user is always right.
7575-if test "${PATH_SEPARATOR+set}" != set; then
7878+if ${PATH_SEPARATOR+false} :; then
7679 PATH_SEPARATOR=:
7780 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7881 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···8184fi
828583868484-# IFS
8585-# We need space, tab and new line, in precisely that order. Quoting is
8686-# there to prevent editors from complaining about space-tab.
8787-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
8888-# splitting by setting IFS to empty value.)
8989-IFS=" "" $as_nl"
9090-9187# Find who we are. Look in the path if we contain no directory separator.
9288as_myself=
9389case $0 in #((
···9692for as_dir in $PATH
9793do
9894 IFS=$as_save_IFS
9999- test -z "$as_dir" && as_dir=.
100100- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9595+ case $as_dir in #(((
9696+ '') as_dir=./ ;;
9797+ */) ;;
9898+ *) as_dir=$as_dir/ ;;
9999+ esac
100100+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
101101 done
102102IFS=$as_save_IFS
103103···109109 as_myself=$0
110110fi
111111if test ! -f "$as_myself"; then
112112- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112112+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113113 exit 1
114114fi
115115116116-# Unset variables that we do not need and which cause bugs (e.g. in
117117-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118118-# suppresses any "Segmentation fault" message there. '((' could
119119-# trigger a bug in pdksh 5.2.14.
120120-for as_var in BASH_ENV ENV MAIL MAILPATH
121121-do eval test x\${$as_var+set} = xset \
122122- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123123-done
124124-PS1='$ '
125125-PS2='> '
126126-PS4='+ '
127127-128128-# NLS nuisances.
129129-LC_ALL=C
130130-export LC_ALL
131131-LANGUAGE=C
132132-export LANGUAGE
133133-134134-# CDPATH.
135135-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136116137117# Use a proper internal environment variable to ensure we don't fall
138118 # into an infinite loop, continuously re-executing ourselves.
···154134exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155135# Admittedly, this is quite paranoid, since all the known shells bail
156136# out after a failed `exec'.
157157-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158158-as_fn_exit 255
137137+printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
138138+exit 255
159139 fi
160140 # We don't want this to propagate to other subprocesses.
161141 { _as_can_reexec=; unset _as_can_reexec;}
162142if test "x$CONFIG_SHELL" = x; then
163163- as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
143143+ as_bourne_compatible="as_nop=:
144144+if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
145145+then :
164146 emulate sh
165147 NULLCMD=:
166148 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167149 # is contrary to our usage. Disable this feature.
168150 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169151 setopt NO_GLOB_SUBST
170170-else
152152+else \$as_nop
171153 case \`(set -o) 2>/dev/null\` in #(
172154 *posix*) :
173155 set -o posix ;; #(
···187169as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188170as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189171as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190190-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
172172+if ( set x; as_fn_ret_success y && test x = \"\$1\" )
173173+then :
191174192192-else
175175+else \$as_nop
193176 exitcode=1; echo positional parameters were not saved.
194177fi
195178test x\$exitcode = x0 || exit 1
179179+blah=\$(echo \$(echo blah))
180180+test x\"\$blah\" = xblah || exit 1
196181test -x / || exit 1"
197182 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198183 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
···207192 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208193 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209194test \$(( 1 + 1 )) = 2 || exit 1"
210210- if (eval "$as_required") 2>/dev/null; then :
195195+ if (eval "$as_required") 2>/dev/null
196196+then :
211197 as_have_required=yes
212212-else
198198+else $as_nop
213199 as_have_required=no
214200fi
215215- if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
201201+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
202202+then :
216203217217-else
204204+else $as_nop
218205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219206as_found=false
220207for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221208do
222209 IFS=$as_save_IFS
223223- test -z "$as_dir" && as_dir=.
210210+ case $as_dir in #(((
211211+ '') as_dir=./ ;;
212212+ */) ;;
213213+ *) as_dir=$as_dir/ ;;
214214+ esac
224215 as_found=:
225216 case $as_dir in #(
226217 /*)
227218 for as_base in sh bash ksh sh5; do
228219 # Try only shells that exist, to save several forks.
229229- as_shell=$as_dir/$as_base
220220+ as_shell=$as_dir$as_base
230221 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
231231- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
222222+ as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
223223+then :
232224 CONFIG_SHELL=$as_shell as_have_required=yes
233233- if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225225+ if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
226226+then :
234227 break 2
235228fi
236229fi
···238231 esac
239232 as_found=false
240233done
241241-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
242242- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
243243- CONFIG_SHELL=$SHELL as_have_required=yes
244244-fi; }
245234IFS=$as_save_IFS
235235+if $as_found
236236+then :
246237238238+else $as_nop
239239+ if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240240+ as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
241241+then :
242242+ CONFIG_SHELL=$SHELL as_have_required=yes
243243+fi
244244+fi
247245248248- if test "x$CONFIG_SHELL" != x; then :
246246+247247+ if test "x$CONFIG_SHELL" != x
248248+then :
249249 export CONFIG_SHELL
250250 # We cannot yet assume a decent shell, so we have to provide a
251251# neutralization value for shells without unset; and this also
···263263exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264264# Admittedly, this is quite paranoid, since all the known shells bail
265265# out after a failed `exec'.
266266-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
266266+printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
267267exit 255
268268fi
269269270270- if test x$as_have_required = xno; then :
271271- $as_echo "$0: This script requires a shell more modern than all"
272272- $as_echo "$0: the shells that I found on your system."
273273- if test x${ZSH_VERSION+set} = xset ; then
274274- $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275275- $as_echo "$0: be upgraded to zsh 4.3.4 or later."
270270+ if test x$as_have_required = xno
271271+then :
272272+ printf "%s\n" "$0: This script requires a shell more modern than all"
273273+ printf "%s\n" "$0: the shells that I found on your system."
274274+ if test ${ZSH_VERSION+y} ; then
275275+ printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
276276+ printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
276277 else
277277- $as_echo "$0: Please tell bug-autoconf@gnu.org and
278278-$0: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
278278+ printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
279279+$0: https://gitlab.freedesktop.org/xorg/lib/libxdamage/-/issues
279280$0: about your system, including any error possibly output
280281$0: before this message. Then install a modern shell, or
281282$0: manually run the script under such a shell if you do
···303304}
304305as_unset=as_fn_unset
305306307307+306308# as_fn_set_status STATUS
307309# -----------------------
308310# Set $? to STATUS, without forking.
···320322 as_fn_set_status $1
321323 exit $1
322324} # as_fn_exit
325325+# as_fn_nop
326326+# ---------
327327+# Do nothing but, unlike ":", preserve the value of $?.
328328+as_fn_nop ()
329329+{
330330+ return $?
331331+}
332332+as_nop=as_fn_nop
323333324334# as_fn_mkdir_p
325335# -------------
···334344 as_dirs=
335345 while :; do
336346 case $as_dir in #(
337337- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
347347+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
338348 *) as_qdir=$as_dir;;
339349 esac
340350 as_dirs="'$as_qdir' $as_dirs"
···343353 X"$as_dir" : 'X\(//\)[^/]' \| \
344354 X"$as_dir" : 'X\(//\)$' \| \
345355 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
346346-$as_echo X"$as_dir" |
356356+printf "%s\n" X"$as_dir" |
347357 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
348358 s//\1/
349359 q
···382392# advantage of any shell optimizations that allow amortized linear growth over
383393# repeated appends, instead of the typical quadratic growth present in naive
384394# implementations.
385385-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
395395+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
396396+then :
386397 eval 'as_fn_append ()
387398 {
388399 eval $1+=\$2
389400 }'
390390-else
401401+else $as_nop
391402 as_fn_append ()
392403 {
393404 eval $1=\$$1\$2
···399410# Perform arithmetic evaluation on the ARGs, and store the result in the
400411# global $as_val. Take advantage of shells that can avoid forks. The arguments
401412# must be portable across $(()) and expr.
402402-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
413413+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
414414+then :
403415 eval 'as_fn_arith ()
404416 {
405417 as_val=$(( $* ))
406418 }'
407407-else
419419+else $as_nop
408420 as_fn_arith ()
409421 {
410422 as_val=`expr "$@" || test $? -eq 1`
411423 }
412424fi # as_fn_arith
413425426426+# as_fn_nop
427427+# ---------
428428+# Do nothing but, unlike ":", preserve the value of $?.
429429+as_fn_nop ()
430430+{
431431+ return $?
432432+}
433433+as_nop=as_fn_nop
414434415435# as_fn_error STATUS ERROR [LINENO LOG_FD]
416436# ----------------------------------------
···422442 as_status=$1; test $as_status -eq 0 && as_status=1
423443 if test "$4"; then
424444 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
425425- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
445445+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
426446 fi
427427- $as_echo "$as_me: error: $2" >&2
447447+ printf "%s\n" "$as_me: error: $2" >&2
428448 as_fn_exit $as_status
429449} # as_fn_error
430450···451471$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
452472 X"$0" : 'X\(//\)$' \| \
453473 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
454454-$as_echo X/"$0" |
474474+printf "%s\n" X/"$0" |
455475 sed '/^.*\/\([^/][^/]*\)\/*$/{
456476 s//\1/
457477 q
···495515 s/-\n.*//
496516 ' >$as_me.lineno &&
497517 chmod +x "$as_me.lineno" ||
498498- { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
518518+ { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
499519500520 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
501521 # already done that, so ensure we don't try to do so again and fall
···509529 exit
510530}
511531532532+533533+# Determine whether it's possible to make 'echo' print without a newline.
534534+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
535535+# for compatibility with existing Makefiles.
512536ECHO_C= ECHO_N= ECHO_T=
513537case `echo -n x` in #(((((
514538-n*)
···522546 ECHO_N='-n';;
523547esac
524548549549+# For backward compatibility with old third-party macros, we provide
550550+# the shell variables $as_echo and $as_echo_n. New code should use
551551+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
552552+as_echo='printf %s\n'
553553+as_echo_n='printf %s'
554554+555555+525556rm -f conf$$ conf$$.exe conf$$.file
526557if test -d conf$$.dir; then
527558 rm -f conf$$.dir/conf$$.file
···591622# Identity of this package.
592623PACKAGE_NAME='libXdamage'
593624PACKAGE_TARNAME='libXdamage'
594594-PACKAGE_VERSION='1.1.5'
595595-PACKAGE_STRING='libXdamage 1.1.5'
596596-PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
625625+PACKAGE_VERSION='1.1.6'
626626+PACKAGE_STRING='libXdamage 1.1.6'
627627+PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libxdamage/-/issues'
597628PACKAGE_URL=''
598629599630ac_unique_file="Makefile.am"
600631# Factoring default headers for most tests.
601632ac_includes_default="\
602602-#include <stdio.h>
603603-#ifdef HAVE_SYS_TYPES_H
604604-# include <sys/types.h>
605605-#endif
606606-#ifdef HAVE_SYS_STAT_H
607607-# include <sys/stat.h>
633633+#include <stddef.h>
634634+#ifdef HAVE_STDIO_H
635635+# include <stdio.h>
608636#endif
609609-#ifdef STDC_HEADERS
637637+#ifdef HAVE_STDLIB_H
610638# include <stdlib.h>
611611-# include <stddef.h>
612612-#else
613613-# ifdef HAVE_STDLIB_H
614614-# include <stdlib.h>
615615-# endif
616639#endif
617640#ifdef HAVE_STRING_H
618618-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619619-# include <memory.h>
620620-# endif
621641# include <string.h>
622622-#endif
623623-#ifdef HAVE_STRINGS_H
624624-# include <strings.h>
625642#endif
626643#ifdef HAVE_INTTYPES_H
627644# include <inttypes.h>
···629646#ifdef HAVE_STDINT_H
630647# include <stdint.h>
631648#endif
649649+#ifdef HAVE_STRINGS_H
650650+# include <strings.h>
651651+#endif
652652+#ifdef HAVE_SYS_TYPES_H
653653+# include <sys/types.h>
654654+#endif
655655+#ifdef HAVE_SYS_STAT_H
656656+# include <sys/stat.h>
657657+#endif
632658#ifdef HAVE_UNISTD_H
633659# include <unistd.h>
634660#endif"
635661662662+ac_header_c_list=
636663ac_subst_vars='am__EXEEXT_FALSE
637664am__EXEEXT_TRUE
638665LTLIBOBJS
···669696MAINT
670697MAINTAINER_MODE_FALSE
671698MAINTAINER_MODE_TRUE
672672-CPP
673699OTOOL64
674700OTOOL
675701LIPO
···758784docdir
759785oldincludedir
760786includedir
787787+runstatedir
761788localstatedir
762789sharedstatedir
763790sysconfdir
···801828LDFLAGS
802829LIBS
803830CPPFLAGS
804804-CPP
805831PKG_CONFIG
806832PKG_CONFIG_PATH
807833PKG_CONFIG_LIBDIR
···845871sysconfdir='${prefix}/etc'
846872sharedstatedir='${prefix}/com'
847873localstatedir='${prefix}/var'
874874+runstatedir='${localstatedir}/run'
848875includedir='${prefix}/include'
849876oldincludedir='/usr/include'
850877docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
···874901 *) ac_optarg=yes ;;
875902 esac
876903877877- # Accept the important Cygnus configure options, so we can diagnose typos.
878878-879904 case $ac_dashdash$ac_option in
880905 --)
881906 ac_dashdash=yes ;;
···916941 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
917942 # Reject names that are not valid shell variable names.
918943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
919919- as_fn_error $? "invalid feature name: $ac_useropt"
944944+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
920945 ac_useropt_orig=$ac_useropt
921921- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946946+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
922947 case $ac_user_opts in
923948 *"
924949"enable_$ac_useropt"
···942967 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
943968 # Reject names that are not valid shell variable names.
944969 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945945- as_fn_error $? "invalid feature name: $ac_useropt"
970970+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
946971 ac_useropt_orig=$ac_useropt
947947- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972972+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
948973 case $ac_user_opts in
949974 *"
950975"enable_$ac_useropt"
···10971122 | -silent | --silent | --silen | --sile | --sil)
10981123 silent=yes ;;
1099112411251125+ -runstatedir | --runstatedir | --runstatedi | --runstated \
11261126+ | --runstate | --runstat | --runsta | --runst | --runs \
11271127+ | --run | --ru | --r)
11281128+ ac_prev=runstatedir ;;
11291129+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
11301130+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
11311131+ | --run=* | --ru=* | --r=*)
11321132+ runstatedir=$ac_optarg ;;
11331133+11001134 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
11011135 ac_prev=sbindir ;;
11021136 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
···11461180 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
11471181 # Reject names that are not valid shell variable names.
11481182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11491149- as_fn_error $? "invalid package name: $ac_useropt"
11831183+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11501184 ac_useropt_orig=$ac_useropt
11511151- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11851185+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11521186 case $ac_user_opts in
11531187 *"
11541188"with_$ac_useropt"
···11621196 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
11631197 # Reject names that are not valid shell variable names.
11641198 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11651165- as_fn_error $? "invalid package name: $ac_useropt"
11991199+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11661200 ac_useropt_orig=$ac_useropt
11671167- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12011201+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11681202 case $ac_user_opts in
11691203 *"
11701204"with_$ac_useropt"
···1208124212091243 *)
12101244 # FIXME: should be removed in autoconf 3.0.
12111211- $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12451245+ printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
12121246 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
12131213- $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12471247+ printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
12141248 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
12151249 ;;
12161250···12261260 case $enable_option_checking in
12271261 no) ;;
12281262 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
12291229- *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12631263+ *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12301264 esac
12311265fi
12321266···12341268for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12351269 datadir sysconfdir sharedstatedir localstatedir includedir \
12361270 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
12371237- libdir localedir mandir
12711271+ libdir localedir mandir runstatedir
12381272do
12391273 eval ac_val=\$$ac_var
12401274 # Remove trailing slashes.
···12901324 X"$as_myself" : 'X\(//\)[^/]' \| \
12911325 X"$as_myself" : 'X\(//\)$' \| \
12921326 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
12931293-$as_echo X"$as_myself" |
13271327+printf "%s\n" X"$as_myself" |
12941328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12951329 s//\1/
12961330 q
···13471381 # Omit some internal or obsolete options to make the list less imposing.
13481382 # This message is too long to be a string in the A/UX 3.1 sh.
13491383 cat <<_ACEOF
13501350-\`configure' configures libXdamage 1.1.5 to adapt to many kinds of systems.
13841384+\`configure' configures libXdamage 1.1.6 to adapt to many kinds of systems.
1351138513521386Usage: $0 [OPTION]... [VAR=VALUE]...
13531387···13871421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13881422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13891423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
14241424+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13901425 --libdir=DIR object code libraries [EPREFIX/lib]
13911426 --includedir=DIR C header files [PREFIX/include]
13921427 --oldincludedir=DIR C header files for non-gcc [/usr/include]
···1417145214181453if test -n "$ac_init_help"; then
14191454 case $ac_init_help in
14201420- short | recursive ) echo "Configuration of libXdamage 1.1.5:";;
14551455+ short | recursive ) echo "Configuration of libXdamage 1.1.6:";;
14211456 esac
14221457 cat <<\_ACEOF
14231458···14631498 LIBS libraries to pass to the linker, e.g. -l<library>
14641499 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
14651500 you have headers in a nonstandard directory <include dir>
14661466- CPP C preprocessor
14671501 PKG_CONFIG path to pkg-config utility
14681502 PKG_CONFIG_PATH
14691503 directories to add to pkg-config's search path
···14771511Use these variables to override the choices made by `configure' or to help
14781512it to find libraries and programs with nonstandard names/locations.
1479151314801480-Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
15141514+Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libxdamage/-/issues>.
14811515_ACEOF
14821516ac_status=$?
14831517fi
···14931527case "$ac_dir" in
14941528.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14951529*)
14961496- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15301530+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
14971531 # A ".." for each directory in $ac_dir_suffix.
14981498- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15321532+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14991533 case $ac_top_builddir_sub in
15001534 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15011535 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···15231557ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524155815251559 cd "$ac_dir" || { ac_status=$?; continue; }
15261526- # Check for guested configure.
15601560+ # Check for configure.gnu first; this name is used for a wrapper for
15611561+ # Metaconfig's "Configure" on case-insensitive file systems.
15271562 if test -f "$ac_srcdir/configure.gnu"; then
15281563 echo &&
15291564 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
···15311566 echo &&
15321567 $SHELL "$ac_srcdir/configure" --help=recursive
15331568 else
15341534- $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15691569+ printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15351570 fi || ac_status=$?
15361571 cd "$ac_pwd" || { ac_status=$?; break; }
15371572 done
···15401575test -n "$ac_init_help" && exit $ac_status
15411576if $ac_init_version; then
15421577 cat <<\_ACEOF
15431543-libXdamage configure 1.1.5
15441544-generated by GNU Autoconf 2.69
15781578+libXdamage configure 1.1.6
15791579+generated by GNU Autoconf 2.71
1545158015461546-Copyright (C) 2012 Free Software Foundation, Inc.
15811581+Copyright (C) 2021 Free Software Foundation, Inc.
15471582This configure script is free software; the Free Software Foundation
15481583gives unlimited permission to copy, distribute and modify it.
15491584_ACEOF
···15601595ac_fn_c_try_compile ()
15611596{
15621597 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15631563- rm -f conftest.$ac_objext
15981598+ rm -f conftest.$ac_objext conftest.beam
15641599 if { { ac_try="$ac_compile"
15651600case "(($ac_try" in
15661601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15671602 *) ac_try_echo=$ac_try;;
15681603esac
15691604eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
15701570-$as_echo "$ac_try_echo"; } >&5
16051605+printf "%s\n" "$ac_try_echo"; } >&5
15711606 (eval "$ac_compile") 2>conftest.err
15721607 ac_status=$?
15731608 if test -s conftest.err; then
···15751610 cat conftest.er1 >&5
15761611 mv -f conftest.er1 conftest.err
15771612 fi
15781578- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16131613+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15791614 test $ac_status = 0; } && {
15801615 test -z "$ac_c_werror_flag" ||
15811616 test ! -s conftest.err
15821582- } && test -s conftest.$ac_objext; then :
16171617+ } && test -s conftest.$ac_objext
16181618+then :
15831619 ac_retval=0
15841584-else
15851585- $as_echo "$as_me: failed program was:" >&5
16201620+else $as_nop
16211621+ printf "%s\n" "$as_me: failed program was:" >&5
15861622sed 's/^/| /' conftest.$ac_ext >&5
1587162315881624 ac_retval=1
···15981634ac_fn_c_try_link ()
15991635{
16001636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16011601- rm -f conftest.$ac_objext conftest$ac_exeext
16371637+ rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
16021638 if { { ac_try="$ac_link"
16031639case "(($ac_try" in
16041640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16051641 *) ac_try_echo=$ac_try;;
16061642esac
16071643eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16081608-$as_echo "$ac_try_echo"; } >&5
16441644+printf "%s\n" "$ac_try_echo"; } >&5
16091645 (eval "$ac_link") 2>conftest.err
16101646 ac_status=$?
16111647 if test -s conftest.err; then
···16131649 cat conftest.er1 >&5
16141650 mv -f conftest.er1 conftest.err
16151651 fi
16161616- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16521652+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16171653 test $ac_status = 0; } && {
16181654 test -z "$ac_c_werror_flag" ||
16191655 test ! -s conftest.err
16201656 } && test -s conftest$ac_exeext && {
16211657 test "$cross_compiling" = yes ||
16221658 test -x conftest$ac_exeext
16231623- }; then :
16591659+ }
16601660+then :
16241661 ac_retval=0
16251625-else
16261626- $as_echo "$as_me: failed program was:" >&5
16621662+else $as_nop
16631663+ printf "%s\n" "$as_me: failed program was:" >&5
16271664sed 's/^/| /' conftest.$ac_ext >&5
1628166516291666 ac_retval=1
···16451682ac_fn_c_check_header_compile ()
16461683{
16471684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16481648- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
16491649-$as_echo_n "checking for $2... " >&6; }
16501650-if eval \${$3+:} false; then :
16511651- $as_echo_n "(cached) " >&6
16521652-else
16851685+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
16861686+printf %s "checking for $2... " >&6; }
16871687+if eval test \${$3+y}
16881688+then :
16891689+ printf %s "(cached) " >&6
16901690+else $as_nop
16531691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16541692/* end confdefs.h. */
16551693$4
16561694#include <$2>
16571695_ACEOF
16581658-if ac_fn_c_try_compile "$LINENO"; then :
16961696+if ac_fn_c_try_compile "$LINENO"
16971697+then :
16591698 eval "$3=yes"
16601660-else
16991699+else $as_nop
16611700 eval "$3=no"
16621701fi
16631663-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17021702+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
16641703fi
16651704eval ac_res=\$$3
16661666- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16671667-$as_echo "$ac_res" >&6; }
17051705+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17061706+printf "%s\n" "$ac_res" >&6; }
16681707 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1669170816701709} # ac_fn_c_check_header_compile
1671171016721672-# ac_fn_c_try_cpp LINENO
16731673-# ----------------------
16741674-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
16751675-ac_fn_c_try_cpp ()
16761676-{
16771677- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16781678- if { { ac_try="$ac_cpp conftest.$ac_ext"
16791679-case "(($ac_try" in
16801680- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16811681- *) ac_try_echo=$ac_try;;
16821682-esac
16831683-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16841684-$as_echo "$ac_try_echo"; } >&5
16851685- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
16861686- ac_status=$?
16871687- if test -s conftest.err; then
16881688- grep -v '^ *+' conftest.err >conftest.er1
16891689- cat conftest.er1 >&5
16901690- mv -f conftest.er1 conftest.err
16911691- fi
16921692- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16931693- test $ac_status = 0; } > conftest.i && {
16941694- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16951695- test ! -s conftest.err
16961696- }; then :
16971697- ac_retval=0
16981698-else
16991699- $as_echo "$as_me: failed program was:" >&5
17001700-sed 's/^/| /' conftest.$ac_ext >&5
17011701-17021702- ac_retval=1
17031703-fi
17041704- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17051705- as_fn_set_status $ac_retval
17061706-17071707-} # ac_fn_c_try_cpp
17081708-17091709-# ac_fn_c_try_run LINENO
17101710-# ----------------------
17111711-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
17121712-# that executables *can* be run.
17131713-ac_fn_c_try_run ()
17141714-{
17151715- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17161716- if { { ac_try="$ac_link"
17171717-case "(($ac_try" in
17181718- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17191719- *) ac_try_echo=$ac_try;;
17201720-esac
17211721-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17221722-$as_echo "$ac_try_echo"; } >&5
17231723- (eval "$ac_link") 2>&5
17241724- ac_status=$?
17251725- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17261726- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
17271727- { { case "(($ac_try" in
17281728- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17291729- *) ac_try_echo=$ac_try;;
17301730-esac
17311731-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17321732-$as_echo "$ac_try_echo"; } >&5
17331733- (eval "$ac_try") 2>&5
17341734- ac_status=$?
17351735- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17361736- test $ac_status = 0; }; }; then :
17371737- ac_retval=0
17381738-else
17391739- $as_echo "$as_me: program exited with status $ac_status" >&5
17401740- $as_echo "$as_me: failed program was:" >&5
17411741-sed 's/^/| /' conftest.$ac_ext >&5
17421742-17431743- ac_retval=$ac_status
17441744-fi
17451745- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
17461746- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17471747- as_fn_set_status $ac_retval
17481748-17491749-} # ac_fn_c_try_run
17501750-17511711# ac_fn_c_check_func LINENO FUNC VAR
17521712# ----------------------------------
17531713# Tests whether FUNC exists, setting the cache variable VAR accordingly
17541714ac_fn_c_check_func ()
17551715{
17561716 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17571757- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17581758-$as_echo_n "checking for $2... " >&6; }
17591759-if eval \${$3+:} false; then :
17601760- $as_echo_n "(cached) " >&6
17611761-else
17171717+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17181718+printf %s "checking for $2... " >&6; }
17191719+if eval test \${$3+y}
17201720+then :
17211721+ printf %s "(cached) " >&6
17221722+else $as_nop
17621723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17631724/* end confdefs.h. */
17641725/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
···17661727#define $2 innocuous_$2
1767172817681729/* System header to define __stub macros and hopefully few prototypes,
17691769- which can conflict with char $2 (); below.
17701770- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17711771- <limits.h> exists even on freestanding compilers. */
17301730+ which can conflict with char $2 (); below. */
1772173117731773-#ifdef __STDC__
17741774-# include <limits.h>
17751775-#else
17761776-# include <assert.h>
17771777-#endif
17781778-17321732+#include <limits.h>
17791733#undef $2
1780173417811735/* Override any GCC internal prototype to avoid an error.
···17931747#endif
1794174817951749int
17961796-main ()
17501750+main (void)
17971751{
17981752return $2 ();
17991753 ;
18001754 return 0;
18011755}
18021756_ACEOF
18031803-if ac_fn_c_try_link "$LINENO"; then :
17571757+if ac_fn_c_try_link "$LINENO"
17581758+then :
18041759 eval "$3=yes"
18051805-else
17601760+else $as_nop
18061761 eval "$3=no"
18071762fi
18081808-rm -f core conftest.err conftest.$ac_objext \
17631763+rm -f core conftest.err conftest.$ac_objext conftest.beam \
18091764 conftest$ac_exeext conftest.$ac_ext
18101765fi
18111766eval ac_res=\$$3
18121812- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18131813-$as_echo "$ac_res" >&6; }
17671767+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17681768+printf "%s\n" "$ac_res" >&6; }
18141769 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1815177018161771} # ac_fn_c_check_func
1817177218181818-# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
18191819-# ---------------------------------------------
17731773+# ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
17741774+# ------------------------------------------------------------------
18201775# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
18211821-# accordingly.
18221822-ac_fn_c_check_decl ()
17761776+# accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
17771777+ac_fn_check_decl ()
18231778{
18241779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18251780 as_decl_name=`echo $2|sed 's/ *(.*//'`
17811781+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
17821782+printf %s "checking whether $as_decl_name is declared... " >&6; }
17831783+if eval test \${$3+y}
17841784+then :
17851785+ printf %s "(cached) " >&6
17861786+else $as_nop
18261787 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
18271827- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
18281828-$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
18291829-if eval \${$3+:} false; then :
18301830- $as_echo_n "(cached) " >&6
18311831-else
17881788+ eval ac_save_FLAGS=\$$6
17891789+ as_fn_append $6 " $5"
18321790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18331791/* end confdefs.h. */
18341792$4
18351793int
18361836-main ()
17941794+main (void)
18371795{
18381796#ifndef $as_decl_name
18391797#ifdef __cplusplus
···18471805 return 0;
18481806}
18491807_ACEOF
18501850-if ac_fn_c_try_compile "$LINENO"; then :
18081808+if ac_fn_c_try_compile "$LINENO"
18091809+then :
18511810 eval "$3=yes"
18521852-else
18111811+else $as_nop
18531812 eval "$3=no"
18541813fi
18551855-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18141814+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
18151815+ eval $6=\$ac_save_FLAGS
18161816+18561817fi
18571818eval ac_res=\$$3
18581858- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18591859-$as_echo "$ac_res" >&6; }
18191819+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18201820+printf "%s\n" "$ac_res" >&6; }
18601821 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1861182218621862-} # ac_fn_c_check_decl
18231823+} # ac_fn_check_decl
18241824+ac_configure_args_raw=
18251825+for ac_arg
18261826+do
18271827+ case $ac_arg in
18281828+ *\'*)
18291829+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18301830+ esac
18311831+ as_fn_append ac_configure_args_raw " '$ac_arg'"
18321832+done
18331833+18341834+case $ac_configure_args_raw in
18351835+ *$as_nl*)
18361836+ ac_safe_unquote= ;;
18371837+ *)
18381838+ ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
18391839+ ac_unsafe_a="$ac_unsafe_z#~"
18401840+ ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
18411841+ ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
18421842+esac
18431843+18631844cat >config.log <<_ACEOF
18641845This file contains any messages produced by compilers while
18651846running configure, to aid debugging if configure makes a mistake.
1866184718671867-It was created by libXdamage $as_me 1.1.5, which was
18681868-generated by GNU Autoconf 2.69. Invocation command line was
18481848+It was created by libXdamage $as_me 1.1.6, which was
18491849+generated by GNU Autoconf 2.71. Invocation command line was
1869185018701870- $ $0 $@
18511851+ $ $0$ac_configure_args_raw
1871185218721853_ACEOF
18731854exec 5>>config.log
···19001881for as_dir in $PATH
19011882do
19021883 IFS=$as_save_IFS
19031903- test -z "$as_dir" && as_dir=.
19041904- $as_echo "PATH: $as_dir"
18841884+ case $as_dir in #(((
18851885+ '') as_dir=./ ;;
18861886+ */) ;;
18871887+ *) as_dir=$as_dir/ ;;
18881888+ esac
18891889+ printf "%s\n" "PATH: $as_dir"
19051890 done
19061891IFS=$as_save_IFS
19071892···19361921 | -silent | --silent | --silen | --sile | --sil)
19371922 continue ;;
19381923 *\'*)
19391939- ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19241924+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19401925 esac
19411926 case $ac_pass in
19421927 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
···19711956# WARNING: Use '\'' to represent an apostrophe within the trap.
19721957# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
19731958trap 'exit_status=$?
19591959+ # Sanitize IFS.
19601960+ IFS=" "" $as_nl"
19741961 # Save into config.log some information that might help in debugging.
19751962 {
19761963 echo
1977196419781978- $as_echo "## ---------------- ##
19651965+ printf "%s\n" "## ---------------- ##
19791966## Cache variables. ##
19801967## ---------------- ##"
19811968 echo
···19861973 case $ac_val in #(
19871974 *${as_nl}*)
19881975 case $ac_var in #(
19891989- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19901990-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19761976+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19771977+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19911978 esac
19921979 case $ac_var in #(
19931980 _ | IFS | as_nl) ;; #(
···20111998)
20121999 echo
2013200020142014- $as_echo "## ----------------- ##
20012001+ printf "%s\n" "## ----------------- ##
20152002## Output variables. ##
20162003## ----------------- ##"
20172004 echo
···20192006 do
20202007 eval ac_val=\$$ac_var
20212008 case $ac_val in
20222022- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20092009+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20232010 esac
20242024- $as_echo "$ac_var='\''$ac_val'\''"
20112011+ printf "%s\n" "$ac_var='\''$ac_val'\''"
20252012 done | sort
20262013 echo
2027201420282015 if test -n "$ac_subst_files"; then
20292029- $as_echo "## ------------------- ##
20162016+ printf "%s\n" "## ------------------- ##
20302017## File substitutions. ##
20312018## ------------------- ##"
20322019 echo
···20342021 do
20352022 eval ac_val=\$$ac_var
20362023 case $ac_val in
20372037- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20242024+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20382025 esac
20392039- $as_echo "$ac_var='\''$ac_val'\''"
20262026+ printf "%s\n" "$ac_var='\''$ac_val'\''"
20402027 done | sort
20412028 echo
20422029 fi
2043203020442031 if test -s confdefs.h; then
20452045- $as_echo "## ----------- ##
20322032+ printf "%s\n" "## ----------- ##
20462033## confdefs.h. ##
20472034## ----------- ##"
20482035 echo
···20502037 echo
20512038 fi
20522039 test "$ac_signal" != 0 &&
20532053- $as_echo "$as_me: caught signal $ac_signal"
20542054- $as_echo "$as_me: exit $exit_status"
20402040+ printf "%s\n" "$as_me: caught signal $ac_signal"
20412041+ printf "%s\n" "$as_me: exit $exit_status"
20552042 } >&5
20562043 rm -f core *.core core.conftest.* &&
20572044 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
···20652052# confdefs.h avoids OS command line length limits that DEFS can exceed.
20662053rm -f -r conftest* confdefs.h
2067205420682068-$as_echo "/* confdefs.h */" > confdefs.h
20552055+printf "%s\n" "/* confdefs.h */" > confdefs.h
2069205620702057# Predefined preprocessor variables.
2071205820722072-cat >>confdefs.h <<_ACEOF
20732073-#define PACKAGE_NAME "$PACKAGE_NAME"
20742074-_ACEOF
20592059+printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
2075206020762076-cat >>confdefs.h <<_ACEOF
20772077-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
20782078-_ACEOF
20612061+printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
2079206220802080-cat >>confdefs.h <<_ACEOF
20812081-#define PACKAGE_VERSION "$PACKAGE_VERSION"
20822082-_ACEOF
20632063+printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
2083206420842084-cat >>confdefs.h <<_ACEOF
20852085-#define PACKAGE_STRING "$PACKAGE_STRING"
20862086-_ACEOF
20652065+printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
2087206620882088-cat >>confdefs.h <<_ACEOF
20892089-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
20902090-_ACEOF
20672067+printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
2091206820922092-cat >>confdefs.h <<_ACEOF
20932093-#define PACKAGE_URL "$PACKAGE_URL"
20942094-_ACEOF
20692069+printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
209520702096207120972072# Let the site file select an alternate cache file if it wants to.
20982073# Prefer an explicitly selected file to automatically selected ones.
20992099-ac_site_file1=NONE
21002100-ac_site_file2=NONE
21012074if test -n "$CONFIG_SITE"; then
21022102- # We do not want a PATH search for config.site.
21032103- case $CONFIG_SITE in #((
21042104- -*) ac_site_file1=./$CONFIG_SITE;;
21052105- */*) ac_site_file1=$CONFIG_SITE;;
21062106- *) ac_site_file1=./$CONFIG_SITE;;
21072107- esac
20752075+ ac_site_files="$CONFIG_SITE"
21082076elif test "x$prefix" != xNONE; then
21092109- ac_site_file1=$prefix/share/config.site
21102110- ac_site_file2=$prefix/etc/config.site
20772077+ ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
21112078else
21122112- ac_site_file1=$ac_default_prefix/share/config.site
21132113- ac_site_file2=$ac_default_prefix/etc/config.site
20792079+ ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
21142080fi
21152115-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
20812081+20822082+for ac_site_file in $ac_site_files
21162083do
21172117- test "x$ac_site_file" = xNONE && continue
21182118- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
21192119- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
21202120-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
20842084+ case $ac_site_file in #(
20852085+ */*) :
20862086+ ;; #(
20872087+ *) :
20882088+ ac_site_file=./$ac_site_file ;;
20892089+esac
20902090+ if test -f "$ac_site_file" && test -r "$ac_site_file"; then
20912091+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
20922092+printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
21212093 sed 's/^/| /' "$ac_site_file" >&5
21222094 . "$ac_site_file" \
21232123- || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21242124-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20952095+ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20962096+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
21252097as_fn_error $? "failed to load site script $ac_site_file
21262098See \`config.log' for more details" "$LINENO" 5; }
21272099 fi
···21312103 # Some versions of bash will fail to source /dev/null (special files
21322104 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
21332105 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
21342134- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
21352135-$as_echo "$as_me: loading cache $cache_file" >&6;}
21062106+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
21072107+printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
21362108 case $cache_file in
21372109 [\\/]* | ?:[\\/]* ) . "$cache_file";;
21382110 *) . "./$cache_file";;
21392111 esac
21402112 fi
21412113else
21422142- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
21432143-$as_echo "$as_me: creating cache $cache_file" >&6;}
21142114+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
21152115+printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
21442116 >$cache_file
21452117fi
2146211821192119+# Test code for whether the C compiler supports C89 (global declarations)
21202120+ac_c_conftest_c89_globals='
21212121+/* Does the compiler advertise C89 conformance?
21222122+ Do not test the value of __STDC__, because some compilers set it to 0
21232123+ while being otherwise adequately conformant. */
21242124+#if !defined __STDC__
21252125+# error "Compiler does not advertise C89 conformance"
21262126+#endif
21272127+21282128+#include <stddef.h>
21292129+#include <stdarg.h>
21302130+struct stat;
21312131+/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
21322132+struct buf { int x; };
21332133+struct buf * (*rcsopen) (struct buf *, struct stat *, int);
21342134+static char *e (p, i)
21352135+ char **p;
21362136+ int i;
21372137+{
21382138+ return p[i];
21392139+}
21402140+static char *f (char * (*g) (char **, int), char **p, ...)
21412141+{
21422142+ char *s;
21432143+ va_list v;
21442144+ va_start (v,p);
21452145+ s = g (p, va_arg (v,int));
21462146+ va_end (v);
21472147+ return s;
21482148+}
21492149+21502150+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
21512151+ function prototypes and stuff, but not \xHH hex character constants.
21522152+ These do not provoke an error unfortunately, instead are silently treated
21532153+ as an "x". The following induces an error, until -std is added to get
21542154+ proper ANSI mode. Curiously \x00 != x always comes out true, for an
21552155+ array size at least. It is necessary to write \x00 == 0 to get something
21562156+ that is true only with -std. */
21572157+int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
21582158+21592159+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
21602160+ inside strings and character constants. */
21612161+#define FOO(x) '\''x'\''
21622162+int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
21632163+21642164+int test (int i, double x);
21652165+struct s1 {int (*f) (int a);};
21662166+struct s2 {int (*f) (double a);};
21672167+int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
21682168+ int, int);'
21692169+21702170+# Test code for whether the C compiler supports C89 (body of main).
21712171+ac_c_conftest_c89_main='
21722172+ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
21732173+'
21742174+21752175+# Test code for whether the C compiler supports C99 (global declarations)
21762176+ac_c_conftest_c99_globals='
21772177+// Does the compiler advertise C99 conformance?
21782178+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
21792179+# error "Compiler does not advertise C99 conformance"
21802180+#endif
21812181+21822182+#include <stdbool.h>
21832183+extern int puts (const char *);
21842184+extern int printf (const char *, ...);
21852185+extern int dprintf (int, const char *, ...);
21862186+extern void *malloc (size_t);
21872187+21882188+// Check varargs macros. These examples are taken from C99 6.10.3.5.
21892189+// dprintf is used instead of fprintf to avoid needing to declare
21902190+// FILE and stderr.
21912191+#define debug(...) dprintf (2, __VA_ARGS__)
21922192+#define showlist(...) puts (#__VA_ARGS__)
21932193+#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
21942194+static void
21952195+test_varargs_macros (void)
21962196+{
21972197+ int x = 1234;
21982198+ int y = 5678;
21992199+ debug ("Flag");
22002200+ debug ("X = %d\n", x);
22012201+ showlist (The first, second, and third items.);
22022202+ report (x>y, "x is %d but y is %d", x, y);
22032203+}
22042204+22052205+// Check long long types.
22062206+#define BIG64 18446744073709551615ull
22072207+#define BIG32 4294967295ul
22082208+#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
22092209+#if !BIG_OK
22102210+ #error "your preprocessor is broken"
22112211+#endif
22122212+#if BIG_OK
22132213+#else
22142214+ #error "your preprocessor is broken"
22152215+#endif
22162216+static long long int bignum = -9223372036854775807LL;
22172217+static unsigned long long int ubignum = BIG64;
22182218+22192219+struct incomplete_array
22202220+{
22212221+ int datasize;
22222222+ double data[];
22232223+};
22242224+22252225+struct named_init {
22262226+ int number;
22272227+ const wchar_t *name;
22282228+ double average;
22292229+};
22302230+22312231+typedef const char *ccp;
22322232+22332233+static inline int
22342234+test_restrict (ccp restrict text)
22352235+{
22362236+ // See if C++-style comments work.
22372237+ // Iterate through items via the restricted pointer.
22382238+ // Also check for declarations in for loops.
22392239+ for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
22402240+ continue;
22412241+ return 0;
22422242+}
22432243+22442244+// Check varargs and va_copy.
22452245+static bool
22462246+test_varargs (const char *format, ...)
22472247+{
22482248+ va_list args;
22492249+ va_start (args, format);
22502250+ va_list args_copy;
22512251+ va_copy (args_copy, args);
22522252+22532253+ const char *str = "";
22542254+ int number = 0;
22552255+ float fnumber = 0;
22562256+22572257+ while (*format)
22582258+ {
22592259+ switch (*format++)
22602260+ {
22612261+ case '\''s'\'': // string
22622262+ str = va_arg (args_copy, const char *);
22632263+ break;
22642264+ case '\''d'\'': // int
22652265+ number = va_arg (args_copy, int);
22662266+ break;
22672267+ case '\''f'\'': // float
22682268+ fnumber = va_arg (args_copy, double);
22692269+ break;
22702270+ default:
22712271+ break;
22722272+ }
22732273+ }
22742274+ va_end (args_copy);
22752275+ va_end (args);
22762276+22772277+ return *str && number && fnumber;
22782278+}
22792279+'
22802280+22812281+# Test code for whether the C compiler supports C99 (body of main).
22822282+ac_c_conftest_c99_main='
22832283+ // Check bool.
22842284+ _Bool success = false;
22852285+ success |= (argc != 0);
22862286+22872287+ // Check restrict.
22882288+ if (test_restrict ("String literal") == 0)
22892289+ success = true;
22902290+ char *restrict newvar = "Another string";
22912291+22922292+ // Check varargs.
22932293+ success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
22942294+ test_varargs_macros ();
22952295+22962296+ // Check flexible array members.
22972297+ struct incomplete_array *ia =
22982298+ malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
22992299+ ia->datasize = 10;
23002300+ for (int i = 0; i < ia->datasize; ++i)
23012301+ ia->data[i] = i * 1.234;
23022302+23032303+ // Check named initializers.
23042304+ struct named_init ni = {
23052305+ .number = 34,
23062306+ .name = L"Test wide string",
23072307+ .average = 543.34343,
23082308+ };
23092309+23102310+ ni.number = 58;
23112311+23122312+ int dynamic_array[ni.number];
23132313+ dynamic_array[0] = argv[0][0];
23142314+ dynamic_array[ni.number - 1] = 543;
23152315+23162316+ // work around unused variable warnings
23172317+ ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
23182318+ || dynamic_array[ni.number - 1] != 543);
23192319+'
23202320+23212321+# Test code for whether the C compiler supports C11 (global declarations)
23222322+ac_c_conftest_c11_globals='
23232323+// Does the compiler advertise C11 conformance?
23242324+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
23252325+# error "Compiler does not advertise C11 conformance"
23262326+#endif
23272327+23282328+// Check _Alignas.
23292329+char _Alignas (double) aligned_as_double;
23302330+char _Alignas (0) no_special_alignment;
23312331+extern char aligned_as_int;
23322332+char _Alignas (0) _Alignas (int) aligned_as_int;
23332333+23342334+// Check _Alignof.
23352335+enum
23362336+{
23372337+ int_alignment = _Alignof (int),
23382338+ int_array_alignment = _Alignof (int[100]),
23392339+ char_alignment = _Alignof (char)
23402340+};
23412341+_Static_assert (0 < -_Alignof (int), "_Alignof is signed");
23422342+23432343+// Check _Noreturn.
23442344+int _Noreturn does_not_return (void) { for (;;) continue; }
23452345+23462346+// Check _Static_assert.
23472347+struct test_static_assert
23482348+{
23492349+ int x;
23502350+ _Static_assert (sizeof (int) <= sizeof (long int),
23512351+ "_Static_assert does not work in struct");
23522352+ long int y;
23532353+};
23542354+23552355+// Check UTF-8 literals.
23562356+#define u8 syntax error!
23572357+char const utf8_literal[] = u8"happens to be ASCII" "another string";
23582358+23592359+// Check duplicate typedefs.
23602360+typedef long *long_ptr;
23612361+typedef long int *long_ptr;
23622362+typedef long_ptr long_ptr;
23632363+23642364+// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
23652365+struct anonymous
23662366+{
23672367+ union {
23682368+ struct { int i; int j; };
23692369+ struct { int k; long int l; } w;
23702370+ };
23712371+ int m;
23722372+} v1;
23732373+'
23742374+23752375+# Test code for whether the C compiler supports C11 (body of main).
23762376+ac_c_conftest_c11_main='
23772377+ _Static_assert ((offsetof (struct anonymous, i)
23782378+ == offsetof (struct anonymous, w.k)),
23792379+ "Anonymous union alignment botch");
23802380+ v1.i = 2;
23812381+ v1.w.k = 5;
23822382+ ok |= v1.i != 5;
23832383+'
23842384+23852385+# Test code for whether the C compiler supports C11 (complete).
23862386+ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
23872387+${ac_c_conftest_c99_globals}
23882388+${ac_c_conftest_c11_globals}
23892389+23902390+int
23912391+main (int argc, char **argv)
23922392+{
23932393+ int ok = 0;
23942394+ ${ac_c_conftest_c89_main}
23952395+ ${ac_c_conftest_c99_main}
23962396+ ${ac_c_conftest_c11_main}
23972397+ return ok;
23982398+}
23992399+"
24002400+24012401+# Test code for whether the C compiler supports C99 (complete).
24022402+ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
24032403+${ac_c_conftest_c99_globals}
24042404+24052405+int
24062406+main (int argc, char **argv)
24072407+{
24082408+ int ok = 0;
24092409+ ${ac_c_conftest_c89_main}
24102410+ ${ac_c_conftest_c99_main}
24112411+ return ok;
24122412+}
24132413+"
24142414+24152415+# Test code for whether the C compiler supports C89 (complete).
24162416+ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
24172417+24182418+int
24192419+main (int argc, char **argv)
24202420+{
24212421+ int ok = 0;
24222422+ ${ac_c_conftest_c89_main}
24232423+ return ok;
24242424+}
24252425+"
24262426+24272427+as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
24282428+as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
24292429+as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
24302430+as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
24312431+as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
24322432+as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
24332433+as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
24342434+as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
24352435+as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
24362436+24372437+# Auxiliary files required by this configure script.
24382438+ac_aux_files="config.guess config.sub ltmain.sh missing install-sh"
24392439+24402440+# Locations in which to look for auxiliary files.
24412441+ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
24422442+24432443+# Search for a directory containing all of the required auxiliary files,
24442444+# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
24452445+# If we don't find one directory that contains all the files we need,
24462446+# we report the set of missing files from the *first* directory in
24472447+# $ac_aux_dir_candidates and give up.
24482448+ac_missing_aux_files=""
24492449+ac_first_candidate=:
24502450+printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
24512451+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24522452+as_found=false
24532453+for as_dir in $ac_aux_dir_candidates
24542454+do
24552455+ IFS=$as_save_IFS
24562456+ case $as_dir in #(((
24572457+ '') as_dir=./ ;;
24582458+ */) ;;
24592459+ *) as_dir=$as_dir/ ;;
24602460+ esac
24612461+ as_found=:
24622462+24632463+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
24642464+ ac_aux_dir_found=yes
24652465+ ac_install_sh=
24662466+ for ac_aux in $ac_aux_files
24672467+ do
24682468+ # As a special case, if "install-sh" is required, that requirement
24692469+ # can be satisfied by any of "install-sh", "install.sh", or "shtool",
24702470+ # and $ac_install_sh is set appropriately for whichever one is found.
24712471+ if test x"$ac_aux" = x"install-sh"
24722472+ then
24732473+ if test -f "${as_dir}install-sh"; then
24742474+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
24752475+ ac_install_sh="${as_dir}install-sh -c"
24762476+ elif test -f "${as_dir}install.sh"; then
24772477+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
24782478+ ac_install_sh="${as_dir}install.sh -c"
24792479+ elif test -f "${as_dir}shtool"; then
24802480+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
24812481+ ac_install_sh="${as_dir}shtool install -c"
24822482+ else
24832483+ ac_aux_dir_found=no
24842484+ if $ac_first_candidate; then
24852485+ ac_missing_aux_files="${ac_missing_aux_files} install-sh"
24862486+ else
24872487+ break
24882488+ fi
24892489+ fi
24902490+ else
24912491+ if test -f "${as_dir}${ac_aux}"; then
24922492+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
24932493+ else
24942494+ ac_aux_dir_found=no
24952495+ if $ac_first_candidate; then
24962496+ ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
24972497+ else
24982498+ break
24992499+ fi
25002500+ fi
25012501+ fi
25022502+ done
25032503+ if test "$ac_aux_dir_found" = yes; then
25042504+ ac_aux_dir="$as_dir"
25052505+ break
25062506+ fi
25072507+ ac_first_candidate=false
25082508+25092509+ as_found=false
25102510+done
25112511+IFS=$as_save_IFS
25122512+if $as_found
25132513+then :
25142514+25152515+else $as_nop
25162516+ as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
25172517+fi
25182518+25192519+25202520+# These three variables are undocumented and unsupported,
25212521+# and are intended to be withdrawn in a future Autoconf release.
25222522+# They can cause serious problems if a builder's source tree is in a directory
25232523+# whose full name contains unusual characters.
25242524+if test -f "${ac_aux_dir}config.guess"; then
25252525+ ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
25262526+fi
25272527+if test -f "${ac_aux_dir}config.sub"; then
25282528+ ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
25292529+fi
25302530+if test -f "$ac_aux_dir/configure"; then
25312531+ ac_configure="$SHELL ${ac_aux_dir}configure"
25322532+fi
25332533+21472534# Check that the precious variables saved in the cache have kept the same
21482535# value.
21492536ac_cache_corrupted=false
···21542541 eval ac_new_val=\$ac_env_${ac_var}_value
21552542 case $ac_old_set,$ac_new_set in
21562543 set,)
21572157- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
21582158-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
25442544+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
25452545+printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
21592546 ac_cache_corrupted=: ;;
21602547 ,set)
21612161- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
21622162-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
25482548+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
25492549+printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
21632550 ac_cache_corrupted=: ;;
21642551 ,);;
21652552 *)
···21682555 ac_old_val_w=`echo x $ac_old_val`
21692556 ac_new_val_w=`echo x $ac_new_val`
21702557 if test "$ac_old_val_w" != "$ac_new_val_w"; then
21712171- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
21722172-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
25582558+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
25592559+printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
21732560 ac_cache_corrupted=:
21742561 else
21752175- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
21762176-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
25622562+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
25632563+printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
21772564 eval $ac_var=\$ac_old_val
21782565 fi
21792179- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
21802180-$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
21812181- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
21822182-$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
25662566+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
25672567+printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
25682568+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
25692569+printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
21832570 fi;;
21842571 esac
21852572 # Pass precious variables to config.status.
21862573 if test "$ac_new_set" = set; then
21872574 case $ac_new_val in
21882188- *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
25752575+ *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
21892576 *) ac_arg=$ac_var=$ac_new_val ;;
21902577 esac
21912578 case " $ac_configure_args " in
···21952582 fi
21962583done
21972584if $ac_cache_corrupted; then
21982198- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21992199-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22002200- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
22012201-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22022202- as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
25852585+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
25862586+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
25872587+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
25882588+printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
25892589+ as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
25902590+ and start over" "$LINENO" 5
22032591fi
22042592## -------------------- ##
22052593## Main body of script. ##
···22192607# Initialize Automake
22202608am__api_version='1.12'
2221260922222222-ac_aux_dir=
22232223-for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
22242224- if test -f "$ac_dir/install-sh"; then
22252225- ac_aux_dir=$ac_dir
22262226- ac_install_sh="$ac_aux_dir/install-sh -c"
22272227- break
22282228- elif test -f "$ac_dir/install.sh"; then
22292229- ac_aux_dir=$ac_dir
22302230- ac_install_sh="$ac_aux_dir/install.sh -c"
22312231- break
22322232- elif test -f "$ac_dir/shtool"; then
22332233- ac_aux_dir=$ac_dir
22342234- ac_install_sh="$ac_aux_dir/shtool install -c"
22352235- break
22362236- fi
22372237-done
22382238-if test -z "$ac_aux_dir"; then
22392239- as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
22402240-fi
2241261022422242-# These three variables are undocumented and unsupported,
22432243-# and are intended to be withdrawn in a future Autoconf release.
22442244-# They can cause serious problems if a builder's source tree is in a directory
22452245-# whose full name contains unusual characters.
22462246-ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
22472247-ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
22482248-ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2249261122502250-22512251-# Find a good install program. We prefer a C program (faster),
26122612+ # Find a good install program. We prefer a C program (faster),
22522613# so one script is as good as another. But avoid the broken or
22532614# incompatible versions:
22542615# SysV /etc/install, /usr/sbin/install
···22622623# OS/2's system install, which has a completely different semantic
22632624# ./install, which can be erroneously created by make from ./install.sh.
22642625# Reject install programs that cannot install multiple files.
22652265-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
22662266-$as_echo_n "checking for a BSD-compatible install... " >&6; }
26262626+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
26272627+printf %s "checking for a BSD-compatible install... " >&6; }
22672628if test -z "$INSTALL"; then
22682268-if ${ac_cv_path_install+:} false; then :
22692269- $as_echo_n "(cached) " >&6
22702270-else
26292629+if test ${ac_cv_path_install+y}
26302630+then :
26312631+ printf %s "(cached) " >&6
26322632+else $as_nop
22712633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22722634for as_dir in $PATH
22732635do
22742636 IFS=$as_save_IFS
22752275- test -z "$as_dir" && as_dir=.
22762276- # Account for people who put trailing slashes in PATH elements.
22772277-case $as_dir/ in #((
22782278- ./ | .// | /[cC]/* | \
26372637+ case $as_dir in #(((
26382638+ '') as_dir=./ ;;
26392639+ */) ;;
26402640+ *) as_dir=$as_dir/ ;;
26412641+ esac
26422642+ # Account for fact that we put trailing slashes in our PATH walk.
26432643+case $as_dir in #((
26442644+ ./ | /[cC]/* | \
22792645 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
22802646 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
22812647 /usr/ucb/* ) ;;
···22852651 # by default.
22862652 for ac_prog in ginstall scoinst install; do
22872653 for ac_exec_ext in '' $ac_executable_extensions; do
22882288- if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
26542654+ if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
22892655 if test $ac_prog = install &&
22902290- grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
26562656+ grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
22912657 # AIX install. It has an incompatible calling convention.
22922658 :
22932659 elif test $ac_prog = install &&
22942294- grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
26602660+ grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
22952661 # program-specific install script used by HP pwplus--don't use.
22962662 :
22972663 else
···22992665 echo one > conftest.one
23002666 echo two > conftest.two
23012667 mkdir conftest.dir
23022302- if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
26682668+ if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
23032669 test -s conftest.one && test -s conftest.two &&
23042670 test -s conftest.dir/conftest.one &&
23052671 test -s conftest.dir/conftest.two
23062672 then
23072307- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
26732673+ ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
23082674 break 3
23092675 fi
23102676 fi
···23202686rm -rf conftest.one conftest.two conftest.dir
2321268723222688fi
23232323- if test "${ac_cv_path_install+set}" = set; then
26892689+ if test ${ac_cv_path_install+y}; then
23242690 INSTALL=$ac_cv_path_install
23252691 else
23262692 # As a last resort, use the slow shell script. Don't cache a
···23302696 INSTALL=$ac_install_sh
23312697 fi
23322698fi
23332333-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
23342334-$as_echo "$INSTALL" >&6; }
26992699+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
27002700+printf "%s\n" "$INSTALL" >&6; }
2335270123362702# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
23372703# It thinks the first close brace ends the variable substitution.
···2341270723422708test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2343270923442344-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
23452345-$as_echo_n "checking whether build environment is sane... " >&6; }
27102710+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
27112711+printf %s "checking whether build environment is sane... " >&6; }
23462712# Reject unsafe characters in $srcdir or the absolute working directory
23472713# name. Accept space and tab only in the latter.
23482714am_lf='
···23962762 as_fn_error $? "newly created file is older than distributed files!
23972763Check your system clock" "$LINENO" 5
23982764fi
23992399-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24002400-$as_echo "yes" >&6; }
27652765+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
27662766+printf "%s\n" "yes" >&6; }
24012767# If we didn't sleep, we still need to ensure time stamps of config.status and
24022768# generated files are strictly newer.
24032769am_sleep_pid=
···24162782# Double any \ or $.
24172783# By default was `s,x,x', remove it if useless.
24182784ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
24192419-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
27852785+program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2420278624212787# expand $ac_aux_dir to an absolute path
24222788am_aux_dir=`cd $ac_aux_dir && pwd`
2423278924242424-if test x"${MISSING+set}" != xset; then
27902790+27912791+ if test x"${MISSING+set}" != xset; then
24252792 case $am_aux_dir in
24262793 *\ * | *\ *)
24272794 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
···24342801 am_missing_run="$MISSING --run "
24352802else
24362803 am_missing_run=
24372437- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
24382438-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
28042804+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
28052805+printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
24392806fi
2440280724412808if test x"${install_sh}" != xset; then
···24552822 if test -n "$ac_tool_prefix"; then
24562823 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
24572824set dummy ${ac_tool_prefix}strip; ac_word=$2
24582458-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24592459-$as_echo_n "checking for $ac_word... " >&6; }
24602460-if ${ac_cv_prog_STRIP+:} false; then :
24612461- $as_echo_n "(cached) " >&6
24622462-else
28252825+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28262826+printf %s "checking for $ac_word... " >&6; }
28272827+if test ${ac_cv_prog_STRIP+y}
28282828+then :
28292829+ printf %s "(cached) " >&6
28302830+else $as_nop
24632831 if test -n "$STRIP"; then
24642832 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
24652833else
···24672835for as_dir in $PATH
24682836do
24692837 IFS=$as_save_IFS
24702470- test -z "$as_dir" && as_dir=.
28382838+ case $as_dir in #(((
28392839+ '') as_dir=./ ;;
28402840+ */) ;;
28412841+ *) as_dir=$as_dir/ ;;
28422842+ esac
24712843 for ac_exec_ext in '' $ac_executable_extensions; do
24722472- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28442844+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
24732845 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
24742474- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28462846+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
24752847 break 2
24762848 fi
24772849done
···24822854fi
24832855STRIP=$ac_cv_prog_STRIP
24842856if test -n "$STRIP"; then
24852485- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
24862486-$as_echo "$STRIP" >&6; }
28572857+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
28582858+printf "%s\n" "$STRIP" >&6; }
24872859else
24882488- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24892489-$as_echo "no" >&6; }
28602860+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
28612861+printf "%s\n" "no" >&6; }
24902862fi
2491286324922864···24952867 ac_ct_STRIP=$STRIP
24962868 # Extract the first word of "strip", so it can be a program name with args.
24972869set dummy strip; ac_word=$2
24982498-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24992499-$as_echo_n "checking for $ac_word... " >&6; }
25002500-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
25012501- $as_echo_n "(cached) " >&6
25022502-else
28702870+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28712871+printf %s "checking for $ac_word... " >&6; }
28722872+if test ${ac_cv_prog_ac_ct_STRIP+y}
28732873+then :
28742874+ printf %s "(cached) " >&6
28752875+else $as_nop
25032876 if test -n "$ac_ct_STRIP"; then
25042877 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
25052878else
···25072880for as_dir in $PATH
25082881do
25092882 IFS=$as_save_IFS
25102510- test -z "$as_dir" && as_dir=.
28832883+ case $as_dir in #(((
28842884+ '') as_dir=./ ;;
28852885+ */) ;;
28862886+ *) as_dir=$as_dir/ ;;
28872887+ esac
25112888 for ac_exec_ext in '' $ac_executable_extensions; do
25122512- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28892889+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
25132890 ac_cv_prog_ac_ct_STRIP="strip"
25142514- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28912891+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
25152892 break 2
25162893 fi
25172894done
···25222899fi
25232900ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
25242901if test -n "$ac_ct_STRIP"; then
25252525- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
25262526-$as_echo "$ac_ct_STRIP" >&6; }
29022902+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
29032903+printf "%s\n" "$ac_ct_STRIP" >&6; }
25272904else
25282528- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25292529-$as_echo "no" >&6; }
29052905+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29062906+printf "%s\n" "no" >&6; }
25302907fi
2531290825322909 if test "x$ac_ct_STRIP" = x; then
···25342911 else
25352912 case $cross_compiling:$ac_tool_warned in
25362913yes:)
25372537-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25382538-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
29142914+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
29152915+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25392916ac_tool_warned=yes ;;
25402917esac
25412918 STRIP=$ac_ct_STRIP
···25472924fi
25482925INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2549292625502550-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
25512551-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
29272927+29282928+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
29292929+printf %s "checking for a race-free mkdir -p... " >&6; }
25522930if test -z "$MKDIR_P"; then
25532553- if ${ac_cv_path_mkdir+:} false; then :
25542554- $as_echo_n "(cached) " >&6
25552555-else
29312931+ if test ${ac_cv_path_mkdir+y}
29322932+then :
29332933+ printf %s "(cached) " >&6
29342934+else $as_nop
25562935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25572936for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
25582937do
25592938 IFS=$as_save_IFS
25602560- test -z "$as_dir" && as_dir=.
29392939+ case $as_dir in #(((
29402940+ '') as_dir=./ ;;
29412941+ */) ;;
29422942+ *) as_dir=$as_dir/ ;;
29432943+ esac
25612944 for ac_prog in mkdir gmkdir; do
25622945 for ac_exec_ext in '' $ac_executable_extensions; do
25632563- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
25642564- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
25652565- 'mkdir (GNU coreutils) '* | \
25662566- 'mkdir (coreutils) '* | \
29462946+ as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
29472947+ case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
29482948+ 'mkdir ('*'coreutils) '* | \
29492949+ 'BusyBox '* | \
25672950 'mkdir (fileutils) '4.1*)
25682568- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
29512951+ ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
25692952 break 3;;
25702953 esac
25712954 done
···25762959fi
2577296025782961 test -d ./--version && rmdir ./--version
25792579- if test "${ac_cv_path_mkdir+set}" = set; then
29622962+ if test ${ac_cv_path_mkdir+y}; then
25802963 MKDIR_P="$ac_cv_path_mkdir -p"
25812964 else
25822965 # As a last resort, use the slow shell script. Don't cache a
···25862969 MKDIR_P="$ac_install_sh -d"
25872970 fi
25882971fi
25892589-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
25902590-$as_echo "$MKDIR_P" >&6; }
29722972+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
29732973+printf "%s\n" "$MKDIR_P" >&6; }
2591297425922975for ac_prog in gawk mawk nawk awk
25932976do
25942977 # Extract the first word of "$ac_prog", so it can be a program name with args.
25952978set dummy $ac_prog; ac_word=$2
25962596-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25972597-$as_echo_n "checking for $ac_word... " >&6; }
25982598-if ${ac_cv_prog_AWK+:} false; then :
25992599- $as_echo_n "(cached) " >&6
26002600-else
29792979+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29802980+printf %s "checking for $ac_word... " >&6; }
29812981+if test ${ac_cv_prog_AWK+y}
29822982+then :
29832983+ printf %s "(cached) " >&6
29842984+else $as_nop
26012985 if test -n "$AWK"; then
26022986 ac_cv_prog_AWK="$AWK" # Let the user override the test.
26032987else
···26052989for as_dir in $PATH
26062990do
26072991 IFS=$as_save_IFS
26082608- test -z "$as_dir" && as_dir=.
29922992+ case $as_dir in #(((
29932993+ '') as_dir=./ ;;
29942994+ */) ;;
29952995+ *) as_dir=$as_dir/ ;;
29962996+ esac
26092997 for ac_exec_ext in '' $ac_executable_extensions; do
26102610- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29982998+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
26112999 ac_cv_prog_AWK="$ac_prog"
26122612- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
30003000+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
26133001 break 2
26143002 fi
26153003done
···26203008fi
26213009AWK=$ac_cv_prog_AWK
26223010if test -n "$AWK"; then
26232623- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
26242624-$as_echo "$AWK" >&6; }
30113011+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
30123012+printf "%s\n" "$AWK" >&6; }
26253013else
26262626- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26272627-$as_echo "no" >&6; }
30143014+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
30153015+printf "%s\n" "no" >&6; }
26283016fi
262930172630301826313019 test -n "$AWK" && break
26323020done
2633302126342634-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
26352635-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
30223022+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
30233023+printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
26363024set x ${MAKE-make}
26372637-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
26382638-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
26392639- $as_echo_n "(cached) " >&6
26402640-else
30253025+ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
30263026+if eval test \${ac_cv_prog_make_${ac_make}_set+y}
30273027+then :
30283028+ printf %s "(cached) " >&6
30293029+else $as_nop
26413030 cat >conftest.make <<\_ACEOF
26423031SHELL = /bin/sh
26433032all:
···26533042rm -f conftest.make
26543043fi
26553044if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
26562656- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26572657-$as_echo "yes" >&6; }
30453045+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30463046+printf "%s\n" "yes" >&6; }
26583047 SET_MAKE=
26593048else
26602660- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26612661-$as_echo "no" >&6; }
30493049+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
30503050+printf "%s\n" "no" >&6; }
26623051 SET_MAKE="MAKE=${MAKE-make}"
26633052fi
26643053···2693308226943083# Define the identity of the package.
26953084 PACKAGE='libXdamage'
26962696- VERSION='1.1.5'
30853085+ VERSION='1.1.6'
269730862698308726992699-cat >>confdefs.h <<_ACEOF
27002700-#define PACKAGE "$PACKAGE"
27012701-_ACEOF
30883088+printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
270230892703309027042704-cat >>confdefs.h <<_ACEOF
27052705-#define VERSION "$VERSION"
27062706-_ACEOF
30913091+printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2707309227083093# Some tools Automake needs.
27093094···274131262742312727433128# Initialize libtool
31293129+27443130case `pwd` in
27453131 *\ * | *\ *)
27462746- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
27472747-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
31323132+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
31333133+printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
27483134esac
2749313527503136···27643150276531512766315231533153+27673154ltmain="$ac_aux_dir/ltmain.sh"
2768315527692769-# Make sure we can run config.sub.
27702770-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
27712771- as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
31563156+31573157+31583158+ # Make sure we can run config.sub.
31593159+$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
31603160+ as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
2772316127732773-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
27742774-$as_echo_n "checking build system type... " >&6; }
27752775-if ${ac_cv_build+:} false; then :
27762776- $as_echo_n "(cached) " >&6
27772777-else
31623162+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
31633163+printf %s "checking build system type... " >&6; }
31643164+if test ${ac_cv_build+y}
31653165+then :
31663166+ printf %s "(cached) " >&6
31673167+else $as_nop
27783168 ac_build_alias=$build_alias
27793169test "x$ac_build_alias" = x &&
27802780- ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
31703170+ ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
27813171test "x$ac_build_alias" = x &&
27823172 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
27832783-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
27842784- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
31733173+ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
31743174+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
2785317527863176fi
27872787-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
27882788-$as_echo "$ac_cv_build" >&6; }
31773177+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
31783178+printf "%s\n" "$ac_cv_build" >&6; }
27893179case $ac_cv_build in
27903180*-*-*) ;;
27913181*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
···28043194case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
280531952806319628072807-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
28082808-$as_echo_n "checking host system type... " >&6; }
28092809-if ${ac_cv_host+:} false; then :
28102810- $as_echo_n "(cached) " >&6
28112811-else
31973197+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
31983198+printf %s "checking host system type... " >&6; }
31993199+if test ${ac_cv_host+y}
32003200+then :
32013201+ printf %s "(cached) " >&6
32023202+else $as_nop
28123203 if test "x$host_alias" = x; then
28133204 ac_cv_host=$ac_cv_build
28143205else
28152815- ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
28162816- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
32063206+ ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
32073207+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
28173208fi
2818320928193210fi
28202820-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
28212821-$as_echo "$ac_cv_host" >&6; }
32113211+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
32123212+printf "%s\n" "$ac_cv_host" >&6; }
28223213case $ac_cv_host in
28233214*-*-*) ;;
28243215*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
···28583249ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
28593250ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
2860325128612861-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
28622862-$as_echo_n "checking how to print strings... " >&6; }
32523252+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
32533253+printf %s "checking how to print strings... " >&6; }
28633254# Test print first, because it will be a builtin if present.
28643255if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
28653256 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
···28853276}
2886327728873278case "$ECHO" in
28882888- printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
28892889-$as_echo "printf" >&6; } ;;
28902890- print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
28912891-$as_echo "print -r" >&6; } ;;
28922892- *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
28932893-$as_echo "cat" >&6; } ;;
32793279+ printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5
32803280+printf "%s\n" "printf" >&6; } ;;
32813281+ print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
32823282+printf "%s\n" "print -r" >&6; } ;;
32833283+ *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5
32843284+printf "%s\n" "cat" >&6; } ;;
28943285esac
32863286+32873287+32883288+32893289+32903290+32913291+289532922896329328973294···29063303290733042908330533063306+33073307+33083308+29093309DEPDIR="${am__leading_dot}deps"
2910331029113311ac_config_commands="$ac_config_commands depfiles"
···29183318.PHONY: am__doit
29193319END
29203320# If we don't find an include directive, just comment out the code.
29212921-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
29222922-$as_echo_n "checking for style of include used by $am_make... " >&6; }
33213321+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
33223322+printf %s "checking for style of include used by $am_make... " >&6; }
29233323am__include="#"
29243324am__quote=
29253325_am_result=none
···29463346fi
294733472948334829492949-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
29502950-$as_echo "$_am_result" >&6; }
33493349+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
33503350+printf "%s\n" "$_am_result" >&6; }
29513351rm -f confinc confmf
2952335229533353# Check whether --enable-dependency-tracking was given.
29542954-if test "${enable_dependency_tracking+set}" = set; then :
33543354+if test ${enable_dependency_tracking+y}
33553355+then :
29553356 enableval=$enable_dependency_tracking;
29563357fi
29573358···29773378if test -n "$ac_tool_prefix"; then
29783379 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
29793380set dummy ${ac_tool_prefix}gcc; ac_word=$2
29802980-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29812981-$as_echo_n "checking for $ac_word... " >&6; }
29822982-if ${ac_cv_prog_CC+:} false; then :
29832983- $as_echo_n "(cached) " >&6
29842984-else
33813381+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33823382+printf %s "checking for $ac_word... " >&6; }
33833383+if test ${ac_cv_prog_CC+y}
33843384+then :
33853385+ printf %s "(cached) " >&6
33863386+else $as_nop
29853387 if test -n "$CC"; then
29863388 ac_cv_prog_CC="$CC" # Let the user override the test.
29873389else
···29893391for as_dir in $PATH
29903392do
29913393 IFS=$as_save_IFS
29922992- test -z "$as_dir" && as_dir=.
33943394+ case $as_dir in #(((
33953395+ '') as_dir=./ ;;
33963396+ */) ;;
33973397+ *) as_dir=$as_dir/ ;;
33983398+ esac
29933399 for ac_exec_ext in '' $ac_executable_extensions; do
29942994- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34003400+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
29953401 ac_cv_prog_CC="${ac_tool_prefix}gcc"
29962996- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34023402+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
29973403 break 2
29983404 fi
29993405done
···30043410fi
30053411CC=$ac_cv_prog_CC
30063412if test -n "$CC"; then
30073007- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
30083008-$as_echo "$CC" >&6; }
34133413+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
34143414+printf "%s\n" "$CC" >&6; }
30093415else
30103010- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30113011-$as_echo "no" >&6; }
34163416+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34173417+printf "%s\n" "no" >&6; }
30123418fi
3013341930143420···30173423 ac_ct_CC=$CC
30183424 # Extract the first word of "gcc", so it can be a program name with args.
30193425set dummy gcc; ac_word=$2
30203020-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30213021-$as_echo_n "checking for $ac_word... " >&6; }
30223022-if ${ac_cv_prog_ac_ct_CC+:} false; then :
30233023- $as_echo_n "(cached) " >&6
30243024-else
34263426+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34273427+printf %s "checking for $ac_word... " >&6; }
34283428+if test ${ac_cv_prog_ac_ct_CC+y}
34293429+then :
34303430+ printf %s "(cached) " >&6
34313431+else $as_nop
30253432 if test -n "$ac_ct_CC"; then
30263433 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
30273434else
···30293436for as_dir in $PATH
30303437do
30313438 IFS=$as_save_IFS
30323032- test -z "$as_dir" && as_dir=.
34393439+ case $as_dir in #(((
34403440+ '') as_dir=./ ;;
34413441+ */) ;;
34423442+ *) as_dir=$as_dir/ ;;
34433443+ esac
30333444 for ac_exec_ext in '' $ac_executable_extensions; do
30343034- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34453445+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
30353446 ac_cv_prog_ac_ct_CC="gcc"
30363036- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34473447+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30373448 break 2
30383449 fi
30393450done
···30443455fi
30453456ac_ct_CC=$ac_cv_prog_ac_ct_CC
30463457if test -n "$ac_ct_CC"; then
30473047- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
30483048-$as_echo "$ac_ct_CC" >&6; }
34583458+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
34593459+printf "%s\n" "$ac_ct_CC" >&6; }
30493460else
30503050- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30513051-$as_echo "no" >&6; }
34613461+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34623462+printf "%s\n" "no" >&6; }
30523463fi
3053346430543465 if test "x$ac_ct_CC" = x; then
···30563467 else
30573468 case $cross_compiling:$ac_tool_warned in
30583469yes:)
30593059-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
30603060-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
34703470+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
34713471+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
30613472ac_tool_warned=yes ;;
30623473esac
30633474 CC=$ac_ct_CC
···30703481 if test -n "$ac_tool_prefix"; then
30713482 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
30723483set dummy ${ac_tool_prefix}cc; ac_word=$2
30733073-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30743074-$as_echo_n "checking for $ac_word... " >&6; }
30753075-if ${ac_cv_prog_CC+:} false; then :
30763076- $as_echo_n "(cached) " >&6
30773077-else
34843484+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34853485+printf %s "checking for $ac_word... " >&6; }
34863486+if test ${ac_cv_prog_CC+y}
34873487+then :
34883488+ printf %s "(cached) " >&6
34893489+else $as_nop
30783490 if test -n "$CC"; then
30793491 ac_cv_prog_CC="$CC" # Let the user override the test.
30803492else
···30823494for as_dir in $PATH
30833495do
30843496 IFS=$as_save_IFS
30853085- test -z "$as_dir" && as_dir=.
34973497+ case $as_dir in #(((
34983498+ '') as_dir=./ ;;
34993499+ */) ;;
35003500+ *) as_dir=$as_dir/ ;;
35013501+ esac
30863502 for ac_exec_ext in '' $ac_executable_extensions; do
30873087- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
35033503+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
30883504 ac_cv_prog_CC="${ac_tool_prefix}cc"
30893089- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35053505+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30903506 break 2
30913507 fi
30923508done
···30973513fi
30983514CC=$ac_cv_prog_CC
30993515if test -n "$CC"; then
31003100- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31013101-$as_echo "$CC" >&6; }
35163516+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
35173517+printf "%s\n" "$CC" >&6; }
31023518else
31033103- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31043104-$as_echo "no" >&6; }
35193519+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35203520+printf "%s\n" "no" >&6; }
31053521fi
3106352231073523···31103526if test -z "$CC"; then
31113527 # Extract the first word of "cc", so it can be a program name with args.
31123528set dummy cc; ac_word=$2
31133113-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31143114-$as_echo_n "checking for $ac_word... " >&6; }
31153115-if ${ac_cv_prog_CC+:} false; then :
31163116- $as_echo_n "(cached) " >&6
31173117-else
35293529+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
35303530+printf %s "checking for $ac_word... " >&6; }
35313531+if test ${ac_cv_prog_CC+y}
35323532+then :
35333533+ printf %s "(cached) " >&6
35343534+else $as_nop
31183535 if test -n "$CC"; then
31193536 ac_cv_prog_CC="$CC" # Let the user override the test.
31203537else
···31233540for as_dir in $PATH
31243541do
31253542 IFS=$as_save_IFS
31263126- test -z "$as_dir" && as_dir=.
35433543+ case $as_dir in #(((
35443544+ '') as_dir=./ ;;
35453545+ */) ;;
35463546+ *) as_dir=$as_dir/ ;;
35473547+ esac
31273548 for ac_exec_ext in '' $ac_executable_extensions; do
31283128- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31293129- if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
35493549+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
35503550+ if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
31303551 ac_prog_rejected=yes
31313552 continue
31323553 fi
31333554 ac_cv_prog_CC="cc"
31343134- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35553555+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
31353556 break 2
31363557 fi
31373558done
···31473568 # However, it has the same basename, so the bogon will be chosen
31483569 # first if we set CC to just the basename; use the full file name.
31493570 shift
31503150- ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
35713571+ ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
31513572 fi
31523573fi
31533574fi
31543575fi
31553576CC=$ac_cv_prog_CC
31563577if test -n "$CC"; then
31573157- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31583158-$as_echo "$CC" >&6; }
35783578+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
35793579+printf "%s\n" "$CC" >&6; }
31593580else
31603160- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31613161-$as_echo "no" >&6; }
35813581+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35823582+printf "%s\n" "no" >&6; }
31623583fi
3163358431643585···31693590 do
31703591 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
31713592set dummy $ac_tool_prefix$ac_prog; ac_word=$2
31723172-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31733173-$as_echo_n "checking for $ac_word... " >&6; }
31743174-if ${ac_cv_prog_CC+:} false; then :
31753175- $as_echo_n "(cached) " >&6
31763176-else
35933593+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
35943594+printf %s "checking for $ac_word... " >&6; }
35953595+if test ${ac_cv_prog_CC+y}
35963596+then :
35973597+ printf %s "(cached) " >&6
35983598+else $as_nop
31773599 if test -n "$CC"; then
31783600 ac_cv_prog_CC="$CC" # Let the user override the test.
31793601else
···31813603for as_dir in $PATH
31823604do
31833605 IFS=$as_save_IFS
31843184- test -z "$as_dir" && as_dir=.
36063606+ case $as_dir in #(((
36073607+ '') as_dir=./ ;;
36083608+ */) ;;
36093609+ *) as_dir=$as_dir/ ;;
36103610+ esac
31853611 for ac_exec_ext in '' $ac_executable_extensions; do
31863186- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36123612+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
31873613 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
31883188- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36143614+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
31893615 break 2
31903616 fi
31913617done
···31963622fi
31973623CC=$ac_cv_prog_CC
31983624if test -n "$CC"; then
31993199- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
32003200-$as_echo "$CC" >&6; }
36253625+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
36263626+printf "%s\n" "$CC" >&6; }
32013627else
32023202- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32033203-$as_echo "no" >&6; }
36283628+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
36293629+printf "%s\n" "no" >&6; }
32043630fi
3205363132063632···32133639do
32143640 # Extract the first word of "$ac_prog", so it can be a program name with args.
32153641set dummy $ac_prog; ac_word=$2
32163216-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32173217-$as_echo_n "checking for $ac_word... " >&6; }
32183218-if ${ac_cv_prog_ac_ct_CC+:} false; then :
32193219- $as_echo_n "(cached) " >&6
32203220-else
36423642+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36433643+printf %s "checking for $ac_word... " >&6; }
36443644+if test ${ac_cv_prog_ac_ct_CC+y}
36453645+then :
36463646+ printf %s "(cached) " >&6
36473647+else $as_nop
32213648 if test -n "$ac_ct_CC"; then
32223649 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
32233650else
···32253652for as_dir in $PATH
32263653do
32273654 IFS=$as_save_IFS
32283228- test -z "$as_dir" && as_dir=.
36553655+ case $as_dir in #(((
36563656+ '') as_dir=./ ;;
36573657+ */) ;;
36583658+ *) as_dir=$as_dir/ ;;
36593659+ esac
32293660 for ac_exec_ext in '' $ac_executable_extensions; do
32303230- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36613661+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
32313662 ac_cv_prog_ac_ct_CC="$ac_prog"
32323232- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36633663+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
32333664 break 2
32343665 fi
32353666done
···32403671fi
32413672ac_ct_CC=$ac_cv_prog_ac_ct_CC
32423673if test -n "$ac_ct_CC"; then
32433243- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
32443244-$as_echo "$ac_ct_CC" >&6; }
36743674+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
36753675+printf "%s\n" "$ac_ct_CC" >&6; }
32453676else
32463246- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32473247-$as_echo "no" >&6; }
36773677+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
36783678+printf "%s\n" "no" >&6; }
32483679fi
3249368032503681···32563687 else
32573688 case $cross_compiling:$ac_tool_warned in
32583689yes:)
32593259-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
32603260-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
36903690+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
36913691+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
36923692+ac_tool_warned=yes ;;
36933693+esac
36943694+ CC=$ac_ct_CC
36953695+ fi
36963696+fi
36973697+36983698+fi
36993699+if test -z "$CC"; then
37003700+ if test -n "$ac_tool_prefix"; then
37013701+ # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
37023702+set dummy ${ac_tool_prefix}clang; ac_word=$2
37033703+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37043704+printf %s "checking for $ac_word... " >&6; }
37053705+if test ${ac_cv_prog_CC+y}
37063706+then :
37073707+ printf %s "(cached) " >&6
37083708+else $as_nop
37093709+ if test -n "$CC"; then
37103710+ ac_cv_prog_CC="$CC" # Let the user override the test.
37113711+else
37123712+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37133713+for as_dir in $PATH
37143714+do
37153715+ IFS=$as_save_IFS
37163716+ case $as_dir in #(((
37173717+ '') as_dir=./ ;;
37183718+ */) ;;
37193719+ *) as_dir=$as_dir/ ;;
37203720+ esac
37213721+ for ac_exec_ext in '' $ac_executable_extensions; do
37223722+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
37233723+ ac_cv_prog_CC="${ac_tool_prefix}clang"
37243724+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
37253725+ break 2
37263726+ fi
37273727+done
37283728+ done
37293729+IFS=$as_save_IFS
37303730+37313731+fi
37323732+fi
37333733+CC=$ac_cv_prog_CC
37343734+if test -n "$CC"; then
37353735+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
37363736+printf "%s\n" "$CC" >&6; }
37373737+else
37383738+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
37393739+printf "%s\n" "no" >&6; }
37403740+fi
37413741+37423742+37433743+fi
37443744+if test -z "$ac_cv_prog_CC"; then
37453745+ ac_ct_CC=$CC
37463746+ # Extract the first word of "clang", so it can be a program name with args.
37473747+set dummy clang; ac_word=$2
37483748+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37493749+printf %s "checking for $ac_word... " >&6; }
37503750+if test ${ac_cv_prog_ac_ct_CC+y}
37513751+then :
37523752+ printf %s "(cached) " >&6
37533753+else $as_nop
37543754+ if test -n "$ac_ct_CC"; then
37553755+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
37563756+else
37573757+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37583758+for as_dir in $PATH
37593759+do
37603760+ IFS=$as_save_IFS
37613761+ case $as_dir in #(((
37623762+ '') as_dir=./ ;;
37633763+ */) ;;
37643764+ *) as_dir=$as_dir/ ;;
37653765+ esac
37663766+ for ac_exec_ext in '' $ac_executable_extensions; do
37673767+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
37683768+ ac_cv_prog_ac_ct_CC="clang"
37693769+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
37703770+ break 2
37713771+ fi
37723772+done
37733773+ done
37743774+IFS=$as_save_IFS
37753775+37763776+fi
37773777+fi
37783778+ac_ct_CC=$ac_cv_prog_ac_ct_CC
37793779+if test -n "$ac_ct_CC"; then
37803780+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
37813781+printf "%s\n" "$ac_ct_CC" >&6; }
37823782+else
37833783+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
37843784+printf "%s\n" "no" >&6; }
37853785+fi
37863786+37873787+ if test "x$ac_ct_CC" = x; then
37883788+ CC=""
37893789+ else
37903790+ case $cross_compiling:$ac_tool_warned in
37913791+yes:)
37923792+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
37933793+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
32613794ac_tool_warned=yes ;;
32623795esac
32633796 CC=$ac_ct_CC
32643797 fi
37983798+else
37993799+ CC="$ac_cv_prog_CC"
32653800fi
3266380132673802fi
326838033269380432703270-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32713271-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
38053805+test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
38063806+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
32723807as_fn_error $? "no acceptable C compiler found in \$PATH
32733808See \`config.log' for more details" "$LINENO" 5; }
3274380932753810# Provide some information about the compiler.
32763276-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
38113811+printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
32773812set X $ac_compile
32783813ac_compiler=$2
32793279-for ac_option in --version -v -V -qversion; do
38143814+for ac_option in --version -v -V -qversion -version; do
32803815 { { ac_try="$ac_compiler $ac_option >&5"
32813816case "(($ac_try" in
32823817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32833818 *) ac_try_echo=$ac_try;;
32843819esac
32853820eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32863286-$as_echo "$ac_try_echo"; } >&5
38213821+printf "%s\n" "$ac_try_echo"; } >&5
32873822 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
32883823 ac_status=$?
32893824 if test -s conftest.err; then
···32933828 cat conftest.er1 >&5
32943829 fi
32953830 rm -f conftest.er1 conftest.err
32963296- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
38313831+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32973832 test $ac_status = 0; }
32983833done
32993834···33013836/* end confdefs.h. */
3302383733033838int
33043304-main ()
38393839+main (void)
33053840{
3306384133073842 ;
···33133848# Try to create an executable without -o first, disregard a.out.
33143849# It will help us diagnose broken compilers, and finding out an intuition
33153850# of exeext.
33163316-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
33173317-$as_echo_n "checking whether the C compiler works... " >&6; }
33183318-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
38513851+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
38523852+printf %s "checking whether the C compiler works... " >&6; }
38533853+ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3319385433203855# The possible output files:
33213856ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
···33363871 *) ac_try_echo=$ac_try;;
33373872esac
33383873eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
33393339-$as_echo "$ac_try_echo"; } >&5
38743874+printf "%s\n" "$ac_try_echo"; } >&5
33403875 (eval "$ac_link_default") 2>&5
33413876 ac_status=$?
33423342- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33433343- test $ac_status = 0; }; then :
38773877+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
38783878+ test $ac_status = 0; }
38793879+then :
33443880 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
33453881# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
33463882# in a Makefile. We should not override ac_cv_exeext if it was cached,
···33573893 # certainly right.
33583894 break;;
33593895 *.* )
33603360- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
38963896+ if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
33613897 then :; else
33623898 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
33633899 fi
···33733909done
33743910test "$ac_cv_exeext" = no && ac_cv_exeext=
3375391133763376-else
39123912+else $as_nop
33773913 ac_file=''
33783914fi
33793379-if test -z "$ac_file"; then :
33803380- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33813381-$as_echo "no" >&6; }
33823382-$as_echo "$as_me: failed program was:" >&5
39153915+if test -z "$ac_file"
39163916+then :
39173917+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
39183918+printf "%s\n" "no" >&6; }
39193919+printf "%s\n" "$as_me: failed program was:" >&5
33833920sed 's/^/| /' conftest.$ac_ext >&5
3384392133853385-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
33863386-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39223922+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
39233923+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
33873924as_fn_error 77 "C compiler cannot create executables
33883925See \`config.log' for more details" "$LINENO" 5; }
33893389-else
33903390- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33913391-$as_echo "yes" >&6; }
39263926+else $as_nop
39273927+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39283928+printf "%s\n" "yes" >&6; }
33923929fi
33933393-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
33943394-$as_echo_n "checking for C compiler default output file name... " >&6; }
33953395-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
33963396-$as_echo "$ac_file" >&6; }
39303930+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
39313931+printf %s "checking for C compiler default output file name... " >&6; }
39323932+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
39333933+printf "%s\n" "$ac_file" >&6; }
33973934ac_exeext=$ac_cv_exeext
3398393533993936rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
34003937ac_clean_files=$ac_clean_files_save
34013401-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
34023402-$as_echo_n "checking for suffix of executables... " >&6; }
39383938+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
39393939+printf %s "checking for suffix of executables... " >&6; }
34033940if { { ac_try="$ac_link"
34043941case "(($ac_try" in
34053942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34063943 *) ac_try_echo=$ac_try;;
34073944esac
34083945eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34093409-$as_echo "$ac_try_echo"; } >&5
39463946+printf "%s\n" "$ac_try_echo"; } >&5
34103947 (eval "$ac_link") 2>&5
34113948 ac_status=$?
34123412- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34133413- test $ac_status = 0; }; then :
39493949+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
39503950+ test $ac_status = 0; }
39513951+then :
34143952 # If both `conftest.exe' and `conftest' are `present' (well, observable)
34153953# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
34163954# work properly (i.e., refer to `conftest.exe'), while it won't with
···34243962 * ) break;;
34253963 esac
34263964done
34273427-else
34283428- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
34293429-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39653965+else $as_nop
39663966+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
39673967+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
34303968as_fn_error $? "cannot compute suffix of executables: cannot compile and link
34313969See \`config.log' for more details" "$LINENO" 5; }
34323970fi
34333971rm -f conftest conftest$ac_cv_exeext
34343434-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
34353435-$as_echo "$ac_cv_exeext" >&6; }
39723972+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
39733973+printf "%s\n" "$ac_cv_exeext" >&6; }
3436397434373975rm -f conftest.$ac_ext
34383976EXEEXT=$ac_cv_exeext
···34413979/* end confdefs.h. */
34423980#include <stdio.h>
34433981int
34443444-main ()
39823982+main (void)
34453983{
34463984FILE *f = fopen ("conftest.out", "w");
34473985 return ferror (f) || fclose (f) != 0;
···34533991ac_clean_files="$ac_clean_files conftest.out"
34543992# Check that the compiler produces executables we can run. If not, either
34553993# the compiler is broken, or we cross compile.
34563456-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
34573457-$as_echo_n "checking whether we are cross compiling... " >&6; }
39943994+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
39953995+printf %s "checking whether we are cross compiling... " >&6; }
34583996if test "$cross_compiling" != yes; then
34593997 { { ac_try="$ac_link"
34603998case "(($ac_try" in
···34624000 *) ac_try_echo=$ac_try;;
34634001esac
34644002eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34653465-$as_echo "$ac_try_echo"; } >&5
40034003+printf "%s\n" "$ac_try_echo"; } >&5
34664004 (eval "$ac_link") 2>&5
34674005 ac_status=$?
34683468- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
40064006+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34694007 test $ac_status = 0; }
34704008 if { ac_try='./conftest$ac_cv_exeext'
34714009 { { case "(($ac_try" in
···34734011 *) ac_try_echo=$ac_try;;
34744012esac
34754013eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34763476-$as_echo "$ac_try_echo"; } >&5
40144014+printf "%s\n" "$ac_try_echo"; } >&5
34774015 (eval "$ac_try") 2>&5
34784016 ac_status=$?
34793479- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
40174017+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34804018 test $ac_status = 0; }; }; then
34814019 cross_compiling=no
34824020 else
34834021 if test "$cross_compiling" = maybe; then
34844022 cross_compiling=yes
34854023 else
34863486- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
34873487-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34883488-as_fn_error $? "cannot run C compiled programs.
40244024+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
40254025+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
40264026+as_fn_error 77 "cannot run C compiled programs.
34894027If you meant to cross compile, use \`--host'.
34904028See \`config.log' for more details" "$LINENO" 5; }
34914029 fi
34924030 fi
34934031fi
34943494-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
34953495-$as_echo "$cross_compiling" >&6; }
40324032+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
40334033+printf "%s\n" "$cross_compiling" >&6; }
3496403434974035rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
34984036ac_clean_files=$ac_clean_files_save
34993499-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
35003500-$as_echo_n "checking for suffix of object files... " >&6; }
35013501-if ${ac_cv_objext+:} false; then :
35023502- $as_echo_n "(cached) " >&6
35033503-else
40374037+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
40384038+printf %s "checking for suffix of object files... " >&6; }
40394039+if test ${ac_cv_objext+y}
40404040+then :
40414041+ printf %s "(cached) " >&6
40424042+else $as_nop
35044043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35054044/* end confdefs.h. */
3506404535074046int
35083508-main ()
40474047+main (void)
35094048{
3510404935114050 ;
···35194058 *) ac_try_echo=$ac_try;;
35204059esac
35214060eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
35223522-$as_echo "$ac_try_echo"; } >&5
40614061+printf "%s\n" "$ac_try_echo"; } >&5
35234062 (eval "$ac_compile") 2>&5
35244063 ac_status=$?
35253525- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35263526- test $ac_status = 0; }; then :
40644064+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
40654065+ test $ac_status = 0; }
40664066+then :
35274067 for ac_file in conftest.o conftest.obj conftest.*; do
35284068 test -f "$ac_file" || continue;
35294069 case $ac_file in
···35324072 break;;
35334073 esac
35344074done
35353535-else
35363536- $as_echo "$as_me: failed program was:" >&5
40754075+else $as_nop
40764076+ printf "%s\n" "$as_me: failed program was:" >&5
35374077sed 's/^/| /' conftest.$ac_ext >&5
3538407835393539-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35403540-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
40794079+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
40804080+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
35414081as_fn_error $? "cannot compute suffix of object files: cannot compile
35424082See \`config.log' for more details" "$LINENO" 5; }
35434083fi
35444084rm -f conftest.$ac_cv_objext conftest.$ac_ext
35454085fi
35463546-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
35473547-$as_echo "$ac_cv_objext" >&6; }
40864086+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
40874087+printf "%s\n" "$ac_cv_objext" >&6; }
35484088OBJEXT=$ac_cv_objext
35494089ac_objext=$OBJEXT
35503550-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
35513551-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
35523552-if ${ac_cv_c_compiler_gnu+:} false; then :
35533553- $as_echo_n "(cached) " >&6
35543554-else
40904090+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
40914091+printf %s "checking whether the compiler supports GNU C... " >&6; }
40924092+if test ${ac_cv_c_compiler_gnu+y}
40934093+then :
40944094+ printf %s "(cached) " >&6
40954095+else $as_nop
35554096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35564097/* end confdefs.h. */
3557409835584099int
35593559-main ()
41004100+main (void)
35604101{
35614102#ifndef __GNUC__
35624103 choke me
···35664107 return 0;
35674108}
35684109_ACEOF
35693569-if ac_fn_c_try_compile "$LINENO"; then :
41104110+if ac_fn_c_try_compile "$LINENO"
41114111+then :
35704112 ac_compiler_gnu=yes
35713571-else
41134113+else $as_nop
35724114 ac_compiler_gnu=no
35734115fi
35743574-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41164116+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
35754117ac_cv_c_compiler_gnu=$ac_compiler_gnu
3576411835774119fi
35783578-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
35793579-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
41204120+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
41214121+printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
41224122+ac_compiler_gnu=$ac_cv_c_compiler_gnu
41234123+35804124if test $ac_compiler_gnu = yes; then
35814125 GCC=yes
35824126else
35834127 GCC=
35844128fi
35853585-ac_test_CFLAGS=${CFLAGS+set}
41294129+ac_test_CFLAGS=${CFLAGS+y}
35864130ac_save_CFLAGS=$CFLAGS
35873587-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
35883588-$as_echo_n "checking whether $CC accepts -g... " >&6; }
35893589-if ${ac_cv_prog_cc_g+:} false; then :
35903590- $as_echo_n "(cached) " >&6
35913591-else
41314131+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
41324132+printf %s "checking whether $CC accepts -g... " >&6; }
41334133+if test ${ac_cv_prog_cc_g+y}
41344134+then :
41354135+ printf %s "(cached) " >&6
41364136+else $as_nop
35924137 ac_save_c_werror_flag=$ac_c_werror_flag
35934138 ac_c_werror_flag=yes
35944139 ac_cv_prog_cc_g=no
···35974142/* end confdefs.h. */
3598414335994144int
36003600-main ()
41454145+main (void)
36014146{
3602414736034148 ;
36044149 return 0;
36054150}
36064151_ACEOF
36073607-if ac_fn_c_try_compile "$LINENO"; then :
41524152+if ac_fn_c_try_compile "$LINENO"
41534153+then :
36084154 ac_cv_prog_cc_g=yes
36093609-else
41554155+else $as_nop
36104156 CFLAGS=""
36114157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36124158/* end confdefs.h. */
3613415936144160int
36153615-main ()
41614161+main (void)
36164162{
3617416336184164 ;
36194165 return 0;
36204166}
36214167_ACEOF
36223622-if ac_fn_c_try_compile "$LINENO"; then :
41684168+if ac_fn_c_try_compile "$LINENO"
41694169+then :
3623417036243624-else
41714171+else $as_nop
36254172 ac_c_werror_flag=$ac_save_c_werror_flag
36264173 CFLAGS="-g"
36274174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36284175/* end confdefs.h. */
3629417636304177int
36313631-main ()
41784178+main (void)
36324179{
3633418036344181 ;
36354182 return 0;
36364183}
36374184_ACEOF
36383638-if ac_fn_c_try_compile "$LINENO"; then :
41854185+if ac_fn_c_try_compile "$LINENO"
41864186+then :
36394187 ac_cv_prog_cc_g=yes
36404188fi
36413641-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41894189+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36424190fi
36433643-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41914191+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36444192fi
36453645-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41934193+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36464194 ac_c_werror_flag=$ac_save_c_werror_flag
36474195fi
36483648-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
36493649-$as_echo "$ac_cv_prog_cc_g" >&6; }
36503650-if test "$ac_test_CFLAGS" = set; then
41964196+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
41974197+printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
41984198+if test $ac_test_CFLAGS; then
36514199 CFLAGS=$ac_save_CFLAGS
36524200elif test $ac_cv_prog_cc_g = yes; then
36534201 if test "$GCC" = yes; then
···36624210 CFLAGS=
36634211 fi
36644212fi
36653665-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
36663666-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
36673667-if ${ac_cv_prog_cc_c89+:} false; then :
36683668- $as_echo_n "(cached) " >&6
36693669-else
36703670- ac_cv_prog_cc_c89=no
42134213+ac_prog_cc_stdc=no
42144214+if test x$ac_prog_cc_stdc = xno
42154215+then :
42164216+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
42174217+printf %s "checking for $CC option to enable C11 features... " >&6; }
42184218+if test ${ac_cv_prog_cc_c11+y}
42194219+then :
42204220+ printf %s "(cached) " >&6
42214221+else $as_nop
42224222+ ac_cv_prog_cc_c11=no
36714223ac_save_CC=$CC
36724224cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36734225/* end confdefs.h. */
36743674-#include <stdarg.h>
36753675-#include <stdio.h>
36763676-struct stat;
36773677-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
36783678-struct buf { int x; };
36793679-FILE * (*rcsopen) (struct buf *, struct stat *, int);
36803680-static char *e (p, i)
36813681- char **p;
36823682- int i;
36833683-{
36843684- return p[i];
36853685-}
36863686-static char *f (char * (*g) (char **, int), char **p, ...)
36873687-{
36883688- char *s;
36893689- va_list v;
36903690- va_start (v,p);
36913691- s = g (p, va_arg (v,int));
36923692- va_end (v);
36933693- return s;
36943694-}
42264226+$ac_c_conftest_c11_program
42274227+_ACEOF
42284228+for ac_arg in '' -std=gnu11
42294229+do
42304230+ CC="$ac_save_CC $ac_arg"
42314231+ if ac_fn_c_try_compile "$LINENO"
42324232+then :
42334233+ ac_cv_prog_cc_c11=$ac_arg
42344234+fi
42354235+rm -f core conftest.err conftest.$ac_objext conftest.beam
42364236+ test "x$ac_cv_prog_cc_c11" != "xno" && break
42374237+done
42384238+rm -f conftest.$ac_ext
42394239+CC=$ac_save_CC
42404240+fi
3695424136963696-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
36973697- function prototypes and stuff, but not '\xHH' hex character constants.
36983698- These don't provoke an error unfortunately, instead are silently treated
36993699- as 'x'. The following induces an error, until -std is added to get
37003700- proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
37013701- array size at least. It's necessary to write '\x00'==0 to get something
37023702- that's true only with -std. */
37033703-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
42424242+if test "x$ac_cv_prog_cc_c11" = xno
42434243+then :
42444244+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
42454245+printf "%s\n" "unsupported" >&6; }
42464246+else $as_nop
42474247+ if test "x$ac_cv_prog_cc_c11" = x
42484248+then :
42494249+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
42504250+printf "%s\n" "none needed" >&6; }
42514251+else $as_nop
42524252+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
42534253+printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
42544254+ CC="$CC $ac_cv_prog_cc_c11"
42554255+fi
42564256+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
42574257+ ac_prog_cc_stdc=c11
42584258+fi
42594259+fi
42604260+if test x$ac_prog_cc_stdc = xno
42614261+then :
42624262+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
42634263+printf %s "checking for $CC option to enable C99 features... " >&6; }
42644264+if test ${ac_cv_prog_cc_c99+y}
42654265+then :
42664266+ printf %s "(cached) " >&6
42674267+else $as_nop
42684268+ ac_cv_prog_cc_c99=no
42694269+ac_save_CC=$CC
42704270+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42714271+/* end confdefs.h. */
42724272+$ac_c_conftest_c99_program
42734273+_ACEOF
42744274+for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
42754275+do
42764276+ CC="$ac_save_CC $ac_arg"
42774277+ if ac_fn_c_try_compile "$LINENO"
42784278+then :
42794279+ ac_cv_prog_cc_c99=$ac_arg
42804280+fi
42814281+rm -f core conftest.err conftest.$ac_objext conftest.beam
42824282+ test "x$ac_cv_prog_cc_c99" != "xno" && break
42834283+done
42844284+rm -f conftest.$ac_ext
42854285+CC=$ac_save_CC
42864286+fi
3704428737053705-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
37063706- inside strings and character constants. */
37073707-#define FOO(x) 'x'
37083708-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
37093709-37103710-int test (int i, double x);
37113711-struct s1 {int (*f) (int a);};
37123712-struct s2 {int (*f) (double a);};
37133713-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
37143714-int argc;
37153715-char **argv;
37163716-int
37173717-main ()
37183718-{
37193719-return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
37203720- ;
37213721- return 0;
37223722-}
42884288+if test "x$ac_cv_prog_cc_c99" = xno
42894289+then :
42904290+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
42914291+printf "%s\n" "unsupported" >&6; }
42924292+else $as_nop
42934293+ if test "x$ac_cv_prog_cc_c99" = x
42944294+then :
42954295+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
42964296+printf "%s\n" "none needed" >&6; }
42974297+else $as_nop
42984298+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
42994299+printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
43004300+ CC="$CC $ac_cv_prog_cc_c99"
43014301+fi
43024302+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
43034303+ ac_prog_cc_stdc=c99
43044304+fi
43054305+fi
43064306+if test x$ac_prog_cc_stdc = xno
43074307+then :
43084308+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
43094309+printf %s "checking for $CC option to enable C89 features... " >&6; }
43104310+if test ${ac_cv_prog_cc_c89+y}
43114311+then :
43124312+ printf %s "(cached) " >&6
43134313+else $as_nop
43144314+ ac_cv_prog_cc_c89=no
43154315+ac_save_CC=$CC
43164316+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43174317+/* end confdefs.h. */
43184318+$ac_c_conftest_c89_program
37234319_ACEOF
37243724-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
37253725- -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
43204320+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
37264321do
37274322 CC="$ac_save_CC $ac_arg"
37283728- if ac_fn_c_try_compile "$LINENO"; then :
43234323+ if ac_fn_c_try_compile "$LINENO"
43244324+then :
37294325 ac_cv_prog_cc_c89=$ac_arg
37304326fi
37313731-rm -f core conftest.err conftest.$ac_objext
43274327+rm -f core conftest.err conftest.$ac_objext conftest.beam
37324328 test "x$ac_cv_prog_cc_c89" != "xno" && break
37334329done
37344330rm -f conftest.$ac_ext
37354331CC=$ac_save_CC
43324332+fi
3736433343344334+if test "x$ac_cv_prog_cc_c89" = xno
43354335+then :
43364336+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
43374337+printf "%s\n" "unsupported" >&6; }
43384338+else $as_nop
43394339+ if test "x$ac_cv_prog_cc_c89" = x
43404340+then :
43414341+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
43424342+printf "%s\n" "none needed" >&6; }
43434343+else $as_nop
43444344+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
43454345+printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
43464346+ CC="$CC $ac_cv_prog_cc_c89"
37374347fi
37383738-# AC_CACHE_VAL
37393739-case "x$ac_cv_prog_cc_c89" in
37403740- x)
37413741- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
37423742-$as_echo "none needed" >&6; } ;;
37433743- xno)
37443744- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
37453745-$as_echo "unsupported" >&6; } ;;
37463746- *)
37473747- CC="$CC $ac_cv_prog_cc_c89"
37483748- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
37493749-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
37503750-esac
37513751-if test "x$ac_cv_prog_cc_c89" != xno; then :
37523752-43484348+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
43494349+ ac_prog_cc_stdc=c89
43504350+fi
37534351fi
3754435237554353ac_ext=c
···3760435837614359depcc="$CC" am_compiler_list=
3762436037633763-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
37643764-$as_echo_n "checking dependency style of $depcc... " >&6; }
37653765-if ${am_cv_CC_dependencies_compiler_type+:} false; then :
37663766- $as_echo_n "(cached) " >&6
37673767-else
43614361+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
43624362+printf %s "checking dependency style of $depcc... " >&6; }
43634363+if test ${am_cv_CC_dependencies_compiler_type+y}
43644364+then :
43654365+ printf %s "(cached) " >&6
43664366+else $as_nop
37684367 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
37694368 # We make a subdir and do the tests there. Otherwise we can end up
37704369 # making bogus files that we don't know about and never remove. For
···38714470fi
3872447138734472fi
38743874-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
38753875-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
44734473+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
44744474+printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
38764475CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3877447638784477 if
···38864485fi
388744863888448738893889-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
38903890-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
38913891-if ${ac_cv_path_SED+:} false; then :
38923892- $as_echo_n "(cached) " >&6
38933893-else
44884488+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
44894489+printf %s "checking for a sed that does not truncate output... " >&6; }
44904490+if test ${ac_cv_path_SED+y}
44914491+then :
44924492+ printf %s "(cached) " >&6
44934493+else $as_nop
38944494 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
38954495 for ac_i in 1 2 3 4 5 6 7; do
38964496 ac_script="$ac_script$as_nl$ac_script"
···39044504for as_dir in $PATH
39054505do
39064506 IFS=$as_save_IFS
39073907- test -z "$as_dir" && as_dir=.
39083908- for ac_prog in sed gsed; do
45074507+ case $as_dir in #(((
45084508+ '') as_dir=./ ;;
45094509+ */) ;;
45104510+ *) as_dir=$as_dir/ ;;
45114511+ esac
45124512+ for ac_prog in sed gsed
45134513+ do
39094514 for ac_exec_ext in '' $ac_executable_extensions; do
39103910- ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
45154515+ ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
39114516 as_fn_executable_p "$ac_path_SED" || continue
39124517# Check for GNU ac_path_SED and select it if it is found.
39134518 # Check for GNU $ac_path_SED
···39164521 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
39174522*)
39184523 ac_count=0
39193919- $as_echo_n 0123456789 >"conftest.in"
45244524+ printf %s 0123456789 >"conftest.in"
39204525 while :
39214526 do
39224527 cat "conftest.in" "conftest.in" >"conftest.tmp"
39234528 mv "conftest.tmp" "conftest.in"
39244529 cp "conftest.in" "conftest.nl"
39253925- $as_echo '' >> "conftest.nl"
45304530+ printf "%s\n" '' >> "conftest.nl"
39264531 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
39274532 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
39284533 as_fn_arith $ac_count + 1 && ac_count=$as_val
···39504555fi
3951455639524557fi
39533953-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
39543954-$as_echo "$ac_cv_path_SED" >&6; }
45584558+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
45594559+printf "%s\n" "$ac_cv_path_SED" >&6; }
39554560 SED="$ac_cv_path_SED"
39564561 rm -f conftest.sed
39574562···39684573396945743970457539713971-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
39723972-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
39733973-if ${ac_cv_path_GREP+:} false; then :
39743974- $as_echo_n "(cached) " >&6
39753975-else
45764576+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
45774577+printf %s "checking for grep that handles long lines and -e... " >&6; }
45784578+if test ${ac_cv_path_GREP+y}
45794579+then :
45804580+ printf %s "(cached) " >&6
45814581+else $as_nop
39764582 if test -z "$GREP"; then
39774583 ac_path_GREP_found=false
39784584 # Loop through the user's path and test for each of PROGNAME-LIST
···39804586for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
39814587do
39824588 IFS=$as_save_IFS
39833983- test -z "$as_dir" && as_dir=.
39843984- for ac_prog in grep ggrep; do
45894589+ case $as_dir in #(((
45904590+ '') as_dir=./ ;;
45914591+ */) ;;
45924592+ *) as_dir=$as_dir/ ;;
45934593+ esac
45944594+ for ac_prog in grep ggrep
45954595+ do
39854596 for ac_exec_ext in '' $ac_executable_extensions; do
39863986- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
45974597+ ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
39874598 as_fn_executable_p "$ac_path_GREP" || continue
39884599# Check for GNU ac_path_GREP and select it if it is found.
39894600 # Check for GNU $ac_path_GREP
···39924603 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
39934604*)
39944605 ac_count=0
39953995- $as_echo_n 0123456789 >"conftest.in"
46064606+ printf %s 0123456789 >"conftest.in"
39964607 while :
39974608 do
39984609 cat "conftest.in" "conftest.in" >"conftest.tmp"
39994610 mv "conftest.tmp" "conftest.in"
40004611 cp "conftest.in" "conftest.nl"
40014001- $as_echo 'GREP' >> "conftest.nl"
46124612+ printf "%s\n" 'GREP' >> "conftest.nl"
40024613 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40034614 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40044615 as_fn_arith $ac_count + 1 && ac_count=$as_val
···40264637fi
4027463840284639fi
40294029-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
40304030-$as_echo "$ac_cv_path_GREP" >&6; }
46404640+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
46414641+printf "%s\n" "$ac_cv_path_GREP" >&6; }
40314642 GREP="$ac_cv_path_GREP"
403246434033464440344034-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
40354035-$as_echo_n "checking for egrep... " >&6; }
40364036-if ${ac_cv_path_EGREP+:} false; then :
40374037- $as_echo_n "(cached) " >&6
40384038-else
46454645+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
46464646+printf %s "checking for egrep... " >&6; }
46474647+if test ${ac_cv_path_EGREP+y}
46484648+then :
46494649+ printf %s "(cached) " >&6
46504650+else $as_nop
40394651 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
40404652 then ac_cv_path_EGREP="$GREP -E"
40414653 else
···40464658for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
40474659do
40484660 IFS=$as_save_IFS
40494049- test -z "$as_dir" && as_dir=.
40504050- for ac_prog in egrep; do
46614661+ case $as_dir in #(((
46624662+ '') as_dir=./ ;;
46634663+ */) ;;
46644664+ *) as_dir=$as_dir/ ;;
46654665+ esac
46664666+ for ac_prog in egrep
46674667+ do
40514668 for ac_exec_ext in '' $ac_executable_extensions; do
40524052- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
46694669+ ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
40534670 as_fn_executable_p "$ac_path_EGREP" || continue
40544671# Check for GNU ac_path_EGREP and select it if it is found.
40554672 # Check for GNU $ac_path_EGREP
···40584675 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
40594676*)
40604677 ac_count=0
40614061- $as_echo_n 0123456789 >"conftest.in"
46784678+ printf %s 0123456789 >"conftest.in"
40624679 while :
40634680 do
40644681 cat "conftest.in" "conftest.in" >"conftest.tmp"
40654682 mv "conftest.tmp" "conftest.in"
40664683 cp "conftest.in" "conftest.nl"
40674067- $as_echo 'EGREP' >> "conftest.nl"
46844684+ printf "%s\n" 'EGREP' >> "conftest.nl"
40684685 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40694686 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40704687 as_fn_arith $ac_count + 1 && ac_count=$as_val
···4093471040944711 fi
40954712fi
40964096-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
40974097-$as_echo "$ac_cv_path_EGREP" >&6; }
47134713+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
47144714+printf "%s\n" "$ac_cv_path_EGREP" >&6; }
40984715 EGREP="$ac_cv_path_EGREP"
409947164100471741014101-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
41024102-$as_echo_n "checking for fgrep... " >&6; }
41034103-if ${ac_cv_path_FGREP+:} false; then :
41044104- $as_echo_n "(cached) " >&6
41054105-else
47184718+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
47194719+printf %s "checking for fgrep... " >&6; }
47204720+if test ${ac_cv_path_FGREP+y}
47214721+then :
47224722+ printf %s "(cached) " >&6
47234723+else $as_nop
41064724 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
41074725 then ac_cv_path_FGREP="$GREP -F"
41084726 else
···41134731for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
41144732do
41154733 IFS=$as_save_IFS
41164116- test -z "$as_dir" && as_dir=.
41174117- for ac_prog in fgrep; do
47344734+ case $as_dir in #(((
47354735+ '') as_dir=./ ;;
47364736+ */) ;;
47374737+ *) as_dir=$as_dir/ ;;
47384738+ esac
47394739+ for ac_prog in fgrep
47404740+ do
41184741 for ac_exec_ext in '' $ac_executable_extensions; do
41194119- ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
47424742+ ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext"
41204743 as_fn_executable_p "$ac_path_FGREP" || continue
41214744# Check for GNU ac_path_FGREP and select it if it is found.
41224745 # Check for GNU $ac_path_FGREP
···41254748 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
41264749*)
41274750 ac_count=0
41284128- $as_echo_n 0123456789 >"conftest.in"
47514751+ printf %s 0123456789 >"conftest.in"
41294752 while :
41304753 do
41314754 cat "conftest.in" "conftest.in" >"conftest.tmp"
41324755 mv "conftest.tmp" "conftest.in"
41334756 cp "conftest.in" "conftest.nl"
41344134- $as_echo 'FGREP' >> "conftest.nl"
47574757+ printf "%s\n" 'FGREP' >> "conftest.nl"
41354758 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
41364759 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
41374760 as_fn_arith $ac_count + 1 && ac_count=$as_val
···4160478341614784 fi
41624785fi
41634163-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
41644164-$as_echo "$ac_cv_path_FGREP" >&6; }
47864786+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
47874787+printf "%s\n" "$ac_cv_path_FGREP" >&6; }
41654788 FGREP="$ac_cv_path_FGREP"
4166478941674790···418648094187481041884811# Check whether --with-gnu-ld was given.
41894189-if test "${with_gnu_ld+set}" = set; then :
48124812+if test ${with_gnu_ld+y}
48134813+then :
41904814 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
41914191-else
48154815+else $as_nop
41924816 with_gnu_ld=no
41934817fi
4194481841954819ac_prog=ld
41964820if test "$GCC" = yes; then
41974821 # Check if gcc -print-prog-name=ld gives a path.
41984198- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
41994199-$as_echo_n "checking for ld used by $CC... " >&6; }
48224822+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
48234823+printf %s "checking for ld used by $CC... " >&6; }
42004824 case $host in
42014825 *-*-mingw*)
42024826 # gcc leaves a trailing carriage return which upsets mingw
···42254849 ;;
42264850 esac
42274851elif test "$with_gnu_ld" = yes; then
42284228- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
42294229-$as_echo_n "checking for GNU ld... " >&6; }
48524852+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
48534853+printf %s "checking for GNU ld... " >&6; }
42304854else
42314231- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
42324232-$as_echo_n "checking for non-GNU ld... " >&6; }
48554855+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
48564856+printf %s "checking for non-GNU ld... " >&6; }
42334857fi
42344234-if ${lt_cv_path_LD+:} false; then :
42354235- $as_echo_n "(cached) " >&6
42364236-else
48584858+if test ${lt_cv_path_LD+y}
48594859+then :
48604860+ printf %s "(cached) " >&6
48614861+else $as_nop
42374862 if test -z "$LD"; then
42384863 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
42394864 for ac_dir in $PATH; do
···4262488742634888LD="$lt_cv_path_LD"
42644889if test -n "$LD"; then
42654265- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
42664266-$as_echo "$LD" >&6; }
48904890+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
48914891+printf "%s\n" "$LD" >&6; }
42674892else
42684268- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
42694269-$as_echo "no" >&6; }
48934893+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
48944894+printf "%s\n" "no" >&6; }
42704895fi
42714896test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
42724272-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
42734273-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
42744274-if ${lt_cv_prog_gnu_ld+:} false; then :
42754275- $as_echo_n "(cached) " >&6
42764276-else
48974897+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
48984898+printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
48994899+if test ${lt_cv_prog_gnu_ld+y}
49004900+then :
49014901+ printf %s "(cached) " >&6
49024902+else $as_nop
42774903 # I'd rather use --version here, but apparently some GNU lds only accept -v.
42784904case `$LD -v 2>&1 </dev/null` in
42794905*GNU* | *'with BFD'*)
···42844910 ;;
42854911esac
42864912fi
42874287-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
42884288-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
49134913+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
49144914+printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; }
42894915with_gnu_ld=$lt_cv_prog_gnu_ld
4290491642914917···42964922429749234298492442994299-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
43004300-$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
43014301-if ${lt_cv_path_NM+:} false; then :
43024302- $as_echo_n "(cached) " >&6
43034303-else
49254925+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
49264926+printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
49274927+if test ${lt_cv_path_NM+y}
49284928+then :
49294929+ printf %s "(cached) " >&6
49304930+else $as_nop
43044931 if test -n "$NM"; then
43054932 # Let the user override the test.
43064933 lt_cv_path_NM="$NM"
···43454972 : ${lt_cv_path_NM=no}
43464973fi
43474974fi
43484348-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
43494349-$as_echo "$lt_cv_path_NM" >&6; }
49754975+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
49764976+printf "%s\n" "$lt_cv_path_NM" >&6; }
43504977if test "$lt_cv_path_NM" != "no"; then
43514978 NM="$lt_cv_path_NM"
43524979else
···43594986 do
43604987 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
43614988set dummy $ac_tool_prefix$ac_prog; ac_word=$2
43624362-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
43634363-$as_echo_n "checking for $ac_word... " >&6; }
43644364-if ${ac_cv_prog_DUMPBIN+:} false; then :
43654365- $as_echo_n "(cached) " >&6
43664366-else
49894989+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
49904990+printf %s "checking for $ac_word... " >&6; }
49914991+if test ${ac_cv_prog_DUMPBIN+y}
49924992+then :
49934993+ printf %s "(cached) " >&6
49944994+else $as_nop
43674995 if test -n "$DUMPBIN"; then
43684996 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
43694997else
···43714999for as_dir in $PATH
43725000do
43735001 IFS=$as_save_IFS
43744374- test -z "$as_dir" && as_dir=.
50025002+ case $as_dir in #(((
50035003+ '') as_dir=./ ;;
50045004+ */) ;;
50055005+ *) as_dir=$as_dir/ ;;
50065006+ esac
43755007 for ac_exec_ext in '' $ac_executable_extensions; do
43764376- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
50085008+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
43775009 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
43784378- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
50105010+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
43795011 break 2
43805012 fi
43815013done
···43865018fi
43875019DUMPBIN=$ac_cv_prog_DUMPBIN
43885020if test -n "$DUMPBIN"; then
43894389- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
43904390-$as_echo "$DUMPBIN" >&6; }
50215021+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
50225022+printf "%s\n" "$DUMPBIN" >&6; }
43915023else
43924392- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43934393-$as_echo "no" >&6; }
50245024+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
50255025+printf "%s\n" "no" >&6; }
43945026fi
4395502743965028···44035035do
44045036 # Extract the first word of "$ac_prog", so it can be a program name with args.
44055037set dummy $ac_prog; ac_word=$2
44064406-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
44074407-$as_echo_n "checking for $ac_word... " >&6; }
44084408-if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
44094409- $as_echo_n "(cached) " >&6
44104410-else
50385038+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
50395039+printf %s "checking for $ac_word... " >&6; }
50405040+if test ${ac_cv_prog_ac_ct_DUMPBIN+y}
50415041+then :
50425042+ printf %s "(cached) " >&6
50435043+else $as_nop
44115044 if test -n "$ac_ct_DUMPBIN"; then
44125045 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
44135046else
···44155048for as_dir in $PATH
44165049do
44175050 IFS=$as_save_IFS
44184418- test -z "$as_dir" && as_dir=.
50515051+ case $as_dir in #(((
50525052+ '') as_dir=./ ;;
50535053+ */) ;;
50545054+ *) as_dir=$as_dir/ ;;
50555055+ esac
44195056 for ac_exec_ext in '' $ac_executable_extensions; do
44204420- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
50575057+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
44215058 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
44224422- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
50595059+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
44235060 break 2
44245061 fi
44255062done
···44305067fi
44315068ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
44325069if test -n "$ac_ct_DUMPBIN"; then
44334433- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
44344434-$as_echo "$ac_ct_DUMPBIN" >&6; }
50705070+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
50715071+printf "%s\n" "$ac_ct_DUMPBIN" >&6; }
44355072else
44364436- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
44374437-$as_echo "no" >&6; }
50735073+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
50745074+printf "%s\n" "no" >&6; }
44385075fi
4439507644405077···44465083 else
44475084 case $cross_compiling:$ac_tool_warned in
44485085yes:)
44494449-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
44504450-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
50865086+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
50875087+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
44515088ac_tool_warned=yes ;;
44525089esac
44535090 DUMPBIN=$ac_ct_DUMPBIN
···44755112447651134477511444784478-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
44794479-$as_echo_n "checking the name lister ($NM) interface... " >&6; }
44804480-if ${lt_cv_nm_interface+:} false; then :
44814481- $as_echo_n "(cached) " >&6
44824482-else
51155115+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
51165116+printf %s "checking the name lister ($NM) interface... " >&6; }
51175117+if test ${lt_cv_nm_interface+y}
51185118+then :
51195119+ printf %s "(cached) " >&6
51205120+else $as_nop
44835121 lt_cv_nm_interface="BSD nm"
44845122 echo "int some_variable = 0;" > conftest.$ac_ext
44855123 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
···44955133 fi
44965134 rm -f conftest*
44975135fi
44984498-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
44994499-$as_echo "$lt_cv_nm_interface" >&6; }
51365136+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
51375137+printf "%s\n" "$lt_cv_nm_interface" >&6; }
4500513845014501-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
45024502-$as_echo_n "checking whether ln -s works... " >&6; }
51395139+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
51405140+printf %s "checking whether ln -s works... " >&6; }
45035141LN_S=$as_ln_s
45045142if test "$LN_S" = "ln -s"; then
45054505- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
45064506-$as_echo "yes" >&6; }
51435143+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
51445144+printf "%s\n" "yes" >&6; }
45075145else
45084508- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
45094509-$as_echo "no, using $LN_S" >&6; }
51465146+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
51475147+printf "%s\n" "no, using $LN_S" >&6; }
45105148fi
4511514945125150# find the maximum length of command line arguments
45134513-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
45144514-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
45154515-if ${lt_cv_sys_max_cmd_len+:} false; then :
45164516- $as_echo_n "(cached) " >&6
45174517-else
51515151+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
51525152+printf %s "checking the maximum length of command line arguments... " >&6; }
51535153+if test ${lt_cv_sys_max_cmd_len+y}
51545154+then :
51555155+ printf %s "(cached) " >&6
51565156+else $as_nop
45185157 i=0
45195158 teststring="ABCD"
45205159···46405279fi
4641528046425281if test -n $lt_cv_sys_max_cmd_len ; then
46434643- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
46444644-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
52825282+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
52835283+printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; }
46455284else
46464646- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
46474647-$as_echo "none" >&6; }
52855285+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5
52865286+printf "%s\n" "none" >&6; }
46485287fi
46495288max_cmd_len=$lt_cv_sys_max_cmd_len
46505289···46575296: ${MV="mv -f"}
46585297: ${RM="rm -f"}
4659529846604660-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
46614661-$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
52995299+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
53005300+printf %s "checking whether the shell understands some XSI constructs... " >&6; }
46625301# Try some XSI features
46635302xsi_shell=no
46645303( _lt_dummy="a/b/c"
···46675306 && eval 'test $(( 1 + 1 )) -eq 2 \
46685307 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
46695308 && xsi_shell=yes
46704670-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
46714671-$as_echo "$xsi_shell" >&6; }
53095309+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
53105310+printf "%s\n" "$xsi_shell" >&6; }
467253114673531246744674-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
46754675-$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
53135313+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
53145314+printf %s "checking whether the shell understands \"+=\"... " >&6; }
46765315lt_shell_append=no
46775316( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
46785317 >/dev/null 2>&1 \
46795318 && lt_shell_append=yes
46804680-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
46814681-$as_echo "$lt_shell_append" >&6; }
53195319+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
53205320+printf "%s\n" "$lt_shell_append" >&6; }
468253214683532246845323if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
···47125351471353524714535347154715-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
47164716-$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
47174717-if ${lt_cv_to_host_file_cmd+:} false; then :
47184718- $as_echo_n "(cached) " >&6
47194719-else
53545354+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
53555355+printf %s "checking how to convert $build file names to $host format... " >&6; }
53565356+if test ${lt_cv_to_host_file_cmd+y}
53575357+then :
53585358+ printf %s "(cached) " >&6
53595359+else $as_nop
47205360 case $host in
47215361 *-*-mingw* )
47225362 case $build in
···47525392fi
4753539347545394to_host_file_cmd=$lt_cv_to_host_file_cmd
47554755-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
47564756-$as_echo "$lt_cv_to_host_file_cmd" >&6; }
53955395+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
53965396+printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; }
475753974758539847595399476054004761540147624762-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
47634763-$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
47644764-if ${lt_cv_to_tool_file_cmd+:} false; then :
47654765- $as_echo_n "(cached) " >&6
47664766-else
54025402+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
54035403+printf %s "checking how to convert $build file names to toolchain format... " >&6; }
54045404+if test ${lt_cv_to_tool_file_cmd+y}
54055405+then :
54065406+ printf %s "(cached) " >&6
54075407+else $as_nop
47675408 #assume ordinary cross tools, or native build.
47685409lt_cv_to_tool_file_cmd=func_convert_file_noop
47695410case $host in
···47795420fi
4780542147815422to_tool_file_cmd=$lt_cv_to_tool_file_cmd
47824782-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
47834783-$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
54235423+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
54245424+printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; }
478454254785542647865427478754284788542947894789-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
47904790-$as_echo_n "checking for $LD option to reload object files... " >&6; }
47914791-if ${lt_cv_ld_reload_flag+:} false; then :
47924792- $as_echo_n "(cached) " >&6
47934793-else
54305430+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
54315431+printf %s "checking for $LD option to reload object files... " >&6; }
54325432+if test ${lt_cv_ld_reload_flag+y}
54335433+then :
54345434+ printf %s "(cached) " >&6
54355435+else $as_nop
47945436 lt_cv_ld_reload_flag='-r'
47955437fi
47964796-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
47974797-$as_echo "$lt_cv_ld_reload_flag" >&6; }
54385438+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
54395439+printf "%s\n" "$lt_cv_ld_reload_flag" >&6; }
47985440reload_flag=$lt_cv_ld_reload_flag
47995441case $reload_flag in
48005442"" | " "*) ;;
···48275469if test -n "$ac_tool_prefix"; then
48285470 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
48295471set dummy ${ac_tool_prefix}objdump; ac_word=$2
48304830-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
48314831-$as_echo_n "checking for $ac_word... " >&6; }
48324832-if ${ac_cv_prog_OBJDUMP+:} false; then :
48334833- $as_echo_n "(cached) " >&6
48344834-else
54725472+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
54735473+printf %s "checking for $ac_word... " >&6; }
54745474+if test ${ac_cv_prog_OBJDUMP+y}
54755475+then :
54765476+ printf %s "(cached) " >&6
54775477+else $as_nop
48355478 if test -n "$OBJDUMP"; then
48365479 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
48375480else
···48395482for as_dir in $PATH
48405483do
48415484 IFS=$as_save_IFS
48424842- test -z "$as_dir" && as_dir=.
54855485+ case $as_dir in #(((
54865486+ '') as_dir=./ ;;
54875487+ */) ;;
54885488+ *) as_dir=$as_dir/ ;;
54895489+ esac
48435490 for ac_exec_ext in '' $ac_executable_extensions; do
48444844- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
54915491+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
48455492 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
48464846- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
54935493+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
48475494 break 2
48485495 fi
48495496done
···48545501fi
48555502OBJDUMP=$ac_cv_prog_OBJDUMP
48565503if test -n "$OBJDUMP"; then
48574857- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
48584858-$as_echo "$OBJDUMP" >&6; }
55045504+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
55055505+printf "%s\n" "$OBJDUMP" >&6; }
48595506else
48604860- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
48614861-$as_echo "no" >&6; }
55075507+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
55085508+printf "%s\n" "no" >&6; }
48625509fi
4863551048645511···48675514 ac_ct_OBJDUMP=$OBJDUMP
48685515 # Extract the first word of "objdump", so it can be a program name with args.
48695516set dummy objdump; ac_word=$2
48704870-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
48714871-$as_echo_n "checking for $ac_word... " >&6; }
48724872-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
48734873- $as_echo_n "(cached) " >&6
48744874-else
55175517+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55185518+printf %s "checking for $ac_word... " >&6; }
55195519+if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
55205520+then :
55215521+ printf %s "(cached) " >&6
55225522+else $as_nop
48755523 if test -n "$ac_ct_OBJDUMP"; then
48765524 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
48775525else
···48795527for as_dir in $PATH
48805528do
48815529 IFS=$as_save_IFS
48824882- test -z "$as_dir" && as_dir=.
55305530+ case $as_dir in #(((
55315531+ '') as_dir=./ ;;
55325532+ */) ;;
55335533+ *) as_dir=$as_dir/ ;;
55345534+ esac
48835535 for ac_exec_ext in '' $ac_executable_extensions; do
48844884- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55365536+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
48855537 ac_cv_prog_ac_ct_OBJDUMP="objdump"
48864886- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55385538+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
48875539 break 2
48885540 fi
48895541done
···48945546fi
48955547ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
48965548if test -n "$ac_ct_OBJDUMP"; then
48974897- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
48984898-$as_echo "$ac_ct_OBJDUMP" >&6; }
55495549+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
55505550+printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
48995551else
49004900- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
49014901-$as_echo "no" >&6; }
55525552+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
55535553+printf "%s\n" "no" >&6; }
49025554fi
4903555549045556 if test "x$ac_ct_OBJDUMP" = x; then
···49065558 else
49075559 case $cross_compiling:$ac_tool_warned in
49085560yes:)
49094909-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
49104910-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
55615561+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
55625562+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
49115563ac_tool_warned=yes ;;
49125564esac
49135565 OBJDUMP=$ac_ct_OBJDUMP
···49265578492755794928558049294929-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
49304930-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
49314931-if ${lt_cv_deplibs_check_method+:} false; then :
49324932- $as_echo_n "(cached) " >&6
49334933-else
55815581+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
55825582+printf %s "checking how to recognize dependent libraries... " >&6; }
55835583+if test ${lt_cv_deplibs_check_method+y}
55845584+then :
55855585+ printf %s "(cached) " >&6
55865586+else $as_nop
49345587 lt_cv_file_magic_cmd='$MAGIC_CMD'
49355588lt_cv_file_magic_test_file=
49365589lt_cv_deplibs_check_method='unknown'
···51285781esac
5129578251305783fi
51315131-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
51325132-$as_echo "$lt_cv_deplibs_check_method" >&6; }
57845784+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
57855785+printf "%s\n" "$lt_cv_deplibs_check_method" >&6; }
5133578651345787file_magic_glob=
51355788want_nocaseglob=no
···51735826if test -n "$ac_tool_prefix"; then
51745827 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
51755828set dummy ${ac_tool_prefix}dlltool; ac_word=$2
51765176-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
51775177-$as_echo_n "checking for $ac_word... " >&6; }
51785178-if ${ac_cv_prog_DLLTOOL+:} false; then :
51795179- $as_echo_n "(cached) " >&6
51805180-else
58295829+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58305830+printf %s "checking for $ac_word... " >&6; }
58315831+if test ${ac_cv_prog_DLLTOOL+y}
58325832+then :
58335833+ printf %s "(cached) " >&6
58345834+else $as_nop
51815835 if test -n "$DLLTOOL"; then
51825836 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
51835837else
···51855839for as_dir in $PATH
51865840do
51875841 IFS=$as_save_IFS
51885188- test -z "$as_dir" && as_dir=.
58425842+ case $as_dir in #(((
58435843+ '') as_dir=./ ;;
58445844+ */) ;;
58455845+ *) as_dir=$as_dir/ ;;
58465846+ esac
51895847 for ac_exec_ext in '' $ac_executable_extensions; do
51905190- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
58485848+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
51915849 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
51925192- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58505850+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
51935851 break 2
51945852 fi
51955853done
···52005858fi
52015859DLLTOOL=$ac_cv_prog_DLLTOOL
52025860if test -n "$DLLTOOL"; then
52035203- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
52045204-$as_echo "$DLLTOOL" >&6; }
58615861+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
58625862+printf "%s\n" "$DLLTOOL" >&6; }
52055863else
52065206- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52075207-$as_echo "no" >&6; }
58645864+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
58655865+printf "%s\n" "no" >&6; }
52085866fi
5209586752105868···52135871 ac_ct_DLLTOOL=$DLLTOOL
52145872 # Extract the first word of "dlltool", so it can be a program name with args.
52155873set dummy dlltool; ac_word=$2
52165216-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
52175217-$as_echo_n "checking for $ac_word... " >&6; }
52185218-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
52195219- $as_echo_n "(cached) " >&6
52205220-else
58745874+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58755875+printf %s "checking for $ac_word... " >&6; }
58765876+if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
58775877+then :
58785878+ printf %s "(cached) " >&6
58795879+else $as_nop
52215880 if test -n "$ac_ct_DLLTOOL"; then
52225881 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
52235882else
···52255884for as_dir in $PATH
52265885do
52275886 IFS=$as_save_IFS
52285228- test -z "$as_dir" && as_dir=.
58875887+ case $as_dir in #(((
58885888+ '') as_dir=./ ;;
58895889+ */) ;;
58905890+ *) as_dir=$as_dir/ ;;
58915891+ esac
52295892 for ac_exec_ext in '' $ac_executable_extensions; do
52305230- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
58935893+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
52315894 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
52325232- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58955895+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
52335896 break 2
52345897 fi
52355898done
···52405903fi
52415904ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
52425905if test -n "$ac_ct_DLLTOOL"; then
52435243- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
52445244-$as_echo "$ac_ct_DLLTOOL" >&6; }
59065906+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
59075907+printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
52455908else
52465246- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52475247-$as_echo "no" >&6; }
59095909+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
59105910+printf "%s\n" "no" >&6; }
52485911fi
5249591252505913 if test "x$ac_ct_DLLTOOL" = x; then
···52525915 else
52535916 case $cross_compiling:$ac_tool_warned in
52545917yes:)
52555255-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
52565256-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
59185918+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
59195919+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
52575920ac_tool_warned=yes ;;
52585921esac
52595922 DLLTOOL=$ac_ct_DLLTOOL
···52735936527459375275593852765276-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
52775277-$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
52785278-if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
52795279- $as_echo_n "(cached) " >&6
52805280-else
59395939+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
59405940+printf %s "checking how to associate runtime and link libraries... " >&6; }
59415941+if test ${lt_cv_sharedlib_from_linklib_cmd+y}
59425942+then :
59435943+ printf %s "(cached) " >&6
59445944+else $as_nop
52815945 lt_cv_sharedlib_from_linklib_cmd='unknown'
5282594652835947case $host_os in
···53005964esac
5301596553025966fi
53035303-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
53045304-$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
59675967+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
59685968+printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
53055969sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
53065970test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
53075971···53175981 do
53185982 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
53195983set dummy $ac_tool_prefix$ac_prog; ac_word=$2
53205320-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
53215321-$as_echo_n "checking for $ac_word... " >&6; }
53225322-if ${ac_cv_prog_AR+:} false; then :
53235323- $as_echo_n "(cached) " >&6
53245324-else
59845984+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
59855985+printf %s "checking for $ac_word... " >&6; }
59865986+if test ${ac_cv_prog_AR+y}
59875987+then :
59885988+ printf %s "(cached) " >&6
59895989+else $as_nop
53255990 if test -n "$AR"; then
53265991 ac_cv_prog_AR="$AR" # Let the user override the test.
53275992else
···53295994for as_dir in $PATH
53305995do
53315996 IFS=$as_save_IFS
53325332- test -z "$as_dir" && as_dir=.
59975997+ case $as_dir in #(((
59985998+ '') as_dir=./ ;;
59995999+ */) ;;
60006000+ *) as_dir=$as_dir/ ;;
60016001+ esac
53336002 for ac_exec_ext in '' $ac_executable_extensions; do
53345334- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
60036003+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
53356004 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
53365336- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
60056005+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
53376006 break 2
53386007 fi
53396008done
···53446013fi
53456014AR=$ac_cv_prog_AR
53466015if test -n "$AR"; then
53475347- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
53485348-$as_echo "$AR" >&6; }
60166016+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
60176017+printf "%s\n" "$AR" >&6; }
53496018else
53505350- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
53515351-$as_echo "no" >&6; }
60196019+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
60206020+printf "%s\n" "no" >&6; }
53526021fi
5353602253546023···53616030do
53626031 # Extract the first word of "$ac_prog", so it can be a program name with args.
53636032set dummy $ac_prog; ac_word=$2
53645364-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
53655365-$as_echo_n "checking for $ac_word... " >&6; }
53665366-if ${ac_cv_prog_ac_ct_AR+:} false; then :
53675367- $as_echo_n "(cached) " >&6
53685368-else
60336033+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
60346034+printf %s "checking for $ac_word... " >&6; }
60356035+if test ${ac_cv_prog_ac_ct_AR+y}
60366036+then :
60376037+ printf %s "(cached) " >&6
60386038+else $as_nop
53696039 if test -n "$ac_ct_AR"; then
53706040 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
53716041else
···53736043for as_dir in $PATH
53746044do
53756045 IFS=$as_save_IFS
53765376- test -z "$as_dir" && as_dir=.
60466046+ case $as_dir in #(((
60476047+ '') as_dir=./ ;;
60486048+ */) ;;
60496049+ *) as_dir=$as_dir/ ;;
60506050+ esac
53776051 for ac_exec_ext in '' $ac_executable_extensions; do
53785378- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
60526052+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
53796053 ac_cv_prog_ac_ct_AR="$ac_prog"
53805380- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
60546054+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
53816055 break 2
53826056 fi
53836057done
···53886062fi
53896063ac_ct_AR=$ac_cv_prog_ac_ct_AR
53906064if test -n "$ac_ct_AR"; then
53915391- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
53925392-$as_echo "$ac_ct_AR" >&6; }
60656065+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
60666066+printf "%s\n" "$ac_ct_AR" >&6; }
53936067else
53945394- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
53955395-$as_echo "no" >&6; }
60686068+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
60696069+printf "%s\n" "no" >&6; }
53966070fi
5397607153986072···54046078 else
54056079 case $cross_compiling:$ac_tool_warned in
54066080yes:)
54075407-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
54085408-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
60816081+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
60826082+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
54096083ac_tool_warned=yes ;;
54106084esac
54116085 AR=$ac_ct_AR
···54256099542661005427610154285428-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
54295429-$as_echo_n "checking for archiver @FILE support... " >&6; }
54305430-if ${lt_cv_ar_at_file+:} false; then :
54315431- $as_echo_n "(cached) " >&6
54325432-else
61026102+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
61036103+printf %s "checking for archiver @FILE support... " >&6; }
61046104+if test ${lt_cv_ar_at_file+y}
61056105+then :
61066106+ printf %s "(cached) " >&6
61076107+else $as_nop
54336108 lt_cv_ar_at_file=no
54346109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54356110/* end confdefs.h. */
5436611154376112int
54385438-main ()
61136113+main (void)
54396114{
5440611554416116 ;
54426117 return 0;
54436118}
54446119_ACEOF
54455445-if ac_fn_c_try_compile "$LINENO"; then :
61206120+if ac_fn_c_try_compile "$LINENO"
61216121+then :
54466122 echo conftest.$ac_objext > conftest.lst
54476123 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
54486124 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
54496125 (eval $lt_ar_try) 2>&5
54506126 ac_status=$?
54515451- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61276127+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
54526128 test $ac_status = 0; }
54536129 if test "$ac_status" -eq 0; then
54546130 # Ensure the archiver fails upon bogus file names.
···54566132 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
54576133 (eval $lt_ar_try) 2>&5
54586134 ac_status=$?
54595459- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61356135+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
54606136 test $ac_status = 0; }
54616137 if test "$ac_status" -ne 0; then
54626138 lt_cv_ar_at_file=@
···54656141 rm -f conftest.* libconftest.a
5466614254676143fi
54685468-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61446144+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5469614554706146fi
54715471-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
54725472-$as_echo "$lt_cv_ar_at_file" >&6; }
61476147+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
61486148+printf "%s\n" "$lt_cv_ar_at_file" >&6; }
5473614954746150if test "x$lt_cv_ar_at_file" = xno; then
54756151 archiver_list_spec=
···54866162if test -n "$ac_tool_prefix"; then
54876163 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
54886164set dummy ${ac_tool_prefix}strip; ac_word=$2
54895489-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
54905490-$as_echo_n "checking for $ac_word... " >&6; }
54915491-if ${ac_cv_prog_STRIP+:} false; then :
54925492- $as_echo_n "(cached) " >&6
54935493-else
61656165+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
61666166+printf %s "checking for $ac_word... " >&6; }
61676167+if test ${ac_cv_prog_STRIP+y}
61686168+then :
61696169+ printf %s "(cached) " >&6
61706170+else $as_nop
54946171 if test -n "$STRIP"; then
54956172 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
54966173else
···54986175for as_dir in $PATH
54996176do
55006177 IFS=$as_save_IFS
55015501- test -z "$as_dir" && as_dir=.
61786178+ case $as_dir in #(((
61796179+ '') as_dir=./ ;;
61806180+ */) ;;
61816181+ *) as_dir=$as_dir/ ;;
61826182+ esac
55026183 for ac_exec_ext in '' $ac_executable_extensions; do
55035503- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
61846184+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
55046185 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
55055505- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
61866186+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
55066187 break 2
55076188 fi
55086189done
···55136194fi
55146195STRIP=$ac_cv_prog_STRIP
55156196if test -n "$STRIP"; then
55165516- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
55175517-$as_echo "$STRIP" >&6; }
61976197+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
61986198+printf "%s\n" "$STRIP" >&6; }
55186199else
55195519- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
55205520-$as_echo "no" >&6; }
62006200+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
62016201+printf "%s\n" "no" >&6; }
55216202fi
5522620355236204···55266207 ac_ct_STRIP=$STRIP
55276208 # Extract the first word of "strip", so it can be a program name with args.
55286209set dummy strip; ac_word=$2
55295529-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55305530-$as_echo_n "checking for $ac_word... " >&6; }
55315531-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
55325532- $as_echo_n "(cached) " >&6
55335533-else
62106210+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62116211+printf %s "checking for $ac_word... " >&6; }
62126212+if test ${ac_cv_prog_ac_ct_STRIP+y}
62136213+then :
62146214+ printf %s "(cached) " >&6
62156215+else $as_nop
55346216 if test -n "$ac_ct_STRIP"; then
55356217 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
55366218else
···55386220for as_dir in $PATH
55396221do
55406222 IFS=$as_save_IFS
55415541- test -z "$as_dir" && as_dir=.
62236223+ case $as_dir in #(((
62246224+ '') as_dir=./ ;;
62256225+ */) ;;
62266226+ *) as_dir=$as_dir/ ;;
62276227+ esac
55426228 for ac_exec_ext in '' $ac_executable_extensions; do
55435543- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
62296229+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
55446230 ac_cv_prog_ac_ct_STRIP="strip"
55455545- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
62316231+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
55466232 break 2
55476233 fi
55486234done
···55536239fi
55546240ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
55556241if test -n "$ac_ct_STRIP"; then
55565556- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
55575557-$as_echo "$ac_ct_STRIP" >&6; }
62426242+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
62436243+printf "%s\n" "$ac_ct_STRIP" >&6; }
55586244else
55595559- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
55605560-$as_echo "no" >&6; }
62456245+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
62466246+printf "%s\n" "no" >&6; }
55616247fi
5562624855636249 if test "x$ac_ct_STRIP" = x; then
···55656251 else
55666252 case $cross_compiling:$ac_tool_warned in
55676253yes:)
55685568-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
55695569-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
62546254+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
62556255+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
55706256ac_tool_warned=yes ;;
55716257esac
55726258 STRIP=$ac_ct_STRIP
···55856271if test -n "$ac_tool_prefix"; then
55866272 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
55876273set dummy ${ac_tool_prefix}ranlib; ac_word=$2
55885588-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55895589-$as_echo_n "checking for $ac_word... " >&6; }
55905590-if ${ac_cv_prog_RANLIB+:} false; then :
55915591- $as_echo_n "(cached) " >&6
55925592-else
62746274+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62756275+printf %s "checking for $ac_word... " >&6; }
62766276+if test ${ac_cv_prog_RANLIB+y}
62776277+then :
62786278+ printf %s "(cached) " >&6
62796279+else $as_nop
55936280 if test -n "$RANLIB"; then
55946281 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
55956282else
···55976284for as_dir in $PATH
55986285do
55996286 IFS=$as_save_IFS
56005600- test -z "$as_dir" && as_dir=.
62876287+ case $as_dir in #(((
62886288+ '') as_dir=./ ;;
62896289+ */) ;;
62906290+ *) as_dir=$as_dir/ ;;
62916291+ esac
56016292 for ac_exec_ext in '' $ac_executable_extensions; do
56025602- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
62936293+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
56036294 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
56045604- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
62956295+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
56056296 break 2
56066297 fi
56076298done
···56126303fi
56136304RANLIB=$ac_cv_prog_RANLIB
56146305if test -n "$RANLIB"; then
56155615- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
56165616-$as_echo "$RANLIB" >&6; }
63066306+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
63076307+printf "%s\n" "$RANLIB" >&6; }
56176308else
56185618- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56195619-$as_echo "no" >&6; }
63096309+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
63106310+printf "%s\n" "no" >&6; }
56206311fi
5621631256226313···56256316 ac_ct_RANLIB=$RANLIB
56266317 # Extract the first word of "ranlib", so it can be a program name with args.
56276318set dummy ranlib; ac_word=$2
56285628-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
56295629-$as_echo_n "checking for $ac_word... " >&6; }
56305630-if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
56315631- $as_echo_n "(cached) " >&6
56325632-else
63196319+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63206320+printf %s "checking for $ac_word... " >&6; }
63216321+if test ${ac_cv_prog_ac_ct_RANLIB+y}
63226322+then :
63236323+ printf %s "(cached) " >&6
63246324+else $as_nop
56336325 if test -n "$ac_ct_RANLIB"; then
56346326 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
56356327else
···56376329for as_dir in $PATH
56386330do
56396331 IFS=$as_save_IFS
56405640- test -z "$as_dir" && as_dir=.
63326332+ case $as_dir in #(((
63336333+ '') as_dir=./ ;;
63346334+ */) ;;
63356335+ *) as_dir=$as_dir/ ;;
63366336+ esac
56416337 for ac_exec_ext in '' $ac_executable_extensions; do
56425642- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
63386338+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
56436339 ac_cv_prog_ac_ct_RANLIB="ranlib"
56445644- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
63406340+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
56456341 break 2
56466342 fi
56476343done
···56526348fi
56536349ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
56546350if test -n "$ac_ct_RANLIB"; then
56555655- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
56565656-$as_echo "$ac_ct_RANLIB" >&6; }
63516351+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
63526352+printf "%s\n" "$ac_ct_RANLIB" >&6; }
56576353else
56585658- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56595659-$as_echo "no" >&6; }
63546354+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
63556355+printf "%s\n" "no" >&6; }
56606356fi
5661635756626358 if test "x$ac_ct_RANLIB" = x; then
···56646360 else
56656361 case $cross_compiling:$ac_tool_warned in
56666362yes:)
56675667-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
56685668-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63636363+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
63646364+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56696365ac_tool_warned=yes ;;
56706366esac
56716367 RANLIB=$ac_ct_RANLIB
···575464505755645157566452# Check for command to grab the raw symbol name followed by C symbol from nm.
57575757-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
57585758-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
57595759-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
57605760- $as_echo_n "(cached) " >&6
57615761-else
64536453+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
64546454+printf %s "checking command to parse $NM output from $compiler object... " >&6; }
64556455+if test ${lt_cv_sys_global_symbol_pipe+y}
64566456+then :
64576457+ printf %s "(cached) " >&6
64586458+else $as_nop
5762645957636460# These are sane defaults that work on at least a few old systems.
57646461# [They come from Ultrix. What could be older than Ultrix?!! ;)]
···58776574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
58786575 (eval $ac_compile) 2>&5
58796576 ac_status=$?
58805880- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
65776577+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
58816578 test $ac_status = 0; }; then
58826579 # Now try to grab the symbols.
58836580 nlist=conftest.nm
58846581 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
58856582 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
58866583 ac_status=$?
58875887- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
65846584+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
58886585 test $ac_status = 0; } && test -s "$nlist"; then
58896586 # Try sorting and uniquifying the output.
58906587 if sort "$nlist" | uniq > "$nlist"T; then
···59536650 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
59546651 (eval $ac_link) 2>&5
59556652 ac_status=$?
59565956- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
66536653+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
59576654 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
59586655 pipe_works=yes
59596656 fi
···59886685 lt_cv_sys_global_symbol_to_cdecl=
59896686fi
59906687if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
59915991- { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
59925992-$as_echo "failed" >&6; }
66886688+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5
66896689+printf "%s\n" "failed" >&6; }
59936690else
59945994- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
59955995-$as_echo "ok" >&6; }
66916691+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
66926692+printf "%s\n" "ok" >&6; }
59966693fi
5997669459986695# Response file support.
···60286725602967266030672760316031-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
60326032-$as_echo_n "checking for sysroot... " >&6; }
67286728+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
67296729+printf %s "checking for sysroot... " >&6; }
6033673060346731# Check whether --with-sysroot was given.
60356035-if test "${with_sysroot+set}" = set; then :
67326732+if test ${with_sysroot+y}
67336733+then :
60366734 withval=$with_sysroot;
60376037-else
67356735+else $as_nop
60386736 with_sysroot=no
60396737fi
60406738···60526750 no|'')
60536751 ;; #(
60546752 *)
60556055- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
60566056-$as_echo "${with_sysroot}" >&6; }
67536753+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
67546754+printf "%s\n" "${with_sysroot}" >&6; }
60576755 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
60586756 ;;
60596757esac
6060675860616061- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
60626062-$as_echo "${lt_sysroot:-no}" >&6; }
67596759+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
67606760+printf "%s\n" "${lt_sysroot:-no}" >&6; }
606367616064676260656763606667646067676560686766# Check whether --enable-libtool-lock was given.
60696069-if test "${enable_libtool_lock+set}" = set; then :
67676767+if test ${enable_libtool_lock+y}
67686768+then :
60706769 enableval=$enable_libtool_lock;
60716770fi
60726771···60816780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
60826781 (eval $ac_compile) 2>&5
60836782 ac_status=$?
60846084- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
67836783+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
60856784 test $ac_status = 0; }; then
60866785 case `/usr/bin/file conftest.$ac_objext` in
60876786 *ELF-32*)
···61006799 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
61016800 (eval $ac_compile) 2>&5
61026801 ac_status=$?
61036103- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68026802+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61046803 test $ac_status = 0; }; then
61056804 if test "$lt_cv_prog_gnu_ld" = yes; then
61066805 case `/usr/bin/file conftest.$ac_objext` in
···61386837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
61396838 (eval $ac_compile) 2>&5
61406839 ac_status=$?
61416141- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68406840+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61426841 test $ac_status = 0; }; then
61436842 case `/usr/bin/file conftest.o` in
61446843 *32-bit*)
···61886887 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
61896888 SAVE_CFLAGS="$CFLAGS"
61906889 CFLAGS="$CFLAGS -belf"
61916191- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
61926192-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
61936193-if ${lt_cv_cc_needs_belf+:} false; then :
61946194- $as_echo_n "(cached) " >&6
61956195-else
68906890+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
68916891+printf %s "checking whether the C compiler needs -belf... " >&6; }
68926892+if test ${lt_cv_cc_needs_belf+y}
68936893+then :
68946894+ printf %s "(cached) " >&6
68956895+else $as_nop
61966896 ac_ext=c
61976897ac_cpp='$CPP $CPPFLAGS'
61986898ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
···62036903/* end confdefs.h. */
6204690462056905int
62066206-main ()
69066906+main (void)
62076907{
6208690862096909 ;
62106910 return 0;
62116911}
62126912_ACEOF
62136213-if ac_fn_c_try_link "$LINENO"; then :
69136913+if ac_fn_c_try_link "$LINENO"
69146914+then :
62146915 lt_cv_cc_needs_belf=yes
62156215-else
69166916+else $as_nop
62166917 lt_cv_cc_needs_belf=no
62176918fi
62186218-rm -f core conftest.err conftest.$ac_objext \
69196919+rm -f core conftest.err conftest.$ac_objext conftest.beam \
62196920 conftest$ac_exeext conftest.$ac_ext
62206921 ac_ext=c
62216922ac_cpp='$CPP $CPPFLAGS'
···62246925ac_compiler_gnu=$ac_cv_c_compiler_gnu
6225692662266927fi
62276227-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
62286228-$as_echo "$lt_cv_cc_needs_belf" >&6; }
69286928+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
69296929+printf "%s\n" "$lt_cv_cc_needs_belf" >&6; }
62296930 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
62306931 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
62316932 CFLAGS="$SAVE_CFLAGS"
···62376938 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
62386939 (eval $ac_compile) 2>&5
62396940 ac_status=$?
62406240- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
69416941+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
62416942 test $ac_status = 0; }; then
62426943 case `/usr/bin/file conftest.o` in
62436944 *64-bit*)
···62746975if test -n "$ac_tool_prefix"; then
62756976 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
62766977set dummy ${ac_tool_prefix}mt; ac_word=$2
62776277-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62786278-$as_echo_n "checking for $ac_word... " >&6; }
62796279-if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
62806280- $as_echo_n "(cached) " >&6
62816281-else
69786978+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
69796979+printf %s "checking for $ac_word... " >&6; }
69806980+if test ${ac_cv_prog_MANIFEST_TOOL+y}
69816981+then :
69826982+ printf %s "(cached) " >&6
69836983+else $as_nop
62826984 if test -n "$MANIFEST_TOOL"; then
62836985 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
62846986else
···62866988for as_dir in $PATH
62876989do
62886990 IFS=$as_save_IFS
62896289- test -z "$as_dir" && as_dir=.
69916991+ case $as_dir in #(((
69926992+ '') as_dir=./ ;;
69936993+ */) ;;
69946994+ *) as_dir=$as_dir/ ;;
69956995+ esac
62906996 for ac_exec_ext in '' $ac_executable_extensions; do
62916291- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
69976997+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
62926998 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
62936293- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
69996999+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
62947000 break 2
62957001 fi
62967002done
···63017007fi
63027008MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
63037009if test -n "$MANIFEST_TOOL"; then
63046304- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
63056305-$as_echo "$MANIFEST_TOOL" >&6; }
70107010+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
70117011+printf "%s\n" "$MANIFEST_TOOL" >&6; }
63067012else
63076307- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
63086308-$as_echo "no" >&6; }
70137013+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
70147014+printf "%s\n" "no" >&6; }
63097015fi
6310701663117017···63147020 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
63157021 # Extract the first word of "mt", so it can be a program name with args.
63167022set dummy mt; ac_word=$2
63176317-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63186318-$as_echo_n "checking for $ac_word... " >&6; }
63196319-if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
63206320- $as_echo_n "(cached) " >&6
63216321-else
70237023+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
70247024+printf %s "checking for $ac_word... " >&6; }
70257025+if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y}
70267026+then :
70277027+ printf %s "(cached) " >&6
70287028+else $as_nop
63227029 if test -n "$ac_ct_MANIFEST_TOOL"; then
63237030 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
63247031else
···63267033for as_dir in $PATH
63277034do
63287035 IFS=$as_save_IFS
63296329- test -z "$as_dir" && as_dir=.
70367036+ case $as_dir in #(((
70377037+ '') as_dir=./ ;;
70387038+ */) ;;
70397039+ *) as_dir=$as_dir/ ;;
70407040+ esac
63307041 for ac_exec_ext in '' $ac_executable_extensions; do
63316331- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
70427042+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
63327043 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
63336333- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
70447044+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
63347045 break 2
63357046 fi
63367047done
···63417052fi
63427053ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
63437054if test -n "$ac_ct_MANIFEST_TOOL"; then
63446344- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
63456345-$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
70557055+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
70567056+printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; }
63467057else
63476347- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
63486348-$as_echo "no" >&6; }
70587058+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
70597059+printf "%s\n" "no" >&6; }
63497060fi
6350706163517062 if test "x$ac_ct_MANIFEST_TOOL" = x; then
···63537064 else
63547065 case $cross_compiling:$ac_tool_warned in
63557066yes:)
63566356-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
63576357-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
70677067+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
70687068+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63587069ac_tool_warned=yes ;;
63597070esac
63607071 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
···63647075fi
6365707663667077test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
63676367-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
63686368-$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
63696369-if ${lt_cv_path_mainfest_tool+:} false; then :
63706370- $as_echo_n "(cached) " >&6
63716371-else
70787078+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
70797079+printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
70807080+if test ${lt_cv_path_mainfest_tool+y}
70817081+then :
70827082+ printf %s "(cached) " >&6
70837083+else $as_nop
63727084 lt_cv_path_mainfest_tool=no
63737085 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
63747086 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
···63787090 fi
63797091 rm -f conftest*
63807092fi
63816381-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
63826382-$as_echo "$lt_cv_path_mainfest_tool" >&6; }
70937093+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
70947094+printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; }
63837095if test "x$lt_cv_path_mainfest_tool" != xyes; then
63847096 MANIFEST_TOOL=:
63857097fi
···63947106 if test -n "$ac_tool_prefix"; then
63957107 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
63967108set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
63976397-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63986398-$as_echo_n "checking for $ac_word... " >&6; }
63996399-if ${ac_cv_prog_DSYMUTIL+:} false; then :
64006400- $as_echo_n "(cached) " >&6
64016401-else
71097109+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
71107110+printf %s "checking for $ac_word... " >&6; }
71117111+if test ${ac_cv_prog_DSYMUTIL+y}
71127112+then :
71137113+ printf %s "(cached) " >&6
71147114+else $as_nop
64027115 if test -n "$DSYMUTIL"; then
64037116 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
64047117else
···64067119for as_dir in $PATH
64077120do
64087121 IFS=$as_save_IFS
64096409- test -z "$as_dir" && as_dir=.
71227122+ case $as_dir in #(((
71237123+ '') as_dir=./ ;;
71247124+ */) ;;
71257125+ *) as_dir=$as_dir/ ;;
71267126+ esac
64107127 for ac_exec_ext in '' $ac_executable_extensions; do
64116411- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
71287128+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
64127129 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
64136413- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
71307130+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
64147131 break 2
64157132 fi
64167133done
···64217138fi
64227139DSYMUTIL=$ac_cv_prog_DSYMUTIL
64237140if test -n "$DSYMUTIL"; then
64246424- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
64256425-$as_echo "$DSYMUTIL" >&6; }
71417141+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
71427142+printf "%s\n" "$DSYMUTIL" >&6; }
64267143else
64276427- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64286428-$as_echo "no" >&6; }
71447144+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
71457145+printf "%s\n" "no" >&6; }
64297146fi
6430714764317148···64347151 ac_ct_DSYMUTIL=$DSYMUTIL
64357152 # Extract the first word of "dsymutil", so it can be a program name with args.
64367153set dummy dsymutil; ac_word=$2
64376437-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64386438-$as_echo_n "checking for $ac_word... " >&6; }
64396439-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
64406440- $as_echo_n "(cached) " >&6
64416441-else
71547154+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
71557155+printf %s "checking for $ac_word... " >&6; }
71567156+if test ${ac_cv_prog_ac_ct_DSYMUTIL+y}
71577157+then :
71587158+ printf %s "(cached) " >&6
71597159+else $as_nop
64427160 if test -n "$ac_ct_DSYMUTIL"; then
64437161 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
64447162else
···64467164for as_dir in $PATH
64477165do
64487166 IFS=$as_save_IFS
64496449- test -z "$as_dir" && as_dir=.
71677167+ case $as_dir in #(((
71687168+ '') as_dir=./ ;;
71697169+ */) ;;
71707170+ *) as_dir=$as_dir/ ;;
71717171+ esac
64507172 for ac_exec_ext in '' $ac_executable_extensions; do
64516451- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
71737173+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
64527174 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
64536453- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
71757175+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
64547176 break 2
64557177 fi
64567178done
···64617183fi
64627184ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
64637185if test -n "$ac_ct_DSYMUTIL"; then
64646464- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
64656465-$as_echo "$ac_ct_DSYMUTIL" >&6; }
71867186+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
71877187+printf "%s\n" "$ac_ct_DSYMUTIL" >&6; }
64667188else
64676467- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64686468-$as_echo "no" >&6; }
71897189+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
71907190+printf "%s\n" "no" >&6; }
64697191fi
6470719264717193 if test "x$ac_ct_DSYMUTIL" = x; then
···64737195 else
64747196 case $cross_compiling:$ac_tool_warned in
64757197yes:)
64766476-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
64776477-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
71987198+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
71997199+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
64787200ac_tool_warned=yes ;;
64797201esac
64807202 DSYMUTIL=$ac_ct_DSYMUTIL
···64867208 if test -n "$ac_tool_prefix"; then
64877209 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
64887210set dummy ${ac_tool_prefix}nmedit; ac_word=$2
64896489-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64906490-$as_echo_n "checking for $ac_word... " >&6; }
64916491-if ${ac_cv_prog_NMEDIT+:} false; then :
64926492- $as_echo_n "(cached) " >&6
64936493-else
72117211+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
72127212+printf %s "checking for $ac_word... " >&6; }
72137213+if test ${ac_cv_prog_NMEDIT+y}
72147214+then :
72157215+ printf %s "(cached) " >&6
72167216+else $as_nop
64947217 if test -n "$NMEDIT"; then
64957218 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
64967219else
···64987221for as_dir in $PATH
64997222do
65007223 IFS=$as_save_IFS
65016501- test -z "$as_dir" && as_dir=.
72247224+ case $as_dir in #(((
72257225+ '') as_dir=./ ;;
72267226+ */) ;;
72277227+ *) as_dir=$as_dir/ ;;
72287228+ esac
65027229 for ac_exec_ext in '' $ac_executable_extensions; do
65036503- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
72307230+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
65047231 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
65056505- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
72327232+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
65067233 break 2
65077234 fi
65087235done
···65137240fi
65147241NMEDIT=$ac_cv_prog_NMEDIT
65157242if test -n "$NMEDIT"; then
65166516- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
65176517-$as_echo "$NMEDIT" >&6; }
72437243+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
72447244+printf "%s\n" "$NMEDIT" >&6; }
65187245else
65196519- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65206520-$as_echo "no" >&6; }
72467246+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
72477247+printf "%s\n" "no" >&6; }
65217248fi
6522724965237250···65267253 ac_ct_NMEDIT=$NMEDIT
65277254 # Extract the first word of "nmedit", so it can be a program name with args.
65287255set dummy nmedit; ac_word=$2
65296529-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65306530-$as_echo_n "checking for $ac_word... " >&6; }
65316531-if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
65326532- $as_echo_n "(cached) " >&6
65336533-else
72567256+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
72577257+printf %s "checking for $ac_word... " >&6; }
72587258+if test ${ac_cv_prog_ac_ct_NMEDIT+y}
72597259+then :
72607260+ printf %s "(cached) " >&6
72617261+else $as_nop
65347262 if test -n "$ac_ct_NMEDIT"; then
65357263 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
65367264else
···65387266for as_dir in $PATH
65397267do
65407268 IFS=$as_save_IFS
65416541- test -z "$as_dir" && as_dir=.
72697269+ case $as_dir in #(((
72707270+ '') as_dir=./ ;;
72717271+ */) ;;
72727272+ *) as_dir=$as_dir/ ;;
72737273+ esac
65427274 for ac_exec_ext in '' $ac_executable_extensions; do
65436543- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
72757275+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
65447276 ac_cv_prog_ac_ct_NMEDIT="nmedit"
65456545- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
72777277+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
65467278 break 2
65477279 fi
65487280done
···65537285fi
65547286ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
65557287if test -n "$ac_ct_NMEDIT"; then
65566556- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
65576557-$as_echo "$ac_ct_NMEDIT" >&6; }
72887288+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
72897289+printf "%s\n" "$ac_ct_NMEDIT" >&6; }
65587290else
65596559- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65606560-$as_echo "no" >&6; }
72917291+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
72927292+printf "%s\n" "no" >&6; }
65617293fi
6562729465637295 if test "x$ac_ct_NMEDIT" = x; then
···65657297 else
65667298 case $cross_compiling:$ac_tool_warned in
65677299yes:)
65686568-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
65696569-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
73007300+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
73017301+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
65707302ac_tool_warned=yes ;;
65717303esac
65727304 NMEDIT=$ac_ct_NMEDIT
···65787310 if test -n "$ac_tool_prefix"; then
65797311 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
65807312set dummy ${ac_tool_prefix}lipo; ac_word=$2
65816581-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65826582-$as_echo_n "checking for $ac_word... " >&6; }
65836583-if ${ac_cv_prog_LIPO+:} false; then :
65846584- $as_echo_n "(cached) " >&6
65856585-else
73137313+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
73147314+printf %s "checking for $ac_word... " >&6; }
73157315+if test ${ac_cv_prog_LIPO+y}
73167316+then :
73177317+ printf %s "(cached) " >&6
73187318+else $as_nop
65867319 if test -n "$LIPO"; then
65877320 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
65887321else
···65907323for as_dir in $PATH
65917324do
65927325 IFS=$as_save_IFS
65936593- test -z "$as_dir" && as_dir=.
73267326+ case $as_dir in #(((
73277327+ '') as_dir=./ ;;
73287328+ */) ;;
73297329+ *) as_dir=$as_dir/ ;;
73307330+ esac
65947331 for ac_exec_ext in '' $ac_executable_extensions; do
65956595- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
73327332+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
65967333 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
65976597- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
73347334+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
65987335 break 2
65997336 fi
66007337done
···66057342fi
66067343LIPO=$ac_cv_prog_LIPO
66077344if test -n "$LIPO"; then
66086608- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
66096609-$as_echo "$LIPO" >&6; }
73457345+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
73467346+printf "%s\n" "$LIPO" >&6; }
66107347else
66116611- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66126612-$as_echo "no" >&6; }
73487348+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
73497349+printf "%s\n" "no" >&6; }
66137350fi
6614735166157352···66187355 ac_ct_LIPO=$LIPO
66197356 # Extract the first word of "lipo", so it can be a program name with args.
66207357set dummy lipo; ac_word=$2
66216621-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66226622-$as_echo_n "checking for $ac_word... " >&6; }
66236623-if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
66246624- $as_echo_n "(cached) " >&6
66256625-else
73587358+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
73597359+printf %s "checking for $ac_word... " >&6; }
73607360+if test ${ac_cv_prog_ac_ct_LIPO+y}
73617361+then :
73627362+ printf %s "(cached) " >&6
73637363+else $as_nop
66267364 if test -n "$ac_ct_LIPO"; then
66277365 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
66287366else
···66307368for as_dir in $PATH
66317369do
66327370 IFS=$as_save_IFS
66336633- test -z "$as_dir" && as_dir=.
73717371+ case $as_dir in #(((
73727372+ '') as_dir=./ ;;
73737373+ */) ;;
73747374+ *) as_dir=$as_dir/ ;;
73757375+ esac
66347376 for ac_exec_ext in '' $ac_executable_extensions; do
66356635- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
73777377+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
66367378 ac_cv_prog_ac_ct_LIPO="lipo"
66376637- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
73797379+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
66387380 break 2
66397381 fi
66407382done
···66457387fi
66467388ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
66477389if test -n "$ac_ct_LIPO"; then
66486648- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
66496649-$as_echo "$ac_ct_LIPO" >&6; }
73907390+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
73917391+printf "%s\n" "$ac_ct_LIPO" >&6; }
66507392else
66516651- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66526652-$as_echo "no" >&6; }
73937393+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
73947394+printf "%s\n" "no" >&6; }
66537395fi
6654739666557397 if test "x$ac_ct_LIPO" = x; then
···66577399 else
66587400 case $cross_compiling:$ac_tool_warned in
66597401yes:)
66606660-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
66616661-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
74027402+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
74037403+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66627404ac_tool_warned=yes ;;
66637405esac
66647406 LIPO=$ac_ct_LIPO
···66707412 if test -n "$ac_tool_prefix"; then
66717413 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
66727414set dummy ${ac_tool_prefix}otool; ac_word=$2
66736673-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66746674-$as_echo_n "checking for $ac_word... " >&6; }
66756675-if ${ac_cv_prog_OTOOL+:} false; then :
66766676- $as_echo_n "(cached) " >&6
66776677-else
74157415+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
74167416+printf %s "checking for $ac_word... " >&6; }
74177417+if test ${ac_cv_prog_OTOOL+y}
74187418+then :
74197419+ printf %s "(cached) " >&6
74207420+else $as_nop
66787421 if test -n "$OTOOL"; then
66797422 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
66807423else
···66827425for as_dir in $PATH
66837426do
66847427 IFS=$as_save_IFS
66856685- test -z "$as_dir" && as_dir=.
74287428+ case $as_dir in #(((
74297429+ '') as_dir=./ ;;
74307430+ */) ;;
74317431+ *) as_dir=$as_dir/ ;;
74327432+ esac
66867433 for ac_exec_ext in '' $ac_executable_extensions; do
66876687- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
74347434+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
66887435 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
66896689- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
74367436+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
66907437 break 2
66917438 fi
66927439done
···66977444fi
66987445OTOOL=$ac_cv_prog_OTOOL
66997446if test -n "$OTOOL"; then
67006700- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
67016701-$as_echo "$OTOOL" >&6; }
74477447+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
74487448+printf "%s\n" "$OTOOL" >&6; }
67027449else
67036703- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67046704-$as_echo "no" >&6; }
74507450+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
74517451+printf "%s\n" "no" >&6; }
67057452fi
6706745367077454···67107457 ac_ct_OTOOL=$OTOOL
67117458 # Extract the first word of "otool", so it can be a program name with args.
67127459set dummy otool; ac_word=$2
67136713-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67146714-$as_echo_n "checking for $ac_word... " >&6; }
67156715-if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
67166716- $as_echo_n "(cached) " >&6
67176717-else
74607460+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
74617461+printf %s "checking for $ac_word... " >&6; }
74627462+if test ${ac_cv_prog_ac_ct_OTOOL+y}
74637463+then :
74647464+ printf %s "(cached) " >&6
74657465+else $as_nop
67187466 if test -n "$ac_ct_OTOOL"; then
67197467 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
67207468else
···67227470for as_dir in $PATH
67237471do
67247472 IFS=$as_save_IFS
67256725- test -z "$as_dir" && as_dir=.
74737473+ case $as_dir in #(((
74747474+ '') as_dir=./ ;;
74757475+ */) ;;
74767476+ *) as_dir=$as_dir/ ;;
74777477+ esac
67267478 for ac_exec_ext in '' $ac_executable_extensions; do
67276727- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
74797479+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
67287480 ac_cv_prog_ac_ct_OTOOL="otool"
67296729- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
74817481+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
67307482 break 2
67317483 fi
67327484done
···67377489fi
67387490ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
67397491if test -n "$ac_ct_OTOOL"; then
67406740- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
67416741-$as_echo "$ac_ct_OTOOL" >&6; }
74927492+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
74937493+printf "%s\n" "$ac_ct_OTOOL" >&6; }
67427494else
67436743- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67446744-$as_echo "no" >&6; }
74957495+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
74967496+printf "%s\n" "no" >&6; }
67457497fi
6746749867477499 if test "x$ac_ct_OTOOL" = x; then
···67497501 else
67507502 case $cross_compiling:$ac_tool_warned in
67517503yes:)
67526752-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
67536753-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
75047504+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
75057505+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
67547506ac_tool_warned=yes ;;
67557507esac
67567508 OTOOL=$ac_ct_OTOOL
···67627514 if test -n "$ac_tool_prefix"; then
67637515 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
67647516set dummy ${ac_tool_prefix}otool64; ac_word=$2
67656765-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67666766-$as_echo_n "checking for $ac_word... " >&6; }
67676767-if ${ac_cv_prog_OTOOL64+:} false; then :
67686768- $as_echo_n "(cached) " >&6
67696769-else
75177517+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
75187518+printf %s "checking for $ac_word... " >&6; }
75197519+if test ${ac_cv_prog_OTOOL64+y}
75207520+then :
75217521+ printf %s "(cached) " >&6
75227522+else $as_nop
67707523 if test -n "$OTOOL64"; then
67717524 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
67727525else
···67747527for as_dir in $PATH
67757528do
67767529 IFS=$as_save_IFS
67776777- test -z "$as_dir" && as_dir=.
75307530+ case $as_dir in #(((
75317531+ '') as_dir=./ ;;
75327532+ */) ;;
75337533+ *) as_dir=$as_dir/ ;;
75347534+ esac
67787535 for ac_exec_ext in '' $ac_executable_extensions; do
67796779- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75367536+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
67807537 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
67816781- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75387538+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
67827539 break 2
67837540 fi
67847541done
···67897546fi
67907547OTOOL64=$ac_cv_prog_OTOOL64
67917548if test -n "$OTOOL64"; then
67926792- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
67936793-$as_echo "$OTOOL64" >&6; }
75497549+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
75507550+printf "%s\n" "$OTOOL64" >&6; }
67947551else
67956795- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67966796-$as_echo "no" >&6; }
75527552+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
75537553+printf "%s\n" "no" >&6; }
67977554fi
6798755567997556···68027559 ac_ct_OTOOL64=$OTOOL64
68037560 # Extract the first word of "otool64", so it can be a program name with args.
68047561set dummy otool64; ac_word=$2
68056805-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
68066806-$as_echo_n "checking for $ac_word... " >&6; }
68076807-if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
68086808- $as_echo_n "(cached) " >&6
68096809-else
75627562+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
75637563+printf %s "checking for $ac_word... " >&6; }
75647564+if test ${ac_cv_prog_ac_ct_OTOOL64+y}
75657565+then :
75667566+ printf %s "(cached) " >&6
75677567+else $as_nop
68107568 if test -n "$ac_ct_OTOOL64"; then
68117569 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
68127570else
···68147572for as_dir in $PATH
68157573do
68167574 IFS=$as_save_IFS
68176817- test -z "$as_dir" && as_dir=.
75757575+ case $as_dir in #(((
75767576+ '') as_dir=./ ;;
75777577+ */) ;;
75787578+ *) as_dir=$as_dir/ ;;
75797579+ esac
68187580 for ac_exec_ext in '' $ac_executable_extensions; do
68196819- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75817581+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
68207582 ac_cv_prog_ac_ct_OTOOL64="otool64"
68216821- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75837583+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
68227584 break 2
68237585 fi
68247586done
···68297591fi
68307592ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
68317593if test -n "$ac_ct_OTOOL64"; then
68326832- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
68336833-$as_echo "$ac_ct_OTOOL64" >&6; }
75947594+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
75957595+printf "%s\n" "$ac_ct_OTOOL64" >&6; }
68347596else
68356835- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
68366836-$as_echo "no" >&6; }
75977597+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
75987598+printf "%s\n" "no" >&6; }
68377599fi
6838760068397601 if test "x$ac_ct_OTOOL64" = x; then
···68417603 else
68427604 case $cross_compiling:$ac_tool_warned in
68437605yes:)
68446844-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
68456845-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
76067606+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
76077607+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
68467608ac_tool_warned=yes ;;
68477609esac
68487610 OTOOL64=$ac_ct_OTOOL64
···68777639687876406879764168806880- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
68816881-$as_echo_n "checking for -single_module linker flag... " >&6; }
68826882-if ${lt_cv_apple_cc_single_mod+:} false; then :
68836883- $as_echo_n "(cached) " >&6
68846884-else
76427642+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
76437643+printf %s "checking for -single_module linker flag... " >&6; }
76447644+if test ${lt_cv_apple_cc_single_mod+y}
76457645+then :
76467646+ printf %s "(cached) " >&6
76477647+else $as_nop
68857648 lt_cv_apple_cc_single_mod=no
68867649 if test -z "${LT_MULTI_MODULE}"; then
68877650 # By default we will add the -single_module flag. You can override
···69107673 rm -f conftest.*
69117674 fi
69127675fi
69136913-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
69146914-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
76767676+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
76777677+printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; }
6915767869166916- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
69176917-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
69186918-if ${lt_cv_ld_exported_symbols_list+:} false; then :
69196919- $as_echo_n "(cached) " >&6
69206920-else
76797679+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
76807680+printf %s "checking for -exported_symbols_list linker flag... " >&6; }
76817681+if test ${lt_cv_ld_exported_symbols_list+y}
76827682+then :
76837683+ printf %s "(cached) " >&6
76847684+else $as_nop
69217685 lt_cv_ld_exported_symbols_list=no
69227686 save_LDFLAGS=$LDFLAGS
69237687 echo "_main" > conftest.sym
···69267690/* end confdefs.h. */
6927769169287692int
69296929-main ()
76937693+main (void)
69307694{
6931769569327696 ;
69337697 return 0;
69347698}
69357699_ACEOF
69366936-if ac_fn_c_try_link "$LINENO"; then :
77007700+if ac_fn_c_try_link "$LINENO"
77017701+then :
69377702 lt_cv_ld_exported_symbols_list=yes
69386938-else
77037703+else $as_nop
69397704 lt_cv_ld_exported_symbols_list=no
69407705fi
69416941-rm -f core conftest.err conftest.$ac_objext \
77067706+rm -f core conftest.err conftest.$ac_objext conftest.beam \
69427707 conftest$ac_exeext conftest.$ac_ext
69437708 LDFLAGS="$save_LDFLAGS"
6944770969457710fi
69466946-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
69476947-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
77117711+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
77127712+printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; }
6948771369496949- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
69506950-$as_echo_n "checking for -force_load linker flag... " >&6; }
69516951-if ${lt_cv_ld_force_load+:} false; then :
69526952- $as_echo_n "(cached) " >&6
69536953-else
77147714+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
77157715+printf %s "checking for -force_load linker flag... " >&6; }
77167716+if test ${lt_cv_ld_force_load+y}
77177717+then :
77187718+ printf %s "(cached) " >&6
77197719+else $as_nop
69547720 lt_cv_ld_force_load=no
69557721 cat > conftest.c << _LT_EOF
69567722int forced_loaded() { return 2;}
···69787744 rm -rf conftest.dSYM
6979774569807746fi
69816981-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
69826982-$as_echo "$lt_cv_ld_force_load" >&6; }
77477747+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
77487748+printf "%s\n" "$lt_cv_ld_force_load" >&6; }
69837749 case $host_os in
69847750 rhapsody* | darwin1.[012])
69857751 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
···70157781 ;;
70167782 esac
7017778370187018-ac_ext=c
70197019-ac_cpp='$CPP $CPPFLAGS'
70207020-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70217021-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70227022-ac_compiler_gnu=$ac_cv_c_compiler_gnu
70237023-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
70247024-$as_echo_n "checking how to run the C preprocessor... " >&6; }
70257025-# On Suns, sometimes $CPP names a directory.
70267026-if test -n "$CPP" && test -d "$CPP"; then
70277027- CPP=
70287028-fi
70297029-if test -z "$CPP"; then
70307030- if ${ac_cv_prog_CPP+:} false; then :
70317031- $as_echo_n "(cached) " >&6
70327032-else
70337033- # Double quotes because CPP needs to be expanded
70347034- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
70357035- do
70367036- ac_preproc_ok=false
70377037-for ac_c_preproc_warn_flag in '' yes
77847784+ac_header= ac_cache=
77857785+for ac_item in $ac_header_c_list
70387786do
70397039- # Use a header file that comes with gcc, so configuring glibc
70407040- # with a fresh cross-compiler works.
70417041- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
70427042- # <limits.h> exists even on freestanding compilers.
70437043- # On the NeXT, cc -E runs the code through the compiler's parser,
70447044- # not just through cpp. "Syntax error" is here to catch this case.
70457045- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70467046-/* end confdefs.h. */
70477047-#ifdef __STDC__
70487048-# include <limits.h>
70497049-#else
70507050-# include <assert.h>
70517051-#endif
70527052- Syntax error
70537053-_ACEOF
70547054-if ac_fn_c_try_cpp "$LINENO"; then :
70557055-70567056-else
70577057- # Broken: fails on valid input.
70587058-continue
70597059-fi
70607060-rm -f conftest.err conftest.i conftest.$ac_ext
70617061-70627062- # OK, works on sane cases. Now check whether nonexistent headers
70637063- # can be detected and how.
70647064- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70657065-/* end confdefs.h. */
70667066-#include <ac_nonexistent.h>
70677067-_ACEOF
70687068-if ac_fn_c_try_cpp "$LINENO"; then :
70697069- # Broken: success on invalid input.
70707070-continue
70717071-else
70727072- # Passes both tests.
70737073-ac_preproc_ok=:
70747074-break
70757075-fi
70767076-rm -f conftest.err conftest.i conftest.$ac_ext
70777077-77877787+ if test $ac_cache; then
77887788+ ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
77897789+ if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
77907790+ printf "%s\n" "#define $ac_item 1" >> confdefs.h
77917791+ fi
77927792+ ac_header= ac_cache=
77937793+ elif test $ac_header; then
77947794+ ac_cache=$ac_item
77957795+ else
77967796+ ac_header=$ac_item
77977797+ fi
70787798done
70797079-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
70807080-rm -f conftest.i conftest.err conftest.$ac_ext
70817081-if $ac_preproc_ok; then :
70827082- break
70837083-fi
7084779970857085- done
70867086- ac_cv_prog_CPP=$CPP
7087780070887088-fi
70897089- CPP=$ac_cv_prog_CPP
70907090-else
70917091- ac_cv_prog_CPP=$CPP
70927092-fi
70937093-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
70947094-$as_echo "$CPP" >&6; }
70957095-ac_preproc_ok=false
70967096-for ac_c_preproc_warn_flag in '' yes
70977097-do
70987098- # Use a header file that comes with gcc, so configuring glibc
70997099- # with a fresh cross-compiler works.
71007100- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
71017101- # <limits.h> exists even on freestanding compilers.
71027102- # On the NeXT, cc -E runs the code through the compiler's parser,
71037103- # not just through cpp. "Syntax error" is here to catch this case.
71047104- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71057105-/* end confdefs.h. */
71067106-#ifdef __STDC__
71077107-# include <limits.h>
71087108-#else
71097109-# include <assert.h>
71107110-#endif
71117111- Syntax error
71127112-_ACEOF
71137113-if ac_fn_c_try_cpp "$LINENO"; then :
7114780171157115-else
71167116- # Broken: fails on valid input.
71177117-continue
71187118-fi
71197119-rm -f conftest.err conftest.i conftest.$ac_ext
7120780271217121- # OK, works on sane cases. Now check whether nonexistent headers
71227122- # can be detected and how.
71237123- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71247124-/* end confdefs.h. */
71257125-#include <ac_nonexistent.h>
71267126-_ACEOF
71277127-if ac_fn_c_try_cpp "$LINENO"; then :
71287128- # Broken: success on invalid input.
71297129-continue
71307130-else
71317131- # Passes both tests.
71327132-ac_preproc_ok=:
71337133-break
71347134-fi
71357135-rm -f conftest.err conftest.i conftest.$ac_ext
7136780371377137-done
71387138-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
71397139-rm -f conftest.i conftest.err conftest.$ac_ext
71407140-if $ac_preproc_ok; then :
7141780471427142-else
71437143- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
71447144-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
71457145-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
71467146-See \`config.log' for more details" "$LINENO" 5; }
71477147-fi
71487148-71497149-ac_ext=c
71507150-ac_cpp='$CPP $CPPFLAGS'
71517151-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71527152-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71537153-ac_compiler_gnu=$ac_cv_c_compiler_gnu
715478057155780671567156-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
71577157-$as_echo_n "checking for ANSI C header files... " >&6; }
71587158-if ${ac_cv_header_stdc+:} false; then :
71597159- $as_echo_n "(cached) " >&6
71607160-else
71617161- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71627162-/* end confdefs.h. */
71637163-#include <stdlib.h>
71647164-#include <stdarg.h>
71657165-#include <string.h>
71667166-#include <float.h>
71677167-71687168-int
71697169-main ()
71707170-{
71717171-71727172- ;
71737173- return 0;
71747174-}
71757175-_ACEOF
71767176-if ac_fn_c_try_compile "$LINENO"; then :
71777177- ac_cv_header_stdc=yes
71787178-else
71797179- ac_cv_header_stdc=no
71807180-fi
71817181-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71827182-71837183-if test $ac_cv_header_stdc = yes; then
71847184- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
71857185- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71867186-/* end confdefs.h. */
71877187-#include <string.h>
71887188-71897189-_ACEOF
71907190-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
71917191- $EGREP "memchr" >/dev/null 2>&1; then :
71927192-71937193-else
71947194- ac_cv_header_stdc=no
71957195-fi
71967196-rm -f conftest*
71977197-71987198-fi
71997199-72007200-if test $ac_cv_header_stdc = yes; then
72017201- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
72027202- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72037203-/* end confdefs.h. */
72047204-#include <stdlib.h>
72057205-72067206-_ACEOF
72077207-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
72087208- $EGREP "free" >/dev/null 2>&1; then :
72097209-72107210-else
72117211- ac_cv_header_stdc=no
72127212-fi
72137213-rm -f conftest*
72147214-72157215-fi
72167216-72177217-if test $ac_cv_header_stdc = yes; then
72187218- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
72197219- if test "$cross_compiling" = yes; then :
72207220- :
72217221-else
72227222- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72237223-/* end confdefs.h. */
72247224-#include <ctype.h>
72257225-#include <stdlib.h>
72267226-#if ((' ' & 0x0FF) == 0x020)
72277227-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
72287228-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
72297229-#else
72307230-# define ISLOWER(c) \
72317231- (('a' <= (c) && (c) <= 'i') \
72327232- || ('j' <= (c) && (c) <= 'r') \
72337233- || ('s' <= (c) && (c) <= 'z'))
72347234-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
72357235-#endif
72367236-72377237-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
72387238-int
72397239-main ()
72407240-{
72417241- int i;
72427242- for (i = 0; i < 256; i++)
72437243- if (XOR (islower (i), ISLOWER (i))
72447244- || toupper (i) != TOUPPER (i))
72457245- return 2;
72467246- return 0;
72477247-}
72487248-_ACEOF
72497249-if ac_fn_c_try_run "$LINENO"; then :
72507250-72517251-else
72527252- ac_cv_header_stdc=no
72537253-fi
72547254-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
72557255- conftest.$ac_objext conftest.beam conftest.$ac_ext
72567256-fi
72577257-72587258-fi
72597259-fi
72607260-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
72617261-$as_echo "$ac_cv_header_stdc" >&6; }
72627262-if test $ac_cv_header_stdc = yes; then
72637263-72647264-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
72657265-72667266-fi
78077807+if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
78087808+then :
7267780972687268-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
72697269-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
72707270- inttypes.h stdint.h unistd.h
72717271-do :
72727272- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
72737273-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
72747274-"
72757275-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
72767276- cat >>confdefs.h <<_ACEOF
72777277-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
72787278-_ACEOF
78107810+printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
7279781172807812fi
72817281-72827282-done
72837283-72847284-72857285-for ac_header in dlfcn.h
72867286-do :
72877287- ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
78137813+ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
72887814"
72897289-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
72907290- cat >>confdefs.h <<_ACEOF
72917291-#define HAVE_DLFCN_H 1
72927292-_ACEOF
78157815+if test "x$ac_cv_header_dlfcn_h" = xyes
78167816+then :
78177817+ printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h
7293781872947819fi
7295782072967296-done
7297782172987822729978237300782473017301-73027825# Set options
7303782673047827···731078337311783473127835 # Check whether --enable-shared was given.
73137313-if test "${enable_shared+set}" = set; then :
78367836+if test ${enable_shared+y}
78377837+then :
73147838 enableval=$enable_shared; p=${PACKAGE-default}
73157839 case $enableval in
73167840 yes) enable_shared=yes ;;
···73287852 IFS="$lt_save_ifs"
73297853 ;;
73307854 esac
73317331-else
78557855+else $as_nop
73327856 enable_shared=yes
73337857fi
73347858···734178657342786673437867 # Check whether --enable-static was given.
73447344-if test "${enable_static+set}" = set; then :
78687868+if test ${enable_static+y}
78697869+then :
73457870 enableval=$enable_static; p=${PACKAGE-default}
73467871 case $enableval in
73477872 yes) enable_static=yes ;;
···73597884 IFS="$lt_save_ifs"
73607885 ;;
73617886 esac
73627362-else
78877887+else $as_nop
73637888 enable_static=yes
73647889fi
73657890···737378987374789973757900# Check whether --with-pic was given.
73767376-if test "${with_pic+set}" = set; then :
79017901+if test ${with_pic+y}
79027902+then :
73777903 withval=$with_pic; lt_p=${PACKAGE-default}
73787904 case $withval in
73797905 yes|no) pic_mode=$withval ;;
···73907916 IFS="$lt_save_ifs"
73917917 ;;
73927918 esac
73937393-else
79197919+else $as_nop
73947920 pic_mode=default
73957921fi
73967922···740479307405793174067932 # Check whether --enable-fast-install was given.
74077407-if test "${enable_fast_install+set}" = set; then :
79337933+if test ${enable_fast_install+y}
79347934+then :
74087935 enableval=$enable_fast_install; p=${PACKAGE-default}
74097936 case $enableval in
74107937 yes) enable_fast_install=yes ;;
···74227949 IFS="$lt_save_ifs"
74237950 ;;
74247951 esac
74257425-else
79527952+else $as_nop
74267953 enable_fast_install=yes
74277954fi
74287955···74908017 setopt NO_GLOB_SUBST
74918018fi
7492801974937493-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
74947494-$as_echo_n "checking for objdir... " >&6; }
74957495-if ${lt_cv_objdir+:} false; then :
74967496- $as_echo_n "(cached) " >&6
74977497-else
80208020+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
80218021+printf %s "checking for objdir... " >&6; }
80228022+if test ${lt_cv_objdir+y}
80238023+then :
80248024+ printf %s "(cached) " >&6
80258025+else $as_nop
74988026 rm -f .libs 2>/dev/null
74998027mkdir .libs 2>/dev/null
75008028if test -d .libs; then
···75058033fi
75068034rmdir .libs 2>/dev/null
75078035fi
75087508-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
75097509-$as_echo "$lt_cv_objdir" >&6; }
80368036+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
80378037+printf "%s\n" "$lt_cv_objdir" >&6; }
75108038objdir=$lt_cv_objdir
751180397512804075138041751480427515804375167516-cat >>confdefs.h <<_ACEOF
75177517-#define LT_OBJDIR "$lt_cv_objdir/"
75187518-_ACEOF
80448044+printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h
751980457520804675218047···75688094case $deplibs_check_method in
75698095file_magic*)
75708096 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
75717571- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
75727572-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
75737573-if ${lt_cv_path_MAGIC_CMD+:} false; then :
75747574- $as_echo_n "(cached) " >&6
75757575-else
80978097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
80988098+printf %s "checking for ${ac_tool_prefix}file... " >&6; }
80998099+if test ${lt_cv_path_MAGIC_CMD+y}
81008100+then :
81018101+ printf %s "(cached) " >&6
81028102+else $as_nop
75768103 case $MAGIC_CMD in
75778104[\\/*] | ?:[\\/]*)
75788105 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
···7621814876228149MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
76238150if test -n "$MAGIC_CMD"; then
76247624- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
76257625-$as_echo "$MAGIC_CMD" >&6; }
81518151+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
81528152+printf "%s\n" "$MAGIC_CMD" >&6; }
76268153else
76277627- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
76287628-$as_echo "no" >&6; }
81548154+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
81558155+printf "%s\n" "no" >&6; }
76298156fi
7630815776318158···7634816176358162if test -z "$lt_cv_path_MAGIC_CMD"; then
76368163 if test -n "$ac_tool_prefix"; then
76377637- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
76387638-$as_echo_n "checking for file... " >&6; }
76397639-if ${lt_cv_path_MAGIC_CMD+:} false; then :
76407640- $as_echo_n "(cached) " >&6
76417641-else
81648164+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5
81658165+printf %s "checking for file... " >&6; }
81668166+if test ${lt_cv_path_MAGIC_CMD+y}
81678167+then :
81688168+ printf %s "(cached) " >&6
81698169+else $as_nop
76428170 case $MAGIC_CMD in
76438171[\\/*] | ?:[\\/]*)
76448172 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
···7687821576888216MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
76898217if test -n "$MAGIC_CMD"; then
76907690- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
76917691-$as_echo "$MAGIC_CMD" >&6; }
82188218+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
82198219+printf "%s\n" "$MAGIC_CMD" >&6; }
76928220else
76937693- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
76947694-$as_echo "no" >&6; }
82218221+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
82228222+printf "%s\n" "no" >&6; }
76958223fi
7696822476978225···77728300 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
77738301 esac
7774830277757775- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
77767776-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
77777777-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
77787778- $as_echo_n "(cached) " >&6
77797779-else
83038303+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
83048304+printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
83058305+if test ${lt_cv_prog_compiler_rtti_exceptions+y}
83068306+then :
83078307+ printf %s "(cached) " >&6
83088308+else $as_nop
77808309 lt_cv_prog_compiler_rtti_exceptions=no
77818310 ac_outfile=conftest.$ac_objext
77828311 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
···78078336 $RM conftest*
7808833778098338fi
78107810-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
78117811-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
83398339+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
83408340+printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7812834178138342if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
78148343 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
···81348663 ;;
81358664esac
8136866581378137-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
81388138-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
81398139-if ${lt_cv_prog_compiler_pic+:} false; then :
81408140- $as_echo_n "(cached) " >&6
81418141-else
86668666+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
86678667+printf %s "checking for $compiler option to produce PIC... " >&6; }
86688668+if test ${lt_cv_prog_compiler_pic+y}
86698669+then :
86708670+ printf %s "(cached) " >&6
86718671+else $as_nop
81428672 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
81438673fi
81448144-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
81458145-$as_echo "$lt_cv_prog_compiler_pic" >&6; }
86748674+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
86758675+printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
81468676lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8147867781488678#
81498679# Check to make sure the PIC flag actually works.
81508680#
81518681if test -n "$lt_prog_compiler_pic"; then
81528152- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
81538153-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
81548154-if ${lt_cv_prog_compiler_pic_works+:} false; then :
81558155- $as_echo_n "(cached) " >&6
81568156-else
86828682+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
86838683+printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
86848684+if test ${lt_cv_prog_compiler_pic_works+y}
86858685+then :
86868686+ printf %s "(cached) " >&6
86878687+else $as_nop
81578688 lt_cv_prog_compiler_pic_works=no
81588689 ac_outfile=conftest.$ac_objext
81598690 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
···81848715 $RM conftest*
8185871681868717fi
81878187-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
81888188-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
87188718+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
87198719+printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
8189872081908721if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
81918722 case $lt_prog_compiler_pic in
···82138744# Check to make sure the static flag actually works.
82148745#
82158746wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
82168216-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
82178217-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
82188218-if ${lt_cv_prog_compiler_static_works+:} false; then :
82198219- $as_echo_n "(cached) " >&6
82208220-else
87478747+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
87488748+printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
87498749+if test ${lt_cv_prog_compiler_static_works+y}
87508750+then :
87518751+ printf %s "(cached) " >&6
87528752+else $as_nop
82218753 lt_cv_prog_compiler_static_works=no
82228754 save_LDFLAGS="$LDFLAGS"
82238755 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
···82418773 LDFLAGS="$save_LDFLAGS"
8242877482438775fi
82448244-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
82458245-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
87768776+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
87778777+printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
8246877882478779if test x"$lt_cv_prog_compiler_static_works" = xyes; then
82488780 :
···82568788825787898258879082598259- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
82608260-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
82618261-if ${lt_cv_prog_compiler_c_o+:} false; then :
82628262- $as_echo_n "(cached) " >&6
82638263-else
87918791+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
87928792+printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
87938793+if test ${lt_cv_prog_compiler_c_o+y}
87948794+then :
87958795+ printf %s "(cached) " >&6
87968796+else $as_nop
82648797 lt_cv_prog_compiler_c_o=no
82658798 $RM -r conftest 2>/dev/null
82668799 mkdir conftest
···83038836 $RM conftest*
8304883783058838fi
83068306-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
83078307-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
88398839+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
88408840+printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
83088841830988428310884383118844831288458313884683148314- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
83158315-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
83168316-if ${lt_cv_prog_compiler_c_o+:} false; then :
83178317- $as_echo_n "(cached) " >&6
83188318-else
88478847+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
88488848+printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
88498849+if test ${lt_cv_prog_compiler_c_o+y}
88508850+then :
88518851+ printf %s "(cached) " >&6
88528852+else $as_nop
83198853 lt_cv_prog_compiler_c_o=no
83208854 $RM -r conftest 2>/dev/null
83218855 mkdir conftest
···83588892 $RM conftest*
8359889383608894fi
83618361-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
83628362-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
88958895+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
88968896+printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
836388978364889883658899···83678901hard_links="nottested"
83688902if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
83698903 # do not overwrite the value of need_locks provided by the user
83708370- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
83718371-$as_echo_n "checking if we can lock with hard links... " >&6; }
89048904+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
89058905+printf %s "checking if we can lock with hard links... " >&6; }
83728906 hard_links=yes
83738907 $RM conftest*
83748908 ln conftest.a conftest.b 2>/dev/null && hard_links=no
83758909 touch conftest.a
83768910 ln conftest.a conftest.b 2>&5 || hard_links=no
83778911 ln conftest.a conftest.b 2>/dev/null && hard_links=no
83788378- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
83798379-$as_echo "$hard_links" >&6; }
89128912+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
89138913+printf "%s\n" "$hard_links" >&6; }
83808914 if test "$hard_links" = no; then
83818381- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
83828382-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
89158915+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
89168916+printf "%s\n" "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
83838917 need_locks=warn
83848918 fi
83858919else
···83918925839289268393892783948394- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
83958395-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
89288928+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
89298929+printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8396893083978931 runpath_var=
83988932 allow_undefined_flag=
···88769410 if test "${lt_cv_aix_libpath+set}" = set; then
88779411 aix_libpath=$lt_cv_aix_libpath
88789412else
88798879- if ${lt_cv_aix_libpath_+:} false; then :
88808880- $as_echo_n "(cached) " >&6
88818881-else
94139413+ if test ${lt_cv_aix_libpath_+y}
94149414+then :
94159415+ printf %s "(cached) " >&6
94169416+else $as_nop
88829417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88839418/* end confdefs.h. */
8884941988859420int
88868886-main ()
94219421+main (void)
88879422{
8888942388899424 ;
88909425 return 0;
88919426}
88929427_ACEOF
88938893-if ac_fn_c_try_link "$LINENO"; then :
94289428+if ac_fn_c_try_link "$LINENO"
94299429+then :
8894943088959431 lt_aix_libpath_sed='
88969432 /Import File Strings/,/^$/ {
···89059441 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
89069442 fi
89079443fi
89088908-rm -f core conftest.err conftest.$ac_objext \
94449444+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89099445 conftest$ac_exeext conftest.$ac_ext
89109446 if test -z "$lt_cv_aix_libpath_"; then
89119447 lt_cv_aix_libpath_="/usr/lib:/lib"
···89299465 if test "${lt_cv_aix_libpath+set}" = set; then
89309466 aix_libpath=$lt_cv_aix_libpath
89319467else
89328932- if ${lt_cv_aix_libpath_+:} false; then :
89338933- $as_echo_n "(cached) " >&6
89348934-else
94689468+ if test ${lt_cv_aix_libpath_+y}
94699469+then :
94709470+ printf %s "(cached) " >&6
94719471+else $as_nop
89359472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89369473/* end confdefs.h. */
8937947489389475int
89398939-main ()
94769476+main (void)
89409477{
8941947889429479 ;
89439480 return 0;
89449481}
89459482_ACEOF
89468946-if ac_fn_c_try_link "$LINENO"; then :
94839483+if ac_fn_c_try_link "$LINENO"
94849484+then :
8947948589489486 lt_aix_libpath_sed='
89499487 /Import File Strings/,/^$/ {
···89589496 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
89599497 fi
89609498fi
89618961-rm -f core conftest.err conftest.$ac_objext \
94999499+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89629500 conftest$ac_exeext conftest.$ac_ext
89639501 if test -z "$lt_cv_aix_libpath_"; then
89649502 lt_cv_aix_libpath_="/usr/lib:/lib"
···9196973491979735 # Older versions of the 11.00 compiler do not understand -b yet
91989736 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
91999199- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
92009200-$as_echo_n "checking if $CC understands -b... " >&6; }
92019201-if ${lt_cv_prog_compiler__b+:} false; then :
92029202- $as_echo_n "(cached) " >&6
92039203-else
97379737+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
97389738+printf %s "checking if $CC understands -b... " >&6; }
97399739+if test ${lt_cv_prog_compiler__b+y}
97409740+then :
97419741+ printf %s "(cached) " >&6
97429742+else $as_nop
92049743 lt_cv_prog_compiler__b=no
92059744 save_LDFLAGS="$LDFLAGS"
92069745 LDFLAGS="$LDFLAGS -b"
···92249763 LDFLAGS="$save_LDFLAGS"
9225976492269765fi
92279227-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
92289228-$as_echo "$lt_cv_prog_compiler__b" >&6; }
97669766+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
97679767+printf "%s\n" "$lt_cv_prog_compiler__b" >&6; }
9229976892309769if test x"$lt_cv_prog_compiler__b" = xyes; then
92319770 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
···92659804 # work, assume that -exports_file does not work either and
92669805 # implicitly export all symbols.
92679806 # This should be the same for all languages, so no per-tag cache variable.
92689268- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
92699269-$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
92709270-if ${lt_cv_irix_exported_symbol+:} false; then :
92719271- $as_echo_n "(cached) " >&6
92729272-else
98079807+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
98089808+printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
98099809+if test ${lt_cv_irix_exported_symbol+y}
98109810+then :
98119811+ printf %s "(cached) " >&6
98129812+else $as_nop
92739813 save_LDFLAGS="$LDFLAGS"
92749814 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
92759815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92769816/* end confdefs.h. */
92779817int foo (void) { return 0; }
92789818_ACEOF
92799279-if ac_fn_c_try_link "$LINENO"; then :
98199819+if ac_fn_c_try_link "$LINENO"
98209820+then :
92809821 lt_cv_irix_exported_symbol=yes
92819281-else
98229822+else $as_nop
92829823 lt_cv_irix_exported_symbol=no
92839824fi
92849284-rm -f core conftest.err conftest.$ac_objext \
98259825+rm -f core conftest.err conftest.$ac_objext conftest.beam \
92859826 conftest$ac_exeext conftest.$ac_ext
92869827 LDFLAGS="$save_LDFLAGS"
92879828fi
92889288-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
92899289-$as_echo "$lt_cv_irix_exported_symbol" >&6; }
98299829+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
98309830+printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
92909831 if test "$lt_cv_irix_exported_symbol" = yes; then
92919832 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
92929833 fi
···93299870 hardcode_shlibpath_var=no
93309871 hardcode_direct_absolute=yes
93319872 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
93329332- archive_cmds='$CC -shared ${wl}-soname ${wl}$soname $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
98739873+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
93339874 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
93349875 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
93359876 export_dynamic_flag_spec='${wl}-E'
···954410085 fi
954510086 fi
95461008795479547-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
95489548-$as_echo "$ld_shlibs" >&6; }
1008810088+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
1008910089+printf "%s\n" "$ld_shlibs" >&6; }
954910090test "$ld_shlibs" = no && can_build_shared=no
955010091955110092with_gnu_ld=$with_gnu_ld
···958110122 # Test whether the compiler implicitly links with -lc since on some
958210123 # systems, -lgcc has to come before -lc. If gcc already passes -lc
958310124 # to ld, don't add -lc before -lgcc.
95849584- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
95859585-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
95869586-if ${lt_cv_archive_cmds_need_lc+:} false; then :
95879587- $as_echo_n "(cached) " >&6
95889588-else
1012510125+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
1012610126+printf %s "checking whether -lc should be explicitly linked in... " >&6; }
1012710127+if test ${lt_cv_archive_cmds_need_lc+y}
1012810128+then :
1012910129+ printf %s "(cached) " >&6
1013010130+else $as_nop
958910131 $RM conftest*
959010132 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
959110133959210134 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
959310135 (eval $ac_compile) 2>&5
959410136 ac_status=$?
95959595- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1013710137+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
959610138 test $ac_status = 0; } 2>conftest.err; then
959710139 soname=conftest
959810140 lib=conftest
···961010152 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
961110153 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
961210154 ac_status=$?
96139613- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1015510155+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
961410156 test $ac_status = 0; }
961510157 then
961610158 lt_cv_archive_cmds_need_lc=no
···962410166 $RM conftest*
962510167962610168fi
96279627-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
96289628-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
1016910169+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
1017010170+printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; }
962910171 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
963010172 ;;
963110173 esac
···97841032697851032797861032897879787- { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
97889788-$as_echo_n "checking dynamic linker characteristics... " >&6; }
1032910329+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
1033010330+printf %s "checking dynamic linker characteristics... " >&6; }
978910331979010332if test "$GCC" = yes; then
979110333 case $host_os in
···1027610818 shlibpath_overrides_runpath=no
10277108191027810820 # Some binutils ld are patched to set DT_RUNPATH
1027910279- if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
1028010280- $as_echo_n "(cached) " >&6
1028110281-else
1082110821+ if test ${lt_cv_shlibpath_overrides_runpath+y}
1082210822+then :
1082310823+ printf %s "(cached) " >&6
1082410824+else $as_nop
1028210825 lt_cv_shlibpath_overrides_runpath=no
1028310826 save_LDFLAGS=$LDFLAGS
1028410827 save_libdir=$libdir
···1028810831/* end confdefs.h. */
10289108321029010833int
1029110291-main ()
1083410834+main (void)
1029210835{
10293108361029410837 ;
1029510838 return 0;
1029610839}
1029710840_ACEOF
1029810298-if ac_fn_c_try_link "$LINENO"; then :
1029910299- if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
1084110841+if ac_fn_c_try_link "$LINENO"
1084210842+then :
1084310843+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null
1084410844+then :
1030010845 lt_cv_shlibpath_overrides_runpath=yes
1030110846fi
1030210847fi
1030310303-rm -f core conftest.err conftest.$ac_objext \
1084810848+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1030410849 conftest$ac_exeext conftest.$ac_ext
1030510850 LDFLAGS=$save_LDFLAGS
1030610851 libdir=$save_libdir
···1051711062 dynamic_linker=no
1051811063 ;;
1051911064esac
1052010520-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1052110521-$as_echo "$dynamic_linker" >&6; }
1106511065+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1106611066+printf "%s\n" "$dynamic_linker" >&6; }
1052211067test "$dynamic_linker" = no && can_build_shared=no
10523110681052411069variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
···1062411169106251117010626111711062710627- { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
1062810628-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
1117211172+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
1117311173+printf %s "checking how to hardcode library paths into programs... " >&6; }
1062911174hardcode_action=
1063011175if test -n "$hardcode_libdir_flag_spec" ||
1063111176 test -n "$runpath_var" ||
···1064911194 # directories.
1065011195 hardcode_action=unsupported
1065111196fi
1065210652-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1065310653-$as_echo "$hardcode_action" >&6; }
1119711197+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1119811198+printf "%s\n" "$hardcode_action" >&6; }
10654111991065511200if test "$hardcode_action" = relink ||
1065611201 test "$inherit_rpath" = yes; then
···10694112391069511240 darwin*)
1069611241 # if libdl is installed we need to link against it
1069710697- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1069810698-$as_echo_n "checking for dlopen in -ldl... " >&6; }
1069910699-if ${ac_cv_lib_dl_dlopen+:} false; then :
1070010700- $as_echo_n "(cached) " >&6
1070110701-else
1124211242+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1124311243+printf %s "checking for dlopen in -ldl... " >&6; }
1124411244+if test ${ac_cv_lib_dl_dlopen+y}
1124511245+then :
1124611246+ printf %s "(cached) " >&6
1124711247+else $as_nop
1070211248 ac_check_lib_save_LIBS=$LIBS
1070311249LIBS="-ldl $LIBS"
1070411250cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1070711253/* Override any GCC internal prototype to avoid an error.
1070811254 Use char because int might match the return type of a GCC
1070911255 builtin and then its argument prototype would still apply. */
1071010710-#ifdef __cplusplus
1071110711-extern "C"
1071210712-#endif
1071311256char dlopen ();
1071411257int
1071510715-main ()
1125811258+main (void)
1071611259{
1071711260return dlopen ();
1071811261 ;
1071911262 return 0;
1072011263}
1072111264_ACEOF
1072210722-if ac_fn_c_try_link "$LINENO"; then :
1126511265+if ac_fn_c_try_link "$LINENO"
1126611266+then :
1072311267 ac_cv_lib_dl_dlopen=yes
1072410724-else
1126811268+else $as_nop
1072511269 ac_cv_lib_dl_dlopen=no
1072611270fi
1072710727-rm -f core conftest.err conftest.$ac_objext \
1127111271+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1072811272 conftest$ac_exeext conftest.$ac_ext
1072911273LIBS=$ac_check_lib_save_LIBS
1073011274fi
1073110731-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1073210732-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1073310733-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1127511275+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1127611276+printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
1127711277+if test "x$ac_cv_lib_dl_dlopen" = xyes
1127811278+then :
1073411279 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1073510735-else
1128011280+else $as_nop
10736112811073711282 lt_cv_dlopen="dyld"
1073811283 lt_cv_dlopen_libs=
···10744112891074511290 *)
1074611291 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
1074710747-if test "x$ac_cv_func_shl_load" = xyes; then :
1129211292+if test "x$ac_cv_func_shl_load" = xyes
1129311293+then :
1074811294 lt_cv_dlopen="shl_load"
1074910749-else
1075010750- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1075110751-$as_echo_n "checking for shl_load in -ldld... " >&6; }
1075210752-if ${ac_cv_lib_dld_shl_load+:} false; then :
1075310753- $as_echo_n "(cached) " >&6
1075410754-else
1129511295+else $as_nop
1129611296+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1129711297+printf %s "checking for shl_load in -ldld... " >&6; }
1129811298+if test ${ac_cv_lib_dld_shl_load+y}
1129911299+then :
1130011300+ printf %s "(cached) " >&6
1130111301+else $as_nop
1075511302 ac_check_lib_save_LIBS=$LIBS
1075611303LIBS="-ldld $LIBS"
1075711304cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1076011307/* Override any GCC internal prototype to avoid an error.
1076111308 Use char because int might match the return type of a GCC
1076211309 builtin and then its argument prototype would still apply. */
1076310763-#ifdef __cplusplus
1076410764-extern "C"
1076510765-#endif
1076611310char shl_load ();
1076711311int
1076810768-main ()
1131211312+main (void)
1076911313{
1077011314return shl_load ();
1077111315 ;
1077211316 return 0;
1077311317}
1077411318_ACEOF
1077510775-if ac_fn_c_try_link "$LINENO"; then :
1131911319+if ac_fn_c_try_link "$LINENO"
1132011320+then :
1077611321 ac_cv_lib_dld_shl_load=yes
1077710777-else
1132211322+else $as_nop
1077811323 ac_cv_lib_dld_shl_load=no
1077911324fi
1078010780-rm -f core conftest.err conftest.$ac_objext \
1132511325+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1078111326 conftest$ac_exeext conftest.$ac_ext
1078211327LIBS=$ac_check_lib_save_LIBS
1078311328fi
1078410784-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1078510785-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
1078610786-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
1132911329+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1133011330+printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; }
1133111331+if test "x$ac_cv_lib_dld_shl_load" = xyes
1133211332+then :
1078711333 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
1078810788-else
1133411334+else $as_nop
1078911335 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
1079010790-if test "x$ac_cv_func_dlopen" = xyes; then :
1133611336+if test "x$ac_cv_func_dlopen" = xyes
1133711337+then :
1079111338 lt_cv_dlopen="dlopen"
1079210792-else
1079310793- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1079410794-$as_echo_n "checking for dlopen in -ldl... " >&6; }
1079510795-if ${ac_cv_lib_dl_dlopen+:} false; then :
1079610796- $as_echo_n "(cached) " >&6
1079710797-else
1133911339+else $as_nop
1134011340+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1134111341+printf %s "checking for dlopen in -ldl... " >&6; }
1134211342+if test ${ac_cv_lib_dl_dlopen+y}
1134311343+then :
1134411344+ printf %s "(cached) " >&6
1134511345+else $as_nop
1079811346 ac_check_lib_save_LIBS=$LIBS
1079911347LIBS="-ldl $LIBS"
1080011348cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1080311351/* Override any GCC internal prototype to avoid an error.
1080411352 Use char because int might match the return type of a GCC
1080511353 builtin and then its argument prototype would still apply. */
1080610806-#ifdef __cplusplus
1080710807-extern "C"
1080810808-#endif
1080911354char dlopen ();
1081011355int
1081110811-main ()
1135611356+main (void)
1081211357{
1081311358return dlopen ();
1081411359 ;
1081511360 return 0;
1081611361}
1081711362_ACEOF
1081810818-if ac_fn_c_try_link "$LINENO"; then :
1136311363+if ac_fn_c_try_link "$LINENO"
1136411364+then :
1081911365 ac_cv_lib_dl_dlopen=yes
1082010820-else
1136611366+else $as_nop
1082111367 ac_cv_lib_dl_dlopen=no
1082211368fi
1082310823-rm -f core conftest.err conftest.$ac_objext \
1136911369+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1082411370 conftest$ac_exeext conftest.$ac_ext
1082511371LIBS=$ac_check_lib_save_LIBS
1082611372fi
1082710827-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1082810828-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1082910829-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1137311373+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1137411374+printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
1137511375+if test "x$ac_cv_lib_dl_dlopen" = xyes
1137611376+then :
1083011377 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1083110831-else
1083210832- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1083310833-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
1083410834-if ${ac_cv_lib_svld_dlopen+:} false; then :
1083510835- $as_echo_n "(cached) " >&6
1083610836-else
1137811378+else $as_nop
1137911379+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1138011380+printf %s "checking for dlopen in -lsvld... " >&6; }
1138111381+if test ${ac_cv_lib_svld_dlopen+y}
1138211382+then :
1138311383+ printf %s "(cached) " >&6
1138411384+else $as_nop
1083711385 ac_check_lib_save_LIBS=$LIBS
1083811386LIBS="-lsvld $LIBS"
1083911387cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1084211390/* Override any GCC internal prototype to avoid an error.
1084311391 Use char because int might match the return type of a GCC
1084411392 builtin and then its argument prototype would still apply. */
1084510845-#ifdef __cplusplus
1084610846-extern "C"
1084710847-#endif
1084811393char dlopen ();
1084911394int
1085010850-main ()
1139511395+main (void)
1085111396{
1085211397return dlopen ();
1085311398 ;
1085411399 return 0;
1085511400}
1085611401_ACEOF
1085710857-if ac_fn_c_try_link "$LINENO"; then :
1140211402+if ac_fn_c_try_link "$LINENO"
1140311403+then :
1085811404 ac_cv_lib_svld_dlopen=yes
1085910859-else
1140511405+else $as_nop
1086011406 ac_cv_lib_svld_dlopen=no
1086111407fi
1086210862-rm -f core conftest.err conftest.$ac_objext \
1140811408+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1086311409 conftest$ac_exeext conftest.$ac_ext
1086411410LIBS=$ac_check_lib_save_LIBS
1086511411fi
1086610866-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1086710867-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
1086810868-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
1141211412+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1141311413+printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; }
1141411414+if test "x$ac_cv_lib_svld_dlopen" = xyes
1141511415+then :
1086911416 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
1087010870-else
1087110871- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1087210872-$as_echo_n "checking for dld_link in -ldld... " >&6; }
1087310873-if ${ac_cv_lib_dld_dld_link+:} false; then :
1087410874- $as_echo_n "(cached) " >&6
1087510875-else
1141711417+else $as_nop
1141811418+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1141911419+printf %s "checking for dld_link in -ldld... " >&6; }
1142011420+if test ${ac_cv_lib_dld_dld_link+y}
1142111421+then :
1142211422+ printf %s "(cached) " >&6
1142311423+else $as_nop
1087611424 ac_check_lib_save_LIBS=$LIBS
1087711425LIBS="-ldld $LIBS"
1087811426cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1088111429/* Override any GCC internal prototype to avoid an error.
1088211430 Use char because int might match the return type of a GCC
1088311431 builtin and then its argument prototype would still apply. */
1088410884-#ifdef __cplusplus
1088510885-extern "C"
1088610886-#endif
1088711432char dld_link ();
1088811433int
1088910889-main ()
1143411434+main (void)
1089011435{
1089111436return dld_link ();
1089211437 ;
1089311438 return 0;
1089411439}
1089511440_ACEOF
1089610896-if ac_fn_c_try_link "$LINENO"; then :
1144111441+if ac_fn_c_try_link "$LINENO"
1144211442+then :
1089711443 ac_cv_lib_dld_dld_link=yes
1089810898-else
1144411444+else $as_nop
1089911445 ac_cv_lib_dld_dld_link=no
1090011446fi
1090110901-rm -f core conftest.err conftest.$ac_objext \
1144711447+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1090211448 conftest$ac_exeext conftest.$ac_ext
1090311449LIBS=$ac_check_lib_save_LIBS
1090411450fi
1090510905-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1090610906-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
1090710907-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
1145111451+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1145211452+printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; }
1145311453+if test "x$ac_cv_lib_dld_dld_link" = xyes
1145411454+then :
1090811455 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1090911456fi
1091011457···1094311490 save_LIBS="$LIBS"
1094411491 LIBS="$lt_cv_dlopen_libs $LIBS"
10945114921094610946- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1094710947-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
1094810948-if ${lt_cv_dlopen_self+:} false; then :
1094910949- $as_echo_n "(cached) " >&6
1095010950-else
1149311493+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1149411494+printf %s "checking whether a program can dlopen itself... " >&6; }
1149511495+if test ${lt_cv_dlopen_self+y}
1149611496+then :
1149711497+ printf %s "(cached) " >&6
1149811498+else $as_nop
1095111499 if test "$cross_compiling" = yes; then :
1095211500 lt_cv_dlopen_self=cross
1095311501else
···1102611574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1102711575 (eval $ac_link) 2>&5
1102811576 ac_status=$?
1102911029- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1157711577+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1103011578 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1103111579 (./conftest; exit; ) >&5 2>/dev/null
1103211580 lt_status=$?
···110441159211045115931104611594fi
1104711047-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1104811048-$as_echo "$lt_cv_dlopen_self" >&6; }
1159511595+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1159611596+printf "%s\n" "$lt_cv_dlopen_self" >&6; }
11049115971105011598 if test "x$lt_cv_dlopen_self" = xyes; then
1105111599 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1105211052- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1105311053-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
1105411054-if ${lt_cv_dlopen_self_static+:} false; then :
1105511055- $as_echo_n "(cached) " >&6
1105611056-else
1160011600+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1160111601+printf %s "checking whether a statically linked program can dlopen itself... " >&6; }
1160211602+if test ${lt_cv_dlopen_self_static+y}
1160311603+then :
1160411604+ printf %s "(cached) " >&6
1160511605+else $as_nop
1105711606 if test "$cross_compiling" = yes; then :
1105811607 lt_cv_dlopen_self_static=cross
1105911608else
···1113211681 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1113311682 (eval $ac_link) 2>&5
1113411683 ac_status=$?
1113511135- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1168411684+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1113611685 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1113711686 (./conftest; exit; ) >&5 2>/dev/null
1113811687 lt_status=$?
···111501169911151117001115211701fi
1115311153-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1115411154-$as_echo "$lt_cv_dlopen_self_static" >&6; }
1170211702+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1170311703+printf "%s\n" "$lt_cv_dlopen_self_static" >&6; }
1115511704 fi
11156117051115711706 CPPFLAGS="$save_CPPFLAGS"
···11189117381119011739striplib=
1119111740old_striplib=
1119211192-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1119311193-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
1174111741+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1174211742+printf %s "checking whether stripping libraries is possible... " >&6; }
1119411743if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1119511744 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1119611745 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1119711197- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1119811198-$as_echo "yes" >&6; }
1174611746+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1174711747+printf "%s\n" "yes" >&6; }
1119911748else
1120011749# FIXME - insert some real tests, host_os isn't really good enough
1120111750 case $host_os in
···1120311752 if test -n "$STRIP" ; then
1120411753 striplib="$STRIP -x"
1120511754 old_striplib="$STRIP -S"
1120611206- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1120711207-$as_echo "yes" >&6; }
1175511755+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1175611756+printf "%s\n" "yes" >&6; }
1120811757 else
1120911209- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1121011210-$as_echo "no" >&6; }
1175811758+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1175911759+printf "%s\n" "no" >&6; }
1121111760 fi
1121211761 ;;
1121311762 *)
1121411214- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1121511215-$as_echo "no" >&6; }
1176311763+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1176411764+printf "%s\n" "no" >&6; }
1121611765 ;;
1121711766 esac
1121811767fi
···112291177811230117791123111780 # Report which library types will actually be built
1123211232- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1123311233-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
1123411234- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1123511235-$as_echo "$can_build_shared" >&6; }
1178111781+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1178211782+printf %s "checking if libtool supports shared libraries... " >&6; }
1178311783+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1178411784+printf "%s\n" "$can_build_shared" >&6; }
11236117851123711237- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1123811238-$as_echo_n "checking whether to build shared libraries... " >&6; }
1178611786+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1178711787+printf %s "checking whether to build shared libraries... " >&6; }
1123911788 test "$can_build_shared" = "no" && enable_shared=no
11240117891124111790 # On AIX, shared libraries and static libraries use the same namespace, and
···1125511804 fi
1125611805 ;;
1125711806 esac
1125811258- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1125911259-$as_echo "$enable_shared" >&6; }
1180711807+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1180811808+printf "%s\n" "$enable_shared" >&6; }
11260118091126111261- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1126211262-$as_echo_n "checking whether to build static libraries... " >&6; }
1181011810+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1181111811+printf %s "checking whether to build static libraries... " >&6; }
1126311812 # Make sure either enable_shared or enable_static is yes.
1126411813 test "$enable_shared" = yes || enable_static=yes
1126511265- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1126611266-$as_echo "$enable_static" >&6; }
1181411814+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1181511815+printf "%s\n" "$enable_static" >&6; }
112671181611268118171126911818···1131211861113131186211314118631131511315-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1131611316-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1186411864+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1186511865+printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1131711866 # Check whether --enable-maintainer-mode was given.
1131811318-if test "${enable_maintainer_mode+set}" = set; then :
1186711867+if test ${enable_maintainer_mode+y}
1186811868+then :
1131911869 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1132011320-else
1187011870+else $as_nop
1132111871 USE_MAINTAINER_MODE=no
1132211872fi
11323118731132411324- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1132511325-$as_echo "$USE_MAINTAINER_MODE" >&6; }
1187411874+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1187511875+printf "%s\n" "$USE_MAINTAINER_MODE" >&6; }
1132611876 if test $USE_MAINTAINER_MODE = yes; then
1132711877 MAINTAINER_MODE_TRUE=
1132811878 MAINTAINER_MODE_FALSE='#'
···1133511885113361188611337118871133811338- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
1133911339-$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
1134011340-if ${ac_cv_prog_cc_c99+:} false; then :
1134111341- $as_echo_n "(cached) " >&6
1134211342-else
1134311343- ac_cv_prog_cc_c99=no
1134411344-ac_save_CC=$CC
1134511345-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1188811888+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5
1188911889+printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; }
1189011890+if test ${ac_cv_c_undeclared_builtin_options+y}
1189111891+then :
1189211892+ printf %s "(cached) " >&6
1189311893+else $as_nop
1189411894+ ac_save_CFLAGS=$CFLAGS
1189511895+ ac_cv_c_undeclared_builtin_options='cannot detect'
1189611896+ for ac_arg in '' -fno-builtin; do
1189711897+ CFLAGS="$ac_save_CFLAGS $ac_arg"
1189811898+ # This test program should *not* compile successfully.
1189911899+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1134611900/* end confdefs.h. */
1134711347-#include <stdarg.h>
1134811348-#include <stdbool.h>
1134911349-#include <stdlib.h>
1135011350-#include <wchar.h>
1135111351-#include <stdio.h>
11352119011135311353-// Check varargs macros. These examples are taken from C99 6.10.3.5.
1135411354-#define debug(...) fprintf (stderr, __VA_ARGS__)
1135511355-#define showlist(...) puts (#__VA_ARGS__)
1135611356-#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
1135711357-static void
1135811358-test_varargs_macros (void)
1190211902+int
1190311903+main (void)
1135911904{
1136011360- int x = 1234;
1136111361- int y = 5678;
1136211362- debug ("Flag");
1136311363- debug ("X = %d\n", x);
1136411364- showlist (The first, second, and third items.);
1136511365- report (x>y, "x is %d but y is %d", x, y);
1136611366-}
1136711367-1136811368-// Check long long types.
1136911369-#define BIG64 18446744073709551615ull
1137011370-#define BIG32 4294967295ul
1137111371-#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
1137211372-#if !BIG_OK
1137311373- your preprocessor is broken;
1137411374-#endif
1137511375-#if BIG_OK
1137611376-#else
1137711377- your preprocessor is broken;
1137811378-#endif
1137911379-static long long int bignum = -9223372036854775807LL;
1138011380-static unsigned long long int ubignum = BIG64;
1138111381-1138211382-struct incomplete_array
1138311383-{
1138411384- int datasize;
1138511385- double data[];
1138611386-};
1138711387-1138811388-struct named_init {
1138911389- int number;
1139011390- const wchar_t *name;
1139111391- double average;
1139211392-};
1139311393-1139411394-typedef const char *ccp;
1139511395-1139611396-static inline int
1139711397-test_restrict (ccp restrict text)
1139811398-{
1139911399- // See if C++-style comments work.
1140011400- // Iterate through items via the restricted pointer.
1140111401- // Also check for declarations in for loops.
1140211402- for (unsigned int i = 0; *(text+i) != '\0'; ++i)
1140311403- continue;
1190511905+(void) strchr;
1190611906+ ;
1140411907 return 0;
1140511908}
1140611406-1140711407-// Check varargs and va_copy.
1140811408-static void
1140911409-test_varargs (const char *format, ...)
1141011410-{
1141111411- va_list args;
1141211412- va_start (args, format);
1141311413- va_list args_copy;
1141411414- va_copy (args_copy, args);
1141511415-1141611416- const char *str;
1141711417- int number;
1141811418- float fnumber;
1190911909+_ACEOF
1191011910+if ac_fn_c_try_compile "$LINENO"
1191111911+then :
11419119121142011420- while (*format)
1142111421- {
1142211422- switch (*format++)
1142311423- {
1142411424- case 's': // string
1142511425- str = va_arg (args_copy, const char *);
1142611426- break;
1142711427- case 'd': // int
1142811428- number = va_arg (args_copy, int);
1142911429- break;
1143011430- case 'f': // float
1143111431- fnumber = va_arg (args_copy, double);
1143211432- break;
1143311433- default:
1143411434- break;
1143511435- }
1143611436- }
1143711437- va_end (args_copy);
1143811438- va_end (args);
1143911439-}
1191311913+else $as_nop
1191411914+ # This test program should compile successfully.
1191511915+ # No library function is consistently available on
1191611916+ # freestanding implementations, so test against a dummy
1191711917+ # declaration. Include always-available headers on the
1191811918+ # off chance that they somehow elicit warnings.
1191911919+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1192011920+/* end confdefs.h. */
1192111921+#include <float.h>
1192211922+#include <limits.h>
1192311923+#include <stdarg.h>
1192411924+#include <stddef.h>
1192511925+extern void ac_decl (int, char *);
11440119261144111927int
1144211442-main ()
1192811928+main (void)
1144311929{
1144411444-1144511445- // Check bool.
1144611446- _Bool success = false;
1144711447-1144811448- // Check restrict.
1144911449- if (test_restrict ("String literal") == 0)
1145011450- success = true;
1145111451- char *restrict newvar = "Another string";
1145211452-1145311453- // Check varargs.
1145411454- test_varargs ("s, d' f .", "string", 65, 34.234);
1145511455- test_varargs_macros ();
1145611456-1145711457- // Check flexible array members.
1145811458- struct incomplete_array *ia =
1145911459- malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
1146011460- ia->datasize = 10;
1146111461- for (int i = 0; i < ia->datasize; ++i)
1146211462- ia->data[i] = i * 1.234;
1146311463-1146411464- // Check named initializers.
1146511465- struct named_init ni = {
1146611466- .number = 34,
1146711467- .name = L"Test wide string",
1146811468- .average = 543.34343,
1146911469- };
1147011470-1147111471- ni.number = 58;
1147211472-1147311473- int dynamic_array[ni.number];
1147411474- dynamic_array[ni.number - 1] = 543;
1147511475-1147611476- // work around unused variable warnings
1147711477- return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
1147811478- || dynamic_array[ni.number - 1] != 543);
1193011930+(void) ac_decl (0, (char *) 0);
1193111931+ (void) ac_decl;
11479119321148011933 ;
1148111934 return 0;
1148211935}
1148311936_ACEOF
1148411484-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
1148511485-do
1148611486- CC="$ac_save_CC $ac_arg"
1148711487- if ac_fn_c_try_compile "$LINENO"; then :
1148811488- ac_cv_prog_cc_c99=$ac_arg
1193711937+if ac_fn_c_try_compile "$LINENO"
1193811938+then :
1193911939+ if test x"$ac_arg" = x
1194011940+then :
1194111941+ ac_cv_c_undeclared_builtin_options='none needed'
1194211942+else $as_nop
1194311943+ ac_cv_c_undeclared_builtin_options=$ac_arg
1148911944fi
1149011490-rm -f core conftest.err conftest.$ac_objext
1149111491- test "x$ac_cv_prog_cc_c99" != "xno" && break
1149211492-done
1149311493-rm -f conftest.$ac_ext
1149411494-CC=$ac_save_CC
1194511945+ break
1194611946+fi
1194711947+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1194811948+fi
1194911949+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1195011950+ done
1195111951+ CFLAGS=$ac_save_CFLAGS
11495119521149611953fi
1149711497-# AC_CACHE_VAL
1149811498-case "x$ac_cv_prog_cc_c99" in
1149911499- x)
1150011500- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
1150111501-$as_echo "none needed" >&6; } ;;
1150211502- xno)
1150311503- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
1150411504-$as_echo "unsupported" >&6; } ;;
1150511505- *)
1150611506- CC="$CC $ac_cv_prog_cc_c99"
1150711507- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
1150811508-$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
1195411954+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5
1195511955+printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; }
1195611956+ case $ac_cv_c_undeclared_builtin_options in #(
1195711957+ 'cannot detect') :
1195811958+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1195911959+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1196011960+as_fn_error $? "cannot make $CC report undeclared builtins
1196111961+See \`config.log' for more details" "$LINENO" 5; } ;; #(
1196211962+ 'none needed') :
1196311963+ ac_c_undeclared_builtin_options='' ;; #(
1196411964+ *) :
1196511965+ ac_c_undeclared_builtin_options=$ac_cv_c_undeclared_builtin_options ;;
1150911966esac
1151011510-if test "x$ac_cv_prog_cc_c99" != xno; then :
1151111511-1151211512-fi
115131196711514119681151511969115161197011517119711151811518-1151911519-ac_fn_c_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default"
1152011520-if test "x$ac_cv_have_decl___clang__" = xyes; then :
1197211972+ac_fn_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1197311973+if test "x$ac_cv_have_decl___clang__" = xyes
1197411974+then :
1152111975 CLANGCC="yes"
1152211522-else
1197611976+else $as_nop
1152311977 CLANGCC="no"
1152411978fi
1152511525-1152611526-ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default"
1152711527-if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes; then :
1197911979+ac_fn_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1198011980+if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes
1198111981+then :
1152811982 INTELCC="yes"
1152911529-else
1198311983+else $as_nop
1153011984 INTELCC="no"
1153111985fi
1153211532-1153311533-ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
1153411534-if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
1198611986+ac_fn_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1198711987+if test "x$ac_cv_have_decl___SUNPRO_C" = xyes
1198811988+then :
1153511989 SUNCC="yes"
1153611536-else
1199011990+else $as_nop
1153711991 SUNCC="no"
1153811992fi
1153911539-115401199311541119941154211995···1154912002 if test -n "$ac_tool_prefix"; then
1155012003 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1155112004set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1155211552-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1155311553-$as_echo_n "checking for $ac_word... " >&6; }
1155411554-if ${ac_cv_path_PKG_CONFIG+:} false; then :
1155511555- $as_echo_n "(cached) " >&6
1155611556-else
1200512005+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1200612006+printf %s "checking for $ac_word... " >&6; }
1200712007+if test ${ac_cv_path_PKG_CONFIG+y}
1200812008+then :
1200912009+ printf %s "(cached) " >&6
1201012010+else $as_nop
1155712011 case $PKG_CONFIG in
1155812012 [\\/]* | ?:[\\/]*)
1155912013 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
···1156312017for as_dir in $PATH
1156412018do
1156512019 IFS=$as_save_IFS
1156611566- test -z "$as_dir" && as_dir=.
1202012020+ case $as_dir in #(((
1202112021+ '') as_dir=./ ;;
1202212022+ */) ;;
1202312023+ *) as_dir=$as_dir/ ;;
1202412024+ esac
1156712025 for ac_exec_ext in '' $ac_executable_extensions; do
1156811568- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1156911569- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1157011570- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1202612026+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
1202712027+ ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
1202812028+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1157112029 break 2
1157212030 fi
1157312031done
···1157912037fi
1158012038PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1158112039if test -n "$PKG_CONFIG"; then
1158211582- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1158311583-$as_echo "$PKG_CONFIG" >&6; }
1204012040+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1204112041+printf "%s\n" "$PKG_CONFIG" >&6; }
1158412042else
1158511585- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1158611586-$as_echo "no" >&6; }
1204312043+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1204412044+printf "%s\n" "no" >&6; }
1158712045fi
11588120461158912047···1159212050 ac_pt_PKG_CONFIG=$PKG_CONFIG
1159312051 # Extract the first word of "pkg-config", so it can be a program name with args.
1159412052set dummy pkg-config; ac_word=$2
1159511595-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1159611596-$as_echo_n "checking for $ac_word... " >&6; }
1159711597-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
1159811598- $as_echo_n "(cached) " >&6
1159911599-else
1205312053+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1205412054+printf %s "checking for $ac_word... " >&6; }
1205512055+if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
1205612056+then :
1205712057+ printf %s "(cached) " >&6
1205812058+else $as_nop
1160012059 case $ac_pt_PKG_CONFIG in
1160112060 [\\/]* | ?:[\\/]*)
1160212061 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
···1160612065for as_dir in $PATH
1160712066do
1160812067 IFS=$as_save_IFS
1160911609- test -z "$as_dir" && as_dir=.
1206812068+ case $as_dir in #(((
1206912069+ '') as_dir=./ ;;
1207012070+ */) ;;
1207112071+ *) as_dir=$as_dir/ ;;
1207212072+ esac
1161012073 for ac_exec_ext in '' $ac_executable_extensions; do
1161111611- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1161211612- ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1161311613- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1207412074+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
1207512075+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
1207612076+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1161412077 break 2
1161512078 fi
1161612079done
···1162212085fi
1162312086ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1162412087if test -n "$ac_pt_PKG_CONFIG"; then
1162511625- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1162611626-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
1208812088+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1208912089+printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
1162712090else
1162811628- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1162911629-$as_echo "no" >&6; }
1209112091+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1209212092+printf "%s\n" "no" >&6; }
1163012093fi
11631120941163212095 if test "x$ac_pt_PKG_CONFIG" = x; then
···1163412097 else
1163512098 case $cross_compiling:$ac_tool_warned in
1163612099yes:)
1163711637-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1163811638-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1210012100+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1210112101+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1163912102ac_tool_warned=yes ;;
1164012103esac
1164112104 PKG_CONFIG=$ac_pt_PKG_CONFIG
···1164712110fi
1164812111if test -n "$PKG_CONFIG"; then
1164912112 _pkg_min_version=0.9.0
1165011650- { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1165111651-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1211312113+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1211412114+printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1165212115 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1165311653- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1165411654-$as_echo "yes" >&6; }
1211612116+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1211712117+printf "%s\n" "yes" >&6; }
1165512118 else
1165611656- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1165711657-$as_echo "no" >&6; }
1211912119+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1212012120+printf "%s\n" "no" >&6; }
1165812121 PKG_CONFIG=""
1165912122 fi
1166012123fi
···116641212711665121281166612129# Check whether --enable-selective-werror was given.
1166711667-if test "${enable_selective_werror+set}" = set; then :
1213012130+if test ${enable_selective_werror+y}
1213112131+then :
1166812132 enableval=$enable_selective_werror; SELECTIVE_WERROR=$enableval
1166911669-else
1213312133+else $as_nop
1167012134 SELECTIVE_WERROR=yes
1167112135fi
1167212136···11699121631170012164if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1170112165 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1170211702- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1170311703-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1170411704-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1170511705- $as_echo_n "(cached) " >&6
1170611706-else
1216612166+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1216712167+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1216812168+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1216912169+then :
1217012170+ printf %s "(cached) " >&6
1217112171+else $as_nop
1170712172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1170812173/* end confdefs.h. */
1170912174int i;
1171012175_ACEOF
1171111711-if ac_fn_c_try_compile "$LINENO"; then :
1217612176+if ac_fn_c_try_compile "$LINENO"
1217712177+then :
1171212178 xorg_cv_cc_flag_unknown_warning_option=yes
1171311713-else
1217912179+else $as_nop
1171412180 xorg_cv_cc_flag_unknown_warning_option=no
1171512181fi
1171611716-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1218212182+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1171712183fi
1171811718-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1171911719-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1218412184+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1218512185+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1172012186 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1172112187 CFLAGS="$xorg_testset_save_CFLAGS"
1172212188fi
···1172612192 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1172712193 fi
1172812194 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1172911729- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1173011730-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1173111731-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1173211732- $as_echo_n "(cached) " >&6
1173311733-else
1219512195+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1219612196+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1219712197+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1219812198+then :
1219912199+ printf %s "(cached) " >&6
1220012200+else $as_nop
1173412201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1173512202/* end confdefs.h. */
1173612203int i;
1173712204_ACEOF
1173811738-if ac_fn_c_try_compile "$LINENO"; then :
1220512205+if ac_fn_c_try_compile "$LINENO"
1220612206+then :
1173912207 xorg_cv_cc_flag_unused_command_line_argument=yes
1174011740-else
1220812208+else $as_nop
1174112209 xorg_cv_cc_flag_unused_command_line_argument=no
1174212210fi
1174311743-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1221112211+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1174412212fi
1174511745-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1174611746-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1221312213+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1221412214+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1174712215 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1174812216 CFLAGS="$xorg_testset_save_CFLAGS"
1174912217fi
···11761122291176212230 CFLAGS="$CFLAGS -Wall"
11763122311176411764- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
1176511765-$as_echo_n "checking if $CC supports -Wall... " >&6; }
1223212232+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
1223312233+printf %s "checking if $CC supports -Wall... " >&6; }
1176612234 cacheid=xorg_cv_cc_flag__Wall
1176711767- if eval \${$cacheid+:} false; then :
1176811768- $as_echo_n "(cached) " >&6
1176911769-else
1223512235+ if eval test \${$cacheid+y}
1223612236+then :
1223712237+ printf %s "(cached) " >&6
1223812238+else $as_nop
1177012239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1177112240/* end confdefs.h. */
1177212241int i;
1177312242int
1177411774-main ()
1224312243+main (void)
1177512244{
11776122451177712246 ;
1177812247 return 0;
1177912248}
1178012249_ACEOF
1178111781-if ac_fn_c_try_link "$LINENO"; then :
1225012250+if ac_fn_c_try_link "$LINENO"
1225112251+then :
1178212252 eval $cacheid=yes
1178311783-else
1225312253+else $as_nop
1178412254 eval $cacheid=no
1178512255fi
1178611786-rm -f core conftest.err conftest.$ac_objext \
1225612256+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1178712257 conftest$ac_exeext conftest.$ac_ext
1178812258fi
1178912259···1179112261 CFLAGS="$xorg_testset_save_CFLAGS"
11792122621179312263 eval supported=\$$cacheid
1179411794- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1179511795-$as_echo "$supported" >&6; }
1226412264+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1226512265+printf "%s\n" "$supported" >&6; }
1179612266 if test "$supported" = "yes" ; then
1179712267 BASE_CFLAGS="$BASE_CFLAGS -Wall"
1179812268 found="yes"
···11817122871181812288if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1181912289 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1182011820- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1182111821-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1182211822-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1182311823- $as_echo_n "(cached) " >&6
1182411824-else
1229012290+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1229112291+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1229212292+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1229312293+then :
1229412294+ printf %s "(cached) " >&6
1229512295+else $as_nop
1182512296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1182612297/* end confdefs.h. */
1182712298int i;
1182812299_ACEOF
1182911829-if ac_fn_c_try_compile "$LINENO"; then :
1230012300+if ac_fn_c_try_compile "$LINENO"
1230112301+then :
1183012302 xorg_cv_cc_flag_unknown_warning_option=yes
1183111831-else
1230312303+else $as_nop
1183212304 xorg_cv_cc_flag_unknown_warning_option=no
1183312305fi
1183411834-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1230612306+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1183512307fi
1183611836-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1183711837-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1230812308+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1230912309+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1183812310 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1183912311 CFLAGS="$xorg_testset_save_CFLAGS"
1184012312fi
···1184412316 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1184512317 fi
1184612318 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1184711847- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1184811848-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1184911849-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1185011850- $as_echo_n "(cached) " >&6
1185111851-else
1231912319+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1232012320+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1232112321+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1232212322+then :
1232312323+ printf %s "(cached) " >&6
1232412324+else $as_nop
1185212325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1185312326/* end confdefs.h. */
1185412327int i;
1185512328_ACEOF
1185611856-if ac_fn_c_try_compile "$LINENO"; then :
1232912329+if ac_fn_c_try_compile "$LINENO"
1233012330+then :
1185712331 xorg_cv_cc_flag_unused_command_line_argument=yes
1185811858-else
1233212332+else $as_nop
1185912333 xorg_cv_cc_flag_unused_command_line_argument=no
1186012334fi
1186111861-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1233512335+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1186212336fi
1186311863-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1186411864-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1233712337+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1233812338+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1186512339 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1186612340 CFLAGS="$xorg_testset_save_CFLAGS"
1186712341fi
···11879123531188012354 CFLAGS="$CFLAGS -Wpointer-arith"
11881123551188211882- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
1188311883-$as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; }
1235612356+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
1235712357+printf %s "checking if $CC supports -Wpointer-arith... " >&6; }
1188412358 cacheid=xorg_cv_cc_flag__Wpointer_arith
1188511885- if eval \${$cacheid+:} false; then :
1188611886- $as_echo_n "(cached) " >&6
1188711887-else
1235912359+ if eval test \${$cacheid+y}
1236012360+then :
1236112361+ printf %s "(cached) " >&6
1236212362+else $as_nop
1188812363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1188912364/* end confdefs.h. */
1189012365int i;
1189112366int
1189211892-main ()
1236712367+main (void)
1189312368{
11894123691189512370 ;
1189612371 return 0;
1189712372}
1189812373_ACEOF
1189911899-if ac_fn_c_try_link "$LINENO"; then :
1237412374+if ac_fn_c_try_link "$LINENO"
1237512375+then :
1190012376 eval $cacheid=yes
1190111901-else
1237712377+else $as_nop
1190212378 eval $cacheid=no
1190312379fi
1190411904-rm -f core conftest.err conftest.$ac_objext \
1238012380+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1190512381 conftest$ac_exeext conftest.$ac_ext
1190612382fi
1190712383···1190912385 CFLAGS="$xorg_testset_save_CFLAGS"
11910123861191112387 eval supported=\$$cacheid
1191211912- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1191311913-$as_echo "$supported" >&6; }
1238812388+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1238912389+printf "%s\n" "$supported" >&6; }
1191412390 if test "$supported" = "yes" ; then
1191512391 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
1191612392 found="yes"
···11935124111193612412if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1193712413 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1193811938- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1193911939-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1194011940-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1194111941- $as_echo_n "(cached) " >&6
1194211942-else
1241412414+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1241512415+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1241612416+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1241712417+then :
1241812418+ printf %s "(cached) " >&6
1241912419+else $as_nop
1194312420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1194412421/* end confdefs.h. */
1194512422int i;
1194612423_ACEOF
1194711947-if ac_fn_c_try_compile "$LINENO"; then :
1242412424+if ac_fn_c_try_compile "$LINENO"
1242512425+then :
1194812426 xorg_cv_cc_flag_unknown_warning_option=yes
1194911949-else
1242712427+else $as_nop
1195012428 xorg_cv_cc_flag_unknown_warning_option=no
1195112429fi
1195211952-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1243012430+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1195312431fi
1195411954-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1195511955-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1243212432+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1243312433+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1195612434 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1195712435 CFLAGS="$xorg_testset_save_CFLAGS"
1195812436fi
···1196212440 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1196312441 fi
1196412442 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1196511965- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1196611966-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1196711967-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1196811968- $as_echo_n "(cached) " >&6
1196911969-else
1244312443+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1244412444+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1244512445+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1244612446+then :
1244712447+ printf %s "(cached) " >&6
1244812448+else $as_nop
1197012449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1197112450/* end confdefs.h. */
1197212451int i;
1197312452_ACEOF
1197411974-if ac_fn_c_try_compile "$LINENO"; then :
1245312453+if ac_fn_c_try_compile "$LINENO"
1245412454+then :
1197512455 xorg_cv_cc_flag_unused_command_line_argument=yes
1197611976-else
1245612456+else $as_nop
1197712457 xorg_cv_cc_flag_unused_command_line_argument=no
1197812458fi
1197911979-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1245912459+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1198012460fi
1198111981-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1198211982-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1246112461+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1246212462+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1198312463 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1198412464 CFLAGS="$xorg_testset_save_CFLAGS"
1198512465fi
···11997124771199812478 CFLAGS="$CFLAGS -Wmissing-declarations"
11999124791200012000- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
1200112001-$as_echo_n "checking if $CC supports -Wmissing-declarations... " >&6; }
1248012480+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
1248112481+printf %s "checking if $CC supports -Wmissing-declarations... " >&6; }
1200212482 cacheid=xorg_cv_cc_flag__Wmissing_declarations
1200312003- if eval \${$cacheid+:} false; then :
1200412004- $as_echo_n "(cached) " >&6
1200512005-else
1248312483+ if eval test \${$cacheid+y}
1248412484+then :
1248512485+ printf %s "(cached) " >&6
1248612486+else $as_nop
1200612487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1200712488/* end confdefs.h. */
1200812489int i;
1200912490int
1201012010-main ()
1249112491+main (void)
1201112492{
12012124931201312494 ;
1201412495 return 0;
1201512496}
1201612497_ACEOF
1201712017-if ac_fn_c_try_link "$LINENO"; then :
1249812498+if ac_fn_c_try_link "$LINENO"
1249912499+then :
1201812500 eval $cacheid=yes
1201912019-else
1250112501+else $as_nop
1202012502 eval $cacheid=no
1202112503fi
1202212022-rm -f core conftest.err conftest.$ac_objext \
1250412504+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1202312505 conftest$ac_exeext conftest.$ac_ext
1202412506fi
1202512507···1202712509 CFLAGS="$xorg_testset_save_CFLAGS"
12028125101202912511 eval supported=\$$cacheid
1203012030- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1203112031-$as_echo "$supported" >&6; }
1251212512+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1251312513+printf "%s\n" "$supported" >&6; }
1203212514 if test "$supported" = "yes" ; then
1203312515 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-declarations"
1203412516 found="yes"
···12053125351205412536if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1205512537 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1205612056- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1205712057-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1205812058-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1205912059- $as_echo_n "(cached) " >&6
1206012060-else
1253812538+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1253912539+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1254012540+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1254112541+then :
1254212542+ printf %s "(cached) " >&6
1254312543+else $as_nop
1206112544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1206212545/* end confdefs.h. */
1206312546int i;
1206412547_ACEOF
1206512065-if ac_fn_c_try_compile "$LINENO"; then :
1254812548+if ac_fn_c_try_compile "$LINENO"
1254912549+then :
1206612550 xorg_cv_cc_flag_unknown_warning_option=yes
1206712067-else
1255112551+else $as_nop
1206812552 xorg_cv_cc_flag_unknown_warning_option=no
1206912553fi
1207012070-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1255412554+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1207112555fi
1207212072-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1207312073-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1255612556+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1255712557+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1207412558 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1207512559 CFLAGS="$xorg_testset_save_CFLAGS"
1207612560fi
···1208012564 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1208112565 fi
1208212566 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1208312083- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1208412084-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1208512085-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1208612086- $as_echo_n "(cached) " >&6
1208712087-else
1256712567+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1256812568+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1256912569+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1257012570+then :
1257112571+ printf %s "(cached) " >&6
1257212572+else $as_nop
1208812573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1208912574/* end confdefs.h. */
1209012575int i;
1209112576_ACEOF
1209212092-if ac_fn_c_try_compile "$LINENO"; then :
1257712577+if ac_fn_c_try_compile "$LINENO"
1257812578+then :
1209312579 xorg_cv_cc_flag_unused_command_line_argument=yes
1209412094-else
1258012580+else $as_nop
1209512581 xorg_cv_cc_flag_unused_command_line_argument=no
1209612582fi
1209712097-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1258312583+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1209812584fi
1209912099-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1210012100-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1258512585+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1258612586+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1210112587 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1210212588 CFLAGS="$xorg_testset_save_CFLAGS"
1210312589fi
···12115126011211612602 CFLAGS="$CFLAGS -Wformat=2"
12117126031211812118- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
1211912119-$as_echo_n "checking if $CC supports -Wformat=2... " >&6; }
1260412604+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
1260512605+printf %s "checking if $CC supports -Wformat=2... " >&6; }
1212012606 cacheid=xorg_cv_cc_flag__Wformat_2
1212112121- if eval \${$cacheid+:} false; then :
1212212122- $as_echo_n "(cached) " >&6
1212312123-else
1260712607+ if eval test \${$cacheid+y}
1260812608+then :
1260912609+ printf %s "(cached) " >&6
1261012610+else $as_nop
1212412611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1212512612/* end confdefs.h. */
1212612613int i;
1212712614int
1212812128-main ()
1261512615+main (void)
1212912616{
12130126171213112618 ;
1213212619 return 0;
1213312620}
1213412621_ACEOF
1213512135-if ac_fn_c_try_link "$LINENO"; then :
1262212622+if ac_fn_c_try_link "$LINENO"
1262312623+then :
1213612624 eval $cacheid=yes
1213712137-else
1262512625+else $as_nop
1213812626 eval $cacheid=no
1213912627fi
1214012140-rm -f core conftest.err conftest.$ac_objext \
1262812628+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1214112629 conftest$ac_exeext conftest.$ac_ext
1214212630fi
1214312631···1214512633 CFLAGS="$xorg_testset_save_CFLAGS"
12146126341214712635 eval supported=\$$cacheid
1214812148- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1214912149-$as_echo "$supported" >&6; }
1263612636+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1263712637+printf "%s\n" "$supported" >&6; }
1215012638 if test "$supported" = "yes" ; then
1215112639 BASE_CFLAGS="$BASE_CFLAGS -Wformat=2"
1215212640 found="yes"
···12164126521216512653 CFLAGS="$CFLAGS -Wformat"
12166126541216712167- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
1216812168-$as_echo_n "checking if $CC supports -Wformat... " >&6; }
1265512655+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
1265612656+printf %s "checking if $CC supports -Wformat... " >&6; }
1216912657 cacheid=xorg_cv_cc_flag__Wformat
1217012170- if eval \${$cacheid+:} false; then :
1217112171- $as_echo_n "(cached) " >&6
1217212172-else
1265812658+ if eval test \${$cacheid+y}
1265912659+then :
1266012660+ printf %s "(cached) " >&6
1266112661+else $as_nop
1217312662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1217412663/* end confdefs.h. */
1217512664int i;
1217612665int
1217712177-main ()
1266612666+main (void)
1217812667{
12179126681218012669 ;
1218112670 return 0;
1218212671}
1218312672_ACEOF
1218412184-if ac_fn_c_try_link "$LINENO"; then :
1267312673+if ac_fn_c_try_link "$LINENO"
1267412674+then :
1218512675 eval $cacheid=yes
1218612186-else
1267612676+else $as_nop
1218712677 eval $cacheid=no
1218812678fi
1218912189-rm -f core conftest.err conftest.$ac_objext \
1267912679+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1219012680 conftest$ac_exeext conftest.$ac_ext
1219112681fi
1219212682···1219412684 CFLAGS="$xorg_testset_save_CFLAGS"
12195126851219612686 eval supported=\$$cacheid
1219712197- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1219812198-$as_echo "$supported" >&6; }
1268712687+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1268812688+printf "%s\n" "$supported" >&6; }
1219912689 if test "$supported" = "yes" ; then
1220012690 BASE_CFLAGS="$BASE_CFLAGS -Wformat"
1220112691 found="yes"
···12222127121222312713if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1222412714 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1222512225- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1222612226-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1222712227-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1222812228- $as_echo_n "(cached) " >&6
1222912229-else
1271512715+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1271612716+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1271712717+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1271812718+then :
1271912719+ printf %s "(cached) " >&6
1272012720+else $as_nop
1223012721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1223112722/* end confdefs.h. */
1223212723int i;
1223312724_ACEOF
1223412234-if ac_fn_c_try_compile "$LINENO"; then :
1272512725+if ac_fn_c_try_compile "$LINENO"
1272612726+then :
1223512727 xorg_cv_cc_flag_unknown_warning_option=yes
1223612236-else
1272812728+else $as_nop
1223712729 xorg_cv_cc_flag_unknown_warning_option=no
1223812730fi
1223912239-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1273112731+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1224012732fi
1224112241-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1224212242-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1273312733+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1273412734+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1224312735 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1224412736 CFLAGS="$xorg_testset_save_CFLAGS"
1224512737fi
···1224912741 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1225012742 fi
1225112743 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1225212252- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1225312253-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1225412254-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1225512255- $as_echo_n "(cached) " >&6
1225612256-else
1274412744+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1274512745+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1274612746+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1274712747+then :
1274812748+ printf %s "(cached) " >&6
1274912749+else $as_nop
1225712750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1225812751/* end confdefs.h. */
1225912752int i;
1226012753_ACEOF
1226112261-if ac_fn_c_try_compile "$LINENO"; then :
1275412754+if ac_fn_c_try_compile "$LINENO"
1275512755+then :
1226212756 xorg_cv_cc_flag_unused_command_line_argument=yes
1226312263-else
1275712757+else $as_nop
1226412758 xorg_cv_cc_flag_unused_command_line_argument=no
1226512759fi
1226612266-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1276012760+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1226712761fi
1226812268-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1226912269-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1276212762+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1276312763+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1227012764 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1227112765 CFLAGS="$xorg_testset_save_CFLAGS"
1227212766fi
···12284127781228512779 CFLAGS="$CFLAGS -Wstrict-prototypes"
12286127801228712287- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
1228812288-$as_echo_n "checking if $CC supports -Wstrict-prototypes... " >&6; }
1278112781+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
1278212782+printf %s "checking if $CC supports -Wstrict-prototypes... " >&6; }
1228912783 cacheid=xorg_cv_cc_flag__Wstrict_prototypes
1229012290- if eval \${$cacheid+:} false; then :
1229112291- $as_echo_n "(cached) " >&6
1229212292-else
1278412784+ if eval test \${$cacheid+y}
1278512785+then :
1278612786+ printf %s "(cached) " >&6
1278712787+else $as_nop
1229312788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1229412789/* end confdefs.h. */
1229512790int i;
1229612791int
1229712297-main ()
1279212792+main (void)
1229812793{
12299127941230012795 ;
1230112796 return 0;
1230212797}
1230312798_ACEOF
1230412304-if ac_fn_c_try_link "$LINENO"; then :
1279912799+if ac_fn_c_try_link "$LINENO"
1280012800+then :
1230512801 eval $cacheid=yes
1230612306-else
1280212802+else $as_nop
1230712803 eval $cacheid=no
1230812804fi
1230912309-rm -f core conftest.err conftest.$ac_objext \
1280512805+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1231012806 conftest$ac_exeext conftest.$ac_ext
1231112807fi
1231212808···1231412810 CFLAGS="$xorg_testset_save_CFLAGS"
12315128111231612812 eval supported=\$$cacheid
1231712317- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1231812318-$as_echo "$supported" >&6; }
1281312813+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1281412814+printf "%s\n" "$supported" >&6; }
1231912815 if test "$supported" = "yes" ; then
1232012816 BASE_CFLAGS="$BASE_CFLAGS -Wstrict-prototypes"
1232112817 found="yes"
···12340128361234112837if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1234212838 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1234312343- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1234412344-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1234512345-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1234612346- $as_echo_n "(cached) " >&6
1234712347-else
1283912839+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1284012840+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1284112841+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1284212842+then :
1284312843+ printf %s "(cached) " >&6
1284412844+else $as_nop
1234812845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1234912846/* end confdefs.h. */
1235012847int i;
1235112848_ACEOF
1235212352-if ac_fn_c_try_compile "$LINENO"; then :
1284912849+if ac_fn_c_try_compile "$LINENO"
1285012850+then :
1235312851 xorg_cv_cc_flag_unknown_warning_option=yes
1235412354-else
1285212852+else $as_nop
1235512853 xorg_cv_cc_flag_unknown_warning_option=no
1235612854fi
1235712357-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1285512855+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1235812856fi
1235912359-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1236012360-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1285712857+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1285812858+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1236112859 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1236212860 CFLAGS="$xorg_testset_save_CFLAGS"
1236312861fi
···1236712865 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1236812866 fi
1236912867 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1237012370- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1237112371-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1237212372-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1237312373- $as_echo_n "(cached) " >&6
1237412374-else
1286812868+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1286912869+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1287012870+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1287112871+then :
1287212872+ printf %s "(cached) " >&6
1287312873+else $as_nop
1237512874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1237612875/* end confdefs.h. */
1237712876int i;
1237812877_ACEOF
1237912379-if ac_fn_c_try_compile "$LINENO"; then :
1287812878+if ac_fn_c_try_compile "$LINENO"
1287912879+then :
1238012880 xorg_cv_cc_flag_unused_command_line_argument=yes
1238112381-else
1288112881+else $as_nop
1238212882 xorg_cv_cc_flag_unused_command_line_argument=no
1238312883fi
1238412384-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1288412884+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1238512885fi
1238612386-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1238712387-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1288612886+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1288712887+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1238812888 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1238912889 CFLAGS="$xorg_testset_save_CFLAGS"
1239012890fi
···12402129021240312903 CFLAGS="$CFLAGS -Wmissing-prototypes"
12404129041240512405- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
1240612406-$as_echo_n "checking if $CC supports -Wmissing-prototypes... " >&6; }
1290512905+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
1290612906+printf %s "checking if $CC supports -Wmissing-prototypes... " >&6; }
1240712907 cacheid=xorg_cv_cc_flag__Wmissing_prototypes
1240812408- if eval \${$cacheid+:} false; then :
1240912409- $as_echo_n "(cached) " >&6
1241012410-else
1290812908+ if eval test \${$cacheid+y}
1290912909+then :
1291012910+ printf %s "(cached) " >&6
1291112911+else $as_nop
1241112912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1241212913/* end confdefs.h. */
1241312914int i;
1241412915int
1241512415-main ()
1291612916+main (void)
1241612917{
12417129181241812919 ;
1241912920 return 0;
1242012921}
1242112922_ACEOF
1242212422-if ac_fn_c_try_link "$LINENO"; then :
1292312923+if ac_fn_c_try_link "$LINENO"
1292412924+then :
1242312925 eval $cacheid=yes
1242412424-else
1292612926+else $as_nop
1242512927 eval $cacheid=no
1242612928fi
1242712427-rm -f core conftest.err conftest.$ac_objext \
1292912929+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1242812930 conftest$ac_exeext conftest.$ac_ext
1242912931fi
1243012932···1243212934 CFLAGS="$xorg_testset_save_CFLAGS"
12433129351243412936 eval supported=\$$cacheid
1243512435- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1243612436-$as_echo "$supported" >&6; }
1293712937+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1293812938+printf "%s\n" "$supported" >&6; }
1243712939 if test "$supported" = "yes" ; then
1243812940 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-prototypes"
1243912941 found="yes"
···12458129601245912961if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1246012962 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1246112461- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1246212462-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1246312463-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1246412464- $as_echo_n "(cached) " >&6
1246512465-else
1296312963+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1296412964+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1296512965+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1296612966+then :
1296712967+ printf %s "(cached) " >&6
1296812968+else $as_nop
1246612969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1246712970/* end confdefs.h. */
1246812971int i;
1246912972_ACEOF
1247012470-if ac_fn_c_try_compile "$LINENO"; then :
1297312973+if ac_fn_c_try_compile "$LINENO"
1297412974+then :
1247112975 xorg_cv_cc_flag_unknown_warning_option=yes
1247212472-else
1297612976+else $as_nop
1247312977 xorg_cv_cc_flag_unknown_warning_option=no
1247412978fi
1247512475-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1297912979+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1247612980fi
1247712477-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1247812478-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1298112981+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1298212982+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1247912983 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1248012984 CFLAGS="$xorg_testset_save_CFLAGS"
1248112985fi
···1248512989 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1248612990 fi
1248712991 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1248812488- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1248912489-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1249012490-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1249112491- $as_echo_n "(cached) " >&6
1249212492-else
1299212992+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1299312993+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1299412994+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1299512995+then :
1299612996+ printf %s "(cached) " >&6
1299712997+else $as_nop
1249312998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1249412999/* end confdefs.h. */
1249513000int i;
1249613001_ACEOF
1249712497-if ac_fn_c_try_compile "$LINENO"; then :
1300213002+if ac_fn_c_try_compile "$LINENO"
1300313003+then :
1249813004 xorg_cv_cc_flag_unused_command_line_argument=yes
1249912499-else
1300513005+else $as_nop
1250013006 xorg_cv_cc_flag_unused_command_line_argument=no
1250113007fi
1250212502-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1300813008+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1250313009fi
1250412504-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1250512505-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1301013010+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1301113011+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1250613012 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1250713013 CFLAGS="$xorg_testset_save_CFLAGS"
1250813014fi
···12520130261252113027 CFLAGS="$CFLAGS -Wnested-externs"
12522130281252312523- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
1252412524-$as_echo_n "checking if $CC supports -Wnested-externs... " >&6; }
1302913029+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
1303013030+printf %s "checking if $CC supports -Wnested-externs... " >&6; }
1252513031 cacheid=xorg_cv_cc_flag__Wnested_externs
1252612526- if eval \${$cacheid+:} false; then :
1252712527- $as_echo_n "(cached) " >&6
1252812528-else
1303213032+ if eval test \${$cacheid+y}
1303313033+then :
1303413034+ printf %s "(cached) " >&6
1303513035+else $as_nop
1252913036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1253013037/* end confdefs.h. */
1253113038int i;
1253213039int
1253312533-main ()
1304013040+main (void)
1253413041{
12535130421253613043 ;
1253713044 return 0;
1253813045}
1253913046_ACEOF
1254012540-if ac_fn_c_try_link "$LINENO"; then :
1304713047+if ac_fn_c_try_link "$LINENO"
1304813048+then :
1254113049 eval $cacheid=yes
1254212542-else
1305013050+else $as_nop
1254313051 eval $cacheid=no
1254413052fi
1254512545-rm -f core conftest.err conftest.$ac_objext \
1305313053+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1254613054 conftest$ac_exeext conftest.$ac_ext
1254713055fi
1254813056···1255013058 CFLAGS="$xorg_testset_save_CFLAGS"
12551130591255213060 eval supported=\$$cacheid
1255312553- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1255412554-$as_echo "$supported" >&6; }
1306113061+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1306213062+printf "%s\n" "$supported" >&6; }
1255513063 if test "$supported" = "yes" ; then
1255613064 BASE_CFLAGS="$BASE_CFLAGS -Wnested-externs"
1255713065 found="yes"
···12576130841257713085if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1257813086 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1257912579- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1258012580-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1258112581-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1258212582- $as_echo_n "(cached) " >&6
1258312583-else
1308713087+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1308813088+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1308913089+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1309013090+then :
1309113091+ printf %s "(cached) " >&6
1309213092+else $as_nop
1258413093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1258513094/* end confdefs.h. */
1258613095int i;
1258713096_ACEOF
1258812588-if ac_fn_c_try_compile "$LINENO"; then :
1309713097+if ac_fn_c_try_compile "$LINENO"
1309813098+then :
1258913099 xorg_cv_cc_flag_unknown_warning_option=yes
1259012590-else
1310013100+else $as_nop
1259113101 xorg_cv_cc_flag_unknown_warning_option=no
1259213102fi
1259312593-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1310313103+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1259413104fi
1259512595-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1259612596-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1310513105+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1310613106+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1259713107 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1259813108 CFLAGS="$xorg_testset_save_CFLAGS"
1259913109fi
···1260313113 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1260413114 fi
1260513115 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1260612606- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1260712607-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1260812608-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1260912609- $as_echo_n "(cached) " >&6
1261012610-else
1311613116+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1311713117+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1311813118+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1311913119+then :
1312013120+ printf %s "(cached) " >&6
1312113121+else $as_nop
1261113122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1261213123/* end confdefs.h. */
1261313124int i;
1261413125_ACEOF
1261512615-if ac_fn_c_try_compile "$LINENO"; then :
1312613126+if ac_fn_c_try_compile "$LINENO"
1312713127+then :
1261613128 xorg_cv_cc_flag_unused_command_line_argument=yes
1261712617-else
1312913129+else $as_nop
1261813130 xorg_cv_cc_flag_unused_command_line_argument=no
1261913131fi
1262012620-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1313213132+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1262113133fi
1262212622-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1262312623-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1313413134+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1313513135+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1262413136 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1262513137 CFLAGS="$xorg_testset_save_CFLAGS"
1262613138fi
···12638131501263913151 CFLAGS="$CFLAGS -Wbad-function-cast"
12640131521264112641- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
1264212642-$as_echo_n "checking if $CC supports -Wbad-function-cast... " >&6; }
1315313153+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
1315413154+printf %s "checking if $CC supports -Wbad-function-cast... " >&6; }
1264313155 cacheid=xorg_cv_cc_flag__Wbad_function_cast
1264412644- if eval \${$cacheid+:} false; then :
1264512645- $as_echo_n "(cached) " >&6
1264612646-else
1315613156+ if eval test \${$cacheid+y}
1315713157+then :
1315813158+ printf %s "(cached) " >&6
1315913159+else $as_nop
1264713160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1264813161/* end confdefs.h. */
1264913162int i;
1265013163int
1265112651-main ()
1316413164+main (void)
1265213165{
12653131661265413167 ;
1265513168 return 0;
1265613169}
1265713170_ACEOF
1265812658-if ac_fn_c_try_link "$LINENO"; then :
1317113171+if ac_fn_c_try_link "$LINENO"
1317213172+then :
1265913173 eval $cacheid=yes
1266012660-else
1317413174+else $as_nop
1266113175 eval $cacheid=no
1266213176fi
1266312663-rm -f core conftest.err conftest.$ac_objext \
1317713177+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1266413178 conftest$ac_exeext conftest.$ac_ext
1266513179fi
1266613180···1266813182 CFLAGS="$xorg_testset_save_CFLAGS"
12669131831267013184 eval supported=\$$cacheid
1267112671- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1267212672-$as_echo "$supported" >&6; }
1318513185+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1318613186+printf "%s\n" "$supported" >&6; }
1267313187 if test "$supported" = "yes" ; then
1267413188 BASE_CFLAGS="$BASE_CFLAGS -Wbad-function-cast"
1267513189 found="yes"
···12694132081269513209if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1269613210 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1269712697- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1269812698-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1269912699-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1270012700- $as_echo_n "(cached) " >&6
1270112701-else
1321113211+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1321213212+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1321313213+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1321413214+then :
1321513215+ printf %s "(cached) " >&6
1321613216+else $as_nop
1270213217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1270313218/* end confdefs.h. */
1270413219int i;
1270513220_ACEOF
1270612706-if ac_fn_c_try_compile "$LINENO"; then :
1322113221+if ac_fn_c_try_compile "$LINENO"
1322213222+then :
1270713223 xorg_cv_cc_flag_unknown_warning_option=yes
1270812708-else
1322413224+else $as_nop
1270913225 xorg_cv_cc_flag_unknown_warning_option=no
1271013226fi
1271112711-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1322713227+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1271213228fi
1271312713-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1271412714-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1322913229+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1323013230+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1271513231 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1271613232 CFLAGS="$xorg_testset_save_CFLAGS"
1271713233fi
···1272113237 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1272213238 fi
1272313239 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1272412724- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1272512725-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1272612726-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1272712727- $as_echo_n "(cached) " >&6
1272812728-else
1324013240+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1324113241+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1324213242+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1324313243+then :
1324413244+ printf %s "(cached) " >&6
1324513245+else $as_nop
1272913246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1273013247/* end confdefs.h. */
1273113248int i;
1273213249_ACEOF
1273312733-if ac_fn_c_try_compile "$LINENO"; then :
1325013250+if ac_fn_c_try_compile "$LINENO"
1325113251+then :
1273413252 xorg_cv_cc_flag_unused_command_line_argument=yes
1273512735-else
1325313253+else $as_nop
1273613254 xorg_cv_cc_flag_unused_command_line_argument=no
1273713255fi
1273812738-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1325613256+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1273913257fi
1274012740-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1274112741-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1325813258+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1325913259+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1274213260 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1274313261 CFLAGS="$xorg_testset_save_CFLAGS"
1274413262fi
···12756132741275713275 CFLAGS="$CFLAGS -Wold-style-definition"
12758132761275912759- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
1276012760-$as_echo_n "checking if $CC supports -Wold-style-definition... " >&6; }
1327713277+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
1327813278+printf %s "checking if $CC supports -Wold-style-definition... " >&6; }
1276113279 cacheid=xorg_cv_cc_flag__Wold_style_definition
1276212762- if eval \${$cacheid+:} false; then :
1276312763- $as_echo_n "(cached) " >&6
1276412764-else
1328013280+ if eval test \${$cacheid+y}
1328113281+then :
1328213282+ printf %s "(cached) " >&6
1328313283+else $as_nop
1276513284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1276613285/* end confdefs.h. */
1276713286int i;
1276813287int
1276912769-main ()
1328813288+main (void)
1277013289{
12771132901277213291 ;
1277313292 return 0;
1277413293}
1277513294_ACEOF
1277612776-if ac_fn_c_try_link "$LINENO"; then :
1329513295+if ac_fn_c_try_link "$LINENO"
1329613296+then :
1277713297 eval $cacheid=yes
1277812778-else
1329813298+else $as_nop
1277913299 eval $cacheid=no
1278013300fi
1278112781-rm -f core conftest.err conftest.$ac_objext \
1330113301+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1278213302 conftest$ac_exeext conftest.$ac_ext
1278313303fi
1278413304···1278613306 CFLAGS="$xorg_testset_save_CFLAGS"
12787133071278813308 eval supported=\$$cacheid
1278912789- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1279012790-$as_echo "$supported" >&6; }
1330913309+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1331013310+printf "%s\n" "$supported" >&6; }
1279113311 if test "$supported" = "yes" ; then
1279213312 BASE_CFLAGS="$BASE_CFLAGS -Wold-style-definition"
1279313313 found="yes"
···12805133251280613326 CFLAGS="$CFLAGS -fd"
12807133271280812808- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
1280912809-$as_echo_n "checking if $CC supports -fd... " >&6; }
1332813328+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
1332913329+printf %s "checking if $CC supports -fd... " >&6; }
1281013330 cacheid=xorg_cv_cc_flag__fd
1281112811- if eval \${$cacheid+:} false; then :
1281212812- $as_echo_n "(cached) " >&6
1281312813-else
1333113331+ if eval test \${$cacheid+y}
1333213332+then :
1333313333+ printf %s "(cached) " >&6
1333413334+else $as_nop
1281413335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1281513336/* end confdefs.h. */
1281613337int i;
1281713338int
1281812818-main ()
1333913339+main (void)
1281913340{
12820133411282113342 ;
1282213343 return 0;
1282313344}
1282413345_ACEOF
1282512825-if ac_fn_c_try_link "$LINENO"; then :
1334613346+if ac_fn_c_try_link "$LINENO"
1334713347+then :
1282613348 eval $cacheid=yes
1282712827-else
1334913349+else $as_nop
1282813350 eval $cacheid=no
1282913351fi
1283012830-rm -f core conftest.err conftest.$ac_objext \
1335213352+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1283113353 conftest$ac_exeext conftest.$ac_ext
1283213354fi
1283313355···1283513357 CFLAGS="$xorg_testset_save_CFLAGS"
12836133581283713359 eval supported=\$$cacheid
1283812838- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1283912839-$as_echo "$supported" >&6; }
1336013360+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1336113361+printf "%s\n" "$supported" >&6; }
1284013362 if test "$supported" = "yes" ; then
1284113363 BASE_CFLAGS="$BASE_CFLAGS -fd"
1284213364 found="yes"
···12861133831286213384if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1286313385 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1286412864- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1286512865-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1286612866-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1286712867- $as_echo_n "(cached) " >&6
1286812868-else
1338613386+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1338713387+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1338813388+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1338913389+then :
1339013390+ printf %s "(cached) " >&6
1339113391+else $as_nop
1286913392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1287013393/* end confdefs.h. */
1287113394int i;
1287213395_ACEOF
1287312873-if ac_fn_c_try_compile "$LINENO"; then :
1339613396+if ac_fn_c_try_compile "$LINENO"
1339713397+then :
1287413398 xorg_cv_cc_flag_unknown_warning_option=yes
1287512875-else
1339913399+else $as_nop
1287613400 xorg_cv_cc_flag_unknown_warning_option=no
1287713401fi
1287812878-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1340213402+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1287913403fi
1288012880-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1288112881-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1340413404+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1340513405+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1288213406 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1288313407 CFLAGS="$xorg_testset_save_CFLAGS"
1288413408fi
···1288813412 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1288913413 fi
1289013414 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1289112891- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1289212892-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1289312893-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1289412894- $as_echo_n "(cached) " >&6
1289512895-else
1341513415+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1341613416+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1341713417+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1341813418+then :
1341913419+ printf %s "(cached) " >&6
1342013420+else $as_nop
1289613421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1289713422/* end confdefs.h. */
1289813423int i;
1289913424_ACEOF
1290012900-if ac_fn_c_try_compile "$LINENO"; then :
1342513425+if ac_fn_c_try_compile "$LINENO"
1342613426+then :
1290113427 xorg_cv_cc_flag_unused_command_line_argument=yes
1290212902-else
1342813428+else $as_nop
1290313429 xorg_cv_cc_flag_unused_command_line_argument=no
1290413430fi
1290512905-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1343113431+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1290613432fi
1290712907-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1290812908-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1343313433+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1343413434+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1290913435 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1291013436 CFLAGS="$xorg_testset_save_CFLAGS"
1291113437fi
···12923134491292413450 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12925134511292612926- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
1292712927-$as_echo_n "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
1345213452+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
1345313453+printf %s "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
1292813454 cacheid=xorg_cv_cc_flag__Wdeclaration_after_statement
1292912929- if eval \${$cacheid+:} false; then :
1293012930- $as_echo_n "(cached) " >&6
1293112931-else
1345513455+ if eval test \${$cacheid+y}
1345613456+then :
1345713457+ printf %s "(cached) " >&6
1345813458+else $as_nop
1293213459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1293313460/* end confdefs.h. */
1293413461int i;
1293513462int
1293612936-main ()
1346313463+main (void)
1293713464{
12938134651293913466 ;
1294013467 return 0;
1294113468}
1294213469_ACEOF
1294312943-if ac_fn_c_try_link "$LINENO"; then :
1347013470+if ac_fn_c_try_link "$LINENO"
1347113471+then :
1294413472 eval $cacheid=yes
1294512945-else
1347313473+else $as_nop
1294613474 eval $cacheid=no
1294713475fi
1294812948-rm -f core conftest.err conftest.$ac_objext \
1347613476+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1294913477 conftest$ac_exeext conftest.$ac_ext
1295013478fi
1295113479···1295313481 CFLAGS="$xorg_testset_save_CFLAGS"
12954134821295513483 eval supported=\$$cacheid
1295612956- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1295712957-$as_echo "$supported" >&6; }
1348413484+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1348513485+printf "%s\n" "$supported" >&6; }
1295813486 if test "$supported" = "yes" ; then
1295913487 BASE_CFLAGS="$BASE_CFLAGS -Wdeclaration-after-statement"
1296013488 found="yes"
···12983135111298413512if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1298513513 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1298612986- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1298712987-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1298812988-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1298912989- $as_echo_n "(cached) " >&6
1299012990-else
1351413514+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1351513515+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1351613516+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1351713517+then :
1351813518+ printf %s "(cached) " >&6
1351913519+else $as_nop
1299113520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1299213521/* end confdefs.h. */
1299313522int i;
1299413523_ACEOF
1299512995-if ac_fn_c_try_compile "$LINENO"; then :
1352413524+if ac_fn_c_try_compile "$LINENO"
1352513525+then :
1299613526 xorg_cv_cc_flag_unknown_warning_option=yes
1299712997-else
1352713527+else $as_nop
1299813528 xorg_cv_cc_flag_unknown_warning_option=no
1299913529fi
1300013000-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1353013530+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1300113531fi
1300213002-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1300313003-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1353213532+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1353313533+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1300413534 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1300513535 CFLAGS="$xorg_testset_save_CFLAGS"
1300613536fi
···1301013540 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1301113541 fi
1301213542 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1301313013- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1301413014-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1301513015-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1301613016- $as_echo_n "(cached) " >&6
1301713017-else
1354313543+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1354413544+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1354513545+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1354613546+then :
1354713547+ printf %s "(cached) " >&6
1354813548+else $as_nop
1301813549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1301913550/* end confdefs.h. */
1302013551int i;
1302113552_ACEOF
1302213022-if ac_fn_c_try_compile "$LINENO"; then :
1355313553+if ac_fn_c_try_compile "$LINENO"
1355413554+then :
1302313555 xorg_cv_cc_flag_unused_command_line_argument=yes
1302413024-else
1355613556+else $as_nop
1302513557 xorg_cv_cc_flag_unused_command_line_argument=no
1302613558fi
1302713027-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1355913559+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1302813560fi
1302913029-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1303013030-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1356113561+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1356213562+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1303113563 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1303213564 CFLAGS="$xorg_testset_save_CFLAGS"
1303313565fi
···13045135771304613578 CFLAGS="$CFLAGS -Wunused"
13047135791304813048- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
1304913049-$as_echo_n "checking if $CC supports -Wunused... " >&6; }
1358013580+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
1358113581+printf %s "checking if $CC supports -Wunused... " >&6; }
1305013582 cacheid=xorg_cv_cc_flag__Wunused
1305113051- if eval \${$cacheid+:} false; then :
1305213052- $as_echo_n "(cached) " >&6
1305313053-else
1358313583+ if eval test \${$cacheid+y}
1358413584+then :
1358513585+ printf %s "(cached) " >&6
1358613586+else $as_nop
1305413587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1305513588/* end confdefs.h. */
1305613589int i;
1305713590int
1305813058-main ()
1359113591+main (void)
1305913592{
13060135931306113594 ;
1306213595 return 0;
1306313596}
1306413597_ACEOF
1306513065-if ac_fn_c_try_link "$LINENO"; then :
1359813598+if ac_fn_c_try_link "$LINENO"
1359913599+then :
1306613600 eval $cacheid=yes
1306713067-else
1360113601+else $as_nop
1306813602 eval $cacheid=no
1306913603fi
1307013070-rm -f core conftest.err conftest.$ac_objext \
1360413604+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1307113605 conftest$ac_exeext conftest.$ac_ext
1307213606fi
1307313607···1307513609 CFLAGS="$xorg_testset_save_CFLAGS"
13076136101307713611 eval supported=\$$cacheid
1307813078- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1307913079-$as_echo "$supported" >&6; }
1361213612+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1361313613+printf "%s\n" "$supported" >&6; }
1308013614 if test "$supported" = "yes" ; then
1308113615 BASE_CFLAGS="$BASE_CFLAGS -Wunused"
1308213616 found="yes"
···13101136351310213636if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1310313637 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1310413104- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1310513105-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1310613106-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1310713107- $as_echo_n "(cached) " >&6
1310813108-else
1363813638+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1363913639+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1364013640+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1364113641+then :
1364213642+ printf %s "(cached) " >&6
1364313643+else $as_nop
1310913644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1311013645/* end confdefs.h. */
1311113646int i;
1311213647_ACEOF
1311313113-if ac_fn_c_try_compile "$LINENO"; then :
1364813648+if ac_fn_c_try_compile "$LINENO"
1364913649+then :
1311413650 xorg_cv_cc_flag_unknown_warning_option=yes
1311513115-else
1365113651+else $as_nop
1311613652 xorg_cv_cc_flag_unknown_warning_option=no
1311713653fi
1311813118-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1365413654+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1311913655fi
1312013120-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1312113121-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1365613656+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1365713657+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1312213658 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1312313659 CFLAGS="$xorg_testset_save_CFLAGS"
1312413660fi
···1312813664 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1312913665 fi
1313013666 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1313113131- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1313213132-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1313313133-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1313413134- $as_echo_n "(cached) " >&6
1313513135-else
1366713667+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1366813668+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1366913669+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1367013670+then :
1367113671+ printf %s "(cached) " >&6
1367213672+else $as_nop
1313613673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1313713674/* end confdefs.h. */
1313813675int i;
1313913676_ACEOF
1314013140-if ac_fn_c_try_compile "$LINENO"; then :
1367713677+if ac_fn_c_try_compile "$LINENO"
1367813678+then :
1314113679 xorg_cv_cc_flag_unused_command_line_argument=yes
1314213142-else
1368013680+else $as_nop
1314313681 xorg_cv_cc_flag_unused_command_line_argument=no
1314413682fi
1314513145-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1368313683+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1314613684fi
1314713147-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1314813148-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1368513685+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1368613686+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1314913687 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1315013688 CFLAGS="$xorg_testset_save_CFLAGS"
1315113689fi
···13163137011316413702 CFLAGS="$CFLAGS -Wuninitialized"
13165137031316613166- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
1316713167-$as_echo_n "checking if $CC supports -Wuninitialized... " >&6; }
1370413704+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
1370513705+printf %s "checking if $CC supports -Wuninitialized... " >&6; }
1316813706 cacheid=xorg_cv_cc_flag__Wuninitialized
1316913169- if eval \${$cacheid+:} false; then :
1317013170- $as_echo_n "(cached) " >&6
1317113171-else
1370713707+ if eval test \${$cacheid+y}
1370813708+then :
1370913709+ printf %s "(cached) " >&6
1371013710+else $as_nop
1317213711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1317313712/* end confdefs.h. */
1317413713int i;
1317513714int
1317613176-main ()
1371513715+main (void)
1317713716{
13178137171317913718 ;
1318013719 return 0;
1318113720}
1318213721_ACEOF
1318313183-if ac_fn_c_try_link "$LINENO"; then :
1372213722+if ac_fn_c_try_link "$LINENO"
1372313723+then :
1318413724 eval $cacheid=yes
1318513185-else
1372513725+else $as_nop
1318613726 eval $cacheid=no
1318713727fi
1318813188-rm -f core conftest.err conftest.$ac_objext \
1372813728+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1318913729 conftest$ac_exeext conftest.$ac_ext
1319013730fi
1319113731···1319313733 CFLAGS="$xorg_testset_save_CFLAGS"
13194137341319513735 eval supported=\$$cacheid
1319613196- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1319713197-$as_echo "$supported" >&6; }
1373613736+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1373713737+printf "%s\n" "$supported" >&6; }
1319813738 if test "$supported" = "yes" ; then
1319913739 BASE_CFLAGS="$BASE_CFLAGS -Wuninitialized"
1320013740 found="yes"
···13219137591322013760if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1322113761 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1322213222- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1322313223-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1322413224-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1322513225- $as_echo_n "(cached) " >&6
1322613226-else
1376213762+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1376313763+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1376413764+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1376513765+then :
1376613766+ printf %s "(cached) " >&6
1376713767+else $as_nop
1322713768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1322813769/* end confdefs.h. */
1322913770int i;
1323013771_ACEOF
1323113231-if ac_fn_c_try_compile "$LINENO"; then :
1377213772+if ac_fn_c_try_compile "$LINENO"
1377313773+then :
1323213774 xorg_cv_cc_flag_unknown_warning_option=yes
1323313233-else
1377513775+else $as_nop
1323413776 xorg_cv_cc_flag_unknown_warning_option=no
1323513777fi
1323613236-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1377813778+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1323713779fi
1323813238-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1323913239-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1378013780+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1378113781+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1324013782 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1324113783 CFLAGS="$xorg_testset_save_CFLAGS"
1324213784fi
···1324613788 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1324713789 fi
1324813790 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1324913249- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1325013250-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1325113251-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1325213252- $as_echo_n "(cached) " >&6
1325313253-else
1379113791+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1379213792+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1379313793+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1379413794+then :
1379513795+ printf %s "(cached) " >&6
1379613796+else $as_nop
1325413797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1325513798/* end confdefs.h. */
1325613799int i;
1325713800_ACEOF
1325813258-if ac_fn_c_try_compile "$LINENO"; then :
1380113801+if ac_fn_c_try_compile "$LINENO"
1380213802+then :
1325913803 xorg_cv_cc_flag_unused_command_line_argument=yes
1326013260-else
1380413804+else $as_nop
1326113805 xorg_cv_cc_flag_unused_command_line_argument=no
1326213806fi
1326313263-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1380713807+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1326413808fi
1326513265-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1326613266-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1380913809+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1381013810+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1326713811 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1326813812 CFLAGS="$xorg_testset_save_CFLAGS"
1326913813fi
···13281138251328213826 CFLAGS="$CFLAGS -Wshadow"
13283138271328413284- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
1328513285-$as_echo_n "checking if $CC supports -Wshadow... " >&6; }
1382813828+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
1382913829+printf %s "checking if $CC supports -Wshadow... " >&6; }
1328613830 cacheid=xorg_cv_cc_flag__Wshadow
1328713287- if eval \${$cacheid+:} false; then :
1328813288- $as_echo_n "(cached) " >&6
1328913289-else
1383113831+ if eval test \${$cacheid+y}
1383213832+then :
1383313833+ printf %s "(cached) " >&6
1383413834+else $as_nop
1329013835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1329113836/* end confdefs.h. */
1329213837int i;
1329313838int
1329413294-main ()
1383913839+main (void)
1329513840{
13296138411329713842 ;
1329813843 return 0;
1329913844}
1330013845_ACEOF
1330113301-if ac_fn_c_try_link "$LINENO"; then :
1384613846+if ac_fn_c_try_link "$LINENO"
1384713847+then :
1330213848 eval $cacheid=yes
1330313303-else
1384913849+else $as_nop
1330413850 eval $cacheid=no
1330513851fi
1330613306-rm -f core conftest.err conftest.$ac_objext \
1385213852+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1330713853 conftest$ac_exeext conftest.$ac_ext
1330813854fi
1330913855···1331113857 CFLAGS="$xorg_testset_save_CFLAGS"
13312138581331313859 eval supported=\$$cacheid
1331413314- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1331513315-$as_echo "$supported" >&6; }
1386013860+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1386113861+printf "%s\n" "$supported" >&6; }
1331613862 if test "$supported" = "yes" ; then
1331713863 BASE_CFLAGS="$BASE_CFLAGS -Wshadow"
1331813864 found="yes"
···13337138831333813884if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1333913885 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1334013340- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1334113341-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1334213342-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1334313343- $as_echo_n "(cached) " >&6
1334413344-else
1388613886+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1388713887+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1388813888+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1388913889+then :
1389013890+ printf %s "(cached) " >&6
1389113891+else $as_nop
1334513892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1334613893/* end confdefs.h. */
1334713894int i;
1334813895_ACEOF
1334913349-if ac_fn_c_try_compile "$LINENO"; then :
1389613896+if ac_fn_c_try_compile "$LINENO"
1389713897+then :
1335013898 xorg_cv_cc_flag_unknown_warning_option=yes
1335113351-else
1389913899+else $as_nop
1335213900 xorg_cv_cc_flag_unknown_warning_option=no
1335313901fi
1335413354-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1390213902+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1335513903fi
1335613356-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1335713357-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1390413904+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1390513905+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1335813906 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1335913907 CFLAGS="$xorg_testset_save_CFLAGS"
1336013908fi
···1336413912 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1336513913 fi
1336613914 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1336713367- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1336813368-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1336913369-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1337013370- $as_echo_n "(cached) " >&6
1337113371-else
1391513915+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1391613916+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1391713917+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1391813918+then :
1391913919+ printf %s "(cached) " >&6
1392013920+else $as_nop
1337213921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1337313922/* end confdefs.h. */
1337413923int i;
1337513924_ACEOF
1337613376-if ac_fn_c_try_compile "$LINENO"; then :
1392513925+if ac_fn_c_try_compile "$LINENO"
1392613926+then :
1337713927 xorg_cv_cc_flag_unused_command_line_argument=yes
1337813378-else
1392813928+else $as_nop
1337913929 xorg_cv_cc_flag_unused_command_line_argument=no
1338013930fi
1338113381-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1393113931+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1338213932fi
1338313383-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1338413384-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1393313933+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1393413934+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1338513935 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1338613936 CFLAGS="$xorg_testset_save_CFLAGS"
1338713937fi
···13399139491340013950 CFLAGS="$CFLAGS -Wmissing-noreturn"
13401139511340213402- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
1340313403-$as_echo_n "checking if $CC supports -Wmissing-noreturn... " >&6; }
1395213952+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
1395313953+printf %s "checking if $CC supports -Wmissing-noreturn... " >&6; }
1340413954 cacheid=xorg_cv_cc_flag__Wmissing_noreturn
1340513405- if eval \${$cacheid+:} false; then :
1340613406- $as_echo_n "(cached) " >&6
1340713407-else
1395513955+ if eval test \${$cacheid+y}
1395613956+then :
1395713957+ printf %s "(cached) " >&6
1395813958+else $as_nop
1340813959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1340913960/* end confdefs.h. */
1341013961int i;
1341113962int
1341213412-main ()
1396313963+main (void)
1341313964{
13414139651341513966 ;
1341613967 return 0;
1341713968}
1341813969_ACEOF
1341913419-if ac_fn_c_try_link "$LINENO"; then :
1397013970+if ac_fn_c_try_link "$LINENO"
1397113971+then :
1342013972 eval $cacheid=yes
1342113421-else
1397313973+else $as_nop
1342213974 eval $cacheid=no
1342313975fi
1342413424-rm -f core conftest.err conftest.$ac_objext \
1397613976+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1342513977 conftest$ac_exeext conftest.$ac_ext
1342613978fi
1342713979···1342913981 CFLAGS="$xorg_testset_save_CFLAGS"
13430139821343113983 eval supported=\$$cacheid
1343213432- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1343313433-$as_echo "$supported" >&6; }
1398413984+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1398513985+printf "%s\n" "$supported" >&6; }
1343413986 if test "$supported" = "yes" ; then
1343513987 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-noreturn"
1343613988 found="yes"
···13455140071345614008if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1345714009 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1345813458- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1345913459-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1346013460-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1346113461- $as_echo_n "(cached) " >&6
1346213462-else
1401014010+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1401114011+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1401214012+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1401314013+then :
1401414014+ printf %s "(cached) " >&6
1401514015+else $as_nop
1346314016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1346414017/* end confdefs.h. */
1346514018int i;
1346614019_ACEOF
1346713467-if ac_fn_c_try_compile "$LINENO"; then :
1402014020+if ac_fn_c_try_compile "$LINENO"
1402114021+then :
1346814022 xorg_cv_cc_flag_unknown_warning_option=yes
1346913469-else
1402314023+else $as_nop
1347014024 xorg_cv_cc_flag_unknown_warning_option=no
1347114025fi
1347213472-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1402614026+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1347314027fi
1347413474-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1347513475-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1402814028+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1402914029+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1347614030 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1347714031 CFLAGS="$xorg_testset_save_CFLAGS"
1347814032fi
···1348214036 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1348314037 fi
1348414038 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1348513485- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1348613486-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1348713487-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1348813488- $as_echo_n "(cached) " >&6
1348913489-else
1403914039+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1404014040+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1404114041+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1404214042+then :
1404314043+ printf %s "(cached) " >&6
1404414044+else $as_nop
1349014045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1349114046/* end confdefs.h. */
1349214047int i;
1349314048_ACEOF
1349413494-if ac_fn_c_try_compile "$LINENO"; then :
1404914049+if ac_fn_c_try_compile "$LINENO"
1405014050+then :
1349514051 xorg_cv_cc_flag_unused_command_line_argument=yes
1349613496-else
1405214052+else $as_nop
1349714053 xorg_cv_cc_flag_unused_command_line_argument=no
1349814054fi
1349913499-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1405514055+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1350014056fi
1350113501-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1350213502-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1405714057+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1405814058+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1350314059 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1350414060 CFLAGS="$xorg_testset_save_CFLAGS"
1350514061fi
···13517140731351814074 CFLAGS="$CFLAGS -Wmissing-format-attribute"
13519140751352013520- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
1352113521-$as_echo_n "checking if $CC supports -Wmissing-format-attribute... " >&6; }
1407614076+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
1407714077+printf %s "checking if $CC supports -Wmissing-format-attribute... " >&6; }
1352214078 cacheid=xorg_cv_cc_flag__Wmissing_format_attribute
1352313523- if eval \${$cacheid+:} false; then :
1352413524- $as_echo_n "(cached) " >&6
1352513525-else
1407914079+ if eval test \${$cacheid+y}
1408014080+then :
1408114081+ printf %s "(cached) " >&6
1408214082+else $as_nop
1352614083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1352714084/* end confdefs.h. */
1352814085int i;
1352914086int
1353013530-main ()
1408714087+main (void)
1353114088{
13532140891353314090 ;
1353414091 return 0;
1353514092}
1353614093_ACEOF
1353713537-if ac_fn_c_try_link "$LINENO"; then :
1409414094+if ac_fn_c_try_link "$LINENO"
1409514095+then :
1353814096 eval $cacheid=yes
1353913539-else
1409714097+else $as_nop
1354014098 eval $cacheid=no
1354114099fi
1354213542-rm -f core conftest.err conftest.$ac_objext \
1410014100+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1354314101 conftest$ac_exeext conftest.$ac_ext
1354414102fi
1354514103···1354714105 CFLAGS="$xorg_testset_save_CFLAGS"
13548141061354914107 eval supported=\$$cacheid
1355013550- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1355113551-$as_echo "$supported" >&6; }
1410814108+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1410914109+printf "%s\n" "$supported" >&6; }
1355214110 if test "$supported" = "yes" ; then
1355314111 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-format-attribute"
1355414112 found="yes"
···13574141321357514133if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1357614134 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1357713577- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1357813578-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1357913579-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1358013580- $as_echo_n "(cached) " >&6
1358113581-else
1413514135+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1413614136+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1413714137+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1413814138+then :
1413914139+ printf %s "(cached) " >&6
1414014140+else $as_nop
1358214141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1358314142/* end confdefs.h. */
1358414143int i;
1358514144_ACEOF
1358613586-if ac_fn_c_try_compile "$LINENO"; then :
1414514145+if ac_fn_c_try_compile "$LINENO"
1414614146+then :
1358714147 xorg_cv_cc_flag_unknown_warning_option=yes
1358813588-else
1414814148+else $as_nop
1358914149 xorg_cv_cc_flag_unknown_warning_option=no
1359014150fi
1359113591-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1415114151+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1359214152fi
1359313593-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1359413594-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1415314153+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1415414154+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1359514155 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1359614156 CFLAGS="$xorg_testset_save_CFLAGS"
1359714157fi
···1360114161 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1360214162 fi
1360314163 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1360413604- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1360513605-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1360613606-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1360713607- $as_echo_n "(cached) " >&6
1360813608-else
1416414164+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1416514165+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1416614166+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1416714167+then :
1416814168+ printf %s "(cached) " >&6
1416914169+else $as_nop
1360914170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1361014171/* end confdefs.h. */
1361114172int i;
1361214173_ACEOF
1361313613-if ac_fn_c_try_compile "$LINENO"; then :
1417414174+if ac_fn_c_try_compile "$LINENO"
1417514175+then :
1361414176 xorg_cv_cc_flag_unused_command_line_argument=yes
1361513615-else
1417714177+else $as_nop
1361614178 xorg_cv_cc_flag_unused_command_line_argument=no
1361714179fi
1361813618-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1418014180+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1361914181fi
1362013620-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1362113621-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1418214182+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1418314183+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1362214184 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1362314185 CFLAGS="$xorg_testset_save_CFLAGS"
1362414186fi
···13636141981363714199 CFLAGS="$CFLAGS -Wlogical-op"
13638142001363913639- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
1364013640-$as_echo_n "checking if $CC supports -Wlogical-op... " >&6; }
1420114201+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
1420214202+printf %s "checking if $CC supports -Wlogical-op... " >&6; }
1364114203 cacheid=xorg_cv_cc_flag__Wlogical_op
1364213642- if eval \${$cacheid+:} false; then :
1364313643- $as_echo_n "(cached) " >&6
1364413644-else
1420414204+ if eval test \${$cacheid+y}
1420514205+then :
1420614206+ printf %s "(cached) " >&6
1420714207+else $as_nop
1364514208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1364614209/* end confdefs.h. */
1364714210int i;
1364814211int
1364913649-main ()
1421214212+main (void)
1365014213{
13651142141365214215 ;
1365314216 return 0;
1365414217}
1365514218_ACEOF
1365613656-if ac_fn_c_try_link "$LINENO"; then :
1421914219+if ac_fn_c_try_link "$LINENO"
1422014220+then :
1365714221 eval $cacheid=yes
1365813658-else
1422214222+else $as_nop
1365914223 eval $cacheid=no
1366014224fi
1366113661-rm -f core conftest.err conftest.$ac_objext \
1422514225+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1366214226 conftest$ac_exeext conftest.$ac_ext
1366314227fi
1366414228···1366614230 CFLAGS="$xorg_testset_save_CFLAGS"
13667142311366814232 eval supported=\$$cacheid
1366913669- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1367013670-$as_echo "$supported" >&6; }
1423314233+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1423414234+printf "%s\n" "$supported" >&6; }
1367114235 if test "$supported" = "yes" ; then
1367214236 BASE_CFLAGS="$BASE_CFLAGS -Wlogical-op"
1367314237 found="yes"
···1368314247# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align])
1368414248# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual])
13685142491368613686-# Turn some warnings into errors, so we don't accidently get successful builds
1425014250+# Turn some warnings into errors, so we don't accidentally get successful builds
1368714251# when there are problems that should be fixed.
13688142521368914253if test "x$SELECTIVE_WERROR" = "xyes" ; then
···13704142681370514269if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1370614270 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1370713707- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1370813708-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1370913709-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1371013710- $as_echo_n "(cached) " >&6
1371113711-else
1427114271+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1427214272+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1427314273+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1427414274+then :
1427514275+ printf %s "(cached) " >&6
1427614276+else $as_nop
1371214277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1371314278/* end confdefs.h. */
1371414279int i;
1371514280_ACEOF
1371613716-if ac_fn_c_try_compile "$LINENO"; then :
1428114281+if ac_fn_c_try_compile "$LINENO"
1428214282+then :
1371714283 xorg_cv_cc_flag_unknown_warning_option=yes
1371813718-else
1428414284+else $as_nop
1371914285 xorg_cv_cc_flag_unknown_warning_option=no
1372014286fi
1372113721-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1428714287+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1372214288fi
1372313723-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1372413724-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1428914289+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1429014290+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1372514291 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1372614292 CFLAGS="$xorg_testset_save_CFLAGS"
1372714293fi
···1373114297 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1373214298 fi
1373314299 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1373413734- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1373513735-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1373613736-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1373713737- $as_echo_n "(cached) " >&6
1373813738-else
1430014300+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1430114301+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1430214302+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1430314303+then :
1430414304+ printf %s "(cached) " >&6
1430514305+else $as_nop
1373914306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1374014307/* end confdefs.h. */
1374114308int i;
1374214309_ACEOF
1374313743-if ac_fn_c_try_compile "$LINENO"; then :
1431014310+if ac_fn_c_try_compile "$LINENO"
1431114311+then :
1374414312 xorg_cv_cc_flag_unused_command_line_argument=yes
1374513745-else
1431314313+else $as_nop
1374614314 xorg_cv_cc_flag_unused_command_line_argument=no
1374714315fi
1374813748-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1431614316+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1374914317fi
1375013750-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1375113751-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1431814318+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1431914319+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1375214320 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1375314321 CFLAGS="$xorg_testset_save_CFLAGS"
1375414322fi
···13766143341376714335 CFLAGS="$CFLAGS -Werror=implicit"
13768143361376913769- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
1377013770-$as_echo_n "checking if $CC supports -Werror=implicit... " >&6; }
1433714337+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
1433814338+printf %s "checking if $CC supports -Werror=implicit... " >&6; }
1377114339 cacheid=xorg_cv_cc_flag__Werror_implicit
1377213772- if eval \${$cacheid+:} false; then :
1377313773- $as_echo_n "(cached) " >&6
1377413774-else
1434014340+ if eval test \${$cacheid+y}
1434114341+then :
1434214342+ printf %s "(cached) " >&6
1434314343+else $as_nop
1377514344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1377614345/* end confdefs.h. */
1377714346int i;
1377814347int
1377913779-main ()
1434814348+main (void)
1378014349{
13781143501378214351 ;
1378314352 return 0;
1378414353}
1378514354_ACEOF
1378613786-if ac_fn_c_try_link "$LINENO"; then :
1435514355+if ac_fn_c_try_link "$LINENO"
1435614356+then :
1378714357 eval $cacheid=yes
1378813788-else
1435814358+else $as_nop
1378914359 eval $cacheid=no
1379014360fi
1379113791-rm -f core conftest.err conftest.$ac_objext \
1436114361+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1379214362 conftest$ac_exeext conftest.$ac_ext
1379314363fi
1379414364···1379614366 CFLAGS="$xorg_testset_save_CFLAGS"
13797143671379814368 eval supported=\$$cacheid
1379913799- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1380013800-$as_echo "$supported" >&6; }
1436914369+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1437014370+printf "%s\n" "$supported" >&6; }
1380114371 if test "$supported" = "yes" ; then
1380214372 BASE_CFLAGS="$BASE_CFLAGS -Werror=implicit"
1380314373 found="yes"
···13815143851381614386 CFLAGS="$CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
13817143871381813818- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" >&5
1381913819-$as_echo_n "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
1438814388+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" >&5
1438914389+printf %s "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
1382014390 cacheid=xorg_cv_cc_flag__errwarn_E_NO_EXPLICIT_TYPE_GIVEN__errwarn_E_NO_IMPLICIT_DECL_ALLOWED
1382113821- if eval \${$cacheid+:} false; then :
1382213822- $as_echo_n "(cached) " >&6
1382313823-else
1439114391+ if eval test \${$cacheid+y}
1439214392+then :
1439314393+ printf %s "(cached) " >&6
1439414394+else $as_nop
1382414395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1382514396/* end confdefs.h. */
1382614397int i;
1382714398int
1382813828-main ()
1439914399+main (void)
1382914400{
13830144011383114402 ;
1383214403 return 0;
1383314404}
1383414405_ACEOF
1383513835-if ac_fn_c_try_link "$LINENO"; then :
1440614406+if ac_fn_c_try_link "$LINENO"
1440714407+then :
1383614408 eval $cacheid=yes
1383713837-else
1440914409+else $as_nop
1383814410 eval $cacheid=no
1383914411fi
1384013840-rm -f core conftest.err conftest.$ac_objext \
1441214412+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1384114413 conftest$ac_exeext conftest.$ac_ext
1384214414fi
1384314415···1384514417 CFLAGS="$xorg_testset_save_CFLAGS"
13846144181384714419 eval supported=\$$cacheid
1384813848- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1384913849-$as_echo "$supported" >&6; }
1442014420+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1442114421+printf "%s\n" "$supported" >&6; }
1385014422 if test "$supported" = "yes" ; then
1385114423 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
1385214424 found="yes"
···13871144431387214444if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1387314445 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1387413874- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1387513875-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1387613876-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1387713877- $as_echo_n "(cached) " >&6
1387813878-else
1444614446+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1444714447+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1444814448+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1444914449+then :
1445014450+ printf %s "(cached) " >&6
1445114451+else $as_nop
1387914452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1388014453/* end confdefs.h. */
1388114454int i;
1388214455_ACEOF
1388313883-if ac_fn_c_try_compile "$LINENO"; then :
1445614456+if ac_fn_c_try_compile "$LINENO"
1445714457+then :
1388414458 xorg_cv_cc_flag_unknown_warning_option=yes
1388513885-else
1445914459+else $as_nop
1388614460 xorg_cv_cc_flag_unknown_warning_option=no
1388714461fi
1388813888-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1446214462+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1388914463fi
1389013890-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1389113891-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1446414464+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1446514465+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1389214466 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1389314467 CFLAGS="$xorg_testset_save_CFLAGS"
1389414468fi
···1389814472 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1389914473 fi
1390014474 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1390113901- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1390213902-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1390313903-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1390413904- $as_echo_n "(cached) " >&6
1390513905-else
1447514475+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1447614476+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1447714477+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1447814478+then :
1447914479+ printf %s "(cached) " >&6
1448014480+else $as_nop
1390614481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1390714482/* end confdefs.h. */
1390814483int i;
1390914484_ACEOF
1391013910-if ac_fn_c_try_compile "$LINENO"; then :
1448514485+if ac_fn_c_try_compile "$LINENO"
1448614486+then :
1391114487 xorg_cv_cc_flag_unused_command_line_argument=yes
1391213912-else
1448814488+else $as_nop
1391314489 xorg_cv_cc_flag_unused_command_line_argument=no
1391414490fi
1391513915-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1449114491+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1391614492fi
1391713917-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1391813918-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1449314493+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1449414494+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1391914495 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1392014496 CFLAGS="$xorg_testset_save_CFLAGS"
1392114497fi
···13933145091393414510 CFLAGS="$CFLAGS -Werror=nonnull"
13935145111393613936- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
1393713937-$as_echo_n "checking if $CC supports -Werror=nonnull... " >&6; }
1451214512+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
1451314513+printf %s "checking if $CC supports -Werror=nonnull... " >&6; }
1393814514 cacheid=xorg_cv_cc_flag__Werror_nonnull
1393913939- if eval \${$cacheid+:} false; then :
1394013940- $as_echo_n "(cached) " >&6
1394113941-else
1451514515+ if eval test \${$cacheid+y}
1451614516+then :
1451714517+ printf %s "(cached) " >&6
1451814518+else $as_nop
1394214519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1394314520/* end confdefs.h. */
1394414521int i;
1394514522int
1394613946-main ()
1452314523+main (void)
1394714524{
13948145251394914526 ;
1395014527 return 0;
1395114528}
1395214529_ACEOF
1395313953-if ac_fn_c_try_link "$LINENO"; then :
1453014530+if ac_fn_c_try_link "$LINENO"
1453114531+then :
1395414532 eval $cacheid=yes
1395513955-else
1453314533+else $as_nop
1395614534 eval $cacheid=no
1395714535fi
1395813958-rm -f core conftest.err conftest.$ac_objext \
1453614536+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1395914537 conftest$ac_exeext conftest.$ac_ext
1396014538fi
1396114539···1396314541 CFLAGS="$xorg_testset_save_CFLAGS"
13964145421396514543 eval supported=\$$cacheid
1396613966- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1396713967-$as_echo "$supported" >&6; }
1454414544+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1454514545+printf "%s\n" "$supported" >&6; }
1396814546 if test "$supported" = "yes" ; then
1396914547 BASE_CFLAGS="$BASE_CFLAGS -Werror=nonnull"
1397014548 found="yes"
···13989145671399014568if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1399114569 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1399213992- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1399313993-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1399413994-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1399513995- $as_echo_n "(cached) " >&6
1399613996-else
1457014570+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1457114571+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1457214572+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1457314573+then :
1457414574+ printf %s "(cached) " >&6
1457514575+else $as_nop
1399714576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1399814577/* end confdefs.h. */
1399914578int i;
1400014579_ACEOF
1400114001-if ac_fn_c_try_compile "$LINENO"; then :
1458014580+if ac_fn_c_try_compile "$LINENO"
1458114581+then :
1400214582 xorg_cv_cc_flag_unknown_warning_option=yes
1400314003-else
1458314583+else $as_nop
1400414584 xorg_cv_cc_flag_unknown_warning_option=no
1400514585fi
1400614006-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1458614586+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1400714587fi
1400814008-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1400914009-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1458814588+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1458914589+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1401014590 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1401114591 CFLAGS="$xorg_testset_save_CFLAGS"
1401214592fi
···1401614596 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1401714597 fi
1401814598 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1401914019- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1402014020-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1402114021-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1402214022- $as_echo_n "(cached) " >&6
1402314023-else
1459914599+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1460014600+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1460114601+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1460214602+then :
1460314603+ printf %s "(cached) " >&6
1460414604+else $as_nop
1402414605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1402514606/* end confdefs.h. */
1402614607int i;
1402714608_ACEOF
1402814028-if ac_fn_c_try_compile "$LINENO"; then :
1460914609+if ac_fn_c_try_compile "$LINENO"
1461014610+then :
1402914611 xorg_cv_cc_flag_unused_command_line_argument=yes
1403014030-else
1461214612+else $as_nop
1403114613 xorg_cv_cc_flag_unused_command_line_argument=no
1403214614fi
1403314033-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1461514615+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1403414616fi
1403514035-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1403614036-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1461714617+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1461814618+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1403714619 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1403814620 CFLAGS="$xorg_testset_save_CFLAGS"
1403914621fi
···14051146331405214634 CFLAGS="$CFLAGS -Werror=init-self"
14053146351405414054- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
1405514055-$as_echo_n "checking if $CC supports -Werror=init-self... " >&6; }
1463614636+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
1463714637+printf %s "checking if $CC supports -Werror=init-self... " >&6; }
1405614638 cacheid=xorg_cv_cc_flag__Werror_init_self
1405714057- if eval \${$cacheid+:} false; then :
1405814058- $as_echo_n "(cached) " >&6
1405914059-else
1463914639+ if eval test \${$cacheid+y}
1464014640+then :
1464114641+ printf %s "(cached) " >&6
1464214642+else $as_nop
1406014643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1406114644/* end confdefs.h. */
1406214645int i;
1406314646int
1406414064-main ()
1464714647+main (void)
1406514648{
14066146491406714650 ;
1406814651 return 0;
1406914652}
1407014653_ACEOF
1407114071-if ac_fn_c_try_link "$LINENO"; then :
1465414654+if ac_fn_c_try_link "$LINENO"
1465514655+then :
1407214656 eval $cacheid=yes
1407314073-else
1465714657+else $as_nop
1407414658 eval $cacheid=no
1407514659fi
1407614076-rm -f core conftest.err conftest.$ac_objext \
1466014660+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1407714661 conftest$ac_exeext conftest.$ac_ext
1407814662fi
1407914663···1408114665 CFLAGS="$xorg_testset_save_CFLAGS"
14082146661408314667 eval supported=\$$cacheid
1408414084- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1408514085-$as_echo "$supported" >&6; }
1466814668+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1466914669+printf "%s\n" "$supported" >&6; }
1408614670 if test "$supported" = "yes" ; then
1408714671 BASE_CFLAGS="$BASE_CFLAGS -Werror=init-self"
1408814672 found="yes"
···14107146911410814692if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1410914693 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1411014110- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1411114111-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1411214112-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1411314113- $as_echo_n "(cached) " >&6
1411414114-else
1469414694+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1469514695+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1469614696+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1469714697+then :
1469814698+ printf %s "(cached) " >&6
1469914699+else $as_nop
1411514700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1411614701/* end confdefs.h. */
1411714702int i;
1411814703_ACEOF
1411914119-if ac_fn_c_try_compile "$LINENO"; then :
1470414704+if ac_fn_c_try_compile "$LINENO"
1470514705+then :
1412014706 xorg_cv_cc_flag_unknown_warning_option=yes
1412114121-else
1470714707+else $as_nop
1412214708 xorg_cv_cc_flag_unknown_warning_option=no
1412314709fi
1412414124-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1471014710+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1412514711fi
1412614126-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1412714127-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1471214712+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1471314713+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1412814714 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1412914715 CFLAGS="$xorg_testset_save_CFLAGS"
1413014716fi
···1413414720 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1413514721 fi
1413614722 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1413714137- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1413814138-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1413914139-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1414014140- $as_echo_n "(cached) " >&6
1414114141-else
1472314723+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1472414724+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1472514725+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1472614726+then :
1472714727+ printf %s "(cached) " >&6
1472814728+else $as_nop
1414214729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1414314730/* end confdefs.h. */
1414414731int i;
1414514732_ACEOF
1414614146-if ac_fn_c_try_compile "$LINENO"; then :
1473314733+if ac_fn_c_try_compile "$LINENO"
1473414734+then :
1414714735 xorg_cv_cc_flag_unused_command_line_argument=yes
1414814148-else
1473614736+else $as_nop
1414914737 xorg_cv_cc_flag_unused_command_line_argument=no
1415014738fi
1415114151-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1473914739+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1415214740fi
1415314153-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1415414154-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1474114741+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1474214742+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1415514743 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1415614744 CFLAGS="$xorg_testset_save_CFLAGS"
1415714745fi
···14169147571417014758 CFLAGS="$CFLAGS -Werror=main"
14171147591417214172- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
1417314173-$as_echo_n "checking if $CC supports -Werror=main... " >&6; }
1476014760+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
1476114761+printf %s "checking if $CC supports -Werror=main... " >&6; }
1417414762 cacheid=xorg_cv_cc_flag__Werror_main
1417514175- if eval \${$cacheid+:} false; then :
1417614176- $as_echo_n "(cached) " >&6
1417714177-else
1476314763+ if eval test \${$cacheid+y}
1476414764+then :
1476514765+ printf %s "(cached) " >&6
1476614766+else $as_nop
1417814767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1417914768/* end confdefs.h. */
1418014769int i;
1418114770int
1418214182-main ()
1477114771+main (void)
1418314772{
14184147731418514774 ;
1418614775 return 0;
1418714776}
1418814777_ACEOF
1418914189-if ac_fn_c_try_link "$LINENO"; then :
1477814778+if ac_fn_c_try_link "$LINENO"
1477914779+then :
1419014780 eval $cacheid=yes
1419114191-else
1478114781+else $as_nop
1419214782 eval $cacheid=no
1419314783fi
1419414194-rm -f core conftest.err conftest.$ac_objext \
1478414784+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1419514785 conftest$ac_exeext conftest.$ac_ext
1419614786fi
1419714787···1419914789 CFLAGS="$xorg_testset_save_CFLAGS"
14200147901420114791 eval supported=\$$cacheid
1420214202- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1420314203-$as_echo "$supported" >&6; }
1479214792+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1479314793+printf "%s\n" "$supported" >&6; }
1420414794 if test "$supported" = "yes" ; then
1420514795 BASE_CFLAGS="$BASE_CFLAGS -Werror=main"
1420614796 found="yes"
···14225148151422614816if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1422714817 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1422814228- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1422914229-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1423014230-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1423114231- $as_echo_n "(cached) " >&6
1423214232-else
1481814818+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1481914819+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1482014820+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1482114821+then :
1482214822+ printf %s "(cached) " >&6
1482314823+else $as_nop
1423314824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1423414825/* end confdefs.h. */
1423514826int i;
1423614827_ACEOF
1423714237-if ac_fn_c_try_compile "$LINENO"; then :
1482814828+if ac_fn_c_try_compile "$LINENO"
1482914829+then :
1423814830 xorg_cv_cc_flag_unknown_warning_option=yes
1423914239-else
1483114831+else $as_nop
1424014832 xorg_cv_cc_flag_unknown_warning_option=no
1424114833fi
1424214242-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1483414834+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1424314835fi
1424414244-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1424514245-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1483614836+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1483714837+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1424614838 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1424714839 CFLAGS="$xorg_testset_save_CFLAGS"
1424814840fi
···1425214844 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1425314845 fi
1425414846 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1425514255- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1425614256-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1425714257-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1425814258- $as_echo_n "(cached) " >&6
1425914259-else
1484714847+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1484814848+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1484914849+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1485014850+then :
1485114851+ printf %s "(cached) " >&6
1485214852+else $as_nop
1426014853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1426114854/* end confdefs.h. */
1426214855int i;
1426314856_ACEOF
1426414264-if ac_fn_c_try_compile "$LINENO"; then :
1485714857+if ac_fn_c_try_compile "$LINENO"
1485814858+then :
1426514859 xorg_cv_cc_flag_unused_command_line_argument=yes
1426614266-else
1486014860+else $as_nop
1426714861 xorg_cv_cc_flag_unused_command_line_argument=no
1426814862fi
1426914269-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1486314863+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1427014864fi
1427114271-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1427214272-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1486514865+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1486614866+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1427314867 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1427414868 CFLAGS="$xorg_testset_save_CFLAGS"
1427514869fi
···14287148811428814882 CFLAGS="$CFLAGS -Werror=missing-braces"
14289148831429014290- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
1429114291-$as_echo_n "checking if $CC supports -Werror=missing-braces... " >&6; }
1488414884+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
1488514885+printf %s "checking if $CC supports -Werror=missing-braces... " >&6; }
1429214886 cacheid=xorg_cv_cc_flag__Werror_missing_braces
1429314293- if eval \${$cacheid+:} false; then :
1429414294- $as_echo_n "(cached) " >&6
1429514295-else
1488714887+ if eval test \${$cacheid+y}
1488814888+then :
1488914889+ printf %s "(cached) " >&6
1489014890+else $as_nop
1429614891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1429714892/* end confdefs.h. */
1429814893int i;
1429914894int
1430014300-main ()
1489514895+main (void)
1430114896{
14302148971430314898 ;
1430414899 return 0;
1430514900}
1430614901_ACEOF
1430714307-if ac_fn_c_try_link "$LINENO"; then :
1490214902+if ac_fn_c_try_link "$LINENO"
1490314903+then :
1430814904 eval $cacheid=yes
1430914309-else
1490514905+else $as_nop
1431014906 eval $cacheid=no
1431114907fi
1431214312-rm -f core conftest.err conftest.$ac_objext \
1490814908+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1431314909 conftest$ac_exeext conftest.$ac_ext
1431414910fi
1431514911···1431714913 CFLAGS="$xorg_testset_save_CFLAGS"
14318149141431914915 eval supported=\$$cacheid
1432014320- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1432114321-$as_echo "$supported" >&6; }
1491614916+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1491714917+printf "%s\n" "$supported" >&6; }
1432214918 if test "$supported" = "yes" ; then
1432314919 BASE_CFLAGS="$BASE_CFLAGS -Werror=missing-braces"
1432414920 found="yes"
···14343149391434414940if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1434514941 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1434614346- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1434714347-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1434814348-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1434914349- $as_echo_n "(cached) " >&6
1435014350-else
1494214942+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1494314943+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1494414944+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1494514945+then :
1494614946+ printf %s "(cached) " >&6
1494714947+else $as_nop
1435114948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1435214949/* end confdefs.h. */
1435314950int i;
1435414951_ACEOF
1435514355-if ac_fn_c_try_compile "$LINENO"; then :
1495214952+if ac_fn_c_try_compile "$LINENO"
1495314953+then :
1435614954 xorg_cv_cc_flag_unknown_warning_option=yes
1435714357-else
1495514955+else $as_nop
1435814956 xorg_cv_cc_flag_unknown_warning_option=no
1435914957fi
1436014360-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1495814958+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1436114959fi
1436214362-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1436314363-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1496014960+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1496114961+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1436414962 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1436514963 CFLAGS="$xorg_testset_save_CFLAGS"
1436614964fi
···1437014968 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1437114969 fi
1437214970 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1437314373- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1437414374-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1437514375-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1437614376- $as_echo_n "(cached) " >&6
1437714377-else
1497114971+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1497214972+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1497314973+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1497414974+then :
1497514975+ printf %s "(cached) " >&6
1497614976+else $as_nop
1437814977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1437914978/* end confdefs.h. */
1438014979int i;
1438114980_ACEOF
1438214382-if ac_fn_c_try_compile "$LINENO"; then :
1498114981+if ac_fn_c_try_compile "$LINENO"
1498214982+then :
1438314983 xorg_cv_cc_flag_unused_command_line_argument=yes
1438414384-else
1498414984+else $as_nop
1438514985 xorg_cv_cc_flag_unused_command_line_argument=no
1438614986fi
1438714387-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1498714987+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1438814988fi
1438914389-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1439014390-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1498914989+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1499014990+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1439114991 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1439214992 CFLAGS="$xorg_testset_save_CFLAGS"
1439314993fi
···14405150051440615006 CFLAGS="$CFLAGS -Werror=sequence-point"
14407150071440814408- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
1440914409-$as_echo_n "checking if $CC supports -Werror=sequence-point... " >&6; }
1500815008+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
1500915009+printf %s "checking if $CC supports -Werror=sequence-point... " >&6; }
1441015010 cacheid=xorg_cv_cc_flag__Werror_sequence_point
1441114411- if eval \${$cacheid+:} false; then :
1441214412- $as_echo_n "(cached) " >&6
1441314413-else
1501115011+ if eval test \${$cacheid+y}
1501215012+then :
1501315013+ printf %s "(cached) " >&6
1501415014+else $as_nop
1441415015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1441515016/* end confdefs.h. */
1441615017int i;
1441715018int
1441814418-main ()
1501915019+main (void)
1441915020{
14420150211442115022 ;
1442215023 return 0;
1442315024}
1442415025_ACEOF
1442514425-if ac_fn_c_try_link "$LINENO"; then :
1502615026+if ac_fn_c_try_link "$LINENO"
1502715027+then :
1442615028 eval $cacheid=yes
1442714427-else
1502915029+else $as_nop
1442815030 eval $cacheid=no
1442915031fi
1443014430-rm -f core conftest.err conftest.$ac_objext \
1503215032+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1443115033 conftest$ac_exeext conftest.$ac_ext
1443215034fi
1443315035···1443515037 CFLAGS="$xorg_testset_save_CFLAGS"
14436150381443715039 eval supported=\$$cacheid
1443814438- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1443914439-$as_echo "$supported" >&6; }
1504015040+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1504115041+printf "%s\n" "$supported" >&6; }
1444015042 if test "$supported" = "yes" ; then
1444115043 BASE_CFLAGS="$BASE_CFLAGS -Werror=sequence-point"
1444215044 found="yes"
···14461150631446215064if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1446315065 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1446414464- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1446514465-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1446614466-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1446714467- $as_echo_n "(cached) " >&6
1446814468-else
1506615066+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1506715067+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1506815068+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1506915069+then :
1507015070+ printf %s "(cached) " >&6
1507115071+else $as_nop
1446915072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1447015073/* end confdefs.h. */
1447115074int i;
1447215075_ACEOF
1447314473-if ac_fn_c_try_compile "$LINENO"; then :
1507615076+if ac_fn_c_try_compile "$LINENO"
1507715077+then :
1447415078 xorg_cv_cc_flag_unknown_warning_option=yes
1447514475-else
1507915079+else $as_nop
1447615080 xorg_cv_cc_flag_unknown_warning_option=no
1447715081fi
1447814478-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1508215082+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1447915083fi
1448014480-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1448114481-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1508415084+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1508515085+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1448215086 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1448315087 CFLAGS="$xorg_testset_save_CFLAGS"
1448415088fi
···1448815092 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1448915093 fi
1449015094 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1449114491- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1449214492-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1449314493-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1449414494- $as_echo_n "(cached) " >&6
1449514495-else
1509515095+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1509615096+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1509715097+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1509815098+then :
1509915099+ printf %s "(cached) " >&6
1510015100+else $as_nop
1449615101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1449715102/* end confdefs.h. */
1449815103int i;
1449915104_ACEOF
1450014500-if ac_fn_c_try_compile "$LINENO"; then :
1510515105+if ac_fn_c_try_compile "$LINENO"
1510615106+then :
1450115107 xorg_cv_cc_flag_unused_command_line_argument=yes
1450214502-else
1510815108+else $as_nop
1450315109 xorg_cv_cc_flag_unused_command_line_argument=no
1450415110fi
1450514505-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1511115111+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1450615112fi
1450714507-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1450814508-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1511315113+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1511415114+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1450915115 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1451015116 CFLAGS="$xorg_testset_save_CFLAGS"
1451115117fi
···14523151291452415130 CFLAGS="$CFLAGS -Werror=return-type"
14525151311452614526- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
1452714527-$as_echo_n "checking if $CC supports -Werror=return-type... " >&6; }
1513215132+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
1513315133+printf %s "checking if $CC supports -Werror=return-type... " >&6; }
1452815134 cacheid=xorg_cv_cc_flag__Werror_return_type
1452914529- if eval \${$cacheid+:} false; then :
1453014530- $as_echo_n "(cached) " >&6
1453114531-else
1513515135+ if eval test \${$cacheid+y}
1513615136+then :
1513715137+ printf %s "(cached) " >&6
1513815138+else $as_nop
1453215139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1453315140/* end confdefs.h. */
1453415141int i;
1453515142int
1453614536-main ()
1514315143+main (void)
1453715144{
14538151451453915146 ;
1454015147 return 0;
1454115148}
1454215149_ACEOF
1454314543-if ac_fn_c_try_link "$LINENO"; then :
1515015150+if ac_fn_c_try_link "$LINENO"
1515115151+then :
1454415152 eval $cacheid=yes
1454514545-else
1515315153+else $as_nop
1454615154 eval $cacheid=no
1454715155fi
1454814548-rm -f core conftest.err conftest.$ac_objext \
1515615156+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1454915157 conftest$ac_exeext conftest.$ac_ext
1455015158fi
1455115159···1455315161 CFLAGS="$xorg_testset_save_CFLAGS"
14554151621455515163 eval supported=\$$cacheid
1455614556- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1455714557-$as_echo "$supported" >&6; }
1516415164+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1516515165+printf "%s\n" "$supported" >&6; }
1455815166 if test "$supported" = "yes" ; then
1455915167 BASE_CFLAGS="$BASE_CFLAGS -Werror=return-type"
1456015168 found="yes"
···14572151801457315181 CFLAGS="$CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
14574151821457514575- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
1457614576-$as_echo_n "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
1518315183+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
1518415184+printf %s "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
1457715185 cacheid=xorg_cv_cc_flag__errwarn_E_FUNC_HAS_NO_RETURN_STMT
1457814578- if eval \${$cacheid+:} false; then :
1457914579- $as_echo_n "(cached) " >&6
1458014580-else
1518615186+ if eval test \${$cacheid+y}
1518715187+then :
1518815188+ printf %s "(cached) " >&6
1518915189+else $as_nop
1458115190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1458215191/* end confdefs.h. */
1458315192int i;
1458415193int
1458514585-main ()
1519415194+main (void)
1458615195{
14587151961458815197 ;
1458915198 return 0;
1459015199}
1459115200_ACEOF
1459214592-if ac_fn_c_try_link "$LINENO"; then :
1520115201+if ac_fn_c_try_link "$LINENO"
1520215202+then :
1459315203 eval $cacheid=yes
1459414594-else
1520415204+else $as_nop
1459515205 eval $cacheid=no
1459615206fi
1459714597-rm -f core conftest.err conftest.$ac_objext \
1520715207+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1459815208 conftest$ac_exeext conftest.$ac_ext
1459915209fi
1460015210···1460215212 CFLAGS="$xorg_testset_save_CFLAGS"
14603152131460415214 eval supported=\$$cacheid
1460514605- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1460614606-$as_echo "$supported" >&6; }
1521515215+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1521615216+printf "%s\n" "$supported" >&6; }
1460715217 if test "$supported" = "yes" ; then
1460815218 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
1460915219 found="yes"
···14628152381462915239if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1463015240 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1463114631- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1463214632-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1463314633-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1463414634- $as_echo_n "(cached) " >&6
1463514635-else
1524115241+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1524215242+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1524315243+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1524415244+then :
1524515245+ printf %s "(cached) " >&6
1524615246+else $as_nop
1463615247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1463715248/* end confdefs.h. */
1463815249int i;
1463915250_ACEOF
1464014640-if ac_fn_c_try_compile "$LINENO"; then :
1525115251+if ac_fn_c_try_compile "$LINENO"
1525215252+then :
1464115253 xorg_cv_cc_flag_unknown_warning_option=yes
1464214642-else
1525415254+else $as_nop
1464315255 xorg_cv_cc_flag_unknown_warning_option=no
1464415256fi
1464514645-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1525715257+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1464615258fi
1464714647-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1464814648-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1525915259+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1526015260+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1464915261 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1465015262 CFLAGS="$xorg_testset_save_CFLAGS"
1465115263fi
···1465515267 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1465615268 fi
1465715269 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1465814658- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1465914659-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1466014660-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1466114661- $as_echo_n "(cached) " >&6
1466214662-else
1527015270+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1527115271+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1527215272+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1527315273+then :
1527415274+ printf %s "(cached) " >&6
1527515275+else $as_nop
1466315276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1466415277/* end confdefs.h. */
1466515278int i;
1466615279_ACEOF
1466714667-if ac_fn_c_try_compile "$LINENO"; then :
1528015280+if ac_fn_c_try_compile "$LINENO"
1528115281+then :
1466815282 xorg_cv_cc_flag_unused_command_line_argument=yes
1466914669-else
1528315283+else $as_nop
1467015284 xorg_cv_cc_flag_unused_command_line_argument=no
1467115285fi
1467214672-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1528615286+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1467315287fi
1467414674-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1467514675-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1528815288+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1528915289+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1467615290 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1467715291 CFLAGS="$xorg_testset_save_CFLAGS"
1467815292fi
···14690153041469115305 CFLAGS="$CFLAGS -Werror=trigraphs"
14692153061469314693- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
1469414694-$as_echo_n "checking if $CC supports -Werror=trigraphs... " >&6; }
1530715307+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
1530815308+printf %s "checking if $CC supports -Werror=trigraphs... " >&6; }
1469515309 cacheid=xorg_cv_cc_flag__Werror_trigraphs
1469614696- if eval \${$cacheid+:} false; then :
1469714697- $as_echo_n "(cached) " >&6
1469814698-else
1531015310+ if eval test \${$cacheid+y}
1531115311+then :
1531215312+ printf %s "(cached) " >&6
1531315313+else $as_nop
1469915314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1470015315/* end confdefs.h. */
1470115316int i;
1470215317int
1470314703-main ()
1531815318+main (void)
1470415319{
14705153201470615321 ;
1470715322 return 0;
1470815323}
1470915324_ACEOF
1471014710-if ac_fn_c_try_link "$LINENO"; then :
1532515325+if ac_fn_c_try_link "$LINENO"
1532615326+then :
1471115327 eval $cacheid=yes
1471214712-else
1532815328+else $as_nop
1471315329 eval $cacheid=no
1471415330fi
1471514715-rm -f core conftest.err conftest.$ac_objext \
1533115331+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1471615332 conftest$ac_exeext conftest.$ac_ext
1471715333fi
1471815334···1472015336 CFLAGS="$xorg_testset_save_CFLAGS"
14721153371472215338 eval supported=\$$cacheid
1472314723- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1472414724-$as_echo "$supported" >&6; }
1533915339+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1534015340+printf "%s\n" "$supported" >&6; }
1472515341 if test "$supported" = "yes" ; then
1472615342 BASE_CFLAGS="$BASE_CFLAGS -Werror=trigraphs"
1472715343 found="yes"
···14746153621474715363if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1474815364 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1474914749- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1475014750-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1475114751-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1475214752- $as_echo_n "(cached) " >&6
1475314753-else
1536515365+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1536615366+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1536715367+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1536815368+then :
1536915369+ printf %s "(cached) " >&6
1537015370+else $as_nop
1475415371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1475515372/* end confdefs.h. */
1475615373int i;
1475715374_ACEOF
1475814758-if ac_fn_c_try_compile "$LINENO"; then :
1537515375+if ac_fn_c_try_compile "$LINENO"
1537615376+then :
1475915377 xorg_cv_cc_flag_unknown_warning_option=yes
1476014760-else
1537815378+else $as_nop
1476115379 xorg_cv_cc_flag_unknown_warning_option=no
1476215380fi
1476314763-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1538115381+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1476415382fi
1476514765-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1476614766-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1538315383+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1538415384+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1476715385 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1476815386 CFLAGS="$xorg_testset_save_CFLAGS"
1476915387fi
···1477315391 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1477415392 fi
1477515393 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1477614776- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1477714777-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1477814778-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1477914779- $as_echo_n "(cached) " >&6
1478014780-else
1539415394+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1539515395+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1539615396+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1539715397+then :
1539815398+ printf %s "(cached) " >&6
1539915399+else $as_nop
1478115400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1478215401/* end confdefs.h. */
1478315402int i;
1478415403_ACEOF
1478514785-if ac_fn_c_try_compile "$LINENO"; then :
1540415404+if ac_fn_c_try_compile "$LINENO"
1540515405+then :
1478615406 xorg_cv_cc_flag_unused_command_line_argument=yes
1478714787-else
1540715407+else $as_nop
1478815408 xorg_cv_cc_flag_unused_command_line_argument=no
1478915409fi
1479014790-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1541015410+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1479115411fi
1479214792-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1479314793-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1541215412+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1541315413+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1479415414 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1479515415 CFLAGS="$xorg_testset_save_CFLAGS"
1479615416fi
···14808154281480915429 CFLAGS="$CFLAGS -Werror=array-bounds"
14810154301481114811- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
1481214812-$as_echo_n "checking if $CC supports -Werror=array-bounds... " >&6; }
1543115431+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
1543215432+printf %s "checking if $CC supports -Werror=array-bounds... " >&6; }
1481315433 cacheid=xorg_cv_cc_flag__Werror_array_bounds
1481414814- if eval \${$cacheid+:} false; then :
1481514815- $as_echo_n "(cached) " >&6
1481614816-else
1543415434+ if eval test \${$cacheid+y}
1543515435+then :
1543615436+ printf %s "(cached) " >&6
1543715437+else $as_nop
1481715438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1481815439/* end confdefs.h. */
1481915440int i;
1482015441int
1482114821-main ()
1544215442+main (void)
1482215443{
14823154441482415445 ;
1482515446 return 0;
1482615447}
1482715448_ACEOF
1482814828-if ac_fn_c_try_link "$LINENO"; then :
1544915449+if ac_fn_c_try_link "$LINENO"
1545015450+then :
1482915451 eval $cacheid=yes
1483014830-else
1545215452+else $as_nop
1483115453 eval $cacheid=no
1483215454fi
1483314833-rm -f core conftest.err conftest.$ac_objext \
1545515455+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1483415456 conftest$ac_exeext conftest.$ac_ext
1483515457fi
1483615458···1483815460 CFLAGS="$xorg_testset_save_CFLAGS"
14839154611484015462 eval supported=\$$cacheid
1484114841- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1484214842-$as_echo "$supported" >&6; }
1546315463+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1546415464+printf "%s\n" "$supported" >&6; }
1484315465 if test "$supported" = "yes" ; then
1484415466 BASE_CFLAGS="$BASE_CFLAGS -Werror=array-bounds"
1484515467 found="yes"
···14864154861486515487if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1486615488 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1486714867- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1486814868-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1486914869-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1487014870- $as_echo_n "(cached) " >&6
1487114871-else
1548915489+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1549015490+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1549115491+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1549215492+then :
1549315493+ printf %s "(cached) " >&6
1549415494+else $as_nop
1487215495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1487315496/* end confdefs.h. */
1487415497int i;
1487515498_ACEOF
1487614876-if ac_fn_c_try_compile "$LINENO"; then :
1549915499+if ac_fn_c_try_compile "$LINENO"
1550015500+then :
1487715501 xorg_cv_cc_flag_unknown_warning_option=yes
1487814878-else
1550215502+else $as_nop
1487915503 xorg_cv_cc_flag_unknown_warning_option=no
1488015504fi
1488114881-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1550515505+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1488215506fi
1488314883-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1488414884-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1550715507+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1550815508+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1488515509 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1488615510 CFLAGS="$xorg_testset_save_CFLAGS"
1488715511fi
···1489115515 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1489215516 fi
1489315517 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1489414894- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1489514895-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1489614896-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1489714897- $as_echo_n "(cached) " >&6
1489814898-else
1551815518+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1551915519+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1552015520+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1552115521+then :
1552215522+ printf %s "(cached) " >&6
1552315523+else $as_nop
1489915524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1490015525/* end confdefs.h. */
1490115526int i;
1490215527_ACEOF
1490314903-if ac_fn_c_try_compile "$LINENO"; then :
1552815528+if ac_fn_c_try_compile "$LINENO"
1552915529+then :
1490415530 xorg_cv_cc_flag_unused_command_line_argument=yes
1490514905-else
1553115531+else $as_nop
1490615532 xorg_cv_cc_flag_unused_command_line_argument=no
1490715533fi
1490814908-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1553415534+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1490915535fi
1491014910-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1491114911-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1553615536+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1553715537+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1491215538 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1491315539 CFLAGS="$xorg_testset_save_CFLAGS"
1491415540fi
···14926155521492715553 CFLAGS="$CFLAGS -Werror=write-strings"
14928155541492914929- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
1493014930-$as_echo_n "checking if $CC supports -Werror=write-strings... " >&6; }
1555515555+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
1555615556+printf %s "checking if $CC supports -Werror=write-strings... " >&6; }
1493115557 cacheid=xorg_cv_cc_flag__Werror_write_strings
1493214932- if eval \${$cacheid+:} false; then :
1493314933- $as_echo_n "(cached) " >&6
1493414934-else
1555815558+ if eval test \${$cacheid+y}
1555915559+then :
1556015560+ printf %s "(cached) " >&6
1556115561+else $as_nop
1493515562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1493615563/* end confdefs.h. */
1493715564int i;
1493815565int
1493914939-main ()
1556615566+main (void)
1494015567{
14941155681494215569 ;
1494315570 return 0;
1494415571}
1494515572_ACEOF
1494614946-if ac_fn_c_try_link "$LINENO"; then :
1557315573+if ac_fn_c_try_link "$LINENO"
1557415574+then :
1494715575 eval $cacheid=yes
1494814948-else
1557615576+else $as_nop
1494915577 eval $cacheid=no
1495015578fi
1495114951-rm -f core conftest.err conftest.$ac_objext \
1557915579+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1495215580 conftest$ac_exeext conftest.$ac_ext
1495315581fi
1495415582···1495615584 CFLAGS="$xorg_testset_save_CFLAGS"
14957155851495815586 eval supported=\$$cacheid
1495914959- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1496014960-$as_echo "$supported" >&6; }
1558715587+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1558815588+printf "%s\n" "$supported" >&6; }
1496115589 if test "$supported" = "yes" ; then
1496215590 BASE_CFLAGS="$BASE_CFLAGS -Werror=write-strings"
1496315591 found="yes"
···14982156101498315611if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1498415612 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1498514985- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1498614986-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1498714987-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1498814988- $as_echo_n "(cached) " >&6
1498914989-else
1561315613+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1561415614+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1561515615+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1561615616+then :
1561715617+ printf %s "(cached) " >&6
1561815618+else $as_nop
1499015619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1499115620/* end confdefs.h. */
1499215621int i;
1499315622_ACEOF
1499414994-if ac_fn_c_try_compile "$LINENO"; then :
1562315623+if ac_fn_c_try_compile "$LINENO"
1562415624+then :
1499515625 xorg_cv_cc_flag_unknown_warning_option=yes
1499614996-else
1562615626+else $as_nop
1499715627 xorg_cv_cc_flag_unknown_warning_option=no
1499815628fi
1499914999-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1562915629+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1500015630fi
1500115001-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1500215002-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1563115631+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1563215632+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1500315633 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1500415634 CFLAGS="$xorg_testset_save_CFLAGS"
1500515635fi
···1500915639 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1501015640 fi
1501115641 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1501215012- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1501315013-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1501415014-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1501515015- $as_echo_n "(cached) " >&6
1501615016-else
1564215642+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1564315643+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1564415644+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1564515645+then :
1564615646+ printf %s "(cached) " >&6
1564715647+else $as_nop
1501715648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1501815649/* end confdefs.h. */
1501915650int i;
1502015651_ACEOF
1502115021-if ac_fn_c_try_compile "$LINENO"; then :
1565215652+if ac_fn_c_try_compile "$LINENO"
1565315653+then :
1502215654 xorg_cv_cc_flag_unused_command_line_argument=yes
1502315023-else
1565515655+else $as_nop
1502415656 xorg_cv_cc_flag_unused_command_line_argument=no
1502515657fi
1502615026-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1565815658+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1502715659fi
1502815028-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1502915029-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1566015660+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1566115661+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1503015662 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1503115663 CFLAGS="$xorg_testset_save_CFLAGS"
1503215664fi
···15044156761504515677 CFLAGS="$CFLAGS -Werror=address"
15046156781504715047- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
1504815048-$as_echo_n "checking if $CC supports -Werror=address... " >&6; }
1567915679+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
1568015680+printf %s "checking if $CC supports -Werror=address... " >&6; }
1504915681 cacheid=xorg_cv_cc_flag__Werror_address
1505015050- if eval \${$cacheid+:} false; then :
1505115051- $as_echo_n "(cached) " >&6
1505215052-else
1568215682+ if eval test \${$cacheid+y}
1568315683+then :
1568415684+ printf %s "(cached) " >&6
1568515685+else $as_nop
1505315686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1505415687/* end confdefs.h. */
1505515688int i;
1505615689int
1505715057-main ()
1569015690+main (void)
1505815691{
15059156921506015693 ;
1506115694 return 0;
1506215695}
1506315696_ACEOF
1506415064-if ac_fn_c_try_link "$LINENO"; then :
1569715697+if ac_fn_c_try_link "$LINENO"
1569815698+then :
1506515699 eval $cacheid=yes
1506615066-else
1570015700+else $as_nop
1506715701 eval $cacheid=no
1506815702fi
1506915069-rm -f core conftest.err conftest.$ac_objext \
1570315703+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1507015704 conftest$ac_exeext conftest.$ac_ext
1507115705fi
1507215706···1507415708 CFLAGS="$xorg_testset_save_CFLAGS"
15075157091507615710 eval supported=\$$cacheid
1507715077- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1507815078-$as_echo "$supported" >&6; }
1571115711+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1571215712+printf "%s\n" "$supported" >&6; }
1507915713 if test "$supported" = "yes" ; then
1508015714 BASE_CFLAGS="$BASE_CFLAGS -Werror=address"
1508115715 found="yes"
···15100157341510115735if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1510215736 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1510315103- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1510415104-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1510515105-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1510615106- $as_echo_n "(cached) " >&6
1510715107-else
1573715737+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1573815738+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1573915739+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1574015740+then :
1574115741+ printf %s "(cached) " >&6
1574215742+else $as_nop
1510815743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1510915744/* end confdefs.h. */
1511015745int i;
1511115746_ACEOF
1511215112-if ac_fn_c_try_compile "$LINENO"; then :
1574715747+if ac_fn_c_try_compile "$LINENO"
1574815748+then :
1511315749 xorg_cv_cc_flag_unknown_warning_option=yes
1511415114-else
1575015750+else $as_nop
1511515751 xorg_cv_cc_flag_unknown_warning_option=no
1511615752fi
1511715117-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1575315753+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1511815754fi
1511915119-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1512015120-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1575515755+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1575615756+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1512115757 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1512215758 CFLAGS="$xorg_testset_save_CFLAGS"
1512315759fi
···1512715763 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1512815764 fi
1512915765 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1513015130- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1513115131-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1513215132-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1513315133- $as_echo_n "(cached) " >&6
1513415134-else
1576615766+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1576715767+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1576815768+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1576915769+then :
1577015770+ printf %s "(cached) " >&6
1577115771+else $as_nop
1513515772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1513615773/* end confdefs.h. */
1513715774int i;
1513815775_ACEOF
1513915139-if ac_fn_c_try_compile "$LINENO"; then :
1577615776+if ac_fn_c_try_compile "$LINENO"
1577715777+then :
1514015778 xorg_cv_cc_flag_unused_command_line_argument=yes
1514115141-else
1577915779+else $as_nop
1514215780 xorg_cv_cc_flag_unused_command_line_argument=no
1514315781fi
1514415144-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1578215782+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1514515783fi
1514615146-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1514715147-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1578415784+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1578515785+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1514815786 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1514915787 CFLAGS="$xorg_testset_save_CFLAGS"
1515015788fi
···15162158001516315801 CFLAGS="$CFLAGS -Werror=int-to-pointer-cast"
15164158021516515165- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
1516615166-$as_echo_n "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
1580315803+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
1580415804+printf %s "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
1516715805 cacheid=xorg_cv_cc_flag__Werror_int_to_pointer_cast
1516815168- if eval \${$cacheid+:} false; then :
1516915169- $as_echo_n "(cached) " >&6
1517015170-else
1580615806+ if eval test \${$cacheid+y}
1580715807+then :
1580815808+ printf %s "(cached) " >&6
1580915809+else $as_nop
1517115810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1517215811/* end confdefs.h. */
1517315812int i;
1517415813int
1517515175-main ()
1581415814+main (void)
1517615815{
15177158161517815817 ;
1517915818 return 0;
1518015819}
1518115820_ACEOF
1518215182-if ac_fn_c_try_link "$LINENO"; then :
1582115821+if ac_fn_c_try_link "$LINENO"
1582215822+then :
1518315823 eval $cacheid=yes
1518415184-else
1582415824+else $as_nop
1518515825 eval $cacheid=no
1518615826fi
1518715187-rm -f core conftest.err conftest.$ac_objext \
1582715827+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1518815828 conftest$ac_exeext conftest.$ac_ext
1518915829fi
1519015830···1519215832 CFLAGS="$xorg_testset_save_CFLAGS"
15193158331519415834 eval supported=\$$cacheid
1519515195- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1519615196-$as_echo "$supported" >&6; }
1583515835+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1583615836+printf "%s\n" "$supported" >&6; }
1519715837 if test "$supported" = "yes" ; then
1519815838 BASE_CFLAGS="$BASE_CFLAGS -Werror=int-to-pointer-cast"
1519915839 found="yes"
···15211158511521215852 CFLAGS="$CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
15213158531521415214- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
1521515215-$as_echo_n "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
1585415854+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
1585515855+printf %s "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
1521615856 cacheid=xorg_cv_cc_flag__errwarn_E_BAD_PTR_INT_COMBINATION
1521715217- if eval \${$cacheid+:} false; then :
1521815218- $as_echo_n "(cached) " >&6
1521915219-else
1585715857+ if eval test \${$cacheid+y}
1585815858+then :
1585915859+ printf %s "(cached) " >&6
1586015860+else $as_nop
1522015861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1522115862/* end confdefs.h. */
1522215863int i;
1522315864int
1522415224-main ()
1586515865+main (void)
1522515866{
15226158671522715868 ;
1522815869 return 0;
1522915870}
1523015871_ACEOF
1523115231-if ac_fn_c_try_link "$LINENO"; then :
1587215872+if ac_fn_c_try_link "$LINENO"
1587315873+then :
1523215874 eval $cacheid=yes
1523315233-else
1587515875+else $as_nop
1523415876 eval $cacheid=no
1523515877fi
1523615236-rm -f core conftest.err conftest.$ac_objext \
1587815878+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1523715879 conftest$ac_exeext conftest.$ac_ext
1523815880fi
1523915881···1524115883 CFLAGS="$xorg_testset_save_CFLAGS"
15242158841524315885 eval supported=\$$cacheid
1524415244- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1524515245-$as_echo "$supported" >&6; }
1588615886+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1588715887+printf "%s\n" "$supported" >&6; }
1524615888 if test "$supported" = "yes" ; then
1524715889 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
1524815890 found="yes"
···15267159091526815910if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1526915911 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1527015270- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1527115271-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1527215272-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1527315273- $as_echo_n "(cached) " >&6
1527415274-else
1591215912+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1591315913+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1591415914+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1591515915+then :
1591615916+ printf %s "(cached) " >&6
1591715917+else $as_nop
1527515918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1527615919/* end confdefs.h. */
1527715920int i;
1527815921_ACEOF
1527915279-if ac_fn_c_try_compile "$LINENO"; then :
1592215922+if ac_fn_c_try_compile "$LINENO"
1592315923+then :
1528015924 xorg_cv_cc_flag_unknown_warning_option=yes
1528115281-else
1592515925+else $as_nop
1528215926 xorg_cv_cc_flag_unknown_warning_option=no
1528315927fi
1528415284-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1592815928+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1528515929fi
1528615286-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1528715287-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1593015930+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1593115931+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1528815932 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1528915933 CFLAGS="$xorg_testset_save_CFLAGS"
1529015934fi
···1529415938 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1529515939 fi
1529615940 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1529715297- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1529815298-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1529915299-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1530015300- $as_echo_n "(cached) " >&6
1530115301-else
1594115941+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1594215942+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1594315943+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1594415944+then :
1594515945+ printf %s "(cached) " >&6
1594615946+else $as_nop
1530215947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1530315948/* end confdefs.h. */
1530415949int i;
1530515950_ACEOF
1530615306-if ac_fn_c_try_compile "$LINENO"; then :
1595115951+if ac_fn_c_try_compile "$LINENO"
1595215952+then :
1530715953 xorg_cv_cc_flag_unused_command_line_argument=yes
1530815308-else
1595415954+else $as_nop
1530915955 xorg_cv_cc_flag_unused_command_line_argument=no
1531015956fi
1531115311-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1595715957+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1531215958fi
1531315313-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1531415314-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1595915959+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1596015960+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1531515961 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1531615962 CFLAGS="$xorg_testset_save_CFLAGS"
1531715963fi
···15329159751533015976 CFLAGS="$CFLAGS -Werror=pointer-to-int-cast"
15331159771533215332- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
1533315333-$as_echo_n "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
1597815978+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
1597915979+printf %s "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
1533415980 cacheid=xorg_cv_cc_flag__Werror_pointer_to_int_cast
1533515335- if eval \${$cacheid+:} false; then :
1533615336- $as_echo_n "(cached) " >&6
1533715337-else
1598115981+ if eval test \${$cacheid+y}
1598215982+then :
1598315983+ printf %s "(cached) " >&6
1598415984+else $as_nop
1533815985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1533915986/* end confdefs.h. */
1534015987int i;
1534115988int
1534215342-main ()
1598915989+main (void)
1534315990{
15344159911534515992 ;
1534615993 return 0;
1534715994}
1534815995_ACEOF
1534915349-if ac_fn_c_try_link "$LINENO"; then :
1599615996+if ac_fn_c_try_link "$LINENO"
1599715997+then :
1535015998 eval $cacheid=yes
1535115351-else
1599915999+else $as_nop
1535216000 eval $cacheid=no
1535316001fi
1535415354-rm -f core conftest.err conftest.$ac_objext \
1600216002+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1535516003 conftest$ac_exeext conftest.$ac_ext
1535616004fi
1535716005···1535916007 CFLAGS="$xorg_testset_save_CFLAGS"
15360160081536116009 eval supported=\$$cacheid
1536215362- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1536315363-$as_echo "$supported" >&6; }
1601016010+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1601116011+printf "%s\n" "$supported" >&6; }
1536416012 if test "$supported" = "yes" ; then
1536516013 BASE_CFLAGS="$BASE_CFLAGS -Werror=pointer-to-int-cast"
1536616014 found="yes"
···15369160171537016018 # Also -errwarn=E_BAD_PTR_INT_COMBINATION
1537116019else
1537215372-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at $PACKAGE_BUGREPORT" >&5
1537315373-$as_echo "$as_me: WARNING: You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at $PACKAGE_BUGREPORT" >&2;}
1602016020+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at $PACKAGE_BUGREPORT" >&5
1602116021+printf "%s\n" "$as_me: WARNING: You have chosen not to turn some select compiler warnings into errors. This should not be necessary. Please report why you needed to do so in a bug report at $PACKAGE_BUGREPORT" >&2;}
153741602215375160231537616024···15388160361538916037if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1539016038 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1539115391- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1539215392-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1539315393-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1539415394- $as_echo_n "(cached) " >&6
1539515395-else
1603916039+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1604016040+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1604116041+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1604216042+then :
1604316043+ printf %s "(cached) " >&6
1604416044+else $as_nop
1539616045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1539716046/* end confdefs.h. */
1539816047int i;
1539916048_ACEOF
1540015400-if ac_fn_c_try_compile "$LINENO"; then :
1604916049+if ac_fn_c_try_compile "$LINENO"
1605016050+then :
1540116051 xorg_cv_cc_flag_unknown_warning_option=yes
1540215402-else
1605216052+else $as_nop
1540316053 xorg_cv_cc_flag_unknown_warning_option=no
1540416054fi
1540515405-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1605516055+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1540616056fi
1540715407-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1540815408-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1605716057+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1605816058+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1540916059 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1541016060 CFLAGS="$xorg_testset_save_CFLAGS"
1541116061fi
···1541516065 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1541616066 fi
1541716067 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1541815418- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1541915419-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1542015420-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1542115421- $as_echo_n "(cached) " >&6
1542215422-else
1606816068+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1606916069+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1607016070+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1607116071+then :
1607216072+ printf %s "(cached) " >&6
1607316073+else $as_nop
1542316074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1542416075/* end confdefs.h. */
1542516076int i;
1542616077_ACEOF
1542715427-if ac_fn_c_try_compile "$LINENO"; then :
1607816078+if ac_fn_c_try_compile "$LINENO"
1607916079+then :
1542816080 xorg_cv_cc_flag_unused_command_line_argument=yes
1542915429-else
1608116081+else $as_nop
1543016082 xorg_cv_cc_flag_unused_command_line_argument=no
1543116083fi
1543215432-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1608416084+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1543316085fi
1543415434-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1543515435-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1608616086+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1608716087+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1543616088 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1543716089 CFLAGS="$xorg_testset_save_CFLAGS"
1543816090fi
···15450161021545116103 CFLAGS="$CFLAGS -Wimplicit"
15452161041545315453- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
1545415454-$as_echo_n "checking if $CC supports -Wimplicit... " >&6; }
1610516105+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
1610616106+printf %s "checking if $CC supports -Wimplicit... " >&6; }
1545516107 cacheid=xorg_cv_cc_flag__Wimplicit
1545615456- if eval \${$cacheid+:} false; then :
1545715457- $as_echo_n "(cached) " >&6
1545815458-else
1610816108+ if eval test \${$cacheid+y}
1610916109+then :
1611016110+ printf %s "(cached) " >&6
1611116111+else $as_nop
1545916112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1546016113/* end confdefs.h. */
1546116114int i;
1546216115int
1546315463-main ()
1611616116+main (void)
1546416117{
15465161181546616119 ;
1546716120 return 0;
1546816121}
1546916122_ACEOF
1547015470-if ac_fn_c_try_link "$LINENO"; then :
1612316123+if ac_fn_c_try_link "$LINENO"
1612416124+then :
1547116125 eval $cacheid=yes
1547215472-else
1612616126+else $as_nop
1547316127 eval $cacheid=no
1547416128fi
1547515475-rm -f core conftest.err conftest.$ac_objext \
1612916129+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1547616130 conftest$ac_exeext conftest.$ac_ext
1547716131fi
1547816132···1548016134 CFLAGS="$xorg_testset_save_CFLAGS"
15481161351548216136 eval supported=\$$cacheid
1548315483- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1548415484-$as_echo "$supported" >&6; }
1613716137+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1613816138+printf "%s\n" "$supported" >&6; }
1548516139 if test "$supported" = "yes" ; then
1548616140 BASE_CFLAGS="$BASE_CFLAGS -Wimplicit"
1548716141 found="yes"
···15506161601550716161if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1550816162 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1550915509- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1551015510-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1551115511-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1551215512- $as_echo_n "(cached) " >&6
1551315513-else
1616316163+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1616416164+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1616516165+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1616616166+then :
1616716167+ printf %s "(cached) " >&6
1616816168+else $as_nop
1551416169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1551516170/* end confdefs.h. */
1551616171int i;
1551716172_ACEOF
1551815518-if ac_fn_c_try_compile "$LINENO"; then :
1617316173+if ac_fn_c_try_compile "$LINENO"
1617416174+then :
1551916175 xorg_cv_cc_flag_unknown_warning_option=yes
1552015520-else
1617616176+else $as_nop
1552116177 xorg_cv_cc_flag_unknown_warning_option=no
1552216178fi
1552315523-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1617916179+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1552416180fi
1552515525-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1552615526-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1618116181+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1618216182+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1552716183 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1552816184 CFLAGS="$xorg_testset_save_CFLAGS"
1552916185fi
···1553316189 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1553416190 fi
1553516191 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1553615536- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1553715537-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1553815538-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1553915539- $as_echo_n "(cached) " >&6
1554015540-else
1619216192+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1619316193+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1619416194+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1619516195+then :
1619616196+ printf %s "(cached) " >&6
1619716197+else $as_nop
1554116198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1554216199/* end confdefs.h. */
1554316200int i;
1554416201_ACEOF
1554515545-if ac_fn_c_try_compile "$LINENO"; then :
1620216202+if ac_fn_c_try_compile "$LINENO"
1620316203+then :
1554616204 xorg_cv_cc_flag_unused_command_line_argument=yes
1554715547-else
1620516205+else $as_nop
1554816206 xorg_cv_cc_flag_unused_command_line_argument=no
1554916207fi
1555015550-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1620816208+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1555116209fi
1555215552-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1555315553-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1621016210+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1621116211+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1555416212 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1555516213 CFLAGS="$xorg_testset_save_CFLAGS"
1555616214fi
···15568162261556916227 CFLAGS="$CFLAGS -Wnonnull"
15570162281557115571- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
1557215572-$as_echo_n "checking if $CC supports -Wnonnull... " >&6; }
1622916229+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
1623016230+printf %s "checking if $CC supports -Wnonnull... " >&6; }
1557316231 cacheid=xorg_cv_cc_flag__Wnonnull
1557415574- if eval \${$cacheid+:} false; then :
1557515575- $as_echo_n "(cached) " >&6
1557615576-else
1623216232+ if eval test \${$cacheid+y}
1623316233+then :
1623416234+ printf %s "(cached) " >&6
1623516235+else $as_nop
1557716236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1557816237/* end confdefs.h. */
1557916238int i;
1558016239int
1558115581-main ()
1624016240+main (void)
1558216241{
15583162421558416243 ;
1558516244 return 0;
1558616245}
1558716246_ACEOF
1558815588-if ac_fn_c_try_link "$LINENO"; then :
1624716247+if ac_fn_c_try_link "$LINENO"
1624816248+then :
1558916249 eval $cacheid=yes
1559015590-else
1625016250+else $as_nop
1559116251 eval $cacheid=no
1559216252fi
1559315593-rm -f core conftest.err conftest.$ac_objext \
1625316253+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1559416254 conftest$ac_exeext conftest.$ac_ext
1559516255fi
1559616256···1559816258 CFLAGS="$xorg_testset_save_CFLAGS"
15599162591560016260 eval supported=\$$cacheid
1560115601- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1560215602-$as_echo "$supported" >&6; }
1626116261+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1626216262+printf "%s\n" "$supported" >&6; }
1560316263 if test "$supported" = "yes" ; then
1560416264 BASE_CFLAGS="$BASE_CFLAGS -Wnonnull"
1560516265 found="yes"
···15624162841562516285if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1562616286 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1562715627- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1562815628-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1562915629-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1563015630- $as_echo_n "(cached) " >&6
1563115631-else
1628716287+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1628816288+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1628916289+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1629016290+then :
1629116291+ printf %s "(cached) " >&6
1629216292+else $as_nop
1563216293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1563316294/* end confdefs.h. */
1563416295int i;
1563516296_ACEOF
1563615636-if ac_fn_c_try_compile "$LINENO"; then :
1629716297+if ac_fn_c_try_compile "$LINENO"
1629816298+then :
1563716299 xorg_cv_cc_flag_unknown_warning_option=yes
1563815638-else
1630016300+else $as_nop
1563916301 xorg_cv_cc_flag_unknown_warning_option=no
1564016302fi
1564115641-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1630316303+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1564216304fi
1564315643-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1564415644-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1630516305+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1630616306+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1564516307 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1564616308 CFLAGS="$xorg_testset_save_CFLAGS"
1564716309fi
···1565116313 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1565216314 fi
1565316315 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1565415654- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1565515655-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1565615656-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1565715657- $as_echo_n "(cached) " >&6
1565815658-else
1631616316+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1631716317+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1631816318+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1631916319+then :
1632016320+ printf %s "(cached) " >&6
1632116321+else $as_nop
1565916322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1566016323/* end confdefs.h. */
1566116324int i;
1566216325_ACEOF
1566315663-if ac_fn_c_try_compile "$LINENO"; then :
1632616326+if ac_fn_c_try_compile "$LINENO"
1632716327+then :
1566416328 xorg_cv_cc_flag_unused_command_line_argument=yes
1566515665-else
1632916329+else $as_nop
1566616330 xorg_cv_cc_flag_unused_command_line_argument=no
1566716331fi
1566815668-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1633216332+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1566916333fi
1567015670-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1567115671-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1633416334+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1633516335+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1567216336 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1567316337 CFLAGS="$xorg_testset_save_CFLAGS"
1567416338fi
···15686163501568716351 CFLAGS="$CFLAGS -Winit-self"
15688163521568915689- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
1569015690-$as_echo_n "checking if $CC supports -Winit-self... " >&6; }
1635316353+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
1635416354+printf %s "checking if $CC supports -Winit-self... " >&6; }
1569116355 cacheid=xorg_cv_cc_flag__Winit_self
1569215692- if eval \${$cacheid+:} false; then :
1569315693- $as_echo_n "(cached) " >&6
1569415694-else
1635616356+ if eval test \${$cacheid+y}
1635716357+then :
1635816358+ printf %s "(cached) " >&6
1635916359+else $as_nop
1569516360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1569616361/* end confdefs.h. */
1569716362int i;
1569816363int
1569915699-main ()
1636416364+main (void)
1570016365{
15701163661570216367 ;
1570316368 return 0;
1570416369}
1570516370_ACEOF
1570615706-if ac_fn_c_try_link "$LINENO"; then :
1637116371+if ac_fn_c_try_link "$LINENO"
1637216372+then :
1570716373 eval $cacheid=yes
1570815708-else
1637416374+else $as_nop
1570916375 eval $cacheid=no
1571016376fi
1571115711-rm -f core conftest.err conftest.$ac_objext \
1637716377+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1571216378 conftest$ac_exeext conftest.$ac_ext
1571316379fi
1571416380···1571616382 CFLAGS="$xorg_testset_save_CFLAGS"
15717163831571816384 eval supported=\$$cacheid
1571915719- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1572015720-$as_echo "$supported" >&6; }
1638516385+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1638616386+printf "%s\n" "$supported" >&6; }
1572116387 if test "$supported" = "yes" ; then
1572216388 BASE_CFLAGS="$BASE_CFLAGS -Winit-self"
1572316389 found="yes"
···15742164081574316409if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1574416410 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1574515745- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1574615746-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1574715747-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1574815748- $as_echo_n "(cached) " >&6
1574915749-else
1641116411+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1641216412+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1641316413+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1641416414+then :
1641516415+ printf %s "(cached) " >&6
1641616416+else $as_nop
1575016417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1575116418/* end confdefs.h. */
1575216419int i;
1575316420_ACEOF
1575415754-if ac_fn_c_try_compile "$LINENO"; then :
1642116421+if ac_fn_c_try_compile "$LINENO"
1642216422+then :
1575516423 xorg_cv_cc_flag_unknown_warning_option=yes
1575615756-else
1642416424+else $as_nop
1575716425 xorg_cv_cc_flag_unknown_warning_option=no
1575816426fi
1575915759-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1642716427+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1576016428fi
1576115761-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1576215762-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1642916429+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1643016430+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1576316431 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1576416432 CFLAGS="$xorg_testset_save_CFLAGS"
1576516433fi
···1576916437 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1577016438 fi
1577116439 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1577215772- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1577315773-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1577415774-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1577515775- $as_echo_n "(cached) " >&6
1577615776-else
1644016440+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1644116441+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1644216442+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1644316443+then :
1644416444+ printf %s "(cached) " >&6
1644516445+else $as_nop
1577716446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1577816447/* end confdefs.h. */
1577916448int i;
1578016449_ACEOF
1578115781-if ac_fn_c_try_compile "$LINENO"; then :
1645016450+if ac_fn_c_try_compile "$LINENO"
1645116451+then :
1578216452 xorg_cv_cc_flag_unused_command_line_argument=yes
1578315783-else
1645316453+else $as_nop
1578416454 xorg_cv_cc_flag_unused_command_line_argument=no
1578516455fi
1578615786-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1645616456+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1578716457fi
1578815788-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1578915789-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1645816458+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1645916459+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1579016460 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1579116461 CFLAGS="$xorg_testset_save_CFLAGS"
1579216462fi
···15804164741580516475 CFLAGS="$CFLAGS -Wmain"
15806164761580715807- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
1580815808-$as_echo_n "checking if $CC supports -Wmain... " >&6; }
1647716477+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
1647816478+printf %s "checking if $CC supports -Wmain... " >&6; }
1580916479 cacheid=xorg_cv_cc_flag__Wmain
1581015810- if eval \${$cacheid+:} false; then :
1581115811- $as_echo_n "(cached) " >&6
1581215812-else
1648016480+ if eval test \${$cacheid+y}
1648116481+then :
1648216482+ printf %s "(cached) " >&6
1648316483+else $as_nop
1581316484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1581416485/* end confdefs.h. */
1581516486int i;
1581616487int
1581715817-main ()
1648816488+main (void)
1581816489{
15819164901582016491 ;
1582116492 return 0;
1582216493}
1582316494_ACEOF
1582415824-if ac_fn_c_try_link "$LINENO"; then :
1649516495+if ac_fn_c_try_link "$LINENO"
1649616496+then :
1582516497 eval $cacheid=yes
1582615826-else
1649816498+else $as_nop
1582716499 eval $cacheid=no
1582816500fi
1582915829-rm -f core conftest.err conftest.$ac_objext \
1650116501+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1583016502 conftest$ac_exeext conftest.$ac_ext
1583116503fi
1583216504···1583416506 CFLAGS="$xorg_testset_save_CFLAGS"
15835165071583616508 eval supported=\$$cacheid
1583715837- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1583815838-$as_echo "$supported" >&6; }
1650916509+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1651016510+printf "%s\n" "$supported" >&6; }
1583916511 if test "$supported" = "yes" ; then
1584016512 BASE_CFLAGS="$BASE_CFLAGS -Wmain"
1584116513 found="yes"
···15860165321586116533if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1586216534 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1586315863- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1586415864-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1586515865-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1586615866- $as_echo_n "(cached) " >&6
1586715867-else
1653516535+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1653616536+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1653716537+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1653816538+then :
1653916539+ printf %s "(cached) " >&6
1654016540+else $as_nop
1586816541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1586916542/* end confdefs.h. */
1587016543int i;
1587116544_ACEOF
1587215872-if ac_fn_c_try_compile "$LINENO"; then :
1654516545+if ac_fn_c_try_compile "$LINENO"
1654616546+then :
1587316547 xorg_cv_cc_flag_unknown_warning_option=yes
1587415874-else
1654816548+else $as_nop
1587516549 xorg_cv_cc_flag_unknown_warning_option=no
1587616550fi
1587715877-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1655116551+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1587816552fi
1587915879-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1588015880-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1655316553+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1655416554+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1588116555 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1588216556 CFLAGS="$xorg_testset_save_CFLAGS"
1588316557fi
···1588716561 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1588816562 fi
1588916563 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1589015890- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1589115891-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1589215892-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1589315893- $as_echo_n "(cached) " >&6
1589415894-else
1656416564+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1656516565+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1656616566+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1656716567+then :
1656816568+ printf %s "(cached) " >&6
1656916569+else $as_nop
1589516570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1589616571/* end confdefs.h. */
1589716572int i;
1589816573_ACEOF
1589915899-if ac_fn_c_try_compile "$LINENO"; then :
1657416574+if ac_fn_c_try_compile "$LINENO"
1657516575+then :
1590016576 xorg_cv_cc_flag_unused_command_line_argument=yes
1590115901-else
1657716577+else $as_nop
1590216578 xorg_cv_cc_flag_unused_command_line_argument=no
1590316579fi
1590415904-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1658016580+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1590516581fi
1590615906-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1590715907-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1658216582+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1658316583+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1590816584 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1590916585 CFLAGS="$xorg_testset_save_CFLAGS"
1591016586fi
···15922165981592316599 CFLAGS="$CFLAGS -Wmissing-braces"
15924166001592515925- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
1592615926-$as_echo_n "checking if $CC supports -Wmissing-braces... " >&6; }
1660116601+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
1660216602+printf %s "checking if $CC supports -Wmissing-braces... " >&6; }
1592716603 cacheid=xorg_cv_cc_flag__Wmissing_braces
1592815928- if eval \${$cacheid+:} false; then :
1592915929- $as_echo_n "(cached) " >&6
1593015930-else
1660416604+ if eval test \${$cacheid+y}
1660516605+then :
1660616606+ printf %s "(cached) " >&6
1660716607+else $as_nop
1593116608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1593216609/* end confdefs.h. */
1593316610int i;
1593416611int
1593515935-main ()
1661216612+main (void)
1593616613{
15937166141593816615 ;
1593916616 return 0;
1594016617}
1594116618_ACEOF
1594215942-if ac_fn_c_try_link "$LINENO"; then :
1661916619+if ac_fn_c_try_link "$LINENO"
1662016620+then :
1594316621 eval $cacheid=yes
1594415944-else
1662216622+else $as_nop
1594516623 eval $cacheid=no
1594616624fi
1594715947-rm -f core conftest.err conftest.$ac_objext \
1662516625+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1594816626 conftest$ac_exeext conftest.$ac_ext
1594916627fi
1595016628···1595216630 CFLAGS="$xorg_testset_save_CFLAGS"
15953166311595416632 eval supported=\$$cacheid
1595515955- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1595615956-$as_echo "$supported" >&6; }
1663316633+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1663416634+printf "%s\n" "$supported" >&6; }
1595716635 if test "$supported" = "yes" ; then
1595816636 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-braces"
1595916637 found="yes"
···15978166561597916657if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1598016658 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1598115981- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1598215982-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1598315983-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1598415984- $as_echo_n "(cached) " >&6
1598515985-else
1665916659+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1666016660+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1666116661+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1666216662+then :
1666316663+ printf %s "(cached) " >&6
1666416664+else $as_nop
1598616665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1598716666/* end confdefs.h. */
1598816667int i;
1598916668_ACEOF
1599015990-if ac_fn_c_try_compile "$LINENO"; then :
1666916669+if ac_fn_c_try_compile "$LINENO"
1667016670+then :
1599116671 xorg_cv_cc_flag_unknown_warning_option=yes
1599215992-else
1667216672+else $as_nop
1599316673 xorg_cv_cc_flag_unknown_warning_option=no
1599416674fi
1599515995-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1667516675+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1599616676fi
1599715997-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1599815998-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1667716677+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1667816678+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1599916679 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1600016680 CFLAGS="$xorg_testset_save_CFLAGS"
1600116681fi
···1600516685 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1600616686 fi
1600716687 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1600816008- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1600916009-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1601016010-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1601116011- $as_echo_n "(cached) " >&6
1601216012-else
1668816688+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1668916689+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1669016690+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1669116691+then :
1669216692+ printf %s "(cached) " >&6
1669316693+else $as_nop
1601316694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1601416695/* end confdefs.h. */
1601516696int i;
1601616697_ACEOF
1601716017-if ac_fn_c_try_compile "$LINENO"; then :
1669816698+if ac_fn_c_try_compile "$LINENO"
1669916699+then :
1601816700 xorg_cv_cc_flag_unused_command_line_argument=yes
1601916019-else
1670116701+else $as_nop
1602016702 xorg_cv_cc_flag_unused_command_line_argument=no
1602116703fi
1602216022-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1670416704+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1602316705fi
1602416024-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1602516025-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1670616706+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1670716707+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1602616708 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1602716709 CFLAGS="$xorg_testset_save_CFLAGS"
1602816710fi
···16040167221604116723 CFLAGS="$CFLAGS -Wsequence-point"
16042167241604316043- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
1604416044-$as_echo_n "checking if $CC supports -Wsequence-point... " >&6; }
1672516725+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
1672616726+printf %s "checking if $CC supports -Wsequence-point... " >&6; }
1604516727 cacheid=xorg_cv_cc_flag__Wsequence_point
1604616046- if eval \${$cacheid+:} false; then :
1604716047- $as_echo_n "(cached) " >&6
1604816048-else
1672816728+ if eval test \${$cacheid+y}
1672916729+then :
1673016730+ printf %s "(cached) " >&6
1673116731+else $as_nop
1604916732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1605016733/* end confdefs.h. */
1605116734int i;
1605216735int
1605316053-main ()
1673616736+main (void)
1605416737{
16055167381605616739 ;
1605716740 return 0;
1605816741}
1605916742_ACEOF
1606016060-if ac_fn_c_try_link "$LINENO"; then :
1674316743+if ac_fn_c_try_link "$LINENO"
1674416744+then :
1606116745 eval $cacheid=yes
1606216062-else
1674616746+else $as_nop
1606316747 eval $cacheid=no
1606416748fi
1606516065-rm -f core conftest.err conftest.$ac_objext \
1674916749+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1606616750 conftest$ac_exeext conftest.$ac_ext
1606716751fi
1606816752···1607016754 CFLAGS="$xorg_testset_save_CFLAGS"
16071167551607216756 eval supported=\$$cacheid
1607316073- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1607416074-$as_echo "$supported" >&6; }
1675716757+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1675816758+printf "%s\n" "$supported" >&6; }
1607516759 if test "$supported" = "yes" ; then
1607616760 BASE_CFLAGS="$BASE_CFLAGS -Wsequence-point"
1607716761 found="yes"
···16096167801609716781if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1609816782 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1609916099- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1610016100-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1610116101-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1610216102- $as_echo_n "(cached) " >&6
1610316103-else
1678316783+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1678416784+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1678516785+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1678616786+then :
1678716787+ printf %s "(cached) " >&6
1678816788+else $as_nop
1610416789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1610516790/* end confdefs.h. */
1610616791int i;
1610716792_ACEOF
1610816108-if ac_fn_c_try_compile "$LINENO"; then :
1679316793+if ac_fn_c_try_compile "$LINENO"
1679416794+then :
1610916795 xorg_cv_cc_flag_unknown_warning_option=yes
1611016110-else
1679616796+else $as_nop
1611116797 xorg_cv_cc_flag_unknown_warning_option=no
1611216798fi
1611316113-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1679916799+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1611416800fi
1611516115-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1611616116-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1680116801+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1680216802+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1611716803 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1611816804 CFLAGS="$xorg_testset_save_CFLAGS"
1611916805fi
···1612316809 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1612416810 fi
1612516811 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1612616126- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1612716127-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1612816128-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1612916129- $as_echo_n "(cached) " >&6
1613016130-else
1681216812+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1681316813+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1681416814+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1681516815+then :
1681616816+ printf %s "(cached) " >&6
1681716817+else $as_nop
1613116818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1613216819/* end confdefs.h. */
1613316820int i;
1613416821_ACEOF
1613516135-if ac_fn_c_try_compile "$LINENO"; then :
1682216822+if ac_fn_c_try_compile "$LINENO"
1682316823+then :
1613616824 xorg_cv_cc_flag_unused_command_line_argument=yes
1613716137-else
1682516825+else $as_nop
1613816826 xorg_cv_cc_flag_unused_command_line_argument=no
1613916827fi
1614016140-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1682816828+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1614116829fi
1614216142-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1614316143-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1683016830+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1683116831+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1614416832 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1614516833 CFLAGS="$xorg_testset_save_CFLAGS"
1614616834fi
···16158168461615916847 CFLAGS="$CFLAGS -Wreturn-type"
16160168481616116161- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
1616216162-$as_echo_n "checking if $CC supports -Wreturn-type... " >&6; }
1684916849+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
1685016850+printf %s "checking if $CC supports -Wreturn-type... " >&6; }
1616316851 cacheid=xorg_cv_cc_flag__Wreturn_type
1616416164- if eval \${$cacheid+:} false; then :
1616516165- $as_echo_n "(cached) " >&6
1616616166-else
1685216852+ if eval test \${$cacheid+y}
1685316853+then :
1685416854+ printf %s "(cached) " >&6
1685516855+else $as_nop
1616716856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1616816857/* end confdefs.h. */
1616916858int i;
1617016859int
1617116171-main ()
1686016860+main (void)
1617216861{
16173168621617416863 ;
1617516864 return 0;
1617616865}
1617716866_ACEOF
1617816178-if ac_fn_c_try_link "$LINENO"; then :
1686716867+if ac_fn_c_try_link "$LINENO"
1686816868+then :
1617916869 eval $cacheid=yes
1618016180-else
1687016870+else $as_nop
1618116871 eval $cacheid=no
1618216872fi
1618316183-rm -f core conftest.err conftest.$ac_objext \
1687316873+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1618416874 conftest$ac_exeext conftest.$ac_ext
1618516875fi
1618616876···1618816878 CFLAGS="$xorg_testset_save_CFLAGS"
16189168791619016880 eval supported=\$$cacheid
1619116191- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1619216192-$as_echo "$supported" >&6; }
1688116881+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1688216882+printf "%s\n" "$supported" >&6; }
1619316883 if test "$supported" = "yes" ; then
1619416884 BASE_CFLAGS="$BASE_CFLAGS -Wreturn-type"
1619516885 found="yes"
···16214169041621516905if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1621616906 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1621716217- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1621816218-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1621916219-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1622016220- $as_echo_n "(cached) " >&6
1622116221-else
1690716907+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1690816908+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1690916909+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1691016910+then :
1691116911+ printf %s "(cached) " >&6
1691216912+else $as_nop
1622216913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1622316914/* end confdefs.h. */
1622416915int i;
1622516916_ACEOF
1622616226-if ac_fn_c_try_compile "$LINENO"; then :
1691716917+if ac_fn_c_try_compile "$LINENO"
1691816918+then :
1622716919 xorg_cv_cc_flag_unknown_warning_option=yes
1622816228-else
1692016920+else $as_nop
1622916921 xorg_cv_cc_flag_unknown_warning_option=no
1623016922fi
1623116231-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1692316923+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1623216924fi
1623316233-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1623416234-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1692516925+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1692616926+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1623516927 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1623616928 CFLAGS="$xorg_testset_save_CFLAGS"
1623716929fi
···1624116933 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1624216934 fi
1624316935 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1624416244- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1624516245-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1624616246-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1624716247- $as_echo_n "(cached) " >&6
1624816248-else
1693616936+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1693716937+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1693816938+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1693916939+then :
1694016940+ printf %s "(cached) " >&6
1694116941+else $as_nop
1624916942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1625016943/* end confdefs.h. */
1625116944int i;
1625216945_ACEOF
1625316253-if ac_fn_c_try_compile "$LINENO"; then :
1694616946+if ac_fn_c_try_compile "$LINENO"
1694716947+then :
1625416948 xorg_cv_cc_flag_unused_command_line_argument=yes
1625516255-else
1694916949+else $as_nop
1625616950 xorg_cv_cc_flag_unused_command_line_argument=no
1625716951fi
1625816258-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1695216952+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1625916953fi
1626016260-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1626116261-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1695416954+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1695516955+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1626216956 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1626316957 CFLAGS="$xorg_testset_save_CFLAGS"
1626416958fi
···16276169701627716971 CFLAGS="$CFLAGS -Wtrigraphs"
16278169721627916279- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
1628016280-$as_echo_n "checking if $CC supports -Wtrigraphs... " >&6; }
1697316973+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
1697416974+printf %s "checking if $CC supports -Wtrigraphs... " >&6; }
1628116975 cacheid=xorg_cv_cc_flag__Wtrigraphs
1628216282- if eval \${$cacheid+:} false; then :
1628316283- $as_echo_n "(cached) " >&6
1628416284-else
1697616976+ if eval test \${$cacheid+y}
1697716977+then :
1697816978+ printf %s "(cached) " >&6
1697916979+else $as_nop
1628516980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1628616981/* end confdefs.h. */
1628716982int i;
1628816983int
1628916289-main ()
1698416984+main (void)
1629016985{
16291169861629216987 ;
1629316988 return 0;
1629416989}
1629516990_ACEOF
1629616296-if ac_fn_c_try_link "$LINENO"; then :
1699116991+if ac_fn_c_try_link "$LINENO"
1699216992+then :
1629716993 eval $cacheid=yes
1629816298-else
1699416994+else $as_nop
1629916995 eval $cacheid=no
1630016996fi
1630116301-rm -f core conftest.err conftest.$ac_objext \
1699716997+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1630216998 conftest$ac_exeext conftest.$ac_ext
1630316999fi
1630417000···1630617002 CFLAGS="$xorg_testset_save_CFLAGS"
16307170031630817004 eval supported=\$$cacheid
1630916309- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1631016310-$as_echo "$supported" >&6; }
1700517005+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1700617006+printf "%s\n" "$supported" >&6; }
1631117007 if test "$supported" = "yes" ; then
1631217008 BASE_CFLAGS="$BASE_CFLAGS -Wtrigraphs"
1631317009 found="yes"
···16332170281633317029if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1633417030 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1633516335- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1633616336-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1633716337-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1633816338- $as_echo_n "(cached) " >&6
1633916339-else
1703117031+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1703217032+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1703317033+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1703417034+then :
1703517035+ printf %s "(cached) " >&6
1703617036+else $as_nop
1634017037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1634117038/* end confdefs.h. */
1634217039int i;
1634317040_ACEOF
1634416344-if ac_fn_c_try_compile "$LINENO"; then :
1704117041+if ac_fn_c_try_compile "$LINENO"
1704217042+then :
1634517043 xorg_cv_cc_flag_unknown_warning_option=yes
1634616346-else
1704417044+else $as_nop
1634717045 xorg_cv_cc_flag_unknown_warning_option=no
1634817046fi
1634916349-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1704717047+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1635017048fi
1635116351-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1635216352-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1704917049+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1705017050+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1635317051 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1635417052 CFLAGS="$xorg_testset_save_CFLAGS"
1635517053fi
···1635917057 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1636017058 fi
1636117059 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1636216362- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1636316363-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1636416364-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1636516365- $as_echo_n "(cached) " >&6
1636616366-else
1706017060+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1706117061+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1706217062+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1706317063+then :
1706417064+ printf %s "(cached) " >&6
1706517065+else $as_nop
1636717066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1636817067/* end confdefs.h. */
1636917068int i;
1637017069_ACEOF
1637116371-if ac_fn_c_try_compile "$LINENO"; then :
1707017070+if ac_fn_c_try_compile "$LINENO"
1707117071+then :
1637217072 xorg_cv_cc_flag_unused_command_line_argument=yes
1637316373-else
1707317073+else $as_nop
1637417074 xorg_cv_cc_flag_unused_command_line_argument=no
1637517075fi
1637616376-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1707617076+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1637717077fi
1637816378-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1637916379-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1707817078+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1707917079+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1638017080 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1638117081 CFLAGS="$xorg_testset_save_CFLAGS"
1638217082fi
···16394170941639517095 CFLAGS="$CFLAGS -Warray-bounds"
16396170961639716397- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
1639816398-$as_echo_n "checking if $CC supports -Warray-bounds... " >&6; }
1709717097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
1709817098+printf %s "checking if $CC supports -Warray-bounds... " >&6; }
1639917099 cacheid=xorg_cv_cc_flag__Warray_bounds
1640016400- if eval \${$cacheid+:} false; then :
1640116401- $as_echo_n "(cached) " >&6
1640216402-else
1710017100+ if eval test \${$cacheid+y}
1710117101+then :
1710217102+ printf %s "(cached) " >&6
1710317103+else $as_nop
1640317104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1640417105/* end confdefs.h. */
1640517106int i;
1640617107int
1640716407-main ()
1710817108+main (void)
1640817109{
16409171101641017111 ;
1641117112 return 0;
1641217113}
1641317114_ACEOF
1641416414-if ac_fn_c_try_link "$LINENO"; then :
1711517115+if ac_fn_c_try_link "$LINENO"
1711617116+then :
1641517117 eval $cacheid=yes
1641616416-else
1711817118+else $as_nop
1641717119 eval $cacheid=no
1641817120fi
1641916419-rm -f core conftest.err conftest.$ac_objext \
1712117121+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1642017122 conftest$ac_exeext conftest.$ac_ext
1642117123fi
1642217124···1642417126 CFLAGS="$xorg_testset_save_CFLAGS"
16425171271642617128 eval supported=\$$cacheid
1642716427- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1642816428-$as_echo "$supported" >&6; }
1712917129+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1713017130+printf "%s\n" "$supported" >&6; }
1642917131 if test "$supported" = "yes" ; then
1643017132 BASE_CFLAGS="$BASE_CFLAGS -Warray-bounds"
1643117133 found="yes"
···16450171521645117153if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1645217154 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1645316453- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1645416454-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1645516455-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1645616456- $as_echo_n "(cached) " >&6
1645716457-else
1715517155+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1715617156+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1715717157+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1715817158+then :
1715917159+ printf %s "(cached) " >&6
1716017160+else $as_nop
1645817161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1645917162/* end confdefs.h. */
1646017163int i;
1646117164_ACEOF
1646216462-if ac_fn_c_try_compile "$LINENO"; then :
1716517165+if ac_fn_c_try_compile "$LINENO"
1716617166+then :
1646317167 xorg_cv_cc_flag_unknown_warning_option=yes
1646416464-else
1716817168+else $as_nop
1646517169 xorg_cv_cc_flag_unknown_warning_option=no
1646617170fi
1646716467-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1717117171+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1646817172fi
1646916469-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1647016470-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1717317173+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1717417174+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1647117175 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1647217176 CFLAGS="$xorg_testset_save_CFLAGS"
1647317177fi
···1647717181 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1647817182 fi
1647917183 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1648016480- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1648116481-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1648216482-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1648316483- $as_echo_n "(cached) " >&6
1648416484-else
1718417184+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1718517185+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1718617186+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1718717187+then :
1718817188+ printf %s "(cached) " >&6
1718917189+else $as_nop
1648517190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1648617191/* end confdefs.h. */
1648717192int i;
1648817193_ACEOF
1648916489-if ac_fn_c_try_compile "$LINENO"; then :
1719417194+if ac_fn_c_try_compile "$LINENO"
1719517195+then :
1649017196 xorg_cv_cc_flag_unused_command_line_argument=yes
1649116491-else
1719717197+else $as_nop
1649217198 xorg_cv_cc_flag_unused_command_line_argument=no
1649317199fi
1649416494-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1720017200+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1649517201fi
1649616496-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1649716497-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1720217202+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1720317203+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1649817204 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1649917205 CFLAGS="$xorg_testset_save_CFLAGS"
1650017206fi
···16512172181651317219 CFLAGS="$CFLAGS -Wwrite-strings"
16514172201651516515- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
1651616516-$as_echo_n "checking if $CC supports -Wwrite-strings... " >&6; }
1722117221+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
1722217222+printf %s "checking if $CC supports -Wwrite-strings... " >&6; }
1651717223 cacheid=xorg_cv_cc_flag__Wwrite_strings
1651816518- if eval \${$cacheid+:} false; then :
1651916519- $as_echo_n "(cached) " >&6
1652016520-else
1722417224+ if eval test \${$cacheid+y}
1722517225+then :
1722617226+ printf %s "(cached) " >&6
1722717227+else $as_nop
1652117228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1652217229/* end confdefs.h. */
1652317230int i;
1652417231int
1652516525-main ()
1723217232+main (void)
1652617233{
16527172341652817235 ;
1652917236 return 0;
1653017237}
1653117238_ACEOF
1653216532-if ac_fn_c_try_link "$LINENO"; then :
1723917239+if ac_fn_c_try_link "$LINENO"
1724017240+then :
1653317241 eval $cacheid=yes
1653416534-else
1724217242+else $as_nop
1653517243 eval $cacheid=no
1653617244fi
1653716537-rm -f core conftest.err conftest.$ac_objext \
1724517245+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1653817246 conftest$ac_exeext conftest.$ac_ext
1653917247fi
1654017248···1654217250 CFLAGS="$xorg_testset_save_CFLAGS"
16543172511654417252 eval supported=\$$cacheid
1654516545- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1654616546-$as_echo "$supported" >&6; }
1725317253+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1725417254+printf "%s\n" "$supported" >&6; }
1654717255 if test "$supported" = "yes" ; then
1654817256 BASE_CFLAGS="$BASE_CFLAGS -Wwrite-strings"
1654917257 found="yes"
···16568172761656917277if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1657017278 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1657116571- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1657216572-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1657316573-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1657416574- $as_echo_n "(cached) " >&6
1657516575-else
1727917279+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1728017280+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1728117281+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1728217282+then :
1728317283+ printf %s "(cached) " >&6
1728417284+else $as_nop
1657617285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1657717286/* end confdefs.h. */
1657817287int i;
1657917288_ACEOF
1658016580-if ac_fn_c_try_compile "$LINENO"; then :
1728917289+if ac_fn_c_try_compile "$LINENO"
1729017290+then :
1658117291 xorg_cv_cc_flag_unknown_warning_option=yes
1658216582-else
1729217292+else $as_nop
1658317293 xorg_cv_cc_flag_unknown_warning_option=no
1658417294fi
1658516585-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1729517295+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1658617296fi
1658716587-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1658816588-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1729717297+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1729817298+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1658917299 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1659017300 CFLAGS="$xorg_testset_save_CFLAGS"
1659117301fi
···1659517305 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1659617306 fi
1659717307 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1659816598- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1659916599-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1660016600-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1660116601- $as_echo_n "(cached) " >&6
1660216602-else
1730817308+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1730917309+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1731017310+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1731117311+then :
1731217312+ printf %s "(cached) " >&6
1731317313+else $as_nop
1660317314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1660417315/* end confdefs.h. */
1660517316int i;
1660617317_ACEOF
1660716607-if ac_fn_c_try_compile "$LINENO"; then :
1731817318+if ac_fn_c_try_compile "$LINENO"
1731917319+then :
1660817320 xorg_cv_cc_flag_unused_command_line_argument=yes
1660916609-else
1732117321+else $as_nop
1661017322 xorg_cv_cc_flag_unused_command_line_argument=no
1661117323fi
1661216612-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1732417324+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1661317325fi
1661416614-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1661516615-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1732617326+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1732717327+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1661617328 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1661717329 CFLAGS="$xorg_testset_save_CFLAGS"
1661817330fi
···16630173421663117343 CFLAGS="$CFLAGS -Waddress"
16632173441663316633- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
1663416634-$as_echo_n "checking if $CC supports -Waddress... " >&6; }
1734517345+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
1734617346+printf %s "checking if $CC supports -Waddress... " >&6; }
1663517347 cacheid=xorg_cv_cc_flag__Waddress
1663616636- if eval \${$cacheid+:} false; then :
1663716637- $as_echo_n "(cached) " >&6
1663816638-else
1734817348+ if eval test \${$cacheid+y}
1734917349+then :
1735017350+ printf %s "(cached) " >&6
1735117351+else $as_nop
1663917352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1664017353/* end confdefs.h. */
1664117354int i;
1664217355int
1664316643-main ()
1735617356+main (void)
1664417357{
16645173581664617359 ;
1664717360 return 0;
1664817361}
1664917362_ACEOF
1665016650-if ac_fn_c_try_link "$LINENO"; then :
1736317363+if ac_fn_c_try_link "$LINENO"
1736417364+then :
1665117365 eval $cacheid=yes
1665216652-else
1736617366+else $as_nop
1665317367 eval $cacheid=no
1665417368fi
1665516655-rm -f core conftest.err conftest.$ac_objext \
1736917369+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1665617370 conftest$ac_exeext conftest.$ac_ext
1665717371fi
1665817372···1666017374 CFLAGS="$xorg_testset_save_CFLAGS"
16661173751666217376 eval supported=\$$cacheid
1666316663- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1666416664-$as_echo "$supported" >&6; }
1737717377+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1737817378+printf "%s\n" "$supported" >&6; }
1666517379 if test "$supported" = "yes" ; then
1666617380 BASE_CFLAGS="$BASE_CFLAGS -Waddress"
1666717381 found="yes"
···16686174001668717401if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1668817402 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1668916689- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1669016690-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1669116691-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1669216692- $as_echo_n "(cached) " >&6
1669316693-else
1740317403+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1740417404+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1740517405+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1740617406+then :
1740717407+ printf %s "(cached) " >&6
1740817408+else $as_nop
1669417409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1669517410/* end confdefs.h. */
1669617411int i;
1669717412_ACEOF
1669816698-if ac_fn_c_try_compile "$LINENO"; then :
1741317413+if ac_fn_c_try_compile "$LINENO"
1741417414+then :
1669917415 xorg_cv_cc_flag_unknown_warning_option=yes
1670016700-else
1741617416+else $as_nop
1670117417 xorg_cv_cc_flag_unknown_warning_option=no
1670217418fi
1670316703-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1741917419+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1670417420fi
1670516705-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1670616706-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1742117421+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1742217422+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1670717423 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1670817424 CFLAGS="$xorg_testset_save_CFLAGS"
1670917425fi
···1671317429 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1671417430 fi
1671517431 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1671616716- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1671716717-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1671816718-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1671916719- $as_echo_n "(cached) " >&6
1672016720-else
1743217432+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1743317433+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1743417434+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1743517435+then :
1743617436+ printf %s "(cached) " >&6
1743717437+else $as_nop
1672117438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1672217439/* end confdefs.h. */
1672317440int i;
1672417441_ACEOF
1672516725-if ac_fn_c_try_compile "$LINENO"; then :
1744217442+if ac_fn_c_try_compile "$LINENO"
1744317443+then :
1672617444 xorg_cv_cc_flag_unused_command_line_argument=yes
1672716727-else
1744517445+else $as_nop
1672817446 xorg_cv_cc_flag_unused_command_line_argument=no
1672917447fi
1673016730-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1744817448+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1673117449fi
1673216732-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1673316733-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1745017450+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1745117451+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1673417452 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1673517453 CFLAGS="$xorg_testset_save_CFLAGS"
1673617454fi
···16748174661674917467 CFLAGS="$CFLAGS -Wint-to-pointer-cast"
16750174681675116751- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
1675216752-$as_echo_n "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
1746917469+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
1747017470+printf %s "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
1675317471 cacheid=xorg_cv_cc_flag__Wint_to_pointer_cast
1675416754- if eval \${$cacheid+:} false; then :
1675516755- $as_echo_n "(cached) " >&6
1675616756-else
1747217472+ if eval test \${$cacheid+y}
1747317473+then :
1747417474+ printf %s "(cached) " >&6
1747517475+else $as_nop
1675717476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1675817477/* end confdefs.h. */
1675917478int i;
1676017479int
1676116761-main ()
1748017480+main (void)
1676217481{
16763174821676417483 ;
1676517484 return 0;
1676617485}
1676717486_ACEOF
1676816768-if ac_fn_c_try_link "$LINENO"; then :
1748717487+if ac_fn_c_try_link "$LINENO"
1748817488+then :
1676917489 eval $cacheid=yes
1677016770-else
1749017490+else $as_nop
1677117491 eval $cacheid=no
1677217492fi
1677316773-rm -f core conftest.err conftest.$ac_objext \
1749317493+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1677417494 conftest$ac_exeext conftest.$ac_ext
1677517495fi
1677617496···1677817498 CFLAGS="$xorg_testset_save_CFLAGS"
16779174991678017500 eval supported=\$$cacheid
1678116781- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1678216782-$as_echo "$supported" >&6; }
1750117501+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1750217502+printf "%s\n" "$supported" >&6; }
1678317503 if test "$supported" = "yes" ; then
1678417504 BASE_CFLAGS="$BASE_CFLAGS -Wint-to-pointer-cast"
1678517505 found="yes"
···16804175241680517525if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1680617526 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1680716807- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1680816808-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1680916809-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1681016810- $as_echo_n "(cached) " >&6
1681116811-else
1752717527+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1752817528+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1752917529+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1753017530+then :
1753117531+ printf %s "(cached) " >&6
1753217532+else $as_nop
1681217533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1681317534/* end confdefs.h. */
1681417535int i;
1681517536_ACEOF
1681616816-if ac_fn_c_try_compile "$LINENO"; then :
1753717537+if ac_fn_c_try_compile "$LINENO"
1753817538+then :
1681717539 xorg_cv_cc_flag_unknown_warning_option=yes
1681816818-else
1754017540+else $as_nop
1681917541 xorg_cv_cc_flag_unknown_warning_option=no
1682017542fi
1682116821-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1754317543+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1682217544fi
1682316823-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1682416824-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1754517545+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1754617546+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1682517547 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1682617548 CFLAGS="$xorg_testset_save_CFLAGS"
1682717549fi
···1683117553 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1683217554 fi
1683317555 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1683416834- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1683516835-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1683616836-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1683716837- $as_echo_n "(cached) " >&6
1683816838-else
1755617556+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1755717557+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1755817558+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1755917559+then :
1756017560+ printf %s "(cached) " >&6
1756117561+else $as_nop
1683917562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1684017563/* end confdefs.h. */
1684117564int i;
1684217565_ACEOF
1684316843-if ac_fn_c_try_compile "$LINENO"; then :
1756617566+if ac_fn_c_try_compile "$LINENO"
1756717567+then :
1684417568 xorg_cv_cc_flag_unused_command_line_argument=yes
1684516845-else
1756917569+else $as_nop
1684617570 xorg_cv_cc_flag_unused_command_line_argument=no
1684717571fi
1684816848-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1757217572+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1684917573fi
1685016850-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1685116851-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1757417574+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1757517575+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1685217576 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1685317577 CFLAGS="$xorg_testset_save_CFLAGS"
1685417578fi
···16866175901686717591 CFLAGS="$CFLAGS -Wpointer-to-int-cast"
16868175921686916869- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
1687016870-$as_echo_n "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
1759317593+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
1759417594+printf %s "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
1687117595 cacheid=xorg_cv_cc_flag__Wpointer_to_int_cast
1687216872- if eval \${$cacheid+:} false; then :
1687316873- $as_echo_n "(cached) " >&6
1687416874-else
1759617596+ if eval test \${$cacheid+y}
1759717597+then :
1759817598+ printf %s "(cached) " >&6
1759917599+else $as_nop
1687517600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1687617601/* end confdefs.h. */
1687717602int i;
1687817603int
1687916879-main ()
1760417604+main (void)
1688017605{
16881176061688217607 ;
1688317608 return 0;
1688417609}
1688517610_ACEOF
1688616886-if ac_fn_c_try_link "$LINENO"; then :
1761117611+if ac_fn_c_try_link "$LINENO"
1761217612+then :
1688717613 eval $cacheid=yes
1688816888-else
1761417614+else $as_nop
1688917615 eval $cacheid=no
1689017616fi
1689116891-rm -f core conftest.err conftest.$ac_objext \
1761717617+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1689217618 conftest$ac_exeext conftest.$ac_ext
1689317619fi
1689417620···1689617622 CFLAGS="$xorg_testset_save_CFLAGS"
16897176231689817624 eval supported=\$$cacheid
1689916899- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1690016900-$as_echo "$supported" >&6; }
1762517625+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1762617626+printf "%s\n" "$supported" >&6; }
1690117627 if test "$supported" = "yes" ; then
1690217628 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-to-int-cast"
1690317629 found="yes"
···169261765216927176531692817654# Check whether --enable-strict-compilation was given.
1692916929-if test "${enable_strict_compilation+set}" = set; then :
1765517655+if test ${enable_strict_compilation+y}
1765617656+then :
1693017657 enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
1693116931-else
1765817658+else $as_nop
1693217659 STRICT_COMPILE=no
1693317660fi
1693417661···16955176821695617683if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1695717684 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1695816958- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1695916959-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1696016960-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1696116961- $as_echo_n "(cached) " >&6
1696216962-else
1768517685+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1768617686+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1768717687+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1768817688+then :
1768917689+ printf %s "(cached) " >&6
1769017690+else $as_nop
1696317691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1696417692/* end confdefs.h. */
1696517693int i;
1696617694_ACEOF
1696716967-if ac_fn_c_try_compile "$LINENO"; then :
1769517695+if ac_fn_c_try_compile "$LINENO"
1769617696+then :
1696817697 xorg_cv_cc_flag_unknown_warning_option=yes
1696916969-else
1769817698+else $as_nop
1697017699 xorg_cv_cc_flag_unknown_warning_option=no
1697117700fi
1697216972-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1770117701+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1697317702fi
1697416974-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1697516975-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1770317703+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1770417704+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1697617705 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1697717706 CFLAGS="$xorg_testset_save_CFLAGS"
1697817707fi
···1698217711 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1698317712 fi
1698417713 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1698516985- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1698616986-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1698716987-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1698816988- $as_echo_n "(cached) " >&6
1698916989-else
1771417714+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1771517715+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1771617716+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1771717717+then :
1771817718+ printf %s "(cached) " >&6
1771917719+else $as_nop
1699017720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1699117721/* end confdefs.h. */
1699217722int i;
1699317723_ACEOF
1699416994-if ac_fn_c_try_compile "$LINENO"; then :
1772417724+if ac_fn_c_try_compile "$LINENO"
1772517725+then :
1699517726 xorg_cv_cc_flag_unused_command_line_argument=yes
1699616996-else
1772717727+else $as_nop
1699717728 xorg_cv_cc_flag_unused_command_line_argument=no
1699817729fi
1699916999-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1773017730+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1700017731fi
1700117001-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1700217002-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1773217732+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1773317733+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1700317734 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1700417735 CFLAGS="$xorg_testset_save_CFLAGS"
1700517736fi
···17017177481701817749 CFLAGS="$CFLAGS -pedantic"
17019177501702017020- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
1702117021-$as_echo_n "checking if $CC supports -pedantic... " >&6; }
1775117751+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
1775217752+printf %s "checking if $CC supports -pedantic... " >&6; }
1702217753 cacheid=xorg_cv_cc_flag__pedantic
1702317023- if eval \${$cacheid+:} false; then :
1702417024- $as_echo_n "(cached) " >&6
1702517025-else
1775417754+ if eval test \${$cacheid+y}
1775517755+then :
1775617756+ printf %s "(cached) " >&6
1775717757+else $as_nop
1702617758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1702717759/* end confdefs.h. */
1702817760int i;
1702917761int
1703017030-main ()
1776217762+main (void)
1703117763{
17032177641703317765 ;
1703417766 return 0;
1703517767}
1703617768_ACEOF
1703717037-if ac_fn_c_try_link "$LINENO"; then :
1776917769+if ac_fn_c_try_link "$LINENO"
1777017770+then :
1703817771 eval $cacheid=yes
1703917039-else
1777217772+else $as_nop
1704017773 eval $cacheid=no
1704117774fi
1704217042-rm -f core conftest.err conftest.$ac_objext \
1777517775+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1704317776 conftest$ac_exeext conftest.$ac_ext
1704417777fi
1704517778···1704717780 CFLAGS="$xorg_testset_save_CFLAGS"
17048177811704917782 eval supported=\$$cacheid
1705017050- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1705117051-$as_echo "$supported" >&6; }
1778317783+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1778417784+printf "%s\n" "$supported" >&6; }
1705217785 if test "$supported" = "yes" ; then
1705317786 STRICT_CFLAGS="$STRICT_CFLAGS -pedantic"
1705417787 found="yes"
···17073178061707417807if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1707517808 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1707617076- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1707717077-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1707817078-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1707917079- $as_echo_n "(cached) " >&6
1708017080-else
1780917809+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1781017810+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1781117811+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1781217812+then :
1781317813+ printf %s "(cached) " >&6
1781417814+else $as_nop
1708117815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1708217816/* end confdefs.h. */
1708317817int i;
1708417818_ACEOF
1708517085-if ac_fn_c_try_compile "$LINENO"; then :
1781917819+if ac_fn_c_try_compile "$LINENO"
1782017820+then :
1708617821 xorg_cv_cc_flag_unknown_warning_option=yes
1708717087-else
1782217822+else $as_nop
1708817823 xorg_cv_cc_flag_unknown_warning_option=no
1708917824fi
1709017090-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1782517825+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1709117826fi
1709217092-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1709317093-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1782717827+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1782817828+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1709417829 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1709517830 CFLAGS="$xorg_testset_save_CFLAGS"
1709617831fi
···1710017835 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1710117836 fi
1710217837 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1710317103- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1710417104-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1710517105-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1710617106- $as_echo_n "(cached) " >&6
1710717107-else
1783817838+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1783917839+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1784017840+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1784117841+then :
1784217842+ printf %s "(cached) " >&6
1784317843+else $as_nop
1710817844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1710917845/* end confdefs.h. */
1711017846int i;
1711117847_ACEOF
1711217112-if ac_fn_c_try_compile "$LINENO"; then :
1784817848+if ac_fn_c_try_compile "$LINENO"
1784917849+then :
1711317850 xorg_cv_cc_flag_unused_command_line_argument=yes
1711417114-else
1785117851+else $as_nop
1711517852 xorg_cv_cc_flag_unused_command_line_argument=no
1711617853fi
1711717117-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1785417854+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1711817855fi
1711917119-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1712017120-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1785617856+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1785717857+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1712117858 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1712217859 CFLAGS="$xorg_testset_save_CFLAGS"
1712317860fi
···17135178721713617873 CFLAGS="$CFLAGS -Werror"
17137178741713817138- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1713917139-$as_echo_n "checking if $CC supports -Werror... " >&6; }
1787517875+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1787617876+printf %s "checking if $CC supports -Werror... " >&6; }
1714017877 cacheid=xorg_cv_cc_flag__Werror
1714117141- if eval \${$cacheid+:} false; then :
1714217142- $as_echo_n "(cached) " >&6
1714317143-else
1787817878+ if eval test \${$cacheid+y}
1787917879+then :
1788017880+ printf %s "(cached) " >&6
1788117881+else $as_nop
1714417882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1714517883/* end confdefs.h. */
1714617884int i;
1714717885int
1714817148-main ()
1788617886+main (void)
1714917887{
17150178881715117889 ;
1715217890 return 0;
1715317891}
1715417892_ACEOF
1715517155-if ac_fn_c_try_link "$LINENO"; then :
1789317893+if ac_fn_c_try_link "$LINENO"
1789417894+then :
1715617895 eval $cacheid=yes
1715717157-else
1789617896+else $as_nop
1715817897 eval $cacheid=no
1715917898fi
1716017160-rm -f core conftest.err conftest.$ac_objext \
1789917899+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1716117900 conftest$ac_exeext conftest.$ac_ext
1716217901fi
1716317902···1716517904 CFLAGS="$xorg_testset_save_CFLAGS"
17166179051716717906 eval supported=\$$cacheid
1716817168- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1716917169-$as_echo "$supported" >&6; }
1790717907+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1790817908+printf "%s\n" "$supported" >&6; }
1717017909 if test "$supported" = "yes" ; then
1717117910 STRICT_CFLAGS="$STRICT_CFLAGS -Werror"
1717217911 found="yes"
···17184179231718517924 CFLAGS="$CFLAGS -errwarn"
17186179251718717187- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1718817188-$as_echo_n "checking if $CC supports -errwarn... " >&6; }
1792617926+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1792717927+printf %s "checking if $CC supports -errwarn... " >&6; }
1718917928 cacheid=xorg_cv_cc_flag__errwarn
1719017190- if eval \${$cacheid+:} false; then :
1719117191- $as_echo_n "(cached) " >&6
1719217192-else
1792917929+ if eval test \${$cacheid+y}
1793017930+then :
1793117931+ printf %s "(cached) " >&6
1793217932+else $as_nop
1719317933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1719417934/* end confdefs.h. */
1719517935int i;
1719617936int
1719717197-main ()
1793717937+main (void)
1719817938{
17199179391720017940 ;
1720117941 return 0;
1720217942}
1720317943_ACEOF
1720417204-if ac_fn_c_try_link "$LINENO"; then :
1794417944+if ac_fn_c_try_link "$LINENO"
1794517945+then :
1720517946 eval $cacheid=yes
1720617206-else
1794717947+else $as_nop
1720717948 eval $cacheid=no
1720817949fi
1720917209-rm -f core conftest.err conftest.$ac_objext \
1795017950+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1721017951 conftest$ac_exeext conftest.$ac_ext
1721117952fi
1721217953···1721417955 CFLAGS="$xorg_testset_save_CFLAGS"
17215179561721617957 eval supported=\$$cacheid
1721717217- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1721817218-$as_echo "$supported" >&6; }
1795817958+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1795917959+printf "%s\n" "$supported" >&6; }
1721917960 if test "$supported" = "yes" ; then
1722017961 STRICT_CFLAGS="$STRICT_CFLAGS -errwarn"
1722117962 found="yes"
···17243179841724417985if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1724517986 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1724617246- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1724717247-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1724817248-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1724917249- $as_echo_n "(cached) " >&6
1725017250-else
1798717987+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1798817988+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1798917989+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1799017990+then :
1799117991+ printf %s "(cached) " >&6
1799217992+else $as_nop
1725117993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1725217994/* end confdefs.h. */
1725317995int i;
1725417996_ACEOF
1725517255-if ac_fn_c_try_compile "$LINENO"; then :
1799717997+if ac_fn_c_try_compile "$LINENO"
1799817998+then :
1725617999 xorg_cv_cc_flag_unknown_warning_option=yes
1725717257-else
1800018000+else $as_nop
1725818001 xorg_cv_cc_flag_unknown_warning_option=no
1725918002fi
1726017260-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1800318003+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1726118004fi
1726217262-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1726317263-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1800518005+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1800618006+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1726418007 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1726518008 CFLAGS="$xorg_testset_save_CFLAGS"
1726618009fi
···1727018013 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1727118014 fi
1727218015 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1727317273- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1727417274-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1727517275-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1727617276- $as_echo_n "(cached) " >&6
1727717277-else
1801618016+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1801718017+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1801818018+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1801918019+then :
1802018020+ printf %s "(cached) " >&6
1802118021+else $as_nop
1727818022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1727918023/* end confdefs.h. */
1728018024int i;
1728118025_ACEOF
1728217282-if ac_fn_c_try_compile "$LINENO"; then :
1802618026+if ac_fn_c_try_compile "$LINENO"
1802718027+then :
1728318028 xorg_cv_cc_flag_unused_command_line_argument=yes
1728417284-else
1802918029+else $as_nop
1728518030 xorg_cv_cc_flag_unused_command_line_argument=no
1728618031fi
1728717287-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1803218032+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1728818033fi
1728917289-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1729017290-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1803418034+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1803518035+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1729118036 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1729218037 CFLAGS="$xorg_testset_save_CFLAGS"
1729318038fi
···17305180501730618051 CFLAGS="$CFLAGS -Werror=attributes"
17307180521730817308- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1730917309-$as_echo_n "checking if $CC supports -Werror=attributes... " >&6; }
1805318053+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1805418054+printf %s "checking if $CC supports -Werror=attributes... " >&6; }
1731018055 cacheid=xorg_cv_cc_flag__Werror_attributes
1731117311- if eval \${$cacheid+:} false; then :
1731217312- $as_echo_n "(cached) " >&6
1731317313-else
1805618056+ if eval test \${$cacheid+y}
1805718057+then :
1805818058+ printf %s "(cached) " >&6
1805918059+else $as_nop
1731418060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1731518061/* end confdefs.h. */
1731618062int i;
1731718063int
1731817318-main ()
1806418064+main (void)
1731918065{
17320180661732118067 ;
1732218068 return 0;
1732318069}
1732418070_ACEOF
1732517325-if ac_fn_c_try_link "$LINENO"; then :
1807118071+if ac_fn_c_try_link "$LINENO"
1807218072+then :
1732618073 eval $cacheid=yes
1732717327-else
1807418074+else $as_nop
1732818075 eval $cacheid=no
1732918076fi
1733017330-rm -f core conftest.err conftest.$ac_objext \
1807718077+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1733118078 conftest$ac_exeext conftest.$ac_ext
1733218079fi
1733318080···1733518082 CFLAGS="$xorg_testset_save_CFLAGS"
17336180831733718084 eval supported=\$$cacheid
1733817338- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1733917339-$as_echo "$supported" >&6; }
1808518085+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1808618086+printf "%s\n" "$supported" >&6; }
1734018087 if test "$supported" = "yes" ; then
1734118088 STRICT_CFLAGS="$STRICT_CFLAGS -Werror=attributes"
1734218089 found="yes"
···1735518102173561810317357181041810518105+1810618106+1735818107cat >>confdefs.h <<_ACEOF
1735918108#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
1736018109_ACEOF
···1736418113 PVM="0"
1736518114 fi
17366181151736717367-cat >>confdefs.h <<_ACEOF
1736817368-#define PACKAGE_VERSION_MINOR $PVM
1736917369-_ACEOF
1811618116+printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
17370181171737118118 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
1737218119 if test "x$PVP" = "x"; then
1737318120 PVP="0"
1737418121 fi
17375181221737617376-cat >>confdefs.h <<_ACEOF
1737717377-#define PACKAGE_VERSION_PATCHLEVEL $PVP
1737817378-_ACEOF
1812318123+printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
173791812417380181251738118126···1740518150 # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
1740618151 # check for a man page file found in later versions that use
1740718152 # traditional section numbers instead
1740817408- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1740917409-$as_echo_n "checking for /usr/share/man/man7/attributes.7... " >&6; }
1741017410-if ${ac_cv_file__usr_share_man_man7_attributes_7+:} false; then :
1741117411- $as_echo_n "(cached) " >&6
1741217412-else
1815318153+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1815418154+printf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
1815518155+if test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
1815618156+then :
1815718157+ printf %s "(cached) " >&6
1815818158+else $as_nop
1741318159 test "$cross_compiling" = yes &&
1741418160 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
1741518161if test -r "/usr/share/man/man7/attributes.7"; then
···1741818164 ac_cv_file__usr_share_man_man7_attributes_7=no
1741918165fi
1742018166fi
1742117421-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1742217422-$as_echo "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1742317423-if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes; then :
1816718167+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1816818168+printf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1816918169+if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
1817018170+then :
1742418171 SYSV_MAN_SECTIONS=false
1742517425-else
1817218172+else $as_nop
1742618173 SYSV_MAN_SECTIONS=true
1742718174fi
1742818175···175171826417518182651751918266# Check whether --enable-silent-rules was given.
1752017520-if test "${enable_silent_rules+set}" = set; then :
1826718267+if test ${enable_silent_rules+y}
1826818268+then :
1752118269 enableval=$enable_silent_rules;
1752218270fi
1752318271···1752718275 *) AM_DEFAULT_VERBOSITY=0;;
1752818276esac
1752918277am_make=${MAKE-make}
1753017530-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1753117531-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
1753217532-if ${am_cv_make_support_nested_variables+:} false; then :
1753317533- $as_echo_n "(cached) " >&6
1753417534-else
1753517535- if $as_echo 'TRUE=$(BAR$(V))
1827818278+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1827918279+printf %s "checking whether $am_make supports nested variables... " >&6; }
1828018280+if test ${am_cv_make_support_nested_variables+y}
1828118281+then :
1828218282+ printf %s "(cached) " >&6
1828318283+else $as_nop
1828418284+ if printf "%s\n" 'TRUE=$(BAR$(V))
1753618285BAR0=false
1753718286BAR1=true
1753818287V=1
···1754418293 am_cv_make_support_nested_variables=no
1754518294fi
1754618295fi
1754717547-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1754817548-$as_echo "$am_cv_make_support_nested_variables" >&6; }
1829618296+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1829718297+printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
1754918298if test $am_cv_make_support_nested_variables = yes; then
1755018299 AM_V='$(V)'
1755118300 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
···1755718306175581830717559183081830918309+1756018310# Check damageext configuration, strip extra digits from package version to
1756118311# find the required protocol version
1756218312DAMAGEEXT_VERSION=`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
175631831317564183141756517565-# Obtain compiler/linker options for depedencies
1831518315+# Obtain compiler/linker options for dependencies
17566183161756718317pkg_failed=no
1756817568-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XDAMAGE" >&5
1756917569-$as_echo_n "checking for XDAMAGE... " >&6; }
1831818318+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22" >&5
1831918319+printf %s "checking for damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22... " >&6; }
17570183201757118321if test -n "$XDAMAGE_CFLAGS"; then
1757218322 pkg_cv_XDAMAGE_CFLAGS="$XDAMAGE_CFLAGS"
1757318323 elif test -n "$PKG_CONFIG"; then
1757418324 if test -n "$PKG_CONFIG" && \
1757517575- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"damageproto >= \$DAMAGEEXT_VERSION xfixes fixesproto xextproto x11\""; } >&5
1757617576- ($PKG_CONFIG --exists --print-errors "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11") 2>&5
1832518325+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"damageproto >= \$DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22\""; } >&5
1832618326+ ($PKG_CONFIG --exists --print-errors "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22") 2>&5
1757718327 ac_status=$?
1757817578- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1832818328+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1757918329 test $ac_status = 0; }; then
1758017580- pkg_cv_XDAMAGE_CFLAGS=`$PKG_CONFIG --cflags "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11" 2>/dev/null`
1833018330+ pkg_cv_XDAMAGE_CFLAGS=`$PKG_CONFIG --cflags "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22" 2>/dev/null`
1758118331 test "x$?" != "x0" && pkg_failed=yes
1758218332else
1758318333 pkg_failed=yes
···1758918339 pkg_cv_XDAMAGE_LIBS="$XDAMAGE_LIBS"
1759018340 elif test -n "$PKG_CONFIG"; then
1759118341 if test -n "$PKG_CONFIG" && \
1759217592- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"damageproto >= \$DAMAGEEXT_VERSION xfixes fixesproto xextproto x11\""; } >&5
1759317593- ($PKG_CONFIG --exists --print-errors "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11") 2>&5
1834218342+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"damageproto >= \$DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22\""; } >&5
1834318343+ ($PKG_CONFIG --exists --print-errors "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22") 2>&5
1759418344 ac_status=$?
1759517595- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1834518345+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1759618346 test $ac_status = 0; }; then
1759717597- pkg_cv_XDAMAGE_LIBS=`$PKG_CONFIG --libs "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11" 2>/dev/null`
1834718347+ pkg_cv_XDAMAGE_LIBS=`$PKG_CONFIG --libs "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22" 2>/dev/null`
1759818348 test "x$?" != "x0" && pkg_failed=yes
1759918349else
1760018350 pkg_failed=yes
···176061835617607183571760818358if test $pkg_failed = yes; then
1760917609- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1761017610-$as_echo "no" >&6; }
1835918359+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1836018360+printf "%s\n" "no" >&6; }
17611183611761218362if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1761318363 _pkg_short_errors_supported=yes
···1761518365 _pkg_short_errors_supported=no
1761618366fi
1761718367 if test $_pkg_short_errors_supported = yes; then
1761817618- XDAMAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11" 2>&1`
1836818368+ XDAMAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22" 2>&1`
1761918369 else
1762017620- XDAMAGE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11" 2>&1`
1837018370+ XDAMAGE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22" 2>&1`
1762118371 fi
1762218372 # Put the nasty error message in config.log where it belongs
1762318373 echo "$XDAMAGE_PKG_ERRORS" >&5
17624183741762517625- as_fn_error $? "Package requirements (damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11) were not met:
1837518375+ as_fn_error $? "Package requirements (damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22) were not met:
17626183761762718377$XDAMAGE_PKG_ERRORS
1762818378···1763318383and XDAMAGE_LIBS to avoid the need to call pkg-config.
1763418384See the pkg-config man page for more details." "$LINENO" 5
1763518385elif test $pkg_failed = untried; then
1763617636- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1763717637-$as_echo "no" >&6; }
1763817638- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1763917639-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1838618386+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1838718387+printf "%s\n" "no" >&6; }
1838818388+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1838918389+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1764018390as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1764118391is in your PATH or set the PKG_CONFIG environment variable to the full
1764218392path to pkg-config.
···1765018400else
1765118401 XDAMAGE_CFLAGS=$pkg_cv_XDAMAGE_CFLAGS
1765218402 XDAMAGE_LIBS=$pkg_cv_XDAMAGE_LIBS
1765317653- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1765417654-$as_echo "yes" >&6; }
1840318403+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1840418404+printf "%s\n" "yes" >&6; }
17655184051765618406fi
1765718407···1768418434 case $ac_val in #(
1768518435 *${as_nl}*)
1768618436 case $ac_var in #(
1768717687- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1768817688-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1843718437+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1843818438+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768918439 esac
1769018440 case $ac_var in #(
1769118441 _ | IFS | as_nl) ;; #(
···1771518465 /^ac_cv_env_/b end
1771618466 t clear
1771718467 :clear
1771817718- s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1846818468+ s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
1771918469 t end
1772018470 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1772118471 :end' >>confcache
1772218472if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1772318473 if test -w "$cache_file"; then
1772418474 if test "x$cache_file" != "x/dev/null"; then
1772517725- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1772617726-$as_echo "$as_me: updating cache $cache_file" >&6;}
1847518475+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1847618476+printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
1772718477 if test ! -f "$cache_file" || test -h "$cache_file"; then
1772818478 cat confcache >"$cache_file"
1772918479 else
···1773718487 fi
1773818488 fi
1773918489 else
1774017740- { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1774117741-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1849018490+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1849118491+printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
1774218492 fi
1774318493fi
1774418494rm -f confcache
···1775518505for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1775618506 # 1. Remove the extension, and $U if already installed.
1775718507 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1775817758- ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1850818508+ ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
1775918509 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1776018510 # will be set to the directory where LIBOBJS objects are built.
1776118511 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
···1776618516LTLIBOBJS=$ac_ltlibobjs
177671851717768185181776917769-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1777017770-$as_echo_n "checking that generated files are newer than configure... " >&6; }
1851918519+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1852018520+printf %s "checking that generated files are newer than configure... " >&6; }
1777118521 if test -n "$am_sleep_pid"; then
1777218522 # Hide warnings about reused PIDs.
1777318523 wait $am_sleep_pid 2>/dev/null
1777418524 fi
1777517775- { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
1777617776-$as_echo "done" >&6; }
1852518525+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
1852618526+printf "%s\n" "done" >&6; }
1777718527 if test -n "$EXEEXT"; then
1777818528 am__EXEEXT_TRUE=
1777918529 am__EXEEXT_FALSE='#'
···1779918549ac_write_fail=0
1780018550ac_clean_files_save=$ac_clean_files
1780118551ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1780217802-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1780317803-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1855218552+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1855318553+printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
1780418554as_write_fail=0
1780518555cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1780618556#! $SHELL
···17823185731782418574# Be more Bourne compatible
1782518575DUALCASE=1; export DUALCASE # for MKS sh
1782617826-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1857618576+as_nop=:
1857718577+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
1857818578+then :
1782718579 emulate sh
1782818580 NULLCMD=:
1782918581 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1783018582 # is contrary to our usage. Disable this feature.
1783118583 alias -g '${1+"$@"}'='"$@"'
1783218584 setopt NO_GLOB_SUBST
1783317833-else
1858518585+else $as_nop
1783418586 case `(set -o) 2>/dev/null` in #(
1783518587 *posix*) :
1783618588 set -o posix ;; #(
···1784018592fi
178411859317842185941859518595+1859618596+# Reset variables that may have inherited troublesome values from
1859718597+# the environment.
1859818598+1859918599+# IFS needs to be set, to space, tab, and newline, in precisely that order.
1860018600+# (If _AS_PATH_WALK were called with IFS unset, it would have the
1860118601+# side effect of setting IFS to empty, thus disabling word splitting.)
1860218602+# Quoting is to prevent editors from complaining about space-tab.
1784318603as_nl='
1784418604'
1784518605export as_nl
1784617846-# Printing a long string crashes Solaris 7 /usr/bin/printf.
1784717847-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1784817848-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1784917849-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1785017850-# Prefer a ksh shell builtin over an external printf program on Solaris,
1785117851-# but without wasting forks for bash or zsh.
1785217852-if test -z "$BASH_VERSION$ZSH_VERSION" \
1785317853- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1785417854- as_echo='print -r --'
1785517855- as_echo_n='print -rn --'
1785617856-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1785717857- as_echo='printf %s\n'
1785817858- as_echo_n='printf %s'
1785917859-else
1786017860- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1786117861- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1786217862- as_echo_n='/usr/ucb/echo -n'
1786317863- else
1786417864- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1786517865- as_echo_n_body='eval
1786617866- arg=$1;
1786717867- case $arg in #(
1786817868- *"$as_nl"*)
1786917869- expr "X$arg" : "X\\(.*\\)$as_nl";
1787017870- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1787117871- esac;
1787217872- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1787317873- '
1787417874- export as_echo_n_body
1787517875- as_echo_n='sh -c $as_echo_n_body as_echo'
1787617876- fi
1787717877- export as_echo_body
1787817878- as_echo='sh -c $as_echo_body as_echo'
1787917879-fi
1860618606+IFS=" "" $as_nl"
1860718607+1860818608+PS1='$ '
1860918609+PS2='> '
1861018610+PS4='+ '
1861118611+1861218612+# Ensure predictable behavior from utilities with locale-dependent output.
1861318613+LC_ALL=C
1861418614+export LC_ALL
1861518615+LANGUAGE=C
1861618616+export LANGUAGE
1861718617+1861818618+# We cannot yet rely on "unset" to work, but we need these variables
1861918619+# to be unset--not just set to an empty or harmless value--now, to
1862018620+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
1862118621+# also avoids known problems related to "unset" and subshell syntax
1862218622+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
1862318623+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
1862418624+do eval test \${$as_var+y} \
1862518625+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1862618626+done
1862718627+1862818628+# Ensure that fds 0, 1, and 2 are open.
1862918629+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
1863018630+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
1863118631+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
17880186321788118633# The user is always right.
1788217882-if test "${PATH_SEPARATOR+set}" != set; then
1863418634+if ${PATH_SEPARATOR+false} :; then
1788318635 PATH_SEPARATOR=:
1788418636 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1788518637 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···1788818640fi
178891864117890186421789117891-# IFS
1789217892-# We need space, tab and new line, in precisely that order. Quoting is
1789317893-# there to prevent editors from complaining about space-tab.
1789417894-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1789517895-# splitting by setting IFS to empty value.)
1789617896-IFS=" "" $as_nl"
1789717897-1789818643# Find who we are. Look in the path if we contain no directory separator.
1789918644as_myself=
1790018645case $0 in #((
···1790318648for as_dir in $PATH
1790418649do
1790518650 IFS=$as_save_IFS
1790617906- test -z "$as_dir" && as_dir=.
1790717907- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1865118651+ case $as_dir in #(((
1865218652+ '') as_dir=./ ;;
1865318653+ */) ;;
1865418654+ *) as_dir=$as_dir/ ;;
1865518655+ esac
1865618656+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
1790818657 done
1790918658IFS=$as_save_IFS
1791018659···1791618665 as_myself=$0
1791718666fi
1791818667if test ! -f "$as_myself"; then
1791917919- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1866818668+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1792018669 exit 1
1792118670fi
17922186711792317923-# Unset variables that we do not need and which cause bugs (e.g. in
1792417924-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
1792517925-# suppresses any "Segmentation fault" message there. '((' could
1792617926-# trigger a bug in pdksh 5.2.14.
1792717927-for as_var in BASH_ENV ENV MAIL MAILPATH
1792817928-do eval test x\${$as_var+set} = xset \
1792917929- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1793017930-done
1793117931-PS1='$ '
1793217932-PS2='> '
1793317933-PS4='+ '
1793417934-1793517935-# NLS nuisances.
1793617936-LC_ALL=C
1793717937-export LC_ALL
1793817938-LANGUAGE=C
1793917939-export LANGUAGE
1794017940-1794117941-# CDPATH.
1794217942-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
179431867217944186731794518674# as_fn_error STATUS ERROR [LINENO LOG_FD]
···1795218681 as_status=$1; test $as_status -eq 0 && as_status=1
1795318682 if test "$4"; then
1795418683 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1795517955- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1868418684+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1795618685 fi
1795717957- $as_echo "$as_me: error: $2" >&2
1868618686+ printf "%s\n" "$as_me: error: $2" >&2
1795818687 as_fn_exit $as_status
1795918688} # as_fn_error
1868918689+179601869017961186911796218692# as_fn_set_status STATUS
···1798518715 { eval $1=; unset $1;}
1798618716}
1798718717as_unset=as_fn_unset
1871818718+1798818719# as_fn_append VAR VALUE
1798918720# ----------------------
1799018721# Append the text in VALUE to the end of the definition contained in VAR. Take
1799118722# advantage of any shell optimizations that allow amortized linear growth over
1799218723# repeated appends, instead of the typical quadratic growth present in naive
1799318724# implementations.
1799417994-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1872518725+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
1872618726+then :
1799518727 eval 'as_fn_append ()
1799618728 {
1799718729 eval $1+=\$2
1799818730 }'
1799917999-else
1873118731+else $as_nop
1800018732 as_fn_append ()
1800118733 {
1800218734 eval $1=\$$1\$2
···1800818740# Perform arithmetic evaluation on the ARGs, and store the result in the
1800918741# global $as_val. Take advantage of shells that can avoid forks. The arguments
1801018742# must be portable across $(()) and expr.
1801118011-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1874318743+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
1874418744+then :
1801218745 eval 'as_fn_arith ()
1801318746 {
1801418747 as_val=$(( $* ))
1801518748 }'
1801618016-else
1874918749+else $as_nop
1801718750 as_fn_arith ()
1801818751 {
1801918752 as_val=`expr "$@" || test $? -eq 1`
···1804418777$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1804518778 X"$0" : 'X\(//\)$' \| \
1804618779 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1804718047-$as_echo X/"$0" |
1878018780+printf "%s\n" X/"$0" |
1804818781 sed '/^.*\/\([^/][^/]*\)\/*$/{
1804918782 s//\1/
1805018783 q
···1806618799as_cr_digits='0123456789'
1806718800as_cr_alnum=$as_cr_Letters$as_cr_digits
18068188011880218802+1880318803+# Determine whether it's possible to make 'echo' print without a newline.
1880418804+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
1880518805+# for compatibility with existing Makefiles.
1806918806ECHO_C= ECHO_N= ECHO_T=
1807018807case `echo -n x` in #(((((
1807118808-n*)
···1807918816 ECHO_N='-n';;
1808018817esac
18081188181881918819+# For backward compatibility with old third-party macros, we provide
1882018820+# the shell variables $as_echo and $as_echo_n. New code should use
1882118821+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
1882218822+as_echo='printf %s\n'
1882318823+as_echo_n='printf %s'
1882418824+1808218825rm -f conf$$ conf$$.exe conf$$.file
1808318826if test -d conf$$.dir; then
1808418827 rm -f conf$$.dir/conf$$.file
···1812018863 as_dirs=
1812118864 while :; do
1812218865 case $as_dir in #(
1812318123- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1886618866+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1812418867 *) as_qdir=$as_dir;;
1812518868 esac
1812618869 as_dirs="'$as_qdir' $as_dirs"
···1812918872 X"$as_dir" : 'X\(//\)[^/]' \| \
1813018873 X"$as_dir" : 'X\(//\)$' \| \
1813118874 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1813218132-$as_echo X"$as_dir" |
1887518875+printf "%s\n" X"$as_dir" |
1813318876 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1813418877 s//\1/
1813518878 q
···1819118934# report actual input values of CONFIG_FILES etc. instead of their
1819218935# values after options handling.
1819318936ac_log="
1819418194-This file was extended by libXdamage $as_me 1.1.5, which was
1819518195-generated by GNU Autoconf 2.69. Invocation command line was
1893718937+This file was extended by libXdamage $as_me 1.1.6, which was
1893818938+generated by GNU Autoconf 2.71. Invocation command line was
18196189391819718940 CONFIG_FILES = $CONFIG_FILES
1819818941 CONFIG_HEADERS = $CONFIG_HEADERS
···1825118994Configuration commands:
1825218995$config_commands
18253189961825418254-Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>."
1899718997+Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libxdamage/-/issues>."
18255189981825618999_ACEOF
1900019000+ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
1900119001+ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
1825719002cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1825818258-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1900319003+ac_cs_config='$ac_cs_config_escaped'
1825919004ac_cs_version="\\
1826018260-libXdamage config.status 1.1.5
1826118261-configured by $0, generated by GNU Autoconf 2.69,
1900519005+libXdamage config.status 1.1.6
1900619006+configured by $0, generated by GNU Autoconf 2.71,
1826219007 with options \\"\$ac_cs_config\\"
18263190081826418264-Copyright (C) 2012 Free Software Foundation, Inc.
1900919009+Copyright (C) 2021 Free Software Foundation, Inc.
1826519010This config.status script is free software; the Free Software Foundation
1826619011gives unlimited permission to copy, distribute and modify it."
1826719012···1830119046 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1830219047 ac_cs_recheck=: ;;
1830319048 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1830418304- $as_echo "$ac_cs_version"; exit ;;
1904919049+ printf "%s\n" "$ac_cs_version"; exit ;;
1830519050 --config | --confi | --conf | --con | --co | --c )
1830618306- $as_echo "$ac_cs_config"; exit ;;
1905119051+ printf "%s\n" "$ac_cs_config"; exit ;;
1830719052 --debug | --debu | --deb | --de | --d | -d )
1830819053 debug=: ;;
1830919054 --file | --fil | --fi | --f )
1831019055 $ac_shift
1831119056 case $ac_optarg in
1831218312- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1905719057+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1831319058 '') as_fn_error $? "missing file argument" ;;
1831419059 esac
1831519060 as_fn_append CONFIG_FILES " '$ac_optarg'"
···1831719062 --header | --heade | --head | --hea )
1831819063 $ac_shift
1831919064 case $ac_optarg in
1832018320- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1906519065+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1832119066 esac
1832219067 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1832319068 ac_need_defaults=false;;
···1832619071 as_fn_error $? "ambiguous option: \`$1'
1832719072Try \`$0 --help' for more information.";;
1832819073 --help | --hel | -h )
1832918329- $as_echo "$ac_cs_usage"; exit ;;
1907419074+ printf "%s\n" "$ac_cs_usage"; exit ;;
1833019075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1833119076 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1833219077 ac_cs_silent=: ;;
···1835419099if \$ac_cs_recheck; then
1835519100 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1835619101 shift
1835718357- \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1910219102+ \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
1835819103 CONFIG_SHELL='$SHELL'
1835919104 export CONFIG_SHELL
1836019105 exec "\$@"
···1836819113 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1836919114## Running $as_me. ##
1837019115_ASBOX
1837118371- $as_echo "$ac_log"
1911619116+ printf "%s\n" "$ac_log"
1837219117} >&5
18373191181837419119_ACEOF
···1868019425# We use the long form for the default assignment because of an extremely
1868119426# bizarre bug on SunOS 4.1.3.
1868219427if $ac_need_defaults; then
1868318683- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1868418684- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
1868518685- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
1942819428+ test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
1942919429+ test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
1943019430+ test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
1868619431fi
18687194321868819433# Have a temporary directory for convenience. Make it in the build tree
···1901819763 esac ||
1901919764 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1902019765 esac
1902119021- case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1976619766+ case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1902219767 as_fn_append ac_file_inputs " '$ac_f'"
1902319768 done
1902419769···1902619771 # use $as_me), people would be surprised to read:
1902719772 # /* config.h. Generated by config.status. */
1902819773 configure_input='Generated from '`
1902919029- $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1977419774+ printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1903019775 `' by configure.'
1903119776 if test x"$ac_file" != x-; then
1903219777 configure_input="$ac_file. $configure_input"
1903319033- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1903419034-$as_echo "$as_me: creating $ac_file" >&6;}
1977819778+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1977919779+printf "%s\n" "$as_me: creating $ac_file" >&6;}
1903519780 fi
1903619781 # Neutralize special characters interpreted by sed in replacement strings.
1903719782 case $configure_input in #(
1903819783 *\&* | *\|* | *\\* )
1903919039- ac_sed_conf_input=`$as_echo "$configure_input" |
1978419784+ ac_sed_conf_input=`printf "%s\n" "$configure_input" |
1904019785 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1904119786 *) ac_sed_conf_input=$configure_input;;
1904219787 esac
···1905319798 X"$ac_file" : 'X\(//\)[^/]' \| \
1905419799 X"$ac_file" : 'X\(//\)$' \| \
1905519800 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1905619056-$as_echo X"$ac_file" |
1980119801+printf "%s\n" X"$ac_file" |
1905719802 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1905819803 s//\1/
1905919804 q
···1907719822case "$ac_dir" in
1907819823.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1907919824*)
1908019080- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1982519825+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1908119826 # A ".." for each directory in $ac_dir_suffix.
1908219082- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1982719827+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1908319828 case $ac_top_builddir_sub in
1908419829 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1908519830 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···1914119886case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1914219887*datarootdir*) ac_datarootdir_seen=yes;;
1914319888*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1914419144- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1914519145-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1988919889+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1989019890+printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1914619891_ACEOF
1914719892cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1914819893 ac_datarootdir_hack='
···1918619931 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1918719932 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1918819933 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1918919189- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1993419934+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1919019935which seems to be undefined. Please make sure it is defined" >&5
1919119191-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1993619936+printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1919219937which seems to be undefined. Please make sure it is defined" >&2;}
19193199381919419939 rm -f "$ac_tmp/stdin"
···1920419949 #
1920519950 if test x"$ac_file" != x-; then
1920619951 {
1920719207- $as_echo "/* $configure_input */" \
1995219952+ printf "%s\n" "/* $configure_input */" >&1 \
1920819953 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1920919954 } >"$ac_tmp/config.h" \
1921019955 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1921119956 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1921219212- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1921319213-$as_echo "$as_me: $ac_file is unchanged" >&6;}
1995719957+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1995819958+printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
1921419959 else
1921519960 rm -f "$ac_file"
1921619961 mv "$ac_tmp/config.h" "$ac_file" \
1921719962 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1921819963 fi
1921919964 else
1922019220- $as_echo "/* $configure_input */" \
1996519965+ printf "%s\n" "/* $configure_input */" >&1 \
1922119966 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1922219967 || as_fn_error $? "could not create -" "$LINENO" 5
1922319968 fi
···1923719982 X"$_am_arg" : 'X\(//\)[^/]' \| \
1923819983 X"$_am_arg" : 'X\(//\)$' \| \
1923919984 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1924019240-$as_echo X"$_am_arg" |
1998519985+printf "%s\n" X"$_am_arg" |
1924119986 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1924219987 s//\1/
1924319988 q
···1925720002 s/.*/./; q'`/stamp-h$_am_stamp_count
1925820003 ;;
19259200041926019260- :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1926119261-$as_echo "$as_me: executing $ac_file commands" >&6;}
2000520005+ :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
2000620006+printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1926220007 ;;
1926320008 esac
1926420009···1929020035 X"$mf" : 'X\(//\)[^/]' \| \
1929120036 X"$mf" : 'X\(//\)$' \| \
1929220037 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1929319293-$as_echo X"$mf" |
2003820038+printf "%s\n" X"$mf" |
1929420039 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1929520040 s//\1/
1929620041 q
···1933220077 X"$file" : 'X\(//\)[^/]' \| \
1933320078 X"$file" : 'X\(//\)$' \| \
1933420079 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1933519335-$as_echo X"$file" |
2008020080+printf "%s\n" X"$file" |
1933620081 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1933720082 s//\1/
1933820083 q
···1981320558 esac
198142055919815205602056120561+1981620562ltmain="$ac_aux_dir/ltmain.sh"
19817205631981820564···1997720723fi
19978207241997920725if test x"$_lt_function_replace_fail" = x":"; then
1998019980- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
1998119981-$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2072620726+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2072720727+printf "%s\n" "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
1998220728fi
19983207291998420730···2002120767 $ac_cs_success || as_fn_exit 1
2002220768fi
2002320769if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
2002420024- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2002520025-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
2077020770+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2077120771+printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
2002620772fi
2002720773
+6-5
lib/libXdamage/configure.ac
···2929# digit in the version number to track changes which don't affect the
3030# protocol, so Xdamage version l.n.m corresponds to protocol version l.n
3131#
3232-AC_INIT(libXdamage, [1.1.5],
3333- [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXdamage])
3232+AC_INIT(libXdamage, [1.1.6],
3333+ [https://gitlab.freedesktop.org/xorg/lib/libxdamage/-/issues],
3434+ [libXdamage])
3435AC_CONFIG_SRCDIR([Makefile.am])
3536AC_CONFIG_HEADERS([config.h])
36373738# Initialize Automake
3838-AM_INIT_AUTOMAKE([foreign dist-bzip2])
3939+AM_INIT_AUTOMAKE([foreign dist-xz])
39404041# Initialize libtool
4142AC_PROG_LIBTOOL
···5152DAMAGEEXT_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`]
5253AC_SUBST(DAMAGEEXT_VERSION)
53545454-# Obtain compiler/linker options for depedencies
5555-PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION] xfixes fixesproto xextproto x11)
5555+# Obtain compiler/linker options for dependencies
5656+PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION xfixes fixesproto xextproto x11 xproto >= 7.0.22])
56575758AC_CONFIG_FILES([Makefile
5859 src/Makefile
+214-200
lib/libXdamage/install-sh
···11#!/bin/sh
22# install - install a program, script, or datafile
3344-scriptversion=2011-11-20.07; # UTC
44+scriptversion=2020-11-14.01; # UTC
5566# This originates from X11R5 (mit/util/scripts/install.sh), which was
77# later released in X11R6 (xc/config/util/install.sh) with the
···4141# This script is compatible with the BSD install script, but was written
4242# from scratch.
43434444+tab=' '
4445nl='
4546'
4646-IFS=" "" $nl"
4747+IFS=" $tab$nl"
47484848-# set DOITPROG to echo to test this script
4949+# Set DOITPROG to "echo" to test this script.
49505050-# Don't use :- since 4.3BSD and earlier shells don't like it.
5151doit=${DOITPROG-}
5252-if test -z "$doit"; then
5353- doit_exec=exec
5454-else
5555- doit_exec=$doit
5656-fi
5252+doit_exec=${doit:-exec}
57535854# Put in absolute file names if you don't have them in your path;
5955# or use environment vars.
···6864rmprog=${RMPROG-rm}
6965stripprog=${STRIPPROG-strip}
70667171-posix_glob='?'
7272-initialize_posix_glob='
7373- test "$posix_glob" != "?" || {
7474- if (set -f) 2>/dev/null; then
7575- posix_glob=
7676- else
7777- posix_glob=:
7878- fi
7979- }
8080-'
8181-8267posix_mkdir=
83688469# Desired mode of installed file.
8570mode=0755
86717272+# Create dirs (including intermediate dirs) using mode 755.
7373+# This is like GNU 'install' as of coreutils 8.32 (2020).
7474+mkdir_umask=22
7575+7676+backupsuffix=
8777chgrpcmd=
8878chmodcmd=$chmodprog
8979chowncmd=
···9787dst_arg=
98889989copy_on_change=false
100100-no_target_directory=
9090+is_target_a_directory=possibly
1019110292usage="\
10393Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
···114104 --version display version info and exit.
115105116106 -c (ignored)
117117- -C install only if different (preserve the last data modification time)
107107+ -C install only if different (preserve data modification time)
118108 -d create directories instead of installing files.
119109 -g GROUP $chgrpprog installed files to GROUP.
120110 -m MODE $chmodprog installed files to MODE.
121111 -o USER $chownprog installed files to USER.
112112+ -p pass -p to $cpprog.
122113 -s $stripprog installed files.
114114+ -S SUFFIX attempt to back up existing files, with suffix SUFFIX.
123115 -t DIRECTORY install into DIRECTORY.
124116 -T report an error if DSTFILE is a directory.
125117126118Environment variables override the default commands:
127119 CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
128120 RMPROG STRIPPROG
121121+122122+By default, rm is invoked with -f; when overridden with RMPROG,
123123+it's up to you to specify -f if you want it.
124124+125125+If -S is not specified, no backups are attempted.
126126+127127+Email bug reports to bug-automake@gnu.org.
128128+Automake home page: https://www.gnu.org/software/automake/
129129"
130130131131while test $# -ne 0; do
···137137 -d) dir_arg=true;;
138138139139 -g) chgrpcmd="$chgrpprog $2"
140140- shift;;
140140+ shift;;
141141142142 --help) echo "$usage"; exit $?;;
143143144144 -m) mode=$2
145145- case $mode in
146146- *' '* | *' '* | *'
147147-'* | *'*'* | *'?'* | *'['*)
148148- echo "$0: invalid mode: $mode" >&2
149149- exit 1;;
150150- esac
151151- shift;;
145145+ case $mode in
146146+ *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
147147+ echo "$0: invalid mode: $mode" >&2
148148+ exit 1;;
149149+ esac
150150+ shift;;
152151153152 -o) chowncmd="$chownprog $2"
154154- shift;;
153153+ shift;;
154154+155155+ -p) cpprog="$cpprog -p";;
155156156157 -s) stripcmd=$stripprog;;
157158158158- -t) dst_arg=$2
159159- # Protect names problematic for 'test' and other utilities.
160160- case $dst_arg in
161161- -* | [=\(\)!]) dst_arg=./$dst_arg;;
162162- esac
163163- shift;;
159159+ -S) backupsuffix="$2"
160160+ shift;;
164161165165- -T) no_target_directory=true;;
162162+ -t)
163163+ is_target_a_directory=always
164164+ dst_arg=$2
165165+ # Protect names problematic for 'test' and other utilities.
166166+ case $dst_arg in
167167+ -* | [=\(\)!]) dst_arg=./$dst_arg;;
168168+ esac
169169+ shift;;
170170+171171+ -T) is_target_a_directory=never;;
166172167173 --version) echo "$0 $scriptversion"; exit $?;;
168174169169- --) shift
170170- break;;
175175+ --) shift
176176+ break;;
171177172172- -*) echo "$0: invalid option: $1" >&2
173173- exit 1;;
178178+ -*) echo "$0: invalid option: $1" >&2
179179+ exit 1;;
174180175181 *) break;;
176182 esac
177183 shift
178184done
185185+186186+# We allow the use of options -d and -T together, by making -d
187187+# take the precedence; this is for compatibility with GNU install.
188188+189189+if test -n "$dir_arg"; then
190190+ if test -n "$dst_arg"; then
191191+ echo "$0: target directory not allowed when installing a directory." >&2
192192+ exit 1
193193+ fi
194194+fi
179195180196if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
181197 # When -d is used, all remaining arguments are directories to create.
···208224fi
209225210226if test -z "$dir_arg"; then
227227+ if test $# -gt 1 || test "$is_target_a_directory" = always; then
228228+ if test ! -d "$dst_arg"; then
229229+ echo "$0: $dst_arg: Is not a directory." >&2
230230+ exit 1
231231+ fi
232232+ fi
233233+fi
234234+235235+if test -z "$dir_arg"; then
211236 do_exit='(exit $ret); exit $ret'
212237 trap "ret=129; $do_exit" 1
213238 trap "ret=130; $do_exit" 2
···223248224249 *[0-7])
225250 if test -z "$stripcmd"; then
226226- u_plus_rw=
251251+ u_plus_rw=
227252 else
228228- u_plus_rw='% 200'
253253+ u_plus_rw='% 200'
229254 fi
230255 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
231256 *)
232257 if test -z "$stripcmd"; then
233233- u_plus_rw=
258258+ u_plus_rw=
234259 else
235235- u_plus_rw=,u+rw
260260+ u_plus_rw=,u+rw
236261 fi
237262 cp_umask=$mode$u_plus_rw;;
238263 esac
···250275 dstdir=$dst
251276 test -d "$dstdir"
252277 dstdir_status=$?
278278+ # Don't chown directories that already exist.
279279+ if test $dstdir_status = 0; then
280280+ chowncmd=""
281281+ fi
253282 else
254283255284 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
···266295 fi
267296 dst=$dst_arg
268297269269- # If destination is a directory, append the input filename; won't work
270270- # if double slashes aren't ignored.
298298+ # If destination is a directory, append the input filename.
271299 if test -d "$dst"; then
272272- if test -n "$no_target_directory"; then
273273- echo "$0: $dst_arg: Is a directory" >&2
274274- exit 1
300300+ if test "$is_target_a_directory" = never; then
301301+ echo "$0: $dst_arg: Is a directory" >&2
302302+ exit 1
275303 fi
276304 dstdir=$dst
277277- dst=$dstdir/`basename "$src"`
305305+ dstbase=`basename "$src"`
306306+ case $dst in
307307+ */) dst=$dst$dstbase;;
308308+ *) dst=$dst/$dstbase;;
309309+ esac
278310 dstdir_status=0
279311 else
280280- # Prefer dirname, but fall back on a substitute if dirname fails.
281281- dstdir=`
282282- (dirname "$dst") 2>/dev/null ||
283283- expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
284284- X"$dst" : 'X\(//\)[^/]' \| \
285285- X"$dst" : 'X\(//\)$' \| \
286286- X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
287287- echo X"$dst" |
288288- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
289289- s//\1/
290290- q
291291- }
292292- /^X\(\/\/\)[^/].*/{
293293- s//\1/
294294- q
295295- }
296296- /^X\(\/\/\)$/{
297297- s//\1/
298298- q
299299- }
300300- /^X\(\/\).*/{
301301- s//\1/
302302- q
303303- }
304304- s/.*/./; q'
305305- `
306306-312312+ dstdir=`dirname "$dst"`
307313 test -d "$dstdir"
308314 dstdir_status=$?
309315 fi
310316 fi
317317+318318+ case $dstdir in
319319+ */) dstdirslash=$dstdir;;
320320+ *) dstdirslash=$dstdir/;;
321321+ esac
311322312323 obsolete_mkdir_used=false
313324314325 if test $dstdir_status != 0; then
315326 case $posix_mkdir in
316327 '')
317317- # Create intermediate dirs using mode 755 as modified by the umask.
318318- # This is like FreeBSD 'install' as of 1997-10-28.
319319- umask=`umask`
320320- case $stripcmd.$umask in
321321- # Optimize common cases.
322322- *[2367][2367]) mkdir_umask=$umask;;
323323- .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
328328+ # With -d, create the new directory with the user-specified mode.
329329+ # Otherwise, rely on $mkdir_umask.
330330+ if test -n "$dir_arg"; then
331331+ mkdir_mode=-m$mode
332332+ else
333333+ mkdir_mode=
334334+ fi
335335+336336+ posix_mkdir=false
337337+ # The $RANDOM variable is not portable (e.g., dash). Use it
338338+ # here however when possible just to lower collision chance.
339339+ tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
324340325325- *[0-7])
326326- mkdir_umask=`expr $umask + 22 \
327327- - $umask % 100 % 40 + $umask % 20 \
328328- - $umask % 10 % 4 + $umask % 2
329329- `;;
330330- *) mkdir_umask=$umask,go-w;;
331331- esac
341341+ trap '
342342+ ret=$?
343343+ rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null
344344+ exit $ret
345345+ ' 0
332346333333- # With -d, create the new directory with the user-specified mode.
334334- # Otherwise, rely on $mkdir_umask.
335335- if test -n "$dir_arg"; then
336336- mkdir_mode=-m$mode
347347+ # Because "mkdir -p" follows existing symlinks and we likely work
348348+ # directly in world-writeable /tmp, make sure that the '$tmpdir'
349349+ # directory is successfully created first before we actually test
350350+ # 'mkdir -p'.
351351+ if (umask $mkdir_umask &&
352352+ $mkdirprog $mkdir_mode "$tmpdir" &&
353353+ exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
354354+ then
355355+ if test -z "$dir_arg" || {
356356+ # Check for POSIX incompatibilities with -m.
357357+ # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
358358+ # other-writable bit of parent directory when it shouldn't.
359359+ # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
360360+ test_tmpdir="$tmpdir/a"
361361+ ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
362362+ case $ls_ld_tmpdir in
363363+ d????-?r-*) different_mode=700;;
364364+ d????-?--*) different_mode=755;;
365365+ *) false;;
366366+ esac &&
367367+ $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
368368+ ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
369369+ test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
370370+ }
371371+ }
372372+ then posix_mkdir=:
373373+ fi
374374+ rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
337375 else
338338- mkdir_mode=
376376+ # Remove any dirs left behind by ancient mkdir implementations.
377377+ rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
339378 fi
340340-341341- posix_mkdir=false
342342- case $umask in
343343- *[123567][0-7][0-7])
344344- # POSIX mkdir -p sets u+wx bits regardless of umask, which
345345- # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
346346- ;;
347347- *)
348348- tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
349349- trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
350350-351351- if (umask $mkdir_umask &&
352352- exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
353353- then
354354- if test -z "$dir_arg" || {
355355- # Check for POSIX incompatibilities with -m.
356356- # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
357357- # other-writable bit of parent directory when it shouldn't.
358358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
359359- ls_ld_tmpdir=`ls -ld "$tmpdir"`
360360- case $ls_ld_tmpdir in
361361- d????-?r-*) different_mode=700;;
362362- d????-?--*) different_mode=755;;
363363- *) false;;
364364- esac &&
365365- $mkdirprog -m$different_mode -p -- "$tmpdir" && {
366366- ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
367367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
368368- }
369369- }
370370- then posix_mkdir=:
371371- fi
372372- rmdir "$tmpdir/d" "$tmpdir"
373373- else
374374- # Remove any dirs left behind by ancient mkdir implementations.
375375- rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
376376- fi
377377- trap '' 0;;
378378- esac;;
379379+ trap '' 0;;
379380 esac
380381381382 if
382383 $posix_mkdir && (
383383- umask $mkdir_umask &&
384384- $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
384384+ umask $mkdir_umask &&
385385+ $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
385386 )
386387 then :
387388 else
388389389389- # The umask is ridiculous, or mkdir does not conform to POSIX,
390390+ # mkdir does not conform to POSIX,
390391 # or it failed possibly due to a race condition. Create the
391392 # directory the slow way, step by step, checking for races as we go.
392393393394 case $dstdir in
394394- /*) prefix='/';;
395395- [-=\(\)!]*) prefix='./';;
396396- *) prefix='';;
395395+ /*) prefix='/';;
396396+ [-=\(\)!]*) prefix='./';;
397397+ *) prefix='';;
397398 esac
398398-399399- eval "$initialize_posix_glob"
400399401400 oIFS=$IFS
402401 IFS=/
403403- $posix_glob set -f
402402+ set -f
404403 set fnord $dstdir
405404 shift
406406- $posix_glob set +f
405405+ set +f
407406 IFS=$oIFS
408407409408 prefixes=
410409411410 for d
412411 do
413413- test X"$d" = X && continue
412412+ test X"$d" = X && continue
414413415415- prefix=$prefix$d
416416- if test -d "$prefix"; then
417417- prefixes=
418418- else
419419- if $posix_mkdir; then
420420- (umask=$mkdir_umask &&
421421- $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
422422- # Don't fail if two instances are running concurrently.
423423- test -d "$prefix" || exit 1
424424- else
425425- case $prefix in
426426- *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
427427- *) qprefix=$prefix;;
428428- esac
429429- prefixes="$prefixes '$qprefix'"
430430- fi
431431- fi
432432- prefix=$prefix/
414414+ prefix=$prefix$d
415415+ if test -d "$prefix"; then
416416+ prefixes=
417417+ else
418418+ if $posix_mkdir; then
419419+ (umask $mkdir_umask &&
420420+ $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
421421+ # Don't fail if two instances are running concurrently.
422422+ test -d "$prefix" || exit 1
423423+ else
424424+ case $prefix in
425425+ *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
426426+ *) qprefix=$prefix;;
427427+ esac
428428+ prefixes="$prefixes '$qprefix'"
429429+ fi
430430+ fi
431431+ prefix=$prefix/
433432 done
434433435434 if test -n "$prefixes"; then
436436- # Don't fail if two instances are running concurrently.
437437- (umask $mkdir_umask &&
438438- eval "\$doit_exec \$mkdirprog $prefixes") ||
439439- test -d "$dstdir" || exit 1
440440- obsolete_mkdir_used=true
435435+ # Don't fail if two instances are running concurrently.
436436+ (umask $mkdir_umask &&
437437+ eval "\$doit_exec \$mkdirprog $prefixes") ||
438438+ test -d "$dstdir" || exit 1
439439+ obsolete_mkdir_used=true
441440 fi
442441 fi
443442 fi
···450449 else
451450452451 # Make a couple of temp file names in the proper directory.
453453- dsttmp=$dstdir/_inst.$$_
454454- rmtmp=$dstdir/_rm.$$_
452452+ dsttmp=${dstdirslash}_inst.$$_
453453+ rmtmp=${dstdirslash}_rm.$$_
455454456455 # Trap to clean up those temp files at exit.
457456 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
458457459458 # Copy the file name to the temp name.
460460- (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
459459+ (umask $cp_umask &&
460460+ { test -z "$stripcmd" || {
461461+ # Create $dsttmp read-write so that cp doesn't create it read-only,
462462+ # which would cause strip to fail.
463463+ if test -z "$doit"; then
464464+ : >"$dsttmp" # No need to fork-exec 'touch'.
465465+ else
466466+ $doit touch "$dsttmp"
467467+ fi
468468+ }
469469+ } &&
470470+ $doit_exec $cpprog "$src" "$dsttmp") &&
461471462472 # and set any options; do chmod last to preserve setuid bits.
463473 #
···472482473483 # If -C, don't bother to copy if it wouldn't change the file.
474484 if $copy_on_change &&
475475- old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
476476- new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
477477-478478- eval "$initialize_posix_glob" &&
479479- $posix_glob set -f &&
485485+ old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
486486+ new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
487487+ set -f &&
480488 set X $old && old=:$2:$4:$5:$6 &&
481489 set X $new && new=:$2:$4:$5:$6 &&
482482- $posix_glob set +f &&
483483-490490+ set +f &&
484491 test "$old" = "$new" &&
485492 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
486493 then
487494 rm -f "$dsttmp"
488495 else
496496+ # If $backupsuffix is set, and the file being installed
497497+ # already exists, attempt a backup. Don't worry if it fails,
498498+ # e.g., if mv doesn't support -f.
499499+ if test -n "$backupsuffix" && test -f "$dst"; then
500500+ $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null
501501+ fi
502502+489503 # Rename the file to the real destination.
490504 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
491505···493507 # to itself, or perhaps because mv is so ancient that it does not
494508 # support -f.
495509 {
496496- # Now remove or move aside any old file at destination location.
497497- # We try this two ways since rm can't unlink itself on some
498498- # systems and the destination file might be busy for other
499499- # reasons. In this case, the final cleanup might fail but the new
500500- # file should still install successfully.
501501- {
502502- test ! -f "$dst" ||
503503- $doit $rmcmd -f "$dst" 2>/dev/null ||
504504- { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
505505- { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
506506- } ||
507507- { echo "$0: cannot unlink or rename $dst" >&2
508508- (exit 1); exit 1
509509- }
510510- } &&
510510+ # Now remove or move aside any old file at destination location.
511511+ # We try this two ways since rm can't unlink itself on some
512512+ # systems and the destination file might be busy for other
513513+ # reasons. In this case, the final cleanup might fail but the new
514514+ # file should still install successfully.
515515+ {
516516+ test ! -f "$dst" ||
517517+ $doit $rmcmd "$dst" 2>/dev/null ||
518518+ { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
519519+ { $doit $rmcmd "$rmtmp" 2>/dev/null; :; }
520520+ } ||
521521+ { echo "$0: cannot unlink or rename $dst" >&2
522522+ (exit 1); exit 1
523523+ }
524524+ } &&
511525512512- # Now rename the file to the real destination.
513513- $doit $mvcmd "$dsttmp" "$dst"
526526+ # Now rename the file to the real destination.
527527+ $doit $mvcmd "$dsttmp" "$dst"
514528 }
515529 fi || exit 1
516530···519533done
520534521535# Local variables:
522522-# eval: (add-hook 'write-file-hooks 'time-stamp)
536536+# eval: (add-hook 'before-save-hook 'time-stamp)
523537# time-stamp-start: "scriptversion="
524538# time-stamp-format: "%:y-%02m-%02d.%02H"
525525-# time-stamp-time-zone: "UTC"
539539+# time-stamp-time-zone: "UTC0"
526540# time-stamp-end: "; # UTC"
527541# End: