···11+commit b5ca142f81a6f14eddb23be050291d1c25514777
22+Author: Peter Hutterer <peter.hutterer@who-t.net>
33+Date: Fri Sep 8 14:03:50 2023 +1000
44+55+ font-util 1.4.1
66+77+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
88+99+commit 5a9e7c7d3c3da68e5b421e7d038bc0a7a5f66b22
1010+Author: Peter Hutterer <peter.hutterer@who-t.net>
1111+Date: Wed Sep 6 12:11:31 2023 +1000
1212+1313+ Replace unicode files with ones that provide better terms of use
1414+1515+ Identical files but these have the unicode terms-of-use (SPDX:
1616+ Unicode-TOU) instead of some old license format.
1717+1818+ https://www.unicode.org/Public/MAPPINGS/ISO8859/8859-1.TXT
1919+ https://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/JIS0201.TXT
2020+ https://www.unicode.org/Public/MAPPINGS/VENDORS/MISC/KOI8-R.TXT
2121+2222+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2323+2424+commit c28d8ca618f24855e735313c2b8f6effa7b7f1e4
2525+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
2626+Date: Sat Feb 25 09:15:09 2023 -0800
2727+2828+ Remove "All rights reserved" from Oracle copyright notices
2929+3030+ Oracle no longer includes this term in our copyright & license notices.
3131+3232+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3333+134commit eee69c3f26f8e5d7f97599185d8d009f7fd76a7c
235Author: Alan Coopersmith <alan.coopersmith@oracle.com>
336Date: Wed Feb 22 10:41:20 2023 -0800
···471504 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
472505473506commit 62529733e57b6d6c775b1bcf584260b1cff6af5c
474474-Author: Michał Górny < <mgorny@gentoo.org>
507507+Author: Michał Górny <mgorny@gentoo.org>
475508Date: Thu Oct 7 17:31:06 2010 +0200
476509477510 fontutil.m4: Add a shorthand --disable-all-encodings option.
···13131414m4_ifndef([AC_AUTOCONF_VERSION],
1515 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1616-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
1717-[m4_warning([this file was generated for autoconf 2.69.
1616+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
1717+[m4_warning([this file was generated for autoconf 2.71.
1818You have another version of autoconf. It may work, but is not guaranteed to.
1919If you have problems, you may need to regenerate the build system entirely.
2020To do so, use the procedure documented by the package, typically 'autoreconf'.])])
···30233023XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wshadow])
30243024XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-noreturn])
30253025XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-format-attribute])
30263026-XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls])
30263026+# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls])
30273027XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op])
3028302830293029# These are currently disabled because they are noisy. They will be enabled
+6-4
font/util/config.h.in
···33/* Define to 1 if you have the <inttypes.h> header file. */
44#undef HAVE_INTTYPES_H
5566-/* Define to 1 if you have the <memory.h> header file. */
77-#undef HAVE_MEMORY_H
88-96/* Define to 1 if you have the <stdint.h> header file. */
107#undef HAVE_STDINT_H
88+99+/* Define to 1 if you have the <stdio.h> header file. */
1010+#undef HAVE_STDIO_H
11111212/* Define to 1 if you have the <stdlib.h> header file. */
1313#undef HAVE_STDLIB_H
···5757/* Patch version of this package */
5858#undef PACKAGE_VERSION_PATCHLEVEL
59596060-/* Define to 1 if you have the ANSI C header files. */
6060+/* Define to 1 if all of the C90 standard headers exist (not just the ones
6161+ required in a freestanding environment). This macro is provided for
6262+ backward compatibility; new code need not use it. */
6163#undef STDC_HEADERS
62646365/* Version number of package */
+3402-3098
font/util/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for font-util 1.4.0.
33+# Generated by GNU Autoconf 2.71 for font-util 1.4.1.
44#
55# Report bugs to <https://gitlab.freedesktop.org/xorg/font/util/-/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
199184 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200185 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201186test \$(( 1 + 1 )) = 2 || exit 1"
202202- if (eval "$as_required") 2>/dev/null; then :
187187+ if (eval "$as_required") 2>/dev/null
188188+then :
203189 as_have_required=yes
204204-else
190190+else $as_nop
205191 as_have_required=no
206192fi
207207- if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
193193+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
194194+then :
208195209209-else
196196+else $as_nop
210197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
211198as_found=false
212199for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
213200do
214201 IFS=$as_save_IFS
215215- test -z "$as_dir" && as_dir=.
202202+ case $as_dir in #(((
203203+ '') as_dir=./ ;;
204204+ */) ;;
205205+ *) as_dir=$as_dir/ ;;
206206+ esac
216207 as_found=:
217208 case $as_dir in #(
218209 /*)
219210 for as_base in sh bash ksh sh5; do
220211 # Try only shells that exist, to save several forks.
221221- as_shell=$as_dir/$as_base
212212+ as_shell=$as_dir$as_base
222213 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
223223- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
214214+ as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
215215+then :
224216 CONFIG_SHELL=$as_shell as_have_required=yes
225225- if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
217217+ if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
218218+then :
226219 break 2
227220fi
228221fi
···230223 esac
231224 as_found=false
232225done
233233-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
234234- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
235235- CONFIG_SHELL=$SHELL as_have_required=yes
236236-fi; }
237226IFS=$as_save_IFS
227227+if $as_found
228228+then :
238229230230+else $as_nop
231231+ if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
232232+ as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
233233+then :
234234+ CONFIG_SHELL=$SHELL as_have_required=yes
235235+fi
236236+fi
239237240240- if test "x$CONFIG_SHELL" != x; then :
238238+239239+ if test "x$CONFIG_SHELL" != x
240240+then :
241241 export CONFIG_SHELL
242242 # We cannot yet assume a decent shell, so we have to provide a
243243# neutralization value for shells without unset; and this also
···255255exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256256# Admittedly, this is quite paranoid, since all the known shells bail
257257# out after a failed `exec'.
258258-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
258258+printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
259259exit 255
260260fi
261261262262- if test x$as_have_required = xno; then :
263263- $as_echo "$0: This script requires a shell more modern than all"
264264- $as_echo "$0: the shells that I found on your system."
265265- if test x${ZSH_VERSION+set} = xset ; then
266266- $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267267- $as_echo "$0: be upgraded to zsh 4.3.4 or later."
262262+ if test x$as_have_required = xno
263263+then :
264264+ printf "%s\n" "$0: This script requires a shell more modern than all"
265265+ printf "%s\n" "$0: the shells that I found on your system."
266266+ if test ${ZSH_VERSION+y} ; then
267267+ printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268268+ printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
268269 else
269269- $as_echo "$0: Please tell bug-autoconf@gnu.org and
270270+ printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
270271$0: https://gitlab.freedesktop.org/xorg/font/util/-/issues
271272$0: about your system, including any error possibly output
272273$0: before this message. Then install a modern shell, or
···295296}
296297as_unset=as_fn_unset
297298299299+298300# as_fn_set_status STATUS
299301# -----------------------
300302# Set $? to STATUS, without forking.
···312314 as_fn_set_status $1
313315 exit $1
314316} # as_fn_exit
317317+# as_fn_nop
318318+# ---------
319319+# Do nothing but, unlike ":", preserve the value of $?.
320320+as_fn_nop ()
321321+{
322322+ return $?
323323+}
324324+as_nop=as_fn_nop
315325316326# as_fn_mkdir_p
317327# -------------
···326336 as_dirs=
327337 while :; do
328338 case $as_dir in #(
329329- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
339339+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
330340 *) as_qdir=$as_dir;;
331341 esac
332342 as_dirs="'$as_qdir' $as_dirs"
···335345 X"$as_dir" : 'X\(//\)[^/]' \| \
336346 X"$as_dir" : 'X\(//\)$' \| \
337347 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
338338-$as_echo X"$as_dir" |
348348+printf "%s\n" X"$as_dir" |
339349 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
340350 s//\1/
341351 q
···374384# advantage of any shell optimizations that allow amortized linear growth over
375385# repeated appends, instead of the typical quadratic growth present in naive
376386# implementations.
377377-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
387387+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
388388+then :
378389 eval 'as_fn_append ()
379390 {
380391 eval $1+=\$2
381392 }'
382382-else
393393+else $as_nop
383394 as_fn_append ()
384395 {
385396 eval $1=\$$1\$2
···391402# Perform arithmetic evaluation on the ARGs, and store the result in the
392403# global $as_val. Take advantage of shells that can avoid forks. The arguments
393404# must be portable across $(()) and expr.
394394-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
405405+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
406406+then :
395407 eval 'as_fn_arith ()
396408 {
397409 as_val=$(( $* ))
398410 }'
399399-else
411411+else $as_nop
400412 as_fn_arith ()
401413 {
402414 as_val=`expr "$@" || test $? -eq 1`
403415 }
404416fi # as_fn_arith
405417418418+# as_fn_nop
419419+# ---------
420420+# Do nothing but, unlike ":", preserve the value of $?.
421421+as_fn_nop ()
422422+{
423423+ return $?
424424+}
425425+as_nop=as_fn_nop
406426407427# as_fn_error STATUS ERROR [LINENO LOG_FD]
408428# ----------------------------------------
···414434 as_status=$1; test $as_status -eq 0 && as_status=1
415435 if test "$4"; then
416436 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
417417- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
437437+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418438 fi
419419- $as_echo "$as_me: error: $2" >&2
439439+ printf "%s\n" "$as_me: error: $2" >&2
420440 as_fn_exit $as_status
421441} # as_fn_error
422442···443463$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
444464 X"$0" : 'X\(//\)$' \| \
445465 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446446-$as_echo X/"$0" |
466466+printf "%s\n" X/"$0" |
447467 sed '/^.*\/\([^/][^/]*\)\/*$/{
448468 s//\1/
449469 q
···487507 s/-\n.*//
488508 ' >$as_me.lineno &&
489509 chmod +x "$as_me.lineno" ||
490490- { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
510510+ { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
491511492512 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
493513 # already done that, so ensure we don't try to do so again and fall
···501521 exit
502522}
503523524524+525525+# Determine whether it's possible to make 'echo' print without a newline.
526526+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
527527+# for compatibility with existing Makefiles.
504528ECHO_C= ECHO_N= ECHO_T=
505529case `echo -n x` in #(((((
506530-n*)
···513537*)
514538 ECHO_N='-n';;
515539esac
540540+541541+# For backward compatibility with old third-party macros, we provide
542542+# the shell variables $as_echo and $as_echo_n. New code should use
543543+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
544544+as_echo='printf %s\n'
545545+as_echo_n='printf %s'
546546+516547517548rm -f conf$$ conf$$.exe conf$$.file
518549if test -d conf$$.dir; then
···581612# Identity of this package.
582613PACKAGE_NAME='font-util'
583614PACKAGE_TARNAME='font-util'
584584-PACKAGE_VERSION='1.4.0'
585585-PACKAGE_STRING='font-util 1.4.0'
615615+PACKAGE_VERSION='1.4.1'
616616+PACKAGE_STRING='font-util 1.4.1'
586617PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/font/util/-/issues'
587618PACKAGE_URL=''
588619589620ac_unique_file="Makefile.am"
590621# Factoring default headers for most tests.
591622ac_includes_default="\
592592-#include <stdio.h>
593593-#ifdef HAVE_SYS_TYPES_H
594594-# include <sys/types.h>
595595-#endif
596596-#ifdef HAVE_SYS_STAT_H
597597-# include <sys/stat.h>
623623+#include <stddef.h>
624624+#ifdef HAVE_STDIO_H
625625+# include <stdio.h>
598626#endif
599599-#ifdef STDC_HEADERS
627627+#ifdef HAVE_STDLIB_H
600628# include <stdlib.h>
601601-# include <stddef.h>
602602-#else
603603-# ifdef HAVE_STDLIB_H
604604-# include <stdlib.h>
605605-# endif
606629#endif
607630#ifdef HAVE_STRING_H
608608-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
609609-# include <memory.h>
610610-# endif
611631# include <string.h>
612632#endif
613613-#ifdef HAVE_STRINGS_H
614614-# include <strings.h>
615615-#endif
616633#ifdef HAVE_INTTYPES_H
617634# include <inttypes.h>
618635#endif
619636#ifdef HAVE_STDINT_H
620637# include <stdint.h>
621638#endif
639639+#ifdef HAVE_STRINGS_H
640640+# include <strings.h>
641641+#endif
642642+#ifdef HAVE_SYS_TYPES_H
643643+# include <sys/types.h>
644644+#endif
645645+#ifdef HAVE_SYS_STAT_H
646646+# include <sys/stat.h>
647647+#endif
622648#ifdef HAVE_UNISTD_H
623649# include <unistd.h>
624650#endif"
625651652652+ac_header_c_list=
626653ac_subst_vars='am__EXEEXT_FALSE
627654am__EXEEXT_TRUE
628655LTLIBOBJS
···664691STRICT_CFLAGS
665692CWARNFLAGS
666693BASE_CFLAGS
667667-EGREP
668668-GREP
669669-CPP
670694am__fastdepCC_FALSE
671695am__fastdepCC_TRUE
672696CCDEPMODE
···768792LDFLAGS
769793LIBS
770794CPPFLAGS
771771-CPP
772795PKG_CONFIG
773796PKG_CONFIG_PATH
774797PKG_CONFIG_LIBDIR'
···839862 *=) ac_optarg= ;;
840863 *) ac_optarg=yes ;;
841864 esac
842842-843843- # Accept the important Cygnus configure options, so we can diagnose typos.
844865845866 case $ac_dashdash$ac_option in
846867 --)
···882903 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
883904 # Reject names that are not valid shell variable names.
884905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
885885- as_fn_error $? "invalid feature name: $ac_useropt"
906906+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
886907 ac_useropt_orig=$ac_useropt
887887- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908908+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
888909 case $ac_user_opts in
889910 *"
890911"enable_$ac_useropt"
···908929 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
909930 # Reject names that are not valid shell variable names.
910931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
911911- as_fn_error $? "invalid feature name: $ac_useropt"
932932+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
912933 ac_useropt_orig=$ac_useropt
913913- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934934+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
914935 case $ac_user_opts in
915936 *"
916937"enable_$ac_useropt"
···11211142 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
11221143 # Reject names that are not valid shell variable names.
11231144 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11241124- as_fn_error $? "invalid package name: $ac_useropt"
11451145+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11251146 ac_useropt_orig=$ac_useropt
11261126- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11471147+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11271148 case $ac_user_opts in
11281149 *"
11291150"with_$ac_useropt"
···11371158 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
11381159 # Reject names that are not valid shell variable names.
11391160 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11401140- as_fn_error $? "invalid package name: $ac_useropt"
11611161+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11411162 ac_useropt_orig=$ac_useropt
11421142- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11631163+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11431164 case $ac_user_opts in
11441165 *"
11451166"with_$ac_useropt"
···1183120411841205 *)
11851206 # FIXME: should be removed in autoconf 3.0.
11861186- $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12071207+ printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
11871208 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
11881188- $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12091209+ printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
11891210 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
11901211 ;;
11911212···12011222 case $enable_option_checking in
12021223 no) ;;
12031224 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
12041204- *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12251225+ *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12051226 esac
12061227fi
12071228···12651286 X"$as_myself" : 'X\(//\)[^/]' \| \
12661287 X"$as_myself" : 'X\(//\)$' \| \
12671288 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
12681268-$as_echo X"$as_myself" |
12891289+printf "%s\n" X"$as_myself" |
12691290 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12701291 s//\1/
12711292 q
···13221343 # Omit some internal or obsolete options to make the list less imposing.
13231344 # This message is too long to be a string in the A/UX 3.1 sh.
13241345 cat <<_ACEOF
13251325-\`configure' configures font-util 1.4.0 to adapt to many kinds of systems.
13461346+\`configure' configures font-util 1.4.1 to adapt to many kinds of systems.
1326134713271348Usage: $0 [OPTION]... [VAR=VALUE]...
13281349···1393141413941415if test -n "$ac_init_help"; then
13951416 case $ac_init_help in
13961396- short | recursive ) echo "Configuration of font-util 1.4.0:";;
14171417+ short | recursive ) echo "Configuration of font-util 1.4.1:";;
13971418 esac
13981419 cat <<\_ACEOF
13991420···14321453 LIBS libraries to pass to the linker, e.g. -l<library>
14331454 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
14341455 you have headers in a nonstandard directory <include dir>
14351435- CPP C preprocessor
14361456 PKG_CONFIG path to pkg-config utility
14371457 PKG_CONFIG_PATH
14381458 directories to add to pkg-config's search path
···14581478case "$ac_dir" in
14591479.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14601480*)
14611461- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14811481+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
14621482 # A ".." for each directory in $ac_dir_suffix.
14631463- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14831483+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14641484 case $ac_top_builddir_sub in
14651485 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14661486 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···14881508ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489150914901510 cd "$ac_dir" || { ac_status=$?; continue; }
14911491- # Check for guested configure.
15111511+ # Check for configure.gnu first; this name is used for a wrapper for
15121512+ # Metaconfig's "Configure" on case-insensitive file systems.
14921513 if test -f "$ac_srcdir/configure.gnu"; then
14931514 echo &&
14941515 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
···14961517 echo &&
14971518 $SHELL "$ac_srcdir/configure" --help=recursive
14981519 else
14991499- $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15201520+ printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15001521 fi || ac_status=$?
15011522 cd "$ac_pwd" || { ac_status=$?; break; }
15021523 done
···15051526test -n "$ac_init_help" && exit $ac_status
15061527if $ac_init_version; then
15071528 cat <<\_ACEOF
15081508-font-util configure 1.4.0
15091509-generated by GNU Autoconf 2.69
15291529+font-util configure 1.4.1
15301530+generated by GNU Autoconf 2.71
1510153115111511-Copyright (C) 2012 Free Software Foundation, Inc.
15321532+Copyright (C) 2021 Free Software Foundation, Inc.
15121533This configure script is free software; the Free Software Foundation
15131534gives unlimited permission to copy, distribute and modify it.
15141535_ACEOF
···15251546ac_fn_c_try_compile ()
15261547{
15271548 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15281528- rm -f conftest.$ac_objext
15491549+ rm -f conftest.$ac_objext conftest.beam
15291550 if { { ac_try="$ac_compile"
15301551case "(($ac_try" in
15311552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15321553 *) ac_try_echo=$ac_try;;
15331554esac
15341555eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
15351535-$as_echo "$ac_try_echo"; } >&5
15561556+printf "%s\n" "$ac_try_echo"; } >&5
15361557 (eval "$ac_compile") 2>conftest.err
15371558 ac_status=$?
15381559 if test -s conftest.err; then
···15401561 cat conftest.er1 >&5
15411562 mv -f conftest.er1 conftest.err
15421563 fi
15431543- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15641564+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15441565 test $ac_status = 0; } && {
15451566 test -z "$ac_c_werror_flag" ||
15461567 test ! -s conftest.err
15471547- } && test -s conftest.$ac_objext; then :
15681568+ } && test -s conftest.$ac_objext
15691569+then :
15481570 ac_retval=0
15491549-else
15501550- $as_echo "$as_me: failed program was:" >&5
15711571+else $as_nop
15721572+ printf "%s\n" "$as_me: failed program was:" >&5
15511573sed 's/^/| /' conftest.$ac_ext >&5
1552157415531575 ac_retval=1
···1557157915581580} # ac_fn_c_try_compile
1559158115601560-# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
15611561-# ---------------------------------------------
15821582+# ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
15831583+# ------------------------------------------------------------------
15621584# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
15631563-# accordingly.
15641564-ac_fn_c_check_decl ()
15851585+# accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
15861586+ac_fn_check_decl ()
15651587{
15661588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15671589 as_decl_name=`echo $2|sed 's/ *(.*//'`
15901590+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
15911591+printf %s "checking whether $as_decl_name is declared... " >&6; }
15921592+if eval test \${$3+y}
15931593+then :
15941594+ printf %s "(cached) " >&6
15951595+else $as_nop
15681596 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
15691569- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
15701570-$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
15711571-if eval \${$3+:} false; then :
15721572- $as_echo_n "(cached) " >&6
15731573-else
15971597+ eval ac_save_FLAGS=\$$6
15981598+ as_fn_append $6 " $5"
15741599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15751600/* end confdefs.h. */
15761601$4
15771602int
15781578-main ()
16031603+main (void)
15791604{
15801605#ifndef $as_decl_name
15811606#ifdef __cplusplus
···15891614 return 0;
15901615}
15911616_ACEOF
15921592-if ac_fn_c_try_compile "$LINENO"; then :
16171617+if ac_fn_c_try_compile "$LINENO"
16181618+then :
15931619 eval "$3=yes"
15941594-else
16201620+else $as_nop
15951621 eval "$3=no"
15961622fi
15971597-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16231623+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
16241624+ eval $6=\$ac_save_FLAGS
16251625+15981626fi
15991627eval ac_res=\$$3
16001600- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16011601-$as_echo "$ac_res" >&6; }
16281628+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16291629+printf "%s\n" "$ac_res" >&6; }
16021630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1603163116041604-} # ac_fn_c_check_decl
16051605-16061606-# ac_fn_c_try_cpp LINENO
16071607-# ----------------------
16081608-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
16091609-ac_fn_c_try_cpp ()
16101610-{
16111611- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16121612- if { { ac_try="$ac_cpp conftest.$ac_ext"
16131613-case "(($ac_try" in
16141614- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16151615- *) ac_try_echo=$ac_try;;
16161616-esac
16171617-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16181618-$as_echo "$ac_try_echo"; } >&5
16191619- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
16201620- ac_status=$?
16211621- if test -s conftest.err; then
16221622- grep -v '^ *+' conftest.err >conftest.er1
16231623- cat conftest.er1 >&5
16241624- mv -f conftest.er1 conftest.err
16251625- fi
16261626- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16271627- test $ac_status = 0; } > conftest.i && {
16281628- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16291629- test ! -s conftest.err
16301630- }; then :
16311631- ac_retval=0
16321632-else
16331633- $as_echo "$as_me: failed program was:" >&5
16341634-sed 's/^/| /' conftest.$ac_ext >&5
16351635-16361636- ac_retval=1
16371637-fi
16381638- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
16391639- as_fn_set_status $ac_retval
16401640-16411641-} # ac_fn_c_try_cpp
16421642-16431643-# ac_fn_c_try_run LINENO
16441644-# ----------------------
16451645-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
16461646-# that executables *can* be run.
16471647-ac_fn_c_try_run ()
16481648-{
16491649- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16501650- if { { ac_try="$ac_link"
16511651-case "(($ac_try" in
16521652- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16531653- *) ac_try_echo=$ac_try;;
16541654-esac
16551655-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16561656-$as_echo "$ac_try_echo"; } >&5
16571657- (eval "$ac_link") 2>&5
16581658- ac_status=$?
16591659- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16601660- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
16611661- { { case "(($ac_try" in
16621662- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16631663- *) ac_try_echo=$ac_try;;
16641664-esac
16651665-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16661666-$as_echo "$ac_try_echo"; } >&5
16671667- (eval "$ac_try") 2>&5
16681668- ac_status=$?
16691669- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16701670- test $ac_status = 0; }; }; then :
16711671- ac_retval=0
16721672-else
16731673- $as_echo "$as_me: program exited with status $ac_status" >&5
16741674- $as_echo "$as_me: failed program was:" >&5
16751675-sed 's/^/| /' conftest.$ac_ext >&5
16761676-16771677- ac_retval=$ac_status
16781678-fi
16791679- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
16801680- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
16811681- as_fn_set_status $ac_retval
16821682-16831683-} # ac_fn_c_try_run
16321632+} # ac_fn_check_decl
1684163316851634# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
16861635# -------------------------------------------------------
···16891638ac_fn_c_check_header_compile ()
16901639{
16911640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16921692- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
16931693-$as_echo_n "checking for $2... " >&6; }
16941694-if eval \${$3+:} false; then :
16951695- $as_echo_n "(cached) " >&6
16961696-else
16411641+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
16421642+printf %s "checking for $2... " >&6; }
16431643+if eval test \${$3+y}
16441644+then :
16451645+ printf %s "(cached) " >&6
16461646+else $as_nop
16971647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16981648/* end confdefs.h. */
16991649$4
17001650#include <$2>
17011651_ACEOF
17021702-if ac_fn_c_try_compile "$LINENO"; then :
16521652+if ac_fn_c_try_compile "$LINENO"
16531653+then :
17031654 eval "$3=yes"
17041704-else
16551655+else $as_nop
17051656 eval "$3=no"
17061657fi
17071707-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16581658+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
17081659fi
17091660eval ac_res=\$$3
17101710- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17111711-$as_echo "$ac_res" >&6; }
16611661+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16621662+printf "%s\n" "$ac_res" >&6; }
17121663 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1713166417141665} # ac_fn_c_check_header_compile
···17191670ac_fn_c_try_link ()
17201671{
17211672 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17221722- rm -f conftest.$ac_objext conftest$ac_exeext
16731673+ rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
17231674 if { { ac_try="$ac_link"
17241675case "(($ac_try" in
17251676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17261677 *) ac_try_echo=$ac_try;;
17271678esac
17281679eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17291729-$as_echo "$ac_try_echo"; } >&5
16801680+printf "%s\n" "$ac_try_echo"; } >&5
17301681 (eval "$ac_link") 2>conftest.err
17311682 ac_status=$?
17321683 if test -s conftest.err; then
···17341685 cat conftest.er1 >&5
17351686 mv -f conftest.er1 conftest.err
17361687 fi
17371737- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16881688+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17381689 test $ac_status = 0; } && {
17391690 test -z "$ac_c_werror_flag" ||
17401691 test ! -s conftest.err
17411692 } && test -s conftest$ac_exeext && {
17421693 test "$cross_compiling" = yes ||
17431694 test -x conftest$ac_exeext
17441744- }; then :
16951695+ }
16961696+then :
17451697 ac_retval=0
17461746-else
17471747- $as_echo "$as_me: failed program was:" >&5
16981698+else $as_nop
16991699+ printf "%s\n" "$as_me: failed program was:" >&5
17481700sed 's/^/| /' conftest.$ac_ext >&5
1749170117501702 ac_retval=1
···17581710 as_fn_set_status $ac_retval
1759171117601712} # ac_fn_c_try_link
17131713+ac_configure_args_raw=
17141714+for ac_arg
17151715+do
17161716+ case $ac_arg in
17171717+ *\'*)
17181718+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
17191719+ esac
17201720+ as_fn_append ac_configure_args_raw " '$ac_arg'"
17211721+done
17221722+17231723+case $ac_configure_args_raw in
17241724+ *$as_nl*)
17251725+ ac_safe_unquote= ;;
17261726+ *)
17271727+ ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
17281728+ ac_unsafe_a="$ac_unsafe_z#~"
17291729+ ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
17301730+ ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
17311731+esac
17321732+17611733cat >config.log <<_ACEOF
17621734This file contains any messages produced by compilers while
17631735running configure, to aid debugging if configure makes a mistake.
1764173617651765-It was created by font-util $as_me 1.4.0, which was
17661766-generated by GNU Autoconf 2.69. Invocation command line was
17371737+It was created by font-util $as_me 1.4.1, which was
17381738+generated by GNU Autoconf 2.71. Invocation command line was
1767173917681768- $ $0 $@
17401740+ $ $0$ac_configure_args_raw
1769174117701742_ACEOF
17711743exec 5>>config.log
···17981770for as_dir in $PATH
17991771do
18001772 IFS=$as_save_IFS
18011801- test -z "$as_dir" && as_dir=.
18021802- $as_echo "PATH: $as_dir"
17731773+ case $as_dir in #(((
17741774+ '') as_dir=./ ;;
17751775+ */) ;;
17761776+ *) as_dir=$as_dir/ ;;
17771777+ esac
17781778+ printf "%s\n" "PATH: $as_dir"
18031779 done
18041780IFS=$as_save_IFS
18051781···18341810 | -silent | --silent | --silen | --sile | --sil)
18351811 continue ;;
18361812 *\'*)
18371837- ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18131813+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18381814 esac
18391815 case $ac_pass in
18401816 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
···18691845# WARNING: Use '\'' to represent an apostrophe within the trap.
18701846# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
18711847trap 'exit_status=$?
18481848+ # Sanitize IFS.
18491849+ IFS=" "" $as_nl"
18721850 # Save into config.log some information that might help in debugging.
18731851 {
18741852 echo
1875185318761876- $as_echo "## ---------------- ##
18541854+ printf "%s\n" "## ---------------- ##
18771855## Cache variables. ##
18781856## ---------------- ##"
18791857 echo
···18841862 case $ac_val in #(
18851863 *${as_nl}*)
18861864 case $ac_var in #(
18871887- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18881888-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18651865+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18661866+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18891867 esac
18901868 case $ac_var in #(
18911869 _ | IFS | as_nl) ;; #(
···19091887)
19101888 echo
1911188919121912- $as_echo "## ----------------- ##
18901890+ printf "%s\n" "## ----------------- ##
19131891## Output variables. ##
19141892## ----------------- ##"
19151893 echo
···19171895 do
19181896 eval ac_val=\$$ac_var
19191897 case $ac_val in
19201920- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
18981898+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19211899 esac
19221922- $as_echo "$ac_var='\''$ac_val'\''"
19001900+ printf "%s\n" "$ac_var='\''$ac_val'\''"
19231901 done | sort
19241902 echo
1925190319261904 if test -n "$ac_subst_files"; then
19271927- $as_echo "## ------------------- ##
19051905+ printf "%s\n" "## ------------------- ##
19281906## File substitutions. ##
19291907## ------------------- ##"
19301908 echo
···19321910 do
19331911 eval ac_val=\$$ac_var
19341912 case $ac_val in
19351935- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19131913+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
19361914 esac
19371937- $as_echo "$ac_var='\''$ac_val'\''"
19151915+ printf "%s\n" "$ac_var='\''$ac_val'\''"
19381916 done | sort
19391917 echo
19401918 fi
1941191919421920 if test -s confdefs.h; then
19431943- $as_echo "## ----------- ##
19211921+ printf "%s\n" "## ----------- ##
19441922## confdefs.h. ##
19451923## ----------- ##"
19461924 echo
···19481926 echo
19491927 fi
19501928 test "$ac_signal" != 0 &&
19511951- $as_echo "$as_me: caught signal $ac_signal"
19521952- $as_echo "$as_me: exit $exit_status"
19291929+ printf "%s\n" "$as_me: caught signal $ac_signal"
19301930+ printf "%s\n" "$as_me: exit $exit_status"
19531931 } >&5
19541932 rm -f core *.core core.conftest.* &&
19551933 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
···19631941# confdefs.h avoids OS command line length limits that DEFS can exceed.
19641942rm -f -r conftest* confdefs.h
1965194319661966-$as_echo "/* confdefs.h */" > confdefs.h
19441944+printf "%s\n" "/* confdefs.h */" > confdefs.h
1967194519681946# Predefined preprocessor variables.
1969194719701970-cat >>confdefs.h <<_ACEOF
19711971-#define PACKAGE_NAME "$PACKAGE_NAME"
19721972-_ACEOF
19481948+printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
1973194919741974-cat >>confdefs.h <<_ACEOF
19751975-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
19761976-_ACEOF
19501950+printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
1977195119781978-cat >>confdefs.h <<_ACEOF
19791979-#define PACKAGE_VERSION "$PACKAGE_VERSION"
19801980-_ACEOF
19521952+printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
1981195319821982-cat >>confdefs.h <<_ACEOF
19831983-#define PACKAGE_STRING "$PACKAGE_STRING"
19841984-_ACEOF
19541954+printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
1985195519861986-cat >>confdefs.h <<_ACEOF
19871987-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
19881988-_ACEOF
19561956+printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
1989195719901990-cat >>confdefs.h <<_ACEOF
19911991-#define PACKAGE_URL "$PACKAGE_URL"
19921992-_ACEOF
19581958+printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
199319591994196019951961# Let the site file select an alternate cache file if it wants to.
19961962# Prefer an explicitly selected file to automatically selected ones.
19971997-ac_site_file1=NONE
19981998-ac_site_file2=NONE
19991963if test -n "$CONFIG_SITE"; then
20002000- # We do not want a PATH search for config.site.
20012001- case $CONFIG_SITE in #((
20022002- -*) ac_site_file1=./$CONFIG_SITE;;
20032003- */*) ac_site_file1=$CONFIG_SITE;;
20042004- *) ac_site_file1=./$CONFIG_SITE;;
20052005- esac
19641964+ ac_site_files="$CONFIG_SITE"
20061965elif test "x$prefix" != xNONE; then
20072007- ac_site_file1=$prefix/share/config.site
20082008- ac_site_file2=$prefix/etc/config.site
19661966+ ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
20091967else
20102010- ac_site_file1=$ac_default_prefix/share/config.site
20112011- ac_site_file2=$ac_default_prefix/etc/config.site
19681968+ ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
20121969fi
20132013-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
19701970+19711971+for ac_site_file in $ac_site_files
20141972do
20152015- test "x$ac_site_file" = xNONE && continue
20162016- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
20172017- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
20182018-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
19731973+ case $ac_site_file in #(
19741974+ */*) :
19751975+ ;; #(
19761976+ *) :
19771977+ ac_site_file=./$ac_site_file ;;
19781978+esac
19791979+ if test -f "$ac_site_file" && test -r "$ac_site_file"; then
19801980+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
19811981+printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
20191982 sed 's/^/| /' "$ac_site_file" >&5
20201983 . "$ac_site_file" \
20212021- || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20222022-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
19841984+ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
19851985+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
20231986as_fn_error $? "failed to load site script $ac_site_file
20241987See \`config.log' for more details" "$LINENO" 5; }
20251988 fi
···20291992 # Some versions of bash will fail to source /dev/null (special files
20301993 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
20311994 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
20322032- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
20332033-$as_echo "$as_me: loading cache $cache_file" >&6;}
19951995+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
19961996+printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
20341997 case $cache_file in
20351998 [\\/]* | ?:[\\/]* ) . "$cache_file";;
20361999 *) . "./$cache_file";;
20372000 esac
20382001 fi
20392002else
20402040- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
20412041-$as_echo "$as_me: creating cache $cache_file" >&6;}
20032003+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
20042004+printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
20422005 >$cache_file
20432006fi
2044200720082008+# Test code for whether the C compiler supports C89 (global declarations)
20092009+ac_c_conftest_c89_globals='
20102010+/* Does the compiler advertise C89 conformance?
20112011+ Do not test the value of __STDC__, because some compilers set it to 0
20122012+ while being otherwise adequately conformant. */
20132013+#if !defined __STDC__
20142014+# error "Compiler does not advertise C89 conformance"
20152015+#endif
20162016+20172017+#include <stddef.h>
20182018+#include <stdarg.h>
20192019+struct stat;
20202020+/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
20212021+struct buf { int x; };
20222022+struct buf * (*rcsopen) (struct buf *, struct stat *, int);
20232023+static char *e (p, i)
20242024+ char **p;
20252025+ int i;
20262026+{
20272027+ return p[i];
20282028+}
20292029+static char *f (char * (*g) (char **, int), char **p, ...)
20302030+{
20312031+ char *s;
20322032+ va_list v;
20332033+ va_start (v,p);
20342034+ s = g (p, va_arg (v,int));
20352035+ va_end (v);
20362036+ return s;
20372037+}
20382038+20392039+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
20402040+ function prototypes and stuff, but not \xHH hex character constants.
20412041+ These do not provoke an error unfortunately, instead are silently treated
20422042+ as an "x". The following induces an error, until -std is added to get
20432043+ proper ANSI mode. Curiously \x00 != x always comes out true, for an
20442044+ array size at least. It is necessary to write \x00 == 0 to get something
20452045+ that is true only with -std. */
20462046+int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
20472047+20482048+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
20492049+ inside strings and character constants. */
20502050+#define FOO(x) '\''x'\''
20512051+int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
20522052+20532053+int test (int i, double x);
20542054+struct s1 {int (*f) (int a);};
20552055+struct s2 {int (*f) (double a);};
20562056+int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
20572057+ int, int);'
20582058+20592059+# Test code for whether the C compiler supports C89 (body of main).
20602060+ac_c_conftest_c89_main='
20612061+ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
20622062+'
20632063+20642064+# Test code for whether the C compiler supports C99 (global declarations)
20652065+ac_c_conftest_c99_globals='
20662066+// Does the compiler advertise C99 conformance?
20672067+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
20682068+# error "Compiler does not advertise C99 conformance"
20692069+#endif
20702070+20712071+#include <stdbool.h>
20722072+extern int puts (const char *);
20732073+extern int printf (const char *, ...);
20742074+extern int dprintf (int, const char *, ...);
20752075+extern void *malloc (size_t);
20762076+20772077+// Check varargs macros. These examples are taken from C99 6.10.3.5.
20782078+// dprintf is used instead of fprintf to avoid needing to declare
20792079+// FILE and stderr.
20802080+#define debug(...) dprintf (2, __VA_ARGS__)
20812081+#define showlist(...) puts (#__VA_ARGS__)
20822082+#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
20832083+static void
20842084+test_varargs_macros (void)
20852085+{
20862086+ int x = 1234;
20872087+ int y = 5678;
20882088+ debug ("Flag");
20892089+ debug ("X = %d\n", x);
20902090+ showlist (The first, second, and third items.);
20912091+ report (x>y, "x is %d but y is %d", x, y);
20922092+}
20932093+20942094+// Check long long types.
20952095+#define BIG64 18446744073709551615ull
20962096+#define BIG32 4294967295ul
20972097+#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
20982098+#if !BIG_OK
20992099+ #error "your preprocessor is broken"
21002100+#endif
21012101+#if BIG_OK
21022102+#else
21032103+ #error "your preprocessor is broken"
21042104+#endif
21052105+static long long int bignum = -9223372036854775807LL;
21062106+static unsigned long long int ubignum = BIG64;
21072107+21082108+struct incomplete_array
21092109+{
21102110+ int datasize;
21112111+ double data[];
21122112+};
21132113+21142114+struct named_init {
21152115+ int number;
21162116+ const wchar_t *name;
21172117+ double average;
21182118+};
21192119+21202120+typedef const char *ccp;
21212121+21222122+static inline int
21232123+test_restrict (ccp restrict text)
21242124+{
21252125+ // See if C++-style comments work.
21262126+ // Iterate through items via the restricted pointer.
21272127+ // Also check for declarations in for loops.
21282128+ for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
21292129+ continue;
21302130+ return 0;
21312131+}
21322132+21332133+// Check varargs and va_copy.
21342134+static bool
21352135+test_varargs (const char *format, ...)
21362136+{
21372137+ va_list args;
21382138+ va_start (args, format);
21392139+ va_list args_copy;
21402140+ va_copy (args_copy, args);
21412141+21422142+ const char *str = "";
21432143+ int number = 0;
21442144+ float fnumber = 0;
21452145+21462146+ while (*format)
21472147+ {
21482148+ switch (*format++)
21492149+ {
21502150+ case '\''s'\'': // string
21512151+ str = va_arg (args_copy, const char *);
21522152+ break;
21532153+ case '\''d'\'': // int
21542154+ number = va_arg (args_copy, int);
21552155+ break;
21562156+ case '\''f'\'': // float
21572157+ fnumber = va_arg (args_copy, double);
21582158+ break;
21592159+ default:
21602160+ break;
21612161+ }
21622162+ }
21632163+ va_end (args_copy);
21642164+ va_end (args);
21652165+21662166+ return *str && number && fnumber;
21672167+}
21682168+'
21692169+21702170+# Test code for whether the C compiler supports C99 (body of main).
21712171+ac_c_conftest_c99_main='
21722172+ // Check bool.
21732173+ _Bool success = false;
21742174+ success |= (argc != 0);
21752175+21762176+ // Check restrict.
21772177+ if (test_restrict ("String literal") == 0)
21782178+ success = true;
21792179+ char *restrict newvar = "Another string";
21802180+21812181+ // Check varargs.
21822182+ success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
21832183+ test_varargs_macros ();
21842184+21852185+ // Check flexible array members.
21862186+ struct incomplete_array *ia =
21872187+ malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
21882188+ ia->datasize = 10;
21892189+ for (int i = 0; i < ia->datasize; ++i)
21902190+ ia->data[i] = i * 1.234;
21912191+21922192+ // Check named initializers.
21932193+ struct named_init ni = {
21942194+ .number = 34,
21952195+ .name = L"Test wide string",
21962196+ .average = 543.34343,
21972197+ };
21982198+21992199+ ni.number = 58;
22002200+22012201+ int dynamic_array[ni.number];
22022202+ dynamic_array[0] = argv[0][0];
22032203+ dynamic_array[ni.number - 1] = 543;
22042204+22052205+ // work around unused variable warnings
22062206+ ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
22072207+ || dynamic_array[ni.number - 1] != 543);
22082208+'
22092209+22102210+# Test code for whether the C compiler supports C11 (global declarations)
22112211+ac_c_conftest_c11_globals='
22122212+// Does the compiler advertise C11 conformance?
22132213+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
22142214+# error "Compiler does not advertise C11 conformance"
22152215+#endif
22162216+22172217+// Check _Alignas.
22182218+char _Alignas (double) aligned_as_double;
22192219+char _Alignas (0) no_special_alignment;
22202220+extern char aligned_as_int;
22212221+char _Alignas (0) _Alignas (int) aligned_as_int;
22222222+22232223+// Check _Alignof.
22242224+enum
22252225+{
22262226+ int_alignment = _Alignof (int),
22272227+ int_array_alignment = _Alignof (int[100]),
22282228+ char_alignment = _Alignof (char)
22292229+};
22302230+_Static_assert (0 < -_Alignof (int), "_Alignof is signed");
22312231+22322232+// Check _Noreturn.
22332233+int _Noreturn does_not_return (void) { for (;;) continue; }
22342234+22352235+// Check _Static_assert.
22362236+struct test_static_assert
22372237+{
22382238+ int x;
22392239+ _Static_assert (sizeof (int) <= sizeof (long int),
22402240+ "_Static_assert does not work in struct");
22412241+ long int y;
22422242+};
22432243+22442244+// Check UTF-8 literals.
22452245+#define u8 syntax error!
22462246+char const utf8_literal[] = u8"happens to be ASCII" "another string";
22472247+22482248+// Check duplicate typedefs.
22492249+typedef long *long_ptr;
22502250+typedef long int *long_ptr;
22512251+typedef long_ptr long_ptr;
22522252+22532253+// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
22542254+struct anonymous
22552255+{
22562256+ union {
22572257+ struct { int i; int j; };
22582258+ struct { int k; long int l; } w;
22592259+ };
22602260+ int m;
22612261+} v1;
22622262+'
22632263+22642264+# Test code for whether the C compiler supports C11 (body of main).
22652265+ac_c_conftest_c11_main='
22662266+ _Static_assert ((offsetof (struct anonymous, i)
22672267+ == offsetof (struct anonymous, w.k)),
22682268+ "Anonymous union alignment botch");
22692269+ v1.i = 2;
22702270+ v1.w.k = 5;
22712271+ ok |= v1.i != 5;
22722272+'
22732273+22742274+# Test code for whether the C compiler supports C11 (complete).
22752275+ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
22762276+${ac_c_conftest_c99_globals}
22772277+${ac_c_conftest_c11_globals}
22782278+22792279+int
22802280+main (int argc, char **argv)
22812281+{
22822282+ int ok = 0;
22832283+ ${ac_c_conftest_c89_main}
22842284+ ${ac_c_conftest_c99_main}
22852285+ ${ac_c_conftest_c11_main}
22862286+ return ok;
22872287+}
22882288+"
22892289+22902290+# Test code for whether the C compiler supports C99 (complete).
22912291+ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
22922292+${ac_c_conftest_c99_globals}
22932293+22942294+int
22952295+main (int argc, char **argv)
22962296+{
22972297+ int ok = 0;
22982298+ ${ac_c_conftest_c89_main}
22992299+ ${ac_c_conftest_c99_main}
23002300+ return ok;
23012301+}
23022302+"
23032303+23042304+# Test code for whether the C compiler supports C89 (complete).
23052305+ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
23062306+23072307+int
23082308+main (int argc, char **argv)
23092309+{
23102310+ int ok = 0;
23112311+ ${ac_c_conftest_c89_main}
23122312+ return ok;
23132313+}
23142314+"
23152315+23162316+as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
23172317+as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
23182318+as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
23192319+as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
23202320+as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
23212321+as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
23222322+as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
23232323+as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
23242324+as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
23252325+23262326+# Auxiliary files required by this configure script.
23272327+ac_aux_files="config.guess config.sub missing install-sh"
23282328+23292329+# Locations in which to look for auxiliary files.
23302330+ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
23312331+23322332+# Search for a directory containing all of the required auxiliary files,
23332333+# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
23342334+# If we don't find one directory that contains all the files we need,
23352335+# we report the set of missing files from the *first* directory in
23362336+# $ac_aux_dir_candidates and give up.
23372337+ac_missing_aux_files=""
23382338+ac_first_candidate=:
23392339+printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
23402340+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
23412341+as_found=false
23422342+for as_dir in $ac_aux_dir_candidates
23432343+do
23442344+ IFS=$as_save_IFS
23452345+ case $as_dir in #(((
23462346+ '') as_dir=./ ;;
23472347+ */) ;;
23482348+ *) as_dir=$as_dir/ ;;
23492349+ esac
23502350+ as_found=:
23512351+23522352+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
23532353+ ac_aux_dir_found=yes
23542354+ ac_install_sh=
23552355+ for ac_aux in $ac_aux_files
23562356+ do
23572357+ # As a special case, if "install-sh" is required, that requirement
23582358+ # can be satisfied by any of "install-sh", "install.sh", or "shtool",
23592359+ # and $ac_install_sh is set appropriately for whichever one is found.
23602360+ if test x"$ac_aux" = x"install-sh"
23612361+ then
23622362+ if test -f "${as_dir}install-sh"; then
23632363+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
23642364+ ac_install_sh="${as_dir}install-sh -c"
23652365+ elif test -f "${as_dir}install.sh"; then
23662366+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
23672367+ ac_install_sh="${as_dir}install.sh -c"
23682368+ elif test -f "${as_dir}shtool"; then
23692369+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
23702370+ ac_install_sh="${as_dir}shtool install -c"
23712371+ else
23722372+ ac_aux_dir_found=no
23732373+ if $ac_first_candidate; then
23742374+ ac_missing_aux_files="${ac_missing_aux_files} install-sh"
23752375+ else
23762376+ break
23772377+ fi
23782378+ fi
23792379+ else
23802380+ if test -f "${as_dir}${ac_aux}"; then
23812381+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
23822382+ else
23832383+ ac_aux_dir_found=no
23842384+ if $ac_first_candidate; then
23852385+ ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
23862386+ else
23872387+ break
23882388+ fi
23892389+ fi
23902390+ fi
23912391+ done
23922392+ if test "$ac_aux_dir_found" = yes; then
23932393+ ac_aux_dir="$as_dir"
23942394+ break
23952395+ fi
23962396+ ac_first_candidate=false
23972397+23982398+ as_found=false
23992399+done
24002400+IFS=$as_save_IFS
24012401+if $as_found
24022402+then :
24032403+24042404+else $as_nop
24052405+ as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
24062406+fi
24072407+24082408+24092409+# These three variables are undocumented and unsupported,
24102410+# and are intended to be withdrawn in a future Autoconf release.
24112411+# They can cause serious problems if a builder's source tree is in a directory
24122412+# whose full name contains unusual characters.
24132413+if test -f "${ac_aux_dir}config.guess"; then
24142414+ ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
24152415+fi
24162416+if test -f "${ac_aux_dir}config.sub"; then
24172417+ ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
24182418+fi
24192419+if test -f "$ac_aux_dir/configure"; then
24202420+ ac_configure="$SHELL ${ac_aux_dir}configure"
24212421+fi
24222422+20452423# Check that the precious variables saved in the cache have kept the same
20462424# value.
20472425ac_cache_corrupted=false
···20522430 eval ac_new_val=\$ac_env_${ac_var}_value
20532431 case $ac_old_set,$ac_new_set in
20542432 set,)
20552055- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
20562056-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
24332433+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
24342434+printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
20572435 ac_cache_corrupted=: ;;
20582436 ,set)
20592059- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
20602060-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
24372437+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
24382438+printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
20612439 ac_cache_corrupted=: ;;
20622440 ,);;
20632441 *)
···20662444 ac_old_val_w=`echo x $ac_old_val`
20672445 ac_new_val_w=`echo x $ac_new_val`
20682446 if test "$ac_old_val_w" != "$ac_new_val_w"; then
20692069- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
20702070-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
24472447+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
24482448+printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
20712449 ac_cache_corrupted=:
20722450 else
20732073- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
20742074-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
24512451+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
24522452+printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
20752453 eval $ac_var=\$ac_old_val
20762454 fi
20772077- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
20782078-$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
20792079- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
20802080-$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
24552455+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
24562456+printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
24572457+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
24582458+printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
20812459 fi;;
20822460 esac
20832461 # Pass precious variables to config.status.
20842462 if test "$ac_new_set" = set; then
20852463 case $ac_new_val in
20862086- *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
24642464+ *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
20872465 *) ac_arg=$ac_var=$ac_new_val ;;
20882466 esac
20892467 case " $ac_configure_args " in
···20932471 fi
20942472done
20952473if $ac_cache_corrupted; then
20962096- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20972097-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20982098- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
20992099-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
21002100- as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
24742474+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
24752475+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
24762476+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
24772477+printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
24782478+ as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
24792479+ and start over" "$LINENO" 5
21012480fi
21022481## -------------------- ##
21032482## Main body of script. ##
···21172496# Initialize Automake
21182497am__api_version='1.12'
2119249821202120-ac_aux_dir=
21212121-for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
21222122- if test -f "$ac_dir/install-sh"; then
21232123- ac_aux_dir=$ac_dir
21242124- ac_install_sh="$ac_aux_dir/install-sh -c"
21252125- break
21262126- elif test -f "$ac_dir/install.sh"; then
21272127- ac_aux_dir=$ac_dir
21282128- ac_install_sh="$ac_aux_dir/install.sh -c"
21292129- break
21302130- elif test -f "$ac_dir/shtool"; then
21312131- ac_aux_dir=$ac_dir
21322132- ac_install_sh="$ac_aux_dir/shtool install -c"
21332133- break
21342134- fi
21352135-done
21362136-if test -z "$ac_aux_dir"; then
21372137- as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
21382138-fi
2139249921402140-# These three variables are undocumented and unsupported,
21412141-# and are intended to be withdrawn in a future Autoconf release.
21422142-# They can cause serious problems if a builder's source tree is in a directory
21432143-# whose full name contains unusual characters.
21442144-ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
21452145-ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
21462146-ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2147250021482148-21492149-# Find a good install program. We prefer a C program (faster),
25012501+ # Find a good install program. We prefer a C program (faster),
21502502# so one script is as good as another. But avoid the broken or
21512503# incompatible versions:
21522504# SysV /etc/install, /usr/sbin/install
···21602512# OS/2's system install, which has a completely different semantic
21612513# ./install, which can be erroneously created by make from ./install.sh.
21622514# Reject install programs that cannot install multiple files.
21632163-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
21642164-$as_echo_n "checking for a BSD-compatible install... " >&6; }
25152515+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
25162516+printf %s "checking for a BSD-compatible install... " >&6; }
21652517if test -z "$INSTALL"; then
21662166-if ${ac_cv_path_install+:} false; then :
21672167- $as_echo_n "(cached) " >&6
21682168-else
25182518+if test ${ac_cv_path_install+y}
25192519+then :
25202520+ printf %s "(cached) " >&6
25212521+else $as_nop
21692522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21702523for as_dir in $PATH
21712524do
21722525 IFS=$as_save_IFS
21732173- test -z "$as_dir" && as_dir=.
21742174- # Account for people who put trailing slashes in PATH elements.
21752175-case $as_dir/ in #((
21762176- ./ | .// | /[cC]/* | \
25262526+ case $as_dir in #(((
25272527+ '') as_dir=./ ;;
25282528+ */) ;;
25292529+ *) as_dir=$as_dir/ ;;
25302530+ esac
25312531+ # Account for fact that we put trailing slashes in our PATH walk.
25322532+case $as_dir in #((
25332533+ ./ | /[cC]/* | \
21772534 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
21782535 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
21792536 /usr/ucb/* ) ;;
···21832540 # by default.
21842541 for ac_prog in ginstall scoinst install; do
21852542 for ac_exec_ext in '' $ac_executable_extensions; do
21862186- if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
25432543+ if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
21872544 if test $ac_prog = install &&
21882188- grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
25452545+ grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
21892546 # AIX install. It has an incompatible calling convention.
21902547 :
21912548 elif test $ac_prog = install &&
21922192- grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
25492549+ grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
21932550 # program-specific install script used by HP pwplus--don't use.
21942551 :
21952552 else
···21972554 echo one > conftest.one
21982555 echo two > conftest.two
21992556 mkdir conftest.dir
22002200- if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
25572557+ if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
22012558 test -s conftest.one && test -s conftest.two &&
22022559 test -s conftest.dir/conftest.one &&
22032560 test -s conftest.dir/conftest.two
22042561 then
22052205- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
25622562+ ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
22062563 break 3
22072564 fi
22082565 fi
···22182575rm -rf conftest.one conftest.two conftest.dir
2219257622202577fi
22212221- if test "${ac_cv_path_install+set}" = set; then
25782578+ if test ${ac_cv_path_install+y}; then
22222579 INSTALL=$ac_cv_path_install
22232580 else
22242581 # As a last resort, use the slow shell script. Don't cache a
···22282585 INSTALL=$ac_install_sh
22292586 fi
22302587fi
22312231-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
22322232-$as_echo "$INSTALL" >&6; }
25882588+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
25892589+printf "%s\n" "$INSTALL" >&6; }
2233259022342591# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
22352592# It thinks the first close brace ends the variable substitution.
···2239259622402597test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2241259822422242-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
22432243-$as_echo_n "checking whether build environment is sane... " >&6; }
25992599+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
26002600+printf %s "checking whether build environment is sane... " >&6; }
22442601# Reject unsafe characters in $srcdir or the absolute working directory
22452602# name. Accept space and tab only in the latter.
22462603am_lf='
···22942651 as_fn_error $? "newly created file is older than distributed files!
22952652Check your system clock" "$LINENO" 5
22962653fi
22972297-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
22982298-$as_echo "yes" >&6; }
26542654+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26552655+printf "%s\n" "yes" >&6; }
22992656# If we didn't sleep, we still need to ensure time stamps of config.status and
23002657# generated files are strictly newer.
23012658am_sleep_pid=
···23142671# Double any \ or $.
23152672# By default was `s,x,x', remove it if useless.
23162673ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
23172317-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
26742674+program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2318267523192676# expand $ac_aux_dir to an absolute path
23202677am_aux_dir=`cd $ac_aux_dir && pwd`
2321267823222322-if test x"${MISSING+set}" != xset; then
26792679+26802680+ if test x"${MISSING+set}" != xset; then
23232681 case $am_aux_dir in
23242682 *\ * | *\ *)
23252683 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
···23322690 am_missing_run="$MISSING --run "
23332691else
23342692 am_missing_run=
23352335- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
23362336-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
26932693+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
26942694+printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
23372695fi
2338269623392697if test x"${install_sh}" != xset; then
···23532711 if test -n "$ac_tool_prefix"; then
23542712 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
23552713set dummy ${ac_tool_prefix}strip; ac_word=$2
23562356-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23572357-$as_echo_n "checking for $ac_word... " >&6; }
23582358-if ${ac_cv_prog_STRIP+:} false; then :
23592359- $as_echo_n "(cached) " >&6
23602360-else
27142714+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27152715+printf %s "checking for $ac_word... " >&6; }
27162716+if test ${ac_cv_prog_STRIP+y}
27172717+then :
27182718+ printf %s "(cached) " >&6
27192719+else $as_nop
23612720 if test -n "$STRIP"; then
23622721 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
23632722else
···23652724for as_dir in $PATH
23662725do
23672726 IFS=$as_save_IFS
23682368- test -z "$as_dir" && as_dir=.
27272727+ case $as_dir in #(((
27282728+ '') as_dir=./ ;;
27292729+ */) ;;
27302730+ *) as_dir=$as_dir/ ;;
27312731+ esac
23692732 for ac_exec_ext in '' $ac_executable_extensions; do
23702370- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27332733+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
23712734 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
23722372- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27352735+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
23732736 break 2
23742737 fi
23752738done
···23802743fi
23812744STRIP=$ac_cv_prog_STRIP
23822745if test -n "$STRIP"; then
23832383- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
23842384-$as_echo "$STRIP" >&6; }
27462746+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
27472747+printf "%s\n" "$STRIP" >&6; }
23852748else
23862386- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
23872387-$as_echo "no" >&6; }
27492749+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
27502750+printf "%s\n" "no" >&6; }
23882751fi
2389275223902753···23932756 ac_ct_STRIP=$STRIP
23942757 # Extract the first word of "strip", so it can be a program name with args.
23952758set dummy strip; ac_word=$2
23962396-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
23972397-$as_echo_n "checking for $ac_word... " >&6; }
23982398-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
23992399- $as_echo_n "(cached) " >&6
24002400-else
27592759+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27602760+printf %s "checking for $ac_word... " >&6; }
27612761+if test ${ac_cv_prog_ac_ct_STRIP+y}
27622762+then :
27632763+ printf %s "(cached) " >&6
27642764+else $as_nop
24012765 if test -n "$ac_ct_STRIP"; then
24022766 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
24032767else
···24052769for as_dir in $PATH
24062770do
24072771 IFS=$as_save_IFS
24082408- test -z "$as_dir" && as_dir=.
27722772+ case $as_dir in #(((
27732773+ '') as_dir=./ ;;
27742774+ */) ;;
27752775+ *) as_dir=$as_dir/ ;;
27762776+ esac
24092777 for ac_exec_ext in '' $ac_executable_extensions; do
24102410- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27782778+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
24112779 ac_cv_prog_ac_ct_STRIP="strip"
24122412- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27802780+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
24132781 break 2
24142782 fi
24152783done
···24202788fi
24212789ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
24222790if test -n "$ac_ct_STRIP"; then
24232423- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
24242424-$as_echo "$ac_ct_STRIP" >&6; }
27912791+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
27922792+printf "%s\n" "$ac_ct_STRIP" >&6; }
24252793else
24262426- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
24272427-$as_echo "no" >&6; }
27942794+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
27952795+printf "%s\n" "no" >&6; }
24282796fi
2429279724302798 if test "x$ac_ct_STRIP" = x; then
···24322800 else
24332801 case $cross_compiling:$ac_tool_warned in
24342802yes:)
24352435-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
24362436-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28032803+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28042804+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
24372805ac_tool_warned=yes ;;
24382806esac
24392807 STRIP=$ac_ct_STRIP
···24452813fi
24462814INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2447281524482448-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
24492449-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
28162816+28172817+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
28182818+printf %s "checking for a race-free mkdir -p... " >&6; }
24502819if test -z "$MKDIR_P"; then
24512451- if ${ac_cv_path_mkdir+:} false; then :
24522452- $as_echo_n "(cached) " >&6
24532453-else
28202820+ if test ${ac_cv_path_mkdir+y}
28212821+then :
28222822+ printf %s "(cached) " >&6
28232823+else $as_nop
24542824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24552825for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
24562826do
24572827 IFS=$as_save_IFS
24582458- test -z "$as_dir" && as_dir=.
28282828+ case $as_dir in #(((
28292829+ '') as_dir=./ ;;
28302830+ */) ;;
28312831+ *) as_dir=$as_dir/ ;;
28322832+ esac
24592833 for ac_prog in mkdir gmkdir; do
24602834 for ac_exec_ext in '' $ac_executable_extensions; do
24612461- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
24622462- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
24632463- 'mkdir (GNU coreutils) '* | \
24642464- 'mkdir (coreutils) '* | \
28352835+ as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
28362836+ case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
28372837+ 'mkdir ('*'coreutils) '* | \
28382838+ 'BusyBox '* | \
24652839 'mkdir (fileutils) '4.1*)
24662466- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
28402840+ ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
24672841 break 3;;
24682842 esac
24692843 done
···24742848fi
2475284924762850 test -d ./--version && rmdir ./--version
24772477- if test "${ac_cv_path_mkdir+set}" = set; then
28512851+ if test ${ac_cv_path_mkdir+y}; then
24782852 MKDIR_P="$ac_cv_path_mkdir -p"
24792853 else
24802854 # As a last resort, use the slow shell script. Don't cache a
···24842858 MKDIR_P="$ac_install_sh -d"
24852859 fi
24862860fi
24872487-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
24882488-$as_echo "$MKDIR_P" >&6; }
28612861+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
28622862+printf "%s\n" "$MKDIR_P" >&6; }
2489286324902864for ac_prog in gawk mawk nawk awk
24912865do
24922866 # Extract the first word of "$ac_prog", so it can be a program name with args.
24932867set dummy $ac_prog; ac_word=$2
24942494-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24952495-$as_echo_n "checking for $ac_word... " >&6; }
24962496-if ${ac_cv_prog_AWK+:} false; then :
24972497- $as_echo_n "(cached) " >&6
24982498-else
28682868+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28692869+printf %s "checking for $ac_word... " >&6; }
28702870+if test ${ac_cv_prog_AWK+y}
28712871+then :
28722872+ printf %s "(cached) " >&6
28732873+else $as_nop
24992874 if test -n "$AWK"; then
25002875 ac_cv_prog_AWK="$AWK" # Let the user override the test.
25012876else
···25032878for as_dir in $PATH
25042879do
25052880 IFS=$as_save_IFS
25062506- test -z "$as_dir" && as_dir=.
28812881+ case $as_dir in #(((
28822882+ '') as_dir=./ ;;
28832883+ */) ;;
28842884+ *) as_dir=$as_dir/ ;;
28852885+ esac
25072886 for ac_exec_ext in '' $ac_executable_extensions; do
25082508- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28872887+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
25092888 ac_cv_prog_AWK="$ac_prog"
25102510- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28892889+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
25112890 break 2
25122891 fi
25132892done
···25182897fi
25192898AWK=$ac_cv_prog_AWK
25202899if test -n "$AWK"; then
25212521- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
25222522-$as_echo "$AWK" >&6; }
29002900+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
29012901+printf "%s\n" "$AWK" >&6; }
25232902else
25242524- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25252525-$as_echo "no" >&6; }
29032903+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29042904+printf "%s\n" "no" >&6; }
25262905fi
252729062528290725292908 test -n "$AWK" && break
25302909done
2531291025322532-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
25332533-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
29112911+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
29122912+printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
25342913set x ${MAKE-make}
25352535-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
25362536-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
25372537- $as_echo_n "(cached) " >&6
25382538-else
29142914+ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
29152915+if eval test \${ac_cv_prog_make_${ac_make}_set+y}
29162916+then :
29172917+ printf %s "(cached) " >&6
29182918+else $as_nop
25392919 cat >conftest.make <<\_ACEOF
25402920SHELL = /bin/sh
25412921all:
···25512931rm -f conftest.make
25522932fi
25532933if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
25542554- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
25552555-$as_echo "yes" >&6; }
29342934+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
29352935+printf "%s\n" "yes" >&6; }
25562936 SET_MAKE=
25572937else
25582558- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25592559-$as_echo "no" >&6; }
29382938+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29392939+printf "%s\n" "no" >&6; }
25602940 SET_MAKE="MAKE=${MAKE-make}"
25612941fi
25622942···2591297125922972# Define the identity of the package.
25932973 PACKAGE='font-util'
25942594- VERSION='1.4.0'
29742974+ VERSION='1.4.1'
259529752596297625972597-cat >>confdefs.h <<_ACEOF
25982598-#define PACKAGE "$PACKAGE"
25992599-_ACEOF
29772977+printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
260029782601297926022602-cat >>confdefs.h <<_ACEOF
26032603-#define VERSION "$VERSION"
26042604-_ACEOF
29802980+printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2605298126062982# Some tools Automake needs.
26072983···26503026265130272652302826532653-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
26542654-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
30293029+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
30303030+printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
26553031 # Check whether --enable-maintainer-mode was given.
26562656-if test "${enable_maintainer_mode+set}" = set; then :
30323032+if test ${enable_maintainer_mode+y}
30333033+then :
26573034 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
26582658-else
30353035+else $as_nop
26593036 USE_MAINTAINER_MODE=no
26603037fi
2661303826622662- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
26632663-$as_echo "$USE_MAINTAINER_MODE" >&6; }
30393039+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
30403040+printf "%s\n" "$USE_MAINTAINER_MODE" >&6; }
26643041 if test $USE_MAINTAINER_MODE = yes; then
26653042 MAINTAINER_MODE_TRUE=
26663043 MAINTAINER_MODE_FALSE='#'
···26733050267430512675305230533053+30543054+30553055+30563056+30573057+30583058+30593059+30603060+30613061+26763062DEPDIR="${am__leading_dot}deps"
2677306326783064ac_config_commands="$ac_config_commands depfiles"
···26853071.PHONY: am__doit
26863072END
26873073# If we don't find an include directive, just comment out the code.
26882688-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
26892689-$as_echo_n "checking for style of include used by $am_make... " >&6; }
30743074+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
30753075+printf %s "checking for style of include used by $am_make... " >&6; }
26903076am__include="#"
26913077am__quote=
26923078_am_result=none
···27133099fi
271431002715310127162716-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
27172717-$as_echo "$_am_result" >&6; }
31023102+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
31033103+printf "%s\n" "$_am_result" >&6; }
27183104rm -f confinc confmf
2719310527203106# Check whether --enable-dependency-tracking was given.
27212721-if test "${enable_dependency_tracking+set}" = set; then :
31073107+if test ${enable_dependency_tracking+y}
31083108+then :
27223109 enableval=$enable_dependency_tracking;
27233110fi
27243111···27443131if test -n "$ac_tool_prefix"; then
27453132 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
27463133set dummy ${ac_tool_prefix}gcc; ac_word=$2
27472747-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27482748-$as_echo_n "checking for $ac_word... " >&6; }
27492749-if ${ac_cv_prog_CC+:} false; then :
27502750- $as_echo_n "(cached) " >&6
27512751-else
31343134+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31353135+printf %s "checking for $ac_word... " >&6; }
31363136+if test ${ac_cv_prog_CC+y}
31373137+then :
31383138+ printf %s "(cached) " >&6
31393139+else $as_nop
27523140 if test -n "$CC"; then
27533141 ac_cv_prog_CC="$CC" # Let the user override the test.
27543142else
···27563144for as_dir in $PATH
27573145do
27583146 IFS=$as_save_IFS
27592759- test -z "$as_dir" && as_dir=.
31473147+ case $as_dir in #(((
31483148+ '') as_dir=./ ;;
31493149+ */) ;;
31503150+ *) as_dir=$as_dir/ ;;
31513151+ esac
27603152 for ac_exec_ext in '' $ac_executable_extensions; do
27612761- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31533153+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
27623154 ac_cv_prog_CC="${ac_tool_prefix}gcc"
27632763- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
31553155+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
27643156 break 2
27653157 fi
27663158done
···27713163fi
27723164CC=$ac_cv_prog_CC
27733165if test -n "$CC"; then
27742774- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
27752775-$as_echo "$CC" >&6; }
31663166+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31673167+printf "%s\n" "$CC" >&6; }
27763168else
27772777- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
27782778-$as_echo "no" >&6; }
31693169+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
31703170+printf "%s\n" "no" >&6; }
27793171fi
2780317227813173···27843176 ac_ct_CC=$CC
27853177 # Extract the first word of "gcc", so it can be a program name with args.
27863178set dummy gcc; ac_word=$2
27872787-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
27882788-$as_echo_n "checking for $ac_word... " >&6; }
27892789-if ${ac_cv_prog_ac_ct_CC+:} false; then :
27902790- $as_echo_n "(cached) " >&6
27912791-else
31793179+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31803180+printf %s "checking for $ac_word... " >&6; }
31813181+if test ${ac_cv_prog_ac_ct_CC+y}
31823182+then :
31833183+ printf %s "(cached) " >&6
31843184+else $as_nop
27923185 if test -n "$ac_ct_CC"; then
27933186 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
27943187else
···27963189for as_dir in $PATH
27973190do
27983191 IFS=$as_save_IFS
27992799- test -z "$as_dir" && as_dir=.
31923192+ case $as_dir in #(((
31933193+ '') as_dir=./ ;;
31943194+ */) ;;
31953195+ *) as_dir=$as_dir/ ;;
31963196+ esac
28003197 for ac_exec_ext in '' $ac_executable_extensions; do
28012801- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31983198+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
28023199 ac_cv_prog_ac_ct_CC="gcc"
28032803- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
32003200+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
28043201 break 2
28053202 fi
28063203done
···28113208fi
28123209ac_ct_CC=$ac_cv_prog_ac_ct_CC
28133210if test -n "$ac_ct_CC"; then
28142814- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
28152815-$as_echo "$ac_ct_CC" >&6; }
32113211+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
32123212+printf "%s\n" "$ac_ct_CC" >&6; }
28163213else
28172817- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28182818-$as_echo "no" >&6; }
32143214+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
32153215+printf "%s\n" "no" >&6; }
28193216fi
2820321728213218 if test "x$ac_ct_CC" = x; then
···28233220 else
28243221 case $cross_compiling:$ac_tool_warned in
28253222yes:)
28262826-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
28272827-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
32233223+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
32243224+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
28283225ac_tool_warned=yes ;;
28293226esac
28303227 CC=$ac_ct_CC
···28373234 if test -n "$ac_tool_prefix"; then
28383235 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
28393236set dummy ${ac_tool_prefix}cc; ac_word=$2
28402840-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28412841-$as_echo_n "checking for $ac_word... " >&6; }
28422842-if ${ac_cv_prog_CC+:} false; then :
28432843- $as_echo_n "(cached) " >&6
28442844-else
32373237+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32383238+printf %s "checking for $ac_word... " >&6; }
32393239+if test ${ac_cv_prog_CC+y}
32403240+then :
32413241+ printf %s "(cached) " >&6
32423242+else $as_nop
28453243 if test -n "$CC"; then
28463244 ac_cv_prog_CC="$CC" # Let the user override the test.
28473245else
···28493247for as_dir in $PATH
28503248do
28513249 IFS=$as_save_IFS
28522852- test -z "$as_dir" && as_dir=.
32503250+ case $as_dir in #(((
32513251+ '') as_dir=./ ;;
32523252+ */) ;;
32533253+ *) as_dir=$as_dir/ ;;
32543254+ esac
28533255 for ac_exec_ext in '' $ac_executable_extensions; do
28542854- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
32563256+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
28553257 ac_cv_prog_CC="${ac_tool_prefix}cc"
28562856- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
32583258+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
28573259 break 2
28583260 fi
28593261done
···28643266fi
28653267CC=$ac_cv_prog_CC
28663268if test -n "$CC"; then
28672867- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
28682868-$as_echo "$CC" >&6; }
32693269+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
32703270+printf "%s\n" "$CC" >&6; }
28693271else
28702870- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
28712871-$as_echo "no" >&6; }
32723272+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
32733273+printf "%s\n" "no" >&6; }
28723274fi
2873327528743276···28773279if test -z "$CC"; then
28783280 # Extract the first word of "cc", so it can be a program name with args.
28793281set dummy cc; ac_word=$2
28802880-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28812881-$as_echo_n "checking for $ac_word... " >&6; }
28822882-if ${ac_cv_prog_CC+:} false; then :
28832883- $as_echo_n "(cached) " >&6
28842884-else
32823282+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32833283+printf %s "checking for $ac_word... " >&6; }
32843284+if test ${ac_cv_prog_CC+y}
32853285+then :
32863286+ printf %s "(cached) " >&6
32873287+else $as_nop
28853288 if test -n "$CC"; then
28863289 ac_cv_prog_CC="$CC" # Let the user override the test.
28873290else
···28903293for as_dir in $PATH
28913294do
28923295 IFS=$as_save_IFS
28932893- test -z "$as_dir" && as_dir=.
32963296+ case $as_dir in #(((
32973297+ '') as_dir=./ ;;
32983298+ */) ;;
32993299+ *) as_dir=$as_dir/ ;;
33003300+ esac
28943301 for ac_exec_ext in '' $ac_executable_extensions; do
28952895- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28962896- if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
33023302+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
33033303+ if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
28973304 ac_prog_rejected=yes
28983305 continue
28993306 fi
29003307 ac_cv_prog_CC="cc"
29012901- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33083308+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
29023309 break 2
29033310 fi
29043311done
···29143321 # However, it has the same basename, so the bogon will be chosen
29153322 # first if we set CC to just the basename; use the full file name.
29163323 shift
29172917- ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
33243324+ ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
29183325 fi
29193326fi
29203327fi
29213328fi
29223329CC=$ac_cv_prog_CC
29233330if test -n "$CC"; then
29242924- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29252925-$as_echo "$CC" >&6; }
33313331+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
33323332+printf "%s\n" "$CC" >&6; }
29263333else
29272927- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29282928-$as_echo "no" >&6; }
33343334+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
33353335+printf "%s\n" "no" >&6; }
29293336fi
2930333729313338···29363343 do
29373344 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
29383345set dummy $ac_tool_prefix$ac_prog; ac_word=$2
29392939-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29402940-$as_echo_n "checking for $ac_word... " >&6; }
29412941-if ${ac_cv_prog_CC+:} false; then :
29422942- $as_echo_n "(cached) " >&6
29432943-else
33463346+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33473347+printf %s "checking for $ac_word... " >&6; }
33483348+if test ${ac_cv_prog_CC+y}
33493349+then :
33503350+ printf %s "(cached) " >&6
33513351+else $as_nop
29443352 if test -n "$CC"; then
29453353 ac_cv_prog_CC="$CC" # Let the user override the test.
29463354else
···29483356for as_dir in $PATH
29493357do
29503358 IFS=$as_save_IFS
29512951- test -z "$as_dir" && as_dir=.
33593359+ case $as_dir in #(((
33603360+ '') as_dir=./ ;;
33613361+ */) ;;
33623362+ *) as_dir=$as_dir/ ;;
33633363+ esac
29523364 for ac_exec_ext in '' $ac_executable_extensions; do
29532953- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33653365+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
29543366 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
29552955- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
33673367+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
29563368 break 2
29573369 fi
29583370done
···29633375fi
29643376CC=$ac_cv_prog_CC
29653377if test -n "$CC"; then
29662966- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
29672967-$as_echo "$CC" >&6; }
33783378+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
33793379+printf "%s\n" "$CC" >&6; }
29683380else
29692969- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29702970-$as_echo "no" >&6; }
33813381+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
33823382+printf "%s\n" "no" >&6; }
29713383fi
2972338429733385···29803392do
29813393 # Extract the first word of "$ac_prog", so it can be a program name with args.
29823394set dummy $ac_prog; ac_word=$2
29832983-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29842984-$as_echo_n "checking for $ac_word... " >&6; }
29852985-if ${ac_cv_prog_ac_ct_CC+:} false; then :
29862986- $as_echo_n "(cached) " >&6
29872987-else
33953395+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
33963396+printf %s "checking for $ac_word... " >&6; }
33973397+if test ${ac_cv_prog_ac_ct_CC+y}
33983398+then :
33993399+ printf %s "(cached) " >&6
34003400+else $as_nop
29883401 if test -n "$ac_ct_CC"; then
29893402 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
29903403else
···29923405for as_dir in $PATH
29933406do
29943407 IFS=$as_save_IFS
29952995- test -z "$as_dir" && as_dir=.
34083408+ case $as_dir in #(((
34093409+ '') as_dir=./ ;;
34103410+ */) ;;
34113411+ *) as_dir=$as_dir/ ;;
34123412+ esac
29963413 for ac_exec_ext in '' $ac_executable_extensions; do
29972997- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34143414+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
29983415 ac_cv_prog_ac_ct_CC="$ac_prog"
29992999- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34163416+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30003417 break 2
30013418 fi
30023419done
···30073424fi
30083425ac_ct_CC=$ac_cv_prog_ac_ct_CC
30093426if test -n "$ac_ct_CC"; then
30103010- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
30113011-$as_echo "$ac_ct_CC" >&6; }
34273427+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
34283428+printf "%s\n" "$ac_ct_CC" >&6; }
30123429else
30133013- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30143014-$as_echo "no" >&6; }
34303430+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34313431+printf "%s\n" "no" >&6; }
30153432fi
3016343330173434···30233440 else
30243441 case $cross_compiling:$ac_tool_warned in
30253442yes:)
30263026-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
30273027-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
34433443+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
34443444+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
30283445ac_tool_warned=yes ;;
30293446esac
30303447 CC=$ac_ct_CC
···30323449fi
3033345030343451fi
34523452+if test -z "$CC"; then
34533453+ if test -n "$ac_tool_prefix"; then
34543454+ # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
34553455+set dummy ${ac_tool_prefix}clang; ac_word=$2
34563456+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34573457+printf %s "checking for $ac_word... " >&6; }
34583458+if test ${ac_cv_prog_CC+y}
34593459+then :
34603460+ printf %s "(cached) " >&6
34613461+else $as_nop
34623462+ if test -n "$CC"; then
34633463+ ac_cv_prog_CC="$CC" # Let the user override the test.
34643464+else
34653465+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34663466+for as_dir in $PATH
34673467+do
34683468+ IFS=$as_save_IFS
34693469+ case $as_dir in #(((
34703470+ '') as_dir=./ ;;
34713471+ */) ;;
34723472+ *) as_dir=$as_dir/ ;;
34733473+ esac
34743474+ for ac_exec_ext in '' $ac_executable_extensions; do
34753475+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
34763476+ ac_cv_prog_CC="${ac_tool_prefix}clang"
34773477+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
34783478+ break 2
34793479+ fi
34803480+done
34813481+ done
34823482+IFS=$as_save_IFS
3035348334843484+fi
34853485+fi
34863486+CC=$ac_cv_prog_CC
34873487+if test -n "$CC"; then
34883488+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
34893489+printf "%s\n" "$CC" >&6; }
34903490+else
34913491+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34923492+printf "%s\n" "no" >&6; }
34933493+fi
3036349430373037-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
30383038-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34953495+34963496+fi
34973497+if test -z "$ac_cv_prog_CC"; then
34983498+ ac_ct_CC=$CC
34993499+ # Extract the first word of "clang", so it can be a program name with args.
35003500+set dummy clang; ac_word=$2
35013501+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
35023502+printf %s "checking for $ac_word... " >&6; }
35033503+if test ${ac_cv_prog_ac_ct_CC+y}
35043504+then :
35053505+ printf %s "(cached) " >&6
35063506+else $as_nop
35073507+ if test -n "$ac_ct_CC"; then
35083508+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
35093509+else
35103510+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35113511+for as_dir in $PATH
35123512+do
35133513+ IFS=$as_save_IFS
35143514+ case $as_dir in #(((
35153515+ '') as_dir=./ ;;
35163516+ */) ;;
35173517+ *) as_dir=$as_dir/ ;;
35183518+ esac
35193519+ for ac_exec_ext in '' $ac_executable_extensions; do
35203520+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
35213521+ ac_cv_prog_ac_ct_CC="clang"
35223522+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
35233523+ break 2
35243524+ fi
35253525+done
35263526+ done
35273527+IFS=$as_save_IFS
35283528+35293529+fi
35303530+fi
35313531+ac_ct_CC=$ac_cv_prog_ac_ct_CC
35323532+if test -n "$ac_ct_CC"; then
35333533+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
35343534+printf "%s\n" "$ac_ct_CC" >&6; }
35353535+else
35363536+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35373537+printf "%s\n" "no" >&6; }
35383538+fi
35393539+35403540+ if test "x$ac_ct_CC" = x; then
35413541+ CC=""
35423542+ else
35433543+ case $cross_compiling:$ac_tool_warned in
35443544+yes:)
35453545+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
35463546+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
35473547+ac_tool_warned=yes ;;
35483548+esac
35493549+ CC=$ac_ct_CC
35503550+ fi
35513551+else
35523552+ CC="$ac_cv_prog_CC"
35533553+fi
35543554+35553555+fi
35563556+35573557+35583558+test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35593559+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
30393560as_fn_error $? "no acceptable C compiler found in \$PATH
30403561See \`config.log' for more details" "$LINENO" 5; }
3041356230423563# Provide some information about the compiler.
30433043-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
35643564+printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
30443565set X $ac_compile
30453566ac_compiler=$2
30463046-for ac_option in --version -v -V -qversion; do
35673567+for ac_option in --version -v -V -qversion -version; do
30473568 { { ac_try="$ac_compiler $ac_option >&5"
30483569case "(($ac_try" in
30493570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30503571 *) ac_try_echo=$ac_try;;
30513572esac
30523573eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
30533053-$as_echo "$ac_try_echo"; } >&5
35743574+printf "%s\n" "$ac_try_echo"; } >&5
30543575 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
30553576 ac_status=$?
30563577 if test -s conftest.err; then
···30603581 cat conftest.er1 >&5
30613582 fi
30623583 rm -f conftest.er1 conftest.err
30633063- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35843584+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
30643585 test $ac_status = 0; }
30653586done
30663587···30683589/* end confdefs.h. */
3069359030703591int
30713071-main ()
35923592+main (void)
30723593{
3073359430743595 ;
···30803601# Try to create an executable without -o first, disregard a.out.
30813602# It will help us diagnose broken compilers, and finding out an intuition
30823603# of exeext.
30833083-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
30843084-$as_echo_n "checking whether the C compiler works... " >&6; }
30853085-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
36043604+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
36053605+printf %s "checking whether the C compiler works... " >&6; }
36063606+ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3086360730873608# The possible output files:
30883609ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
···31033624 *) ac_try_echo=$ac_try;;
31043625esac
31053626eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
31063106-$as_echo "$ac_try_echo"; } >&5
36273627+printf "%s\n" "$ac_try_echo"; } >&5
31073628 (eval "$ac_link_default") 2>&5
31083629 ac_status=$?
31093109- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31103110- test $ac_status = 0; }; then :
36303630+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
36313631+ test $ac_status = 0; }
36323632+then :
31113633 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
31123634# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
31133635# in a Makefile. We should not override ac_cv_exeext if it was cached,
···31243646 # certainly right.
31253647 break;;
31263648 *.* )
31273127- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
36493649+ if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
31283650 then :; else
31293651 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
31303652 fi
···31403662done
31413663test "$ac_cv_exeext" = no && ac_cv_exeext=
3142366431433143-else
36653665+else $as_nop
31443666 ac_file=''
31453667fi
31463146-if test -z "$ac_file"; then :
31473147- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31483148-$as_echo "no" >&6; }
31493149-$as_echo "$as_me: failed program was:" >&5
36683668+if test -z "$ac_file"
36693669+then :
36703670+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
36713671+printf "%s\n" "no" >&6; }
36723672+printf "%s\n" "$as_me: failed program was:" >&5
31503673sed 's/^/| /' conftest.$ac_ext >&5
3151367431523152-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
31533153-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36753675+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
36763676+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
31543677as_fn_error 77 "C compiler cannot create executables
31553678See \`config.log' for more details" "$LINENO" 5; }
31563156-else
31573157- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31583158-$as_echo "yes" >&6; }
36793679+else $as_nop
36803680+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
36813681+printf "%s\n" "yes" >&6; }
31593682fi
31603160-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
31613161-$as_echo_n "checking for C compiler default output file name... " >&6; }
31623162-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
31633163-$as_echo "$ac_file" >&6; }
36833683+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
36843684+printf %s "checking for C compiler default output file name... " >&6; }
36853685+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
36863686+printf "%s\n" "$ac_file" >&6; }
31643687ac_exeext=$ac_cv_exeext
3165368831663689rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
31673690ac_clean_files=$ac_clean_files_save
31683168-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
31693169-$as_echo_n "checking for suffix of executables... " >&6; }
36913691+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
36923692+printf %s "checking for suffix of executables... " >&6; }
31703693if { { ac_try="$ac_link"
31713694case "(($ac_try" in
31723695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31733696 *) ac_try_echo=$ac_try;;
31743697esac
31753698eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
31763176-$as_echo "$ac_try_echo"; } >&5
36993699+printf "%s\n" "$ac_try_echo"; } >&5
31773700 (eval "$ac_link") 2>&5
31783701 ac_status=$?
31793179- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
31803180- test $ac_status = 0; }; then :
37023702+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37033703+ test $ac_status = 0; }
37043704+then :
31813705 # If both `conftest.exe' and `conftest' are `present' (well, observable)
31823706# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
31833707# work properly (i.e., refer to `conftest.exe'), while it won't with
···31913715 * ) break;;
31923716 esac
31933717done
31943194-else
31953195- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
31963196-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37183718+else $as_nop
37193719+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37203720+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
31973721as_fn_error $? "cannot compute suffix of executables: cannot compile and link
31983722See \`config.log' for more details" "$LINENO" 5; }
31993723fi
32003724rm -f conftest conftest$ac_cv_exeext
32013201-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
32023202-$as_echo "$ac_cv_exeext" >&6; }
37253725+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
37263726+printf "%s\n" "$ac_cv_exeext" >&6; }
3203372732043728rm -f conftest.$ac_ext
32053729EXEEXT=$ac_cv_exeext
···32083732/* end confdefs.h. */
32093733#include <stdio.h>
32103734int
32113211-main ()
37353735+main (void)
32123736{
32133737FILE *f = fopen ("conftest.out", "w");
32143738 return ferror (f) || fclose (f) != 0;
···32203744ac_clean_files="$ac_clean_files conftest.out"
32213745# Check that the compiler produces executables we can run. If not, either
32223746# the compiler is broken, or we cross compile.
32233223-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
32243224-$as_echo_n "checking whether we are cross compiling... " >&6; }
37473747+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
37483748+printf %s "checking whether we are cross compiling... " >&6; }
32253749if test "$cross_compiling" != yes; then
32263750 { { ac_try="$ac_link"
32273751case "(($ac_try" in
···32293753 *) ac_try_echo=$ac_try;;
32303754esac
32313755eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32323232-$as_echo "$ac_try_echo"; } >&5
37563756+printf "%s\n" "$ac_try_echo"; } >&5
32333757 (eval "$ac_link") 2>&5
32343758 ac_status=$?
32353235- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37593759+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32363760 test $ac_status = 0; }
32373761 if { ac_try='./conftest$ac_cv_exeext'
32383762 { { case "(($ac_try" in
···32403764 *) ac_try_echo=$ac_try;;
32413765esac
32423766eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32433243-$as_echo "$ac_try_echo"; } >&5
37673767+printf "%s\n" "$ac_try_echo"; } >&5
32443768 (eval "$ac_try") 2>&5
32453769 ac_status=$?
32463246- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
37703770+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32473771 test $ac_status = 0; }; }; then
32483772 cross_compiling=no
32493773 else
32503774 if test "$cross_compiling" = maybe; then
32513775 cross_compiling=yes
32523776 else
32533253- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32543254-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
32553255-as_fn_error $? "cannot run C compiled programs.
37773777+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
37783778+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
37793779+as_fn_error 77 "cannot run C compiled programs.
32563780If you meant to cross compile, use \`--host'.
32573781See \`config.log' for more details" "$LINENO" 5; }
32583782 fi
32593783 fi
32603784fi
32613261-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
32623262-$as_echo "$cross_compiling" >&6; }
37853785+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
37863786+printf "%s\n" "$cross_compiling" >&6; }
3263378732643788rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
32653789ac_clean_files=$ac_clean_files_save
32663266-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
32673267-$as_echo_n "checking for suffix of object files... " >&6; }
32683268-if ${ac_cv_objext+:} false; then :
32693269- $as_echo_n "(cached) " >&6
32703270-else
37903790+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
37913791+printf %s "checking for suffix of object files... " >&6; }
37923792+if test ${ac_cv_objext+y}
37933793+then :
37943794+ printf %s "(cached) " >&6
37953795+else $as_nop
32713796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32723797/* end confdefs.h. */
3273379832743799int
32753275-main ()
38003800+main (void)
32763801{
3277380232783803 ;
···32863811 *) ac_try_echo=$ac_try;;
32873812esac
32883813eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
32893289-$as_echo "$ac_try_echo"; } >&5
38143814+printf "%s\n" "$ac_try_echo"; } >&5
32903815 (eval "$ac_compile") 2>&5
32913816 ac_status=$?
32923292- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
32933293- test $ac_status = 0; }; then :
38173817+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
38183818+ test $ac_status = 0; }
38193819+then :
32943820 for ac_file in conftest.o conftest.obj conftest.*; do
32953821 test -f "$ac_file" || continue;
32963822 case $ac_file in
···32993825 break;;
33003826 esac
33013827done
33023302-else
33033303- $as_echo "$as_me: failed program was:" >&5
38283828+else $as_nop
38293829+ printf "%s\n" "$as_me: failed program was:" >&5
33043830sed 's/^/| /' conftest.$ac_ext >&5
3305383133063306-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
33073307-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
38323832+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
38333833+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
33083834as_fn_error $? "cannot compute suffix of object files: cannot compile
33093835See \`config.log' for more details" "$LINENO" 5; }
33103836fi
33113837rm -f conftest.$ac_cv_objext conftest.$ac_ext
33123838fi
33133313-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
33143314-$as_echo "$ac_cv_objext" >&6; }
38393839+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
38403840+printf "%s\n" "$ac_cv_objext" >&6; }
33153841OBJEXT=$ac_cv_objext
33163842ac_objext=$OBJEXT
33173317-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
33183318-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
33193319-if ${ac_cv_c_compiler_gnu+:} false; then :
33203320- $as_echo_n "(cached) " >&6
33213321-else
38433843+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
38443844+printf %s "checking whether the compiler supports GNU C... " >&6; }
38453845+if test ${ac_cv_c_compiler_gnu+y}
38463846+then :
38473847+ printf %s "(cached) " >&6
38483848+else $as_nop
33223849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33233850/* end confdefs.h. */
3324385133253852int
33263326-main ()
38533853+main (void)
33273854{
33283855#ifndef __GNUC__
33293856 choke me
···33333860 return 0;
33343861}
33353862_ACEOF
33363336-if ac_fn_c_try_compile "$LINENO"; then :
38633863+if ac_fn_c_try_compile "$LINENO"
38643864+then :
33373865 ac_compiler_gnu=yes
33383338-else
38663866+else $as_nop
33393867 ac_compiler_gnu=no
33403868fi
33413341-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38693869+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
33423870ac_cv_c_compiler_gnu=$ac_compiler_gnu
3343387133443872fi
33453345-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
33463346-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
38733873+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
38743874+printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
38753875+ac_compiler_gnu=$ac_cv_c_compiler_gnu
38763876+33473877if test $ac_compiler_gnu = yes; then
33483878 GCC=yes
33493879else
33503880 GCC=
33513881fi
33523352-ac_test_CFLAGS=${CFLAGS+set}
38823882+ac_test_CFLAGS=${CFLAGS+y}
33533883ac_save_CFLAGS=$CFLAGS
33543354-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
33553355-$as_echo_n "checking whether $CC accepts -g... " >&6; }
33563356-if ${ac_cv_prog_cc_g+:} false; then :
33573357- $as_echo_n "(cached) " >&6
33583358-else
38843884+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
38853885+printf %s "checking whether $CC accepts -g... " >&6; }
38863886+if test ${ac_cv_prog_cc_g+y}
38873887+then :
38883888+ printf %s "(cached) " >&6
38893889+else $as_nop
33593890 ac_save_c_werror_flag=$ac_c_werror_flag
33603891 ac_c_werror_flag=yes
33613892 ac_cv_prog_cc_g=no
···33643895/* end confdefs.h. */
3365389633663897int
33673367-main ()
38983898+main (void)
33683899{
3369390033703901 ;
33713902 return 0;
33723903}
33733904_ACEOF
33743374-if ac_fn_c_try_compile "$LINENO"; then :
39053905+if ac_fn_c_try_compile "$LINENO"
39063906+then :
33753907 ac_cv_prog_cc_g=yes
33763376-else
39083908+else $as_nop
33773909 CFLAGS=""
33783910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33793911/* end confdefs.h. */
3380391233813913int
33823382-main ()
39143914+main (void)
33833915{
3384391633853917 ;
33863918 return 0;
33873919}
33883920_ACEOF
33893389-if ac_fn_c_try_compile "$LINENO"; then :
39213921+if ac_fn_c_try_compile "$LINENO"
39223922+then :
3390392333913391-else
39243924+else $as_nop
33923925 ac_c_werror_flag=$ac_save_c_werror_flag
33933926 CFLAGS="-g"
33943927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
33953928/* end confdefs.h. */
3396392933973930int
33983398-main ()
39313931+main (void)
33993932{
3400393334013934 ;
34023935 return 0;
34033936}
34043937_ACEOF
34053405-if ac_fn_c_try_compile "$LINENO"; then :
39383938+if ac_fn_c_try_compile "$LINENO"
39393939+then :
34063940 ac_cv_prog_cc_g=yes
34073941fi
34083408-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39423942+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
34093943fi
34103410-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39443944+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
34113945fi
34123412-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39463946+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
34133947 ac_c_werror_flag=$ac_save_c_werror_flag
34143948fi
34153415-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
34163416-$as_echo "$ac_cv_prog_cc_g" >&6; }
34173417-if test "$ac_test_CFLAGS" = set; then
39493949+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
39503950+printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
39513951+if test $ac_test_CFLAGS; then
34183952 CFLAGS=$ac_save_CFLAGS
34193953elif test $ac_cv_prog_cc_g = yes; then
34203954 if test "$GCC" = yes; then
···34293963 CFLAGS=
34303964 fi
34313965fi
34323432-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
34333433-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
34343434-if ${ac_cv_prog_cc_c89+:} false; then :
34353435- $as_echo_n "(cached) " >&6
34363436-else
34373437- ac_cv_prog_cc_c89=no
39663966+ac_prog_cc_stdc=no
39673967+if test x$ac_prog_cc_stdc = xno
39683968+then :
39693969+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
39703970+printf %s "checking for $CC option to enable C11 features... " >&6; }
39713971+if test ${ac_cv_prog_cc_c11+y}
39723972+then :
39733973+ printf %s "(cached) " >&6
39743974+else $as_nop
39753975+ ac_cv_prog_cc_c11=no
34383976ac_save_CC=$CC
34393977cat confdefs.h - <<_ACEOF >conftest.$ac_ext
34403978/* end confdefs.h. */
34413441-#include <stdarg.h>
34423442-#include <stdio.h>
34433443-struct stat;
34443444-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
34453445-struct buf { int x; };
34463446-FILE * (*rcsopen) (struct buf *, struct stat *, int);
34473447-static char *e (p, i)
34483448- char **p;
34493449- int i;
34503450-{
34513451- return p[i];
34523452-}
34533453-static char *f (char * (*g) (char **, int), char **p, ...)
34543454-{
34553455- char *s;
34563456- va_list v;
34573457- va_start (v,p);
34583458- s = g (p, va_arg (v,int));
34593459- va_end (v);
34603460- return s;
34613461-}
39793979+$ac_c_conftest_c11_program
39803980+_ACEOF
39813981+for ac_arg in '' -std=gnu11
39823982+do
39833983+ CC="$ac_save_CC $ac_arg"
39843984+ if ac_fn_c_try_compile "$LINENO"
39853985+then :
39863986+ ac_cv_prog_cc_c11=$ac_arg
39873987+fi
39883988+rm -f core conftest.err conftest.$ac_objext conftest.beam
39893989+ test "x$ac_cv_prog_cc_c11" != "xno" && break
39903990+done
39913991+rm -f conftest.$ac_ext
39923992+CC=$ac_save_CC
39933993+fi
3462399434633463-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
34643464- function prototypes and stuff, but not '\xHH' hex character constants.
34653465- These don't provoke an error unfortunately, instead are silently treated
34663466- as 'x'. The following induces an error, until -std is added to get
34673467- proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
34683468- array size at least. It's necessary to write '\x00'==0 to get something
34693469- that's true only with -std. */
34703470-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
39953995+if test "x$ac_cv_prog_cc_c11" = xno
39963996+then :
39973997+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
39983998+printf "%s\n" "unsupported" >&6; }
39993999+else $as_nop
40004000+ if test "x$ac_cv_prog_cc_c11" = x
40014001+then :
40024002+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
40034003+printf "%s\n" "none needed" >&6; }
40044004+else $as_nop
40054005+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
40064006+printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
40074007+ CC="$CC $ac_cv_prog_cc_c11"
40084008+fi
40094009+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
40104010+ ac_prog_cc_stdc=c11
40114011+fi
40124012+fi
40134013+if test x$ac_prog_cc_stdc = xno
40144014+then :
40154015+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
40164016+printf %s "checking for $CC option to enable C99 features... " >&6; }
40174017+if test ${ac_cv_prog_cc_c99+y}
40184018+then :
40194019+ printf %s "(cached) " >&6
40204020+else $as_nop
40214021+ ac_cv_prog_cc_c99=no
40224022+ac_save_CC=$CC
40234023+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40244024+/* end confdefs.h. */
40254025+$ac_c_conftest_c99_program
40264026+_ACEOF
40274027+for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
40284028+do
40294029+ CC="$ac_save_CC $ac_arg"
40304030+ if ac_fn_c_try_compile "$LINENO"
40314031+then :
40324032+ ac_cv_prog_cc_c99=$ac_arg
40334033+fi
40344034+rm -f core conftest.err conftest.$ac_objext conftest.beam
40354035+ test "x$ac_cv_prog_cc_c99" != "xno" && break
40364036+done
40374037+rm -f conftest.$ac_ext
40384038+CC=$ac_save_CC
40394039+fi
3471404034723472-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
34733473- inside strings and character constants. */
34743474-#define FOO(x) 'x'
34753475-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
34763476-34773477-int test (int i, double x);
34783478-struct s1 {int (*f) (int a);};
34793479-struct s2 {int (*f) (double a);};
34803480-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
34813481-int argc;
34823482-char **argv;
34833483-int
34843484-main ()
34853485-{
34863486-return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
34873487- ;
34883488- return 0;
34893489-}
40414041+if test "x$ac_cv_prog_cc_c99" = xno
40424042+then :
40434043+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
40444044+printf "%s\n" "unsupported" >&6; }
40454045+else $as_nop
40464046+ if test "x$ac_cv_prog_cc_c99" = x
40474047+then :
40484048+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
40494049+printf "%s\n" "none needed" >&6; }
40504050+else $as_nop
40514051+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
40524052+printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
40534053+ CC="$CC $ac_cv_prog_cc_c99"
40544054+fi
40554055+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
40564056+ ac_prog_cc_stdc=c99
40574057+fi
40584058+fi
40594059+if test x$ac_prog_cc_stdc = xno
40604060+then :
40614061+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
40624062+printf %s "checking for $CC option to enable C89 features... " >&6; }
40634063+if test ${ac_cv_prog_cc_c89+y}
40644064+then :
40654065+ printf %s "(cached) " >&6
40664066+else $as_nop
40674067+ ac_cv_prog_cc_c89=no
40684068+ac_save_CC=$CC
40694069+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
40704070+/* end confdefs.h. */
40714071+$ac_c_conftest_c89_program
34904072_ACEOF
34913491-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
34923492- -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
40734073+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
34934074do
34944075 CC="$ac_save_CC $ac_arg"
34953495- if ac_fn_c_try_compile "$LINENO"; then :
40764076+ if ac_fn_c_try_compile "$LINENO"
40774077+then :
34964078 ac_cv_prog_cc_c89=$ac_arg
34974079fi
34983498-rm -f core conftest.err conftest.$ac_objext
40804080+rm -f core conftest.err conftest.$ac_objext conftest.beam
34994081 test "x$ac_cv_prog_cc_c89" != "xno" && break
35004082done
35014083rm -f conftest.$ac_ext
35024084CC=$ac_save_CC
40854085+fi
3503408640874087+if test "x$ac_cv_prog_cc_c89" = xno
40884088+then :
40894089+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
40904090+printf "%s\n" "unsupported" >&6; }
40914091+else $as_nop
40924092+ if test "x$ac_cv_prog_cc_c89" = x
40934093+then :
40944094+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
40954095+printf "%s\n" "none needed" >&6; }
40964096+else $as_nop
40974097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
40984098+printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
40994099+ CC="$CC $ac_cv_prog_cc_c89"
35044100fi
35053505-# AC_CACHE_VAL
35063506-case "x$ac_cv_prog_cc_c89" in
35073507- x)
35083508- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
35093509-$as_echo "none needed" >&6; } ;;
35103510- xno)
35113511- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
35123512-$as_echo "unsupported" >&6; } ;;
35133513- *)
35143514- CC="$CC $ac_cv_prog_cc_c89"
35153515- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
35163516-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
35173517-esac
35183518-if test "x$ac_cv_prog_cc_c89" != xno; then :
35193519-41014101+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
41024102+ ac_prog_cc_stdc=c89
41034103+fi
35204104fi
3521410535224106ac_ext=c
···3527411135284112depcc="$CC" am_compiler_list=
3529411335303530-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
35313531-$as_echo_n "checking dependency style of $depcc... " >&6; }
35323532-if ${am_cv_CC_dependencies_compiler_type+:} false; then :
35333533- $as_echo_n "(cached) " >&6
35343534-else
41144114+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
41154115+printf %s "checking dependency style of $depcc... " >&6; }
41164116+if test ${am_cv_CC_dependencies_compiler_type+y}
41174117+then :
41184118+ printf %s "(cached) " >&6
41194119+else $as_nop
35354120 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
35364121 # We make a subdir and do the tests there. Otherwise we can end up
35374122 # making bogus files that we don't know about and never remove. For
···36384223fi
3639422436404225fi
36413641-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
36423642-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42264226+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
42274227+printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
36434228CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3644422936454230 if
···36534238fi
365442393655424036563656- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
36573657-$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
36583658-if ${ac_cv_prog_cc_c99+:} false; then :
36593659- $as_echo_n "(cached) " >&6
36603660-else
36613661- ac_cv_prog_cc_c99=no
36623662-ac_save_CC=$CC
36633663-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42414241+42424242+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5
42434243+printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; }
42444244+if test ${ac_cv_c_undeclared_builtin_options+y}
42454245+then :
42464246+ printf %s "(cached) " >&6
42474247+else $as_nop
42484248+ ac_save_CFLAGS=$CFLAGS
42494249+ ac_cv_c_undeclared_builtin_options='cannot detect'
42504250+ for ac_arg in '' -fno-builtin; do
42514251+ CFLAGS="$ac_save_CFLAGS $ac_arg"
42524252+ # This test program should *not* compile successfully.
42534253+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36644254/* end confdefs.h. */
36653665-#include <stdarg.h>
36663666-#include <stdbool.h>
36673667-#include <stdlib.h>
36683668-#include <wchar.h>
36693669-#include <stdio.h>
3670425536713671-// Check varargs macros. These examples are taken from C99 6.10.3.5.
36723672-#define debug(...) fprintf (stderr, __VA_ARGS__)
36733673-#define showlist(...) puts (#__VA_ARGS__)
36743674-#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
36753675-static void
36763676-test_varargs_macros (void)
42564256+int
42574257+main (void)
36774258{
36783678- int x = 1234;
36793679- int y = 5678;
36803680- debug ("Flag");
36813681- debug ("X = %d\n", x);
36823682- showlist (The first, second, and third items.);
36833683- report (x>y, "x is %d but y is %d", x, y);
36843684-}
36853685-36863686-// Check long long types.
36873687-#define BIG64 18446744073709551615ull
36883688-#define BIG32 4294967295ul
36893689-#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
36903690-#if !BIG_OK
36913691- your preprocessor is broken;
36923692-#endif
36933693-#if BIG_OK
36943694-#else
36953695- your preprocessor is broken;
36963696-#endif
36973697-static long long int bignum = -9223372036854775807LL;
36983698-static unsigned long long int ubignum = BIG64;
36993699-37003700-struct incomplete_array
37013701-{
37023702- int datasize;
37033703- double data[];
37043704-};
37053705-37063706-struct named_init {
37073707- int number;
37083708- const wchar_t *name;
37093709- double average;
37103710-};
37113711-37123712-typedef const char *ccp;
37133713-37143714-static inline int
37153715-test_restrict (ccp restrict text)
37163716-{
37173717- // See if C++-style comments work.
37183718- // Iterate through items via the restricted pointer.
37193719- // Also check for declarations in for loops.
37203720- for (unsigned int i = 0; *(text+i) != '\0'; ++i)
37213721- continue;
42594259+(void) strchr;
42604260+ ;
37224261 return 0;
37234262}
42634263+_ACEOF
42644264+if ac_fn_c_try_compile "$LINENO"
42654265+then :
3724426637253725-// Check varargs and va_copy.
37263726-static void
37273727-test_varargs (const char *format, ...)
37283728-{
37293729- va_list args;
37303730- va_start (args, format);
37313731- va_list args_copy;
37323732- va_copy (args_copy, args);
37333733-37343734- const char *str;
37353735- int number;
37363736- float fnumber;
37373737-37383738- while (*format)
37393739- {
37403740- switch (*format++)
37413741- {
37423742- case 's': // string
37433743- str = va_arg (args_copy, const char *);
37443744- break;
37453745- case 'd': // int
37463746- number = va_arg (args_copy, int);
37473747- break;
37483748- case 'f': // float
37493749- fnumber = va_arg (args_copy, double);
37503750- break;
37513751- default:
37523752- break;
37533753- }
37543754- }
37553755- va_end (args_copy);
37563756- va_end (args);
37573757-}
42674267+else $as_nop
42684268+ # This test program should compile successfully.
42694269+ # No library function is consistently available on
42704270+ # freestanding implementations, so test against a dummy
42714271+ # declaration. Include always-available headers on the
42724272+ # off chance that they somehow elicit warnings.
42734273+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42744274+/* end confdefs.h. */
42754275+#include <float.h>
42764276+#include <limits.h>
42774277+#include <stdarg.h>
42784278+#include <stddef.h>
42794279+extern void ac_decl (int, char *);
3758428037594281int
37603760-main ()
42824282+main (void)
37614283{
37623762-37633763- // Check bool.
37643764- _Bool success = false;
37653765-37663766- // Check restrict.
37673767- if (test_restrict ("String literal") == 0)
37683768- success = true;
37693769- char *restrict newvar = "Another string";
37703770-37713771- // Check varargs.
37723772- test_varargs ("s, d' f .", "string", 65, 34.234);
37733773- test_varargs_macros ();
37743774-37753775- // Check flexible array members.
37763776- struct incomplete_array *ia =
37773777- malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
37783778- ia->datasize = 10;
37793779- for (int i = 0; i < ia->datasize; ++i)
37803780- ia->data[i] = i * 1.234;
37813781-37823782- // Check named initializers.
37833783- struct named_init ni = {
37843784- .number = 34,
37853785- .name = L"Test wide string",
37863786- .average = 543.34343,
37873787- };
37883788-37893789- ni.number = 58;
37903790-37913791- int dynamic_array[ni.number];
37923792- dynamic_array[ni.number - 1] = 543;
37933793-37943794- // work around unused variable warnings
37953795- return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
37963796- || dynamic_array[ni.number - 1] != 543);
42844284+(void) ac_decl (0, (char *) 0);
42854285+ (void) ac_decl;
3797428637984287 ;
37994288 return 0;
38004289}
38014290_ACEOF
38023802-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
38033803-do
38043804- CC="$ac_save_CC $ac_arg"
38053805- if ac_fn_c_try_compile "$LINENO"; then :
38063806- ac_cv_prog_cc_c99=$ac_arg
38073807-fi
38083808-rm -f core conftest.err conftest.$ac_objext
38093809- test "x$ac_cv_prog_cc_c99" != "xno" && break
38103810-done
38113811-rm -f conftest.$ac_ext
38123812-CC=$ac_save_CC
38133813-38143814-fi
38153815-# AC_CACHE_VAL
38163816-case "x$ac_cv_prog_cc_c99" in
38173817- x)
38183818- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
38193819-$as_echo "none needed" >&6; } ;;
38203820- xno)
38213821- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
38223822-$as_echo "unsupported" >&6; } ;;
38233823- *)
38243824- CC="$CC $ac_cv_prog_cc_c99"
38253825- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
38263826-$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
38273827-esac
38283828-if test "x$ac_cv_prog_cc_c99" != xno; then :
38293829-38303830-fi
38313831-38323832-38333833-38343834-ac_ext=c
38353835-ac_cpp='$CPP $CPPFLAGS'
38363836-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38373837-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38383838-ac_compiler_gnu=$ac_cv_c_compiler_gnu
38393839-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
38403840-$as_echo_n "checking how to run the C preprocessor... " >&6; }
38413841-# On Suns, sometimes $CPP names a directory.
38423842-if test -n "$CPP" && test -d "$CPP"; then
38433843- CPP=
38443844-fi
38453845-if test -z "$CPP"; then
38463846- if ${ac_cv_prog_CPP+:} false; then :
38473847- $as_echo_n "(cached) " >&6
38483848-else
38493849- # Double quotes because CPP needs to be expanded
38503850- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
38513851- do
38523852- ac_preproc_ok=false
38533853-for ac_c_preproc_warn_flag in '' yes
38543854-do
38553855- # Use a header file that comes with gcc, so configuring glibc
38563856- # with a fresh cross-compiler works.
38573857- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38583858- # <limits.h> exists even on freestanding compilers.
38593859- # On the NeXT, cc -E runs the code through the compiler's parser,
38603860- # not just through cpp. "Syntax error" is here to catch this case.
38613861- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38623862-/* end confdefs.h. */
38633863-#ifdef __STDC__
38643864-# include <limits.h>
38653865-#else
38663866-# include <assert.h>
38673867-#endif
38683868- Syntax error
38693869-_ACEOF
38703870-if ac_fn_c_try_cpp "$LINENO"; then :
38713871-38723872-else
38733873- # Broken: fails on valid input.
38743874-continue
42914291+if ac_fn_c_try_compile "$LINENO"
42924292+then :
42934293+ if test x"$ac_arg" = x
42944294+then :
42954295+ ac_cv_c_undeclared_builtin_options='none needed'
42964296+else $as_nop
42974297+ ac_cv_c_undeclared_builtin_options=$ac_arg
38754298fi
38763876-rm -f conftest.err conftest.i conftest.$ac_ext
38773877-38783878- # OK, works on sane cases. Now check whether nonexistent headers
38793879- # can be detected and how.
38803880- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
38813881-/* end confdefs.h. */
38823882-#include <ac_nonexistent.h>
38833883-_ACEOF
38843884-if ac_fn_c_try_cpp "$LINENO"; then :
38853885- # Broken: success on invalid input.
38863886-continue
38873887-else
38883888- # Passes both tests.
38893889-ac_preproc_ok=:
38903890-break
42994299+ break
38914300fi
38923892-rm -f conftest.err conftest.i conftest.$ac_ext
38933893-38943894-done
38953895-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
38963896-rm -f conftest.i conftest.err conftest.$ac_ext
38973897-if $ac_preproc_ok; then :
38983898- break
43014301+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
38994302fi
39003900-43034303+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
39014304 done
39023902- ac_cv_prog_CPP=$CPP
43054305+ CFLAGS=$ac_save_CFLAGS
3903430639044307fi
39053905- CPP=$ac_cv_prog_CPP
39063906-else
39073907- ac_cv_prog_CPP=$CPP
39083908-fi
39093909-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
39103910-$as_echo "$CPP" >&6; }
39113911-ac_preproc_ok=false
39123912-for ac_c_preproc_warn_flag in '' yes
39133913-do
39143914- # Use a header file that comes with gcc, so configuring glibc
39153915- # with a fresh cross-compiler works.
39163916- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39173917- # <limits.h> exists even on freestanding compilers.
39183918- # On the NeXT, cc -E runs the code through the compiler's parser,
39193919- # not just through cpp. "Syntax error" is here to catch this case.
39203920- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39213921-/* end confdefs.h. */
39223922-#ifdef __STDC__
39233923-# include <limits.h>
39243924-#else
39253925-# include <assert.h>
39263926-#endif
39273927- Syntax error
39283928-_ACEOF
39293929-if ac_fn_c_try_cpp "$LINENO"; then :
39303930-39313931-else
39323932- # Broken: fails on valid input.
39333933-continue
39343934-fi
39353935-rm -f conftest.err conftest.i conftest.$ac_ext
39363936-39373937- # OK, works on sane cases. Now check whether nonexistent headers
39383938- # can be detected and how.
39393939- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39403940-/* end confdefs.h. */
39413941-#include <ac_nonexistent.h>
39423942-_ACEOF
39433943-if ac_fn_c_try_cpp "$LINENO"; then :
39443944- # Broken: success on invalid input.
39453945-continue
39463946-else
39473947- # Passes both tests.
39483948-ac_preproc_ok=:
39493949-break
39503950-fi
39513951-rm -f conftest.err conftest.i conftest.$ac_ext
39523952-39533953-done
39543954-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
39553955-rm -f conftest.i conftest.err conftest.$ac_ext
39563956-if $ac_preproc_ok; then :
39573957-39583958-else
39593959- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
39603960-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39613961-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
39623962-See \`config.log' for more details" "$LINENO" 5; }
39633963-fi
39643964-39653965-ac_ext=c
39663966-ac_cpp='$CPP $CPPFLAGS'
39673967-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39683968-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39693969-ac_compiler_gnu=$ac_cv_c_compiler_gnu
39703970-39713971-39723972-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
39733973-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
39743974-if ${ac_cv_path_GREP+:} false; then :
39753975- $as_echo_n "(cached) " >&6
39763976-else
39773977- if test -z "$GREP"; then
39783978- ac_path_GREP_found=false
39793979- # Loop through the user's path and test for each of PROGNAME-LIST
39803980- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
39813981-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
39823982-do
39833983- IFS=$as_save_IFS
39843984- test -z "$as_dir" && as_dir=.
39853985- for ac_prog in grep ggrep; do
39863986- for ac_exec_ext in '' $ac_executable_extensions; do
39873987- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
39883988- as_fn_executable_p "$ac_path_GREP" || continue
39893989-# Check for GNU ac_path_GREP and select it if it is found.
39903990- # Check for GNU $ac_path_GREP
39913991-case `"$ac_path_GREP" --version 2>&1` in
39923992-*GNU*)
39933993- ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
39943994-*)
39953995- ac_count=0
39963996- $as_echo_n 0123456789 >"conftest.in"
39973997- while :
39983998- do
39993999- cat "conftest.in" "conftest.in" >"conftest.tmp"
40004000- mv "conftest.tmp" "conftest.in"
40014001- cp "conftest.in" "conftest.nl"
40024002- $as_echo 'GREP' >> "conftest.nl"
40034003- "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40044004- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40054005- as_fn_arith $ac_count + 1 && ac_count=$as_val
40064006- if test $ac_count -gt ${ac_path_GREP_max-0}; then
40074007- # Best one so far, save it but keep looking for a better one
40084008- ac_cv_path_GREP="$ac_path_GREP"
40094009- ac_path_GREP_max=$ac_count
40104010- fi
40114011- # 10*(2^10) chars as input seems more than enough
40124012- test $ac_count -gt 10 && break
40134013- done
40144014- rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
43084308+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5
43094309+printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; }
43104310+ case $ac_cv_c_undeclared_builtin_options in #(
43114311+ 'cannot detect') :
43124312+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
43134313+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
43144314+as_fn_error $? "cannot make $CC report undeclared builtins
43154315+See \`config.log' for more details" "$LINENO" 5; } ;; #(
43164316+ 'none needed') :
43174317+ ac_c_undeclared_builtin_options='' ;; #(
43184318+ *) :
43194319+ ac_c_undeclared_builtin_options=$ac_cv_c_undeclared_builtin_options ;;
40154320esac
4016432140174017- $ac_path_GREP_found && break 3
40184018- done
40194019- done
40204020- done
40214021-IFS=$as_save_IFS
40224022- if test -z "$ac_cv_path_GREP"; then
40234023- as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
40244024- fi
40254025-else
40264026- ac_cv_path_GREP=$GREP
40274027-fi
40284028-40294029-fi
40304030-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
40314031-$as_echo "$ac_cv_path_GREP" >&6; }
40324032- GREP="$ac_cv_path_GREP"
40334033-40344034-40354035-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
40364036-$as_echo_n "checking for egrep... " >&6; }
40374037-if ${ac_cv_path_EGREP+:} false; then :
40384038- $as_echo_n "(cached) " >&6
40394039-else
40404040- if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
40414041- then ac_cv_path_EGREP="$GREP -E"
40424042- else
40434043- if test -z "$EGREP"; then
40444044- ac_path_EGREP_found=false
40454045- # Loop through the user's path and test for each of PROGNAME-LIST
40464046- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
40474047-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
43224322+ac_header= ac_cache=
43234323+for ac_item in $ac_header_c_list
40484324do
40494049- IFS=$as_save_IFS
40504050- test -z "$as_dir" && as_dir=.
40514051- for ac_prog in egrep; do
40524052- for ac_exec_ext in '' $ac_executable_extensions; do
40534053- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
40544054- as_fn_executable_p "$ac_path_EGREP" || continue
40554055-# Check for GNU ac_path_EGREP and select it if it is found.
40564056- # Check for GNU $ac_path_EGREP
40574057-case `"$ac_path_EGREP" --version 2>&1` in
40584058-*GNU*)
40594059- ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
40604060-*)
40614061- ac_count=0
40624062- $as_echo_n 0123456789 >"conftest.in"
40634063- while :
40644064- do
40654065- cat "conftest.in" "conftest.in" >"conftest.tmp"
40664066- mv "conftest.tmp" "conftest.in"
40674067- cp "conftest.in" "conftest.nl"
40684068- $as_echo 'EGREP' >> "conftest.nl"
40694069- "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40704070- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40714071- as_fn_arith $ac_count + 1 && ac_count=$as_val
40724072- if test $ac_count -gt ${ac_path_EGREP_max-0}; then
40734073- # Best one so far, save it but keep looking for a better one
40744074- ac_cv_path_EGREP="$ac_path_EGREP"
40754075- ac_path_EGREP_max=$ac_count
43254325+ if test $ac_cache; then
43264326+ ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
43274327+ if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
43284328+ printf "%s\n" "#define $ac_item 1" >> confdefs.h
40764329 fi
40774077- # 10*(2^10) chars as input seems more than enough
40784078- test $ac_count -gt 10 && break
40794079- done
40804080- rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
40814081-esac
40824082-40834083- $ac_path_EGREP_found && break 3
40844084- done
40854085- done
40864086- done
40874087-IFS=$as_save_IFS
40884088- if test -z "$ac_cv_path_EGREP"; then
40894089- as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
43304330+ ac_header= ac_cache=
43314331+ elif test $ac_header; then
43324332+ ac_cache=$ac_item
43334333+ else
43344334+ ac_header=$ac_item
40904335 fi
40914091-else
40924092- ac_cv_path_EGREP=$EGREP
40934093-fi
43364336+done
4094433740954095- fi
40964096-fi
40974097-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
40984098-$as_echo "$ac_cv_path_EGREP" >&6; }
40994099- EGREP="$ac_cv_path_EGREP"
410043384101433941024102-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
41034103-$as_echo_n "checking for ANSI C header files... " >&6; }
41044104-if ${ac_cv_header_stdc+:} false; then :
41054105- $as_echo_n "(cached) " >&6
41064106-else
41074107- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41084108-/* end confdefs.h. */
41094109-#include <stdlib.h>
41104110-#include <stdarg.h>
41114111-#include <string.h>
41124112-#include <float.h>
4113434041144114-int
41154115-main ()
41164116-{
4117434141184118- ;
41194119- return 0;
41204120-}
41214121-_ACEOF
41224122-if ac_fn_c_try_compile "$LINENO"; then :
41234123- ac_cv_header_stdc=yes
41244124-else
41254125- ac_cv_header_stdc=no
41264126-fi
41274127-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4128434241294129-if test $ac_cv_header_stdc = yes; then
41304130- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
41314131- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41324132-/* end confdefs.h. */
41334133-#include <string.h>
4134434341354135-_ACEOF
41364136-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
41374137- $EGREP "memchr" >/dev/null 2>&1; then :
41384138-41394139-else
41404140- ac_cv_header_stdc=no
41414141-fi
41424142-rm -f conftest*
41434143-41444144-fi
41454145-41464146-if test $ac_cv_header_stdc = yes; then
41474147- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
41484148- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41494149-/* end confdefs.h. */
41504150-#include <stdlib.h>
41514151-41524152-_ACEOF
41534153-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
41544154- $EGREP "free" >/dev/null 2>&1; then :
41554155-41564156-else
41574157- ac_cv_header_stdc=no
41584158-fi
41594159-rm -f conftest*
41604160-41614161-fi
41624162-41634163-if test $ac_cv_header_stdc = yes; then
41644164- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
41654165- if test "$cross_compiling" = yes; then :
41664166- :
41674167-else
41684168- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
41694169-/* end confdefs.h. */
41704170-#include <ctype.h>
41714171-#include <stdlib.h>
41724172-#if ((' ' & 0x0FF) == 0x020)
41734173-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
41744174-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
41754175-#else
41764176-# define ISLOWER(c) \
41774177- (('a' <= (c) && (c) <= 'i') \
41784178- || ('j' <= (c) && (c) <= 'r') \
41794179- || ('s' <= (c) && (c) <= 'z'))
41804180-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
41814181-#endif
41824182-41834183-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
41844184-int
41854185-main ()
41864186-{
41874187- int i;
41884188- for (i = 0; i < 256; i++)
41894189- if (XOR (islower (i), ISLOWER (i))
41904190- || toupper (i) != TOUPPER (i))
41914191- return 2;
41924192- return 0;
41934193-}
41944194-_ACEOF
41954195-if ac_fn_c_try_run "$LINENO"; then :
41964196-41974197-else
41984198- ac_cv_header_stdc=no
41994199-fi
42004200-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
42014201- conftest.$ac_objext conftest.beam conftest.$ac_ext
42024202-fi
4203434442044204-fi
42054205-fi
42064206-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
42074207-$as_echo "$ac_cv_header_stdc" >&6; }
42084208-if test $ac_cv_header_stdc = yes; then
43454345+if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
43464346+then :
4209434742104210-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
43484348+printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
4211434942124350fi
4213435142144214-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
42154215-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
42164216- inttypes.h stdint.h unistd.h
42174217-do :
42184218- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
42194219-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
42204220-"
42214221-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
42224222- cat >>confdefs.h <<_ACEOF
42234223-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
42244224-_ACEOF
4225435242264226-fi
42274227-42284228-done
422943534230435442314231-42324232-42334233-42344234-42354235-ac_fn_c_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default"
42364236-if test "x$ac_cv_have_decl___clang__" = xyes; then :
43554355+ac_fn_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
43564356+if test "x$ac_cv_have_decl___clang__" = xyes
43574357+then :
42374358 CLANGCC="yes"
42384238-else
43594359+else $as_nop
42394360 CLANGCC="no"
42404361fi
42414241-42424242-ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default"
42434243-if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes; then :
43624362+ac_fn_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
43634363+if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes
43644364+then :
42444365 INTELCC="yes"
42454245-else
43664366+else $as_nop
42464367 INTELCC="no"
42474368fi
42484248-42494249-ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
42504250-if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
43694369+ac_fn_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
43704370+if test "x$ac_cv_have_decl___SUNPRO_C" = xyes
43714371+then :
42514372 SUNCC="yes"
42524252-else
43734373+else $as_nop
42534374 SUNCC="no"
42544375fi
42554255-425643764257437742584378···42654385 if test -n "$ac_tool_prefix"; then
42664386 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
42674387set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
42684268-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
42694269-$as_echo_n "checking for $ac_word... " >&6; }
42704270-if ${ac_cv_path_PKG_CONFIG+:} false; then :
42714271- $as_echo_n "(cached) " >&6
42724272-else
43884388+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
43894389+printf %s "checking for $ac_word... " >&6; }
43904390+if test ${ac_cv_path_PKG_CONFIG+y}
43914391+then :
43924392+ printf %s "(cached) " >&6
43934393+else $as_nop
42734394 case $PKG_CONFIG in
42744395 [\\/]* | ?:[\\/]*)
42754396 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
···42794400for as_dir in $PATH
42804401do
42814402 IFS=$as_save_IFS
42824282- test -z "$as_dir" && as_dir=.
44034403+ case $as_dir in #(((
44044404+ '') as_dir=./ ;;
44054405+ */) ;;
44064406+ *) as_dir=$as_dir/ ;;
44074407+ esac
42834408 for ac_exec_ext in '' $ac_executable_extensions; do
42844284- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42854285- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
42864286- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
44094409+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
44104410+ ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
44114411+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
42874412 break 2
42884413 fi
42894414done
···42954420fi
42964421PKG_CONFIG=$ac_cv_path_PKG_CONFIG
42974422if test -n "$PKG_CONFIG"; then
42984298- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
42994299-$as_echo "$PKG_CONFIG" >&6; }
44234423+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
44244424+printf "%s\n" "$PKG_CONFIG" >&6; }
43004425else
43014301- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43024302-$as_echo "no" >&6; }
44264426+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
44274427+printf "%s\n" "no" >&6; }
43034428fi
4304442943054430···43084433 ac_pt_PKG_CONFIG=$PKG_CONFIG
43094434 # Extract the first word of "pkg-config", so it can be a program name with args.
43104435set dummy pkg-config; ac_word=$2
43114311-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
43124312-$as_echo_n "checking for $ac_word... " >&6; }
43134313-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
43144314- $as_echo_n "(cached) " >&6
43154315-else
44364436+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
44374437+printf %s "checking for $ac_word... " >&6; }
44384438+if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
44394439+then :
44404440+ printf %s "(cached) " >&6
44414441+else $as_nop
43164442 case $ac_pt_PKG_CONFIG in
43174443 [\\/]* | ?:[\\/]*)
43184444 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
···43224448for as_dir in $PATH
43234449do
43244450 IFS=$as_save_IFS
43254325- test -z "$as_dir" && as_dir=.
44514451+ case $as_dir in #(((
44524452+ '') as_dir=./ ;;
44534453+ */) ;;
44544454+ *) as_dir=$as_dir/ ;;
44554455+ esac
43264456 for ac_exec_ext in '' $ac_executable_extensions; do
43274327- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43284328- ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
43294329- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
44574457+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
44584458+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
44594459+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
43304460 break 2
43314461 fi
43324462done
···43384468fi
43394469ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
43404470if test -n "$ac_pt_PKG_CONFIG"; then
43414341- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
43424342-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
44714471+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
44724472+printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
43434473else
43444344- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43454345-$as_echo "no" >&6; }
44744474+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
44754475+printf "%s\n" "no" >&6; }
43464476fi
4347447743484478 if test "x$ac_pt_PKG_CONFIG" = x; then
···43504480 else
43514481 case $cross_compiling:$ac_tool_warned in
43524482yes:)
43534353-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
43544354-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
44834483+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
44844484+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
43554485ac_tool_warned=yes ;;
43564486esac
43574487 PKG_CONFIG=$ac_pt_PKG_CONFIG
···43634493fi
43644494if test -n "$PKG_CONFIG"; then
43654495 _pkg_min_version=0.9.0
43664366- { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
43674367-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
44964496+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
44974497+printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
43684498 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
43694369- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
43704370-$as_echo "yes" >&6; }
44994499+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
45004500+printf "%s\n" "yes" >&6; }
43714501 else
43724372- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
43734373-$as_echo "no" >&6; }
45024502+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
45034503+printf "%s\n" "no" >&6; }
43744504 PKG_CONFIG=""
43754505 fi
43764506fi
43774377-# Make sure we can run config.sub.
43784378-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
43794379- as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
45074507+45084508+45094509+ # Make sure we can run config.sub.
45104510+$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
45114511+ as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
4380451243814381-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
43824382-$as_echo_n "checking build system type... " >&6; }
43834383-if ${ac_cv_build+:} false; then :
43844384- $as_echo_n "(cached) " >&6
43854385-else
45134513+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
45144514+printf %s "checking build system type... " >&6; }
45154515+if test ${ac_cv_build+y}
45164516+then :
45174517+ printf %s "(cached) " >&6
45184518+else $as_nop
43864519 ac_build_alias=$build_alias
43874520test "x$ac_build_alias" = x &&
43884388- ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
45214521+ ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
43894522test "x$ac_build_alias" = x &&
43904523 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
43914391-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
43924392- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
45244524+ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
45254525+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
4393452643944527fi
43954395-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
43964396-$as_echo "$ac_cv_build" >&6; }
45284528+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
45294529+printf "%s\n" "$ac_cv_build" >&6; }
43974530case $ac_cv_build in
43984531*-*-*) ;;
43994532*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
···44124545case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
441345464414454744154415-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
44164416-$as_echo_n "checking host system type... " >&6; }
44174417-if ${ac_cv_host+:} false; then :
44184418- $as_echo_n "(cached) " >&6
44194419-else
45484548+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
45494549+printf %s "checking host system type... " >&6; }
45504550+if test ${ac_cv_host+y}
45514551+then :
45524552+ printf %s "(cached) " >&6
45534553+else $as_nop
44204554 if test "x$host_alias" = x; then
44214555 ac_cv_host=$ac_cv_build
44224556else
44234423- ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
44244424- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
45574557+ ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
45584558+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
44254559fi
4426456044274561fi
44284428-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
44294429-$as_echo "$ac_cv_host" >&6; }
45624562+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
45634563+printf "%s\n" "$ac_cv_host" >&6; }
44304564case $ac_cv_host in
44314565*-*-*) ;;
44324566*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
···44454579case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
444645804447458144484448-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
44494449-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
44504450-if ${ac_cv_path_SED+:} false; then :
44514451- $as_echo_n "(cached) " >&6
44524452-else
45824582+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
45834583+printf %s "checking for a sed that does not truncate output... " >&6; }
45844584+if test ${ac_cv_path_SED+y}
45854585+then :
45864586+ printf %s "(cached) " >&6
45874587+else $as_nop
44534588 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
44544589 for ac_i in 1 2 3 4 5 6 7; do
44554590 ac_script="$ac_script$as_nl$ac_script"
···44634598for as_dir in $PATH
44644599do
44654600 IFS=$as_save_IFS
44664466- test -z "$as_dir" && as_dir=.
44674467- for ac_prog in sed gsed; do
46014601+ case $as_dir in #(((
46024602+ '') as_dir=./ ;;
46034603+ */) ;;
46044604+ *) as_dir=$as_dir/ ;;
46054605+ esac
46064606+ for ac_prog in sed gsed
46074607+ do
44684608 for ac_exec_ext in '' $ac_executable_extensions; do
44694469- ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
46094609+ ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
44704610 as_fn_executable_p "$ac_path_SED" || continue
44714611# Check for GNU ac_path_SED and select it if it is found.
44724612 # Check for GNU $ac_path_SED
···44754615 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
44764616*)
44774617 ac_count=0
44784478- $as_echo_n 0123456789 >"conftest.in"
46184618+ printf %s 0123456789 >"conftest.in"
44794619 while :
44804620 do
44814621 cat "conftest.in" "conftest.in" >"conftest.tmp"
44824622 mv "conftest.tmp" "conftest.in"
44834623 cp "conftest.in" "conftest.nl"
44844484- $as_echo '' >> "conftest.nl"
46244624+ printf "%s\n" '' >> "conftest.nl"
44854625 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
44864626 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
44874627 as_fn_arith $ac_count + 1 && ac_count=$as_val
···45094649fi
4510465045114651fi
45124512-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
45134513-$as_echo "$ac_cv_path_SED" >&6; }
46524652+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
46534653+printf "%s\n" "$ac_cv_path_SED" >&6; }
45144654 SED="$ac_cv_path_SED"
45154655 rm -f conftest.sed
45164656···452046604521466145224662# Check whether --enable-selective-werror was given.
45234523-if test "${enable_selective_werror+set}" = set; then :
46634663+if test ${enable_selective_werror+y}
46644664+then :
45244665 enableval=$enable_selective_werror; SELECTIVE_WERROR=$enableval
45254525-else
46664666+else $as_nop
45264667 SELECTIVE_WERROR=yes
45274668fi
45284669···4555469645564697if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
45574698 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
45584558- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
45594559-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
45604560-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
45614561- $as_echo_n "(cached) " >&6
45624562-else
46994699+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
47004700+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
47014701+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
47024702+then :
47034703+ printf %s "(cached) " >&6
47044704+else $as_nop
45634705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45644706/* end confdefs.h. */
45654707int i;
45664708_ACEOF
45674567-if ac_fn_c_try_compile "$LINENO"; then :
47094709+if ac_fn_c_try_compile "$LINENO"
47104710+then :
45684711 xorg_cv_cc_flag_unknown_warning_option=yes
45694569-else
47124712+else $as_nop
45704713 xorg_cv_cc_flag_unknown_warning_option=no
45714714fi
45724572-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47154715+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
45734716fi
45744574-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
45754575-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
47174717+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
47184718+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
45764719 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
45774720 CFLAGS="$xorg_testset_save_CFLAGS"
45784721fi
···45824725 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
45834726 fi
45844727 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
45854585- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
45864586-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
45874587-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
45884588- $as_echo_n "(cached) " >&6
45894589-else
47284728+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
47294729+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
47304730+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
47314731+then :
47324732+ printf %s "(cached) " >&6
47334733+else $as_nop
45904734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
45914735/* end confdefs.h. */
45924736int i;
45934737_ACEOF
45944594-if ac_fn_c_try_compile "$LINENO"; then :
47384738+if ac_fn_c_try_compile "$LINENO"
47394739+then :
45954740 xorg_cv_cc_flag_unused_command_line_argument=yes
45964596-else
47414741+else $as_nop
45974742 xorg_cv_cc_flag_unused_command_line_argument=no
45984743fi
45994599-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47444744+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
46004745fi
46014601-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
46024602-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
47464746+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
47474747+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
46034748 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
46044749 CFLAGS="$xorg_testset_save_CFLAGS"
46054750fi
···4617476246184763 CFLAGS="$CFLAGS -Wall"
4619476446204620- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
46214621-$as_echo_n "checking if $CC supports -Wall... " >&6; }
47654765+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
47664766+printf %s "checking if $CC supports -Wall... " >&6; }
46224767 cacheid=xorg_cv_cc_flag__Wall
46234623- if eval \${$cacheid+:} false; then :
46244624- $as_echo_n "(cached) " >&6
46254625-else
47684768+ if eval test \${$cacheid+y}
47694769+then :
47704770+ printf %s "(cached) " >&6
47714771+else $as_nop
46264772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46274773/* end confdefs.h. */
46284774int i;
46294775int
46304630-main ()
47764776+main (void)
46314777{
4632477846334779 ;
46344780 return 0;
46354781}
46364782_ACEOF
46374637-if ac_fn_c_try_link "$LINENO"; then :
47834783+if ac_fn_c_try_link "$LINENO"
47844784+then :
46384785 eval $cacheid=yes
46394639-else
47864786+else $as_nop
46404787 eval $cacheid=no
46414788fi
46424642-rm -f core conftest.err conftest.$ac_objext \
47894789+rm -f core conftest.err conftest.$ac_objext conftest.beam \
46434790 conftest$ac_exeext conftest.$ac_ext
46444791fi
46454792···46474794 CFLAGS="$xorg_testset_save_CFLAGS"
4648479546494796 eval supported=\$$cacheid
46504650- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
46514651-$as_echo "$supported" >&6; }
47974797+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
47984798+printf "%s\n" "$supported" >&6; }
46524799 if test "$supported" = "yes" ; then
46534800 BASE_CFLAGS="$BASE_CFLAGS -Wall"
46544801 found="yes"
···4673482046744821if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
46754822 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
46764676- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
46774677-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
46784678-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
46794679- $as_echo_n "(cached) " >&6
46804680-else
48234823+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
48244824+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
48254825+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
48264826+then :
48274827+ printf %s "(cached) " >&6
48284828+else $as_nop
46814829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
46824830/* end confdefs.h. */
46834831int i;
46844832_ACEOF
46854685-if ac_fn_c_try_compile "$LINENO"; then :
48334833+if ac_fn_c_try_compile "$LINENO"
48344834+then :
46864835 xorg_cv_cc_flag_unknown_warning_option=yes
46874687-else
48364836+else $as_nop
46884837 xorg_cv_cc_flag_unknown_warning_option=no
46894838fi
46904690-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48394839+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
46914840fi
46924692-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
46934693-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
48414841+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
48424842+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
46944843 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
46954844 CFLAGS="$xorg_testset_save_CFLAGS"
46964845fi
···47004849 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
47014850 fi
47024851 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
47034703- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
47044704-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
47054705-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
47064706- $as_echo_n "(cached) " >&6
47074707-else
48524852+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
48534853+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
48544854+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
48554855+then :
48564856+ printf %s "(cached) " >&6
48574857+else $as_nop
47084858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47094859/* end confdefs.h. */
47104860int i;
47114861_ACEOF
47124712-if ac_fn_c_try_compile "$LINENO"; then :
48624862+if ac_fn_c_try_compile "$LINENO"
48634863+then :
47134864 xorg_cv_cc_flag_unused_command_line_argument=yes
47144714-else
48654865+else $as_nop
47154866 xorg_cv_cc_flag_unused_command_line_argument=no
47164867fi
47174717-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48684868+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
47184869fi
47194719-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
47204720-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
48704870+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
48714871+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
47214872 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
47224873 CFLAGS="$xorg_testset_save_CFLAGS"
47234874fi
···4735488647364887 CFLAGS="$CFLAGS -Wpointer-arith"
4737488847384738- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
47394739-$as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; }
48894889+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
48904890+printf %s "checking if $CC supports -Wpointer-arith... " >&6; }
47404891 cacheid=xorg_cv_cc_flag__Wpointer_arith
47414741- if eval \${$cacheid+:} false; then :
47424742- $as_echo_n "(cached) " >&6
47434743-else
48924892+ if eval test \${$cacheid+y}
48934893+then :
48944894+ printf %s "(cached) " >&6
48954895+else $as_nop
47444896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47454897/* end confdefs.h. */
47464898int i;
47474899int
47484748-main ()
49004900+main (void)
47494901{
4750490247514903 ;
47524904 return 0;
47534905}
47544906_ACEOF
47554755-if ac_fn_c_try_link "$LINENO"; then :
49074907+if ac_fn_c_try_link "$LINENO"
49084908+then :
47564909 eval $cacheid=yes
47574757-else
49104910+else $as_nop
47584911 eval $cacheid=no
47594912fi
47604760-rm -f core conftest.err conftest.$ac_objext \
49134913+rm -f core conftest.err conftest.$ac_objext conftest.beam \
47614914 conftest$ac_exeext conftest.$ac_ext
47624915fi
47634916···47654918 CFLAGS="$xorg_testset_save_CFLAGS"
4766491947674920 eval supported=\$$cacheid
47684768- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
47694769-$as_echo "$supported" >&6; }
49214921+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
49224922+printf "%s\n" "$supported" >&6; }
47704923 if test "$supported" = "yes" ; then
47714924 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
47724925 found="yes"
···4791494447924945if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
47934946 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
47944794- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
47954795-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
47964796-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
47974797- $as_echo_n "(cached) " >&6
47984798-else
49474947+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
49484948+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
49494949+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
49504950+then :
49514951+ printf %s "(cached) " >&6
49524952+else $as_nop
47994953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48004954/* end confdefs.h. */
48014955int i;
48024956_ACEOF
48034803-if ac_fn_c_try_compile "$LINENO"; then :
49574957+if ac_fn_c_try_compile "$LINENO"
49584958+then :
48044959 xorg_cv_cc_flag_unknown_warning_option=yes
48054805-else
49604960+else $as_nop
48064961 xorg_cv_cc_flag_unknown_warning_option=no
48074962fi
48084808-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49634963+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
48094964fi
48104810-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
48114811-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
49654965+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
49664966+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
48124967 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
48134968 CFLAGS="$xorg_testset_save_CFLAGS"
48144969fi
···48184973 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
48194974 fi
48204975 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
48214821- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
48224822-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
48234823-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
48244824- $as_echo_n "(cached) " >&6
48254825-else
49764976+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
49774977+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
49784978+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
49794979+then :
49804980+ printf %s "(cached) " >&6
49814981+else $as_nop
48264982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48274983/* end confdefs.h. */
48284984int i;
48294985_ACEOF
48304830-if ac_fn_c_try_compile "$LINENO"; then :
49864986+if ac_fn_c_try_compile "$LINENO"
49874987+then :
48314988 xorg_cv_cc_flag_unused_command_line_argument=yes
48324832-else
49894989+else $as_nop
48334990 xorg_cv_cc_flag_unused_command_line_argument=no
48344991fi
48354835-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49924992+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
48364993fi
48374837-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
48384838-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
49944994+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
49954995+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
48394996 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
48404997 CFLAGS="$xorg_testset_save_CFLAGS"
48414998fi
···4853501048545011 CFLAGS="$CFLAGS -Wmissing-declarations"
4855501248564856- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
48574857-$as_echo_n "checking if $CC supports -Wmissing-declarations... " >&6; }
50135013+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
50145014+printf %s "checking if $CC supports -Wmissing-declarations... " >&6; }
48585015 cacheid=xorg_cv_cc_flag__Wmissing_declarations
48594859- if eval \${$cacheid+:} false; then :
48604860- $as_echo_n "(cached) " >&6
48614861-else
50165016+ if eval test \${$cacheid+y}
50175017+then :
50185018+ printf %s "(cached) " >&6
50195019+else $as_nop
48625020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
48635021/* end confdefs.h. */
48645022int i;
48655023int
48664866-main ()
50245024+main (void)
48675025{
4868502648695027 ;
48705028 return 0;
48715029}
48725030_ACEOF
48734873-if ac_fn_c_try_link "$LINENO"; then :
50315031+if ac_fn_c_try_link "$LINENO"
50325032+then :
48745033 eval $cacheid=yes
48754875-else
50345034+else $as_nop
48765035 eval $cacheid=no
48775036fi
48784878-rm -f core conftest.err conftest.$ac_objext \
50375037+rm -f core conftest.err conftest.$ac_objext conftest.beam \
48795038 conftest$ac_exeext conftest.$ac_ext
48805039fi
48815040···48835042 CFLAGS="$xorg_testset_save_CFLAGS"
4884504348855044 eval supported=\$$cacheid
48864886- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
48874887-$as_echo "$supported" >&6; }
50455045+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50465046+printf "%s\n" "$supported" >&6; }
48885047 if test "$supported" = "yes" ; then
48895048 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-declarations"
48905049 found="yes"
···4909506849105069if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
49115070 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
49124912- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
49134913-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
49144914-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
49154915- $as_echo_n "(cached) " >&6
49164916-else
50715071+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
50725072+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
50735073+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
50745074+then :
50755075+ printf %s "(cached) " >&6
50765076+else $as_nop
49175077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49185078/* end confdefs.h. */
49195079int i;
49205080_ACEOF
49214921-if ac_fn_c_try_compile "$LINENO"; then :
50815081+if ac_fn_c_try_compile "$LINENO"
50825082+then :
49225083 xorg_cv_cc_flag_unknown_warning_option=yes
49234923-else
50845084+else $as_nop
49245085 xorg_cv_cc_flag_unknown_warning_option=no
49255086fi
49264926-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50875087+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
49275088fi
49284928-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
49294929-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
50895089+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
50905090+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
49305091 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
49315092 CFLAGS="$xorg_testset_save_CFLAGS"
49325093fi
···49365097 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
49375098 fi
49385099 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
49394939- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
49404940-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
49414941-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
49424942- $as_echo_n "(cached) " >&6
49434943-else
51005100+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
51015101+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
51025102+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
51035103+then :
51045104+ printf %s "(cached) " >&6
51055105+else $as_nop
49445106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49455107/* end confdefs.h. */
49465108int i;
49475109_ACEOF
49484948-if ac_fn_c_try_compile "$LINENO"; then :
51105110+if ac_fn_c_try_compile "$LINENO"
51115111+then :
49495112 xorg_cv_cc_flag_unused_command_line_argument=yes
49504950-else
51135113+else $as_nop
49515114 xorg_cv_cc_flag_unused_command_line_argument=no
49525115fi
49534953-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51165116+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
49545117fi
49554955-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
49564956-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
51185118+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
51195119+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
49575120 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
49585121 CFLAGS="$xorg_testset_save_CFLAGS"
49595122fi
···4971513449725135 CFLAGS="$CFLAGS -Wformat=2"
4973513649744974- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
49754975-$as_echo_n "checking if $CC supports -Wformat=2... " >&6; }
51375137+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
51385138+printf %s "checking if $CC supports -Wformat=2... " >&6; }
49765139 cacheid=xorg_cv_cc_flag__Wformat_2
49774977- if eval \${$cacheid+:} false; then :
49784978- $as_echo_n "(cached) " >&6
49794979-else
51405140+ if eval test \${$cacheid+y}
51415141+then :
51425142+ printf %s "(cached) " >&6
51435143+else $as_nop
49805144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
49815145/* end confdefs.h. */
49825146int i;
49835147int
49844984-main ()
51485148+main (void)
49855149{
4986515049875151 ;
49885152 return 0;
49895153}
49905154_ACEOF
49914991-if ac_fn_c_try_link "$LINENO"; then :
51555155+if ac_fn_c_try_link "$LINENO"
51565156+then :
49925157 eval $cacheid=yes
49934993-else
51585158+else $as_nop
49945159 eval $cacheid=no
49955160fi
49964996-rm -f core conftest.err conftest.$ac_objext \
51615161+rm -f core conftest.err conftest.$ac_objext conftest.beam \
49975162 conftest$ac_exeext conftest.$ac_ext
49985163fi
49995164···50015166 CFLAGS="$xorg_testset_save_CFLAGS"
5002516750035168 eval supported=\$$cacheid
50045004- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50055005-$as_echo "$supported" >&6; }
51695169+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
51705170+printf "%s\n" "$supported" >&6; }
50065171 if test "$supported" = "yes" ; then
50075172 BASE_CFLAGS="$BASE_CFLAGS -Wformat=2"
50085173 found="yes"
···5020518550215186 CFLAGS="$CFLAGS -Wformat"
5022518750235023- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
50245024-$as_echo_n "checking if $CC supports -Wformat... " >&6; }
51885188+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
51895189+printf %s "checking if $CC supports -Wformat... " >&6; }
50255190 cacheid=xorg_cv_cc_flag__Wformat
50265026- if eval \${$cacheid+:} false; then :
50275027- $as_echo_n "(cached) " >&6
50285028-else
51915191+ if eval test \${$cacheid+y}
51925192+then :
51935193+ printf %s "(cached) " >&6
51945194+else $as_nop
50295195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50305196/* end confdefs.h. */
50315197int i;
50325198int
50335033-main ()
51995199+main (void)
50345200{
5035520150365202 ;
50375203 return 0;
50385204}
50395205_ACEOF
50405040-if ac_fn_c_try_link "$LINENO"; then :
52065206+if ac_fn_c_try_link "$LINENO"
52075207+then :
50415208 eval $cacheid=yes
50425042-else
52095209+else $as_nop
50435210 eval $cacheid=no
50445211fi
50455045-rm -f core conftest.err conftest.$ac_objext \
52125212+rm -f core conftest.err conftest.$ac_objext conftest.beam \
50465213 conftest$ac_exeext conftest.$ac_ext
50475214fi
50485215···50505217 CFLAGS="$xorg_testset_save_CFLAGS"
5051521850525219 eval supported=\$$cacheid
50535053- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
50545054-$as_echo "$supported" >&6; }
52205220+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
52215221+printf "%s\n" "$supported" >&6; }
50555222 if test "$supported" = "yes" ; then
50565223 BASE_CFLAGS="$BASE_CFLAGS -Wformat"
50575224 found="yes"
···5078524550795246if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
50805247 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
50815081- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
50825082-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
50835083-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
50845084- $as_echo_n "(cached) " >&6
50855085-else
52485248+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
52495249+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
52505250+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
52515251+then :
52525252+ printf %s "(cached) " >&6
52535253+else $as_nop
50865254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50875255/* end confdefs.h. */
50885256int i;
50895257_ACEOF
50905090-if ac_fn_c_try_compile "$LINENO"; then :
52585258+if ac_fn_c_try_compile "$LINENO"
52595259+then :
50915260 xorg_cv_cc_flag_unknown_warning_option=yes
50925092-else
52615261+else $as_nop
50935262 xorg_cv_cc_flag_unknown_warning_option=no
50945263fi
50955095-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52645264+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
50965265fi
50975097-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
50985098-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
52665266+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
52675267+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
50995268 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
51005269 CFLAGS="$xorg_testset_save_CFLAGS"
51015270fi
···51055274 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
51065275 fi
51075276 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
51085108- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
51095109-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
51105110-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
51115111- $as_echo_n "(cached) " >&6
51125112-else
52775277+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
52785278+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
52795279+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
52805280+then :
52815281+ printf %s "(cached) " >&6
52825282+else $as_nop
51135283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51145284/* end confdefs.h. */
51155285int i;
51165286_ACEOF
51175117-if ac_fn_c_try_compile "$LINENO"; then :
52875287+if ac_fn_c_try_compile "$LINENO"
52885288+then :
51185289 xorg_cv_cc_flag_unused_command_line_argument=yes
51195119-else
52905290+else $as_nop
51205291 xorg_cv_cc_flag_unused_command_line_argument=no
51215292fi
51225122-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
52935293+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
51235294fi
51245124-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
51255125-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
52955295+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
52965296+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
51265297 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
51275298 CFLAGS="$xorg_testset_save_CFLAGS"
51285299fi
···5140531151415312 CFLAGS="$CFLAGS -Wstrict-prototypes"
5142531351435143- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
51445144-$as_echo_n "checking if $CC supports -Wstrict-prototypes... " >&6; }
53145314+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
53155315+printf %s "checking if $CC supports -Wstrict-prototypes... " >&6; }
51455316 cacheid=xorg_cv_cc_flag__Wstrict_prototypes
51465146- if eval \${$cacheid+:} false; then :
51475147- $as_echo_n "(cached) " >&6
51485148-else
53175317+ if eval test \${$cacheid+y}
53185318+then :
53195319+ printf %s "(cached) " >&6
53205320+else $as_nop
51495321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51505322/* end confdefs.h. */
51515323int i;
51525324int
51535153-main ()
53255325+main (void)
51545326{
5155532751565328 ;
51575329 return 0;
51585330}
51595331_ACEOF
51605160-if ac_fn_c_try_link "$LINENO"; then :
53325332+if ac_fn_c_try_link "$LINENO"
53335333+then :
51615334 eval $cacheid=yes
51625162-else
53355335+else $as_nop
51635336 eval $cacheid=no
51645337fi
51655165-rm -f core conftest.err conftest.$ac_objext \
53385338+rm -f core conftest.err conftest.$ac_objext conftest.beam \
51665339 conftest$ac_exeext conftest.$ac_ext
51675340fi
51685341···51705343 CFLAGS="$xorg_testset_save_CFLAGS"
5171534451725345 eval supported=\$$cacheid
51735173- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
51745174-$as_echo "$supported" >&6; }
53465346+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
53475347+printf "%s\n" "$supported" >&6; }
51755348 if test "$supported" = "yes" ; then
51765349 BASE_CFLAGS="$BASE_CFLAGS -Wstrict-prototypes"
51775350 found="yes"
···5196536951975370if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
51985371 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
51995199- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
52005200-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
52015201-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
52025202- $as_echo_n "(cached) " >&6
52035203-else
53725372+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
53735373+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
53745374+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
53755375+then :
53765376+ printf %s "(cached) " >&6
53775377+else $as_nop
52045378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52055379/* end confdefs.h. */
52065380int i;
52075381_ACEOF
52085208-if ac_fn_c_try_compile "$LINENO"; then :
53825382+if ac_fn_c_try_compile "$LINENO"
53835383+then :
52095384 xorg_cv_cc_flag_unknown_warning_option=yes
52105210-else
53855385+else $as_nop
52115386 xorg_cv_cc_flag_unknown_warning_option=no
52125387fi
52135213-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
53885388+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
52145389fi
52155215-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
52165216-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
53905390+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
53915391+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
52175392 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
52185393 CFLAGS="$xorg_testset_save_CFLAGS"
52195394fi
···52235398 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
52245399 fi
52255400 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
52265226- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
52275227-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
52285228-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
52295229- $as_echo_n "(cached) " >&6
52305230-else
54015401+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
54025402+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
54035403+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
54045404+then :
54055405+ printf %s "(cached) " >&6
54065406+else $as_nop
52315407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52325408/* end confdefs.h. */
52335409int i;
52345410_ACEOF
52355235-if ac_fn_c_try_compile "$LINENO"; then :
54115411+if ac_fn_c_try_compile "$LINENO"
54125412+then :
52365413 xorg_cv_cc_flag_unused_command_line_argument=yes
52375237-else
54145414+else $as_nop
52385415 xorg_cv_cc_flag_unused_command_line_argument=no
52395416fi
52405240-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54175417+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
52415418fi
52425242-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
52435243-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
54195419+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
54205420+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
52445421 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
52455422 CFLAGS="$xorg_testset_save_CFLAGS"
52465423fi
···5258543552595436 CFLAGS="$CFLAGS -Wmissing-prototypes"
5260543752615261- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
52625262-$as_echo_n "checking if $CC supports -Wmissing-prototypes... " >&6; }
54385438+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
54395439+printf %s "checking if $CC supports -Wmissing-prototypes... " >&6; }
52635440 cacheid=xorg_cv_cc_flag__Wmissing_prototypes
52645264- if eval \${$cacheid+:} false; then :
52655265- $as_echo_n "(cached) " >&6
52665266-else
54415441+ if eval test \${$cacheid+y}
54425442+then :
54435443+ printf %s "(cached) " >&6
54445444+else $as_nop
52675445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
52685446/* end confdefs.h. */
52695447int i;
52705448int
52715271-main ()
54495449+main (void)
52725450{
5273545152745452 ;
52755453 return 0;
52765454}
52775455_ACEOF
52785278-if ac_fn_c_try_link "$LINENO"; then :
54565456+if ac_fn_c_try_link "$LINENO"
54575457+then :
52795458 eval $cacheid=yes
52805280-else
54595459+else $as_nop
52815460 eval $cacheid=no
52825461fi
52835283-rm -f core conftest.err conftest.$ac_objext \
54625462+rm -f core conftest.err conftest.$ac_objext conftest.beam \
52845463 conftest$ac_exeext conftest.$ac_ext
52855464fi
52865465···52885467 CFLAGS="$xorg_testset_save_CFLAGS"
5289546852905469 eval supported=\$$cacheid
52915291- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
52925292-$as_echo "$supported" >&6; }
54705470+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
54715471+printf "%s\n" "$supported" >&6; }
52935472 if test "$supported" = "yes" ; then
52945473 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-prototypes"
52955474 found="yes"
···5314549353155494if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
53165495 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
53175317- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
53185318-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
53195319-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
53205320- $as_echo_n "(cached) " >&6
53215321-else
54965496+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
54975497+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
54985498+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
54995499+then :
55005500+ printf %s "(cached) " >&6
55015501+else $as_nop
53225502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53235503/* end confdefs.h. */
53245504int i;
53255505_ACEOF
53265326-if ac_fn_c_try_compile "$LINENO"; then :
55065506+if ac_fn_c_try_compile "$LINENO"
55075507+then :
53275508 xorg_cv_cc_flag_unknown_warning_option=yes
53285328-else
55095509+else $as_nop
53295510 xorg_cv_cc_flag_unknown_warning_option=no
53305511fi
53315331-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55125512+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
53325513fi
53335333-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
53345334-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
55145514+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
55155515+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
53355516 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
53365517 CFLAGS="$xorg_testset_save_CFLAGS"
53375518fi
···53415522 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
53425523 fi
53435524 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
53445344- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
53455345-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
53465346-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
53475347- $as_echo_n "(cached) " >&6
53485348-else
55255525+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
55265526+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
55275527+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
55285528+then :
55295529+ printf %s "(cached) " >&6
55305530+else $as_nop
53495531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53505532/* end confdefs.h. */
53515533int i;
53525534_ACEOF
53535353-if ac_fn_c_try_compile "$LINENO"; then :
55355535+if ac_fn_c_try_compile "$LINENO"
55365536+then :
53545537 xorg_cv_cc_flag_unused_command_line_argument=yes
53555355-else
55385538+else $as_nop
53565539 xorg_cv_cc_flag_unused_command_line_argument=no
53575540fi
53585358-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55415541+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
53595542fi
53605360-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
53615361-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
55435543+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
55445544+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
53625545 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
53635546 CFLAGS="$xorg_testset_save_CFLAGS"
53645547fi
···5376555953775560 CFLAGS="$CFLAGS -Wnested-externs"
5378556153795379- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
53805380-$as_echo_n "checking if $CC supports -Wnested-externs... " >&6; }
55625562+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
55635563+printf %s "checking if $CC supports -Wnested-externs... " >&6; }
53815564 cacheid=xorg_cv_cc_flag__Wnested_externs
53825382- if eval \${$cacheid+:} false; then :
53835383- $as_echo_n "(cached) " >&6
53845384-else
55655565+ if eval test \${$cacheid+y}
55665566+then :
55675567+ printf %s "(cached) " >&6
55685568+else $as_nop
53855569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
53865570/* end confdefs.h. */
53875571int i;
53885572int
53895389-main ()
55735573+main (void)
53905574{
5391557553925576 ;
53935577 return 0;
53945578}
53955579_ACEOF
53965396-if ac_fn_c_try_link "$LINENO"; then :
55805580+if ac_fn_c_try_link "$LINENO"
55815581+then :
53975582 eval $cacheid=yes
53985398-else
55835583+else $as_nop
53995584 eval $cacheid=no
54005585fi
54015401-rm -f core conftest.err conftest.$ac_objext \
55865586+rm -f core conftest.err conftest.$ac_objext conftest.beam \
54025587 conftest$ac_exeext conftest.$ac_ext
54035588fi
54045589···54065591 CFLAGS="$xorg_testset_save_CFLAGS"
5407559254085593 eval supported=\$$cacheid
54095409- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
54105410-$as_echo "$supported" >&6; }
55945594+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
55955595+printf "%s\n" "$supported" >&6; }
54115596 if test "$supported" = "yes" ; then
54125597 BASE_CFLAGS="$BASE_CFLAGS -Wnested-externs"
54135598 found="yes"
···5432561754335618if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
54345619 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
54355435- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
54365436-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
54375437-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
54385438- $as_echo_n "(cached) " >&6
54395439-else
56205620+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
56215621+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
56225622+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
56235623+then :
56245624+ printf %s "(cached) " >&6
56255625+else $as_nop
54405626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54415627/* end confdefs.h. */
54425628int i;
54435629_ACEOF
54445444-if ac_fn_c_try_compile "$LINENO"; then :
56305630+if ac_fn_c_try_compile "$LINENO"
56315631+then :
54455632 xorg_cv_cc_flag_unknown_warning_option=yes
54465446-else
56335633+else $as_nop
54475634 xorg_cv_cc_flag_unknown_warning_option=no
54485635fi
54495449-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56365636+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
54505637fi
54515451-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
54525452-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
56385638+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
56395639+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
54535640 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
54545641 CFLAGS="$xorg_testset_save_CFLAGS"
54555642fi
···54595646 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
54605647 fi
54615648 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
54625462- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
54635463-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
54645464-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
54655465- $as_echo_n "(cached) " >&6
54665466-else
56495649+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
56505650+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
56515651+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
56525652+then :
56535653+ printf %s "(cached) " >&6
56545654+else $as_nop
54675655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54685656/* end confdefs.h. */
54695657int i;
54705658_ACEOF
54715471-if ac_fn_c_try_compile "$LINENO"; then :
56595659+if ac_fn_c_try_compile "$LINENO"
56605660+then :
54725661 xorg_cv_cc_flag_unused_command_line_argument=yes
54735473-else
56625662+else $as_nop
54745663 xorg_cv_cc_flag_unused_command_line_argument=no
54755664fi
54765476-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56655665+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
54775666fi
54785478-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
54795479-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
56675667+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
56685668+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
54805669 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
54815670 CFLAGS="$xorg_testset_save_CFLAGS"
54825671fi
···5494568354955684 CFLAGS="$CFLAGS -Wbad-function-cast"
5496568554975497- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
54985498-$as_echo_n "checking if $CC supports -Wbad-function-cast... " >&6; }
56865686+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
56875687+printf %s "checking if $CC supports -Wbad-function-cast... " >&6; }
54995688 cacheid=xorg_cv_cc_flag__Wbad_function_cast
55005500- if eval \${$cacheid+:} false; then :
55015501- $as_echo_n "(cached) " >&6
55025502-else
56895689+ if eval test \${$cacheid+y}
56905690+then :
56915691+ printf %s "(cached) " >&6
56925692+else $as_nop
55035693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55045694/* end confdefs.h. */
55055695int i;
55065696int
55075507-main ()
56975697+main (void)
55085698{
5509569955105700 ;
55115701 return 0;
55125702}
55135703_ACEOF
55145514-if ac_fn_c_try_link "$LINENO"; then :
57045704+if ac_fn_c_try_link "$LINENO"
57055705+then :
55155706 eval $cacheid=yes
55165516-else
57075707+else $as_nop
55175708 eval $cacheid=no
55185709fi
55195519-rm -f core conftest.err conftest.$ac_objext \
57105710+rm -f core conftest.err conftest.$ac_objext conftest.beam \
55205711 conftest$ac_exeext conftest.$ac_ext
55215712fi
55225713···55245715 CFLAGS="$xorg_testset_save_CFLAGS"
5525571655265717 eval supported=\$$cacheid
55275527- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
55285528-$as_echo "$supported" >&6; }
57185718+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
57195719+printf "%s\n" "$supported" >&6; }
55295720 if test "$supported" = "yes" ; then
55305721 BASE_CFLAGS="$BASE_CFLAGS -Wbad-function-cast"
55315722 found="yes"
···5550574155515742if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
55525743 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
55535553- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
55545554-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
55555555-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
55565556- $as_echo_n "(cached) " >&6
55575557-else
57445744+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
57455745+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
57465746+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
57475747+then :
57485748+ printf %s "(cached) " >&6
57495749+else $as_nop
55585750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55595751/* end confdefs.h. */
55605752int i;
55615753_ACEOF
55625562-if ac_fn_c_try_compile "$LINENO"; then :
57545754+if ac_fn_c_try_compile "$LINENO"
57555755+then :
55635756 xorg_cv_cc_flag_unknown_warning_option=yes
55645564-else
57575757+else $as_nop
55655758 xorg_cv_cc_flag_unknown_warning_option=no
55665759fi
55675567-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57605760+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
55685761fi
55695569-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
55705570-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
57625762+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
57635763+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
55715764 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
55725765 CFLAGS="$xorg_testset_save_CFLAGS"
55735766fi
···55775770 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
55785771 fi
55795772 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
55805580- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
55815581-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
55825582-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
55835583- $as_echo_n "(cached) " >&6
55845584-else
57735773+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
57745774+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
57755775+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
57765776+then :
57775777+ printf %s "(cached) " >&6
57785778+else $as_nop
55855779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
55865780/* end confdefs.h. */
55875781int i;
55885782_ACEOF
55895589-if ac_fn_c_try_compile "$LINENO"; then :
57835783+if ac_fn_c_try_compile "$LINENO"
57845784+then :
55905785 xorg_cv_cc_flag_unused_command_line_argument=yes
55915591-else
57865786+else $as_nop
55925787 xorg_cv_cc_flag_unused_command_line_argument=no
55935788fi
55945594-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57895789+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
55955790fi
55965596-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
55975597-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
57915791+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
57925792+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
55985793 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
55995794 CFLAGS="$xorg_testset_save_CFLAGS"
56005795fi
···5612580756135808 CFLAGS="$CFLAGS -Wold-style-definition"
5614580956155615- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
56165616-$as_echo_n "checking if $CC supports -Wold-style-definition... " >&6; }
58105810+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
58115811+printf %s "checking if $CC supports -Wold-style-definition... " >&6; }
56175812 cacheid=xorg_cv_cc_flag__Wold_style_definition
56185618- if eval \${$cacheid+:} false; then :
56195619- $as_echo_n "(cached) " >&6
56205620-else
58135813+ if eval test \${$cacheid+y}
58145814+then :
58155815+ printf %s "(cached) " >&6
58165816+else $as_nop
56215817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56225818/* end confdefs.h. */
56235819int i;
56245820int
56255625-main ()
58215821+main (void)
56265822{
5627582356285824 ;
56295825 return 0;
56305826}
56315827_ACEOF
56325632-if ac_fn_c_try_link "$LINENO"; then :
58285828+if ac_fn_c_try_link "$LINENO"
58295829+then :
56335830 eval $cacheid=yes
56345634-else
58315831+else $as_nop
56355832 eval $cacheid=no
56365833fi
56375637-rm -f core conftest.err conftest.$ac_objext \
58345834+rm -f core conftest.err conftest.$ac_objext conftest.beam \
56385835 conftest$ac_exeext conftest.$ac_ext
56395836fi
56405837···56425839 CFLAGS="$xorg_testset_save_CFLAGS"
5643584056445841 eval supported=\$$cacheid
56455645- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
56465646-$as_echo "$supported" >&6; }
58425842+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
58435843+printf "%s\n" "$supported" >&6; }
56475844 if test "$supported" = "yes" ; then
56485845 BASE_CFLAGS="$BASE_CFLAGS -Wold-style-definition"
56495846 found="yes"
···5661585856625859 CFLAGS="$CFLAGS -fd"
5663586056645664- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
56655665-$as_echo_n "checking if $CC supports -fd... " >&6; }
58615861+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
58625862+printf %s "checking if $CC supports -fd... " >&6; }
56665863 cacheid=xorg_cv_cc_flag__fd
56675667- if eval \${$cacheid+:} false; then :
56685668- $as_echo_n "(cached) " >&6
56695669-else
58645864+ if eval test \${$cacheid+y}
58655865+then :
58665866+ printf %s "(cached) " >&6
58675867+else $as_nop
56705868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56715869/* end confdefs.h. */
56725870int i;
56735871int
56745674-main ()
58725872+main (void)
56755873{
5676587456775875 ;
56785876 return 0;
56795877}
56805878_ACEOF
56815681-if ac_fn_c_try_link "$LINENO"; then :
58795879+if ac_fn_c_try_link "$LINENO"
58805880+then :
56825881 eval $cacheid=yes
56835683-else
58825882+else $as_nop
56845883 eval $cacheid=no
56855884fi
56865686-rm -f core conftest.err conftest.$ac_objext \
58855885+rm -f core conftest.err conftest.$ac_objext conftest.beam \
56875886 conftest$ac_exeext conftest.$ac_ext
56885887fi
56895888···56915890 CFLAGS="$xorg_testset_save_CFLAGS"
5692589156935892 eval supported=\$$cacheid
56945694- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
56955695-$as_echo "$supported" >&6; }
58935893+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
58945894+printf "%s\n" "$supported" >&6; }
56965895 if test "$supported" = "yes" ; then
56975896 BASE_CFLAGS="$BASE_CFLAGS -fd"
56985897 found="yes"
···5717591657185917if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
57195918 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
57205720- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
57215721-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
57225722-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
57235723- $as_echo_n "(cached) " >&6
57245724-else
59195919+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
59205920+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
59215921+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
59225922+then :
59235923+ printf %s "(cached) " >&6
59245924+else $as_nop
57255925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57265926/* end confdefs.h. */
57275927int i;
57285928_ACEOF
57295729-if ac_fn_c_try_compile "$LINENO"; then :
59295929+if ac_fn_c_try_compile "$LINENO"
59305930+then :
57305931 xorg_cv_cc_flag_unknown_warning_option=yes
57315731-else
59325932+else $as_nop
57325933 xorg_cv_cc_flag_unknown_warning_option=no
57335934fi
57345734-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59355935+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
57355936fi
57365736-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
57375737-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
59375937+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
59385938+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
57385939 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
57395940 CFLAGS="$xorg_testset_save_CFLAGS"
57405941fi
···57445945 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
57455946 fi
57465947 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
57475747- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
57485748-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
57495749-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
57505750- $as_echo_n "(cached) " >&6
57515751-else
59485948+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
59495949+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
59505950+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
59515951+then :
59525952+ printf %s "(cached) " >&6
59535953+else $as_nop
57525954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57535955/* end confdefs.h. */
57545956int i;
57555957_ACEOF
57565756-if ac_fn_c_try_compile "$LINENO"; then :
59585958+if ac_fn_c_try_compile "$LINENO"
59595959+then :
57575960 xorg_cv_cc_flag_unused_command_line_argument=yes
57585758-else
59615961+else $as_nop
57595962 xorg_cv_cc_flag_unused_command_line_argument=no
57605963fi
57615761-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59645964+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
57625965fi
57635763-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
57645764-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
59665966+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
59675967+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
57655968 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
57665969 CFLAGS="$xorg_testset_save_CFLAGS"
57675970fi
···5779598257805983 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
5781598457825782- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
57835783-$as_echo_n "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
59855985+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
59865986+printf %s "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
57845987 cacheid=xorg_cv_cc_flag__Wdeclaration_after_statement
57855785- if eval \${$cacheid+:} false; then :
57865786- $as_echo_n "(cached) " >&6
57875787-else
59885988+ if eval test \${$cacheid+y}
59895989+then :
59905990+ printf %s "(cached) " >&6
59915991+else $as_nop
57885992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
57895993/* end confdefs.h. */
57905994int i;
57915995int
57925792-main ()
59965996+main (void)
57935997{
5794599857955999 ;
57966000 return 0;
57976001}
57986002_ACEOF
57995799-if ac_fn_c_try_link "$LINENO"; then :
60036003+if ac_fn_c_try_link "$LINENO"
60046004+then :
58006005 eval $cacheid=yes
58015801-else
60066006+else $as_nop
58026007 eval $cacheid=no
58036008fi
58045804-rm -f core conftest.err conftest.$ac_objext \
60096009+rm -f core conftest.err conftest.$ac_objext conftest.beam \
58056010 conftest$ac_exeext conftest.$ac_ext
58066011fi
58076012···58096014 CFLAGS="$xorg_testset_save_CFLAGS"
5810601558116016 eval supported=\$$cacheid
58125812- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
58135813-$as_echo "$supported" >&6; }
60176017+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
60186018+printf "%s\n" "$supported" >&6; }
58146019 if test "$supported" = "yes" ; then
58156020 BASE_CFLAGS="$BASE_CFLAGS -Wdeclaration-after-statement"
58166021 found="yes"
···5839604458406045if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
58416046 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
58425842- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
58435843-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
58445844-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
58455845- $as_echo_n "(cached) " >&6
58465846-else
60476047+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
60486048+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
60496049+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
60506050+then :
60516051+ printf %s "(cached) " >&6
60526052+else $as_nop
58476053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58486054/* end confdefs.h. */
58496055int i;
58506056_ACEOF
58515851-if ac_fn_c_try_compile "$LINENO"; then :
60576057+if ac_fn_c_try_compile "$LINENO"
60586058+then :
58526059 xorg_cv_cc_flag_unknown_warning_option=yes
58535853-else
60606060+else $as_nop
58546061 xorg_cv_cc_flag_unknown_warning_option=no
58556062fi
58565856-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60636063+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
58576064fi
58585858-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
58595859-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
60656065+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
60666066+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
58606067 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
58616068 CFLAGS="$xorg_testset_save_CFLAGS"
58626069fi
···58666073 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
58676074 fi
58686075 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
58695869- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
58705870-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
58715871-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
58725872- $as_echo_n "(cached) " >&6
58735873-else
60766076+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
60776077+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
60786078+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
60796079+then :
60806080+ printf %s "(cached) " >&6
60816081+else $as_nop
58746082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
58756083/* end confdefs.h. */
58766084int i;
58776085_ACEOF
58785878-if ac_fn_c_try_compile "$LINENO"; then :
60866086+if ac_fn_c_try_compile "$LINENO"
60876087+then :
58796088 xorg_cv_cc_flag_unused_command_line_argument=yes
58805880-else
60896089+else $as_nop
58816090 xorg_cv_cc_flag_unused_command_line_argument=no
58826091fi
58835883-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60926092+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
58846093fi
58855885-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
58865886-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
60946094+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
60956095+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
58876096 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
58886097 CFLAGS="$xorg_testset_save_CFLAGS"
58896098fi
···5901611059026111 CFLAGS="$CFLAGS -Wunused"
5903611259045904- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
59055905-$as_echo_n "checking if $CC supports -Wunused... " >&6; }
61136113+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
61146114+printf %s "checking if $CC supports -Wunused... " >&6; }
59066115 cacheid=xorg_cv_cc_flag__Wunused
59075907- if eval \${$cacheid+:} false; then :
59085908- $as_echo_n "(cached) " >&6
59095909-else
61166116+ if eval test \${$cacheid+y}
61176117+then :
61186118+ printf %s "(cached) " >&6
61196119+else $as_nop
59106120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59116121/* end confdefs.h. */
59126122int i;
59136123int
59145914-main ()
61246124+main (void)
59156125{
5916612659176127 ;
59186128 return 0;
59196129}
59206130_ACEOF
59215921-if ac_fn_c_try_link "$LINENO"; then :
61316131+if ac_fn_c_try_link "$LINENO"
61326132+then :
59226133 eval $cacheid=yes
59235923-else
61346134+else $as_nop
59246135 eval $cacheid=no
59256136fi
59265926-rm -f core conftest.err conftest.$ac_objext \
61376137+rm -f core conftest.err conftest.$ac_objext conftest.beam \
59276138 conftest$ac_exeext conftest.$ac_ext
59286139fi
59296140···59316142 CFLAGS="$xorg_testset_save_CFLAGS"
5932614359336144 eval supported=\$$cacheid
59345934- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
59355935-$as_echo "$supported" >&6; }
61456145+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
61466146+printf "%s\n" "$supported" >&6; }
59366147 if test "$supported" = "yes" ; then
59376148 BASE_CFLAGS="$BASE_CFLAGS -Wunused"
59386149 found="yes"
···5957616859586169if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
59596170 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
59605960- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
59615961-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
59625962-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
59635963- $as_echo_n "(cached) " >&6
59645964-else
61716171+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
61726172+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
61736173+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
61746174+then :
61756175+ printf %s "(cached) " >&6
61766176+else $as_nop
59656177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59666178/* end confdefs.h. */
59676179int i;
59686180_ACEOF
59695969-if ac_fn_c_try_compile "$LINENO"; then :
61816181+if ac_fn_c_try_compile "$LINENO"
61826182+then :
59706183 xorg_cv_cc_flag_unknown_warning_option=yes
59715971-else
61846184+else $as_nop
59726185 xorg_cv_cc_flag_unknown_warning_option=no
59736186fi
59745974-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
61876187+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
59756188fi
59765976-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
59775977-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
61896189+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
61906190+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
59786191 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
59796192 CFLAGS="$xorg_testset_save_CFLAGS"
59806193fi
···59846197 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
59856198 fi
59866199 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
59875987- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
59885988-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
59895989-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
59905990- $as_echo_n "(cached) " >&6
59915991-else
62006200+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
62016201+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
62026202+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
62036203+then :
62046204+ printf %s "(cached) " >&6
62056205+else $as_nop
59926206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59936207/* end confdefs.h. */
59946208int i;
59956209_ACEOF
59965996-if ac_fn_c_try_compile "$LINENO"; then :
62106210+if ac_fn_c_try_compile "$LINENO"
62116211+then :
59976212 xorg_cv_cc_flag_unused_command_line_argument=yes
59985998-else
62136213+else $as_nop
59996214 xorg_cv_cc_flag_unused_command_line_argument=no
60006215fi
60016001-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62166216+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
60026217fi
60036003-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
60046004-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
62186218+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
62196219+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
60056220 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
60066221 CFLAGS="$xorg_testset_save_CFLAGS"
60076222fi
···6019623460206235 CFLAGS="$CFLAGS -Wuninitialized"
6021623660226022- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
60236023-$as_echo_n "checking if $CC supports -Wuninitialized... " >&6; }
62376237+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
62386238+printf %s "checking if $CC supports -Wuninitialized... " >&6; }
60246239 cacheid=xorg_cv_cc_flag__Wuninitialized
60256025- if eval \${$cacheid+:} false; then :
60266026- $as_echo_n "(cached) " >&6
60276027-else
62406240+ if eval test \${$cacheid+y}
62416241+then :
62426242+ printf %s "(cached) " >&6
62436243+else $as_nop
60286244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60296245/* end confdefs.h. */
60306246int i;
60316247int
60326032-main ()
62486248+main (void)
60336249{
6034625060356251 ;
60366252 return 0;
60376253}
60386254_ACEOF
60396039-if ac_fn_c_try_link "$LINENO"; then :
62556255+if ac_fn_c_try_link "$LINENO"
62566256+then :
60406257 eval $cacheid=yes
60416041-else
62586258+else $as_nop
60426259 eval $cacheid=no
60436260fi
60446044-rm -f core conftest.err conftest.$ac_objext \
62616261+rm -f core conftest.err conftest.$ac_objext conftest.beam \
60456262 conftest$ac_exeext conftest.$ac_ext
60466263fi
60476264···60496266 CFLAGS="$xorg_testset_save_CFLAGS"
6050626760516268 eval supported=\$$cacheid
60526052- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
60536053-$as_echo "$supported" >&6; }
62696269+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
62706270+printf "%s\n" "$supported" >&6; }
60546271 if test "$supported" = "yes" ; then
60556272 BASE_CFLAGS="$BASE_CFLAGS -Wuninitialized"
60566273 found="yes"
···6075629260766293if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
60776294 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
60786078- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
60796079-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
60806080-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
60816081- $as_echo_n "(cached) " >&6
60826082-else
62956295+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
62966296+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
62976297+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
62986298+then :
62996299+ printf %s "(cached) " >&6
63006300+else $as_nop
60836301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
60846302/* end confdefs.h. */
60856303int i;
60866304_ACEOF
60876087-if ac_fn_c_try_compile "$LINENO"; then :
63056305+if ac_fn_c_try_compile "$LINENO"
63066306+then :
60886307 xorg_cv_cc_flag_unknown_warning_option=yes
60896089-else
63086308+else $as_nop
60906309 xorg_cv_cc_flag_unknown_warning_option=no
60916310fi
60926092-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63116311+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
60936312fi
60946094-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
60956095-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
63136313+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
63146314+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
60966315 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
60976316 CFLAGS="$xorg_testset_save_CFLAGS"
60986317fi
···61026321 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
61036322 fi
61046323 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
61056105- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
61066106-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
61076107-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
61086108- $as_echo_n "(cached) " >&6
61096109-else
63246324+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
63256325+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
63266326+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
63276327+then :
63286328+ printf %s "(cached) " >&6
63296329+else $as_nop
61106330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61116331/* end confdefs.h. */
61126332int i;
61136333_ACEOF
61146114-if ac_fn_c_try_compile "$LINENO"; then :
63346334+if ac_fn_c_try_compile "$LINENO"
63356335+then :
61156336 xorg_cv_cc_flag_unused_command_line_argument=yes
61166116-else
63376337+else $as_nop
61176338 xorg_cv_cc_flag_unused_command_line_argument=no
61186339fi
61196119-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63406340+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
61206341fi
61216121-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
61226122-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
63426342+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
63436343+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
61236344 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
61246345 CFLAGS="$xorg_testset_save_CFLAGS"
61256346fi
···6137635861386359 CFLAGS="$CFLAGS -Wshadow"
6139636061406140- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
61416141-$as_echo_n "checking if $CC supports -Wshadow... " >&6; }
63616361+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
63626362+printf %s "checking if $CC supports -Wshadow... " >&6; }
61426363 cacheid=xorg_cv_cc_flag__Wshadow
61436143- if eval \${$cacheid+:} false; then :
61446144- $as_echo_n "(cached) " >&6
61456145-else
63646364+ if eval test \${$cacheid+y}
63656365+then :
63666366+ printf %s "(cached) " >&6
63676367+else $as_nop
61466368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61476369/* end confdefs.h. */
61486370int i;
61496371int
61506150-main ()
63726372+main (void)
61516373{
6152637461536375 ;
61546376 return 0;
61556377}
61566378_ACEOF
61576157-if ac_fn_c_try_link "$LINENO"; then :
63796379+if ac_fn_c_try_link "$LINENO"
63806380+then :
61586381 eval $cacheid=yes
61596159-else
63826382+else $as_nop
61606383 eval $cacheid=no
61616384fi
61626162-rm -f core conftest.err conftest.$ac_objext \
63856385+rm -f core conftest.err conftest.$ac_objext conftest.beam \
61636386 conftest$ac_exeext conftest.$ac_ext
61646387fi
61656388···61676390 CFLAGS="$xorg_testset_save_CFLAGS"
6168639161696392 eval supported=\$$cacheid
61706170- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
61716171-$as_echo "$supported" >&6; }
63936393+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
63946394+printf "%s\n" "$supported" >&6; }
61726395 if test "$supported" = "yes" ; then
61736396 BASE_CFLAGS="$BASE_CFLAGS -Wshadow"
61746397 found="yes"
···6193641661946417if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
61956418 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
61966196- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
61976197-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
61986198-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
61996199- $as_echo_n "(cached) " >&6
62006200-else
64196419+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
64206420+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
64216421+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
64226422+then :
64236423+ printf %s "(cached) " >&6
64246424+else $as_nop
62016425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62026426/* end confdefs.h. */
62036427int i;
62046428_ACEOF
62056205-if ac_fn_c_try_compile "$LINENO"; then :
64296429+if ac_fn_c_try_compile "$LINENO"
64306430+then :
62066431 xorg_cv_cc_flag_unknown_warning_option=yes
62076207-else
64326432+else $as_nop
62086433 xorg_cv_cc_flag_unknown_warning_option=no
62096434fi
62106210-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64356435+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
62116436fi
62126212-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
62136213-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
64376437+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
64386438+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
62146439 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
62156440 CFLAGS="$xorg_testset_save_CFLAGS"
62166441fi
···62206445 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
62216446 fi
62226447 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
62236223- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
62246224-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
62256225-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
62266226- $as_echo_n "(cached) " >&6
62276227-else
64486448+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
64496449+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
64506450+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
64516451+then :
64526452+ printf %s "(cached) " >&6
64536453+else $as_nop
62286454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62296455/* end confdefs.h. */
62306456int i;
62316457_ACEOF
62326232-if ac_fn_c_try_compile "$LINENO"; then :
64586458+if ac_fn_c_try_compile "$LINENO"
64596459+then :
62336460 xorg_cv_cc_flag_unused_command_line_argument=yes
62346234-else
64616461+else $as_nop
62356462 xorg_cv_cc_flag_unused_command_line_argument=no
62366463fi
62376237-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
64646464+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
62386465fi
62396239-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
62406240-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
64666466+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
64676467+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
62416468 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
62426469 CFLAGS="$xorg_testset_save_CFLAGS"
62436470fi
···6255648262566483 CFLAGS="$CFLAGS -Wmissing-noreturn"
6257648462586258- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
62596259-$as_echo_n "checking if $CC supports -Wmissing-noreturn... " >&6; }
64856485+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
64866486+printf %s "checking if $CC supports -Wmissing-noreturn... " >&6; }
62606487 cacheid=xorg_cv_cc_flag__Wmissing_noreturn
62616261- if eval \${$cacheid+:} false; then :
62626262- $as_echo_n "(cached) " >&6
62636263-else
64886488+ if eval test \${$cacheid+y}
64896489+then :
64906490+ printf %s "(cached) " >&6
64916491+else $as_nop
62646492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
62656493/* end confdefs.h. */
62666494int i;
62676495int
62686268-main ()
64966496+main (void)
62696497{
6270649862716499 ;
62726500 return 0;
62736501}
62746502_ACEOF
62756275-if ac_fn_c_try_link "$LINENO"; then :
65036503+if ac_fn_c_try_link "$LINENO"
65046504+then :
62766505 eval $cacheid=yes
62776277-else
65066506+else $as_nop
62786507 eval $cacheid=no
62796508fi
62806280-rm -f core conftest.err conftest.$ac_objext \
65096509+rm -f core conftest.err conftest.$ac_objext conftest.beam \
62816510 conftest$ac_exeext conftest.$ac_ext
62826511fi
62836512···62856514 CFLAGS="$xorg_testset_save_CFLAGS"
6286651562876516 eval supported=\$$cacheid
62886288- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
62896289-$as_echo "$supported" >&6; }
65176517+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
65186518+printf "%s\n" "$supported" >&6; }
62906519 if test "$supported" = "yes" ; then
62916520 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-noreturn"
62926521 found="yes"
···6311654063126541if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
63136542 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
63146314- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
63156315-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
63166316-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
63176317- $as_echo_n "(cached) " >&6
63186318-else
65436543+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
65446544+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
65456545+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
65466546+then :
65476547+ printf %s "(cached) " >&6
65486548+else $as_nop
63196549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63206550/* end confdefs.h. */
63216551int i;
63226552_ACEOF
63236323-if ac_fn_c_try_compile "$LINENO"; then :
65536553+if ac_fn_c_try_compile "$LINENO"
65546554+then :
63246555 xorg_cv_cc_flag_unknown_warning_option=yes
63256325-else
65566556+else $as_nop
63266557 xorg_cv_cc_flag_unknown_warning_option=no
63276558fi
63286328-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65596559+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
63296560fi
63306330-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
63316331-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
65616561+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
65626562+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
63326563 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
63336564 CFLAGS="$xorg_testset_save_CFLAGS"
63346565fi
···63386569 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
63396570 fi
63406571 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
63416341- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
63426342-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
63436343-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
63446344- $as_echo_n "(cached) " >&6
63456345-else
65726572+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
65736573+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
65746574+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
65756575+then :
65766576+ printf %s "(cached) " >&6
65776577+else $as_nop
63466578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63476579/* end confdefs.h. */
63486580int i;
63496581_ACEOF
63506350-if ac_fn_c_try_compile "$LINENO"; then :
65826582+if ac_fn_c_try_compile "$LINENO"
65836583+then :
63516584 xorg_cv_cc_flag_unused_command_line_argument=yes
63526352-else
65856585+else $as_nop
63536586 xorg_cv_cc_flag_unused_command_line_argument=no
63546587fi
63556355-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65886588+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
63566589fi
63576357-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
63586358-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
65906590+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
65916591+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
63596592 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
63606593 CFLAGS="$xorg_testset_save_CFLAGS"
63616594fi
···6373660663746607 CFLAGS="$CFLAGS -Wmissing-format-attribute"
6375660863766376- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
63776377-$as_echo_n "checking if $CC supports -Wmissing-format-attribute... " >&6; }
66096609+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
66106610+printf %s "checking if $CC supports -Wmissing-format-attribute... " >&6; }
63786611 cacheid=xorg_cv_cc_flag__Wmissing_format_attribute
63796379- if eval \${$cacheid+:} false; then :
63806380- $as_echo_n "(cached) " >&6
63816381-else
66126612+ if eval test \${$cacheid+y}
66136613+then :
66146614+ printf %s "(cached) " >&6
66156615+else $as_nop
63826616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
63836617/* end confdefs.h. */
63846618int i;
63856619int
63866386-main ()
66206620+main (void)
63876621{
6388662263896623 ;
63906624 return 0;
63916625}
63926626_ACEOF
63936393-if ac_fn_c_try_link "$LINENO"; then :
66276627+if ac_fn_c_try_link "$LINENO"
66286628+then :
63946629 eval $cacheid=yes
63956395-else
66306630+else $as_nop
63966631 eval $cacheid=no
63976632fi
63986398-rm -f core conftest.err conftest.$ac_objext \
66336633+rm -f core conftest.err conftest.$ac_objext conftest.beam \
63996634 conftest$ac_exeext conftest.$ac_ext
64006635fi
64016636···64036638 CFLAGS="$xorg_testset_save_CFLAGS"
6404663964056640 eval supported=\$$cacheid
64066406- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
64076407-$as_echo "$supported" >&6; }
66416641+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
66426642+printf "%s\n" "$supported" >&6; }
64086643 if test "$supported" = "yes" ; then
64096644 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-format-attribute"
64106645 found="yes"
···64126647 fi
641366486414664966506650+# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls])
641566516416665264176653···6429666564306666if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
64316667 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
64326432- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
64336433-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
64346434-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
64356435- $as_echo_n "(cached) " >&6
64366436-else
66686668+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
66696669+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
66706670+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
66716671+then :
66726672+ printf %s "(cached) " >&6
66736673+else $as_nop
64376674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64386675/* end confdefs.h. */
64396676int i;
64406677_ACEOF
64416441-if ac_fn_c_try_compile "$LINENO"; then :
66786678+if ac_fn_c_try_compile "$LINENO"
66796679+then :
64426680 xorg_cv_cc_flag_unknown_warning_option=yes
64436443-else
66816681+else $as_nop
64446682 xorg_cv_cc_flag_unknown_warning_option=no
64456683fi
64466446-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
66846684+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
64476685fi
64486448-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
64496449-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
66866686+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
66876687+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
64506688 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
64516689 CFLAGS="$xorg_testset_save_CFLAGS"
64526690fi
···64566694 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
64576695 fi
64586696 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
64596459- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
64606460-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
64616461-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
64626462- $as_echo_n "(cached) " >&6
64636463-else
66976697+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
66986698+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
66996699+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
67006700+then :
67016701+ printf %s "(cached) " >&6
67026702+else $as_nop
64646703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
64656704/* end confdefs.h. */
64666705int i;
64676706_ACEOF
64686468-if ac_fn_c_try_compile "$LINENO"; then :
67076707+if ac_fn_c_try_compile "$LINENO"
67086708+then :
64696709 xorg_cv_cc_flag_unused_command_line_argument=yes
64706470-else
67106710+else $as_nop
64716711 xorg_cv_cc_flag_unused_command_line_argument=no
64726712fi
64736473-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
67136713+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
64746714fi
64756475-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
64766476-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
64776477- xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
64786478- CFLAGS="$xorg_testset_save_CFLAGS"
64796479-fi
64806480-64816481-found="no"
64826482-64836483- if test $found = "no" ; then
64846484- if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then
64856485- CFLAGS="$CFLAGS -Werror=unknown-warning-option"
64866486- fi
64876487-64886488- if test "x$xorg_testset_cc_unused_command_line_argument" = "xyes" ; then
64896489- CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
64906490- fi
64916491-64926492- CFLAGS="$CFLAGS -Wredundant-decls"
64936493-64946494- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wredundant-decls" >&5
64956495-$as_echo_n "checking if $CC supports -Wredundant-decls... " >&6; }
64966496- cacheid=xorg_cv_cc_flag__Wredundant_decls
64976497- if eval \${$cacheid+:} false; then :
64986498- $as_echo_n "(cached) " >&6
64996499-else
65006500- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65016501-/* end confdefs.h. */
65026502-int i;
65036503-int
65046504-main ()
65056505-{
65066506-65076507- ;
65086508- return 0;
65096509-}
65106510-_ACEOF
65116511-if ac_fn_c_try_link "$LINENO"; then :
65126512- eval $cacheid=yes
65136513-else
65146514- eval $cacheid=no
65156515-fi
65166516-rm -f core conftest.err conftest.$ac_objext \
65176517- conftest$ac_exeext conftest.$ac_ext
65186518-fi
65196519-65206520-65216521- CFLAGS="$xorg_testset_save_CFLAGS"
65226522-65236523- eval supported=\$$cacheid
65246524- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
65256525-$as_echo "$supported" >&6; }
65266526- if test "$supported" = "yes" ; then
65276527- BASE_CFLAGS="$BASE_CFLAGS -Wredundant-decls"
65286528- found="yes"
65296529- fi
65306530- fi
65316531-65326532-65336533-65346534-65356535-65366536-65376537-65386538-65396539-65406540-65416541-65426542-65436543-65446544-65456545-65466546-xorg_testset_save_CFLAGS="$CFLAGS"
65476547-65486548-if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
65496549- CFLAGS="$CFLAGS -Werror=unknown-warning-option"
65506550- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
65516551-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
65526552-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
65536553- $as_echo_n "(cached) " >&6
65546554-else
65556555- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65566556-/* end confdefs.h. */
65576557-int i;
65586558-_ACEOF
65596559-if ac_fn_c_try_compile "$LINENO"; then :
65606560- xorg_cv_cc_flag_unknown_warning_option=yes
65616561-else
65626562- xorg_cv_cc_flag_unknown_warning_option=no
65636563-fi
65646564-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65656565-fi
65666566-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
65676567-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
65686568- xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
65696569- CFLAGS="$xorg_testset_save_CFLAGS"
65706570-fi
65716571-65726572-if test "x$xorg_testset_cc_unused_command_line_argument" = "x" ; then
65736573- if test "x$xorg_testset_cc_unknown_warning_option" = "xyes" ; then
65746574- CFLAGS="$CFLAGS -Werror=unknown-warning-option"
65756575- fi
65766576- CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
65776577- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
65786578-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
65796579-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
65806580- $as_echo_n "(cached) " >&6
65816581-else
65826582- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
65836583-/* end confdefs.h. */
65846584-int i;
65856585-_ACEOF
65866586-if ac_fn_c_try_compile "$LINENO"; then :
65876587- xorg_cv_cc_flag_unused_command_line_argument=yes
65886588-else
65896589- xorg_cv_cc_flag_unused_command_line_argument=no
65906590-fi
65916591-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
65926592-fi
65936593-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
65946594-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
67156715+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
67166716+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
65956717 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
65966718 CFLAGS="$xorg_testset_save_CFLAGS"
65976719fi
···6609673166106732 CFLAGS="$CFLAGS -Wlogical-op"
6611673366126612- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
66136613-$as_echo_n "checking if $CC supports -Wlogical-op... " >&6; }
67346734+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
67356735+printf %s "checking if $CC supports -Wlogical-op... " >&6; }
66146736 cacheid=xorg_cv_cc_flag__Wlogical_op
66156615- if eval \${$cacheid+:} false; then :
66166616- $as_echo_n "(cached) " >&6
66176617-else
67376737+ if eval test \${$cacheid+y}
67386738+then :
67396739+ printf %s "(cached) " >&6
67406740+else $as_nop
66186741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66196742/* end confdefs.h. */
66206743int i;
66216744int
66226622-main ()
67456745+main (void)
66236746{
6624674766256748 ;
66266749 return 0;
66276750}
66286751_ACEOF
66296629-if ac_fn_c_try_link "$LINENO"; then :
67526752+if ac_fn_c_try_link "$LINENO"
67536753+then :
66306754 eval $cacheid=yes
66316631-else
67556755+else $as_nop
66326756 eval $cacheid=no
66336757fi
66346634-rm -f core conftest.err conftest.$ac_objext \
67586758+rm -f core conftest.err conftest.$ac_objext conftest.beam \
66356759 conftest$ac_exeext conftest.$ac_ext
66366760fi
66376761···66396763 CFLAGS="$xorg_testset_save_CFLAGS"
6640676466416765 eval supported=\$$cacheid
66426642- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
66436643-$as_echo "$supported" >&6; }
67666766+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
67676767+printf "%s\n" "$supported" >&6; }
66446768 if test "$supported" = "yes" ; then
66456769 BASE_CFLAGS="$BASE_CFLAGS -Wlogical-op"
66466770 found="yes"
···6677680166786802if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
66796803 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
66806680- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
66816681-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
66826682-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
66836683- $as_echo_n "(cached) " >&6
66846684-else
68046804+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
68056805+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
68066806+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
68076807+then :
68086808+ printf %s "(cached) " >&6
68096809+else $as_nop
66856810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66866811/* end confdefs.h. */
66876812int i;
66886813_ACEOF
66896689-if ac_fn_c_try_compile "$LINENO"; then :
68146814+if ac_fn_c_try_compile "$LINENO"
68156815+then :
66906816 xorg_cv_cc_flag_unknown_warning_option=yes
66916691-else
68176817+else $as_nop
66926818 xorg_cv_cc_flag_unknown_warning_option=no
66936819fi
66946694-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68206820+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
66956821fi
66966696-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
66976697-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
68226822+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
68236823+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
66986824 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
66996825 CFLAGS="$xorg_testset_save_CFLAGS"
67006826fi
···67046830 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
67056831 fi
67066832 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
67076707- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
67086708-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
67096709-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
67106710- $as_echo_n "(cached) " >&6
67116711-else
68336833+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
68346834+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
68356835+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
68366836+then :
68376837+ printf %s "(cached) " >&6
68386838+else $as_nop
67126839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67136840/* end confdefs.h. */
67146841int i;
67156842_ACEOF
67166716-if ac_fn_c_try_compile "$LINENO"; then :
68436843+if ac_fn_c_try_compile "$LINENO"
68446844+then :
67176845 xorg_cv_cc_flag_unused_command_line_argument=yes
67186718-else
68466846+else $as_nop
67196847 xorg_cv_cc_flag_unused_command_line_argument=no
67206848fi
67216721-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
68496849+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
67226850fi
67236723-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
67246724-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
68516851+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
68526852+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
67256853 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
67266854 CFLAGS="$xorg_testset_save_CFLAGS"
67276855fi
···6739686767406868 CFLAGS="$CFLAGS -Werror=implicit"
6741686967426742- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
67436743-$as_echo_n "checking if $CC supports -Werror=implicit... " >&6; }
68706870+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
68716871+printf %s "checking if $CC supports -Werror=implicit... " >&6; }
67446872 cacheid=xorg_cv_cc_flag__Werror_implicit
67456745- if eval \${$cacheid+:} false; then :
67466746- $as_echo_n "(cached) " >&6
67476747-else
68736873+ if eval test \${$cacheid+y}
68746874+then :
68756875+ printf %s "(cached) " >&6
68766876+else $as_nop
67486877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67496878/* end confdefs.h. */
67506879int i;
67516880int
67526752-main ()
68816881+main (void)
67536882{
6754688367556884 ;
67566885 return 0;
67576886}
67586887_ACEOF
67596759-if ac_fn_c_try_link "$LINENO"; then :
68886888+if ac_fn_c_try_link "$LINENO"
68896889+then :
67606890 eval $cacheid=yes
67616761-else
68916891+else $as_nop
67626892 eval $cacheid=no
67636893fi
67646764-rm -f core conftest.err conftest.$ac_objext \
68946894+rm -f core conftest.err conftest.$ac_objext conftest.beam \
67656895 conftest$ac_exeext conftest.$ac_ext
67666896fi
67676897···67696899 CFLAGS="$xorg_testset_save_CFLAGS"
6770690067716901 eval supported=\$$cacheid
67726772- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
67736773-$as_echo "$supported" >&6; }
69026902+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69036903+printf "%s\n" "$supported" >&6; }
67746904 if test "$supported" = "yes" ; then
67756905 BASE_CFLAGS="$BASE_CFLAGS -Werror=implicit"
67766906 found="yes"
···6788691867896919 CFLAGS="$CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
6790692067916791- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" >&5
67926792-$as_echo_n "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
69216921+ { 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
69226922+printf %s "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
67936923 cacheid=xorg_cv_cc_flag__errwarn_E_NO_EXPLICIT_TYPE_GIVEN__errwarn_E_NO_IMPLICIT_DECL_ALLOWED
67946794- if eval \${$cacheid+:} false; then :
67956795- $as_echo_n "(cached) " >&6
67966796-else
69246924+ if eval test \${$cacheid+y}
69256925+then :
69266926+ printf %s "(cached) " >&6
69276927+else $as_nop
67976928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67986929/* end confdefs.h. */
67996930int i;
68006931int
68016801-main ()
69326932+main (void)
68026933{
6803693468046935 ;
68056936 return 0;
68066937}
68076938_ACEOF
68086808-if ac_fn_c_try_link "$LINENO"; then :
69396939+if ac_fn_c_try_link "$LINENO"
69406940+then :
68096941 eval $cacheid=yes
68106810-else
69426942+else $as_nop
68116943 eval $cacheid=no
68126944fi
68136813-rm -f core conftest.err conftest.$ac_objext \
69456945+rm -f core conftest.err conftest.$ac_objext conftest.beam \
68146946 conftest$ac_exeext conftest.$ac_ext
68156947fi
68166948···68186950 CFLAGS="$xorg_testset_save_CFLAGS"
6819695168206952 eval supported=\$$cacheid
68216821- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
68226822-$as_echo "$supported" >&6; }
69536953+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69546954+printf "%s\n" "$supported" >&6; }
68236955 if test "$supported" = "yes" ; then
68246956 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
68256957 found="yes"
···6844697668456977if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
68466978 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
68476847- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
68486848-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
68496849-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
68506850- $as_echo_n "(cached) " >&6
68516851-else
69796979+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
69806980+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
69816981+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
69826982+then :
69836983+ printf %s "(cached) " >&6
69846984+else $as_nop
68526985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68536986/* end confdefs.h. */
68546987int i;
68556988_ACEOF
68566856-if ac_fn_c_try_compile "$LINENO"; then :
69896989+if ac_fn_c_try_compile "$LINENO"
69906990+then :
68576991 xorg_cv_cc_flag_unknown_warning_option=yes
68586858-else
69926992+else $as_nop
68596993 xorg_cv_cc_flag_unknown_warning_option=no
68606994fi
68616861-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
69956995+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
68626996fi
68636863-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
68646864-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
69976997+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
69986998+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
68656999 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
68667000 CFLAGS="$xorg_testset_save_CFLAGS"
68677001fi
···68717005 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
68727006 fi
68737007 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
68746874- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
68756875-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
68766876-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
68776877- $as_echo_n "(cached) " >&6
68786878-else
70087008+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
70097009+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
70107010+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
70117011+then :
70127012+ printf %s "(cached) " >&6
70137013+else $as_nop
68797014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
68807015/* end confdefs.h. */
68817016int i;
68827017_ACEOF
68836883-if ac_fn_c_try_compile "$LINENO"; then :
70187018+if ac_fn_c_try_compile "$LINENO"
70197019+then :
68847020 xorg_cv_cc_flag_unused_command_line_argument=yes
68856885-else
70217021+else $as_nop
68867022 xorg_cv_cc_flag_unused_command_line_argument=no
68877023fi
68886888-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
70247024+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
68897025fi
68906890-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
68916891-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
70267026+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
70277027+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
68927028 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
68937029 CFLAGS="$xorg_testset_save_CFLAGS"
68947030fi
···6906704269077043 CFLAGS="$CFLAGS -Werror=nonnull"
6908704469096909- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
69106910-$as_echo_n "checking if $CC supports -Werror=nonnull... " >&6; }
70457045+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
70467046+printf %s "checking if $CC supports -Werror=nonnull... " >&6; }
69117047 cacheid=xorg_cv_cc_flag__Werror_nonnull
69126912- if eval \${$cacheid+:} false; then :
69136913- $as_echo_n "(cached) " >&6
69146914-else
70487048+ if eval test \${$cacheid+y}
70497049+then :
70507050+ printf %s "(cached) " >&6
70517051+else $as_nop
69157052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69167053/* end confdefs.h. */
69177054int i;
69187055int
69196919-main ()
70567056+main (void)
69207057{
6921705869227059 ;
69237060 return 0;
69247061}
69257062_ACEOF
69266926-if ac_fn_c_try_link "$LINENO"; then :
70637063+if ac_fn_c_try_link "$LINENO"
70647064+then :
69277065 eval $cacheid=yes
69286928-else
70667066+else $as_nop
69297067 eval $cacheid=no
69307068fi
69316931-rm -f core conftest.err conftest.$ac_objext \
70697069+rm -f core conftest.err conftest.$ac_objext conftest.beam \
69327070 conftest$ac_exeext conftest.$ac_ext
69337071fi
69347072···69367074 CFLAGS="$xorg_testset_save_CFLAGS"
6937707569387076 eval supported=\$$cacheid
69396939- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
69406940-$as_echo "$supported" >&6; }
70777077+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
70787078+printf "%s\n" "$supported" >&6; }
69417079 if test "$supported" = "yes" ; then
69427080 BASE_CFLAGS="$BASE_CFLAGS -Werror=nonnull"
69437081 found="yes"
···6962710069637101if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
69647102 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
69656965- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
69666966-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
69676967-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
69686968- $as_echo_n "(cached) " >&6
69696969-else
71037103+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
71047104+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
71057105+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
71067106+then :
71077107+ printf %s "(cached) " >&6
71087108+else $as_nop
69707109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69717110/* end confdefs.h. */
69727111int i;
69737112_ACEOF
69746974-if ac_fn_c_try_compile "$LINENO"; then :
71137113+if ac_fn_c_try_compile "$LINENO"
71147114+then :
69757115 xorg_cv_cc_flag_unknown_warning_option=yes
69766976-else
71167116+else $as_nop
69777117 xorg_cv_cc_flag_unknown_warning_option=no
69787118fi
69796979-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71197119+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
69807120fi
69816981-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
69826982-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
71217121+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
71227122+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
69837123 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
69847124 CFLAGS="$xorg_testset_save_CFLAGS"
69857125fi
···69897129 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
69907130 fi
69917131 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
69926992- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
69936993-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
69946994-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
69956995- $as_echo_n "(cached) " >&6
69966996-else
71327132+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
71337133+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
71347134+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
71357135+then :
71367136+ printf %s "(cached) " >&6
71377137+else $as_nop
69977138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
69987139/* end confdefs.h. */
69997140int i;
70007141_ACEOF
70017001-if ac_fn_c_try_compile "$LINENO"; then :
71427142+if ac_fn_c_try_compile "$LINENO"
71437143+then :
70027144 xorg_cv_cc_flag_unused_command_line_argument=yes
70037003-else
71457145+else $as_nop
70047146 xorg_cv_cc_flag_unused_command_line_argument=no
70057147fi
70067006-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71487148+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
70077149fi
70087008-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
70097009-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
71507150+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
71517151+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
70107152 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
70117153 CFLAGS="$xorg_testset_save_CFLAGS"
70127154fi
···7024716670257167 CFLAGS="$CFLAGS -Werror=init-self"
7026716870277027- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
70287028-$as_echo_n "checking if $CC supports -Werror=init-self... " >&6; }
71697169+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
71707170+printf %s "checking if $CC supports -Werror=init-self... " >&6; }
70297171 cacheid=xorg_cv_cc_flag__Werror_init_self
70307030- if eval \${$cacheid+:} false; then :
70317031- $as_echo_n "(cached) " >&6
70327032-else
71727172+ if eval test \${$cacheid+y}
71737173+then :
71747174+ printf %s "(cached) " >&6
71757175+else $as_nop
70337176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70347177/* end confdefs.h. */
70357178int i;
70367179int
70377037-main ()
71807180+main (void)
70387181{
7039718270407183 ;
70417184 return 0;
70427185}
70437186_ACEOF
70447044-if ac_fn_c_try_link "$LINENO"; then :
71877187+if ac_fn_c_try_link "$LINENO"
71887188+then :
70457189 eval $cacheid=yes
70467046-else
71907190+else $as_nop
70477191 eval $cacheid=no
70487192fi
70497049-rm -f core conftest.err conftest.$ac_objext \
71937193+rm -f core conftest.err conftest.$ac_objext conftest.beam \
70507194 conftest$ac_exeext conftest.$ac_ext
70517195fi
70527196···70547198 CFLAGS="$xorg_testset_save_CFLAGS"
7055719970567200 eval supported=\$$cacheid
70577057- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
70587058-$as_echo "$supported" >&6; }
72017201+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
72027202+printf "%s\n" "$supported" >&6; }
70597203 if test "$supported" = "yes" ; then
70607204 BASE_CFLAGS="$BASE_CFLAGS -Werror=init-self"
70617205 found="yes"
···7080722470817225if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
70827226 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
70837083- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
70847084-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
70857085-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
70867086- $as_echo_n "(cached) " >&6
70877087-else
72277227+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
72287228+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
72297229+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
72307230+then :
72317231+ printf %s "(cached) " >&6
72327232+else $as_nop
70887233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70897234/* end confdefs.h. */
70907235int i;
70917236_ACEOF
70927092-if ac_fn_c_try_compile "$LINENO"; then :
72377237+if ac_fn_c_try_compile "$LINENO"
72387238+then :
70937239 xorg_cv_cc_flag_unknown_warning_option=yes
70947094-else
72407240+else $as_nop
70957241 xorg_cv_cc_flag_unknown_warning_option=no
70967242fi
70977097-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72437243+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
70987244fi
70997099-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
71007100-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
72457245+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
72467246+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
71017247 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
71027248 CFLAGS="$xorg_testset_save_CFLAGS"
71037249fi
···71077253 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
71087254 fi
71097255 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
71107110- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
71117111-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
71127112-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
71137113- $as_echo_n "(cached) " >&6
71147114-else
72567256+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
72577257+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
72587258+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
72597259+then :
72607260+ printf %s "(cached) " >&6
72617261+else $as_nop
71157262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71167263/* end confdefs.h. */
71177264int i;
71187265_ACEOF
71197119-if ac_fn_c_try_compile "$LINENO"; then :
72667266+if ac_fn_c_try_compile "$LINENO"
72677267+then :
71207268 xorg_cv_cc_flag_unused_command_line_argument=yes
71217121-else
72697269+else $as_nop
71227270 xorg_cv_cc_flag_unused_command_line_argument=no
71237271fi
71247124-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
72727272+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
71257273fi
71267126-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
71277127-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
72747274+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
72757275+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
71287276 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
71297277 CFLAGS="$xorg_testset_save_CFLAGS"
71307278fi
···7142729071437291 CFLAGS="$CFLAGS -Werror=main"
7144729271457145- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
71467146-$as_echo_n "checking if $CC supports -Werror=main... " >&6; }
72937293+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
72947294+printf %s "checking if $CC supports -Werror=main... " >&6; }
71477295 cacheid=xorg_cv_cc_flag__Werror_main
71487148- if eval \${$cacheid+:} false; then :
71497149- $as_echo_n "(cached) " >&6
71507150-else
72967296+ if eval test \${$cacheid+y}
72977297+then :
72987298+ printf %s "(cached) " >&6
72997299+else $as_nop
71517300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71527301/* end confdefs.h. */
71537302int i;
71547303int
71557155-main ()
73047304+main (void)
71567305{
7157730671587307 ;
71597308 return 0;
71607309}
71617310_ACEOF
71627162-if ac_fn_c_try_link "$LINENO"; then :
73117311+if ac_fn_c_try_link "$LINENO"
73127312+then :
71637313 eval $cacheid=yes
71647164-else
73147314+else $as_nop
71657315 eval $cacheid=no
71667316fi
71677167-rm -f core conftest.err conftest.$ac_objext \
73177317+rm -f core conftest.err conftest.$ac_objext conftest.beam \
71687318 conftest$ac_exeext conftest.$ac_ext
71697319fi
71707320···71727322 CFLAGS="$xorg_testset_save_CFLAGS"
7173732371747324 eval supported=\$$cacheid
71757175- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
71767176-$as_echo "$supported" >&6; }
73257325+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
73267326+printf "%s\n" "$supported" >&6; }
71777327 if test "$supported" = "yes" ; then
71787328 BASE_CFLAGS="$BASE_CFLAGS -Werror=main"
71797329 found="yes"
···7198734871997349if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
72007350 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
72017201- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
72027202-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
72037203-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
72047204- $as_echo_n "(cached) " >&6
72057205-else
73517351+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
73527352+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
73537353+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
73547354+then :
73557355+ printf %s "(cached) " >&6
73567356+else $as_nop
72067357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72077358/* end confdefs.h. */
72087359int i;
72097360_ACEOF
72107210-if ac_fn_c_try_compile "$LINENO"; then :
73617361+if ac_fn_c_try_compile "$LINENO"
73627362+then :
72117363 xorg_cv_cc_flag_unknown_warning_option=yes
72127212-else
73647364+else $as_nop
72137365 xorg_cv_cc_flag_unknown_warning_option=no
72147366fi
72157215-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73677367+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
72167368fi
72177217-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
72187218-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
73697369+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
73707370+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
72197371 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
72207372 CFLAGS="$xorg_testset_save_CFLAGS"
72217373fi
···72257377 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
72267378 fi
72277379 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
72287228- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
72297229-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
72307230-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
72317231- $as_echo_n "(cached) " >&6
72327232-else
73807380+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
73817381+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
73827382+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
73837383+then :
73847384+ printf %s "(cached) " >&6
73857385+else $as_nop
72337386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72347387/* end confdefs.h. */
72357388int i;
72367389_ACEOF
72377237-if ac_fn_c_try_compile "$LINENO"; then :
73907390+if ac_fn_c_try_compile "$LINENO"
73917391+then :
72387392 xorg_cv_cc_flag_unused_command_line_argument=yes
72397239-else
73937393+else $as_nop
72407394 xorg_cv_cc_flag_unused_command_line_argument=no
72417395fi
72427242-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
73967396+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
72437397fi
72447244-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
72457245-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
73987398+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
73997399+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
72467400 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
72477401 CFLAGS="$xorg_testset_save_CFLAGS"
72487402fi
···7260741472617415 CFLAGS="$CFLAGS -Werror=missing-braces"
7262741672637263- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
72647264-$as_echo_n "checking if $CC supports -Werror=missing-braces... " >&6; }
74177417+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
74187418+printf %s "checking if $CC supports -Werror=missing-braces... " >&6; }
72657419 cacheid=xorg_cv_cc_flag__Werror_missing_braces
72667266- if eval \${$cacheid+:} false; then :
72677267- $as_echo_n "(cached) " >&6
72687268-else
74207420+ if eval test \${$cacheid+y}
74217421+then :
74227422+ printf %s "(cached) " >&6
74237423+else $as_nop
72697424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72707425/* end confdefs.h. */
72717426int i;
72727427int
72737273-main ()
74287428+main (void)
72747429{
7275743072767431 ;
72777432 return 0;
72787433}
72797434_ACEOF
72807280-if ac_fn_c_try_link "$LINENO"; then :
74357435+if ac_fn_c_try_link "$LINENO"
74367436+then :
72817437 eval $cacheid=yes
72827282-else
74387438+else $as_nop
72837439 eval $cacheid=no
72847440fi
72857285-rm -f core conftest.err conftest.$ac_objext \
74417441+rm -f core conftest.err conftest.$ac_objext conftest.beam \
72867442 conftest$ac_exeext conftest.$ac_ext
72877443fi
72887444···72907446 CFLAGS="$xorg_testset_save_CFLAGS"
7291744772927448 eval supported=\$$cacheid
72937293- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
72947294-$as_echo "$supported" >&6; }
74497449+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
74507450+printf "%s\n" "$supported" >&6; }
72957451 if test "$supported" = "yes" ; then
72967452 BASE_CFLAGS="$BASE_CFLAGS -Werror=missing-braces"
72977453 found="yes"
···7316747273177473if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
73187474 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
73197319- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
73207320-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
73217321-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
73227322- $as_echo_n "(cached) " >&6
73237323-else
74757475+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
74767476+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
74777477+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
74787478+then :
74797479+ printf %s "(cached) " >&6
74807480+else $as_nop
73247481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73257482/* end confdefs.h. */
73267483int i;
73277484_ACEOF
73287328-if ac_fn_c_try_compile "$LINENO"; then :
74857485+if ac_fn_c_try_compile "$LINENO"
74867486+then :
73297487 xorg_cv_cc_flag_unknown_warning_option=yes
73307330-else
74887488+else $as_nop
73317489 xorg_cv_cc_flag_unknown_warning_option=no
73327490fi
73337333-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
74917491+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
73347492fi
73357335-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
73367336-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
74937493+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
74947494+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
73377495 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
73387496 CFLAGS="$xorg_testset_save_CFLAGS"
73397497fi
···73437501 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
73447502 fi
73457503 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
73467346- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
73477347-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
73487348-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
73497349- $as_echo_n "(cached) " >&6
73507350-else
75047504+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
75057505+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
75067506+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
75077507+then :
75087508+ printf %s "(cached) " >&6
75097509+else $as_nop
73517510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73527511/* end confdefs.h. */
73537512int i;
73547513_ACEOF
73557355-if ac_fn_c_try_compile "$LINENO"; then :
75147514+if ac_fn_c_try_compile "$LINENO"
75157515+then :
73567516 xorg_cv_cc_flag_unused_command_line_argument=yes
73577357-else
75177517+else $as_nop
73587518 xorg_cv_cc_flag_unused_command_line_argument=no
73597519fi
73607360-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
75207520+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
73617521fi
73627362-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
73637363-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
75227522+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
75237523+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
73647524 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
73657525 CFLAGS="$xorg_testset_save_CFLAGS"
73667526fi
···7378753873797539 CFLAGS="$CFLAGS -Werror=sequence-point"
7380754073817381- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
73827382-$as_echo_n "checking if $CC supports -Werror=sequence-point... " >&6; }
75417541+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
75427542+printf %s "checking if $CC supports -Werror=sequence-point... " >&6; }
73837543 cacheid=xorg_cv_cc_flag__Werror_sequence_point
73847384- if eval \${$cacheid+:} false; then :
73857385- $as_echo_n "(cached) " >&6
73867386-else
75447544+ if eval test \${$cacheid+y}
75457545+then :
75467546+ printf %s "(cached) " >&6
75477547+else $as_nop
73877548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
73887549/* end confdefs.h. */
73897550int i;
73907551int
73917391-main ()
75527552+main (void)
73927553{
7393755473947555 ;
73957556 return 0;
73967557}
73977558_ACEOF
73987398-if ac_fn_c_try_link "$LINENO"; then :
75597559+if ac_fn_c_try_link "$LINENO"
75607560+then :
73997561 eval $cacheid=yes
74007400-else
75627562+else $as_nop
74017563 eval $cacheid=no
74027564fi
74037403-rm -f core conftest.err conftest.$ac_objext \
75657565+rm -f core conftest.err conftest.$ac_objext conftest.beam \
74047566 conftest$ac_exeext conftest.$ac_ext
74057567fi
74067568···74087570 CFLAGS="$xorg_testset_save_CFLAGS"
7409757174107572 eval supported=\$$cacheid
74117411- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
74127412-$as_echo "$supported" >&6; }
75737573+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
75747574+printf "%s\n" "$supported" >&6; }
74137575 if test "$supported" = "yes" ; then
74147576 BASE_CFLAGS="$BASE_CFLAGS -Werror=sequence-point"
74157577 found="yes"
···7434759674357597if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
74367598 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
74377437- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
74387438-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
74397439-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
74407440- $as_echo_n "(cached) " >&6
74417441-else
75997599+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
76007600+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
76017601+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
76027602+then :
76037603+ printf %s "(cached) " >&6
76047604+else $as_nop
74427605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74437606/* end confdefs.h. */
74447607int i;
74457608_ACEOF
74467446-if ac_fn_c_try_compile "$LINENO"; then :
76097609+if ac_fn_c_try_compile "$LINENO"
76107610+then :
74477611 xorg_cv_cc_flag_unknown_warning_option=yes
74487448-else
76127612+else $as_nop
74497613 xorg_cv_cc_flag_unknown_warning_option=no
74507614fi
74517451-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76157615+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
74527616fi
74537453-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
74547454-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
76177617+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
76187618+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
74557619 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
74567620 CFLAGS="$xorg_testset_save_CFLAGS"
74577621fi
···74617625 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
74627626 fi
74637627 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
74647464- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
74657465-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
74667466-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
74677467- $as_echo_n "(cached) " >&6
74687468-else
76287628+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
76297629+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
76307630+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
76317631+then :
76327632+ printf %s "(cached) " >&6
76337633+else $as_nop
74697634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
74707635/* end confdefs.h. */
74717636int i;
74727637_ACEOF
74737473-if ac_fn_c_try_compile "$LINENO"; then :
76387638+if ac_fn_c_try_compile "$LINENO"
76397639+then :
74747640 xorg_cv_cc_flag_unused_command_line_argument=yes
74757475-else
76417641+else $as_nop
74767642 xorg_cv_cc_flag_unused_command_line_argument=no
74777643fi
74787478-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
76447644+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
74797645fi
74807480-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
74817481-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
76467646+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
76477647+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
74827648 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
74837649 CFLAGS="$xorg_testset_save_CFLAGS"
74847650fi
···7496766274977663 CFLAGS="$CFLAGS -Werror=return-type"
7498766474997499- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
75007500-$as_echo_n "checking if $CC supports -Werror=return-type... " >&6; }
76657665+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
76667666+printf %s "checking if $CC supports -Werror=return-type... " >&6; }
75017667 cacheid=xorg_cv_cc_flag__Werror_return_type
75027502- if eval \${$cacheid+:} false; then :
75037503- $as_echo_n "(cached) " >&6
75047504-else
76687668+ if eval test \${$cacheid+y}
76697669+then :
76707670+ printf %s "(cached) " >&6
76717671+else $as_nop
75057672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75067673/* end confdefs.h. */
75077674int i;
75087675int
75097509-main ()
76767676+main (void)
75107677{
7511767875127679 ;
75137680 return 0;
75147681}
75157682_ACEOF
75167516-if ac_fn_c_try_link "$LINENO"; then :
76837683+if ac_fn_c_try_link "$LINENO"
76847684+then :
75177685 eval $cacheid=yes
75187518-else
76867686+else $as_nop
75197687 eval $cacheid=no
75207688fi
75217521-rm -f core conftest.err conftest.$ac_objext \
76897689+rm -f core conftest.err conftest.$ac_objext conftest.beam \
75227690 conftest$ac_exeext conftest.$ac_ext
75237691fi
75247692···75267694 CFLAGS="$xorg_testset_save_CFLAGS"
7527769575287696 eval supported=\$$cacheid
75297529- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
75307530-$as_echo "$supported" >&6; }
76977697+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
76987698+printf "%s\n" "$supported" >&6; }
75317699 if test "$supported" = "yes" ; then
75327700 BASE_CFLAGS="$BASE_CFLAGS -Werror=return-type"
75337701 found="yes"
···7545771375467714 CFLAGS="$CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
7547771575487548- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
75497549-$as_echo_n "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
77167716+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
77177717+printf %s "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
75507718 cacheid=xorg_cv_cc_flag__errwarn_E_FUNC_HAS_NO_RETURN_STMT
75517551- if eval \${$cacheid+:} false; then :
75527552- $as_echo_n "(cached) " >&6
75537553-else
77197719+ if eval test \${$cacheid+y}
77207720+then :
77217721+ printf %s "(cached) " >&6
77227722+else $as_nop
75547723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
75557724/* end confdefs.h. */
75567725int i;
75577726int
75587558-main ()
77277727+main (void)
75597728{
7560772975617730 ;
75627731 return 0;
75637732}
75647733_ACEOF
75657565-if ac_fn_c_try_link "$LINENO"; then :
77347734+if ac_fn_c_try_link "$LINENO"
77357735+then :
75667736 eval $cacheid=yes
75677567-else
77377737+else $as_nop
75687738 eval $cacheid=no
75697739fi
75707570-rm -f core conftest.err conftest.$ac_objext \
77407740+rm -f core conftest.err conftest.$ac_objext conftest.beam \
75717741 conftest$ac_exeext conftest.$ac_ext
75727742fi
75737743···75757745 CFLAGS="$xorg_testset_save_CFLAGS"
7576774675777747 eval supported=\$$cacheid
75787578- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
75797579-$as_echo "$supported" >&6; }
77487748+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
77497749+printf "%s\n" "$supported" >&6; }
75807750 if test "$supported" = "yes" ; then
75817751 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
75827752 found="yes"
···7601777176027772if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
76037773 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
76047604- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
76057605-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
76067606-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
76077607- $as_echo_n "(cached) " >&6
76087608-else
77747774+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
77757775+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
77767776+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
77777777+then :
77787778+ printf %s "(cached) " >&6
77797779+else $as_nop
76097780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76107781/* end confdefs.h. */
76117782int i;
76127783_ACEOF
76137613-if ac_fn_c_try_compile "$LINENO"; then :
77847784+if ac_fn_c_try_compile "$LINENO"
77857785+then :
76147786 xorg_cv_cc_flag_unknown_warning_option=yes
76157615-else
77877787+else $as_nop
76167788 xorg_cv_cc_flag_unknown_warning_option=no
76177789fi
76187618-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
77907790+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
76197791fi
76207620-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
76217621-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
77927792+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
77937793+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
76227794 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
76237795 CFLAGS="$xorg_testset_save_CFLAGS"
76247796fi
···76287800 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
76297801 fi
76307802 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
76317631- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
76327632-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
76337633-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
76347634- $as_echo_n "(cached) " >&6
76357635-else
78037803+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
78047804+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
78057805+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
78067806+then :
78077807+ printf %s "(cached) " >&6
78087808+else $as_nop
76367809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76377810/* end confdefs.h. */
76387811int i;
76397812_ACEOF
76407640-if ac_fn_c_try_compile "$LINENO"; then :
78137813+if ac_fn_c_try_compile "$LINENO"
78147814+then :
76417815 xorg_cv_cc_flag_unused_command_line_argument=yes
76427642-else
78167816+else $as_nop
76437817 xorg_cv_cc_flag_unused_command_line_argument=no
76447818fi
76457645-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
78197819+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
76467820fi
76477647-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
76487648-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
78217821+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
78227822+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
76497823 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
76507824 CFLAGS="$xorg_testset_save_CFLAGS"
76517825fi
···7663783776647838 CFLAGS="$CFLAGS -Werror=trigraphs"
7665783976667666- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
76677667-$as_echo_n "checking if $CC supports -Werror=trigraphs... " >&6; }
78407840+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
78417841+printf %s "checking if $CC supports -Werror=trigraphs... " >&6; }
76687842 cacheid=xorg_cv_cc_flag__Werror_trigraphs
76697669- if eval \${$cacheid+:} false; then :
76707670- $as_echo_n "(cached) " >&6
76717671-else
78437843+ if eval test \${$cacheid+y}
78447844+then :
78457845+ printf %s "(cached) " >&6
78467846+else $as_nop
76727847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
76737848/* end confdefs.h. */
76747849int i;
76757850int
76767676-main ()
78517851+main (void)
76777852{
7678785376797854 ;
76807855 return 0;
76817856}
76827857_ACEOF
76837683-if ac_fn_c_try_link "$LINENO"; then :
78587858+if ac_fn_c_try_link "$LINENO"
78597859+then :
76847860 eval $cacheid=yes
76857685-else
78617861+else $as_nop
76867862 eval $cacheid=no
76877863fi
76887688-rm -f core conftest.err conftest.$ac_objext \
78647864+rm -f core conftest.err conftest.$ac_objext conftest.beam \
76897865 conftest$ac_exeext conftest.$ac_ext
76907866fi
76917867···76937869 CFLAGS="$xorg_testset_save_CFLAGS"
7694787076957871 eval supported=\$$cacheid
76967696- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
76977697-$as_echo "$supported" >&6; }
78727872+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
78737873+printf "%s\n" "$supported" >&6; }
76987874 if test "$supported" = "yes" ; then
76997875 BASE_CFLAGS="$BASE_CFLAGS -Werror=trigraphs"
77007876 found="yes"
···7719789577207896if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
77217897 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
77227722- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
77237723-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
77247724-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
77257725- $as_echo_n "(cached) " >&6
77267726-else
78987898+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
78997899+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
79007900+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
79017901+then :
79027902+ printf %s "(cached) " >&6
79037903+else $as_nop
77277904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77287905/* end confdefs.h. */
77297906int i;
77307907_ACEOF
77317731-if ac_fn_c_try_compile "$LINENO"; then :
79087908+if ac_fn_c_try_compile "$LINENO"
79097909+then :
77327910 xorg_cv_cc_flag_unknown_warning_option=yes
77337733-else
79117911+else $as_nop
77347912 xorg_cv_cc_flag_unknown_warning_option=no
77357913fi
77367736-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
79147914+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
77377915fi
77387738-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
77397739-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
79167916+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
79177917+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
77407918 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
77417919 CFLAGS="$xorg_testset_save_CFLAGS"
77427920fi
···77467924 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
77477925 fi
77487926 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
77497749- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
77507750-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
77517751-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
77527752- $as_echo_n "(cached) " >&6
77537753-else
79277927+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
79287928+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
79297929+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
79307930+then :
79317931+ printf %s "(cached) " >&6
79327932+else $as_nop
77547933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77557934/* end confdefs.h. */
77567935int i;
77577936_ACEOF
77587758-if ac_fn_c_try_compile "$LINENO"; then :
79377937+if ac_fn_c_try_compile "$LINENO"
79387938+then :
77597939 xorg_cv_cc_flag_unused_command_line_argument=yes
77607760-else
79407940+else $as_nop
77617941 xorg_cv_cc_flag_unused_command_line_argument=no
77627942fi
77637763-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
79437943+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
77647944fi
77657765-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
77667766-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
79457945+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
79467946+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
77677947 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
77687948 CFLAGS="$xorg_testset_save_CFLAGS"
77697949fi
···7781796177827962 CFLAGS="$CFLAGS -Werror=array-bounds"
7783796377847784- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
77857785-$as_echo_n "checking if $CC supports -Werror=array-bounds... " >&6; }
79647964+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
79657965+printf %s "checking if $CC supports -Werror=array-bounds... " >&6; }
77867966 cacheid=xorg_cv_cc_flag__Werror_array_bounds
77877787- if eval \${$cacheid+:} false; then :
77887788- $as_echo_n "(cached) " >&6
77897789-else
79677967+ if eval test \${$cacheid+y}
79687968+then :
79697969+ printf %s "(cached) " >&6
79707970+else $as_nop
77907971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
77917972/* end confdefs.h. */
77927973int i;
77937974int
77947794-main ()
79757975+main (void)
77957976{
7796797777977978 ;
77987979 return 0;
77997980}
78007981_ACEOF
78017801-if ac_fn_c_try_link "$LINENO"; then :
79827982+if ac_fn_c_try_link "$LINENO"
79837983+then :
78027984 eval $cacheid=yes
78037803-else
79857985+else $as_nop
78047986 eval $cacheid=no
78057987fi
78067806-rm -f core conftest.err conftest.$ac_objext \
79887988+rm -f core conftest.err conftest.$ac_objext conftest.beam \
78077989 conftest$ac_exeext conftest.$ac_ext
78087990fi
78097991···78117993 CFLAGS="$xorg_testset_save_CFLAGS"
7812799478137995 eval supported=\$$cacheid
78147814- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
78157815-$as_echo "$supported" >&6; }
79967996+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
79977997+printf "%s\n" "$supported" >&6; }
78167998 if test "$supported" = "yes" ; then
78177999 BASE_CFLAGS="$BASE_CFLAGS -Werror=array-bounds"
78188000 found="yes"
···7837801978388020if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
78398021 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
78407840- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
78417841-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
78427842-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
78437843- $as_echo_n "(cached) " >&6
78447844-else
80228022+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
80238023+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
80248024+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
80258025+then :
80268026+ printf %s "(cached) " >&6
80278027+else $as_nop
78458028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78468029/* end confdefs.h. */
78478030int i;
78488031_ACEOF
78497849-if ac_fn_c_try_compile "$LINENO"; then :
80328032+if ac_fn_c_try_compile "$LINENO"
80338033+then :
78508034 xorg_cv_cc_flag_unknown_warning_option=yes
78517851-else
80358035+else $as_nop
78528036 xorg_cv_cc_flag_unknown_warning_option=no
78538037fi
78547854-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
80388038+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
78558039fi
78567856-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
78577857-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
80408040+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
80418041+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
78588042 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
78598043 CFLAGS="$xorg_testset_save_CFLAGS"
78608044fi
···78648048 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
78658049 fi
78668050 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
78677867- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
78687868-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
78697869-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
78707870- $as_echo_n "(cached) " >&6
78717871-else
80518051+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
80528052+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
80538053+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
80548054+then :
80558055+ printf %s "(cached) " >&6
80568056+else $as_nop
78728057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78738058/* end confdefs.h. */
78748059int i;
78758060_ACEOF
78767876-if ac_fn_c_try_compile "$LINENO"; then :
80618061+if ac_fn_c_try_compile "$LINENO"
80628062+then :
78778063 xorg_cv_cc_flag_unused_command_line_argument=yes
78787878-else
80648064+else $as_nop
78798065 xorg_cv_cc_flag_unused_command_line_argument=no
78808066fi
78817881-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
80678067+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
78828068fi
78837883-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
78847884-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
80698069+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
80708070+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
78858071 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
78868072 CFLAGS="$xorg_testset_save_CFLAGS"
78878073fi
···7899808579008086 CFLAGS="$CFLAGS -Werror=write-strings"
7901808779027902- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
79037903-$as_echo_n "checking if $CC supports -Werror=write-strings... " >&6; }
80888088+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
80898089+printf %s "checking if $CC supports -Werror=write-strings... " >&6; }
79048090 cacheid=xorg_cv_cc_flag__Werror_write_strings
79057905- if eval \${$cacheid+:} false; then :
79067906- $as_echo_n "(cached) " >&6
79077907-else
80918091+ if eval test \${$cacheid+y}
80928092+then :
80938093+ printf %s "(cached) " >&6
80948094+else $as_nop
79088095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
79098096/* end confdefs.h. */
79108097int i;
79118098int
79127912-main ()
80998099+main (void)
79138100{
7914810179158102 ;
79168103 return 0;
79178104}
79188105_ACEOF
79197919-if ac_fn_c_try_link "$LINENO"; then :
81068106+if ac_fn_c_try_link "$LINENO"
81078107+then :
79208108 eval $cacheid=yes
79217921-else
81098109+else $as_nop
79228110 eval $cacheid=no
79238111fi
79247924-rm -f core conftest.err conftest.$ac_objext \
81128112+rm -f core conftest.err conftest.$ac_objext conftest.beam \
79258113 conftest$ac_exeext conftest.$ac_ext
79268114fi
79278115···79298117 CFLAGS="$xorg_testset_save_CFLAGS"
7930811879318119 eval supported=\$$cacheid
79327932- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
79337933-$as_echo "$supported" >&6; }
81208120+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
81218121+printf "%s\n" "$supported" >&6; }
79348122 if test "$supported" = "yes" ; then
79358123 BASE_CFLAGS="$BASE_CFLAGS -Werror=write-strings"
79368124 found="yes"
···7955814379568144if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
79578145 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
79587958- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
79597959-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
79607960-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
79617961- $as_echo_n "(cached) " >&6
79627962-else
81468146+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
81478147+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
81488148+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
81498149+then :
81508150+ printf %s "(cached) " >&6
81518151+else $as_nop
79638152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
79648153/* end confdefs.h. */
79658154int i;
79668155_ACEOF
79677967-if ac_fn_c_try_compile "$LINENO"; then :
81568156+if ac_fn_c_try_compile "$LINENO"
81578157+then :
79688158 xorg_cv_cc_flag_unknown_warning_option=yes
79697969-else
81598159+else $as_nop
79708160 xorg_cv_cc_flag_unknown_warning_option=no
79718161fi
79727972-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
81628162+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
79738163fi
79747974-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
79757975-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
81648164+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
81658165+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
79768166 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
79778167 CFLAGS="$xorg_testset_save_CFLAGS"
79788168fi
···79828172 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
79838173 fi
79848174 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
79857985- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
79867986-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
79877987-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
79887988- $as_echo_n "(cached) " >&6
79897989-else
81758175+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
81768176+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
81778177+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
81788178+then :
81798179+ printf %s "(cached) " >&6
81808180+else $as_nop
79908181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
79918182/* end confdefs.h. */
79928183int i;
79938184_ACEOF
79947994-if ac_fn_c_try_compile "$LINENO"; then :
81858185+if ac_fn_c_try_compile "$LINENO"
81868186+then :
79958187 xorg_cv_cc_flag_unused_command_line_argument=yes
79967996-else
81888188+else $as_nop
79978189 xorg_cv_cc_flag_unused_command_line_argument=no
79988190fi
79997999-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
81918191+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
80008192fi
80018001-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
80028002-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
81938193+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
81948194+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
80038195 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
80048196 CFLAGS="$xorg_testset_save_CFLAGS"
80058197fi
···8017820980188210 CFLAGS="$CFLAGS -Werror=address"
8019821180208020- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
80218021-$as_echo_n "checking if $CC supports -Werror=address... " >&6; }
82128212+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
82138213+printf %s "checking if $CC supports -Werror=address... " >&6; }
80228214 cacheid=xorg_cv_cc_flag__Werror_address
80238023- if eval \${$cacheid+:} false; then :
80248024- $as_echo_n "(cached) " >&6
80258025-else
82158215+ if eval test \${$cacheid+y}
82168216+then :
82178217+ printf %s "(cached) " >&6
82188218+else $as_nop
80268219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
80278220/* end confdefs.h. */
80288221int i;
80298222int
80308030-main ()
82238223+main (void)
80318224{
8032822580338226 ;
80348227 return 0;
80358228}
80368229_ACEOF
80378037-if ac_fn_c_try_link "$LINENO"; then :
82308230+if ac_fn_c_try_link "$LINENO"
82318231+then :
80388232 eval $cacheid=yes
80398039-else
82338233+else $as_nop
80408234 eval $cacheid=no
80418235fi
80428042-rm -f core conftest.err conftest.$ac_objext \
82368236+rm -f core conftest.err conftest.$ac_objext conftest.beam \
80438237 conftest$ac_exeext conftest.$ac_ext
80448238fi
80458239···80478241 CFLAGS="$xorg_testset_save_CFLAGS"
8048824280498243 eval supported=\$$cacheid
80508050- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
80518051-$as_echo "$supported" >&6; }
82448244+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
82458245+printf "%s\n" "$supported" >&6; }
80528246 if test "$supported" = "yes" ; then
80538247 BASE_CFLAGS="$BASE_CFLAGS -Werror=address"
80548248 found="yes"
···8073826780748268if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
80758269 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
80768076- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
80778077-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
80788078-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
80798079- $as_echo_n "(cached) " >&6
80808080-else
82708270+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
82718271+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
82728272+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
82738273+then :
82748274+ printf %s "(cached) " >&6
82758275+else $as_nop
80818276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
80828277/* end confdefs.h. */
80838278int i;
80848279_ACEOF
80858085-if ac_fn_c_try_compile "$LINENO"; then :
82808280+if ac_fn_c_try_compile "$LINENO"
82818281+then :
80868282 xorg_cv_cc_flag_unknown_warning_option=yes
80878087-else
82838283+else $as_nop
80888284 xorg_cv_cc_flag_unknown_warning_option=no
80898285fi
80908090-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
82868286+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
80918287fi
80928092-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
80938093-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
82888288+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
82898289+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
80948290 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
80958291 CFLAGS="$xorg_testset_save_CFLAGS"
80968292fi
···81008296 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
81018297 fi
81028298 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
81038103- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
81048104-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
81058105-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
81068106- $as_echo_n "(cached) " >&6
81078107-else
82998299+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
83008300+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
83018301+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
83028302+then :
83038303+ printf %s "(cached) " >&6
83048304+else $as_nop
81088305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81098306/* end confdefs.h. */
81108307int i;
81118308_ACEOF
81128112-if ac_fn_c_try_compile "$LINENO"; then :
83098309+if ac_fn_c_try_compile "$LINENO"
83108310+then :
81138311 xorg_cv_cc_flag_unused_command_line_argument=yes
81148114-else
83128312+else $as_nop
81158313 xorg_cv_cc_flag_unused_command_line_argument=no
81168314fi
81178117-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
83158315+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
81188316fi
81198119-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
81208120-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
83178317+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
83188318+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
81218319 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
81228320 CFLAGS="$xorg_testset_save_CFLAGS"
81238321fi
···8135833381368334 CFLAGS="$CFLAGS -Werror=int-to-pointer-cast"
8137833581388138- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
81398139-$as_echo_n "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
83368336+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
83378337+printf %s "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
81408338 cacheid=xorg_cv_cc_flag__Werror_int_to_pointer_cast
81418141- if eval \${$cacheid+:} false; then :
81428142- $as_echo_n "(cached) " >&6
81438143-else
83398339+ if eval test \${$cacheid+y}
83408340+then :
83418341+ printf %s "(cached) " >&6
83428342+else $as_nop
81448343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81458344/* end confdefs.h. */
81468345int i;
81478346int
81488148-main ()
83478347+main (void)
81498348{
8150834981518350 ;
81528351 return 0;
81538352}
81548353_ACEOF
81558155-if ac_fn_c_try_link "$LINENO"; then :
83548354+if ac_fn_c_try_link "$LINENO"
83558355+then :
81568356 eval $cacheid=yes
81578157-else
83578357+else $as_nop
81588358 eval $cacheid=no
81598359fi
81608160-rm -f core conftest.err conftest.$ac_objext \
83608360+rm -f core conftest.err conftest.$ac_objext conftest.beam \
81618361 conftest$ac_exeext conftest.$ac_ext
81628362fi
81638363···81658365 CFLAGS="$xorg_testset_save_CFLAGS"
8166836681678367 eval supported=\$$cacheid
81688168- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
81698169-$as_echo "$supported" >&6; }
83688368+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
83698369+printf "%s\n" "$supported" >&6; }
81708370 if test "$supported" = "yes" ; then
81718371 BASE_CFLAGS="$BASE_CFLAGS -Werror=int-to-pointer-cast"
81728372 found="yes"
···8184838481858385 CFLAGS="$CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
8186838681878187- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
81888188-$as_echo_n "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
83878387+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
83888388+printf %s "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
81898389 cacheid=xorg_cv_cc_flag__errwarn_E_BAD_PTR_INT_COMBINATION
81908190- if eval \${$cacheid+:} false; then :
81918191- $as_echo_n "(cached) " >&6
81928192-else
83908390+ if eval test \${$cacheid+y}
83918391+then :
83928392+ printf %s "(cached) " >&6
83938393+else $as_nop
81938394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81948395/* end confdefs.h. */
81958396int i;
81968397int
81978197-main ()
83988398+main (void)
81988399{
8199840082008401 ;
82018402 return 0;
82028403}
82038404_ACEOF
82048204-if ac_fn_c_try_link "$LINENO"; then :
84058405+if ac_fn_c_try_link "$LINENO"
84068406+then :
82058407 eval $cacheid=yes
82068206-else
84088408+else $as_nop
82078409 eval $cacheid=no
82088410fi
82098209-rm -f core conftest.err conftest.$ac_objext \
84118411+rm -f core conftest.err conftest.$ac_objext conftest.beam \
82108412 conftest$ac_exeext conftest.$ac_ext
82118413fi
82128414···82148416 CFLAGS="$xorg_testset_save_CFLAGS"
8215841782168418 eval supported=\$$cacheid
82178217- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
82188218-$as_echo "$supported" >&6; }
84198419+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
84208420+printf "%s\n" "$supported" >&6; }
82198421 if test "$supported" = "yes" ; then
82208422 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
82218423 found="yes"
···8240844282418443if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
82428444 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
82438243- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
82448244-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
82458245-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
82468246- $as_echo_n "(cached) " >&6
82478247-else
84458445+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
84468446+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
84478447+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
84488448+then :
84498449+ printf %s "(cached) " >&6
84508450+else $as_nop
82488451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82498452/* end confdefs.h. */
82508453int i;
82518454_ACEOF
82528252-if ac_fn_c_try_compile "$LINENO"; then :
84558455+if ac_fn_c_try_compile "$LINENO"
84568456+then :
82538457 xorg_cv_cc_flag_unknown_warning_option=yes
82548254-else
84588458+else $as_nop
82558459 xorg_cv_cc_flag_unknown_warning_option=no
82568460fi
82578257-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
84618461+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
82588462fi
82598259-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
82608260-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
84638463+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
84648464+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
82618465 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
82628466 CFLAGS="$xorg_testset_save_CFLAGS"
82638467fi
···82678471 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
82688472 fi
82698473 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
82708270- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
82718271-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
82728272-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
82738273- $as_echo_n "(cached) " >&6
82748274-else
84748474+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
84758475+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
84768476+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
84778477+then :
84788478+ printf %s "(cached) " >&6
84798479+else $as_nop
82758480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
82768481/* end confdefs.h. */
82778482int i;
82788483_ACEOF
82798279-if ac_fn_c_try_compile "$LINENO"; then :
84848484+if ac_fn_c_try_compile "$LINENO"
84858485+then :
82808486 xorg_cv_cc_flag_unused_command_line_argument=yes
82818281-else
84878487+else $as_nop
82828488 xorg_cv_cc_flag_unused_command_line_argument=no
82838489fi
82848284-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
84908490+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
82858491fi
82868286-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
82878287-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
84928492+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
84938493+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
82888494 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
82898495 CFLAGS="$xorg_testset_save_CFLAGS"
82908496fi
···8302850883038509 CFLAGS="$CFLAGS -Werror=pointer-to-int-cast"
8304851083058305- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
83068306-$as_echo_n "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
85118511+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
85128512+printf %s "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
83078513 cacheid=xorg_cv_cc_flag__Werror_pointer_to_int_cast
83088308- if eval \${$cacheid+:} false; then :
83098309- $as_echo_n "(cached) " >&6
83108310-else
85148514+ if eval test \${$cacheid+y}
85158515+then :
85168516+ printf %s "(cached) " >&6
85178517+else $as_nop
83118518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
83128519/* end confdefs.h. */
83138520int i;
83148521int
83158315-main ()
85228522+main (void)
83168523{
8317852483188525 ;
83198526 return 0;
83208527}
83218528_ACEOF
83228322-if ac_fn_c_try_link "$LINENO"; then :
85298529+if ac_fn_c_try_link "$LINENO"
85308530+then :
83238531 eval $cacheid=yes
83248324-else
85328532+else $as_nop
83258533 eval $cacheid=no
83268534fi
83278327-rm -f core conftest.err conftest.$ac_objext \
85358535+rm -f core conftest.err conftest.$ac_objext conftest.beam \
83288536 conftest$ac_exeext conftest.$ac_ext
83298537fi
83308538···83328540 CFLAGS="$xorg_testset_save_CFLAGS"
8333854183348542 eval supported=\$$cacheid
83358335- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
83368336-$as_echo "$supported" >&6; }
85438543+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
85448544+printf "%s\n" "$supported" >&6; }
83378545 if test "$supported" = "yes" ; then
83388546 BASE_CFLAGS="$BASE_CFLAGS -Werror=pointer-to-int-cast"
83398547 found="yes"
···8342855083438551 # Also -errwarn=E_BAD_PTR_INT_COMBINATION
83448552else
83458345-{ $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
83468346-$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;}
85538553+{ 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
85548554+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;}
834785558348855683498557···8361856983628570if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
83638571 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
83648364- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
83658365-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
83668366-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
83678367- $as_echo_n "(cached) " >&6
83688368-else
85728572+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
85738573+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
85748574+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
85758575+then :
85768576+ printf %s "(cached) " >&6
85778577+else $as_nop
83698578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
83708579/* end confdefs.h. */
83718580int i;
83728581_ACEOF
83738373-if ac_fn_c_try_compile "$LINENO"; then :
85828582+if ac_fn_c_try_compile "$LINENO"
85838583+then :
83748584 xorg_cv_cc_flag_unknown_warning_option=yes
83758375-else
85858585+else $as_nop
83768586 xorg_cv_cc_flag_unknown_warning_option=no
83778587fi
83788378-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
85888588+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
83798589fi
83808380-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
83818381-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
85908590+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
85918591+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
83828592 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
83838593 CFLAGS="$xorg_testset_save_CFLAGS"
83848594fi
···83888598 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
83898599 fi
83908600 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
83918391- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
83928392-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
83938393-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
83948394- $as_echo_n "(cached) " >&6
83958395-else
86018601+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
86028602+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
86038603+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
86048604+then :
86058605+ printf %s "(cached) " >&6
86068606+else $as_nop
83968607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
83978608/* end confdefs.h. */
83988609int i;
83998610_ACEOF
84008400-if ac_fn_c_try_compile "$LINENO"; then :
86118611+if ac_fn_c_try_compile "$LINENO"
86128612+then :
84018613 xorg_cv_cc_flag_unused_command_line_argument=yes
84028402-else
86148614+else $as_nop
84038615 xorg_cv_cc_flag_unused_command_line_argument=no
84048616fi
84058405-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
86178617+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
84068618fi
84078407-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
84088408-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
86198619+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
86208620+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
84098621 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
84108622 CFLAGS="$xorg_testset_save_CFLAGS"
84118623fi
···8423863584248636 CFLAGS="$CFLAGS -Wimplicit"
8425863784268426- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
84278427-$as_echo_n "checking if $CC supports -Wimplicit... " >&6; }
86388638+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
86398639+printf %s "checking if $CC supports -Wimplicit... " >&6; }
84288640 cacheid=xorg_cv_cc_flag__Wimplicit
84298429- if eval \${$cacheid+:} false; then :
84308430- $as_echo_n "(cached) " >&6
84318431-else
86418641+ if eval test \${$cacheid+y}
86428642+then :
86438643+ printf %s "(cached) " >&6
86448644+else $as_nop
84328645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84338646/* end confdefs.h. */
84348647int i;
84358648int
84368436-main ()
86498649+main (void)
84378650{
8438865184398652 ;
84408653 return 0;
84418654}
84428655_ACEOF
84438443-if ac_fn_c_try_link "$LINENO"; then :
86568656+if ac_fn_c_try_link "$LINENO"
86578657+then :
84448658 eval $cacheid=yes
84458445-else
86598659+else $as_nop
84468660 eval $cacheid=no
84478661fi
84488448-rm -f core conftest.err conftest.$ac_objext \
86628662+rm -f core conftest.err conftest.$ac_objext conftest.beam \
84498663 conftest$ac_exeext conftest.$ac_ext
84508664fi
84518665···84538667 CFLAGS="$xorg_testset_save_CFLAGS"
8454866884558669 eval supported=\$$cacheid
84568456- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
84578457-$as_echo "$supported" >&6; }
86708670+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
86718671+printf "%s\n" "$supported" >&6; }
84588672 if test "$supported" = "yes" ; then
84598673 BASE_CFLAGS="$BASE_CFLAGS -Wimplicit"
84608674 found="yes"
···8479869384808694if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
84818695 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
84828482- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
84838483-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
84848484-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
84858485- $as_echo_n "(cached) " >&6
84868486-else
86968696+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
86978697+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
86988698+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
86998699+then :
87008700+ printf %s "(cached) " >&6
87018701+else $as_nop
84878702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
84888703/* end confdefs.h. */
84898704int i;
84908705_ACEOF
84918491-if ac_fn_c_try_compile "$LINENO"; then :
87068706+if ac_fn_c_try_compile "$LINENO"
87078707+then :
84928708 xorg_cv_cc_flag_unknown_warning_option=yes
84938493-else
87098709+else $as_nop
84948710 xorg_cv_cc_flag_unknown_warning_option=no
84958711fi
84968496-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
87128712+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
84978713fi
84988498-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
84998499-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
87148714+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
87158715+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
85008716 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
85018717 CFLAGS="$xorg_testset_save_CFLAGS"
85028718fi
···85068722 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
85078723 fi
85088724 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
85098509- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
85108510-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
85118511-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
85128512- $as_echo_n "(cached) " >&6
85138513-else
87258725+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
87268726+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
87278727+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
87288728+then :
87298729+ printf %s "(cached) " >&6
87308730+else $as_nop
85148731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
85158732/* end confdefs.h. */
85168733int i;
85178734_ACEOF
85188518-if ac_fn_c_try_compile "$LINENO"; then :
87358735+if ac_fn_c_try_compile "$LINENO"
87368736+then :
85198737 xorg_cv_cc_flag_unused_command_line_argument=yes
85208520-else
87388738+else $as_nop
85218739 xorg_cv_cc_flag_unused_command_line_argument=no
85228740fi
85238523-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
87418741+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
85248742fi
85258525-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
85268526-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
87438743+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
87448744+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
85278745 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
85288746 CFLAGS="$xorg_testset_save_CFLAGS"
85298747fi
···8541875985428760 CFLAGS="$CFLAGS -Wnonnull"
8543876185448544- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
85458545-$as_echo_n "checking if $CC supports -Wnonnull... " >&6; }
87628762+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
87638763+printf %s "checking if $CC supports -Wnonnull... " >&6; }
85468764 cacheid=xorg_cv_cc_flag__Wnonnull
85478547- if eval \${$cacheid+:} false; then :
85488548- $as_echo_n "(cached) " >&6
85498549-else
87658765+ if eval test \${$cacheid+y}
87668766+then :
87678767+ printf %s "(cached) " >&6
87688768+else $as_nop
85508769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
85518770/* end confdefs.h. */
85528771int i;
85538772int
85548554-main ()
87738773+main (void)
85558774{
8556877585578776 ;
85588777 return 0;
85598778}
85608779_ACEOF
85618561-if ac_fn_c_try_link "$LINENO"; then :
87808780+if ac_fn_c_try_link "$LINENO"
87818781+then :
85628782 eval $cacheid=yes
85638563-else
87838783+else $as_nop
85648784 eval $cacheid=no
85658785fi
85668566-rm -f core conftest.err conftest.$ac_objext \
87868786+rm -f core conftest.err conftest.$ac_objext conftest.beam \
85678787 conftest$ac_exeext conftest.$ac_ext
85688788fi
85698789···85718791 CFLAGS="$xorg_testset_save_CFLAGS"
8572879285738793 eval supported=\$$cacheid
85748574- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
85758575-$as_echo "$supported" >&6; }
87948794+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
87958795+printf "%s\n" "$supported" >&6; }
85768796 if test "$supported" = "yes" ; then
85778797 BASE_CFLAGS="$BASE_CFLAGS -Wnonnull"
85788798 found="yes"
···8597881785988818if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
85998819 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
86008600- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
86018601-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
86028602-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
86038603- $as_echo_n "(cached) " >&6
86048604-else
88208820+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
88218821+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
88228822+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
88238823+then :
88248824+ printf %s "(cached) " >&6
88258825+else $as_nop
86058826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86068827/* end confdefs.h. */
86078828int i;
86088829_ACEOF
86098609-if ac_fn_c_try_compile "$LINENO"; then :
88308830+if ac_fn_c_try_compile "$LINENO"
88318831+then :
86108832 xorg_cv_cc_flag_unknown_warning_option=yes
86118611-else
88338833+else $as_nop
86128834 xorg_cv_cc_flag_unknown_warning_option=no
86138835fi
86148614-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
88368836+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
86158837fi
86168616-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
86178617-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
88388838+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
88398839+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
86188840 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
86198841 CFLAGS="$xorg_testset_save_CFLAGS"
86208842fi
···86248846 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
86258847 fi
86268848 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
86278627- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
86288628-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
86298629-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
86308630- $as_echo_n "(cached) " >&6
86318631-else
88498849+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
88508850+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
88518851+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
88528852+then :
88538853+ printf %s "(cached) " >&6
88548854+else $as_nop
86328855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86338856/* end confdefs.h. */
86348857int i;
86358858_ACEOF
86368636-if ac_fn_c_try_compile "$LINENO"; then :
88598859+if ac_fn_c_try_compile "$LINENO"
88608860+then :
86378861 xorg_cv_cc_flag_unused_command_line_argument=yes
86388638-else
88628862+else $as_nop
86398863 xorg_cv_cc_flag_unused_command_line_argument=no
86408864fi
86418641-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
88658865+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
86428866fi
86438643-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
86448644-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
88678867+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
88688868+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
86458869 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
86468870 CFLAGS="$xorg_testset_save_CFLAGS"
86478871fi
···8659888386608884 CFLAGS="$CFLAGS -Winit-self"
8661888586628662- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
86638663-$as_echo_n "checking if $CC supports -Winit-self... " >&6; }
88868886+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
88878887+printf %s "checking if $CC supports -Winit-self... " >&6; }
86648888 cacheid=xorg_cv_cc_flag__Winit_self
86658665- if eval \${$cacheid+:} false; then :
86668666- $as_echo_n "(cached) " >&6
86678667-else
88898889+ if eval test \${$cacheid+y}
88908890+then :
88918891+ printf %s "(cached) " >&6
88928892+else $as_nop
86688893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
86698894/* end confdefs.h. */
86708895int i;
86718896int
86728672-main ()
88978897+main (void)
86738898{
8674889986758900 ;
86768901 return 0;
86778902}
86788903_ACEOF
86798679-if ac_fn_c_try_link "$LINENO"; then :
89048904+if ac_fn_c_try_link "$LINENO"
89058905+then :
86808906 eval $cacheid=yes
86818681-else
89078907+else $as_nop
86828908 eval $cacheid=no
86838909fi
86848684-rm -f core conftest.err conftest.$ac_objext \
89108910+rm -f core conftest.err conftest.$ac_objext conftest.beam \
86858911 conftest$ac_exeext conftest.$ac_ext
86868912fi
86878913···86898915 CFLAGS="$xorg_testset_save_CFLAGS"
8690891686918917 eval supported=\$$cacheid
86928692- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
86938693-$as_echo "$supported" >&6; }
89188918+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
89198919+printf "%s\n" "$supported" >&6; }
86948920 if test "$supported" = "yes" ; then
86958921 BASE_CFLAGS="$BASE_CFLAGS -Winit-self"
86968922 found="yes"
···8715894187168942if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
87178943 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
87188718- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
87198719-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
87208720-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
87218721- $as_echo_n "(cached) " >&6
87228722-else
89448944+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
89458945+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
89468946+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
89478947+then :
89488948+ printf %s "(cached) " >&6
89498949+else $as_nop
87238950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87248951/* end confdefs.h. */
87258952int i;
87268953_ACEOF
87278727-if ac_fn_c_try_compile "$LINENO"; then :
89548954+if ac_fn_c_try_compile "$LINENO"
89558955+then :
87288956 xorg_cv_cc_flag_unknown_warning_option=yes
87298729-else
89578957+else $as_nop
87308958 xorg_cv_cc_flag_unknown_warning_option=no
87318959fi
87328732-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
89608960+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
87338961fi
87348734-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
87358735-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
89628962+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
89638963+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
87368964 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
87378965 CFLAGS="$xorg_testset_save_CFLAGS"
87388966fi
···87428970 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
87438971 fi
87448972 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
87458745- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
87468746-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
87478747-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
87488748- $as_echo_n "(cached) " >&6
87498749-else
89738973+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
89748974+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
89758975+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
89768976+then :
89778977+ printf %s "(cached) " >&6
89788978+else $as_nop
87508979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87518980/* end confdefs.h. */
87528981int i;
87538982_ACEOF
87548754-if ac_fn_c_try_compile "$LINENO"; then :
89838983+if ac_fn_c_try_compile "$LINENO"
89848984+then :
87558985 xorg_cv_cc_flag_unused_command_line_argument=yes
87568756-else
89868986+else $as_nop
87578987 xorg_cv_cc_flag_unused_command_line_argument=no
87588988fi
87598759-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
89898989+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
87608990fi
87618761-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
87628762-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
89918991+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
89928992+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
87638993 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
87648994 CFLAGS="$xorg_testset_save_CFLAGS"
87658995fi
···8777900787789008 CFLAGS="$CFLAGS -Wmain"
8779900987808780- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
87818781-$as_echo_n "checking if $CC supports -Wmain... " >&6; }
90109010+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
90119011+printf %s "checking if $CC supports -Wmain... " >&6; }
87829012 cacheid=xorg_cv_cc_flag__Wmain
87838783- if eval \${$cacheid+:} false; then :
87848784- $as_echo_n "(cached) " >&6
87858785-else
90139013+ if eval test \${$cacheid+y}
90149014+then :
90159015+ printf %s "(cached) " >&6
90169016+else $as_nop
87869017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87879018/* end confdefs.h. */
87889019int i;
87899020int
87908790-main ()
90219021+main (void)
87919022{
8792902387939024 ;
87949025 return 0;
87959026}
87969027_ACEOF
87978797-if ac_fn_c_try_link "$LINENO"; then :
90289028+if ac_fn_c_try_link "$LINENO"
90299029+then :
87989030 eval $cacheid=yes
87998799-else
90319031+else $as_nop
88009032 eval $cacheid=no
88019033fi
88028802-rm -f core conftest.err conftest.$ac_objext \
90349034+rm -f core conftest.err conftest.$ac_objext conftest.beam \
88039035 conftest$ac_exeext conftest.$ac_ext
88049036fi
88059037···88079039 CFLAGS="$xorg_testset_save_CFLAGS"
8808904088099041 eval supported=\$$cacheid
88108810- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
88118811-$as_echo "$supported" >&6; }
90429042+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
90439043+printf "%s\n" "$supported" >&6; }
88129044 if test "$supported" = "yes" ; then
88139045 BASE_CFLAGS="$BASE_CFLAGS -Wmain"
88149046 found="yes"
···8833906588349066if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
88359067 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
88368836- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
88378837-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
88388838-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
88398839- $as_echo_n "(cached) " >&6
88408840-else
90689068+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
90699069+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
90709070+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
90719071+then :
90729072+ printf %s "(cached) " >&6
90739073+else $as_nop
88419074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88429075/* end confdefs.h. */
88439076int i;
88449077_ACEOF
88458845-if ac_fn_c_try_compile "$LINENO"; then :
90789078+if ac_fn_c_try_compile "$LINENO"
90799079+then :
88469080 xorg_cv_cc_flag_unknown_warning_option=yes
88478847-else
90819081+else $as_nop
88489082 xorg_cv_cc_flag_unknown_warning_option=no
88499083fi
88508850-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
90849084+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
88519085fi
88528852-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
88538853-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
90869086+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
90879087+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
88549088 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
88559089 CFLAGS="$xorg_testset_save_CFLAGS"
88569090fi
···88609094 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
88619095 fi
88629096 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
88638863- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
88648864-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
88658865-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
88668866- $as_echo_n "(cached) " >&6
88678867-else
90979097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
90989098+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
90999099+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
91009100+then :
91019101+ printf %s "(cached) " >&6
91029102+else $as_nop
88689103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88699104/* end confdefs.h. */
88709105int i;
88719106_ACEOF
88728872-if ac_fn_c_try_compile "$LINENO"; then :
91079107+if ac_fn_c_try_compile "$LINENO"
91089108+then :
88739109 xorg_cv_cc_flag_unused_command_line_argument=yes
88748874-else
91109110+else $as_nop
88759111 xorg_cv_cc_flag_unused_command_line_argument=no
88769112fi
88778877-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
91139113+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
88789114fi
88798879-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
88808880-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
91159115+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
91169116+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
88819117 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
88829118 CFLAGS="$xorg_testset_save_CFLAGS"
88839119fi
···8895913188969132 CFLAGS="$CFLAGS -Wmissing-braces"
8897913388988898- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
88998899-$as_echo_n "checking if $CC supports -Wmissing-braces... " >&6; }
91349134+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
91359135+printf %s "checking if $CC supports -Wmissing-braces... " >&6; }
89009136 cacheid=xorg_cv_cc_flag__Wmissing_braces
89018901- if eval \${$cacheid+:} false; then :
89028902- $as_echo_n "(cached) " >&6
89038903-else
91379137+ if eval test \${$cacheid+y}
91389138+then :
91399139+ printf %s "(cached) " >&6
91409140+else $as_nop
89049141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89059142/* end confdefs.h. */
89069143int i;
89079144int
89088908-main ()
91459145+main (void)
89099146{
8910914789119148 ;
89129149 return 0;
89139150}
89149151_ACEOF
89158915-if ac_fn_c_try_link "$LINENO"; then :
91529152+if ac_fn_c_try_link "$LINENO"
91539153+then :
89169154 eval $cacheid=yes
89178917-else
91559155+else $as_nop
89189156 eval $cacheid=no
89199157fi
89208920-rm -f core conftest.err conftest.$ac_objext \
91589158+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89219159 conftest$ac_exeext conftest.$ac_ext
89229160fi
89239161···89259163 CFLAGS="$xorg_testset_save_CFLAGS"
8926916489279165 eval supported=\$$cacheid
89288928- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
89298929-$as_echo "$supported" >&6; }
91669166+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
91679167+printf "%s\n" "$supported" >&6; }
89309168 if test "$supported" = "yes" ; then
89319169 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-braces"
89329170 found="yes"
···8951918989529190if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
89539191 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
89548954- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
89558955-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
89568956-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
89578957- $as_echo_n "(cached) " >&6
89588958-else
91929192+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
91939193+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
91949194+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
91959195+then :
91969196+ printf %s "(cached) " >&6
91979197+else $as_nop
89599198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89609199/* end confdefs.h. */
89619200int i;
89629201_ACEOF
89638963-if ac_fn_c_try_compile "$LINENO"; then :
92029202+if ac_fn_c_try_compile "$LINENO"
92039203+then :
89649204 xorg_cv_cc_flag_unknown_warning_option=yes
89658965-else
92059205+else $as_nop
89669206 xorg_cv_cc_flag_unknown_warning_option=no
89679207fi
89688968-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
92089208+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
89699209fi
89708970-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
89718971-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
92109210+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
92119211+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
89729212 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
89739213 CFLAGS="$xorg_testset_save_CFLAGS"
89749214fi
···89789218 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
89799219 fi
89809220 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
89818981- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
89828982-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
89838983-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
89848984- $as_echo_n "(cached) " >&6
89858985-else
92219221+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
92229222+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
92239223+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
92249224+then :
92259225+ printf %s "(cached) " >&6
92269226+else $as_nop
89869227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89879228/* end confdefs.h. */
89889229int i;
89899230_ACEOF
89908990-if ac_fn_c_try_compile "$LINENO"; then :
92319231+if ac_fn_c_try_compile "$LINENO"
92329232+then :
89919233 xorg_cv_cc_flag_unused_command_line_argument=yes
89928992-else
92349234+else $as_nop
89939235 xorg_cv_cc_flag_unused_command_line_argument=no
89949236fi
89958995-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
92379237+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
89969238fi
89978997-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
89988998-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
92399239+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
92409240+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
89999241 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
90009242 CFLAGS="$xorg_testset_save_CFLAGS"
90019243fi
···9013925590149256 CFLAGS="$CFLAGS -Wsequence-point"
9015925790169016- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
90179017-$as_echo_n "checking if $CC supports -Wsequence-point... " >&6; }
92589258+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
92599259+printf %s "checking if $CC supports -Wsequence-point... " >&6; }
90189260 cacheid=xorg_cv_cc_flag__Wsequence_point
90199019- if eval \${$cacheid+:} false; then :
90209020- $as_echo_n "(cached) " >&6
90219021-else
92619261+ if eval test \${$cacheid+y}
92629262+then :
92639263+ printf %s "(cached) " >&6
92649264+else $as_nop
90229265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90239266/* end confdefs.h. */
90249267int i;
90259268int
90269026-main ()
92699269+main (void)
90279270{
9028927190299272 ;
90309273 return 0;
90319274}
90329275_ACEOF
90339033-if ac_fn_c_try_link "$LINENO"; then :
92769276+if ac_fn_c_try_link "$LINENO"
92779277+then :
90349278 eval $cacheid=yes
90359035-else
92799279+else $as_nop
90369280 eval $cacheid=no
90379281fi
90389038-rm -f core conftest.err conftest.$ac_objext \
92829282+rm -f core conftest.err conftest.$ac_objext conftest.beam \
90399283 conftest$ac_exeext conftest.$ac_ext
90409284fi
90419285···90439287 CFLAGS="$xorg_testset_save_CFLAGS"
9044928890459289 eval supported=\$$cacheid
90469046- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
90479047-$as_echo "$supported" >&6; }
92909290+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
92919291+printf "%s\n" "$supported" >&6; }
90489292 if test "$supported" = "yes" ; then
90499293 BASE_CFLAGS="$BASE_CFLAGS -Wsequence-point"
90509294 found="yes"
···9069931390709314if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
90719315 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
90729072- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
90739073-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
90749074-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
90759075- $as_echo_n "(cached) " >&6
90769076-else
93169316+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
93179317+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
93189318+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
93199319+then :
93209320+ printf %s "(cached) " >&6
93219321+else $as_nop
90779322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
90789323/* end confdefs.h. */
90799324int i;
90809325_ACEOF
90819081-if ac_fn_c_try_compile "$LINENO"; then :
93269326+if ac_fn_c_try_compile "$LINENO"
93279327+then :
90829328 xorg_cv_cc_flag_unknown_warning_option=yes
90839083-else
93299329+else $as_nop
90849330 xorg_cv_cc_flag_unknown_warning_option=no
90859331fi
90869086-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
93329332+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
90879333fi
90889088-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
90899089-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
93349334+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
93359335+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
90909336 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
90919337 CFLAGS="$xorg_testset_save_CFLAGS"
90929338fi
···90969342 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
90979343 fi
90989344 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
90999099- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
91009100-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
91019101-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
91029102- $as_echo_n "(cached) " >&6
91039103-else
93459345+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
93469346+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
93479347+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
93489348+then :
93499349+ printf %s "(cached) " >&6
93509350+else $as_nop
91049351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91059352/* end confdefs.h. */
91069353int i;
91079354_ACEOF
91089108-if ac_fn_c_try_compile "$LINENO"; then :
93559355+if ac_fn_c_try_compile "$LINENO"
93569356+then :
91099357 xorg_cv_cc_flag_unused_command_line_argument=yes
91109110-else
93589358+else $as_nop
91119359 xorg_cv_cc_flag_unused_command_line_argument=no
91129360fi
91139113-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
93619361+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
91149362fi
91159115-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
91169116-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
93639363+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
93649364+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
91179365 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
91189366 CFLAGS="$xorg_testset_save_CFLAGS"
91199367fi
···9131937991329380 CFLAGS="$CFLAGS -Wreturn-type"
9133938191349134- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
91359135-$as_echo_n "checking if $CC supports -Wreturn-type... " >&6; }
93829382+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
93839383+printf %s "checking if $CC supports -Wreturn-type... " >&6; }
91369384 cacheid=xorg_cv_cc_flag__Wreturn_type
91379137- if eval \${$cacheid+:} false; then :
91389138- $as_echo_n "(cached) " >&6
91399139-else
93859385+ if eval test \${$cacheid+y}
93869386+then :
93879387+ printf %s "(cached) " >&6
93889388+else $as_nop
91409389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91419390/* end confdefs.h. */
91429391int i;
91439392int
91449144-main ()
93939393+main (void)
91459394{
9146939591479396 ;
91489397 return 0;
91499398}
91509399_ACEOF
91519151-if ac_fn_c_try_link "$LINENO"; then :
94009400+if ac_fn_c_try_link "$LINENO"
94019401+then :
91529402 eval $cacheid=yes
91539153-else
94039403+else $as_nop
91549404 eval $cacheid=no
91559405fi
91569156-rm -f core conftest.err conftest.$ac_objext \
94069406+rm -f core conftest.err conftest.$ac_objext conftest.beam \
91579407 conftest$ac_exeext conftest.$ac_ext
91589408fi
91599409···91619411 CFLAGS="$xorg_testset_save_CFLAGS"
9162941291639413 eval supported=\$$cacheid
91649164- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
91659165-$as_echo "$supported" >&6; }
94149414+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
94159415+printf "%s\n" "$supported" >&6; }
91669416 if test "$supported" = "yes" ; then
91679417 BASE_CFLAGS="$BASE_CFLAGS -Wreturn-type"
91689418 found="yes"
···9187943791889438if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
91899439 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
91909190- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
91919191-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
91929192-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
91939193- $as_echo_n "(cached) " >&6
91949194-else
94409440+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
94419441+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
94429442+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
94439443+then :
94449444+ printf %s "(cached) " >&6
94459445+else $as_nop
91959446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91969447/* end confdefs.h. */
91979448int i;
91989449_ACEOF
91999199-if ac_fn_c_try_compile "$LINENO"; then :
94509450+if ac_fn_c_try_compile "$LINENO"
94519451+then :
92009452 xorg_cv_cc_flag_unknown_warning_option=yes
92019201-else
94539453+else $as_nop
92029454 xorg_cv_cc_flag_unknown_warning_option=no
92039455fi
92049204-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
94569456+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
92059457fi
92069206-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
92079207-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
94589458+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
94599459+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
92089460 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
92099461 CFLAGS="$xorg_testset_save_CFLAGS"
92109462fi
···92149466 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
92159467 fi
92169468 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
92179217- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
92189218-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
92199219-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
92209220- $as_echo_n "(cached) " >&6
92219221-else
94699469+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
94709470+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
94719471+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
94729472+then :
94739473+ printf %s "(cached) " >&6
94749474+else $as_nop
92229475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92239476/* end confdefs.h. */
92249477int i;
92259478_ACEOF
92269226-if ac_fn_c_try_compile "$LINENO"; then :
94799479+if ac_fn_c_try_compile "$LINENO"
94809480+then :
92279481 xorg_cv_cc_flag_unused_command_line_argument=yes
92289228-else
94829482+else $as_nop
92299483 xorg_cv_cc_flag_unused_command_line_argument=no
92309484fi
92319231-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
94859485+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
92329486fi
92339233-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
92349234-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
94879487+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
94889488+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
92359489 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
92369490 CFLAGS="$xorg_testset_save_CFLAGS"
92379491fi
···9249950392509504 CFLAGS="$CFLAGS -Wtrigraphs"
9251950592529252- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
92539253-$as_echo_n "checking if $CC supports -Wtrigraphs... " >&6; }
95069506+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
95079507+printf %s "checking if $CC supports -Wtrigraphs... " >&6; }
92549508 cacheid=xorg_cv_cc_flag__Wtrigraphs
92559255- if eval \${$cacheid+:} false; then :
92569256- $as_echo_n "(cached) " >&6
92579257-else
95099509+ if eval test \${$cacheid+y}
95109510+then :
95119511+ printf %s "(cached) " >&6
95129512+else $as_nop
92589513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92599514/* end confdefs.h. */
92609515int i;
92619516int
92629262-main ()
95179517+main (void)
92639518{
9264951992659520 ;
92669521 return 0;
92679522}
92689523_ACEOF
92699269-if ac_fn_c_try_link "$LINENO"; then :
95249524+if ac_fn_c_try_link "$LINENO"
95259525+then :
92709526 eval $cacheid=yes
92719271-else
95279527+else $as_nop
92729528 eval $cacheid=no
92739529fi
92749274-rm -f core conftest.err conftest.$ac_objext \
95309530+rm -f core conftest.err conftest.$ac_objext conftest.beam \
92759531 conftest$ac_exeext conftest.$ac_ext
92769532fi
92779533···92799535 CFLAGS="$xorg_testset_save_CFLAGS"
9280953692819537 eval supported=\$$cacheid
92829282- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
92839283-$as_echo "$supported" >&6; }
95389538+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
95399539+printf "%s\n" "$supported" >&6; }
92849540 if test "$supported" = "yes" ; then
92859541 BASE_CFLAGS="$BASE_CFLAGS -Wtrigraphs"
92869542 found="yes"
···9305956193069562if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
93079563 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
93089308- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
93099309-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
93109310-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
93119311- $as_echo_n "(cached) " >&6
93129312-else
95649564+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
95659565+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
95669566+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
95679567+then :
95689568+ printf %s "(cached) " >&6
95699569+else $as_nop
93139570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93149571/* end confdefs.h. */
93159572int i;
93169573_ACEOF
93179317-if ac_fn_c_try_compile "$LINENO"; then :
95749574+if ac_fn_c_try_compile "$LINENO"
95759575+then :
93189576 xorg_cv_cc_flag_unknown_warning_option=yes
93199319-else
95779577+else $as_nop
93209578 xorg_cv_cc_flag_unknown_warning_option=no
93219579fi
93229322-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
95809580+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
93239581fi
93249324-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
93259325-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
95829582+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
95839583+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
93269584 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
93279585 CFLAGS="$xorg_testset_save_CFLAGS"
93289586fi
···93329590 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
93339591 fi
93349592 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
93359335- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
93369336-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
93379337-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
93389338- $as_echo_n "(cached) " >&6
93399339-else
95939593+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
95949594+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
95959595+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
95969596+then :
95979597+ printf %s "(cached) " >&6
95989598+else $as_nop
93409599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93419600/* end confdefs.h. */
93429601int i;
93439602_ACEOF
93449344-if ac_fn_c_try_compile "$LINENO"; then :
96039603+if ac_fn_c_try_compile "$LINENO"
96049604+then :
93459605 xorg_cv_cc_flag_unused_command_line_argument=yes
93469346-else
96069606+else $as_nop
93479607 xorg_cv_cc_flag_unused_command_line_argument=no
93489608fi
93499349-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
96099609+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
93509610fi
93519351-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
93529352-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
96119611+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
96129612+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
93539613 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
93549614 CFLAGS="$xorg_testset_save_CFLAGS"
93559615fi
···9367962793689628 CFLAGS="$CFLAGS -Warray-bounds"
9369962993709370- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
93719371-$as_echo_n "checking if $CC supports -Warray-bounds... " >&6; }
96309630+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
96319631+printf %s "checking if $CC supports -Warray-bounds... " >&6; }
93729632 cacheid=xorg_cv_cc_flag__Warray_bounds
93739373- if eval \${$cacheid+:} false; then :
93749374- $as_echo_n "(cached) " >&6
93759375-else
96339633+ if eval test \${$cacheid+y}
96349634+then :
96359635+ printf %s "(cached) " >&6
96369636+else $as_nop
93769637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93779638/* end confdefs.h. */
93789639int i;
93799640int
93809380-main ()
96419641+main (void)
93819642{
9382964393839644 ;
93849645 return 0;
93859646}
93869647_ACEOF
93879387-if ac_fn_c_try_link "$LINENO"; then :
96489648+if ac_fn_c_try_link "$LINENO"
96499649+then :
93889650 eval $cacheid=yes
93899389-else
96519651+else $as_nop
93909652 eval $cacheid=no
93919653fi
93929392-rm -f core conftest.err conftest.$ac_objext \
96549654+rm -f core conftest.err conftest.$ac_objext conftest.beam \
93939655 conftest$ac_exeext conftest.$ac_ext
93949656fi
93959657···93979659 CFLAGS="$xorg_testset_save_CFLAGS"
9398966093999661 eval supported=\$$cacheid
94009400- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
94019401-$as_echo "$supported" >&6; }
96629662+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
96639663+printf "%s\n" "$supported" >&6; }
94029664 if test "$supported" = "yes" ; then
94039665 BASE_CFLAGS="$BASE_CFLAGS -Warray-bounds"
94049666 found="yes"
···9423968594249686if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
94259687 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
94269426- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
94279427-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
94289428-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
94299429- $as_echo_n "(cached) " >&6
94309430-else
96889688+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
96899689+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
96909690+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
96919691+then :
96929692+ printf %s "(cached) " >&6
96939693+else $as_nop
94319694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94329695/* end confdefs.h. */
94339696int i;
94349697_ACEOF
94359435-if ac_fn_c_try_compile "$LINENO"; then :
96989698+if ac_fn_c_try_compile "$LINENO"
96999699+then :
94369700 xorg_cv_cc_flag_unknown_warning_option=yes
94379437-else
97019701+else $as_nop
94389702 xorg_cv_cc_flag_unknown_warning_option=no
94399703fi
94409440-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97049704+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
94419705fi
94429442-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
94439443-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
97069706+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
97079707+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
94449708 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
94459709 CFLAGS="$xorg_testset_save_CFLAGS"
94469710fi
···94509714 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
94519715 fi
94529716 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
94539453- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
94549454-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
94559455-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
94569456- $as_echo_n "(cached) " >&6
94579457-else
97179717+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
97189718+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
97199719+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
97209720+then :
97219721+ printf %s "(cached) " >&6
97229722+else $as_nop
94589723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94599724/* end confdefs.h. */
94609725int i;
94619726_ACEOF
94629462-if ac_fn_c_try_compile "$LINENO"; then :
97279727+if ac_fn_c_try_compile "$LINENO"
97289728+then :
94639729 xorg_cv_cc_flag_unused_command_line_argument=yes
94649464-else
97309730+else $as_nop
94659731 xorg_cv_cc_flag_unused_command_line_argument=no
94669732fi
94679467-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
97339733+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
94689734fi
94699469-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
94709470-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
97359735+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
97369736+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
94719737 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
94729738 CFLAGS="$xorg_testset_save_CFLAGS"
94739739fi
···9485975194869752 CFLAGS="$CFLAGS -Wwrite-strings"
9487975394889488- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
94899489-$as_echo_n "checking if $CC supports -Wwrite-strings... " >&6; }
97549754+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
97559755+printf %s "checking if $CC supports -Wwrite-strings... " >&6; }
94909756 cacheid=xorg_cv_cc_flag__Wwrite_strings
94919491- if eval \${$cacheid+:} false; then :
94929492- $as_echo_n "(cached) " >&6
94939493-else
97579757+ if eval test \${$cacheid+y}
97589758+then :
97599759+ printf %s "(cached) " >&6
97609760+else $as_nop
94949761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94959762/* end confdefs.h. */
94969763int i;
94979764int
94989498-main ()
97659765+main (void)
94999766{
9500976795019768 ;
95029769 return 0;
95039770}
95049771_ACEOF
95059505-if ac_fn_c_try_link "$LINENO"; then :
97729772+if ac_fn_c_try_link "$LINENO"
97739773+then :
95069774 eval $cacheid=yes
95079507-else
97759775+else $as_nop
95089776 eval $cacheid=no
95099777fi
95109510-rm -f core conftest.err conftest.$ac_objext \
97789778+rm -f core conftest.err conftest.$ac_objext conftest.beam \
95119779 conftest$ac_exeext conftest.$ac_ext
95129780fi
95139781···95159783 CFLAGS="$xorg_testset_save_CFLAGS"
9516978495179785 eval supported=\$$cacheid
95189518- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
95199519-$as_echo "$supported" >&6; }
97869786+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
97879787+printf "%s\n" "$supported" >&6; }
95209788 if test "$supported" = "yes" ; then
95219789 BASE_CFLAGS="$BASE_CFLAGS -Wwrite-strings"
95229790 found="yes"
···9541980995429810if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
95439811 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
95449544- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
95459545-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
95469546-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
95479547- $as_echo_n "(cached) " >&6
95489548-else
98129812+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
98139813+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
98149814+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
98159815+then :
98169816+ printf %s "(cached) " >&6
98179817+else $as_nop
95499818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
95509819/* end confdefs.h. */
95519820int i;
95529821_ACEOF
95539553-if ac_fn_c_try_compile "$LINENO"; then :
98229822+if ac_fn_c_try_compile "$LINENO"
98239823+then :
95549824 xorg_cv_cc_flag_unknown_warning_option=yes
95559555-else
98259825+else $as_nop
95569826 xorg_cv_cc_flag_unknown_warning_option=no
95579827fi
95589558-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
98289828+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
95599829fi
95609560-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
95619561-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
98309830+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
98319831+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
95629832 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
95639833 CFLAGS="$xorg_testset_save_CFLAGS"
95649834fi
···95689838 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
95699839 fi
95709840 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
95719571- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
95729572-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
95739573-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
95749574- $as_echo_n "(cached) " >&6
95759575-else
98419841+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
98429842+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
98439843+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
98449844+then :
98459845+ printf %s "(cached) " >&6
98469846+else $as_nop
95769847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
95779848/* end confdefs.h. */
95789849int i;
95799850_ACEOF
95809580-if ac_fn_c_try_compile "$LINENO"; then :
98519851+if ac_fn_c_try_compile "$LINENO"
98529852+then :
95819853 xorg_cv_cc_flag_unused_command_line_argument=yes
95829582-else
98549854+else $as_nop
95839855 xorg_cv_cc_flag_unused_command_line_argument=no
95849856fi
95859585-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
98579857+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
95869858fi
95879587-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
95889588-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
98599859+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
98609860+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
95899861 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
95909862 CFLAGS="$xorg_testset_save_CFLAGS"
95919863fi
···9603987596049876 CFLAGS="$CFLAGS -Waddress"
9605987796069606- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
96079607-$as_echo_n "checking if $CC supports -Waddress... " >&6; }
98789878+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
98799879+printf %s "checking if $CC supports -Waddress... " >&6; }
96089880 cacheid=xorg_cv_cc_flag__Waddress
96099609- if eval \${$cacheid+:} false; then :
96109610- $as_echo_n "(cached) " >&6
96119611-else
98819881+ if eval test \${$cacheid+y}
98829882+then :
98839883+ printf %s "(cached) " >&6
98849884+else $as_nop
96129885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
96139886/* end confdefs.h. */
96149887int i;
96159888int
96169616-main ()
98899889+main (void)
96179890{
9618989196199892 ;
96209893 return 0;
96219894}
96229895_ACEOF
96239623-if ac_fn_c_try_link "$LINENO"; then :
98969896+if ac_fn_c_try_link "$LINENO"
98979897+then :
96249898 eval $cacheid=yes
96259625-else
98999899+else $as_nop
96269900 eval $cacheid=no
96279901fi
96289628-rm -f core conftest.err conftest.$ac_objext \
99029902+rm -f core conftest.err conftest.$ac_objext conftest.beam \
96299903 conftest$ac_exeext conftest.$ac_ext
96309904fi
96319905···96339907 CFLAGS="$xorg_testset_save_CFLAGS"
9634990896359909 eval supported=\$$cacheid
96369636- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
96379637-$as_echo "$supported" >&6; }
99109910+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
99119911+printf "%s\n" "$supported" >&6; }
96389912 if test "$supported" = "yes" ; then
96399913 BASE_CFLAGS="$BASE_CFLAGS -Waddress"
96409914 found="yes"
···9659993396609934if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
96619935 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
96629662- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
96639663-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
96649664-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
96659665- $as_echo_n "(cached) " >&6
96669666-else
99369936+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
99379937+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
99389938+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
99399939+then :
99409940+ printf %s "(cached) " >&6
99419941+else $as_nop
96679942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
96689943/* end confdefs.h. */
96699944int i;
96709945_ACEOF
96719671-if ac_fn_c_try_compile "$LINENO"; then :
99469946+if ac_fn_c_try_compile "$LINENO"
99479947+then :
96729948 xorg_cv_cc_flag_unknown_warning_option=yes
96739673-else
99499949+else $as_nop
96749950 xorg_cv_cc_flag_unknown_warning_option=no
96759951fi
96769676-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
99529952+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
96779953fi
96789678-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
96799679-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
99549954+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
99559955+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
96809956 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
96819957 CFLAGS="$xorg_testset_save_CFLAGS"
96829958fi
···96869962 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
96879963 fi
96889964 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
96899689- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
96909690-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
96919691-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
96929692- $as_echo_n "(cached) " >&6
96939693-else
99659965+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
99669966+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
99679967+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
99689968+then :
99699969+ printf %s "(cached) " >&6
99709970+else $as_nop
96949971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
96959972/* end confdefs.h. */
96969973int i;
96979974_ACEOF
96989698-if ac_fn_c_try_compile "$LINENO"; then :
99759975+if ac_fn_c_try_compile "$LINENO"
99769976+then :
96999977 xorg_cv_cc_flag_unused_command_line_argument=yes
97009700-else
99789978+else $as_nop
97019979 xorg_cv_cc_flag_unused_command_line_argument=no
97029980fi
97039703-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
99819981+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
97049982fi
97059705-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
97069706-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
99839983+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
99849984+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
97079985 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
97089986 CFLAGS="$xorg_testset_save_CFLAGS"
97099987fi
···97219999972210000 CFLAGS="$CFLAGS -Wint-to-pointer-cast"
97231000197249724- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
97259725-$as_echo_n "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
1000210002+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
1000310003+printf %s "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
972610004 cacheid=xorg_cv_cc_flag__Wint_to_pointer_cast
97279727- if eval \${$cacheid+:} false; then :
97289728- $as_echo_n "(cached) " >&6
97299729-else
1000510005+ if eval test \${$cacheid+y}
1000610006+then :
1000710007+ printf %s "(cached) " >&6
1000810008+else $as_nop
973010009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
973110010/* end confdefs.h. */
973210011int i;
973310012int
97349734-main ()
1001310013+main (void)
973510014{
973610015973710016 ;
973810017 return 0;
973910018}
974010019_ACEOF
97419741-if ac_fn_c_try_link "$LINENO"; then :
1002010020+if ac_fn_c_try_link "$LINENO"
1002110021+then :
974210022 eval $cacheid=yes
97439743-else
1002310023+else $as_nop
974410024 eval $cacheid=no
974510025fi
97469746-rm -f core conftest.err conftest.$ac_objext \
1002610026+rm -f core conftest.err conftest.$ac_objext conftest.beam \
974710027 conftest$ac_exeext conftest.$ac_ext
974810028fi
974910029···975110031 CFLAGS="$xorg_testset_save_CFLAGS"
975210032975310033 eval supported=\$$cacheid
97549754- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
97559755-$as_echo "$supported" >&6; }
1003410034+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1003510035+printf "%s\n" "$supported" >&6; }
975610036 if test "$supported" = "yes" ; then
975710037 BASE_CFLAGS="$BASE_CFLAGS -Wint-to-pointer-cast"
975810038 found="yes"
···977710057977810058if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
977910059 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
97809780- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
97819781-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
97829782-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
97839783- $as_echo_n "(cached) " >&6
97849784-else
1006010060+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1006110061+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1006210062+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1006310063+then :
1006410064+ printf %s "(cached) " >&6
1006510065+else $as_nop
978510066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
978610067/* end confdefs.h. */
978710068int i;
978810069_ACEOF
97899789-if ac_fn_c_try_compile "$LINENO"; then :
1007010070+if ac_fn_c_try_compile "$LINENO"
1007110071+then :
979010072 xorg_cv_cc_flag_unknown_warning_option=yes
97919791-else
1007310073+else $as_nop
979210074 xorg_cv_cc_flag_unknown_warning_option=no
979310075fi
97949794-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1007610076+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
979510077fi
97969796-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
97979797-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1007810078+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1007910079+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
979810080 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
979910081 CFLAGS="$xorg_testset_save_CFLAGS"
980010082fi
···980410086 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
980510087 fi
980610088 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
98079807- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
98089808-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
98099809-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
98109810- $as_echo_n "(cached) " >&6
98119811-else
1008910089+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1009010090+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1009110091+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1009210092+then :
1009310093+ printf %s "(cached) " >&6
1009410094+else $as_nop
981210095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
981310096/* end confdefs.h. */
981410097int i;
981510098_ACEOF
98169816-if ac_fn_c_try_compile "$LINENO"; then :
1009910099+if ac_fn_c_try_compile "$LINENO"
1010010100+then :
981710101 xorg_cv_cc_flag_unused_command_line_argument=yes
98189818-else
1010210102+else $as_nop
981910103 xorg_cv_cc_flag_unused_command_line_argument=no
982010104fi
98219821-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1010510105+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
982210106fi
98239823-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
98249824-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1010710107+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1010810108+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
982510109 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
982610110 CFLAGS="$xorg_testset_save_CFLAGS"
982710111fi
···983910123984010124 CFLAGS="$CFLAGS -Wpointer-to-int-cast"
98411012598429842- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
98439843-$as_echo_n "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
1012610126+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
1012710127+printf %s "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
984410128 cacheid=xorg_cv_cc_flag__Wpointer_to_int_cast
98459845- if eval \${$cacheid+:} false; then :
98469846- $as_echo_n "(cached) " >&6
98479847-else
1012910129+ if eval test \${$cacheid+y}
1013010130+then :
1013110131+ printf %s "(cached) " >&6
1013210132+else $as_nop
984810133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
984910134/* end confdefs.h. */
985010135int i;
985110136int
98529852-main ()
1013710137+main (void)
985310138{
985410139985510140 ;
985610141 return 0;
985710142}
985810143_ACEOF
98599859-if ac_fn_c_try_link "$LINENO"; then :
1014410144+if ac_fn_c_try_link "$LINENO"
1014510145+then :
986010146 eval $cacheid=yes
98619861-else
1014710147+else $as_nop
986210148 eval $cacheid=no
986310149fi
98649864-rm -f core conftest.err conftest.$ac_objext \
1015010150+rm -f core conftest.err conftest.$ac_objext conftest.beam \
986510151 conftest$ac_exeext conftest.$ac_ext
986610152fi
986710153···986910155 CFLAGS="$xorg_testset_save_CFLAGS"
987010156987110157 eval supported=\$$cacheid
98729872- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
98739873-$as_echo "$supported" >&6; }
1015810158+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1015910159+printf "%s\n" "$supported" >&6; }
987410160 if test "$supported" = "yes" ; then
987510161 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-to-int-cast"
987610162 found="yes"
···989910185990010186990110187# Check whether --enable-strict-compilation was given.
99029902-if test "${enable_strict_compilation+set}" = set; then :
1018810188+if test ${enable_strict_compilation+y}
1018910189+then :
990310190 enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
99049904-else
1019110191+else $as_nop
990510192 STRICT_COMPILE=no
990610193fi
990710194···992810215992910216if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
993010217 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
99319931- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
99329932-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
99339933-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
99349934- $as_echo_n "(cached) " >&6
99359935-else
1021810218+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1021910219+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1022010220+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1022110221+then :
1022210222+ printf %s "(cached) " >&6
1022310223+else $as_nop
993610224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
993710225/* end confdefs.h. */
993810226int i;
993910227_ACEOF
99409940-if ac_fn_c_try_compile "$LINENO"; then :
1022810228+if ac_fn_c_try_compile "$LINENO"
1022910229+then :
994110230 xorg_cv_cc_flag_unknown_warning_option=yes
99429942-else
1023110231+else $as_nop
994310232 xorg_cv_cc_flag_unknown_warning_option=no
994410233fi
99459945-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1023410234+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
994610235fi
99479947-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
99489948-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1023610236+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1023710237+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
994910238 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
995010239 CFLAGS="$xorg_testset_save_CFLAGS"
995110240fi
···995510244 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
995610245 fi
995710246 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
99589958- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
99599959-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
99609960-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
99619961- $as_echo_n "(cached) " >&6
99629962-else
1024710247+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1024810248+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1024910249+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1025010250+then :
1025110251+ printf %s "(cached) " >&6
1025210252+else $as_nop
996310253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
996410254/* end confdefs.h. */
996510255int i;
996610256_ACEOF
99679967-if ac_fn_c_try_compile "$LINENO"; then :
1025710257+if ac_fn_c_try_compile "$LINENO"
1025810258+then :
996810259 xorg_cv_cc_flag_unused_command_line_argument=yes
99699969-else
1026010260+else $as_nop
997010261 xorg_cv_cc_flag_unused_command_line_argument=no
997110262fi
99729972-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1026310263+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
997310264fi
99749974-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
99759975-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1026510265+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1026610266+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
997610267 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
997710268 CFLAGS="$xorg_testset_save_CFLAGS"
997810269fi
···999010281999110282 CFLAGS="$CFLAGS -pedantic"
99921028399939993- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
99949994-$as_echo_n "checking if $CC supports -pedantic... " >&6; }
1028410284+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
1028510285+printf %s "checking if $CC supports -pedantic... " >&6; }
999510286 cacheid=xorg_cv_cc_flag__pedantic
99969996- if eval \${$cacheid+:} false; then :
99979997- $as_echo_n "(cached) " >&6
99989998-else
1028710287+ if eval test \${$cacheid+y}
1028810288+then :
1028910289+ printf %s "(cached) " >&6
1029010290+else $as_nop
999910291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1000010292/* end confdefs.h. */
1000110293int i;
1000210294int
1000310003-main ()
1029510295+main (void)
1000410296{
10005102971000610298 ;
1000710299 return 0;
1000810300}
1000910301_ACEOF
1001010010-if ac_fn_c_try_link "$LINENO"; then :
1030210302+if ac_fn_c_try_link "$LINENO"
1030310303+then :
1001110304 eval $cacheid=yes
1001210012-else
1030510305+else $as_nop
1001310306 eval $cacheid=no
1001410307fi
1001510015-rm -f core conftest.err conftest.$ac_objext \
1030810308+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1001610309 conftest$ac_exeext conftest.$ac_ext
1001710310fi
1001810311···1002010313 CFLAGS="$xorg_testset_save_CFLAGS"
10021103141002210315 eval supported=\$$cacheid
1002310023- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1002410024-$as_echo "$supported" >&6; }
1031610316+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1031710317+printf "%s\n" "$supported" >&6; }
1002510318 if test "$supported" = "yes" ; then
1002610319 STRICT_CFLAGS="$STRICT_CFLAGS -pedantic"
1002710320 found="yes"
···10046103391004710340if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1004810341 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1004910049- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1005010050-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1005110051-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1005210052- $as_echo_n "(cached) " >&6
1005310053-else
1034210342+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1034310343+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1034410344+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1034510345+then :
1034610346+ printf %s "(cached) " >&6
1034710347+else $as_nop
1005410348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1005510349/* end confdefs.h. */
1005610350int i;
1005710351_ACEOF
1005810058-if ac_fn_c_try_compile "$LINENO"; then :
1035210352+if ac_fn_c_try_compile "$LINENO"
1035310353+then :
1005910354 xorg_cv_cc_flag_unknown_warning_option=yes
1006010060-else
1035510355+else $as_nop
1006110356 xorg_cv_cc_flag_unknown_warning_option=no
1006210357fi
1006310063-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1035810358+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1006410359fi
1006510065-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1006610066-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1036010360+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1036110361+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1006710362 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1006810363 CFLAGS="$xorg_testset_save_CFLAGS"
1006910364fi
···1007310368 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1007410369 fi
1007510370 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1007610076- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1007710077-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1007810078-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1007910079- $as_echo_n "(cached) " >&6
1008010080-else
1037110371+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1037210372+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1037310373+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1037410374+then :
1037510375+ printf %s "(cached) " >&6
1037610376+else $as_nop
1008110377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1008210378/* end confdefs.h. */
1008310379int i;
1008410380_ACEOF
1008510085-if ac_fn_c_try_compile "$LINENO"; then :
1038110381+if ac_fn_c_try_compile "$LINENO"
1038210382+then :
1008610383 xorg_cv_cc_flag_unused_command_line_argument=yes
1008710087-else
1038410384+else $as_nop
1008810385 xorg_cv_cc_flag_unused_command_line_argument=no
1008910386fi
1009010090-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1038710387+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1009110388fi
1009210092-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1009310093-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1038910389+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1039010390+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1009410391 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1009510392 CFLAGS="$xorg_testset_save_CFLAGS"
1009610393fi
···10108104051010910406 CFLAGS="$CFLAGS -Werror"
10110104071011110111- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1011210112-$as_echo_n "checking if $CC supports -Werror... " >&6; }
1040810408+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1040910409+printf %s "checking if $CC supports -Werror... " >&6; }
1011310410 cacheid=xorg_cv_cc_flag__Werror
1011410114- if eval \${$cacheid+:} false; then :
1011510115- $as_echo_n "(cached) " >&6
1011610116-else
1041110411+ if eval test \${$cacheid+y}
1041210412+then :
1041310413+ printf %s "(cached) " >&6
1041410414+else $as_nop
1011710415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1011810416/* end confdefs.h. */
1011910417int i;
1012010418int
1012110121-main ()
1041910419+main (void)
1012210420{
10123104211012410422 ;
1012510423 return 0;
1012610424}
1012710425_ACEOF
1012810128-if ac_fn_c_try_link "$LINENO"; then :
1042610426+if ac_fn_c_try_link "$LINENO"
1042710427+then :
1012910428 eval $cacheid=yes
1013010130-else
1042910429+else $as_nop
1013110430 eval $cacheid=no
1013210431fi
1013310133-rm -f core conftest.err conftest.$ac_objext \
1043210432+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1013410433 conftest$ac_exeext conftest.$ac_ext
1013510434fi
1013610435···1013810437 CFLAGS="$xorg_testset_save_CFLAGS"
10139104381014010439 eval supported=\$$cacheid
1014110141- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1014210142-$as_echo "$supported" >&6; }
1044010440+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1044110441+printf "%s\n" "$supported" >&6; }
1014310442 if test "$supported" = "yes" ; then
1014410443 STRICT_CFLAGS="$STRICT_CFLAGS -Werror"
1014510444 found="yes"
···10157104561015810457 CFLAGS="$CFLAGS -errwarn"
10159104581016010160- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1016110161-$as_echo_n "checking if $CC supports -errwarn... " >&6; }
1045910459+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1046010460+printf %s "checking if $CC supports -errwarn... " >&6; }
1016210461 cacheid=xorg_cv_cc_flag__errwarn
1016310163- if eval \${$cacheid+:} false; then :
1016410164- $as_echo_n "(cached) " >&6
1016510165-else
1046210462+ if eval test \${$cacheid+y}
1046310463+then :
1046410464+ printf %s "(cached) " >&6
1046510465+else $as_nop
1016610466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1016710467/* end confdefs.h. */
1016810468int i;
1016910469int
1017010170-main ()
1047010470+main (void)
1017110471{
10172104721017310473 ;
1017410474 return 0;
1017510475}
1017610476_ACEOF
1017710177-if ac_fn_c_try_link "$LINENO"; then :
1047710477+if ac_fn_c_try_link "$LINENO"
1047810478+then :
1017810479 eval $cacheid=yes
1017910179-else
1048010480+else $as_nop
1018010481 eval $cacheid=no
1018110482fi
1018210182-rm -f core conftest.err conftest.$ac_objext \
1048310483+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1018310484 conftest$ac_exeext conftest.$ac_ext
1018410485fi
1018510486···1018710488 CFLAGS="$xorg_testset_save_CFLAGS"
10188104891018910490 eval supported=\$$cacheid
1019010190- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1019110191-$as_echo "$supported" >&6; }
1049110491+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1049210492+printf "%s\n" "$supported" >&6; }
1019210493 if test "$supported" = "yes" ; then
1019310494 STRICT_CFLAGS="$STRICT_CFLAGS -errwarn"
1019410495 found="yes"
···10216105171021710518if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1021810519 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1021910219- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1022010220-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1022110221-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1022210222- $as_echo_n "(cached) " >&6
1022310223-else
1052010520+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1052110521+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1052210522+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1052310523+then :
1052410524+ printf %s "(cached) " >&6
1052510525+else $as_nop
1022410526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1022510527/* end confdefs.h. */
1022610528int i;
1022710529_ACEOF
1022810228-if ac_fn_c_try_compile "$LINENO"; then :
1053010530+if ac_fn_c_try_compile "$LINENO"
1053110531+then :
1022910532 xorg_cv_cc_flag_unknown_warning_option=yes
1023010230-else
1053310533+else $as_nop
1023110534 xorg_cv_cc_flag_unknown_warning_option=no
1023210535fi
1023310233-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1053610536+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1023410537fi
1023510235-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1023610236-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1053810538+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1053910539+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1023710540 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1023810541 CFLAGS="$xorg_testset_save_CFLAGS"
1023910542fi
···1024310546 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1024410547 fi
1024510548 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1024610246- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1024710247-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1024810248-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1024910249- $as_echo_n "(cached) " >&6
1025010250-else
1054910549+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1055010550+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1055110551+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1055210552+then :
1055310553+ printf %s "(cached) " >&6
1055410554+else $as_nop
1025110555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1025210556/* end confdefs.h. */
1025310557int i;
1025410558_ACEOF
1025510255-if ac_fn_c_try_compile "$LINENO"; then :
1055910559+if ac_fn_c_try_compile "$LINENO"
1056010560+then :
1025610561 xorg_cv_cc_flag_unused_command_line_argument=yes
1025710257-else
1056210562+else $as_nop
1025810563 xorg_cv_cc_flag_unused_command_line_argument=no
1025910564fi
1026010260-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1056510565+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1026110566fi
1026210262-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1026310263-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1056710567+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1056810568+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1026410569 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1026510570 CFLAGS="$xorg_testset_save_CFLAGS"
1026610571fi
···10278105831027910584 CFLAGS="$CFLAGS -Werror=attributes"
10280105851028110281- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1028210282-$as_echo_n "checking if $CC supports -Werror=attributes... " >&6; }
1058610586+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1058710587+printf %s "checking if $CC supports -Werror=attributes... " >&6; }
1028310588 cacheid=xorg_cv_cc_flag__Werror_attributes
1028410284- if eval \${$cacheid+:} false; then :
1028510285- $as_echo_n "(cached) " >&6
1028610286-else
1058910589+ if eval test \${$cacheid+y}
1059010590+then :
1059110591+ printf %s "(cached) " >&6
1059210592+else $as_nop
1028710593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1028810594/* end confdefs.h. */
1028910595int i;
1029010596int
1029110291-main ()
1059710597+main (void)
1029210598{
10293105991029410600 ;
1029510601 return 0;
1029610602}
1029710603_ACEOF
1029810298-if ac_fn_c_try_link "$LINENO"; then :
1060410604+if ac_fn_c_try_link "$LINENO"
1060510605+then :
1029910606 eval $cacheid=yes
1030010300-else
1060710607+else $as_nop
1030110608 eval $cacheid=no
1030210609fi
1030310303-rm -f core conftest.err conftest.$ac_objext \
1061010610+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1030410611 conftest$ac_exeext conftest.$ac_ext
1030510612fi
1030610613···1030810615 CFLAGS="$xorg_testset_save_CFLAGS"
10309106161031010617 eval supported=\$$cacheid
1031110311- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1031210312-$as_echo "$supported" >&6; }
1061810618+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1061910619+printf "%s\n" "$supported" >&6; }
1031310620 if test "$supported" = "yes" ; then
1031410621 STRICT_CFLAGS="$STRICT_CFLAGS -Werror=attributes"
1031510622 found="yes"
···1033910646 PVM="0"
1034010647 fi
10341106481034210342-cat >>confdefs.h <<_ACEOF
1034310343-#define PACKAGE_VERSION_MINOR $PVM
1034410344-_ACEOF
1064910649+printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
10345106501034610651 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
1034710652 if test "x$PVP" = "x"; then
1034810653 PVP="0"
1034910654 fi
10350106551035110351-cat >>confdefs.h <<_ACEOF
1035210352-#define PACKAGE_VERSION_PATCHLEVEL $PVP
1035310353-_ACEOF
1065610656+printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
103541065710355106581035610659···1038010683 # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
1038110684 # check for a man page file found in later versions that use
1038210685 # traditional section numbers instead
1038310383- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1038410384-$as_echo_n "checking for /usr/share/man/man7/attributes.7... " >&6; }
1038510385-if ${ac_cv_file__usr_share_man_man7_attributes_7+:} false; then :
1038610386- $as_echo_n "(cached) " >&6
1038710387-else
1068610686+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1068710687+printf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
1068810688+if test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
1068910689+then :
1069010690+ printf %s "(cached) " >&6
1069110691+else $as_nop
1038810692 test "$cross_compiling" = yes &&
1038910693 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
1039010694if test -r "/usr/share/man/man7/attributes.7"; then
···1039310697 ac_cv_file__usr_share_man_man7_attributes_7=no
1039410698fi
1039510699fi
1039610396-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1039710397-$as_echo "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1039810398-if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes; then :
1070010700+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1070110701+printf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1070210702+if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
1070310703+then :
1039910704 SYSV_MAN_SECTIONS=false
1040010400-else
1070510705+else $as_nop
1040110706 SYSV_MAN_SECTIONS=true
1040210707fi
1040310708···104921079710493107981049410799# Check whether --enable-silent-rules was given.
1049510495-if test "${enable_silent_rules+set}" = set; then :
1080010800+if test ${enable_silent_rules+y}
1080110801+then :
1049610802 enableval=$enable_silent_rules;
1049710803fi
1049810804···1050210808 *) AM_DEFAULT_VERBOSITY=0;;
1050310809esac
1050410810am_make=${MAKE-make}
1050510505-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1050610506-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
1050710507-if ${am_cv_make_support_nested_variables+:} false; then :
1050810508- $as_echo_n "(cached) " >&6
1050910509-else
1051010510- if $as_echo 'TRUE=$(BAR$(V))
1081110811+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1081210812+printf %s "checking whether $am_make supports nested variables... " >&6; }
1081310813+if test ${am_cv_make_support_nested_variables+y}
1081410814+then :
1081510815+ printf %s "(cached) " >&6
1081610816+else $as_nop
1081710817+ if printf "%s\n" 'TRUE=$(BAR$(V))
1051110818BAR0=false
1051210819BAR1=true
1051310820V=1
···1051910826 am_cv_make_support_nested_variables=no
1052010827fi
1052110828fi
1052210522-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1052310523-$as_echo "$am_cv_make_support_nested_variables" >&6; }
1082910829+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1083010830+printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
1052410831if test $am_cv_make_support_nested_variables = yes; then
1052510832 AM_V='$(V)'
1052610833 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
···1053310840105341084110535108421053610536-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5
1053710537-$as_echo_n "checking for root directory for font files... " >&6; }
1084310843+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for root directory for font files" >&5
1084410844+printf %s "checking for root directory for font files... " >&6; }
1053810845fontrootdir='${datadir}/fonts/X11'
10539108461054010847# Check whether --with-fontrootdir was given.
1054110541-if test "${with_fontrootdir+set}" = set; then :
1084810848+if test ${with_fontrootdir+y}
1084910849+then :
1054210850 withval=$with_fontrootdir; fontrootdir="${withval}"
1054310851fi
105441085210545108531054610546-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${fontrootdir}" >&5
1054710547-$as_echo "${fontrootdir}" >&6; }
1085410854+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${fontrootdir}" >&5
1085510855+printf "%s\n" "${fontrootdir}" >&6; }
10548108561054910857mapdir='${fontrootdir}/util'
10550108581055110859# Check whether --with-mapdir was given.
1055210552-if test "${with_mapdir+set}" = set; then :
1086010860+if test ${with_mapdir+y}
1086110861+then :
1055310862 withval=$with_mapdir; mapdir="${withval}"
1055410863fi
1055510864···1058610895 case $ac_val in #(
1058710896 *${as_nl}*)
1058810897 case $ac_var in #(
1058910589- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1059010590-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1089810898+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1089910899+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1059110900 esac
1059210901 case $ac_var in #(
1059310902 _ | IFS | as_nl) ;; #(
···1061710926 /^ac_cv_env_/b end
1061810927 t clear
1061910928 :clear
1062010620- s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1092910929+ s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
1062110930 t end
1062210931 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1062310932 :end' >>confcache
1062410933if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1062510934 if test -w "$cache_file"; then
1062610935 if test "x$cache_file" != "x/dev/null"; then
1062710627- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1062810628-$as_echo "$as_me: updating cache $cache_file" >&6;}
1093610936+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1093710937+printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
1062910938 if test ! -f "$cache_file" || test -h "$cache_file"; then
1063010939 cat confcache >"$cache_file"
1063110940 else
···1063910948 fi
1064010949 fi
1064110950 else
1064210642- { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1064310643-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1095110951+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1095210952+printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
1064410953 fi
1064510954fi
1064610955rm -f confcache
···1065710966for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1065810967 # 1. Remove the extension, and $U if already installed.
1065910968 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1066010660- ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1096910969+ ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
1066110970 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1066210971 # will be set to the directory where LIBOBJS objects are built.
1066310972 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
···1066810977LTLIBOBJS=$ac_ltlibobjs
106691097810670109791067110671-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1067210672-$as_echo_n "checking that generated files are newer than configure... " >&6; }
1098010980+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1098110981+printf %s "checking that generated files are newer than configure... " >&6; }
1067310982 if test -n "$am_sleep_pid"; then
1067410983 # Hide warnings about reused PIDs.
1067510984 wait $am_sleep_pid 2>/dev/null
1067610985 fi
1067710677- { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
1067810678-$as_echo "done" >&6; }
1098610986+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
1098710987+printf "%s\n" "done" >&6; }
1067910988 if test -n "$EXEEXT"; then
1068010989 am__EXEEXT_TRUE=
1068110990 am__EXEEXT_FALSE='#'
···1070111010ac_write_fail=0
1070211011ac_clean_files_save=$ac_clean_files
1070311012ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1070410704-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1070510705-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1101311013+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1101411014+printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
1070611015as_write_fail=0
1070711016cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1070811017#! $SHELL
···10725110341072611035# Be more Bourne compatible
1072711036DUALCASE=1; export DUALCASE # for MKS sh
1072810728-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1103711037+as_nop=:
1103811038+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
1103911039+then :
1072911040 emulate sh
1073011041 NULLCMD=:
1073111042 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1073211043 # is contrary to our usage. Disable this feature.
1073311044 alias -g '${1+"$@"}'='"$@"'
1073411045 setopt NO_GLOB_SUBST
1073510735-else
1104611046+else $as_nop
1073611047 case `(set -o) 2>/dev/null` in #(
1073711048 *posix*) :
1073811049 set -o posix ;; #(
···1074211053fi
107431105410744110551105611056+1105711057+# Reset variables that may have inherited troublesome values from
1105811058+# the environment.
1105911059+1106011060+# IFS needs to be set, to space, tab, and newline, in precisely that order.
1106111061+# (If _AS_PATH_WALK were called with IFS unset, it would have the
1106211062+# side effect of setting IFS to empty, thus disabling word splitting.)
1106311063+# Quoting is to prevent editors from complaining about space-tab.
1074511064as_nl='
1074611065'
1074711066export as_nl
1074810748-# Printing a long string crashes Solaris 7 /usr/bin/printf.
1074910749-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1075010750-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1075110751-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1075210752-# Prefer a ksh shell builtin over an external printf program on Solaris,
1075310753-# but without wasting forks for bash or zsh.
1075410754-if test -z "$BASH_VERSION$ZSH_VERSION" \
1075510755- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1075610756- as_echo='print -r --'
1075710757- as_echo_n='print -rn --'
1075810758-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1075910759- as_echo='printf %s\n'
1076010760- as_echo_n='printf %s'
1076110761-else
1076210762- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1076310763- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1076410764- as_echo_n='/usr/ucb/echo -n'
1076510765- else
1076610766- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1076710767- as_echo_n_body='eval
1076810768- arg=$1;
1076910769- case $arg in #(
1077010770- *"$as_nl"*)
1077110771- expr "X$arg" : "X\\(.*\\)$as_nl";
1077210772- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1077310773- esac;
1077410774- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1077510775- '
1077610776- export as_echo_n_body
1077710777- as_echo_n='sh -c $as_echo_n_body as_echo'
1077810778- fi
1077910779- export as_echo_body
1078010780- as_echo='sh -c $as_echo_body as_echo'
1078110781-fi
1106711067+IFS=" "" $as_nl"
1106811068+1106911069+PS1='$ '
1107011070+PS2='> '
1107111071+PS4='+ '
1107211072+1107311073+# Ensure predictable behavior from utilities with locale-dependent output.
1107411074+LC_ALL=C
1107511075+export LC_ALL
1107611076+LANGUAGE=C
1107711077+export LANGUAGE
1107811078+1107911079+# We cannot yet rely on "unset" to work, but we need these variables
1108011080+# to be unset--not just set to an empty or harmless value--now, to
1108111081+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
1108211082+# also avoids known problems related to "unset" and subshell syntax
1108311083+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
1108411084+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
1108511085+do eval test \${$as_var+y} \
1108611086+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1108711087+done
1108811088+1108911089+# Ensure that fds 0, 1, and 2 are open.
1109011090+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
1109111091+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
1109211092+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
10782110931078311094# The user is always right.
1078410784-if test "${PATH_SEPARATOR+set}" != set; then
1109511095+if ${PATH_SEPARATOR+false} :; then
1078511096 PATH_SEPARATOR=:
1078611097 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1078711098 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···1079011101fi
107911110210792111031079310793-# IFS
1079410794-# We need space, tab and new line, in precisely that order. Quoting is
1079510795-# there to prevent editors from complaining about space-tab.
1079610796-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1079710797-# splitting by setting IFS to empty value.)
1079810798-IFS=" "" $as_nl"
1079910799-1080011104# Find who we are. Look in the path if we contain no directory separator.
1080111105as_myself=
1080211106case $0 in #((
···1080511109for as_dir in $PATH
1080611110do
1080711111 IFS=$as_save_IFS
1080810808- test -z "$as_dir" && as_dir=.
1080910809- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1111211112+ case $as_dir in #(((
1111311113+ '') as_dir=./ ;;
1111411114+ */) ;;
1111511115+ *) as_dir=$as_dir/ ;;
1111611116+ esac
1111711117+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
1081011118 done
1081111119IFS=$as_save_IFS
1081211120···1081811126 as_myself=$0
1081911127fi
1082011128if test ! -f "$as_myself"; then
1082110821- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1112911129+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1082211130 exit 1
1082311131fi
10824111321082510825-# Unset variables that we do not need and which cause bugs (e.g. in
1082610826-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
1082710827-# suppresses any "Segmentation fault" message there. '((' could
1082810828-# trigger a bug in pdksh 5.2.14.
1082910829-for as_var in BASH_ENV ENV MAIL MAILPATH
1083010830-do eval test x\${$as_var+set} = xset \
1083110831- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1083210832-done
1083310833-PS1='$ '
1083410834-PS2='> '
1083510835-PS4='+ '
1083610836-1083710837-# NLS nuisances.
1083810838-LC_ALL=C
1083910839-export LC_ALL
1084010840-LANGUAGE=C
1084110841-export LANGUAGE
1084210842-1084310843-# CDPATH.
1084410844-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
108451113310846111341084711135# as_fn_error STATUS ERROR [LINENO LOG_FD]
···1085411142 as_status=$1; test $as_status -eq 0 && as_status=1
1085511143 if test "$4"; then
1085611144 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1085710857- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1114511145+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1085811146 fi
1085910859- $as_echo "$as_me: error: $2" >&2
1114711147+ printf "%s\n" "$as_me: error: $2" >&2
1086011148 as_fn_exit $as_status
1086111149} # as_fn_error
1115011150+108621115110863111521086411153# as_fn_set_status STATUS
···1088711176 { eval $1=; unset $1;}
1088811177}
1088911178as_unset=as_fn_unset
1117911179+1089011180# as_fn_append VAR VALUE
1089111181# ----------------------
1089211182# Append the text in VALUE to the end of the definition contained in VAR. Take
1089311183# advantage of any shell optimizations that allow amortized linear growth over
1089411184# repeated appends, instead of the typical quadratic growth present in naive
1089511185# implementations.
1089610896-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1118611186+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
1118711187+then :
1089711188 eval 'as_fn_append ()
1089811189 {
1089911190 eval $1+=\$2
1090011191 }'
1090110901-else
1119211192+else $as_nop
1090211193 as_fn_append ()
1090311194 {
1090411195 eval $1=\$$1\$2
···1091011201# Perform arithmetic evaluation on the ARGs, and store the result in the
1091111202# global $as_val. Take advantage of shells that can avoid forks. The arguments
1091211203# must be portable across $(()) and expr.
1091310913-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1120411204+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
1120511205+then :
1091411206 eval 'as_fn_arith ()
1091511207 {
1091611208 as_val=$(( $* ))
1091711209 }'
1091810918-else
1121011210+else $as_nop
1091911211 as_fn_arith ()
1092011212 {
1092111213 as_val=`expr "$@" || test $? -eq 1`
···1094611238$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1094711239 X"$0" : 'X\(//\)$' \| \
1094811240 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1094910949-$as_echo X/"$0" |
1124111241+printf "%s\n" X/"$0" |
1095011242 sed '/^.*\/\([^/][^/]*\)\/*$/{
1095111243 s//\1/
1095211244 q
···1096811260as_cr_digits='0123456789'
1096911261as_cr_alnum=$as_cr_Letters$as_cr_digits
10970112621126311263+1126411264+# Determine whether it's possible to make 'echo' print without a newline.
1126511265+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
1126611266+# for compatibility with existing Makefiles.
1097111267ECHO_C= ECHO_N= ECHO_T=
1097211268case `echo -n x` in #(((((
1097311269-n*)
···1098111277 ECHO_N='-n';;
1098211278esac
10983112791128011280+# For backward compatibility with old third-party macros, we provide
1128111281+# the shell variables $as_echo and $as_echo_n. New code should use
1128211282+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
1128311283+as_echo='printf %s\n'
1128411284+as_echo_n='printf %s'
1128511285+1098411286rm -f conf$$ conf$$.exe conf$$.file
1098511287if test -d conf$$.dir; then
1098611288 rm -f conf$$.dir/conf$$.file
···1102211324 as_dirs=
1102311325 while :; do
1102411326 case $as_dir in #(
1102511025- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1132711327+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1102611328 *) as_qdir=$as_dir;;
1102711329 esac
1102811330 as_dirs="'$as_qdir' $as_dirs"
···1103111333 X"$as_dir" : 'X\(//\)[^/]' \| \
1103211334 X"$as_dir" : 'X\(//\)$' \| \
1103311335 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1103411034-$as_echo X"$as_dir" |
1133611336+printf "%s\n" X"$as_dir" |
1103511337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1103611338 s//\1/
1103711339 q
···1109311395# report actual input values of CONFIG_FILES etc. instead of their
1109411396# values after options handling.
1109511397ac_log="
1109611096-This file was extended by font-util $as_me 1.4.0, which was
1109711097-generated by GNU Autoconf 2.69. Invocation command line was
1139811398+This file was extended by font-util $as_me 1.4.1, which was
1139911399+generated by GNU Autoconf 2.71. Invocation command line was
11098114001109911401 CONFIG_FILES = $CONFIG_FILES
1110011402 CONFIG_HEADERS = $CONFIG_HEADERS
···1115611458Report bugs to <https://gitlab.freedesktop.org/xorg/font/util/-/issues>."
11157114591115811460_ACEOF
1146111461+ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
1146211462+ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
1115911463cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1116011160-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1146411464+ac_cs_config='$ac_cs_config_escaped'
1116111465ac_cs_version="\\
1116211162-font-util config.status 1.4.0
1116311163-configured by $0, generated by GNU Autoconf 2.69,
1146611466+font-util config.status 1.4.1
1146711467+configured by $0, generated by GNU Autoconf 2.71,
1116411468 with options \\"\$ac_cs_config\\"
11165114691116611166-Copyright (C) 2012 Free Software Foundation, Inc.
1147011470+Copyright (C) 2021 Free Software Foundation, Inc.
1116711471This config.status script is free software; the Free Software Foundation
1116811472gives unlimited permission to copy, distribute and modify it."
1116911473···1120311507 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1120411508 ac_cs_recheck=: ;;
1120511509 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1120611206- $as_echo "$ac_cs_version"; exit ;;
1151011510+ printf "%s\n" "$ac_cs_version"; exit ;;
1120711511 --config | --confi | --conf | --con | --co | --c )
1120811208- $as_echo "$ac_cs_config"; exit ;;
1151211512+ printf "%s\n" "$ac_cs_config"; exit ;;
1120911513 --debug | --debu | --deb | --de | --d | -d )
1121011514 debug=: ;;
1121111515 --file | --fil | --fi | --f )
1121211516 $ac_shift
1121311517 case $ac_optarg in
1121411214- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1151811518+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1121511519 '') as_fn_error $? "missing file argument" ;;
1121611520 esac
1121711521 as_fn_append CONFIG_FILES " '$ac_optarg'"
···1121911523 --header | --heade | --head | --hea )
1122011524 $ac_shift
1122111525 case $ac_optarg in
1122211222- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1152611526+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1122311527 esac
1122411528 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1122511529 ac_need_defaults=false;;
···1122811532 as_fn_error $? "ambiguous option: \`$1'
1122911533Try \`$0 --help' for more information.";;
1123011534 --help | --hel | -h )
1123111231- $as_echo "$ac_cs_usage"; exit ;;
1153511535+ printf "%s\n" "$ac_cs_usage"; exit ;;
1123211536 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123311537 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1123411538 ac_cs_silent=: ;;
···1125611560if \$ac_cs_recheck; then
1125711561 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1125811562 shift
1125911259- \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1156311563+ \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
1126011564 CONFIG_SHELL='$SHELL'
1126111565 export CONFIG_SHELL
1126211566 exec "\$@"
···1127011574 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1127111575## Running $as_me. ##
1127211576_ASBOX
1127311273- $as_echo "$ac_log"
1157711577+ printf "%s\n" "$ac_log"
1127411578} >&5
11275115791127611580_ACEOF
···1130511609# We use the long form for the default assignment because of an extremely
1130611610# bizarre bug on SunOS 4.1.3.
1130711611if $ac_need_defaults; then
1130811308- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1130911309- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
1131011310- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
1161211612+ test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
1161311613+ test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
1161411614+ test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
1131111615fi
11312116161131311617# Have a temporary directory for convenience. Make it in the build tree
···1164311947 esac ||
1164411948 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1164511949 esac
1164611646- case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1195011950+ case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1164711951 as_fn_append ac_file_inputs " '$ac_f'"
1164811952 done
1164911953···1165111955 # use $as_me), people would be surprised to read:
1165211956 # /* config.h. Generated by config.status. */
1165311957 configure_input='Generated from '`
1165411654- $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1195811958+ printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1165511959 `' by configure.'
1165611960 if test x"$ac_file" != x-; then
1165711961 configure_input="$ac_file. $configure_input"
1165811658- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1165911659-$as_echo "$as_me: creating $ac_file" >&6;}
1196211962+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1196311963+printf "%s\n" "$as_me: creating $ac_file" >&6;}
1166011964 fi
1166111965 # Neutralize special characters interpreted by sed in replacement strings.
1166211966 case $configure_input in #(
1166311967 *\&* | *\|* | *\\* )
1166411664- ac_sed_conf_input=`$as_echo "$configure_input" |
1196811968+ ac_sed_conf_input=`printf "%s\n" "$configure_input" |
1166511969 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1166611970 *) ac_sed_conf_input=$configure_input;;
1166711971 esac
···1167811982 X"$ac_file" : 'X\(//\)[^/]' \| \
1167911983 X"$ac_file" : 'X\(//\)$' \| \
1168011984 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1168111681-$as_echo X"$ac_file" |
1198511985+printf "%s\n" X"$ac_file" |
1168211986 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1168311987 s//\1/
1168411988 q
···1170212006case "$ac_dir" in
1170312007.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1170412008*)
1170511705- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1200912009+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1170612010 # A ".." for each directory in $ac_dir_suffix.
1170711707- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1201112011+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1170812012 case $ac_top_builddir_sub in
1170912013 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1171012014 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···1176612070case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1176712071*datarootdir*) ac_datarootdir_seen=yes;;
1176812072*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1176911769- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1177011770-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1207312073+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1207412074+printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1177112075_ACEOF
1177212076cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1177312077 ac_datarootdir_hack='
···1181112115 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1181212116 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1181312117 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1181411814- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1211812118+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1181512119which seems to be undefined. Please make sure it is defined" >&5
1181611816-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1212012120+printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1181712121which seems to be undefined. Please make sure it is defined" >&2;}
11818121221181912123 rm -f "$ac_tmp/stdin"
···1182912133 #
1183012134 if test x"$ac_file" != x-; then
1183112135 {
1183211832- $as_echo "/* $configure_input */" \
1213612136+ printf "%s\n" "/* $configure_input */" >&1 \
1183312137 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1183412138 } >"$ac_tmp/config.h" \
1183512139 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1183612140 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1183711837- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1183811838-$as_echo "$as_me: $ac_file is unchanged" >&6;}
1214112141+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1214212142+printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
1183912143 else
1184012144 rm -f "$ac_file"
1184112145 mv "$ac_tmp/config.h" "$ac_file" \
1184212146 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1184312147 fi
1184412148 else
1184511845- $as_echo "/* $configure_input */" \
1214912149+ printf "%s\n" "/* $configure_input */" >&1 \
1184612150 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1184712151 || as_fn_error $? "could not create -" "$LINENO" 5
1184812152 fi
···1186212166 X"$_am_arg" : 'X\(//\)[^/]' \| \
1186312167 X"$_am_arg" : 'X\(//\)$' \| \
1186412168 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1186511865-$as_echo X"$_am_arg" |
1216912169+printf "%s\n" X"$_am_arg" |
1186612170 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1186712171 s//\1/
1186812172 q
···1188212186 s/.*/./; q'`/stamp-h$_am_stamp_count
1188312187 ;;
11884121881188511885- :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1188611886-$as_echo "$as_me: executing $ac_file commands" >&6;}
1218912189+ :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1219012190+printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1188712191 ;;
1188812192 esac
1188912193···1191512219 X"$mf" : 'X\(//\)[^/]' \| \
1191612220 X"$mf" : 'X\(//\)$' \| \
1191712221 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1191811918-$as_echo X"$mf" |
1222212222+printf "%s\n" X"$mf" |
1191912223 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1192012224 s//\1/
1192112225 q
···1195712261 X"$file" : 'X\(//\)[^/]' \| \
1195812262 X"$file" : 'X\(//\)$' \| \
1195912263 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1196011960-$as_echo X"$file" |
1226412264+printf "%s\n" X"$file" |
1196112265 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1196212266 s//\1/
1196312267 q
···1201612320 $ac_cs_success || as_fn_exit 1
1201712321fi
1201812322if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
1201912019- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1202012020-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1232312323+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
1232412324+printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
1202112325fi
1202212326
···22dnl
33dnl This file comes from X.Org's @PACKAGE_STRING@
44dnl
55-dnl Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
55+dnl Copyright (c) 2009, 2023, Oracle and/or its affiliates.
66dnl
77dnl Permission is hereby granted, free of charge, to any person obtaining a
88dnl copy of this software and associated documentation files (the "Software"),
+214-200
font/util/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:
+1-1
font/util/man/Makefile.am
···11#
22-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
22+# Copyright (c) 2010, Oracle and/or its affiliates.
33#
44# Permission is hereby granted, free of charge, to any person obtaining a
55# copy of this software and associated documentation files (the "Software"),
+1-4
font/util/man/Makefile.in
···1515@SET_MAKE@
16161717#
1818-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1818+# Copyright (c) 2010, Oracle and/or its affiliates.
1919#
2020# Permission is hereby granted, free of charge, to any person obtaining a
2121# copy of this software and associated documentation files (the "Software"),
···148148CCDEPMODE = @CCDEPMODE@
149149CFLAGS = @CFLAGS@
150150CHANGELOG_CMD = @CHANGELOG_CMD@
151151-CPP = @CPP@
152151CPPFLAGS = @CPPFLAGS@
153152CWARNFLAGS = @CWARNFLAGS@
154153CYGPATH_W = @CYGPATH_W@
···159158ECHO_C = @ECHO_C@
160159ECHO_N = @ECHO_N@
161160ECHO_T = @ECHO_T@
162162-EGREP = @EGREP@
163161EXEEXT = @EXEEXT@
164162FILE_MAN_DIR = @FILE_MAN_DIR@
165163FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
166166-GREP = @GREP@
167164INSTALL = @INSTALL@
168165INSTALL_CMD = @INSTALL_CMD@
169166INSTALL_DATA = @INSTALL_DATA@