···991010 https://lists.x.org/mailman/listinfo/xorg
11111212-The master development code repository can be found at:
1212+The primary development code repository can be found at:
13131414 https://gitlab.freedesktop.org/xorg/lib/libXrandr
1515
···11#! /bin/sh
22# Wrapper for compilers which do not understand '-c -o'.
3344-scriptversion=2012-10-14.11; # UTC
44+scriptversion=2018-03-07.03; # UTC
5566-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
66+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
77# Written by Tom Tromey <tromey@cygnus.com>.
88#
99# This program is free software; you can redistribute it and/or modify
···1717# GNU General Public License for more details.
1818#
1919# You should have received a copy of the GNU General Public License
2020-# along with this program. If not, see <http://www.gnu.org/licenses/>.
2020+# along with this program. If not, see <https://www.gnu.org/licenses/>.
21212222# As a special exception to the GNU General Public License, if you
2323# distribute this file as part of a program that contains a
···5353 MINGW*)
5454 file_conv=mingw
5555 ;;
5656- CYGWIN*)
5656+ CYGWIN* | MSYS*)
5757 file_conv=cygwin
5858 ;;
5959 *)
···6767 mingw/*)
6868 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6969 ;;
7070- cygwin/*)
7070+ cygwin/* | msys/*)
7171 file=`cygpath -m "$file" || echo "$file"`
7272 ;;
7373 wine/*)
···255255 echo "compile $scriptversion"
256256 exit $?
257257 ;;
258258- cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
258258+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
259259+ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
259260 func_cl_wrapper "$@" # Doesn't return...
260261 ;;
261262esac
···339340# Local Variables:
340341# mode: shell-script
341342# sh-indentation: 2
342342-# eval: (add-hook 'write-file-hooks 'time-stamp)
343343+# eval: (add-hook 'before-save-hook 'time-stamp)
343344# time-stamp-start: "scriptversion="
344345# time-stamp-format: "%:y-%02m-%02d.%02H"
345345-# time-stamp-time-zone: "UTC"
346346+# time-stamp-time-zone: "UTC0"
346347# time-stamp-end: "; # UTC"
347348# End:
+6-4
lib/libXrandr/config.h.in
···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 */
+4501-3708
lib/libXrandr/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for libXrandr 1.5.2.
33+# Generated by GNU Autoconf 2.71 for libXrandr 1.5.3.
44#
55-# Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXrandr/issues>.
55+# Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/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://gitlab.freedesktop.org/xorg/lib/libXrandr/issues
278278+ printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
279279+$0: https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/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='libXrandr'
593624PACKAGE_TARNAME='libXrandr'
594594-PACKAGE_VERSION='1.5.2'
595595-PACKAGE_STRING='libXrandr 1.5.2'
596596-PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libXrandr/issues'
625625+PACKAGE_VERSION='1.5.3'
626626+PACKAGE_STRING='libXrandr 1.5.3'
627627+PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/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>
622642#endif
623623-#ifdef HAVE_STRINGS_H
624624-# include <strings.h>
625625-#endif
626643#ifdef HAVE_INTTYPES_H
627644# include <inttypes.h>
628645#endif
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
···672699MAINT
673700MAINTAINER_MODE_FALSE
674701MAINTAINER_MODE_TRUE
675675-CPP
676702OTOOL64
677703OTOOL
678704LIPO
···761787docdir
762788oldincludedir
763789includedir
790790+runstatedir
764791localstatedir
765792sharedstatedir
766793sysconfdir
···805832LDFLAGS
806833LIBS
807834CPPFLAGS
808808-CPP
809835PKG_CONFIG
810836PKG_CONFIG_PATH
811837PKG_CONFIG_LIBDIR
···849875sysconfdir='${prefix}/etc'
850876sharedstatedir='${prefix}/com'
851877localstatedir='${prefix}/var'
878878+runstatedir='${localstatedir}/run'
852879includedir='${prefix}/include'
853880oldincludedir='/usr/include'
854881docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
···878905 *) ac_optarg=yes ;;
879906 esac
880907881881- # Accept the important Cygnus configure options, so we can diagnose typos.
882882-883908 case $ac_dashdash$ac_option in
884909 --)
885910 ac_dashdash=yes ;;
···920945 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
921946 # Reject names that are not valid shell variable names.
922947 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
923923- as_fn_error $? "invalid feature name: $ac_useropt"
948948+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
924949 ac_useropt_orig=$ac_useropt
925925- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950950+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
926951 case $ac_user_opts in
927952 *"
928953"enable_$ac_useropt"
···946971 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
947972 # Reject names that are not valid shell variable names.
948973 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
949949- as_fn_error $? "invalid feature name: $ac_useropt"
974974+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
950975 ac_useropt_orig=$ac_useropt
951951- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
976976+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
952977 case $ac_user_opts in
953978 *"
954979"enable_$ac_useropt"
···11011126 | -silent | --silent | --silen | --sile | --sil)
11021127 silent=yes ;;
1103112811291129+ -runstatedir | --runstatedir | --runstatedi | --runstated \
11301130+ | --runstate | --runstat | --runsta | --runst | --runs \
11311131+ | --run | --ru | --r)
11321132+ ac_prev=runstatedir ;;
11331133+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
11341134+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
11351135+ | --run=* | --ru=* | --r=*)
11361136+ runstatedir=$ac_optarg ;;
11371137+11041138 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
11051139 ac_prev=sbindir ;;
11061140 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
···11501184 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
11511185 # Reject names that are not valid shell variable names.
11521186 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11531153- as_fn_error $? "invalid package name: $ac_useropt"
11871187+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11541188 ac_useropt_orig=$ac_useropt
11551155- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11891189+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11561190 case $ac_user_opts in
11571191 *"
11581192"with_$ac_useropt"
···11661200 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
11671201 # Reject names that are not valid shell variable names.
11681202 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11691169- as_fn_error $? "invalid package name: $ac_useropt"
12031203+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11701204 ac_useropt_orig=$ac_useropt
11711171- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12051205+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11721206 case $ac_user_opts in
11731207 *"
11741208"with_$ac_useropt"
···1212124612131247 *)
12141248 # FIXME: should be removed in autoconf 3.0.
12151215- $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12491249+ printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
12161250 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
12171217- $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12511251+ printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
12181252 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
12191253 ;;
12201254···12301264 case $enable_option_checking in
12311265 no) ;;
12321266 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
12331233- *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12671267+ *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12341268 esac
12351269fi
12361270···12381272for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12391273 datadir sysconfdir sharedstatedir localstatedir includedir \
12401274 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
12411241- libdir localedir mandir
12751275+ libdir localedir mandir runstatedir
12421276do
12431277 eval ac_val=\$$ac_var
12441278 # Remove trailing slashes.
···12941328 X"$as_myself" : 'X\(//\)[^/]' \| \
12951329 X"$as_myself" : 'X\(//\)$' \| \
12961330 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
12971297-$as_echo X"$as_myself" |
13311331+printf "%s\n" X"$as_myself" |
12981332 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12991333 s//\1/
13001334 q
···13511385 # Omit some internal or obsolete options to make the list less imposing.
13521386 # This message is too long to be a string in the A/UX 3.1 sh.
13531387 cat <<_ACEOF
13541354-\`configure' configures libXrandr 1.5.2 to adapt to many kinds of systems.
13881388+\`configure' configures libXrandr 1.5.3 to adapt to many kinds of systems.
1355138913561390Usage: $0 [OPTION]... [VAR=VALUE]...
13571391···13911425 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13921426 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13931427 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
14281428+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13941429 --libdir=DIR object code libraries [EPREFIX/lib]
13951430 --includedir=DIR C header files [PREFIX/include]
13961431 --oldincludedir=DIR C header files for non-gcc [/usr/include]
···1421145614221457if test -n "$ac_init_help"; then
14231458 case $ac_init_help in
14241424- short | recursive ) echo "Configuration of libXrandr 1.5.2:";;
14591459+ short | recursive ) echo "Configuration of libXrandr 1.5.3:";;
14251460 esac
14261461 cat <<\_ACEOF
14271462···14691504 LIBS libraries to pass to the linker, e.g. -l<library>
14701505 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
14711506 you have headers in a nonstandard directory <include dir>
14721472- CPP C preprocessor
14731507 PKG_CONFIG path to pkg-config utility
14741508 PKG_CONFIG_PATH
14751509 directories to add to pkg-config's search path
···14821516Use these variables to override the choices made by `configure' or to help
14831517it to find libraries and programs with nonstandard names/locations.
1484151814851485-Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXrandr/issues>.
15191519+Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/issues>.
14861520_ACEOF
14871521ac_status=$?
14881522fi
···14981532case "$ac_dir" in
14991533.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15001534*)
15011501- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15351535+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
15021536 # A ".." for each directory in $ac_dir_suffix.
15031503- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15371537+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15041538 case $ac_top_builddir_sub in
15051539 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15061540 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···15281562ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1529156315301564 cd "$ac_dir" || { ac_status=$?; continue; }
15311531- # Check for guested configure.
15651565+ # Check for configure.gnu first; this name is used for a wrapper for
15661566+ # Metaconfig's "Configure" on case-insensitive file systems.
15321567 if test -f "$ac_srcdir/configure.gnu"; then
15331568 echo &&
15341569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
···15361571 echo &&
15371572 $SHELL "$ac_srcdir/configure" --help=recursive
15381573 else
15391539- $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15741574+ printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15401575 fi || ac_status=$?
15411576 cd "$ac_pwd" || { ac_status=$?; break; }
15421577 done
···15451580test -n "$ac_init_help" && exit $ac_status
15461581if $ac_init_version; then
15471582 cat <<\_ACEOF
15481548-libXrandr configure 1.5.2
15491549-generated by GNU Autoconf 2.69
15831583+libXrandr configure 1.5.3
15841584+generated by GNU Autoconf 2.71
1550158515511551-Copyright (C) 2012 Free Software Foundation, Inc.
15861586+Copyright (C) 2021 Free Software Foundation, Inc.
15521587This configure script is free software; the Free Software Foundation
15531588gives unlimited permission to copy, distribute and modify it.
15541589_ACEOF
···15651600ac_fn_c_try_compile ()
15661601{
15671602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15681568- rm -f conftest.$ac_objext
16031603+ rm -f conftest.$ac_objext conftest.beam
15691604 if { { ac_try="$ac_compile"
15701605case "(($ac_try" in
15711606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15721607 *) ac_try_echo=$ac_try;;
15731608esac
15741609eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
15751575-$as_echo "$ac_try_echo"; } >&5
16101610+printf "%s\n" "$ac_try_echo"; } >&5
15761611 (eval "$ac_compile") 2>conftest.err
15771612 ac_status=$?
15781613 if test -s conftest.err; then
···15801615 cat conftest.er1 >&5
15811616 mv -f conftest.er1 conftest.err
15821617 fi
15831583- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16181618+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15841619 test $ac_status = 0; } && {
15851620 test -z "$ac_c_werror_flag" ||
15861621 test ! -s conftest.err
15871587- } && test -s conftest.$ac_objext; then :
16221622+ } && test -s conftest.$ac_objext
16231623+then :
15881624 ac_retval=0
15891589-else
15901590- $as_echo "$as_me: failed program was:" >&5
16251625+else $as_nop
16261626+ printf "%s\n" "$as_me: failed program was:" >&5
15911627sed 's/^/| /' conftest.$ac_ext >&5
1592162815931629 ac_retval=1
···16031639ac_fn_c_try_link ()
16041640{
16051641 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16061606- rm -f conftest.$ac_objext conftest$ac_exeext
16421642+ rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
16071643 if { { ac_try="$ac_link"
16081644case "(($ac_try" in
16091645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16101646 *) ac_try_echo=$ac_try;;
16111647esac
16121648eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16131613-$as_echo "$ac_try_echo"; } >&5
16491649+printf "%s\n" "$ac_try_echo"; } >&5
16141650 (eval "$ac_link") 2>conftest.err
16151651 ac_status=$?
16161652 if test -s conftest.err; then
···16181654 cat conftest.er1 >&5
16191655 mv -f conftest.er1 conftest.err
16201656 fi
16211621- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16571657+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16221658 test $ac_status = 0; } && {
16231659 test -z "$ac_c_werror_flag" ||
16241660 test ! -s conftest.err
16251661 } && test -s conftest$ac_exeext && {
16261662 test "$cross_compiling" = yes ||
16271663 test -x conftest$ac_exeext
16281628- }; then :
16641664+ }
16651665+then :
16291666 ac_retval=0
16301630-else
16311631- $as_echo "$as_me: failed program was:" >&5
16671667+else $as_nop
16681668+ printf "%s\n" "$as_me: failed program was:" >&5
16321669sed 's/^/| /' conftest.$ac_ext >&5
1633167016341671 ac_retval=1
···16501687ac_fn_c_check_header_compile ()
16511688{
16521689 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16531653- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
16541654-$as_echo_n "checking for $2... " >&6; }
16551655-if eval \${$3+:} false; then :
16561656- $as_echo_n "(cached) " >&6
16571657-else
16901690+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
16911691+printf %s "checking for $2... " >&6; }
16921692+if eval test \${$3+y}
16931693+then :
16941694+ printf %s "(cached) " >&6
16951695+else $as_nop
16581696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16591697/* end confdefs.h. */
16601698$4
16611699#include <$2>
16621700_ACEOF
16631663-if ac_fn_c_try_compile "$LINENO"; then :
17011701+if ac_fn_c_try_compile "$LINENO"
17021702+then :
16641703 eval "$3=yes"
16651665-else
17041704+else $as_nop
16661705 eval "$3=no"
16671706fi
16681668-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17071707+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
16691708fi
16701709eval ac_res=\$$3
16711671- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16721672-$as_echo "$ac_res" >&6; }
17101710+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17111711+printf "%s\n" "$ac_res" >&6; }
16731712 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1674171316751714} # ac_fn_c_check_header_compile
1676171516771677-# ac_fn_c_try_cpp LINENO
16781678-# ----------------------
16791679-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
16801680-ac_fn_c_try_cpp ()
16811681-{
16821682- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16831683- if { { ac_try="$ac_cpp conftest.$ac_ext"
16841684-case "(($ac_try" in
16851685- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16861686- *) ac_try_echo=$ac_try;;
16871687-esac
16881688-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16891689-$as_echo "$ac_try_echo"; } >&5
16901690- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
16911691- ac_status=$?
16921692- if test -s conftest.err; then
16931693- grep -v '^ *+' conftest.err >conftest.er1
16941694- cat conftest.er1 >&5
16951695- mv -f conftest.er1 conftest.err
16961696- fi
16971697- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16981698- test $ac_status = 0; } > conftest.i && {
16991699- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17001700- test ! -s conftest.err
17011701- }; then :
17021702- ac_retval=0
17031703-else
17041704- $as_echo "$as_me: failed program was:" >&5
17051705-sed 's/^/| /' conftest.$ac_ext >&5
17061706-17071707- ac_retval=1
17081708-fi
17091709- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17101710- as_fn_set_status $ac_retval
17111711-17121712-} # ac_fn_c_try_cpp
17131713-17141714-# ac_fn_c_try_run LINENO
17151715-# ----------------------
17161716-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
17171717-# that executables *can* be run.
17181718-ac_fn_c_try_run ()
17191719-{
17201720- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17211721- if { { ac_try="$ac_link"
17221722-case "(($ac_try" in
17231723- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17241724- *) ac_try_echo=$ac_try;;
17251725-esac
17261726-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17271727-$as_echo "$ac_try_echo"; } >&5
17281728- (eval "$ac_link") 2>&5
17291729- ac_status=$?
17301730- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17311731- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
17321732- { { case "(($ac_try" in
17331733- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17341734- *) ac_try_echo=$ac_try;;
17351735-esac
17361736-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17371737-$as_echo "$ac_try_echo"; } >&5
17381738- (eval "$ac_try") 2>&5
17391739- ac_status=$?
17401740- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17411741- test $ac_status = 0; }; }; then :
17421742- ac_retval=0
17431743-else
17441744- $as_echo "$as_me: program exited with status $ac_status" >&5
17451745- $as_echo "$as_me: failed program was:" >&5
17461746-sed 's/^/| /' conftest.$ac_ext >&5
17471747-17481748- ac_retval=$ac_status
17491749-fi
17501750- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
17511751- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17521752- as_fn_set_status $ac_retval
17531753-17541754-} # ac_fn_c_try_run
17551755-17561716# ac_fn_c_check_func LINENO FUNC VAR
17571717# ----------------------------------
17581718# Tests whether FUNC exists, setting the cache variable VAR accordingly
17591719ac_fn_c_check_func ()
17601720{
17611721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17621762- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17631763-$as_echo_n "checking for $2... " >&6; }
17641764-if eval \${$3+:} false; then :
17651765- $as_echo_n "(cached) " >&6
17661766-else
17221722+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17231723+printf %s "checking for $2... " >&6; }
17241724+if eval test \${$3+y}
17251725+then :
17261726+ printf %s "(cached) " >&6
17271727+else $as_nop
17671728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17681729/* end confdefs.h. */
17691730/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
···17711732#define $2 innocuous_$2
1772173317731734/* System header to define __stub macros and hopefully few prototypes,
17741774- which can conflict with char $2 (); below.
17751775- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17761776- <limits.h> exists even on freestanding compilers. */
17771777-17781778-#ifdef __STDC__
17791779-# include <limits.h>
17801780-#else
17811781-# include <assert.h>
17821782-#endif
17351735+ which can conflict with char $2 (); below. */
1783173617371737+#include <limits.h>
17841738#undef $2
1785173917861740/* Override any GCC internal prototype to avoid an error.
···17981752#endif
1799175318001754int
18011801-main ()
17551755+main (void)
18021756{
18031757return $2 ();
18041758 ;
18051759 return 0;
18061760}
18071761_ACEOF
18081808-if ac_fn_c_try_link "$LINENO"; then :
17621762+if ac_fn_c_try_link "$LINENO"
17631763+then :
18091764 eval "$3=yes"
18101810-else
17651765+else $as_nop
18111766 eval "$3=no"
18121767fi
18131813-rm -f core conftest.err conftest.$ac_objext \
17681768+rm -f core conftest.err conftest.$ac_objext conftest.beam \
18141769 conftest$ac_exeext conftest.$ac_ext
18151770fi
18161771eval ac_res=\$$3
18171817- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18181818-$as_echo "$ac_res" >&6; }
17721772+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17731773+printf "%s\n" "$ac_res" >&6; }
18191774 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1820177518211776} # ac_fn_c_check_func
1822177718231823-# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
18241824-# ---------------------------------------------
17781778+# ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
17791779+# ------------------------------------------------------------------
18251780# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
18261826-# accordingly.
18271827-ac_fn_c_check_decl ()
17811781+# accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
17821782+ac_fn_check_decl ()
18281783{
18291784 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18301785 as_decl_name=`echo $2|sed 's/ *(.*//'`
17861786+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
17871787+printf %s "checking whether $as_decl_name is declared... " >&6; }
17881788+if eval test \${$3+y}
17891789+then :
17901790+ printf %s "(cached) " >&6
17911791+else $as_nop
18311792 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
18321832- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
18331833-$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
18341834-if eval \${$3+:} false; then :
18351835- $as_echo_n "(cached) " >&6
18361836-else
17931793+ eval ac_save_FLAGS=\$$6
17941794+ as_fn_append $6 " $5"
18371795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18381796/* end confdefs.h. */
18391797$4
18401798int
18411841-main ()
17991799+main (void)
18421800{
18431801#ifndef $as_decl_name
18441802#ifdef __cplusplus
···18521810 return 0;
18531811}
18541812_ACEOF
18551855-if ac_fn_c_try_compile "$LINENO"; then :
18131813+if ac_fn_c_try_compile "$LINENO"
18141814+then :
18561815 eval "$3=yes"
18571857-else
18161816+else $as_nop
18581817 eval "$3=no"
18591818fi
18601860-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18191819+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
18201820+ eval $6=\$ac_save_FLAGS
18211821+18611822fi
18621823eval ac_res=\$$3
18631863- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18641864-$as_echo "$ac_res" >&6; }
18241824+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18251825+printf "%s\n" "$ac_res" >&6; }
18261826+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
18271827+18281828+} # ac_fn_check_decl
18291829+18301830+# ac_fn_c_try_run LINENO
18311831+# ----------------------
18321832+# Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that
18331833+# executables *can* be run.
18341834+ac_fn_c_try_run ()
18351835+{
18361836+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18371837+ if { { ac_try="$ac_link"
18381838+case "(($ac_try" in
18391839+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18401840+ *) ac_try_echo=$ac_try;;
18411841+esac
18421842+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18431843+printf "%s\n" "$ac_try_echo"; } >&5
18441844+ (eval "$ac_link") 2>&5
18451845+ ac_status=$?
18461846+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18471847+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
18481848+ { { case "(($ac_try" in
18491849+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18501850+ *) ac_try_echo=$ac_try;;
18511851+esac
18521852+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18531853+printf "%s\n" "$ac_try_echo"; } >&5
18541854+ (eval "$ac_try") 2>&5
18551855+ ac_status=$?
18561856+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18571857+ test $ac_status = 0; }; }
18581858+then :
18591859+ ac_retval=0
18601860+else $as_nop
18611861+ printf "%s\n" "$as_me: program exited with status $ac_status" >&5
18621862+ printf "%s\n" "$as_me: failed program was:" >&5
18631863+sed 's/^/| /' conftest.$ac_ext >&5
18641864+18651865+ ac_retval=$ac_status
18661866+fi
18671867+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
18651868 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
18691869+ as_fn_set_status $ac_retval
1866187018671867-} # ac_fn_c_check_decl
18711871+} # ac_fn_c_try_run
18721872+ac_configure_args_raw=
18731873+for ac_arg
18741874+do
18751875+ case $ac_arg in
18761876+ *\'*)
18771877+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18781878+ esac
18791879+ as_fn_append ac_configure_args_raw " '$ac_arg'"
18801880+done
18811881+18821882+case $ac_configure_args_raw in
18831883+ *$as_nl*)
18841884+ ac_safe_unquote= ;;
18851885+ *)
18861886+ ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
18871887+ ac_unsafe_a="$ac_unsafe_z#~"
18881888+ ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
18891889+ ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
18901890+esac
18911891+18681892cat >config.log <<_ACEOF
18691893This file contains any messages produced by compilers while
18701894running configure, to aid debugging if configure makes a mistake.
1871189518721872-It was created by libXrandr $as_me 1.5.2, which was
18731873-generated by GNU Autoconf 2.69. Invocation command line was
18961896+It was created by libXrandr $as_me 1.5.3, which was
18971897+generated by GNU Autoconf 2.71. Invocation command line was
1874189818751875- $ $0 $@
18991899+ $ $0$ac_configure_args_raw
1876190018771901_ACEOF
18781902exec 5>>config.log
···19051929for as_dir in $PATH
19061930do
19071931 IFS=$as_save_IFS
19081908- test -z "$as_dir" && as_dir=.
19091909- $as_echo "PATH: $as_dir"
19321932+ case $as_dir in #(((
19331933+ '') as_dir=./ ;;
19341934+ */) ;;
19351935+ *) as_dir=$as_dir/ ;;
19361936+ esac
19371937+ printf "%s\n" "PATH: $as_dir"
19101938 done
19111939IFS=$as_save_IFS
19121940···19411969 | -silent | --silent | --silen | --sile | --sil)
19421970 continue ;;
19431971 *\'*)
19441944- ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19721972+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19451973 esac
19461974 case $ac_pass in
19471975 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
···19762004# WARNING: Use '\'' to represent an apostrophe within the trap.
19772005# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
19782006trap 'exit_status=$?
20072007+ # Sanitize IFS.
20082008+ IFS=" "" $as_nl"
19792009 # Save into config.log some information that might help in debugging.
19802010 {
19812011 echo
1982201219831983- $as_echo "## ---------------- ##
20132013+ printf "%s\n" "## ---------------- ##
19842014## Cache variables. ##
19852015## ---------------- ##"
19862016 echo
···19912021 case $ac_val in #(
19922022 *${as_nl}*)
19932023 case $ac_var in #(
19941994- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
19951995-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
20242024+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
20252025+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
19962026 esac
19972027 case $ac_var in #(
19982028 _ | IFS | as_nl) ;; #(
···20162046)
20172047 echo
2018204820192019- $as_echo "## ----------------- ##
20492049+ printf "%s\n" "## ----------------- ##
20202050## Output variables. ##
20212051## ----------------- ##"
20222052 echo
···20242054 do
20252055 eval ac_val=\$$ac_var
20262056 case $ac_val in
20272027- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20572057+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20282058 esac
20292029- $as_echo "$ac_var='\''$ac_val'\''"
20592059+ printf "%s\n" "$ac_var='\''$ac_val'\''"
20302060 done | sort
20312061 echo
2032206220332063 if test -n "$ac_subst_files"; then
20342034- $as_echo "## ------------------- ##
20642064+ printf "%s\n" "## ------------------- ##
20352065## File substitutions. ##
20362066## ------------------- ##"
20372067 echo
···20392069 do
20402070 eval ac_val=\$$ac_var
20412071 case $ac_val in
20422042- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20722072+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20432073 esac
20442044- $as_echo "$ac_var='\''$ac_val'\''"
20742074+ printf "%s\n" "$ac_var='\''$ac_val'\''"
20452075 done | sort
20462076 echo
20472077 fi
2048207820492079 if test -s confdefs.h; then
20502050- $as_echo "## ----------- ##
20802080+ printf "%s\n" "## ----------- ##
20512081## confdefs.h. ##
20522082## ----------- ##"
20532083 echo
···20552085 echo
20562086 fi
20572087 test "$ac_signal" != 0 &&
20582058- $as_echo "$as_me: caught signal $ac_signal"
20592059- $as_echo "$as_me: exit $exit_status"
20882088+ printf "%s\n" "$as_me: caught signal $ac_signal"
20892089+ printf "%s\n" "$as_me: exit $exit_status"
20602090 } >&5
20612091 rm -f core *.core core.conftest.* &&
20622092 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
···20702100# confdefs.h avoids OS command line length limits that DEFS can exceed.
20712101rm -f -r conftest* confdefs.h
2072210220732073-$as_echo "/* confdefs.h */" > confdefs.h
21032103+printf "%s\n" "/* confdefs.h */" > confdefs.h
2074210420752105# Predefined preprocessor variables.
2076210620772077-cat >>confdefs.h <<_ACEOF
20782078-#define PACKAGE_NAME "$PACKAGE_NAME"
20792079-_ACEOF
21072107+printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
2080210820812081-cat >>confdefs.h <<_ACEOF
20822082-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
20832083-_ACEOF
21092109+printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
2084211020852085-cat >>confdefs.h <<_ACEOF
20862086-#define PACKAGE_VERSION "$PACKAGE_VERSION"
20872087-_ACEOF
21112111+printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
2088211220892089-cat >>confdefs.h <<_ACEOF
20902090-#define PACKAGE_STRING "$PACKAGE_STRING"
20912091-_ACEOF
21132113+printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
2092211420932093-cat >>confdefs.h <<_ACEOF
20942094-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
20952095-_ACEOF
21152115+printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
2096211620972097-cat >>confdefs.h <<_ACEOF
20982098-#define PACKAGE_URL "$PACKAGE_URL"
20992099-_ACEOF
21172117+printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
210021182101211921022120# Let the site file select an alternate cache file if it wants to.
21032121# Prefer an explicitly selected file to automatically selected ones.
21042104-ac_site_file1=NONE
21052105-ac_site_file2=NONE
21062122if test -n "$CONFIG_SITE"; then
21072107- # We do not want a PATH search for config.site.
21082108- case $CONFIG_SITE in #((
21092109- -*) ac_site_file1=./$CONFIG_SITE;;
21102110- */*) ac_site_file1=$CONFIG_SITE;;
21112111- *) ac_site_file1=./$CONFIG_SITE;;
21122112- esac
21232123+ ac_site_files="$CONFIG_SITE"
21132124elif test "x$prefix" != xNONE; then
21142114- ac_site_file1=$prefix/share/config.site
21152115- ac_site_file2=$prefix/etc/config.site
21252125+ ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
21162126else
21172117- ac_site_file1=$ac_default_prefix/share/config.site
21182118- ac_site_file2=$ac_default_prefix/etc/config.site
21272127+ ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
21192128fi
21202120-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
21292129+21302130+for ac_site_file in $ac_site_files
21212131do
21222122- test "x$ac_site_file" = xNONE && continue
21232123- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
21242124- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
21252125-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
21322132+ case $ac_site_file in #(
21332133+ */*) :
21342134+ ;; #(
21352135+ *) :
21362136+ ac_site_file=./$ac_site_file ;;
21372137+esac
21382138+ if test -f "$ac_site_file" && test -r "$ac_site_file"; then
21392139+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
21402140+printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
21262141 sed 's/^/| /' "$ac_site_file" >&5
21272142 . "$ac_site_file" \
21282128- || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21292129-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21432143+ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21442144+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
21302145as_fn_error $? "failed to load site script $ac_site_file
21312146See \`config.log' for more details" "$LINENO" 5; }
21322147 fi
···21362151 # Some versions of bash will fail to source /dev/null (special files
21372152 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
21382153 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
21392139- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
21402140-$as_echo "$as_me: loading cache $cache_file" >&6;}
21542154+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
21552155+printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
21412156 case $cache_file in
21422157 [\\/]* | ?:[\\/]* ) . "$cache_file";;
21432158 *) . "./$cache_file";;
21442159 esac
21452160 fi
21462161else
21472147- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
21482148-$as_echo "$as_me: creating cache $cache_file" >&6;}
21622162+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
21632163+printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
21492164 >$cache_file
21502165fi
2151216621672167+# Test code for whether the C compiler supports C89 (global declarations)
21682168+ac_c_conftest_c89_globals='
21692169+/* Does the compiler advertise C89 conformance?
21702170+ Do not test the value of __STDC__, because some compilers set it to 0
21712171+ while being otherwise adequately conformant. */
21722172+#if !defined __STDC__
21732173+# error "Compiler does not advertise C89 conformance"
21742174+#endif
21752175+21762176+#include <stddef.h>
21772177+#include <stdarg.h>
21782178+struct stat;
21792179+/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
21802180+struct buf { int x; };
21812181+struct buf * (*rcsopen) (struct buf *, struct stat *, int);
21822182+static char *e (p, i)
21832183+ char **p;
21842184+ int i;
21852185+{
21862186+ return p[i];
21872187+}
21882188+static char *f (char * (*g) (char **, int), char **p, ...)
21892189+{
21902190+ char *s;
21912191+ va_list v;
21922192+ va_start (v,p);
21932193+ s = g (p, va_arg (v,int));
21942194+ va_end (v);
21952195+ return s;
21962196+}
21972197+21982198+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
21992199+ function prototypes and stuff, but not \xHH hex character constants.
22002200+ These do not provoke an error unfortunately, instead are silently treated
22012201+ as an "x". The following induces an error, until -std is added to get
22022202+ proper ANSI mode. Curiously \x00 != x always comes out true, for an
22032203+ array size at least. It is necessary to write \x00 == 0 to get something
22042204+ that is true only with -std. */
22052205+int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
22062206+22072207+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
22082208+ inside strings and character constants. */
22092209+#define FOO(x) '\''x'\''
22102210+int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
22112211+22122212+int test (int i, double x);
22132213+struct s1 {int (*f) (int a);};
22142214+struct s2 {int (*f) (double a);};
22152215+int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
22162216+ int, int);'
22172217+22182218+# Test code for whether the C compiler supports C89 (body of main).
22192219+ac_c_conftest_c89_main='
22202220+ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
22212221+'
22222222+22232223+# Test code for whether the C compiler supports C99 (global declarations)
22242224+ac_c_conftest_c99_globals='
22252225+// Does the compiler advertise C99 conformance?
22262226+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
22272227+# error "Compiler does not advertise C99 conformance"
22282228+#endif
22292229+22302230+#include <stdbool.h>
22312231+extern int puts (const char *);
22322232+extern int printf (const char *, ...);
22332233+extern int dprintf (int, const char *, ...);
22342234+extern void *malloc (size_t);
22352235+22362236+// Check varargs macros. These examples are taken from C99 6.10.3.5.
22372237+// dprintf is used instead of fprintf to avoid needing to declare
22382238+// FILE and stderr.
22392239+#define debug(...) dprintf (2, __VA_ARGS__)
22402240+#define showlist(...) puts (#__VA_ARGS__)
22412241+#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
22422242+static void
22432243+test_varargs_macros (void)
22442244+{
22452245+ int x = 1234;
22462246+ int y = 5678;
22472247+ debug ("Flag");
22482248+ debug ("X = %d\n", x);
22492249+ showlist (The first, second, and third items.);
22502250+ report (x>y, "x is %d but y is %d", x, y);
22512251+}
22522252+22532253+// Check long long types.
22542254+#define BIG64 18446744073709551615ull
22552255+#define BIG32 4294967295ul
22562256+#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
22572257+#if !BIG_OK
22582258+ #error "your preprocessor is broken"
22592259+#endif
22602260+#if BIG_OK
22612261+#else
22622262+ #error "your preprocessor is broken"
22632263+#endif
22642264+static long long int bignum = -9223372036854775807LL;
22652265+static unsigned long long int ubignum = BIG64;
22662266+22672267+struct incomplete_array
22682268+{
22692269+ int datasize;
22702270+ double data[];
22712271+};
22722272+22732273+struct named_init {
22742274+ int number;
22752275+ const wchar_t *name;
22762276+ double average;
22772277+};
22782278+22792279+typedef const char *ccp;
22802280+22812281+static inline int
22822282+test_restrict (ccp restrict text)
22832283+{
22842284+ // See if C++-style comments work.
22852285+ // Iterate through items via the restricted pointer.
22862286+ // Also check for declarations in for loops.
22872287+ for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
22882288+ continue;
22892289+ return 0;
22902290+}
22912291+22922292+// Check varargs and va_copy.
22932293+static bool
22942294+test_varargs (const char *format, ...)
22952295+{
22962296+ va_list args;
22972297+ va_start (args, format);
22982298+ va_list args_copy;
22992299+ va_copy (args_copy, args);
23002300+23012301+ const char *str = "";
23022302+ int number = 0;
23032303+ float fnumber = 0;
23042304+23052305+ while (*format)
23062306+ {
23072307+ switch (*format++)
23082308+ {
23092309+ case '\''s'\'': // string
23102310+ str = va_arg (args_copy, const char *);
23112311+ break;
23122312+ case '\''d'\'': // int
23132313+ number = va_arg (args_copy, int);
23142314+ break;
23152315+ case '\''f'\'': // float
23162316+ fnumber = va_arg (args_copy, double);
23172317+ break;
23182318+ default:
23192319+ break;
23202320+ }
23212321+ }
23222322+ va_end (args_copy);
23232323+ va_end (args);
23242324+23252325+ return *str && number && fnumber;
23262326+}
23272327+'
23282328+23292329+# Test code for whether the C compiler supports C99 (body of main).
23302330+ac_c_conftest_c99_main='
23312331+ // Check bool.
23322332+ _Bool success = false;
23332333+ success |= (argc != 0);
23342334+23352335+ // Check restrict.
23362336+ if (test_restrict ("String literal") == 0)
23372337+ success = true;
23382338+ char *restrict newvar = "Another string";
23392339+23402340+ // Check varargs.
23412341+ success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
23422342+ test_varargs_macros ();
23432343+23442344+ // Check flexible array members.
23452345+ struct incomplete_array *ia =
23462346+ malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
23472347+ ia->datasize = 10;
23482348+ for (int i = 0; i < ia->datasize; ++i)
23492349+ ia->data[i] = i * 1.234;
23502350+23512351+ // Check named initializers.
23522352+ struct named_init ni = {
23532353+ .number = 34,
23542354+ .name = L"Test wide string",
23552355+ .average = 543.34343,
23562356+ };
23572357+23582358+ ni.number = 58;
23592359+23602360+ int dynamic_array[ni.number];
23612361+ dynamic_array[0] = argv[0][0];
23622362+ dynamic_array[ni.number - 1] = 543;
23632363+23642364+ // work around unused variable warnings
23652365+ ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
23662366+ || dynamic_array[ni.number - 1] != 543);
23672367+'
23682368+23692369+# Test code for whether the C compiler supports C11 (global declarations)
23702370+ac_c_conftest_c11_globals='
23712371+// Does the compiler advertise C11 conformance?
23722372+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
23732373+# error "Compiler does not advertise C11 conformance"
23742374+#endif
23752375+23762376+// Check _Alignas.
23772377+char _Alignas (double) aligned_as_double;
23782378+char _Alignas (0) no_special_alignment;
23792379+extern char aligned_as_int;
23802380+char _Alignas (0) _Alignas (int) aligned_as_int;
23812381+23822382+// Check _Alignof.
23832383+enum
23842384+{
23852385+ int_alignment = _Alignof (int),
23862386+ int_array_alignment = _Alignof (int[100]),
23872387+ char_alignment = _Alignof (char)
23882388+};
23892389+_Static_assert (0 < -_Alignof (int), "_Alignof is signed");
23902390+23912391+// Check _Noreturn.
23922392+int _Noreturn does_not_return (void) { for (;;) continue; }
23932393+23942394+// Check _Static_assert.
23952395+struct test_static_assert
23962396+{
23972397+ int x;
23982398+ _Static_assert (sizeof (int) <= sizeof (long int),
23992399+ "_Static_assert does not work in struct");
24002400+ long int y;
24012401+};
24022402+24032403+// Check UTF-8 literals.
24042404+#define u8 syntax error!
24052405+char const utf8_literal[] = u8"happens to be ASCII" "another string";
24062406+24072407+// Check duplicate typedefs.
24082408+typedef long *long_ptr;
24092409+typedef long int *long_ptr;
24102410+typedef long_ptr long_ptr;
24112411+24122412+// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
24132413+struct anonymous
24142414+{
24152415+ union {
24162416+ struct { int i; int j; };
24172417+ struct { int k; long int l; } w;
24182418+ };
24192419+ int m;
24202420+} v1;
24212421+'
24222422+24232423+# Test code for whether the C compiler supports C11 (body of main).
24242424+ac_c_conftest_c11_main='
24252425+ _Static_assert ((offsetof (struct anonymous, i)
24262426+ == offsetof (struct anonymous, w.k)),
24272427+ "Anonymous union alignment botch");
24282428+ v1.i = 2;
24292429+ v1.w.k = 5;
24302430+ ok |= v1.i != 5;
24312431+'
24322432+24332433+# Test code for whether the C compiler supports C11 (complete).
24342434+ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
24352435+${ac_c_conftest_c99_globals}
24362436+${ac_c_conftest_c11_globals}
24372437+24382438+int
24392439+main (int argc, char **argv)
24402440+{
24412441+ int ok = 0;
24422442+ ${ac_c_conftest_c89_main}
24432443+ ${ac_c_conftest_c99_main}
24442444+ ${ac_c_conftest_c11_main}
24452445+ return ok;
24462446+}
24472447+"
24482448+24492449+# Test code for whether the C compiler supports C99 (complete).
24502450+ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
24512451+${ac_c_conftest_c99_globals}
24522452+24532453+int
24542454+main (int argc, char **argv)
24552455+{
24562456+ int ok = 0;
24572457+ ${ac_c_conftest_c89_main}
24582458+ ${ac_c_conftest_c99_main}
24592459+ return ok;
24602460+}
24612461+"
24622462+24632463+# Test code for whether the C compiler supports C89 (complete).
24642464+ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
24652465+24662466+int
24672467+main (int argc, char **argv)
24682468+{
24692469+ int ok = 0;
24702470+ ${ac_c_conftest_c89_main}
24712471+ return ok;
24722472+}
24732473+"
24742474+24752475+as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
24762476+as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
24772477+as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
24782478+as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
24792479+as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
24802480+as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
24812481+as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
24822482+as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
24832483+as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
24842484+24852485+# Auxiliary files required by this configure script.
24862486+ac_aux_files="config.guess config.sub ltmain.sh missing install-sh"
24872487+24882488+# Locations in which to look for auxiliary files.
24892489+ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
24902490+24912491+# Search for a directory containing all of the required auxiliary files,
24922492+# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
24932493+# If we don't find one directory that contains all the files we need,
24942494+# we report the set of missing files from the *first* directory in
24952495+# $ac_aux_dir_candidates and give up.
24962496+ac_missing_aux_files=""
24972497+ac_first_candidate=:
24982498+printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
24992499+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25002500+as_found=false
25012501+for as_dir in $ac_aux_dir_candidates
25022502+do
25032503+ IFS=$as_save_IFS
25042504+ case $as_dir in #(((
25052505+ '') as_dir=./ ;;
25062506+ */) ;;
25072507+ *) as_dir=$as_dir/ ;;
25082508+ esac
25092509+ as_found=:
25102510+25112511+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
25122512+ ac_aux_dir_found=yes
25132513+ ac_install_sh=
25142514+ for ac_aux in $ac_aux_files
25152515+ do
25162516+ # As a special case, if "install-sh" is required, that requirement
25172517+ # can be satisfied by any of "install-sh", "install.sh", or "shtool",
25182518+ # and $ac_install_sh is set appropriately for whichever one is found.
25192519+ if test x"$ac_aux" = x"install-sh"
25202520+ then
25212521+ if test -f "${as_dir}install-sh"; then
25222522+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
25232523+ ac_install_sh="${as_dir}install-sh -c"
25242524+ elif test -f "${as_dir}install.sh"; then
25252525+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
25262526+ ac_install_sh="${as_dir}install.sh -c"
25272527+ elif test -f "${as_dir}shtool"; then
25282528+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
25292529+ ac_install_sh="${as_dir}shtool install -c"
25302530+ else
25312531+ ac_aux_dir_found=no
25322532+ if $ac_first_candidate; then
25332533+ ac_missing_aux_files="${ac_missing_aux_files} install-sh"
25342534+ else
25352535+ break
25362536+ fi
25372537+ fi
25382538+ else
25392539+ if test -f "${as_dir}${ac_aux}"; then
25402540+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
25412541+ else
25422542+ ac_aux_dir_found=no
25432543+ if $ac_first_candidate; then
25442544+ ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
25452545+ else
25462546+ break
25472547+ fi
25482548+ fi
25492549+ fi
25502550+ done
25512551+ if test "$ac_aux_dir_found" = yes; then
25522552+ ac_aux_dir="$as_dir"
25532553+ break
25542554+ fi
25552555+ ac_first_candidate=false
25562556+25572557+ as_found=false
25582558+done
25592559+IFS=$as_save_IFS
25602560+if $as_found
25612561+then :
25622562+25632563+else $as_nop
25642564+ as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
25652565+fi
25662566+25672567+25682568+# These three variables are undocumented and unsupported,
25692569+# and are intended to be withdrawn in a future Autoconf release.
25702570+# They can cause serious problems if a builder's source tree is in a directory
25712571+# whose full name contains unusual characters.
25722572+if test -f "${ac_aux_dir}config.guess"; then
25732573+ ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
25742574+fi
25752575+if test -f "${ac_aux_dir}config.sub"; then
25762576+ ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
25772577+fi
25782578+if test -f "$ac_aux_dir/configure"; then
25792579+ ac_configure="$SHELL ${ac_aux_dir}configure"
25802580+fi
25812581+21522582# Check that the precious variables saved in the cache have kept the same
21532583# value.
21542584ac_cache_corrupted=false
···21592589 eval ac_new_val=\$ac_env_${ac_var}_value
21602590 case $ac_old_set,$ac_new_set in
21612591 set,)
21622162- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
21632163-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
25922592+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
25932593+printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
21642594 ac_cache_corrupted=: ;;
21652595 ,set)
21662166- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
21672167-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
25962596+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
25972597+printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
21682598 ac_cache_corrupted=: ;;
21692599 ,);;
21702600 *)
···21732603 ac_old_val_w=`echo x $ac_old_val`
21742604 ac_new_val_w=`echo x $ac_new_val`
21752605 if test "$ac_old_val_w" != "$ac_new_val_w"; then
21762176- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
21772177-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
26062606+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
26072607+printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
21782608 ac_cache_corrupted=:
21792609 else
21802180- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
21812181-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
26102610+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
26112611+printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
21822612 eval $ac_var=\$ac_old_val
21832613 fi
21842184- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
21852185-$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
21862186- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
21872187-$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
26142614+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
26152615+printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
26162616+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
26172617+printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
21882618 fi;;
21892619 esac
21902620 # Pass precious variables to config.status.
21912621 if test "$ac_new_set" = set; then
21922622 case $ac_new_val in
21932193- *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
26232623+ *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
21942624 *) ac_arg=$ac_var=$ac_new_val ;;
21952625 esac
21962626 case " $ac_configure_args " in
···22002630 fi
22012631done
22022632if $ac_cache_corrupted; then
22032203- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22042204-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22052205- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
22062206-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22072207- as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
26332633+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
26342634+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
26352635+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
26362636+printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
26372637+ as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
26382638+ and start over" "$LINENO" 5
22082639fi
22092640## -------------------- ##
22102641## Main body of script. ##
···22242655# Initialize Automake
22252656am__api_version='1.12'
2226265722272227-ac_aux_dir=
22282228-for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
22292229- if test -f "$ac_dir/install-sh"; then
22302230- ac_aux_dir=$ac_dir
22312231- ac_install_sh="$ac_aux_dir/install-sh -c"
22322232- break
22332233- elif test -f "$ac_dir/install.sh"; then
22342234- ac_aux_dir=$ac_dir
22352235- ac_install_sh="$ac_aux_dir/install.sh -c"
22362236- break
22372237- elif test -f "$ac_dir/shtool"; then
22382238- ac_aux_dir=$ac_dir
22392239- ac_install_sh="$ac_aux_dir/shtool install -c"
22402240- break
22412241- fi
22422242-done
22432243-if test -z "$ac_aux_dir"; then
22442244- as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
22452245-fi
22462246-22472247-# These three variables are undocumented and unsupported,
22482248-# and are intended to be withdrawn in a future Autoconf release.
22492249-# They can cause serious problems if a builder's source tree is in a directory
22502250-# whose full name contains unusual characters.
22512251-ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
22522252-ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
22532253-ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
225426582255265922562256-# Find a good install program. We prefer a C program (faster),
26602660+ # Find a good install program. We prefer a C program (faster),
22572661# so one script is as good as another. But avoid the broken or
22582662# incompatible versions:
22592663# SysV /etc/install, /usr/sbin/install
···22672671# OS/2's system install, which has a completely different semantic
22682672# ./install, which can be erroneously created by make from ./install.sh.
22692673# Reject install programs that cannot install multiple files.
22702270-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
22712271-$as_echo_n "checking for a BSD-compatible install... " >&6; }
26742674+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
26752675+printf %s "checking for a BSD-compatible install... " >&6; }
22722676if test -z "$INSTALL"; then
22732273-if ${ac_cv_path_install+:} false; then :
22742274- $as_echo_n "(cached) " >&6
22752275-else
26772677+if test ${ac_cv_path_install+y}
26782678+then :
26792679+ printf %s "(cached) " >&6
26802680+else $as_nop
22762681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22772682for as_dir in $PATH
22782683do
22792684 IFS=$as_save_IFS
22802280- test -z "$as_dir" && as_dir=.
22812281- # Account for people who put trailing slashes in PATH elements.
22822282-case $as_dir/ in #((
22832283- ./ | .// | /[cC]/* | \
26852685+ case $as_dir in #(((
26862686+ '') as_dir=./ ;;
26872687+ */) ;;
26882688+ *) as_dir=$as_dir/ ;;
26892689+ esac
26902690+ # Account for fact that we put trailing slashes in our PATH walk.
26912691+case $as_dir in #((
26922692+ ./ | /[cC]/* | \
22842693 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
22852694 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
22862695 /usr/ucb/* ) ;;
···22902699 # by default.
22912700 for ac_prog in ginstall scoinst install; do
22922701 for ac_exec_ext in '' $ac_executable_extensions; do
22932293- if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
27022702+ if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
22942703 if test $ac_prog = install &&
22952295- grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
27042704+ grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
22962705 # AIX install. It has an incompatible calling convention.
22972706 :
22982707 elif test $ac_prog = install &&
22992299- grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
27082708+ grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
23002709 # program-specific install script used by HP pwplus--don't use.
23012710 :
23022711 else
···23042713 echo one > conftest.one
23052714 echo two > conftest.two
23062715 mkdir conftest.dir
23072307- if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
27162716+ if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
23082717 test -s conftest.one && test -s conftest.two &&
23092718 test -s conftest.dir/conftest.one &&
23102719 test -s conftest.dir/conftest.two
23112720 then
23122312- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
27212721+ ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
23132722 break 3
23142723 fi
23152724 fi
···23252734rm -rf conftest.one conftest.two conftest.dir
2326273523272736fi
23282328- if test "${ac_cv_path_install+set}" = set; then
27372737+ if test ${ac_cv_path_install+y}; then
23292738 INSTALL=$ac_cv_path_install
23302739 else
23312740 # As a last resort, use the slow shell script. Don't cache a
···23352744 INSTALL=$ac_install_sh
23362745 fi
23372746fi
23382338-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
23392339-$as_echo "$INSTALL" >&6; }
27472747+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
27482748+printf "%s\n" "$INSTALL" >&6; }
2340274923412750# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
23422751# It thinks the first close brace ends the variable substitution.
···2346275523472756test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2348275723492349-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
23502350-$as_echo_n "checking whether build environment is sane... " >&6; }
27582758+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
27592759+printf %s "checking whether build environment is sane... " >&6; }
23512760# Reject unsafe characters in $srcdir or the absolute working directory
23522761# name. Accept space and tab only in the latter.
23532762am_lf='
···24012810 as_fn_error $? "newly created file is older than distributed files!
24022811Check your system clock" "$LINENO" 5
24032812fi
24042404-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24052405-$as_echo "yes" >&6; }
28132813+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28142814+printf "%s\n" "yes" >&6; }
24062815# If we didn't sleep, we still need to ensure time stamps of config.status and
24072816# generated files are strictly newer.
24082817am_sleep_pid=
···24212830# Double any \ or $.
24222831# By default was `s,x,x', remove it if useless.
24232832ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
24242424-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
28332833+program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2425283424262835# expand $ac_aux_dir to an absolute path
24272836am_aux_dir=`cd $ac_aux_dir && pwd`
2428283724292429-if test x"${MISSING+set}" != xset; then
28382838+28392839+ if test x"${MISSING+set}" != xset; then
24302840 case $am_aux_dir in
24312841 *\ * | *\ *)
24322842 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
···24392849 am_missing_run="$MISSING --run "
24402850else
24412851 am_missing_run=
24422442- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
24432443-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
28522852+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
28532853+printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
24442854fi
2445285524462856if test x"${install_sh}" != xset; then
···24602870 if test -n "$ac_tool_prefix"; then
24612871 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
24622872set dummy ${ac_tool_prefix}strip; ac_word=$2
24632463-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24642464-$as_echo_n "checking for $ac_word... " >&6; }
24652465-if ${ac_cv_prog_STRIP+:} false; then :
24662466- $as_echo_n "(cached) " >&6
24672467-else
28732873+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28742874+printf %s "checking for $ac_word... " >&6; }
28752875+if test ${ac_cv_prog_STRIP+y}
28762876+then :
28772877+ printf %s "(cached) " >&6
28782878+else $as_nop
24682879 if test -n "$STRIP"; then
24692880 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
24702881else
···24722883for as_dir in $PATH
24732884do
24742885 IFS=$as_save_IFS
24752475- test -z "$as_dir" && as_dir=.
28862886+ case $as_dir in #(((
28872887+ '') as_dir=./ ;;
28882888+ */) ;;
28892889+ *) as_dir=$as_dir/ ;;
28902890+ esac
24762891 for ac_exec_ext in '' $ac_executable_extensions; do
24772477- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28922892+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
24782893 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
24792479- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28942894+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
24802895 break 2
24812896 fi
24822897done
···24872902fi
24882903STRIP=$ac_cv_prog_STRIP
24892904if test -n "$STRIP"; then
24902490- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
24912491-$as_echo "$STRIP" >&6; }
29052905+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
29062906+printf "%s\n" "$STRIP" >&6; }
24922907else
24932493- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24942494-$as_echo "no" >&6; }
29082908+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29092909+printf "%s\n" "no" >&6; }
24952910fi
2496291124972912···25002915 ac_ct_STRIP=$STRIP
25012916 # Extract the first word of "strip", so it can be a program name with args.
25022917set dummy strip; ac_word=$2
25032503-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25042504-$as_echo_n "checking for $ac_word... " >&6; }
25052505-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
25062506- $as_echo_n "(cached) " >&6
25072507-else
29182918+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29192919+printf %s "checking for $ac_word... " >&6; }
29202920+if test ${ac_cv_prog_ac_ct_STRIP+y}
29212921+then :
29222922+ printf %s "(cached) " >&6
29232923+else $as_nop
25082924 if test -n "$ac_ct_STRIP"; then
25092925 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
25102926else
···25122928for as_dir in $PATH
25132929do
25142930 IFS=$as_save_IFS
25152515- test -z "$as_dir" && as_dir=.
29312931+ case $as_dir in #(((
29322932+ '') as_dir=./ ;;
29332933+ */) ;;
29342934+ *) as_dir=$as_dir/ ;;
29352935+ esac
25162936 for ac_exec_ext in '' $ac_executable_extensions; do
25172517- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29372937+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
25182938 ac_cv_prog_ac_ct_STRIP="strip"
25192519- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29392939+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
25202940 break 2
25212941 fi
25222942done
···25272947fi
25282948ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
25292949if test -n "$ac_ct_STRIP"; then
25302530- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
25312531-$as_echo "$ac_ct_STRIP" >&6; }
29502950+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
29512951+printf "%s\n" "$ac_ct_STRIP" >&6; }
25322952else
25332533- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25342534-$as_echo "no" >&6; }
29532953+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29542954+printf "%s\n" "no" >&6; }
25352955fi
2536295625372957 if test "x$ac_ct_STRIP" = x; then
···25392959 else
25402960 case $cross_compiling:$ac_tool_warned in
25412961yes:)
25422542-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25432543-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
29622962+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
29632963+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25442964ac_tool_warned=yes ;;
25452965esac
25462966 STRIP=$ac_ct_STRIP
···25522972fi
25532973INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2554297425552555-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
25562556-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
29752975+29762976+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
29772977+printf %s "checking for a race-free mkdir -p... " >&6; }
25572978if test -z "$MKDIR_P"; then
25582558- if ${ac_cv_path_mkdir+:} false; then :
25592559- $as_echo_n "(cached) " >&6
25602560-else
29792979+ if test ${ac_cv_path_mkdir+y}
29802980+then :
29812981+ printf %s "(cached) " >&6
29822982+else $as_nop
25612983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25622984for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
25632985do
25642986 IFS=$as_save_IFS
25652565- test -z "$as_dir" && as_dir=.
29872987+ case $as_dir in #(((
29882988+ '') as_dir=./ ;;
29892989+ */) ;;
29902990+ *) as_dir=$as_dir/ ;;
29912991+ esac
25662992 for ac_prog in mkdir gmkdir; do
25672993 for ac_exec_ext in '' $ac_executable_extensions; do
25682568- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
25692569- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
25702570- 'mkdir (GNU coreutils) '* | \
25712571- 'mkdir (coreutils) '* | \
29942994+ as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
29952995+ case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
29962996+ 'mkdir ('*'coreutils) '* | \
29972997+ 'BusyBox '* | \
25722998 'mkdir (fileutils) '4.1*)
25732573- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
29992999+ ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
25743000 break 3;;
25753001 esac
25763002 done
···25813007fi
2582300825833009 test -d ./--version && rmdir ./--version
25842584- if test "${ac_cv_path_mkdir+set}" = set; then
30103010+ if test ${ac_cv_path_mkdir+y}; then
25853011 MKDIR_P="$ac_cv_path_mkdir -p"
25863012 else
25873013 # As a last resort, use the slow shell script. Don't cache a
···25913017 MKDIR_P="$ac_install_sh -d"
25923018 fi
25933019fi
25942594-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
25952595-$as_echo "$MKDIR_P" >&6; }
30203020+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
30213021+printf "%s\n" "$MKDIR_P" >&6; }
2596302225973023for ac_prog in gawk mawk nawk awk
25983024do
25993025 # Extract the first word of "$ac_prog", so it can be a program name with args.
26003026set dummy $ac_prog; ac_word=$2
26012601-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26022602-$as_echo_n "checking for $ac_word... " >&6; }
26032603-if ${ac_cv_prog_AWK+:} false; then :
26042604- $as_echo_n "(cached) " >&6
26052605-else
30273027+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30283028+printf %s "checking for $ac_word... " >&6; }
30293029+if test ${ac_cv_prog_AWK+y}
30303030+then :
30313031+ printf %s "(cached) " >&6
30323032+else $as_nop
26063033 if test -n "$AWK"; then
26073034 ac_cv_prog_AWK="$AWK" # Let the user override the test.
26083035else
···26103037for as_dir in $PATH
26113038do
26123039 IFS=$as_save_IFS
26132613- test -z "$as_dir" && as_dir=.
30403040+ case $as_dir in #(((
30413041+ '') as_dir=./ ;;
30423042+ */) ;;
30433043+ *) as_dir=$as_dir/ ;;
30443044+ esac
26143045 for ac_exec_ext in '' $ac_executable_extensions; do
26152615- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30463046+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
26163047 ac_cv_prog_AWK="$ac_prog"
26172617- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
30483048+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
26183049 break 2
26193050 fi
26203051done
···26253056fi
26263057AWK=$ac_cv_prog_AWK
26273058if test -n "$AWK"; then
26282628- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
26292629-$as_echo "$AWK" >&6; }
30593059+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
30603060+printf "%s\n" "$AWK" >&6; }
26303061else
26312631- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26322632-$as_echo "no" >&6; }
30623062+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
30633063+printf "%s\n" "no" >&6; }
26333064fi
263430652635306626363067 test -n "$AWK" && break
26373068done
2638306926392639-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
26402640-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
30703070+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
30713071+printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
26413072set x ${MAKE-make}
26422642-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
26432643-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
26442644- $as_echo_n "(cached) " >&6
26452645-else
30733073+ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
30743074+if eval test \${ac_cv_prog_make_${ac_make}_set+y}
30753075+then :
30763076+ printf %s "(cached) " >&6
30773077+else $as_nop
26463078 cat >conftest.make <<\_ACEOF
26473079SHELL = /bin/sh
26483080all:
···26583090rm -f conftest.make
26593091fi
26603092if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
26612661- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26622662-$as_echo "yes" >&6; }
30933093+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
30943094+printf "%s\n" "yes" >&6; }
26633095 SET_MAKE=
26643096else
26652665- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26662666-$as_echo "no" >&6; }
30973097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
30983098+printf "%s\n" "no" >&6; }
26673099 SET_MAKE="MAKE=${MAKE-make}"
26683100fi
26693101···2698313026993131# Define the identity of the package.
27003132 PACKAGE='libXrandr'
27012701- VERSION='1.5.2'
31333133+ VERSION='1.5.3'
270231342703313527042704-cat >>confdefs.h <<_ACEOF
27052705-#define PACKAGE "$PACKAGE"
27062706-_ACEOF
31363136+printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
270731372708313827092709-cat >>confdefs.h <<_ACEOF
27102710-#define VERSION "$VERSION"
27112711-_ACEOF
31393139+printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2712314027133141# Some tools Automake needs.
27143142···274631742747317527483176# Initialize libtool
31773177+27493178case `pwd` in
27503179 *\ * | *\ *)
27512751- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
27522752-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
31803180+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
31813181+printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
27533182esac
2754318327553184···27693198277031992771320032013201+27723202ltmain="$ac_aux_dir/ltmain.sh"
2773320327742774-# Make sure we can run config.sub.
27752775-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
27762776- as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2777320427782778-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
27792779-$as_echo_n "checking build system type... " >&6; }
27802780-if ${ac_cv_build+:} false; then :
27812781- $as_echo_n "(cached) " >&6
27822782-else
32053205+32063206+ # Make sure we can run config.sub.
32073207+$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
32083208+ as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
32093209+32103210+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
32113211+printf %s "checking build system type... " >&6; }
32123212+if test ${ac_cv_build+y}
32133213+then :
32143214+ printf %s "(cached) " >&6
32153215+else $as_nop
27833216 ac_build_alias=$build_alias
27843217test "x$ac_build_alias" = x &&
27852785- ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
32183218+ ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
27863219test "x$ac_build_alias" = x &&
27873220 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
27882788-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
27892789- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
32213221+ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
32223222+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
2790322327913224fi
27922792-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
27932793-$as_echo "$ac_cv_build" >&6; }
32253225+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
32263226+printf "%s\n" "$ac_cv_build" >&6; }
27943227case $ac_cv_build in
27953228*-*-*) ;;
27963229*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
···28093242case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
281032432811324428122812-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
28132813-$as_echo_n "checking host system type... " >&6; }
28142814-if ${ac_cv_host+:} false; then :
28152815- $as_echo_n "(cached) " >&6
28162816-else
32453245+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
32463246+printf %s "checking host system type... " >&6; }
32473247+if test ${ac_cv_host+y}
32483248+then :
32493249+ printf %s "(cached) " >&6
32503250+else $as_nop
28173251 if test "x$host_alias" = x; then
28183252 ac_cv_host=$ac_cv_build
28193253else
28202820- ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
28212821- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
32543254+ ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
32553255+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
28223256fi
2823325728243258fi
28252825-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
28262826-$as_echo "$ac_cv_host" >&6; }
32593259+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
32603260+printf "%s\n" "$ac_cv_host" >&6; }
28273261case $ac_cv_host in
28283262*-*-*) ;;
28293263*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
···28633297ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
28643298ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
2865329928662866-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
28672867-$as_echo_n "checking how to print strings... " >&6; }
33003300+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
33013301+printf %s "checking how to print strings... " >&6; }
28683302# Test print first, because it will be a builtin if present.
28693303if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
28703304 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
···28903324}
2891332528923326case "$ECHO" in
28932893- printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
28942894-$as_echo "printf" >&6; } ;;
28952895- print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
28962896-$as_echo "print -r" >&6; } ;;
28972897- *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
28982898-$as_echo "cat" >&6; } ;;
33273327+ printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5
33283328+printf "%s\n" "printf" >&6; } ;;
33293329+ print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
33303330+printf "%s\n" "print -r" >&6; } ;;
33313331+ *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5
33323332+printf "%s\n" "cat" >&6; } ;;
28993333esac
33343334+33353335+33363336+33373337+33383338+33393339+290033402901334129023342···29113351291233522913335333543354+33553355+33563356+29143357DEPDIR="${am__leading_dot}deps"
2915335829163359ac_config_commands="$ac_config_commands depfiles"
···29233366.PHONY: am__doit
29243367END
29253368# If we don't find an include directive, just comment out the code.
29262926-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
29272927-$as_echo_n "checking for style of include used by $am_make... " >&6; }
33693369+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
33703370+printf %s "checking for style of include used by $am_make... " >&6; }
29283371am__include="#"
29293372am__quote=
29303373_am_result=none
···29513394fi
295233952953339629542954-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
29552955-$as_echo "$_am_result" >&6; }
33973397+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
33983398+printf "%s\n" "$_am_result" >&6; }
29563399rm -f confinc confmf
2957340029583401# Check whether --enable-dependency-tracking was given.
29592959-if test "${enable_dependency_tracking+set}" = set; then :
34023402+if test ${enable_dependency_tracking+y}
34033403+then :
29603404 enableval=$enable_dependency_tracking;
29613405fi
29623406···29823426if test -n "$ac_tool_prefix"; then
29833427 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
29843428set dummy ${ac_tool_prefix}gcc; ac_word=$2
29852985-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29862986-$as_echo_n "checking for $ac_word... " >&6; }
29872987-if ${ac_cv_prog_CC+:} false; then :
29882988- $as_echo_n "(cached) " >&6
29892989-else
34293429+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34303430+printf %s "checking for $ac_word... " >&6; }
34313431+if test ${ac_cv_prog_CC+y}
34323432+then :
34333433+ printf %s "(cached) " >&6
34343434+else $as_nop
29903435 if test -n "$CC"; then
29913436 ac_cv_prog_CC="$CC" # Let the user override the test.
29923437else
···29943439for as_dir in $PATH
29953440do
29963441 IFS=$as_save_IFS
29972997- test -z "$as_dir" && as_dir=.
34423442+ case $as_dir in #(((
34433443+ '') as_dir=./ ;;
34443444+ */) ;;
34453445+ *) as_dir=$as_dir/ ;;
34463446+ esac
29983447 for ac_exec_ext in '' $ac_executable_extensions; do
29992999- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34483448+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
30003449 ac_cv_prog_CC="${ac_tool_prefix}gcc"
30013001- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34503450+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30023451 break 2
30033452 fi
30043453done
···30093458fi
30103459CC=$ac_cv_prog_CC
30113460if test -n "$CC"; then
30123012- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
30133013-$as_echo "$CC" >&6; }
34613461+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
34623462+printf "%s\n" "$CC" >&6; }
30143463else
30153015- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30163016-$as_echo "no" >&6; }
34643464+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34653465+printf "%s\n" "no" >&6; }
30173466fi
3018346730193468···30223471 ac_ct_CC=$CC
30233472 # Extract the first word of "gcc", so it can be a program name with args.
30243473set dummy gcc; ac_word=$2
30253025-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30263026-$as_echo_n "checking for $ac_word... " >&6; }
30273027-if ${ac_cv_prog_ac_ct_CC+:} false; then :
30283028- $as_echo_n "(cached) " >&6
30293029-else
34743474+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34753475+printf %s "checking for $ac_word... " >&6; }
34763476+if test ${ac_cv_prog_ac_ct_CC+y}
34773477+then :
34783478+ printf %s "(cached) " >&6
34793479+else $as_nop
30303480 if test -n "$ac_ct_CC"; then
30313481 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
30323482else
···30343484for as_dir in $PATH
30353485do
30363486 IFS=$as_save_IFS
30373037- test -z "$as_dir" && as_dir=.
34873487+ case $as_dir in #(((
34883488+ '') as_dir=./ ;;
34893489+ */) ;;
34903490+ *) as_dir=$as_dir/ ;;
34913491+ esac
30383492 for ac_exec_ext in '' $ac_executable_extensions; do
30393039- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34933493+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
30403494 ac_cv_prog_ac_ct_CC="gcc"
30413041- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34953495+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30423496 break 2
30433497 fi
30443498done
···30493503fi
30503504ac_ct_CC=$ac_cv_prog_ac_ct_CC
30513505if test -n "$ac_ct_CC"; then
30523052- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
30533053-$as_echo "$ac_ct_CC" >&6; }
35063506+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
35073507+printf "%s\n" "$ac_ct_CC" >&6; }
30543508else
30553055- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30563056-$as_echo "no" >&6; }
35093509+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35103510+printf "%s\n" "no" >&6; }
30573511fi
3058351230593513 if test "x$ac_ct_CC" = x; then
···30613515 else
30623516 case $cross_compiling:$ac_tool_warned in
30633517yes:)
30643064-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
30653065-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
35183518+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
35193519+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
30663520ac_tool_warned=yes ;;
30673521esac
30683522 CC=$ac_ct_CC
···30753529 if test -n "$ac_tool_prefix"; then
30763530 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
30773531set dummy ${ac_tool_prefix}cc; ac_word=$2
30783078-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30793079-$as_echo_n "checking for $ac_word... " >&6; }
30803080-if ${ac_cv_prog_CC+:} false; then :
30813081- $as_echo_n "(cached) " >&6
30823082-else
35323532+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
35333533+printf %s "checking for $ac_word... " >&6; }
35343534+if test ${ac_cv_prog_CC+y}
35353535+then :
35363536+ printf %s "(cached) " >&6
35373537+else $as_nop
30833538 if test -n "$CC"; then
30843539 ac_cv_prog_CC="$CC" # Let the user override the test.
30853540else
···30873542for as_dir in $PATH
30883543do
30893544 IFS=$as_save_IFS
30903090- test -z "$as_dir" && as_dir=.
35453545+ case $as_dir in #(((
35463546+ '') as_dir=./ ;;
35473547+ */) ;;
35483548+ *) as_dir=$as_dir/ ;;
35493549+ esac
30913550 for ac_exec_ext in '' $ac_executable_extensions; do
30923092- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
35513551+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
30933552 ac_cv_prog_CC="${ac_tool_prefix}cc"
30943094- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35533553+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30953554 break 2
30963555 fi
30973556done
···31023561fi
31033562CC=$ac_cv_prog_CC
31043563if test -n "$CC"; then
31053105- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31063106-$as_echo "$CC" >&6; }
35643564+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
35653565+printf "%s\n" "$CC" >&6; }
31073566else
31083108- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31093109-$as_echo "no" >&6; }
35673567+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35683568+printf "%s\n" "no" >&6; }
31103569fi
3111357031123571···31153574if test -z "$CC"; then
31163575 # Extract the first word of "cc", so it can be a program name with args.
31173576set dummy cc; ac_word=$2
31183118-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31193119-$as_echo_n "checking for $ac_word... " >&6; }
31203120-if ${ac_cv_prog_CC+:} false; then :
31213121- $as_echo_n "(cached) " >&6
31223122-else
35773577+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
35783578+printf %s "checking for $ac_word... " >&6; }
35793579+if test ${ac_cv_prog_CC+y}
35803580+then :
35813581+ printf %s "(cached) " >&6
35823582+else $as_nop
31233583 if test -n "$CC"; then
31243584 ac_cv_prog_CC="$CC" # Let the user override the test.
31253585else
···31283588for as_dir in $PATH
31293589do
31303590 IFS=$as_save_IFS
31313131- test -z "$as_dir" && as_dir=.
35913591+ case $as_dir in #(((
35923592+ '') as_dir=./ ;;
35933593+ */) ;;
35943594+ *) as_dir=$as_dir/ ;;
35953595+ esac
31323596 for ac_exec_ext in '' $ac_executable_extensions; do
31333133- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31343134- if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
35973597+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
35983598+ if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
31353599 ac_prog_rejected=yes
31363600 continue
31373601 fi
31383602 ac_cv_prog_CC="cc"
31393139- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36033603+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
31403604 break 2
31413605 fi
31423606done
···31523616 # However, it has the same basename, so the bogon will be chosen
31533617 # first if we set CC to just the basename; use the full file name.
31543618 shift
31553155- ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
36193619+ ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
31563620 fi
31573621fi
31583622fi
31593623fi
31603624CC=$ac_cv_prog_CC
31613625if test -n "$CC"; then
31623162- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31633163-$as_echo "$CC" >&6; }
36263626+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
36273627+printf "%s\n" "$CC" >&6; }
31643628else
31653165- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31663166-$as_echo "no" >&6; }
36293629+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
36303630+printf "%s\n" "no" >&6; }
31673631fi
3168363231693633···31743638 do
31753639 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
31763640set dummy $ac_tool_prefix$ac_prog; ac_word=$2
31773177-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31783178-$as_echo_n "checking for $ac_word... " >&6; }
31793179-if ${ac_cv_prog_CC+:} false; then :
31803180- $as_echo_n "(cached) " >&6
31813181-else
36413641+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36423642+printf %s "checking for $ac_word... " >&6; }
36433643+if test ${ac_cv_prog_CC+y}
36443644+then :
36453645+ printf %s "(cached) " >&6
36463646+else $as_nop
31823647 if test -n "$CC"; then
31833648 ac_cv_prog_CC="$CC" # Let the user override the test.
31843649else
···31863651for as_dir in $PATH
31873652do
31883653 IFS=$as_save_IFS
31893189- test -z "$as_dir" && as_dir=.
36543654+ case $as_dir in #(((
36553655+ '') as_dir=./ ;;
36563656+ */) ;;
36573657+ *) as_dir=$as_dir/ ;;
36583658+ esac
31903659 for ac_exec_ext in '' $ac_executable_extensions; do
31913191- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36603660+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
31923661 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
31933193- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36623662+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
31943663 break 2
31953664 fi
31963665done
···32013670fi
32023671CC=$ac_cv_prog_CC
32033672if test -n "$CC"; then
32043204- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
32053205-$as_echo "$CC" >&6; }
36733673+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
36743674+printf "%s\n" "$CC" >&6; }
32063675else
32073207- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32083208-$as_echo "no" >&6; }
36763676+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
36773677+printf "%s\n" "no" >&6; }
32093678fi
3210367932113680···32183687do
32193688 # Extract the first word of "$ac_prog", so it can be a program name with args.
32203689set dummy $ac_prog; ac_word=$2
32213221-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32223222-$as_echo_n "checking for $ac_word... " >&6; }
32233223-if ${ac_cv_prog_ac_ct_CC+:} false; then :
32243224- $as_echo_n "(cached) " >&6
32253225-else
36903690+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36913691+printf %s "checking for $ac_word... " >&6; }
36923692+if test ${ac_cv_prog_ac_ct_CC+y}
36933693+then :
36943694+ printf %s "(cached) " >&6
36953695+else $as_nop
32263696 if test -n "$ac_ct_CC"; then
32273697 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
32283698else
···32303700for as_dir in $PATH
32313701do
32323702 IFS=$as_save_IFS
32333233- test -z "$as_dir" && as_dir=.
37033703+ case $as_dir in #(((
37043704+ '') as_dir=./ ;;
37053705+ */) ;;
37063706+ *) as_dir=$as_dir/ ;;
37073707+ esac
32343708 for ac_exec_ext in '' $ac_executable_extensions; do
32353235- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37093709+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
32363710 ac_cv_prog_ac_ct_CC="$ac_prog"
32373237- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37113711+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
32383712 break 2
32393713 fi
32403714done
···32453719fi
32463720ac_ct_CC=$ac_cv_prog_ac_ct_CC
32473721if test -n "$ac_ct_CC"; then
32483248- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
32493249-$as_echo "$ac_ct_CC" >&6; }
37223722+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
37233723+printf "%s\n" "$ac_ct_CC" >&6; }
32503724else
32513251- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32523252-$as_echo "no" >&6; }
37253725+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
37263726+printf "%s\n" "no" >&6; }
32533727fi
3254372832553729···32613735 else
32623736 case $cross_compiling:$ac_tool_warned in
32633737yes:)
32643264-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
32653265-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
37383738+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
37393739+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
32663740ac_tool_warned=yes ;;
32673741esac
32683742 CC=$ac_ct_CC
···32703744fi
3271374532723746fi
37473747+if test -z "$CC"; then
37483748+ if test -n "$ac_tool_prefix"; then
37493749+ # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
37503750+set dummy ${ac_tool_prefix}clang; ac_word=$2
37513751+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37523752+printf %s "checking for $ac_word... " >&6; }
37533753+if test ${ac_cv_prog_CC+y}
37543754+then :
37553755+ printf %s "(cached) " >&6
37563756+else $as_nop
37573757+ if test -n "$CC"; then
37583758+ ac_cv_prog_CC="$CC" # Let the user override the test.
37593759+else
37603760+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37613761+for as_dir in $PATH
37623762+do
37633763+ IFS=$as_save_IFS
37643764+ case $as_dir in #(((
37653765+ '') as_dir=./ ;;
37663766+ */) ;;
37673767+ *) as_dir=$as_dir/ ;;
37683768+ esac
37693769+ for ac_exec_ext in '' $ac_executable_extensions; do
37703770+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
37713771+ ac_cv_prog_CC="${ac_tool_prefix}clang"
37723772+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
37733773+ break 2
37743774+ fi
37753775+done
37763776+ done
37773777+IFS=$as_save_IFS
3273377837793779+fi
37803780+fi
37813781+CC=$ac_cv_prog_CC
37823782+if test -n "$CC"; then
37833783+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
37843784+printf "%s\n" "$CC" >&6; }
37853785+else
37863786+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
37873787+printf "%s\n" "no" >&6; }
37883788+fi
3274378932753275-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32763276-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37903790+37913791+fi
37923792+if test -z "$ac_cv_prog_CC"; then
37933793+ ac_ct_CC=$CC
37943794+ # Extract the first word of "clang", so it can be a program name with args.
37953795+set dummy clang; ac_word=$2
37963796+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37973797+printf %s "checking for $ac_word... " >&6; }
37983798+if test ${ac_cv_prog_ac_ct_CC+y}
37993799+then :
38003800+ printf %s "(cached) " >&6
38013801+else $as_nop
38023802+ if test -n "$ac_ct_CC"; then
38033803+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
38043804+else
38053805+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38063806+for as_dir in $PATH
38073807+do
38083808+ IFS=$as_save_IFS
38093809+ case $as_dir in #(((
38103810+ '') as_dir=./ ;;
38113811+ */) ;;
38123812+ *) as_dir=$as_dir/ ;;
38133813+ esac
38143814+ for ac_exec_ext in '' $ac_executable_extensions; do
38153815+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
38163816+ ac_cv_prog_ac_ct_CC="clang"
38173817+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
38183818+ break 2
38193819+ fi
38203820+done
38213821+ done
38223822+IFS=$as_save_IFS
38233823+38243824+fi
38253825+fi
38263826+ac_ct_CC=$ac_cv_prog_ac_ct_CC
38273827+if test -n "$ac_ct_CC"; then
38283828+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
38293829+printf "%s\n" "$ac_ct_CC" >&6; }
38303830+else
38313831+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
38323832+printf "%s\n" "no" >&6; }
38333833+fi
38343834+38353835+ if test "x$ac_ct_CC" = x; then
38363836+ CC=""
38373837+ else
38383838+ case $cross_compiling:$ac_tool_warned in
38393839+yes:)
38403840+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38413841+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
38423842+ac_tool_warned=yes ;;
38433843+esac
38443844+ CC=$ac_ct_CC
38453845+ fi
38463846+else
38473847+ CC="$ac_cv_prog_CC"
38483848+fi
38493849+38503850+fi
38513851+38523852+38533853+test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
38543854+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
32773855as_fn_error $? "no acceptable C compiler found in \$PATH
32783856See \`config.log' for more details" "$LINENO" 5; }
3279385732803858# Provide some information about the compiler.
32813281-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
38593859+printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
32823860set X $ac_compile
32833861ac_compiler=$2
32843284-for ac_option in --version -v -V -qversion; do
38623862+for ac_option in --version -v -V -qversion -version; do
32853863 { { ac_try="$ac_compiler $ac_option >&5"
32863864case "(($ac_try" in
32873865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32883866 *) ac_try_echo=$ac_try;;
32893867esac
32903868eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32913291-$as_echo "$ac_try_echo"; } >&5
38693869+printf "%s\n" "$ac_try_echo"; } >&5
32923870 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
32933871 ac_status=$?
32943872 if test -s conftest.err; then
···32983876 cat conftest.er1 >&5
32993877 fi
33003878 rm -f conftest.er1 conftest.err
33013301- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
38793879+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33023880 test $ac_status = 0; }
33033881done
33043882···33063884/* end confdefs.h. */
3307388533083886int
33093309-main ()
38873887+main (void)
33103888{
3311388933123890 ;
···33183896# Try to create an executable without -o first, disregard a.out.
33193897# It will help us diagnose broken compilers, and finding out an intuition
33203898# of exeext.
33213321-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
33223322-$as_echo_n "checking whether the C compiler works... " >&6; }
33233323-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
38993899+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
39003900+printf %s "checking whether the C compiler works... " >&6; }
39013901+ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3324390233253903# The possible output files:
33263904ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
···33413919 *) ac_try_echo=$ac_try;;
33423920esac
33433921eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
33443344-$as_echo "$ac_try_echo"; } >&5
39223922+printf "%s\n" "$ac_try_echo"; } >&5
33453923 (eval "$ac_link_default") 2>&5
33463924 ac_status=$?
33473347- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33483348- test $ac_status = 0; }; then :
39253925+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
39263926+ test $ac_status = 0; }
39273927+then :
33493928 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
33503929# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
33513930# in a Makefile. We should not override ac_cv_exeext if it was cached,
···33623941 # certainly right.
33633942 break;;
33643943 *.* )
33653365- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
39443944+ if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
33663945 then :; else
33673946 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
33683947 fi
···33783957done
33793958test "$ac_cv_exeext" = no && ac_cv_exeext=
3380395933813381-else
39603960+else $as_nop
33823961 ac_file=''
33833962fi
33843384-if test -z "$ac_file"; then :
33853385- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33863386-$as_echo "no" >&6; }
33873387-$as_echo "$as_me: failed program was:" >&5
39633963+if test -z "$ac_file"
39643964+then :
39653965+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
39663966+printf "%s\n" "no" >&6; }
39673967+printf "%s\n" "$as_me: failed program was:" >&5
33883968sed 's/^/| /' conftest.$ac_ext >&5
3389396933903390-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
33913391-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39703970+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
39713971+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
33923972as_fn_error 77 "C compiler cannot create executables
33933973See \`config.log' for more details" "$LINENO" 5; }
33943394-else
33953395- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
33963396-$as_echo "yes" >&6; }
39743974+else $as_nop
39753975+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39763976+printf "%s\n" "yes" >&6; }
33973977fi
33983398-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
33993399-$as_echo_n "checking for C compiler default output file name... " >&6; }
34003400-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
34013401-$as_echo "$ac_file" >&6; }
39783978+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
39793979+printf %s "checking for C compiler default output file name... " >&6; }
39803980+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
39813981+printf "%s\n" "$ac_file" >&6; }
34023982ac_exeext=$ac_cv_exeext
3403398334043984rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
34053985ac_clean_files=$ac_clean_files_save
34063406-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
34073407-$as_echo_n "checking for suffix of executables... " >&6; }
39863986+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
39873987+printf %s "checking for suffix of executables... " >&6; }
34083988if { { ac_try="$ac_link"
34093989case "(($ac_try" in
34103990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34113991 *) ac_try_echo=$ac_try;;
34123992esac
34133993eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34143414-$as_echo "$ac_try_echo"; } >&5
39943994+printf "%s\n" "$ac_try_echo"; } >&5
34153995 (eval "$ac_link") 2>&5
34163996 ac_status=$?
34173417- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34183418- test $ac_status = 0; }; then :
39973997+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
39983998+ test $ac_status = 0; }
39993999+then :
34194000 # If both `conftest.exe' and `conftest' are `present' (well, observable)
34204001# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
34214002# work properly (i.e., refer to `conftest.exe'), while it won't with
···34294010 * ) break;;
34304011 esac
34314012done
34323432-else
34333433- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
34343434-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
40134013+else $as_nop
40144014+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
40154015+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
34354016as_fn_error $? "cannot compute suffix of executables: cannot compile and link
34364017See \`config.log' for more details" "$LINENO" 5; }
34374018fi
34384019rm -f conftest conftest$ac_cv_exeext
34393439-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
34403440-$as_echo "$ac_cv_exeext" >&6; }
40204020+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
40214021+printf "%s\n" "$ac_cv_exeext" >&6; }
3441402234424023rm -f conftest.$ac_ext
34434024EXEEXT=$ac_cv_exeext
···34464027/* end confdefs.h. */
34474028#include <stdio.h>
34484029int
34493449-main ()
40304030+main (void)
34504031{
34514032FILE *f = fopen ("conftest.out", "w");
34524033 return ferror (f) || fclose (f) != 0;
···34584039ac_clean_files="$ac_clean_files conftest.out"
34594040# Check that the compiler produces executables we can run. If not, either
34604041# the compiler is broken, or we cross compile.
34613461-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
34623462-$as_echo_n "checking whether we are cross compiling... " >&6; }
40424042+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
40434043+printf %s "checking whether we are cross compiling... " >&6; }
34634044if test "$cross_compiling" != yes; then
34644045 { { ac_try="$ac_link"
34654046case "(($ac_try" in
···34674048 *) ac_try_echo=$ac_try;;
34684049esac
34694050eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34703470-$as_echo "$ac_try_echo"; } >&5
40514051+printf "%s\n" "$ac_try_echo"; } >&5
34714052 (eval "$ac_link") 2>&5
34724053 ac_status=$?
34733473- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
40544054+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34744055 test $ac_status = 0; }
34754056 if { ac_try='./conftest$ac_cv_exeext'
34764057 { { case "(($ac_try" in
···34784059 *) ac_try_echo=$ac_try;;
34794060esac
34804061eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34813481-$as_echo "$ac_try_echo"; } >&5
40624062+printf "%s\n" "$ac_try_echo"; } >&5
34824063 (eval "$ac_try") 2>&5
34834064 ac_status=$?
34843484- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
40654065+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34854066 test $ac_status = 0; }; }; then
34864067 cross_compiling=no
34874068 else
34884069 if test "$cross_compiling" = maybe; then
34894070 cross_compiling=yes
34904071 else
34913491- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
34923492-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34933493-as_fn_error $? "cannot run C compiled programs.
40724072+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
40734073+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
40744074+as_fn_error 77 "cannot run C compiled programs.
34944075If you meant to cross compile, use \`--host'.
34954076See \`config.log' for more details" "$LINENO" 5; }
34964077 fi
34974078 fi
34984079fi
34993499-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
35003500-$as_echo "$cross_compiling" >&6; }
40804080+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
40814081+printf "%s\n" "$cross_compiling" >&6; }
3501408235024083rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
35034084ac_clean_files=$ac_clean_files_save
35043504-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
35053505-$as_echo_n "checking for suffix of object files... " >&6; }
35063506-if ${ac_cv_objext+:} false; then :
35073507- $as_echo_n "(cached) " >&6
35083508-else
40854085+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
40864086+printf %s "checking for suffix of object files... " >&6; }
40874087+if test ${ac_cv_objext+y}
40884088+then :
40894089+ printf %s "(cached) " >&6
40904090+else $as_nop
35094091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35104092/* end confdefs.h. */
3511409335124094int
35133513-main ()
40954095+main (void)
35144096{
3515409735164098 ;
···35244106 *) ac_try_echo=$ac_try;;
35254107esac
35264108eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
35273527-$as_echo "$ac_try_echo"; } >&5
41094109+printf "%s\n" "$ac_try_echo"; } >&5
35284110 (eval "$ac_compile") 2>&5
35294111 ac_status=$?
35303530- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35313531- test $ac_status = 0; }; then :
41124112+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
41134113+ test $ac_status = 0; }
41144114+then :
35324115 for ac_file in conftest.o conftest.obj conftest.*; do
35334116 test -f "$ac_file" || continue;
35344117 case $ac_file in
···35374120 break;;
35384121 esac
35394122done
35403540-else
35413541- $as_echo "$as_me: failed program was:" >&5
41234123+else $as_nop
41244124+ printf "%s\n" "$as_me: failed program was:" >&5
35424125sed 's/^/| /' conftest.$ac_ext >&5
3543412635443544-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35453545-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
41274127+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
41284128+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
35464129as_fn_error $? "cannot compute suffix of object files: cannot compile
35474130See \`config.log' for more details" "$LINENO" 5; }
35484131fi
35494132rm -f conftest.$ac_cv_objext conftest.$ac_ext
35504133fi
35513551-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
35523552-$as_echo "$ac_cv_objext" >&6; }
41344134+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
41354135+printf "%s\n" "$ac_cv_objext" >&6; }
35534136OBJEXT=$ac_cv_objext
35544137ac_objext=$OBJEXT
35553555-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
35563556-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
35573557-if ${ac_cv_c_compiler_gnu+:} false; then :
35583558- $as_echo_n "(cached) " >&6
35593559-else
41384138+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
41394139+printf %s "checking whether the compiler supports GNU C... " >&6; }
41404140+if test ${ac_cv_c_compiler_gnu+y}
41414141+then :
41424142+ printf %s "(cached) " >&6
41434143+else $as_nop
35604144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35614145/* end confdefs.h. */
3562414635634147int
35643564-main ()
41484148+main (void)
35654149{
35664150#ifndef __GNUC__
35674151 choke me
···35714155 return 0;
35724156}
35734157_ACEOF
35743574-if ac_fn_c_try_compile "$LINENO"; then :
41584158+if ac_fn_c_try_compile "$LINENO"
41594159+then :
35754160 ac_compiler_gnu=yes
35763576-else
41614161+else $as_nop
35774162 ac_compiler_gnu=no
35784163fi
35793579-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41644164+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
35804165ac_cv_c_compiler_gnu=$ac_compiler_gnu
3581416635824167fi
35833583-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
35843584-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
41684168+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
41694169+printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
41704170+ac_compiler_gnu=$ac_cv_c_compiler_gnu
41714171+35854172if test $ac_compiler_gnu = yes; then
35864173 GCC=yes
35874174else
35884175 GCC=
35894176fi
35903590-ac_test_CFLAGS=${CFLAGS+set}
41774177+ac_test_CFLAGS=${CFLAGS+y}
35914178ac_save_CFLAGS=$CFLAGS
35923592-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
35933593-$as_echo_n "checking whether $CC accepts -g... " >&6; }
35943594-if ${ac_cv_prog_cc_g+:} false; then :
35953595- $as_echo_n "(cached) " >&6
35963596-else
41794179+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
41804180+printf %s "checking whether $CC accepts -g... " >&6; }
41814181+if test ${ac_cv_prog_cc_g+y}
41824182+then :
41834183+ printf %s "(cached) " >&6
41844184+else $as_nop
35974185 ac_save_c_werror_flag=$ac_c_werror_flag
35984186 ac_c_werror_flag=yes
35994187 ac_cv_prog_cc_g=no
···36024190/* end confdefs.h. */
3603419136044192int
36053605-main ()
41934193+main (void)
36064194{
3607419536084196 ;
36094197 return 0;
36104198}
36114199_ACEOF
36123612-if ac_fn_c_try_compile "$LINENO"; then :
42004200+if ac_fn_c_try_compile "$LINENO"
42014201+then :
36134202 ac_cv_prog_cc_g=yes
36143614-else
42034203+else $as_nop
36154204 CFLAGS=""
36164205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36174206/* end confdefs.h. */
3618420736194208int
36203620-main ()
42094209+main (void)
36214210{
3622421136234212 ;
36244213 return 0;
36254214}
36264215_ACEOF
36273627-if ac_fn_c_try_compile "$LINENO"; then :
42164216+if ac_fn_c_try_compile "$LINENO"
42174217+then :
3628421836293629-else
42194219+else $as_nop
36304220 ac_c_werror_flag=$ac_save_c_werror_flag
36314221 CFLAGS="-g"
36324222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36334223/* end confdefs.h. */
3634422436354225int
36363636-main ()
42264226+main (void)
36374227{
3638422836394229 ;
36404230 return 0;
36414231}
36424232_ACEOF
36433643-if ac_fn_c_try_compile "$LINENO"; then :
42334233+if ac_fn_c_try_compile "$LINENO"
42344234+then :
36444235 ac_cv_prog_cc_g=yes
36454236fi
36463646-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42374237+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36474238fi
36483648-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42394239+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36494240fi
36503650-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42414241+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36514242 ac_c_werror_flag=$ac_save_c_werror_flag
36524243fi
36533653-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
36543654-$as_echo "$ac_cv_prog_cc_g" >&6; }
36553655-if test "$ac_test_CFLAGS" = set; then
42444244+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
42454245+printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
42464246+if test $ac_test_CFLAGS; then
36564247 CFLAGS=$ac_save_CFLAGS
36574248elif test $ac_cv_prog_cc_g = yes; then
36584249 if test "$GCC" = yes; then
···36674258 CFLAGS=
36684259 fi
36694260fi
36703670-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
36713671-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
36723672-if ${ac_cv_prog_cc_c89+:} false; then :
36733673- $as_echo_n "(cached) " >&6
36743674-else
36753675- ac_cv_prog_cc_c89=no
42614261+ac_prog_cc_stdc=no
42624262+if test x$ac_prog_cc_stdc = xno
42634263+then :
42644264+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
42654265+printf %s "checking for $CC option to enable C11 features... " >&6; }
42664266+if test ${ac_cv_prog_cc_c11+y}
42674267+then :
42684268+ printf %s "(cached) " >&6
42694269+else $as_nop
42704270+ ac_cv_prog_cc_c11=no
36764271ac_save_CC=$CC
36774272cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36784273/* end confdefs.h. */
36793679-#include <stdarg.h>
36803680-#include <stdio.h>
36813681-struct stat;
36823682-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
36833683-struct buf { int x; };
36843684-FILE * (*rcsopen) (struct buf *, struct stat *, int);
36853685-static char *e (p, i)
36863686- char **p;
36873687- int i;
36883688-{
36893689- return p[i];
36903690-}
36913691-static char *f (char * (*g) (char **, int), char **p, ...)
36923692-{
36933693- char *s;
36943694- va_list v;
36953695- va_start (v,p);
36963696- s = g (p, va_arg (v,int));
36973697- va_end (v);
36983698- return s;
36993699-}
42744274+$ac_c_conftest_c11_program
42754275+_ACEOF
42764276+for ac_arg in '' -std=gnu11
42774277+do
42784278+ CC="$ac_save_CC $ac_arg"
42794279+ if ac_fn_c_try_compile "$LINENO"
42804280+then :
42814281+ ac_cv_prog_cc_c11=$ac_arg
42824282+fi
42834283+rm -f core conftest.err conftest.$ac_objext conftest.beam
42844284+ test "x$ac_cv_prog_cc_c11" != "xno" && break
42854285+done
42864286+rm -f conftest.$ac_ext
42874287+CC=$ac_save_CC
42884288+fi
3700428937013701-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
37023702- function prototypes and stuff, but not '\xHH' hex character constants.
37033703- These don't provoke an error unfortunately, instead are silently treated
37043704- as 'x'. The following induces an error, until -std is added to get
37053705- proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
37063706- array size at least. It's necessary to write '\x00'==0 to get something
37073707- that's true only with -std. */
37083708-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
42904290+if test "x$ac_cv_prog_cc_c11" = xno
42914291+then :
42924292+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
42934293+printf "%s\n" "unsupported" >&6; }
42944294+else $as_nop
42954295+ if test "x$ac_cv_prog_cc_c11" = x
42964296+then :
42974297+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
42984298+printf "%s\n" "none needed" >&6; }
42994299+else $as_nop
43004300+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
43014301+printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
43024302+ CC="$CC $ac_cv_prog_cc_c11"
43034303+fi
43044304+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
43054305+ ac_prog_cc_stdc=c11
43064306+fi
43074307+fi
43084308+if test x$ac_prog_cc_stdc = xno
43094309+then :
43104310+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
43114311+printf %s "checking for $CC option to enable C99 features... " >&6; }
43124312+if test ${ac_cv_prog_cc_c99+y}
43134313+then :
43144314+ printf %s "(cached) " >&6
43154315+else $as_nop
43164316+ ac_cv_prog_cc_c99=no
43174317+ac_save_CC=$CC
43184318+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43194319+/* end confdefs.h. */
43204320+$ac_c_conftest_c99_program
43214321+_ACEOF
43224322+for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
43234323+do
43244324+ CC="$ac_save_CC $ac_arg"
43254325+ if ac_fn_c_try_compile "$LINENO"
43264326+then :
43274327+ ac_cv_prog_cc_c99=$ac_arg
43284328+fi
43294329+rm -f core conftest.err conftest.$ac_objext conftest.beam
43304330+ test "x$ac_cv_prog_cc_c99" != "xno" && break
43314331+done
43324332+rm -f conftest.$ac_ext
43334333+CC=$ac_save_CC
43344334+fi
3709433537103710-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
37113711- inside strings and character constants. */
37123712-#define FOO(x) 'x'
37133713-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
37143714-37153715-int test (int i, double x);
37163716-struct s1 {int (*f) (int a);};
37173717-struct s2 {int (*f) (double a);};
37183718-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
37193719-int argc;
37203720-char **argv;
37213721-int
37223722-main ()
37233723-{
37243724-return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
37253725- ;
37263726- return 0;
37273727-}
43364336+if test "x$ac_cv_prog_cc_c99" = xno
43374337+then :
43384338+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
43394339+printf "%s\n" "unsupported" >&6; }
43404340+else $as_nop
43414341+ if test "x$ac_cv_prog_cc_c99" = x
43424342+then :
43434343+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
43444344+printf "%s\n" "none needed" >&6; }
43454345+else $as_nop
43464346+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
43474347+printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
43484348+ CC="$CC $ac_cv_prog_cc_c99"
43494349+fi
43504350+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
43514351+ ac_prog_cc_stdc=c99
43524352+fi
43534353+fi
43544354+if test x$ac_prog_cc_stdc = xno
43554355+then :
43564356+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
43574357+printf %s "checking for $CC option to enable C89 features... " >&6; }
43584358+if test ${ac_cv_prog_cc_c89+y}
43594359+then :
43604360+ printf %s "(cached) " >&6
43614361+else $as_nop
43624362+ ac_cv_prog_cc_c89=no
43634363+ac_save_CC=$CC
43644364+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43654365+/* end confdefs.h. */
43664366+$ac_c_conftest_c89_program
37284367_ACEOF
37293729-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
37303730- -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
43684368+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
37314369do
37324370 CC="$ac_save_CC $ac_arg"
37333733- if ac_fn_c_try_compile "$LINENO"; then :
43714371+ if ac_fn_c_try_compile "$LINENO"
43724372+then :
37344373 ac_cv_prog_cc_c89=$ac_arg
37354374fi
37363736-rm -f core conftest.err conftest.$ac_objext
43754375+rm -f core conftest.err conftest.$ac_objext conftest.beam
37374376 test "x$ac_cv_prog_cc_c89" != "xno" && break
37384377done
37394378rm -f conftest.$ac_ext
37404379CC=$ac_save_CC
43804380+fi
3741438143824382+if test "x$ac_cv_prog_cc_c89" = xno
43834383+then :
43844384+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
43854385+printf "%s\n" "unsupported" >&6; }
43864386+else $as_nop
43874387+ if test "x$ac_cv_prog_cc_c89" = x
43884388+then :
43894389+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
43904390+printf "%s\n" "none needed" >&6; }
43914391+else $as_nop
43924392+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
43934393+printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
43944394+ CC="$CC $ac_cv_prog_cc_c89"
37424395fi
37433743-# AC_CACHE_VAL
37443744-case "x$ac_cv_prog_cc_c89" in
37453745- x)
37463746- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
37473747-$as_echo "none needed" >&6; } ;;
37483748- xno)
37493749- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
37503750-$as_echo "unsupported" >&6; } ;;
37513751- *)
37523752- CC="$CC $ac_cv_prog_cc_c89"
37533753- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
37543754-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
37553755-esac
37563756-if test "x$ac_cv_prog_cc_c89" != xno; then :
37573757-43964396+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
43974397+ ac_prog_cc_stdc=c89
43984398+fi
37584399fi
3759440037604401ac_ext=c
···3765440637664407depcc="$CC" am_compiler_list=
3767440837683768-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
37693769-$as_echo_n "checking dependency style of $depcc... " >&6; }
37703770-if ${am_cv_CC_dependencies_compiler_type+:} false; then :
37713771- $as_echo_n "(cached) " >&6
37723772-else
44094409+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
44104410+printf %s "checking dependency style of $depcc... " >&6; }
44114411+if test ${am_cv_CC_dependencies_compiler_type+y}
44124412+then :
44134413+ printf %s "(cached) " >&6
44144414+else $as_nop
37734415 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
37744416 # We make a subdir and do the tests there. Otherwise we can end up
37754417 # making bogus files that we don't know about and never remove. For
···38764518fi
3877451938784520fi
38793879-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
38803880-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
45214521+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
45224522+printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
38814523CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3882452438834525 if
···38914533fi
389245343893453538943894-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
38953895-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
38963896-if ${ac_cv_path_SED+:} false; then :
38973897- $as_echo_n "(cached) " >&6
38983898-else
45364536+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
45374537+printf %s "checking for a sed that does not truncate output... " >&6; }
45384538+if test ${ac_cv_path_SED+y}
45394539+then :
45404540+ printf %s "(cached) " >&6
45414541+else $as_nop
38994542 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
39004543 for ac_i in 1 2 3 4 5 6 7; do
39014544 ac_script="$ac_script$as_nl$ac_script"
···39094552for as_dir in $PATH
39104553do
39114554 IFS=$as_save_IFS
39123912- test -z "$as_dir" && as_dir=.
39133913- for ac_prog in sed gsed; do
45554555+ case $as_dir in #(((
45564556+ '') as_dir=./ ;;
45574557+ */) ;;
45584558+ *) as_dir=$as_dir/ ;;
45594559+ esac
45604560+ for ac_prog in sed gsed
45614561+ do
39144562 for ac_exec_ext in '' $ac_executable_extensions; do
39153915- ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
45634563+ ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
39164564 as_fn_executable_p "$ac_path_SED" || continue
39174565# Check for GNU ac_path_SED and select it if it is found.
39184566 # Check for GNU $ac_path_SED
···39214569 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
39224570*)
39234571 ac_count=0
39243924- $as_echo_n 0123456789 >"conftest.in"
45724572+ printf %s 0123456789 >"conftest.in"
39254573 while :
39264574 do
39274575 cat "conftest.in" "conftest.in" >"conftest.tmp"
39284576 mv "conftest.tmp" "conftest.in"
39294577 cp "conftest.in" "conftest.nl"
39303930- $as_echo '' >> "conftest.nl"
45784578+ printf "%s\n" '' >> "conftest.nl"
39314579 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
39324580 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
39334581 as_fn_arith $ac_count + 1 && ac_count=$as_val
···39554603fi
3956460439574605fi
39583958-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
39593959-$as_echo "$ac_cv_path_SED" >&6; }
46064606+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
46074607+printf "%s\n" "$ac_cv_path_SED" >&6; }
39604608 SED="$ac_cv_path_SED"
39614609 rm -f conftest.sed
39624610···39734621397446223975462339763976-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
39773977-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
39783978-if ${ac_cv_path_GREP+:} false; then :
39793979- $as_echo_n "(cached) " >&6
39803980-else
46244624+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
46254625+printf %s "checking for grep that handles long lines and -e... " >&6; }
46264626+if test ${ac_cv_path_GREP+y}
46274627+then :
46284628+ printf %s "(cached) " >&6
46294629+else $as_nop
39814630 if test -z "$GREP"; then
39824631 ac_path_GREP_found=false
39834632 # Loop through the user's path and test for each of PROGNAME-LIST
···39854634for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
39864635do
39874636 IFS=$as_save_IFS
39883988- test -z "$as_dir" && as_dir=.
39893989- for ac_prog in grep ggrep; do
46374637+ case $as_dir in #(((
46384638+ '') as_dir=./ ;;
46394639+ */) ;;
46404640+ *) as_dir=$as_dir/ ;;
46414641+ esac
46424642+ for ac_prog in grep ggrep
46434643+ do
39904644 for ac_exec_ext in '' $ac_executable_extensions; do
39913991- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
46454645+ ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
39924646 as_fn_executable_p "$ac_path_GREP" || continue
39934647# Check for GNU ac_path_GREP and select it if it is found.
39944648 # Check for GNU $ac_path_GREP
···39974651 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
39984652*)
39994653 ac_count=0
40004000- $as_echo_n 0123456789 >"conftest.in"
46544654+ printf %s 0123456789 >"conftest.in"
40014655 while :
40024656 do
40034657 cat "conftest.in" "conftest.in" >"conftest.tmp"
40044658 mv "conftest.tmp" "conftest.in"
40054659 cp "conftest.in" "conftest.nl"
40064006- $as_echo 'GREP' >> "conftest.nl"
46604660+ printf "%s\n" 'GREP' >> "conftest.nl"
40074661 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40084662 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40094663 as_fn_arith $ac_count + 1 && ac_count=$as_val
···40314685fi
4032468640334687fi
40344034-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
40354035-$as_echo "$ac_cv_path_GREP" >&6; }
46884688+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
46894689+printf "%s\n" "$ac_cv_path_GREP" >&6; }
40364690 GREP="$ac_cv_path_GREP"
403746914038469240394039-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
40404040-$as_echo_n "checking for egrep... " >&6; }
40414041-if ${ac_cv_path_EGREP+:} false; then :
40424042- $as_echo_n "(cached) " >&6
40434043-else
46934693+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
46944694+printf %s "checking for egrep... " >&6; }
46954695+if test ${ac_cv_path_EGREP+y}
46964696+then :
46974697+ printf %s "(cached) " >&6
46984698+else $as_nop
40444699 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
40454700 then ac_cv_path_EGREP="$GREP -E"
40464701 else
···40514706for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
40524707do
40534708 IFS=$as_save_IFS
40544054- test -z "$as_dir" && as_dir=.
40554055- for ac_prog in egrep; do
47094709+ case $as_dir in #(((
47104710+ '') as_dir=./ ;;
47114711+ */) ;;
47124712+ *) as_dir=$as_dir/ ;;
47134713+ esac
47144714+ for ac_prog in egrep
47154715+ do
40564716 for ac_exec_ext in '' $ac_executable_extensions; do
40574057- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
47174717+ ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
40584718 as_fn_executable_p "$ac_path_EGREP" || continue
40594719# Check for GNU ac_path_EGREP and select it if it is found.
40604720 # Check for GNU $ac_path_EGREP
···40634723 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
40644724*)
40654725 ac_count=0
40664066- $as_echo_n 0123456789 >"conftest.in"
47264726+ printf %s 0123456789 >"conftest.in"
40674727 while :
40684728 do
40694729 cat "conftest.in" "conftest.in" >"conftest.tmp"
40704730 mv "conftest.tmp" "conftest.in"
40714731 cp "conftest.in" "conftest.nl"
40724072- $as_echo 'EGREP' >> "conftest.nl"
47324732+ printf "%s\n" 'EGREP' >> "conftest.nl"
40734733 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40744734 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40754735 as_fn_arith $ac_count + 1 && ac_count=$as_val
···4098475840994759 fi
41004760fi
41014101-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
41024102-$as_echo "$ac_cv_path_EGREP" >&6; }
47614761+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
47624762+printf "%s\n" "$ac_cv_path_EGREP" >&6; }
41034763 EGREP="$ac_cv_path_EGREP"
410447644105476541064106-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
41074107-$as_echo_n "checking for fgrep... " >&6; }
41084108-if ${ac_cv_path_FGREP+:} false; then :
41094109- $as_echo_n "(cached) " >&6
41104110-else
47664766+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
47674767+printf %s "checking for fgrep... " >&6; }
47684768+if test ${ac_cv_path_FGREP+y}
47694769+then :
47704770+ printf %s "(cached) " >&6
47714771+else $as_nop
41114772 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
41124773 then ac_cv_path_FGREP="$GREP -F"
41134774 else
···41184779for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
41194780do
41204781 IFS=$as_save_IFS
41214121- test -z "$as_dir" && as_dir=.
41224122- for ac_prog in fgrep; do
47824782+ case $as_dir in #(((
47834783+ '') as_dir=./ ;;
47844784+ */) ;;
47854785+ *) as_dir=$as_dir/ ;;
47864786+ esac
47874787+ for ac_prog in fgrep
47884788+ do
41234789 for ac_exec_ext in '' $ac_executable_extensions; do
41244124- ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
47904790+ ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext"
41254791 as_fn_executable_p "$ac_path_FGREP" || continue
41264792# Check for GNU ac_path_FGREP and select it if it is found.
41274793 # Check for GNU $ac_path_FGREP
···41304796 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
41314797*)
41324798 ac_count=0
41334133- $as_echo_n 0123456789 >"conftest.in"
47994799+ printf %s 0123456789 >"conftest.in"
41344800 while :
41354801 do
41364802 cat "conftest.in" "conftest.in" >"conftest.tmp"
41374803 mv "conftest.tmp" "conftest.in"
41384804 cp "conftest.in" "conftest.nl"
41394139- $as_echo 'FGREP' >> "conftest.nl"
48054805+ printf "%s\n" 'FGREP' >> "conftest.nl"
41404806 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
41414807 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
41424808 as_fn_arith $ac_count + 1 && ac_count=$as_val
···4165483141664832 fi
41674833fi
41684168-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
41694169-$as_echo "$ac_cv_path_FGREP" >&6; }
48344834+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
48354835+printf "%s\n" "$ac_cv_path_FGREP" >&6; }
41704836 FGREP="$ac_cv_path_FGREP"
4171483741724838···419148574192485841934859# Check whether --with-gnu-ld was given.
41944194-if test "${with_gnu_ld+set}" = set; then :
48604860+if test ${with_gnu_ld+y}
48614861+then :
41954862 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
41964196-else
48634863+else $as_nop
41974864 with_gnu_ld=no
41984865fi
4199486642004867ac_prog=ld
42014868if test "$GCC" = yes; then
42024869 # Check if gcc -print-prog-name=ld gives a path.
42034203- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
42044204-$as_echo_n "checking for ld used by $CC... " >&6; }
48704870+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
48714871+printf %s "checking for ld used by $CC... " >&6; }
42054872 case $host in
42064873 *-*-mingw*)
42074874 # gcc leaves a trailing carriage return which upsets mingw
···42304897 ;;
42314898 esac
42324899elif test "$with_gnu_ld" = yes; then
42334233- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
42344234-$as_echo_n "checking for GNU ld... " >&6; }
49004900+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
49014901+printf %s "checking for GNU ld... " >&6; }
42354902else
42364236- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
42374237-$as_echo_n "checking for non-GNU ld... " >&6; }
49034903+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
49044904+printf %s "checking for non-GNU ld... " >&6; }
42384905fi
42394239-if ${lt_cv_path_LD+:} false; then :
42404240- $as_echo_n "(cached) " >&6
42414241-else
49064906+if test ${lt_cv_path_LD+y}
49074907+then :
49084908+ printf %s "(cached) " >&6
49094909+else $as_nop
42424910 if test -z "$LD"; then
42434911 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
42444912 for ac_dir in $PATH; do
···4267493542684936LD="$lt_cv_path_LD"
42694937if test -n "$LD"; then
42704270- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
42714271-$as_echo "$LD" >&6; }
49384938+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
49394939+printf "%s\n" "$LD" >&6; }
42724940else
42734273- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
42744274-$as_echo "no" >&6; }
49414941+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
49424942+printf "%s\n" "no" >&6; }
42754943fi
42764944test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
42774277-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
42784278-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
42794279-if ${lt_cv_prog_gnu_ld+:} false; then :
42804280- $as_echo_n "(cached) " >&6
42814281-else
49454945+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
49464946+printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
49474947+if test ${lt_cv_prog_gnu_ld+y}
49484948+then :
49494949+ printf %s "(cached) " >&6
49504950+else $as_nop
42824951 # I'd rather use --version here, but apparently some GNU lds only accept -v.
42834952case `$LD -v 2>&1 </dev/null` in
42844953*GNU* | *'with BFD'*)
···42894958 ;;
42904959esac
42914960fi
42924292-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
42934293-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
49614961+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
49624962+printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; }
42944963with_gnu_ld=$lt_cv_prog_gnu_ld
4295496442964965···43014970430249714303497243044304-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
43054305-$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
43064306-if ${lt_cv_path_NM+:} false; then :
43074307- $as_echo_n "(cached) " >&6
43084308-else
49734973+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
49744974+printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
49754975+if test ${lt_cv_path_NM+y}
49764976+then :
49774977+ printf %s "(cached) " >&6
49784978+else $as_nop
43094979 if test -n "$NM"; then
43104980 # Let the user override the test.
43114981 lt_cv_path_NM="$NM"
···43505020 : ${lt_cv_path_NM=no}
43515021fi
43525022fi
43534353-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
43544354-$as_echo "$lt_cv_path_NM" >&6; }
50235023+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
50245024+printf "%s\n" "$lt_cv_path_NM" >&6; }
43555025if test "$lt_cv_path_NM" != "no"; then
43565026 NM="$lt_cv_path_NM"
43575027else
···43645034 do
43655035 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
43665036set dummy $ac_tool_prefix$ac_prog; ac_word=$2
43674367-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
43684368-$as_echo_n "checking for $ac_word... " >&6; }
43694369-if ${ac_cv_prog_DUMPBIN+:} false; then :
43704370- $as_echo_n "(cached) " >&6
43714371-else
50375037+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
50385038+printf %s "checking for $ac_word... " >&6; }
50395039+if test ${ac_cv_prog_DUMPBIN+y}
50405040+then :
50415041+ printf %s "(cached) " >&6
50425042+else $as_nop
43725043 if test -n "$DUMPBIN"; then
43735044 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
43745045else
···43765047for as_dir in $PATH
43775048do
43785049 IFS=$as_save_IFS
43794379- test -z "$as_dir" && as_dir=.
50505050+ case $as_dir in #(((
50515051+ '') as_dir=./ ;;
50525052+ */) ;;
50535053+ *) as_dir=$as_dir/ ;;
50545054+ esac
43805055 for ac_exec_ext in '' $ac_executable_extensions; do
43814381- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
50565056+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
43825057 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
43834383- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
50585058+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
43845059 break 2
43855060 fi
43865061done
···43915066fi
43925067DUMPBIN=$ac_cv_prog_DUMPBIN
43935068if test -n "$DUMPBIN"; then
43944394- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
43954395-$as_echo "$DUMPBIN" >&6; }
50695069+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
50705070+printf "%s\n" "$DUMPBIN" >&6; }
43965071else
43974397- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43984398-$as_echo "no" >&6; }
50725072+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
50735073+printf "%s\n" "no" >&6; }
43995074fi
4400507544015076···44085083do
44095084 # Extract the first word of "$ac_prog", so it can be a program name with args.
44105085set dummy $ac_prog; ac_word=$2
44114411-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
44124412-$as_echo_n "checking for $ac_word... " >&6; }
44134413-if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
44144414- $as_echo_n "(cached) " >&6
44154415-else
50865086+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
50875087+printf %s "checking for $ac_word... " >&6; }
50885088+if test ${ac_cv_prog_ac_ct_DUMPBIN+y}
50895089+then :
50905090+ printf %s "(cached) " >&6
50915091+else $as_nop
44165092 if test -n "$ac_ct_DUMPBIN"; then
44175093 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
44185094else
···44205096for as_dir in $PATH
44215097do
44225098 IFS=$as_save_IFS
44234423- test -z "$as_dir" && as_dir=.
50995099+ case $as_dir in #(((
51005100+ '') as_dir=./ ;;
51015101+ */) ;;
51025102+ *) as_dir=$as_dir/ ;;
51035103+ esac
44245104 for ac_exec_ext in '' $ac_executable_extensions; do
44254425- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
51055105+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
44265106 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
44274427- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
51075107+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
44285108 break 2
44295109 fi
44305110done
···44355115fi
44365116ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
44375117if test -n "$ac_ct_DUMPBIN"; then
44384438- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
44394439-$as_echo "$ac_ct_DUMPBIN" >&6; }
51185118+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
51195119+printf "%s\n" "$ac_ct_DUMPBIN" >&6; }
44405120else
44414441- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
44424442-$as_echo "no" >&6; }
51215121+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
51225122+printf "%s\n" "no" >&6; }
44435123fi
4444512444455125···44515131 else
44525132 case $cross_compiling:$ac_tool_warned in
44535133yes:)
44544454-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
44554455-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
51345134+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
51355135+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
44565136ac_tool_warned=yes ;;
44575137esac
44585138 DUMPBIN=$ac_ct_DUMPBIN
···44805160448151614482516244834483-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
44844484-$as_echo_n "checking the name lister ($NM) interface... " >&6; }
44854485-if ${lt_cv_nm_interface+:} false; then :
44864486- $as_echo_n "(cached) " >&6
44874487-else
51635163+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
51645164+printf %s "checking the name lister ($NM) interface... " >&6; }
51655165+if test ${lt_cv_nm_interface+y}
51665166+then :
51675167+ printf %s "(cached) " >&6
51685168+else $as_nop
44885169 lt_cv_nm_interface="BSD nm"
44895170 echo "int some_variable = 0;" > conftest.$ac_ext
44905171 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
···45005181 fi
45015182 rm -f conftest*
45025183fi
45034503-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
45044504-$as_echo "$lt_cv_nm_interface" >&6; }
51845184+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
51855185+printf "%s\n" "$lt_cv_nm_interface" >&6; }
4505518645064506-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
45074507-$as_echo_n "checking whether ln -s works... " >&6; }
51875187+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
51885188+printf %s "checking whether ln -s works... " >&6; }
45085189LN_S=$as_ln_s
45095190if test "$LN_S" = "ln -s"; then
45104510- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
45114511-$as_echo "yes" >&6; }
51915191+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
51925192+printf "%s\n" "yes" >&6; }
45125193else
45134513- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
45144514-$as_echo "no, using $LN_S" >&6; }
51945194+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
51955195+printf "%s\n" "no, using $LN_S" >&6; }
45155196fi
4516519745175198# find the maximum length of command line arguments
45184518-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
45194519-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
45204520-if ${lt_cv_sys_max_cmd_len+:} false; then :
45214521- $as_echo_n "(cached) " >&6
45224522-else
51995199+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
52005200+printf %s "checking the maximum length of command line arguments... " >&6; }
52015201+if test ${lt_cv_sys_max_cmd_len+y}
52025202+then :
52035203+ printf %s "(cached) " >&6
52045204+else $as_nop
45235205 i=0
45245206 teststring="ABCD"
45255207···46455327fi
4646532846475329if test -n $lt_cv_sys_max_cmd_len ; then
46484648- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
46494649-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
53305330+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
53315331+printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; }
46505332else
46514651- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
46524652-$as_echo "none" >&6; }
53335333+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5
53345334+printf "%s\n" "none" >&6; }
46535335fi
46545336max_cmd_len=$lt_cv_sys_max_cmd_len
46555337···46625344: ${MV="mv -f"}
46635345: ${RM="rm -f"}
4664534646654665-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
46664666-$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
53475347+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
53485348+printf %s "checking whether the shell understands some XSI constructs... " >&6; }
46675349# Try some XSI features
46685350xsi_shell=no
46695351( _lt_dummy="a/b/c"
···46725354 && eval 'test $(( 1 + 1 )) -eq 2 \
46735355 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
46745356 && xsi_shell=yes
46754675-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
46764676-$as_echo "$xsi_shell" >&6; }
53575357+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
53585358+printf "%s\n" "$xsi_shell" >&6; }
467753594678536046794679-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
46804680-$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
53615361+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
53625362+printf %s "checking whether the shell understands \"+=\"... " >&6; }
46815363lt_shell_append=no
46825364( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
46835365 >/dev/null 2>&1 \
46845366 && lt_shell_append=yes
46854685-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
46864686-$as_echo "$lt_shell_append" >&6; }
53675367+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
53685368+printf "%s\n" "$lt_shell_append" >&6; }
468753694688537046895371if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
···47175399471854004719540147204720-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
47214721-$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
47224722-if ${lt_cv_to_host_file_cmd+:} false; then :
47234723- $as_echo_n "(cached) " >&6
47244724-else
54025402+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
54035403+printf %s "checking how to convert $build file names to $host format... " >&6; }
54045404+if test ${lt_cv_to_host_file_cmd+y}
54055405+then :
54065406+ printf %s "(cached) " >&6
54075407+else $as_nop
47255408 case $host in
47265409 *-*-mingw* )
47275410 case $build in
···47575440fi
4758544147595442to_host_file_cmd=$lt_cv_to_host_file_cmd
47604760-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
47614761-$as_echo "$lt_cv_to_host_file_cmd" >&6; }
54435443+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
54445444+printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; }
476254454763544647645447476554484766544947674767-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
47684768-$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
47694769-if ${lt_cv_to_tool_file_cmd+:} false; then :
47704770- $as_echo_n "(cached) " >&6
47714771-else
54505450+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
54515451+printf %s "checking how to convert $build file names to toolchain format... " >&6; }
54525452+if test ${lt_cv_to_tool_file_cmd+y}
54535453+then :
54545454+ printf %s "(cached) " >&6
54555455+else $as_nop
47725456 #assume ordinary cross tools, or native build.
47735457lt_cv_to_tool_file_cmd=func_convert_file_noop
47745458case $host in
···47845468fi
4785546947865470to_tool_file_cmd=$lt_cv_to_tool_file_cmd
47874787-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
47884788-$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
54715471+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
54725472+printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; }
478954734790547447915475479254764793547747944794-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
47954795-$as_echo_n "checking for $LD option to reload object files... " >&6; }
47964796-if ${lt_cv_ld_reload_flag+:} false; then :
47974797- $as_echo_n "(cached) " >&6
47984798-else
54785478+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
54795479+printf %s "checking for $LD option to reload object files... " >&6; }
54805480+if test ${lt_cv_ld_reload_flag+y}
54815481+then :
54825482+ printf %s "(cached) " >&6
54835483+else $as_nop
47995484 lt_cv_ld_reload_flag='-r'
48005485fi
48014801-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
48024802-$as_echo "$lt_cv_ld_reload_flag" >&6; }
54865486+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
54875487+printf "%s\n" "$lt_cv_ld_reload_flag" >&6; }
48035488reload_flag=$lt_cv_ld_reload_flag
48045489case $reload_flag in
48055490"" | " "*) ;;
···48325517if test -n "$ac_tool_prefix"; then
48335518 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
48345519set dummy ${ac_tool_prefix}objdump; ac_word=$2
48354835-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
48364836-$as_echo_n "checking for $ac_word... " >&6; }
48374837-if ${ac_cv_prog_OBJDUMP+:} false; then :
48384838- $as_echo_n "(cached) " >&6
48394839-else
55205520+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55215521+printf %s "checking for $ac_word... " >&6; }
55225522+if test ${ac_cv_prog_OBJDUMP+y}
55235523+then :
55245524+ printf %s "(cached) " >&6
55255525+else $as_nop
48405526 if test -n "$OBJDUMP"; then
48415527 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
48425528else
···48445530for as_dir in $PATH
48455531do
48465532 IFS=$as_save_IFS
48474847- test -z "$as_dir" && as_dir=.
55335533+ case $as_dir in #(((
55345534+ '') as_dir=./ ;;
55355535+ */) ;;
55365536+ *) as_dir=$as_dir/ ;;
55375537+ esac
48485538 for ac_exec_ext in '' $ac_executable_extensions; do
48494849- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55395539+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
48505540 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
48514851- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55415541+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
48525542 break 2
48535543 fi
48545544done
···48595549fi
48605550OBJDUMP=$ac_cv_prog_OBJDUMP
48615551if test -n "$OBJDUMP"; then
48624862- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
48634863-$as_echo "$OBJDUMP" >&6; }
55525552+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
55535553+printf "%s\n" "$OBJDUMP" >&6; }
48645554else
48654865- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
48664866-$as_echo "no" >&6; }
55555555+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
55565556+printf "%s\n" "no" >&6; }
48675557fi
4868555848695559···48725562 ac_ct_OBJDUMP=$OBJDUMP
48735563 # Extract the first word of "objdump", so it can be a program name with args.
48745564set dummy objdump; ac_word=$2
48754875-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
48764876-$as_echo_n "checking for $ac_word... " >&6; }
48774877-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
48784878- $as_echo_n "(cached) " >&6
48794879-else
55655565+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55665566+printf %s "checking for $ac_word... " >&6; }
55675567+if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
55685568+then :
55695569+ printf %s "(cached) " >&6
55705570+else $as_nop
48805571 if test -n "$ac_ct_OBJDUMP"; then
48815572 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
48825573else
···48845575for as_dir in $PATH
48855576do
48865577 IFS=$as_save_IFS
48874887- test -z "$as_dir" && as_dir=.
55785578+ case $as_dir in #(((
55795579+ '') as_dir=./ ;;
55805580+ */) ;;
55815581+ *) as_dir=$as_dir/ ;;
55825582+ esac
48885583 for ac_exec_ext in '' $ac_executable_extensions; do
48894889- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55845584+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
48905585 ac_cv_prog_ac_ct_OBJDUMP="objdump"
48914891- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55865586+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
48925587 break 2
48935588 fi
48945589done
···48995594fi
49005595ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
49015596if test -n "$ac_ct_OBJDUMP"; then
49024902- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
49034903-$as_echo "$ac_ct_OBJDUMP" >&6; }
55975597+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
55985598+printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
49045599else
49054905- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
49064906-$as_echo "no" >&6; }
56005600+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
56015601+printf "%s\n" "no" >&6; }
49075602fi
4908560349095604 if test "x$ac_ct_OBJDUMP" = x; then
···49115606 else
49125607 case $cross_compiling:$ac_tool_warned in
49135608yes:)
49144914-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
49154915-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56095609+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
56105610+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
49165611ac_tool_warned=yes ;;
49175612esac
49185613 OBJDUMP=$ac_ct_OBJDUMP
···49315626493256274933562849344934-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
49354935-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
49364936-if ${lt_cv_deplibs_check_method+:} false; then :
49374937- $as_echo_n "(cached) " >&6
49384938-else
56295629+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
56305630+printf %s "checking how to recognize dependent libraries... " >&6; }
56315631+if test ${lt_cv_deplibs_check_method+y}
56325632+then :
56335633+ printf %s "(cached) " >&6
56345634+else $as_nop
49395635 lt_cv_file_magic_cmd='$MAGIC_CMD'
49405636lt_cv_file_magic_test_file=
49415637lt_cv_deplibs_check_method='unknown'
···51335829esac
5134583051355831fi
51365136-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
51375137-$as_echo "$lt_cv_deplibs_check_method" >&6; }
58325832+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
58335833+printf "%s\n" "$lt_cv_deplibs_check_method" >&6; }
5138583451395835file_magic_glob=
51405836want_nocaseglob=no
···51785874if test -n "$ac_tool_prefix"; then
51795875 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
51805876set dummy ${ac_tool_prefix}dlltool; ac_word=$2
51815181-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
51825182-$as_echo_n "checking for $ac_word... " >&6; }
51835183-if ${ac_cv_prog_DLLTOOL+:} false; then :
51845184- $as_echo_n "(cached) " >&6
51855185-else
58775877+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58785878+printf %s "checking for $ac_word... " >&6; }
58795879+if test ${ac_cv_prog_DLLTOOL+y}
58805880+then :
58815881+ printf %s "(cached) " >&6
58825882+else $as_nop
51865883 if test -n "$DLLTOOL"; then
51875884 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
51885885else
···51905887for as_dir in $PATH
51915888do
51925889 IFS=$as_save_IFS
51935193- test -z "$as_dir" && as_dir=.
58905890+ case $as_dir in #(((
58915891+ '') as_dir=./ ;;
58925892+ */) ;;
58935893+ *) as_dir=$as_dir/ ;;
58945894+ esac
51945895 for ac_exec_ext in '' $ac_executable_extensions; do
51955195- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
58965896+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
51965897 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
51975197- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58985898+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
51985899 break 2
51995900 fi
52005901done
···52055906fi
52065907DLLTOOL=$ac_cv_prog_DLLTOOL
52075908if test -n "$DLLTOOL"; then
52085208- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
52095209-$as_echo "$DLLTOOL" >&6; }
59095909+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
59105910+printf "%s\n" "$DLLTOOL" >&6; }
52105911else
52115211- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52125212-$as_echo "no" >&6; }
59125912+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
59135913+printf "%s\n" "no" >&6; }
52135914fi
5214591552155916···52185919 ac_ct_DLLTOOL=$DLLTOOL
52195920 # Extract the first word of "dlltool", so it can be a program name with args.
52205921set dummy dlltool; ac_word=$2
52215221-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
52225222-$as_echo_n "checking for $ac_word... " >&6; }
52235223-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
52245224- $as_echo_n "(cached) " >&6
52255225-else
59225922+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
59235923+printf %s "checking for $ac_word... " >&6; }
59245924+if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
59255925+then :
59265926+ printf %s "(cached) " >&6
59275927+else $as_nop
52265928 if test -n "$ac_ct_DLLTOOL"; then
52275929 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
52285930else
···52305932for as_dir in $PATH
52315933do
52325934 IFS=$as_save_IFS
52335233- test -z "$as_dir" && as_dir=.
59355935+ case $as_dir in #(((
59365936+ '') as_dir=./ ;;
59375937+ */) ;;
59385938+ *) as_dir=$as_dir/ ;;
59395939+ esac
52345940 for ac_exec_ext in '' $ac_executable_extensions; do
52355235- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
59415941+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
52365942 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
52375237- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
59435943+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
52385944 break 2
52395945 fi
52405946done
···52455951fi
52465952ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
52475953if test -n "$ac_ct_DLLTOOL"; then
52485248- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
52495249-$as_echo "$ac_ct_DLLTOOL" >&6; }
59545954+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
59555955+printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
52505956else
52515251- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52525252-$as_echo "no" >&6; }
59575957+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
59585958+printf "%s\n" "no" >&6; }
52535959fi
5254596052555961 if test "x$ac_ct_DLLTOOL" = x; then
···52575963 else
52585964 case $cross_compiling:$ac_tool_warned in
52595965yes:)
52605260-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
52615261-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
59665966+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
59675967+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
52625968ac_tool_warned=yes ;;
52635969esac
52645970 DLLTOOL=$ac_ct_DLLTOOL
···52785984527959855280598652815281-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
52825282-$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
52835283-if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
52845284- $as_echo_n "(cached) " >&6
52855285-else
59875987+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
59885988+printf %s "checking how to associate runtime and link libraries... " >&6; }
59895989+if test ${lt_cv_sharedlib_from_linklib_cmd+y}
59905990+then :
59915991+ printf %s "(cached) " >&6
59925992+else $as_nop
52865993 lt_cv_sharedlib_from_linklib_cmd='unknown'
5287599452885995case $host_os in
···53056012esac
5306601353076014fi
53085308-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
53095309-$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
60156015+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
60166016+printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
53106017sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
53116018test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
53126019···53226029 do
53236030 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
53246031set dummy $ac_tool_prefix$ac_prog; ac_word=$2
53255325-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
53265326-$as_echo_n "checking for $ac_word... " >&6; }
53275327-if ${ac_cv_prog_AR+:} false; then :
53285328- $as_echo_n "(cached) " >&6
53295329-else
60326032+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
60336033+printf %s "checking for $ac_word... " >&6; }
60346034+if test ${ac_cv_prog_AR+y}
60356035+then :
60366036+ printf %s "(cached) " >&6
60376037+else $as_nop
53306038 if test -n "$AR"; then
53316039 ac_cv_prog_AR="$AR" # Let the user override the test.
53326040else
···53346042for as_dir in $PATH
53356043do
53366044 IFS=$as_save_IFS
53375337- test -z "$as_dir" && as_dir=.
60456045+ case $as_dir in #(((
60466046+ '') as_dir=./ ;;
60476047+ */) ;;
60486048+ *) as_dir=$as_dir/ ;;
60496049+ esac
53386050 for ac_exec_ext in '' $ac_executable_extensions; do
53395339- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
60516051+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
53406052 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
53415341- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
60536053+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
53426054 break 2
53436055 fi
53446056done
···53496061fi
53506062AR=$ac_cv_prog_AR
53516063if test -n "$AR"; then
53525352- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
53535353-$as_echo "$AR" >&6; }
60646064+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
60656065+printf "%s\n" "$AR" >&6; }
53546066else
53555355- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
53565356-$as_echo "no" >&6; }
60676067+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
60686068+printf "%s\n" "no" >&6; }
53576069fi
5358607053596071···53666078do
53676079 # Extract the first word of "$ac_prog", so it can be a program name with args.
53686080set dummy $ac_prog; ac_word=$2
53695369-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
53705370-$as_echo_n "checking for $ac_word... " >&6; }
53715371-if ${ac_cv_prog_ac_ct_AR+:} false; then :
53725372- $as_echo_n "(cached) " >&6
53735373-else
60816081+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
60826082+printf %s "checking for $ac_word... " >&6; }
60836083+if test ${ac_cv_prog_ac_ct_AR+y}
60846084+then :
60856085+ printf %s "(cached) " >&6
60866086+else $as_nop
53746087 if test -n "$ac_ct_AR"; then
53756088 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
53766089else
···53786091for as_dir in $PATH
53796092do
53806093 IFS=$as_save_IFS
53815381- test -z "$as_dir" && as_dir=.
60946094+ case $as_dir in #(((
60956095+ '') as_dir=./ ;;
60966096+ */) ;;
60976097+ *) as_dir=$as_dir/ ;;
60986098+ esac
53826099 for ac_exec_ext in '' $ac_executable_extensions; do
53835383- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
61006100+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
53846101 ac_cv_prog_ac_ct_AR="$ac_prog"
53855385- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
61026102+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
53866103 break 2
53876104 fi
53886105done
···53936110fi
53946111ac_ct_AR=$ac_cv_prog_ac_ct_AR
53956112if test -n "$ac_ct_AR"; then
53965396- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
53975397-$as_echo "$ac_ct_AR" >&6; }
61136113+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
61146114+printf "%s\n" "$ac_ct_AR" >&6; }
53986115else
53995399- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
54005400-$as_echo "no" >&6; }
61166116+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
61176117+printf "%s\n" "no" >&6; }
54016118fi
5402611954036120···54096126 else
54106127 case $cross_compiling:$ac_tool_warned in
54116128yes:)
54125412-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
54135413-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
61296129+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
61306130+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
54146131ac_tool_warned=yes ;;
54156132esac
54166133 AR=$ac_ct_AR
···54306147543161485432614954335433-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
54345434-$as_echo_n "checking for archiver @FILE support... " >&6; }
54355435-if ${lt_cv_ar_at_file+:} false; then :
54365436- $as_echo_n "(cached) " >&6
54375437-else
61506150+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
61516151+printf %s "checking for archiver @FILE support... " >&6; }
61526152+if test ${lt_cv_ar_at_file+y}
61536153+then :
61546154+ printf %s "(cached) " >&6
61556155+else $as_nop
54386156 lt_cv_ar_at_file=no
54396157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54406158/* end confdefs.h. */
5441615954426160int
54435443-main ()
61616161+main (void)
54446162{
5445616354466164 ;
54476165 return 0;
54486166}
54496167_ACEOF
54505450-if ac_fn_c_try_compile "$LINENO"; then :
61686168+if ac_fn_c_try_compile "$LINENO"
61696169+then :
54516170 echo conftest.$ac_objext > conftest.lst
54526171 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
54536172 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
54546173 (eval $lt_ar_try) 2>&5
54556174 ac_status=$?
54565456- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61756175+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
54576176 test $ac_status = 0; }
54586177 if test "$ac_status" -eq 0; then
54596178 # Ensure the archiver fails upon bogus file names.
···54616180 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
54626181 (eval $lt_ar_try) 2>&5
54636182 ac_status=$?
54645464- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61836183+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
54656184 test $ac_status = 0; }
54666185 if test "$ac_status" -ne 0; then
54676186 lt_cv_ar_at_file=@
···54706189 rm -f conftest.* libconftest.a
5471619054726191fi
54735473-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61926192+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5474619354756194fi
54765476-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
54775477-$as_echo "$lt_cv_ar_at_file" >&6; }
61956195+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
61966196+printf "%s\n" "$lt_cv_ar_at_file" >&6; }
5478619754796198if test "x$lt_cv_ar_at_file" = xno; then
54806199 archiver_list_spec=
···54916210if test -n "$ac_tool_prefix"; then
54926211 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
54936212set dummy ${ac_tool_prefix}strip; ac_word=$2
54945494-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
54955495-$as_echo_n "checking for $ac_word... " >&6; }
54965496-if ${ac_cv_prog_STRIP+:} false; then :
54975497- $as_echo_n "(cached) " >&6
54985498-else
62136213+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62146214+printf %s "checking for $ac_word... " >&6; }
62156215+if test ${ac_cv_prog_STRIP+y}
62166216+then :
62176217+ printf %s "(cached) " >&6
62186218+else $as_nop
54996219 if test -n "$STRIP"; then
55006220 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
55016221else
···55036223for as_dir in $PATH
55046224do
55056225 IFS=$as_save_IFS
55065506- test -z "$as_dir" && as_dir=.
62266226+ case $as_dir in #(((
62276227+ '') as_dir=./ ;;
62286228+ */) ;;
62296229+ *) as_dir=$as_dir/ ;;
62306230+ esac
55076231 for ac_exec_ext in '' $ac_executable_extensions; do
55085508- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
62326232+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
55096233 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
55105510- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
62346234+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
55116235 break 2
55126236 fi
55136237done
···55186242fi
55196243STRIP=$ac_cv_prog_STRIP
55206244if test -n "$STRIP"; then
55215521- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
55225522-$as_echo "$STRIP" >&6; }
62456245+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
62466246+printf "%s\n" "$STRIP" >&6; }
55236247else
55245524- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
55255525-$as_echo "no" >&6; }
62486248+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
62496249+printf "%s\n" "no" >&6; }
55266250fi
5527625155286252···55316255 ac_ct_STRIP=$STRIP
55326256 # Extract the first word of "strip", so it can be a program name with args.
55336257set dummy strip; ac_word=$2
55345534-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55355535-$as_echo_n "checking for $ac_word... " >&6; }
55365536-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
55375537- $as_echo_n "(cached) " >&6
55385538-else
62586258+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62596259+printf %s "checking for $ac_word... " >&6; }
62606260+if test ${ac_cv_prog_ac_ct_STRIP+y}
62616261+then :
62626262+ printf %s "(cached) " >&6
62636263+else $as_nop
55396264 if test -n "$ac_ct_STRIP"; then
55406265 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
55416266else
···55436268for as_dir in $PATH
55446269do
55456270 IFS=$as_save_IFS
55465546- test -z "$as_dir" && as_dir=.
62716271+ case $as_dir in #(((
62726272+ '') as_dir=./ ;;
62736273+ */) ;;
62746274+ *) as_dir=$as_dir/ ;;
62756275+ esac
55476276 for ac_exec_ext in '' $ac_executable_extensions; do
55485548- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
62776277+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
55496278 ac_cv_prog_ac_ct_STRIP="strip"
55505550- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
62796279+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
55516280 break 2
55526281 fi
55536282done
···55586287fi
55596288ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
55606289if test -n "$ac_ct_STRIP"; then
55615561- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
55625562-$as_echo "$ac_ct_STRIP" >&6; }
62906290+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
62916291+printf "%s\n" "$ac_ct_STRIP" >&6; }
55636292else
55645564- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
55655565-$as_echo "no" >&6; }
62936293+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
62946294+printf "%s\n" "no" >&6; }
55666295fi
5567629655686297 if test "x$ac_ct_STRIP" = x; then
···55706299 else
55716300 case $cross_compiling:$ac_tool_warned in
55726301yes:)
55735573-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
55745574-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63026302+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
63036303+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
55756304ac_tool_warned=yes ;;
55766305esac
55776306 STRIP=$ac_ct_STRIP
···55906319if test -n "$ac_tool_prefix"; then
55916320 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
55926321set dummy ${ac_tool_prefix}ranlib; ac_word=$2
55935593-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55945594-$as_echo_n "checking for $ac_word... " >&6; }
55955595-if ${ac_cv_prog_RANLIB+:} false; then :
55965596- $as_echo_n "(cached) " >&6
55975597-else
63226322+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63236323+printf %s "checking for $ac_word... " >&6; }
63246324+if test ${ac_cv_prog_RANLIB+y}
63256325+then :
63266326+ printf %s "(cached) " >&6
63276327+else $as_nop
55986328 if test -n "$RANLIB"; then
55996329 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
56006330else
···56026332for as_dir in $PATH
56036333do
56046334 IFS=$as_save_IFS
56055605- test -z "$as_dir" && as_dir=.
63356335+ case $as_dir in #(((
63366336+ '') as_dir=./ ;;
63376337+ */) ;;
63386338+ *) as_dir=$as_dir/ ;;
63396339+ esac
56066340 for ac_exec_ext in '' $ac_executable_extensions; do
56075607- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
63416341+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
56086342 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
56095609- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
63436343+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
56106344 break 2
56116345 fi
56126346done
···56176351fi
56186352RANLIB=$ac_cv_prog_RANLIB
56196353if test -n "$RANLIB"; then
56205620- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
56215621-$as_echo "$RANLIB" >&6; }
63546354+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
63556355+printf "%s\n" "$RANLIB" >&6; }
56226356else
56235623- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56245624-$as_echo "no" >&6; }
63576357+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
63586358+printf "%s\n" "no" >&6; }
56256359fi
5626636056276361···56306364 ac_ct_RANLIB=$RANLIB
56316365 # Extract the first word of "ranlib", so it can be a program name with args.
56326366set dummy ranlib; ac_word=$2
56335633-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
56345634-$as_echo_n "checking for $ac_word... " >&6; }
56355635-if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
56365636- $as_echo_n "(cached) " >&6
56375637-else
63676367+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63686368+printf %s "checking for $ac_word... " >&6; }
63696369+if test ${ac_cv_prog_ac_ct_RANLIB+y}
63706370+then :
63716371+ printf %s "(cached) " >&6
63726372+else $as_nop
56386373 if test -n "$ac_ct_RANLIB"; then
56396374 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
56406375else
···56426377for as_dir in $PATH
56436378do
56446379 IFS=$as_save_IFS
56455645- test -z "$as_dir" && as_dir=.
63806380+ case $as_dir in #(((
63816381+ '') as_dir=./ ;;
63826382+ */) ;;
63836383+ *) as_dir=$as_dir/ ;;
63846384+ esac
56466385 for ac_exec_ext in '' $ac_executable_extensions; do
56475647- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
63866386+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
56486387 ac_cv_prog_ac_ct_RANLIB="ranlib"
56495649- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
63886388+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
56506389 break 2
56516390 fi
56526391done
···56576396fi
56586397ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
56596398if test -n "$ac_ct_RANLIB"; then
56605660- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
56615661-$as_echo "$ac_ct_RANLIB" >&6; }
63996399+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
64006400+printf "%s\n" "$ac_ct_RANLIB" >&6; }
56626401else
56635663- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56645664-$as_echo "no" >&6; }
64026402+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
64036403+printf "%s\n" "no" >&6; }
56656404fi
5666640556676406 if test "x$ac_ct_RANLIB" = x; then
···56696408 else
56706409 case $cross_compiling:$ac_tool_warned in
56716410yes:)
56725672-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
56735673-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
64116411+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
64126412+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56746413ac_tool_warned=yes ;;
56756414esac
56766415 RANLIB=$ac_ct_RANLIB
···575964985760649957616500# Check for command to grab the raw symbol name followed by C symbol from nm.
57625762-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
57635763-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
57645764-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
57655765- $as_echo_n "(cached) " >&6
57665766-else
65016501+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
65026502+printf %s "checking command to parse $NM output from $compiler object... " >&6; }
65036503+if test ${lt_cv_sys_global_symbol_pipe+y}
65046504+then :
65056505+ printf %s "(cached) " >&6
65066506+else $as_nop
5767650757686508# These are sane defaults that work on at least a few old systems.
57696509# [They come from Ultrix. What could be older than Ultrix?!! ;)]
···58826622 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
58836623 (eval $ac_compile) 2>&5
58846624 ac_status=$?
58855885- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
66256625+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
58866626 test $ac_status = 0; }; then
58876627 # Now try to grab the symbols.
58886628 nlist=conftest.nm
58896629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
58906630 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
58916631 ac_status=$?
58925892- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
66326632+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
58936633 test $ac_status = 0; } && test -s "$nlist"; then
58946634 # Try sorting and uniquifying the output.
58956635 if sort "$nlist" | uniq > "$nlist"T; then
···59586698 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
59596699 (eval $ac_link) 2>&5
59606700 ac_status=$?
59615961- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
67016701+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
59626702 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
59636703 pipe_works=yes
59646704 fi
···59936733 lt_cv_sys_global_symbol_to_cdecl=
59946734fi
59956735if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
59965996- { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
59975997-$as_echo "failed" >&6; }
67366736+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5
67376737+printf "%s\n" "failed" >&6; }
59986738else
59995999- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
60006000-$as_echo "ok" >&6; }
67396739+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
67406740+printf "%s\n" "ok" >&6; }
60016741fi
6002674260036743# Response file support.
···60336773603467746035677560366036-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
60376037-$as_echo_n "checking for sysroot... " >&6; }
67766776+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
67776777+printf %s "checking for sysroot... " >&6; }
6038677860396779# Check whether --with-sysroot was given.
60406040-if test "${with_sysroot+set}" = set; then :
67806780+if test ${with_sysroot+y}
67816781+then :
60416782 withval=$with_sysroot;
60426042-else
67836783+else $as_nop
60436784 with_sysroot=no
60446785fi
60456786···60576798 no|'')
60586799 ;; #(
60596800 *)
60606060- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
60616061-$as_echo "${with_sysroot}" >&6; }
68016801+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
68026802+printf "%s\n" "${with_sysroot}" >&6; }
60626803 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
60636804 ;;
60646805esac
6065680660666066- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
60676067-$as_echo "${lt_sysroot:-no}" >&6; }
68076807+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
68086808+printf "%s\n" "${lt_sysroot:-no}" >&6; }
606868096069681060706811607168126072681360736814# Check whether --enable-libtool-lock was given.
60746074-if test "${enable_libtool_lock+set}" = set; then :
68156815+if test ${enable_libtool_lock+y}
68166816+then :
60756817 enableval=$enable_libtool_lock;
60766818fi
60776819···60866828 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
60876829 (eval $ac_compile) 2>&5
60886830 ac_status=$?
60896089- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68316831+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
60906832 test $ac_status = 0; }; then
60916833 case `/usr/bin/file conftest.$ac_objext` in
60926834 *ELF-32*)
···61056847 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
61066848 (eval $ac_compile) 2>&5
61076849 ac_status=$?
61086108- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68506850+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61096851 test $ac_status = 0; }; then
61106852 if test "$lt_cv_prog_gnu_ld" = yes; then
61116853 case `/usr/bin/file conftest.$ac_objext` in
···61436885 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
61446886 (eval $ac_compile) 2>&5
61456887 ac_status=$?
61466146- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68886888+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61476889 test $ac_status = 0; }; then
61486890 case `/usr/bin/file conftest.o` in
61496891 *32-bit*)
···61936935 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
61946936 SAVE_CFLAGS="$CFLAGS"
61956937 CFLAGS="$CFLAGS -belf"
61966196- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
61976197-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
61986198-if ${lt_cv_cc_needs_belf+:} false; then :
61996199- $as_echo_n "(cached) " >&6
62006200-else
69386938+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
69396939+printf %s "checking whether the C compiler needs -belf... " >&6; }
69406940+if test ${lt_cv_cc_needs_belf+y}
69416941+then :
69426942+ printf %s "(cached) " >&6
69436943+else $as_nop
62016944 ac_ext=c
62026945ac_cpp='$CPP $CPPFLAGS'
62036946ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
···62086951/* end confdefs.h. */
6209695262106953int
62116211-main ()
69546954+main (void)
62126955{
6213695662146957 ;
62156958 return 0;
62166959}
62176960_ACEOF
62186218-if ac_fn_c_try_link "$LINENO"; then :
69616961+if ac_fn_c_try_link "$LINENO"
69626962+then :
62196963 lt_cv_cc_needs_belf=yes
62206220-else
69646964+else $as_nop
62216965 lt_cv_cc_needs_belf=no
62226966fi
62236223-rm -f core conftest.err conftest.$ac_objext \
69676967+rm -f core conftest.err conftest.$ac_objext conftest.beam \
62246968 conftest$ac_exeext conftest.$ac_ext
62256969 ac_ext=c
62266970ac_cpp='$CPP $CPPFLAGS'
···62296973ac_compiler_gnu=$ac_cv_c_compiler_gnu
6230697462316975fi
62326232-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
62336233-$as_echo "$lt_cv_cc_needs_belf" >&6; }
69766976+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
69776977+printf "%s\n" "$lt_cv_cc_needs_belf" >&6; }
62346978 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
62356979 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
62366980 CFLAGS="$SAVE_CFLAGS"
···62426986 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
62436987 (eval $ac_compile) 2>&5
62446988 ac_status=$?
62456245- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
69896989+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
62466990 test $ac_status = 0; }; then
62476991 case `/usr/bin/file conftest.o` in
62486992 *64-bit*)
···62797023if test -n "$ac_tool_prefix"; then
62807024 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
62817025set dummy ${ac_tool_prefix}mt; ac_word=$2
62826282-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62836283-$as_echo_n "checking for $ac_word... " >&6; }
62846284-if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
62856285- $as_echo_n "(cached) " >&6
62866286-else
70267026+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
70277027+printf %s "checking for $ac_word... " >&6; }
70287028+if test ${ac_cv_prog_MANIFEST_TOOL+y}
70297029+then :
70307030+ printf %s "(cached) " >&6
70317031+else $as_nop
62877032 if test -n "$MANIFEST_TOOL"; then
62887033 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
62897034else
···62917036for as_dir in $PATH
62927037do
62937038 IFS=$as_save_IFS
62946294- test -z "$as_dir" && as_dir=.
70397039+ case $as_dir in #(((
70407040+ '') as_dir=./ ;;
70417041+ */) ;;
70427042+ *) as_dir=$as_dir/ ;;
70437043+ esac
62957044 for ac_exec_ext in '' $ac_executable_extensions; do
62966296- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
70457045+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
62977046 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
62986298- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
70477047+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
62997048 break 2
63007049 fi
63017050done
···63067055fi
63077056MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
63087057if test -n "$MANIFEST_TOOL"; then
63096309- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
63106310-$as_echo "$MANIFEST_TOOL" >&6; }
70587058+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
70597059+printf "%s\n" "$MANIFEST_TOOL" >&6; }
63117060else
63126312- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
63136313-$as_echo "no" >&6; }
70617061+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
70627062+printf "%s\n" "no" >&6; }
63147063fi
6315706463167065···63197068 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
63207069 # Extract the first word of "mt", so it can be a program name with args.
63217070set dummy mt; ac_word=$2
63226322-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63236323-$as_echo_n "checking for $ac_word... " >&6; }
63246324-if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
63256325- $as_echo_n "(cached) " >&6
63266326-else
70717071+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
70727072+printf %s "checking for $ac_word... " >&6; }
70737073+if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y}
70747074+then :
70757075+ printf %s "(cached) " >&6
70767076+else $as_nop
63277077 if test -n "$ac_ct_MANIFEST_TOOL"; then
63287078 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
63297079else
···63317081for as_dir in $PATH
63327082do
63337083 IFS=$as_save_IFS
63346334- test -z "$as_dir" && as_dir=.
70847084+ case $as_dir in #(((
70857085+ '') as_dir=./ ;;
70867086+ */) ;;
70877087+ *) as_dir=$as_dir/ ;;
70887088+ esac
63357089 for ac_exec_ext in '' $ac_executable_extensions; do
63366336- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
70907090+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
63377091 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
63386338- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
70927092+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
63397093 break 2
63407094 fi
63417095done
···63467100fi
63477101ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
63487102if test -n "$ac_ct_MANIFEST_TOOL"; then
63496349- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
63506350-$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
71037103+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
71047104+printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; }
63517105else
63526352- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
63536353-$as_echo "no" >&6; }
71067106+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
71077107+printf "%s\n" "no" >&6; }
63547108fi
6355710963567110 if test "x$ac_ct_MANIFEST_TOOL" = x; then
···63587112 else
63597113 case $cross_compiling:$ac_tool_warned in
63607114yes:)
63616361-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
63626362-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
71157115+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
71167116+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63637117ac_tool_warned=yes ;;
63647118esac
63657119 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
···63697123fi
6370712463717125test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
63726372-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
63736373-$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
63746374-if ${lt_cv_path_mainfest_tool+:} false; then :
63756375- $as_echo_n "(cached) " >&6
63766376-else
71267126+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
71277127+printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
71287128+if test ${lt_cv_path_mainfest_tool+y}
71297129+then :
71307130+ printf %s "(cached) " >&6
71317131+else $as_nop
63777132 lt_cv_path_mainfest_tool=no
63787133 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
63797134 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
···63837138 fi
63847139 rm -f conftest*
63857140fi
63866386-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
63876387-$as_echo "$lt_cv_path_mainfest_tool" >&6; }
71417141+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
71427142+printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; }
63887143if test "x$lt_cv_path_mainfest_tool" != xyes; then
63897144 MANIFEST_TOOL=:
63907145fi
···63997154 if test -n "$ac_tool_prefix"; then
64007155 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
64017156set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
64026402-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64036403-$as_echo_n "checking for $ac_word... " >&6; }
64046404-if ${ac_cv_prog_DSYMUTIL+:} false; then :
64056405- $as_echo_n "(cached) " >&6
64066406-else
71577157+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
71587158+printf %s "checking for $ac_word... " >&6; }
71597159+if test ${ac_cv_prog_DSYMUTIL+y}
71607160+then :
71617161+ printf %s "(cached) " >&6
71627162+else $as_nop
64077163 if test -n "$DSYMUTIL"; then
64087164 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
64097165else
···64117167for as_dir in $PATH
64127168do
64137169 IFS=$as_save_IFS
64146414- test -z "$as_dir" && as_dir=.
71707170+ case $as_dir in #(((
71717171+ '') as_dir=./ ;;
71727172+ */) ;;
71737173+ *) as_dir=$as_dir/ ;;
71747174+ esac
64157175 for ac_exec_ext in '' $ac_executable_extensions; do
64166416- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
71767176+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
64177177 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
64186418- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
71787178+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
64197179 break 2
64207180 fi
64217181done
···64267186fi
64277187DSYMUTIL=$ac_cv_prog_DSYMUTIL
64287188if test -n "$DSYMUTIL"; then
64296429- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
64306430-$as_echo "$DSYMUTIL" >&6; }
71897189+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
71907190+printf "%s\n" "$DSYMUTIL" >&6; }
64317191else
64326432- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64336433-$as_echo "no" >&6; }
71927192+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
71937193+printf "%s\n" "no" >&6; }
64347194fi
6435719564367196···64397199 ac_ct_DSYMUTIL=$DSYMUTIL
64407200 # Extract the first word of "dsymutil", so it can be a program name with args.
64417201set dummy dsymutil; ac_word=$2
64426442-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64436443-$as_echo_n "checking for $ac_word... " >&6; }
64446444-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
64456445- $as_echo_n "(cached) " >&6
64466446-else
72027202+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
72037203+printf %s "checking for $ac_word... " >&6; }
72047204+if test ${ac_cv_prog_ac_ct_DSYMUTIL+y}
72057205+then :
72067206+ printf %s "(cached) " >&6
72077207+else $as_nop
64477208 if test -n "$ac_ct_DSYMUTIL"; then
64487209 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
64497210else
···64517212for as_dir in $PATH
64527213do
64537214 IFS=$as_save_IFS
64546454- test -z "$as_dir" && as_dir=.
72157215+ case $as_dir in #(((
72167216+ '') as_dir=./ ;;
72177217+ */) ;;
72187218+ *) as_dir=$as_dir/ ;;
72197219+ esac
64557220 for ac_exec_ext in '' $ac_executable_extensions; do
64566456- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
72217221+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
64577222 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
64586458- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
72237223+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
64597224 break 2
64607225 fi
64617226done
···64667231fi
64677232ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
64687233if test -n "$ac_ct_DSYMUTIL"; then
64696469- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
64706470-$as_echo "$ac_ct_DSYMUTIL" >&6; }
72347234+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
72357235+printf "%s\n" "$ac_ct_DSYMUTIL" >&6; }
64717236else
64726472- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64736473-$as_echo "no" >&6; }
72377237+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
72387238+printf "%s\n" "no" >&6; }
64747239fi
6475724064767241 if test "x$ac_ct_DSYMUTIL" = x; then
···64787243 else
64797244 case $cross_compiling:$ac_tool_warned in
64807245yes:)
64816481-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
64826482-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
72467246+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
72477247+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
64837248ac_tool_warned=yes ;;
64847249esac
64857250 DSYMUTIL=$ac_ct_DSYMUTIL
···64917256 if test -n "$ac_tool_prefix"; then
64927257 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
64937258set dummy ${ac_tool_prefix}nmedit; ac_word=$2
64946494-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64956495-$as_echo_n "checking for $ac_word... " >&6; }
64966496-if ${ac_cv_prog_NMEDIT+:} false; then :
64976497- $as_echo_n "(cached) " >&6
64986498-else
72597259+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
72607260+printf %s "checking for $ac_word... " >&6; }
72617261+if test ${ac_cv_prog_NMEDIT+y}
72627262+then :
72637263+ printf %s "(cached) " >&6
72647264+else $as_nop
64997265 if test -n "$NMEDIT"; then
65007266 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
65017267else
···65037269for as_dir in $PATH
65047270do
65057271 IFS=$as_save_IFS
65066506- test -z "$as_dir" && as_dir=.
72727272+ case $as_dir in #(((
72737273+ '') as_dir=./ ;;
72747274+ */) ;;
72757275+ *) as_dir=$as_dir/ ;;
72767276+ esac
65077277 for ac_exec_ext in '' $ac_executable_extensions; do
65086508- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
72787278+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
65097279 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
65106510- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
72807280+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
65117281 break 2
65127282 fi
65137283done
···65187288fi
65197289NMEDIT=$ac_cv_prog_NMEDIT
65207290if test -n "$NMEDIT"; then
65216521- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
65226522-$as_echo "$NMEDIT" >&6; }
72917291+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
72927292+printf "%s\n" "$NMEDIT" >&6; }
65237293else
65246524- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65256525-$as_echo "no" >&6; }
72947294+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
72957295+printf "%s\n" "no" >&6; }
65267296fi
6527729765287298···65317301 ac_ct_NMEDIT=$NMEDIT
65327302 # Extract the first word of "nmedit", so it can be a program name with args.
65337303set dummy nmedit; ac_word=$2
65346534-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65356535-$as_echo_n "checking for $ac_word... " >&6; }
65366536-if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
65376537- $as_echo_n "(cached) " >&6
65386538-else
73047304+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
73057305+printf %s "checking for $ac_word... " >&6; }
73067306+if test ${ac_cv_prog_ac_ct_NMEDIT+y}
73077307+then :
73087308+ printf %s "(cached) " >&6
73097309+else $as_nop
65397310 if test -n "$ac_ct_NMEDIT"; then
65407311 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
65417312else
···65437314for as_dir in $PATH
65447315do
65457316 IFS=$as_save_IFS
65466546- test -z "$as_dir" && as_dir=.
73177317+ case $as_dir in #(((
73187318+ '') as_dir=./ ;;
73197319+ */) ;;
73207320+ *) as_dir=$as_dir/ ;;
73217321+ esac
65477322 for ac_exec_ext in '' $ac_executable_extensions; do
65486548- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
73237323+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
65497324 ac_cv_prog_ac_ct_NMEDIT="nmedit"
65506550- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
73257325+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
65517326 break 2
65527327 fi
65537328done
···65587333fi
65597334ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
65607335if test -n "$ac_ct_NMEDIT"; then
65616561- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
65626562-$as_echo "$ac_ct_NMEDIT" >&6; }
73367336+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
73377337+printf "%s\n" "$ac_ct_NMEDIT" >&6; }
65637338else
65646564- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65656565-$as_echo "no" >&6; }
73397339+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
73407340+printf "%s\n" "no" >&6; }
65667341fi
6567734265687343 if test "x$ac_ct_NMEDIT" = x; then
···65707345 else
65717346 case $cross_compiling:$ac_tool_warned in
65727347yes:)
65736573-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
65746574-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
73487348+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
73497349+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
65757350ac_tool_warned=yes ;;
65767351esac
65777352 NMEDIT=$ac_ct_NMEDIT
···65837358 if test -n "$ac_tool_prefix"; then
65847359 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
65857360set dummy ${ac_tool_prefix}lipo; ac_word=$2
65866586-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65876587-$as_echo_n "checking for $ac_word... " >&6; }
65886588-if ${ac_cv_prog_LIPO+:} false; then :
65896589- $as_echo_n "(cached) " >&6
65906590-else
73617361+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
73627362+printf %s "checking for $ac_word... " >&6; }
73637363+if test ${ac_cv_prog_LIPO+y}
73647364+then :
73657365+ printf %s "(cached) " >&6
73667366+else $as_nop
65917367 if test -n "$LIPO"; then
65927368 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
65937369else
···65957371for as_dir in $PATH
65967372do
65977373 IFS=$as_save_IFS
65986598- test -z "$as_dir" && as_dir=.
73747374+ case $as_dir in #(((
73757375+ '') as_dir=./ ;;
73767376+ */) ;;
73777377+ *) as_dir=$as_dir/ ;;
73787378+ esac
65997379 for ac_exec_ext in '' $ac_executable_extensions; do
66006600- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
73807380+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
66017381 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
66026602- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
73827382+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
66037383 break 2
66047384 fi
66057385done
···66107390fi
66117391LIPO=$ac_cv_prog_LIPO
66127392if test -n "$LIPO"; then
66136613- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
66146614-$as_echo "$LIPO" >&6; }
73937393+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
73947394+printf "%s\n" "$LIPO" >&6; }
66157395else
66166616- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66176617-$as_echo "no" >&6; }
73967396+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
73977397+printf "%s\n" "no" >&6; }
66187398fi
6619739966207400···66237403 ac_ct_LIPO=$LIPO
66247404 # Extract the first word of "lipo", so it can be a program name with args.
66257405set dummy lipo; ac_word=$2
66266626-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66276627-$as_echo_n "checking for $ac_word... " >&6; }
66286628-if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
66296629- $as_echo_n "(cached) " >&6
66306630-else
74067406+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
74077407+printf %s "checking for $ac_word... " >&6; }
74087408+if test ${ac_cv_prog_ac_ct_LIPO+y}
74097409+then :
74107410+ printf %s "(cached) " >&6
74117411+else $as_nop
66317412 if test -n "$ac_ct_LIPO"; then
66327413 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
66337414else
···66357416for as_dir in $PATH
66367417do
66377418 IFS=$as_save_IFS
66386638- test -z "$as_dir" && as_dir=.
74197419+ case $as_dir in #(((
74207420+ '') as_dir=./ ;;
74217421+ */) ;;
74227422+ *) as_dir=$as_dir/ ;;
74237423+ esac
66397424 for ac_exec_ext in '' $ac_executable_extensions; do
66406640- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
74257425+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
66417426 ac_cv_prog_ac_ct_LIPO="lipo"
66426642- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
74277427+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
66437428 break 2
66447429 fi
66457430done
···66507435fi
66517436ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
66527437if test -n "$ac_ct_LIPO"; then
66536653- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
66546654-$as_echo "$ac_ct_LIPO" >&6; }
74387438+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
74397439+printf "%s\n" "$ac_ct_LIPO" >&6; }
66557440else
66566656- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66576657-$as_echo "no" >&6; }
74417441+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
74427442+printf "%s\n" "no" >&6; }
66587443fi
6659744466607445 if test "x$ac_ct_LIPO" = x; then
···66627447 else
66637448 case $cross_compiling:$ac_tool_warned in
66647449yes:)
66656665-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
66666666-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
74507450+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
74517451+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66677452ac_tool_warned=yes ;;
66687453esac
66697454 LIPO=$ac_ct_LIPO
···66757460 if test -n "$ac_tool_prefix"; then
66767461 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
66777462set dummy ${ac_tool_prefix}otool; ac_word=$2
66786678-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66796679-$as_echo_n "checking for $ac_word... " >&6; }
66806680-if ${ac_cv_prog_OTOOL+:} false; then :
66816681- $as_echo_n "(cached) " >&6
66826682-else
74637463+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
74647464+printf %s "checking for $ac_word... " >&6; }
74657465+if test ${ac_cv_prog_OTOOL+y}
74667466+then :
74677467+ printf %s "(cached) " >&6
74687468+else $as_nop
66837469 if test -n "$OTOOL"; then
66847470 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
66857471else
···66877473for as_dir in $PATH
66887474do
66897475 IFS=$as_save_IFS
66906690- test -z "$as_dir" && as_dir=.
74767476+ case $as_dir in #(((
74777477+ '') as_dir=./ ;;
74787478+ */) ;;
74797479+ *) as_dir=$as_dir/ ;;
74807480+ esac
66917481 for ac_exec_ext in '' $ac_executable_extensions; do
66926692- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
74827482+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
66937483 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
66946694- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
74847484+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
66957485 break 2
66967486 fi
66977487done
···67027492fi
67037493OTOOL=$ac_cv_prog_OTOOL
67047494if test -n "$OTOOL"; then
67056705- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
67066706-$as_echo "$OTOOL" >&6; }
74957495+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
74967496+printf "%s\n" "$OTOOL" >&6; }
67077497else
67086708- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67096709-$as_echo "no" >&6; }
74987498+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
74997499+printf "%s\n" "no" >&6; }
67107500fi
6711750167127502···67157505 ac_ct_OTOOL=$OTOOL
67167506 # Extract the first word of "otool", so it can be a program name with args.
67177507set dummy otool; ac_word=$2
67186718-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67196719-$as_echo_n "checking for $ac_word... " >&6; }
67206720-if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
67216721- $as_echo_n "(cached) " >&6
67226722-else
75087508+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
75097509+printf %s "checking for $ac_word... " >&6; }
75107510+if test ${ac_cv_prog_ac_ct_OTOOL+y}
75117511+then :
75127512+ printf %s "(cached) " >&6
75137513+else $as_nop
67237514 if test -n "$ac_ct_OTOOL"; then
67247515 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
67257516else
···67277518for as_dir in $PATH
67287519do
67297520 IFS=$as_save_IFS
67306730- test -z "$as_dir" && as_dir=.
75217521+ case $as_dir in #(((
75227522+ '') as_dir=./ ;;
75237523+ */) ;;
75247524+ *) as_dir=$as_dir/ ;;
75257525+ esac
67317526 for ac_exec_ext in '' $ac_executable_extensions; do
67326732- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75277527+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
67337528 ac_cv_prog_ac_ct_OTOOL="otool"
67346734- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75297529+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
67357530 break 2
67367531 fi
67377532done
···67427537fi
67437538ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
67447539if test -n "$ac_ct_OTOOL"; then
67456745- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
67466746-$as_echo "$ac_ct_OTOOL" >&6; }
75407540+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
75417541+printf "%s\n" "$ac_ct_OTOOL" >&6; }
67477542else
67486748- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67496749-$as_echo "no" >&6; }
75437543+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
75447544+printf "%s\n" "no" >&6; }
67507545fi
6751754667527547 if test "x$ac_ct_OTOOL" = x; then
···67547549 else
67557550 case $cross_compiling:$ac_tool_warned in
67567551yes:)
67576757-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
67586758-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
75527552+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
75537553+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
67597554ac_tool_warned=yes ;;
67607555esac
67617556 OTOOL=$ac_ct_OTOOL
···67677562 if test -n "$ac_tool_prefix"; then
67687563 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
67697564set dummy ${ac_tool_prefix}otool64; ac_word=$2
67706770-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67716771-$as_echo_n "checking for $ac_word... " >&6; }
67726772-if ${ac_cv_prog_OTOOL64+:} false; then :
67736773- $as_echo_n "(cached) " >&6
67746774-else
75657565+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
75667566+printf %s "checking for $ac_word... " >&6; }
75677567+if test ${ac_cv_prog_OTOOL64+y}
75687568+then :
75697569+ printf %s "(cached) " >&6
75707570+else $as_nop
67757571 if test -n "$OTOOL64"; then
67767572 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
67777573else
···67797575for as_dir in $PATH
67807576do
67817577 IFS=$as_save_IFS
67826782- test -z "$as_dir" && as_dir=.
75787578+ case $as_dir in #(((
75797579+ '') as_dir=./ ;;
75807580+ */) ;;
75817581+ *) as_dir=$as_dir/ ;;
75827582+ esac
67837583 for ac_exec_ext in '' $ac_executable_extensions; do
67846784- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75847584+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
67857585 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
67866786- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75867586+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
67877587 break 2
67887588 fi
67897589done
···67947594fi
67957595OTOOL64=$ac_cv_prog_OTOOL64
67967596if test -n "$OTOOL64"; then
67976797- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
67986798-$as_echo "$OTOOL64" >&6; }
75977597+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
75987598+printf "%s\n" "$OTOOL64" >&6; }
67997599else
68006800- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
68016801-$as_echo "no" >&6; }
76007600+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
76017601+printf "%s\n" "no" >&6; }
68027602fi
6803760368047604···68077607 ac_ct_OTOOL64=$OTOOL64
68087608 # Extract the first word of "otool64", so it can be a program name with args.
68097609set dummy otool64; ac_word=$2
68106810-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
68116811-$as_echo_n "checking for $ac_word... " >&6; }
68126812-if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
68136813- $as_echo_n "(cached) " >&6
68146814-else
76107610+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
76117611+printf %s "checking for $ac_word... " >&6; }
76127612+if test ${ac_cv_prog_ac_ct_OTOOL64+y}
76137613+then :
76147614+ printf %s "(cached) " >&6
76157615+else $as_nop
68157616 if test -n "$ac_ct_OTOOL64"; then
68167617 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
68177618else
···68197620for as_dir in $PATH
68207621do
68217622 IFS=$as_save_IFS
68226822- test -z "$as_dir" && as_dir=.
76237623+ case $as_dir in #(((
76247624+ '') as_dir=./ ;;
76257625+ */) ;;
76267626+ *) as_dir=$as_dir/ ;;
76277627+ esac
68237628 for ac_exec_ext in '' $ac_executable_extensions; do
68246824- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
76297629+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
68257630 ac_cv_prog_ac_ct_OTOOL64="otool64"
68266826- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
76317631+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
68277632 break 2
68287633 fi
68297634done
···68347639fi
68357640ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
68367641if test -n "$ac_ct_OTOOL64"; then
68376837- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
68386838-$as_echo "$ac_ct_OTOOL64" >&6; }
76427642+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
76437643+printf "%s\n" "$ac_ct_OTOOL64" >&6; }
68397644else
68406840- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
68416841-$as_echo "no" >&6; }
76457645+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
76467646+printf "%s\n" "no" >&6; }
68427647fi
6843764868447649 if test "x$ac_ct_OTOOL64" = x; then
···68467651 else
68477652 case $cross_compiling:$ac_tool_warned in
68487653yes:)
68496849-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
68506850-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
76547654+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
76557655+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
68517656ac_tool_warned=yes ;;
68527657esac
68537658 OTOOL64=$ac_ct_OTOOL64
···68827687688376886884768968856885- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
68866886-$as_echo_n "checking for -single_module linker flag... " >&6; }
68876887-if ${lt_cv_apple_cc_single_mod+:} false; then :
68886888- $as_echo_n "(cached) " >&6
68896889-else
76907690+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
76917691+printf %s "checking for -single_module linker flag... " >&6; }
76927692+if test ${lt_cv_apple_cc_single_mod+y}
76937693+then :
76947694+ printf %s "(cached) " >&6
76957695+else $as_nop
68907696 lt_cv_apple_cc_single_mod=no
68917697 if test -z "${LT_MULTI_MODULE}"; then
68927698 # By default we will add the -single_module flag. You can override
···69157721 rm -f conftest.*
69167722 fi
69177723fi
69186918-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
69196919-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
77247724+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
77257725+printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; }
6920772669216921- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
69226922-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
69236923-if ${lt_cv_ld_exported_symbols_list+:} false; then :
69246924- $as_echo_n "(cached) " >&6
69256925-else
77277727+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
77287728+printf %s "checking for -exported_symbols_list linker flag... " >&6; }
77297729+if test ${lt_cv_ld_exported_symbols_list+y}
77307730+then :
77317731+ printf %s "(cached) " >&6
77327732+else $as_nop
69267733 lt_cv_ld_exported_symbols_list=no
69277734 save_LDFLAGS=$LDFLAGS
69287735 echo "_main" > conftest.sym
···69317738/* end confdefs.h. */
6932773969337740int
69346934-main ()
77417741+main (void)
69357742{
6936774369377744 ;
69387745 return 0;
69397746}
69407747_ACEOF
69416941-if ac_fn_c_try_link "$LINENO"; then :
77487748+if ac_fn_c_try_link "$LINENO"
77497749+then :
69427750 lt_cv_ld_exported_symbols_list=yes
69436943-else
77517751+else $as_nop
69447752 lt_cv_ld_exported_symbols_list=no
69457753fi
69466946-rm -f core conftest.err conftest.$ac_objext \
77547754+rm -f core conftest.err conftest.$ac_objext conftest.beam \
69477755 conftest$ac_exeext conftest.$ac_ext
69487756 LDFLAGS="$save_LDFLAGS"
6949775769507758fi
69516951-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
69526952-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
77597759+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
77607760+printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; }
6953776169546954- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
69556955-$as_echo_n "checking for -force_load linker flag... " >&6; }
69566956-if ${lt_cv_ld_force_load+:} false; then :
69576957- $as_echo_n "(cached) " >&6
69586958-else
77627762+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
77637763+printf %s "checking for -force_load linker flag... " >&6; }
77647764+if test ${lt_cv_ld_force_load+y}
77657765+then :
77667766+ printf %s "(cached) " >&6
77677767+else $as_nop
69597768 lt_cv_ld_force_load=no
69607769 cat > conftest.c << _LT_EOF
69617770int forced_loaded() { return 2;}
···69837792 rm -rf conftest.dSYM
6984779369857794fi
69866986-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
69876987-$as_echo "$lt_cv_ld_force_load" >&6; }
77957795+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
77967796+printf "%s\n" "$lt_cv_ld_force_load" >&6; }
69887797 case $host_os in
69897798 rhapsody* | darwin1.[012])
69907799 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
···70207829 ;;
70217830 esac
7022783170237023-ac_ext=c
70247024-ac_cpp='$CPP $CPPFLAGS'
70257025-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70267026-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70277027-ac_compiler_gnu=$ac_cv_c_compiler_gnu
70287028-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
70297029-$as_echo_n "checking how to run the C preprocessor... " >&6; }
70307030-# On Suns, sometimes $CPP names a directory.
70317031-if test -n "$CPP" && test -d "$CPP"; then
70327032- CPP=
70337033-fi
70347034-if test -z "$CPP"; then
70357035- if ${ac_cv_prog_CPP+:} false; then :
70367036- $as_echo_n "(cached) " >&6
70377037-else
70387038- # Double quotes because CPP needs to be expanded
70397039- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
70407040- do
70417041- ac_preproc_ok=false
70427042-for ac_c_preproc_warn_flag in '' yes
78327832+ac_header= ac_cache=
78337833+for ac_item in $ac_header_c_list
70437834do
70447044- # Use a header file that comes with gcc, so configuring glibc
70457045- # with a fresh cross-compiler works.
70467046- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
70477047- # <limits.h> exists even on freestanding compilers.
70487048- # On the NeXT, cc -E runs the code through the compiler's parser,
70497049- # not just through cpp. "Syntax error" is here to catch this case.
70507050- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70517051-/* end confdefs.h. */
70527052-#ifdef __STDC__
70537053-# include <limits.h>
70547054-#else
70557055-# include <assert.h>
70567056-#endif
70577057- Syntax error
70587058-_ACEOF
70597059-if ac_fn_c_try_cpp "$LINENO"; then :
70607060-70617061-else
70627062- # Broken: fails on valid input.
70637063-continue
70647064-fi
70657065-rm -f conftest.err conftest.i conftest.$ac_ext
70667066-70677067- # OK, works on sane cases. Now check whether nonexistent headers
70687068- # can be detected and how.
70697069- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70707070-/* end confdefs.h. */
70717071-#include <ac_nonexistent.h>
70727072-_ACEOF
70737073-if ac_fn_c_try_cpp "$LINENO"; then :
70747074- # Broken: success on invalid input.
70757075-continue
70767076-else
70777077- # Passes both tests.
70787078-ac_preproc_ok=:
70797079-break
70807080-fi
70817081-rm -f conftest.err conftest.i conftest.$ac_ext
70827082-78357835+ if test $ac_cache; then
78367836+ ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
78377837+ if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
78387838+ printf "%s\n" "#define $ac_item 1" >> confdefs.h
78397839+ fi
78407840+ ac_header= ac_cache=
78417841+ elif test $ac_header; then
78427842+ ac_cache=$ac_item
78437843+ else
78447844+ ac_header=$ac_item
78457845+ fi
70837846done
70847084-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
70857085-rm -f conftest.i conftest.err conftest.$ac_ext
70867086-if $ac_preproc_ok; then :
70877087- break
70887088-fi
7089784770907090- done
70917091- ac_cv_prog_CPP=$CPP
7092784870937093-fi
70947094- CPP=$ac_cv_prog_CPP
70957095-else
70967096- ac_cv_prog_CPP=$CPP
70977097-fi
70987098-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
70997099-$as_echo "$CPP" >&6; }
71007100-ac_preproc_ok=false
71017101-for ac_c_preproc_warn_flag in '' yes
71027102-do
71037103- # Use a header file that comes with gcc, so configuring glibc
71047104- # with a fresh cross-compiler works.
71057105- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
71067106- # <limits.h> exists even on freestanding compilers.
71077107- # On the NeXT, cc -E runs the code through the compiler's parser,
71087108- # not just through cpp. "Syntax error" is here to catch this case.
71097109- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71107110-/* end confdefs.h. */
71117111-#ifdef __STDC__
71127112-# include <limits.h>
71137113-#else
71147114-# include <assert.h>
71157115-#endif
71167116- Syntax error
71177117-_ACEOF
71187118-if ac_fn_c_try_cpp "$LINENO"; then :
7119784971207120-else
71217121- # Broken: fails on valid input.
71227122-continue
71237123-fi
71247124-rm -f conftest.err conftest.i conftest.$ac_ext
7125785071267126- # OK, works on sane cases. Now check whether nonexistent headers
71277127- # can be detected and how.
71287128- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71297129-/* end confdefs.h. */
71307130-#include <ac_nonexistent.h>
71317131-_ACEOF
71327132-if ac_fn_c_try_cpp "$LINENO"; then :
71337133- # Broken: success on invalid input.
71347134-continue
71357135-else
71367136- # Passes both tests.
71377137-ac_preproc_ok=:
71387138-break
71397139-fi
71407140-rm -f conftest.err conftest.i conftest.$ac_ext
7141785171427142-done
71437143-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
71447144-rm -f conftest.i conftest.err conftest.$ac_ext
71457145-if $ac_preproc_ok; then :
7146785271477147-else
71487148- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
71497149-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
71507150-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
71517151-See \`config.log' for more details" "$LINENO" 5; }
71527152-fi
71537153-71547154-ac_ext=c
71557155-ac_cpp='$CPP $CPPFLAGS'
71567156-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71577157-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71587158-ac_compiler_gnu=$ac_cv_c_compiler_gnu
715978537160785471617161-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
71627162-$as_echo_n "checking for ANSI C header files... " >&6; }
71637163-if ${ac_cv_header_stdc+:} false; then :
71647164- $as_echo_n "(cached) " >&6
71657165-else
71667166- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71677167-/* end confdefs.h. */
71687168-#include <stdlib.h>
71697169-#include <stdarg.h>
71707170-#include <string.h>
71717171-#include <float.h>
78557855+if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
78567856+then :
7172785771737173-int
71747174-main ()
71757175-{
78587858+printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
7176785971777177- ;
71787178- return 0;
71797179-}
71807180-_ACEOF
71817181-if ac_fn_c_try_compile "$LINENO"; then :
71827182- ac_cv_header_stdc=yes
71837183-else
71847184- ac_cv_header_stdc=no
71857860fi
71867186-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71877187-71887188-if test $ac_cv_header_stdc = yes; then
71897189- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
71907190- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71917191-/* end confdefs.h. */
71927192-#include <string.h>
71937193-71947194-_ACEOF
71957195-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
71967196- $EGREP "memchr" >/dev/null 2>&1; then :
71977197-71987198-else
71997199- ac_cv_header_stdc=no
72007200-fi
72017201-rm -f conftest*
72027202-72037203-fi
72047204-72057205-if test $ac_cv_header_stdc = yes; then
72067206- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
72077207- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72087208-/* end confdefs.h. */
72097209-#include <stdlib.h>
72107210-72117211-_ACEOF
72127212-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
72137213- $EGREP "free" >/dev/null 2>&1; then :
72147214-72157215-else
72167216- ac_cv_header_stdc=no
72177217-fi
72187218-rm -f conftest*
72197219-72207220-fi
72217221-72227222-if test $ac_cv_header_stdc = yes; then
72237223- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
72247224- if test "$cross_compiling" = yes; then :
72257225- :
72267226-else
72277227- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72287228-/* end confdefs.h. */
72297229-#include <ctype.h>
72307230-#include <stdlib.h>
72317231-#if ((' ' & 0x0FF) == 0x020)
72327232-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
72337233-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
72347234-#else
72357235-# define ISLOWER(c) \
72367236- (('a' <= (c) && (c) <= 'i') \
72377237- || ('j' <= (c) && (c) <= 'r') \
72387238- || ('s' <= (c) && (c) <= 'z'))
72397239-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
72407240-#endif
72417241-72427242-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
72437243-int
72447244-main ()
72457245-{
72467246- int i;
72477247- for (i = 0; i < 256; i++)
72487248- if (XOR (islower (i), ISLOWER (i))
72497249- || toupper (i) != TOUPPER (i))
72507250- return 2;
72517251- return 0;
72527252-}
72537253-_ACEOF
72547254-if ac_fn_c_try_run "$LINENO"; then :
72557255-72567256-else
72577257- ac_cv_header_stdc=no
72587258-fi
72597259-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
72607260- conftest.$ac_objext conftest.beam conftest.$ac_ext
72617261-fi
72627262-72637263-fi
72647264-fi
72657265-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
72667266-$as_echo "$ac_cv_header_stdc" >&6; }
72677267-if test $ac_cv_header_stdc = yes; then
72687268-72697269-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
72707270-72717271-fi
72727272-72737273-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
72747274-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
72757275- inttypes.h stdint.h unistd.h
72767276-do :
72777277- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
72787278-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
78617861+ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
72797862"
72807280-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
72817281- cat >>confdefs.h <<_ACEOF
72827282-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
72837283-_ACEOF
78637863+if test "x$ac_cv_header_dlfcn_h" = xyes
78647864+then :
78657865+ printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h
7284786672857867fi
7286786872877287-done
72887288-72897289-72907290-for ac_header in dlfcn.h
72917291-do :
72927292- ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
72937293-"
72947294-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
72957295- cat >>confdefs.h <<_ACEOF
72967296-#define HAVE_DLFCN_H 1
72977297-_ACEOF
72987298-72997299-fi
73007300-73017301-done
73027302-730378697304787073057871···731578817316788273177883 # Check whether --enable-shared was given.
73187318-if test "${enable_shared+set}" = set; then :
78847884+if test ${enable_shared+y}
78857885+then :
73197886 enableval=$enable_shared; p=${PACKAGE-default}
73207887 case $enableval in
73217888 yes) enable_shared=yes ;;
···73337900 IFS="$lt_save_ifs"
73347901 ;;
73357902 esac
73367336-else
79037903+else $as_nop
73377904 enable_shared=yes
73387905fi
73397906···734679137347791473487915 # Check whether --enable-static was given.
73497349-if test "${enable_static+set}" = set; then :
79167916+if test ${enable_static+y}
79177917+then :
73507918 enableval=$enable_static; p=${PACKAGE-default}
73517919 case $enableval in
73527920 yes) enable_static=yes ;;
···73647932 IFS="$lt_save_ifs"
73657933 ;;
73667934 esac
73677367-else
79357935+else $as_nop
73687936 enable_static=yes
73697937fi
73707938···737879467379794773807948# Check whether --with-pic was given.
73817381-if test "${with_pic+set}" = set; then :
79497949+if test ${with_pic+y}
79507950+then :
73827951 withval=$with_pic; lt_p=${PACKAGE-default}
73837952 case $withval in
73847953 yes|no) pic_mode=$withval ;;
···73957964 IFS="$lt_save_ifs"
73967965 ;;
73977966 esac
73987398-else
79677967+else $as_nop
73997968 pic_mode=default
74007969fi
74017970···740979787410797974117980 # Check whether --enable-fast-install was given.
74127412-if test "${enable_fast_install+set}" = set; then :
79817981+if test ${enable_fast_install+y}
79827982+then :
74137983 enableval=$enable_fast_install; p=${PACKAGE-default}
74147984 case $enableval in
74157985 yes) enable_fast_install=yes ;;
···74277997 IFS="$lt_save_ifs"
74287998 ;;
74297999 esac
74307430-else
80008000+else $as_nop
74318001 enable_fast_install=yes
74328002fi
74338003···74958065 setopt NO_GLOB_SUBST
74968066fi
7497806774987498-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
74997499-$as_echo_n "checking for objdir... " >&6; }
75007500-if ${lt_cv_objdir+:} false; then :
75017501- $as_echo_n "(cached) " >&6
75027502-else
80688068+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
80698069+printf %s "checking for objdir... " >&6; }
80708070+if test ${lt_cv_objdir+y}
80718071+then :
80728072+ printf %s "(cached) " >&6
80738073+else $as_nop
75038074 rm -f .libs 2>/dev/null
75048075mkdir .libs 2>/dev/null
75058076if test -d .libs; then
···75108081fi
75118082rmdir .libs 2>/dev/null
75128083fi
75137513-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
75147514-$as_echo "$lt_cv_objdir" >&6; }
80848084+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
80858085+printf "%s\n" "$lt_cv_objdir" >&6; }
75158086objdir=$lt_cv_objdir
751680877517808875188089751980907520809175217521-cat >>confdefs.h <<_ACEOF
75227522-#define LT_OBJDIR "$lt_cv_objdir/"
75237523-_ACEOF
80928092+printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h
752480937525809475268095···75738142case $deplibs_check_method in
75748143file_magic*)
75758144 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
75767576- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
75777577-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
75787578-if ${lt_cv_path_MAGIC_CMD+:} false; then :
75797579- $as_echo_n "(cached) " >&6
75807580-else
81458145+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
81468146+printf %s "checking for ${ac_tool_prefix}file... " >&6; }
81478147+if test ${lt_cv_path_MAGIC_CMD+y}
81488148+then :
81498149+ printf %s "(cached) " >&6
81508150+else $as_nop
75818151 case $MAGIC_CMD in
75828152[\\/*] | ?:[\\/]*)
75838153 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
···7626819676278197MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
76288198if test -n "$MAGIC_CMD"; then
76297629- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
76307630-$as_echo "$MAGIC_CMD" >&6; }
81998199+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
82008200+printf "%s\n" "$MAGIC_CMD" >&6; }
76318201else
76327632- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
76337633-$as_echo "no" >&6; }
82028202+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
82038203+printf "%s\n" "no" >&6; }
76348204fi
7635820576368206···7639820976408210if test -z "$lt_cv_path_MAGIC_CMD"; then
76418211 if test -n "$ac_tool_prefix"; then
76427642- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
76437643-$as_echo_n "checking for file... " >&6; }
76447644-if ${lt_cv_path_MAGIC_CMD+:} false; then :
76457645- $as_echo_n "(cached) " >&6
76467646-else
82128212+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5
82138213+printf %s "checking for file... " >&6; }
82148214+if test ${lt_cv_path_MAGIC_CMD+y}
82158215+then :
82168216+ printf %s "(cached) " >&6
82178217+else $as_nop
76478218 case $MAGIC_CMD in
76488219[\\/*] | ?:[\\/]*)
76498220 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
···7692826376938264MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
76948265if test -n "$MAGIC_CMD"; then
76957695- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
76967696-$as_echo "$MAGIC_CMD" >&6; }
82668266+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
82678267+printf "%s\n" "$MAGIC_CMD" >&6; }
76978268else
76987698- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
76997699-$as_echo "no" >&6; }
82698269+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
82708270+printf "%s\n" "no" >&6; }
77008271fi
7701827277028273···77778348 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
77788349 esac
7779835077807780- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
77817781-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
77827782-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
77837783- $as_echo_n "(cached) " >&6
77847784-else
83518351+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
83528352+printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
83538353+if test ${lt_cv_prog_compiler_rtti_exceptions+y}
83548354+then :
83558355+ printf %s "(cached) " >&6
83568356+else $as_nop
77858357 lt_cv_prog_compiler_rtti_exceptions=no
77868358 ac_outfile=conftest.$ac_objext
77878359 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
···78128384 $RM conftest*
7813838578148386fi
78157815-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
78167816-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
83878387+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
83888388+printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7817838978188390if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
78198391 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
···81398711 ;;
81408712esac
8141871381428142-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
81438143-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
81448144-if ${lt_cv_prog_compiler_pic+:} false; then :
81458145- $as_echo_n "(cached) " >&6
81468146-else
87148714+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
87158715+printf %s "checking for $compiler option to produce PIC... " >&6; }
87168716+if test ${lt_cv_prog_compiler_pic+y}
87178717+then :
87188718+ printf %s "(cached) " >&6
87198719+else $as_nop
81478720 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
81488721fi
81498149-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
81508150-$as_echo "$lt_cv_prog_compiler_pic" >&6; }
87228722+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
87238723+printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
81518724lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8152872581538726#
81548727# Check to make sure the PIC flag actually works.
81558728#
81568729if test -n "$lt_prog_compiler_pic"; then
81578157- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
81588158-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
81598159-if ${lt_cv_prog_compiler_pic_works+:} false; then :
81608160- $as_echo_n "(cached) " >&6
81618161-else
87308730+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
87318731+printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
87328732+if test ${lt_cv_prog_compiler_pic_works+y}
87338733+then :
87348734+ printf %s "(cached) " >&6
87358735+else $as_nop
81628736 lt_cv_prog_compiler_pic_works=no
81638737 ac_outfile=conftest.$ac_objext
81648738 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
···81898763 $RM conftest*
8190876481918765fi
81928192-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
81938193-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
87668766+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
87678767+printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
8194876881958769if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
81968770 case $lt_prog_compiler_pic in
···82188792# Check to make sure the static flag actually works.
82198793#
82208794wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
82218221-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
82228222-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
82238223-if ${lt_cv_prog_compiler_static_works+:} false; then :
82248224- $as_echo_n "(cached) " >&6
82258225-else
87958795+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
87968796+printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
87978797+if test ${lt_cv_prog_compiler_static_works+y}
87988798+then :
87998799+ printf %s "(cached) " >&6
88008800+else $as_nop
82268801 lt_cv_prog_compiler_static_works=no
82278802 save_LDFLAGS="$LDFLAGS"
82288803 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
···82468821 LDFLAGS="$save_LDFLAGS"
8247882282488823fi
82498249-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
82508250-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
88248824+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
88258825+printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
8251882682528827if test x"$lt_cv_prog_compiler_static_works" = xyes; then
82538828 :
···82618836826288378263883882648264- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
82658265-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
82668266-if ${lt_cv_prog_compiler_c_o+:} false; then :
82678267- $as_echo_n "(cached) " >&6
82688268-else
88398839+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
88408840+printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
88418841+if test ${lt_cv_prog_compiler_c_o+y}
88428842+then :
88438843+ printf %s "(cached) " >&6
88448844+else $as_nop
82698845 lt_cv_prog_compiler_c_o=no
82708846 $RM -r conftest 2>/dev/null
82718847 mkdir conftest
···83088884 $RM conftest*
8309888583108886fi
83118311-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
83128312-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
88878887+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
88888888+printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
83138889831488908315889183168892831788938318889483198319- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
83208320-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
83218321-if ${lt_cv_prog_compiler_c_o+:} false; then :
83228322- $as_echo_n "(cached) " >&6
83238323-else
88958895+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
88968896+printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
88978897+if test ${lt_cv_prog_compiler_c_o+y}
88988898+then :
88998899+ printf %s "(cached) " >&6
89008900+else $as_nop
83248901 lt_cv_prog_compiler_c_o=no
83258902 $RM -r conftest 2>/dev/null
83268903 mkdir conftest
···83638940 $RM conftest*
8364894183658942fi
83668366-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
83678367-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
89438943+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
89448944+printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
836889458369894683708947···83728949hard_links="nottested"
83738950if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
83748951 # do not overwrite the value of need_locks provided by the user
83758375- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
83768376-$as_echo_n "checking if we can lock with hard links... " >&6; }
89528952+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
89538953+printf %s "checking if we can lock with hard links... " >&6; }
83778954 hard_links=yes
83788955 $RM conftest*
83798956 ln conftest.a conftest.b 2>/dev/null && hard_links=no
83808957 touch conftest.a
83818958 ln conftest.a conftest.b 2>&5 || hard_links=no
83828959 ln conftest.a conftest.b 2>/dev/null && hard_links=no
83838383- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
83848384-$as_echo "$hard_links" >&6; }
89608960+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
89618961+printf "%s\n" "$hard_links" >&6; }
83858962 if test "$hard_links" = no; then
83868386- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
83878387-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
89638963+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
89648964+printf "%s\n" "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
83888965 need_locks=warn
83898966 fi
83908967else
···83968973839789748398897583998399- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
84008400-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
89768976+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
89778977+printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8401897884028979 runpath_var=
84038980 allow_undefined_flag=
···88819458 if test "${lt_cv_aix_libpath+set}" = set; then
88829459 aix_libpath=$lt_cv_aix_libpath
88839460else
88848884- if ${lt_cv_aix_libpath_+:} false; then :
88858885- $as_echo_n "(cached) " >&6
88868886-else
94619461+ if test ${lt_cv_aix_libpath_+y}
94629462+then :
94639463+ printf %s "(cached) " >&6
94649464+else $as_nop
88879465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88889466/* end confdefs.h. */
8889946788909468int
88918891-main ()
94699469+main (void)
88929470{
8893947188949472 ;
88959473 return 0;
88969474}
88979475_ACEOF
88988898-if ac_fn_c_try_link "$LINENO"; then :
94769476+if ac_fn_c_try_link "$LINENO"
94779477+then :
8899947889009479 lt_aix_libpath_sed='
89019480 /Import File Strings/,/^$/ {
···89109489 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
89119490 fi
89129491fi
89138913-rm -f core conftest.err conftest.$ac_objext \
94929492+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89149493 conftest$ac_exeext conftest.$ac_ext
89159494 if test -z "$lt_cv_aix_libpath_"; then
89169495 lt_cv_aix_libpath_="/usr/lib:/lib"
···89349513 if test "${lt_cv_aix_libpath+set}" = set; then
89359514 aix_libpath=$lt_cv_aix_libpath
89369515else
89378937- if ${lt_cv_aix_libpath_+:} false; then :
89388938- $as_echo_n "(cached) " >&6
89398939-else
95169516+ if test ${lt_cv_aix_libpath_+y}
95179517+then :
95189518+ printf %s "(cached) " >&6
95199519+else $as_nop
89409520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89419521/* end confdefs.h. */
8942952289439523int
89448944-main ()
95249524+main (void)
89459525{
8946952689479527 ;
89489528 return 0;
89499529}
89509530_ACEOF
89518951-if ac_fn_c_try_link "$LINENO"; then :
95319531+if ac_fn_c_try_link "$LINENO"
95329532+then :
8952953389539534 lt_aix_libpath_sed='
89549535 /Import File Strings/,/^$/ {
···89639544 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
89649545 fi
89659546fi
89668966-rm -f core conftest.err conftest.$ac_objext \
95479547+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89679548 conftest$ac_exeext conftest.$ac_ext
89689549 if test -z "$lt_cv_aix_libpath_"; then
89699550 lt_cv_aix_libpath_="/usr/lib:/lib"
···9201978292029783 # Older versions of the 11.00 compiler do not understand -b yet
92039784 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
92049204- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
92059205-$as_echo_n "checking if $CC understands -b... " >&6; }
92069206-if ${lt_cv_prog_compiler__b+:} false; then :
92079207- $as_echo_n "(cached) " >&6
92089208-else
97859785+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
97869786+printf %s "checking if $CC understands -b... " >&6; }
97879787+if test ${lt_cv_prog_compiler__b+y}
97889788+then :
97899789+ printf %s "(cached) " >&6
97909790+else $as_nop
92099791 lt_cv_prog_compiler__b=no
92109792 save_LDFLAGS="$LDFLAGS"
92119793 LDFLAGS="$LDFLAGS -b"
···92299811 LDFLAGS="$save_LDFLAGS"
9230981292319813fi
92329232-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
92339233-$as_echo "$lt_cv_prog_compiler__b" >&6; }
98149814+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
98159815+printf "%s\n" "$lt_cv_prog_compiler__b" >&6; }
9234981692359817if test x"$lt_cv_prog_compiler__b" = xyes; then
92369818 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
···92709852 # work, assume that -exports_file does not work either and
92719853 # implicitly export all symbols.
92729854 # This should be the same for all languages, so no per-tag cache variable.
92739273- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
92749274-$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
92759275-if ${lt_cv_irix_exported_symbol+:} false; then :
92769276- $as_echo_n "(cached) " >&6
92779277-else
98559855+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
98569856+printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
98579857+if test ${lt_cv_irix_exported_symbol+y}
98589858+then :
98599859+ printf %s "(cached) " >&6
98609860+else $as_nop
92789861 save_LDFLAGS="$LDFLAGS"
92799862 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
92809863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92819864/* end confdefs.h. */
92829865int foo (void) { return 0; }
92839866_ACEOF
92849284-if ac_fn_c_try_link "$LINENO"; then :
98679867+if ac_fn_c_try_link "$LINENO"
98689868+then :
92859869 lt_cv_irix_exported_symbol=yes
92869286-else
98709870+else $as_nop
92879871 lt_cv_irix_exported_symbol=no
92889872fi
92899289-rm -f core conftest.err conftest.$ac_objext \
98739873+rm -f core conftest.err conftest.$ac_objext conftest.beam \
92909874 conftest$ac_exeext conftest.$ac_ext
92919875 LDFLAGS="$save_LDFLAGS"
92929876fi
92939293-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
92949294-$as_echo "$lt_cv_irix_exported_symbol" >&6; }
98779877+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
98789878+printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
92959879 if test "$lt_cv_irix_exported_symbol" = yes; then
92969880 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'
92979881 fi
···954910133 fi
955010134 fi
95511013595529552-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
95539553-$as_echo "$ld_shlibs" >&6; }
1013610136+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
1013710137+printf "%s\n" "$ld_shlibs" >&6; }
955410138test "$ld_shlibs" = no && can_build_shared=no
955510139955610140with_gnu_ld=$with_gnu_ld
···958610170 # Test whether the compiler implicitly links with -lc since on some
958710171 # systems, -lgcc has to come before -lc. If gcc already passes -lc
958810172 # to ld, don't add -lc before -lgcc.
95899589- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
95909590-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
95919591-if ${lt_cv_archive_cmds_need_lc+:} false; then :
95929592- $as_echo_n "(cached) " >&6
95939593-else
1017310173+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
1017410174+printf %s "checking whether -lc should be explicitly linked in... " >&6; }
1017510175+if test ${lt_cv_archive_cmds_need_lc+y}
1017610176+then :
1017710177+ printf %s "(cached) " >&6
1017810178+else $as_nop
959410179 $RM conftest*
959510180 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
959610181959710182 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
959810183 (eval $ac_compile) 2>&5
959910184 ac_status=$?
96009600- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1018510185+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
960110186 test $ac_status = 0; } 2>conftest.err; then
960210187 soname=conftest
960310188 lib=conftest
···961510200 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
961610201 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
961710202 ac_status=$?
96189618- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1020310203+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
961910204 test $ac_status = 0; }
962010205 then
962110206 lt_cv_archive_cmds_need_lc=no
···962910214 $RM conftest*
963010215963110216fi
96329632-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
96339633-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
1021710217+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
1021810218+printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; }
963410219 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
963510220 ;;
963610221 esac
···97891037497901037597911037697929792- { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
97939793-$as_echo_n "checking dynamic linker characteristics... " >&6; }
1037710377+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
1037810378+printf %s "checking dynamic linker characteristics... " >&6; }
979410379979510380if test "$GCC" = yes; then
979610381 case $host_os in
···1028110866 shlibpath_overrides_runpath=no
10282108671028310868 # Some binutils ld are patched to set DT_RUNPATH
1028410284- if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
1028510285- $as_echo_n "(cached) " >&6
1028610286-else
1086910869+ if test ${lt_cv_shlibpath_overrides_runpath+y}
1087010870+then :
1087110871+ printf %s "(cached) " >&6
1087210872+else $as_nop
1028710873 lt_cv_shlibpath_overrides_runpath=no
1028810874 save_LDFLAGS=$LDFLAGS
1028910875 save_libdir=$libdir
···1029310879/* end confdefs.h. */
10294108801029510881int
1029610296-main ()
1088210882+main (void)
1029710883{
10298108841029910885 ;
1030010886 return 0;
1030110887}
1030210888_ACEOF
1030310303-if ac_fn_c_try_link "$LINENO"; then :
1030410304- if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
1088910889+if ac_fn_c_try_link "$LINENO"
1089010890+then :
1089110891+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null
1089210892+then :
1030510893 lt_cv_shlibpath_overrides_runpath=yes
1030610894fi
1030710895fi
1030810308-rm -f core conftest.err conftest.$ac_objext \
1089610896+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1030910897 conftest$ac_exeext conftest.$ac_ext
1031010898 LDFLAGS=$save_LDFLAGS
1031110899 libdir=$save_libdir
···1052211110 dynamic_linker=no
1052311111 ;;
1052411112esac
1052510525-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1052610526-$as_echo "$dynamic_linker" >&6; }
1111311113+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1111411114+printf "%s\n" "$dynamic_linker" >&6; }
1052711115test "$dynamic_linker" = no && can_build_shared=no
10528111161052911117variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
···1062911217106301121810631112191063210632- { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
1063310633-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
1122011220+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
1122111221+printf %s "checking how to hardcode library paths into programs... " >&6; }
1063411222hardcode_action=
1063511223if test -n "$hardcode_libdir_flag_spec" ||
1063611224 test -n "$runpath_var" ||
···1065411242 # directories.
1065511243 hardcode_action=unsupported
1065611244fi
1065710657-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1065810658-$as_echo "$hardcode_action" >&6; }
1124511245+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1124611246+printf "%s\n" "$hardcode_action" >&6; }
10659112471066011248if test "$hardcode_action" = relink ||
1066111249 test "$inherit_rpath" = yes; then
···10699112871070011288 darwin*)
1070111289 # if libdl is installed we need to link against it
1070210702- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1070310703-$as_echo_n "checking for dlopen in -ldl... " >&6; }
1070410704-if ${ac_cv_lib_dl_dlopen+:} false; then :
1070510705- $as_echo_n "(cached) " >&6
1070610706-else
1129011290+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1129111291+printf %s "checking for dlopen in -ldl... " >&6; }
1129211292+if test ${ac_cv_lib_dl_dlopen+y}
1129311293+then :
1129411294+ printf %s "(cached) " >&6
1129511295+else $as_nop
1070711296 ac_check_lib_save_LIBS=$LIBS
1070811297LIBS="-ldl $LIBS"
1070911298cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1071211301/* Override any GCC internal prototype to avoid an error.
1071311302 Use char because int might match the return type of a GCC
1071411303 builtin and then its argument prototype would still apply. */
1071510715-#ifdef __cplusplus
1071610716-extern "C"
1071710717-#endif
1071811304char dlopen ();
1071911305int
1072010720-main ()
1130611306+main (void)
1072111307{
1072211308return dlopen ();
1072311309 ;
1072411310 return 0;
1072511311}
1072611312_ACEOF
1072710727-if ac_fn_c_try_link "$LINENO"; then :
1131311313+if ac_fn_c_try_link "$LINENO"
1131411314+then :
1072811315 ac_cv_lib_dl_dlopen=yes
1072910729-else
1131611316+else $as_nop
1073011317 ac_cv_lib_dl_dlopen=no
1073111318fi
1073210732-rm -f core conftest.err conftest.$ac_objext \
1131911319+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1073311320 conftest$ac_exeext conftest.$ac_ext
1073411321LIBS=$ac_check_lib_save_LIBS
1073511322fi
1073610736-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1073710737-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1073810738-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1132311323+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1132411324+printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
1132511325+if test "x$ac_cv_lib_dl_dlopen" = xyes
1132611326+then :
1073911327 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1074010740-else
1132811328+else $as_nop
10741113291074211330 lt_cv_dlopen="dyld"
1074311331 lt_cv_dlopen_libs=
···10749113371075011338 *)
1075111339 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
1075210752-if test "x$ac_cv_func_shl_load" = xyes; then :
1134011340+if test "x$ac_cv_func_shl_load" = xyes
1134111341+then :
1075311342 lt_cv_dlopen="shl_load"
1075410754-else
1075510755- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1075610756-$as_echo_n "checking for shl_load in -ldld... " >&6; }
1075710757-if ${ac_cv_lib_dld_shl_load+:} false; then :
1075810758- $as_echo_n "(cached) " >&6
1075910759-else
1134311343+else $as_nop
1134411344+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1134511345+printf %s "checking for shl_load in -ldld... " >&6; }
1134611346+if test ${ac_cv_lib_dld_shl_load+y}
1134711347+then :
1134811348+ printf %s "(cached) " >&6
1134911349+else $as_nop
1076011350 ac_check_lib_save_LIBS=$LIBS
1076111351LIBS="-ldld $LIBS"
1076211352cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1076511355/* Override any GCC internal prototype to avoid an error.
1076611356 Use char because int might match the return type of a GCC
1076711357 builtin and then its argument prototype would still apply. */
1076810768-#ifdef __cplusplus
1076910769-extern "C"
1077010770-#endif
1077111358char shl_load ();
1077211359int
1077310773-main ()
1136011360+main (void)
1077411361{
1077511362return shl_load ();
1077611363 ;
1077711364 return 0;
1077811365}
1077911366_ACEOF
1078010780-if ac_fn_c_try_link "$LINENO"; then :
1136711367+if ac_fn_c_try_link "$LINENO"
1136811368+then :
1078111369 ac_cv_lib_dld_shl_load=yes
1078210782-else
1137011370+else $as_nop
1078311371 ac_cv_lib_dld_shl_load=no
1078411372fi
1078510785-rm -f core conftest.err conftest.$ac_objext \
1137311373+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1078611374 conftest$ac_exeext conftest.$ac_ext
1078711375LIBS=$ac_check_lib_save_LIBS
1078811376fi
1078910789-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1079010790-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
1079110791-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
1137711377+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1137811378+printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; }
1137911379+if test "x$ac_cv_lib_dld_shl_load" = xyes
1138011380+then :
1079211381 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
1079310793-else
1138211382+else $as_nop
1079411383 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
1079510795-if test "x$ac_cv_func_dlopen" = xyes; then :
1138411384+if test "x$ac_cv_func_dlopen" = xyes
1138511385+then :
1079611386 lt_cv_dlopen="dlopen"
1079710797-else
1079810798- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1079910799-$as_echo_n "checking for dlopen in -ldl... " >&6; }
1080010800-if ${ac_cv_lib_dl_dlopen+:} false; then :
1080110801- $as_echo_n "(cached) " >&6
1080210802-else
1138711387+else $as_nop
1138811388+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1138911389+printf %s "checking for dlopen in -ldl... " >&6; }
1139011390+if test ${ac_cv_lib_dl_dlopen+y}
1139111391+then :
1139211392+ printf %s "(cached) " >&6
1139311393+else $as_nop
1080311394 ac_check_lib_save_LIBS=$LIBS
1080411395LIBS="-ldl $LIBS"
1080511396cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1080811399/* Override any GCC internal prototype to avoid an error.
1080911400 Use char because int might match the return type of a GCC
1081011401 builtin and then its argument prototype would still apply. */
1081110811-#ifdef __cplusplus
1081210812-extern "C"
1081310813-#endif
1081411402char dlopen ();
1081511403int
1081610816-main ()
1140411404+main (void)
1081711405{
1081811406return dlopen ();
1081911407 ;
1082011408 return 0;
1082111409}
1082211410_ACEOF
1082310823-if ac_fn_c_try_link "$LINENO"; then :
1141111411+if ac_fn_c_try_link "$LINENO"
1141211412+then :
1082411413 ac_cv_lib_dl_dlopen=yes
1082510825-else
1141411414+else $as_nop
1082611415 ac_cv_lib_dl_dlopen=no
1082711416fi
1082810828-rm -f core conftest.err conftest.$ac_objext \
1141711417+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1082911418 conftest$ac_exeext conftest.$ac_ext
1083011419LIBS=$ac_check_lib_save_LIBS
1083111420fi
1083210832-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1083310833-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1083410834-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1142111421+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1142211422+printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
1142311423+if test "x$ac_cv_lib_dl_dlopen" = xyes
1142411424+then :
1083511425 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1083610836-else
1083710837- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1083810838-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
1083910839-if ${ac_cv_lib_svld_dlopen+:} false; then :
1084010840- $as_echo_n "(cached) " >&6
1084110841-else
1142611426+else $as_nop
1142711427+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1142811428+printf %s "checking for dlopen in -lsvld... " >&6; }
1142911429+if test ${ac_cv_lib_svld_dlopen+y}
1143011430+then :
1143111431+ printf %s "(cached) " >&6
1143211432+else $as_nop
1084211433 ac_check_lib_save_LIBS=$LIBS
1084311434LIBS="-lsvld $LIBS"
1084411435cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1084711438/* Override any GCC internal prototype to avoid an error.
1084811439 Use char because int might match the return type of a GCC
1084911440 builtin and then its argument prototype would still apply. */
1085010850-#ifdef __cplusplus
1085110851-extern "C"
1085210852-#endif
1085311441char dlopen ();
1085411442int
1085510855-main ()
1144311443+main (void)
1085611444{
1085711445return dlopen ();
1085811446 ;
1085911447 return 0;
1086011448}
1086111449_ACEOF
1086210862-if ac_fn_c_try_link "$LINENO"; then :
1145011450+if ac_fn_c_try_link "$LINENO"
1145111451+then :
1086311452 ac_cv_lib_svld_dlopen=yes
1086410864-else
1145311453+else $as_nop
1086511454 ac_cv_lib_svld_dlopen=no
1086611455fi
1086710867-rm -f core conftest.err conftest.$ac_objext \
1145611456+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1086811457 conftest$ac_exeext conftest.$ac_ext
1086911458LIBS=$ac_check_lib_save_LIBS
1087011459fi
1087110871-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1087210872-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
1087310873-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
1146011460+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1146111461+printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; }
1146211462+if test "x$ac_cv_lib_svld_dlopen" = xyes
1146311463+then :
1087411464 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
1087510875-else
1087610876- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1087710877-$as_echo_n "checking for dld_link in -ldld... " >&6; }
1087810878-if ${ac_cv_lib_dld_dld_link+:} false; then :
1087910879- $as_echo_n "(cached) " >&6
1088010880-else
1146511465+else $as_nop
1146611466+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1146711467+printf %s "checking for dld_link in -ldld... " >&6; }
1146811468+if test ${ac_cv_lib_dld_dld_link+y}
1146911469+then :
1147011470+ printf %s "(cached) " >&6
1147111471+else $as_nop
1088111472 ac_check_lib_save_LIBS=$LIBS
1088211473LIBS="-ldld $LIBS"
1088311474cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1088611477/* Override any GCC internal prototype to avoid an error.
1088711478 Use char because int might match the return type of a GCC
1088811479 builtin and then its argument prototype would still apply. */
1088910889-#ifdef __cplusplus
1089010890-extern "C"
1089110891-#endif
1089211480char dld_link ();
1089311481int
1089410894-main ()
1148211482+main (void)
1089511483{
1089611484return dld_link ();
1089711485 ;
1089811486 return 0;
1089911487}
1090011488_ACEOF
1090110901-if ac_fn_c_try_link "$LINENO"; then :
1148911489+if ac_fn_c_try_link "$LINENO"
1149011490+then :
1090211491 ac_cv_lib_dld_dld_link=yes
1090310903-else
1149211492+else $as_nop
1090411493 ac_cv_lib_dld_dld_link=no
1090511494fi
1090610906-rm -f core conftest.err conftest.$ac_objext \
1149511495+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1090711496 conftest$ac_exeext conftest.$ac_ext
1090811497LIBS=$ac_check_lib_save_LIBS
1090911498fi
1091010910-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1091110911-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
1091210912-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
1149911499+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1150011500+printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; }
1150111501+if test "x$ac_cv_lib_dld_dld_link" = xyes
1150211502+then :
1091311503 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1091411504fi
1091511505···1094811538 save_LIBS="$LIBS"
1094911539 LIBS="$lt_cv_dlopen_libs $LIBS"
10950115401095110951- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1095210952-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
1095310953-if ${lt_cv_dlopen_self+:} false; then :
1095410954- $as_echo_n "(cached) " >&6
1095510955-else
1154111541+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1154211542+printf %s "checking whether a program can dlopen itself... " >&6; }
1154311543+if test ${lt_cv_dlopen_self+y}
1154411544+then :
1154511545+ printf %s "(cached) " >&6
1154611546+else $as_nop
1095611547 if test "$cross_compiling" = yes; then :
1095711548 lt_cv_dlopen_self=cross
1095811549else
···1103111622 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1103211623 (eval $ac_link) 2>&5
1103311624 ac_status=$?
1103411034- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1162511625+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1103511626 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1103611627 (./conftest; exit; ) >&5 2>/dev/null
1103711628 lt_status=$?
···110491164011050116411105111642fi
1105211052-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1105311053-$as_echo "$lt_cv_dlopen_self" >&6; }
1164311643+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1164411644+printf "%s\n" "$lt_cv_dlopen_self" >&6; }
11054116451105511646 if test "x$lt_cv_dlopen_self" = xyes; then
1105611647 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1105711057- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1105811058-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
1105911059-if ${lt_cv_dlopen_self_static+:} false; then :
1106011060- $as_echo_n "(cached) " >&6
1106111061-else
1164811648+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1164911649+printf %s "checking whether a statically linked program can dlopen itself... " >&6; }
1165011650+if test ${lt_cv_dlopen_self_static+y}
1165111651+then :
1165211652+ printf %s "(cached) " >&6
1165311653+else $as_nop
1106211654 if test "$cross_compiling" = yes; then :
1106311655 lt_cv_dlopen_self_static=cross
1106411656else
···1113711729 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1113811730 (eval $ac_link) 2>&5
1113911731 ac_status=$?
1114011140- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1173211732+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1114111733 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1114211734 (./conftest; exit; ) >&5 2>/dev/null
1114311735 lt_status=$?
···111551174711156117481115711749fi
1115811158-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1115911159-$as_echo "$lt_cv_dlopen_self_static" >&6; }
1175011750+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1175111751+printf "%s\n" "$lt_cv_dlopen_self_static" >&6; }
1116011752 fi
11161117531116211754 CPPFLAGS="$save_CPPFLAGS"
···11194117861119511787striplib=
1119611788old_striplib=
1119711197-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1119811198-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
1178911789+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1179011790+printf %s "checking whether stripping libraries is possible... " >&6; }
1119911791if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1120011792 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1120111793 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1120211202- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1120311203-$as_echo "yes" >&6; }
1179411794+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1179511795+printf "%s\n" "yes" >&6; }
1120411796else
1120511797# FIXME - insert some real tests, host_os isn't really good enough
1120611798 case $host_os in
···1120811800 if test -n "$STRIP" ; then
1120911801 striplib="$STRIP -x"
1121011802 old_striplib="$STRIP -S"
1121111211- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1121211212-$as_echo "yes" >&6; }
1180311803+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1180411804+printf "%s\n" "yes" >&6; }
1121311805 else
1121411214- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1121511215-$as_echo "no" >&6; }
1180611806+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1180711807+printf "%s\n" "no" >&6; }
1121611808 fi
1121711809 ;;
1121811810 *)
1121911219- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1122011220-$as_echo "no" >&6; }
1181111811+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1181211812+printf "%s\n" "no" >&6; }
1122111813 ;;
1122211814 esac
1122311815fi
···112341182611235118271123611828 # Report which library types will actually be built
1123711237- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1123811238-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
1123911239- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1124011240-$as_echo "$can_build_shared" >&6; }
1182911829+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1183011830+printf %s "checking if libtool supports shared libraries... " >&6; }
1183111831+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1183211832+printf "%s\n" "$can_build_shared" >&6; }
11241118331124211242- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1124311243-$as_echo_n "checking whether to build shared libraries... " >&6; }
1183411834+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1183511835+printf %s "checking whether to build shared libraries... " >&6; }
1124411836 test "$can_build_shared" = "no" && enable_shared=no
11245118371124611838 # On AIX, shared libraries and static libraries use the same namespace, and
···1126011852 fi
1126111853 ;;
1126211854 esac
1126311263- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1126411264-$as_echo "$enable_shared" >&6; }
1185511855+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1185611856+printf "%s\n" "$enable_shared" >&6; }
11265118571126611266- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1126711267-$as_echo_n "checking whether to build static libraries... " >&6; }
1185811858+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1185911859+printf %s "checking whether to build static libraries... " >&6; }
1126811860 # Make sure either enable_shared or enable_static is yes.
1126911861 test "$enable_shared" = yes || enable_static=yes
1127011270- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1127111271-$as_echo "$enable_static" >&6; }
1186211862+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1186311863+printf "%s\n" "$enable_static" >&6; }
112721186411273118651127411866···1131711909113181191011319119111132011320-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1132111321-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1191211912+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1191311913+printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1132211914 # Check whether --enable-maintainer-mode was given.
1132311323-if test "${enable_maintainer_mode+set}" = set; then :
1191511915+if test ${enable_maintainer_mode+y}
1191611916+then :
1132411917 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1132511325-else
1191811918+else $as_nop
1132611919 USE_MAINTAINER_MODE=no
1132711920fi
11328119211132911329- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1133011330-$as_echo "$USE_MAINTAINER_MODE" >&6; }
1192211922+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1192311923+printf "%s\n" "$USE_MAINTAINER_MODE" >&6; }
1133111924 if test $USE_MAINTAINER_MODE = yes; then
1133211925 MAINTAINER_MODE_TRUE=
1133311926 MAINTAINER_MODE_FALSE='#'
···1134011933113411193411342119351134311343- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
1134411344-$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
1134511345-if ${ac_cv_prog_cc_c99+:} false; then :
1134611346- $as_echo_n "(cached) " >&6
1134711347-else
1134811348- ac_cv_prog_cc_c99=no
1134911349-ac_save_CC=$CC
1135011350-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1193611936+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5
1193711937+printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; }
1193811938+if test ${ac_cv_c_undeclared_builtin_options+y}
1193911939+then :
1194011940+ printf %s "(cached) " >&6
1194111941+else $as_nop
1194211942+ ac_save_CFLAGS=$CFLAGS
1194311943+ ac_cv_c_undeclared_builtin_options='cannot detect'
1194411944+ for ac_arg in '' -fno-builtin; do
1194511945+ CFLAGS="$ac_save_CFLAGS $ac_arg"
1194611946+ # This test program should *not* compile successfully.
1194711947+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1135111948/* end confdefs.h. */
1135211352-#include <stdarg.h>
1135311353-#include <stdbool.h>
1135411354-#include <stdlib.h>
1135511355-#include <wchar.h>
1135611356-#include <stdio.h>
11357119491135811358-// Check varargs macros. These examples are taken from C99 6.10.3.5.
1135911359-#define debug(...) fprintf (stderr, __VA_ARGS__)
1136011360-#define showlist(...) puts (#__VA_ARGS__)
1136111361-#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
1136211362-static void
1136311363-test_varargs_macros (void)
1136411364-{
1136511365- int x = 1234;
1136611366- int y = 5678;
1136711367- debug ("Flag");
1136811368- debug ("X = %d\n", x);
1136911369- showlist (The first, second, and third items.);
1137011370- report (x>y, "x is %d but y is %d", x, y);
1137111371-}
1137211372-1137311373-// Check long long types.
1137411374-#define BIG64 18446744073709551615ull
1137511375-#define BIG32 4294967295ul
1137611376-#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
1137711377-#if !BIG_OK
1137811378- your preprocessor is broken;
1137911379-#endif
1138011380-#if BIG_OK
1138111381-#else
1138211382- your preprocessor is broken;
1138311383-#endif
1138411384-static long long int bignum = -9223372036854775807LL;
1138511385-static unsigned long long int ubignum = BIG64;
1138611386-1138711387-struct incomplete_array
1195011950+int
1195111951+main (void)
1138811952{
1138911389- int datasize;
1139011390- double data[];
1139111391-};
1139211392-1139311393-struct named_init {
1139411394- int number;
1139511395- const wchar_t *name;
1139611396- double average;
1139711397-};
1139811398-1139911399-typedef const char *ccp;
1140011400-1140111401-static inline int
1140211402-test_restrict (ccp restrict text)
1140311403-{
1140411404- // See if C++-style comments work.
1140511405- // Iterate through items via the restricted pointer.
1140611406- // Also check for declarations in for loops.
1140711407- for (unsigned int i = 0; *(text+i) != '\0'; ++i)
1140811408- continue;
1195311953+(void) strchr;
1195411954+ ;
1140911955 return 0;
1141011956}
1141111411-1141211412-// Check varargs and va_copy.
1141311413-static void
1141411414-test_varargs (const char *format, ...)
1141511415-{
1141611416- va_list args;
1141711417- va_start (args, format);
1141811418- va_list args_copy;
1141911419- va_copy (args_copy, args);
1142011420-1142111421- const char *str;
1142211422- int number;
1142311423- float fnumber;
1195711957+_ACEOF
1195811958+if ac_fn_c_try_compile "$LINENO"
1195911959+then :
11424119601142511425- while (*format)
1142611426- {
1142711427- switch (*format++)
1142811428- {
1142911429- case 's': // string
1143011430- str = va_arg (args_copy, const char *);
1143111431- break;
1143211432- case 'd': // int
1143311433- number = va_arg (args_copy, int);
1143411434- break;
1143511435- case 'f': // float
1143611436- fnumber = va_arg (args_copy, double);
1143711437- break;
1143811438- default:
1143911439- break;
1144011440- }
1144111441- }
1144211442- va_end (args_copy);
1144311443- va_end (args);
1144411444-}
1196111961+else $as_nop
1196211962+ # This test program should compile successfully.
1196311963+ # No library function is consistently available on
1196411964+ # freestanding implementations, so test against a dummy
1196511965+ # declaration. Include always-available headers on the
1196611966+ # off chance that they somehow elicit warnings.
1196711967+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1196811968+/* end confdefs.h. */
1196911969+#include <float.h>
1197011970+#include <limits.h>
1197111971+#include <stdarg.h>
1197211972+#include <stddef.h>
1197311973+extern void ac_decl (int, char *);
11445119741144611975int
1144711447-main ()
1197611976+main (void)
1144811977{
1144911449-1145011450- // Check bool.
1145111451- _Bool success = false;
1145211452-1145311453- // Check restrict.
1145411454- if (test_restrict ("String literal") == 0)
1145511455- success = true;
1145611456- char *restrict newvar = "Another string";
1145711457-1145811458- // Check varargs.
1145911459- test_varargs ("s, d' f .", "string", 65, 34.234);
1146011460- test_varargs_macros ();
1146111461-1146211462- // Check flexible array members.
1146311463- struct incomplete_array *ia =
1146411464- malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
1146511465- ia->datasize = 10;
1146611466- for (int i = 0; i < ia->datasize; ++i)
1146711467- ia->data[i] = i * 1.234;
1146811468-1146911469- // Check named initializers.
1147011470- struct named_init ni = {
1147111471- .number = 34,
1147211472- .name = L"Test wide string",
1147311473- .average = 543.34343,
1147411474- };
1147511475-1147611476- ni.number = 58;
1147711477-1147811478- int dynamic_array[ni.number];
1147911479- dynamic_array[ni.number - 1] = 543;
1148011480-1148111481- // work around unused variable warnings
1148211482- return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
1148311483- || dynamic_array[ni.number - 1] != 543);
1197811978+(void) ac_decl (0, (char *) 0);
1197911979+ (void) ac_decl;
11484119801148511981 ;
1148611982 return 0;
1148711983}
1148811984_ACEOF
1148911489-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
1149011490-do
1149111491- CC="$ac_save_CC $ac_arg"
1149211492- if ac_fn_c_try_compile "$LINENO"; then :
1149311493- ac_cv_prog_cc_c99=$ac_arg
1198511985+if ac_fn_c_try_compile "$LINENO"
1198611986+then :
1198711987+ if test x"$ac_arg" = x
1198811988+then :
1198911989+ ac_cv_c_undeclared_builtin_options='none needed'
1199011990+else $as_nop
1199111991+ ac_cv_c_undeclared_builtin_options=$ac_arg
1149411992fi
1149511495-rm -f core conftest.err conftest.$ac_objext
1149611496- test "x$ac_cv_prog_cc_c99" != "xno" && break
1149711497-done
1149811498-rm -f conftest.$ac_ext
1149911499-CC=$ac_save_CC
1150011500-1199311993+ break
1150111994fi
1150211502-# AC_CACHE_VAL
1150311503-case "x$ac_cv_prog_cc_c99" in
1150411504- x)
1150511505- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
1150611506-$as_echo "none needed" >&6; } ;;
1150711507- xno)
1150811508- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
1150911509-$as_echo "unsupported" >&6; } ;;
1151011510- *)
1151111511- CC="$CC $ac_cv_prog_cc_c99"
1151211512- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
1151311513-$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
1151411514-esac
1151511515-if test "x$ac_cv_prog_cc_c99" != xno; then :
1151611516-1199511995+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1151711996fi
1199711997+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1199811998+ done
1199911999+ CFLAGS=$ac_save_CFLAGS
11518120001200112001+fi
1200212002+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5
1200312003+printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; }
1200412004+ case $ac_cv_c_undeclared_builtin_options in #(
1200512005+ 'cannot detect') :
1200612006+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1200712007+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1200812008+as_fn_error $? "cannot make $CC report undeclared builtins
1200912009+See \`config.log' for more details" "$LINENO" 5; } ;; #(
1201012010+ 'none needed') :
1201112011+ ac_c_undeclared_builtin_options='' ;; #(
1201212012+ *) :
1201312013+ ac_c_undeclared_builtin_options=$ac_cv_c_undeclared_builtin_options ;;
1201412014+esac
115191201511520120161152112017115221201811523120191152411524-ac_fn_c_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default"
1152511525-if test "x$ac_cv_have_decl___clang__" = xyes; then :
1202012020+ac_fn_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1202112021+if test "x$ac_cv_have_decl___clang__" = xyes
1202212022+then :
1152612023 CLANGCC="yes"
1152711527-else
1202412024+else $as_nop
1152812025 CLANGCC="no"
1152912026fi
1153011530-1153111531-ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default"
1153211532-if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes; then :
1202712027+ac_fn_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1202812028+if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes
1202912029+then :
1153312030 INTELCC="yes"
1153411534-else
1203112031+else $as_nop
1153512032 INTELCC="no"
1153612033fi
1153711537-1153811538-ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
1153911539-if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
1203412034+ac_fn_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1203512035+if test "x$ac_cv_have_decl___SUNPRO_C" = xyes
1203612036+then :
1154012037 SUNCC="yes"
1154111541-else
1203812038+else $as_nop
1154212039 SUNCC="no"
1154312040fi
1154411544-115451204111546120421154712043···1155412050 if test -n "$ac_tool_prefix"; then
1155512051 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1155612052set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1155711557-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1155811558-$as_echo_n "checking for $ac_word... " >&6; }
1155911559-if ${ac_cv_path_PKG_CONFIG+:} false; then :
1156011560- $as_echo_n "(cached) " >&6
1156111561-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_PKG_CONFIG+y}
1205612056+then :
1205712057+ printf %s "(cached) " >&6
1205812058+else $as_nop
1156212059 case $PKG_CONFIG in
1156312060 [\\/]* | ?:[\\/]*)
1156412061 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
···1156812065for as_dir in $PATH
1156912066do
1157012067 IFS=$as_save_IFS
1157111571- test -z "$as_dir" && as_dir=.
1206812068+ case $as_dir in #(((
1206912069+ '') as_dir=./ ;;
1207012070+ */) ;;
1207112071+ *) as_dir=$as_dir/ ;;
1207212072+ esac
1157212073 for ac_exec_ext in '' $ac_executable_extensions; do
1157311573- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1157411574- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1157511575- $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_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
1157612077 break 2
1157712078 fi
1157812079done
···1158412085fi
1158512086PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1158612087if test -n "$PKG_CONFIG"; then
1158711587- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1158811588-$as_echo "$PKG_CONFIG" >&6; }
1208812088+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1208912089+printf "%s\n" "$PKG_CONFIG" >&6; }
1158912090else
1159011590- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1159111591-$as_echo "no" >&6; }
1209112091+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1209212092+printf "%s\n" "no" >&6; }
1159212093fi
11593120941159412095···1159712098 ac_pt_PKG_CONFIG=$PKG_CONFIG
1159812099 # Extract the first word of "pkg-config", so it can be a program name with args.
1159912100set dummy pkg-config; ac_word=$2
1160011600-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1160111601-$as_echo_n "checking for $ac_word... " >&6; }
1160211602-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
1160311603- $as_echo_n "(cached) " >&6
1160411604-else
1210112101+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1210212102+printf %s "checking for $ac_word... " >&6; }
1210312103+if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
1210412104+then :
1210512105+ printf %s "(cached) " >&6
1210612106+else $as_nop
1160512107 case $ac_pt_PKG_CONFIG in
1160612108 [\\/]* | ?:[\\/]*)
1160712109 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
···1161112113for as_dir in $PATH
1161212114do
1161312115 IFS=$as_save_IFS
1161411614- test -z "$as_dir" && as_dir=.
1211612116+ case $as_dir in #(((
1211712117+ '') as_dir=./ ;;
1211812118+ */) ;;
1211912119+ *) as_dir=$as_dir/ ;;
1212012120+ esac
1161512121 for ac_exec_ext in '' $ac_executable_extensions; do
1161611616- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1161711617- ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1161811618- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1212212122+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
1212312123+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
1212412124+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1161912125 break 2
1162012126 fi
1162112127done
···1162712133fi
1162812134ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1162912135if test -n "$ac_pt_PKG_CONFIG"; then
1163011630- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1163111631-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
1213612136+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1213712137+printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
1163212138else
1163311633- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1163411634-$as_echo "no" >&6; }
1213912139+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1214012140+printf "%s\n" "no" >&6; }
1163512141fi
11636121421163712143 if test "x$ac_pt_PKG_CONFIG" = x; then
···1163912145 else
1164012146 case $cross_compiling:$ac_tool_warned in
1164112147yes:)
1164211642-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1164311643-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1214812148+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1214912149+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1164412150ac_tool_warned=yes ;;
1164512151esac
1164612152 PKG_CONFIG=$ac_pt_PKG_CONFIG
···1165212158fi
1165312159if test -n "$PKG_CONFIG"; then
1165412160 _pkg_min_version=0.9.0
1165511655- { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1165611656-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1216112161+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1216212162+printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1165712163 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1165811658- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1165911659-$as_echo "yes" >&6; }
1216412164+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1216512165+printf "%s\n" "yes" >&6; }
1166012166 else
1166111661- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1166211662-$as_echo "no" >&6; }
1216712167+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1216812168+printf "%s\n" "no" >&6; }
1166312169 PKG_CONFIG=""
1166412170 fi
1166512171fi
···116691217511670121761167112177# Check whether --enable-selective-werror was given.
1167211672-if test "${enable_selective_werror+set}" = set; then :
1217812178+if test ${enable_selective_werror+y}
1217912179+then :
1167312180 enableval=$enable_selective_werror; SELECTIVE_WERROR=$enableval
1167411674-else
1218112181+else $as_nop
1167512182 SELECTIVE_WERROR=yes
1167612183fi
1167712184···11704122111170512212if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1170612213 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1170711707- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1170811708-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1170911709-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1171011710- $as_echo_n "(cached) " >&6
1171111711-else
1221412214+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1221512215+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1221612216+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1221712217+then :
1221812218+ printf %s "(cached) " >&6
1221912219+else $as_nop
1171212220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1171312221/* end confdefs.h. */
1171412222int i;
1171512223_ACEOF
1171611716-if ac_fn_c_try_compile "$LINENO"; then :
1222412224+if ac_fn_c_try_compile "$LINENO"
1222512225+then :
1171712226 xorg_cv_cc_flag_unknown_warning_option=yes
1171811718-else
1222712227+else $as_nop
1171912228 xorg_cv_cc_flag_unknown_warning_option=no
1172012229fi
1172111721-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1223012230+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1172212231fi
1172311723-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1172411724-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1223212232+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1223312233+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1172512234 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1172612235 CFLAGS="$xorg_testset_save_CFLAGS"
1172712236fi
···1173112240 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1173212241 fi
1173312242 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1173411734- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1173511735-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1173611736-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1173711737- $as_echo_n "(cached) " >&6
1173811738-else
1224312243+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1224412244+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1224512245+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1224612246+then :
1224712247+ printf %s "(cached) " >&6
1224812248+else $as_nop
1173912249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1174012250/* end confdefs.h. */
1174112251int i;
1174212252_ACEOF
1174311743-if ac_fn_c_try_compile "$LINENO"; then :
1225312253+if ac_fn_c_try_compile "$LINENO"
1225412254+then :
1174412255 xorg_cv_cc_flag_unused_command_line_argument=yes
1174511745-else
1225612256+else $as_nop
1174612257 xorg_cv_cc_flag_unused_command_line_argument=no
1174712258fi
1174811748-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1225912259+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1174912260fi
1175011750-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1175111751-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1226112261+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1226212262+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1175212263 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1175312264 CFLAGS="$xorg_testset_save_CFLAGS"
1175412265fi
···11766122771176712278 CFLAGS="$CFLAGS -Wall"
11768122791176911769- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
1177011770-$as_echo_n "checking if $CC supports -Wall... " >&6; }
1228012280+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
1228112281+printf %s "checking if $CC supports -Wall... " >&6; }
1177112282 cacheid=xorg_cv_cc_flag__Wall
1177211772- if eval \${$cacheid+:} false; then :
1177311773- $as_echo_n "(cached) " >&6
1177411774-else
1228312283+ if eval test \${$cacheid+y}
1228412284+then :
1228512285+ printf %s "(cached) " >&6
1228612286+else $as_nop
1177512287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1177612288/* end confdefs.h. */
1177712289int i;
1177812290int
1177911779-main ()
1229112291+main (void)
1178012292{
11781122931178212294 ;
1178312295 return 0;
1178412296}
1178512297_ACEOF
1178611786-if ac_fn_c_try_link "$LINENO"; then :
1229812298+if ac_fn_c_try_link "$LINENO"
1229912299+then :
1178712300 eval $cacheid=yes
1178811788-else
1230112301+else $as_nop
1178912302 eval $cacheid=no
1179012303fi
1179111791-rm -f core conftest.err conftest.$ac_objext \
1230412304+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1179212305 conftest$ac_exeext conftest.$ac_ext
1179312306fi
1179412307···1179612309 CFLAGS="$xorg_testset_save_CFLAGS"
11797123101179812311 eval supported=\$$cacheid
1179911799- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1180011800-$as_echo "$supported" >&6; }
1231212312+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1231312313+printf "%s\n" "$supported" >&6; }
1180112314 if test "$supported" = "yes" ; then
1180212315 BASE_CFLAGS="$BASE_CFLAGS -Wall"
1180312316 found="yes"
···11822123351182312336if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1182412337 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1182511825- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1182611826-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1182711827-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1182811828- $as_echo_n "(cached) " >&6
1182911829-else
1233812338+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1233912339+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1234012340+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1234112341+then :
1234212342+ printf %s "(cached) " >&6
1234312343+else $as_nop
1183012344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1183112345/* end confdefs.h. */
1183212346int i;
1183312347_ACEOF
1183411834-if ac_fn_c_try_compile "$LINENO"; then :
1234812348+if ac_fn_c_try_compile "$LINENO"
1234912349+then :
1183512350 xorg_cv_cc_flag_unknown_warning_option=yes
1183611836-else
1235112351+else $as_nop
1183712352 xorg_cv_cc_flag_unknown_warning_option=no
1183812353fi
1183911839-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1235412354+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1184012355fi
1184111841-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1184211842-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1235612356+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1235712357+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1184312358 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1184412359 CFLAGS="$xorg_testset_save_CFLAGS"
1184512360fi
···1184912364 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1185012365 fi
1185112366 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1185211852- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1185311853-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1185411854-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1185511855- $as_echo_n "(cached) " >&6
1185611856-else
1236712367+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1236812368+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1236912369+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1237012370+then :
1237112371+ printf %s "(cached) " >&6
1237212372+else $as_nop
1185712373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1185812374/* end confdefs.h. */
1185912375int i;
1186012376_ACEOF
1186111861-if ac_fn_c_try_compile "$LINENO"; then :
1237712377+if ac_fn_c_try_compile "$LINENO"
1237812378+then :
1186212379 xorg_cv_cc_flag_unused_command_line_argument=yes
1186311863-else
1238012380+else $as_nop
1186412381 xorg_cv_cc_flag_unused_command_line_argument=no
1186512382fi
1186611866-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1238312383+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1186712384fi
1186811868-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1186911869-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1238512385+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1238612386+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1187012387 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1187112388 CFLAGS="$xorg_testset_save_CFLAGS"
1187212389fi
···11884124011188512402 CFLAGS="$CFLAGS -Wpointer-arith"
11886124031188711887- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
1188811888-$as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; }
1240412404+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
1240512405+printf %s "checking if $CC supports -Wpointer-arith... " >&6; }
1188912406 cacheid=xorg_cv_cc_flag__Wpointer_arith
1189011890- if eval \${$cacheid+:} false; then :
1189111891- $as_echo_n "(cached) " >&6
1189211892-else
1240712407+ if eval test \${$cacheid+y}
1240812408+then :
1240912409+ printf %s "(cached) " >&6
1241012410+else $as_nop
1189312411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1189412412/* end confdefs.h. */
1189512413int i;
1189612414int
1189711897-main ()
1241512415+main (void)
1189812416{
11899124171190012418 ;
1190112419 return 0;
1190212420}
1190312421_ACEOF
1190411904-if ac_fn_c_try_link "$LINENO"; then :
1242212422+if ac_fn_c_try_link "$LINENO"
1242312423+then :
1190512424 eval $cacheid=yes
1190611906-else
1242512425+else $as_nop
1190712426 eval $cacheid=no
1190812427fi
1190911909-rm -f core conftest.err conftest.$ac_objext \
1242812428+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1191012429 conftest$ac_exeext conftest.$ac_ext
1191112430fi
1191212431···1191412433 CFLAGS="$xorg_testset_save_CFLAGS"
11915124341191612435 eval supported=\$$cacheid
1191711917- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1191811918-$as_echo "$supported" >&6; }
1243612436+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1243712437+printf "%s\n" "$supported" >&6; }
1191912438 if test "$supported" = "yes" ; then
1192012439 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
1192112440 found="yes"
···11940124591194112460if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1194212461 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1194311943- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1194411944-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1194511945-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1194611946- $as_echo_n "(cached) " >&6
1194711947-else
1246212462+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1246312463+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1246412464+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1246512465+then :
1246612466+ printf %s "(cached) " >&6
1246712467+else $as_nop
1194812468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1194912469/* end confdefs.h. */
1195012470int i;
1195112471_ACEOF
1195211952-if ac_fn_c_try_compile "$LINENO"; then :
1247212472+if ac_fn_c_try_compile "$LINENO"
1247312473+then :
1195312474 xorg_cv_cc_flag_unknown_warning_option=yes
1195411954-else
1247512475+else $as_nop
1195512476 xorg_cv_cc_flag_unknown_warning_option=no
1195612477fi
1195711957-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1247812478+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1195812479fi
1195911959-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1196011960-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1248012480+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1248112481+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1196112482 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1196212483 CFLAGS="$xorg_testset_save_CFLAGS"
1196312484fi
···1196712488 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1196812489 fi
1196912490 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1197011970- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1197111971-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1197211972-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1197311973- $as_echo_n "(cached) " >&6
1197411974-else
1249112491+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1249212492+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1249312493+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1249412494+then :
1249512495+ printf %s "(cached) " >&6
1249612496+else $as_nop
1197512497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1197612498/* end confdefs.h. */
1197712499int i;
1197812500_ACEOF
1197911979-if ac_fn_c_try_compile "$LINENO"; then :
1250112501+if ac_fn_c_try_compile "$LINENO"
1250212502+then :
1198012503 xorg_cv_cc_flag_unused_command_line_argument=yes
1198111981-else
1250412504+else $as_nop
1198212505 xorg_cv_cc_flag_unused_command_line_argument=no
1198312506fi
1198411984-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1250712507+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1198512508fi
1198611986-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1198711987-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1250912509+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1251012510+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1198812511 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1198912512 CFLAGS="$xorg_testset_save_CFLAGS"
1199012513fi
···12002125251200312526 CFLAGS="$CFLAGS -Wmissing-declarations"
12004125271200512005- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
1200612006-$as_echo_n "checking if $CC supports -Wmissing-declarations... " >&6; }
1252812528+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
1252912529+printf %s "checking if $CC supports -Wmissing-declarations... " >&6; }
1200712530 cacheid=xorg_cv_cc_flag__Wmissing_declarations
1200812008- if eval \${$cacheid+:} false; then :
1200912009- $as_echo_n "(cached) " >&6
1201012010-else
1253112531+ if eval test \${$cacheid+y}
1253212532+then :
1253312533+ printf %s "(cached) " >&6
1253412534+else $as_nop
1201112535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1201212536/* end confdefs.h. */
1201312537int i;
1201412538int
1201512015-main ()
1253912539+main (void)
1201612540{
12017125411201812542 ;
1201912543 return 0;
1202012544}
1202112545_ACEOF
1202212022-if ac_fn_c_try_link "$LINENO"; then :
1254612546+if ac_fn_c_try_link "$LINENO"
1254712547+then :
1202312548 eval $cacheid=yes
1202412024-else
1254912549+else $as_nop
1202512550 eval $cacheid=no
1202612551fi
1202712027-rm -f core conftest.err conftest.$ac_objext \
1255212552+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1202812553 conftest$ac_exeext conftest.$ac_ext
1202912554fi
1203012555···1203212557 CFLAGS="$xorg_testset_save_CFLAGS"
12033125581203412559 eval supported=\$$cacheid
1203512035- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1203612036-$as_echo "$supported" >&6; }
1256012560+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1256112561+printf "%s\n" "$supported" >&6; }
1203712562 if test "$supported" = "yes" ; then
1203812563 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-declarations"
1203912564 found="yes"
···12058125831205912584if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1206012585 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1206112061- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1206212062-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1206312063-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1206412064- $as_echo_n "(cached) " >&6
1206512065-else
1258612586+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1258712587+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1258812588+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1258912589+then :
1259012590+ printf %s "(cached) " >&6
1259112591+else $as_nop
1206612592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1206712593/* end confdefs.h. */
1206812594int i;
1206912595_ACEOF
1207012070-if ac_fn_c_try_compile "$LINENO"; then :
1259612596+if ac_fn_c_try_compile "$LINENO"
1259712597+then :
1207112598 xorg_cv_cc_flag_unknown_warning_option=yes
1207212072-else
1259912599+else $as_nop
1207312600 xorg_cv_cc_flag_unknown_warning_option=no
1207412601fi
1207512075-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1260212602+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1207612603fi
1207712077-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1207812078-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1260412604+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1260512605+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1207912606 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1208012607 CFLAGS="$xorg_testset_save_CFLAGS"
1208112608fi
···1208512612 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1208612613 fi
1208712614 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1208812088- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1208912089-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1209012090-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1209112091- $as_echo_n "(cached) " >&6
1209212092-else
1261512615+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1261612616+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1261712617+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1261812618+then :
1261912619+ printf %s "(cached) " >&6
1262012620+else $as_nop
1209312621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1209412622/* end confdefs.h. */
1209512623int i;
1209612624_ACEOF
1209712097-if ac_fn_c_try_compile "$LINENO"; then :
1262512625+if ac_fn_c_try_compile "$LINENO"
1262612626+then :
1209812627 xorg_cv_cc_flag_unused_command_line_argument=yes
1209912099-else
1262812628+else $as_nop
1210012629 xorg_cv_cc_flag_unused_command_line_argument=no
1210112630fi
1210212102-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1263112631+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1210312632fi
1210412104-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1210512105-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1263312633+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1263412634+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1210612635 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1210712636 CFLAGS="$xorg_testset_save_CFLAGS"
1210812637fi
···12120126491212112650 CFLAGS="$CFLAGS -Wformat=2"
12122126511212312123- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
1212412124-$as_echo_n "checking if $CC supports -Wformat=2... " >&6; }
1265212652+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
1265312653+printf %s "checking if $CC supports -Wformat=2... " >&6; }
1212512654 cacheid=xorg_cv_cc_flag__Wformat_2
1212612126- if eval \${$cacheid+:} false; then :
1212712127- $as_echo_n "(cached) " >&6
1212812128-else
1265512655+ if eval test \${$cacheid+y}
1265612656+then :
1265712657+ printf %s "(cached) " >&6
1265812658+else $as_nop
1212912659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1213012660/* end confdefs.h. */
1213112661int i;
1213212662int
1213312133-main ()
1266312663+main (void)
1213412664{
12135126651213612666 ;
1213712667 return 0;
1213812668}
1213912669_ACEOF
1214012140-if ac_fn_c_try_link "$LINENO"; then :
1267012670+if ac_fn_c_try_link "$LINENO"
1267112671+then :
1214112672 eval $cacheid=yes
1214212142-else
1267312673+else $as_nop
1214312674 eval $cacheid=no
1214412675fi
1214512145-rm -f core conftest.err conftest.$ac_objext \
1267612676+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1214612677 conftest$ac_exeext conftest.$ac_ext
1214712678fi
1214812679···1215012681 CFLAGS="$xorg_testset_save_CFLAGS"
12151126821215212683 eval supported=\$$cacheid
1215312153- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1215412154-$as_echo "$supported" >&6; }
1268412684+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1268512685+printf "%s\n" "$supported" >&6; }
1215512686 if test "$supported" = "yes" ; then
1215612687 BASE_CFLAGS="$BASE_CFLAGS -Wformat=2"
1215712688 found="yes"
···12169127001217012701 CFLAGS="$CFLAGS -Wformat"
12171127021217212172- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
1217312173-$as_echo_n "checking if $CC supports -Wformat... " >&6; }
1270312703+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
1270412704+printf %s "checking if $CC supports -Wformat... " >&6; }
1217412705 cacheid=xorg_cv_cc_flag__Wformat
1217512175- if eval \${$cacheid+:} false; then :
1217612176- $as_echo_n "(cached) " >&6
1217712177-else
1270612706+ if eval test \${$cacheid+y}
1270712707+then :
1270812708+ printf %s "(cached) " >&6
1270912709+else $as_nop
1217812710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1217912711/* end confdefs.h. */
1218012712int i;
1218112713int
1218212182-main ()
1271412714+main (void)
1218312715{
12184127161218512717 ;
1218612718 return 0;
1218712719}
1218812720_ACEOF
1218912189-if ac_fn_c_try_link "$LINENO"; then :
1272112721+if ac_fn_c_try_link "$LINENO"
1272212722+then :
1219012723 eval $cacheid=yes
1219112191-else
1272412724+else $as_nop
1219212725 eval $cacheid=no
1219312726fi
1219412194-rm -f core conftest.err conftest.$ac_objext \
1272712727+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1219512728 conftest$ac_exeext conftest.$ac_ext
1219612729fi
1219712730···1219912732 CFLAGS="$xorg_testset_save_CFLAGS"
12200127331220112734 eval supported=\$$cacheid
1220212202- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1220312203-$as_echo "$supported" >&6; }
1273512735+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1273612736+printf "%s\n" "$supported" >&6; }
1220412737 if test "$supported" = "yes" ; then
1220512738 BASE_CFLAGS="$BASE_CFLAGS -Wformat"
1220612739 found="yes"
···12227127601222812761if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1222912762 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1223012230- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1223112231-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1223212232-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1223312233- $as_echo_n "(cached) " >&6
1223412234-else
1276312763+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1276412764+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1276512765+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1276612766+then :
1276712767+ printf %s "(cached) " >&6
1276812768+else $as_nop
1223512769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1223612770/* end confdefs.h. */
1223712771int i;
1223812772_ACEOF
1223912239-if ac_fn_c_try_compile "$LINENO"; then :
1277312773+if ac_fn_c_try_compile "$LINENO"
1277412774+then :
1224012775 xorg_cv_cc_flag_unknown_warning_option=yes
1224112241-else
1277612776+else $as_nop
1224212777 xorg_cv_cc_flag_unknown_warning_option=no
1224312778fi
1224412244-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1277912779+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1224512780fi
1224612246-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1224712247-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1278112781+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1278212782+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1224812783 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1224912784 CFLAGS="$xorg_testset_save_CFLAGS"
1225012785fi
···1225412789 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1225512790 fi
1225612791 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1225712257- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1225812258-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1225912259-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1226012260- $as_echo_n "(cached) " >&6
1226112261-else
1279212792+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1279312793+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1279412794+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1279512795+then :
1279612796+ printf %s "(cached) " >&6
1279712797+else $as_nop
1226212798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1226312799/* end confdefs.h. */
1226412800int i;
1226512801_ACEOF
1226612266-if ac_fn_c_try_compile "$LINENO"; then :
1280212802+if ac_fn_c_try_compile "$LINENO"
1280312803+then :
1226712804 xorg_cv_cc_flag_unused_command_line_argument=yes
1226812268-else
1280512805+else $as_nop
1226912806 xorg_cv_cc_flag_unused_command_line_argument=no
1227012807fi
1227112271-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1280812808+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1227212809fi
1227312273-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1227412274-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1281012810+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1281112811+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1227512812 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1227612813 CFLAGS="$xorg_testset_save_CFLAGS"
1227712814fi
···12289128261229012827 CFLAGS="$CFLAGS -Wstrict-prototypes"
12291128281229212292- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
1229312293-$as_echo_n "checking if $CC supports -Wstrict-prototypes... " >&6; }
1282912829+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
1283012830+printf %s "checking if $CC supports -Wstrict-prototypes... " >&6; }
1229412831 cacheid=xorg_cv_cc_flag__Wstrict_prototypes
1229512295- if eval \${$cacheid+:} false; then :
1229612296- $as_echo_n "(cached) " >&6
1229712297-else
1283212832+ if eval test \${$cacheid+y}
1283312833+then :
1283412834+ printf %s "(cached) " >&6
1283512835+else $as_nop
1229812836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1229912837/* end confdefs.h. */
1230012838int i;
1230112839int
1230212302-main ()
1284012840+main (void)
1230312841{
12304128421230512843 ;
1230612844 return 0;
1230712845}
1230812846_ACEOF
1230912309-if ac_fn_c_try_link "$LINENO"; then :
1284712847+if ac_fn_c_try_link "$LINENO"
1284812848+then :
1231012849 eval $cacheid=yes
1231112311-else
1285012850+else $as_nop
1231212851 eval $cacheid=no
1231312852fi
1231412314-rm -f core conftest.err conftest.$ac_objext \
1285312853+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1231512854 conftest$ac_exeext conftest.$ac_ext
1231612855fi
1231712856···1231912858 CFLAGS="$xorg_testset_save_CFLAGS"
12320128591232112860 eval supported=\$$cacheid
1232212322- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1232312323-$as_echo "$supported" >&6; }
1286112861+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1286212862+printf "%s\n" "$supported" >&6; }
1232412863 if test "$supported" = "yes" ; then
1232512864 BASE_CFLAGS="$BASE_CFLAGS -Wstrict-prototypes"
1232612865 found="yes"
···12345128841234612885if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1234712886 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1234812348- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1234912349-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1235012350-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1235112351- $as_echo_n "(cached) " >&6
1235212352-else
1288712887+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1288812888+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1288912889+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1289012890+then :
1289112891+ printf %s "(cached) " >&6
1289212892+else $as_nop
1235312893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1235412894/* end confdefs.h. */
1235512895int i;
1235612896_ACEOF
1235712357-if ac_fn_c_try_compile "$LINENO"; then :
1289712897+if ac_fn_c_try_compile "$LINENO"
1289812898+then :
1235812899 xorg_cv_cc_flag_unknown_warning_option=yes
1235912359-else
1290012900+else $as_nop
1236012901 xorg_cv_cc_flag_unknown_warning_option=no
1236112902fi
1236212362-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1290312903+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1236312904fi
1236412364-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1236512365-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1290512905+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1290612906+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1236612907 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1236712908 CFLAGS="$xorg_testset_save_CFLAGS"
1236812909fi
···1237212913 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1237312914 fi
1237412915 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1237512375- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1237612376-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1237712377-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1237812378- $as_echo_n "(cached) " >&6
1237912379-else
1291612916+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1291712917+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1291812918+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1291912919+then :
1292012920+ printf %s "(cached) " >&6
1292112921+else $as_nop
1238012922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1238112923/* end confdefs.h. */
1238212924int i;
1238312925_ACEOF
1238412384-if ac_fn_c_try_compile "$LINENO"; then :
1292612926+if ac_fn_c_try_compile "$LINENO"
1292712927+then :
1238512928 xorg_cv_cc_flag_unused_command_line_argument=yes
1238612386-else
1292912929+else $as_nop
1238712930 xorg_cv_cc_flag_unused_command_line_argument=no
1238812931fi
1238912389-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1293212932+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1239012933fi
1239112391-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1239212392-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1293412934+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1293512935+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1239312936 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1239412937 CFLAGS="$xorg_testset_save_CFLAGS"
1239512938fi
···12407129501240812951 CFLAGS="$CFLAGS -Wmissing-prototypes"
12409129521241012410- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
1241112411-$as_echo_n "checking if $CC supports -Wmissing-prototypes... " >&6; }
1295312953+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
1295412954+printf %s "checking if $CC supports -Wmissing-prototypes... " >&6; }
1241212955 cacheid=xorg_cv_cc_flag__Wmissing_prototypes
1241312413- if eval \${$cacheid+:} false; then :
1241412414- $as_echo_n "(cached) " >&6
1241512415-else
1295612956+ if eval test \${$cacheid+y}
1295712957+then :
1295812958+ printf %s "(cached) " >&6
1295912959+else $as_nop
1241612960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1241712961/* end confdefs.h. */
1241812962int i;
1241912963int
1242012420-main ()
1296412964+main (void)
1242112965{
12422129661242312967 ;
1242412968 return 0;
1242512969}
1242612970_ACEOF
1242712427-if ac_fn_c_try_link "$LINENO"; then :
1297112971+if ac_fn_c_try_link "$LINENO"
1297212972+then :
1242812973 eval $cacheid=yes
1242912429-else
1297412974+else $as_nop
1243012975 eval $cacheid=no
1243112976fi
1243212432-rm -f core conftest.err conftest.$ac_objext \
1297712977+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1243312978 conftest$ac_exeext conftest.$ac_ext
1243412979fi
1243512980···1243712982 CFLAGS="$xorg_testset_save_CFLAGS"
12438129831243912984 eval supported=\$$cacheid
1244012440- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1244112441-$as_echo "$supported" >&6; }
1298512985+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1298612986+printf "%s\n" "$supported" >&6; }
1244212987 if test "$supported" = "yes" ; then
1244312988 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-prototypes"
1244412989 found="yes"
···12463130081246413009if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1246513010 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1246612466- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1246712467-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1246812468-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1246912469- $as_echo_n "(cached) " >&6
1247012470-else
1301113011+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1301213012+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1301313013+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1301413014+then :
1301513015+ printf %s "(cached) " >&6
1301613016+else $as_nop
1247113017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1247213018/* end confdefs.h. */
1247313019int i;
1247413020_ACEOF
1247512475-if ac_fn_c_try_compile "$LINENO"; then :
1302113021+if ac_fn_c_try_compile "$LINENO"
1302213022+then :
1247613023 xorg_cv_cc_flag_unknown_warning_option=yes
1247712477-else
1302413024+else $as_nop
1247813025 xorg_cv_cc_flag_unknown_warning_option=no
1247913026fi
1248012480-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1302713027+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1248113028fi
1248212482-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1248312483-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1302913029+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1303013030+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1248413031 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1248513032 CFLAGS="$xorg_testset_save_CFLAGS"
1248613033fi
···1249013037 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1249113038 fi
1249213039 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1249312493- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1249412494-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1249512495-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1249612496- $as_echo_n "(cached) " >&6
1249712497-else
1304013040+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1304113041+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1304213042+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1304313043+then :
1304413044+ printf %s "(cached) " >&6
1304513045+else $as_nop
1249813046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1249913047/* end confdefs.h. */
1250013048int i;
1250113049_ACEOF
1250212502-if ac_fn_c_try_compile "$LINENO"; then :
1305013050+if ac_fn_c_try_compile "$LINENO"
1305113051+then :
1250313052 xorg_cv_cc_flag_unused_command_line_argument=yes
1250412504-else
1305313053+else $as_nop
1250513054 xorg_cv_cc_flag_unused_command_line_argument=no
1250613055fi
1250712507-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1305613056+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1250813057fi
1250912509-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1251012510-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1305813058+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1305913059+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1251113060 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1251213061 CFLAGS="$xorg_testset_save_CFLAGS"
1251313062fi
···12525130741252613075 CFLAGS="$CFLAGS -Wnested-externs"
12527130761252812528- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
1252912529-$as_echo_n "checking if $CC supports -Wnested-externs... " >&6; }
1307713077+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
1307813078+printf %s "checking if $CC supports -Wnested-externs... " >&6; }
1253013079 cacheid=xorg_cv_cc_flag__Wnested_externs
1253112531- if eval \${$cacheid+:} false; then :
1253212532- $as_echo_n "(cached) " >&6
1253312533-else
1308013080+ if eval test \${$cacheid+y}
1308113081+then :
1308213082+ printf %s "(cached) " >&6
1308313083+else $as_nop
1253413084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1253513085/* end confdefs.h. */
1253613086int i;
1253713087int
1253812538-main ()
1308813088+main (void)
1253913089{
12540130901254113091 ;
1254213092 return 0;
1254313093}
1254413094_ACEOF
1254512545-if ac_fn_c_try_link "$LINENO"; then :
1309513095+if ac_fn_c_try_link "$LINENO"
1309613096+then :
1254613097 eval $cacheid=yes
1254712547-else
1309813098+else $as_nop
1254813099 eval $cacheid=no
1254913100fi
1255012550-rm -f core conftest.err conftest.$ac_objext \
1310113101+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1255113102 conftest$ac_exeext conftest.$ac_ext
1255213103fi
1255313104···1255513106 CFLAGS="$xorg_testset_save_CFLAGS"
12556131071255713108 eval supported=\$$cacheid
1255812558- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1255912559-$as_echo "$supported" >&6; }
1310913109+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1311013110+printf "%s\n" "$supported" >&6; }
1256013111 if test "$supported" = "yes" ; then
1256113112 BASE_CFLAGS="$BASE_CFLAGS -Wnested-externs"
1256213113 found="yes"
···12581131321258213133if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1258313134 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1258412584- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1258512585-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1258612586-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1258712587- $as_echo_n "(cached) " >&6
1258812588-else
1313513135+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1313613136+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1313713137+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1313813138+then :
1313913139+ printf %s "(cached) " >&6
1314013140+else $as_nop
1258913141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1259013142/* end confdefs.h. */
1259113143int i;
1259213144_ACEOF
1259312593-if ac_fn_c_try_compile "$LINENO"; then :
1314513145+if ac_fn_c_try_compile "$LINENO"
1314613146+then :
1259413147 xorg_cv_cc_flag_unknown_warning_option=yes
1259512595-else
1314813148+else $as_nop
1259613149 xorg_cv_cc_flag_unknown_warning_option=no
1259713150fi
1259812598-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1315113151+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1259913152fi
1260012600-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1260112601-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1315313153+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1315413154+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1260213155 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1260313156 CFLAGS="$xorg_testset_save_CFLAGS"
1260413157fi
···1260813161 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1260913162 fi
1261013163 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1261112611- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1261212612-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1261312613-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1261412614- $as_echo_n "(cached) " >&6
1261512615-else
1316413164+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1316513165+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1316613166+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1316713167+then :
1316813168+ printf %s "(cached) " >&6
1316913169+else $as_nop
1261613170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1261713171/* end confdefs.h. */
1261813172int i;
1261913173_ACEOF
1262012620-if ac_fn_c_try_compile "$LINENO"; then :
1317413174+if ac_fn_c_try_compile "$LINENO"
1317513175+then :
1262113176 xorg_cv_cc_flag_unused_command_line_argument=yes
1262212622-else
1317713177+else $as_nop
1262313178 xorg_cv_cc_flag_unused_command_line_argument=no
1262413179fi
1262512625-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1318013180+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1262613181fi
1262712627-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1262812628-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1318213182+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1318313183+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1262913184 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1263013185 CFLAGS="$xorg_testset_save_CFLAGS"
1263113186fi
···12643131981264413199 CFLAGS="$CFLAGS -Wbad-function-cast"
12645132001264612646- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
1264712647-$as_echo_n "checking if $CC supports -Wbad-function-cast... " >&6; }
1320113201+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
1320213202+printf %s "checking if $CC supports -Wbad-function-cast... " >&6; }
1264813203 cacheid=xorg_cv_cc_flag__Wbad_function_cast
1264912649- if eval \${$cacheid+:} false; then :
1265012650- $as_echo_n "(cached) " >&6
1265112651-else
1320413204+ if eval test \${$cacheid+y}
1320513205+then :
1320613206+ printf %s "(cached) " >&6
1320713207+else $as_nop
1265213208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1265313209/* end confdefs.h. */
1265413210int i;
1265513211int
1265612656-main ()
1321213212+main (void)
1265713213{
12658132141265913215 ;
1266013216 return 0;
1266113217}
1266213218_ACEOF
1266312663-if ac_fn_c_try_link "$LINENO"; then :
1321913219+if ac_fn_c_try_link "$LINENO"
1322013220+then :
1266413221 eval $cacheid=yes
1266512665-else
1322213222+else $as_nop
1266613223 eval $cacheid=no
1266713224fi
1266812668-rm -f core conftest.err conftest.$ac_objext \
1322513225+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1266913226 conftest$ac_exeext conftest.$ac_ext
1267013227fi
1267113228···1267313230 CFLAGS="$xorg_testset_save_CFLAGS"
12674132311267513232 eval supported=\$$cacheid
1267612676- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1267712677-$as_echo "$supported" >&6; }
1323313233+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1323413234+printf "%s\n" "$supported" >&6; }
1267813235 if test "$supported" = "yes" ; then
1267913236 BASE_CFLAGS="$BASE_CFLAGS -Wbad-function-cast"
1268013237 found="yes"
···12699132561270013257if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1270113258 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1270212702- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1270312703-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1270412704-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1270512705- $as_echo_n "(cached) " >&6
1270612706-else
1325913259+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1326013260+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1326113261+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1326213262+then :
1326313263+ printf %s "(cached) " >&6
1326413264+else $as_nop
1270713265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1270813266/* end confdefs.h. */
1270913267int i;
1271013268_ACEOF
1271112711-if ac_fn_c_try_compile "$LINENO"; then :
1326913269+if ac_fn_c_try_compile "$LINENO"
1327013270+then :
1271213271 xorg_cv_cc_flag_unknown_warning_option=yes
1271312713-else
1327213272+else $as_nop
1271413273 xorg_cv_cc_flag_unknown_warning_option=no
1271513274fi
1271612716-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1327513275+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1271713276fi
1271812718-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1271912719-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1327713277+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1327813278+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1272013279 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1272113280 CFLAGS="$xorg_testset_save_CFLAGS"
1272213281fi
···1272613285 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1272713286 fi
1272813287 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1272912729- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1273012730-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1273112731-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1273212732- $as_echo_n "(cached) " >&6
1273312733-else
1328813288+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1328913289+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1329013290+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1329113291+then :
1329213292+ printf %s "(cached) " >&6
1329313293+else $as_nop
1273413294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1273513295/* end confdefs.h. */
1273613296int i;
1273713297_ACEOF
1273812738-if ac_fn_c_try_compile "$LINENO"; then :
1329813298+if ac_fn_c_try_compile "$LINENO"
1329913299+then :
1273913300 xorg_cv_cc_flag_unused_command_line_argument=yes
1274012740-else
1330113301+else $as_nop
1274113302 xorg_cv_cc_flag_unused_command_line_argument=no
1274213303fi
1274312743-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1330413304+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1274413305fi
1274512745-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1274612746-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1330613306+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1330713307+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1274713308 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1274813309 CFLAGS="$xorg_testset_save_CFLAGS"
1274913310fi
···12761133221276213323 CFLAGS="$CFLAGS -Wold-style-definition"
12763133241276412764- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
1276512765-$as_echo_n "checking if $CC supports -Wold-style-definition... " >&6; }
1332513325+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
1332613326+printf %s "checking if $CC supports -Wold-style-definition... " >&6; }
1276613327 cacheid=xorg_cv_cc_flag__Wold_style_definition
1276712767- if eval \${$cacheid+:} false; then :
1276812768- $as_echo_n "(cached) " >&6
1276912769-else
1332813328+ if eval test \${$cacheid+y}
1332913329+then :
1333013330+ printf %s "(cached) " >&6
1333113331+else $as_nop
1277013332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1277113333/* end confdefs.h. */
1277213334int i;
1277313335int
1277412774-main ()
1333613336+main (void)
1277513337{
12776133381277713339 ;
1277813340 return 0;
1277913341}
1278013342_ACEOF
1278112781-if ac_fn_c_try_link "$LINENO"; then :
1334313343+if ac_fn_c_try_link "$LINENO"
1334413344+then :
1278213345 eval $cacheid=yes
1278312783-else
1334613346+else $as_nop
1278413347 eval $cacheid=no
1278513348fi
1278612786-rm -f core conftest.err conftest.$ac_objext \
1334913349+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1278713350 conftest$ac_exeext conftest.$ac_ext
1278813351fi
1278913352···1279113354 CFLAGS="$xorg_testset_save_CFLAGS"
12792133551279313356 eval supported=\$$cacheid
1279412794- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1279512795-$as_echo "$supported" >&6; }
1335713357+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1335813358+printf "%s\n" "$supported" >&6; }
1279613359 if test "$supported" = "yes" ; then
1279713360 BASE_CFLAGS="$BASE_CFLAGS -Wold-style-definition"
1279813361 found="yes"
···12810133731281113374 CFLAGS="$CFLAGS -fd"
12812133751281312813- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
1281412814-$as_echo_n "checking if $CC supports -fd... " >&6; }
1337613376+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
1337713377+printf %s "checking if $CC supports -fd... " >&6; }
1281513378 cacheid=xorg_cv_cc_flag__fd
1281612816- if eval \${$cacheid+:} false; then :
1281712817- $as_echo_n "(cached) " >&6
1281812818-else
1337913379+ if eval test \${$cacheid+y}
1338013380+then :
1338113381+ printf %s "(cached) " >&6
1338213382+else $as_nop
1281913383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1282013384/* end confdefs.h. */
1282113385int i;
1282213386int
1282312823-main ()
1338713387+main (void)
1282413388{
12825133891282613390 ;
1282713391 return 0;
1282813392}
1282913393_ACEOF
1283012830-if ac_fn_c_try_link "$LINENO"; then :
1339413394+if ac_fn_c_try_link "$LINENO"
1339513395+then :
1283113396 eval $cacheid=yes
1283212832-else
1339713397+else $as_nop
1283313398 eval $cacheid=no
1283413399fi
1283512835-rm -f core conftest.err conftest.$ac_objext \
1340013400+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1283613401 conftest$ac_exeext conftest.$ac_ext
1283713402fi
1283813403···1284013405 CFLAGS="$xorg_testset_save_CFLAGS"
12841134061284213407 eval supported=\$$cacheid
1284312843- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1284412844-$as_echo "$supported" >&6; }
1340813408+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1340913409+printf "%s\n" "$supported" >&6; }
1284513410 if test "$supported" = "yes" ; then
1284613411 BASE_CFLAGS="$BASE_CFLAGS -fd"
1284713412 found="yes"
···12866134311286713432if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1286813433 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1286912869- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1287012870-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1287112871-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1287212872- $as_echo_n "(cached) " >&6
1287312873-else
1343413434+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1343513435+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1343613436+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1343713437+then :
1343813438+ printf %s "(cached) " >&6
1343913439+else $as_nop
1287413440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1287513441/* end confdefs.h. */
1287613442int i;
1287713443_ACEOF
1287812878-if ac_fn_c_try_compile "$LINENO"; then :
1344413444+if ac_fn_c_try_compile "$LINENO"
1344513445+then :
1287913446 xorg_cv_cc_flag_unknown_warning_option=yes
1288012880-else
1344713447+else $as_nop
1288113448 xorg_cv_cc_flag_unknown_warning_option=no
1288213449fi
1288312883-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1345013450+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1288413451fi
1288512885-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1288612886-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1345213452+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1345313453+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1288713454 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1288813455 CFLAGS="$xorg_testset_save_CFLAGS"
1288913456fi
···1289313460 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1289413461 fi
1289513462 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1289612896- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1289712897-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1289812898-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1289912899- $as_echo_n "(cached) " >&6
1290012900-else
1346313463+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1346413464+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1346513465+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1346613466+then :
1346713467+ printf %s "(cached) " >&6
1346813468+else $as_nop
1290113469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1290213470/* end confdefs.h. */
1290313471int i;
1290413472_ACEOF
1290512905-if ac_fn_c_try_compile "$LINENO"; then :
1347313473+if ac_fn_c_try_compile "$LINENO"
1347413474+then :
1290613475 xorg_cv_cc_flag_unused_command_line_argument=yes
1290712907-else
1347613476+else $as_nop
1290813477 xorg_cv_cc_flag_unused_command_line_argument=no
1290913478fi
1291012910-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1347913479+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1291113480fi
1291212912-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1291312913-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1348113481+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1348213482+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1291413483 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1291513484 CFLAGS="$xorg_testset_save_CFLAGS"
1291613485fi
···12928134971292913498 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12930134991293112931- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
1293212932-$as_echo_n "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
1350013500+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
1350113501+printf %s "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
1293313502 cacheid=xorg_cv_cc_flag__Wdeclaration_after_statement
1293412934- if eval \${$cacheid+:} false; then :
1293512935- $as_echo_n "(cached) " >&6
1293612936-else
1350313503+ if eval test \${$cacheid+y}
1350413504+then :
1350513505+ printf %s "(cached) " >&6
1350613506+else $as_nop
1293713507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1293813508/* end confdefs.h. */
1293913509int i;
1294013510int
1294112941-main ()
1351113511+main (void)
1294213512{
12943135131294413514 ;
1294513515 return 0;
1294613516}
1294713517_ACEOF
1294812948-if ac_fn_c_try_link "$LINENO"; then :
1351813518+if ac_fn_c_try_link "$LINENO"
1351913519+then :
1294913520 eval $cacheid=yes
1295012950-else
1352113521+else $as_nop
1295113522 eval $cacheid=no
1295213523fi
1295312953-rm -f core conftest.err conftest.$ac_objext \
1352413524+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1295413525 conftest$ac_exeext conftest.$ac_ext
1295513526fi
1295613527···1295813529 CFLAGS="$xorg_testset_save_CFLAGS"
12959135301296013531 eval supported=\$$cacheid
1296112961- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1296212962-$as_echo "$supported" >&6; }
1353213532+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1353313533+printf "%s\n" "$supported" >&6; }
1296313534 if test "$supported" = "yes" ; then
1296413535 BASE_CFLAGS="$BASE_CFLAGS -Wdeclaration-after-statement"
1296513536 found="yes"
···12988135591298913560if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1299013561 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1299112991- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1299212992-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1299312993-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1299412994- $as_echo_n "(cached) " >&6
1299512995-else
1356213562+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1356313563+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1356413564+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1356513565+then :
1356613566+ printf %s "(cached) " >&6
1356713567+else $as_nop
1299613568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1299713569/* end confdefs.h. */
1299813570int i;
1299913571_ACEOF
1300013000-if ac_fn_c_try_compile "$LINENO"; then :
1357213572+if ac_fn_c_try_compile "$LINENO"
1357313573+then :
1300113574 xorg_cv_cc_flag_unknown_warning_option=yes
1300213002-else
1357513575+else $as_nop
1300313576 xorg_cv_cc_flag_unknown_warning_option=no
1300413577fi
1300513005-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1357813578+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1300613579fi
1300713007-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1300813008-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1358013580+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1358113581+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1300913582 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1301013583 CFLAGS="$xorg_testset_save_CFLAGS"
1301113584fi
···1301513588 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1301613589 fi
1301713590 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1301813018- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1301913019-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1302013020-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1302113021- $as_echo_n "(cached) " >&6
1302213022-else
1359113591+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1359213592+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1359313593+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1359413594+then :
1359513595+ printf %s "(cached) " >&6
1359613596+else $as_nop
1302313597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1302413598/* end confdefs.h. */
1302513599int i;
1302613600_ACEOF
1302713027-if ac_fn_c_try_compile "$LINENO"; then :
1360113601+if ac_fn_c_try_compile "$LINENO"
1360213602+then :
1302813603 xorg_cv_cc_flag_unused_command_line_argument=yes
1302913029-else
1360413604+else $as_nop
1303013605 xorg_cv_cc_flag_unused_command_line_argument=no
1303113606fi
1303213032-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1360713607+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1303313608fi
1303413034-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1303513035-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1360913609+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1361013610+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1303613611 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1303713612 CFLAGS="$xorg_testset_save_CFLAGS"
1303813613fi
···13050136251305113626 CFLAGS="$CFLAGS -Wunused"
13052136271305313053- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
1305413054-$as_echo_n "checking if $CC supports -Wunused... " >&6; }
1362813628+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
1362913629+printf %s "checking if $CC supports -Wunused... " >&6; }
1305513630 cacheid=xorg_cv_cc_flag__Wunused
1305613056- if eval \${$cacheid+:} false; then :
1305713057- $as_echo_n "(cached) " >&6
1305813058-else
1363113631+ if eval test \${$cacheid+y}
1363213632+then :
1363313633+ printf %s "(cached) " >&6
1363413634+else $as_nop
1305913635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1306013636/* end confdefs.h. */
1306113637int i;
1306213638int
1306313063-main ()
1363913639+main (void)
1306413640{
13065136411306613642 ;
1306713643 return 0;
1306813644}
1306913645_ACEOF
1307013070-if ac_fn_c_try_link "$LINENO"; then :
1364613646+if ac_fn_c_try_link "$LINENO"
1364713647+then :
1307113648 eval $cacheid=yes
1307213072-else
1364913649+else $as_nop
1307313650 eval $cacheid=no
1307413651fi
1307513075-rm -f core conftest.err conftest.$ac_objext \
1365213652+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1307613653 conftest$ac_exeext conftest.$ac_ext
1307713654fi
1307813655···1308013657 CFLAGS="$xorg_testset_save_CFLAGS"
13081136581308213659 eval supported=\$$cacheid
1308313083- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1308413084-$as_echo "$supported" >&6; }
1366013660+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1366113661+printf "%s\n" "$supported" >&6; }
1308513662 if test "$supported" = "yes" ; then
1308613663 BASE_CFLAGS="$BASE_CFLAGS -Wunused"
1308713664 found="yes"
···13106136831310713684if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1310813685 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1310913109- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1311013110-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1311113111-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1311213112- $as_echo_n "(cached) " >&6
1311313113-else
1368613686+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1368713687+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1368813688+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1368913689+then :
1369013690+ printf %s "(cached) " >&6
1369113691+else $as_nop
1311413692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1311513693/* end confdefs.h. */
1311613694int i;
1311713695_ACEOF
1311813118-if ac_fn_c_try_compile "$LINENO"; then :
1369613696+if ac_fn_c_try_compile "$LINENO"
1369713697+then :
1311913698 xorg_cv_cc_flag_unknown_warning_option=yes
1312013120-else
1369913699+else $as_nop
1312113700 xorg_cv_cc_flag_unknown_warning_option=no
1312213701fi
1312313123-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1370213702+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1312413703fi
1312513125-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1312613126-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1370413704+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1370513705+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1312713706 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1312813707 CFLAGS="$xorg_testset_save_CFLAGS"
1312913708fi
···1313313712 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1313413713 fi
1313513714 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1313613136- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1313713137-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1313813138-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1313913139- $as_echo_n "(cached) " >&6
1314013140-else
1371513715+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1371613716+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1371713717+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1371813718+then :
1371913719+ printf %s "(cached) " >&6
1372013720+else $as_nop
1314113721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1314213722/* end confdefs.h. */
1314313723int i;
1314413724_ACEOF
1314513145-if ac_fn_c_try_compile "$LINENO"; then :
1372513725+if ac_fn_c_try_compile "$LINENO"
1372613726+then :
1314613727 xorg_cv_cc_flag_unused_command_line_argument=yes
1314713147-else
1372813728+else $as_nop
1314813729 xorg_cv_cc_flag_unused_command_line_argument=no
1314913730fi
1315013150-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1373113731+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1315113732fi
1315213152-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1315313153-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1373313733+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1373413734+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1315413735 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1315513736 CFLAGS="$xorg_testset_save_CFLAGS"
1315613737fi
···13168137491316913750 CFLAGS="$CFLAGS -Wuninitialized"
13170137511317113171- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
1317213172-$as_echo_n "checking if $CC supports -Wuninitialized... " >&6; }
1375213752+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
1375313753+printf %s "checking if $CC supports -Wuninitialized... " >&6; }
1317313754 cacheid=xorg_cv_cc_flag__Wuninitialized
1317413174- if eval \${$cacheid+:} false; then :
1317513175- $as_echo_n "(cached) " >&6
1317613176-else
1375513755+ if eval test \${$cacheid+y}
1375613756+then :
1375713757+ printf %s "(cached) " >&6
1375813758+else $as_nop
1317713759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1317813760/* end confdefs.h. */
1317913761int i;
1318013762int
1318113181-main ()
1376313763+main (void)
1318213764{
13183137651318413766 ;
1318513767 return 0;
1318613768}
1318713769_ACEOF
1318813188-if ac_fn_c_try_link "$LINENO"; then :
1377013770+if ac_fn_c_try_link "$LINENO"
1377113771+then :
1318913772 eval $cacheid=yes
1319013190-else
1377313773+else $as_nop
1319113774 eval $cacheid=no
1319213775fi
1319313193-rm -f core conftest.err conftest.$ac_objext \
1377613776+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1319413777 conftest$ac_exeext conftest.$ac_ext
1319513778fi
1319613779···1319813781 CFLAGS="$xorg_testset_save_CFLAGS"
13199137821320013783 eval supported=\$$cacheid
1320113201- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1320213202-$as_echo "$supported" >&6; }
1378413784+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1378513785+printf "%s\n" "$supported" >&6; }
1320313786 if test "$supported" = "yes" ; then
1320413787 BASE_CFLAGS="$BASE_CFLAGS -Wuninitialized"
1320513788 found="yes"
···13224138071322513808if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1322613809 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1322713227- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1322813228-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1322913229-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1323013230- $as_echo_n "(cached) " >&6
1323113231-else
1381013810+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1381113811+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1381213812+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1381313813+then :
1381413814+ printf %s "(cached) " >&6
1381513815+else $as_nop
1323213816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1323313817/* end confdefs.h. */
1323413818int i;
1323513819_ACEOF
1323613236-if ac_fn_c_try_compile "$LINENO"; then :
1382013820+if ac_fn_c_try_compile "$LINENO"
1382113821+then :
1323713822 xorg_cv_cc_flag_unknown_warning_option=yes
1323813238-else
1382313823+else $as_nop
1323913824 xorg_cv_cc_flag_unknown_warning_option=no
1324013825fi
1324113241-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1382613826+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1324213827fi
1324313243-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1324413244-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1382813828+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1382913829+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1324513830 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1324613831 CFLAGS="$xorg_testset_save_CFLAGS"
1324713832fi
···1325113836 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1325213837 fi
1325313838 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1325413254- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1325513255-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1325613256-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1325713257- $as_echo_n "(cached) " >&6
1325813258-else
1383913839+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1384013840+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1384113841+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1384213842+then :
1384313843+ printf %s "(cached) " >&6
1384413844+else $as_nop
1325913845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1326013846/* end confdefs.h. */
1326113847int i;
1326213848_ACEOF
1326313263-if ac_fn_c_try_compile "$LINENO"; then :
1384913849+if ac_fn_c_try_compile "$LINENO"
1385013850+then :
1326413851 xorg_cv_cc_flag_unused_command_line_argument=yes
1326513265-else
1385213852+else $as_nop
1326613853 xorg_cv_cc_flag_unused_command_line_argument=no
1326713854fi
1326813268-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1385513855+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1326913856fi
1327013270-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1327113271-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1385713857+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1385813858+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1327213859 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1327313860 CFLAGS="$xorg_testset_save_CFLAGS"
1327413861fi
···13286138731328713874 CFLAGS="$CFLAGS -Wshadow"
13288138751328913289- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
1329013290-$as_echo_n "checking if $CC supports -Wshadow... " >&6; }
1387613876+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
1387713877+printf %s "checking if $CC supports -Wshadow... " >&6; }
1329113878 cacheid=xorg_cv_cc_flag__Wshadow
1329213292- if eval \${$cacheid+:} false; then :
1329313293- $as_echo_n "(cached) " >&6
1329413294-else
1387913879+ if eval test \${$cacheid+y}
1388013880+then :
1388113881+ printf %s "(cached) " >&6
1388213882+else $as_nop
1329513883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1329613884/* end confdefs.h. */
1329713885int i;
1329813886int
1329913299-main ()
1388713887+main (void)
1330013888{
13301138891330213890 ;
1330313891 return 0;
1330413892}
1330513893_ACEOF
1330613306-if ac_fn_c_try_link "$LINENO"; then :
1389413894+if ac_fn_c_try_link "$LINENO"
1389513895+then :
1330713896 eval $cacheid=yes
1330813308-else
1389713897+else $as_nop
1330913898 eval $cacheid=no
1331013899fi
1331113311-rm -f core conftest.err conftest.$ac_objext \
1390013900+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1331213901 conftest$ac_exeext conftest.$ac_ext
1331313902fi
1331413903···1331613905 CFLAGS="$xorg_testset_save_CFLAGS"
13317139061331813907 eval supported=\$$cacheid
1331913319- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1332013320-$as_echo "$supported" >&6; }
1390813908+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1390913909+printf "%s\n" "$supported" >&6; }
1332113910 if test "$supported" = "yes" ; then
1332213911 BASE_CFLAGS="$BASE_CFLAGS -Wshadow"
1332313912 found="yes"
···13342139311334313932if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1334413933 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1334513345- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1334613346-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1334713347-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1334813348- $as_echo_n "(cached) " >&6
1334913349-else
1393413934+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1393513935+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1393613936+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1393713937+then :
1393813938+ printf %s "(cached) " >&6
1393913939+else $as_nop
1335013940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1335113941/* end confdefs.h. */
1335213942int i;
1335313943_ACEOF
1335413354-if ac_fn_c_try_compile "$LINENO"; then :
1394413944+if ac_fn_c_try_compile "$LINENO"
1394513945+then :
1335513946 xorg_cv_cc_flag_unknown_warning_option=yes
1335613356-else
1394713947+else $as_nop
1335713948 xorg_cv_cc_flag_unknown_warning_option=no
1335813949fi
1335913359-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1395013950+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1336013951fi
1336113361-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1336213362-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1395213952+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1395313953+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1336313954 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1336413955 CFLAGS="$xorg_testset_save_CFLAGS"
1336513956fi
···1336913960 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1337013961 fi
1337113962 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1337213372- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1337313373-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1337413374-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1337513375- $as_echo_n "(cached) " >&6
1337613376-else
1396313963+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1396413964+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1396513965+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1396613966+then :
1396713967+ printf %s "(cached) " >&6
1396813968+else $as_nop
1337713969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1337813970/* end confdefs.h. */
1337913971int i;
1338013972_ACEOF
1338113381-if ac_fn_c_try_compile "$LINENO"; then :
1397313973+if ac_fn_c_try_compile "$LINENO"
1397413974+then :
1338213975 xorg_cv_cc_flag_unused_command_line_argument=yes
1338313383-else
1397613976+else $as_nop
1338413977 xorg_cv_cc_flag_unused_command_line_argument=no
1338513978fi
1338613386-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1397913979+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1338713980fi
1338813388-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1338913389-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1398113981+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1398213982+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1339013983 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1339113984 CFLAGS="$xorg_testset_save_CFLAGS"
1339213985fi
···13404139971340513998 CFLAGS="$CFLAGS -Wmissing-noreturn"
13406139991340713407- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
1340813408-$as_echo_n "checking if $CC supports -Wmissing-noreturn... " >&6; }
1400014000+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
1400114001+printf %s "checking if $CC supports -Wmissing-noreturn... " >&6; }
1340914002 cacheid=xorg_cv_cc_flag__Wmissing_noreturn
1341013410- if eval \${$cacheid+:} false; then :
1341113411- $as_echo_n "(cached) " >&6
1341213412-else
1400314003+ if eval test \${$cacheid+y}
1400414004+then :
1400514005+ printf %s "(cached) " >&6
1400614006+else $as_nop
1341314007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1341414008/* end confdefs.h. */
1341514009int i;
1341614010int
1341713417-main ()
1401114011+main (void)
1341814012{
13419140131342014014 ;
1342114015 return 0;
1342214016}
1342314017_ACEOF
1342413424-if ac_fn_c_try_link "$LINENO"; then :
1401814018+if ac_fn_c_try_link "$LINENO"
1401914019+then :
1342514020 eval $cacheid=yes
1342613426-else
1402114021+else $as_nop
1342714022 eval $cacheid=no
1342814023fi
1342913429-rm -f core conftest.err conftest.$ac_objext \
1402414024+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1343014025 conftest$ac_exeext conftest.$ac_ext
1343114026fi
1343214027···1343414029 CFLAGS="$xorg_testset_save_CFLAGS"
13435140301343614031 eval supported=\$$cacheid
1343713437- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1343813438-$as_echo "$supported" >&6; }
1403214032+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1403314033+printf "%s\n" "$supported" >&6; }
1343914034 if test "$supported" = "yes" ; then
1344014035 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-noreturn"
1344114036 found="yes"
···13460140551346114056if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1346214057 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1346313463- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1346413464-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1346513465-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1346613466- $as_echo_n "(cached) " >&6
1346713467-else
1405814058+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1405914059+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1406014060+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1406114061+then :
1406214062+ printf %s "(cached) " >&6
1406314063+else $as_nop
1346814064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1346914065/* end confdefs.h. */
1347014066int i;
1347114067_ACEOF
1347213472-if ac_fn_c_try_compile "$LINENO"; then :
1406814068+if ac_fn_c_try_compile "$LINENO"
1406914069+then :
1347314070 xorg_cv_cc_flag_unknown_warning_option=yes
1347413474-else
1407114071+else $as_nop
1347514072 xorg_cv_cc_flag_unknown_warning_option=no
1347614073fi
1347713477-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1407414074+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1347814075fi
1347913479-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1348013480-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1407614076+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1407714077+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1348114078 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1348214079 CFLAGS="$xorg_testset_save_CFLAGS"
1348314080fi
···1348714084 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1348814085 fi
1348914086 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1349013490- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1349113491-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1349213492-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1349313493- $as_echo_n "(cached) " >&6
1349413494-else
1408714087+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1408814088+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1408914089+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1409014090+then :
1409114091+ printf %s "(cached) " >&6
1409214092+else $as_nop
1349514093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1349614094/* end confdefs.h. */
1349714095int i;
1349814096_ACEOF
1349913499-if ac_fn_c_try_compile "$LINENO"; then :
1409714097+if ac_fn_c_try_compile "$LINENO"
1409814098+then :
1350014099 xorg_cv_cc_flag_unused_command_line_argument=yes
1350113501-else
1410014100+else $as_nop
1350214101 xorg_cv_cc_flag_unused_command_line_argument=no
1350314102fi
1350413504-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1410314103+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1350514104fi
1350613506-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1350713507-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1410514105+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1410614106+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1350814107 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1350914108 CFLAGS="$xorg_testset_save_CFLAGS"
1351014109fi
···13522141211352314122 CFLAGS="$CFLAGS -Wmissing-format-attribute"
13524141231352513525- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
1352613526-$as_echo_n "checking if $CC supports -Wmissing-format-attribute... " >&6; }
1412414124+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
1412514125+printf %s "checking if $CC supports -Wmissing-format-attribute... " >&6; }
1352714126 cacheid=xorg_cv_cc_flag__Wmissing_format_attribute
1352813528- if eval \${$cacheid+:} false; then :
1352913529- $as_echo_n "(cached) " >&6
1353013530-else
1412714127+ if eval test \${$cacheid+y}
1412814128+then :
1412914129+ printf %s "(cached) " >&6
1413014130+else $as_nop
1353114131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1353214132/* end confdefs.h. */
1353314133int i;
1353414134int
1353513535-main ()
1413514135+main (void)
1353614136{
13537141371353814138 ;
1353914139 return 0;
1354014140}
1354114141_ACEOF
1354213542-if ac_fn_c_try_link "$LINENO"; then :
1414214142+if ac_fn_c_try_link "$LINENO"
1414314143+then :
1354314144 eval $cacheid=yes
1354413544-else
1414514145+else $as_nop
1354514146 eval $cacheid=no
1354614147fi
1354713547-rm -f core conftest.err conftest.$ac_objext \
1414814148+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1354814149 conftest$ac_exeext conftest.$ac_ext
1354914150fi
1355014151···1355214153 CFLAGS="$xorg_testset_save_CFLAGS"
13553141541355414155 eval supported=\$$cacheid
1355513555- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1355613556-$as_echo "$supported" >&6; }
1415614156+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1415714157+printf "%s\n" "$supported" >&6; }
1355714158 if test "$supported" = "yes" ; then
1355814159 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-format-attribute"
1355914160 found="yes"
···13579141801358014181if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1358114182 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1358213582- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1358313583-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1358413584-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1358513585- $as_echo_n "(cached) " >&6
1358613586-else
1418314183+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1418414184+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1418514185+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1418614186+then :
1418714187+ printf %s "(cached) " >&6
1418814188+else $as_nop
1358714189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1358814190/* end confdefs.h. */
1358914191int i;
1359014192_ACEOF
1359113591-if ac_fn_c_try_compile "$LINENO"; then :
1419314193+if ac_fn_c_try_compile "$LINENO"
1419414194+then :
1359214195 xorg_cv_cc_flag_unknown_warning_option=yes
1359313593-else
1419614196+else $as_nop
1359414197 xorg_cv_cc_flag_unknown_warning_option=no
1359514198fi
1359613596-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1419914199+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1359714200fi
1359813598-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1359913599-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1420114201+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1420214202+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1360014203 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1360114204 CFLAGS="$xorg_testset_save_CFLAGS"
1360214205fi
···1360614209 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1360714210 fi
1360814211 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1360913609- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1361013610-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1361113611-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1361213612- $as_echo_n "(cached) " >&6
1361313613-else
1421214212+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1421314213+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1421414214+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1421514215+then :
1421614216+ printf %s "(cached) " >&6
1421714217+else $as_nop
1361414218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1361514219/* end confdefs.h. */
1361614220int i;
1361714221_ACEOF
1361813618-if ac_fn_c_try_compile "$LINENO"; then :
1422214222+if ac_fn_c_try_compile "$LINENO"
1422314223+then :
1361914224 xorg_cv_cc_flag_unused_command_line_argument=yes
1362013620-else
1422514225+else $as_nop
1362114226 xorg_cv_cc_flag_unused_command_line_argument=no
1362214227fi
1362313623-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1422814228+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1362414229fi
1362513625-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1362613626-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1423014230+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1423114231+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1362714232 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1362814233 CFLAGS="$xorg_testset_save_CFLAGS"
1362914234fi
···13641142461364214247 CFLAGS="$CFLAGS -Wlogical-op"
13643142481364413644- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
1364513645-$as_echo_n "checking if $CC supports -Wlogical-op... " >&6; }
1424914249+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
1425014250+printf %s "checking if $CC supports -Wlogical-op... " >&6; }
1364614251 cacheid=xorg_cv_cc_flag__Wlogical_op
1364713647- if eval \${$cacheid+:} false; then :
1364813648- $as_echo_n "(cached) " >&6
1364913649-else
1425214252+ if eval test \${$cacheid+y}
1425314253+then :
1425414254+ printf %s "(cached) " >&6
1425514255+else $as_nop
1365014256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1365114257/* end confdefs.h. */
1365214258int i;
1365314259int
1365413654-main ()
1426014260+main (void)
1365514261{
13656142621365714263 ;
1365814264 return 0;
1365914265}
1366014266_ACEOF
1366113661-if ac_fn_c_try_link "$LINENO"; then :
1426714267+if ac_fn_c_try_link "$LINENO"
1426814268+then :
1366214269 eval $cacheid=yes
1366313663-else
1427014270+else $as_nop
1366414271 eval $cacheid=no
1366514272fi
1366613666-rm -f core conftest.err conftest.$ac_objext \
1427314273+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1366714274 conftest$ac_exeext conftest.$ac_ext
1366814275fi
1366914276···1367114278 CFLAGS="$xorg_testset_save_CFLAGS"
13672142791367314280 eval supported=\$$cacheid
1367413674- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1367513675-$as_echo "$supported" >&6; }
1428114281+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1428214282+printf "%s\n" "$supported" >&6; }
1367614283 if test "$supported" = "yes" ; then
1367714284 BASE_CFLAGS="$BASE_CFLAGS -Wlogical-op"
1367814285 found="yes"
···1368814295# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align])
1368914296# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual])
13690142971369113691-# Turn some warnings into errors, so we don't accidently get successful builds
1429814298+# Turn some warnings into errors, so we don't accidentally get successful builds
1369214299# when there are problems that should be fixed.
13693143001369414301if test "x$SELECTIVE_WERROR" = "xyes" ; then
···13709143161371014317if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1371114318 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1371213712- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1371313713-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1371413714-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1371513715- $as_echo_n "(cached) " >&6
1371613716-else
1431914319+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1432014320+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1432114321+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1432214322+then :
1432314323+ printf %s "(cached) " >&6
1432414324+else $as_nop
1371714325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1371814326/* end confdefs.h. */
1371914327int i;
1372014328_ACEOF
1372113721-if ac_fn_c_try_compile "$LINENO"; then :
1432914329+if ac_fn_c_try_compile "$LINENO"
1433014330+then :
1372214331 xorg_cv_cc_flag_unknown_warning_option=yes
1372313723-else
1433214332+else $as_nop
1372414333 xorg_cv_cc_flag_unknown_warning_option=no
1372514334fi
1372613726-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1433514335+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1372714336fi
1372813728-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1372913729-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1433714337+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1433814338+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1373014339 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1373114340 CFLAGS="$xorg_testset_save_CFLAGS"
1373214341fi
···1373614345 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1373714346 fi
1373814347 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1373913739- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1374013740-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1374113741-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1374213742- $as_echo_n "(cached) " >&6
1374313743-else
1434814348+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1434914349+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1435014350+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1435114351+then :
1435214352+ printf %s "(cached) " >&6
1435314353+else $as_nop
1374414354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1374514355/* end confdefs.h. */
1374614356int i;
1374714357_ACEOF
1374813748-if ac_fn_c_try_compile "$LINENO"; then :
1435814358+if ac_fn_c_try_compile "$LINENO"
1435914359+then :
1374914360 xorg_cv_cc_flag_unused_command_line_argument=yes
1375013750-else
1436114361+else $as_nop
1375114362 xorg_cv_cc_flag_unused_command_line_argument=no
1375214363fi
1375313753-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1436414364+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1375414365fi
1375513755-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1375613756-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1436614366+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1436714367+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1375714368 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1375814369 CFLAGS="$xorg_testset_save_CFLAGS"
1375914370fi
···13771143821377214383 CFLAGS="$CFLAGS -Werror=implicit"
13773143841377413774- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
1377513775-$as_echo_n "checking if $CC supports -Werror=implicit... " >&6; }
1438514385+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
1438614386+printf %s "checking if $CC supports -Werror=implicit... " >&6; }
1377614387 cacheid=xorg_cv_cc_flag__Werror_implicit
1377713777- if eval \${$cacheid+:} false; then :
1377813778- $as_echo_n "(cached) " >&6
1377913779-else
1438814388+ if eval test \${$cacheid+y}
1438914389+then :
1439014390+ printf %s "(cached) " >&6
1439114391+else $as_nop
1378014392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1378114393/* end confdefs.h. */
1378214394int i;
1378314395int
1378413784-main ()
1439614396+main (void)
1378514397{
13786143981378714399 ;
1378814400 return 0;
1378914401}
1379014402_ACEOF
1379113791-if ac_fn_c_try_link "$LINENO"; then :
1440314403+if ac_fn_c_try_link "$LINENO"
1440414404+then :
1379214405 eval $cacheid=yes
1379313793-else
1440614406+else $as_nop
1379414407 eval $cacheid=no
1379514408fi
1379613796-rm -f core conftest.err conftest.$ac_objext \
1440914409+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1379714410 conftest$ac_exeext conftest.$ac_ext
1379814411fi
1379914412···1380114414 CFLAGS="$xorg_testset_save_CFLAGS"
13802144151380314416 eval supported=\$$cacheid
1380413804- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1380513805-$as_echo "$supported" >&6; }
1441714417+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1441814418+printf "%s\n" "$supported" >&6; }
1380614419 if test "$supported" = "yes" ; then
1380714420 BASE_CFLAGS="$BASE_CFLAGS -Werror=implicit"
1380814421 found="yes"
···13820144331382114434 CFLAGS="$CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
13822144351382313823- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" >&5
1382413824-$as_echo_n "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
1443614436+ { 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
1443714437+printf %s "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
1382514438 cacheid=xorg_cv_cc_flag__errwarn_E_NO_EXPLICIT_TYPE_GIVEN__errwarn_E_NO_IMPLICIT_DECL_ALLOWED
1382613826- if eval \${$cacheid+:} false; then :
1382713827- $as_echo_n "(cached) " >&6
1382813828-else
1443914439+ if eval test \${$cacheid+y}
1444014440+then :
1444114441+ printf %s "(cached) " >&6
1444214442+else $as_nop
1382914443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1383014444/* end confdefs.h. */
1383114445int i;
1383214446int
1383313833-main ()
1444714447+main (void)
1383414448{
13835144491383614450 ;
1383714451 return 0;
1383814452}
1383914453_ACEOF
1384013840-if ac_fn_c_try_link "$LINENO"; then :
1445414454+if ac_fn_c_try_link "$LINENO"
1445514455+then :
1384114456 eval $cacheid=yes
1384213842-else
1445714457+else $as_nop
1384314458 eval $cacheid=no
1384414459fi
1384513845-rm -f core conftest.err conftest.$ac_objext \
1446014460+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1384614461 conftest$ac_exeext conftest.$ac_ext
1384714462fi
1384814463···1385014465 CFLAGS="$xorg_testset_save_CFLAGS"
13851144661385214467 eval supported=\$$cacheid
1385313853- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1385413854-$as_echo "$supported" >&6; }
1446814468+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1446914469+printf "%s\n" "$supported" >&6; }
1385514470 if test "$supported" = "yes" ; then
1385614471 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
1385714472 found="yes"
···13876144911387714492if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1387814493 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1387913879- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1388013880-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1388113881-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1388213882- $as_echo_n "(cached) " >&6
1388313883-else
1449414494+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1449514495+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1449614496+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1449714497+then :
1449814498+ printf %s "(cached) " >&6
1449914499+else $as_nop
1388414500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1388514501/* end confdefs.h. */
1388614502int i;
1388714503_ACEOF
1388813888-if ac_fn_c_try_compile "$LINENO"; then :
1450414504+if ac_fn_c_try_compile "$LINENO"
1450514505+then :
1388914506 xorg_cv_cc_flag_unknown_warning_option=yes
1389013890-else
1450714507+else $as_nop
1389114508 xorg_cv_cc_flag_unknown_warning_option=no
1389214509fi
1389313893-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1451014510+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1389414511fi
1389513895-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1389613896-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1451214512+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1451314513+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1389714514 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1389814515 CFLAGS="$xorg_testset_save_CFLAGS"
1389914516fi
···1390314520 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1390414521 fi
1390514522 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1390613906- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1390713907-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1390813908-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1390913909- $as_echo_n "(cached) " >&6
1391013910-else
1452314523+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1452414524+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1452514525+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1452614526+then :
1452714527+ printf %s "(cached) " >&6
1452814528+else $as_nop
1391114529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1391214530/* end confdefs.h. */
1391314531int i;
1391414532_ACEOF
1391513915-if ac_fn_c_try_compile "$LINENO"; then :
1453314533+if ac_fn_c_try_compile "$LINENO"
1453414534+then :
1391614535 xorg_cv_cc_flag_unused_command_line_argument=yes
1391713917-else
1453614536+else $as_nop
1391814537 xorg_cv_cc_flag_unused_command_line_argument=no
1391914538fi
1392013920-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1453914539+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1392114540fi
1392213922-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1392313923-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1454114541+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1454214542+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1392414543 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1392514544 CFLAGS="$xorg_testset_save_CFLAGS"
1392614545fi
···13938145571393914558 CFLAGS="$CFLAGS -Werror=nonnull"
13940145591394113941- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
1394213942-$as_echo_n "checking if $CC supports -Werror=nonnull... " >&6; }
1456014560+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
1456114561+printf %s "checking if $CC supports -Werror=nonnull... " >&6; }
1394314562 cacheid=xorg_cv_cc_flag__Werror_nonnull
1394413944- if eval \${$cacheid+:} false; then :
1394513945- $as_echo_n "(cached) " >&6
1394613946-else
1456314563+ if eval test \${$cacheid+y}
1456414564+then :
1456514565+ printf %s "(cached) " >&6
1456614566+else $as_nop
1394714567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1394814568/* end confdefs.h. */
1394914569int i;
1395014570int
1395113951-main ()
1457114571+main (void)
1395214572{
13953145731395414574 ;
1395514575 return 0;
1395614576}
1395714577_ACEOF
1395813958-if ac_fn_c_try_link "$LINENO"; then :
1457814578+if ac_fn_c_try_link "$LINENO"
1457914579+then :
1395914580 eval $cacheid=yes
1396013960-else
1458114581+else $as_nop
1396114582 eval $cacheid=no
1396214583fi
1396313963-rm -f core conftest.err conftest.$ac_objext \
1458414584+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1396414585 conftest$ac_exeext conftest.$ac_ext
1396514586fi
1396614587···1396814589 CFLAGS="$xorg_testset_save_CFLAGS"
13969145901397014591 eval supported=\$$cacheid
1397113971- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1397213972-$as_echo "$supported" >&6; }
1459214592+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1459314593+printf "%s\n" "$supported" >&6; }
1397314594 if test "$supported" = "yes" ; then
1397414595 BASE_CFLAGS="$BASE_CFLAGS -Werror=nonnull"
1397514596 found="yes"
···13994146151399514616if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1399614617 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1399713997- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1399813998-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1399913999-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1400014000- $as_echo_n "(cached) " >&6
1400114001-else
1461814618+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1461914619+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1462014620+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1462114621+then :
1462214622+ printf %s "(cached) " >&6
1462314623+else $as_nop
1400214624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1400314625/* end confdefs.h. */
1400414626int i;
1400514627_ACEOF
1400614006-if ac_fn_c_try_compile "$LINENO"; then :
1462814628+if ac_fn_c_try_compile "$LINENO"
1462914629+then :
1400714630 xorg_cv_cc_flag_unknown_warning_option=yes
1400814008-else
1463114631+else $as_nop
1400914632 xorg_cv_cc_flag_unknown_warning_option=no
1401014633fi
1401114011-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1463414634+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1401214635fi
1401314013-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1401414014-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1463614636+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1463714637+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1401514638 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1401614639 CFLAGS="$xorg_testset_save_CFLAGS"
1401714640fi
···1402114644 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1402214645 fi
1402314646 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1402414024- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1402514025-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1402614026-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1402714027- $as_echo_n "(cached) " >&6
1402814028-else
1464714647+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1464814648+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1464914649+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1465014650+then :
1465114651+ printf %s "(cached) " >&6
1465214652+else $as_nop
1402914653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1403014654/* end confdefs.h. */
1403114655int i;
1403214656_ACEOF
1403314033-if ac_fn_c_try_compile "$LINENO"; then :
1465714657+if ac_fn_c_try_compile "$LINENO"
1465814658+then :
1403414659 xorg_cv_cc_flag_unused_command_line_argument=yes
1403514035-else
1466014660+else $as_nop
1403614661 xorg_cv_cc_flag_unused_command_line_argument=no
1403714662fi
1403814038-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1466314663+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1403914664fi
1404014040-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1404114041-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1466514665+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1466614666+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1404214667 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1404314668 CFLAGS="$xorg_testset_save_CFLAGS"
1404414669fi
···14056146811405714682 CFLAGS="$CFLAGS -Werror=init-self"
14058146831405914059- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
1406014060-$as_echo_n "checking if $CC supports -Werror=init-self... " >&6; }
1468414684+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
1468514685+printf %s "checking if $CC supports -Werror=init-self... " >&6; }
1406114686 cacheid=xorg_cv_cc_flag__Werror_init_self
1406214062- if eval \${$cacheid+:} false; then :
1406314063- $as_echo_n "(cached) " >&6
1406414064-else
1468714687+ if eval test \${$cacheid+y}
1468814688+then :
1468914689+ printf %s "(cached) " >&6
1469014690+else $as_nop
1406514691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1406614692/* end confdefs.h. */
1406714693int i;
1406814694int
1406914069-main ()
1469514695+main (void)
1407014696{
14071146971407214698 ;
1407314699 return 0;
1407414700}
1407514701_ACEOF
1407614076-if ac_fn_c_try_link "$LINENO"; then :
1470214702+if ac_fn_c_try_link "$LINENO"
1470314703+then :
1407714704 eval $cacheid=yes
1407814078-else
1470514705+else $as_nop
1407914706 eval $cacheid=no
1408014707fi
1408114081-rm -f core conftest.err conftest.$ac_objext \
1470814708+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1408214709 conftest$ac_exeext conftest.$ac_ext
1408314710fi
1408414711···1408614713 CFLAGS="$xorg_testset_save_CFLAGS"
14087147141408814715 eval supported=\$$cacheid
1408914089- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1409014090-$as_echo "$supported" >&6; }
1471614716+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1471714717+printf "%s\n" "$supported" >&6; }
1409114718 if test "$supported" = "yes" ; then
1409214719 BASE_CFLAGS="$BASE_CFLAGS -Werror=init-self"
1409314720 found="yes"
···14112147391411314740if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1411414741 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1411514115- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1411614116-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1411714117-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1411814118- $as_echo_n "(cached) " >&6
1411914119-else
1474214742+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1474314743+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1474414744+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1474514745+then :
1474614746+ printf %s "(cached) " >&6
1474714747+else $as_nop
1412014748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1412114749/* end confdefs.h. */
1412214750int i;
1412314751_ACEOF
1412414124-if ac_fn_c_try_compile "$LINENO"; then :
1475214752+if ac_fn_c_try_compile "$LINENO"
1475314753+then :
1412514754 xorg_cv_cc_flag_unknown_warning_option=yes
1412614126-else
1475514755+else $as_nop
1412714756 xorg_cv_cc_flag_unknown_warning_option=no
1412814757fi
1412914129-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1475814758+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1413014759fi
1413114131-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1413214132-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1476014760+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1476114761+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1413314762 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1413414763 CFLAGS="$xorg_testset_save_CFLAGS"
1413514764fi
···1413914768 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1414014769 fi
1414114770 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1414214142- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1414314143-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1414414144-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1414514145- $as_echo_n "(cached) " >&6
1414614146-else
1477114771+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1477214772+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1477314773+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1477414774+then :
1477514775+ printf %s "(cached) " >&6
1477614776+else $as_nop
1414714777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1414814778/* end confdefs.h. */
1414914779int i;
1415014780_ACEOF
1415114151-if ac_fn_c_try_compile "$LINENO"; then :
1478114781+if ac_fn_c_try_compile "$LINENO"
1478214782+then :
1415214783 xorg_cv_cc_flag_unused_command_line_argument=yes
1415314153-else
1478414784+else $as_nop
1415414785 xorg_cv_cc_flag_unused_command_line_argument=no
1415514786fi
1415614156-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1478714787+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1415714788fi
1415814158-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1415914159-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1478914789+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1479014790+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1416014791 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1416114792 CFLAGS="$xorg_testset_save_CFLAGS"
1416214793fi
···14174148051417514806 CFLAGS="$CFLAGS -Werror=main"
14176148071417714177- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
1417814178-$as_echo_n "checking if $CC supports -Werror=main... " >&6; }
1480814808+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
1480914809+printf %s "checking if $CC supports -Werror=main... " >&6; }
1417914810 cacheid=xorg_cv_cc_flag__Werror_main
1418014180- if eval \${$cacheid+:} false; then :
1418114181- $as_echo_n "(cached) " >&6
1418214182-else
1481114811+ if eval test \${$cacheid+y}
1481214812+then :
1481314813+ printf %s "(cached) " >&6
1481414814+else $as_nop
1418314815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1418414816/* end confdefs.h. */
1418514817int i;
1418614818int
1418714187-main ()
1481914819+main (void)
1418814820{
14189148211419014822 ;
1419114823 return 0;
1419214824}
1419314825_ACEOF
1419414194-if ac_fn_c_try_link "$LINENO"; then :
1482614826+if ac_fn_c_try_link "$LINENO"
1482714827+then :
1419514828 eval $cacheid=yes
1419614196-else
1482914829+else $as_nop
1419714830 eval $cacheid=no
1419814831fi
1419914199-rm -f core conftest.err conftest.$ac_objext \
1483214832+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1420014833 conftest$ac_exeext conftest.$ac_ext
1420114834fi
1420214835···1420414837 CFLAGS="$xorg_testset_save_CFLAGS"
14205148381420614839 eval supported=\$$cacheid
1420714207- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1420814208-$as_echo "$supported" >&6; }
1484014840+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1484114841+printf "%s\n" "$supported" >&6; }
1420914842 if test "$supported" = "yes" ; then
1421014843 BASE_CFLAGS="$BASE_CFLAGS -Werror=main"
1421114844 found="yes"
···14230148631423114864if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1423214865 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1423314233- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1423414234-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1423514235-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1423614236- $as_echo_n "(cached) " >&6
1423714237-else
1486614866+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1486714867+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1486814868+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1486914869+then :
1487014870+ printf %s "(cached) " >&6
1487114871+else $as_nop
1423814872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1423914873/* end confdefs.h. */
1424014874int i;
1424114875_ACEOF
1424214242-if ac_fn_c_try_compile "$LINENO"; then :
1487614876+if ac_fn_c_try_compile "$LINENO"
1487714877+then :
1424314878 xorg_cv_cc_flag_unknown_warning_option=yes
1424414244-else
1487914879+else $as_nop
1424514880 xorg_cv_cc_flag_unknown_warning_option=no
1424614881fi
1424714247-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1488214882+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1424814883fi
1424914249-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1425014250-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1488414884+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1488514885+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1425114886 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1425214887 CFLAGS="$xorg_testset_save_CFLAGS"
1425314888fi
···1425714892 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1425814893 fi
1425914894 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1426014260- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1426114261-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1426214262-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1426314263- $as_echo_n "(cached) " >&6
1426414264-else
1489514895+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1489614896+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1489714897+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1489814898+then :
1489914899+ printf %s "(cached) " >&6
1490014900+else $as_nop
1426514901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1426614902/* end confdefs.h. */
1426714903int i;
1426814904_ACEOF
1426914269-if ac_fn_c_try_compile "$LINENO"; then :
1490514905+if ac_fn_c_try_compile "$LINENO"
1490614906+then :
1427014907 xorg_cv_cc_flag_unused_command_line_argument=yes
1427114271-else
1490814908+else $as_nop
1427214909 xorg_cv_cc_flag_unused_command_line_argument=no
1427314910fi
1427414274-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1491114911+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1427514912fi
1427614276-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1427714277-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1491314913+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1491414914+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1427814915 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1427914916 CFLAGS="$xorg_testset_save_CFLAGS"
1428014917fi
···14292149291429314930 CFLAGS="$CFLAGS -Werror=missing-braces"
14294149311429514295- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
1429614296-$as_echo_n "checking if $CC supports -Werror=missing-braces... " >&6; }
1493214932+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
1493314933+printf %s "checking if $CC supports -Werror=missing-braces... " >&6; }
1429714934 cacheid=xorg_cv_cc_flag__Werror_missing_braces
1429814298- if eval \${$cacheid+:} false; then :
1429914299- $as_echo_n "(cached) " >&6
1430014300-else
1493514935+ if eval test \${$cacheid+y}
1493614936+then :
1493714937+ printf %s "(cached) " >&6
1493814938+else $as_nop
1430114939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1430214940/* end confdefs.h. */
1430314941int i;
1430414942int
1430514305-main ()
1494314943+main (void)
1430614944{
14307149451430814946 ;
1430914947 return 0;
1431014948}
1431114949_ACEOF
1431214312-if ac_fn_c_try_link "$LINENO"; then :
1495014950+if ac_fn_c_try_link "$LINENO"
1495114951+then :
1431314952 eval $cacheid=yes
1431414314-else
1495314953+else $as_nop
1431514954 eval $cacheid=no
1431614955fi
1431714317-rm -f core conftest.err conftest.$ac_objext \
1495614956+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1431814957 conftest$ac_exeext conftest.$ac_ext
1431914958fi
1432014959···1432214961 CFLAGS="$xorg_testset_save_CFLAGS"
14323149621432414963 eval supported=\$$cacheid
1432514325- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1432614326-$as_echo "$supported" >&6; }
1496414964+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1496514965+printf "%s\n" "$supported" >&6; }
1432714966 if test "$supported" = "yes" ; then
1432814967 BASE_CFLAGS="$BASE_CFLAGS -Werror=missing-braces"
1432914968 found="yes"
···14348149871434914988if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1435014989 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1435114351- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1435214352-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1435314353-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1435414354- $as_echo_n "(cached) " >&6
1435514355-else
1499014990+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1499114991+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1499214992+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1499314993+then :
1499414994+ printf %s "(cached) " >&6
1499514995+else $as_nop
1435614996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1435714997/* end confdefs.h. */
1435814998int i;
1435914999_ACEOF
1436014360-if ac_fn_c_try_compile "$LINENO"; then :
1500015000+if ac_fn_c_try_compile "$LINENO"
1500115001+then :
1436115002 xorg_cv_cc_flag_unknown_warning_option=yes
1436214362-else
1500315003+else $as_nop
1436315004 xorg_cv_cc_flag_unknown_warning_option=no
1436415005fi
1436514365-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1500615006+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1436615007fi
1436714367-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1436814368-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1500815008+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1500915009+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1436915010 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1437015011 CFLAGS="$xorg_testset_save_CFLAGS"
1437115012fi
···1437515016 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1437615017 fi
1437715018 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1437814378- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1437914379-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1438014380-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1438114381- $as_echo_n "(cached) " >&6
1438214382-else
1501915019+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1502015020+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1502115021+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1502215022+then :
1502315023+ printf %s "(cached) " >&6
1502415024+else $as_nop
1438315025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1438415026/* end confdefs.h. */
1438515027int i;
1438615028_ACEOF
1438714387-if ac_fn_c_try_compile "$LINENO"; then :
1502915029+if ac_fn_c_try_compile "$LINENO"
1503015030+then :
1438815031 xorg_cv_cc_flag_unused_command_line_argument=yes
1438914389-else
1503215032+else $as_nop
1439015033 xorg_cv_cc_flag_unused_command_line_argument=no
1439115034fi
1439214392-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1503515035+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1439315036fi
1439414394-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1439514395-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1503715037+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1503815038+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1439615039 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1439715040 CFLAGS="$xorg_testset_save_CFLAGS"
1439815041fi
···14410150531441115054 CFLAGS="$CFLAGS -Werror=sequence-point"
14412150551441314413- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
1441414414-$as_echo_n "checking if $CC supports -Werror=sequence-point... " >&6; }
1505615056+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
1505715057+printf %s "checking if $CC supports -Werror=sequence-point... " >&6; }
1441515058 cacheid=xorg_cv_cc_flag__Werror_sequence_point
1441614416- if eval \${$cacheid+:} false; then :
1441714417- $as_echo_n "(cached) " >&6
1441814418-else
1505915059+ if eval test \${$cacheid+y}
1506015060+then :
1506115061+ printf %s "(cached) " >&6
1506215062+else $as_nop
1441915063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1442015064/* end confdefs.h. */
1442115065int i;
1442215066int
1442314423-main ()
1506715067+main (void)
1442415068{
14425150691442615070 ;
1442715071 return 0;
1442815072}
1442915073_ACEOF
1443014430-if ac_fn_c_try_link "$LINENO"; then :
1507415074+if ac_fn_c_try_link "$LINENO"
1507515075+then :
1443115076 eval $cacheid=yes
1443214432-else
1507715077+else $as_nop
1443315078 eval $cacheid=no
1443415079fi
1443514435-rm -f core conftest.err conftest.$ac_objext \
1508015080+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1443615081 conftest$ac_exeext conftest.$ac_ext
1443715082fi
1443815083···1444015085 CFLAGS="$xorg_testset_save_CFLAGS"
14441150861444215087 eval supported=\$$cacheid
1444314443- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1444414444-$as_echo "$supported" >&6; }
1508815088+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1508915089+printf "%s\n" "$supported" >&6; }
1444515090 if test "$supported" = "yes" ; then
1444615091 BASE_CFLAGS="$BASE_CFLAGS -Werror=sequence-point"
1444715092 found="yes"
···14466151111446715112if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1446815113 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1446914469- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1447014470-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1447114471-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1447214472- $as_echo_n "(cached) " >&6
1447314473-else
1511415114+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1511515115+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1511615116+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1511715117+then :
1511815118+ printf %s "(cached) " >&6
1511915119+else $as_nop
1447415120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1447515121/* end confdefs.h. */
1447615122int i;
1447715123_ACEOF
1447814478-if ac_fn_c_try_compile "$LINENO"; then :
1512415124+if ac_fn_c_try_compile "$LINENO"
1512515125+then :
1447915126 xorg_cv_cc_flag_unknown_warning_option=yes
1448014480-else
1512715127+else $as_nop
1448115128 xorg_cv_cc_flag_unknown_warning_option=no
1448215129fi
1448314483-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1513015130+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1448415131fi
1448514485-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1448614486-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1513215132+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1513315133+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1448715134 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1448815135 CFLAGS="$xorg_testset_save_CFLAGS"
1448915136fi
···1449315140 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1449415141 fi
1449515142 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1449614496- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1449714497-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1449814498-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1449914499- $as_echo_n "(cached) " >&6
1450014500-else
1514315143+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1514415144+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1514515145+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1514615146+then :
1514715147+ printf %s "(cached) " >&6
1514815148+else $as_nop
1450115149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1450215150/* end confdefs.h. */
1450315151int i;
1450415152_ACEOF
1450514505-if ac_fn_c_try_compile "$LINENO"; then :
1515315153+if ac_fn_c_try_compile "$LINENO"
1515415154+then :
1450615155 xorg_cv_cc_flag_unused_command_line_argument=yes
1450714507-else
1515615156+else $as_nop
1450815157 xorg_cv_cc_flag_unused_command_line_argument=no
1450915158fi
1451014510-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1515915159+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1451115160fi
1451214512-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1451314513-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1516115161+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1516215162+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1451415163 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1451515164 CFLAGS="$xorg_testset_save_CFLAGS"
1451615165fi
···14528151771452915178 CFLAGS="$CFLAGS -Werror=return-type"
14530151791453114531- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
1453214532-$as_echo_n "checking if $CC supports -Werror=return-type... " >&6; }
1518015180+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
1518115181+printf %s "checking if $CC supports -Werror=return-type... " >&6; }
1453315182 cacheid=xorg_cv_cc_flag__Werror_return_type
1453414534- if eval \${$cacheid+:} false; then :
1453514535- $as_echo_n "(cached) " >&6
1453614536-else
1518315183+ if eval test \${$cacheid+y}
1518415184+then :
1518515185+ printf %s "(cached) " >&6
1518615186+else $as_nop
1453715187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1453815188/* end confdefs.h. */
1453915189int i;
1454015190int
1454114541-main ()
1519115191+main (void)
1454215192{
14543151931454415194 ;
1454515195 return 0;
1454615196}
1454715197_ACEOF
1454814548-if ac_fn_c_try_link "$LINENO"; then :
1519815198+if ac_fn_c_try_link "$LINENO"
1519915199+then :
1454915200 eval $cacheid=yes
1455014550-else
1520115201+else $as_nop
1455115202 eval $cacheid=no
1455215203fi
1455314553-rm -f core conftest.err conftest.$ac_objext \
1520415204+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1455415205 conftest$ac_exeext conftest.$ac_ext
1455515206fi
1455615207···1455815209 CFLAGS="$xorg_testset_save_CFLAGS"
14559152101456015211 eval supported=\$$cacheid
1456114561- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1456214562-$as_echo "$supported" >&6; }
1521215212+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1521315213+printf "%s\n" "$supported" >&6; }
1456315214 if test "$supported" = "yes" ; then
1456415215 BASE_CFLAGS="$BASE_CFLAGS -Werror=return-type"
1456515216 found="yes"
···14577152281457815229 CFLAGS="$CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
14579152301458014580- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
1458114581-$as_echo_n "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
1523115231+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
1523215232+printf %s "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
1458215233 cacheid=xorg_cv_cc_flag__errwarn_E_FUNC_HAS_NO_RETURN_STMT
1458314583- if eval \${$cacheid+:} false; then :
1458414584- $as_echo_n "(cached) " >&6
1458514585-else
1523415234+ if eval test \${$cacheid+y}
1523515235+then :
1523615236+ printf %s "(cached) " >&6
1523715237+else $as_nop
1458615238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1458715239/* end confdefs.h. */
1458815240int i;
1458915241int
1459014590-main ()
1524215242+main (void)
1459115243{
14592152441459315245 ;
1459415246 return 0;
1459515247}
1459615248_ACEOF
1459714597-if ac_fn_c_try_link "$LINENO"; then :
1524915249+if ac_fn_c_try_link "$LINENO"
1525015250+then :
1459815251 eval $cacheid=yes
1459914599-else
1525215252+else $as_nop
1460015253 eval $cacheid=no
1460115254fi
1460214602-rm -f core conftest.err conftest.$ac_objext \
1525515255+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1460315256 conftest$ac_exeext conftest.$ac_ext
1460415257fi
1460515258···1460715260 CFLAGS="$xorg_testset_save_CFLAGS"
14608152611460915262 eval supported=\$$cacheid
1461014610- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1461114611-$as_echo "$supported" >&6; }
1526315263+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1526415264+printf "%s\n" "$supported" >&6; }
1461215265 if test "$supported" = "yes" ; then
1461315266 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
1461415267 found="yes"
···14633152861463415287if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1463515288 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1463614636- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1463714637-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1463814638-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1463914639- $as_echo_n "(cached) " >&6
1464014640-else
1528915289+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1529015290+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1529115291+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1529215292+then :
1529315293+ printf %s "(cached) " >&6
1529415294+else $as_nop
1464115295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1464215296/* end confdefs.h. */
1464315297int i;
1464415298_ACEOF
1464514645-if ac_fn_c_try_compile "$LINENO"; then :
1529915299+if ac_fn_c_try_compile "$LINENO"
1530015300+then :
1464615301 xorg_cv_cc_flag_unknown_warning_option=yes
1464714647-else
1530215302+else $as_nop
1464815303 xorg_cv_cc_flag_unknown_warning_option=no
1464915304fi
1465014650-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1530515305+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1465115306fi
1465214652-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1465314653-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1530715307+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1530815308+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1465415309 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1465515310 CFLAGS="$xorg_testset_save_CFLAGS"
1465615311fi
···1466015315 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1466115316 fi
1466215317 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1466314663- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1466414664-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1466514665-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1466614666- $as_echo_n "(cached) " >&6
1466714667-else
1531815318+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1531915319+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1532015320+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1532115321+then :
1532215322+ printf %s "(cached) " >&6
1532315323+else $as_nop
1466815324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1466915325/* end confdefs.h. */
1467015326int i;
1467115327_ACEOF
1467214672-if ac_fn_c_try_compile "$LINENO"; then :
1532815328+if ac_fn_c_try_compile "$LINENO"
1532915329+then :
1467315330 xorg_cv_cc_flag_unused_command_line_argument=yes
1467414674-else
1533115331+else $as_nop
1467515332 xorg_cv_cc_flag_unused_command_line_argument=no
1467615333fi
1467714677-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1533415334+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1467815335fi
1467914679-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1468014680-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1533615336+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1533715337+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1468115338 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1468215339 CFLAGS="$xorg_testset_save_CFLAGS"
1468315340fi
···14695153521469615353 CFLAGS="$CFLAGS -Werror=trigraphs"
14697153541469814698- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
1469914699-$as_echo_n "checking if $CC supports -Werror=trigraphs... " >&6; }
1535515355+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
1535615356+printf %s "checking if $CC supports -Werror=trigraphs... " >&6; }
1470015357 cacheid=xorg_cv_cc_flag__Werror_trigraphs
1470114701- if eval \${$cacheid+:} false; then :
1470214702- $as_echo_n "(cached) " >&6
1470314703-else
1535815358+ if eval test \${$cacheid+y}
1535915359+then :
1536015360+ printf %s "(cached) " >&6
1536115361+else $as_nop
1470415362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1470515363/* end confdefs.h. */
1470615364int i;
1470715365int
1470814708-main ()
1536615366+main (void)
1470915367{
14710153681471115369 ;
1471215370 return 0;
1471315371}
1471415372_ACEOF
1471514715-if ac_fn_c_try_link "$LINENO"; then :
1537315373+if ac_fn_c_try_link "$LINENO"
1537415374+then :
1471615375 eval $cacheid=yes
1471714717-else
1537615376+else $as_nop
1471815377 eval $cacheid=no
1471915378fi
1472014720-rm -f core conftest.err conftest.$ac_objext \
1537915379+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1472115380 conftest$ac_exeext conftest.$ac_ext
1472215381fi
1472315382···1472515384 CFLAGS="$xorg_testset_save_CFLAGS"
14726153851472715386 eval supported=\$$cacheid
1472814728- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1472914729-$as_echo "$supported" >&6; }
1538715387+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1538815388+printf "%s\n" "$supported" >&6; }
1473015389 if test "$supported" = "yes" ; then
1473115390 BASE_CFLAGS="$BASE_CFLAGS -Werror=trigraphs"
1473215391 found="yes"
···14751154101475215411if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1475315412 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1475414754- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1475514755-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1475614756-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1475714757- $as_echo_n "(cached) " >&6
1475814758-else
1541315413+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1541415414+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1541515415+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1541615416+then :
1541715417+ printf %s "(cached) " >&6
1541815418+else $as_nop
1475915419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1476015420/* end confdefs.h. */
1476115421int i;
1476215422_ACEOF
1476314763-if ac_fn_c_try_compile "$LINENO"; then :
1542315423+if ac_fn_c_try_compile "$LINENO"
1542415424+then :
1476415425 xorg_cv_cc_flag_unknown_warning_option=yes
1476514765-else
1542615426+else $as_nop
1476615427 xorg_cv_cc_flag_unknown_warning_option=no
1476715428fi
1476814768-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1542915429+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1476915430fi
1477014770-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1477114771-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1543115431+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1543215432+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1477215433 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1477315434 CFLAGS="$xorg_testset_save_CFLAGS"
1477415435fi
···1477815439 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1477915440 fi
1478015441 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1478114781- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1478214782-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1478314783-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1478414784- $as_echo_n "(cached) " >&6
1478514785-else
1544215442+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1544315443+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1544415444+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1544515445+then :
1544615446+ printf %s "(cached) " >&6
1544715447+else $as_nop
1478615448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1478715449/* end confdefs.h. */
1478815450int i;
1478915451_ACEOF
1479014790-if ac_fn_c_try_compile "$LINENO"; then :
1545215452+if ac_fn_c_try_compile "$LINENO"
1545315453+then :
1479115454 xorg_cv_cc_flag_unused_command_line_argument=yes
1479214792-else
1545515455+else $as_nop
1479315456 xorg_cv_cc_flag_unused_command_line_argument=no
1479415457fi
1479514795-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1545815458+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1479615459fi
1479714797-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1479814798-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1546015460+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1546115461+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1479915462 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1480015463 CFLAGS="$xorg_testset_save_CFLAGS"
1480115464fi
···14813154761481415477 CFLAGS="$CFLAGS -Werror=array-bounds"
14815154781481614816- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
1481714817-$as_echo_n "checking if $CC supports -Werror=array-bounds... " >&6; }
1547915479+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
1548015480+printf %s "checking if $CC supports -Werror=array-bounds... " >&6; }
1481815481 cacheid=xorg_cv_cc_flag__Werror_array_bounds
1481914819- if eval \${$cacheid+:} false; then :
1482014820- $as_echo_n "(cached) " >&6
1482114821-else
1548215482+ if eval test \${$cacheid+y}
1548315483+then :
1548415484+ printf %s "(cached) " >&6
1548515485+else $as_nop
1482215486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1482315487/* end confdefs.h. */
1482415488int i;
1482515489int
1482614826-main ()
1549015490+main (void)
1482715491{
14828154921482915493 ;
1483015494 return 0;
1483115495}
1483215496_ACEOF
1483314833-if ac_fn_c_try_link "$LINENO"; then :
1549715497+if ac_fn_c_try_link "$LINENO"
1549815498+then :
1483415499 eval $cacheid=yes
1483514835-else
1550015500+else $as_nop
1483615501 eval $cacheid=no
1483715502fi
1483814838-rm -f core conftest.err conftest.$ac_objext \
1550315503+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1483915504 conftest$ac_exeext conftest.$ac_ext
1484015505fi
1484115506···1484315508 CFLAGS="$xorg_testset_save_CFLAGS"
14844155091484515510 eval supported=\$$cacheid
1484614846- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1484714847-$as_echo "$supported" >&6; }
1551115511+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1551215512+printf "%s\n" "$supported" >&6; }
1484815513 if test "$supported" = "yes" ; then
1484915514 BASE_CFLAGS="$BASE_CFLAGS -Werror=array-bounds"
1485015515 found="yes"
···14869155341487015535if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1487115536 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1487214872- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1487314873-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1487414874-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1487514875- $as_echo_n "(cached) " >&6
1487614876-else
1553715537+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1553815538+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1553915539+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1554015540+then :
1554115541+ printf %s "(cached) " >&6
1554215542+else $as_nop
1487715543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1487815544/* end confdefs.h. */
1487915545int i;
1488015546_ACEOF
1488114881-if ac_fn_c_try_compile "$LINENO"; then :
1554715547+if ac_fn_c_try_compile "$LINENO"
1554815548+then :
1488215549 xorg_cv_cc_flag_unknown_warning_option=yes
1488314883-else
1555015550+else $as_nop
1488415551 xorg_cv_cc_flag_unknown_warning_option=no
1488515552fi
1488614886-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1555315553+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1488715554fi
1488814888-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1488914889-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1555515555+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1555615556+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1489015557 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1489115558 CFLAGS="$xorg_testset_save_CFLAGS"
1489215559fi
···1489615563 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1489715564 fi
1489815565 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1489914899- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1490014900-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1490114901-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1490214902- $as_echo_n "(cached) " >&6
1490314903-else
1556615566+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1556715567+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1556815568+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1556915569+then :
1557015570+ printf %s "(cached) " >&6
1557115571+else $as_nop
1490415572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1490515573/* end confdefs.h. */
1490615574int i;
1490715575_ACEOF
1490814908-if ac_fn_c_try_compile "$LINENO"; then :
1557615576+if ac_fn_c_try_compile "$LINENO"
1557715577+then :
1490915578 xorg_cv_cc_flag_unused_command_line_argument=yes
1491014910-else
1557915579+else $as_nop
1491115580 xorg_cv_cc_flag_unused_command_line_argument=no
1491215581fi
1491314913-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1558215582+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1491415583fi
1491514915-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1491614916-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1558415584+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1558515585+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1491715586 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1491815587 CFLAGS="$xorg_testset_save_CFLAGS"
1491915588fi
···14931156001493215601 CFLAGS="$CFLAGS -Werror=write-strings"
14933156021493414934- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
1493514935-$as_echo_n "checking if $CC supports -Werror=write-strings... " >&6; }
1560315603+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
1560415604+printf %s "checking if $CC supports -Werror=write-strings... " >&6; }
1493615605 cacheid=xorg_cv_cc_flag__Werror_write_strings
1493714937- if eval \${$cacheid+:} false; then :
1493814938- $as_echo_n "(cached) " >&6
1493914939-else
1560615606+ if eval test \${$cacheid+y}
1560715607+then :
1560815608+ printf %s "(cached) " >&6
1560915609+else $as_nop
1494015610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1494115611/* end confdefs.h. */
1494215612int i;
1494315613int
1494414944-main ()
1561415614+main (void)
1494515615{
14946156161494715617 ;
1494815618 return 0;
1494915619}
1495015620_ACEOF
1495114951-if ac_fn_c_try_link "$LINENO"; then :
1562115621+if ac_fn_c_try_link "$LINENO"
1562215622+then :
1495215623 eval $cacheid=yes
1495314953-else
1562415624+else $as_nop
1495415625 eval $cacheid=no
1495515626fi
1495614956-rm -f core conftest.err conftest.$ac_objext \
1562715627+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1495715628 conftest$ac_exeext conftest.$ac_ext
1495815629fi
1495915630···1496115632 CFLAGS="$xorg_testset_save_CFLAGS"
14962156331496315634 eval supported=\$$cacheid
1496414964- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1496514965-$as_echo "$supported" >&6; }
1563515635+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1563615636+printf "%s\n" "$supported" >&6; }
1496615637 if test "$supported" = "yes" ; then
1496715638 BASE_CFLAGS="$BASE_CFLAGS -Werror=write-strings"
1496815639 found="yes"
···14987156581498815659if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1498915660 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1499014990- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1499114991-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1499214992-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1499314993- $as_echo_n "(cached) " >&6
1499414994-else
1566115661+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1566215662+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1566315663+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1566415664+then :
1566515665+ printf %s "(cached) " >&6
1566615666+else $as_nop
1499515667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1499615668/* end confdefs.h. */
1499715669int i;
1499815670_ACEOF
1499914999-if ac_fn_c_try_compile "$LINENO"; then :
1567115671+if ac_fn_c_try_compile "$LINENO"
1567215672+then :
1500015673 xorg_cv_cc_flag_unknown_warning_option=yes
1500115001-else
1567415674+else $as_nop
1500215675 xorg_cv_cc_flag_unknown_warning_option=no
1500315676fi
1500415004-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1567715677+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1500515678fi
1500615006-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1500715007-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1567915679+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1568015680+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1500815681 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1500915682 CFLAGS="$xorg_testset_save_CFLAGS"
1501015683fi
···1501415687 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1501515688 fi
1501615689 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1501715017- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1501815018-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1501915019-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1502015020- $as_echo_n "(cached) " >&6
1502115021-else
1569015690+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1569115691+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1569215692+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1569315693+then :
1569415694+ printf %s "(cached) " >&6
1569515695+else $as_nop
1502215696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1502315697/* end confdefs.h. */
1502415698int i;
1502515699_ACEOF
1502615026-if ac_fn_c_try_compile "$LINENO"; then :
1570015700+if ac_fn_c_try_compile "$LINENO"
1570115701+then :
1502715702 xorg_cv_cc_flag_unused_command_line_argument=yes
1502815028-else
1570315703+else $as_nop
1502915704 xorg_cv_cc_flag_unused_command_line_argument=no
1503015705fi
1503115031-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1570615706+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1503215707fi
1503315033-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1503415034-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1570815708+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1570915709+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1503515710 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1503615711 CFLAGS="$xorg_testset_save_CFLAGS"
1503715712fi
···15049157241505015725 CFLAGS="$CFLAGS -Werror=address"
15051157261505215052- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
1505315053-$as_echo_n "checking if $CC supports -Werror=address... " >&6; }
1572715727+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
1572815728+printf %s "checking if $CC supports -Werror=address... " >&6; }
1505415729 cacheid=xorg_cv_cc_flag__Werror_address
1505515055- if eval \${$cacheid+:} false; then :
1505615056- $as_echo_n "(cached) " >&6
1505715057-else
1573015730+ if eval test \${$cacheid+y}
1573115731+then :
1573215732+ printf %s "(cached) " >&6
1573315733+else $as_nop
1505815734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1505915735/* end confdefs.h. */
1506015736int i;
1506115737int
1506215062-main ()
1573815738+main (void)
1506315739{
15064157401506515741 ;
1506615742 return 0;
1506715743}
1506815744_ACEOF
1506915069-if ac_fn_c_try_link "$LINENO"; then :
1574515745+if ac_fn_c_try_link "$LINENO"
1574615746+then :
1507015747 eval $cacheid=yes
1507115071-else
1574815748+else $as_nop
1507215749 eval $cacheid=no
1507315750fi
1507415074-rm -f core conftest.err conftest.$ac_objext \
1575115751+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1507515752 conftest$ac_exeext conftest.$ac_ext
1507615753fi
1507715754···1507915756 CFLAGS="$xorg_testset_save_CFLAGS"
15080157571508115758 eval supported=\$$cacheid
1508215082- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1508315083-$as_echo "$supported" >&6; }
1575915759+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1576015760+printf "%s\n" "$supported" >&6; }
1508415761 if test "$supported" = "yes" ; then
1508515762 BASE_CFLAGS="$BASE_CFLAGS -Werror=address"
1508615763 found="yes"
···15105157821510615783if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1510715784 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1510815108- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1510915109-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1511015110-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1511115111- $as_echo_n "(cached) " >&6
1511215112-else
1578515785+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1578615786+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1578715787+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1578815788+then :
1578915789+ printf %s "(cached) " >&6
1579015790+else $as_nop
1511315791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1511415792/* end confdefs.h. */
1511515793int i;
1511615794_ACEOF
1511715117-if ac_fn_c_try_compile "$LINENO"; then :
1579515795+if ac_fn_c_try_compile "$LINENO"
1579615796+then :
1511815797 xorg_cv_cc_flag_unknown_warning_option=yes
1511915119-else
1579815798+else $as_nop
1512015799 xorg_cv_cc_flag_unknown_warning_option=no
1512115800fi
1512215122-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1580115801+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1512315802fi
1512415124-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1512515125-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1580315803+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1580415804+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1512615805 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1512715806 CFLAGS="$xorg_testset_save_CFLAGS"
1512815807fi
···1513215811 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1513315812 fi
1513415813 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1513515135- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1513615136-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1513715137-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1513815138- $as_echo_n "(cached) " >&6
1513915139-else
1581415814+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1581515815+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1581615816+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1581715817+then :
1581815818+ printf %s "(cached) " >&6
1581915819+else $as_nop
1514015820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1514115821/* end confdefs.h. */
1514215822int i;
1514315823_ACEOF
1514415144-if ac_fn_c_try_compile "$LINENO"; then :
1582415824+if ac_fn_c_try_compile "$LINENO"
1582515825+then :
1514515826 xorg_cv_cc_flag_unused_command_line_argument=yes
1514615146-else
1582715827+else $as_nop
1514715828 xorg_cv_cc_flag_unused_command_line_argument=no
1514815829fi
1514915149-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1583015830+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1515015831fi
1515115151-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1515215152-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1583215832+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1583315833+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1515315834 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1515415835 CFLAGS="$xorg_testset_save_CFLAGS"
1515515836fi
···15167158481516815849 CFLAGS="$CFLAGS -Werror=int-to-pointer-cast"
15169158501517015170- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
1517115171-$as_echo_n "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
1585115851+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
1585215852+printf %s "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
1517215853 cacheid=xorg_cv_cc_flag__Werror_int_to_pointer_cast
1517315173- if eval \${$cacheid+:} false; then :
1517415174- $as_echo_n "(cached) " >&6
1517515175-else
1585415854+ if eval test \${$cacheid+y}
1585515855+then :
1585615856+ printf %s "(cached) " >&6
1585715857+else $as_nop
1517615858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1517715859/* end confdefs.h. */
1517815860int i;
1517915861int
1518015180-main ()
1586215862+main (void)
1518115863{
15182158641518315865 ;
1518415866 return 0;
1518515867}
1518615868_ACEOF
1518715187-if ac_fn_c_try_link "$LINENO"; then :
1586915869+if ac_fn_c_try_link "$LINENO"
1587015870+then :
1518815871 eval $cacheid=yes
1518915189-else
1587215872+else $as_nop
1519015873 eval $cacheid=no
1519115874fi
1519215192-rm -f core conftest.err conftest.$ac_objext \
1587515875+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1519315876 conftest$ac_exeext conftest.$ac_ext
1519415877fi
1519515878···1519715880 CFLAGS="$xorg_testset_save_CFLAGS"
15198158811519915882 eval supported=\$$cacheid
1520015200- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1520115201-$as_echo "$supported" >&6; }
1588315883+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1588415884+printf "%s\n" "$supported" >&6; }
1520215885 if test "$supported" = "yes" ; then
1520315886 BASE_CFLAGS="$BASE_CFLAGS -Werror=int-to-pointer-cast"
1520415887 found="yes"
···15216158991521715900 CFLAGS="$CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
15218159011521915219- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
1522015220-$as_echo_n "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
1590215902+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
1590315903+printf %s "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
1522115904 cacheid=xorg_cv_cc_flag__errwarn_E_BAD_PTR_INT_COMBINATION
1522215222- if eval \${$cacheid+:} false; then :
1522315223- $as_echo_n "(cached) " >&6
1522415224-else
1590515905+ if eval test \${$cacheid+y}
1590615906+then :
1590715907+ printf %s "(cached) " >&6
1590815908+else $as_nop
1522515909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1522615910/* end confdefs.h. */
1522715911int i;
1522815912int
1522915229-main ()
1591315913+main (void)
1523015914{
15231159151523215916 ;
1523315917 return 0;
1523415918}
1523515919_ACEOF
1523615236-if ac_fn_c_try_link "$LINENO"; then :
1592015920+if ac_fn_c_try_link "$LINENO"
1592115921+then :
1523715922 eval $cacheid=yes
1523815238-else
1592315923+else $as_nop
1523915924 eval $cacheid=no
1524015925fi
1524115241-rm -f core conftest.err conftest.$ac_objext \
1592615926+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1524215927 conftest$ac_exeext conftest.$ac_ext
1524315928fi
1524415929···1524615931 CFLAGS="$xorg_testset_save_CFLAGS"
15247159321524815933 eval supported=\$$cacheid
1524915249- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1525015250-$as_echo "$supported" >&6; }
1593415934+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1593515935+printf "%s\n" "$supported" >&6; }
1525115936 if test "$supported" = "yes" ; then
1525215937 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
1525315938 found="yes"
···15272159571527315958if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1527415959 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1527515275- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1527615276-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1527715277-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1527815278- $as_echo_n "(cached) " >&6
1527915279-else
1596015960+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1596115961+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1596215962+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1596315963+then :
1596415964+ printf %s "(cached) " >&6
1596515965+else $as_nop
1528015966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1528115967/* end confdefs.h. */
1528215968int i;
1528315969_ACEOF
1528415284-if ac_fn_c_try_compile "$LINENO"; then :
1597015970+if ac_fn_c_try_compile "$LINENO"
1597115971+then :
1528515972 xorg_cv_cc_flag_unknown_warning_option=yes
1528615286-else
1597315973+else $as_nop
1528715974 xorg_cv_cc_flag_unknown_warning_option=no
1528815975fi
1528915289-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1597615976+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1529015977fi
1529115291-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1529215292-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1597815978+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1597915979+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1529315980 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1529415981 CFLAGS="$xorg_testset_save_CFLAGS"
1529515982fi
···1529915986 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1530015987 fi
1530115988 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1530215302- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1530315303-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1530415304-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1530515305- $as_echo_n "(cached) " >&6
1530615306-else
1598915989+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1599015990+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1599115991+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1599215992+then :
1599315993+ printf %s "(cached) " >&6
1599415994+else $as_nop
1530715995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1530815996/* end confdefs.h. */
1530915997int i;
1531015998_ACEOF
1531115311-if ac_fn_c_try_compile "$LINENO"; then :
1599915999+if ac_fn_c_try_compile "$LINENO"
1600016000+then :
1531216001 xorg_cv_cc_flag_unused_command_line_argument=yes
1531315313-else
1600216002+else $as_nop
1531416003 xorg_cv_cc_flag_unused_command_line_argument=no
1531516004fi
1531615316-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1600516005+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1531716006fi
1531815318-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1531915319-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1600716007+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1600816008+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1532016009 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1532116010 CFLAGS="$xorg_testset_save_CFLAGS"
1532216011fi
···15334160231533516024 CFLAGS="$CFLAGS -Werror=pointer-to-int-cast"
15336160251533715337- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
1533815338-$as_echo_n "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
1602616026+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
1602716027+printf %s "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
1533916028 cacheid=xorg_cv_cc_flag__Werror_pointer_to_int_cast
1534015340- if eval \${$cacheid+:} false; then :
1534115341- $as_echo_n "(cached) " >&6
1534215342-else
1602916029+ if eval test \${$cacheid+y}
1603016030+then :
1603116031+ printf %s "(cached) " >&6
1603216032+else $as_nop
1534316033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1534416034/* end confdefs.h. */
1534516035int i;
1534616036int
1534715347-main ()
1603716037+main (void)
1534816038{
15349160391535016040 ;
1535116041 return 0;
1535216042}
1535316043_ACEOF
1535415354-if ac_fn_c_try_link "$LINENO"; then :
1604416044+if ac_fn_c_try_link "$LINENO"
1604516045+then :
1535516046 eval $cacheid=yes
1535615356-else
1604716047+else $as_nop
1535716048 eval $cacheid=no
1535816049fi
1535915359-rm -f core conftest.err conftest.$ac_objext \
1605016050+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1536016051 conftest$ac_exeext conftest.$ac_ext
1536116052fi
1536216053···1536416055 CFLAGS="$xorg_testset_save_CFLAGS"
15365160561536616057 eval supported=\$$cacheid
1536715367- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1536815368-$as_echo "$supported" >&6; }
1605816058+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1605916059+printf "%s\n" "$supported" >&6; }
1536916060 if test "$supported" = "yes" ; then
1537016061 BASE_CFLAGS="$BASE_CFLAGS -Werror=pointer-to-int-cast"
1537116062 found="yes"
···15374160651537516066 # Also -errwarn=E_BAD_PTR_INT_COMBINATION
1537616067else
1537715377-{ $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
1537815378-$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;}
1606816068+{ 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
1606916069+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;}
153791607015380160711538116072···15393160841539416085if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1539516086 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1539615396- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1539715397-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1539815398-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1539915399- $as_echo_n "(cached) " >&6
1540015400-else
1608716087+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1608816088+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1608916089+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1609016090+then :
1609116091+ printf %s "(cached) " >&6
1609216092+else $as_nop
1540116093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1540216094/* end confdefs.h. */
1540316095int i;
1540416096_ACEOF
1540515405-if ac_fn_c_try_compile "$LINENO"; then :
1609716097+if ac_fn_c_try_compile "$LINENO"
1609816098+then :
1540616099 xorg_cv_cc_flag_unknown_warning_option=yes
1540715407-else
1610016100+else $as_nop
1540816101 xorg_cv_cc_flag_unknown_warning_option=no
1540916102fi
1541015410-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1610316103+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1541116104fi
1541215412-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1541315413-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1610516105+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1610616106+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1541416107 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1541516108 CFLAGS="$xorg_testset_save_CFLAGS"
1541616109fi
···1542016113 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1542116114 fi
1542216115 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1542315423- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1542415424-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1542515425-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1542615426- $as_echo_n "(cached) " >&6
1542715427-else
1611616116+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1611716117+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1611816118+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1611916119+then :
1612016120+ printf %s "(cached) " >&6
1612116121+else $as_nop
1542816122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1542916123/* end confdefs.h. */
1543016124int i;
1543116125_ACEOF
1543215432-if ac_fn_c_try_compile "$LINENO"; then :
1612616126+if ac_fn_c_try_compile "$LINENO"
1612716127+then :
1543316128 xorg_cv_cc_flag_unused_command_line_argument=yes
1543415434-else
1612916129+else $as_nop
1543516130 xorg_cv_cc_flag_unused_command_line_argument=no
1543616131fi
1543715437-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1613216132+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1543816133fi
1543915439-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1544015440-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1613416134+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1613516135+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1544116136 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1544216137 CFLAGS="$xorg_testset_save_CFLAGS"
1544316138fi
···15455161501545616151 CFLAGS="$CFLAGS -Wimplicit"
15457161521545815458- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
1545915459-$as_echo_n "checking if $CC supports -Wimplicit... " >&6; }
1615316153+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
1615416154+printf %s "checking if $CC supports -Wimplicit... " >&6; }
1546016155 cacheid=xorg_cv_cc_flag__Wimplicit
1546115461- if eval \${$cacheid+:} false; then :
1546215462- $as_echo_n "(cached) " >&6
1546315463-else
1615616156+ if eval test \${$cacheid+y}
1615716157+then :
1615816158+ printf %s "(cached) " >&6
1615916159+else $as_nop
1546416160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1546516161/* end confdefs.h. */
1546616162int i;
1546716163int
1546815468-main ()
1616416164+main (void)
1546916165{
15470161661547116167 ;
1547216168 return 0;
1547316169}
1547416170_ACEOF
1547515475-if ac_fn_c_try_link "$LINENO"; then :
1617116171+if ac_fn_c_try_link "$LINENO"
1617216172+then :
1547616173 eval $cacheid=yes
1547715477-else
1617416174+else $as_nop
1547816175 eval $cacheid=no
1547916176fi
1548015480-rm -f core conftest.err conftest.$ac_objext \
1617716177+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1548116178 conftest$ac_exeext conftest.$ac_ext
1548216179fi
1548316180···1548516182 CFLAGS="$xorg_testset_save_CFLAGS"
15486161831548716184 eval supported=\$$cacheid
1548815488- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1548915489-$as_echo "$supported" >&6; }
1618516185+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1618616186+printf "%s\n" "$supported" >&6; }
1549016187 if test "$supported" = "yes" ; then
1549116188 BASE_CFLAGS="$BASE_CFLAGS -Wimplicit"
1549216189 found="yes"
···15511162081551216209if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1551316210 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1551415514- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1551515515-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1551615516-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1551715517- $as_echo_n "(cached) " >&6
1551815518-else
1621116211+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1621216212+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1621316213+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1621416214+then :
1621516215+ printf %s "(cached) " >&6
1621616216+else $as_nop
1551916217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1552016218/* end confdefs.h. */
1552116219int i;
1552216220_ACEOF
1552315523-if ac_fn_c_try_compile "$LINENO"; then :
1622116221+if ac_fn_c_try_compile "$LINENO"
1622216222+then :
1552416223 xorg_cv_cc_flag_unknown_warning_option=yes
1552515525-else
1622416224+else $as_nop
1552616225 xorg_cv_cc_flag_unknown_warning_option=no
1552716226fi
1552815528-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1622716227+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1552916228fi
1553015530-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1553115531-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1622916229+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1623016230+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1553216231 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1553316232 CFLAGS="$xorg_testset_save_CFLAGS"
1553416233fi
···1553816237 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1553916238 fi
1554016239 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1554115541- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1554215542-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1554315543-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1554415544- $as_echo_n "(cached) " >&6
1554515545-else
1624016240+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1624116241+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1624216242+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1624316243+then :
1624416244+ printf %s "(cached) " >&6
1624516245+else $as_nop
1554616246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1554716247/* end confdefs.h. */
1554816248int i;
1554916249_ACEOF
1555015550-if ac_fn_c_try_compile "$LINENO"; then :
1625016250+if ac_fn_c_try_compile "$LINENO"
1625116251+then :
1555116252 xorg_cv_cc_flag_unused_command_line_argument=yes
1555215552-else
1625316253+else $as_nop
1555316254 xorg_cv_cc_flag_unused_command_line_argument=no
1555416255fi
1555515555-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1625616256+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1555616257fi
1555715557-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1555815558-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1625816258+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1625916259+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1555916260 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1556016261 CFLAGS="$xorg_testset_save_CFLAGS"
1556116262fi
···15573162741557416275 CFLAGS="$CFLAGS -Wnonnull"
15575162761557615576- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
1557715577-$as_echo_n "checking if $CC supports -Wnonnull... " >&6; }
1627716277+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
1627816278+printf %s "checking if $CC supports -Wnonnull... " >&6; }
1557816279 cacheid=xorg_cv_cc_flag__Wnonnull
1557915579- if eval \${$cacheid+:} false; then :
1558015580- $as_echo_n "(cached) " >&6
1558115581-else
1628016280+ if eval test \${$cacheid+y}
1628116281+then :
1628216282+ printf %s "(cached) " >&6
1628316283+else $as_nop
1558216284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1558316285/* end confdefs.h. */
1558416286int i;
1558516287int
1558615586-main ()
1628816288+main (void)
1558716289{
15588162901558916291 ;
1559016292 return 0;
1559116293}
1559216294_ACEOF
1559315593-if ac_fn_c_try_link "$LINENO"; then :
1629516295+if ac_fn_c_try_link "$LINENO"
1629616296+then :
1559416297 eval $cacheid=yes
1559515595-else
1629816298+else $as_nop
1559616299 eval $cacheid=no
1559716300fi
1559815598-rm -f core conftest.err conftest.$ac_objext \
1630116301+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1559916302 conftest$ac_exeext conftest.$ac_ext
1560016303fi
1560116304···1560316306 CFLAGS="$xorg_testset_save_CFLAGS"
15604163071560516308 eval supported=\$$cacheid
1560615606- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1560715607-$as_echo "$supported" >&6; }
1630916309+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1631016310+printf "%s\n" "$supported" >&6; }
1560816311 if test "$supported" = "yes" ; then
1560916312 BASE_CFLAGS="$BASE_CFLAGS -Wnonnull"
1561016313 found="yes"
···15629163321563016333if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1563116334 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1563215632- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1563315633-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1563415634-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1563515635- $as_echo_n "(cached) " >&6
1563615636-else
1633516335+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1633616336+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1633716337+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1633816338+then :
1633916339+ printf %s "(cached) " >&6
1634016340+else $as_nop
1563716341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1563816342/* end confdefs.h. */
1563916343int i;
1564016344_ACEOF
1564115641-if ac_fn_c_try_compile "$LINENO"; then :
1634516345+if ac_fn_c_try_compile "$LINENO"
1634616346+then :
1564216347 xorg_cv_cc_flag_unknown_warning_option=yes
1564315643-else
1634816348+else $as_nop
1564416349 xorg_cv_cc_flag_unknown_warning_option=no
1564516350fi
1564615646-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1635116351+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1564716352fi
1564815648-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1564915649-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1635316353+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1635416354+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1565016355 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1565116356 CFLAGS="$xorg_testset_save_CFLAGS"
1565216357fi
···1565616361 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1565716362 fi
1565816363 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1565915659- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1566015660-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1566115661-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1566215662- $as_echo_n "(cached) " >&6
1566315663-else
1636416364+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1636516365+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1636616366+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1636716367+then :
1636816368+ printf %s "(cached) " >&6
1636916369+else $as_nop
1566416370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1566516371/* end confdefs.h. */
1566616372int i;
1566716373_ACEOF
1566815668-if ac_fn_c_try_compile "$LINENO"; then :
1637416374+if ac_fn_c_try_compile "$LINENO"
1637516375+then :
1566916376 xorg_cv_cc_flag_unused_command_line_argument=yes
1567015670-else
1637716377+else $as_nop
1567116378 xorg_cv_cc_flag_unused_command_line_argument=no
1567216379fi
1567315673-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1638016380+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1567416381fi
1567515675-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1567615676-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1638216382+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1638316383+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1567716384 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1567816385 CFLAGS="$xorg_testset_save_CFLAGS"
1567916386fi
···15691163981569216399 CFLAGS="$CFLAGS -Winit-self"
15693164001569415694- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
1569515695-$as_echo_n "checking if $CC supports -Winit-self... " >&6; }
1640116401+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
1640216402+printf %s "checking if $CC supports -Winit-self... " >&6; }
1569616403 cacheid=xorg_cv_cc_flag__Winit_self
1569715697- if eval \${$cacheid+:} false; then :
1569815698- $as_echo_n "(cached) " >&6
1569915699-else
1640416404+ if eval test \${$cacheid+y}
1640516405+then :
1640616406+ printf %s "(cached) " >&6
1640716407+else $as_nop
1570016408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1570116409/* end confdefs.h. */
1570216410int i;
1570316411int
1570415704-main ()
1641216412+main (void)
1570516413{
15706164141570716415 ;
1570816416 return 0;
1570916417}
1571016418_ACEOF
1571115711-if ac_fn_c_try_link "$LINENO"; then :
1641916419+if ac_fn_c_try_link "$LINENO"
1642016420+then :
1571216421 eval $cacheid=yes
1571315713-else
1642216422+else $as_nop
1571416423 eval $cacheid=no
1571516424fi
1571615716-rm -f core conftest.err conftest.$ac_objext \
1642516425+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1571716426 conftest$ac_exeext conftest.$ac_ext
1571816427fi
1571916428···1572116430 CFLAGS="$xorg_testset_save_CFLAGS"
15722164311572316432 eval supported=\$$cacheid
1572415724- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1572515725-$as_echo "$supported" >&6; }
1643316433+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1643416434+printf "%s\n" "$supported" >&6; }
1572616435 if test "$supported" = "yes" ; then
1572716436 BASE_CFLAGS="$BASE_CFLAGS -Winit-self"
1572816437 found="yes"
···15747164561574816457if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1574916458 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1575015750- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1575115751-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1575215752-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1575315753- $as_echo_n "(cached) " >&6
1575415754-else
1645916459+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1646016460+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1646116461+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1646216462+then :
1646316463+ printf %s "(cached) " >&6
1646416464+else $as_nop
1575516465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1575616466/* end confdefs.h. */
1575716467int i;
1575816468_ACEOF
1575915759-if ac_fn_c_try_compile "$LINENO"; then :
1646916469+if ac_fn_c_try_compile "$LINENO"
1647016470+then :
1576016471 xorg_cv_cc_flag_unknown_warning_option=yes
1576115761-else
1647216472+else $as_nop
1576216473 xorg_cv_cc_flag_unknown_warning_option=no
1576316474fi
1576415764-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1647516475+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1576516476fi
1576615766-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1576715767-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1647716477+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1647816478+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1576816479 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1576916480 CFLAGS="$xorg_testset_save_CFLAGS"
1577016481fi
···1577416485 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1577516486 fi
1577616487 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1577715777- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1577815778-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1577915779-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1578015780- $as_echo_n "(cached) " >&6
1578115781-else
1648816488+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1648916489+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1649016490+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1649116491+then :
1649216492+ printf %s "(cached) " >&6
1649316493+else $as_nop
1578216494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1578316495/* end confdefs.h. */
1578416496int i;
1578516497_ACEOF
1578615786-if ac_fn_c_try_compile "$LINENO"; then :
1649816498+if ac_fn_c_try_compile "$LINENO"
1649916499+then :
1578716500 xorg_cv_cc_flag_unused_command_line_argument=yes
1578815788-else
1650116501+else $as_nop
1578916502 xorg_cv_cc_flag_unused_command_line_argument=no
1579016503fi
1579115791-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1650416504+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1579216505fi
1579315793-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1579415794-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1650616506+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1650716507+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1579516508 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1579616509 CFLAGS="$xorg_testset_save_CFLAGS"
1579716510fi
···15809165221581016523 CFLAGS="$CFLAGS -Wmain"
15811165241581215812- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
1581315813-$as_echo_n "checking if $CC supports -Wmain... " >&6; }
1652516525+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
1652616526+printf %s "checking if $CC supports -Wmain... " >&6; }
1581416527 cacheid=xorg_cv_cc_flag__Wmain
1581515815- if eval \${$cacheid+:} false; then :
1581615816- $as_echo_n "(cached) " >&6
1581715817-else
1652816528+ if eval test \${$cacheid+y}
1652916529+then :
1653016530+ printf %s "(cached) " >&6
1653116531+else $as_nop
1581816532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1581916533/* end confdefs.h. */
1582016534int i;
1582116535int
1582215822-main ()
1653616536+main (void)
1582316537{
15824165381582516539 ;
1582616540 return 0;
1582716541}
1582816542_ACEOF
1582915829-if ac_fn_c_try_link "$LINENO"; then :
1654316543+if ac_fn_c_try_link "$LINENO"
1654416544+then :
1583016545 eval $cacheid=yes
1583115831-else
1654616546+else $as_nop
1583216547 eval $cacheid=no
1583316548fi
1583415834-rm -f core conftest.err conftest.$ac_objext \
1654916549+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1583516550 conftest$ac_exeext conftest.$ac_ext
1583616551fi
1583716552···1583916554 CFLAGS="$xorg_testset_save_CFLAGS"
15840165551584116556 eval supported=\$$cacheid
1584215842- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1584315843-$as_echo "$supported" >&6; }
1655716557+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1655816558+printf "%s\n" "$supported" >&6; }
1584416559 if test "$supported" = "yes" ; then
1584516560 BASE_CFLAGS="$BASE_CFLAGS -Wmain"
1584616561 found="yes"
···15865165801586616581if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1586716582 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1586815868- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1586915869-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1587015870-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1587115871- $as_echo_n "(cached) " >&6
1587215872-else
1658316583+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1658416584+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1658516585+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1658616586+then :
1658716587+ printf %s "(cached) " >&6
1658816588+else $as_nop
1587316589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1587416590/* end confdefs.h. */
1587516591int i;
1587616592_ACEOF
1587715877-if ac_fn_c_try_compile "$LINENO"; then :
1659316593+if ac_fn_c_try_compile "$LINENO"
1659416594+then :
1587816595 xorg_cv_cc_flag_unknown_warning_option=yes
1587915879-else
1659616596+else $as_nop
1588016597 xorg_cv_cc_flag_unknown_warning_option=no
1588116598fi
1588215882-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1659916599+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1588316600fi
1588415884-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1588515885-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1660116601+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1660216602+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1588616603 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1588716604 CFLAGS="$xorg_testset_save_CFLAGS"
1588816605fi
···1589216609 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1589316610 fi
1589416611 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1589515895- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1589615896-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1589715897-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1589815898- $as_echo_n "(cached) " >&6
1589915899-else
1661216612+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1661316613+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1661416614+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1661516615+then :
1661616616+ printf %s "(cached) " >&6
1661716617+else $as_nop
1590016618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1590116619/* end confdefs.h. */
1590216620int i;
1590316621_ACEOF
1590415904-if ac_fn_c_try_compile "$LINENO"; then :
1662216622+if ac_fn_c_try_compile "$LINENO"
1662316623+then :
1590516624 xorg_cv_cc_flag_unused_command_line_argument=yes
1590615906-else
1662516625+else $as_nop
1590716626 xorg_cv_cc_flag_unused_command_line_argument=no
1590816627fi
1590915909-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1662816628+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1591016629fi
1591115911-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1591215912-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1663016630+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1663116631+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1591316632 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1591416633 CFLAGS="$xorg_testset_save_CFLAGS"
1591516634fi
···15927166461592816647 CFLAGS="$CFLAGS -Wmissing-braces"
15929166481593015930- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
1593115931-$as_echo_n "checking if $CC supports -Wmissing-braces... " >&6; }
1664916649+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
1665016650+printf %s "checking if $CC supports -Wmissing-braces... " >&6; }
1593216651 cacheid=xorg_cv_cc_flag__Wmissing_braces
1593315933- if eval \${$cacheid+:} false; then :
1593415934- $as_echo_n "(cached) " >&6
1593515935-else
1665216652+ if eval test \${$cacheid+y}
1665316653+then :
1665416654+ printf %s "(cached) " >&6
1665516655+else $as_nop
1593616656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1593716657/* end confdefs.h. */
1593816658int i;
1593916659int
1594015940-main ()
1666016660+main (void)
1594116661{
15942166621594316663 ;
1594416664 return 0;
1594516665}
1594616666_ACEOF
1594715947-if ac_fn_c_try_link "$LINENO"; then :
1666716667+if ac_fn_c_try_link "$LINENO"
1666816668+then :
1594816669 eval $cacheid=yes
1594915949-else
1667016670+else $as_nop
1595016671 eval $cacheid=no
1595116672fi
1595215952-rm -f core conftest.err conftest.$ac_objext \
1667316673+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1595316674 conftest$ac_exeext conftest.$ac_ext
1595416675fi
1595516676···1595716678 CFLAGS="$xorg_testset_save_CFLAGS"
15958166791595916680 eval supported=\$$cacheid
1596015960- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1596115961-$as_echo "$supported" >&6; }
1668116681+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1668216682+printf "%s\n" "$supported" >&6; }
1596216683 if test "$supported" = "yes" ; then
1596316684 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-braces"
1596416685 found="yes"
···15983167041598416705if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1598516706 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1598615986- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1598715987-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1598815988-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1598915989- $as_echo_n "(cached) " >&6
1599015990-else
1670716707+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1670816708+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1670916709+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1671016710+then :
1671116711+ printf %s "(cached) " >&6
1671216712+else $as_nop
1599116713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1599216714/* end confdefs.h. */
1599316715int i;
1599416716_ACEOF
1599515995-if ac_fn_c_try_compile "$LINENO"; then :
1671716717+if ac_fn_c_try_compile "$LINENO"
1671816718+then :
1599616719 xorg_cv_cc_flag_unknown_warning_option=yes
1599715997-else
1672016720+else $as_nop
1599816721 xorg_cv_cc_flag_unknown_warning_option=no
1599916722fi
1600016000-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1672316723+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1600116724fi
1600216002-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1600316003-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1672516725+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1672616726+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1600416727 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1600516728 CFLAGS="$xorg_testset_save_CFLAGS"
1600616729fi
···1601016733 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1601116734 fi
1601216735 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1601316013- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1601416014-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1601516015-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1601616016- $as_echo_n "(cached) " >&6
1601716017-else
1673616736+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1673716737+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1673816738+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1673916739+then :
1674016740+ printf %s "(cached) " >&6
1674116741+else $as_nop
1601816742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1601916743/* end confdefs.h. */
1602016744int i;
1602116745_ACEOF
1602216022-if ac_fn_c_try_compile "$LINENO"; then :
1674616746+if ac_fn_c_try_compile "$LINENO"
1674716747+then :
1602316748 xorg_cv_cc_flag_unused_command_line_argument=yes
1602416024-else
1674916749+else $as_nop
1602516750 xorg_cv_cc_flag_unused_command_line_argument=no
1602616751fi
1602716027-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1675216752+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1602816753fi
1602916029-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1603016030-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1675416754+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1675516755+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1603116756 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1603216757 CFLAGS="$xorg_testset_save_CFLAGS"
1603316758fi
···16045167701604616771 CFLAGS="$CFLAGS -Wsequence-point"
16047167721604816048- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
1604916049-$as_echo_n "checking if $CC supports -Wsequence-point... " >&6; }
1677316773+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
1677416774+printf %s "checking if $CC supports -Wsequence-point... " >&6; }
1605016775 cacheid=xorg_cv_cc_flag__Wsequence_point
1605116051- if eval \${$cacheid+:} false; then :
1605216052- $as_echo_n "(cached) " >&6
1605316053-else
1677616776+ if eval test \${$cacheid+y}
1677716777+then :
1677816778+ printf %s "(cached) " >&6
1677916779+else $as_nop
1605416780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1605516781/* end confdefs.h. */
1605616782int i;
1605716783int
1605816058-main ()
1678416784+main (void)
1605916785{
16060167861606116787 ;
1606216788 return 0;
1606316789}
1606416790_ACEOF
1606516065-if ac_fn_c_try_link "$LINENO"; then :
1679116791+if ac_fn_c_try_link "$LINENO"
1679216792+then :
1606616793 eval $cacheid=yes
1606716067-else
1679416794+else $as_nop
1606816795 eval $cacheid=no
1606916796fi
1607016070-rm -f core conftest.err conftest.$ac_objext \
1679716797+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1607116798 conftest$ac_exeext conftest.$ac_ext
1607216799fi
1607316800···1607516802 CFLAGS="$xorg_testset_save_CFLAGS"
16076168031607716804 eval supported=\$$cacheid
1607816078- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1607916079-$as_echo "$supported" >&6; }
1680516805+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1680616806+printf "%s\n" "$supported" >&6; }
1608016807 if test "$supported" = "yes" ; then
1608116808 BASE_CFLAGS="$BASE_CFLAGS -Wsequence-point"
1608216809 found="yes"
···16101168281610216829if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1610316830 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1610416104- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1610516105-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1610616106-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1610716107- $as_echo_n "(cached) " >&6
1610816108-else
1683116831+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1683216832+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1683316833+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1683416834+then :
1683516835+ printf %s "(cached) " >&6
1683616836+else $as_nop
1610916837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1611016838/* end confdefs.h. */
1611116839int i;
1611216840_ACEOF
1611316113-if ac_fn_c_try_compile "$LINENO"; then :
1684116841+if ac_fn_c_try_compile "$LINENO"
1684216842+then :
1611416843 xorg_cv_cc_flag_unknown_warning_option=yes
1611516115-else
1684416844+else $as_nop
1611616845 xorg_cv_cc_flag_unknown_warning_option=no
1611716846fi
1611816118-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1684716847+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1611916848fi
1612016120-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1612116121-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1684916849+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1685016850+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1612216851 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1612316852 CFLAGS="$xorg_testset_save_CFLAGS"
1612416853fi
···1612816857 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1612916858 fi
1613016859 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1613116131- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1613216132-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1613316133-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1613416134- $as_echo_n "(cached) " >&6
1613516135-else
1686016860+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1686116861+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1686216862+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1686316863+then :
1686416864+ printf %s "(cached) " >&6
1686516865+else $as_nop
1613616866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1613716867/* end confdefs.h. */
1613816868int i;
1613916869_ACEOF
1614016140-if ac_fn_c_try_compile "$LINENO"; then :
1687016870+if ac_fn_c_try_compile "$LINENO"
1687116871+then :
1614116872 xorg_cv_cc_flag_unused_command_line_argument=yes
1614216142-else
1687316873+else $as_nop
1614316874 xorg_cv_cc_flag_unused_command_line_argument=no
1614416875fi
1614516145-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1687616876+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1614616877fi
1614716147-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1614816148-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1687816878+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1687916879+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1614916880 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1615016881 CFLAGS="$xorg_testset_save_CFLAGS"
1615116882fi
···16163168941616416895 CFLAGS="$CFLAGS -Wreturn-type"
16165168961616616166- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
1616716167-$as_echo_n "checking if $CC supports -Wreturn-type... " >&6; }
1689716897+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
1689816898+printf %s "checking if $CC supports -Wreturn-type... " >&6; }
1616816899 cacheid=xorg_cv_cc_flag__Wreturn_type
1616916169- if eval \${$cacheid+:} false; then :
1617016170- $as_echo_n "(cached) " >&6
1617116171-else
1690016900+ if eval test \${$cacheid+y}
1690116901+then :
1690216902+ printf %s "(cached) " >&6
1690316903+else $as_nop
1617216904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1617316905/* end confdefs.h. */
1617416906int i;
1617516907int
1617616176-main ()
1690816908+main (void)
1617716909{
16178169101617916911 ;
1618016912 return 0;
1618116913}
1618216914_ACEOF
1618316183-if ac_fn_c_try_link "$LINENO"; then :
1691516915+if ac_fn_c_try_link "$LINENO"
1691616916+then :
1618416917 eval $cacheid=yes
1618516185-else
1691816918+else $as_nop
1618616919 eval $cacheid=no
1618716920fi
1618816188-rm -f core conftest.err conftest.$ac_objext \
1692116921+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1618916922 conftest$ac_exeext conftest.$ac_ext
1619016923fi
1619116924···1619316926 CFLAGS="$xorg_testset_save_CFLAGS"
16194169271619516928 eval supported=\$$cacheid
1619616196- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1619716197-$as_echo "$supported" >&6; }
1692916929+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1693016930+printf "%s\n" "$supported" >&6; }
1619816931 if test "$supported" = "yes" ; then
1619916932 BASE_CFLAGS="$BASE_CFLAGS -Wreturn-type"
1620016933 found="yes"
···16219169521622016953if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1622116954 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1622216222- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1622316223-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1622416224-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1622516225- $as_echo_n "(cached) " >&6
1622616226-else
1695516955+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1695616956+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1695716957+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1695816958+then :
1695916959+ printf %s "(cached) " >&6
1696016960+else $as_nop
1622716961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1622816962/* end confdefs.h. */
1622916963int i;
1623016964_ACEOF
1623116231-if ac_fn_c_try_compile "$LINENO"; then :
1696516965+if ac_fn_c_try_compile "$LINENO"
1696616966+then :
1623216967 xorg_cv_cc_flag_unknown_warning_option=yes
1623316233-else
1696816968+else $as_nop
1623416969 xorg_cv_cc_flag_unknown_warning_option=no
1623516970fi
1623616236-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1697116971+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1623716972fi
1623816238-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1623916239-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1697316973+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1697416974+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1624016975 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1624116976 CFLAGS="$xorg_testset_save_CFLAGS"
1624216977fi
···1624616981 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1624716982 fi
1624816983 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1624916249- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1625016250-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1625116251-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1625216252- $as_echo_n "(cached) " >&6
1625316253-else
1698416984+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1698516985+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1698616986+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1698716987+then :
1698816988+ printf %s "(cached) " >&6
1698916989+else $as_nop
1625416990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1625516991/* end confdefs.h. */
1625616992int i;
1625716993_ACEOF
1625816258-if ac_fn_c_try_compile "$LINENO"; then :
1699416994+if ac_fn_c_try_compile "$LINENO"
1699516995+then :
1625916996 xorg_cv_cc_flag_unused_command_line_argument=yes
1626016260-else
1699716997+else $as_nop
1626116998 xorg_cv_cc_flag_unused_command_line_argument=no
1626216999fi
1626316263-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1700017000+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1626417001fi
1626516265-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1626616266-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1700217002+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1700317003+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1626717004 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1626817005 CFLAGS="$xorg_testset_save_CFLAGS"
1626917006fi
···16281170181628217019 CFLAGS="$CFLAGS -Wtrigraphs"
16283170201628416284- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
1628516285-$as_echo_n "checking if $CC supports -Wtrigraphs... " >&6; }
1702117021+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
1702217022+printf %s "checking if $CC supports -Wtrigraphs... " >&6; }
1628617023 cacheid=xorg_cv_cc_flag__Wtrigraphs
1628716287- if eval \${$cacheid+:} false; then :
1628816288- $as_echo_n "(cached) " >&6
1628916289-else
1702417024+ if eval test \${$cacheid+y}
1702517025+then :
1702617026+ printf %s "(cached) " >&6
1702717027+else $as_nop
1629017028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1629117029/* end confdefs.h. */
1629217030int i;
1629317031int
1629416294-main ()
1703217032+main (void)
1629517033{
16296170341629717035 ;
1629817036 return 0;
1629917037}
1630017038_ACEOF
1630116301-if ac_fn_c_try_link "$LINENO"; then :
1703917039+if ac_fn_c_try_link "$LINENO"
1704017040+then :
1630217041 eval $cacheid=yes
1630316303-else
1704217042+else $as_nop
1630417043 eval $cacheid=no
1630517044fi
1630616306-rm -f core conftest.err conftest.$ac_objext \
1704517045+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1630717046 conftest$ac_exeext conftest.$ac_ext
1630817047fi
1630917048···1631117050 CFLAGS="$xorg_testset_save_CFLAGS"
16312170511631317052 eval supported=\$$cacheid
1631416314- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1631516315-$as_echo "$supported" >&6; }
1705317053+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1705417054+printf "%s\n" "$supported" >&6; }
1631617055 if test "$supported" = "yes" ; then
1631717056 BASE_CFLAGS="$BASE_CFLAGS -Wtrigraphs"
1631817057 found="yes"
···16337170761633817077if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1633917078 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1634016340- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1634116341-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1634216342-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1634316343- $as_echo_n "(cached) " >&6
1634416344-else
1707917079+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1708017080+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1708117081+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1708217082+then :
1708317083+ printf %s "(cached) " >&6
1708417084+else $as_nop
1634517085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1634617086/* end confdefs.h. */
1634717087int i;
1634817088_ACEOF
1634916349-if ac_fn_c_try_compile "$LINENO"; then :
1708917089+if ac_fn_c_try_compile "$LINENO"
1709017090+then :
1635017091 xorg_cv_cc_flag_unknown_warning_option=yes
1635116351-else
1709217092+else $as_nop
1635217093 xorg_cv_cc_flag_unknown_warning_option=no
1635317094fi
1635416354-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1709517095+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1635517096fi
1635616356-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1635716357-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1709717097+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1709817098+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1635817099 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1635917100 CFLAGS="$xorg_testset_save_CFLAGS"
1636017101fi
···1636417105 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1636517106 fi
1636617107 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1636716367- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1636816368-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1636916369-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1637016370- $as_echo_n "(cached) " >&6
1637116371-else
1710817108+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1710917109+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1711017110+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1711117111+then :
1711217112+ printf %s "(cached) " >&6
1711317113+else $as_nop
1637217114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1637317115/* end confdefs.h. */
1637417116int i;
1637517117_ACEOF
1637616376-if ac_fn_c_try_compile "$LINENO"; then :
1711817118+if ac_fn_c_try_compile "$LINENO"
1711917119+then :
1637717120 xorg_cv_cc_flag_unused_command_line_argument=yes
1637816378-else
1712117121+else $as_nop
1637917122 xorg_cv_cc_flag_unused_command_line_argument=no
1638017123fi
1638116381-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1712417124+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1638217125fi
1638316383-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1638416384-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1712617126+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1712717127+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1638517128 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1638617129 CFLAGS="$xorg_testset_save_CFLAGS"
1638717130fi
···16399171421640017143 CFLAGS="$CFLAGS -Warray-bounds"
16401171441640216402- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
1640316403-$as_echo_n "checking if $CC supports -Warray-bounds... " >&6; }
1714517145+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
1714617146+printf %s "checking if $CC supports -Warray-bounds... " >&6; }
1640417147 cacheid=xorg_cv_cc_flag__Warray_bounds
1640516405- if eval \${$cacheid+:} false; then :
1640616406- $as_echo_n "(cached) " >&6
1640716407-else
1714817148+ if eval test \${$cacheid+y}
1714917149+then :
1715017150+ printf %s "(cached) " >&6
1715117151+else $as_nop
1640817152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1640917153/* end confdefs.h. */
1641017154int i;
1641117155int
1641216412-main ()
1715617156+main (void)
1641317157{
16414171581641517159 ;
1641617160 return 0;
1641717161}
1641817162_ACEOF
1641916419-if ac_fn_c_try_link "$LINENO"; then :
1716317163+if ac_fn_c_try_link "$LINENO"
1716417164+then :
1642017165 eval $cacheid=yes
1642116421-else
1716617166+else $as_nop
1642217167 eval $cacheid=no
1642317168fi
1642416424-rm -f core conftest.err conftest.$ac_objext \
1716917169+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1642517170 conftest$ac_exeext conftest.$ac_ext
1642617171fi
1642717172···1642917174 CFLAGS="$xorg_testset_save_CFLAGS"
16430171751643117176 eval supported=\$$cacheid
1643216432- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1643316433-$as_echo "$supported" >&6; }
1717717177+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1717817178+printf "%s\n" "$supported" >&6; }
1643417179 if test "$supported" = "yes" ; then
1643517180 BASE_CFLAGS="$BASE_CFLAGS -Warray-bounds"
1643617181 found="yes"
···16455172001645617201if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1645717202 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1645816458- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1645916459-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1646016460-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1646116461- $as_echo_n "(cached) " >&6
1646216462-else
1720317203+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1720417204+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1720517205+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1720617206+then :
1720717207+ printf %s "(cached) " >&6
1720817208+else $as_nop
1646317209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1646417210/* end confdefs.h. */
1646517211int i;
1646617212_ACEOF
1646716467-if ac_fn_c_try_compile "$LINENO"; then :
1721317213+if ac_fn_c_try_compile "$LINENO"
1721417214+then :
1646817215 xorg_cv_cc_flag_unknown_warning_option=yes
1646916469-else
1721617216+else $as_nop
1647017217 xorg_cv_cc_flag_unknown_warning_option=no
1647117218fi
1647216472-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1721917219+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1647317220fi
1647416474-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1647516475-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1722117221+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1722217222+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1647617223 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1647717224 CFLAGS="$xorg_testset_save_CFLAGS"
1647817225fi
···1648217229 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1648317230 fi
1648417231 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1648516485- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1648616486-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1648716487-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1648816488- $as_echo_n "(cached) " >&6
1648916489-else
1723217232+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1723317233+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1723417234+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1723517235+then :
1723617236+ printf %s "(cached) " >&6
1723717237+else $as_nop
1649017238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1649117239/* end confdefs.h. */
1649217240int i;
1649317241_ACEOF
1649416494-if ac_fn_c_try_compile "$LINENO"; then :
1724217242+if ac_fn_c_try_compile "$LINENO"
1724317243+then :
1649517244 xorg_cv_cc_flag_unused_command_line_argument=yes
1649616496-else
1724517245+else $as_nop
1649717246 xorg_cv_cc_flag_unused_command_line_argument=no
1649817247fi
1649916499-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1724817248+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1650017249fi
1650116501-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1650216502-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1725017250+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1725117251+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1650317252 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1650417253 CFLAGS="$xorg_testset_save_CFLAGS"
1650517254fi
···16517172661651817267 CFLAGS="$CFLAGS -Wwrite-strings"
16519172681652016520- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
1652116521-$as_echo_n "checking if $CC supports -Wwrite-strings... " >&6; }
1726917269+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
1727017270+printf %s "checking if $CC supports -Wwrite-strings... " >&6; }
1652217271 cacheid=xorg_cv_cc_flag__Wwrite_strings
1652316523- if eval \${$cacheid+:} false; then :
1652416524- $as_echo_n "(cached) " >&6
1652516525-else
1727217272+ if eval test \${$cacheid+y}
1727317273+then :
1727417274+ printf %s "(cached) " >&6
1727517275+else $as_nop
1652617276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1652717277/* end confdefs.h. */
1652817278int i;
1652917279int
1653016530-main ()
1728017280+main (void)
1653117281{
16532172821653317283 ;
1653417284 return 0;
1653517285}
1653617286_ACEOF
1653716537-if ac_fn_c_try_link "$LINENO"; then :
1728717287+if ac_fn_c_try_link "$LINENO"
1728817288+then :
1653817289 eval $cacheid=yes
1653916539-else
1729017290+else $as_nop
1654017291 eval $cacheid=no
1654117292fi
1654216542-rm -f core conftest.err conftest.$ac_objext \
1729317293+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1654317294 conftest$ac_exeext conftest.$ac_ext
1654417295fi
1654517296···1654717298 CFLAGS="$xorg_testset_save_CFLAGS"
16548172991654917300 eval supported=\$$cacheid
1655016550- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1655116551-$as_echo "$supported" >&6; }
1730117301+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1730217302+printf "%s\n" "$supported" >&6; }
1655217303 if test "$supported" = "yes" ; then
1655317304 BASE_CFLAGS="$BASE_CFLAGS -Wwrite-strings"
1655417305 found="yes"
···16573173241657417325if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1657517326 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1657616576- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1657716577-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1657816578-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1657916579- $as_echo_n "(cached) " >&6
1658016580-else
1732717327+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1732817328+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1732917329+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1733017330+then :
1733117331+ printf %s "(cached) " >&6
1733217332+else $as_nop
1658117333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1658217334/* end confdefs.h. */
1658317335int i;
1658417336_ACEOF
1658516585-if ac_fn_c_try_compile "$LINENO"; then :
1733717337+if ac_fn_c_try_compile "$LINENO"
1733817338+then :
1658617339 xorg_cv_cc_flag_unknown_warning_option=yes
1658716587-else
1734017340+else $as_nop
1658817341 xorg_cv_cc_flag_unknown_warning_option=no
1658917342fi
1659016590-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1734317343+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1659117344fi
1659216592-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1659316593-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1734517345+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1734617346+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1659417347 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1659517348 CFLAGS="$xorg_testset_save_CFLAGS"
1659617349fi
···1660017353 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1660117354 fi
1660217355 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1660316603- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1660416604-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1660516605-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1660616606- $as_echo_n "(cached) " >&6
1660716607-else
1735617356+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1735717357+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1735817358+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1735917359+then :
1736017360+ printf %s "(cached) " >&6
1736117361+else $as_nop
1660817362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1660917363/* end confdefs.h. */
1661017364int i;
1661117365_ACEOF
1661216612-if ac_fn_c_try_compile "$LINENO"; then :
1736617366+if ac_fn_c_try_compile "$LINENO"
1736717367+then :
1661317368 xorg_cv_cc_flag_unused_command_line_argument=yes
1661416614-else
1736917369+else $as_nop
1661517370 xorg_cv_cc_flag_unused_command_line_argument=no
1661617371fi
1661716617-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1737217372+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1661817373fi
1661916619-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1662016620-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1737417374+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1737517375+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1662117376 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1662217377 CFLAGS="$xorg_testset_save_CFLAGS"
1662317378fi
···16635173901663617391 CFLAGS="$CFLAGS -Waddress"
16637173921663816638- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
1663916639-$as_echo_n "checking if $CC supports -Waddress... " >&6; }
1739317393+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
1739417394+printf %s "checking if $CC supports -Waddress... " >&6; }
1664017395 cacheid=xorg_cv_cc_flag__Waddress
1664116641- if eval \${$cacheid+:} false; then :
1664216642- $as_echo_n "(cached) " >&6
1664316643-else
1739617396+ if eval test \${$cacheid+y}
1739717397+then :
1739817398+ printf %s "(cached) " >&6
1739917399+else $as_nop
1664417400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1664517401/* end confdefs.h. */
1664617402int i;
1664717403int
1664816648-main ()
1740417404+main (void)
1664917405{
16650174061665117407 ;
1665217408 return 0;
1665317409}
1665417410_ACEOF
1665516655-if ac_fn_c_try_link "$LINENO"; then :
1741117411+if ac_fn_c_try_link "$LINENO"
1741217412+then :
1665617413 eval $cacheid=yes
1665716657-else
1741417414+else $as_nop
1665817415 eval $cacheid=no
1665917416fi
1666016660-rm -f core conftest.err conftest.$ac_objext \
1741717417+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1666117418 conftest$ac_exeext conftest.$ac_ext
1666217419fi
1666317420···1666517422 CFLAGS="$xorg_testset_save_CFLAGS"
16666174231666717424 eval supported=\$$cacheid
1666816668- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1666916669-$as_echo "$supported" >&6; }
1742517425+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1742617426+printf "%s\n" "$supported" >&6; }
1667017427 if test "$supported" = "yes" ; then
1667117428 BASE_CFLAGS="$BASE_CFLAGS -Waddress"
1667217429 found="yes"
···16691174481669217449if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1669317450 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1669416694- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1669516695-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1669616696-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1669716697- $as_echo_n "(cached) " >&6
1669816698-else
1745117451+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1745217452+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1745317453+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1745417454+then :
1745517455+ printf %s "(cached) " >&6
1745617456+else $as_nop
1669917457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1670017458/* end confdefs.h. */
1670117459int i;
1670217460_ACEOF
1670316703-if ac_fn_c_try_compile "$LINENO"; then :
1746117461+if ac_fn_c_try_compile "$LINENO"
1746217462+then :
1670417463 xorg_cv_cc_flag_unknown_warning_option=yes
1670516705-else
1746417464+else $as_nop
1670617465 xorg_cv_cc_flag_unknown_warning_option=no
1670717466fi
1670816708-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1746717467+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1670917468fi
1671016710-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1671116711-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1746917469+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1747017470+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1671217471 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1671317472 CFLAGS="$xorg_testset_save_CFLAGS"
1671417473fi
···1671817477 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1671917478 fi
1672017479 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1672116721- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1672216722-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1672316723-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1672416724- $as_echo_n "(cached) " >&6
1672516725-else
1748017480+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1748117481+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1748217482+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1748317483+then :
1748417484+ printf %s "(cached) " >&6
1748517485+else $as_nop
1672617486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1672717487/* end confdefs.h. */
1672817488int i;
1672917489_ACEOF
1673016730-if ac_fn_c_try_compile "$LINENO"; then :
1749017490+if ac_fn_c_try_compile "$LINENO"
1749117491+then :
1673117492 xorg_cv_cc_flag_unused_command_line_argument=yes
1673216732-else
1749317493+else $as_nop
1673317494 xorg_cv_cc_flag_unused_command_line_argument=no
1673417495fi
1673516735-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1749617496+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1673617497fi
1673716737-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1673816738-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1749817498+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1749917499+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1673917500 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1674017501 CFLAGS="$xorg_testset_save_CFLAGS"
1674117502fi
···16753175141675417515 CFLAGS="$CFLAGS -Wint-to-pointer-cast"
16755175161675616756- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
1675716757-$as_echo_n "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
1751717517+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
1751817518+printf %s "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
1675817519 cacheid=xorg_cv_cc_flag__Wint_to_pointer_cast
1675916759- if eval \${$cacheid+:} false; then :
1676016760- $as_echo_n "(cached) " >&6
1676116761-else
1752017520+ if eval test \${$cacheid+y}
1752117521+then :
1752217522+ printf %s "(cached) " >&6
1752317523+else $as_nop
1676217524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1676317525/* end confdefs.h. */
1676417526int i;
1676517527int
1676616766-main ()
1752817528+main (void)
1676717529{
16768175301676917531 ;
1677017532 return 0;
1677117533}
1677217534_ACEOF
1677316773-if ac_fn_c_try_link "$LINENO"; then :
1753517535+if ac_fn_c_try_link "$LINENO"
1753617536+then :
1677417537 eval $cacheid=yes
1677516775-else
1753817538+else $as_nop
1677617539 eval $cacheid=no
1677717540fi
1677816778-rm -f core conftest.err conftest.$ac_objext \
1754117541+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1677917542 conftest$ac_exeext conftest.$ac_ext
1678017543fi
1678117544···1678317546 CFLAGS="$xorg_testset_save_CFLAGS"
16784175471678517548 eval supported=\$$cacheid
1678616786- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1678716787-$as_echo "$supported" >&6; }
1754917549+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1755017550+printf "%s\n" "$supported" >&6; }
1678817551 if test "$supported" = "yes" ; then
1678917552 BASE_CFLAGS="$BASE_CFLAGS -Wint-to-pointer-cast"
1679017553 found="yes"
···16809175721681017573if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1681117574 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1681216812- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1681316813-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1681416814-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1681516815- $as_echo_n "(cached) " >&6
1681616816-else
1757517575+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1757617576+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1757717577+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1757817578+then :
1757917579+ printf %s "(cached) " >&6
1758017580+else $as_nop
1681717581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1681817582/* end confdefs.h. */
1681917583int i;
1682017584_ACEOF
1682116821-if ac_fn_c_try_compile "$LINENO"; then :
1758517585+if ac_fn_c_try_compile "$LINENO"
1758617586+then :
1682217587 xorg_cv_cc_flag_unknown_warning_option=yes
1682316823-else
1758817588+else $as_nop
1682417589 xorg_cv_cc_flag_unknown_warning_option=no
1682517590fi
1682616826-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1759117591+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1682717592fi
1682816828-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1682916829-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1759317593+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1759417594+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1683017595 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1683117596 CFLAGS="$xorg_testset_save_CFLAGS"
1683217597fi
···1683617601 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1683717602 fi
1683817603 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1683916839- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1684016840-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1684116841-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1684216842- $as_echo_n "(cached) " >&6
1684316843-else
1760417604+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1760517605+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1760617606+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1760717607+then :
1760817608+ printf %s "(cached) " >&6
1760917609+else $as_nop
1684417610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1684517611/* end confdefs.h. */
1684617612int i;
1684717613_ACEOF
1684816848-if ac_fn_c_try_compile "$LINENO"; then :
1761417614+if ac_fn_c_try_compile "$LINENO"
1761517615+then :
1684917616 xorg_cv_cc_flag_unused_command_line_argument=yes
1685016850-else
1761717617+else $as_nop
1685117618 xorg_cv_cc_flag_unused_command_line_argument=no
1685217619fi
1685316853-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1762017620+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1685417621fi
1685516855-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1685616856-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1762217622+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1762317623+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1685717624 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1685817625 CFLAGS="$xorg_testset_save_CFLAGS"
1685917626fi
···16871176381687217639 CFLAGS="$CFLAGS -Wpointer-to-int-cast"
16873176401687416874- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
1687516875-$as_echo_n "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
1764117641+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
1764217642+printf %s "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
1687617643 cacheid=xorg_cv_cc_flag__Wpointer_to_int_cast
1687716877- if eval \${$cacheid+:} false; then :
1687816878- $as_echo_n "(cached) " >&6
1687916879-else
1764417644+ if eval test \${$cacheid+y}
1764517645+then :
1764617646+ printf %s "(cached) " >&6
1764717647+else $as_nop
1688017648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1688117649/* end confdefs.h. */
1688217650int i;
1688317651int
1688416884-main ()
1765217652+main (void)
1688517653{
16886176541688717655 ;
1688817656 return 0;
1688917657}
1689017658_ACEOF
1689116891-if ac_fn_c_try_link "$LINENO"; then :
1765917659+if ac_fn_c_try_link "$LINENO"
1766017660+then :
1689217661 eval $cacheid=yes
1689316893-else
1766217662+else $as_nop
1689417663 eval $cacheid=no
1689517664fi
1689616896-rm -f core conftest.err conftest.$ac_objext \
1766517665+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1689717666 conftest$ac_exeext conftest.$ac_ext
1689817667fi
1689917668···1690117670 CFLAGS="$xorg_testset_save_CFLAGS"
16902176711690317672 eval supported=\$$cacheid
1690416904- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1690516905-$as_echo "$supported" >&6; }
1767317673+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1767417674+printf "%s\n" "$supported" >&6; }
1690617675 if test "$supported" = "yes" ; then
1690717676 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-to-int-cast"
1690817677 found="yes"
···169311770016932177011693317702# Check whether --enable-strict-compilation was given.
1693416934-if test "${enable_strict_compilation+set}" = set; then :
1770317703+if test ${enable_strict_compilation+y}
1770417704+then :
1693517705 enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
1693616936-else
1770617706+else $as_nop
1693717707 STRICT_COMPILE=no
1693817708fi
1693917709···16960177301696117731if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1696217732 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1696316963- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1696416964-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1696516965-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1696616966- $as_echo_n "(cached) " >&6
1696716967-else
1773317733+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1773417734+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1773517735+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1773617736+then :
1773717737+ printf %s "(cached) " >&6
1773817738+else $as_nop
1696817739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1696917740/* end confdefs.h. */
1697017741int i;
1697117742_ACEOF
1697216972-if ac_fn_c_try_compile "$LINENO"; then :
1774317743+if ac_fn_c_try_compile "$LINENO"
1774417744+then :
1697317745 xorg_cv_cc_flag_unknown_warning_option=yes
1697416974-else
1774617746+else $as_nop
1697517747 xorg_cv_cc_flag_unknown_warning_option=no
1697617748fi
1697716977-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1774917749+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1697817750fi
1697916979-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1698016980-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1775117751+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1775217752+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1698117753 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1698217754 CFLAGS="$xorg_testset_save_CFLAGS"
1698317755fi
···1698717759 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1698817760 fi
1698917761 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1699016990- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1699116991-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1699216992-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1699316993- $as_echo_n "(cached) " >&6
1699416994-else
1776217762+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1776317763+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1776417764+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1776517765+then :
1776617766+ printf %s "(cached) " >&6
1776717767+else $as_nop
1699517768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1699617769/* end confdefs.h. */
1699717770int i;
1699817771_ACEOF
1699916999-if ac_fn_c_try_compile "$LINENO"; then :
1777217772+if ac_fn_c_try_compile "$LINENO"
1777317773+then :
1700017774 xorg_cv_cc_flag_unused_command_line_argument=yes
1700117001-else
1777517775+else $as_nop
1700217776 xorg_cv_cc_flag_unused_command_line_argument=no
1700317777fi
1700417004-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1777817778+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1700517779fi
1700617006-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1700717007-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1778017780+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1778117781+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1700817782 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1700917783 CFLAGS="$xorg_testset_save_CFLAGS"
1701017784fi
···17022177961702317797 CFLAGS="$CFLAGS -pedantic"
17024177981702517025- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
1702617026-$as_echo_n "checking if $CC supports -pedantic... " >&6; }
1779917799+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
1780017800+printf %s "checking if $CC supports -pedantic... " >&6; }
1702717801 cacheid=xorg_cv_cc_flag__pedantic
1702817028- if eval \${$cacheid+:} false; then :
1702917029- $as_echo_n "(cached) " >&6
1703017030-else
1780217802+ if eval test \${$cacheid+y}
1780317803+then :
1780417804+ printf %s "(cached) " >&6
1780517805+else $as_nop
1703117806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1703217807/* end confdefs.h. */
1703317808int i;
1703417809int
1703517035-main ()
1781017810+main (void)
1703617811{
17037178121703817813 ;
1703917814 return 0;
1704017815}
1704117816_ACEOF
1704217042-if ac_fn_c_try_link "$LINENO"; then :
1781717817+if ac_fn_c_try_link "$LINENO"
1781817818+then :
1704317819 eval $cacheid=yes
1704417044-else
1782017820+else $as_nop
1704517821 eval $cacheid=no
1704617822fi
1704717047-rm -f core conftest.err conftest.$ac_objext \
1782317823+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1704817824 conftest$ac_exeext conftest.$ac_ext
1704917825fi
1705017826···1705217828 CFLAGS="$xorg_testset_save_CFLAGS"
17053178291705417830 eval supported=\$$cacheid
1705517055- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1705617056-$as_echo "$supported" >&6; }
1783117831+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1783217832+printf "%s\n" "$supported" >&6; }
1705717833 if test "$supported" = "yes" ; then
1705817834 STRICT_CFLAGS="$STRICT_CFLAGS -pedantic"
1705917835 found="yes"
···17078178541707917855if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1708017856 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1708117081- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1708217082-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1708317083-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1708417084- $as_echo_n "(cached) " >&6
1708517085-else
1785717857+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1785817858+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1785917859+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1786017860+then :
1786117861+ printf %s "(cached) " >&6
1786217862+else $as_nop
1708617863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1708717864/* end confdefs.h. */
1708817865int i;
1708917866_ACEOF
1709017090-if ac_fn_c_try_compile "$LINENO"; then :
1786717867+if ac_fn_c_try_compile "$LINENO"
1786817868+then :
1709117869 xorg_cv_cc_flag_unknown_warning_option=yes
1709217092-else
1787017870+else $as_nop
1709317871 xorg_cv_cc_flag_unknown_warning_option=no
1709417872fi
1709517095-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1787317873+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1709617874fi
1709717097-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1709817098-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1787517875+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1787617876+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1709917877 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1710017878 CFLAGS="$xorg_testset_save_CFLAGS"
1710117879fi
···1710517883 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1710617884 fi
1710717885 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1710817108- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1710917109-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1711017110-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1711117111- $as_echo_n "(cached) " >&6
1711217112-else
1788617886+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1788717887+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1788817888+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1788917889+then :
1789017890+ printf %s "(cached) " >&6
1789117891+else $as_nop
1711317892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1711417893/* end confdefs.h. */
1711517894int i;
1711617895_ACEOF
1711717117-if ac_fn_c_try_compile "$LINENO"; then :
1789617896+if ac_fn_c_try_compile "$LINENO"
1789717897+then :
1711817898 xorg_cv_cc_flag_unused_command_line_argument=yes
1711917119-else
1789917899+else $as_nop
1712017900 xorg_cv_cc_flag_unused_command_line_argument=no
1712117901fi
1712217122-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1790217902+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1712317903fi
1712417124-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1712517125-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1790417904+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1790517905+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1712617906 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1712717907 CFLAGS="$xorg_testset_save_CFLAGS"
1712817908fi
···17140179201714117921 CFLAGS="$CFLAGS -Werror"
17142179221714317143- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1714417144-$as_echo_n "checking if $CC supports -Werror... " >&6; }
1792317923+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1792417924+printf %s "checking if $CC supports -Werror... " >&6; }
1714517925 cacheid=xorg_cv_cc_flag__Werror
1714617146- if eval \${$cacheid+:} false; then :
1714717147- $as_echo_n "(cached) " >&6
1714817148-else
1792617926+ if eval test \${$cacheid+y}
1792717927+then :
1792817928+ printf %s "(cached) " >&6
1792917929+else $as_nop
1714917930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1715017931/* end confdefs.h. */
1715117932int i;
1715217933int
1715317153-main ()
1793417934+main (void)
1715417935{
17155179361715617937 ;
1715717938 return 0;
1715817939}
1715917940_ACEOF
1716017160-if ac_fn_c_try_link "$LINENO"; then :
1794117941+if ac_fn_c_try_link "$LINENO"
1794217942+then :
1716117943 eval $cacheid=yes
1716217162-else
1794417944+else $as_nop
1716317945 eval $cacheid=no
1716417946fi
1716517165-rm -f core conftest.err conftest.$ac_objext \
1794717947+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1716617948 conftest$ac_exeext conftest.$ac_ext
1716717949fi
1716817950···1717017952 CFLAGS="$xorg_testset_save_CFLAGS"
17171179531717217954 eval supported=\$$cacheid
1717317173- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1717417174-$as_echo "$supported" >&6; }
1795517955+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1795617956+printf "%s\n" "$supported" >&6; }
1717517957 if test "$supported" = "yes" ; then
1717617958 STRICT_CFLAGS="$STRICT_CFLAGS -Werror"
1717717959 found="yes"
···17189179711719017972 CFLAGS="$CFLAGS -errwarn"
17191179731719217192- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1719317193-$as_echo_n "checking if $CC supports -errwarn... " >&6; }
1797417974+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1797517975+printf %s "checking if $CC supports -errwarn... " >&6; }
1719417976 cacheid=xorg_cv_cc_flag__errwarn
1719517195- if eval \${$cacheid+:} false; then :
1719617196- $as_echo_n "(cached) " >&6
1719717197-else
1797717977+ if eval test \${$cacheid+y}
1797817978+then :
1797917979+ printf %s "(cached) " >&6
1798017980+else $as_nop
1719817981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1719917982/* end confdefs.h. */
1720017983int i;
1720117984int
1720217202-main ()
1798517985+main (void)
1720317986{
17204179871720517988 ;
1720617989 return 0;
1720717990}
1720817991_ACEOF
1720917209-if ac_fn_c_try_link "$LINENO"; then :
1799217992+if ac_fn_c_try_link "$LINENO"
1799317993+then :
1721017994 eval $cacheid=yes
1721117211-else
1799517995+else $as_nop
1721217996 eval $cacheid=no
1721317997fi
1721417214-rm -f core conftest.err conftest.$ac_objext \
1799817998+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1721517999 conftest$ac_exeext conftest.$ac_ext
1721618000fi
1721718001···1721918003 CFLAGS="$xorg_testset_save_CFLAGS"
17220180041722118005 eval supported=\$$cacheid
1722217222- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1722317223-$as_echo "$supported" >&6; }
1800618006+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1800718007+printf "%s\n" "$supported" >&6; }
1722418008 if test "$supported" = "yes" ; then
1722518009 STRICT_CFLAGS="$STRICT_CFLAGS -errwarn"
1722618010 found="yes"
···17248180321724918033if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1725018034 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1725117251- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1725217252-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1725317253-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1725417254- $as_echo_n "(cached) " >&6
1725517255-else
1803518035+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1803618036+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1803718037+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1803818038+then :
1803918039+ printf %s "(cached) " >&6
1804018040+else $as_nop
1725618041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1725718042/* end confdefs.h. */
1725818043int i;
1725918044_ACEOF
1726017260-if ac_fn_c_try_compile "$LINENO"; then :
1804518045+if ac_fn_c_try_compile "$LINENO"
1804618046+then :
1726118047 xorg_cv_cc_flag_unknown_warning_option=yes
1726217262-else
1804818048+else $as_nop
1726318049 xorg_cv_cc_flag_unknown_warning_option=no
1726418050fi
1726517265-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1805118051+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1726618052fi
1726717267-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1726817268-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1805318053+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1805418054+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1726918055 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1727018056 CFLAGS="$xorg_testset_save_CFLAGS"
1727118057fi
···1727518061 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1727618062 fi
1727718063 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1727817278- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1727917279-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1728017280-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1728117281- $as_echo_n "(cached) " >&6
1728217282-else
1806418064+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1806518065+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1806618066+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1806718067+then :
1806818068+ printf %s "(cached) " >&6
1806918069+else $as_nop
1728318070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1728418071/* end confdefs.h. */
1728518072int i;
1728618073_ACEOF
1728717287-if ac_fn_c_try_compile "$LINENO"; then :
1807418074+if ac_fn_c_try_compile "$LINENO"
1807518075+then :
1728818076 xorg_cv_cc_flag_unused_command_line_argument=yes
1728917289-else
1807718077+else $as_nop
1729018078 xorg_cv_cc_flag_unused_command_line_argument=no
1729118079fi
1729217292-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1808018080+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1729318081fi
1729417294-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1729517295-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1808218082+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1808318083+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1729618084 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1729718085 CFLAGS="$xorg_testset_save_CFLAGS"
1729818086fi
···17310180981731118099 CFLAGS="$CFLAGS -Werror=attributes"
17312181001731317313- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1731417314-$as_echo_n "checking if $CC supports -Werror=attributes... " >&6; }
1810118101+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1810218102+printf %s "checking if $CC supports -Werror=attributes... " >&6; }
1731518103 cacheid=xorg_cv_cc_flag__Werror_attributes
1731617316- if eval \${$cacheid+:} false; then :
1731717317- $as_echo_n "(cached) " >&6
1731817318-else
1810418104+ if eval test \${$cacheid+y}
1810518105+then :
1810618106+ printf %s "(cached) " >&6
1810718107+else $as_nop
1731918108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1732018109/* end confdefs.h. */
1732118110int i;
1732218111int
1732317323-main ()
1811218112+main (void)
1732418113{
17325181141732618115 ;
1732718116 return 0;
1732818117}
1732918118_ACEOF
1733017330-if ac_fn_c_try_link "$LINENO"; then :
1811918119+if ac_fn_c_try_link "$LINENO"
1812018120+then :
1733118121 eval $cacheid=yes
1733217332-else
1812218122+else $as_nop
1733318123 eval $cacheid=no
1733418124fi
1733517335-rm -f core conftest.err conftest.$ac_objext \
1812518125+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1733618126 conftest$ac_exeext conftest.$ac_ext
1733718127fi
1733818128···1734018130 CFLAGS="$xorg_testset_save_CFLAGS"
17341181311734218132 eval supported=\$$cacheid
1734317343- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1734417344-$as_echo "$supported" >&6; }
1813318133+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1813418134+printf "%s\n" "$supported" >&6; }
1734518135 if test "$supported" = "yes" ; then
1734618136 STRICT_CFLAGS="$STRICT_CFLAGS -Werror=attributes"
1734718137 found="yes"
···1735418144 BASE_CFLAGS="$BASE_CFLAGS $STRICT_CFLAGS"
1735518145 CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
1735618146fi
1814718147+1735718148173581814917359181501736018151173611815217362181531815418154+1736318155cat >>confdefs.h <<_ACEOF
1736418156#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
1736518157_ACEOF
···1736918161 PVM="0"
1737018162 fi
17371181631737217372-cat >>confdefs.h <<_ACEOF
1737317373-#define PACKAGE_VERSION_MINOR $PVM
1737417374-_ACEOF
1816418164+printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
17375181651737618166 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
1737718167 if test "x$PVP" = "x"; then
1737818168 PVP="0"
1737918169 fi
17380181701738117381-cat >>confdefs.h <<_ACEOF
1738217382-#define PACKAGE_VERSION_PATCHLEVEL $PVP
1738317383-_ACEOF
1817118171+printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
173841817217385181731738618174···1741018198 # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
1741118199 # check for a man page file found in later versions that use
1741218200 # traditional section numbers instead
1741317413- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1741417414-$as_echo_n "checking for /usr/share/man/man7/attributes.7... " >&6; }
1741517415-if ${ac_cv_file__usr_share_man_man7_attributes_7+:} false; then :
1741617416- $as_echo_n "(cached) " >&6
1741717417-else
1820118201+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1820218202+printf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
1820318203+if test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
1820418204+then :
1820518205+ printf %s "(cached) " >&6
1820618206+else $as_nop
1741818207 test "$cross_compiling" = yes &&
1741918208 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
1742018209if test -r "/usr/share/man/man7/attributes.7"; then
···1742318212 ac_cv_file__usr_share_man_man7_attributes_7=no
1742418213fi
1742518214fi
1742617426-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1742717427-$as_echo "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1742817428-if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes; then :
1821518215+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1821618216+printf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1821718217+if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
1821818218+then :
1742918219 SYSV_MAN_SECTIONS=false
1743017430-else
1822018220+else $as_nop
1743118221 SYSV_MAN_SECTIONS=true
1743218222fi
1743318223···175221831217523183131752418314# Check whether --enable-silent-rules was given.
1752517525-if test "${enable_silent_rules+set}" = set; then :
1831518315+if test ${enable_silent_rules+y}
1831618316+then :
1752618317 enableval=$enable_silent_rules;
1752718318fi
1752818319···1753218323 *) AM_DEFAULT_VERBOSITY=0;;
1753318324esac
1753418325am_make=${MAKE-make}
1753517535-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1753617536-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
1753717537-if ${am_cv_make_support_nested_variables+:} false; then :
1753817538- $as_echo_n "(cached) " >&6
1753917539-else
1754017540- if $as_echo 'TRUE=$(BAR$(V))
1832618326+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1832718327+printf %s "checking whether $am_make supports nested variables... " >&6; }
1832818328+if test ${am_cv_make_support_nested_variables+y}
1832918329+then :
1833018330+ printf %s "(cached) " >&6
1833118331+else $as_nop
1833218332+ if printf "%s\n" 'TRUE=$(BAR$(V))
1754118333BAR0=false
1754218334BAR1=true
1754318335V=1
···1754918341 am_cv_make_support_nested_variables=no
1755018342fi
1755118343fi
1755217552-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1755317553-$as_echo "$am_cv_make_support_nested_variables" >&6; }
1834418344+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1834518345+printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
1755418346if test $am_cv_make_support_nested_variables = yes; then
1755518347 AM_V='$(V)'
1755618348 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
···1755918351 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1756018352fi
1756118353AM_BACKSLASH='\'
1835418354+1756218355175631835617564183571756518358# Check whether --enable-malloc0returnsnull was given.
1756617566-if test "${enable_malloc0returnsnull+set}" = set; then :
1835918359+if test ${enable_malloc0returnsnull+y}
1836018360+then :
1756718361 enableval=$enable_malloc0returnsnull; MALLOC_ZERO_RETURNS_NULL=$enableval
1756817568-else
1836218362+else $as_nop
1756918363 MALLOC_ZERO_RETURNS_NULL=auto
1757018364fi
175711836517572183661757317573-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc(0) returns NULL" >&5
1757417574-$as_echo_n "checking whether malloc(0) returns NULL... " >&6; }
1836718367+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether malloc(0) returns NULL" >&5
1836818368+printf %s "checking whether malloc(0) returns NULL... " >&6; }
1757518369if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then
1757617576-if ${xorg_cv_malloc0_returns_null+:} false; then :
1757717577- $as_echo_n "(cached) " >&6
1757817578-else
1757917579- if test "$cross_compiling" = yes; then :
1758017580- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1758117581-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1837018370+if test ${xorg_cv_malloc0_returns_null+y}
1837118371+then :
1837218372+ printf %s "(cached) " >&6
1837318373+else $as_nop
1837418374+ if test "$cross_compiling" = yes
1837518375+then :
1837618376+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1837718377+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1758218378as_fn_error $? "cannot run test program while cross compiling
1758318379See \`config.log' for more details" "$LINENO" 5; }
1758417584-else
1838018380+else $as_nop
1758518381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758618382/* end confdefs.h. */
17587183831758818384#include <stdlib.h>
17589183851759018386int
1759117591-main ()
1838718387+main (void)
1759218388{
17593183891759418390 char *m0, *r0, *c0, *p;
···1760218398 return 0;
1760318399}
1760418400_ACEOF
1760517605-if ac_fn_c_try_run "$LINENO"; then :
1840118401+if ac_fn_c_try_run "$LINENO"
1840218402+then :
1760618403 xorg_cv_malloc0_returns_null=yes
1760717607-else
1840418404+else $as_nop
1760818405 xorg_cv_malloc0_returns_null=no
1760918406fi
1761018407rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
···17615184121761618413MALLOC_ZERO_RETURNS_NULL=$xorg_cv_malloc0_returns_null
1761718414fi
1761817618-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MALLOC_ZERO_RETURNS_NULL" >&5
1761917619-$as_echo "$MALLOC_ZERO_RETURNS_NULL" >&6; }
1841518415+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MALLOC_ZERO_RETURNS_NULL" >&5
1841618416+printf "%s\n" "$MALLOC_ZERO_RETURNS_NULL" >&6; }
17620184171762118418if test "x$MALLOC_ZERO_RETURNS_NULL" = xyes; then
1762218419 MALLOC_ZERO_CFLAGS="-DMALLOC_0_RETURNS_NULL"
···1763818435RANDR_VERSION=`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
176391843617640184371764117641-# Obtain compiler/linker options for depedencies
1843818438+# Obtain compiler/linker options for dependencies
17642184391764318440pkg_failed=no
1764417644-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RANDR" >&5
1764517645-$as_echo_n "checking for RANDR... " >&6; }
1844118441+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6 randrproto >= $RANDR_VERSION xext xextproto xrender renderproto" >&5
1844218442+printf %s "checking for x11 >= 1.6 randrproto >= $RANDR_VERSION xext xextproto xrender renderproto... " >&6; }
17646184431764718444if test -n "$RANDR_CFLAGS"; then
1764818445 pkg_cv_RANDR_CFLAGS="$RANDR_CFLAGS"
1764918446 elif test -n "$PKG_CONFIG"; then
1765018447 if test -n "$PKG_CONFIG" && \
1765117651- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.6 randrproto >= \$RANDR_VERSION xext xextproto xrender renderproto\""; } >&5
1844818448+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.6 randrproto >= \$RANDR_VERSION xext xextproto xrender renderproto\""; } >&5
1765218449 ($PKG_CONFIG --exists --print-errors "x11 >= 1.6 randrproto >= $RANDR_VERSION xext xextproto xrender renderproto") 2>&5
1765318450 ac_status=$?
1765417654- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1845118451+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1765518452 test $ac_status = 0; }; then
1765618453 pkg_cv_RANDR_CFLAGS=`$PKG_CONFIG --cflags "x11 >= 1.6 randrproto >= $RANDR_VERSION xext xextproto xrender renderproto" 2>/dev/null`
1765718454 test "x$?" != "x0" && pkg_failed=yes
···1766518462 pkg_cv_RANDR_LIBS="$RANDR_LIBS"
1766618463 elif test -n "$PKG_CONFIG"; then
1766718464 if test -n "$PKG_CONFIG" && \
1766817668- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.6 randrproto >= \$RANDR_VERSION xext xextproto xrender renderproto\""; } >&5
1846518465+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.6 randrproto >= \$RANDR_VERSION xext xextproto xrender renderproto\""; } >&5
1766918466 ($PKG_CONFIG --exists --print-errors "x11 >= 1.6 randrproto >= $RANDR_VERSION xext xextproto xrender renderproto") 2>&5
1767018467 ac_status=$?
1767117671- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1846818468+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767218469 test $ac_status = 0; }; then
1767318470 pkg_cv_RANDR_LIBS=`$PKG_CONFIG --libs "x11 >= 1.6 randrproto >= $RANDR_VERSION xext xextproto xrender renderproto" 2>/dev/null`
1767418471 test "x$?" != "x0" && pkg_failed=yes
···176821847917683184801768418481if test $pkg_failed = yes; then
1768517685- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1768617686-$as_echo "no" >&6; }
1848218482+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1848318483+printf "%s\n" "no" >&6; }
17687184841768818485if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1768918486 _pkg_short_errors_supported=yes
···1770918506and RANDR_LIBS to avoid the need to call pkg-config.
1771018507See the pkg-config man page for more details." "$LINENO" 5
1771118508elif test $pkg_failed = untried; then
1771217712- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1771317713-$as_echo "no" >&6; }
1771417714- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1771517715-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1850918509+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1851018510+printf "%s\n" "no" >&6; }
1851118511+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1851218512+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1771618513as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1771718514is in your PATH or set the PKG_CONFIG environment variable to the full
1771818515path to pkg-config.
···1772618523else
1772718524 RANDR_CFLAGS=$pkg_cv_RANDR_CFLAGS
1772818525 RANDR_LIBS=$pkg_cv_RANDR_LIBS
1772917729- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1773017730-$as_echo "yes" >&6; }
1852618526+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1852718527+printf "%s\n" "yes" >&6; }
17731185281773218529fi
1773318530···1776018557 case $ac_val in #(
1776118558 *${as_nl}*)
1776218559 case $ac_var in #(
1776317763- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1776417764-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1856018560+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1856118561+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1776518562 esac
1776618563 case $ac_var in #(
1776718564 _ | IFS | as_nl) ;; #(
···1779118588 /^ac_cv_env_/b end
1779218589 t clear
1779318590 :clear
1779417794- s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1859118591+ s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
1779518592 t end
1779618593 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1779718594 :end' >>confcache
1779818595if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1779918596 if test -w "$cache_file"; then
1780018597 if test "x$cache_file" != "x/dev/null"; then
1780117801- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1780217802-$as_echo "$as_me: updating cache $cache_file" >&6;}
1859818598+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1859918599+printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
1780318600 if test ! -f "$cache_file" || test -h "$cache_file"; then
1780418601 cat confcache >"$cache_file"
1780518602 else
···1781318610 fi
1781418611 fi
1781518612 else
1781617816- { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1781717817-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1861318613+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1861418614+printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
1781818615 fi
1781918616fi
1782018617rm -f confcache
···1783118628for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1783218629 # 1. Remove the extension, and $U if already installed.
1783318630 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1783417834- ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1863118631+ ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
1783518632 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1783618633 # will be set to the directory where LIBOBJS objects are built.
1783718634 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
···1784218639LTLIBOBJS=$ac_ltlibobjs
178431864017844186411784517845-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1784617846-$as_echo_n "checking that generated files are newer than configure... " >&6; }
1864218642+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1864318643+printf %s "checking that generated files are newer than configure... " >&6; }
1784718644 if test -n "$am_sleep_pid"; then
1784818645 # Hide warnings about reused PIDs.
1784918646 wait $am_sleep_pid 2>/dev/null
1785018647 fi
1785117851- { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
1785217852-$as_echo "done" >&6; }
1864818648+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
1864918649+printf "%s\n" "done" >&6; }
1785318650 if test -n "$EXEEXT"; then
1785418651 am__EXEEXT_TRUE=
1785518652 am__EXEEXT_FALSE='#'
···1787518672ac_write_fail=0
1787618673ac_clean_files_save=$ac_clean_files
1787718674ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1787817878-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1787917879-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1867518675+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1867618676+printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
1788018677as_write_fail=0
1788118678cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1788218679#! $SHELL
···17899186961790018697# Be more Bourne compatible
1790118698DUALCASE=1; export DUALCASE # for MKS sh
1790217902-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1869918699+as_nop=:
1870018700+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
1870118701+then :
1790318702 emulate sh
1790418703 NULLCMD=:
1790518704 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1790618705 # is contrary to our usage. Disable this feature.
1790718706 alias -g '${1+"$@"}'='"$@"'
1790818707 setopt NO_GLOB_SUBST
1790917909-else
1870818708+else $as_nop
1791018709 case `(set -o) 2>/dev/null` in #(
1791118710 *posix*) :
1791218711 set -o posix ;; #(
···1791618715fi
179171871617918187171871818718+1871918719+# Reset variables that may have inherited troublesome values from
1872018720+# the environment.
1872118721+1872218722+# IFS needs to be set, to space, tab, and newline, in precisely that order.
1872318723+# (If _AS_PATH_WALK were called with IFS unset, it would have the
1872418724+# side effect of setting IFS to empty, thus disabling word splitting.)
1872518725+# Quoting is to prevent editors from complaining about space-tab.
1791918726as_nl='
1792018727'
1792118728export as_nl
1792217922-# Printing a long string crashes Solaris 7 /usr/bin/printf.
1792317923-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1792417924-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1792517925-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1792617926-# Prefer a ksh shell builtin over an external printf program on Solaris,
1792717927-# but without wasting forks for bash or zsh.
1792817928-if test -z "$BASH_VERSION$ZSH_VERSION" \
1792917929- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1793017930- as_echo='print -r --'
1793117931- as_echo_n='print -rn --'
1793217932-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1793317933- as_echo='printf %s\n'
1793417934- as_echo_n='printf %s'
1793517935-else
1793617936- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1793717937- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1793817938- as_echo_n='/usr/ucb/echo -n'
1793917939- else
1794017940- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1794117941- as_echo_n_body='eval
1794217942- arg=$1;
1794317943- case $arg in #(
1794417944- *"$as_nl"*)
1794517945- expr "X$arg" : "X\\(.*\\)$as_nl";
1794617946- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1794717947- esac;
1794817948- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1794917949- '
1795017950- export as_echo_n_body
1795117951- as_echo_n='sh -c $as_echo_n_body as_echo'
1795217952- fi
1795317953- export as_echo_body
1795417954- as_echo='sh -c $as_echo_body as_echo'
1795517955-fi
1872918729+IFS=" "" $as_nl"
1873018730+1873118731+PS1='$ '
1873218732+PS2='> '
1873318733+PS4='+ '
1873418734+1873518735+# Ensure predictable behavior from utilities with locale-dependent output.
1873618736+LC_ALL=C
1873718737+export LC_ALL
1873818738+LANGUAGE=C
1873918739+export LANGUAGE
1874018740+1874118741+# We cannot yet rely on "unset" to work, but we need these variables
1874218742+# to be unset--not just set to an empty or harmless value--now, to
1874318743+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
1874418744+# also avoids known problems related to "unset" and subshell syntax
1874518745+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
1874618746+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
1874718747+do eval test \${$as_var+y} \
1874818748+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1874918749+done
1875018750+1875118751+# Ensure that fds 0, 1, and 2 are open.
1875218752+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
1875318753+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
1875418754+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
17956187551795718756# The user is always right.
1795817958-if test "${PATH_SEPARATOR+set}" != set; then
1875718757+if ${PATH_SEPARATOR+false} :; then
1795918758 PATH_SEPARATOR=:
1796018759 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1796118760 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···1796418763fi
179651876417966187651796717967-# IFS
1796817968-# We need space, tab and new line, in precisely that order. Quoting is
1796917969-# there to prevent editors from complaining about space-tab.
1797017970-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1797117971-# splitting by setting IFS to empty value.)
1797217972-IFS=" "" $as_nl"
1797317973-1797418766# Find who we are. Look in the path if we contain no directory separator.
1797518767as_myself=
1797618768case $0 in #((
···1797918771for as_dir in $PATH
1798018772do
1798118773 IFS=$as_save_IFS
1798217982- test -z "$as_dir" && as_dir=.
1798317983- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1877418774+ case $as_dir in #(((
1877518775+ '') as_dir=./ ;;
1877618776+ */) ;;
1877718777+ *) as_dir=$as_dir/ ;;
1877818778+ esac
1877918779+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
1798418780 done
1798518781IFS=$as_save_IFS
1798618782···1799218788 as_myself=$0
1799318789fi
1799418790if test ! -f "$as_myself"; then
1799517995- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1879118791+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1799618792 exit 1
1799718793fi
17998187941799917999-# Unset variables that we do not need and which cause bugs (e.g. in
1800018000-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
1800118001-# suppresses any "Segmentation fault" message there. '((' could
1800218002-# trigger a bug in pdksh 5.2.14.
1800318003-for as_var in BASH_ENV ENV MAIL MAILPATH
1800418004-do eval test x\${$as_var+set} = xset \
1800518005- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1800618006-done
1800718007-PS1='$ '
1800818008-PS2='> '
1800918009-PS4='+ '
1801018010-1801118011-# NLS nuisances.
1801218012-LC_ALL=C
1801318013-export LC_ALL
1801418014-LANGUAGE=C
1801518015-export LANGUAGE
1801618016-1801718017-# CDPATH.
1801818018-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
180191879518020187961802118797# as_fn_error STATUS ERROR [LINENO LOG_FD]
···1802818804 as_status=$1; test $as_status -eq 0 && as_status=1
1802918805 if test "$4"; then
1803018806 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1803118031- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1880718807+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1803218808 fi
1803318033- $as_echo "$as_me: error: $2" >&2
1880918809+ printf "%s\n" "$as_me: error: $2" >&2
1803418810 as_fn_exit $as_status
1803518811} # as_fn_error
1881218812+180361881318037188141803818815# as_fn_set_status STATUS
···1806118838 { eval $1=; unset $1;}
1806218839}
1806318840as_unset=as_fn_unset
1884118841+1806418842# as_fn_append VAR VALUE
1806518843# ----------------------
1806618844# Append the text in VALUE to the end of the definition contained in VAR. Take
1806718845# advantage of any shell optimizations that allow amortized linear growth over
1806818846# repeated appends, instead of the typical quadratic growth present in naive
1806918847# implementations.
1807018070-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1884818848+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
1884918849+then :
1807118850 eval 'as_fn_append ()
1807218851 {
1807318852 eval $1+=\$2
1807418853 }'
1807518075-else
1885418854+else $as_nop
1807618855 as_fn_append ()
1807718856 {
1807818857 eval $1=\$$1\$2
···1808418863# Perform arithmetic evaluation on the ARGs, and store the result in the
1808518864# global $as_val. Take advantage of shells that can avoid forks. The arguments
1808618865# must be portable across $(()) and expr.
1808718087-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1886618866+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
1886718867+then :
1808818868 eval 'as_fn_arith ()
1808918869 {
1809018870 as_val=$(( $* ))
1809118871 }'
1809218092-else
1887218872+else $as_nop
1809318873 as_fn_arith ()
1809418874 {
1809518875 as_val=`expr "$@" || test $? -eq 1`
···1812018900$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1812118901 X"$0" : 'X\(//\)$' \| \
1812218902 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1812318123-$as_echo X/"$0" |
1890318903+printf "%s\n" X/"$0" |
1812418904 sed '/^.*\/\([^/][^/]*\)\/*$/{
1812518905 s//\1/
1812618906 q
···1814218922as_cr_digits='0123456789'
1814318923as_cr_alnum=$as_cr_Letters$as_cr_digits
18144189241892518925+1892618926+# Determine whether it's possible to make 'echo' print without a newline.
1892718927+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
1892818928+# for compatibility with existing Makefiles.
1814518929ECHO_C= ECHO_N= ECHO_T=
1814618930case `echo -n x` in #(((((
1814718931-n*)
···1815518939 ECHO_N='-n';;
1815618940esac
18157189411894218942+# For backward compatibility with old third-party macros, we provide
1894318943+# the shell variables $as_echo and $as_echo_n. New code should use
1894418944+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
1894518945+as_echo='printf %s\n'
1894618946+as_echo_n='printf %s'
1894718947+1815818948rm -f conf$$ conf$$.exe conf$$.file
1815918949if test -d conf$$.dir; then
1816018950 rm -f conf$$.dir/conf$$.file
···1819618986 as_dirs=
1819718987 while :; do
1819818988 case $as_dir in #(
1819918199- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1898918989+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1820018990 *) as_qdir=$as_dir;;
1820118991 esac
1820218992 as_dirs="'$as_qdir' $as_dirs"
···1820518995 X"$as_dir" : 'X\(//\)[^/]' \| \
1820618996 X"$as_dir" : 'X\(//\)$' \| \
1820718997 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1820818208-$as_echo X"$as_dir" |
1899818998+printf "%s\n" X"$as_dir" |
1820918999 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1821019000 s//\1/
1821119001 q
···1826719057# report actual input values of CONFIG_FILES etc. instead of their
1826819058# values after options handling.
1826919059ac_log="
1827018270-This file was extended by libXrandr $as_me 1.5.2, which was
1827118271-generated by GNU Autoconf 2.69. Invocation command line was
1906019060+This file was extended by libXrandr $as_me 1.5.3, which was
1906119061+generated by GNU Autoconf 2.71. Invocation command line was
18272190621827319063 CONFIG_FILES = $CONFIG_FILES
1827419064 CONFIG_HEADERS = $CONFIG_HEADERS
···1832719117Configuration commands:
1832819118$config_commands
18329191191833018330-Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXrandr/issues>."
1912019120+Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/issues>."
18331191211833219122_ACEOF
1912319123+ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
1912419124+ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
1833319125cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1833418334-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1912619126+ac_cs_config='$ac_cs_config_escaped'
1833519127ac_cs_version="\\
1833618336-libXrandr config.status 1.5.2
1833718337-configured by $0, generated by GNU Autoconf 2.69,
1912819128+libXrandr config.status 1.5.3
1912919129+configured by $0, generated by GNU Autoconf 2.71,
1833819130 with options \\"\$ac_cs_config\\"
18339191311834018340-Copyright (C) 2012 Free Software Foundation, Inc.
1913219132+Copyright (C) 2021 Free Software Foundation, Inc.
1834119133This config.status script is free software; the Free Software Foundation
1834219134gives unlimited permission to copy, distribute and modify it."
1834319135···1837719169 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1837819170 ac_cs_recheck=: ;;
1837919171 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1838018380- $as_echo "$ac_cs_version"; exit ;;
1917219172+ printf "%s\n" "$ac_cs_version"; exit ;;
1838119173 --config | --confi | --conf | --con | --co | --c )
1838218382- $as_echo "$ac_cs_config"; exit ;;
1917419174+ printf "%s\n" "$ac_cs_config"; exit ;;
1838319175 --debug | --debu | --deb | --de | --d | -d )
1838419176 debug=: ;;
1838519177 --file | --fil | --fi | --f )
1838619178 $ac_shift
1838719179 case $ac_optarg in
1838818388- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1918019180+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1838919181 '') as_fn_error $? "missing file argument" ;;
1839019182 esac
1839119183 as_fn_append CONFIG_FILES " '$ac_optarg'"
···1839319185 --header | --heade | --head | --hea )
1839419186 $ac_shift
1839519187 case $ac_optarg in
1839618396- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1918819188+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1839719189 esac
1839819190 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1839919191 ac_need_defaults=false;;
···1840219194 as_fn_error $? "ambiguous option: \`$1'
1840319195Try \`$0 --help' for more information.";;
1840419196 --help | --hel | -h )
1840518405- $as_echo "$ac_cs_usage"; exit ;;
1919719197+ printf "%s\n" "$ac_cs_usage"; exit ;;
1840619198 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1840719199 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1840819200 ac_cs_silent=: ;;
···1843019222if \$ac_cs_recheck; then
1843119223 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1843219224 shift
1843318433- \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1922519225+ \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
1843419226 CONFIG_SHELL='$SHELL'
1843519227 export CONFIG_SHELL
1843619228 exec "\$@"
···1844419236 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1844519237## Running $as_me. ##
1844619238_ASBOX
1844718447- $as_echo "$ac_log"
1923919239+ printf "%s\n" "$ac_log"
1844819240} >&5
18449192411845019242_ACEOF
···1875719549# We use the long form for the default assignment because of an extremely
1875819550# bizarre bug on SunOS 4.1.3.
1875919551if $ac_need_defaults; then
1876018760- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1876118761- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
1876218762- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
1955219552+ test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
1955319553+ test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
1955419554+ test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
1876319555fi
18764195561876519557# Have a temporary directory for convenience. Make it in the build tree
···1909519887 esac ||
1909619888 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1909719889 esac
1909819098- case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1989019890+ case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1909919891 as_fn_append ac_file_inputs " '$ac_f'"
1910019892 done
1910119893···1910319895 # use $as_me), people would be surprised to read:
1910419896 # /* config.h. Generated by config.status. */
1910519897 configure_input='Generated from '`
1910619106- $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1989819898+ printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1910719899 `' by configure.'
1910819900 if test x"$ac_file" != x-; then
1910919901 configure_input="$ac_file. $configure_input"
1911019110- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1911119111-$as_echo "$as_me: creating $ac_file" >&6;}
1990219902+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1990319903+printf "%s\n" "$as_me: creating $ac_file" >&6;}
1911219904 fi
1911319905 # Neutralize special characters interpreted by sed in replacement strings.
1911419906 case $configure_input in #(
1911519907 *\&* | *\|* | *\\* )
1911619116- ac_sed_conf_input=`$as_echo "$configure_input" |
1990819908+ ac_sed_conf_input=`printf "%s\n" "$configure_input" |
1911719909 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1911819910 *) ac_sed_conf_input=$configure_input;;
1911919911 esac
···1913019922 X"$ac_file" : 'X\(//\)[^/]' \| \
1913119923 X"$ac_file" : 'X\(//\)$' \| \
1913219924 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1913319133-$as_echo X"$ac_file" |
1992519925+printf "%s\n" X"$ac_file" |
1913419926 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1913519927 s//\1/
1913619928 q
···1915419946case "$ac_dir" in
1915519947.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1915619948*)
1915719157- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1994919949+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1915819950 # A ".." for each directory in $ac_dir_suffix.
1915919159- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1995119951+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1916019952 case $ac_top_builddir_sub in
1916119953 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1916219954 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···1921820010case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1921920011*datarootdir*) ac_datarootdir_seen=yes;;
1922020012*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1922119221- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1922219222-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2001320013+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2001420014+printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1922320015_ACEOF
1922420016cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1922520017 ac_datarootdir_hack='
···1926320055 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1926420056 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1926520057 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1926619266- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2005820058+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1926720059which seems to be undefined. Please make sure it is defined" >&5
1926819268-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2006020060+printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1926920061which seems to be undefined. Please make sure it is defined" >&2;}
19270200621927120063 rm -f "$ac_tmp/stdin"
···1928120073 #
1928220074 if test x"$ac_file" != x-; then
1928320075 {
1928419284- $as_echo "/* $configure_input */" \
2007620076+ printf "%s\n" "/* $configure_input */" >&1 \
1928520077 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1928620078 } >"$ac_tmp/config.h" \
1928720079 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1928820080 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1928919289- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1929019290-$as_echo "$as_me: $ac_file is unchanged" >&6;}
2008120081+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
2008220082+printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
1929120083 else
1929220084 rm -f "$ac_file"
1929320085 mv "$ac_tmp/config.h" "$ac_file" \
1929420086 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1929520087 fi
1929620088 else
1929719297- $as_echo "/* $configure_input */" \
2008920089+ printf "%s\n" "/* $configure_input */" >&1 \
1929820090 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1929920091 || as_fn_error $? "could not create -" "$LINENO" 5
1930020092 fi
···1931420106 X"$_am_arg" : 'X\(//\)[^/]' \| \
1931520107 X"$_am_arg" : 'X\(//\)$' \| \
1931620108 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1931719317-$as_echo X"$_am_arg" |
2010920109+printf "%s\n" X"$_am_arg" |
1931820110 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1931920111 s//\1/
1932020112 q
···1933420126 s/.*/./; q'`/stamp-h$_am_stamp_count
1933520127 ;;
19336201281933719337- :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1933819338-$as_echo "$as_me: executing $ac_file commands" >&6;}
2012920129+ :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
2013020130+printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1933920131 ;;
1934020132 esac
1934120133···1936720159 X"$mf" : 'X\(//\)[^/]' \| \
1936820160 X"$mf" : 'X\(//\)$' \| \
1936920161 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1937019370-$as_echo X"$mf" |
2016220162+printf "%s\n" X"$mf" |
1937120163 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1937220164 s//\1/
1937320165 q
···1940920201 X"$file" : 'X\(//\)[^/]' \| \
1941020202 X"$file" : 'X\(//\)$' \| \
1941120203 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1941219412-$as_echo X"$file" |
2020420204+printf "%s\n" X"$file" |
1941320205 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1941420206 s//\1/
1941520207 q
···1989020682 esac
198912068319892206842068520685+1989320686ltmain="$ac_aux_dir/ltmain.sh"
19894206871989520688···2005420847fi
20055208482005620849if test x"$_lt_function_replace_fail" = x":"; then
2005720057- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2005820058-$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2085020850+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2085120851+printf "%s\n" "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2005920852fi
20060208532006120854···2009820891 $ac_cs_success || as_fn_exit 1
2009920892fi
2010020893if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
2010120101- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2010220102-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
2089420894+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2089520895+printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
2010320896fi
2010420897
+5-4
lib/libXrandr/configure.ac
···2929# digit in the version number to track changes which don't affect the
3030# protocol, so Xrandr version l.n.m corresponds to protocol version l.n
3131#
3232-AC_INIT([libXrandr], [1.5.2],
3333- [https://gitlab.freedesktop.org/xorg/lib/libXrandr/issues], [libXrandr])
3232+AC_INIT([libXrandr], [1.5.3],
3333+ [https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/issues],
3434+ [libXrandr])
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
···5253RANDR_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`]
5354AC_SUBST(RANDR_VERSION)
54555555-# Obtain compiler/linker options for depedencies
5656+# Obtain compiler/linker options for dependencies
5657PKG_CHECK_MODULES(RANDR, [x11 >= 1.6] randrproto >= $RANDR_VERSION xext xextproto xrender renderproto)
57585859AC_CONFIG_FILES([Makefile
+1-2
lib/libXrandr/include/X11/extensions/Xrandr.h
···210210211211/*
212212 * returns the screen configuration for the specified screen; does a lazy
213213- * evalution to delay getting the information, and caches the result.
213213+ * evaluation to delay getting the information, and caches the result.
214214 * These routines should be used in preference to XRRGetScreenInfo
215215 * to avoid unneeded round trips to the X server. These are new
216216 * in protocol version 0.1.
···233233234234/* Version 1.2 additions */
235235236236-/* despite returning a Status, this returns 1 for success */
237236Status
238237XRRGetScreenSizeRange (Display *dpy, Window window,
239238 int *minWidth, int *minHeight,
+214-200
lib/libXrandr/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:
···286286_X_HIDDEN XExtDisplayInfo *
287287XRRFindDisplay (Display *dpy)
288288{
289289- XExtDisplayInfo *dpyinfo;
290290- XRandRInfo *xrri;
291291- int i, numscreens;
289289+ XExtDisplayInfo *dpyinfo = XextFindDisplay (&XRRExtensionInfo, dpy);
292290293293- dpyinfo = XextFindDisplay (&XRRExtensionInfo, dpy);
294291 if (!dpyinfo) {
292292+ XRandRInfo *xrri;
293293+ int numscreens;
294294+295295 dpyinfo = XextAddDisplay (&XRRExtensionInfo, dpy,
296296 XRRExtensionName,
297297 &rr_extension_hooks,
···300300 xrri = Xmalloc (sizeof(XRandRInfo) +
301301 sizeof(char *) * numscreens);
302302 xrri->config = (XRRScreenConfiguration **)(xrri + 1);
303303- for(i = 0; i < numscreens; i++)
303303+ for (int i = 0; i < numscreens; i++)
304304 xrri->config[i] = NULL;
305305 xrri->major_version = -1;
306306 dpyinfo->data = (char *) xrri;
···311311static int
312312XRRCloseDisplay (Display *dpy, XExtCodes *codes)
313313{
314314- int i;
315315- XRRScreenConfiguration **configs;
316314 XExtDisplayInfo *info = XRRFindDisplay (dpy);
317317- XRandRInfo *xrri;
318315319316 LockDisplay(dpy);
320317 /*
321318 * free cached data
322319 */
323320 if (XextHasExtension(info)) {
324324- xrri = (XRandRInfo *) info->data;
321321+ XRandRInfo *xrri = (XRandRInfo *) info->data;
325322 if (xrri) {
326326- configs = xrri->config;
323323+ XRRScreenConfiguration **configs = xrri->config;
327324328328- for (i = 0; i < ScreenCount(dpy); i++) {
325325+ for (int i = 0; i < ScreenCount(dpy); i++) {
329326 if (configs[i] != NULL) XFree (configs[i]);
330327 }
331328 XFree (xrri);
···337334338335int XRRRootToScreen(Display *dpy, Window root)
339336{
340340- int snum;
341341- for (snum = 0; snum < ScreenCount(dpy); snum++) {
337337+ for (int snum = 0; snum < ScreenCount(dpy); snum++) {
342338 if (RootWindow(dpy, snum) == root) return snum;
343339 }
344340 return -1;
+2-2
lib/libXrandr/src/Xrandrint.h
···6060};
61616262/*
6363- * if a configure notify on the root is recieved, or
6464- * an XRRScreenChangeNotify is recieved,
6363+ * if a configure notify on the root is received, or
6464+ * an XRRScreenChangeNotify is received,
6565 * XRRUpdateConfiguration should be called to update the X library's
6666 * view of the screen configuration; it will also invalidate the cache
6767 * provided by XRRScreenConfig and XRRConfig, and force a round trip