···11+commit 590fb6835170aa60cd4d3d46eaeac51725300d23
22+Author: Matt Turner <mattst88@gmail.com>
33+Date: Sat Mar 26 10:51:18 2022 -0700
44+55+ libXvMC 1.0.13
66+77+ Signed-off-by: Matt Turner <mattst88@gmail.com>
88+99+commit 2090940ded023df2a1c0ef8c7dd2cde16a686d7d
1010+Author: Matt Turner <mattst88@gmail.com>
1111+Date: Sat Mar 26 10:47:31 2022 -0700
1212+1313+ meson: Fix typo
1414+1515+ Signed-off-by: Matt Turner <mattst88@gmail.com>
1616+1717+commit f65c43c05a766ef2e9335367d079b75273d5e53f
1818+Author: Dylan Baker <dylan@pnwbakers.com>
1919+Date: Fri Mar 25 15:04:15 2022 -0700
2020+2121+ autotools: fix Requires and Requires.Private in pkgconfig
2222+2323+ This only applies to the autotools generated pkg-config files, as Meson
2424+ does it's own dependency tracking for us.
2525+2626+commit cdf1532b13efe667f40dd472f41b4e12a0282dea
2727+Author: Dylan Baker <dylan@pnwbakers.com>
2828+Date: Fri Mar 25 14:55:36 2022 -0700
2929+3030+ meson: Add a meson build system
3131+3232+ This does everything the autotools based system does, including building
3333+ both a static and shared version by default, though this can be
3434+ controlled with meson's builtin `default_library` option.
3535+3636+commit 324ecde7352e7a129f30b795a1c2d9142600aeea
3737+Author: Dylan Baker <dylan@pnwbakers.com>
3838+Date: Fri Mar 25 13:31:40 2022 -0700
3939+4040+ editorconfig: add meson
4141+4242+commit b391192bd391009f9d834ea920fd15c872fbe85b
4343+Author: Dylan Baker <dylan@pnwbakers.com>
4444+Date: Fri Mar 25 13:31:17 2022 -0700
4545+4646+ editorconfig: add
4747+4848+commit bd930bf94f0bcb9964248cdb5196b97cf93a0921
4949+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
5050+Date: Sat Mar 26 08:56:25 2022 -0700
5151+5252+ Build xz tarballs instead of bzip2
5353+5454+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5555+5656+commit 53c3cfbecba041d1a215f7a5689df796b97949e8
5757+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
5858+Date: Sat Mar 26 08:56:16 2022 -0700
5959+6060+ Fix spelling/wording issues
6161+6262+ Found by using:
6363+ codespell --builtin clear,rare,usage,informal,code,names
6464+6565+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6666+167commit 36086307ba9fd1272365b964056e8a6780109478
268Author: Adam Jackson <ajax@redhat.com>
369Date: Tue Sep 24 12:52:29 2019 -0400
···6677 https://lists.x.org/mailman/listinfo/xorg
8899-The master development code repository can be found at:
99+The primary development code repository can be found at:
10101111 https://gitlab.freedesktop.org/xorg/lib/libXvMC
1212
+12-12
lib/libXvMC/XvMC_API.txt
···3131/********************************************************************/
32323333 XvMC extends the X-Video extension (Xv) and makes use of the
3434- familar concept of the XvPort. Ports have attributes that can be set
3434+ familiar concept of the XvPort. Ports have attributes that can be set
3535 and queried through Xv. In XvMC ports can also have hardware motion
3636 compensation contexts created for use with them. Ports which support
3737 XvImages (ie. they have an "XV_IMAGE" port encoding as described in
···343343344344 Creates a surface (Frame) for use with the specified context.
345345 The surface structure is filled out and Success is returned if no
346346- error occured.
346346+ error occurred.
347347348348 context - pointer to a valid context. The context implies
349349 the surface type to be created, and its dimensions.
···398398);
399399400400 This allocates an array of DCT blocks in the XvMCBlockArray
401401- structure passed to it. Success is returned if no error occured.
401401+ structure passed to it. Success is returned if no error occurred.
402402403403 display - The connection to the server.
404404···579579);
580580581581 This allocates an array of XvMCMacroBlocks in the XvMCMacroBlockArray
582582- structure passed to it. Success is returned if no error occured.
582582+ structure passed to it. Success is returned if no error occurred.
583583584584 display - The connection to the server.
585585···634634 return until it has read all of the macroblocks, however, rendering
635635 will usually not be completed by that time. The return of this
636636 function means it is safe to touch the blocks and macroblock_array.
637637- To synchronize rendering see the section on sychronization below.
637637+ To synchronize rendering see the section on synchronization below.
638638639639 display - The connection to the server.
640640···11201120 This function commits pending rendering requests to ensure that
11211121 they will be completed in a finite amount of time.
1122112211231123- display - The connnection to the server.
11231123+ display - The connection to the server.
1124112411251125- surface - The surface whos rendering requests should be flushed.
11251125+ surface - The surface whose rendering requests should be flushed.
1126112611271127 Errors:
11281128···1134113411351135 display - The connection to the server.
1136113611371137- surface - The surface whos status is being queried.
11371137+ surface - The surface whose status is being queried.
1138113811391139 stat - May be any of the following OR'd together:
11401140···1181118111821182 display - The connection to the server.
1183118311841184- subpicture - The subpicture whos compositing should be flushed.
11841184+ subpicture - The subpicture whose compositing should be flushed.
1185118511861186 Errors:
11871187···1193119311941194 display - The connection to the server.
1195119511961196- subpic - The subpicture whos status is being queried.
11961196+ subpic - The subpicture whose status is being queried.
1197119711981198 stat - may be any of the following OR'd together:
11991199···1231123112321232 display - The connection to the server.
1233123312341234- context - The context whos attributes we are querying.
12341234+ context - The context whose attributes we are querying.
1235123512361236 number - The returned number of recognized atoms.
12371237···1279127912801280 display - The connection to the server.
1281128112821282- context - The context whos attribute we are querying.
12821282+ context - The context whose attribute we are querying.
1283128312841284 attribute - The X Atom of the attribute to be retrieved.
12851285
···3344scriptversion=2018-03-07.03; # UTC
5566-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
66+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
77# Written by Tom Tromey <tromey@cygnus.com>.
88#
99# This program is free software; you can redistribute it and/or modify
···5353 MINGW*)
5454 file_conv=mingw
5555 ;;
5656- CYGWIN*)
5656+ CYGWIN* | MSYS*)
5757 file_conv=cygwin
5858 ;;
5959 *)
···6767 mingw/*)
6868 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
6969 ;;
7070- cygwin/*)
7070+ cygwin/* | msys/*)
7171 file=`cygpath -m "$file" || echo "$file"`
7272 ;;
7373 wine/*)
+6-4
lib/libXvMC/config.h.in
···66/* Define to 1 if you have the <inttypes.h> header file. */
77#undef HAVE_INTTYPES_H
8899-/* Define to 1 if you have the <memory.h> header file. */
1010-#undef HAVE_MEMORY_H
1111-129/* Define to 1 if you have the `shmat' function. */
1310#undef HAVE_SHMAT
14111512/* Define to 1 if you have the <stdint.h> header file. */
1613#undef HAVE_STDINT_H
1414+1515+/* Define to 1 if you have the <stdio.h> header file. */
1616+#undef HAVE_STDIO_H
17171818/* Define to 1 if you have the <stdlib.h> header file. */
1919#undef HAVE_STDLIB_H
···6767/* Patch version of this package */
6868#undef PACKAGE_VERSION_PATCHLEVEL
69697070-/* Define to 1 if you have the ANSI C header files. */
7070+/* Define to 1 if all of the C90 standard headers exist (not just the ones
7171+ required in a freestanding environment). This macro is provided for
7272+ backward compatibility; new code need not use it. */
7173#undef STDC_HEADERS
72747375/* Version number of package */
+4541-3745
lib/libXvMC/configure
···11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
33-# Generated by GNU Autoconf 2.69 for libXvMC 1.0.12.
33+# Generated by GNU Autoconf 2.71 for libXvMC 1.0.13.
44#
55# Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXvMC/issues>.
66#
77#
88-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
88+# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
99+# Inc.
910#
1011#
1112# This configure script is free software; the Free Software Foundation
···16171718# Be more Bourne compatible
1819DUALCASE=1; export DUALCASE # for MKS sh
1919-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2020+as_nop=:
2121+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
2222+then :
2023 emulate sh
2124 NULLCMD=:
2225 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2326 # is contrary to our usage. Disable this feature.
2427 alias -g '${1+"$@"}'='"$@"'
2528 setopt NO_GLOB_SUBST
2626-else
2929+else $as_nop
2730 case `(set -o) 2>/dev/null` in #(
2831 *posix*) :
2932 set -o posix ;; #(
···3336fi
343735383939+4040+# Reset variables that may have inherited troublesome values from
4141+# the environment.
4242+4343+# IFS needs to be set, to space, tab, and newline, in precisely that order.
4444+# (If _AS_PATH_WALK were called with IFS unset, it would have the
4545+# side effect of setting IFS to empty, thus disabling word splitting.)
4646+# Quoting is to prevent editors from complaining about space-tab.
3647as_nl='
3748'
3849export as_nl
3939-# Printing a long string crashes Solaris 7 /usr/bin/printf.
4040-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4141-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4242-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4343-# Prefer a ksh shell builtin over an external printf program on Solaris,
4444-# but without wasting forks for bash or zsh.
4545-if test -z "$BASH_VERSION$ZSH_VERSION" \
4646- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4747- as_echo='print -r --'
4848- as_echo_n='print -rn --'
4949-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
5050- as_echo='printf %s\n'
5151- as_echo_n='printf %s'
5252-else
5353- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
5454- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
5555- as_echo_n='/usr/ucb/echo -n'
5656- else
5757- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
5858- as_echo_n_body='eval
5959- arg=$1;
6060- case $arg in #(
6161- *"$as_nl"*)
6262- expr "X$arg" : "X\\(.*\\)$as_nl";
6363- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6464- esac;
6565- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6666- '
6767- export as_echo_n_body
6868- as_echo_n='sh -c $as_echo_n_body as_echo'
6969- fi
7070- export as_echo_body
7171- as_echo='sh -c $as_echo_body as_echo'
7272-fi
5050+IFS=" "" $as_nl"
5151+5252+PS1='$ '
5353+PS2='> '
5454+PS4='+ '
5555+5656+# Ensure predictable behavior from utilities with locale-dependent output.
5757+LC_ALL=C
5858+export LC_ALL
5959+LANGUAGE=C
6060+export LANGUAGE
6161+6262+# We cannot yet rely on "unset" to work, but we need these variables
6363+# to be unset--not just set to an empty or harmless value--now, to
6464+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
6565+# also avoids known problems related to "unset" and subshell syntax
6666+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
6767+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
6868+do eval test \${$as_var+y} \
6969+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
7070+done
7171+7272+# Ensure that fds 0, 1, and 2 are open.
7373+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
7474+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
7575+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
73767477# The user is always right.
7575-if test "${PATH_SEPARATOR+set}" != set; then
7878+if ${PATH_SEPARATOR+false} :; then
7679 PATH_SEPARATOR=:
7780 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
7881 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···8184fi
828583868484-# IFS
8585-# We need space, tab and new line, in precisely that order. Quoting is
8686-# there to prevent editors from complaining about space-tab.
8787-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
8888-# splitting by setting IFS to empty value.)
8989-IFS=" "" $as_nl"
9090-9187# Find who we are. Look in the path if we contain no directory separator.
9288as_myself=
9389case $0 in #((
···9692for as_dir in $PATH
9793do
9894 IFS=$as_save_IFS
9999- test -z "$as_dir" && as_dir=.
100100- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9595+ case $as_dir in #(((
9696+ '') as_dir=./ ;;
9797+ */) ;;
9898+ *) as_dir=$as_dir/ ;;
9999+ esac
100100+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
101101 done
102102IFS=$as_save_IFS
103103···109109 as_myself=$0
110110fi
111111if test ! -f "$as_myself"; then
112112- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112112+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
113113 exit 1
114114fi
115115116116-# Unset variables that we do not need and which cause bugs (e.g. in
117117-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118118-# suppresses any "Segmentation fault" message there. '((' could
119119-# trigger a bug in pdksh 5.2.14.
120120-for as_var in BASH_ENV ENV MAIL MAILPATH
121121-do eval test x\${$as_var+set} = xset \
122122- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
123123-done
124124-PS1='$ '
125125-PS2='> '
126126-PS4='+ '
127127-128128-# NLS nuisances.
129129-LC_ALL=C
130130-export LC_ALL
131131-LANGUAGE=C
132132-export LANGUAGE
133133-134134-# CDPATH.
135135-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136116137117# Use a proper internal environment variable to ensure we don't fall
138118 # into an infinite loop, continuously re-executing ourselves.
···154134exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155135# Admittedly, this is quite paranoid, since all the known shells bail
156136# out after a failed `exec'.
157157-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158158-as_fn_exit 255
137137+printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
138138+exit 255
159139 fi
160140 # We don't want this to propagate to other subprocesses.
161141 { _as_can_reexec=; unset _as_can_reexec;}
162142if test "x$CONFIG_SHELL" = x; then
163163- as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
143143+ as_bourne_compatible="as_nop=:
144144+if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
145145+then :
164146 emulate sh
165147 NULLCMD=:
166148 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167149 # is contrary to our usage. Disable this feature.
168150 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169151 setopt NO_GLOB_SUBST
170170-else
152152+else \$as_nop
171153 case \`(set -o) 2>/dev/null\` in #(
172154 *posix*) :
173155 set -o posix ;; #(
···187169as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188170as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189171as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190190-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
172172+if ( set x; as_fn_ret_success y && test x = \"\$1\" )
173173+then :
191174192192-else
175175+else \$as_nop
193176 exitcode=1; echo positional parameters were not saved.
194177fi
195178test x\$exitcode = x0 || exit 1
179179+blah=\$(echo \$(echo blah))
180180+test x\"\$blah\" = xblah || exit 1
196181test -x / || exit 1"
197182 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198183 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
···207192 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208193 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209194test \$(( 1 + 1 )) = 2 || exit 1"
210210- if (eval "$as_required") 2>/dev/null; then :
195195+ if (eval "$as_required") 2>/dev/null
196196+then :
211197 as_have_required=yes
212212-else
198198+else $as_nop
213199 as_have_required=no
214200fi
215215- if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
201201+ if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null
202202+then :
216203217217-else
204204+else $as_nop
218205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219206as_found=false
220207for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221208do
222209 IFS=$as_save_IFS
223223- test -z "$as_dir" && as_dir=.
210210+ case $as_dir in #(((
211211+ '') as_dir=./ ;;
212212+ */) ;;
213213+ *) as_dir=$as_dir/ ;;
214214+ esac
224215 as_found=:
225216 case $as_dir in #(
226217 /*)
227218 for as_base in sh bash ksh sh5; do
228219 # Try only shells that exist, to save several forks.
229229- as_shell=$as_dir/$as_base
220220+ as_shell=$as_dir$as_base
230221 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
231231- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
222222+ as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null
223223+then :
232224 CONFIG_SHELL=$as_shell as_have_required=yes
233233- if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
225225+ if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null
226226+then :
234227 break 2
235228fi
236229fi
···238231 esac
239232 as_found=false
240233done
241241-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
242242- { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
234234+IFS=$as_save_IFS
235235+if $as_found
236236+then :
237237+238238+else $as_nop
239239+ if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240240+ as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null
241241+then :
243242 CONFIG_SHELL=$SHELL as_have_required=yes
244244-fi; }
245245-IFS=$as_save_IFS
243243+fi
244244+fi
246245247246248248- if test "x$CONFIG_SHELL" != x; then :
247247+ if test "x$CONFIG_SHELL" != x
248248+then :
249249 export CONFIG_SHELL
250250 # We cannot yet assume a decent shell, so we have to provide a
251251# neutralization value for shells without unset; and this also
···263263exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264264# Admittedly, this is quite paranoid, since all the known shells bail
265265# out after a failed `exec'.
266266-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
266266+printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
267267exit 255
268268fi
269269270270- if test x$as_have_required = xno; then :
271271- $as_echo "$0: This script requires a shell more modern than all"
272272- $as_echo "$0: the shells that I found on your system."
273273- if test x${ZSH_VERSION+set} = xset ; then
274274- $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275275- $as_echo "$0: be upgraded to zsh 4.3.4 or later."
270270+ if test x$as_have_required = xno
271271+then :
272272+ printf "%s\n" "$0: This script requires a shell more modern than all"
273273+ printf "%s\n" "$0: the shells that I found on your system."
274274+ if test ${ZSH_VERSION+y} ; then
275275+ printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
276276+ printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
276277 else
277277- $as_echo "$0: Please tell bug-autoconf@gnu.org and
278278+ printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and
278279$0: https://gitlab.freedesktop.org/xorg/lib/libXvMC/issues
279280$0: about your system, including any error possibly output
280281$0: before this message. Then install a modern shell, or
···303304}
304305as_unset=as_fn_unset
305306307307+306308# as_fn_set_status STATUS
307309# -----------------------
308310# Set $? to STATUS, without forking.
···320322 as_fn_set_status $1
321323 exit $1
322324} # as_fn_exit
325325+# as_fn_nop
326326+# ---------
327327+# Do nothing but, unlike ":", preserve the value of $?.
328328+as_fn_nop ()
329329+{
330330+ return $?
331331+}
332332+as_nop=as_fn_nop
323333324334# as_fn_mkdir_p
325335# -------------
···334344 as_dirs=
335345 while :; do
336346 case $as_dir in #(
337337- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
347347+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
338348 *) as_qdir=$as_dir;;
339349 esac
340350 as_dirs="'$as_qdir' $as_dirs"
···343353 X"$as_dir" : 'X\(//\)[^/]' \| \
344354 X"$as_dir" : 'X\(//\)$' \| \
345355 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
346346-$as_echo X"$as_dir" |
356356+printf "%s\n" X"$as_dir" |
347357 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
348358 s//\1/
349359 q
···382392# advantage of any shell optimizations that allow amortized linear growth over
383393# repeated appends, instead of the typical quadratic growth present in naive
384394# implementations.
385385-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
395395+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
396396+then :
386397 eval 'as_fn_append ()
387398 {
388399 eval $1+=\$2
389400 }'
390390-else
401401+else $as_nop
391402 as_fn_append ()
392403 {
393404 eval $1=\$$1\$2
···399410# Perform arithmetic evaluation on the ARGs, and store the result in the
400411# global $as_val. Take advantage of shells that can avoid forks. The arguments
401412# must be portable across $(()) and expr.
402402-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
413413+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
414414+then :
403415 eval 'as_fn_arith ()
404416 {
405417 as_val=$(( $* ))
406418 }'
407407-else
419419+else $as_nop
408420 as_fn_arith ()
409421 {
410422 as_val=`expr "$@" || test $? -eq 1`
411423 }
412424fi # as_fn_arith
413425426426+# as_fn_nop
427427+# ---------
428428+# Do nothing but, unlike ":", preserve the value of $?.
429429+as_fn_nop ()
430430+{
431431+ return $?
432432+}
433433+as_nop=as_fn_nop
414434415435# as_fn_error STATUS ERROR [LINENO LOG_FD]
416436# ----------------------------------------
···422442 as_status=$1; test $as_status -eq 0 && as_status=1
423443 if test "$4"; then
424444 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
425425- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
445445+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
426446 fi
427427- $as_echo "$as_me: error: $2" >&2
447447+ printf "%s\n" "$as_me: error: $2" >&2
428448 as_fn_exit $as_status
429449} # as_fn_error
430450···451471$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
452472 X"$0" : 'X\(//\)$' \| \
453473 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
454454-$as_echo X/"$0" |
474474+printf "%s\n" X/"$0" |
455475 sed '/^.*\/\([^/][^/]*\)\/*$/{
456476 s//\1/
457477 q
···495515 s/-\n.*//
496516 ' >$as_me.lineno &&
497517 chmod +x "$as_me.lineno" ||
498498- { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
518518+ { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
499519500520 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
501521 # already done that, so ensure we don't try to do so again and fall
···509529 exit
510530}
511531532532+533533+# Determine whether it's possible to make 'echo' print without a newline.
534534+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
535535+# for compatibility with existing Makefiles.
512536ECHO_C= ECHO_N= ECHO_T=
513537case `echo -n x` in #(((((
514538-n*)
···521545*)
522546 ECHO_N='-n';;
523547esac
548548+549549+# For backward compatibility with old third-party macros, we provide
550550+# the shell variables $as_echo and $as_echo_n. New code should use
551551+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
552552+as_echo='printf %s\n'
553553+as_echo_n='printf %s'
554554+524555525556rm -f conf$$ conf$$.exe conf$$.file
526557if test -d conf$$.dir; then
···591622# Identity of this package.
592623PACKAGE_NAME='libXvMC'
593624PACKAGE_TARNAME='libXvMC'
594594-PACKAGE_VERSION='1.0.12'
595595-PACKAGE_STRING='libXvMC 1.0.12'
625625+PACKAGE_VERSION='1.0.13'
626626+PACKAGE_STRING='libXvMC 1.0.13'
596627PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libXvMC/issues'
597628PACKAGE_URL=''
598629599630ac_unique_file="Makefile.am"
600631# Factoring default headers for most tests.
601632ac_includes_default="\
602602-#include <stdio.h>
603603-#ifdef HAVE_SYS_TYPES_H
604604-# include <sys/types.h>
605605-#endif
606606-#ifdef HAVE_SYS_STAT_H
607607-# include <sys/stat.h>
633633+#include <stddef.h>
634634+#ifdef HAVE_STDIO_H
635635+# include <stdio.h>
608636#endif
609609-#ifdef STDC_HEADERS
637637+#ifdef HAVE_STDLIB_H
610638# include <stdlib.h>
611611-# include <stddef.h>
612612-#else
613613-# ifdef HAVE_STDLIB_H
614614-# include <stdlib.h>
615615-# endif
616639#endif
617640#ifdef HAVE_STRING_H
618618-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619619-# include <memory.h>
620620-# endif
621641# include <string.h>
622642#endif
623623-#ifdef HAVE_STRINGS_H
624624-# include <strings.h>
625625-#endif
626643#ifdef HAVE_INTTYPES_H
627644# include <inttypes.h>
628645#endif
629646#ifdef HAVE_STDINT_H
630647# include <stdint.h>
631648#endif
649649+#ifdef HAVE_STRINGS_H
650650+# include <strings.h>
651651+#endif
652652+#ifdef HAVE_SYS_TYPES_H
653653+# include <sys/types.h>
654654+#endif
655655+#ifdef HAVE_SYS_STAT_H
656656+# include <sys/stat.h>
657657+#endif
632658#ifdef HAVE_UNISTD_H
633659# include <unistd.h>
634660#endif"
635661662662+ac_header_c_list=
636663ac_subst_vars='am__EXEEXT_FALSE
637664am__EXEEXT_TRUE
638665LTLIBOBJS
···676703MAINT
677704MAINTAINER_MODE_FALSE
678705MAINTAINER_MODE_TRUE
679679-CPP
680706OTOOL64
681707OTOOL
682708LIPO
···765791docdir
766792oldincludedir
767793includedir
794794+runstatedir
768795localstatedir
769796sharedstatedir
770797sysconfdir
···810837LDFLAGS
811838LIBS
812839CPPFLAGS
813813-CPP
814840PKG_CONFIG
815841PKG_CONFIG_PATH
816842PKG_CONFIG_LIBDIR
···856882sysconfdir='${prefix}/etc'
857883sharedstatedir='${prefix}/com'
858884localstatedir='${prefix}/var'
885885+runstatedir='${localstatedir}/run'
859886includedir='${prefix}/include'
860887oldincludedir='/usr/include'
861888docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
···885912 *) ac_optarg=yes ;;
886913 esac
887914888888- # Accept the important Cygnus configure options, so we can diagnose typos.
889889-890915 case $ac_dashdash$ac_option in
891916 --)
892917 ac_dashdash=yes ;;
···927952 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
928953 # Reject names that are not valid shell variable names.
929954 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
930930- as_fn_error $? "invalid feature name: $ac_useropt"
955955+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
931956 ac_useropt_orig=$ac_useropt
932932- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
957957+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
933958 case $ac_user_opts in
934959 *"
935960"enable_$ac_useropt"
···953978 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
954979 # Reject names that are not valid shell variable names.
955980 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
956956- as_fn_error $? "invalid feature name: $ac_useropt"
981981+ as_fn_error $? "invalid feature name: \`$ac_useropt'"
957982 ac_useropt_orig=$ac_useropt
958958- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983983+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
959984 case $ac_user_opts in
960985 *"
961986"enable_$ac_useropt"
···11081133 | -silent | --silent | --silen | --sile | --sil)
11091134 silent=yes ;;
1110113511361136+ -runstatedir | --runstatedir | --runstatedi | --runstated \
11371137+ | --runstate | --runstat | --runsta | --runst | --runs \
11381138+ | --run | --ru | --r)
11391139+ ac_prev=runstatedir ;;
11401140+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
11411141+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
11421142+ | --run=* | --ru=* | --r=*)
11431143+ runstatedir=$ac_optarg ;;
11441144+11111145 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
11121146 ac_prev=sbindir ;;
11131147 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
···11571191 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
11581192 # Reject names that are not valid shell variable names.
11591193 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11601160- as_fn_error $? "invalid package name: $ac_useropt"
11941194+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11611195 ac_useropt_orig=$ac_useropt
11621162- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
11961196+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11631197 case $ac_user_opts in
11641198 *"
11651199"with_$ac_useropt"
···11731207 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
11741208 # Reject names that are not valid shell variable names.
11751209 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
11761176- as_fn_error $? "invalid package name: $ac_useropt"
12101210+ as_fn_error $? "invalid package name: \`$ac_useropt'"
11771211 ac_useropt_orig=$ac_useropt
11781178- ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
12121212+ ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'`
11791213 case $ac_user_opts in
11801214 *"
11811215"with_$ac_useropt"
···1219125312201254 *)
12211255 # FIXME: should be removed in autoconf 3.0.
12221222- $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
12561256+ printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2
12231257 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
12241224- $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
12581258+ printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2
12251259 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
12261260 ;;
12271261···12371271 case $enable_option_checking in
12381272 no) ;;
12391273 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
12401240- *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12741274+ *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
12411275 esac
12421276fi
12431277···12451279for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12461280 datadir sysconfdir sharedstatedir localstatedir includedir \
12471281 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
12481248- libdir localedir mandir
12821282+ libdir localedir mandir runstatedir
12491283do
12501284 eval ac_val=\$$ac_var
12511285 # Remove trailing slashes.
···13011335 X"$as_myself" : 'X\(//\)[^/]' \| \
13021336 X"$as_myself" : 'X\(//\)$' \| \
13031337 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
13041304-$as_echo X"$as_myself" |
13381338+printf "%s\n" X"$as_myself" |
13051339 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13061340 s//\1/
13071341 q
···13581392 # Omit some internal or obsolete options to make the list less imposing.
13591393 # This message is too long to be a string in the A/UX 3.1 sh.
13601394 cat <<_ACEOF
13611361-\`configure' configures libXvMC 1.0.12 to adapt to many kinds of systems.
13951395+\`configure' configures libXvMC 1.0.13 to adapt to many kinds of systems.
1362139613631397Usage: $0 [OPTION]... [VAR=VALUE]...
13641398···13981432 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13991433 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
14001434 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
14351435+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
14011436 --libdir=DIR object code libraries [EPREFIX/lib]
14021437 --includedir=DIR C header files [PREFIX/include]
14031438 --oldincludedir=DIR C header files for non-gcc [/usr/include]
···1428146314291464if test -n "$ac_init_help"; then
14301465 case $ac_init_help in
14311431- short | recursive ) echo "Configuration of libXvMC 1.0.12:";;
14661466+ short | recursive ) echo "Configuration of libXvMC 1.0.13:";;
14321467 esac
14331468 cat <<\_ACEOF
14341469···14781513 LIBS libraries to pass to the linker, e.g. -l<library>
14791514 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
14801515 you have headers in a nonstandard directory <include dir>
14811481- CPP C preprocessor
14821516 PKG_CONFIG path to pkg-config utility
14831517 PKG_CONFIG_PATH
14841518 directories to add to pkg-config's search path
···15081542case "$ac_dir" in
15091543.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15101544*)
15111511- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15451545+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
15121546 # A ".." for each directory in $ac_dir_suffix.
15131513- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15471547+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15141548 case $ac_top_builddir_sub in
15151549 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15161550 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···15381572ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1539157315401574 cd "$ac_dir" || { ac_status=$?; continue; }
15411541- # Check for guested configure.
15751575+ # Check for configure.gnu first; this name is used for a wrapper for
15761576+ # Metaconfig's "Configure" on case-insensitive file systems.
15421577 if test -f "$ac_srcdir/configure.gnu"; then
15431578 echo &&
15441579 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
···15461581 echo &&
15471582 $SHELL "$ac_srcdir/configure" --help=recursive
15481583 else
15491549- $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15841584+ printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2
15501585 fi || ac_status=$?
15511586 cd "$ac_pwd" || { ac_status=$?; break; }
15521587 done
···15551590test -n "$ac_init_help" && exit $ac_status
15561591if $ac_init_version; then
15571592 cat <<\_ACEOF
15581558-libXvMC configure 1.0.12
15591559-generated by GNU Autoconf 2.69
15931593+libXvMC configure 1.0.13
15941594+generated by GNU Autoconf 2.71
1560159515611561-Copyright (C) 2012 Free Software Foundation, Inc.
15961596+Copyright (C) 2021 Free Software Foundation, Inc.
15621597This configure script is free software; the Free Software Foundation
15631598gives unlimited permission to copy, distribute and modify it.
15641599_ACEOF
···15751610ac_fn_c_try_compile ()
15761611{
15771612 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15781578- rm -f conftest.$ac_objext
16131613+ rm -f conftest.$ac_objext conftest.beam
15791614 if { { ac_try="$ac_compile"
15801615case "(($ac_try" in
15811616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15821617 *) ac_try_echo=$ac_try;;
15831618esac
15841619eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
15851585-$as_echo "$ac_try_echo"; } >&5
16201620+printf "%s\n" "$ac_try_echo"; } >&5
15861621 (eval "$ac_compile") 2>conftest.err
15871622 ac_status=$?
15881623 if test -s conftest.err; then
···15901625 cat conftest.er1 >&5
15911626 mv -f conftest.er1 conftest.err
15921627 fi
15931593- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16281628+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15941629 test $ac_status = 0; } && {
15951630 test -z "$ac_c_werror_flag" ||
15961631 test ! -s conftest.err
15971597- } && test -s conftest.$ac_objext; then :
16321632+ } && test -s conftest.$ac_objext
16331633+then :
15981634 ac_retval=0
15991599-else
16001600- $as_echo "$as_me: failed program was:" >&5
16351635+else $as_nop
16361636+ printf "%s\n" "$as_me: failed program was:" >&5
16011637sed 's/^/| /' conftest.$ac_ext >&5
1602163816031639 ac_retval=1
···16131649ac_fn_c_try_link ()
16141650{
16151651 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16161616- rm -f conftest.$ac_objext conftest$ac_exeext
16521652+ rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext
16171653 if { { ac_try="$ac_link"
16181654case "(($ac_try" in
16191655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16201656 *) ac_try_echo=$ac_try;;
16211657esac
16221658eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16231623-$as_echo "$ac_try_echo"; } >&5
16591659+printf "%s\n" "$ac_try_echo"; } >&5
16241660 (eval "$ac_link") 2>conftest.err
16251661 ac_status=$?
16261662 if test -s conftest.err; then
···16281664 cat conftest.er1 >&5
16291665 mv -f conftest.er1 conftest.err
16301666 fi
16311631- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16671667+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16321668 test $ac_status = 0; } && {
16331669 test -z "$ac_c_werror_flag" ||
16341670 test ! -s conftest.err
16351671 } && test -s conftest$ac_exeext && {
16361672 test "$cross_compiling" = yes ||
16371673 test -x conftest$ac_exeext
16381638- }; then :
16741674+ }
16751675+then :
16391676 ac_retval=0
16401640-else
16411641- $as_echo "$as_me: failed program was:" >&5
16771677+else $as_nop
16781678+ printf "%s\n" "$as_me: failed program was:" >&5
16421679sed 's/^/| /' conftest.$ac_ext >&5
1643168016441681 ac_retval=1
···16601697ac_fn_c_check_header_compile ()
16611698{
16621699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16631663- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
16641664-$as_echo_n "checking for $2... " >&6; }
16651665-if eval \${$3+:} false; then :
16661666- $as_echo_n "(cached) " >&6
16671667-else
17001700+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17011701+printf %s "checking for $2... " >&6; }
17021702+if eval test \${$3+y}
17031703+then :
17041704+ printf %s "(cached) " >&6
17051705+else $as_nop
16681706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16691707/* end confdefs.h. */
16701708$4
16711709#include <$2>
16721710_ACEOF
16731673-if ac_fn_c_try_compile "$LINENO"; then :
17111711+if ac_fn_c_try_compile "$LINENO"
17121712+then :
16741713 eval "$3=yes"
16751675-else
17141714+else $as_nop
16761715 eval "$3=no"
16771716fi
16781678-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17171717+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
16791718fi
16801719eval ac_res=\$$3
16811681- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16821682-$as_echo "$ac_res" >&6; }
17201720+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17211721+printf "%s\n" "$ac_res" >&6; }
16831722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1684172316851724} # ac_fn_c_check_header_compile
1686172516871687-# ac_fn_c_try_cpp LINENO
16881688-# ----------------------
16891689-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
16901690-ac_fn_c_try_cpp ()
16911691-{
16921692- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16931693- if { { ac_try="$ac_cpp conftest.$ac_ext"
16941694-case "(($ac_try" in
16951695- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16961696- *) ac_try_echo=$ac_try;;
16971697-esac
16981698-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16991699-$as_echo "$ac_try_echo"; } >&5
17001700- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
17011701- ac_status=$?
17021702- if test -s conftest.err; then
17031703- grep -v '^ *+' conftest.err >conftest.er1
17041704- cat conftest.er1 >&5
17051705- mv -f conftest.er1 conftest.err
17061706- fi
17071707- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17081708- test $ac_status = 0; } > conftest.i && {
17091709- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17101710- test ! -s conftest.err
17111711- }; then :
17121712- ac_retval=0
17131713-else
17141714- $as_echo "$as_me: failed program was:" >&5
17151715-sed 's/^/| /' conftest.$ac_ext >&5
17161716-17171717- ac_retval=1
17181718-fi
17191719- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17201720- as_fn_set_status $ac_retval
17211721-17221722-} # ac_fn_c_try_cpp
17231723-17241724-# ac_fn_c_try_run LINENO
17251725-# ----------------------
17261726-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
17271727-# that executables *can* be run.
17281728-ac_fn_c_try_run ()
17291729-{
17301730- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17311731- if { { ac_try="$ac_link"
17321732-case "(($ac_try" in
17331733- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17341734- *) ac_try_echo=$ac_try;;
17351735-esac
17361736-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17371737-$as_echo "$ac_try_echo"; } >&5
17381738- (eval "$ac_link") 2>&5
17391739- ac_status=$?
17401740- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17411741- test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
17421742- { { case "(($ac_try" in
17431743- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17441744- *) ac_try_echo=$ac_try;;
17451745-esac
17461746-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
17471747-$as_echo "$ac_try_echo"; } >&5
17481748- (eval "$ac_try") 2>&5
17491749- ac_status=$?
17501750- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17511751- test $ac_status = 0; }; }; then :
17521752- ac_retval=0
17531753-else
17541754- $as_echo "$as_me: program exited with status $ac_status" >&5
17551755- $as_echo "$as_me: failed program was:" >&5
17561756-sed 's/^/| /' conftest.$ac_ext >&5
17571757-17581758- ac_retval=$ac_status
17591759-fi
17601760- rm -rf conftest.dSYM conftest_ipa8_conftest.oo
17611761- eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
17621762- as_fn_set_status $ac_retval
17631763-17641764-} # ac_fn_c_try_run
17651765-17661726# ac_fn_c_check_func LINENO FUNC VAR
17671727# ----------------------------------
17681728# Tests whether FUNC exists, setting the cache variable VAR accordingly
17691729ac_fn_c_check_func ()
17701730{
17711731 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17721772- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17731773-$as_echo_n "checking for $2... " >&6; }
17741774-if eval \${$3+:} false; then :
17751775- $as_echo_n "(cached) " >&6
17761776-else
17321732+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
17331733+printf %s "checking for $2... " >&6; }
17341734+if eval test \${$3+y}
17351735+then :
17361736+ printf %s "(cached) " >&6
17371737+else $as_nop
17771738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17781739/* end confdefs.h. */
17791740/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
···17811742#define $2 innocuous_$2
1782174317831744/* System header to define __stub macros and hopefully few prototypes,
17841784- which can conflict with char $2 (); below.
17851785- Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17861786- <limits.h> exists even on freestanding compilers. */
17871787-17881788-#ifdef __STDC__
17891789-# include <limits.h>
17901790-#else
17911791-# include <assert.h>
17921792-#endif
17451745+ which can conflict with char $2 (); below. */
1793174617471747+#include <limits.h>
17941748#undef $2
1795174917961750/* Override any GCC internal prototype to avoid an error.
···18081762#endif
1809176318101764int
18111811-main ()
17651765+main (void)
18121766{
18131767return $2 ();
18141768 ;
18151769 return 0;
18161770}
18171771_ACEOF
18181818-if ac_fn_c_try_link "$LINENO"; then :
17721772+if ac_fn_c_try_link "$LINENO"
17731773+then :
18191774 eval "$3=yes"
18201820-else
17751775+else $as_nop
18211776 eval "$3=no"
18221777fi
18231823-rm -f core conftest.err conftest.$ac_objext \
17781778+rm -f core conftest.err conftest.$ac_objext conftest.beam \
18241779 conftest$ac_exeext conftest.$ac_ext
18251780fi
18261781eval ac_res=\$$3
18271827- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18281828-$as_echo "$ac_res" >&6; }
17821782+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17831783+printf "%s\n" "$ac_res" >&6; }
18291784 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1830178518311786} # ac_fn_c_check_func
1832178718331833-# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
18341834-# ---------------------------------------------
17881788+# ac_fn_check_decl LINENO SYMBOL VAR INCLUDES EXTRA-OPTIONS FLAG-VAR
17891789+# ------------------------------------------------------------------
18351790# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
18361836-# accordingly.
18371837-ac_fn_c_check_decl ()
17911791+# accordingly. Pass EXTRA-OPTIONS to the compiler, using FLAG-VAR.
17921792+ac_fn_check_decl ()
18381793{
18391794 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18401795 as_decl_name=`echo $2|sed 's/ *(.*//'`
17961796+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
17971797+printf %s "checking whether $as_decl_name is declared... " >&6; }
17981798+if eval test \${$3+y}
17991799+then :
18001800+ printf %s "(cached) " >&6
18011801+else $as_nop
18411802 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
18421842- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
18431843-$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
18441844-if eval \${$3+:} false; then :
18451845- $as_echo_n "(cached) " >&6
18461846-else
18031803+ eval ac_save_FLAGS=\$$6
18041804+ as_fn_append $6 " $5"
18471805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18481806/* end confdefs.h. */
18491807$4
18501808int
18511851-main ()
18091809+main (void)
18521810{
18531811#ifndef $as_decl_name
18541812#ifdef __cplusplus
···18621820 return 0;
18631821}
18641822_ACEOF
18651865-if ac_fn_c_try_compile "$LINENO"; then :
18231823+if ac_fn_c_try_compile "$LINENO"
18241824+then :
18661825 eval "$3=yes"
18671867-else
18261826+else $as_nop
18681827 eval "$3=no"
18691828fi
18701870-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18291829+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
18301830+ eval $6=\$ac_save_FLAGS
18311831+18711832fi
18721833eval ac_res=\$$3
18731873- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18741874-$as_echo "$ac_res" >&6; }
18341834+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
18351835+printf "%s\n" "$ac_res" >&6; }
18361836+ eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
18371837+18381838+} # ac_fn_check_decl
18391839+18401840+# ac_fn_c_try_run LINENO
18411841+# ----------------------
18421842+# Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that
18431843+# executables *can* be run.
18441844+ac_fn_c_try_run ()
18451845+{
18461846+ as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18471847+ if { { ac_try="$ac_link"
18481848+case "(($ac_try" in
18491849+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18501850+ *) ac_try_echo=$ac_try;;
18511851+esac
18521852+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18531853+printf "%s\n" "$ac_try_echo"; } >&5
18541854+ (eval "$ac_link") 2>&5
18551855+ ac_status=$?
18561856+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18571857+ test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
18581858+ { { case "(($ac_try" in
18591859+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18601860+ *) ac_try_echo=$ac_try;;
18611861+esac
18621862+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
18631863+printf "%s\n" "$ac_try_echo"; } >&5
18641864+ (eval "$ac_try") 2>&5
18651865+ ac_status=$?
18661866+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
18671867+ test $ac_status = 0; }; }
18681868+then :
18691869+ ac_retval=0
18701870+else $as_nop
18711871+ printf "%s\n" "$as_me: program exited with status $ac_status" >&5
18721872+ printf "%s\n" "$as_me: failed program was:" >&5
18731873+sed 's/^/| /' conftest.$ac_ext >&5
18741874+18751875+ ac_retval=$ac_status
18761876+fi
18771877+ rm -rf conftest.dSYM conftest_ipa8_conftest.oo
18751878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
18791879+ as_fn_set_status $ac_retval
1876188018771877-} # ac_fn_c_check_decl
18811881+} # ac_fn_c_try_run
18821882+ac_configure_args_raw=
18831883+for ac_arg
18841884+do
18851885+ case $ac_arg in
18861886+ *\'*)
18871887+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
18881888+ esac
18891889+ as_fn_append ac_configure_args_raw " '$ac_arg'"
18901890+done
18911891+18921892+case $ac_configure_args_raw in
18931893+ *$as_nl*)
18941894+ ac_safe_unquote= ;;
18951895+ *)
18961896+ ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab.
18971897+ ac_unsafe_a="$ac_unsafe_z#~"
18981898+ ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g"
18991899+ ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;;
19001900+esac
19011901+18781902cat >config.log <<_ACEOF
18791903This file contains any messages produced by compilers while
18801904running configure, to aid debugging if configure makes a mistake.
1881190518821882-It was created by libXvMC $as_me 1.0.12, which was
18831883-generated by GNU Autoconf 2.69. Invocation command line was
19061906+It was created by libXvMC $as_me 1.0.13, which was
19071907+generated by GNU Autoconf 2.71. Invocation command line was
1884190818851885- $ $0 $@
19091909+ $ $0$ac_configure_args_raw
1886191018871911_ACEOF
18881912exec 5>>config.log
···19151939for as_dir in $PATH
19161940do
19171941 IFS=$as_save_IFS
19181918- test -z "$as_dir" && as_dir=.
19191919- $as_echo "PATH: $as_dir"
19421942+ case $as_dir in #(((
19431943+ '') as_dir=./ ;;
19441944+ */) ;;
19451945+ *) as_dir=$as_dir/ ;;
19461946+ esac
19471947+ printf "%s\n" "PATH: $as_dir"
19201948 done
19211949IFS=$as_save_IFS
19221950···19511979 | -silent | --silent | --silen | --sile | --sil)
19521980 continue ;;
19531981 *\'*)
19541954- ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19821982+ ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19551983 esac
19561984 case $ac_pass in
19571985 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
···19862014# WARNING: Use '\'' to represent an apostrophe within the trap.
19872015# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
19882016trap 'exit_status=$?
20172017+ # Sanitize IFS.
20182018+ IFS=" "" $as_nl"
19892019 # Save into config.log some information that might help in debugging.
19902020 {
19912021 echo
1992202219931993- $as_echo "## ---------------- ##
20232023+ printf "%s\n" "## ---------------- ##
19942024## Cache variables. ##
19952025## ---------------- ##"
19962026 echo
···20012031 case $ac_val in #(
20022032 *${as_nl}*)
20032033 case $ac_var in #(
20042004- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
20052005-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
20342034+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
20352035+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
20062036 esac
20072037 case $ac_var in #(
20082038 _ | IFS | as_nl) ;; #(
···20262056)
20272057 echo
2028205820292029- $as_echo "## ----------------- ##
20592059+ printf "%s\n" "## ----------------- ##
20302060## Output variables. ##
20312061## ----------------- ##"
20322062 echo
···20342064 do
20352065 eval ac_val=\$$ac_var
20362066 case $ac_val in
20372037- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20672067+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20382068 esac
20392039- $as_echo "$ac_var='\''$ac_val'\''"
20692069+ printf "%s\n" "$ac_var='\''$ac_val'\''"
20402070 done | sort
20412071 echo
2042207220432073 if test -n "$ac_subst_files"; then
20442044- $as_echo "## ------------------- ##
20742074+ printf "%s\n" "## ------------------- ##
20452075## File substitutions. ##
20462076## ------------------- ##"
20472077 echo
···20492079 do
20502080 eval ac_val=\$$ac_var
20512081 case $ac_val in
20522052- *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20822082+ *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
20532083 esac
20542054- $as_echo "$ac_var='\''$ac_val'\''"
20842084+ printf "%s\n" "$ac_var='\''$ac_val'\''"
20552085 done | sort
20562086 echo
20572087 fi
2058208820592089 if test -s confdefs.h; then
20602060- $as_echo "## ----------- ##
20902090+ printf "%s\n" "## ----------- ##
20612091## confdefs.h. ##
20622092## ----------- ##"
20632093 echo
···20652095 echo
20662096 fi
20672097 test "$ac_signal" != 0 &&
20682068- $as_echo "$as_me: caught signal $ac_signal"
20692069- $as_echo "$as_me: exit $exit_status"
20982098+ printf "%s\n" "$as_me: caught signal $ac_signal"
20992099+ printf "%s\n" "$as_me: exit $exit_status"
20702100 } >&5
20712101 rm -f core *.core core.conftest.* &&
20722102 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
···20802110# confdefs.h avoids OS command line length limits that DEFS can exceed.
20812111rm -f -r conftest* confdefs.h
2082211220832083-$as_echo "/* confdefs.h */" > confdefs.h
21132113+printf "%s\n" "/* confdefs.h */" > confdefs.h
2084211420852115# Predefined preprocessor variables.
2086211620872087-cat >>confdefs.h <<_ACEOF
20882088-#define PACKAGE_NAME "$PACKAGE_NAME"
20892089-_ACEOF
21172117+printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h
2090211820912091-cat >>confdefs.h <<_ACEOF
20922092-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
20932093-_ACEOF
21192119+printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h
2094212020952095-cat >>confdefs.h <<_ACEOF
20962096-#define PACKAGE_VERSION "$PACKAGE_VERSION"
20972097-_ACEOF
21212121+printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h
2098212220992099-cat >>confdefs.h <<_ACEOF
21002100-#define PACKAGE_STRING "$PACKAGE_STRING"
21012101-_ACEOF
21232123+printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h
2102212421032103-cat >>confdefs.h <<_ACEOF
21042104-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
21052105-_ACEOF
21252125+printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h
2106212621072107-cat >>confdefs.h <<_ACEOF
21082108-#define PACKAGE_URL "$PACKAGE_URL"
21092109-_ACEOF
21272127+printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h
211021282111212921122130# Let the site file select an alternate cache file if it wants to.
21132131# Prefer an explicitly selected file to automatically selected ones.
21142114-ac_site_file1=NONE
21152115-ac_site_file2=NONE
21162132if test -n "$CONFIG_SITE"; then
21172117- # We do not want a PATH search for config.site.
21182118- case $CONFIG_SITE in #((
21192119- -*) ac_site_file1=./$CONFIG_SITE;;
21202120- */*) ac_site_file1=$CONFIG_SITE;;
21212121- *) ac_site_file1=./$CONFIG_SITE;;
21222122- esac
21332133+ ac_site_files="$CONFIG_SITE"
21232134elif test "x$prefix" != xNONE; then
21242124- ac_site_file1=$prefix/share/config.site
21252125- ac_site_file2=$prefix/etc/config.site
21352135+ ac_site_files="$prefix/share/config.site $prefix/etc/config.site"
21262136else
21272127- ac_site_file1=$ac_default_prefix/share/config.site
21282128- ac_site_file2=$ac_default_prefix/etc/config.site
21372137+ ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
21292138fi
21302130-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
21392139+21402140+for ac_site_file in $ac_site_files
21312141do
21322132- test "x$ac_site_file" = xNONE && continue
21332133- if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
21342134- { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
21352135-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
21422142+ case $ac_site_file in #(
21432143+ */*) :
21442144+ ;; #(
21452145+ *) :
21462146+ ac_site_file=./$ac_site_file ;;
21472147+esac
21482148+ if test -f "$ac_site_file" && test -r "$ac_site_file"; then
21492149+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
21502150+printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;}
21362151 sed 's/^/| /' "$ac_site_file" >&5
21372152 . "$ac_site_file" \
21382138- || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21392139-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
21532153+ || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
21542154+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
21402155as_fn_error $? "failed to load site script $ac_site_file
21412156See \`config.log' for more details" "$LINENO" 5; }
21422157 fi
···21462161 # Some versions of bash will fail to source /dev/null (special files
21472162 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
21482163 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
21492149- { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
21502150-$as_echo "$as_me: loading cache $cache_file" >&6;}
21642164+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
21652165+printf "%s\n" "$as_me: loading cache $cache_file" >&6;}
21512166 case $cache_file in
21522167 [\\/]* | ?:[\\/]* ) . "$cache_file";;
21532168 *) . "./$cache_file";;
21542169 esac
21552170 fi
21562171else
21572157- { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
21582158-$as_echo "$as_me: creating cache $cache_file" >&6;}
21722172+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
21732173+printf "%s\n" "$as_me: creating cache $cache_file" >&6;}
21592174 >$cache_file
21602175fi
2161217621772177+# Test code for whether the C compiler supports C89 (global declarations)
21782178+ac_c_conftest_c89_globals='
21792179+/* Does the compiler advertise C89 conformance?
21802180+ Do not test the value of __STDC__, because some compilers set it to 0
21812181+ while being otherwise adequately conformant. */
21822182+#if !defined __STDC__
21832183+# error "Compiler does not advertise C89 conformance"
21842184+#endif
21852185+21862186+#include <stddef.h>
21872187+#include <stdarg.h>
21882188+struct stat;
21892189+/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */
21902190+struct buf { int x; };
21912191+struct buf * (*rcsopen) (struct buf *, struct stat *, int);
21922192+static char *e (p, i)
21932193+ char **p;
21942194+ int i;
21952195+{
21962196+ return p[i];
21972197+}
21982198+static char *f (char * (*g) (char **, int), char **p, ...)
21992199+{
22002200+ char *s;
22012201+ va_list v;
22022202+ va_start (v,p);
22032203+ s = g (p, va_arg (v,int));
22042204+ va_end (v);
22052205+ return s;
22062206+}
22072207+22082208+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
22092209+ function prototypes and stuff, but not \xHH hex character constants.
22102210+ These do not provoke an error unfortunately, instead are silently treated
22112211+ as an "x". The following induces an error, until -std is added to get
22122212+ proper ANSI mode. Curiously \x00 != x always comes out true, for an
22132213+ array size at least. It is necessary to write \x00 == 0 to get something
22142214+ that is true only with -std. */
22152215+int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1];
22162216+22172217+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
22182218+ inside strings and character constants. */
22192219+#define FOO(x) '\''x'\''
22202220+int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1];
22212221+22222222+int test (int i, double x);
22232223+struct s1 {int (*f) (int a);};
22242224+struct s2 {int (*f) (double a);};
22252225+int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
22262226+ int, int);'
22272227+22282228+# Test code for whether the C compiler supports C89 (body of main).
22292229+ac_c_conftest_c89_main='
22302230+ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
22312231+'
22322232+22332233+# Test code for whether the C compiler supports C99 (global declarations)
22342234+ac_c_conftest_c99_globals='
22352235+// Does the compiler advertise C99 conformance?
22362236+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
22372237+# error "Compiler does not advertise C99 conformance"
22382238+#endif
22392239+22402240+#include <stdbool.h>
22412241+extern int puts (const char *);
22422242+extern int printf (const char *, ...);
22432243+extern int dprintf (int, const char *, ...);
22442244+extern void *malloc (size_t);
22452245+22462246+// Check varargs macros. These examples are taken from C99 6.10.3.5.
22472247+// dprintf is used instead of fprintf to avoid needing to declare
22482248+// FILE and stderr.
22492249+#define debug(...) dprintf (2, __VA_ARGS__)
22502250+#define showlist(...) puts (#__VA_ARGS__)
22512251+#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
22522252+static void
22532253+test_varargs_macros (void)
22542254+{
22552255+ int x = 1234;
22562256+ int y = 5678;
22572257+ debug ("Flag");
22582258+ debug ("X = %d\n", x);
22592259+ showlist (The first, second, and third items.);
22602260+ report (x>y, "x is %d but y is %d", x, y);
22612261+}
22622262+22632263+// Check long long types.
22642264+#define BIG64 18446744073709551615ull
22652265+#define BIG32 4294967295ul
22662266+#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
22672267+#if !BIG_OK
22682268+ #error "your preprocessor is broken"
22692269+#endif
22702270+#if BIG_OK
22712271+#else
22722272+ #error "your preprocessor is broken"
22732273+#endif
22742274+static long long int bignum = -9223372036854775807LL;
22752275+static unsigned long long int ubignum = BIG64;
22762276+22772277+struct incomplete_array
22782278+{
22792279+ int datasize;
22802280+ double data[];
22812281+};
22822282+22832283+struct named_init {
22842284+ int number;
22852285+ const wchar_t *name;
22862286+ double average;
22872287+};
22882288+22892289+typedef const char *ccp;
22902290+22912291+static inline int
22922292+test_restrict (ccp restrict text)
22932293+{
22942294+ // See if C++-style comments work.
22952295+ // Iterate through items via the restricted pointer.
22962296+ // Also check for declarations in for loops.
22972297+ for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
22982298+ continue;
22992299+ return 0;
23002300+}
23012301+23022302+// Check varargs and va_copy.
23032303+static bool
23042304+test_varargs (const char *format, ...)
23052305+{
23062306+ va_list args;
23072307+ va_start (args, format);
23082308+ va_list args_copy;
23092309+ va_copy (args_copy, args);
23102310+23112311+ const char *str = "";
23122312+ int number = 0;
23132313+ float fnumber = 0;
23142314+23152315+ while (*format)
23162316+ {
23172317+ switch (*format++)
23182318+ {
23192319+ case '\''s'\'': // string
23202320+ str = va_arg (args_copy, const char *);
23212321+ break;
23222322+ case '\''d'\'': // int
23232323+ number = va_arg (args_copy, int);
23242324+ break;
23252325+ case '\''f'\'': // float
23262326+ fnumber = va_arg (args_copy, double);
23272327+ break;
23282328+ default:
23292329+ break;
23302330+ }
23312331+ }
23322332+ va_end (args_copy);
23332333+ va_end (args);
23342334+23352335+ return *str && number && fnumber;
23362336+}
23372337+'
23382338+23392339+# Test code for whether the C compiler supports C99 (body of main).
23402340+ac_c_conftest_c99_main='
23412341+ // Check bool.
23422342+ _Bool success = false;
23432343+ success |= (argc != 0);
23442344+23452345+ // Check restrict.
23462346+ if (test_restrict ("String literal") == 0)
23472347+ success = true;
23482348+ char *restrict newvar = "Another string";
23492349+23502350+ // Check varargs.
23512351+ success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234);
23522352+ test_varargs_macros ();
23532353+23542354+ // Check flexible array members.
23552355+ struct incomplete_array *ia =
23562356+ malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
23572357+ ia->datasize = 10;
23582358+ for (int i = 0; i < ia->datasize; ++i)
23592359+ ia->data[i] = i * 1.234;
23602360+23612361+ // Check named initializers.
23622362+ struct named_init ni = {
23632363+ .number = 34,
23642364+ .name = L"Test wide string",
23652365+ .average = 543.34343,
23662366+ };
23672367+23682368+ ni.number = 58;
23692369+23702370+ int dynamic_array[ni.number];
23712371+ dynamic_array[0] = argv[0][0];
23722372+ dynamic_array[ni.number - 1] = 543;
23732373+23742374+ // work around unused variable warnings
23752375+ ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\''
23762376+ || dynamic_array[ni.number - 1] != 543);
23772377+'
23782378+23792379+# Test code for whether the C compiler supports C11 (global declarations)
23802380+ac_c_conftest_c11_globals='
23812381+// Does the compiler advertise C11 conformance?
23822382+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
23832383+# error "Compiler does not advertise C11 conformance"
23842384+#endif
23852385+23862386+// Check _Alignas.
23872387+char _Alignas (double) aligned_as_double;
23882388+char _Alignas (0) no_special_alignment;
23892389+extern char aligned_as_int;
23902390+char _Alignas (0) _Alignas (int) aligned_as_int;
23912391+23922392+// Check _Alignof.
23932393+enum
23942394+{
23952395+ int_alignment = _Alignof (int),
23962396+ int_array_alignment = _Alignof (int[100]),
23972397+ char_alignment = _Alignof (char)
23982398+};
23992399+_Static_assert (0 < -_Alignof (int), "_Alignof is signed");
24002400+24012401+// Check _Noreturn.
24022402+int _Noreturn does_not_return (void) { for (;;) continue; }
24032403+24042404+// Check _Static_assert.
24052405+struct test_static_assert
24062406+{
24072407+ int x;
24082408+ _Static_assert (sizeof (int) <= sizeof (long int),
24092409+ "_Static_assert does not work in struct");
24102410+ long int y;
24112411+};
24122412+24132413+// Check UTF-8 literals.
24142414+#define u8 syntax error!
24152415+char const utf8_literal[] = u8"happens to be ASCII" "another string";
24162416+24172417+// Check duplicate typedefs.
24182418+typedef long *long_ptr;
24192419+typedef long int *long_ptr;
24202420+typedef long_ptr long_ptr;
24212421+24222422+// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
24232423+struct anonymous
24242424+{
24252425+ union {
24262426+ struct { int i; int j; };
24272427+ struct { int k; long int l; } w;
24282428+ };
24292429+ int m;
24302430+} v1;
24312431+'
24322432+24332433+# Test code for whether the C compiler supports C11 (body of main).
24342434+ac_c_conftest_c11_main='
24352435+ _Static_assert ((offsetof (struct anonymous, i)
24362436+ == offsetof (struct anonymous, w.k)),
24372437+ "Anonymous union alignment botch");
24382438+ v1.i = 2;
24392439+ v1.w.k = 5;
24402440+ ok |= v1.i != 5;
24412441+'
24422442+24432443+# Test code for whether the C compiler supports C11 (complete).
24442444+ac_c_conftest_c11_program="${ac_c_conftest_c89_globals}
24452445+${ac_c_conftest_c99_globals}
24462446+${ac_c_conftest_c11_globals}
24472447+24482448+int
24492449+main (int argc, char **argv)
24502450+{
24512451+ int ok = 0;
24522452+ ${ac_c_conftest_c89_main}
24532453+ ${ac_c_conftest_c99_main}
24542454+ ${ac_c_conftest_c11_main}
24552455+ return ok;
24562456+}
24572457+"
24582458+24592459+# Test code for whether the C compiler supports C99 (complete).
24602460+ac_c_conftest_c99_program="${ac_c_conftest_c89_globals}
24612461+${ac_c_conftest_c99_globals}
24622462+24632463+int
24642464+main (int argc, char **argv)
24652465+{
24662466+ int ok = 0;
24672467+ ${ac_c_conftest_c89_main}
24682468+ ${ac_c_conftest_c99_main}
24692469+ return ok;
24702470+}
24712471+"
24722472+24732473+# Test code for whether the C compiler supports C89 (complete).
24742474+ac_c_conftest_c89_program="${ac_c_conftest_c89_globals}
24752475+24762476+int
24772477+main (int argc, char **argv)
24782478+{
24792479+ int ok = 0;
24802480+ ${ac_c_conftest_c89_main}
24812481+ return ok;
24822482+}
24832483+"
24842484+24852485+as_fn_append ac_header_c_list " stdio.h stdio_h HAVE_STDIO_H"
24862486+as_fn_append ac_header_c_list " stdlib.h stdlib_h HAVE_STDLIB_H"
24872487+as_fn_append ac_header_c_list " string.h string_h HAVE_STRING_H"
24882488+as_fn_append ac_header_c_list " inttypes.h inttypes_h HAVE_INTTYPES_H"
24892489+as_fn_append ac_header_c_list " stdint.h stdint_h HAVE_STDINT_H"
24902490+as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
24912491+as_fn_append ac_header_c_list " sys/stat.h sys_stat_h HAVE_SYS_STAT_H"
24922492+as_fn_append ac_header_c_list " sys/types.h sys_types_h HAVE_SYS_TYPES_H"
24932493+as_fn_append ac_header_c_list " unistd.h unistd_h HAVE_UNISTD_H"
24942494+24952495+# Auxiliary files required by this configure script.
24962496+ac_aux_files="config.guess config.sub ltmain.sh missing install-sh"
24972497+24982498+# Locations in which to look for auxiliary files.
24992499+ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.."
25002500+25012501+# Search for a directory containing all of the required auxiliary files,
25022502+# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates.
25032503+# If we don't find one directory that contains all the files we need,
25042504+# we report the set of missing files from the *first* directory in
25052505+# $ac_aux_dir_candidates and give up.
25062506+ac_missing_aux_files=""
25072507+ac_first_candidate=:
25082508+printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5
25092509+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25102510+as_found=false
25112511+for as_dir in $ac_aux_dir_candidates
25122512+do
25132513+ IFS=$as_save_IFS
25142514+ case $as_dir in #(((
25152515+ '') as_dir=./ ;;
25162516+ */) ;;
25172517+ *) as_dir=$as_dir/ ;;
25182518+ esac
25192519+ as_found=:
25202520+25212521+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5
25222522+ ac_aux_dir_found=yes
25232523+ ac_install_sh=
25242524+ for ac_aux in $ac_aux_files
25252525+ do
25262526+ # As a special case, if "install-sh" is required, that requirement
25272527+ # can be satisfied by any of "install-sh", "install.sh", or "shtool",
25282528+ # and $ac_install_sh is set appropriately for whichever one is found.
25292529+ if test x"$ac_aux" = x"install-sh"
25302530+ then
25312531+ if test -f "${as_dir}install-sh"; then
25322532+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5
25332533+ ac_install_sh="${as_dir}install-sh -c"
25342534+ elif test -f "${as_dir}install.sh"; then
25352535+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5
25362536+ ac_install_sh="${as_dir}install.sh -c"
25372537+ elif test -f "${as_dir}shtool"; then
25382538+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5
25392539+ ac_install_sh="${as_dir}shtool install -c"
25402540+ else
25412541+ ac_aux_dir_found=no
25422542+ if $ac_first_candidate; then
25432543+ ac_missing_aux_files="${ac_missing_aux_files} install-sh"
25442544+ else
25452545+ break
25462546+ fi
25472547+ fi
25482548+ else
25492549+ if test -f "${as_dir}${ac_aux}"; then
25502550+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5
25512551+ else
25522552+ ac_aux_dir_found=no
25532553+ if $ac_first_candidate; then
25542554+ ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}"
25552555+ else
25562556+ break
25572557+ fi
25582558+ fi
25592559+ fi
25602560+ done
25612561+ if test "$ac_aux_dir_found" = yes; then
25622562+ ac_aux_dir="$as_dir"
25632563+ break
25642564+ fi
25652565+ ac_first_candidate=false
25662566+25672567+ as_found=false
25682568+done
25692569+IFS=$as_save_IFS
25702570+if $as_found
25712571+then :
25722572+25732573+else $as_nop
25742574+ as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
25752575+fi
25762576+25772577+25782578+# These three variables are undocumented and unsupported,
25792579+# and are intended to be withdrawn in a future Autoconf release.
25802580+# They can cause serious problems if a builder's source tree is in a directory
25812581+# whose full name contains unusual characters.
25822582+if test -f "${ac_aux_dir}config.guess"; then
25832583+ ac_config_guess="$SHELL ${ac_aux_dir}config.guess"
25842584+fi
25852585+if test -f "${ac_aux_dir}config.sub"; then
25862586+ ac_config_sub="$SHELL ${ac_aux_dir}config.sub"
25872587+fi
25882588+if test -f "$ac_aux_dir/configure"; then
25892589+ ac_configure="$SHELL ${ac_aux_dir}configure"
25902590+fi
25912591+21622592# Check that the precious variables saved in the cache have kept the same
21632593# value.
21642594ac_cache_corrupted=false
···21692599 eval ac_new_val=\$ac_env_${ac_var}_value
21702600 case $ac_old_set,$ac_new_set in
21712601 set,)
21722172- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
21732173-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
26022602+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
26032603+printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
21742604 ac_cache_corrupted=: ;;
21752605 ,set)
21762176- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
21772177-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
26062606+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
26072607+printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
21782608 ac_cache_corrupted=: ;;
21792609 ,);;
21802610 *)
···21832613 ac_old_val_w=`echo x $ac_old_val`
21842614 ac_new_val_w=`echo x $ac_new_val`
21852615 if test "$ac_old_val_w" != "$ac_new_val_w"; then
21862186- { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
21872187-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
26162616+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
26172617+printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
21882618 ac_cache_corrupted=:
21892619 else
21902190- { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
21912191-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
26202620+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
26212621+printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
21922622 eval $ac_var=\$ac_old_val
21932623 fi
21942194- { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
21952195-$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
21962196- { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
21972197-$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
26242624+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
26252625+printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;}
26262626+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
26272627+printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;}
21982628 fi;;
21992629 esac
22002630 # Pass precious variables to config.status.
22012631 if test "$ac_new_set" = set; then
22022632 case $ac_new_val in
22032203- *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
26332633+ *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
22042634 *) ac_arg=$ac_var=$ac_new_val ;;
22052635 esac
22062636 case " $ac_configure_args " in
···22102640 fi
22112641done
22122642if $ac_cache_corrupted; then
22132213- { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
22142214-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
22152215- { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
22162216-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22172217- as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
26432643+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
26442644+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
26452645+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
26462646+printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;}
26472647+ as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file'
26482648+ and start over" "$LINENO" 5
22182649fi
22192650## -------------------- ##
22202651## Main body of script. ##
···22342665# Initialize Automake
22352666am__api_version='1.12'
2236266722372237-ac_aux_dir=
22382238-for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
22392239- if test -f "$ac_dir/install-sh"; then
22402240- ac_aux_dir=$ac_dir
22412241- ac_install_sh="$ac_aux_dir/install-sh -c"
22422242- break
22432243- elif test -f "$ac_dir/install.sh"; then
22442244- ac_aux_dir=$ac_dir
22452245- ac_install_sh="$ac_aux_dir/install.sh -c"
22462246- break
22472247- elif test -f "$ac_dir/shtool"; then
22482248- ac_aux_dir=$ac_dir
22492249- ac_install_sh="$ac_aux_dir/shtool install -c"
22502250- break
22512251- fi
22522252-done
22532253-if test -z "$ac_aux_dir"; then
22542254- as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
22552255-fi
2256266822572257-# These three variables are undocumented and unsupported,
22582258-# and are intended to be withdrawn in a future Autoconf release.
22592259-# They can cause serious problems if a builder's source tree is in a directory
22602260-# whose full name contains unusual characters.
22612261-ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
22622262-ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
22632263-ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2264266922652265-22662266-# Find a good install program. We prefer a C program (faster),
26702670+ # Find a good install program. We prefer a C program (faster),
22672671# so one script is as good as another. But avoid the broken or
22682672# incompatible versions:
22692673# SysV /etc/install, /usr/sbin/install
···22772681# OS/2's system install, which has a completely different semantic
22782682# ./install, which can be erroneously created by make from ./install.sh.
22792683# Reject install programs that cannot install multiple files.
22802280-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
22812281-$as_echo_n "checking for a BSD-compatible install... " >&6; }
26842684+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
26852685+printf %s "checking for a BSD-compatible install... " >&6; }
22822686if test -z "$INSTALL"; then
22832283-if ${ac_cv_path_install+:} false; then :
22842284- $as_echo_n "(cached) " >&6
22852285-else
26872687+if test ${ac_cv_path_install+y}
26882688+then :
26892689+ printf %s "(cached) " >&6
26902690+else $as_nop
22862691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22872692for as_dir in $PATH
22882693do
22892694 IFS=$as_save_IFS
22902290- test -z "$as_dir" && as_dir=.
22912291- # Account for people who put trailing slashes in PATH elements.
22922292-case $as_dir/ in #((
22932293- ./ | .// | /[cC]/* | \
26952695+ case $as_dir in #(((
26962696+ '') as_dir=./ ;;
26972697+ */) ;;
26982698+ *) as_dir=$as_dir/ ;;
26992699+ esac
27002700+ # Account for fact that we put trailing slashes in our PATH walk.
27012701+case $as_dir in #((
27022702+ ./ | /[cC]/* | \
22942703 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
22952704 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
22962705 /usr/ucb/* ) ;;
···23002709 # by default.
23012710 for ac_prog in ginstall scoinst install; do
23022711 for ac_exec_ext in '' $ac_executable_extensions; do
23032303- if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
27122712+ if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then
23042713 if test $ac_prog = install &&
23052305- grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
27142714+ grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
23062715 # AIX install. It has an incompatible calling convention.
23072716 :
23082717 elif test $ac_prog = install &&
23092309- grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
27182718+ grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
23102719 # program-specific install script used by HP pwplus--don't use.
23112720 :
23122721 else
···23142723 echo one > conftest.one
23152724 echo two > conftest.two
23162725 mkdir conftest.dir
23172317- if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
27262726+ if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" &&
23182727 test -s conftest.one && test -s conftest.two &&
23192728 test -s conftest.dir/conftest.one &&
23202729 test -s conftest.dir/conftest.two
23212730 then
23222322- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
27312731+ ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c"
23232732 break 3
23242733 fi
23252734 fi
···23352744rm -rf conftest.one conftest.two conftest.dir
2336274523372746fi
23382338- if test "${ac_cv_path_install+set}" = set; then
27472747+ if test ${ac_cv_path_install+y}; then
23392748 INSTALL=$ac_cv_path_install
23402749 else
23412750 # As a last resort, use the slow shell script. Don't cache a
···23452754 INSTALL=$ac_install_sh
23462755 fi
23472756fi
23482348-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
23492349-$as_echo "$INSTALL" >&6; }
27572757+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
27582758+printf "%s\n" "$INSTALL" >&6; }
2350275923512760# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
23522761# It thinks the first close brace ends the variable substitution.
···2356276523572766test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2358276723592359-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
23602360-$as_echo_n "checking whether build environment is sane... " >&6; }
27682768+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
27692769+printf %s "checking whether build environment is sane... " >&6; }
23612770# Reject unsafe characters in $srcdir or the absolute working directory
23622771# name. Accept space and tab only in the latter.
23632772am_lf='
···24112820 as_fn_error $? "newly created file is older than distributed files!
24122821Check your system clock" "$LINENO" 5
24132822fi
24142414-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
24152415-$as_echo "yes" >&6; }
28232823+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
28242824+printf "%s\n" "yes" >&6; }
24162825# If we didn't sleep, we still need to ensure time stamps of config.status and
24172826# generated files are strictly newer.
24182827am_sleep_pid=
···24312840# Double any \ or $.
24322841# By default was `s,x,x', remove it if useless.
24332842ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
24342434-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
28432843+program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"`
2435284424362845# expand $ac_aux_dir to an absolute path
24372846am_aux_dir=`cd $ac_aux_dir && pwd`
2438284724392439-if test x"${MISSING+set}" != xset; then
28482848+28492849+ if test x"${MISSING+set}" != xset; then
24402850 case $am_aux_dir in
24412851 *\ * | *\ *)
24422852 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
···24492859 am_missing_run="$MISSING --run "
24502860else
24512861 am_missing_run=
24522452- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
24532453-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
28622862+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
28632863+printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
24542864fi
2455286524562866if test x"${install_sh}" != xset; then
···24702880 if test -n "$ac_tool_prefix"; then
24712881 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
24722882set dummy ${ac_tool_prefix}strip; ac_word=$2
24732473-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
24742474-$as_echo_n "checking for $ac_word... " >&6; }
24752475-if ${ac_cv_prog_STRIP+:} false; then :
24762476- $as_echo_n "(cached) " >&6
24772477-else
28832883+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
28842884+printf %s "checking for $ac_word... " >&6; }
28852885+if test ${ac_cv_prog_STRIP+y}
28862886+then :
28872887+ printf %s "(cached) " >&6
28882888+else $as_nop
24782889 if test -n "$STRIP"; then
24792890 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
24802891else
···24822893for as_dir in $PATH
24832894do
24842895 IFS=$as_save_IFS
24852485- test -z "$as_dir" && as_dir=.
28962896+ case $as_dir in #(((
28972897+ '') as_dir=./ ;;
28982898+ */) ;;
28992899+ *) as_dir=$as_dir/ ;;
29002900+ esac
24862901 for ac_exec_ext in '' $ac_executable_extensions; do
24872487- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29022902+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
24882903 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
24892489- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29042904+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
24902905 break 2
24912906 fi
24922907done
···24972912fi
24982913STRIP=$ac_cv_prog_STRIP
24992914if test -n "$STRIP"; then
25002500- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
25012501-$as_echo "$STRIP" >&6; }
29152915+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
29162916+printf "%s\n" "$STRIP" >&6; }
25022917else
25032503- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25042504-$as_echo "no" >&6; }
29182918+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29192919+printf "%s\n" "no" >&6; }
25052920fi
2506292125072922···25102925 ac_ct_STRIP=$STRIP
25112926 # Extract the first word of "strip", so it can be a program name with args.
25122927set dummy strip; ac_word=$2
25132513-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
25142514-$as_echo_n "checking for $ac_word... " >&6; }
25152515-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
25162516- $as_echo_n "(cached) " >&6
25172517-else
29282928+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29292929+printf %s "checking for $ac_word... " >&6; }
29302930+if test ${ac_cv_prog_ac_ct_STRIP+y}
29312931+then :
29322932+ printf %s "(cached) " >&6
29332933+else $as_nop
25182934 if test -n "$ac_ct_STRIP"; then
25192935 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
25202936else
···25222938for as_dir in $PATH
25232939do
25242940 IFS=$as_save_IFS
25252525- test -z "$as_dir" && as_dir=.
29412941+ case $as_dir in #(((
29422942+ '') as_dir=./ ;;
29432943+ */) ;;
29442944+ *) as_dir=$as_dir/ ;;
29452945+ esac
25262946 for ac_exec_ext in '' $ac_executable_extensions; do
25272527- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29472947+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
25282948 ac_cv_prog_ac_ct_STRIP="strip"
25292529- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29492949+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
25302950 break 2
25312951 fi
25322952done
···25372957fi
25382958ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
25392959if test -n "$ac_ct_STRIP"; then
25402540- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
25412541-$as_echo "$ac_ct_STRIP" >&6; }
29602960+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
29612961+printf "%s\n" "$ac_ct_STRIP" >&6; }
25422962else
25432543- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
25442544-$as_echo "no" >&6; }
29632963+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
29642964+printf "%s\n" "no" >&6; }
25452965fi
2546296625472967 if test "x$ac_ct_STRIP" = x; then
···25492969 else
25502970 case $cross_compiling:$ac_tool_warned in
25512971yes:)
25522552-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
25532553-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
29722972+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
29732973+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25542974ac_tool_warned=yes ;;
25552975esac
25562976 STRIP=$ac_ct_STRIP
···25622982fi
25632983INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2564298425652565-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
25662566-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
29852985+29862986+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5
29872987+printf %s "checking for a race-free mkdir -p... " >&6; }
25672988if test -z "$MKDIR_P"; then
25682568- if ${ac_cv_path_mkdir+:} false; then :
25692569- $as_echo_n "(cached) " >&6
25702570-else
29892989+ if test ${ac_cv_path_mkdir+y}
29902990+then :
29912991+ printf %s "(cached) " >&6
29922992+else $as_nop
25712993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25722994for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
25732995do
25742996 IFS=$as_save_IFS
25752575- test -z "$as_dir" && as_dir=.
29972997+ case $as_dir in #(((
29982998+ '') as_dir=./ ;;
29992999+ */) ;;
30003000+ *) as_dir=$as_dir/ ;;
30013001+ esac
25763002 for ac_prog in mkdir gmkdir; do
25773003 for ac_exec_ext in '' $ac_executable_extensions; do
25782578- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
25792579- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
25802580- 'mkdir (GNU coreutils) '* | \
25812581- 'mkdir (coreutils) '* | \
30043004+ as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue
30053005+ case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #(
30063006+ 'mkdir ('*'coreutils) '* | \
30073007+ 'BusyBox '* | \
25823008 'mkdir (fileutils) '4.1*)
25832583- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
30093009+ ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext
25843010 break 3;;
25853011 esac
25863012 done
···25913017fi
2592301825933019 test -d ./--version && rmdir ./--version
25942594- if test "${ac_cv_path_mkdir+set}" = set; then
30203020+ if test ${ac_cv_path_mkdir+y}; then
25953021 MKDIR_P="$ac_cv_path_mkdir -p"
25963022 else
25973023 # As a last resort, use the slow shell script. Don't cache a
···26013027 MKDIR_P="$ac_install_sh -d"
26023028 fi
26033029fi
26042604-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
26052605-$as_echo "$MKDIR_P" >&6; }
30303030+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
30313031+printf "%s\n" "$MKDIR_P" >&6; }
2606303226073033for ac_prog in gawk mawk nawk awk
26083034do
26093035 # Extract the first word of "$ac_prog", so it can be a program name with args.
26103036set dummy $ac_prog; ac_word=$2
26112611-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
26122612-$as_echo_n "checking for $ac_word... " >&6; }
26132613-if ${ac_cv_prog_AWK+:} false; then :
26142614- $as_echo_n "(cached) " >&6
26152615-else
30373037+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30383038+printf %s "checking for $ac_word... " >&6; }
30393039+if test ${ac_cv_prog_AWK+y}
30403040+then :
30413041+ printf %s "(cached) " >&6
30423042+else $as_nop
26163043 if test -n "$AWK"; then
26173044 ac_cv_prog_AWK="$AWK" # Let the user override the test.
26183045else
···26203047for as_dir in $PATH
26213048do
26223049 IFS=$as_save_IFS
26232623- test -z "$as_dir" && as_dir=.
30503050+ case $as_dir in #(((
30513051+ '') as_dir=./ ;;
30523052+ */) ;;
30533053+ *) as_dir=$as_dir/ ;;
30543054+ esac
26243055 for ac_exec_ext in '' $ac_executable_extensions; do
26252625- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30563056+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
26263057 ac_cv_prog_AWK="$ac_prog"
26272627- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
30583058+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
26283059 break 2
26293060 fi
26303061done
···26353066fi
26363067AWK=$ac_cv_prog_AWK
26373068if test -n "$AWK"; then
26382638- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
26392639-$as_echo "$AWK" >&6; }
30693069+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
30703070+printf "%s\n" "$AWK" >&6; }
26403071else
26412641- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26422642-$as_echo "no" >&6; }
30723072+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
30733073+printf "%s\n" "no" >&6; }
26433074fi
264430752645307626463077 test -n "$AWK" && break
26473078done
2648307926492649-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
26502650-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
30803080+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
30813081+printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
26513082set x ${MAKE-make}
26522652-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
26532653-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
26542654- $as_echo_n "(cached) " >&6
26552655-else
30833083+ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
30843084+if eval test \${ac_cv_prog_make_${ac_make}_set+y}
30853085+then :
30863086+ printf %s "(cached) " >&6
30873087+else $as_nop
26563088 cat >conftest.make <<\_ACEOF
26573089SHELL = /bin/sh
26583090all:
···26683100rm -f conftest.make
26693101fi
26703102if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
26712671- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
26722672-$as_echo "yes" >&6; }
31033103+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31043104+printf "%s\n" "yes" >&6; }
26733105 SET_MAKE=
26743106else
26752675- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
26762676-$as_echo "no" >&6; }
31073107+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
31083108+printf "%s\n" "no" >&6; }
26773109 SET_MAKE="MAKE=${MAKE-make}"
26783110fi
26793111···2708314027093141# Define the identity of the package.
27103142 PACKAGE='libXvMC'
27112711- VERSION='1.0.12'
31433143+ VERSION='1.0.13'
271231442713314527142714-cat >>confdefs.h <<_ACEOF
27152715-#define PACKAGE "$PACKAGE"
27162716-_ACEOF
31463146+printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
271731472718314827192719-cat >>confdefs.h <<_ACEOF
27202720-#define VERSION "$VERSION"
27212721-_ACEOF
31493149+printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h
2722315027233151# Some tools Automake needs.
27243152···275631842757318527583186# Initialize libtool
31873187+27593188case `pwd` in
27603189 *\ * | *\ *)
27612761- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
27622762-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
31903190+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
31913191+printf "%s\n" "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
27633192esac
2764319327653194···27793208278032092781321032113211+27823212ltmain="$ac_aux_dir/ltmain.sh"
2783321327842784-# Make sure we can run config.sub.
27852785-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
27862786- as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
32143214+2787321527882788-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
27892789-$as_echo_n "checking build system type... " >&6; }
27902790-if ${ac_cv_build+:} false; then :
27912791- $as_echo_n "(cached) " >&6
27922792-else
32163216+ # Make sure we can run config.sub.
32173217+$SHELL "${ac_aux_dir}config.sub" sun4 >/dev/null 2>&1 ||
32183218+ as_fn_error $? "cannot run $SHELL ${ac_aux_dir}config.sub" "$LINENO" 5
32193219+32203220+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
32213221+printf %s "checking build system type... " >&6; }
32223222+if test ${ac_cv_build+y}
32233223+then :
32243224+ printf %s "(cached) " >&6
32253225+else $as_nop
27933226 ac_build_alias=$build_alias
27943227test "x$ac_build_alias" = x &&
27952795- ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
32283228+ ac_build_alias=`$SHELL "${ac_aux_dir}config.guess"`
27963229test "x$ac_build_alias" = x &&
27973230 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
27982798-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
27992799- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
32313231+ac_cv_build=`$SHELL "${ac_aux_dir}config.sub" $ac_build_alias` ||
32323232+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $ac_build_alias failed" "$LINENO" 5
2800323328013234fi
28022802-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
28032803-$as_echo "$ac_cv_build" >&6; }
32353235+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
32363236+printf "%s\n" "$ac_cv_build" >&6; }
28043237case $ac_cv_build in
28053238*-*-*) ;;
28063239*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
···28193252case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
282032532821325428222822-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
28232823-$as_echo_n "checking host system type... " >&6; }
28242824-if ${ac_cv_host+:} false; then :
28252825- $as_echo_n "(cached) " >&6
28262826-else
32553255+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
32563256+printf %s "checking host system type... " >&6; }
32573257+if test ${ac_cv_host+y}
32583258+then :
32593259+ printf %s "(cached) " >&6
32603260+else $as_nop
28273261 if test "x$host_alias" = x; then
28283262 ac_cv_host=$ac_cv_build
28293263else
28302830- ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
28312831- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
32643264+ ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` ||
32653265+ as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5
28323266fi
2833326728343268fi
28352835-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
28362836-$as_echo "$ac_cv_host" >&6; }
32693269+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
32703270+printf "%s\n" "$ac_cv_host" >&6; }
28373271case $ac_cv_host in
28383272*-*-*) ;;
28393273*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
···28733307ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
28743308ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
2875330928762876-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
28772877-$as_echo_n "checking how to print strings... " >&6; }
33103310+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
33113311+printf %s "checking how to print strings... " >&6; }
28783312# Test print first, because it will be a builtin if present.
28793313if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
28803314 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
···29003334}
2901333529023336case "$ECHO" in
29032903- printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
29042904-$as_echo "printf" >&6; } ;;
29052905- print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
29062906-$as_echo "print -r" >&6; } ;;
29072907- *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
29082908-$as_echo "cat" >&6; } ;;
33373337+ printf*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: printf" >&5
33383338+printf "%s\n" "printf" >&6; } ;;
33393339+ print*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
33403340+printf "%s\n" "print -r" >&6; } ;;
33413341+ *) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: cat" >&5
33423342+printf "%s\n" "cat" >&6; } ;;
29093343esac
33443344+33453345+33463346+33473347+33483348+33493349+33503350+33513351+33523352+291033532911335429123355···29333376.PHONY: am__doit
29343377END
29353378# If we don't find an include directive, just comment out the code.
29362936-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
29372937-$as_echo_n "checking for style of include used by $am_make... " >&6; }
33793379+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
33803380+printf %s "checking for style of include used by $am_make... " >&6; }
29383381am__include="#"
29393382am__quote=
29403383_am_result=none
···29613404fi
296234052963340629642964-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
29652965-$as_echo "$_am_result" >&6; }
34073407+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
34083408+printf "%s\n" "$_am_result" >&6; }
29663409rm -f confinc confmf
2967341029683411# Check whether --enable-dependency-tracking was given.
29692969-if test "${enable_dependency_tracking+set}" = set; then :
34123412+if test ${enable_dependency_tracking+y}
34133413+then :
29703414 enableval=$enable_dependency_tracking;
29713415fi
29723416···29923436if test -n "$ac_tool_prefix"; then
29933437 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
29943438set dummy ${ac_tool_prefix}gcc; ac_word=$2
29952995-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
29962996-$as_echo_n "checking for $ac_word... " >&6; }
29972997-if ${ac_cv_prog_CC+:} false; then :
29982998- $as_echo_n "(cached) " >&6
29992999-else
34393439+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34403440+printf %s "checking for $ac_word... " >&6; }
34413441+if test ${ac_cv_prog_CC+y}
34423442+then :
34433443+ printf %s "(cached) " >&6
34443444+else $as_nop
30003445 if test -n "$CC"; then
30013446 ac_cv_prog_CC="$CC" # Let the user override the test.
30023447else
···30043449for as_dir in $PATH
30053450do
30063451 IFS=$as_save_IFS
30073007- test -z "$as_dir" && as_dir=.
34523452+ case $as_dir in #(((
34533453+ '') as_dir=./ ;;
34543454+ */) ;;
34553455+ *) as_dir=$as_dir/ ;;
34563456+ esac
30083457 for ac_exec_ext in '' $ac_executable_extensions; do
30093009- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34583458+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
30103459 ac_cv_prog_CC="${ac_tool_prefix}gcc"
30113011- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
34603460+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30123461 break 2
30133462 fi
30143463done
···30193468fi
30203469CC=$ac_cv_prog_CC
30213470if test -n "$CC"; then
30223022- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
30233023-$as_echo "$CC" >&6; }
34713471+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
34723472+printf "%s\n" "$CC" >&6; }
30243473else
30253025- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30263026-$as_echo "no" >&6; }
34743474+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
34753475+printf "%s\n" "no" >&6; }
30273476fi
3028347730293478···30323481 ac_ct_CC=$CC
30333482 # Extract the first word of "gcc", so it can be a program name with args.
30343483set dummy gcc; ac_word=$2
30353035-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30363036-$as_echo_n "checking for $ac_word... " >&6; }
30373037-if ${ac_cv_prog_ac_ct_CC+:} false; then :
30383038- $as_echo_n "(cached) " >&6
30393039-else
34843484+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
34853485+printf %s "checking for $ac_word... " >&6; }
34863486+if test ${ac_cv_prog_ac_ct_CC+y}
34873487+then :
34883488+ printf %s "(cached) " >&6
34893489+else $as_nop
30403490 if test -n "$ac_ct_CC"; then
30413491 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
30423492else
···30443494for as_dir in $PATH
30453495do
30463496 IFS=$as_save_IFS
30473047- test -z "$as_dir" && as_dir=.
34973497+ case $as_dir in #(((
34983498+ '') as_dir=./ ;;
34993499+ */) ;;
35003500+ *) as_dir=$as_dir/ ;;
35013501+ esac
30483502 for ac_exec_ext in '' $ac_executable_extensions; do
30493049- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
35033503+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
30503504 ac_cv_prog_ac_ct_CC="gcc"
30513051- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35053505+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
30523506 break 2
30533507 fi
30543508done
···30593513fi
30603514ac_ct_CC=$ac_cv_prog_ac_ct_CC
30613515if test -n "$ac_ct_CC"; then
30623062- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
30633063-$as_echo "$ac_ct_CC" >&6; }
35163516+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
35173517+printf "%s\n" "$ac_ct_CC" >&6; }
30643518else
30653065- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
30663066-$as_echo "no" >&6; }
35193519+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35203520+printf "%s\n" "no" >&6; }
30673521fi
3068352230693523 if test "x$ac_ct_CC" = x; then
···30713525 else
30723526 case $cross_compiling:$ac_tool_warned in
30733527yes:)
30743074-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
30753075-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
35283528+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
35293529+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
30763530ac_tool_warned=yes ;;
30773531esac
30783532 CC=$ac_ct_CC
···30853539 if test -n "$ac_tool_prefix"; then
30863540 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
30873541set dummy ${ac_tool_prefix}cc; ac_word=$2
30883088-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
30893089-$as_echo_n "checking for $ac_word... " >&6; }
30903090-if ${ac_cv_prog_CC+:} false; then :
30913091- $as_echo_n "(cached) " >&6
30923092-else
35423542+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
35433543+printf %s "checking for $ac_word... " >&6; }
35443544+if test ${ac_cv_prog_CC+y}
35453545+then :
35463546+ printf %s "(cached) " >&6
35473547+else $as_nop
30933548 if test -n "$CC"; then
30943549 ac_cv_prog_CC="$CC" # Let the user override the test.
30953550else
···30973552for as_dir in $PATH
30983553do
30993554 IFS=$as_save_IFS
31003100- test -z "$as_dir" && as_dir=.
35553555+ case $as_dir in #(((
35563556+ '') as_dir=./ ;;
35573557+ */) ;;
35583558+ *) as_dir=$as_dir/ ;;
35593559+ esac
31013560 for ac_exec_ext in '' $ac_executable_extensions; do
31023102- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
35613561+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
31033562 ac_cv_prog_CC="${ac_tool_prefix}cc"
31043104- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
35633563+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
31053564 break 2
31063565 fi
31073566done
···31123571fi
31133572CC=$ac_cv_prog_CC
31143573if test -n "$CC"; then
31153115- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31163116-$as_echo "$CC" >&6; }
35743574+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
35753575+printf "%s\n" "$CC" >&6; }
31173576else
31183118- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31193119-$as_echo "no" >&6; }
35773577+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
35783578+printf "%s\n" "no" >&6; }
31203579fi
3121358031223581···31253584if test -z "$CC"; then
31263585 # Extract the first word of "cc", so it can be a program name with args.
31273586set dummy cc; ac_word=$2
31283128-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31293129-$as_echo_n "checking for $ac_word... " >&6; }
31303130-if ${ac_cv_prog_CC+:} false; then :
31313131- $as_echo_n "(cached) " >&6
31323132-else
35873587+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
35883588+printf %s "checking for $ac_word... " >&6; }
35893589+if test ${ac_cv_prog_CC+y}
35903590+then :
35913591+ printf %s "(cached) " >&6
35923592+else $as_nop
31333593 if test -n "$CC"; then
31343594 ac_cv_prog_CC="$CC" # Let the user override the test.
31353595else
···31383598for as_dir in $PATH
31393599do
31403600 IFS=$as_save_IFS
31413141- test -z "$as_dir" && as_dir=.
36013601+ case $as_dir in #(((
36023602+ '') as_dir=./ ;;
36033603+ */) ;;
36043604+ *) as_dir=$as_dir/ ;;
36053605+ esac
31423606 for ac_exec_ext in '' $ac_executable_extensions; do
31433143- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31443144- if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
36073607+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
36083608+ if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
31453609 ac_prog_rejected=yes
31463610 continue
31473611 fi
31483612 ac_cv_prog_CC="cc"
31493149- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36133613+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
31503614 break 2
31513615 fi
31523616done
···31623626 # However, it has the same basename, so the bogon will be chosen
31633627 # first if we set CC to just the basename; use the full file name.
31643628 shift
31653165- ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
36293629+ ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@"
31663630 fi
31673631fi
31683632fi
31693633fi
31703634CC=$ac_cv_prog_CC
31713635if test -n "$CC"; then
31723172- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
31733173-$as_echo "$CC" >&6; }
36363636+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
36373637+printf "%s\n" "$CC" >&6; }
31743638else
31753175- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31763176-$as_echo "no" >&6; }
36393639+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
36403640+printf "%s\n" "no" >&6; }
31773641fi
3178364231793643···31843648 do
31853649 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
31863650set dummy $ac_tool_prefix$ac_prog; ac_word=$2
31873187-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
31883188-$as_echo_n "checking for $ac_word... " >&6; }
31893189-if ${ac_cv_prog_CC+:} false; then :
31903190- $as_echo_n "(cached) " >&6
31913191-else
36513651+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
36523652+printf %s "checking for $ac_word... " >&6; }
36533653+if test ${ac_cv_prog_CC+y}
36543654+then :
36553655+ printf %s "(cached) " >&6
36563656+else $as_nop
31923657 if test -n "$CC"; then
31933658 ac_cv_prog_CC="$CC" # Let the user override the test.
31943659else
···31963661for as_dir in $PATH
31973662do
31983663 IFS=$as_save_IFS
31993199- test -z "$as_dir" && as_dir=.
36643664+ case $as_dir in #(((
36653665+ '') as_dir=./ ;;
36663666+ */) ;;
36673667+ *) as_dir=$as_dir/ ;;
36683668+ esac
32003669 for ac_exec_ext in '' $ac_executable_extensions; do
32013201- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
36703670+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
32023671 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
32033203- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
36723672+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
32043673 break 2
32053674 fi
32063675done
···32113680fi
32123681CC=$ac_cv_prog_CC
32133682if test -n "$CC"; then
32143214- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
32153215-$as_echo "$CC" >&6; }
36833683+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
36843684+printf "%s\n" "$CC" >&6; }
32163685else
32173217- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32183218-$as_echo "no" >&6; }
36863686+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
36873687+printf "%s\n" "no" >&6; }
32193688fi
3220368932213690···32283697do
32293698 # Extract the first word of "$ac_prog", so it can be a program name with args.
32303699set dummy $ac_prog; ac_word=$2
32313231-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
32323232-$as_echo_n "checking for $ac_word... " >&6; }
32333233-if ${ac_cv_prog_ac_ct_CC+:} false; then :
32343234- $as_echo_n "(cached) " >&6
32353235-else
37003700+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37013701+printf %s "checking for $ac_word... " >&6; }
37023702+if test ${ac_cv_prog_ac_ct_CC+y}
37033703+then :
37043704+ printf %s "(cached) " >&6
37053705+else $as_nop
32363706 if test -n "$ac_ct_CC"; then
32373707 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
32383708else
···32403710for as_dir in $PATH
32413711do
32423712 IFS=$as_save_IFS
32433243- test -z "$as_dir" && as_dir=.
37133713+ case $as_dir in #(((
37143714+ '') as_dir=./ ;;
37153715+ */) ;;
37163716+ *) as_dir=$as_dir/ ;;
37173717+ esac
32443718 for ac_exec_ext in '' $ac_executable_extensions; do
32453245- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
37193719+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
32463720 ac_cv_prog_ac_ct_CC="$ac_prog"
32473247- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
37213721+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
32483722 break 2
32493723 fi
32503724done
···32553729fi
32563730ac_ct_CC=$ac_cv_prog_ac_ct_CC
32573731if test -n "$ac_ct_CC"; then
32583258- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
32593259-$as_echo "$ac_ct_CC" >&6; }
37323732+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
37333733+printf "%s\n" "$ac_ct_CC" >&6; }
32603734else
32613261- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
32623262-$as_echo "no" >&6; }
37353735+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
37363736+printf "%s\n" "no" >&6; }
32633737fi
3264373832653739···32713745 else
32723746 case $cross_compiling:$ac_tool_warned in
32733747yes:)
32743274-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
32753275-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
37483748+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
37493749+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
37503750+ac_tool_warned=yes ;;
37513751+esac
37523752+ CC=$ac_ct_CC
37533753+ fi
37543754+fi
37553755+37563756+fi
37573757+if test -z "$CC"; then
37583758+ if test -n "$ac_tool_prefix"; then
37593759+ # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args.
37603760+set dummy ${ac_tool_prefix}clang; ac_word=$2
37613761+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
37623762+printf %s "checking for $ac_word... " >&6; }
37633763+if test ${ac_cv_prog_CC+y}
37643764+then :
37653765+ printf %s "(cached) " >&6
37663766+else $as_nop
37673767+ if test -n "$CC"; then
37683768+ ac_cv_prog_CC="$CC" # Let the user override the test.
37693769+else
37703770+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
37713771+for as_dir in $PATH
37723772+do
37733773+ IFS=$as_save_IFS
37743774+ case $as_dir in #(((
37753775+ '') as_dir=./ ;;
37763776+ */) ;;
37773777+ *) as_dir=$as_dir/ ;;
37783778+ esac
37793779+ for ac_exec_ext in '' $ac_executable_extensions; do
37803780+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
37813781+ ac_cv_prog_CC="${ac_tool_prefix}clang"
37823782+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
37833783+ break 2
37843784+ fi
37853785+done
37863786+ done
37873787+IFS=$as_save_IFS
37883788+37893789+fi
37903790+fi
37913791+CC=$ac_cv_prog_CC
37923792+if test -n "$CC"; then
37933793+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
37943794+printf "%s\n" "$CC" >&6; }
37953795+else
37963796+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
37973797+printf "%s\n" "no" >&6; }
37983798+fi
37993799+38003800+38013801+fi
38023802+if test -z "$ac_cv_prog_CC"; then
38033803+ ac_ct_CC=$CC
38043804+ # Extract the first word of "clang", so it can be a program name with args.
38053805+set dummy clang; ac_word=$2
38063806+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
38073807+printf %s "checking for $ac_word... " >&6; }
38083808+if test ${ac_cv_prog_ac_ct_CC+y}
38093809+then :
38103810+ printf %s "(cached) " >&6
38113811+else $as_nop
38123812+ if test -n "$ac_ct_CC"; then
38133813+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
38143814+else
38153815+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
38163816+for as_dir in $PATH
38173817+do
38183818+ IFS=$as_save_IFS
38193819+ case $as_dir in #(((
38203820+ '') as_dir=./ ;;
38213821+ */) ;;
38223822+ *) as_dir=$as_dir/ ;;
38233823+ esac
38243824+ for ac_exec_ext in '' $ac_executable_extensions; do
38253825+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
38263826+ ac_cv_prog_ac_ct_CC="clang"
38273827+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
38283828+ break 2
38293829+ fi
38303830+done
38313831+ done
38323832+IFS=$as_save_IFS
38333833+38343834+fi
38353835+fi
38363836+ac_ct_CC=$ac_cv_prog_ac_ct_CC
38373837+if test -n "$ac_ct_CC"; then
38383838+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
38393839+printf "%s\n" "$ac_ct_CC" >&6; }
38403840+else
38413841+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
38423842+printf "%s\n" "no" >&6; }
38433843+fi
38443844+38453845+ if test "x$ac_ct_CC" = x; then
38463846+ CC=""
38473847+ else
38483848+ case $cross_compiling:$ac_tool_warned in
38493849+yes:)
38503850+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
38513851+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
32763852ac_tool_warned=yes ;;
32773853esac
32783854 CC=$ac_ct_CC
32793855 fi
38563856+else
38573857+ CC="$ac_cv_prog_CC"
32803858fi
3281385932823860fi
328338613284386232853285-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
32863286-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
38633863+test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
38643864+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
32873865as_fn_error $? "no acceptable C compiler found in \$PATH
32883866See \`config.log' for more details" "$LINENO" 5; }
3289386732903868# Provide some information about the compiler.
32913291-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
38693869+printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
32923870set X $ac_compile
32933871ac_compiler=$2
32943294-for ac_option in --version -v -V -qversion; do
38723872+for ac_option in --version -v -V -qversion -version; do
32953873 { { ac_try="$ac_compiler $ac_option >&5"
32963874case "(($ac_try" in
32973875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32983876 *) ac_try_echo=$ac_try;;
32993877esac
33003878eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
33013301-$as_echo "$ac_try_echo"; } >&5
38793879+printf "%s\n" "$ac_try_echo"; } >&5
33023880 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
33033881 ac_status=$?
33043882 if test -s conftest.err; then
···33083886 cat conftest.er1 >&5
33093887 fi
33103888 rm -f conftest.er1 conftest.err
33113311- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
38893889+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33123890 test $ac_status = 0; }
33133891done
33143892···33163894/* end confdefs.h. */
3317389533183896int
33193319-main ()
38973897+main (void)
33203898{
3321389933223900 ;
···33283906# Try to create an executable without -o first, disregard a.out.
33293907# It will help us diagnose broken compilers, and finding out an intuition
33303908# of exeext.
33313331-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
33323332-$as_echo_n "checking whether the C compiler works... " >&6; }
33333333-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
39093909+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
39103910+printf %s "checking whether the C compiler works... " >&6; }
39113911+ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3334391233353913# The possible output files:
33363914ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
···33513929 *) ac_try_echo=$ac_try;;
33523930esac
33533931eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
33543354-$as_echo "$ac_try_echo"; } >&5
39323932+printf "%s\n" "$ac_try_echo"; } >&5
33553933 (eval "$ac_link_default") 2>&5
33563934 ac_status=$?
33573357- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
33583358- test $ac_status = 0; }; then :
39353935+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
39363936+ test $ac_status = 0; }
39373937+then :
33593938 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
33603939# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
33613940# in a Makefile. We should not override ac_cv_exeext if it was cached,
···33723951 # certainly right.
33733952 break;;
33743953 *.* )
33753375- if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
39543954+ if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no;
33763955 then :; else
33773956 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
33783957 fi
···33883967done
33893968test "$ac_cv_exeext" = no && ac_cv_exeext=
3390396933913391-else
39703970+else $as_nop
33923971 ac_file=''
33933972fi
33943394-if test -z "$ac_file"; then :
33953395- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
33963396-$as_echo "no" >&6; }
33973397-$as_echo "$as_me: failed program was:" >&5
39733973+if test -z "$ac_file"
39743974+then :
39753975+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
39763976+printf "%s\n" "no" >&6; }
39773977+printf "%s\n" "$as_me: failed program was:" >&5
33983978sed 's/^/| /' conftest.$ac_ext >&5
3399397934003400-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
34013401-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39803980+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
39813981+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
34023982as_fn_error 77 "C compiler cannot create executables
34033983See \`config.log' for more details" "$LINENO" 5; }
34043404-else
34053405- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
34063406-$as_echo "yes" >&6; }
39843984+else $as_nop
39853985+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
39863986+printf "%s\n" "yes" >&6; }
34073987fi
34083408-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
34093409-$as_echo_n "checking for C compiler default output file name... " >&6; }
34103410-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
34113411-$as_echo "$ac_file" >&6; }
39883988+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
39893989+printf %s "checking for C compiler default output file name... " >&6; }
39903990+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
39913991+printf "%s\n" "$ac_file" >&6; }
34123992ac_exeext=$ac_cv_exeext
3413399334143994rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
34153995ac_clean_files=$ac_clean_files_save
34163416-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
34173417-$as_echo_n "checking for suffix of executables... " >&6; }
39963996+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
39973997+printf %s "checking for suffix of executables... " >&6; }
34183998if { { ac_try="$ac_link"
34193999case "(($ac_try" in
34204000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34214001 *) ac_try_echo=$ac_try;;
34224002esac
34234003eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34243424-$as_echo "$ac_try_echo"; } >&5
40044004+printf "%s\n" "$ac_try_echo"; } >&5
34254005 (eval "$ac_link") 2>&5
34264006 ac_status=$?
34273427- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34283428- test $ac_status = 0; }; then :
40074007+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
40084008+ test $ac_status = 0; }
40094009+then :
34294010 # If both `conftest.exe' and `conftest' are `present' (well, observable)
34304011# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
34314012# work properly (i.e., refer to `conftest.exe'), while it won't with
···34394020 * ) break;;
34404021 esac
34414022done
34423442-else
34433443- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
34443444-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
40234023+else $as_nop
40244024+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
40254025+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
34454026as_fn_error $? "cannot compute suffix of executables: cannot compile and link
34464027See \`config.log' for more details" "$LINENO" 5; }
34474028fi
34484029rm -f conftest conftest$ac_cv_exeext
34493449-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
34503450-$as_echo "$ac_cv_exeext" >&6; }
40304030+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
40314031+printf "%s\n" "$ac_cv_exeext" >&6; }
3451403234524033rm -f conftest.$ac_ext
34534034EXEEXT=$ac_cv_exeext
···34564037/* end confdefs.h. */
34574038#include <stdio.h>
34584039int
34593459-main ()
40404040+main (void)
34604041{
34614042FILE *f = fopen ("conftest.out", "w");
34624043 return ferror (f) || fclose (f) != 0;
···34684049ac_clean_files="$ac_clean_files conftest.out"
34694050# Check that the compiler produces executables we can run. If not, either
34704051# the compiler is broken, or we cross compile.
34713471-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
34723472-$as_echo_n "checking whether we are cross compiling... " >&6; }
40524052+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
40534053+printf %s "checking whether we are cross compiling... " >&6; }
34734054if test "$cross_compiling" != yes; then
34744055 { { ac_try="$ac_link"
34754056case "(($ac_try" in
···34774058 *) ac_try_echo=$ac_try;;
34784059esac
34794060eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34803480-$as_echo "$ac_try_echo"; } >&5
40614061+printf "%s\n" "$ac_try_echo"; } >&5
34814062 (eval "$ac_link") 2>&5
34824063 ac_status=$?
34833483- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
40644064+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34844065 test $ac_status = 0; }
34854066 if { ac_try='./conftest$ac_cv_exeext'
34864067 { { case "(($ac_try" in
···34884069 *) ac_try_echo=$ac_try;;
34894070esac
34904071eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
34913491-$as_echo "$ac_try_echo"; } >&5
40724072+printf "%s\n" "$ac_try_echo"; } >&5
34924073 (eval "$ac_try") 2>&5
34934074 ac_status=$?
34943494- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
40754075+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
34954076 test $ac_status = 0; }; }; then
34964077 cross_compiling=no
34974078 else
34984079 if test "$cross_compiling" = maybe; then
34994080 cross_compiling=yes
35004081 else
35013501- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35023502-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35033503-as_fn_error $? "cannot run C compiled programs.
40824082+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
40834083+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
40844084+as_fn_error 77 "cannot run C compiled programs.
35044085If you meant to cross compile, use \`--host'.
35054086See \`config.log' for more details" "$LINENO" 5; }
35064087 fi
35074088 fi
35084089fi
35093509-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
35103510-$as_echo "$cross_compiling" >&6; }
40904090+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
40914091+printf "%s\n" "$cross_compiling" >&6; }
3511409235124093rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
35134094ac_clean_files=$ac_clean_files_save
35143514-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
35153515-$as_echo_n "checking for suffix of object files... " >&6; }
35163516-if ${ac_cv_objext+:} false; then :
35173517- $as_echo_n "(cached) " >&6
35183518-else
40954095+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
40964096+printf %s "checking for suffix of object files... " >&6; }
40974097+if test ${ac_cv_objext+y}
40984098+then :
40994099+ printf %s "(cached) " >&6
41004100+else $as_nop
35194101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35204102/* end confdefs.h. */
3521410335224104int
35233523-main ()
41054105+main (void)
35244106{
3525410735264108 ;
···35344116 *) ac_try_echo=$ac_try;;
35354117esac
35364118eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
35373537-$as_echo "$ac_try_echo"; } >&5
41194119+printf "%s\n" "$ac_try_echo"; } >&5
35384120 (eval "$ac_compile") 2>&5
35394121 ac_status=$?
35403540- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
35413541- test $ac_status = 0; }; then :
41224122+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
41234123+ test $ac_status = 0; }
41244124+then :
35424125 for ac_file in conftest.o conftest.obj conftest.*; do
35434126 test -f "$ac_file" || continue;
35444127 case $ac_file in
···35474130 break;;
35484131 esac
35494132done
35503550-else
35513551- $as_echo "$as_me: failed program was:" >&5
41334133+else $as_nop
41344134+ printf "%s\n" "$as_me: failed program was:" >&5
35524135sed 's/^/| /' conftest.$ac_ext >&5
3553413635543554-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
35553555-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
41374137+{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
41384138+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
35564139as_fn_error $? "cannot compute suffix of object files: cannot compile
35574140See \`config.log' for more details" "$LINENO" 5; }
35584141fi
35594142rm -f conftest.$ac_cv_objext conftest.$ac_ext
35604143fi
35613561-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
35623562-$as_echo "$ac_cv_objext" >&6; }
41444144+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
41454145+printf "%s\n" "$ac_cv_objext" >&6; }
35634146OBJEXT=$ac_cv_objext
35644147ac_objext=$OBJEXT
35653565-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
35663566-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
35673567-if ${ac_cv_c_compiler_gnu+:} false; then :
35683568- $as_echo_n "(cached) " >&6
35693569-else
41484148+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5
41494149+printf %s "checking whether the compiler supports GNU C... " >&6; }
41504150+if test ${ac_cv_c_compiler_gnu+y}
41514151+then :
41524152+ printf %s "(cached) " >&6
41534153+else $as_nop
35704154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
35714155/* end confdefs.h. */
3572415635734157int
35743574-main ()
41584158+main (void)
35754159{
35764160#ifndef __GNUC__
35774161 choke me
···35814165 return 0;
35824166}
35834167_ACEOF
35843584-if ac_fn_c_try_compile "$LINENO"; then :
41684168+if ac_fn_c_try_compile "$LINENO"
41694169+then :
35854170 ac_compiler_gnu=yes
35863586-else
41714171+else $as_nop
35874172 ac_compiler_gnu=no
35884173fi
35893589-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41744174+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
35904175ac_cv_c_compiler_gnu=$ac_compiler_gnu
3591417635924177fi
35933593-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
35943594-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
41784178+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
41794179+printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; }
41804180+ac_compiler_gnu=$ac_cv_c_compiler_gnu
41814181+35954182if test $ac_compiler_gnu = yes; then
35964183 GCC=yes
35974184else
35984185 GCC=
35994186fi
36003600-ac_test_CFLAGS=${CFLAGS+set}
41874187+ac_test_CFLAGS=${CFLAGS+y}
36014188ac_save_CFLAGS=$CFLAGS
36023602-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
36033603-$as_echo_n "checking whether $CC accepts -g... " >&6; }
36043604-if ${ac_cv_prog_cc_g+:} false; then :
36053605- $as_echo_n "(cached) " >&6
36063606-else
41894189+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
41904190+printf %s "checking whether $CC accepts -g... " >&6; }
41914191+if test ${ac_cv_prog_cc_g+y}
41924192+then :
41934193+ printf %s "(cached) " >&6
41944194+else $as_nop
36074195 ac_save_c_werror_flag=$ac_c_werror_flag
36084196 ac_c_werror_flag=yes
36094197 ac_cv_prog_cc_g=no
···36124200/* end confdefs.h. */
3613420136144202int
36153615-main ()
42034203+main (void)
36164204{
3617420536184206 ;
36194207 return 0;
36204208}
36214209_ACEOF
36223622-if ac_fn_c_try_compile "$LINENO"; then :
42104210+if ac_fn_c_try_compile "$LINENO"
42114211+then :
36234212 ac_cv_prog_cc_g=yes
36243624-else
42134213+else $as_nop
36254214 CFLAGS=""
36264215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36274216/* end confdefs.h. */
3628421736294218int
36303630-main ()
42194219+main (void)
36314220{
3632422136334222 ;
36344223 return 0;
36354224}
36364225_ACEOF
36373637-if ac_fn_c_try_compile "$LINENO"; then :
42264226+if ac_fn_c_try_compile "$LINENO"
42274227+then :
3638422836393639-else
42294229+else $as_nop
36404230 ac_c_werror_flag=$ac_save_c_werror_flag
36414231 CFLAGS="-g"
36424232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36434233/* end confdefs.h. */
3644423436454235int
36463646-main ()
42364236+main (void)
36474237{
3648423836494239 ;
36504240 return 0;
36514241}
36524242_ACEOF
36533653-if ac_fn_c_try_compile "$LINENO"; then :
42434243+if ac_fn_c_try_compile "$LINENO"
42444244+then :
36544245 ac_cv_prog_cc_g=yes
36554246fi
36563656-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42474247+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36574248fi
36583658-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42494249+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36594250fi
36603660-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42514251+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
36614252 ac_c_werror_flag=$ac_save_c_werror_flag
36624253fi
36633663-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
36643664-$as_echo "$ac_cv_prog_cc_g" >&6; }
36653665-if test "$ac_test_CFLAGS" = set; then
42544254+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
42554255+printf "%s\n" "$ac_cv_prog_cc_g" >&6; }
42564256+if test $ac_test_CFLAGS; then
36664257 CFLAGS=$ac_save_CFLAGS
36674258elif test $ac_cv_prog_cc_g = yes; then
36684259 if test "$GCC" = yes; then
···36774268 CFLAGS=
36784269 fi
36794270fi
36803680-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
36813681-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
36823682-if ${ac_cv_prog_cc_c89+:} false; then :
36833683- $as_echo_n "(cached) " >&6
36843684-else
36853685- ac_cv_prog_cc_c89=no
42714271+ac_prog_cc_stdc=no
42724272+if test x$ac_prog_cc_stdc = xno
42734273+then :
42744274+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5
42754275+printf %s "checking for $CC option to enable C11 features... " >&6; }
42764276+if test ${ac_cv_prog_cc_c11+y}
42774277+then :
42784278+ printf %s "(cached) " >&6
42794279+else $as_nop
42804280+ ac_cv_prog_cc_c11=no
36864281ac_save_CC=$CC
36874282cat confdefs.h - <<_ACEOF >conftest.$ac_ext
36884283/* end confdefs.h. */
36893689-#include <stdarg.h>
36903690-#include <stdio.h>
36913691-struct stat;
36923692-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
36933693-struct buf { int x; };
36943694-FILE * (*rcsopen) (struct buf *, struct stat *, int);
36953695-static char *e (p, i)
36963696- char **p;
36973697- int i;
36983698-{
36993699- return p[i];
37003700-}
37013701-static char *f (char * (*g) (char **, int), char **p, ...)
37023702-{
37033703- char *s;
37043704- va_list v;
37053705- va_start (v,p);
37063706- s = g (p, va_arg (v,int));
37073707- va_end (v);
37083708- return s;
37093709-}
42844284+$ac_c_conftest_c11_program
42854285+_ACEOF
42864286+for ac_arg in '' -std=gnu11
42874287+do
42884288+ CC="$ac_save_CC $ac_arg"
42894289+ if ac_fn_c_try_compile "$LINENO"
42904290+then :
42914291+ ac_cv_prog_cc_c11=$ac_arg
42924292+fi
42934293+rm -f core conftest.err conftest.$ac_objext conftest.beam
42944294+ test "x$ac_cv_prog_cc_c11" != "xno" && break
42954295+done
42964296+rm -f conftest.$ac_ext
42974297+CC=$ac_save_CC
42984298+fi
3710429937113711-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
37123712- function prototypes and stuff, but not '\xHH' hex character constants.
37133713- These don't provoke an error unfortunately, instead are silently treated
37143714- as 'x'. The following induces an error, until -std is added to get
37153715- proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
37163716- array size at least. It's necessary to write '\x00'==0 to get something
37173717- that's true only with -std. */
37183718-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
43004300+if test "x$ac_cv_prog_cc_c11" = xno
43014301+then :
43024302+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
43034303+printf "%s\n" "unsupported" >&6; }
43044304+else $as_nop
43054305+ if test "x$ac_cv_prog_cc_c11" = x
43064306+then :
43074307+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
43084308+printf "%s\n" "none needed" >&6; }
43094309+else $as_nop
43104310+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5
43114311+printf "%s\n" "$ac_cv_prog_cc_c11" >&6; }
43124312+ CC="$CC $ac_cv_prog_cc_c11"
43134313+fi
43144314+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11
43154315+ ac_prog_cc_stdc=c11
43164316+fi
43174317+fi
43184318+if test x$ac_prog_cc_stdc = xno
43194319+then :
43204320+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5
43214321+printf %s "checking for $CC option to enable C99 features... " >&6; }
43224322+if test ${ac_cv_prog_cc_c99+y}
43234323+then :
43244324+ printf %s "(cached) " >&6
43254325+else $as_nop
43264326+ ac_cv_prog_cc_c99=no
43274327+ac_save_CC=$CC
43284328+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43294329+/* end confdefs.h. */
43304330+$ac_c_conftest_c99_program
43314331+_ACEOF
43324332+for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99=
43334333+do
43344334+ CC="$ac_save_CC $ac_arg"
43354335+ if ac_fn_c_try_compile "$LINENO"
43364336+then :
43374337+ ac_cv_prog_cc_c99=$ac_arg
43384338+fi
43394339+rm -f core conftest.err conftest.$ac_objext conftest.beam
43404340+ test "x$ac_cv_prog_cc_c99" != "xno" && break
43414341+done
43424342+rm -f conftest.$ac_ext
43434343+CC=$ac_save_CC
43444344+fi
3719434537203720-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
37213721- inside strings and character constants. */
37223722-#define FOO(x) 'x'
37233723-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
37243724-37253725-int test (int i, double x);
37263726-struct s1 {int (*f) (int a);};
37273727-struct s2 {int (*f) (double a);};
37283728-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
37293729-int argc;
37303730-char **argv;
37313731-int
37323732-main ()
37333733-{
37343734-return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
37353735- ;
37363736- return 0;
37373737-}
43464346+if test "x$ac_cv_prog_cc_c99" = xno
43474347+then :
43484348+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
43494349+printf "%s\n" "unsupported" >&6; }
43504350+else $as_nop
43514351+ if test "x$ac_cv_prog_cc_c99" = x
43524352+then :
43534353+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
43544354+printf "%s\n" "none needed" >&6; }
43554355+else $as_nop
43564356+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
43574357+printf "%s\n" "$ac_cv_prog_cc_c99" >&6; }
43584358+ CC="$CC $ac_cv_prog_cc_c99"
43594359+fi
43604360+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99
43614361+ ac_prog_cc_stdc=c99
43624362+fi
43634363+fi
43644364+if test x$ac_prog_cc_stdc = xno
43654365+then :
43664366+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5
43674367+printf %s "checking for $CC option to enable C89 features... " >&6; }
43684368+if test ${ac_cv_prog_cc_c89+y}
43694369+then :
43704370+ printf %s "(cached) " >&6
43714371+else $as_nop
43724372+ ac_cv_prog_cc_c89=no
43734373+ac_save_CC=$CC
43744374+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
43754375+/* end confdefs.h. */
43764376+$ac_c_conftest_c89_program
37384377_ACEOF
37393739-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
37403740- -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
43784378+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
37414379do
37424380 CC="$ac_save_CC $ac_arg"
37433743- if ac_fn_c_try_compile "$LINENO"; then :
43814381+ if ac_fn_c_try_compile "$LINENO"
43824382+then :
37444383 ac_cv_prog_cc_c89=$ac_arg
37454384fi
37463746-rm -f core conftest.err conftest.$ac_objext
43854385+rm -f core conftest.err conftest.$ac_objext conftest.beam
37474386 test "x$ac_cv_prog_cc_c89" != "xno" && break
37484387done
37494388rm -f conftest.$ac_ext
37504389CC=$ac_save_CC
43904390+fi
3751439143924392+if test "x$ac_cv_prog_cc_c89" = xno
43934393+then :
43944394+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
43954395+printf "%s\n" "unsupported" >&6; }
43964396+else $as_nop
43974397+ if test "x$ac_cv_prog_cc_c89" = x
43984398+then :
43994399+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
44004400+printf "%s\n" "none needed" >&6; }
44014401+else $as_nop
44024402+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
44034403+printf "%s\n" "$ac_cv_prog_cc_c89" >&6; }
44044404+ CC="$CC $ac_cv_prog_cc_c89"
37524405fi
37533753-# AC_CACHE_VAL
37543754-case "x$ac_cv_prog_cc_c89" in
37553755- x)
37563756- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
37573757-$as_echo "none needed" >&6; } ;;
37583758- xno)
37593759- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
37603760-$as_echo "unsupported" >&6; } ;;
37613761- *)
37623762- CC="$CC $ac_cv_prog_cc_c89"
37633763- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
37643764-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
37653765-esac
37663766-if test "x$ac_cv_prog_cc_c89" != xno; then :
37673767-44064406+ ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89
44074407+ ac_prog_cc_stdc=c89
44084408+fi
37684409fi
3769441037704411ac_ext=c
···3775441637764417depcc="$CC" am_compiler_list=
3777441837783778-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
37793779-$as_echo_n "checking dependency style of $depcc... " >&6; }
37803780-if ${am_cv_CC_dependencies_compiler_type+:} false; then :
37813781- $as_echo_n "(cached) " >&6
37823782-else
44194419+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
44204420+printf %s "checking dependency style of $depcc... " >&6; }
44214421+if test ${am_cv_CC_dependencies_compiler_type+y}
44224422+then :
44234423+ printf %s "(cached) " >&6
44244424+else $as_nop
37834425 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
37844426 # We make a subdir and do the tests there. Otherwise we can end up
37854427 # making bogus files that we don't know about and never remove. For
···38864528fi
3887452938884530fi
38893889-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
38903890-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
45314531+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
45324532+printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; }
38914533CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3892453438934535 if
···39014543fi
390245443903454539043904-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
39053905-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
39063906-if ${ac_cv_path_SED+:} false; then :
39073907- $as_echo_n "(cached) " >&6
39083908-else
45464546+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
45474547+printf %s "checking for a sed that does not truncate output... " >&6; }
45484548+if test ${ac_cv_path_SED+y}
45494549+then :
45504550+ printf %s "(cached) " >&6
45514551+else $as_nop
39094552 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
39104553 for ac_i in 1 2 3 4 5 6 7; do
39114554 ac_script="$ac_script$as_nl$ac_script"
···39194562for as_dir in $PATH
39204563do
39214564 IFS=$as_save_IFS
39223922- test -z "$as_dir" && as_dir=.
39233923- for ac_prog in sed gsed; do
45654565+ case $as_dir in #(((
45664566+ '') as_dir=./ ;;
45674567+ */) ;;
45684568+ *) as_dir=$as_dir/ ;;
45694569+ esac
45704570+ for ac_prog in sed gsed
45714571+ do
39244572 for ac_exec_ext in '' $ac_executable_extensions; do
39253925- ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
45734573+ ac_path_SED="$as_dir$ac_prog$ac_exec_ext"
39264574 as_fn_executable_p "$ac_path_SED" || continue
39274575# Check for GNU ac_path_SED and select it if it is found.
39284576 # Check for GNU $ac_path_SED
···39314579 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
39324580*)
39334581 ac_count=0
39343934- $as_echo_n 0123456789 >"conftest.in"
45824582+ printf %s 0123456789 >"conftest.in"
39354583 while :
39364584 do
39374585 cat "conftest.in" "conftest.in" >"conftest.tmp"
39384586 mv "conftest.tmp" "conftest.in"
39394587 cp "conftest.in" "conftest.nl"
39403940- $as_echo '' >> "conftest.nl"
45884588+ printf "%s\n" '' >> "conftest.nl"
39414589 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
39424590 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
39434591 as_fn_arith $ac_count + 1 && ac_count=$as_val
···39654613fi
3966461439674615fi
39683968-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
39693969-$as_echo "$ac_cv_path_SED" >&6; }
46164616+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
46174617+printf "%s\n" "$ac_cv_path_SED" >&6; }
39704618 SED="$ac_cv_path_SED"
39714619 rm -f conftest.sed
39724620···39834631398446323985463339863986-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
39873987-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
39883988-if ${ac_cv_path_GREP+:} false; then :
39893989- $as_echo_n "(cached) " >&6
39903990-else
46344634+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
46354635+printf %s "checking for grep that handles long lines and -e... " >&6; }
46364636+if test ${ac_cv_path_GREP+y}
46374637+then :
46384638+ printf %s "(cached) " >&6
46394639+else $as_nop
39914640 if test -z "$GREP"; then
39924641 ac_path_GREP_found=false
39934642 # Loop through the user's path and test for each of PROGNAME-LIST
···39954644for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
39964645do
39974646 IFS=$as_save_IFS
39983998- test -z "$as_dir" && as_dir=.
39993999- for ac_prog in grep ggrep; do
46474647+ case $as_dir in #(((
46484648+ '') as_dir=./ ;;
46494649+ */) ;;
46504650+ *) as_dir=$as_dir/ ;;
46514651+ esac
46524652+ for ac_prog in grep ggrep
46534653+ do
40004654 for ac_exec_ext in '' $ac_executable_extensions; do
40014001- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
46554655+ ac_path_GREP="$as_dir$ac_prog$ac_exec_ext"
40024656 as_fn_executable_p "$ac_path_GREP" || continue
40034657# Check for GNU ac_path_GREP and select it if it is found.
40044658 # Check for GNU $ac_path_GREP
···40074661 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
40084662*)
40094663 ac_count=0
40104010- $as_echo_n 0123456789 >"conftest.in"
46644664+ printf %s 0123456789 >"conftest.in"
40114665 while :
40124666 do
40134667 cat "conftest.in" "conftest.in" >"conftest.tmp"
40144668 mv "conftest.tmp" "conftest.in"
40154669 cp "conftest.in" "conftest.nl"
40164016- $as_echo 'GREP' >> "conftest.nl"
46704670+ printf "%s\n" 'GREP' >> "conftest.nl"
40174671 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40184672 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40194673 as_fn_arith $ac_count + 1 && ac_count=$as_val
···40414695fi
4042469640434697fi
40444044-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
40454045-$as_echo "$ac_cv_path_GREP" >&6; }
46984698+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
46994699+printf "%s\n" "$ac_cv_path_GREP" >&6; }
40464700 GREP="$ac_cv_path_GREP"
404747014048470240494049-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
40504050-$as_echo_n "checking for egrep... " >&6; }
40514051-if ${ac_cv_path_EGREP+:} false; then :
40524052- $as_echo_n "(cached) " >&6
40534053-else
47034703+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
47044704+printf %s "checking for egrep... " >&6; }
47054705+if test ${ac_cv_path_EGREP+y}
47064706+then :
47074707+ printf %s "(cached) " >&6
47084708+else $as_nop
40544709 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
40554710 then ac_cv_path_EGREP="$GREP -E"
40564711 else
···40614716for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
40624717do
40634718 IFS=$as_save_IFS
40644064- test -z "$as_dir" && as_dir=.
40654065- for ac_prog in egrep; do
47194719+ case $as_dir in #(((
47204720+ '') as_dir=./ ;;
47214721+ */) ;;
47224722+ *) as_dir=$as_dir/ ;;
47234723+ esac
47244724+ for ac_prog in egrep
47254725+ do
40664726 for ac_exec_ext in '' $ac_executable_extensions; do
40674067- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
47274727+ ac_path_EGREP="$as_dir$ac_prog$ac_exec_ext"
40684728 as_fn_executable_p "$ac_path_EGREP" || continue
40694729# Check for GNU ac_path_EGREP and select it if it is found.
40704730 # Check for GNU $ac_path_EGREP
···40734733 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
40744734*)
40754735 ac_count=0
40764076- $as_echo_n 0123456789 >"conftest.in"
47364736+ printf %s 0123456789 >"conftest.in"
40774737 while :
40784738 do
40794739 cat "conftest.in" "conftest.in" >"conftest.tmp"
40804740 mv "conftest.tmp" "conftest.in"
40814741 cp "conftest.in" "conftest.nl"
40824082- $as_echo 'EGREP' >> "conftest.nl"
47424742+ printf "%s\n" 'EGREP' >> "conftest.nl"
40834743 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
40844744 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
40854745 as_fn_arith $ac_count + 1 && ac_count=$as_val
···4108476841094769 fi
41104770fi
41114111-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
41124112-$as_echo "$ac_cv_path_EGREP" >&6; }
47714771+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
47724772+printf "%s\n" "$ac_cv_path_EGREP" >&6; }
41134773 EGREP="$ac_cv_path_EGREP"
411447744115477541164116-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
41174117-$as_echo_n "checking for fgrep... " >&6; }
41184118-if ${ac_cv_path_FGREP+:} false; then :
41194119- $as_echo_n "(cached) " >&6
41204120-else
47764776+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
47774777+printf %s "checking for fgrep... " >&6; }
47784778+if test ${ac_cv_path_FGREP+y}
47794779+then :
47804780+ printf %s "(cached) " >&6
47814781+else $as_nop
41214782 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
41224783 then ac_cv_path_FGREP="$GREP -F"
41234784 else
···41284789for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
41294790do
41304791 IFS=$as_save_IFS
41314131- test -z "$as_dir" && as_dir=.
41324132- for ac_prog in fgrep; do
47924792+ case $as_dir in #(((
47934793+ '') as_dir=./ ;;
47944794+ */) ;;
47954795+ *) as_dir=$as_dir/ ;;
47964796+ esac
47974797+ for ac_prog in fgrep
47984798+ do
41334799 for ac_exec_ext in '' $ac_executable_extensions; do
41344134- ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
48004800+ ac_path_FGREP="$as_dir$ac_prog$ac_exec_ext"
41354801 as_fn_executable_p "$ac_path_FGREP" || continue
41364802# Check for GNU ac_path_FGREP and select it if it is found.
41374803 # Check for GNU $ac_path_FGREP
···41404806 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
41414807*)
41424808 ac_count=0
41434143- $as_echo_n 0123456789 >"conftest.in"
48094809+ printf %s 0123456789 >"conftest.in"
41444810 while :
41454811 do
41464812 cat "conftest.in" "conftest.in" >"conftest.tmp"
41474813 mv "conftest.tmp" "conftest.in"
41484814 cp "conftest.in" "conftest.nl"
41494149- $as_echo 'FGREP' >> "conftest.nl"
48154815+ printf "%s\n" 'FGREP' >> "conftest.nl"
41504816 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
41514817 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
41524818 as_fn_arith $ac_count + 1 && ac_count=$as_val
···4175484141764842 fi
41774843fi
41784178-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
41794179-$as_echo "$ac_cv_path_FGREP" >&6; }
48444844+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
48454845+printf "%s\n" "$ac_cv_path_FGREP" >&6; }
41804846 FGREP="$ac_cv_path_FGREP"
4181484741824848···420148674202486842034869# Check whether --with-gnu-ld was given.
42044204-if test "${with_gnu_ld+set}" = set; then :
48704870+if test ${with_gnu_ld+y}
48714871+then :
42054872 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
42064206-else
48734873+else $as_nop
42074874 with_gnu_ld=no
42084875fi
4209487642104877ac_prog=ld
42114878if test "$GCC" = yes; then
42124879 # Check if gcc -print-prog-name=ld gives a path.
42134213- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
42144214-$as_echo_n "checking for ld used by $CC... " >&6; }
48804880+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
48814881+printf %s "checking for ld used by $CC... " >&6; }
42154882 case $host in
42164883 *-*-mingw*)
42174884 # gcc leaves a trailing carriage return which upsets mingw
···42404907 ;;
42414908 esac
42424909elif test "$with_gnu_ld" = yes; then
42434243- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
42444244-$as_echo_n "checking for GNU ld... " >&6; }
49104910+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
49114911+printf %s "checking for GNU ld... " >&6; }
42454912else
42464246- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
42474247-$as_echo_n "checking for non-GNU ld... " >&6; }
49134913+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
49144914+printf %s "checking for non-GNU ld... " >&6; }
42484915fi
42494249-if ${lt_cv_path_LD+:} false; then :
42504250- $as_echo_n "(cached) " >&6
42514251-else
49164916+if test ${lt_cv_path_LD+y}
49174917+then :
49184918+ printf %s "(cached) " >&6
49194919+else $as_nop
42524920 if test -z "$LD"; then
42534921 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
42544922 for ac_dir in $PATH; do
···4277494542784946LD="$lt_cv_path_LD"
42794947if test -n "$LD"; then
42804280- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
42814281-$as_echo "$LD" >&6; }
49484948+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
49494949+printf "%s\n" "$LD" >&6; }
42824950else
42834283- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
42844284-$as_echo "no" >&6; }
49514951+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
49524952+printf "%s\n" "no" >&6; }
42854953fi
42864954test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
42874287-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
42884288-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
42894289-if ${lt_cv_prog_gnu_ld+:} false; then :
42904290- $as_echo_n "(cached) " >&6
42914291-else
49554955+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
49564956+printf %s "checking if the linker ($LD) is GNU ld... " >&6; }
49574957+if test ${lt_cv_prog_gnu_ld+y}
49584958+then :
49594959+ printf %s "(cached) " >&6
49604960+else $as_nop
42924961 # I'd rather use --version here, but apparently some GNU lds only accept -v.
42934962case `$LD -v 2>&1 </dev/null` in
42944963*GNU* | *'with BFD'*)
···42994968 ;;
43004969esac
43014970fi
43024302-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
43034303-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
49714971+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
49724972+printf "%s\n" "$lt_cv_prog_gnu_ld" >&6; }
43044973with_gnu_ld=$lt_cv_prog_gnu_ld
4305497443064975···43114980431249814313498243144314-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
43154315-$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
43164316-if ${lt_cv_path_NM+:} false; then :
43174317- $as_echo_n "(cached) " >&6
43184318-else
49834983+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
49844984+printf %s "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
49854985+if test ${lt_cv_path_NM+y}
49864986+then :
49874987+ printf %s "(cached) " >&6
49884988+else $as_nop
43194989 if test -n "$NM"; then
43204990 # Let the user override the test.
43214991 lt_cv_path_NM="$NM"
···43605030 : ${lt_cv_path_NM=no}
43615031fi
43625032fi
43634363-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
43644364-$as_echo "$lt_cv_path_NM" >&6; }
50335033+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
50345034+printf "%s\n" "$lt_cv_path_NM" >&6; }
43655035if test "$lt_cv_path_NM" != "no"; then
43665036 NM="$lt_cv_path_NM"
43675037else
···43745044 do
43755045 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
43765046set dummy $ac_tool_prefix$ac_prog; ac_word=$2
43774377-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
43784378-$as_echo_n "checking for $ac_word... " >&6; }
43794379-if ${ac_cv_prog_DUMPBIN+:} false; then :
43804380- $as_echo_n "(cached) " >&6
43814381-else
50475047+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
50485048+printf %s "checking for $ac_word... " >&6; }
50495049+if test ${ac_cv_prog_DUMPBIN+y}
50505050+then :
50515051+ printf %s "(cached) " >&6
50525052+else $as_nop
43825053 if test -n "$DUMPBIN"; then
43835054 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
43845055else
···43865057for as_dir in $PATH
43875058do
43885059 IFS=$as_save_IFS
43894389- test -z "$as_dir" && as_dir=.
50605060+ case $as_dir in #(((
50615061+ '') as_dir=./ ;;
50625062+ */) ;;
50635063+ *) as_dir=$as_dir/ ;;
50645064+ esac
43905065 for ac_exec_ext in '' $ac_executable_extensions; do
43914391- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
50665066+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
43925067 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
43934393- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
50685068+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
43945069 break 2
43955070 fi
43965071done
···44015076fi
44025077DUMPBIN=$ac_cv_prog_DUMPBIN
44035078if test -n "$DUMPBIN"; then
44044404- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
44054405-$as_echo "$DUMPBIN" >&6; }
50795079+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
50805080+printf "%s\n" "$DUMPBIN" >&6; }
44065081else
44074407- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
44084408-$as_echo "no" >&6; }
50825082+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
50835083+printf "%s\n" "no" >&6; }
44095084fi
4410508544115086···44185093do
44195094 # Extract the first word of "$ac_prog", so it can be a program name with args.
44205095set dummy $ac_prog; ac_word=$2
44214421-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
44224422-$as_echo_n "checking for $ac_word... " >&6; }
44234423-if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
44244424- $as_echo_n "(cached) " >&6
44254425-else
50965096+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
50975097+printf %s "checking for $ac_word... " >&6; }
50985098+if test ${ac_cv_prog_ac_ct_DUMPBIN+y}
50995099+then :
51005100+ printf %s "(cached) " >&6
51015101+else $as_nop
44265102 if test -n "$ac_ct_DUMPBIN"; then
44275103 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
44285104else
···44305106for as_dir in $PATH
44315107do
44325108 IFS=$as_save_IFS
44334433- test -z "$as_dir" && as_dir=.
51095109+ case $as_dir in #(((
51105110+ '') as_dir=./ ;;
51115111+ */) ;;
51125112+ *) as_dir=$as_dir/ ;;
51135113+ esac
44345114 for ac_exec_ext in '' $ac_executable_extensions; do
44354435- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
51155115+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
44365116 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
44374437- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
51175117+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
44385118 break 2
44395119 fi
44405120done
···44455125fi
44465126ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
44475127if test -n "$ac_ct_DUMPBIN"; then
44484448- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
44494449-$as_echo "$ac_ct_DUMPBIN" >&6; }
51285128+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
51295129+printf "%s\n" "$ac_ct_DUMPBIN" >&6; }
44505130else
44514451- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
44524452-$as_echo "no" >&6; }
51315131+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
51325132+printf "%s\n" "no" >&6; }
44535133fi
4454513444555135···44615141 else
44625142 case $cross_compiling:$ac_tool_warned in
44635143yes:)
44644464-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
44654465-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
51445144+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
51455145+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
44665146ac_tool_warned=yes ;;
44675147esac
44685148 DUMPBIN=$ac_ct_DUMPBIN
···44905170449151714492517244934493-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
44944494-$as_echo_n "checking the name lister ($NM) interface... " >&6; }
44954495-if ${lt_cv_nm_interface+:} false; then :
44964496- $as_echo_n "(cached) " >&6
44974497-else
51735173+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
51745174+printf %s "checking the name lister ($NM) interface... " >&6; }
51755175+if test ${lt_cv_nm_interface+y}
51765176+then :
51775177+ printf %s "(cached) " >&6
51785178+else $as_nop
44985179 lt_cv_nm_interface="BSD nm"
44995180 echo "int some_variable = 0;" > conftest.$ac_ext
45005181 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
···45105191 fi
45115192 rm -f conftest*
45125193fi
45134513-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
45144514-$as_echo "$lt_cv_nm_interface" >&6; }
51945194+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
51955195+printf "%s\n" "$lt_cv_nm_interface" >&6; }
4515519645164516-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
45174517-$as_echo_n "checking whether ln -s works... " >&6; }
51975197+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
51985198+printf %s "checking whether ln -s works... " >&6; }
45185199LN_S=$as_ln_s
45195200if test "$LN_S" = "ln -s"; then
45204520- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
45214521-$as_echo "yes" >&6; }
52015201+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
52025202+printf "%s\n" "yes" >&6; }
45225203else
45234523- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
45244524-$as_echo "no, using $LN_S" >&6; }
52045204+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
52055205+printf "%s\n" "no, using $LN_S" >&6; }
45255206fi
4526520745275208# find the maximum length of command line arguments
45284528-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
45294529-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
45304530-if ${lt_cv_sys_max_cmd_len+:} false; then :
45314531- $as_echo_n "(cached) " >&6
45324532-else
52095209+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
52105210+printf %s "checking the maximum length of command line arguments... " >&6; }
52115211+if test ${lt_cv_sys_max_cmd_len+y}
52125212+then :
52135213+ printf %s "(cached) " >&6
52145214+else $as_nop
45335215 i=0
45345216 teststring="ABCD"
45355217···46555337fi
4656533846575339if test -n $lt_cv_sys_max_cmd_len ; then
46584658- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
46594659-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
53405340+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
53415341+printf "%s\n" "$lt_cv_sys_max_cmd_len" >&6; }
46605342else
46614661- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
46624662-$as_echo "none" >&6; }
53435343+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none" >&5
53445344+printf "%s\n" "none" >&6; }
46635345fi
46645346max_cmd_len=$lt_cv_sys_max_cmd_len
46655347···46725354: ${MV="mv -f"}
46735355: ${RM="rm -f"}
4674535646754675-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
46764676-$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
53575357+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
53585358+printf %s "checking whether the shell understands some XSI constructs... " >&6; }
46775359# Try some XSI features
46785360xsi_shell=no
46795361( _lt_dummy="a/b/c"
···46825364 && eval 'test $(( 1 + 1 )) -eq 2 \
46835365 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
46845366 && xsi_shell=yes
46854685-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
46864686-$as_echo "$xsi_shell" >&6; }
53675367+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
53685368+printf "%s\n" "$xsi_shell" >&6; }
468753694688537046894689-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
46904690-$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
53715371+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
53725372+printf %s "checking whether the shell understands \"+=\"... " >&6; }
46915373lt_shell_append=no
46925374( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
46935375 >/dev/null 2>&1 \
46945376 && lt_shell_append=yes
46954695-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
46964696-$as_echo "$lt_shell_append" >&6; }
53775377+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
53785378+printf "%s\n" "$lt_shell_append" >&6; }
469753794698538046995381if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
···47275409472854104729541147304730-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
47314731-$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
47324732-if ${lt_cv_to_host_file_cmd+:} false; then :
47334733- $as_echo_n "(cached) " >&6
47344734-else
54125412+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
54135413+printf %s "checking how to convert $build file names to $host format... " >&6; }
54145414+if test ${lt_cv_to_host_file_cmd+y}
54155415+then :
54165416+ printf %s "(cached) " >&6
54175417+else $as_nop
47355418 case $host in
47365419 *-*-mingw* )
47375420 case $build in
···47675450fi
4768545147695452to_host_file_cmd=$lt_cv_to_host_file_cmd
47704770-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
47714771-$as_echo "$lt_cv_to_host_file_cmd" >&6; }
54535453+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
54545454+printf "%s\n" "$lt_cv_to_host_file_cmd" >&6; }
477254554773545647745457477554584776545947774777-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
47784778-$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
47794779-if ${lt_cv_to_tool_file_cmd+:} false; then :
47804780- $as_echo_n "(cached) " >&6
47814781-else
54605460+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
54615461+printf %s "checking how to convert $build file names to toolchain format... " >&6; }
54625462+if test ${lt_cv_to_tool_file_cmd+y}
54635463+then :
54645464+ printf %s "(cached) " >&6
54655465+else $as_nop
47825466 #assume ordinary cross tools, or native build.
47835467lt_cv_to_tool_file_cmd=func_convert_file_noop
47845468case $host in
···47945478fi
4795547947965480to_tool_file_cmd=$lt_cv_to_tool_file_cmd
47974797-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
47984798-$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
54815481+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
54825482+printf "%s\n" "$lt_cv_to_tool_file_cmd" >&6; }
479954834800548448015485480254864803548748044804-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
48054805-$as_echo_n "checking for $LD option to reload object files... " >&6; }
48064806-if ${lt_cv_ld_reload_flag+:} false; then :
48074807- $as_echo_n "(cached) " >&6
48084808-else
54885488+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
54895489+printf %s "checking for $LD option to reload object files... " >&6; }
54905490+if test ${lt_cv_ld_reload_flag+y}
54915491+then :
54925492+ printf %s "(cached) " >&6
54935493+else $as_nop
48095494 lt_cv_ld_reload_flag='-r'
48105495fi
48114811-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
48124812-$as_echo "$lt_cv_ld_reload_flag" >&6; }
54965496+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
54975497+printf "%s\n" "$lt_cv_ld_reload_flag" >&6; }
48135498reload_flag=$lt_cv_ld_reload_flag
48145499case $reload_flag in
48155500"" | " "*) ;;
···48425527if test -n "$ac_tool_prefix"; then
48435528 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
48445529set dummy ${ac_tool_prefix}objdump; ac_word=$2
48454845-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
48464846-$as_echo_n "checking for $ac_word... " >&6; }
48474847-if ${ac_cv_prog_OBJDUMP+:} false; then :
48484848- $as_echo_n "(cached) " >&6
48494849-else
55305530+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55315531+printf %s "checking for $ac_word... " >&6; }
55325532+if test ${ac_cv_prog_OBJDUMP+y}
55335533+then :
55345534+ printf %s "(cached) " >&6
55355535+else $as_nop
48505536 if test -n "$OBJDUMP"; then
48515537 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
48525538else
···48545540for as_dir in $PATH
48555541do
48565542 IFS=$as_save_IFS
48574857- test -z "$as_dir" && as_dir=.
55435543+ case $as_dir in #(((
55445544+ '') as_dir=./ ;;
55455545+ */) ;;
55465546+ *) as_dir=$as_dir/ ;;
55475547+ esac
48585548 for ac_exec_ext in '' $ac_executable_extensions; do
48594859- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55495549+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
48605550 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
48614861- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55515551+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
48625552 break 2
48635553 fi
48645554done
···48695559fi
48705560OBJDUMP=$ac_cv_prog_OBJDUMP
48715561if test -n "$OBJDUMP"; then
48724872- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
48734873-$as_echo "$OBJDUMP" >&6; }
55625562+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
55635563+printf "%s\n" "$OBJDUMP" >&6; }
48745564else
48754875- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
48764876-$as_echo "no" >&6; }
55655565+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
55665566+printf "%s\n" "no" >&6; }
48775567fi
4878556848795569···48825572 ac_ct_OBJDUMP=$OBJDUMP
48835573 # Extract the first word of "objdump", so it can be a program name with args.
48845574set dummy objdump; ac_word=$2
48854885-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
48864886-$as_echo_n "checking for $ac_word... " >&6; }
48874887-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
48884888- $as_echo_n "(cached) " >&6
48894889-else
55755575+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55765576+printf %s "checking for $ac_word... " >&6; }
55775577+if test ${ac_cv_prog_ac_ct_OBJDUMP+y}
55785578+then :
55795579+ printf %s "(cached) " >&6
55805580+else $as_nop
48905581 if test -n "$ac_ct_OBJDUMP"; then
48915582 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
48925583else
···48945585for as_dir in $PATH
48955586do
48965587 IFS=$as_save_IFS
48974897- test -z "$as_dir" && as_dir=.
55885588+ case $as_dir in #(((
55895589+ '') as_dir=./ ;;
55905590+ */) ;;
55915591+ *) as_dir=$as_dir/ ;;
55925592+ esac
48985593 for ac_exec_ext in '' $ac_executable_extensions; do
48994899- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55945594+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
49005595 ac_cv_prog_ac_ct_OBJDUMP="objdump"
49014901- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55965596+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
49025597 break 2
49035598 fi
49045599done
···49095604fi
49105605ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
49115606if test -n "$ac_ct_OBJDUMP"; then
49124912- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
49134913-$as_echo "$ac_ct_OBJDUMP" >&6; }
56075607+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
56085608+printf "%s\n" "$ac_ct_OBJDUMP" >&6; }
49145609else
49154915- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
49164916-$as_echo "no" >&6; }
56105610+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
56115611+printf "%s\n" "no" >&6; }
49175612fi
4918561349195614 if test "x$ac_ct_OBJDUMP" = x; then
···49215616 else
49225617 case $cross_compiling:$ac_tool_warned in
49235618yes:)
49244924-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
49254925-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56195619+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
56205620+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
49265621ac_tool_warned=yes ;;
49275622esac
49285623 OBJDUMP=$ac_ct_OBJDUMP
···49415636494256374943563849444944-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
49454945-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
49464946-if ${lt_cv_deplibs_check_method+:} false; then :
49474947- $as_echo_n "(cached) " >&6
49484948-else
56395639+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
56405640+printf %s "checking how to recognize dependent libraries... " >&6; }
56415641+if test ${lt_cv_deplibs_check_method+y}
56425642+then :
56435643+ printf %s "(cached) " >&6
56445644+else $as_nop
49495645 lt_cv_file_magic_cmd='$MAGIC_CMD'
49505646lt_cv_file_magic_test_file=
49515647lt_cv_deplibs_check_method='unknown'
···51435839esac
5144584051455841fi
51465146-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
51475147-$as_echo "$lt_cv_deplibs_check_method" >&6; }
58425842+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
58435843+printf "%s\n" "$lt_cv_deplibs_check_method" >&6; }
5148584451495845file_magic_glob=
51505846want_nocaseglob=no
···51885884if test -n "$ac_tool_prefix"; then
51895885 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
51905886set dummy ${ac_tool_prefix}dlltool; ac_word=$2
51915191-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
51925192-$as_echo_n "checking for $ac_word... " >&6; }
51935193-if ${ac_cv_prog_DLLTOOL+:} false; then :
51945194- $as_echo_n "(cached) " >&6
51955195-else
58875887+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
58885888+printf %s "checking for $ac_word... " >&6; }
58895889+if test ${ac_cv_prog_DLLTOOL+y}
58905890+then :
58915891+ printf %s "(cached) " >&6
58925892+else $as_nop
51965893 if test -n "$DLLTOOL"; then
51975894 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
51985895else
···52005897for as_dir in $PATH
52015898do
52025899 IFS=$as_save_IFS
52035203- test -z "$as_dir" && as_dir=.
59005900+ case $as_dir in #(((
59015901+ '') as_dir=./ ;;
59025902+ */) ;;
59035903+ *) as_dir=$as_dir/ ;;
59045904+ esac
52045905 for ac_exec_ext in '' $ac_executable_extensions; do
52055205- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
59065906+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
52065907 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
52075207- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
59085908+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
52085909 break 2
52095910 fi
52105911done
···52155916fi
52165917DLLTOOL=$ac_cv_prog_DLLTOOL
52175918if test -n "$DLLTOOL"; then
52185218- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
52195219-$as_echo "$DLLTOOL" >&6; }
59195919+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
59205920+printf "%s\n" "$DLLTOOL" >&6; }
52205921else
52215221- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52225222-$as_echo "no" >&6; }
59225922+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
59235923+printf "%s\n" "no" >&6; }
52235924fi
5224592552255926···52285929 ac_ct_DLLTOOL=$DLLTOOL
52295930 # Extract the first word of "dlltool", so it can be a program name with args.
52305931set dummy dlltool; ac_word=$2
52315231-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
52325232-$as_echo_n "checking for $ac_word... " >&6; }
52335233-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
52345234- $as_echo_n "(cached) " >&6
52355235-else
59325932+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
59335933+printf %s "checking for $ac_word... " >&6; }
59345934+if test ${ac_cv_prog_ac_ct_DLLTOOL+y}
59355935+then :
59365936+ printf %s "(cached) " >&6
59375937+else $as_nop
52365938 if test -n "$ac_ct_DLLTOOL"; then
52375939 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
52385940else
···52405942for as_dir in $PATH
52415943do
52425944 IFS=$as_save_IFS
52435243- test -z "$as_dir" && as_dir=.
59455945+ case $as_dir in #(((
59465946+ '') as_dir=./ ;;
59475947+ */) ;;
59485948+ *) as_dir=$as_dir/ ;;
59495949+ esac
52445950 for ac_exec_ext in '' $ac_executable_extensions; do
52455245- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
59515951+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
52465952 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
52475247- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
59535953+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
52485954 break 2
52495955 fi
52505956done
···52555961fi
52565962ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
52575963if test -n "$ac_ct_DLLTOOL"; then
52585258- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
52595259-$as_echo "$ac_ct_DLLTOOL" >&6; }
59645964+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
59655965+printf "%s\n" "$ac_ct_DLLTOOL" >&6; }
52605966else
52615261- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
52625262-$as_echo "no" >&6; }
59675967+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
59685968+printf "%s\n" "no" >&6; }
52635969fi
5264597052655971 if test "x$ac_ct_DLLTOOL" = x; then
···52675973 else
52685974 case $cross_compiling:$ac_tool_warned in
52695975yes:)
52705270-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
52715271-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
59765976+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
59775977+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
52725978ac_tool_warned=yes ;;
52735979esac
52745980 DLLTOOL=$ac_ct_DLLTOOL
···52885994528959955290599652915291-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
52925292-$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
52935293-if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
52945294- $as_echo_n "(cached) " >&6
52955295-else
59975997+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
59985998+printf %s "checking how to associate runtime and link libraries... " >&6; }
59995999+if test ${lt_cv_sharedlib_from_linklib_cmd+y}
60006000+then :
60016001+ printf %s "(cached) " >&6
60026002+else $as_nop
52966003 lt_cv_sharedlib_from_linklib_cmd='unknown'
5297600452986005case $host_os in
···53156022esac
5316602353176024fi
53185318-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
53195319-$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
60256025+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
60266026+printf "%s\n" "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
53206027sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
53216028test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
53226029···53326039 do
53336040 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
53346041set dummy $ac_tool_prefix$ac_prog; ac_word=$2
53355335-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
53365336-$as_echo_n "checking for $ac_word... " >&6; }
53375337-if ${ac_cv_prog_AR+:} false; then :
53385338- $as_echo_n "(cached) " >&6
53395339-else
60426042+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
60436043+printf %s "checking for $ac_word... " >&6; }
60446044+if test ${ac_cv_prog_AR+y}
60456045+then :
60466046+ printf %s "(cached) " >&6
60476047+else $as_nop
53406048 if test -n "$AR"; then
53416049 ac_cv_prog_AR="$AR" # Let the user override the test.
53426050else
···53446052for as_dir in $PATH
53456053do
53466054 IFS=$as_save_IFS
53475347- test -z "$as_dir" && as_dir=.
60556055+ case $as_dir in #(((
60566056+ '') as_dir=./ ;;
60576057+ */) ;;
60586058+ *) as_dir=$as_dir/ ;;
60596059+ esac
53486060 for ac_exec_ext in '' $ac_executable_extensions; do
53495349- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
60616061+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
53506062 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
53515351- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
60636063+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
53526064 break 2
53536065 fi
53546066done
···53596071fi
53606072AR=$ac_cv_prog_AR
53616073if test -n "$AR"; then
53625362- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
53635363-$as_echo "$AR" >&6; }
60746074+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
60756075+printf "%s\n" "$AR" >&6; }
53646076else
53655365- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
53665366-$as_echo "no" >&6; }
60776077+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
60786078+printf "%s\n" "no" >&6; }
53676079fi
5368608053696081···53766088do
53776089 # Extract the first word of "$ac_prog", so it can be a program name with args.
53786090set dummy $ac_prog; ac_word=$2
53795379-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
53805380-$as_echo_n "checking for $ac_word... " >&6; }
53815381-if ${ac_cv_prog_ac_ct_AR+:} false; then :
53825382- $as_echo_n "(cached) " >&6
53835383-else
60916091+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
60926092+printf %s "checking for $ac_word... " >&6; }
60936093+if test ${ac_cv_prog_ac_ct_AR+y}
60946094+then :
60956095+ printf %s "(cached) " >&6
60966096+else $as_nop
53846097 if test -n "$ac_ct_AR"; then
53856098 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
53866099else
···53886101for as_dir in $PATH
53896102do
53906103 IFS=$as_save_IFS
53915391- test -z "$as_dir" && as_dir=.
61046104+ case $as_dir in #(((
61056105+ '') as_dir=./ ;;
61066106+ */) ;;
61076107+ *) as_dir=$as_dir/ ;;
61086108+ esac
53926109 for ac_exec_ext in '' $ac_executable_extensions; do
53935393- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
61106110+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
53946111 ac_cv_prog_ac_ct_AR="$ac_prog"
53955395- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
61126112+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
53966113 break 2
53976114 fi
53986115done
···54036120fi
54046121ac_ct_AR=$ac_cv_prog_ac_ct_AR
54056122if test -n "$ac_ct_AR"; then
54065406- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
54075407-$as_echo "$ac_ct_AR" >&6; }
61236123+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
61246124+printf "%s\n" "$ac_ct_AR" >&6; }
54086125else
54095409- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
54105410-$as_echo "no" >&6; }
61266126+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
61276127+printf "%s\n" "no" >&6; }
54116128fi
5412612954136130···54196136 else
54206137 case $cross_compiling:$ac_tool_warned in
54216138yes:)
54225422-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
54235423-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
61396139+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
61406140+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
54246141ac_tool_warned=yes ;;
54256142esac
54266143 AR=$ac_ct_AR
···54406157544161585442615954435443-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
54445444-$as_echo_n "checking for archiver @FILE support... " >&6; }
54455445-if ${lt_cv_ar_at_file+:} false; then :
54465446- $as_echo_n "(cached) " >&6
54475447-else
61606160+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
61616161+printf %s "checking for archiver @FILE support... " >&6; }
61626162+if test ${lt_cv_ar_at_file+y}
61636163+then :
61646164+ printf %s "(cached) " >&6
61656165+else $as_nop
54486166 lt_cv_ar_at_file=no
54496167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54506168/* end confdefs.h. */
5451616954526170int
54535453-main ()
61716171+main (void)
54546172{
5455617354566174 ;
54576175 return 0;
54586176}
54596177_ACEOF
54605460-if ac_fn_c_try_compile "$LINENO"; then :
61786178+if ac_fn_c_try_compile "$LINENO"
61796179+then :
54616180 echo conftest.$ac_objext > conftest.lst
54626181 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
54636182 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
54646183 (eval $lt_ar_try) 2>&5
54656184 ac_status=$?
54665466- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61856185+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
54676186 test $ac_status = 0; }
54686187 if test "$ac_status" -eq 0; then
54696188 # Ensure the archiver fails upon bogus file names.
···54716190 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
54726191 (eval $lt_ar_try) 2>&5
54736192 ac_status=$?
54745474- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61936193+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
54756194 test $ac_status = 0; }
54766195 if test "$ac_status" -ne 0; then
54776196 lt_cv_ar_at_file=@
···54806199 rm -f conftest.* libconftest.a
5481620054826201fi
54835483-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62026202+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
5484620354856204fi
54865486-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
54875487-$as_echo "$lt_cv_ar_at_file" >&6; }
62056205+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
62066206+printf "%s\n" "$lt_cv_ar_at_file" >&6; }
5488620754896208if test "x$lt_cv_ar_at_file" = xno; then
54906209 archiver_list_spec=
···55016220if test -n "$ac_tool_prefix"; then
55026221 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
55036222set dummy ${ac_tool_prefix}strip; ac_word=$2
55045504-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55055505-$as_echo_n "checking for $ac_word... " >&6; }
55065506-if ${ac_cv_prog_STRIP+:} false; then :
55075507- $as_echo_n "(cached) " >&6
55085508-else
62236223+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62246224+printf %s "checking for $ac_word... " >&6; }
62256225+if test ${ac_cv_prog_STRIP+y}
62266226+then :
62276227+ printf %s "(cached) " >&6
62286228+else $as_nop
55096229 if test -n "$STRIP"; then
55106230 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
55116231else
···55136233for as_dir in $PATH
55146234do
55156235 IFS=$as_save_IFS
55165516- test -z "$as_dir" && as_dir=.
62366236+ case $as_dir in #(((
62376237+ '') as_dir=./ ;;
62386238+ */) ;;
62396239+ *) as_dir=$as_dir/ ;;
62406240+ esac
55176241 for ac_exec_ext in '' $ac_executable_extensions; do
55185518- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
62426242+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
55196243 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
55205520- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
62446244+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
55216245 break 2
55226246 fi
55236247done
···55286252fi
55296253STRIP=$ac_cv_prog_STRIP
55306254if test -n "$STRIP"; then
55315531- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
55325532-$as_echo "$STRIP" >&6; }
62556255+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
62566256+printf "%s\n" "$STRIP" >&6; }
55336257else
55345534- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
55355535-$as_echo "no" >&6; }
62586258+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
62596259+printf "%s\n" "no" >&6; }
55366260fi
5537626155386262···55416265 ac_ct_STRIP=$STRIP
55426266 # Extract the first word of "strip", so it can be a program name with args.
55436267set dummy strip; ac_word=$2
55445544-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
55455545-$as_echo_n "checking for $ac_word... " >&6; }
55465546-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
55475547- $as_echo_n "(cached) " >&6
55485548-else
62686268+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62696269+printf %s "checking for $ac_word... " >&6; }
62706270+if test ${ac_cv_prog_ac_ct_STRIP+y}
62716271+then :
62726272+ printf %s "(cached) " >&6
62736273+else $as_nop
55496274 if test -n "$ac_ct_STRIP"; then
55506275 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
55516276else
···55536278for as_dir in $PATH
55546279do
55556280 IFS=$as_save_IFS
55565556- test -z "$as_dir" && as_dir=.
62816281+ case $as_dir in #(((
62826282+ '') as_dir=./ ;;
62836283+ */) ;;
62846284+ *) as_dir=$as_dir/ ;;
62856285+ esac
55576286 for ac_exec_ext in '' $ac_executable_extensions; do
55585558- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
62876287+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
55596288 ac_cv_prog_ac_ct_STRIP="strip"
55605560- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
62896289+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
55616290 break 2
55626291 fi
55636292done
···55686297fi
55696298ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
55706299if test -n "$ac_ct_STRIP"; then
55715571- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
55725572-$as_echo "$ac_ct_STRIP" >&6; }
63006300+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
63016301+printf "%s\n" "$ac_ct_STRIP" >&6; }
55736302else
55745574- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
55755575-$as_echo "no" >&6; }
63036303+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
63046304+printf "%s\n" "no" >&6; }
55766305fi
5577630655786307 if test "x$ac_ct_STRIP" = x; then
···55806309 else
55816310 case $cross_compiling:$ac_tool_warned in
55826311yes:)
55835583-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
55845584-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63126312+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
63136313+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
55856314ac_tool_warned=yes ;;
55866315esac
55876316 STRIP=$ac_ct_STRIP
···56006329if test -n "$ac_tool_prefix"; then
56016330 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
56026331set dummy ${ac_tool_prefix}ranlib; ac_word=$2
56035603-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
56045604-$as_echo_n "checking for $ac_word... " >&6; }
56055605-if ${ac_cv_prog_RANLIB+:} false; then :
56065606- $as_echo_n "(cached) " >&6
56075607-else
63326332+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63336333+printf %s "checking for $ac_word... " >&6; }
63346334+if test ${ac_cv_prog_RANLIB+y}
63356335+then :
63366336+ printf %s "(cached) " >&6
63376337+else $as_nop
56086338 if test -n "$RANLIB"; then
56096339 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
56106340else
···56126342for as_dir in $PATH
56136343do
56146344 IFS=$as_save_IFS
56155615- test -z "$as_dir" && as_dir=.
63456345+ case $as_dir in #(((
63466346+ '') as_dir=./ ;;
63476347+ */) ;;
63486348+ *) as_dir=$as_dir/ ;;
63496349+ esac
56166350 for ac_exec_ext in '' $ac_executable_extensions; do
56175617- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
63516351+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
56186352 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
56195619- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
63536353+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
56206354 break 2
56216355 fi
56226356done
···56276361fi
56286362RANLIB=$ac_cv_prog_RANLIB
56296363if test -n "$RANLIB"; then
56305630- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
56315631-$as_echo "$RANLIB" >&6; }
63646364+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
63656365+printf "%s\n" "$RANLIB" >&6; }
56326366else
56335633- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56345634-$as_echo "no" >&6; }
63676367+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
63686368+printf "%s\n" "no" >&6; }
56356369fi
5636637056376371···56406374 ac_ct_RANLIB=$RANLIB
56416375 # Extract the first word of "ranlib", so it can be a program name with args.
56426376set dummy ranlib; ac_word=$2
56435643-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
56445644-$as_echo_n "checking for $ac_word... " >&6; }
56455645-if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
56465646- $as_echo_n "(cached) " >&6
56475647-else
63776377+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63786378+printf %s "checking for $ac_word... " >&6; }
63796379+if test ${ac_cv_prog_ac_ct_RANLIB+y}
63806380+then :
63816381+ printf %s "(cached) " >&6
63826382+else $as_nop
56486383 if test -n "$ac_ct_RANLIB"; then
56496384 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
56506385else
···56526387for as_dir in $PATH
56536388do
56546389 IFS=$as_save_IFS
56555655- test -z "$as_dir" && as_dir=.
63906390+ case $as_dir in #(((
63916391+ '') as_dir=./ ;;
63926392+ */) ;;
63936393+ *) as_dir=$as_dir/ ;;
63946394+ esac
56566395 for ac_exec_ext in '' $ac_executable_extensions; do
56575657- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
63966396+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
56586397 ac_cv_prog_ac_ct_RANLIB="ranlib"
56595659- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
63986398+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
56606399 break 2
56616400 fi
56626401done
···56676406fi
56686407ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
56696408if test -n "$ac_ct_RANLIB"; then
56705670- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
56715671-$as_echo "$ac_ct_RANLIB" >&6; }
64096409+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
64106410+printf "%s\n" "$ac_ct_RANLIB" >&6; }
56726411else
56735673- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
56745674-$as_echo "no" >&6; }
64126412+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
64136413+printf "%s\n" "no" >&6; }
56756414fi
5676641556776416 if test "x$ac_ct_RANLIB" = x; then
···56796418 else
56806419 case $cross_compiling:$ac_tool_warned in
56816420yes:)
56825682-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
56835683-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
64216421+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
64226422+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
56846423ac_tool_warned=yes ;;
56856424esac
56866425 RANLIB=$ac_ct_RANLIB
···576965085770650957716510# Check for command to grab the raw symbol name followed by C symbol from nm.
57725772-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
57735773-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
57745774-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
57755775- $as_echo_n "(cached) " >&6
57765776-else
65116511+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
65126512+printf %s "checking command to parse $NM output from $compiler object... " >&6; }
65136513+if test ${lt_cv_sys_global_symbol_pipe+y}
65146514+then :
65156515+ printf %s "(cached) " >&6
65166516+else $as_nop
5777651757786518# These are sane defaults that work on at least a few old systems.
57796519# [They come from Ultrix. What could be older than Ultrix?!! ;)]
···58926632 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
58936633 (eval $ac_compile) 2>&5
58946634 ac_status=$?
58955895- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
66356635+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
58966636 test $ac_status = 0; }; then
58976637 # Now try to grab the symbols.
58986638 nlist=conftest.nm
58996639 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
59006640 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
59016641 ac_status=$?
59025902- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
66426642+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
59036643 test $ac_status = 0; } && test -s "$nlist"; then
59046644 # Try sorting and uniquifying the output.
59056645 if sort "$nlist" | uniq > "$nlist"T; then
···59686708 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
59696709 (eval $ac_link) 2>&5
59706710 ac_status=$?
59715971- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
67116711+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
59726712 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
59736713 pipe_works=yes
59746714 fi
···60036743 lt_cv_sys_global_symbol_to_cdecl=
60046744fi
60056745if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
60066006- { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
60076007-$as_echo "failed" >&6; }
67466746+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: failed" >&5
67476747+printf "%s\n" "failed" >&6; }
60086748else
60096009- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
60106010-$as_echo "ok" >&6; }
67496749+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ok" >&5
67506750+printf "%s\n" "ok" >&6; }
60116751fi
6012675260136753# Response file support.
···60436783604467846045678560466046-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
60476047-$as_echo_n "checking for sysroot... " >&6; }
67866786+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
67876787+printf %s "checking for sysroot... " >&6; }
6048678860496789# Check whether --with-sysroot was given.
60506050-if test "${with_sysroot+set}" = set; then :
67906790+if test ${with_sysroot+y}
67916791+then :
60516792 withval=$with_sysroot;
60526052-else
67936793+else $as_nop
60536794 with_sysroot=no
60546795fi
60556796···60676808 no|'')
60686809 ;; #(
60696810 *)
60706070- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
60716071-$as_echo "${with_sysroot}" >&6; }
68116811+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
68126812+printf "%s\n" "${with_sysroot}" >&6; }
60726813 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
60736814 ;;
60746815esac
6075681660766076- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
60776077-$as_echo "${lt_sysroot:-no}" >&6; }
68176817+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
68186818+printf "%s\n" "${lt_sysroot:-no}" >&6; }
607868196079682060806821608168226082682360836824# Check whether --enable-libtool-lock was given.
60846084-if test "${enable_libtool_lock+set}" = set; then :
68256825+if test ${enable_libtool_lock+y}
68266826+then :
60856827 enableval=$enable_libtool_lock;
60866828fi
60876829···60966838 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
60976839 (eval $ac_compile) 2>&5
60986840 ac_status=$?
60996099- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68416841+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61006842 test $ac_status = 0; }; then
61016843 case `/usr/bin/file conftest.$ac_objext` in
61026844 *ELF-32*)
···61156857 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
61166858 (eval $ac_compile) 2>&5
61176859 ac_status=$?
61186118- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68606860+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61196861 test $ac_status = 0; }; then
61206862 if test "$lt_cv_prog_gnu_ld" = yes; then
61216863 case `/usr/bin/file conftest.$ac_objext` in
···61536895 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
61546896 (eval $ac_compile) 2>&5
61556897 ac_status=$?
61566156- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
68986898+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
61576899 test $ac_status = 0; }; then
61586900 case `/usr/bin/file conftest.o` in
61596901 *32-bit*)
···62036945 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
62046946 SAVE_CFLAGS="$CFLAGS"
62056947 CFLAGS="$CFLAGS -belf"
62066206- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
62076207-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
62086208-if ${lt_cv_cc_needs_belf+:} false; then :
62096209- $as_echo_n "(cached) " >&6
62106210-else
69486948+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
69496949+printf %s "checking whether the C compiler needs -belf... " >&6; }
69506950+if test ${lt_cv_cc_needs_belf+y}
69516951+then :
69526952+ printf %s "(cached) " >&6
69536953+else $as_nop
62116954 ac_ext=c
62126955ac_cpp='$CPP $CPPFLAGS'
62136956ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
···62186961/* end confdefs.h. */
6219696262206963int
62216221-main ()
69646964+main (void)
62226965{
6223696662246967 ;
62256968 return 0;
62266969}
62276970_ACEOF
62286228-if ac_fn_c_try_link "$LINENO"; then :
69716971+if ac_fn_c_try_link "$LINENO"
69726972+then :
62296973 lt_cv_cc_needs_belf=yes
62306230-else
69746974+else $as_nop
62316975 lt_cv_cc_needs_belf=no
62326976fi
62336233-rm -f core conftest.err conftest.$ac_objext \
69776977+rm -f core conftest.err conftest.$ac_objext conftest.beam \
62346978 conftest$ac_exeext conftest.$ac_ext
62356979 ac_ext=c
62366980ac_cpp='$CPP $CPPFLAGS'
···62396983ac_compiler_gnu=$ac_cv_c_compiler_gnu
6240698462416985fi
62426242-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
62436243-$as_echo "$lt_cv_cc_needs_belf" >&6; }
69866986+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
69876987+printf "%s\n" "$lt_cv_cc_needs_belf" >&6; }
62446988 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
62456989 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
62466990 CFLAGS="$SAVE_CFLAGS"
···62526996 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
62536997 (eval $ac_compile) 2>&5
62546998 ac_status=$?
62556255- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
69996999+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
62567000 test $ac_status = 0; }; then
62577001 case `/usr/bin/file conftest.o` in
62587002 *64-bit*)
···62897033if test -n "$ac_tool_prefix"; then
62907034 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
62917035set dummy ${ac_tool_prefix}mt; ac_word=$2
62926292-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
62936293-$as_echo_n "checking for $ac_word... " >&6; }
62946294-if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
62956295- $as_echo_n "(cached) " >&6
62966296-else
70367036+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
70377037+printf %s "checking for $ac_word... " >&6; }
70387038+if test ${ac_cv_prog_MANIFEST_TOOL+y}
70397039+then :
70407040+ printf %s "(cached) " >&6
70417041+else $as_nop
62977042 if test -n "$MANIFEST_TOOL"; then
62987043 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
62997044else
···63017046for as_dir in $PATH
63027047do
63037048 IFS=$as_save_IFS
63046304- test -z "$as_dir" && as_dir=.
70497049+ case $as_dir in #(((
70507050+ '') as_dir=./ ;;
70517051+ */) ;;
70527052+ *) as_dir=$as_dir/ ;;
70537053+ esac
63057054 for ac_exec_ext in '' $ac_executable_extensions; do
63066306- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
70557055+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
63077056 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
63086308- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
70577057+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
63097058 break 2
63107059 fi
63117060done
···63167065fi
63177066MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
63187067if test -n "$MANIFEST_TOOL"; then
63196319- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
63206320-$as_echo "$MANIFEST_TOOL" >&6; }
70687068+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
70697069+printf "%s\n" "$MANIFEST_TOOL" >&6; }
63217070else
63226322- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
63236323-$as_echo "no" >&6; }
70717071+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
70727072+printf "%s\n" "no" >&6; }
63247073fi
6325707463267075···63297078 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
63307079 # Extract the first word of "mt", so it can be a program name with args.
63317080set dummy mt; ac_word=$2
63326332-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
63336333-$as_echo_n "checking for $ac_word... " >&6; }
63346334-if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
63356335- $as_echo_n "(cached) " >&6
63366336-else
70817081+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
70827082+printf %s "checking for $ac_word... " >&6; }
70837083+if test ${ac_cv_prog_ac_ct_MANIFEST_TOOL+y}
70847084+then :
70857085+ printf %s "(cached) " >&6
70867086+else $as_nop
63377087 if test -n "$ac_ct_MANIFEST_TOOL"; then
63387088 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
63397089else
···63417091for as_dir in $PATH
63427092do
63437093 IFS=$as_save_IFS
63446344- test -z "$as_dir" && as_dir=.
70947094+ case $as_dir in #(((
70957095+ '') as_dir=./ ;;
70967096+ */) ;;
70977097+ *) as_dir=$as_dir/ ;;
70987098+ esac
63457099 for ac_exec_ext in '' $ac_executable_extensions; do
63466346- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
71007100+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
63477101 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
63486348- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
71027102+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
63497103 break 2
63507104 fi
63517105done
···63567110fi
63577111ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
63587112if test -n "$ac_ct_MANIFEST_TOOL"; then
63596359- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
63606360-$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
71137113+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
71147114+printf "%s\n" "$ac_ct_MANIFEST_TOOL" >&6; }
63617115else
63626362- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
63636363-$as_echo "no" >&6; }
71167116+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
71177117+printf "%s\n" "no" >&6; }
63647118fi
6365711963667120 if test "x$ac_ct_MANIFEST_TOOL" = x; then
···63687122 else
63697123 case $cross_compiling:$ac_tool_warned in
63707124yes:)
63716371-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
63726372-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
71257125+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
71267126+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
63737127ac_tool_warned=yes ;;
63747128esac
63757129 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
···63797133fi
6380713463817135test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
63826382-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
63836383-$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
63846384-if ${lt_cv_path_mainfest_tool+:} false; then :
63856385- $as_echo_n "(cached) " >&6
63866386-else
71367136+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
71377137+printf %s "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
71387138+if test ${lt_cv_path_mainfest_tool+y}
71397139+then :
71407140+ printf %s "(cached) " >&6
71417141+else $as_nop
63877142 lt_cv_path_mainfest_tool=no
63887143 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
63897144 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
···63937148 fi
63947149 rm -f conftest*
63957150fi
63966396-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
63976397-$as_echo "$lt_cv_path_mainfest_tool" >&6; }
71517151+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
71527152+printf "%s\n" "$lt_cv_path_mainfest_tool" >&6; }
63987153if test "x$lt_cv_path_mainfest_tool" != xyes; then
63997154 MANIFEST_TOOL=:
64007155fi
···64097164 if test -n "$ac_tool_prefix"; then
64107165 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
64117166set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
64126412-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64136413-$as_echo_n "checking for $ac_word... " >&6; }
64146414-if ${ac_cv_prog_DSYMUTIL+:} false; then :
64156415- $as_echo_n "(cached) " >&6
64166416-else
71677167+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
71687168+printf %s "checking for $ac_word... " >&6; }
71697169+if test ${ac_cv_prog_DSYMUTIL+y}
71707170+then :
71717171+ printf %s "(cached) " >&6
71727172+else $as_nop
64177173 if test -n "$DSYMUTIL"; then
64187174 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
64197175else
···64217177for as_dir in $PATH
64227178do
64237179 IFS=$as_save_IFS
64246424- test -z "$as_dir" && as_dir=.
71807180+ case $as_dir in #(((
71817181+ '') as_dir=./ ;;
71827182+ */) ;;
71837183+ *) as_dir=$as_dir/ ;;
71847184+ esac
64257185 for ac_exec_ext in '' $ac_executable_extensions; do
64266426- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
71867186+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
64277187 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
64286428- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
71887188+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
64297189 break 2
64307190 fi
64317191done
···64367196fi
64377197DSYMUTIL=$ac_cv_prog_DSYMUTIL
64387198if test -n "$DSYMUTIL"; then
64396439- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
64406440-$as_echo "$DSYMUTIL" >&6; }
71997199+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
72007200+printf "%s\n" "$DSYMUTIL" >&6; }
64417201else
64426442- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64436443-$as_echo "no" >&6; }
72027202+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
72037203+printf "%s\n" "no" >&6; }
64447204fi
6445720564467206···64497209 ac_ct_DSYMUTIL=$DSYMUTIL
64507210 # Extract the first word of "dsymutil", so it can be a program name with args.
64517211set dummy dsymutil; ac_word=$2
64526452-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
64536453-$as_echo_n "checking for $ac_word... " >&6; }
64546454-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
64556455- $as_echo_n "(cached) " >&6
64566456-else
72127212+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
72137213+printf %s "checking for $ac_word... " >&6; }
72147214+if test ${ac_cv_prog_ac_ct_DSYMUTIL+y}
72157215+then :
72167216+ printf %s "(cached) " >&6
72177217+else $as_nop
64577218 if test -n "$ac_ct_DSYMUTIL"; then
64587219 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
64597220else
···64617222for as_dir in $PATH
64627223do
64637224 IFS=$as_save_IFS
64646464- test -z "$as_dir" && as_dir=.
72257225+ case $as_dir in #(((
72267226+ '') as_dir=./ ;;
72277227+ */) ;;
72287228+ *) as_dir=$as_dir/ ;;
72297229+ esac
64657230 for ac_exec_ext in '' $ac_executable_extensions; do
64666466- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
72317231+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
64677232 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
64686468- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
72337233+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
64697234 break 2
64707235 fi
64717236done
···64767241fi
64777242ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
64787243if test -n "$ac_ct_DSYMUTIL"; then
64796479- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
64806480-$as_echo "$ac_ct_DSYMUTIL" >&6; }
72447244+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
72457245+printf "%s\n" "$ac_ct_DSYMUTIL" >&6; }
64817246else
64826482- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
64836483-$as_echo "no" >&6; }
72477247+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
72487248+printf "%s\n" "no" >&6; }
64847249fi
6485725064867251 if test "x$ac_ct_DSYMUTIL" = x; then
···64887253 else
64897254 case $cross_compiling:$ac_tool_warned in
64907255yes:)
64916491-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
64926492-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
72567256+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
72577257+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
64937258ac_tool_warned=yes ;;
64947259esac
64957260 DSYMUTIL=$ac_ct_DSYMUTIL
···65017266 if test -n "$ac_tool_prefix"; then
65027267 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
65037268set dummy ${ac_tool_prefix}nmedit; ac_word=$2
65046504-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65056505-$as_echo_n "checking for $ac_word... " >&6; }
65066506-if ${ac_cv_prog_NMEDIT+:} false; then :
65076507- $as_echo_n "(cached) " >&6
65086508-else
72697269+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
72707270+printf %s "checking for $ac_word... " >&6; }
72717271+if test ${ac_cv_prog_NMEDIT+y}
72727272+then :
72737273+ printf %s "(cached) " >&6
72747274+else $as_nop
65097275 if test -n "$NMEDIT"; then
65107276 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
65117277else
···65137279for as_dir in $PATH
65147280do
65157281 IFS=$as_save_IFS
65166516- test -z "$as_dir" && as_dir=.
72827282+ case $as_dir in #(((
72837283+ '') as_dir=./ ;;
72847284+ */) ;;
72857285+ *) as_dir=$as_dir/ ;;
72867286+ esac
65177287 for ac_exec_ext in '' $ac_executable_extensions; do
65186518- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
72887288+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
65197289 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
65206520- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
72907290+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
65217291 break 2
65227292 fi
65237293done
···65287298fi
65297299NMEDIT=$ac_cv_prog_NMEDIT
65307300if test -n "$NMEDIT"; then
65316531- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
65326532-$as_echo "$NMEDIT" >&6; }
73017301+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
73027302+printf "%s\n" "$NMEDIT" >&6; }
65337303else
65346534- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65356535-$as_echo "no" >&6; }
73047304+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
73057305+printf "%s\n" "no" >&6; }
65367306fi
6537730765387308···65417311 ac_ct_NMEDIT=$NMEDIT
65427312 # Extract the first word of "nmedit", so it can be a program name with args.
65437313set dummy nmedit; ac_word=$2
65446544-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65456545-$as_echo_n "checking for $ac_word... " >&6; }
65466546-if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
65476547- $as_echo_n "(cached) " >&6
65486548-else
73147314+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
73157315+printf %s "checking for $ac_word... " >&6; }
73167316+if test ${ac_cv_prog_ac_ct_NMEDIT+y}
73177317+then :
73187318+ printf %s "(cached) " >&6
73197319+else $as_nop
65497320 if test -n "$ac_ct_NMEDIT"; then
65507321 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
65517322else
···65537324for as_dir in $PATH
65547325do
65557326 IFS=$as_save_IFS
65566556- test -z "$as_dir" && as_dir=.
73277327+ case $as_dir in #(((
73287328+ '') as_dir=./ ;;
73297329+ */) ;;
73307330+ *) as_dir=$as_dir/ ;;
73317331+ esac
65577332 for ac_exec_ext in '' $ac_executable_extensions; do
65586558- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
73337333+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
65597334 ac_cv_prog_ac_ct_NMEDIT="nmedit"
65606560- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
73357335+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
65617336 break 2
65627337 fi
65637338done
···65687343fi
65697344ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
65707345if test -n "$ac_ct_NMEDIT"; then
65716571- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
65726572-$as_echo "$ac_ct_NMEDIT" >&6; }
73467346+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
73477347+printf "%s\n" "$ac_ct_NMEDIT" >&6; }
65737348else
65746574- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
65756575-$as_echo "no" >&6; }
73497349+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
73507350+printf "%s\n" "no" >&6; }
65767351fi
6577735265787353 if test "x$ac_ct_NMEDIT" = x; then
···65807355 else
65817356 case $cross_compiling:$ac_tool_warned in
65827357yes:)
65836583-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
65846584-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
73587358+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
73597359+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
65857360ac_tool_warned=yes ;;
65867361esac
65877362 NMEDIT=$ac_ct_NMEDIT
···65937368 if test -n "$ac_tool_prefix"; then
65947369 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
65957370set dummy ${ac_tool_prefix}lipo; ac_word=$2
65966596-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
65976597-$as_echo_n "checking for $ac_word... " >&6; }
65986598-if ${ac_cv_prog_LIPO+:} false; then :
65996599- $as_echo_n "(cached) " >&6
66006600-else
73717371+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
73727372+printf %s "checking for $ac_word... " >&6; }
73737373+if test ${ac_cv_prog_LIPO+y}
73747374+then :
73757375+ printf %s "(cached) " >&6
73767376+else $as_nop
66017377 if test -n "$LIPO"; then
66027378 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
66037379else
···66057381for as_dir in $PATH
66067382do
66077383 IFS=$as_save_IFS
66086608- test -z "$as_dir" && as_dir=.
73847384+ case $as_dir in #(((
73857385+ '') as_dir=./ ;;
73867386+ */) ;;
73877387+ *) as_dir=$as_dir/ ;;
73887388+ esac
66097389 for ac_exec_ext in '' $ac_executable_extensions; do
66106610- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
73907390+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
66117391 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
66126612- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
73927392+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
66137393 break 2
66147394 fi
66157395done
···66207400fi
66217401LIPO=$ac_cv_prog_LIPO
66227402if test -n "$LIPO"; then
66236623- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
66246624-$as_echo "$LIPO" >&6; }
74037403+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
74047404+printf "%s\n" "$LIPO" >&6; }
66257405else
66266626- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66276627-$as_echo "no" >&6; }
74067406+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
74077407+printf "%s\n" "no" >&6; }
66287408fi
6629740966307410···66337413 ac_ct_LIPO=$LIPO
66347414 # Extract the first word of "lipo", so it can be a program name with args.
66357415set dummy lipo; ac_word=$2
66366636-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66376637-$as_echo_n "checking for $ac_word... " >&6; }
66386638-if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
66396639- $as_echo_n "(cached) " >&6
66406640-else
74167416+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
74177417+printf %s "checking for $ac_word... " >&6; }
74187418+if test ${ac_cv_prog_ac_ct_LIPO+y}
74197419+then :
74207420+ printf %s "(cached) " >&6
74217421+else $as_nop
66417422 if test -n "$ac_ct_LIPO"; then
66427423 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
66437424else
···66457426for as_dir in $PATH
66467427do
66477428 IFS=$as_save_IFS
66486648- test -z "$as_dir" && as_dir=.
74297429+ case $as_dir in #(((
74307430+ '') as_dir=./ ;;
74317431+ */) ;;
74327432+ *) as_dir=$as_dir/ ;;
74337433+ esac
66497434 for ac_exec_ext in '' $ac_executable_extensions; do
66506650- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
74357435+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
66517436 ac_cv_prog_ac_ct_LIPO="lipo"
66526652- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
74377437+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
66537438 break 2
66547439 fi
66557440done
···66607445fi
66617446ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
66627447if test -n "$ac_ct_LIPO"; then
66636663- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
66646664-$as_echo "$ac_ct_LIPO" >&6; }
74487448+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
74497449+printf "%s\n" "$ac_ct_LIPO" >&6; }
66657450else
66666666- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
66676667-$as_echo "no" >&6; }
74517451+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
74527452+printf "%s\n" "no" >&6; }
66687453fi
6669745466707455 if test "x$ac_ct_LIPO" = x; then
···66727457 else
66737458 case $cross_compiling:$ac_tool_warned in
66747459yes:)
66756675-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
66766676-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
74607460+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
74617461+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
66777462ac_tool_warned=yes ;;
66787463esac
66797464 LIPO=$ac_ct_LIPO
···66857470 if test -n "$ac_tool_prefix"; then
66867471 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
66877472set dummy ${ac_tool_prefix}otool; ac_word=$2
66886688-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
66896689-$as_echo_n "checking for $ac_word... " >&6; }
66906690-if ${ac_cv_prog_OTOOL+:} false; then :
66916691- $as_echo_n "(cached) " >&6
66926692-else
74737473+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
74747474+printf %s "checking for $ac_word... " >&6; }
74757475+if test ${ac_cv_prog_OTOOL+y}
74767476+then :
74777477+ printf %s "(cached) " >&6
74787478+else $as_nop
66937479 if test -n "$OTOOL"; then
66947480 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
66957481else
···66977483for as_dir in $PATH
66987484do
66997485 IFS=$as_save_IFS
67006700- test -z "$as_dir" && as_dir=.
74867486+ case $as_dir in #(((
74877487+ '') as_dir=./ ;;
74887488+ */) ;;
74897489+ *) as_dir=$as_dir/ ;;
74907490+ esac
67017491 for ac_exec_ext in '' $ac_executable_extensions; do
67026702- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
74927492+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
67037493 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
67046704- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
74947494+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
67057495 break 2
67067496 fi
67077497done
···67127502fi
67137503OTOOL=$ac_cv_prog_OTOOL
67147504if test -n "$OTOOL"; then
67156715- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
67166716-$as_echo "$OTOOL" >&6; }
75057505+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
75067506+printf "%s\n" "$OTOOL" >&6; }
67177507else
67186718- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67196719-$as_echo "no" >&6; }
75087508+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
75097509+printf "%s\n" "no" >&6; }
67207510fi
6721751167227512···67257515 ac_ct_OTOOL=$OTOOL
67267516 # Extract the first word of "otool", so it can be a program name with args.
67277517set dummy otool; ac_word=$2
67286728-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67296729-$as_echo_n "checking for $ac_word... " >&6; }
67306730-if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
67316731- $as_echo_n "(cached) " >&6
67326732-else
75187518+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
75197519+printf %s "checking for $ac_word... " >&6; }
75207520+if test ${ac_cv_prog_ac_ct_OTOOL+y}
75217521+then :
75227522+ printf %s "(cached) " >&6
75237523+else $as_nop
67337524 if test -n "$ac_ct_OTOOL"; then
67347525 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
67357526else
···67377528for as_dir in $PATH
67387529do
67397530 IFS=$as_save_IFS
67406740- test -z "$as_dir" && as_dir=.
75317531+ case $as_dir in #(((
75327532+ '') as_dir=./ ;;
75337533+ */) ;;
75347534+ *) as_dir=$as_dir/ ;;
75357535+ esac
67417536 for ac_exec_ext in '' $ac_executable_extensions; do
67426742- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75377537+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
67437538 ac_cv_prog_ac_ct_OTOOL="otool"
67446744- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75397539+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
67457540 break 2
67467541 fi
67477542done
···67527547fi
67537548ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
67547549if test -n "$ac_ct_OTOOL"; then
67556755- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
67566756-$as_echo "$ac_ct_OTOOL" >&6; }
75507550+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
75517551+printf "%s\n" "$ac_ct_OTOOL" >&6; }
67577552else
67586758- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
67596759-$as_echo "no" >&6; }
75537553+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
75547554+printf "%s\n" "no" >&6; }
67607555fi
6761755667627557 if test "x$ac_ct_OTOOL" = x; then
···67647559 else
67657560 case $cross_compiling:$ac_tool_warned in
67667561yes:)
67676767-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
67686768-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
75627562+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
75637563+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
67697564ac_tool_warned=yes ;;
67707565esac
67717566 OTOOL=$ac_ct_OTOOL
···67777572 if test -n "$ac_tool_prefix"; then
67787573 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
67797574set dummy ${ac_tool_prefix}otool64; ac_word=$2
67806780-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
67816781-$as_echo_n "checking for $ac_word... " >&6; }
67826782-if ${ac_cv_prog_OTOOL64+:} false; then :
67836783- $as_echo_n "(cached) " >&6
67846784-else
75757575+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
75767576+printf %s "checking for $ac_word... " >&6; }
75777577+if test ${ac_cv_prog_OTOOL64+y}
75787578+then :
75797579+ printf %s "(cached) " >&6
75807580+else $as_nop
67857581 if test -n "$OTOOL64"; then
67867582 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
67877583else
···67897585for as_dir in $PATH
67907586do
67917587 IFS=$as_save_IFS
67926792- test -z "$as_dir" && as_dir=.
75887588+ case $as_dir in #(((
75897589+ '') as_dir=./ ;;
75907590+ */) ;;
75917591+ *) as_dir=$as_dir/ ;;
75927592+ esac
67937593 for ac_exec_ext in '' $ac_executable_extensions; do
67946794- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
75947594+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
67957595 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
67966796- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
75967596+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
67977597 break 2
67987598 fi
67997599done
···68047604fi
68057605OTOOL64=$ac_cv_prog_OTOOL64
68067606if test -n "$OTOOL64"; then
68076807- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
68086808-$as_echo "$OTOOL64" >&6; }
76077607+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
76087608+printf "%s\n" "$OTOOL64" >&6; }
68097609else
68106810- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
68116811-$as_echo "no" >&6; }
76107610+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
76117611+printf "%s\n" "no" >&6; }
68127612fi
6813761368147614···68177617 ac_ct_OTOOL64=$OTOOL64
68187618 # Extract the first word of "otool64", so it can be a program name with args.
68197619set dummy otool64; ac_word=$2
68206820-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
68216821-$as_echo_n "checking for $ac_word... " >&6; }
68226822-if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
68236823- $as_echo_n "(cached) " >&6
68246824-else
76207620+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
76217621+printf %s "checking for $ac_word... " >&6; }
76227622+if test ${ac_cv_prog_ac_ct_OTOOL64+y}
76237623+then :
76247624+ printf %s "(cached) " >&6
76257625+else $as_nop
68257626 if test -n "$ac_ct_OTOOL64"; then
68267627 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
68277628else
···68297630for as_dir in $PATH
68307631do
68317632 IFS=$as_save_IFS
68326832- test -z "$as_dir" && as_dir=.
76337633+ case $as_dir in #(((
76347634+ '') as_dir=./ ;;
76357635+ */) ;;
76367636+ *) as_dir=$as_dir/ ;;
76377637+ esac
68337638 for ac_exec_ext in '' $ac_executable_extensions; do
68346834- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
76397639+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
68357640 ac_cv_prog_ac_ct_OTOOL64="otool64"
68366836- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
76417641+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
68377642 break 2
68387643 fi
68397644done
···68447649fi
68457650ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
68467651if test -n "$ac_ct_OTOOL64"; then
68476847- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
68486848-$as_echo "$ac_ct_OTOOL64" >&6; }
76527652+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
76537653+printf "%s\n" "$ac_ct_OTOOL64" >&6; }
68497654else
68506850- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
68516851-$as_echo "no" >&6; }
76557655+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
76567656+printf "%s\n" "no" >&6; }
68527657fi
6853765868547659 if test "x$ac_ct_OTOOL64" = x; then
···68567661 else
68577662 case $cross_compiling:$ac_tool_warned in
68587663yes:)
68596859-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
68606860-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
76647664+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
76657665+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
68617666ac_tool_warned=yes ;;
68627667esac
68637668 OTOOL64=$ac_ct_OTOOL64
···68927697689376986894769968956895- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
68966896-$as_echo_n "checking for -single_module linker flag... " >&6; }
68976897-if ${lt_cv_apple_cc_single_mod+:} false; then :
68986898- $as_echo_n "(cached) " >&6
68996899-else
77007700+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
77017701+printf %s "checking for -single_module linker flag... " >&6; }
77027702+if test ${lt_cv_apple_cc_single_mod+y}
77037703+then :
77047704+ printf %s "(cached) " >&6
77057705+else $as_nop
69007706 lt_cv_apple_cc_single_mod=no
69017707 if test -z "${LT_MULTI_MODULE}"; then
69027708 # By default we will add the -single_module flag. You can override
···69257731 rm -f conftest.*
69267732 fi
69277733fi
69286928-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
69296929-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
77347734+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
77357735+printf "%s\n" "$lt_cv_apple_cc_single_mod" >&6; }
6930773669316931- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
69326932-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
69336933-if ${lt_cv_ld_exported_symbols_list+:} false; then :
69346934- $as_echo_n "(cached) " >&6
69356935-else
77377737+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
77387738+printf %s "checking for -exported_symbols_list linker flag... " >&6; }
77397739+if test ${lt_cv_ld_exported_symbols_list+y}
77407740+then :
77417741+ printf %s "(cached) " >&6
77427742+else $as_nop
69367743 lt_cv_ld_exported_symbols_list=no
69377744 save_LDFLAGS=$LDFLAGS
69387745 echo "_main" > conftest.sym
···69417748/* end confdefs.h. */
6942774969437750int
69446944-main ()
77517751+main (void)
69457752{
6946775369477754 ;
69487755 return 0;
69497756}
69507757_ACEOF
69516951-if ac_fn_c_try_link "$LINENO"; then :
77587758+if ac_fn_c_try_link "$LINENO"
77597759+then :
69527760 lt_cv_ld_exported_symbols_list=yes
69536953-else
77617761+else $as_nop
69547762 lt_cv_ld_exported_symbols_list=no
69557763fi
69566956-rm -f core conftest.err conftest.$ac_objext \
77647764+rm -f core conftest.err conftest.$ac_objext conftest.beam \
69577765 conftest$ac_exeext conftest.$ac_ext
69587766 LDFLAGS="$save_LDFLAGS"
6959776769607768fi
69616961-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
69626962-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
77697769+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
77707770+printf "%s\n" "$lt_cv_ld_exported_symbols_list" >&6; }
6963777169646964- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
69656965-$as_echo_n "checking for -force_load linker flag... " >&6; }
69666966-if ${lt_cv_ld_force_load+:} false; then :
69676967- $as_echo_n "(cached) " >&6
69686968-else
77727772+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
77737773+printf %s "checking for -force_load linker flag... " >&6; }
77747774+if test ${lt_cv_ld_force_load+y}
77757775+then :
77767776+ printf %s "(cached) " >&6
77777777+else $as_nop
69697778 lt_cv_ld_force_load=no
69707779 cat > conftest.c << _LT_EOF
69717780int forced_loaded() { return 2;}
···69937802 rm -rf conftest.dSYM
6994780369957804fi
69966996-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
69976997-$as_echo "$lt_cv_ld_force_load" >&6; }
78057805+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
78067806+printf "%s\n" "$lt_cv_ld_force_load" >&6; }
69987807 case $host_os in
69997808 rhapsody* | darwin1.[012])
70007809 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
···70307839 ;;
70317840 esac
7032784170337033-ac_ext=c
70347034-ac_cpp='$CPP $CPPFLAGS'
70357035-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
70367036-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
70377037-ac_compiler_gnu=$ac_cv_c_compiler_gnu
70387038-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
70397039-$as_echo_n "checking how to run the C preprocessor... " >&6; }
70407040-# On Suns, sometimes $CPP names a directory.
70417041-if test -n "$CPP" && test -d "$CPP"; then
70427042- CPP=
70437043-fi
70447044-if test -z "$CPP"; then
70457045- if ${ac_cv_prog_CPP+:} false; then :
70467046- $as_echo_n "(cached) " >&6
70477047-else
70487048- # Double quotes because CPP needs to be expanded
70497049- for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
70507050- do
70517051- ac_preproc_ok=false
70527052-for ac_c_preproc_warn_flag in '' yes
78427842+ac_header= ac_cache=
78437843+for ac_item in $ac_header_c_list
70537844do
70547054- # Use a header file that comes with gcc, so configuring glibc
70557055- # with a fresh cross-compiler works.
70567056- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
70577057- # <limits.h> exists even on freestanding compilers.
70587058- # On the NeXT, cc -E runs the code through the compiler's parser,
70597059- # not just through cpp. "Syntax error" is here to catch this case.
70607060- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70617061-/* end confdefs.h. */
70627062-#ifdef __STDC__
70637063-# include <limits.h>
70647064-#else
70657065-# include <assert.h>
70667066-#endif
70677067- Syntax error
70687068-_ACEOF
70697069-if ac_fn_c_try_cpp "$LINENO"; then :
70707070-70717071-else
70727072- # Broken: fails on valid input.
70737073-continue
70747074-fi
70757075-rm -f conftest.err conftest.i conftest.$ac_ext
70767076-70777077- # OK, works on sane cases. Now check whether nonexistent headers
70787078- # can be detected and how.
70797079- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
70807080-/* end confdefs.h. */
70817081-#include <ac_nonexistent.h>
70827082-_ACEOF
70837083-if ac_fn_c_try_cpp "$LINENO"; then :
70847084- # Broken: success on invalid input.
70857085-continue
70867086-else
70877087- # Passes both tests.
70887088-ac_preproc_ok=:
70897089-break
70907090-fi
70917091-rm -f conftest.err conftest.i conftest.$ac_ext
70927092-78457845+ if test $ac_cache; then
78467846+ ac_fn_c_check_header_compile "$LINENO" $ac_header ac_cv_header_$ac_cache "$ac_includes_default"
78477847+ if eval test \"x\$ac_cv_header_$ac_cache\" = xyes; then
78487848+ printf "%s\n" "#define $ac_item 1" >> confdefs.h
78497849+ fi
78507850+ ac_header= ac_cache=
78517851+ elif test $ac_header; then
78527852+ ac_cache=$ac_item
78537853+ else
78547854+ ac_header=$ac_item
78557855+ fi
70937856done
70947094-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
70957095-rm -f conftest.i conftest.err conftest.$ac_ext
70967096-if $ac_preproc_ok; then :
70977097- break
70987098-fi
7099785771007100- done
71017101- ac_cv_prog_CPP=$CPP
7102785871037103-fi
71047104- CPP=$ac_cv_prog_CPP
71057105-else
71067106- ac_cv_prog_CPP=$CPP
71077107-fi
71087108-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
71097109-$as_echo "$CPP" >&6; }
71107110-ac_preproc_ok=false
71117111-for ac_c_preproc_warn_flag in '' yes
71127112-do
71137113- # Use a header file that comes with gcc, so configuring glibc
71147114- # with a fresh cross-compiler works.
71157115- # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
71167116- # <limits.h> exists even on freestanding compilers.
71177117- # On the NeXT, cc -E runs the code through the compiler's parser,
71187118- # not just through cpp. "Syntax error" is here to catch this case.
71197119- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71207120-/* end confdefs.h. */
71217121-#ifdef __STDC__
71227122-# include <limits.h>
71237123-#else
71247124-# include <assert.h>
71257125-#endif
71267126- Syntax error
71277127-_ACEOF
71287128-if ac_fn_c_try_cpp "$LINENO"; then :
7129785971307130-else
71317131- # Broken: fails on valid input.
71327132-continue
71337133-fi
71347134-rm -f conftest.err conftest.i conftest.$ac_ext
7135786071367136- # OK, works on sane cases. Now check whether nonexistent headers
71377137- # can be detected and how.
71387138- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71397139-/* end confdefs.h. */
71407140-#include <ac_nonexistent.h>
71417141-_ACEOF
71427142-if ac_fn_c_try_cpp "$LINENO"; then :
71437143- # Broken: success on invalid input.
71447144-continue
71457145-else
71467146- # Passes both tests.
71477147-ac_preproc_ok=:
71487148-break
71497149-fi
71507150-rm -f conftest.err conftest.i conftest.$ac_ext
7151786171527152-done
71537153-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
71547154-rm -f conftest.i conftest.err conftest.$ac_ext
71557155-if $ac_preproc_ok; then :
71567156-71577157-else
71587158- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
71597159-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
71607160-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
71617161-See \`config.log' for more details" "$LINENO" 5; }
71627162-fi
71637163-71647164-ac_ext=c
71657165-ac_cpp='$CPP $CPPFLAGS'
71667166-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
71677167-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
71687168-ac_compiler_gnu=$ac_cv_c_compiler_gnu
716978627170786371717171-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
71727172-$as_echo_n "checking for ANSI C header files... " >&6; }
71737173-if ${ac_cv_header_stdc+:} false; then :
71747174- $as_echo_n "(cached) " >&6
71757175-else
71767176- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
71777177-/* end confdefs.h. */
71787178-#include <stdlib.h>
71797179-#include <stdarg.h>
71807180-#include <string.h>
71817181-#include <float.h>
71827182-71837183-int
71847184-main ()
71857185-{
7186786471877187- ;
71887188- return 0;
71897189-}
71907190-_ACEOF
71917191-if ac_fn_c_try_compile "$LINENO"; then :
71927192- ac_cv_header_stdc=yes
71937193-else
71947194- ac_cv_header_stdc=no
71957195-fi
71967196-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
71977197-71987198-if test $ac_cv_header_stdc = yes; then
71997199- # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
72007200- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72017201-/* end confdefs.h. */
72027202-#include <string.h>
72037203-72047204-_ACEOF
72057205-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
72067206- $EGREP "memchr" >/dev/null 2>&1; then :
78657865+if test $ac_cv_header_stdlib_h = yes && test $ac_cv_header_string_h = yes
78667866+then :
7207786772087208-else
72097209- ac_cv_header_stdc=no
72107210-fi
72117211-rm -f conftest*
78687868+printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
7212786972137870fi
72147214-72157215-if test $ac_cv_header_stdc = yes; then
72167216- # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
72177217- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72187218-/* end confdefs.h. */
72197219-#include <stdlib.h>
72207220-72217221-_ACEOF
72227222-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
72237223- $EGREP "free" >/dev/null 2>&1; then :
72247224-72257225-else
72267226- ac_cv_header_stdc=no
72277227-fi
72287228-rm -f conftest*
72297229-72307230-fi
72317231-72327232-if test $ac_cv_header_stdc = yes; then
72337233- # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
72347234- if test "$cross_compiling" = yes; then :
72357235- :
72367236-else
72377237- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
72387238-/* end confdefs.h. */
72397239-#include <ctype.h>
72407240-#include <stdlib.h>
72417241-#if ((' ' & 0x0FF) == 0x020)
72427242-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
72437243-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
72447244-#else
72457245-# define ISLOWER(c) \
72467246- (('a' <= (c) && (c) <= 'i') \
72477247- || ('j' <= (c) && (c) <= 'r') \
72487248- || ('s' <= (c) && (c) <= 'z'))
72497249-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
72507250-#endif
72517251-72527252-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
72537253-int
72547254-main ()
72557255-{
72567256- int i;
72577257- for (i = 0; i < 256; i++)
72587258- if (XOR (islower (i), ISLOWER (i))
72597259- || toupper (i) != TOUPPER (i))
72607260- return 2;
72617261- return 0;
72627262-}
72637263-_ACEOF
72647264-if ac_fn_c_try_run "$LINENO"; then :
72657265-72667266-else
72677267- ac_cv_header_stdc=no
72687268-fi
72697269-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
72707270- conftest.$ac_objext conftest.beam conftest.$ac_ext
72717271-fi
72727272-72737273-fi
72747274-fi
72757275-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
72767276-$as_echo "$ac_cv_header_stdc" >&6; }
72777277-if test $ac_cv_header_stdc = yes; then
72787278-72797279-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
72807280-72817281-fi
72827282-72837283-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
72847284-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
72857285- inttypes.h stdint.h unistd.h
72867286-do :
72877287- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
72887288-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
78717871+ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
72897872"
72907290-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
72917291- cat >>confdefs.h <<_ACEOF
72927292-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
72937293-_ACEOF
78737873+if test "x$ac_cv_header_dlfcn_h" = xyes
78747874+then :
78757875+ printf "%s\n" "#define HAVE_DLFCN_H 1" >>confdefs.h
7294787672957877fi
7296787872977297-done
72987298-72997299-73007300-for ac_header in dlfcn.h
73017301-do :
73027302- ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
73037303-"
73047304-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
73057305- cat >>confdefs.h <<_ACEOF
73067306-#define HAVE_DLFCN_H 1
73077307-_ACEOF
73087308-73097309-fi
73107310-73117311-done
73127312-731378797314788073157881···732578917326789273277893 # Check whether --enable-shared was given.
73287328-if test "${enable_shared+set}" = set; then :
78947894+if test ${enable_shared+y}
78957895+then :
73297896 enableval=$enable_shared; p=${PACKAGE-default}
73307897 case $enableval in
73317898 yes) enable_shared=yes ;;
···73437910 IFS="$lt_save_ifs"
73447911 ;;
73457912 esac
73467346-else
79137913+else $as_nop
73477914 enable_shared=yes
73487915fi
73497916···735679237357792473587925 # Check whether --enable-static was given.
73597359-if test "${enable_static+set}" = set; then :
79267926+if test ${enable_static+y}
79277927+then :
73607928 enableval=$enable_static; p=${PACKAGE-default}
73617929 case $enableval in
73627930 yes) enable_static=yes ;;
···73747942 IFS="$lt_save_ifs"
73757943 ;;
73767944 esac
73777377-else
79457945+else $as_nop
73787946 enable_static=yes
73797947fi
73807948···738879567389795773907958# Check whether --with-pic was given.
73917391-if test "${with_pic+set}" = set; then :
79597959+if test ${with_pic+y}
79607960+then :
73927961 withval=$with_pic; lt_p=${PACKAGE-default}
73937962 case $withval in
73947963 yes|no) pic_mode=$withval ;;
···74057974 IFS="$lt_save_ifs"
74067975 ;;
74077976 esac
74087408-else
79777977+else $as_nop
74097978 pic_mode=default
74107979fi
74117980···741979887420798974217990 # Check whether --enable-fast-install was given.
74227422-if test "${enable_fast_install+set}" = set; then :
79917991+if test ${enable_fast_install+y}
79927992+then :
74237993 enableval=$enable_fast_install; p=${PACKAGE-default}
74247994 case $enableval in
74257995 yes) enable_fast_install=yes ;;
···74378007 IFS="$lt_save_ifs"
74388008 ;;
74398009 esac
74407440-else
80108010+else $as_nop
74418011 enable_fast_install=yes
74428012fi
74438013···75058075 setopt NO_GLOB_SUBST
75068076fi
7507807775087508-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
75097509-$as_echo_n "checking for objdir... " >&6; }
75107510-if ${lt_cv_objdir+:} false; then :
75117511- $as_echo_n "(cached) " >&6
75127512-else
80788078+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
80798079+printf %s "checking for objdir... " >&6; }
80808080+if test ${lt_cv_objdir+y}
80818081+then :
80828082+ printf %s "(cached) " >&6
80838083+else $as_nop
75138084 rm -f .libs 2>/dev/null
75148085mkdir .libs 2>/dev/null
75158086if test -d .libs; then
···75208091fi
75218092rmdir .libs 2>/dev/null
75228093fi
75237523-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
75247524-$as_echo "$lt_cv_objdir" >&6; }
80948094+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
80958095+printf "%s\n" "$lt_cv_objdir" >&6; }
75258096objdir=$lt_cv_objdir
752680977527809875288099752981007530810175317531-cat >>confdefs.h <<_ACEOF
75327532-#define LT_OBJDIR "$lt_cv_objdir/"
75337533-_ACEOF
81028102+printf "%s\n" "#define LT_OBJDIR \"$lt_cv_objdir/\"" >>confdefs.h
753481037535810475368105···75838152case $deplibs_check_method in
75848153file_magic*)
75858154 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
75867586- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
75877587-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
75887588-if ${lt_cv_path_MAGIC_CMD+:} false; then :
75897589- $as_echo_n "(cached) " >&6
75907590-else
81558155+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
81568156+printf %s "checking for ${ac_tool_prefix}file... " >&6; }
81578157+if test ${lt_cv_path_MAGIC_CMD+y}
81588158+then :
81598159+ printf %s "(cached) " >&6
81608160+else $as_nop
75918161 case $MAGIC_CMD in
75928162[\\/*] | ?:[\\/]*)
75938163 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
···7636820676378207MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
76388208if test -n "$MAGIC_CMD"; then
76397639- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
76407640-$as_echo "$MAGIC_CMD" >&6; }
82098209+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
82108210+printf "%s\n" "$MAGIC_CMD" >&6; }
76418211else
76427642- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
76437643-$as_echo "no" >&6; }
82128212+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
82138213+printf "%s\n" "no" >&6; }
76448214fi
7645821576468216···7649821976508220if test -z "$lt_cv_path_MAGIC_CMD"; then
76518221 if test -n "$ac_tool_prefix"; then
76527652- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
76537653-$as_echo_n "checking for file... " >&6; }
76547654-if ${lt_cv_path_MAGIC_CMD+:} false; then :
76557655- $as_echo_n "(cached) " >&6
76567656-else
82228222+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for file" >&5
82238223+printf %s "checking for file... " >&6; }
82248224+if test ${lt_cv_path_MAGIC_CMD+y}
82258225+then :
82268226+ printf %s "(cached) " >&6
82278227+else $as_nop
76578228 case $MAGIC_CMD in
76588229[\\/*] | ?:[\\/]*)
76598230 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
···7702827377038274MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
77048275if test -n "$MAGIC_CMD"; then
77057705- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
77067706-$as_echo "$MAGIC_CMD" >&6; }
82768276+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
82778277+printf "%s\n" "$MAGIC_CMD" >&6; }
77078278else
77087708- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
77097709-$as_echo "no" >&6; }
82798279+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
82808280+printf "%s\n" "no" >&6; }
77108281fi
7711828277128283···77878358 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
77888359 esac
7789836077907790- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
77917791-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
77927792-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
77937793- $as_echo_n "(cached) " >&6
77947794-else
83618361+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
83628362+printf %s "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
83638363+if test ${lt_cv_prog_compiler_rtti_exceptions+y}
83648364+then :
83658365+ printf %s "(cached) " >&6
83668366+else $as_nop
77958367 lt_cv_prog_compiler_rtti_exceptions=no
77968368 ac_outfile=conftest.$ac_objext
77978369 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
···78228394 $RM conftest*
7823839578248396fi
78257825-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
78267826-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
83978397+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
83988398+printf "%s\n" "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7827839978288400if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
78298401 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
···81498721 ;;
81508722esac
8151872381528152-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
81538153-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
81548154-if ${lt_cv_prog_compiler_pic+:} false; then :
81558155- $as_echo_n "(cached) " >&6
81568156-else
87248724+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
87258725+printf %s "checking for $compiler option to produce PIC... " >&6; }
87268726+if test ${lt_cv_prog_compiler_pic+y}
87278727+then :
87288728+ printf %s "(cached) " >&6
87298729+else $as_nop
81578730 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
81588731fi
81598159-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
81608160-$as_echo "$lt_cv_prog_compiler_pic" >&6; }
87328732+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
87338733+printf "%s\n" "$lt_cv_prog_compiler_pic" >&6; }
81618734lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
8162873581638736#
81648737# Check to make sure the PIC flag actually works.
81658738#
81668739if test -n "$lt_prog_compiler_pic"; then
81678167- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
81688168-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
81698169-if ${lt_cv_prog_compiler_pic_works+:} false; then :
81708170- $as_echo_n "(cached) " >&6
81718171-else
87408740+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
87418741+printf %s "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
87428742+if test ${lt_cv_prog_compiler_pic_works+y}
87438743+then :
87448744+ printf %s "(cached) " >&6
87458745+else $as_nop
81728746 lt_cv_prog_compiler_pic_works=no
81738747 ac_outfile=conftest.$ac_objext
81748748 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
···81998773 $RM conftest*
8200877482018775fi
82028202-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
82038203-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
87768776+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
87778777+printf "%s\n" "$lt_cv_prog_compiler_pic_works" >&6; }
8204877882058779if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
82068780 case $lt_prog_compiler_pic in
···82288802# Check to make sure the static flag actually works.
82298803#
82308804wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
82318231-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
82328232-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
82338233-if ${lt_cv_prog_compiler_static_works+:} false; then :
82348234- $as_echo_n "(cached) " >&6
82358235-else
88058805+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
88068806+printf %s "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
88078807+if test ${lt_cv_prog_compiler_static_works+y}
88088808+then :
88098809+ printf %s "(cached) " >&6
88108810+else $as_nop
82368811 lt_cv_prog_compiler_static_works=no
82378812 save_LDFLAGS="$LDFLAGS"
82388813 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
···82568831 LDFLAGS="$save_LDFLAGS"
8257883282588833fi
82598259-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
82608260-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
88348834+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
88358835+printf "%s\n" "$lt_cv_prog_compiler_static_works" >&6; }
8261883682628837if test x"$lt_cv_prog_compiler_static_works" = xyes; then
82638838 :
···82718846827288478273884882748274- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
82758275-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
82768276-if ${lt_cv_prog_compiler_c_o+:} false; then :
82778277- $as_echo_n "(cached) " >&6
82788278-else
88498849+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
88508850+printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
88518851+if test ${lt_cv_prog_compiler_c_o+y}
88528852+then :
88538853+ printf %s "(cached) " >&6
88548854+else $as_nop
82798855 lt_cv_prog_compiler_c_o=no
82808856 $RM -r conftest 2>/dev/null
82818857 mkdir conftest
···83188894 $RM conftest*
8319889583208896fi
83218321-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
83228322-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
88978897+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
88988898+printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
83238899832489008325890183268902832789038328890483298329- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
83308330-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
83318331-if ${lt_cv_prog_compiler_c_o+:} false; then :
83328332- $as_echo_n "(cached) " >&6
83338333-else
89058905+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
89068906+printf %s "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
89078907+if test ${lt_cv_prog_compiler_c_o+y}
89088908+then :
89098909+ printf %s "(cached) " >&6
89108910+else $as_nop
83348911 lt_cv_prog_compiler_c_o=no
83358912 $RM -r conftest 2>/dev/null
83368913 mkdir conftest
···83738950 $RM conftest*
8374895183758952fi
83768376-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
83778377-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
89538953+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
89548954+printf "%s\n" "$lt_cv_prog_compiler_c_o" >&6; }
837889558379895683808957···83828959hard_links="nottested"
83838960if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
83848961 # do not overwrite the value of need_locks provided by the user
83858385- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
83868386-$as_echo_n "checking if we can lock with hard links... " >&6; }
89628962+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
89638963+printf %s "checking if we can lock with hard links... " >&6; }
83878964 hard_links=yes
83888965 $RM conftest*
83898966 ln conftest.a conftest.b 2>/dev/null && hard_links=no
83908967 touch conftest.a
83918968 ln conftest.a conftest.b 2>&5 || hard_links=no
83928969 ln conftest.a conftest.b 2>/dev/null && hard_links=no
83938393- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
83948394-$as_echo "$hard_links" >&6; }
89708970+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
89718971+printf "%s\n" "$hard_links" >&6; }
83958972 if test "$hard_links" = no; then
83968396- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
83978397-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
89738973+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
89748974+printf "%s\n" "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
83988975 need_locks=warn
83998976 fi
84008977else
···84068983840789848408898584098409- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
84108410-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
89868986+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
89878987+printf %s "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8411898884128989 runpath_var=
84138990 allow_undefined_flag=
···88919468 if test "${lt_cv_aix_libpath+set}" = set; then
88929469 aix_libpath=$lt_cv_aix_libpath
88939470else
88948894- if ${lt_cv_aix_libpath_+:} false; then :
88958895- $as_echo_n "(cached) " >&6
88968896-else
94719471+ if test ${lt_cv_aix_libpath_+y}
94729472+then :
94739473+ printf %s "(cached) " >&6
94749474+else $as_nop
88979475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
88989476/* end confdefs.h. */
8899947789009478int
89018901-main ()
94799479+main (void)
89029480{
8903948189049482 ;
89059483 return 0;
89069484}
89079485_ACEOF
89088908-if ac_fn_c_try_link "$LINENO"; then :
94869486+if ac_fn_c_try_link "$LINENO"
94879487+then :
8909948889109489 lt_aix_libpath_sed='
89119490 /Import File Strings/,/^$/ {
···89209499 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
89219500 fi
89229501fi
89238923-rm -f core conftest.err conftest.$ac_objext \
95029502+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89249503 conftest$ac_exeext conftest.$ac_ext
89259504 if test -z "$lt_cv_aix_libpath_"; then
89269505 lt_cv_aix_libpath_="/usr/lib:/lib"
···89449523 if test "${lt_cv_aix_libpath+set}" = set; then
89459524 aix_libpath=$lt_cv_aix_libpath
89469525else
89478947- if ${lt_cv_aix_libpath_+:} false; then :
89488948- $as_echo_n "(cached) " >&6
89498949-else
95269526+ if test ${lt_cv_aix_libpath_+y}
95279527+then :
95289528+ printf %s "(cached) " >&6
95299529+else $as_nop
89509530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
89519531/* end confdefs.h. */
8952953289539533int
89548954-main ()
95349534+main (void)
89559535{
8956953689579537 ;
89589538 return 0;
89599539}
89609540_ACEOF
89618961-if ac_fn_c_try_link "$LINENO"; then :
95419541+if ac_fn_c_try_link "$LINENO"
95429542+then :
8962954389639544 lt_aix_libpath_sed='
89649545 /Import File Strings/,/^$/ {
···89739554 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
89749555 fi
89759556fi
89768976-rm -f core conftest.err conftest.$ac_objext \
95579557+rm -f core conftest.err conftest.$ac_objext conftest.beam \
89779558 conftest$ac_exeext conftest.$ac_ext
89789559 if test -z "$lt_cv_aix_libpath_"; then
89799560 lt_cv_aix_libpath_="/usr/lib:/lib"
···9211979292129793 # Older versions of the 11.00 compiler do not understand -b yet
92139794 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
92149214- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
92159215-$as_echo_n "checking if $CC understands -b... " >&6; }
92169216-if ${lt_cv_prog_compiler__b+:} false; then :
92179217- $as_echo_n "(cached) " >&6
92189218-else
97959795+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
97969796+printf %s "checking if $CC understands -b... " >&6; }
97979797+if test ${lt_cv_prog_compiler__b+y}
97989798+then :
97999799+ printf %s "(cached) " >&6
98009800+else $as_nop
92199801 lt_cv_prog_compiler__b=no
92209802 save_LDFLAGS="$LDFLAGS"
92219803 LDFLAGS="$LDFLAGS -b"
···92399821 LDFLAGS="$save_LDFLAGS"
9240982292419823fi
92429242-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
92439243-$as_echo "$lt_cv_prog_compiler__b" >&6; }
98249824+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
98259825+printf "%s\n" "$lt_cv_prog_compiler__b" >&6; }
9244982692459827if test x"$lt_cv_prog_compiler__b" = xyes; then
92469828 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
···92809862 # work, assume that -exports_file does not work either and
92819863 # implicitly export all symbols.
92829864 # This should be the same for all languages, so no per-tag cache variable.
92839283- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
92849284-$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
92859285-if ${lt_cv_irix_exported_symbol+:} false; then :
92869286- $as_echo_n "(cached) " >&6
92879287-else
98659865+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
98669866+printf %s "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
98679867+if test ${lt_cv_irix_exported_symbol+y}
98689868+then :
98699869+ printf %s "(cached) " >&6
98709870+else $as_nop
92889871 save_LDFLAGS="$LDFLAGS"
92899872 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
92909873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
92919874/* end confdefs.h. */
92929875int foo (void) { return 0; }
92939876_ACEOF
92949294-if ac_fn_c_try_link "$LINENO"; then :
98779877+if ac_fn_c_try_link "$LINENO"
98789878+then :
92959879 lt_cv_irix_exported_symbol=yes
92969296-else
98809880+else $as_nop
92979881 lt_cv_irix_exported_symbol=no
92989882fi
92999299-rm -f core conftest.err conftest.$ac_objext \
98839883+rm -f core conftest.err conftest.$ac_objext conftest.beam \
93009884 conftest$ac_exeext conftest.$ac_ext
93019885 LDFLAGS="$save_LDFLAGS"
93029886fi
93039303-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
93049304-$as_echo "$lt_cv_irix_exported_symbol" >&6; }
98879887+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
98889888+printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
93059889 if test "$lt_cv_irix_exported_symbol" = yes; then
93069890 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
93079891 fi
···955910143 fi
956010144 fi
95611014595629562-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
95639563-$as_echo "$ld_shlibs" >&6; }
1014610146+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
1014710147+printf "%s\n" "$ld_shlibs" >&6; }
956410148test "$ld_shlibs" = no && can_build_shared=no
956510149956610150with_gnu_ld=$with_gnu_ld
···959610180 # Test whether the compiler implicitly links with -lc since on some
959710181 # systems, -lgcc has to come before -lc. If gcc already passes -lc
959810182 # to ld, don't add -lc before -lgcc.
95999599- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
96009600-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
96019601-if ${lt_cv_archive_cmds_need_lc+:} false; then :
96029602- $as_echo_n "(cached) " >&6
96039603-else
1018310183+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
1018410184+printf %s "checking whether -lc should be explicitly linked in... " >&6; }
1018510185+if test ${lt_cv_archive_cmds_need_lc+y}
1018610186+then :
1018710187+ printf %s "(cached) " >&6
1018810188+else $as_nop
960410189 $RM conftest*
960510190 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
960610191960710192 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
960810193 (eval $ac_compile) 2>&5
960910194 ac_status=$?
96109610- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1019510195+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
961110196 test $ac_status = 0; } 2>conftest.err; then
961210197 soname=conftest
961310198 lib=conftest
···962510210 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
962610211 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
962710212 ac_status=$?
96289628- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1021310213+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
962910214 test $ac_status = 0; }
963010215 then
963110216 lt_cv_archive_cmds_need_lc=no
···963910224 $RM conftest*
964010225964110226fi
96429642-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
96439643-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
1022710227+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
1022810228+printf "%s\n" "$lt_cv_archive_cmds_need_lc" >&6; }
964410229 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
964510230 ;;
964610231 esac
···97991038498001038598011038698029802- { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
98039803-$as_echo_n "checking dynamic linker characteristics... " >&6; }
1038710387+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
1038810388+printf %s "checking dynamic linker characteristics... " >&6; }
980410389980510390if test "$GCC" = yes; then
980610391 case $host_os in
···1029110876 shlibpath_overrides_runpath=no
10292108771029310878 # Some binutils ld are patched to set DT_RUNPATH
1029410294- if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
1029510295- $as_echo_n "(cached) " >&6
1029610296-else
1087910879+ if test ${lt_cv_shlibpath_overrides_runpath+y}
1088010880+then :
1088110881+ printf %s "(cached) " >&6
1088210882+else $as_nop
1029710883 lt_cv_shlibpath_overrides_runpath=no
1029810884 save_LDFLAGS=$LDFLAGS
1029910885 save_libdir=$libdir
···1030310889/* end confdefs.h. */
10304108901030510891int
1030610306-main ()
1089210892+main (void)
1030710893{
10308108941030910895 ;
1031010896 return 0;
1031110897}
1031210898_ACEOF
1031310313-if ac_fn_c_try_link "$LINENO"; then :
1031410314- if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
1089910899+if ac_fn_c_try_link "$LINENO"
1090010900+then :
1090110901+ if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null
1090210902+then :
1031510903 lt_cv_shlibpath_overrides_runpath=yes
1031610904fi
1031710905fi
1031810318-rm -f core conftest.err conftest.$ac_objext \
1090610906+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1031910907 conftest$ac_exeext conftest.$ac_ext
1032010908 LDFLAGS=$save_LDFLAGS
1032110909 libdir=$save_libdir
···1053211120 dynamic_linker=no
1053311121 ;;
1053411122esac
1053510535-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1053610536-$as_echo "$dynamic_linker" >&6; }
1112311123+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1112411124+printf "%s\n" "$dynamic_linker" >&6; }
1053711125test "$dynamic_linker" = no && can_build_shared=no
10538111261053911127variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
···1063911227106401122810641112291064210642- { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
1064310643-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
1123011230+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
1123111231+printf %s "checking how to hardcode library paths into programs... " >&6; }
1064411232hardcode_action=
1064511233if test -n "$hardcode_libdir_flag_spec" ||
1064611234 test -n "$runpath_var" ||
···1066411252 # directories.
1066511253 hardcode_action=unsupported
1066611254fi
1066710667-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1066810668-$as_echo "$hardcode_action" >&6; }
1125511255+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1125611256+printf "%s\n" "$hardcode_action" >&6; }
10669112571067011258if test "$hardcode_action" = relink ||
1067111259 test "$inherit_rpath" = yes; then
···10709112971071011298 darwin*)
1071111299 # if libdl is installed we need to link against it
1071210712- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1071310713-$as_echo_n "checking for dlopen in -ldl... " >&6; }
1071410714-if ${ac_cv_lib_dl_dlopen+:} false; then :
1071510715- $as_echo_n "(cached) " >&6
1071610716-else
1130011300+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1130111301+printf %s "checking for dlopen in -ldl... " >&6; }
1130211302+if test ${ac_cv_lib_dl_dlopen+y}
1130311303+then :
1130411304+ printf %s "(cached) " >&6
1130511305+else $as_nop
1071711306 ac_check_lib_save_LIBS=$LIBS
1071811307LIBS="-ldl $LIBS"
1071911308cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1072211311/* Override any GCC internal prototype to avoid an error.
1072311312 Use char because int might match the return type of a GCC
1072411313 builtin and then its argument prototype would still apply. */
1072510725-#ifdef __cplusplus
1072610726-extern "C"
1072710727-#endif
1072811314char dlopen ();
1072911315int
1073010730-main ()
1131611316+main (void)
1073111317{
1073211318return dlopen ();
1073311319 ;
1073411320 return 0;
1073511321}
1073611322_ACEOF
1073710737-if ac_fn_c_try_link "$LINENO"; then :
1132311323+if ac_fn_c_try_link "$LINENO"
1132411324+then :
1073811325 ac_cv_lib_dl_dlopen=yes
1073910739-else
1132611326+else $as_nop
1074011327 ac_cv_lib_dl_dlopen=no
1074111328fi
1074210742-rm -f core conftest.err conftest.$ac_objext \
1132911329+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1074311330 conftest$ac_exeext conftest.$ac_ext
1074411331LIBS=$ac_check_lib_save_LIBS
1074511332fi
1074610746-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1074710747-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1074810748-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1133311333+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1133411334+printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
1133511335+if test "x$ac_cv_lib_dl_dlopen" = xyes
1133611336+then :
1074911337 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1075010750-else
1133811338+else $as_nop
10751113391075211340 lt_cv_dlopen="dyld"
1075311341 lt_cv_dlopen_libs=
···10759113471076011348 *)
1076111349 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
1076210762-if test "x$ac_cv_func_shl_load" = xyes; then :
1135011350+if test "x$ac_cv_func_shl_load" = xyes
1135111351+then :
1076311352 lt_cv_dlopen="shl_load"
1076410764-else
1076510765- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1076610766-$as_echo_n "checking for shl_load in -ldld... " >&6; }
1076710767-if ${ac_cv_lib_dld_shl_load+:} false; then :
1076810768- $as_echo_n "(cached) " >&6
1076910769-else
1135311353+else $as_nop
1135411354+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1135511355+printf %s "checking for shl_load in -ldld... " >&6; }
1135611356+if test ${ac_cv_lib_dld_shl_load+y}
1135711357+then :
1135811358+ printf %s "(cached) " >&6
1135911359+else $as_nop
1077011360 ac_check_lib_save_LIBS=$LIBS
1077111361LIBS="-ldld $LIBS"
1077211362cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1077511365/* Override any GCC internal prototype to avoid an error.
1077611366 Use char because int might match the return type of a GCC
1077711367 builtin and then its argument prototype would still apply. */
1077810778-#ifdef __cplusplus
1077910779-extern "C"
1078010780-#endif
1078111368char shl_load ();
1078211369int
1078310783-main ()
1137011370+main (void)
1078411371{
1078511372return shl_load ();
1078611373 ;
1078711374 return 0;
1078811375}
1078911376_ACEOF
1079010790-if ac_fn_c_try_link "$LINENO"; then :
1137711377+if ac_fn_c_try_link "$LINENO"
1137811378+then :
1079111379 ac_cv_lib_dld_shl_load=yes
1079210792-else
1138011380+else $as_nop
1079311381 ac_cv_lib_dld_shl_load=no
1079411382fi
1079510795-rm -f core conftest.err conftest.$ac_objext \
1138311383+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1079611384 conftest$ac_exeext conftest.$ac_ext
1079711385LIBS=$ac_check_lib_save_LIBS
1079811386fi
1079910799-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1080010800-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
1080110801-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
1138711387+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1138811388+printf "%s\n" "$ac_cv_lib_dld_shl_load" >&6; }
1138911389+if test "x$ac_cv_lib_dld_shl_load" = xyes
1139011390+then :
1080211391 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
1080310803-else
1139211392+else $as_nop
1080411393 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
1080510805-if test "x$ac_cv_func_dlopen" = xyes; then :
1139411394+if test "x$ac_cv_func_dlopen" = xyes
1139511395+then :
1080611396 lt_cv_dlopen="dlopen"
1080710807-else
1080810808- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1080910809-$as_echo_n "checking for dlopen in -ldl... " >&6; }
1081010810-if ${ac_cv_lib_dl_dlopen+:} false; then :
1081110811- $as_echo_n "(cached) " >&6
1081210812-else
1139711397+else $as_nop
1139811398+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1139911399+printf %s "checking for dlopen in -ldl... " >&6; }
1140011400+if test ${ac_cv_lib_dl_dlopen+y}
1140111401+then :
1140211402+ printf %s "(cached) " >&6
1140311403+else $as_nop
1081311404 ac_check_lib_save_LIBS=$LIBS
1081411405LIBS="-ldl $LIBS"
1081511406cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1081811409/* Override any GCC internal prototype to avoid an error.
1081911410 Use char because int might match the return type of a GCC
1082011411 builtin and then its argument prototype would still apply. */
1082110821-#ifdef __cplusplus
1082210822-extern "C"
1082310823-#endif
1082411412char dlopen ();
1082511413int
1082610826-main ()
1141411414+main (void)
1082711415{
1082811416return dlopen ();
1082911417 ;
1083011418 return 0;
1083111419}
1083211420_ACEOF
1083310833-if ac_fn_c_try_link "$LINENO"; then :
1142111421+if ac_fn_c_try_link "$LINENO"
1142211422+then :
1083411423 ac_cv_lib_dl_dlopen=yes
1083510835-else
1142411424+else $as_nop
1083611425 ac_cv_lib_dl_dlopen=no
1083711426fi
1083810838-rm -f core conftest.err conftest.$ac_objext \
1142711427+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1083911428 conftest$ac_exeext conftest.$ac_ext
1084011429LIBS=$ac_check_lib_save_LIBS
1084111430fi
1084210842-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1084310843-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1084410844-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1143111431+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1143211432+printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
1143311433+if test "x$ac_cv_lib_dl_dlopen" = xyes
1143411434+then :
1084511435 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
1084610846-else
1084710847- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1084810848-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
1084910849-if ${ac_cv_lib_svld_dlopen+:} false; then :
1085010850- $as_echo_n "(cached) " >&6
1085110851-else
1143611436+else $as_nop
1143711437+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1143811438+printf %s "checking for dlopen in -lsvld... " >&6; }
1143911439+if test ${ac_cv_lib_svld_dlopen+y}
1144011440+then :
1144111441+ printf %s "(cached) " >&6
1144211442+else $as_nop
1085211443 ac_check_lib_save_LIBS=$LIBS
1085311444LIBS="-lsvld $LIBS"
1085411445cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1085711448/* Override any GCC internal prototype to avoid an error.
1085811449 Use char because int might match the return type of a GCC
1085911450 builtin and then its argument prototype would still apply. */
1086010860-#ifdef __cplusplus
1086110861-extern "C"
1086210862-#endif
1086311451char dlopen ();
1086411452int
1086510865-main ()
1145311453+main (void)
1086611454{
1086711455return dlopen ();
1086811456 ;
1086911457 return 0;
1087011458}
1087111459_ACEOF
1087210872-if ac_fn_c_try_link "$LINENO"; then :
1146011460+if ac_fn_c_try_link "$LINENO"
1146111461+then :
1087311462 ac_cv_lib_svld_dlopen=yes
1087410874-else
1146311463+else $as_nop
1087511464 ac_cv_lib_svld_dlopen=no
1087611465fi
1087710877-rm -f core conftest.err conftest.$ac_objext \
1146611466+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1087811467 conftest$ac_exeext conftest.$ac_ext
1087911468LIBS=$ac_check_lib_save_LIBS
1088011469fi
1088110881-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1088210882-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
1088310883-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
1147011470+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1147111471+printf "%s\n" "$ac_cv_lib_svld_dlopen" >&6; }
1147211472+if test "x$ac_cv_lib_svld_dlopen" = xyes
1147311473+then :
1088411474 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
1088510885-else
1088610886- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1088710887-$as_echo_n "checking for dld_link in -ldld... " >&6; }
1088810888-if ${ac_cv_lib_dld_dld_link+:} false; then :
1088910889- $as_echo_n "(cached) " >&6
1089010890-else
1147511475+else $as_nop
1147611476+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1147711477+printf %s "checking for dld_link in -ldld... " >&6; }
1147811478+if test ${ac_cv_lib_dld_dld_link+y}
1147911479+then :
1148011480+ printf %s "(cached) " >&6
1148111481+else $as_nop
1089111482 ac_check_lib_save_LIBS=$LIBS
1089211483LIBS="-ldld $LIBS"
1089311484cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1089611487/* Override any GCC internal prototype to avoid an error.
1089711488 Use char because int might match the return type of a GCC
1089811489 builtin and then its argument prototype would still apply. */
1089910899-#ifdef __cplusplus
1090010900-extern "C"
1090110901-#endif
1090211490char dld_link ();
1090311491int
1090410904-main ()
1149211492+main (void)
1090511493{
1090611494return dld_link ();
1090711495 ;
1090811496 return 0;
1090911497}
1091011498_ACEOF
1091110911-if ac_fn_c_try_link "$LINENO"; then :
1149911499+if ac_fn_c_try_link "$LINENO"
1150011500+then :
1091211501 ac_cv_lib_dld_dld_link=yes
1091310913-else
1150211502+else $as_nop
1091411503 ac_cv_lib_dld_dld_link=no
1091511504fi
1091610916-rm -f core conftest.err conftest.$ac_objext \
1150511505+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1091711506 conftest$ac_exeext conftest.$ac_ext
1091811507LIBS=$ac_check_lib_save_LIBS
1091911508fi
1092010920-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1092110921-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
1092210922-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
1150911509+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1151011510+printf "%s\n" "$ac_cv_lib_dld_dld_link" >&6; }
1151111511+if test "x$ac_cv_lib_dld_dld_link" = xyes
1151211512+then :
1092311513 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1092411514fi
1092511515···1095811548 save_LIBS="$LIBS"
1095911549 LIBS="$lt_cv_dlopen_libs $LIBS"
10960115501096110961- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1096210962-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
1096310963-if ${lt_cv_dlopen_self+:} false; then :
1096410964- $as_echo_n "(cached) " >&6
1096510965-else
1155111551+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1155211552+printf %s "checking whether a program can dlopen itself... " >&6; }
1155311553+if test ${lt_cv_dlopen_self+y}
1155411554+then :
1155511555+ printf %s "(cached) " >&6
1155611556+else $as_nop
1096611557 if test "$cross_compiling" = yes; then :
1096711558 lt_cv_dlopen_self=cross
1096811559else
···1104111632 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1104211633 (eval $ac_link) 2>&5
1104311634 ac_status=$?
1104411044- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1163511635+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1104511636 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1104611637 (./conftest; exit; ) >&5 2>/dev/null
1104711638 lt_status=$?
···110591165011060116511106111652fi
1106211062-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1106311063-$as_echo "$lt_cv_dlopen_self" >&6; }
1165311653+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1165411654+printf "%s\n" "$lt_cv_dlopen_self" >&6; }
11064116551106511656 if test "x$lt_cv_dlopen_self" = xyes; then
1106611657 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1106711067- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1106811068-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
1106911069-if ${lt_cv_dlopen_self_static+:} false; then :
1107011070- $as_echo_n "(cached) " >&6
1107111071-else
1165811658+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1165911659+printf %s "checking whether a statically linked program can dlopen itself... " >&6; }
1166011660+if test ${lt_cv_dlopen_self_static+y}
1166111661+then :
1166211662+ printf %s "(cached) " >&6
1166311663+else $as_nop
1107211664 if test "$cross_compiling" = yes; then :
1107311665 lt_cv_dlopen_self_static=cross
1107411666else
···1114711739 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1114811740 (eval $ac_link) 2>&5
1114911741 ac_status=$?
1115011150- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1174211742+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1115111743 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1115211744 (./conftest; exit; ) >&5 2>/dev/null
1115311745 lt_status=$?
···111651175711166117581116711759fi
1116811168-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1116911169-$as_echo "$lt_cv_dlopen_self_static" >&6; }
1176011760+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
1176111761+printf "%s\n" "$lt_cv_dlopen_self_static" >&6; }
1117011762 fi
11171117631117211764 CPPFLAGS="$save_CPPFLAGS"
···11204117961120511797striplib=
1120611798old_striplib=
1120711207-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1120811208-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
1179911799+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
1180011800+printf %s "checking whether stripping libraries is possible... " >&6; }
1120911801if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
1121011802 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1121111803 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1121211212- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1121311213-$as_echo "yes" >&6; }
1180411804+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1180511805+printf "%s\n" "yes" >&6; }
1121411806else
1121511807# FIXME - insert some real tests, host_os isn't really good enough
1121611808 case $host_os in
···1121811810 if test -n "$STRIP" ; then
1121911811 striplib="$STRIP -x"
1122011812 old_striplib="$STRIP -S"
1122111221- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1122211222-$as_echo "yes" >&6; }
1181311813+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1181411814+printf "%s\n" "yes" >&6; }
1122311815 else
1122411224- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1122511225-$as_echo "no" >&6; }
1181611816+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1181711817+printf "%s\n" "no" >&6; }
1122611818 fi
1122711819 ;;
1122811820 *)
1122911229- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1123011230-$as_echo "no" >&6; }
1182111821+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1182211822+printf "%s\n" "no" >&6; }
1123111823 ;;
1123211824 esac
1123311825fi
···112441183611245118371124611838 # Report which library types will actually be built
1124711247- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1124811248-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
1124911249- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1125011250-$as_echo "$can_build_shared" >&6; }
1183911839+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1184011840+printf %s "checking if libtool supports shared libraries... " >&6; }
1184111841+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1184211842+printf "%s\n" "$can_build_shared" >&6; }
11251118431125211252- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1125311253-$as_echo_n "checking whether to build shared libraries... " >&6; }
1184411844+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1184511845+printf %s "checking whether to build shared libraries... " >&6; }
1125411846 test "$can_build_shared" = "no" && enable_shared=no
11255118471125611848 # On AIX, shared libraries and static libraries use the same namespace, and
···1127011862 fi
1127111863 ;;
1127211864 esac
1127311273- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1127411274-$as_echo "$enable_shared" >&6; }
1186511865+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
1186611866+printf "%s\n" "$enable_shared" >&6; }
11275118671127611276- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1127711277-$as_echo_n "checking whether to build static libraries... " >&6; }
1186811868+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1186911869+printf %s "checking whether to build static libraries... " >&6; }
1127811870 # Make sure either enable_shared or enable_static is yes.
1127911871 test "$enable_shared" = yes || enable_static=yes
1128011280- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1128111281-$as_echo "$enable_static" >&6; }
1187211872+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1187311873+printf "%s\n" "$enable_static" >&6; }
112821187411283118751128411876···1132711919113281192011329119211133011330-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1133111331-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1192211922+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
1192311923+printf %s "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
1133211924 # Check whether --enable-maintainer-mode was given.
1133311333-if test "${enable_maintainer_mode+set}" = set; then :
1192511925+if test ${enable_maintainer_mode+y}
1192611926+then :
1133411927 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
1133511335-else
1192811928+else $as_nop
1133611929 USE_MAINTAINER_MODE=no
1133711930fi
11338119311133911339- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1134011340-$as_echo "$USE_MAINTAINER_MODE" >&6; }
1193211932+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
1193311933+printf "%s\n" "$USE_MAINTAINER_MODE" >&6; }
1134111934 if test $USE_MAINTAINER_MODE = yes; then
1134211935 MAINTAINER_MODE_TRUE=
1134311936 MAINTAINER_MODE_FALSE='#'
···1135011943113511194411352119451135311353- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
1135411354-$as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
1135511355-if ${ac_cv_prog_cc_c99+:} false; then :
1135611356- $as_echo_n "(cached) " >&6
1135711357-else
1135811358- ac_cv_prog_cc_c99=no
1135911359-ac_save_CC=$CC
1136011360-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1194611946+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC options needed to detect all undeclared functions" >&5
1194711947+printf %s "checking for $CC options needed to detect all undeclared functions... " >&6; }
1194811948+if test ${ac_cv_c_undeclared_builtin_options+y}
1194911949+then :
1195011950+ printf %s "(cached) " >&6
1195111951+else $as_nop
1195211952+ ac_save_CFLAGS=$CFLAGS
1195311953+ ac_cv_c_undeclared_builtin_options='cannot detect'
1195411954+ for ac_arg in '' -fno-builtin; do
1195511955+ CFLAGS="$ac_save_CFLAGS $ac_arg"
1195611956+ # This test program should *not* compile successfully.
1195711957+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1136111958/* end confdefs.h. */
1136211362-#include <stdarg.h>
1136311363-#include <stdbool.h>
1136411364-#include <stdlib.h>
1136511365-#include <wchar.h>
1136611366-#include <stdio.h>
11367119591136811368-// Check varargs macros. These examples are taken from C99 6.10.3.5.
1136911369-#define debug(...) fprintf (stderr, __VA_ARGS__)
1137011370-#define showlist(...) puts (#__VA_ARGS__)
1137111371-#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
1137211372-static void
1137311373-test_varargs_macros (void)
1196011960+int
1196111961+main (void)
1137411962{
1137511375- int x = 1234;
1137611376- int y = 5678;
1137711377- debug ("Flag");
1137811378- debug ("X = %d\n", x);
1137911379- showlist (The first, second, and third items.);
1138011380- report (x>y, "x is %d but y is %d", x, y);
1138111381-}
1138211382-1138311383-// Check long long types.
1138411384-#define BIG64 18446744073709551615ull
1138511385-#define BIG32 4294967295ul
1138611386-#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
1138711387-#if !BIG_OK
1138811388- your preprocessor is broken;
1138911389-#endif
1139011390-#if BIG_OK
1139111391-#else
1139211392- your preprocessor is broken;
1139311393-#endif
1139411394-static long long int bignum = -9223372036854775807LL;
1139511395-static unsigned long long int ubignum = BIG64;
1139611396-1139711397-struct incomplete_array
1139811398-{
1139911399- int datasize;
1140011400- double data[];
1140111401-};
1140211402-1140311403-struct named_init {
1140411404- int number;
1140511405- const wchar_t *name;
1140611406- double average;
1140711407-};
1140811408-1140911409-typedef const char *ccp;
1141011410-1141111411-static inline int
1141211412-test_restrict (ccp restrict text)
1141311413-{
1141411414- // See if C++-style comments work.
1141511415- // Iterate through items via the restricted pointer.
1141611416- // Also check for declarations in for loops.
1141711417- for (unsigned int i = 0; *(text+i) != '\0'; ++i)
1141811418- continue;
1196311963+(void) strchr;
1196411964+ ;
1141911965 return 0;
1142011966}
1142111421-1142211422-// Check varargs and va_copy.
1142311423-static void
1142411424-test_varargs (const char *format, ...)
1142511425-{
1142611426- va_list args;
1142711427- va_start (args, format);
1142811428- va_list args_copy;
1142911429- va_copy (args_copy, args);
1143011430-1143111431- const char *str;
1143211432- int number;
1143311433- float fnumber;
1196711967+_ACEOF
1196811968+if ac_fn_c_try_compile "$LINENO"
1196911969+then :
11434119701143511435- while (*format)
1143611436- {
1143711437- switch (*format++)
1143811438- {
1143911439- case 's': // string
1144011440- str = va_arg (args_copy, const char *);
1144111441- break;
1144211442- case 'd': // int
1144311443- number = va_arg (args_copy, int);
1144411444- break;
1144511445- case 'f': // float
1144611446- fnumber = va_arg (args_copy, double);
1144711447- break;
1144811448- default:
1144911449- break;
1145011450- }
1145111451- }
1145211452- va_end (args_copy);
1145311453- va_end (args);
1145411454-}
1197111971+else $as_nop
1197211972+ # This test program should compile successfully.
1197311973+ # No library function is consistently available on
1197411974+ # freestanding implementations, so test against a dummy
1197511975+ # declaration. Include always-available headers on the
1197611976+ # off chance that they somehow elicit warnings.
1197711977+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1197811978+/* end confdefs.h. */
1197911979+#include <float.h>
1198011980+#include <limits.h>
1198111981+#include <stdarg.h>
1198211982+#include <stddef.h>
1198311983+extern void ac_decl (int, char *);
11455119841145611985int
1145711457-main ()
1198611986+main (void)
1145811987{
1145911459-1146011460- // Check bool.
1146111461- _Bool success = false;
1146211462-1146311463- // Check restrict.
1146411464- if (test_restrict ("String literal") == 0)
1146511465- success = true;
1146611466- char *restrict newvar = "Another string";
1146711467-1146811468- // Check varargs.
1146911469- test_varargs ("s, d' f .", "string", 65, 34.234);
1147011470- test_varargs_macros ();
1147111471-1147211472- // Check flexible array members.
1147311473- struct incomplete_array *ia =
1147411474- malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
1147511475- ia->datasize = 10;
1147611476- for (int i = 0; i < ia->datasize; ++i)
1147711477- ia->data[i] = i * 1.234;
1147811478-1147911479- // Check named initializers.
1148011480- struct named_init ni = {
1148111481- .number = 34,
1148211482- .name = L"Test wide string",
1148311483- .average = 543.34343,
1148411484- };
1148511485-1148611486- ni.number = 58;
1148711487-1148811488- int dynamic_array[ni.number];
1148911489- dynamic_array[ni.number - 1] = 543;
1149011490-1149111491- // work around unused variable warnings
1149211492- return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
1149311493- || dynamic_array[ni.number - 1] != 543);
1198811988+(void) ac_decl (0, (char *) 0);
1198911989+ (void) ac_decl;
11494119901149511991 ;
1149611992 return 0;
1149711993}
1149811994_ACEOF
1149911499-for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
1150011500-do
1150111501- CC="$ac_save_CC $ac_arg"
1150211502- if ac_fn_c_try_compile "$LINENO"; then :
1150311503- ac_cv_prog_cc_c99=$ac_arg
1199511995+if ac_fn_c_try_compile "$LINENO"
1199611996+then :
1199711997+ if test x"$ac_arg" = x
1199811998+then :
1199911999+ ac_cv_c_undeclared_builtin_options='none needed'
1200012000+else $as_nop
1200112001+ ac_cv_c_undeclared_builtin_options=$ac_arg
1150412002fi
1150511505-rm -f core conftest.err conftest.$ac_objext
1150611506- test "x$ac_cv_prog_cc_c99" != "xno" && break
1150711507-done
1150811508-rm -f conftest.$ac_ext
1150911509-CC=$ac_save_CC
1200312003+ break
1200412004+fi
1200512005+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1200612006+fi
1200712007+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1200812008+ done
1200912009+ CFLAGS=$ac_save_CFLAGS
11510120101151112011fi
1151211512-# AC_CACHE_VAL
1151311513-case "x$ac_cv_prog_cc_c99" in
1151411514- x)
1151511515- { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
1151611516-$as_echo "none needed" >&6; } ;;
1151711517- xno)
1151811518- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
1151911519-$as_echo "unsupported" >&6; } ;;
1152011520- *)
1152111521- CC="$CC $ac_cv_prog_cc_c99"
1152211522- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5
1152311523-$as_echo "$ac_cv_prog_cc_c99" >&6; } ;;
1201212012+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_undeclared_builtin_options" >&5
1201312013+printf "%s\n" "$ac_cv_c_undeclared_builtin_options" >&6; }
1201412014+ case $ac_cv_c_undeclared_builtin_options in #(
1201512015+ 'cannot detect') :
1201612016+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1201712017+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1201812018+as_fn_error $? "cannot make $CC report undeclared builtins
1201912019+See \`config.log' for more details" "$LINENO" 5; } ;; #(
1202012020+ 'none needed') :
1202112021+ ac_c_undeclared_builtin_options='' ;; #(
1202212022+ *) :
1202312023+ ac_c_undeclared_builtin_options=$ac_cv_c_undeclared_builtin_options ;;
1152412024esac
1152511525-if test "x$ac_cv_prog_cc_c99" != xno; then :
11526120251152711527-fi
11528120261152912027115301202811531120291153211532-1153311533-1153411534-ac_fn_c_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default"
1153511535-if test "x$ac_cv_have_decl___clang__" = xyes; then :
1203012030+ac_fn_check_decl "$LINENO" "__clang__" "ac_cv_have_decl___clang__" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1203112031+if test "x$ac_cv_have_decl___clang__" = xyes
1203212032+then :
1153612033 CLANGCC="yes"
1153711537-else
1203412034+else $as_nop
1153812035 CLANGCC="no"
1153912036fi
1154011540-1154111541-ac_fn_c_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default"
1154211542-if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes; then :
1203712037+ac_fn_check_decl "$LINENO" "__INTEL_COMPILER" "ac_cv_have_decl___INTEL_COMPILER" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1203812038+if test "x$ac_cv_have_decl___INTEL_COMPILER" = xyes
1203912039+then :
1154312040 INTELCC="yes"
1154411544-else
1204112041+else $as_nop
1154512042 INTELCC="no"
1154612043fi
1154711547-1154811548-ac_fn_c_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default"
1154911549-if test "x$ac_cv_have_decl___SUNPRO_C" = xyes; then :
1204412044+ac_fn_check_decl "$LINENO" "__SUNPRO_C" "ac_cv_have_decl___SUNPRO_C" "$ac_includes_default" "$ac_c_undeclared_builtin_options" "CFLAGS"
1204512045+if test "x$ac_cv_have_decl___SUNPRO_C" = xyes
1204612046+then :
1155012047 SUNCC="yes"
1155111551-else
1204812048+else $as_nop
1155212049 SUNCC="no"
1155312050fi
1155411554-115551205111556120521155712053···1156412060 if test -n "$ac_tool_prefix"; then
1156512061 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
1156612062set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
1156711567-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1156811568-$as_echo_n "checking for $ac_word... " >&6; }
1156911569-if ${ac_cv_path_PKG_CONFIG+:} false; then :
1157011570- $as_echo_n "(cached) " >&6
1157111571-else
1206312063+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1206412064+printf %s "checking for $ac_word... " >&6; }
1206512065+if test ${ac_cv_path_PKG_CONFIG+y}
1206612066+then :
1206712067+ printf %s "(cached) " >&6
1206812068+else $as_nop
1157212069 case $PKG_CONFIG in
1157312070 [\\/]* | ?:[\\/]*)
1157412071 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
···1157812075for as_dir in $PATH
1157912076do
1158012077 IFS=$as_save_IFS
1158111581- test -z "$as_dir" && as_dir=.
1207812078+ case $as_dir in #(((
1207912079+ '') as_dir=./ ;;
1208012080+ */) ;;
1208112081+ *) as_dir=$as_dir/ ;;
1208212082+ esac
1158212083 for ac_exec_ext in '' $ac_executable_extensions; do
1158311583- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1158411584- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1158511585- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1208412084+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
1208512085+ ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
1208612086+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1158612087 break 2
1158712088 fi
1158812089done
···1159412095fi
1159512096PKG_CONFIG=$ac_cv_path_PKG_CONFIG
1159612097if test -n "$PKG_CONFIG"; then
1159711597- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1159811598-$as_echo "$PKG_CONFIG" >&6; }
1209812098+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
1209912099+printf "%s\n" "$PKG_CONFIG" >&6; }
1159912100else
1160011600- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1160111601-$as_echo "no" >&6; }
1210112101+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1210212102+printf "%s\n" "no" >&6; }
1160212103fi
11603121041160412105···1160712108 ac_pt_PKG_CONFIG=$PKG_CONFIG
1160812109 # Extract the first word of "pkg-config", so it can be a program name with args.
1160912110set dummy pkg-config; ac_word=$2
1161011610-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1161111611-$as_echo_n "checking for $ac_word... " >&6; }
1161211612-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
1161311613- $as_echo_n "(cached) " >&6
1161411614-else
1211112111+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1211212112+printf %s "checking for $ac_word... " >&6; }
1211312113+if test ${ac_cv_path_ac_pt_PKG_CONFIG+y}
1211412114+then :
1211512115+ printf %s "(cached) " >&6
1211612116+else $as_nop
1161512117 case $ac_pt_PKG_CONFIG in
1161612118 [\\/]* | ?:[\\/]*)
1161712119 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
···1162112123for as_dir in $PATH
1162212124do
1162312125 IFS=$as_save_IFS
1162411624- test -z "$as_dir" && as_dir=.
1212612126+ case $as_dir in #(((
1212712127+ '') as_dir=./ ;;
1212812128+ */) ;;
1212912129+ *) as_dir=$as_dir/ ;;
1213012130+ esac
1162512131 for ac_exec_ext in '' $ac_executable_extensions; do
1162611626- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1162711627- ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1162811628- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1213212132+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
1213312133+ ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext"
1213412134+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1162912135 break 2
1163012136 fi
1163112137done
···1163712143fi
1163812144ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
1163912145if test -n "$ac_pt_PKG_CONFIG"; then
1164011640- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1164111641-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
1214612146+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
1214712147+printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; }
1164212148else
1164311643- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1164411644-$as_echo "no" >&6; }
1214912149+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1215012150+printf "%s\n" "no" >&6; }
1164512151fi
11646121521164712153 if test "x$ac_pt_PKG_CONFIG" = x; then
···1164912155 else
1165012156 case $cross_compiling:$ac_tool_warned in
1165112157yes:)
1165211652-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1165311653-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1215812158+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
1215912159+printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1165412160ac_tool_warned=yes ;;
1165512161esac
1165612162 PKG_CONFIG=$ac_pt_PKG_CONFIG
···1166212168fi
1166312169if test -n "$PKG_CONFIG"; then
1166412170 _pkg_min_version=0.9.0
1166511665- { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1166611666-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1217112171+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
1217212172+printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; }
1166712173 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1166811668- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1166911669-$as_echo "yes" >&6; }
1217412174+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1217512175+printf "%s\n" "yes" >&6; }
1167012176 else
1167111671- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1167211672-$as_echo "no" >&6; }
1217712177+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1217812178+printf "%s\n" "no" >&6; }
1167312179 PKG_CONFIG=""
1167412180 fi
1167512181fi
···116791218511680121861168112187# Check whether --enable-selective-werror was given.
1168211682-if test "${enable_selective_werror+set}" = set; then :
1218812188+if test ${enable_selective_werror+y}
1218912189+then :
1168312190 enableval=$enable_selective_werror; SELECTIVE_WERROR=$enableval
1168411684-else
1219112191+else $as_nop
1168512192 SELECTIVE_WERROR=yes
1168612193fi
1168712194···11714122211171512222if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1171612223 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1171711717- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1171811718-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1171911719-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1172011720- $as_echo_n "(cached) " >&6
1172111721-else
1222412224+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1222512225+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1222612226+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1222712227+then :
1222812228+ printf %s "(cached) " >&6
1222912229+else $as_nop
1172212230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1172312231/* end confdefs.h. */
1172412232int i;
1172512233_ACEOF
1172611726-if ac_fn_c_try_compile "$LINENO"; then :
1223412234+if ac_fn_c_try_compile "$LINENO"
1223512235+then :
1172712236 xorg_cv_cc_flag_unknown_warning_option=yes
1172811728-else
1223712237+else $as_nop
1172912238 xorg_cv_cc_flag_unknown_warning_option=no
1173012239fi
1173111731-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1224012240+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1173212241fi
1173311733-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1173411734-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1224212242+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1224312243+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1173512244 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1173612245 CFLAGS="$xorg_testset_save_CFLAGS"
1173712246fi
···1174112250 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1174212251 fi
1174312252 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1174411744- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1174511745-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1174611746-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1174711747- $as_echo_n "(cached) " >&6
1174811748-else
1225312253+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1225412254+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1225512255+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1225612256+then :
1225712257+ printf %s "(cached) " >&6
1225812258+else $as_nop
1174912259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1175012260/* end confdefs.h. */
1175112261int i;
1175212262_ACEOF
1175311753-if ac_fn_c_try_compile "$LINENO"; then :
1226312263+if ac_fn_c_try_compile "$LINENO"
1226412264+then :
1175412265 xorg_cv_cc_flag_unused_command_line_argument=yes
1175511755-else
1226612266+else $as_nop
1175612267 xorg_cv_cc_flag_unused_command_line_argument=no
1175712268fi
1175811758-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1226912269+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1175912270fi
1176011760-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1176111761-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1227112271+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1227212272+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1176212273 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1176312274 CFLAGS="$xorg_testset_save_CFLAGS"
1176412275fi
···11776122871177712288 CFLAGS="$CFLAGS -Wall"
11778122891177911779- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
1178011780-$as_echo_n "checking if $CC supports -Wall... " >&6; }
1229012290+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wall" >&5
1229112291+printf %s "checking if $CC supports -Wall... " >&6; }
1178112292 cacheid=xorg_cv_cc_flag__Wall
1178211782- if eval \${$cacheid+:} false; then :
1178311783- $as_echo_n "(cached) " >&6
1178411784-else
1229312293+ if eval test \${$cacheid+y}
1229412294+then :
1229512295+ printf %s "(cached) " >&6
1229612296+else $as_nop
1178512297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1178612298/* end confdefs.h. */
1178712299int i;
1178812300int
1178911789-main ()
1230112301+main (void)
1179012302{
11791123031179212304 ;
1179312305 return 0;
1179412306}
1179512307_ACEOF
1179611796-if ac_fn_c_try_link "$LINENO"; then :
1230812308+if ac_fn_c_try_link "$LINENO"
1230912309+then :
1179712310 eval $cacheid=yes
1179811798-else
1231112311+else $as_nop
1179912312 eval $cacheid=no
1180012313fi
1180111801-rm -f core conftest.err conftest.$ac_objext \
1231412314+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1180212315 conftest$ac_exeext conftest.$ac_ext
1180312316fi
1180412317···1180612319 CFLAGS="$xorg_testset_save_CFLAGS"
11807123201180812321 eval supported=\$$cacheid
1180911809- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1181011810-$as_echo "$supported" >&6; }
1232212322+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1232312323+printf "%s\n" "$supported" >&6; }
1181112324 if test "$supported" = "yes" ; then
1181212325 BASE_CFLAGS="$BASE_CFLAGS -Wall"
1181312326 found="yes"
···11832123451183312346if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1183412347 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1183511835- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1183611836-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1183711837-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1183811838- $as_echo_n "(cached) " >&6
1183911839-else
1234812348+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1234912349+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1235012350+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1235112351+then :
1235212352+ printf %s "(cached) " >&6
1235312353+else $as_nop
1184012354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1184112355/* end confdefs.h. */
1184212356int i;
1184312357_ACEOF
1184411844-if ac_fn_c_try_compile "$LINENO"; then :
1235812358+if ac_fn_c_try_compile "$LINENO"
1235912359+then :
1184512360 xorg_cv_cc_flag_unknown_warning_option=yes
1184611846-else
1236112361+else $as_nop
1184712362 xorg_cv_cc_flag_unknown_warning_option=no
1184812363fi
1184911849-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1236412364+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1185012365fi
1185111851-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1185211852-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1236612366+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1236712367+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1185312368 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1185412369 CFLAGS="$xorg_testset_save_CFLAGS"
1185512370fi
···1185912374 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1186012375 fi
1186112376 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1186211862- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1186311863-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1186411864-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1186511865- $as_echo_n "(cached) " >&6
1186611866-else
1237712377+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1237812378+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1237912379+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1238012380+then :
1238112381+ printf %s "(cached) " >&6
1238212382+else $as_nop
1186712383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1186812384/* end confdefs.h. */
1186912385int i;
1187012386_ACEOF
1187111871-if ac_fn_c_try_compile "$LINENO"; then :
1238712387+if ac_fn_c_try_compile "$LINENO"
1238812388+then :
1187212389 xorg_cv_cc_flag_unused_command_line_argument=yes
1187311873-else
1239012390+else $as_nop
1187412391 xorg_cv_cc_flag_unused_command_line_argument=no
1187512392fi
1187611876-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1239312393+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1187712394fi
1187811878-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1187911879-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1239512395+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1239612396+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1188012397 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1188112398 CFLAGS="$xorg_testset_save_CFLAGS"
1188212399fi
···11894124111189512412 CFLAGS="$CFLAGS -Wpointer-arith"
11896124131189711897- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
1189811898-$as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; }
1241412414+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5
1241512415+printf %s "checking if $CC supports -Wpointer-arith... " >&6; }
1189912416 cacheid=xorg_cv_cc_flag__Wpointer_arith
1190011900- if eval \${$cacheid+:} false; then :
1190111901- $as_echo_n "(cached) " >&6
1190211902-else
1241712417+ if eval test \${$cacheid+y}
1241812418+then :
1241912419+ printf %s "(cached) " >&6
1242012420+else $as_nop
1190312421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1190412422/* end confdefs.h. */
1190512423int i;
1190612424int
1190711907-main ()
1242512425+main (void)
1190812426{
11909124271191012428 ;
1191112429 return 0;
1191212430}
1191312431_ACEOF
1191411914-if ac_fn_c_try_link "$LINENO"; then :
1243212432+if ac_fn_c_try_link "$LINENO"
1243312433+then :
1191512434 eval $cacheid=yes
1191611916-else
1243512435+else $as_nop
1191712436 eval $cacheid=no
1191812437fi
1191911919-rm -f core conftest.err conftest.$ac_objext \
1243812438+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1192012439 conftest$ac_exeext conftest.$ac_ext
1192112440fi
1192212441···1192412443 CFLAGS="$xorg_testset_save_CFLAGS"
11925124441192612445 eval supported=\$$cacheid
1192711927- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1192811928-$as_echo "$supported" >&6; }
1244612446+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1244712447+printf "%s\n" "$supported" >&6; }
1192912448 if test "$supported" = "yes" ; then
1193012449 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
1193112450 found="yes"
···11950124691195112470if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1195212471 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1195311953- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1195411954-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1195511955-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1195611956- $as_echo_n "(cached) " >&6
1195711957-else
1247212472+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1247312473+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1247412474+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1247512475+then :
1247612476+ printf %s "(cached) " >&6
1247712477+else $as_nop
1195812478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1195912479/* end confdefs.h. */
1196012480int i;
1196112481_ACEOF
1196211962-if ac_fn_c_try_compile "$LINENO"; then :
1248212482+if ac_fn_c_try_compile "$LINENO"
1248312483+then :
1196312484 xorg_cv_cc_flag_unknown_warning_option=yes
1196411964-else
1248512485+else $as_nop
1196512486 xorg_cv_cc_flag_unknown_warning_option=no
1196612487fi
1196711967-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1248812488+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1196812489fi
1196911969-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1197011970-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1249012490+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1249112491+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1197112492 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1197212493 CFLAGS="$xorg_testset_save_CFLAGS"
1197312494fi
···1197712498 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1197812499 fi
1197912500 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1198011980- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1198111981-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1198211982-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1198311983- $as_echo_n "(cached) " >&6
1198411984-else
1250112501+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1250212502+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1250312503+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1250412504+then :
1250512505+ printf %s "(cached) " >&6
1250612506+else $as_nop
1198512507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1198612508/* end confdefs.h. */
1198712509int i;
1198812510_ACEOF
1198911989-if ac_fn_c_try_compile "$LINENO"; then :
1251112511+if ac_fn_c_try_compile "$LINENO"
1251212512+then :
1199012513 xorg_cv_cc_flag_unused_command_line_argument=yes
1199111991-else
1251412514+else $as_nop
1199212515 xorg_cv_cc_flag_unused_command_line_argument=no
1199312516fi
1199411994-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1251712517+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1199512518fi
1199611996-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1199711997-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1251912519+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1252012520+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1199812521 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1199912522 CFLAGS="$xorg_testset_save_CFLAGS"
1200012523fi
···12012125351201312536 CFLAGS="$CFLAGS -Wmissing-declarations"
12014125371201512015- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
1201612016-$as_echo_n "checking if $CC supports -Wmissing-declarations... " >&6; }
1253812538+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-declarations" >&5
1253912539+printf %s "checking if $CC supports -Wmissing-declarations... " >&6; }
1201712540 cacheid=xorg_cv_cc_flag__Wmissing_declarations
1201812018- if eval \${$cacheid+:} false; then :
1201912019- $as_echo_n "(cached) " >&6
1202012020-else
1254112541+ if eval test \${$cacheid+y}
1254212542+then :
1254312543+ printf %s "(cached) " >&6
1254412544+else $as_nop
1202112545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1202212546/* end confdefs.h. */
1202312547int i;
1202412548int
1202512025-main ()
1254912549+main (void)
1202612550{
12027125511202812552 ;
1202912553 return 0;
1203012554}
1203112555_ACEOF
1203212032-if ac_fn_c_try_link "$LINENO"; then :
1255612556+if ac_fn_c_try_link "$LINENO"
1255712557+then :
1203312558 eval $cacheid=yes
1203412034-else
1255912559+else $as_nop
1203512560 eval $cacheid=no
1203612561fi
1203712037-rm -f core conftest.err conftest.$ac_objext \
1256212562+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1203812563 conftest$ac_exeext conftest.$ac_ext
1203912564fi
1204012565···1204212567 CFLAGS="$xorg_testset_save_CFLAGS"
12043125681204412569 eval supported=\$$cacheid
1204512045- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1204612046-$as_echo "$supported" >&6; }
1257012570+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1257112571+printf "%s\n" "$supported" >&6; }
1204712572 if test "$supported" = "yes" ; then
1204812573 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-declarations"
1204912574 found="yes"
···12068125931206912594if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1207012595 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1207112071- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1207212072-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1207312073-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1207412074- $as_echo_n "(cached) " >&6
1207512075-else
1259612596+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1259712597+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1259812598+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1259912599+then :
1260012600+ printf %s "(cached) " >&6
1260112601+else $as_nop
1207612602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1207712603/* end confdefs.h. */
1207812604int i;
1207912605_ACEOF
1208012080-if ac_fn_c_try_compile "$LINENO"; then :
1260612606+if ac_fn_c_try_compile "$LINENO"
1260712607+then :
1208112608 xorg_cv_cc_flag_unknown_warning_option=yes
1208212082-else
1260912609+else $as_nop
1208312610 xorg_cv_cc_flag_unknown_warning_option=no
1208412611fi
1208512085-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1261212612+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1208612613fi
1208712087-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1208812088-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1261412614+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1261512615+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1208912616 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1209012617 CFLAGS="$xorg_testset_save_CFLAGS"
1209112618fi
···1209512622 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1209612623 fi
1209712624 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1209812098- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1209912099-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1210012100-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1210112101- $as_echo_n "(cached) " >&6
1210212102-else
1262512625+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1262612626+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1262712627+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1262812628+then :
1262912629+ printf %s "(cached) " >&6
1263012630+else $as_nop
1210312631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1210412632/* end confdefs.h. */
1210512633int i;
1210612634_ACEOF
1210712107-if ac_fn_c_try_compile "$LINENO"; then :
1263512635+if ac_fn_c_try_compile "$LINENO"
1263612636+then :
1210812637 xorg_cv_cc_flag_unused_command_line_argument=yes
1210912109-else
1263812638+else $as_nop
1211012639 xorg_cv_cc_flag_unused_command_line_argument=no
1211112640fi
1211212112-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1264112641+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1211312642fi
1211412114-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1211512115-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1264312643+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1264412644+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1211612645 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1211712646 CFLAGS="$xorg_testset_save_CFLAGS"
1211812647fi
···12130126591213112660 CFLAGS="$CFLAGS -Wformat=2"
12132126611213312133- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
1213412134-$as_echo_n "checking if $CC supports -Wformat=2... " >&6; }
1266212662+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat=2" >&5
1266312663+printf %s "checking if $CC supports -Wformat=2... " >&6; }
1213512664 cacheid=xorg_cv_cc_flag__Wformat_2
1213612136- if eval \${$cacheid+:} false; then :
1213712137- $as_echo_n "(cached) " >&6
1213812138-else
1266512665+ if eval test \${$cacheid+y}
1266612666+then :
1266712667+ printf %s "(cached) " >&6
1266812668+else $as_nop
1213912669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1214012670/* end confdefs.h. */
1214112671int i;
1214212672int
1214312143-main ()
1267312673+main (void)
1214412674{
12145126751214612676 ;
1214712677 return 0;
1214812678}
1214912679_ACEOF
1215012150-if ac_fn_c_try_link "$LINENO"; then :
1268012680+if ac_fn_c_try_link "$LINENO"
1268112681+then :
1215112682 eval $cacheid=yes
1215212152-else
1268312683+else $as_nop
1215312684 eval $cacheid=no
1215412685fi
1215512155-rm -f core conftest.err conftest.$ac_objext \
1268612686+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1215612687 conftest$ac_exeext conftest.$ac_ext
1215712688fi
1215812689···1216012691 CFLAGS="$xorg_testset_save_CFLAGS"
12161126921216212693 eval supported=\$$cacheid
1216312163- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1216412164-$as_echo "$supported" >&6; }
1269412694+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1269512695+printf "%s\n" "$supported" >&6; }
1216512696 if test "$supported" = "yes" ; then
1216612697 BASE_CFLAGS="$BASE_CFLAGS -Wformat=2"
1216712698 found="yes"
···12179127101218012711 CFLAGS="$CFLAGS -Wformat"
12181127121218212182- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
1218312183-$as_echo_n "checking if $CC supports -Wformat... " >&6; }
1271312713+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wformat" >&5
1271412714+printf %s "checking if $CC supports -Wformat... " >&6; }
1218412715 cacheid=xorg_cv_cc_flag__Wformat
1218512185- if eval \${$cacheid+:} false; then :
1218612186- $as_echo_n "(cached) " >&6
1218712187-else
1271612716+ if eval test \${$cacheid+y}
1271712717+then :
1271812718+ printf %s "(cached) " >&6
1271912719+else $as_nop
1218812720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1218912721/* end confdefs.h. */
1219012722int i;
1219112723int
1219212192-main ()
1272412724+main (void)
1219312725{
12194127261219512727 ;
1219612728 return 0;
1219712729}
1219812730_ACEOF
1219912199-if ac_fn_c_try_link "$LINENO"; then :
1273112731+if ac_fn_c_try_link "$LINENO"
1273212732+then :
1220012733 eval $cacheid=yes
1220112201-else
1273412734+else $as_nop
1220212735 eval $cacheid=no
1220312736fi
1220412204-rm -f core conftest.err conftest.$ac_objext \
1273712737+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1220512738 conftest$ac_exeext conftest.$ac_ext
1220612739fi
1220712740···1220912742 CFLAGS="$xorg_testset_save_CFLAGS"
12210127431221112744 eval supported=\$$cacheid
1221212212- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1221312213-$as_echo "$supported" >&6; }
1274512745+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1274612746+printf "%s\n" "$supported" >&6; }
1221412747 if test "$supported" = "yes" ; then
1221512748 BASE_CFLAGS="$BASE_CFLAGS -Wformat"
1221612749 found="yes"
···12237127701223812771if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1223912772 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1224012240- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1224112241-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1224212242-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1224312243- $as_echo_n "(cached) " >&6
1224412244-else
1277312773+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1277412774+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1277512775+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1277612776+then :
1277712777+ printf %s "(cached) " >&6
1277812778+else $as_nop
1224512779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1224612780/* end confdefs.h. */
1224712781int i;
1224812782_ACEOF
1224912249-if ac_fn_c_try_compile "$LINENO"; then :
1278312783+if ac_fn_c_try_compile "$LINENO"
1278412784+then :
1225012785 xorg_cv_cc_flag_unknown_warning_option=yes
1225112251-else
1278612786+else $as_nop
1225212787 xorg_cv_cc_flag_unknown_warning_option=no
1225312788fi
1225412254-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1278912789+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1225512790fi
1225612256-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1225712257-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1279112791+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1279212792+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1225812793 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1225912794 CFLAGS="$xorg_testset_save_CFLAGS"
1226012795fi
···1226412799 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1226512800 fi
1226612801 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1226712267- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1226812268-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1226912269-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1227012270- $as_echo_n "(cached) " >&6
1227112271-else
1280212802+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1280312803+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1280412804+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1280512805+then :
1280612806+ printf %s "(cached) " >&6
1280712807+else $as_nop
1227212808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1227312809/* end confdefs.h. */
1227412810int i;
1227512811_ACEOF
1227612276-if ac_fn_c_try_compile "$LINENO"; then :
1281212812+if ac_fn_c_try_compile "$LINENO"
1281312813+then :
1227712814 xorg_cv_cc_flag_unused_command_line_argument=yes
1227812278-else
1281512815+else $as_nop
1227912816 xorg_cv_cc_flag_unused_command_line_argument=no
1228012817fi
1228112281-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1281812818+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1228212819fi
1228312283-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1228412284-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1282012820+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1282112821+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1228512822 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1228612823 CFLAGS="$xorg_testset_save_CFLAGS"
1228712824fi
···12299128361230012837 CFLAGS="$CFLAGS -Wstrict-prototypes"
12301128381230212302- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
1230312303-$as_echo_n "checking if $CC supports -Wstrict-prototypes... " >&6; }
1283912839+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wstrict-prototypes" >&5
1284012840+printf %s "checking if $CC supports -Wstrict-prototypes... " >&6; }
1230412841 cacheid=xorg_cv_cc_flag__Wstrict_prototypes
1230512305- if eval \${$cacheid+:} false; then :
1230612306- $as_echo_n "(cached) " >&6
1230712307-else
1284212842+ if eval test \${$cacheid+y}
1284312843+then :
1284412844+ printf %s "(cached) " >&6
1284512845+else $as_nop
1230812846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1230912847/* end confdefs.h. */
1231012848int i;
1231112849int
1231212312-main ()
1285012850+main (void)
1231312851{
12314128521231512853 ;
1231612854 return 0;
1231712855}
1231812856_ACEOF
1231912319-if ac_fn_c_try_link "$LINENO"; then :
1285712857+if ac_fn_c_try_link "$LINENO"
1285812858+then :
1232012859 eval $cacheid=yes
1232112321-else
1286012860+else $as_nop
1232212861 eval $cacheid=no
1232312862fi
1232412324-rm -f core conftest.err conftest.$ac_objext \
1286312863+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1232512864 conftest$ac_exeext conftest.$ac_ext
1232612865fi
1232712866···1232912868 CFLAGS="$xorg_testset_save_CFLAGS"
12330128691233112870 eval supported=\$$cacheid
1233212332- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1233312333-$as_echo "$supported" >&6; }
1287112871+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1287212872+printf "%s\n" "$supported" >&6; }
1233412873 if test "$supported" = "yes" ; then
1233512874 BASE_CFLAGS="$BASE_CFLAGS -Wstrict-prototypes"
1233612875 found="yes"
···12355128941235612895if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1235712896 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1235812358- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1235912359-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1236012360-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1236112361- $as_echo_n "(cached) " >&6
1236212362-else
1289712897+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1289812898+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1289912899+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1290012900+then :
1290112901+ printf %s "(cached) " >&6
1290212902+else $as_nop
1236312903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1236412904/* end confdefs.h. */
1236512905int i;
1236612906_ACEOF
1236712367-if ac_fn_c_try_compile "$LINENO"; then :
1290712907+if ac_fn_c_try_compile "$LINENO"
1290812908+then :
1236812909 xorg_cv_cc_flag_unknown_warning_option=yes
1236912369-else
1291012910+else $as_nop
1237012911 xorg_cv_cc_flag_unknown_warning_option=no
1237112912fi
1237212372-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1291312913+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1237312914fi
1237412374-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1237512375-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1291512915+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1291612916+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1237612917 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1237712918 CFLAGS="$xorg_testset_save_CFLAGS"
1237812919fi
···1238212923 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1238312924 fi
1238412925 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1238512385- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1238612386-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1238712387-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1238812388- $as_echo_n "(cached) " >&6
1238912389-else
1292612926+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1292712927+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1292812928+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1292912929+then :
1293012930+ printf %s "(cached) " >&6
1293112931+else $as_nop
1239012932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1239112933/* end confdefs.h. */
1239212934int i;
1239312935_ACEOF
1239412394-if ac_fn_c_try_compile "$LINENO"; then :
1293612936+if ac_fn_c_try_compile "$LINENO"
1293712937+then :
1239512938 xorg_cv_cc_flag_unused_command_line_argument=yes
1239612396-else
1293912939+else $as_nop
1239712940 xorg_cv_cc_flag_unused_command_line_argument=no
1239812941fi
1239912399-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1294212942+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1240012943fi
1240112401-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1240212402-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1294412944+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1294512945+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1240312946 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1240412947 CFLAGS="$xorg_testset_save_CFLAGS"
1240512948fi
···12417129601241812961 CFLAGS="$CFLAGS -Wmissing-prototypes"
12419129621242012420- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
1242112421-$as_echo_n "checking if $CC supports -Wmissing-prototypes... " >&6; }
1296312963+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-prototypes" >&5
1296412964+printf %s "checking if $CC supports -Wmissing-prototypes... " >&6; }
1242212965 cacheid=xorg_cv_cc_flag__Wmissing_prototypes
1242312423- if eval \${$cacheid+:} false; then :
1242412424- $as_echo_n "(cached) " >&6
1242512425-else
1296612966+ if eval test \${$cacheid+y}
1296712967+then :
1296812968+ printf %s "(cached) " >&6
1296912969+else $as_nop
1242612970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1242712971/* end confdefs.h. */
1242812972int i;
1242912973int
1243012430-main ()
1297412974+main (void)
1243112975{
12432129761243312977 ;
1243412978 return 0;
1243512979}
1243612980_ACEOF
1243712437-if ac_fn_c_try_link "$LINENO"; then :
1298112981+if ac_fn_c_try_link "$LINENO"
1298212982+then :
1243812983 eval $cacheid=yes
1243912439-else
1298412984+else $as_nop
1244012985 eval $cacheid=no
1244112986fi
1244212442-rm -f core conftest.err conftest.$ac_objext \
1298712987+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1244312988 conftest$ac_exeext conftest.$ac_ext
1244412989fi
1244512990···1244712992 CFLAGS="$xorg_testset_save_CFLAGS"
12448129931244912994 eval supported=\$$cacheid
1245012450- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1245112451-$as_echo "$supported" >&6; }
1299512995+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1299612996+printf "%s\n" "$supported" >&6; }
1245212997 if test "$supported" = "yes" ; then
1245312998 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-prototypes"
1245412999 found="yes"
···12473130181247413019if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1247513020 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1247612476- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1247712477-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1247812478-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1247912479- $as_echo_n "(cached) " >&6
1248012480-else
1302113021+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1302213022+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1302313023+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1302413024+then :
1302513025+ printf %s "(cached) " >&6
1302613026+else $as_nop
1248113027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1248213028/* end confdefs.h. */
1248313029int i;
1248413030_ACEOF
1248512485-if ac_fn_c_try_compile "$LINENO"; then :
1303113031+if ac_fn_c_try_compile "$LINENO"
1303213032+then :
1248613033 xorg_cv_cc_flag_unknown_warning_option=yes
1248712487-else
1303413034+else $as_nop
1248813035 xorg_cv_cc_flag_unknown_warning_option=no
1248913036fi
1249012490-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1303713037+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1249113038fi
1249212492-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1249312493-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1303913039+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1304013040+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1249413041 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1249513042 CFLAGS="$xorg_testset_save_CFLAGS"
1249613043fi
···1250013047 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1250113048 fi
1250213049 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1250312503- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1250412504-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1250512505-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1250612506- $as_echo_n "(cached) " >&6
1250712507-else
1305013050+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1305113051+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1305213052+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1305313053+then :
1305413054+ printf %s "(cached) " >&6
1305513055+else $as_nop
1250813056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1250913057/* end confdefs.h. */
1251013058int i;
1251113059_ACEOF
1251212512-if ac_fn_c_try_compile "$LINENO"; then :
1306013060+if ac_fn_c_try_compile "$LINENO"
1306113061+then :
1251313062 xorg_cv_cc_flag_unused_command_line_argument=yes
1251412514-else
1306313063+else $as_nop
1251513064 xorg_cv_cc_flag_unused_command_line_argument=no
1251613065fi
1251712517-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1306613066+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1251813067fi
1251912519-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1252012520-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1306813068+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1306913069+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1252113070 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1252213071 CFLAGS="$xorg_testset_save_CFLAGS"
1252313072fi
···12535130841253613085 CFLAGS="$CFLAGS -Wnested-externs"
12537130861253812538- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
1253912539-$as_echo_n "checking if $CC supports -Wnested-externs... " >&6; }
1308713087+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnested-externs" >&5
1308813088+printf %s "checking if $CC supports -Wnested-externs... " >&6; }
1254013089 cacheid=xorg_cv_cc_flag__Wnested_externs
1254112541- if eval \${$cacheid+:} false; then :
1254212542- $as_echo_n "(cached) " >&6
1254312543-else
1309013090+ if eval test \${$cacheid+y}
1309113091+then :
1309213092+ printf %s "(cached) " >&6
1309313093+else $as_nop
1254413094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1254513095/* end confdefs.h. */
1254613096int i;
1254713097int
1254812548-main ()
1309813098+main (void)
1254913099{
12550131001255113101 ;
1255213102 return 0;
1255313103}
1255413104_ACEOF
1255512555-if ac_fn_c_try_link "$LINENO"; then :
1310513105+if ac_fn_c_try_link "$LINENO"
1310613106+then :
1255613107 eval $cacheid=yes
1255712557-else
1310813108+else $as_nop
1255813109 eval $cacheid=no
1255913110fi
1256012560-rm -f core conftest.err conftest.$ac_objext \
1311113111+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1256113112 conftest$ac_exeext conftest.$ac_ext
1256213113fi
1256313114···1256513116 CFLAGS="$xorg_testset_save_CFLAGS"
12566131171256713118 eval supported=\$$cacheid
1256812568- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1256912569-$as_echo "$supported" >&6; }
1311913119+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1312013120+printf "%s\n" "$supported" >&6; }
1257013121 if test "$supported" = "yes" ; then
1257113122 BASE_CFLAGS="$BASE_CFLAGS -Wnested-externs"
1257213123 found="yes"
···12591131421259213143if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1259313144 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1259412594- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1259512595-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1259612596-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1259712597- $as_echo_n "(cached) " >&6
1259812598-else
1314513145+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1314613146+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1314713147+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1314813148+then :
1314913149+ printf %s "(cached) " >&6
1315013150+else $as_nop
1259913151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1260013152/* end confdefs.h. */
1260113153int i;
1260213154_ACEOF
1260312603-if ac_fn_c_try_compile "$LINENO"; then :
1315513155+if ac_fn_c_try_compile "$LINENO"
1315613156+then :
1260413157 xorg_cv_cc_flag_unknown_warning_option=yes
1260512605-else
1315813158+else $as_nop
1260613159 xorg_cv_cc_flag_unknown_warning_option=no
1260713160fi
1260812608-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1316113161+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1260913162fi
1261012610-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1261112611-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1316313163+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1316413164+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1261213165 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1261313166 CFLAGS="$xorg_testset_save_CFLAGS"
1261413167fi
···1261813171 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1261913172 fi
1262013173 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1262112621- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1262212622-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1262312623-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1262412624- $as_echo_n "(cached) " >&6
1262512625-else
1317413174+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1317513175+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1317613176+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1317713177+then :
1317813178+ printf %s "(cached) " >&6
1317913179+else $as_nop
1262613180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1262713181/* end confdefs.h. */
1262813182int i;
1262913183_ACEOF
1263012630-if ac_fn_c_try_compile "$LINENO"; then :
1318413184+if ac_fn_c_try_compile "$LINENO"
1318513185+then :
1263113186 xorg_cv_cc_flag_unused_command_line_argument=yes
1263212632-else
1318713187+else $as_nop
1263313188 xorg_cv_cc_flag_unused_command_line_argument=no
1263413189fi
1263512635-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1319013190+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1263613191fi
1263712637-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1263812638-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1319213192+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1319313193+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1263913194 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1264013195 CFLAGS="$xorg_testset_save_CFLAGS"
1264113196fi
···12653132081265413209 CFLAGS="$CFLAGS -Wbad-function-cast"
12655132101265612656- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
1265712657-$as_echo_n "checking if $CC supports -Wbad-function-cast... " >&6; }
1321113211+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wbad-function-cast" >&5
1321213212+printf %s "checking if $CC supports -Wbad-function-cast... " >&6; }
1265813213 cacheid=xorg_cv_cc_flag__Wbad_function_cast
1265912659- if eval \${$cacheid+:} false; then :
1266012660- $as_echo_n "(cached) " >&6
1266112661-else
1321413214+ if eval test \${$cacheid+y}
1321513215+then :
1321613216+ printf %s "(cached) " >&6
1321713217+else $as_nop
1266213218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1266313219/* end confdefs.h. */
1266413220int i;
1266513221int
1266612666-main ()
1322213222+main (void)
1266713223{
12668132241266913225 ;
1267013226 return 0;
1267113227}
1267213228_ACEOF
1267312673-if ac_fn_c_try_link "$LINENO"; then :
1322913229+if ac_fn_c_try_link "$LINENO"
1323013230+then :
1267413231 eval $cacheid=yes
1267512675-else
1323213232+else $as_nop
1267613233 eval $cacheid=no
1267713234fi
1267812678-rm -f core conftest.err conftest.$ac_objext \
1323513235+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1267913236 conftest$ac_exeext conftest.$ac_ext
1268013237fi
1268113238···1268313240 CFLAGS="$xorg_testset_save_CFLAGS"
12684132411268513242 eval supported=\$$cacheid
1268612686- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1268712687-$as_echo "$supported" >&6; }
1324313243+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1324413244+printf "%s\n" "$supported" >&6; }
1268813245 if test "$supported" = "yes" ; then
1268913246 BASE_CFLAGS="$BASE_CFLAGS -Wbad-function-cast"
1269013247 found="yes"
···12709132661271013267if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1271113268 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1271212712- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1271312713-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1271412714-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1271512715- $as_echo_n "(cached) " >&6
1271612716-else
1326913269+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1327013270+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1327113271+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1327213272+then :
1327313273+ printf %s "(cached) " >&6
1327413274+else $as_nop
1271713275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1271813276/* end confdefs.h. */
1271913277int i;
1272013278_ACEOF
1272112721-if ac_fn_c_try_compile "$LINENO"; then :
1327913279+if ac_fn_c_try_compile "$LINENO"
1328013280+then :
1272213281 xorg_cv_cc_flag_unknown_warning_option=yes
1272312723-else
1328213282+else $as_nop
1272413283 xorg_cv_cc_flag_unknown_warning_option=no
1272513284fi
1272612726-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1328513285+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1272713286fi
1272812728-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1272912729-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1328713287+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1328813288+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1273013289 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1273113290 CFLAGS="$xorg_testset_save_CFLAGS"
1273213291fi
···1273613295 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1273713296 fi
1273813297 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1273912739- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1274012740-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1274112741-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1274212742- $as_echo_n "(cached) " >&6
1274312743-else
1329813298+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1329913299+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1330013300+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1330113301+then :
1330213302+ printf %s "(cached) " >&6
1330313303+else $as_nop
1274413304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1274513305/* end confdefs.h. */
1274613306int i;
1274713307_ACEOF
1274812748-if ac_fn_c_try_compile "$LINENO"; then :
1330813308+if ac_fn_c_try_compile "$LINENO"
1330913309+then :
1274913310 xorg_cv_cc_flag_unused_command_line_argument=yes
1275012750-else
1331113311+else $as_nop
1275113312 xorg_cv_cc_flag_unused_command_line_argument=no
1275213313fi
1275312753-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1331413314+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1275413315fi
1275512755-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1275612756-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1331613316+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1331713317+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1275713318 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1275813319 CFLAGS="$xorg_testset_save_CFLAGS"
1275913320fi
···12771133321277213333 CFLAGS="$CFLAGS -Wold-style-definition"
12773133341277412774- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
1277512775-$as_echo_n "checking if $CC supports -Wold-style-definition... " >&6; }
1333513335+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wold-style-definition" >&5
1333613336+printf %s "checking if $CC supports -Wold-style-definition... " >&6; }
1277613337 cacheid=xorg_cv_cc_flag__Wold_style_definition
1277712777- if eval \${$cacheid+:} false; then :
1277812778- $as_echo_n "(cached) " >&6
1277912779-else
1333813338+ if eval test \${$cacheid+y}
1333913339+then :
1334013340+ printf %s "(cached) " >&6
1334113341+else $as_nop
1278013342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1278113343/* end confdefs.h. */
1278213344int i;
1278313345int
1278412784-main ()
1334613346+main (void)
1278513347{
12786133481278713349 ;
1278813350 return 0;
1278913351}
1279013352_ACEOF
1279112791-if ac_fn_c_try_link "$LINENO"; then :
1335313353+if ac_fn_c_try_link "$LINENO"
1335413354+then :
1279213355 eval $cacheid=yes
1279312793-else
1335613356+else $as_nop
1279413357 eval $cacheid=no
1279513358fi
1279612796-rm -f core conftest.err conftest.$ac_objext \
1335913359+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1279713360 conftest$ac_exeext conftest.$ac_ext
1279813361fi
1279913362···1280113364 CFLAGS="$xorg_testset_save_CFLAGS"
12802133651280313366 eval supported=\$$cacheid
1280412804- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1280512805-$as_echo "$supported" >&6; }
1336713367+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1336813368+printf "%s\n" "$supported" >&6; }
1280613369 if test "$supported" = "yes" ; then
1280713370 BASE_CFLAGS="$BASE_CFLAGS -Wold-style-definition"
1280813371 found="yes"
···12820133831282113384 CFLAGS="$CFLAGS -fd"
12822133851282312823- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
1282412824-$as_echo_n "checking if $CC supports -fd... " >&6; }
1338613386+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fd" >&5
1338713387+printf %s "checking if $CC supports -fd... " >&6; }
1282513388 cacheid=xorg_cv_cc_flag__fd
1282612826- if eval \${$cacheid+:} false; then :
1282712827- $as_echo_n "(cached) " >&6
1282812828-else
1338913389+ if eval test \${$cacheid+y}
1339013390+then :
1339113391+ printf %s "(cached) " >&6
1339213392+else $as_nop
1282913393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1283013394/* end confdefs.h. */
1283113395int i;
1283213396int
1283312833-main ()
1339713397+main (void)
1283413398{
12835133991283613400 ;
1283713401 return 0;
1283813402}
1283913403_ACEOF
1284012840-if ac_fn_c_try_link "$LINENO"; then :
1340413404+if ac_fn_c_try_link "$LINENO"
1340513405+then :
1284113406 eval $cacheid=yes
1284212842-else
1340713407+else $as_nop
1284313408 eval $cacheid=no
1284413409fi
1284512845-rm -f core conftest.err conftest.$ac_objext \
1341013410+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1284613411 conftest$ac_exeext conftest.$ac_ext
1284713412fi
1284813413···1285013415 CFLAGS="$xorg_testset_save_CFLAGS"
12851134161285213417 eval supported=\$$cacheid
1285312853- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1285412854-$as_echo "$supported" >&6; }
1341813418+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1341913419+printf "%s\n" "$supported" >&6; }
1285513420 if test "$supported" = "yes" ; then
1285613421 BASE_CFLAGS="$BASE_CFLAGS -fd"
1285713422 found="yes"
···12876134411287713442if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1287813443 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1287912879- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1288012880-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1288112881-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1288212882- $as_echo_n "(cached) " >&6
1288312883-else
1344413444+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1344513445+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1344613446+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1344713447+then :
1344813448+ printf %s "(cached) " >&6
1344913449+else $as_nop
1288413450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1288513451/* end confdefs.h. */
1288613452int i;
1288713453_ACEOF
1288812888-if ac_fn_c_try_compile "$LINENO"; then :
1345413454+if ac_fn_c_try_compile "$LINENO"
1345513455+then :
1288913456 xorg_cv_cc_flag_unknown_warning_option=yes
1289012890-else
1345713457+else $as_nop
1289113458 xorg_cv_cc_flag_unknown_warning_option=no
1289213459fi
1289312893-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1346013460+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1289413461fi
1289512895-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1289612896-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1346213462+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1346313463+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1289713464 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1289813465 CFLAGS="$xorg_testset_save_CFLAGS"
1289913466fi
···1290313470 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1290413471 fi
1290513472 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1290612906- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1290712907-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1290812908-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1290912909- $as_echo_n "(cached) " >&6
1291012910-else
1347313473+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1347413474+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1347513475+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1347613476+then :
1347713477+ printf %s "(cached) " >&6
1347813478+else $as_nop
1291113479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1291213480/* end confdefs.h. */
1291313481int i;
1291413482_ACEOF
1291512915-if ac_fn_c_try_compile "$LINENO"; then :
1348313483+if ac_fn_c_try_compile "$LINENO"
1348413484+then :
1291613485 xorg_cv_cc_flag_unused_command_line_argument=yes
1291712917-else
1348613486+else $as_nop
1291813487 xorg_cv_cc_flag_unused_command_line_argument=no
1291913488fi
1292012920-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1348913489+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1292113490fi
1292212922-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1292312923-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1349113491+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1349213492+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1292413493 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1292513494 CFLAGS="$xorg_testset_save_CFLAGS"
1292613495fi
···12938135071293913508 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12940135091294112941- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
1294212942-$as_echo_n "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
1351013510+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wdeclaration-after-statement" >&5
1351113511+printf %s "checking if $CC supports -Wdeclaration-after-statement... " >&6; }
1294313512 cacheid=xorg_cv_cc_flag__Wdeclaration_after_statement
1294412944- if eval \${$cacheid+:} false; then :
1294512945- $as_echo_n "(cached) " >&6
1294612946-else
1351313513+ if eval test \${$cacheid+y}
1351413514+then :
1351513515+ printf %s "(cached) " >&6
1351613516+else $as_nop
1294713517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1294813518/* end confdefs.h. */
1294913519int i;
1295013520int
1295112951-main ()
1352113521+main (void)
1295213522{
12953135231295413524 ;
1295513525 return 0;
1295613526}
1295713527_ACEOF
1295812958-if ac_fn_c_try_link "$LINENO"; then :
1352813528+if ac_fn_c_try_link "$LINENO"
1352913529+then :
1295913530 eval $cacheid=yes
1296012960-else
1353113531+else $as_nop
1296113532 eval $cacheid=no
1296213533fi
1296312963-rm -f core conftest.err conftest.$ac_objext \
1353413534+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1296413535 conftest$ac_exeext conftest.$ac_ext
1296513536fi
1296613537···1296813539 CFLAGS="$xorg_testset_save_CFLAGS"
12969135401297013541 eval supported=\$$cacheid
1297112971- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1297212972-$as_echo "$supported" >&6; }
1354213542+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1354313543+printf "%s\n" "$supported" >&6; }
1297313544 if test "$supported" = "yes" ; then
1297413545 BASE_CFLAGS="$BASE_CFLAGS -Wdeclaration-after-statement"
1297513546 found="yes"
···12998135691299913570if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1300013571 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1300113001- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1300213002-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1300313003-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1300413004- $as_echo_n "(cached) " >&6
1300513005-else
1357213572+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1357313573+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1357413574+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1357513575+then :
1357613576+ printf %s "(cached) " >&6
1357713577+else $as_nop
1300613578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1300713579/* end confdefs.h. */
1300813580int i;
1300913581_ACEOF
1301013010-if ac_fn_c_try_compile "$LINENO"; then :
1358213582+if ac_fn_c_try_compile "$LINENO"
1358313583+then :
1301113584 xorg_cv_cc_flag_unknown_warning_option=yes
1301213012-else
1358513585+else $as_nop
1301313586 xorg_cv_cc_flag_unknown_warning_option=no
1301413587fi
1301513015-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1358813588+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1301613589fi
1301713017-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1301813018-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1359013590+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1359113591+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1301913592 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1302013593 CFLAGS="$xorg_testset_save_CFLAGS"
1302113594fi
···1302513598 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1302613599 fi
1302713600 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1302813028- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1302913029-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1303013030-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1303113031- $as_echo_n "(cached) " >&6
1303213032-else
1360113601+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1360213602+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1360313603+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1360413604+then :
1360513605+ printf %s "(cached) " >&6
1360613606+else $as_nop
1303313607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1303413608/* end confdefs.h. */
1303513609int i;
1303613610_ACEOF
1303713037-if ac_fn_c_try_compile "$LINENO"; then :
1361113611+if ac_fn_c_try_compile "$LINENO"
1361213612+then :
1303813613 xorg_cv_cc_flag_unused_command_line_argument=yes
1303913039-else
1361413614+else $as_nop
1304013615 xorg_cv_cc_flag_unused_command_line_argument=no
1304113616fi
1304213042-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1361713617+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1304313618fi
1304413044-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1304513045-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1361913619+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1362013620+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1304613621 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1304713622 CFLAGS="$xorg_testset_save_CFLAGS"
1304813623fi
···13060136351306113636 CFLAGS="$CFLAGS -Wunused"
13062136371306313063- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
1306413064-$as_echo_n "checking if $CC supports -Wunused... " >&6; }
1363813638+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wunused" >&5
1363913639+printf %s "checking if $CC supports -Wunused... " >&6; }
1306513640 cacheid=xorg_cv_cc_flag__Wunused
1306613066- if eval \${$cacheid+:} false; then :
1306713067- $as_echo_n "(cached) " >&6
1306813068-else
1364113641+ if eval test \${$cacheid+y}
1364213642+then :
1364313643+ printf %s "(cached) " >&6
1364413644+else $as_nop
1306913645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1307013646/* end confdefs.h. */
1307113647int i;
1307213648int
1307313073-main ()
1364913649+main (void)
1307413650{
13075136511307613652 ;
1307713653 return 0;
1307813654}
1307913655_ACEOF
1308013080-if ac_fn_c_try_link "$LINENO"; then :
1365613656+if ac_fn_c_try_link "$LINENO"
1365713657+then :
1308113658 eval $cacheid=yes
1308213082-else
1365913659+else $as_nop
1308313660 eval $cacheid=no
1308413661fi
1308513085-rm -f core conftest.err conftest.$ac_objext \
1366213662+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1308613663 conftest$ac_exeext conftest.$ac_ext
1308713664fi
1308813665···1309013667 CFLAGS="$xorg_testset_save_CFLAGS"
13091136681309213669 eval supported=\$$cacheid
1309313093- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1309413094-$as_echo "$supported" >&6; }
1367013670+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1367113671+printf "%s\n" "$supported" >&6; }
1309513672 if test "$supported" = "yes" ; then
1309613673 BASE_CFLAGS="$BASE_CFLAGS -Wunused"
1309713674 found="yes"
···13116136931311713694if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1311813695 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1311913119- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1312013120-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1312113121-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1312213122- $as_echo_n "(cached) " >&6
1312313123-else
1369613696+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1369713697+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1369813698+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1369913699+then :
1370013700+ printf %s "(cached) " >&6
1370113701+else $as_nop
1312413702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1312513703/* end confdefs.h. */
1312613704int i;
1312713705_ACEOF
1312813128-if ac_fn_c_try_compile "$LINENO"; then :
1370613706+if ac_fn_c_try_compile "$LINENO"
1370713707+then :
1312913708 xorg_cv_cc_flag_unknown_warning_option=yes
1313013130-else
1370913709+else $as_nop
1313113710 xorg_cv_cc_flag_unknown_warning_option=no
1313213711fi
1313313133-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1371213712+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1313413713fi
1313513135-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1313613136-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1371413714+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1371513715+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1313713716 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1313813717 CFLAGS="$xorg_testset_save_CFLAGS"
1313913718fi
···1314313722 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1314413723 fi
1314513724 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1314613146- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1314713147-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1314813148-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1314913149- $as_echo_n "(cached) " >&6
1315013150-else
1372513725+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1372613726+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1372713727+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1372813728+then :
1372913729+ printf %s "(cached) " >&6
1373013730+else $as_nop
1315113731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1315213732/* end confdefs.h. */
1315313733int i;
1315413734_ACEOF
1315513155-if ac_fn_c_try_compile "$LINENO"; then :
1373513735+if ac_fn_c_try_compile "$LINENO"
1373613736+then :
1315613737 xorg_cv_cc_flag_unused_command_line_argument=yes
1315713157-else
1373813738+else $as_nop
1315813739 xorg_cv_cc_flag_unused_command_line_argument=no
1315913740fi
1316013160-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1374113741+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1316113742fi
1316213162-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1316313163-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1374313743+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1374413744+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1316413745 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1316513746 CFLAGS="$xorg_testset_save_CFLAGS"
1316613747fi
···13178137591317913760 CFLAGS="$CFLAGS -Wuninitialized"
13180137611318113181- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
1318213182-$as_echo_n "checking if $CC supports -Wuninitialized... " >&6; }
1376213762+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wuninitialized" >&5
1376313763+printf %s "checking if $CC supports -Wuninitialized... " >&6; }
1318313764 cacheid=xorg_cv_cc_flag__Wuninitialized
1318413184- if eval \${$cacheid+:} false; then :
1318513185- $as_echo_n "(cached) " >&6
1318613186-else
1376513765+ if eval test \${$cacheid+y}
1376613766+then :
1376713767+ printf %s "(cached) " >&6
1376813768+else $as_nop
1318713769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1318813770/* end confdefs.h. */
1318913771int i;
1319013772int
1319113191-main ()
1377313773+main (void)
1319213774{
13193137751319413776 ;
1319513777 return 0;
1319613778}
1319713779_ACEOF
1319813198-if ac_fn_c_try_link "$LINENO"; then :
1378013780+if ac_fn_c_try_link "$LINENO"
1378113781+then :
1319913782 eval $cacheid=yes
1320013200-else
1378313783+else $as_nop
1320113784 eval $cacheid=no
1320213785fi
1320313203-rm -f core conftest.err conftest.$ac_objext \
1378613786+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1320413787 conftest$ac_exeext conftest.$ac_ext
1320513788fi
1320613789···1320813791 CFLAGS="$xorg_testset_save_CFLAGS"
13209137921321013793 eval supported=\$$cacheid
1321113211- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1321213212-$as_echo "$supported" >&6; }
1379413794+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1379513795+printf "%s\n" "$supported" >&6; }
1321313796 if test "$supported" = "yes" ; then
1321413797 BASE_CFLAGS="$BASE_CFLAGS -Wuninitialized"
1321513798 found="yes"
···13234138171323513818if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1323613819 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1323713237- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1323813238-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1323913239-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1324013240- $as_echo_n "(cached) " >&6
1324113241-else
1382013820+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1382113821+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1382213822+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1382313823+then :
1382413824+ printf %s "(cached) " >&6
1382513825+else $as_nop
1324213826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1324313827/* end confdefs.h. */
1324413828int i;
1324513829_ACEOF
1324613246-if ac_fn_c_try_compile "$LINENO"; then :
1383013830+if ac_fn_c_try_compile "$LINENO"
1383113831+then :
1324713832 xorg_cv_cc_flag_unknown_warning_option=yes
1324813248-else
1383313833+else $as_nop
1324913834 xorg_cv_cc_flag_unknown_warning_option=no
1325013835fi
1325113251-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1383613836+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1325213837fi
1325313253-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1325413254-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1383813838+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1383913839+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1325513840 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1325613841 CFLAGS="$xorg_testset_save_CFLAGS"
1325713842fi
···1326113846 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1326213847 fi
1326313848 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1326413264- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1326513265-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1326613266-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1326713267- $as_echo_n "(cached) " >&6
1326813268-else
1384913849+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1385013850+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1385113851+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1385213852+then :
1385313853+ printf %s "(cached) " >&6
1385413854+else $as_nop
1326913855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1327013856/* end confdefs.h. */
1327113857int i;
1327213858_ACEOF
1327313273-if ac_fn_c_try_compile "$LINENO"; then :
1385913859+if ac_fn_c_try_compile "$LINENO"
1386013860+then :
1327413861 xorg_cv_cc_flag_unused_command_line_argument=yes
1327513275-else
1386213862+else $as_nop
1327613863 xorg_cv_cc_flag_unused_command_line_argument=no
1327713864fi
1327813278-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1386513865+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1327913866fi
1328013280-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1328113281-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1386713867+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1386813868+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1328213869 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1328313870 CFLAGS="$xorg_testset_save_CFLAGS"
1328413871fi
···13296138831329713884 CFLAGS="$CFLAGS -Wshadow"
13298138851329913299- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
1330013300-$as_echo_n "checking if $CC supports -Wshadow... " >&6; }
1388613886+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wshadow" >&5
1388713887+printf %s "checking if $CC supports -Wshadow... " >&6; }
1330113888 cacheid=xorg_cv_cc_flag__Wshadow
1330213302- if eval \${$cacheid+:} false; then :
1330313303- $as_echo_n "(cached) " >&6
1330413304-else
1388913889+ if eval test \${$cacheid+y}
1389013890+then :
1389113891+ printf %s "(cached) " >&6
1389213892+else $as_nop
1330513893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1330613894/* end confdefs.h. */
1330713895int i;
1330813896int
1330913309-main ()
1389713897+main (void)
1331013898{
13311138991331213900 ;
1331313901 return 0;
1331413902}
1331513903_ACEOF
1331613316-if ac_fn_c_try_link "$LINENO"; then :
1390413904+if ac_fn_c_try_link "$LINENO"
1390513905+then :
1331713906 eval $cacheid=yes
1331813318-else
1390713907+else $as_nop
1331913908 eval $cacheid=no
1332013909fi
1332113321-rm -f core conftest.err conftest.$ac_objext \
1391013910+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1332213911 conftest$ac_exeext conftest.$ac_ext
1332313912fi
1332413913···1332613915 CFLAGS="$xorg_testset_save_CFLAGS"
13327139161332813917 eval supported=\$$cacheid
1332913329- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1333013330-$as_echo "$supported" >&6; }
1391813918+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1391913919+printf "%s\n" "$supported" >&6; }
1333113920 if test "$supported" = "yes" ; then
1333213921 BASE_CFLAGS="$BASE_CFLAGS -Wshadow"
1333313922 found="yes"
···13352139411335313942if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1335413943 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1335513355- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1335613356-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1335713357-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1335813358- $as_echo_n "(cached) " >&6
1335913359-else
1394413944+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1394513945+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1394613946+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1394713947+then :
1394813948+ printf %s "(cached) " >&6
1394913949+else $as_nop
1336013950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1336113951/* end confdefs.h. */
1336213952int i;
1336313953_ACEOF
1336413364-if ac_fn_c_try_compile "$LINENO"; then :
1395413954+if ac_fn_c_try_compile "$LINENO"
1395513955+then :
1336513956 xorg_cv_cc_flag_unknown_warning_option=yes
1336613366-else
1395713957+else $as_nop
1336713958 xorg_cv_cc_flag_unknown_warning_option=no
1336813959fi
1336913369-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1396013960+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1337013961fi
1337113371-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1337213372-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1396213962+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1396313963+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1337313964 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1337413965 CFLAGS="$xorg_testset_save_CFLAGS"
1337513966fi
···1337913970 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1338013971 fi
1338113972 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1338213382- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1338313383-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1338413384-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1338513385- $as_echo_n "(cached) " >&6
1338613386-else
1397313973+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1397413974+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1397513975+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1397613976+then :
1397713977+ printf %s "(cached) " >&6
1397813978+else $as_nop
1338713979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1338813980/* end confdefs.h. */
1338913981int i;
1339013982_ACEOF
1339113391-if ac_fn_c_try_compile "$LINENO"; then :
1398313983+if ac_fn_c_try_compile "$LINENO"
1398413984+then :
1339213985 xorg_cv_cc_flag_unused_command_line_argument=yes
1339313393-else
1398613986+else $as_nop
1339413987 xorg_cv_cc_flag_unused_command_line_argument=no
1339513988fi
1339613396-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1398913989+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1339713990fi
1339813398-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1339913399-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1399113991+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1399213992+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1340013993 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1340113994 CFLAGS="$xorg_testset_save_CFLAGS"
1340213995fi
···13414140071341514008 CFLAGS="$CFLAGS -Wmissing-noreturn"
13416140091341713417- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
1341813418-$as_echo_n "checking if $CC supports -Wmissing-noreturn... " >&6; }
1401014010+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-noreturn" >&5
1401114011+printf %s "checking if $CC supports -Wmissing-noreturn... " >&6; }
1341914012 cacheid=xorg_cv_cc_flag__Wmissing_noreturn
1342013420- if eval \${$cacheid+:} false; then :
1342113421- $as_echo_n "(cached) " >&6
1342213422-else
1401314013+ if eval test \${$cacheid+y}
1401414014+then :
1401514015+ printf %s "(cached) " >&6
1401614016+else $as_nop
1342314017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1342414018/* end confdefs.h. */
1342514019int i;
1342614020int
1342713427-main ()
1402114021+main (void)
1342814022{
13429140231343014024 ;
1343114025 return 0;
1343214026}
1343314027_ACEOF
1343413434-if ac_fn_c_try_link "$LINENO"; then :
1402814028+if ac_fn_c_try_link "$LINENO"
1402914029+then :
1343514030 eval $cacheid=yes
1343613436-else
1403114031+else $as_nop
1343714032 eval $cacheid=no
1343814033fi
1343913439-rm -f core conftest.err conftest.$ac_objext \
1403414034+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1344014035 conftest$ac_exeext conftest.$ac_ext
1344114036fi
1344214037···1344414039 CFLAGS="$xorg_testset_save_CFLAGS"
13445140401344614041 eval supported=\$$cacheid
1344713447- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1344813448-$as_echo "$supported" >&6; }
1404214042+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1404314043+printf "%s\n" "$supported" >&6; }
1344914044 if test "$supported" = "yes" ; then
1345014045 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-noreturn"
1345114046 found="yes"
···13470140651347114066if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1347214067 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1347313473- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1347413474-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1347513475-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1347613476- $as_echo_n "(cached) " >&6
1347713477-else
1406814068+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1406914069+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1407014070+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1407114071+then :
1407214072+ printf %s "(cached) " >&6
1407314073+else $as_nop
1347814074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1347914075/* end confdefs.h. */
1348014076int i;
1348114077_ACEOF
1348213482-if ac_fn_c_try_compile "$LINENO"; then :
1407814078+if ac_fn_c_try_compile "$LINENO"
1407914079+then :
1348314080 xorg_cv_cc_flag_unknown_warning_option=yes
1348413484-else
1408114081+else $as_nop
1348514082 xorg_cv_cc_flag_unknown_warning_option=no
1348614083fi
1348713487-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1408414084+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1348814085fi
1348913489-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1349013490-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1408614086+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1408714087+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1349114088 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1349214089 CFLAGS="$xorg_testset_save_CFLAGS"
1349314090fi
···1349714094 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1349814095 fi
1349914096 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1350013500- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1350113501-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1350213502-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1350313503- $as_echo_n "(cached) " >&6
1350413504-else
1409714097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1409814098+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1409914099+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1410014100+then :
1410114101+ printf %s "(cached) " >&6
1410214102+else $as_nop
1350514103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1350614104/* end confdefs.h. */
1350714105int i;
1350814106_ACEOF
1350913509-if ac_fn_c_try_compile "$LINENO"; then :
1410714107+if ac_fn_c_try_compile "$LINENO"
1410814108+then :
1351014109 xorg_cv_cc_flag_unused_command_line_argument=yes
1351113511-else
1411014110+else $as_nop
1351214111 xorg_cv_cc_flag_unused_command_line_argument=no
1351314112fi
1351413514-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1411314113+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1351514114fi
1351613516-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1351713517-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1411514115+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1411614116+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1351814117 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1351914118 CFLAGS="$xorg_testset_save_CFLAGS"
1352014119fi
···13532141311353314132 CFLAGS="$CFLAGS -Wmissing-format-attribute"
13534141331353513535- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
1353613536-$as_echo_n "checking if $CC supports -Wmissing-format-attribute... " >&6; }
1413414134+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-format-attribute" >&5
1413514135+printf %s "checking if $CC supports -Wmissing-format-attribute... " >&6; }
1353714136 cacheid=xorg_cv_cc_flag__Wmissing_format_attribute
1353813538- if eval \${$cacheid+:} false; then :
1353913539- $as_echo_n "(cached) " >&6
1354013540-else
1413714137+ if eval test \${$cacheid+y}
1413814138+then :
1413914139+ printf %s "(cached) " >&6
1414014140+else $as_nop
1354114141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1354214142/* end confdefs.h. */
1354314143int i;
1354414144int
1354513545-main ()
1414514145+main (void)
1354614146{
13547141471354814148 ;
1354914149 return 0;
1355014150}
1355114151_ACEOF
1355213552-if ac_fn_c_try_link "$LINENO"; then :
1415214152+if ac_fn_c_try_link "$LINENO"
1415314153+then :
1355314154 eval $cacheid=yes
1355413554-else
1415514155+else $as_nop
1355514156 eval $cacheid=no
1355614157fi
1355713557-rm -f core conftest.err conftest.$ac_objext \
1415814158+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1355814159 conftest$ac_exeext conftest.$ac_ext
1355914160fi
1356014161···1356214163 CFLAGS="$xorg_testset_save_CFLAGS"
13563141641356414165 eval supported=\$$cacheid
1356513565- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1356613566-$as_echo "$supported" >&6; }
1416614166+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1416714167+printf "%s\n" "$supported" >&6; }
1356714168 if test "$supported" = "yes" ; then
1356814169 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-format-attribute"
1356914170 found="yes"
···13589141901359014191if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1359114192 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1359213592- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1359313593-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1359413594-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1359513595- $as_echo_n "(cached) " >&6
1359613596-else
1419314193+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1419414194+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1419514195+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1419614196+then :
1419714197+ printf %s "(cached) " >&6
1419814198+else $as_nop
1359714199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1359814200/* end confdefs.h. */
1359914201int i;
1360014202_ACEOF
1360113601-if ac_fn_c_try_compile "$LINENO"; then :
1420314203+if ac_fn_c_try_compile "$LINENO"
1420414204+then :
1360214205 xorg_cv_cc_flag_unknown_warning_option=yes
1360313603-else
1420614206+else $as_nop
1360414207 xorg_cv_cc_flag_unknown_warning_option=no
1360514208fi
1360613606-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1420914209+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1360714210fi
1360813608-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1360913609-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1421114211+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1421214212+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1361014213 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1361114214 CFLAGS="$xorg_testset_save_CFLAGS"
1361214215fi
···1361614219 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1361714220 fi
1361814221 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1361913619- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1362013620-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1362113621-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1362213622- $as_echo_n "(cached) " >&6
1362313623-else
1422214222+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1422314223+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1422414224+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1422514225+then :
1422614226+ printf %s "(cached) " >&6
1422714227+else $as_nop
1362414228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1362514229/* end confdefs.h. */
1362614230int i;
1362714231_ACEOF
1362813628-if ac_fn_c_try_compile "$LINENO"; then :
1423214232+if ac_fn_c_try_compile "$LINENO"
1423314233+then :
1362914234 xorg_cv_cc_flag_unused_command_line_argument=yes
1363013630-else
1423514235+else $as_nop
1363114236 xorg_cv_cc_flag_unused_command_line_argument=no
1363214237fi
1363313633-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1423814238+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1363414239fi
1363513635-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1363613636-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1424014240+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1424114241+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1363714242 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1363814243 CFLAGS="$xorg_testset_save_CFLAGS"
1363914244fi
···13651142561365214257 CFLAGS="$CFLAGS -Wlogical-op"
13653142581365413654- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
1365513655-$as_echo_n "checking if $CC supports -Wlogical-op... " >&6; }
1425914259+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wlogical-op" >&5
1426014260+printf %s "checking if $CC supports -Wlogical-op... " >&6; }
1365614261 cacheid=xorg_cv_cc_flag__Wlogical_op
1365713657- if eval \${$cacheid+:} false; then :
1365813658- $as_echo_n "(cached) " >&6
1365913659-else
1426214262+ if eval test \${$cacheid+y}
1426314263+then :
1426414264+ printf %s "(cached) " >&6
1426514265+else $as_nop
1366014266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1366114267/* end confdefs.h. */
1366214268int i;
1366314269int
1366413664-main ()
1427014270+main (void)
1366514271{
13666142721366714273 ;
1366814274 return 0;
1366914275}
1367014276_ACEOF
1367113671-if ac_fn_c_try_link "$LINENO"; then :
1427714277+if ac_fn_c_try_link "$LINENO"
1427814278+then :
1367214279 eval $cacheid=yes
1367313673-else
1428014280+else $as_nop
1367414281 eval $cacheid=no
1367514282fi
1367613676-rm -f core conftest.err conftest.$ac_objext \
1428314283+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1367714284 conftest$ac_exeext conftest.$ac_ext
1367814285fi
1367914286···1368114288 CFLAGS="$xorg_testset_save_CFLAGS"
13682142891368314290 eval supported=\$$cacheid
1368413684- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1368513685-$as_echo "$supported" >&6; }
1429114291+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1429214292+printf "%s\n" "$supported" >&6; }
1368614293 if test "$supported" = "yes" ; then
1368714294 BASE_CFLAGS="$BASE_CFLAGS -Wlogical-op"
1368814295 found="yes"
···1369814305# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align])
1369914306# XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual])
13700143071370113701-# Turn some warnings into errors, so we don't accidently get successful builds
1430814308+# Turn some warnings into errors, so we don't accidentally get successful builds
1370214309# when there are problems that should be fixed.
13703143101370414311if test "x$SELECTIVE_WERROR" = "xyes" ; then
···13719143261372014327if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1372114328 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1372213722- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1372313723-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1372413724-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1372513725- $as_echo_n "(cached) " >&6
1372613726-else
1432914329+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1433014330+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1433114331+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1433214332+then :
1433314333+ printf %s "(cached) " >&6
1433414334+else $as_nop
1372714335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1372814336/* end confdefs.h. */
1372914337int i;
1373014338_ACEOF
1373113731-if ac_fn_c_try_compile "$LINENO"; then :
1433914339+if ac_fn_c_try_compile "$LINENO"
1434014340+then :
1373214341 xorg_cv_cc_flag_unknown_warning_option=yes
1373313733-else
1434214342+else $as_nop
1373414343 xorg_cv_cc_flag_unknown_warning_option=no
1373514344fi
1373613736-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1434514345+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1373714346fi
1373813738-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1373913739-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1434714347+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1434814348+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1374014349 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1374114350 CFLAGS="$xorg_testset_save_CFLAGS"
1374214351fi
···1374614355 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1374714356 fi
1374814357 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1374913749- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1375013750-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1375113751-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1375213752- $as_echo_n "(cached) " >&6
1375313753-else
1435814358+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1435914359+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1436014360+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1436114361+then :
1436214362+ printf %s "(cached) " >&6
1436314363+else $as_nop
1375414364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1375514365/* end confdefs.h. */
1375614366int i;
1375714367_ACEOF
1375813758-if ac_fn_c_try_compile "$LINENO"; then :
1436814368+if ac_fn_c_try_compile "$LINENO"
1436914369+then :
1375914370 xorg_cv_cc_flag_unused_command_line_argument=yes
1376013760-else
1437114371+else $as_nop
1376114372 xorg_cv_cc_flag_unused_command_line_argument=no
1376214373fi
1376313763-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1437414374+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1376414375fi
1376513765-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1376613766-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1437614376+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1437714377+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1376714378 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1376814379 CFLAGS="$xorg_testset_save_CFLAGS"
1376914380fi
···13781143921378214393 CFLAGS="$CFLAGS -Werror=implicit"
13783143941378413784- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
1378513785-$as_echo_n "checking if $CC supports -Werror=implicit... " >&6; }
1439514395+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=implicit" >&5
1439614396+printf %s "checking if $CC supports -Werror=implicit... " >&6; }
1378614397 cacheid=xorg_cv_cc_flag__Werror_implicit
1378713787- if eval \${$cacheid+:} false; then :
1378813788- $as_echo_n "(cached) " >&6
1378913789-else
1439814398+ if eval test \${$cacheid+y}
1439914399+then :
1440014400+ printf %s "(cached) " >&6
1440114401+else $as_nop
1379014402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1379114403/* end confdefs.h. */
1379214404int i;
1379314405int
1379413794-main ()
1440614406+main (void)
1379514407{
13796144081379714409 ;
1379814410 return 0;
1379914411}
1380014412_ACEOF
1380113801-if ac_fn_c_try_link "$LINENO"; then :
1441314413+if ac_fn_c_try_link "$LINENO"
1441414414+then :
1380214415 eval $cacheid=yes
1380313803-else
1441614416+else $as_nop
1380414417 eval $cacheid=no
1380514418fi
1380613806-rm -f core conftest.err conftest.$ac_objext \
1441914419+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1380714420 conftest$ac_exeext conftest.$ac_ext
1380814421fi
1380914422···1381114424 CFLAGS="$xorg_testset_save_CFLAGS"
13812144251381314426 eval supported=\$$cacheid
1381413814- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1381513815-$as_echo "$supported" >&6; }
1442714427+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1442814428+printf "%s\n" "$supported" >&6; }
1381614429 if test "$supported" = "yes" ; then
1381714430 BASE_CFLAGS="$BASE_CFLAGS -Werror=implicit"
1381814431 found="yes"
···13830144431383114444 CFLAGS="$CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
13832144451383313833- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED" >&5
1383413834-$as_echo_n "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
1444614446+ { 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
1444714447+printf %s "checking if $CC supports -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED... " >&6; }
1383514448 cacheid=xorg_cv_cc_flag__errwarn_E_NO_EXPLICIT_TYPE_GIVEN__errwarn_E_NO_IMPLICIT_DECL_ALLOWED
1383613836- if eval \${$cacheid+:} false; then :
1383713837- $as_echo_n "(cached) " >&6
1383813838-else
1444914449+ if eval test \${$cacheid+y}
1445014450+then :
1445114451+ printf %s "(cached) " >&6
1445214452+else $as_nop
1383914453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1384014454/* end confdefs.h. */
1384114455int i;
1384214456int
1384313843-main ()
1445714457+main (void)
1384414458{
13845144591384614460 ;
1384714461 return 0;
1384814462}
1384914463_ACEOF
1385013850-if ac_fn_c_try_link "$LINENO"; then :
1446414464+if ac_fn_c_try_link "$LINENO"
1446514465+then :
1385114466 eval $cacheid=yes
1385213852-else
1446714467+else $as_nop
1385314468 eval $cacheid=no
1385414469fi
1385513855-rm -f core conftest.err conftest.$ac_objext \
1447014470+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1385614471 conftest$ac_exeext conftest.$ac_ext
1385714472fi
1385814473···1386014475 CFLAGS="$xorg_testset_save_CFLAGS"
13861144761386214477 eval supported=\$$cacheid
1386313863- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1386413864-$as_echo "$supported" >&6; }
1447814478+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1447914479+printf "%s\n" "$supported" >&6; }
1386514480 if test "$supported" = "yes" ; then
1386614481 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED"
1386714482 found="yes"
···13886145011388714502if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1388814503 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1388913889- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1389013890-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1389113891-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1389213892- $as_echo_n "(cached) " >&6
1389313893-else
1450414504+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1450514505+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1450614506+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1450714507+then :
1450814508+ printf %s "(cached) " >&6
1450914509+else $as_nop
1389414510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1389514511/* end confdefs.h. */
1389614512int i;
1389714513_ACEOF
1389813898-if ac_fn_c_try_compile "$LINENO"; then :
1451414514+if ac_fn_c_try_compile "$LINENO"
1451514515+then :
1389914516 xorg_cv_cc_flag_unknown_warning_option=yes
1390013900-else
1451714517+else $as_nop
1390114518 xorg_cv_cc_flag_unknown_warning_option=no
1390214519fi
1390313903-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1452014520+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1390414521fi
1390513905-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1390613906-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1452214522+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1452314523+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1390714524 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1390814525 CFLAGS="$xorg_testset_save_CFLAGS"
1390914526fi
···1391314530 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1391414531 fi
1391514532 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1391613916- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1391713917-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1391813918-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1391913919- $as_echo_n "(cached) " >&6
1392013920-else
1453314533+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1453414534+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1453514535+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1453614536+then :
1453714537+ printf %s "(cached) " >&6
1453814538+else $as_nop
1392114539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1392214540/* end confdefs.h. */
1392314541int i;
1392414542_ACEOF
1392513925-if ac_fn_c_try_compile "$LINENO"; then :
1454314543+if ac_fn_c_try_compile "$LINENO"
1454414544+then :
1392614545 xorg_cv_cc_flag_unused_command_line_argument=yes
1392713927-else
1454614546+else $as_nop
1392814547 xorg_cv_cc_flag_unused_command_line_argument=no
1392914548fi
1393013930-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1454914549+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1393114550fi
1393213932-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1393313933-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1455114551+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1455214552+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1393414553 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1393514554 CFLAGS="$xorg_testset_save_CFLAGS"
1393614555fi
···13948145671394914568 CFLAGS="$CFLAGS -Werror=nonnull"
13950145691395113951- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
1395213952-$as_echo_n "checking if $CC supports -Werror=nonnull... " >&6; }
1457014570+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=nonnull" >&5
1457114571+printf %s "checking if $CC supports -Werror=nonnull... " >&6; }
1395314572 cacheid=xorg_cv_cc_flag__Werror_nonnull
1395413954- if eval \${$cacheid+:} false; then :
1395513955- $as_echo_n "(cached) " >&6
1395613956-else
1457314573+ if eval test \${$cacheid+y}
1457414574+then :
1457514575+ printf %s "(cached) " >&6
1457614576+else $as_nop
1395714577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1395814578/* end confdefs.h. */
1395914579int i;
1396014580int
1396113961-main ()
1458114581+main (void)
1396214582{
13963145831396414584 ;
1396514585 return 0;
1396614586}
1396714587_ACEOF
1396813968-if ac_fn_c_try_link "$LINENO"; then :
1458814588+if ac_fn_c_try_link "$LINENO"
1458914589+then :
1396914590 eval $cacheid=yes
1397013970-else
1459114591+else $as_nop
1397114592 eval $cacheid=no
1397214593fi
1397313973-rm -f core conftest.err conftest.$ac_objext \
1459414594+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1397414595 conftest$ac_exeext conftest.$ac_ext
1397514596fi
1397614597···1397814599 CFLAGS="$xorg_testset_save_CFLAGS"
13979146001398014601 eval supported=\$$cacheid
1398113981- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1398213982-$as_echo "$supported" >&6; }
1460214602+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1460314603+printf "%s\n" "$supported" >&6; }
1398314604 if test "$supported" = "yes" ; then
1398414605 BASE_CFLAGS="$BASE_CFLAGS -Werror=nonnull"
1398514606 found="yes"
···14004146251400514626if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1400614627 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1400714007- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1400814008-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1400914009-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1401014010- $as_echo_n "(cached) " >&6
1401114011-else
1462814628+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1462914629+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1463014630+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1463114631+then :
1463214632+ printf %s "(cached) " >&6
1463314633+else $as_nop
1401214634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1401314635/* end confdefs.h. */
1401414636int i;
1401514637_ACEOF
1401614016-if ac_fn_c_try_compile "$LINENO"; then :
1463814638+if ac_fn_c_try_compile "$LINENO"
1463914639+then :
1401714640 xorg_cv_cc_flag_unknown_warning_option=yes
1401814018-else
1464114641+else $as_nop
1401914642 xorg_cv_cc_flag_unknown_warning_option=no
1402014643fi
1402114021-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1464414644+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1402214645fi
1402314023-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1402414024-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1464614646+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1464714647+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1402514648 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1402614649 CFLAGS="$xorg_testset_save_CFLAGS"
1402714650fi
···1403114654 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1403214655 fi
1403314656 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1403414034- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1403514035-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1403614036-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1403714037- $as_echo_n "(cached) " >&6
1403814038-else
1465714657+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1465814658+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1465914659+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1466014660+then :
1466114661+ printf %s "(cached) " >&6
1466214662+else $as_nop
1403914663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1404014664/* end confdefs.h. */
1404114665int i;
1404214666_ACEOF
1404314043-if ac_fn_c_try_compile "$LINENO"; then :
1466714667+if ac_fn_c_try_compile "$LINENO"
1466814668+then :
1404414669 xorg_cv_cc_flag_unused_command_line_argument=yes
1404514045-else
1467014670+else $as_nop
1404614671 xorg_cv_cc_flag_unused_command_line_argument=no
1404714672fi
1404814048-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1467314673+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1404914674fi
1405014050-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1405114051-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1467514675+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1467614676+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1405214677 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1405314678 CFLAGS="$xorg_testset_save_CFLAGS"
1405414679fi
···14066146911406714692 CFLAGS="$CFLAGS -Werror=init-self"
14068146931406914069- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
1407014070-$as_echo_n "checking if $CC supports -Werror=init-self... " >&6; }
1469414694+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=init-self" >&5
1469514695+printf %s "checking if $CC supports -Werror=init-self... " >&6; }
1407114696 cacheid=xorg_cv_cc_flag__Werror_init_self
1407214072- if eval \${$cacheid+:} false; then :
1407314073- $as_echo_n "(cached) " >&6
1407414074-else
1469714697+ if eval test \${$cacheid+y}
1469814698+then :
1469914699+ printf %s "(cached) " >&6
1470014700+else $as_nop
1407514701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1407614702/* end confdefs.h. */
1407714703int i;
1407814704int
1407914079-main ()
1470514705+main (void)
1408014706{
14081147071408214708 ;
1408314709 return 0;
1408414710}
1408514711_ACEOF
1408614086-if ac_fn_c_try_link "$LINENO"; then :
1471214712+if ac_fn_c_try_link "$LINENO"
1471314713+then :
1408714714 eval $cacheid=yes
1408814088-else
1471514715+else $as_nop
1408914716 eval $cacheid=no
1409014717fi
1409114091-rm -f core conftest.err conftest.$ac_objext \
1471814718+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1409214719 conftest$ac_exeext conftest.$ac_ext
1409314720fi
1409414721···1409614723 CFLAGS="$xorg_testset_save_CFLAGS"
14097147241409814725 eval supported=\$$cacheid
1409914099- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1410014100-$as_echo "$supported" >&6; }
1472614726+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1472714727+printf "%s\n" "$supported" >&6; }
1410114728 if test "$supported" = "yes" ; then
1410214729 BASE_CFLAGS="$BASE_CFLAGS -Werror=init-self"
1410314730 found="yes"
···14122147491412314750if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1412414751 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1412514125- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1412614126-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1412714127-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1412814128- $as_echo_n "(cached) " >&6
1412914129-else
1475214752+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1475314753+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1475414754+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1475514755+then :
1475614756+ printf %s "(cached) " >&6
1475714757+else $as_nop
1413014758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1413114759/* end confdefs.h. */
1413214760int i;
1413314761_ACEOF
1413414134-if ac_fn_c_try_compile "$LINENO"; then :
1476214762+if ac_fn_c_try_compile "$LINENO"
1476314763+then :
1413514764 xorg_cv_cc_flag_unknown_warning_option=yes
1413614136-else
1476514765+else $as_nop
1413714766 xorg_cv_cc_flag_unknown_warning_option=no
1413814767fi
1413914139-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1476814768+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1414014769fi
1414114141-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1414214142-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1477014770+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1477114771+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1414314772 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1414414773 CFLAGS="$xorg_testset_save_CFLAGS"
1414514774fi
···1414914778 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1415014779 fi
1415114780 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1415214152- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1415314153-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1415414154-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1415514155- $as_echo_n "(cached) " >&6
1415614156-else
1478114781+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1478214782+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1478314783+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1478414784+then :
1478514785+ printf %s "(cached) " >&6
1478614786+else $as_nop
1415714787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1415814788/* end confdefs.h. */
1415914789int i;
1416014790_ACEOF
1416114161-if ac_fn_c_try_compile "$LINENO"; then :
1479114791+if ac_fn_c_try_compile "$LINENO"
1479214792+then :
1416214793 xorg_cv_cc_flag_unused_command_line_argument=yes
1416314163-else
1479414794+else $as_nop
1416414795 xorg_cv_cc_flag_unused_command_line_argument=no
1416514796fi
1416614166-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1479714797+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1416714798fi
1416814168-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1416914169-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1479914799+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1480014800+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1417014801 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1417114802 CFLAGS="$xorg_testset_save_CFLAGS"
1417214803fi
···14184148151418514816 CFLAGS="$CFLAGS -Werror=main"
14186148171418714187- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
1418814188-$as_echo_n "checking if $CC supports -Werror=main... " >&6; }
1481814818+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=main" >&5
1481914819+printf %s "checking if $CC supports -Werror=main... " >&6; }
1418914820 cacheid=xorg_cv_cc_flag__Werror_main
1419014190- if eval \${$cacheid+:} false; then :
1419114191- $as_echo_n "(cached) " >&6
1419214192-else
1482114821+ if eval test \${$cacheid+y}
1482214822+then :
1482314823+ printf %s "(cached) " >&6
1482414824+else $as_nop
1419314825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1419414826/* end confdefs.h. */
1419514827int i;
1419614828int
1419714197-main ()
1482914829+main (void)
1419814830{
14199148311420014832 ;
1420114833 return 0;
1420214834}
1420314835_ACEOF
1420414204-if ac_fn_c_try_link "$LINENO"; then :
1483614836+if ac_fn_c_try_link "$LINENO"
1483714837+then :
1420514838 eval $cacheid=yes
1420614206-else
1483914839+else $as_nop
1420714840 eval $cacheid=no
1420814841fi
1420914209-rm -f core conftest.err conftest.$ac_objext \
1484214842+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1421014843 conftest$ac_exeext conftest.$ac_ext
1421114844fi
1421214845···1421414847 CFLAGS="$xorg_testset_save_CFLAGS"
14215148481421614849 eval supported=\$$cacheid
1421714217- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1421814218-$as_echo "$supported" >&6; }
1485014850+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1485114851+printf "%s\n" "$supported" >&6; }
1421914852 if test "$supported" = "yes" ; then
1422014853 BASE_CFLAGS="$BASE_CFLAGS -Werror=main"
1422114854 found="yes"
···14240148731424114874if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1424214875 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1424314243- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1424414244-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1424514245-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1424614246- $as_echo_n "(cached) " >&6
1424714247-else
1487614876+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1487714877+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1487814878+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1487914879+then :
1488014880+ printf %s "(cached) " >&6
1488114881+else $as_nop
1424814882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1424914883/* end confdefs.h. */
1425014884int i;
1425114885_ACEOF
1425214252-if ac_fn_c_try_compile "$LINENO"; then :
1488614886+if ac_fn_c_try_compile "$LINENO"
1488714887+then :
1425314888 xorg_cv_cc_flag_unknown_warning_option=yes
1425414254-else
1488914889+else $as_nop
1425514890 xorg_cv_cc_flag_unknown_warning_option=no
1425614891fi
1425714257-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1489214892+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1425814893fi
1425914259-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1426014260-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1489414894+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1489514895+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1426114896 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1426214897 CFLAGS="$xorg_testset_save_CFLAGS"
1426314898fi
···1426714902 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1426814903 fi
1426914904 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1427014270- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1427114271-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1427214272-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1427314273- $as_echo_n "(cached) " >&6
1427414274-else
1490514905+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1490614906+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1490714907+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1490814908+then :
1490914909+ printf %s "(cached) " >&6
1491014910+else $as_nop
1427514911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1427614912/* end confdefs.h. */
1427714913int i;
1427814914_ACEOF
1427914279-if ac_fn_c_try_compile "$LINENO"; then :
1491514915+if ac_fn_c_try_compile "$LINENO"
1491614916+then :
1428014917 xorg_cv_cc_flag_unused_command_line_argument=yes
1428114281-else
1491814918+else $as_nop
1428214919 xorg_cv_cc_flag_unused_command_line_argument=no
1428314920fi
1428414284-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1492114921+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1428514922fi
1428614286-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1428714287-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1492314923+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1492414924+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1428814925 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1428914926 CFLAGS="$xorg_testset_save_CFLAGS"
1429014927fi
···14302149391430314940 CFLAGS="$CFLAGS -Werror=missing-braces"
14304149411430514305- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
1430614306-$as_echo_n "checking if $CC supports -Werror=missing-braces... " >&6; }
1494214942+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=missing-braces" >&5
1494314943+printf %s "checking if $CC supports -Werror=missing-braces... " >&6; }
1430714944 cacheid=xorg_cv_cc_flag__Werror_missing_braces
1430814308- if eval \${$cacheid+:} false; then :
1430914309- $as_echo_n "(cached) " >&6
1431014310-else
1494514945+ if eval test \${$cacheid+y}
1494614946+then :
1494714947+ printf %s "(cached) " >&6
1494814948+else $as_nop
1431114949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1431214950/* end confdefs.h. */
1431314951int i;
1431414952int
1431514315-main ()
1495314953+main (void)
1431614954{
14317149551431814956 ;
1431914957 return 0;
1432014958}
1432114959_ACEOF
1432214322-if ac_fn_c_try_link "$LINENO"; then :
1496014960+if ac_fn_c_try_link "$LINENO"
1496114961+then :
1432314962 eval $cacheid=yes
1432414324-else
1496314963+else $as_nop
1432514964 eval $cacheid=no
1432614965fi
1432714327-rm -f core conftest.err conftest.$ac_objext \
1496614966+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1432814967 conftest$ac_exeext conftest.$ac_ext
1432914968fi
1433014969···1433214971 CFLAGS="$xorg_testset_save_CFLAGS"
14333149721433414973 eval supported=\$$cacheid
1433514335- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1433614336-$as_echo "$supported" >&6; }
1497414974+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1497514975+printf "%s\n" "$supported" >&6; }
1433714976 if test "$supported" = "yes" ; then
1433814977 BASE_CFLAGS="$BASE_CFLAGS -Werror=missing-braces"
1433914978 found="yes"
···14358149971435914998if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1436014999 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1436114361- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1436214362-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1436314363-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1436414364- $as_echo_n "(cached) " >&6
1436514365-else
1500015000+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1500115001+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1500215002+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1500315003+then :
1500415004+ printf %s "(cached) " >&6
1500515005+else $as_nop
1436615006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1436715007/* end confdefs.h. */
1436815008int i;
1436915009_ACEOF
1437014370-if ac_fn_c_try_compile "$LINENO"; then :
1501015010+if ac_fn_c_try_compile "$LINENO"
1501115011+then :
1437115012 xorg_cv_cc_flag_unknown_warning_option=yes
1437214372-else
1501315013+else $as_nop
1437315014 xorg_cv_cc_flag_unknown_warning_option=no
1437415015fi
1437514375-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1501615016+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1437615017fi
1437714377-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1437814378-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1501815018+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1501915019+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1437915020 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1438015021 CFLAGS="$xorg_testset_save_CFLAGS"
1438115022fi
···1438515026 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1438615027 fi
1438715028 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1438814388- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1438914389-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1439014390-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1439114391- $as_echo_n "(cached) " >&6
1439214392-else
1502915029+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1503015030+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1503115031+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1503215032+then :
1503315033+ printf %s "(cached) " >&6
1503415034+else $as_nop
1439315035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1439415036/* end confdefs.h. */
1439515037int i;
1439615038_ACEOF
1439714397-if ac_fn_c_try_compile "$LINENO"; then :
1503915039+if ac_fn_c_try_compile "$LINENO"
1504015040+then :
1439815041 xorg_cv_cc_flag_unused_command_line_argument=yes
1439914399-else
1504215042+else $as_nop
1440015043 xorg_cv_cc_flag_unused_command_line_argument=no
1440115044fi
1440214402-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1504515045+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1440315046fi
1440414404-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1440514405-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1504715047+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1504815048+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1440615049 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1440715050 CFLAGS="$xorg_testset_save_CFLAGS"
1440815051fi
···14420150631442115064 CFLAGS="$CFLAGS -Werror=sequence-point"
14422150651442314423- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
1442414424-$as_echo_n "checking if $CC supports -Werror=sequence-point... " >&6; }
1506615066+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=sequence-point" >&5
1506715067+printf %s "checking if $CC supports -Werror=sequence-point... " >&6; }
1442515068 cacheid=xorg_cv_cc_flag__Werror_sequence_point
1442614426- if eval \${$cacheid+:} false; then :
1442714427- $as_echo_n "(cached) " >&6
1442814428-else
1506915069+ if eval test \${$cacheid+y}
1507015070+then :
1507115071+ printf %s "(cached) " >&6
1507215072+else $as_nop
1442915073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1443015074/* end confdefs.h. */
1443115075int i;
1443215076int
1443314433-main ()
1507715077+main (void)
1443415078{
14435150791443615080 ;
1443715081 return 0;
1443815082}
1443915083_ACEOF
1444014440-if ac_fn_c_try_link "$LINENO"; then :
1508415084+if ac_fn_c_try_link "$LINENO"
1508515085+then :
1444115086 eval $cacheid=yes
1444214442-else
1508715087+else $as_nop
1444315088 eval $cacheid=no
1444415089fi
1444514445-rm -f core conftest.err conftest.$ac_objext \
1509015090+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1444615091 conftest$ac_exeext conftest.$ac_ext
1444715092fi
1444815093···1445015095 CFLAGS="$xorg_testset_save_CFLAGS"
14451150961445215097 eval supported=\$$cacheid
1445314453- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1445414454-$as_echo "$supported" >&6; }
1509815098+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1509915099+printf "%s\n" "$supported" >&6; }
1445515100 if test "$supported" = "yes" ; then
1445615101 BASE_CFLAGS="$BASE_CFLAGS -Werror=sequence-point"
1445715102 found="yes"
···14476151211447715122if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1447815123 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1447914479- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1448014480-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1448114481-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1448214482- $as_echo_n "(cached) " >&6
1448314483-else
1512415124+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1512515125+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1512615126+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1512715127+then :
1512815128+ printf %s "(cached) " >&6
1512915129+else $as_nop
1448415130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1448515131/* end confdefs.h. */
1448615132int i;
1448715133_ACEOF
1448814488-if ac_fn_c_try_compile "$LINENO"; then :
1513415134+if ac_fn_c_try_compile "$LINENO"
1513515135+then :
1448915136 xorg_cv_cc_flag_unknown_warning_option=yes
1449014490-else
1513715137+else $as_nop
1449115138 xorg_cv_cc_flag_unknown_warning_option=no
1449215139fi
1449314493-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1514015140+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1449415141fi
1449514495-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1449614496-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1514215142+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1514315143+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1449715144 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1449815145 CFLAGS="$xorg_testset_save_CFLAGS"
1449915146fi
···1450315150 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1450415151 fi
1450515152 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1450614506- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1450714507-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1450814508-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1450914509- $as_echo_n "(cached) " >&6
1451014510-else
1515315153+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1515415154+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1515515155+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1515615156+then :
1515715157+ printf %s "(cached) " >&6
1515815158+else $as_nop
1451115159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1451215160/* end confdefs.h. */
1451315161int i;
1451415162_ACEOF
1451514515-if ac_fn_c_try_compile "$LINENO"; then :
1516315163+if ac_fn_c_try_compile "$LINENO"
1516415164+then :
1451615165 xorg_cv_cc_flag_unused_command_line_argument=yes
1451714517-else
1516615166+else $as_nop
1451815167 xorg_cv_cc_flag_unused_command_line_argument=no
1451915168fi
1452014520-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1516915169+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1452115170fi
1452214522-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1452314523-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1517115171+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1517215172+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1452415173 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1452515174 CFLAGS="$xorg_testset_save_CFLAGS"
1452615175fi
···14538151871453915188 CFLAGS="$CFLAGS -Werror=return-type"
14540151891454114541- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
1454214542-$as_echo_n "checking if $CC supports -Werror=return-type... " >&6; }
1519015190+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=return-type" >&5
1519115191+printf %s "checking if $CC supports -Werror=return-type... " >&6; }
1454315192 cacheid=xorg_cv_cc_flag__Werror_return_type
1454414544- if eval \${$cacheid+:} false; then :
1454514545- $as_echo_n "(cached) " >&6
1454614546-else
1519315193+ if eval test \${$cacheid+y}
1519415194+then :
1519515195+ printf %s "(cached) " >&6
1519615196+else $as_nop
1454715197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1454815198/* end confdefs.h. */
1454915199int i;
1455015200int
1455114551-main ()
1520115201+main (void)
1455215202{
14553152031455415204 ;
1455515205 return 0;
1455615206}
1455715207_ACEOF
1455814558-if ac_fn_c_try_link "$LINENO"; then :
1520815208+if ac_fn_c_try_link "$LINENO"
1520915209+then :
1455915210 eval $cacheid=yes
1456014560-else
1521115211+else $as_nop
1456115212 eval $cacheid=no
1456215213fi
1456314563-rm -f core conftest.err conftest.$ac_objext \
1521415214+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1456415215 conftest$ac_exeext conftest.$ac_ext
1456515216fi
1456615217···1456815219 CFLAGS="$xorg_testset_save_CFLAGS"
14569152201457015221 eval supported=\$$cacheid
1457114571- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1457214572-$as_echo "$supported" >&6; }
1522215222+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1522315223+printf "%s\n" "$supported" >&6; }
1457315224 if test "$supported" = "yes" ; then
1457415225 BASE_CFLAGS="$BASE_CFLAGS -Werror=return-type"
1457515226 found="yes"
···14587152381458815239 CFLAGS="$CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
14589152401459014590- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
1459114591-$as_echo_n "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
1524115241+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT" >&5
1524215242+printf %s "checking if $CC supports -errwarn=E_FUNC_HAS_NO_RETURN_STMT... " >&6; }
1459215243 cacheid=xorg_cv_cc_flag__errwarn_E_FUNC_HAS_NO_RETURN_STMT
1459314593- if eval \${$cacheid+:} false; then :
1459414594- $as_echo_n "(cached) " >&6
1459514595-else
1524415244+ if eval test \${$cacheid+y}
1524515245+then :
1524615246+ printf %s "(cached) " >&6
1524715247+else $as_nop
1459615248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1459715249/* end confdefs.h. */
1459815250int i;
1459915251int
1460014600-main ()
1525215252+main (void)
1460115253{
14602152541460315255 ;
1460415256 return 0;
1460515257}
1460615258_ACEOF
1460714607-if ac_fn_c_try_link "$LINENO"; then :
1525915259+if ac_fn_c_try_link "$LINENO"
1526015260+then :
1460815261 eval $cacheid=yes
1460914609-else
1526215262+else $as_nop
1461015263 eval $cacheid=no
1461115264fi
1461214612-rm -f core conftest.err conftest.$ac_objext \
1526515265+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1461315266 conftest$ac_exeext conftest.$ac_ext
1461415267fi
1461515268···1461715270 CFLAGS="$xorg_testset_save_CFLAGS"
14618152711461915272 eval supported=\$$cacheid
1462014620- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1462114621-$as_echo "$supported" >&6; }
1527315273+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1527415274+printf "%s\n" "$supported" >&6; }
1462215275 if test "$supported" = "yes" ; then
1462315276 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_FUNC_HAS_NO_RETURN_STMT"
1462415277 found="yes"
···14643152961464415297if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1464515298 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1464614646- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1464714647-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1464814648-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1464914649- $as_echo_n "(cached) " >&6
1465014650-else
1529915299+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1530015300+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1530115301+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1530215302+then :
1530315303+ printf %s "(cached) " >&6
1530415304+else $as_nop
1465115305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1465215306/* end confdefs.h. */
1465315307int i;
1465415308_ACEOF
1465514655-if ac_fn_c_try_compile "$LINENO"; then :
1530915309+if ac_fn_c_try_compile "$LINENO"
1531015310+then :
1465615311 xorg_cv_cc_flag_unknown_warning_option=yes
1465714657-else
1531215312+else $as_nop
1465815313 xorg_cv_cc_flag_unknown_warning_option=no
1465915314fi
1466014660-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1531515315+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1466115316fi
1466214662-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1466314663-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1531715317+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1531815318+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1466415319 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1466515320 CFLAGS="$xorg_testset_save_CFLAGS"
1466615321fi
···1467015325 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1467115326 fi
1467215327 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1467314673- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1467414674-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1467514675-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1467614676- $as_echo_n "(cached) " >&6
1467714677-else
1532815328+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1532915329+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1533015330+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1533115331+then :
1533215332+ printf %s "(cached) " >&6
1533315333+else $as_nop
1467815334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1467915335/* end confdefs.h. */
1468015336int i;
1468115337_ACEOF
1468214682-if ac_fn_c_try_compile "$LINENO"; then :
1533815338+if ac_fn_c_try_compile "$LINENO"
1533915339+then :
1468315340 xorg_cv_cc_flag_unused_command_line_argument=yes
1468414684-else
1534115341+else $as_nop
1468515342 xorg_cv_cc_flag_unused_command_line_argument=no
1468615343fi
1468714687-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1534415344+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1468815345fi
1468914689-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1469014690-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1534615346+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1534715347+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1469115348 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1469215349 CFLAGS="$xorg_testset_save_CFLAGS"
1469315350fi
···14705153621470615363 CFLAGS="$CFLAGS -Werror=trigraphs"
14707153641470814708- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
1470914709-$as_echo_n "checking if $CC supports -Werror=trigraphs... " >&6; }
1536515365+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=trigraphs" >&5
1536615366+printf %s "checking if $CC supports -Werror=trigraphs... " >&6; }
1471015367 cacheid=xorg_cv_cc_flag__Werror_trigraphs
1471114711- if eval \${$cacheid+:} false; then :
1471214712- $as_echo_n "(cached) " >&6
1471314713-else
1536815368+ if eval test \${$cacheid+y}
1536915369+then :
1537015370+ printf %s "(cached) " >&6
1537115371+else $as_nop
1471415372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1471515373/* end confdefs.h. */
1471615374int i;
1471715375int
1471814718-main ()
1537615376+main (void)
1471915377{
14720153781472115379 ;
1472215380 return 0;
1472315381}
1472415382_ACEOF
1472514725-if ac_fn_c_try_link "$LINENO"; then :
1538315383+if ac_fn_c_try_link "$LINENO"
1538415384+then :
1472615385 eval $cacheid=yes
1472714727-else
1538615386+else $as_nop
1472815387 eval $cacheid=no
1472915388fi
1473014730-rm -f core conftest.err conftest.$ac_objext \
1538915389+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1473115390 conftest$ac_exeext conftest.$ac_ext
1473215391fi
1473315392···1473515394 CFLAGS="$xorg_testset_save_CFLAGS"
14736153951473715396 eval supported=\$$cacheid
1473814738- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1473914739-$as_echo "$supported" >&6; }
1539715397+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1539815398+printf "%s\n" "$supported" >&6; }
1474015399 if test "$supported" = "yes" ; then
1474115400 BASE_CFLAGS="$BASE_CFLAGS -Werror=trigraphs"
1474215401 found="yes"
···14761154201476215421if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1476315422 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1476414764- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1476514765-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1476614766-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1476714767- $as_echo_n "(cached) " >&6
1476814768-else
1542315423+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1542415424+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1542515425+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1542615426+then :
1542715427+ printf %s "(cached) " >&6
1542815428+else $as_nop
1476915429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1477015430/* end confdefs.h. */
1477115431int i;
1477215432_ACEOF
1477314773-if ac_fn_c_try_compile "$LINENO"; then :
1543315433+if ac_fn_c_try_compile "$LINENO"
1543415434+then :
1477415435 xorg_cv_cc_flag_unknown_warning_option=yes
1477514775-else
1543615436+else $as_nop
1477615437 xorg_cv_cc_flag_unknown_warning_option=no
1477715438fi
1477814778-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1543915439+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1477915440fi
1478014780-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1478114781-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1544115441+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1544215442+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1478215443 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1478315444 CFLAGS="$xorg_testset_save_CFLAGS"
1478415445fi
···1478815449 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1478915450 fi
1479015451 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1479114791- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1479214792-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1479314793-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1479414794- $as_echo_n "(cached) " >&6
1479514795-else
1545215452+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1545315453+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1545415454+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1545515455+then :
1545615456+ printf %s "(cached) " >&6
1545715457+else $as_nop
1479615458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1479715459/* end confdefs.h. */
1479815460int i;
1479915461_ACEOF
1480014800-if ac_fn_c_try_compile "$LINENO"; then :
1546215462+if ac_fn_c_try_compile "$LINENO"
1546315463+then :
1480115464 xorg_cv_cc_flag_unused_command_line_argument=yes
1480214802-else
1546515465+else $as_nop
1480315466 xorg_cv_cc_flag_unused_command_line_argument=no
1480415467fi
1480514805-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1546815468+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1480615469fi
1480714807-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1480814808-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1547015470+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1547115471+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1480915472 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1481015473 CFLAGS="$xorg_testset_save_CFLAGS"
1481115474fi
···14823154861482415487 CFLAGS="$CFLAGS -Werror=array-bounds"
14825154881482614826- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
1482714827-$as_echo_n "checking if $CC supports -Werror=array-bounds... " >&6; }
1548915489+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=array-bounds" >&5
1549015490+printf %s "checking if $CC supports -Werror=array-bounds... " >&6; }
1482815491 cacheid=xorg_cv_cc_flag__Werror_array_bounds
1482914829- if eval \${$cacheid+:} false; then :
1483014830- $as_echo_n "(cached) " >&6
1483114831-else
1549215492+ if eval test \${$cacheid+y}
1549315493+then :
1549415494+ printf %s "(cached) " >&6
1549515495+else $as_nop
1483215496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1483315497/* end confdefs.h. */
1483415498int i;
1483515499int
1483614836-main ()
1550015500+main (void)
1483715501{
14838155021483915503 ;
1484015504 return 0;
1484115505}
1484215506_ACEOF
1484314843-if ac_fn_c_try_link "$LINENO"; then :
1550715507+if ac_fn_c_try_link "$LINENO"
1550815508+then :
1484415509 eval $cacheid=yes
1484514845-else
1551015510+else $as_nop
1484615511 eval $cacheid=no
1484715512fi
1484814848-rm -f core conftest.err conftest.$ac_objext \
1551315513+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1484915514 conftest$ac_exeext conftest.$ac_ext
1485015515fi
1485115516···1485315518 CFLAGS="$xorg_testset_save_CFLAGS"
14854155191485515520 eval supported=\$$cacheid
1485614856- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1485714857-$as_echo "$supported" >&6; }
1552115521+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1552215522+printf "%s\n" "$supported" >&6; }
1485815523 if test "$supported" = "yes" ; then
1485915524 BASE_CFLAGS="$BASE_CFLAGS -Werror=array-bounds"
1486015525 found="yes"
···14879155441488015545if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1488115546 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1488214882- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1488314883-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1488414884-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1488514885- $as_echo_n "(cached) " >&6
1488614886-else
1554715547+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1554815548+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1554915549+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1555015550+then :
1555115551+ printf %s "(cached) " >&6
1555215552+else $as_nop
1488715553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1488815554/* end confdefs.h. */
1488915555int i;
1489015556_ACEOF
1489114891-if ac_fn_c_try_compile "$LINENO"; then :
1555715557+if ac_fn_c_try_compile "$LINENO"
1555815558+then :
1489215559 xorg_cv_cc_flag_unknown_warning_option=yes
1489314893-else
1556015560+else $as_nop
1489415561 xorg_cv_cc_flag_unknown_warning_option=no
1489515562fi
1489614896-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1556315563+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1489715564fi
1489814898-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1489914899-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1556515565+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1556615566+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1490015567 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1490115568 CFLAGS="$xorg_testset_save_CFLAGS"
1490215569fi
···1490615573 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1490715574 fi
1490815575 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1490914909- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1491014910-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1491114911-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1491214912- $as_echo_n "(cached) " >&6
1491314913-else
1557615576+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1557715577+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1557815578+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1557915579+then :
1558015580+ printf %s "(cached) " >&6
1558115581+else $as_nop
1491415582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1491515583/* end confdefs.h. */
1491615584int i;
1491715585_ACEOF
1491814918-if ac_fn_c_try_compile "$LINENO"; then :
1558615586+if ac_fn_c_try_compile "$LINENO"
1558715587+then :
1491915588 xorg_cv_cc_flag_unused_command_line_argument=yes
1492014920-else
1558915589+else $as_nop
1492115590 xorg_cv_cc_flag_unused_command_line_argument=no
1492215591fi
1492314923-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1559215592+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1492415593fi
1492514925-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1492614926-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1559415594+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1559515595+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1492715596 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1492815597 CFLAGS="$xorg_testset_save_CFLAGS"
1492915598fi
···14941156101494215611 CFLAGS="$CFLAGS -Werror=write-strings"
14943156121494414944- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
1494514945-$as_echo_n "checking if $CC supports -Werror=write-strings... " >&6; }
1561315613+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=write-strings" >&5
1561415614+printf %s "checking if $CC supports -Werror=write-strings... " >&6; }
1494615615 cacheid=xorg_cv_cc_flag__Werror_write_strings
1494714947- if eval \${$cacheid+:} false; then :
1494814948- $as_echo_n "(cached) " >&6
1494914949-else
1561615616+ if eval test \${$cacheid+y}
1561715617+then :
1561815618+ printf %s "(cached) " >&6
1561915619+else $as_nop
1495015620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1495115621/* end confdefs.h. */
1495215622int i;
1495315623int
1495414954-main ()
1562415624+main (void)
1495515625{
14956156261495715627 ;
1495815628 return 0;
1495915629}
1496015630_ACEOF
1496114961-if ac_fn_c_try_link "$LINENO"; then :
1563115631+if ac_fn_c_try_link "$LINENO"
1563215632+then :
1496215633 eval $cacheid=yes
1496314963-else
1563415634+else $as_nop
1496415635 eval $cacheid=no
1496515636fi
1496614966-rm -f core conftest.err conftest.$ac_objext \
1563715637+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1496715638 conftest$ac_exeext conftest.$ac_ext
1496815639fi
1496915640···1497115642 CFLAGS="$xorg_testset_save_CFLAGS"
14972156431497315644 eval supported=\$$cacheid
1497414974- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1497514975-$as_echo "$supported" >&6; }
1564515645+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1564615646+printf "%s\n" "$supported" >&6; }
1497615647 if test "$supported" = "yes" ; then
1497715648 BASE_CFLAGS="$BASE_CFLAGS -Werror=write-strings"
1497815649 found="yes"
···14997156681499815669if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1499915670 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1500015000- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1500115001-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1500215002-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1500315003- $as_echo_n "(cached) " >&6
1500415004-else
1567115671+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1567215672+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1567315673+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1567415674+then :
1567515675+ printf %s "(cached) " >&6
1567615676+else $as_nop
1500515677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1500615678/* end confdefs.h. */
1500715679int i;
1500815680_ACEOF
1500915009-if ac_fn_c_try_compile "$LINENO"; then :
1568115681+if ac_fn_c_try_compile "$LINENO"
1568215682+then :
1501015683 xorg_cv_cc_flag_unknown_warning_option=yes
1501115011-else
1568415684+else $as_nop
1501215685 xorg_cv_cc_flag_unknown_warning_option=no
1501315686fi
1501415014-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1568715687+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1501515688fi
1501615016-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1501715017-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1568915689+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1569015690+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1501815691 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1501915692 CFLAGS="$xorg_testset_save_CFLAGS"
1502015693fi
···1502415697 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1502515698 fi
1502615699 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1502715027- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1502815028-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1502915029-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1503015030- $as_echo_n "(cached) " >&6
1503115031-else
1570015700+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1570115701+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1570215702+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1570315703+then :
1570415704+ printf %s "(cached) " >&6
1570515705+else $as_nop
1503215706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1503315707/* end confdefs.h. */
1503415708int i;
1503515709_ACEOF
1503615036-if ac_fn_c_try_compile "$LINENO"; then :
1571015710+if ac_fn_c_try_compile "$LINENO"
1571115711+then :
1503715712 xorg_cv_cc_flag_unused_command_line_argument=yes
1503815038-else
1571315713+else $as_nop
1503915714 xorg_cv_cc_flag_unused_command_line_argument=no
1504015715fi
1504115041-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1571615716+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1504215717fi
1504315043-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1504415044-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1571815718+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1571915719+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1504515720 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1504615721 CFLAGS="$xorg_testset_save_CFLAGS"
1504715722fi
···15059157341506015735 CFLAGS="$CFLAGS -Werror=address"
15061157361506215062- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
1506315063-$as_echo_n "checking if $CC supports -Werror=address... " >&6; }
1573715737+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=address" >&5
1573815738+printf %s "checking if $CC supports -Werror=address... " >&6; }
1506415739 cacheid=xorg_cv_cc_flag__Werror_address
1506515065- if eval \${$cacheid+:} false; then :
1506615066- $as_echo_n "(cached) " >&6
1506715067-else
1574015740+ if eval test \${$cacheid+y}
1574115741+then :
1574215742+ printf %s "(cached) " >&6
1574315743+else $as_nop
1506815744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1506915745/* end confdefs.h. */
1507015746int i;
1507115747int
1507215072-main ()
1574815748+main (void)
1507315749{
15074157501507515751 ;
1507615752 return 0;
1507715753}
1507815754_ACEOF
1507915079-if ac_fn_c_try_link "$LINENO"; then :
1575515755+if ac_fn_c_try_link "$LINENO"
1575615756+then :
1508015757 eval $cacheid=yes
1508115081-else
1575815758+else $as_nop
1508215759 eval $cacheid=no
1508315760fi
1508415084-rm -f core conftest.err conftest.$ac_objext \
1576115761+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1508515762 conftest$ac_exeext conftest.$ac_ext
1508615763fi
1508715764···1508915766 CFLAGS="$xorg_testset_save_CFLAGS"
15090157671509115768 eval supported=\$$cacheid
1509215092- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1509315093-$as_echo "$supported" >&6; }
1576915769+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1577015770+printf "%s\n" "$supported" >&6; }
1509415771 if test "$supported" = "yes" ; then
1509515772 BASE_CFLAGS="$BASE_CFLAGS -Werror=address"
1509615773 found="yes"
···15115157921511615793if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1511715794 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1511815118- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1511915119-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1512015120-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1512115121- $as_echo_n "(cached) " >&6
1512215122-else
1579515795+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1579615796+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1579715797+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1579815798+then :
1579915799+ printf %s "(cached) " >&6
1580015800+else $as_nop
1512315801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1512415802/* end confdefs.h. */
1512515803int i;
1512615804_ACEOF
1512715127-if ac_fn_c_try_compile "$LINENO"; then :
1580515805+if ac_fn_c_try_compile "$LINENO"
1580615806+then :
1512815807 xorg_cv_cc_flag_unknown_warning_option=yes
1512915129-else
1580815808+else $as_nop
1513015809 xorg_cv_cc_flag_unknown_warning_option=no
1513115810fi
1513215132-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1581115811+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1513315812fi
1513415134-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1513515135-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1581315813+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1581415814+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1513615815 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1513715816 CFLAGS="$xorg_testset_save_CFLAGS"
1513815817fi
···1514215821 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1514315822 fi
1514415823 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1514515145- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1514615146-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1514715147-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1514815148- $as_echo_n "(cached) " >&6
1514915149-else
1582415824+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1582515825+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1582615826+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1582715827+then :
1582815828+ printf %s "(cached) " >&6
1582915829+else $as_nop
1515015830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1515115831/* end confdefs.h. */
1515215832int i;
1515315833_ACEOF
1515415154-if ac_fn_c_try_compile "$LINENO"; then :
1583415834+if ac_fn_c_try_compile "$LINENO"
1583515835+then :
1515515836 xorg_cv_cc_flag_unused_command_line_argument=yes
1515615156-else
1583715837+else $as_nop
1515715838 xorg_cv_cc_flag_unused_command_line_argument=no
1515815839fi
1515915159-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1584015840+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1516015841fi
1516115161-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1516215162-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1584215842+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1584315843+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1516315844 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1516415845 CFLAGS="$xorg_testset_save_CFLAGS"
1516515846fi
···15177158581517815859 CFLAGS="$CFLAGS -Werror=int-to-pointer-cast"
15179158601518015180- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
1518115181-$as_echo_n "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
1586115861+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=int-to-pointer-cast" >&5
1586215862+printf %s "checking if $CC supports -Werror=int-to-pointer-cast... " >&6; }
1518215863 cacheid=xorg_cv_cc_flag__Werror_int_to_pointer_cast
1518315183- if eval \${$cacheid+:} false; then :
1518415184- $as_echo_n "(cached) " >&6
1518515185-else
1586415864+ if eval test \${$cacheid+y}
1586515865+then :
1586615866+ printf %s "(cached) " >&6
1586715867+else $as_nop
1518615868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1518715869/* end confdefs.h. */
1518815870int i;
1518915871int
1519015190-main ()
1587215872+main (void)
1519115873{
15192158741519315875 ;
1519415876 return 0;
1519515877}
1519615878_ACEOF
1519715197-if ac_fn_c_try_link "$LINENO"; then :
1587915879+if ac_fn_c_try_link "$LINENO"
1588015880+then :
1519815881 eval $cacheid=yes
1519915199-else
1588215882+else $as_nop
1520015883 eval $cacheid=no
1520115884fi
1520215202-rm -f core conftest.err conftest.$ac_objext \
1588515885+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1520315886 conftest$ac_exeext conftest.$ac_ext
1520415887fi
1520515888···1520715890 CFLAGS="$xorg_testset_save_CFLAGS"
15208158911520915892 eval supported=\$$cacheid
1521015210- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1521115211-$as_echo "$supported" >&6; }
1589315893+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1589415894+printf "%s\n" "$supported" >&6; }
1521215895 if test "$supported" = "yes" ; then
1521315896 BASE_CFLAGS="$BASE_CFLAGS -Werror=int-to-pointer-cast"
1521415897 found="yes"
···15226159091522715910 CFLAGS="$CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
15228159111522915229- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
1523015230-$as_echo_n "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
1591215912+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION" >&5
1591315913+printf %s "checking if $CC supports -errwarn=E_BAD_PTR_INT_COMBINATION... " >&6; }
1523115914 cacheid=xorg_cv_cc_flag__errwarn_E_BAD_PTR_INT_COMBINATION
1523215232- if eval \${$cacheid+:} false; then :
1523315233- $as_echo_n "(cached) " >&6
1523415234-else
1591515915+ if eval test \${$cacheid+y}
1591615916+then :
1591715917+ printf %s "(cached) " >&6
1591815918+else $as_nop
1523515919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1523615920/* end confdefs.h. */
1523715921int i;
1523815922int
1523915239-main ()
1592315923+main (void)
1524015924{
15241159251524215926 ;
1524315927 return 0;
1524415928}
1524515929_ACEOF
1524615246-if ac_fn_c_try_link "$LINENO"; then :
1593015930+if ac_fn_c_try_link "$LINENO"
1593115931+then :
1524715932 eval $cacheid=yes
1524815248-else
1593315933+else $as_nop
1524915934 eval $cacheid=no
1525015935fi
1525115251-rm -f core conftest.err conftest.$ac_objext \
1593615936+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1525215937 conftest$ac_exeext conftest.$ac_ext
1525315938fi
1525415939···1525615941 CFLAGS="$xorg_testset_save_CFLAGS"
15257159421525815943 eval supported=\$$cacheid
1525915259- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1526015260-$as_echo "$supported" >&6; }
1594415944+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1594515945+printf "%s\n" "$supported" >&6; }
1526115946 if test "$supported" = "yes" ; then
1526215947 BASE_CFLAGS="$BASE_CFLAGS -errwarn=E_BAD_PTR_INT_COMBINATION"
1526315948 found="yes"
···15282159671528315968if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1528415969 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1528515285- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1528615286-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1528715287-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1528815288- $as_echo_n "(cached) " >&6
1528915289-else
1597015970+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1597115971+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1597215972+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1597315973+then :
1597415974+ printf %s "(cached) " >&6
1597515975+else $as_nop
1529015976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1529115977/* end confdefs.h. */
1529215978int i;
1529315979_ACEOF
1529415294-if ac_fn_c_try_compile "$LINENO"; then :
1598015980+if ac_fn_c_try_compile "$LINENO"
1598115981+then :
1529515982 xorg_cv_cc_flag_unknown_warning_option=yes
1529615296-else
1598315983+else $as_nop
1529715984 xorg_cv_cc_flag_unknown_warning_option=no
1529815985fi
1529915299-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1598615986+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1530015987fi
1530115301-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1530215302-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1598815988+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1598915989+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1530315990 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1530415991 CFLAGS="$xorg_testset_save_CFLAGS"
1530515992fi
···1530915996 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1531015997 fi
1531115998 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1531215312- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1531315313-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1531415314-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1531515315- $as_echo_n "(cached) " >&6
1531615316-else
1599915999+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1600016000+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1600116001+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1600216002+then :
1600316003+ printf %s "(cached) " >&6
1600416004+else $as_nop
1531716005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1531816006/* end confdefs.h. */
1531916007int i;
1532016008_ACEOF
1532115321-if ac_fn_c_try_compile "$LINENO"; then :
1600916009+if ac_fn_c_try_compile "$LINENO"
1601016010+then :
1532216011 xorg_cv_cc_flag_unused_command_line_argument=yes
1532315323-else
1601216012+else $as_nop
1532416013 xorg_cv_cc_flag_unused_command_line_argument=no
1532516014fi
1532615326-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1601516015+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1532716016fi
1532815328-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1532915329-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1601716017+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1601816018+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1533016019 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1533116020 CFLAGS="$xorg_testset_save_CFLAGS"
1533216021fi
···15344160331534516034 CFLAGS="$CFLAGS -Werror=pointer-to-int-cast"
15346160351534715347- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
1534815348-$as_echo_n "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
1603616036+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=pointer-to-int-cast" >&5
1603716037+printf %s "checking if $CC supports -Werror=pointer-to-int-cast... " >&6; }
1534916038 cacheid=xorg_cv_cc_flag__Werror_pointer_to_int_cast
1535015350- if eval \${$cacheid+:} false; then :
1535115351- $as_echo_n "(cached) " >&6
1535215352-else
1603916039+ if eval test \${$cacheid+y}
1604016040+then :
1604116041+ printf %s "(cached) " >&6
1604216042+else $as_nop
1535316043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1535416044/* end confdefs.h. */
1535516045int i;
1535616046int
1535715357-main ()
1604716047+main (void)
1535816048{
15359160491536016050 ;
1536116051 return 0;
1536216052}
1536316053_ACEOF
1536415364-if ac_fn_c_try_link "$LINENO"; then :
1605416054+if ac_fn_c_try_link "$LINENO"
1605516055+then :
1536516056 eval $cacheid=yes
1536615366-else
1605716057+else $as_nop
1536716058 eval $cacheid=no
1536816059fi
1536915369-rm -f core conftest.err conftest.$ac_objext \
1606016060+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1537016061 conftest$ac_exeext conftest.$ac_ext
1537116062fi
1537216063···1537416065 CFLAGS="$xorg_testset_save_CFLAGS"
15375160661537616067 eval supported=\$$cacheid
1537715377- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1537815378-$as_echo "$supported" >&6; }
1606816068+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1606916069+printf "%s\n" "$supported" >&6; }
1537916070 if test "$supported" = "yes" ; then
1538016071 BASE_CFLAGS="$BASE_CFLAGS -Werror=pointer-to-int-cast"
1538116072 found="yes"
···15384160751538516076 # Also -errwarn=E_BAD_PTR_INT_COMBINATION
1538616077else
1538715387-{ $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
1538815388-$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;}
1607816078+{ 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
1607916079+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;}
153891608015390160811539116082···15403160941540416095if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1540516096 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1540615406- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1540715407-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1540815408-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1540915409- $as_echo_n "(cached) " >&6
1541015410-else
1609716097+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1609816098+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1609916099+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1610016100+then :
1610116101+ printf %s "(cached) " >&6
1610216102+else $as_nop
1541116103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1541216104/* end confdefs.h. */
1541316105int i;
1541416106_ACEOF
1541515415-if ac_fn_c_try_compile "$LINENO"; then :
1610716107+if ac_fn_c_try_compile "$LINENO"
1610816108+then :
1541616109 xorg_cv_cc_flag_unknown_warning_option=yes
1541715417-else
1611016110+else $as_nop
1541816111 xorg_cv_cc_flag_unknown_warning_option=no
1541916112fi
1542015420-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1611316113+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1542116114fi
1542215422-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1542315423-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1611516115+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1611616116+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1542416117 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1542516118 CFLAGS="$xorg_testset_save_CFLAGS"
1542616119fi
···1543016123 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1543116124 fi
1543216125 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1543315433- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1543415434-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1543515435-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1543615436- $as_echo_n "(cached) " >&6
1543715437-else
1612616126+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1612716127+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1612816128+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1612916129+then :
1613016130+ printf %s "(cached) " >&6
1613116131+else $as_nop
1543816132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1543916133/* end confdefs.h. */
1544016134int i;
1544116135_ACEOF
1544215442-if ac_fn_c_try_compile "$LINENO"; then :
1613616136+if ac_fn_c_try_compile "$LINENO"
1613716137+then :
1544316138 xorg_cv_cc_flag_unused_command_line_argument=yes
1544415444-else
1613916139+else $as_nop
1544516140 xorg_cv_cc_flag_unused_command_line_argument=no
1544616141fi
1544715447-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1614216142+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1544816143fi
1544915449-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1545015450-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1614416144+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1614516145+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1545116146 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1545216147 CFLAGS="$xorg_testset_save_CFLAGS"
1545316148fi
···15465161601546616161 CFLAGS="$CFLAGS -Wimplicit"
15467161621546815468- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
1546915469-$as_echo_n "checking if $CC supports -Wimplicit... " >&6; }
1616316163+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wimplicit" >&5
1616416164+printf %s "checking if $CC supports -Wimplicit... " >&6; }
1547016165 cacheid=xorg_cv_cc_flag__Wimplicit
1547115471- if eval \${$cacheid+:} false; then :
1547215472- $as_echo_n "(cached) " >&6
1547315473-else
1616616166+ if eval test \${$cacheid+y}
1616716167+then :
1616816168+ printf %s "(cached) " >&6
1616916169+else $as_nop
1547416170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1547516171/* end confdefs.h. */
1547616172int i;
1547716173int
1547815478-main ()
1617416174+main (void)
1547916175{
15480161761548116177 ;
1548216178 return 0;
1548316179}
1548416180_ACEOF
1548515485-if ac_fn_c_try_link "$LINENO"; then :
1618116181+if ac_fn_c_try_link "$LINENO"
1618216182+then :
1548616183 eval $cacheid=yes
1548715487-else
1618416184+else $as_nop
1548816185 eval $cacheid=no
1548916186fi
1549015490-rm -f core conftest.err conftest.$ac_objext \
1618716187+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1549116188 conftest$ac_exeext conftest.$ac_ext
1549216189fi
1549316190···1549516192 CFLAGS="$xorg_testset_save_CFLAGS"
15496161931549716194 eval supported=\$$cacheid
1549815498- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1549915499-$as_echo "$supported" >&6; }
1619516195+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1619616196+printf "%s\n" "$supported" >&6; }
1550016197 if test "$supported" = "yes" ; then
1550116198 BASE_CFLAGS="$BASE_CFLAGS -Wimplicit"
1550216199 found="yes"
···15521162181552216219if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1552316220 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1552415524- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1552515525-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1552615526-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1552715527- $as_echo_n "(cached) " >&6
1552815528-else
1622116221+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1622216222+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1622316223+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1622416224+then :
1622516225+ printf %s "(cached) " >&6
1622616226+else $as_nop
1552916227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1553016228/* end confdefs.h. */
1553116229int i;
1553216230_ACEOF
1553315533-if ac_fn_c_try_compile "$LINENO"; then :
1623116231+if ac_fn_c_try_compile "$LINENO"
1623216232+then :
1553416233 xorg_cv_cc_flag_unknown_warning_option=yes
1553515535-else
1623416234+else $as_nop
1553616235 xorg_cv_cc_flag_unknown_warning_option=no
1553716236fi
1553815538-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1623716237+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1553916238fi
1554015540-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1554115541-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1623916239+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1624016240+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1554216241 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1554316242 CFLAGS="$xorg_testset_save_CFLAGS"
1554416243fi
···1554816247 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1554916248 fi
1555016249 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1555115551- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1555215552-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1555315553-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1555415554- $as_echo_n "(cached) " >&6
1555515555-else
1625016250+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1625116251+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1625216252+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1625316253+then :
1625416254+ printf %s "(cached) " >&6
1625516255+else $as_nop
1555616256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1555716257/* end confdefs.h. */
1555816258int i;
1555916259_ACEOF
1556015560-if ac_fn_c_try_compile "$LINENO"; then :
1626016260+if ac_fn_c_try_compile "$LINENO"
1626116261+then :
1556116262 xorg_cv_cc_flag_unused_command_line_argument=yes
1556215562-else
1626316263+else $as_nop
1556316264 xorg_cv_cc_flag_unused_command_line_argument=no
1556416265fi
1556515565-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1626616266+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1556616267fi
1556715567-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1556815568-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1626816268+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1626916269+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1556916270 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1557016271 CFLAGS="$xorg_testset_save_CFLAGS"
1557116272fi
···15583162841558416285 CFLAGS="$CFLAGS -Wnonnull"
15585162861558615586- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
1558715587-$as_echo_n "checking if $CC supports -Wnonnull... " >&6; }
1628716287+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wnonnull" >&5
1628816288+printf %s "checking if $CC supports -Wnonnull... " >&6; }
1558816289 cacheid=xorg_cv_cc_flag__Wnonnull
1558915589- if eval \${$cacheid+:} false; then :
1559015590- $as_echo_n "(cached) " >&6
1559115591-else
1629016290+ if eval test \${$cacheid+y}
1629116291+then :
1629216292+ printf %s "(cached) " >&6
1629316293+else $as_nop
1559216294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1559316295/* end confdefs.h. */
1559416296int i;
1559516297int
1559615596-main ()
1629816298+main (void)
1559716299{
15598163001559916301 ;
1560016302 return 0;
1560116303}
1560216304_ACEOF
1560315603-if ac_fn_c_try_link "$LINENO"; then :
1630516305+if ac_fn_c_try_link "$LINENO"
1630616306+then :
1560416307 eval $cacheid=yes
1560515605-else
1630816308+else $as_nop
1560616309 eval $cacheid=no
1560716310fi
1560815608-rm -f core conftest.err conftest.$ac_objext \
1631116311+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1560916312 conftest$ac_exeext conftest.$ac_ext
1561016313fi
1561116314···1561316316 CFLAGS="$xorg_testset_save_CFLAGS"
15614163171561516318 eval supported=\$$cacheid
1561615616- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1561715617-$as_echo "$supported" >&6; }
1631916319+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1632016320+printf "%s\n" "$supported" >&6; }
1561816321 if test "$supported" = "yes" ; then
1561916322 BASE_CFLAGS="$BASE_CFLAGS -Wnonnull"
1562016323 found="yes"
···15639163421564016343if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1564116344 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1564215642- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1564315643-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1564415644-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1564515645- $as_echo_n "(cached) " >&6
1564615646-else
1634516345+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1634616346+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1634716347+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1634816348+then :
1634916349+ printf %s "(cached) " >&6
1635016350+else $as_nop
1564716351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1564816352/* end confdefs.h. */
1564916353int i;
1565016354_ACEOF
1565115651-if ac_fn_c_try_compile "$LINENO"; then :
1635516355+if ac_fn_c_try_compile "$LINENO"
1635616356+then :
1565216357 xorg_cv_cc_flag_unknown_warning_option=yes
1565315653-else
1635816358+else $as_nop
1565416359 xorg_cv_cc_flag_unknown_warning_option=no
1565516360fi
1565615656-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1636116361+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1565716362fi
1565815658-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1565915659-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1636316363+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1636416364+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1566016365 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1566116366 CFLAGS="$xorg_testset_save_CFLAGS"
1566216367fi
···1566616371 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1566716372 fi
1566816373 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1566915669- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1567015670-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1567115671-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1567215672- $as_echo_n "(cached) " >&6
1567315673-else
1637416374+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1637516375+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1637616376+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1637716377+then :
1637816378+ printf %s "(cached) " >&6
1637916379+else $as_nop
1567416380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1567516381/* end confdefs.h. */
1567616382int i;
1567716383_ACEOF
1567815678-if ac_fn_c_try_compile "$LINENO"; then :
1638416384+if ac_fn_c_try_compile "$LINENO"
1638516385+then :
1567916386 xorg_cv_cc_flag_unused_command_line_argument=yes
1568015680-else
1638716387+else $as_nop
1568116388 xorg_cv_cc_flag_unused_command_line_argument=no
1568216389fi
1568315683-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1639016390+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1568416391fi
1568515685-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1568615686-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1639216392+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1639316393+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1568716394 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1568816395 CFLAGS="$xorg_testset_save_CFLAGS"
1568916396fi
···15701164081570216409 CFLAGS="$CFLAGS -Winit-self"
15703164101570415704- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
1570515705-$as_echo_n "checking if $CC supports -Winit-self... " >&6; }
1641116411+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Winit-self" >&5
1641216412+printf %s "checking if $CC supports -Winit-self... " >&6; }
1570616413 cacheid=xorg_cv_cc_flag__Winit_self
1570715707- if eval \${$cacheid+:} false; then :
1570815708- $as_echo_n "(cached) " >&6
1570915709-else
1641416414+ if eval test \${$cacheid+y}
1641516415+then :
1641616416+ printf %s "(cached) " >&6
1641716417+else $as_nop
1571016418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1571116419/* end confdefs.h. */
1571216420int i;
1571316421int
1571415714-main ()
1642216422+main (void)
1571516423{
15716164241571716425 ;
1571816426 return 0;
1571916427}
1572016428_ACEOF
1572115721-if ac_fn_c_try_link "$LINENO"; then :
1642916429+if ac_fn_c_try_link "$LINENO"
1643016430+then :
1572216431 eval $cacheid=yes
1572315723-else
1643216432+else $as_nop
1572416433 eval $cacheid=no
1572516434fi
1572615726-rm -f core conftest.err conftest.$ac_objext \
1643516435+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1572716436 conftest$ac_exeext conftest.$ac_ext
1572816437fi
1572916438···1573116440 CFLAGS="$xorg_testset_save_CFLAGS"
15732164411573316442 eval supported=\$$cacheid
1573415734- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1573515735-$as_echo "$supported" >&6; }
1644316443+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1644416444+printf "%s\n" "$supported" >&6; }
1573616445 if test "$supported" = "yes" ; then
1573716446 BASE_CFLAGS="$BASE_CFLAGS -Winit-self"
1573816447 found="yes"
···15757164661575816467if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1575916468 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1576015760- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1576115761-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1576215762-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1576315763- $as_echo_n "(cached) " >&6
1576415764-else
1646916469+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1647016470+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1647116471+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1647216472+then :
1647316473+ printf %s "(cached) " >&6
1647416474+else $as_nop
1576516475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1576616476/* end confdefs.h. */
1576716477int i;
1576816478_ACEOF
1576915769-if ac_fn_c_try_compile "$LINENO"; then :
1647916479+if ac_fn_c_try_compile "$LINENO"
1648016480+then :
1577016481 xorg_cv_cc_flag_unknown_warning_option=yes
1577115771-else
1648216482+else $as_nop
1577216483 xorg_cv_cc_flag_unknown_warning_option=no
1577316484fi
1577415774-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1648516485+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1577516486fi
1577615776-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1577715777-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1648716487+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1648816488+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1577816489 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1577916490 CFLAGS="$xorg_testset_save_CFLAGS"
1578016491fi
···1578416495 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1578516496 fi
1578616497 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1578715787- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1578815788-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1578915789-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1579015790- $as_echo_n "(cached) " >&6
1579115791-else
1649816498+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1649916499+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1650016500+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1650116501+then :
1650216502+ printf %s "(cached) " >&6
1650316503+else $as_nop
1579216504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1579316505/* end confdefs.h. */
1579416506int i;
1579516507_ACEOF
1579615796-if ac_fn_c_try_compile "$LINENO"; then :
1650816508+if ac_fn_c_try_compile "$LINENO"
1650916509+then :
1579716510 xorg_cv_cc_flag_unused_command_line_argument=yes
1579815798-else
1651116511+else $as_nop
1579916512 xorg_cv_cc_flag_unused_command_line_argument=no
1580016513fi
1580115801-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1651416514+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1580216515fi
1580315803-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1580415804-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1651616516+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1651716517+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1580516518 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1580616519 CFLAGS="$xorg_testset_save_CFLAGS"
1580716520fi
···15819165321582016533 CFLAGS="$CFLAGS -Wmain"
15821165341582215822- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
1582315823-$as_echo_n "checking if $CC supports -Wmain... " >&6; }
1653516535+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmain" >&5
1653616536+printf %s "checking if $CC supports -Wmain... " >&6; }
1582416537 cacheid=xorg_cv_cc_flag__Wmain
1582515825- if eval \${$cacheid+:} false; then :
1582615826- $as_echo_n "(cached) " >&6
1582715827-else
1653816538+ if eval test \${$cacheid+y}
1653916539+then :
1654016540+ printf %s "(cached) " >&6
1654116541+else $as_nop
1582816542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1582916543/* end confdefs.h. */
1583016544int i;
1583116545int
1583215832-main ()
1654616546+main (void)
1583316547{
15834165481583516549 ;
1583616550 return 0;
1583716551}
1583816552_ACEOF
1583915839-if ac_fn_c_try_link "$LINENO"; then :
1655316553+if ac_fn_c_try_link "$LINENO"
1655416554+then :
1584016555 eval $cacheid=yes
1584115841-else
1655616556+else $as_nop
1584216557 eval $cacheid=no
1584316558fi
1584415844-rm -f core conftest.err conftest.$ac_objext \
1655916559+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1584516560 conftest$ac_exeext conftest.$ac_ext
1584616561fi
1584716562···1584916564 CFLAGS="$xorg_testset_save_CFLAGS"
15850165651585116566 eval supported=\$$cacheid
1585215852- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1585315853-$as_echo "$supported" >&6; }
1656716567+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1656816568+printf "%s\n" "$supported" >&6; }
1585416569 if test "$supported" = "yes" ; then
1585516570 BASE_CFLAGS="$BASE_CFLAGS -Wmain"
1585616571 found="yes"
···15875165901587616591if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1587716592 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1587815878- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1587915879-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1588015880-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1588115881- $as_echo_n "(cached) " >&6
1588215882-else
1659316593+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1659416594+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1659516595+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1659616596+then :
1659716597+ printf %s "(cached) " >&6
1659816598+else $as_nop
1588316599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1588416600/* end confdefs.h. */
1588516601int i;
1588616602_ACEOF
1588715887-if ac_fn_c_try_compile "$LINENO"; then :
1660316603+if ac_fn_c_try_compile "$LINENO"
1660416604+then :
1588816605 xorg_cv_cc_flag_unknown_warning_option=yes
1588915889-else
1660616606+else $as_nop
1589016607 xorg_cv_cc_flag_unknown_warning_option=no
1589116608fi
1589215892-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1660916609+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1589316610fi
1589415894-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1589515895-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1661116611+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1661216612+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1589616613 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1589716614 CFLAGS="$xorg_testset_save_CFLAGS"
1589816615fi
···1590216619 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1590316620 fi
1590416621 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1590515905- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1590615906-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1590715907-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1590815908- $as_echo_n "(cached) " >&6
1590915909-else
1662216622+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1662316623+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1662416624+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1662516625+then :
1662616626+ printf %s "(cached) " >&6
1662716627+else $as_nop
1591016628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1591116629/* end confdefs.h. */
1591216630int i;
1591316631_ACEOF
1591415914-if ac_fn_c_try_compile "$LINENO"; then :
1663216632+if ac_fn_c_try_compile "$LINENO"
1663316633+then :
1591516634 xorg_cv_cc_flag_unused_command_line_argument=yes
1591615916-else
1663516635+else $as_nop
1591716636 xorg_cv_cc_flag_unused_command_line_argument=no
1591816637fi
1591915919-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1663816638+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1592016639fi
1592115921-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1592215922-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1664016640+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1664116641+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1592316642 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1592416643 CFLAGS="$xorg_testset_save_CFLAGS"
1592516644fi
···15937166561593816657 CFLAGS="$CFLAGS -Wmissing-braces"
15939166581594015940- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
1594115941-$as_echo_n "checking if $CC supports -Wmissing-braces... " >&6; }
1665916659+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wmissing-braces" >&5
1666016660+printf %s "checking if $CC supports -Wmissing-braces... " >&6; }
1594216661 cacheid=xorg_cv_cc_flag__Wmissing_braces
1594315943- if eval \${$cacheid+:} false; then :
1594415944- $as_echo_n "(cached) " >&6
1594515945-else
1666216662+ if eval test \${$cacheid+y}
1666316663+then :
1666416664+ printf %s "(cached) " >&6
1666516665+else $as_nop
1594616666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1594716667/* end confdefs.h. */
1594816668int i;
1594916669int
1595015950-main ()
1667016670+main (void)
1595116671{
15952166721595316673 ;
1595416674 return 0;
1595516675}
1595616676_ACEOF
1595715957-if ac_fn_c_try_link "$LINENO"; then :
1667716677+if ac_fn_c_try_link "$LINENO"
1667816678+then :
1595816679 eval $cacheid=yes
1595915959-else
1668016680+else $as_nop
1596016681 eval $cacheid=no
1596116682fi
1596215962-rm -f core conftest.err conftest.$ac_objext \
1668316683+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1596316684 conftest$ac_exeext conftest.$ac_ext
1596416685fi
1596516686···1596716688 CFLAGS="$xorg_testset_save_CFLAGS"
15968166891596916690 eval supported=\$$cacheid
1597015970- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1597115971-$as_echo "$supported" >&6; }
1669116691+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1669216692+printf "%s\n" "$supported" >&6; }
1597216693 if test "$supported" = "yes" ; then
1597316694 BASE_CFLAGS="$BASE_CFLAGS -Wmissing-braces"
1597416695 found="yes"
···15993167141599416715if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1599516716 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1599615996- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1599715997-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1599815998-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1599915999- $as_echo_n "(cached) " >&6
1600016000-else
1671716717+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1671816718+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1671916719+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1672016720+then :
1672116721+ printf %s "(cached) " >&6
1672216722+else $as_nop
1600116723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1600216724/* end confdefs.h. */
1600316725int i;
1600416726_ACEOF
1600516005-if ac_fn_c_try_compile "$LINENO"; then :
1672716727+if ac_fn_c_try_compile "$LINENO"
1672816728+then :
1600616729 xorg_cv_cc_flag_unknown_warning_option=yes
1600716007-else
1673016730+else $as_nop
1600816731 xorg_cv_cc_flag_unknown_warning_option=no
1600916732fi
1601016010-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1673316733+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1601116734fi
1601216012-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1601316013-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1673516735+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1673616736+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1601416737 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1601516738 CFLAGS="$xorg_testset_save_CFLAGS"
1601616739fi
···1602016743 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1602116744 fi
1602216745 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1602316023- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1602416024-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1602516025-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1602616026- $as_echo_n "(cached) " >&6
1602716027-else
1674616746+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1674716747+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1674816748+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1674916749+then :
1675016750+ printf %s "(cached) " >&6
1675116751+else $as_nop
1602816752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1602916753/* end confdefs.h. */
1603016754int i;
1603116755_ACEOF
1603216032-if ac_fn_c_try_compile "$LINENO"; then :
1675616756+if ac_fn_c_try_compile "$LINENO"
1675716757+then :
1603316758 xorg_cv_cc_flag_unused_command_line_argument=yes
1603416034-else
1675916759+else $as_nop
1603516760 xorg_cv_cc_flag_unused_command_line_argument=no
1603616761fi
1603716037-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1676216762+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1603816763fi
1603916039-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1604016040-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1676416764+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1676516765+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1604116766 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1604216767 CFLAGS="$xorg_testset_save_CFLAGS"
1604316768fi
···16055167801605616781 CFLAGS="$CFLAGS -Wsequence-point"
16057167821605816058- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
1605916059-$as_echo_n "checking if $CC supports -Wsequence-point... " >&6; }
1678316783+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wsequence-point" >&5
1678416784+printf %s "checking if $CC supports -Wsequence-point... " >&6; }
1606016785 cacheid=xorg_cv_cc_flag__Wsequence_point
1606116061- if eval \${$cacheid+:} false; then :
1606216062- $as_echo_n "(cached) " >&6
1606316063-else
1678616786+ if eval test \${$cacheid+y}
1678716787+then :
1678816788+ printf %s "(cached) " >&6
1678916789+else $as_nop
1606416790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1606516791/* end confdefs.h. */
1606616792int i;
1606716793int
1606816068-main ()
1679416794+main (void)
1606916795{
16070167961607116797 ;
1607216798 return 0;
1607316799}
1607416800_ACEOF
1607516075-if ac_fn_c_try_link "$LINENO"; then :
1680116801+if ac_fn_c_try_link "$LINENO"
1680216802+then :
1607616803 eval $cacheid=yes
1607716077-else
1680416804+else $as_nop
1607816805 eval $cacheid=no
1607916806fi
1608016080-rm -f core conftest.err conftest.$ac_objext \
1680716807+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1608116808 conftest$ac_exeext conftest.$ac_ext
1608216809fi
1608316810···1608516812 CFLAGS="$xorg_testset_save_CFLAGS"
16086168131608716814 eval supported=\$$cacheid
1608816088- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1608916089-$as_echo "$supported" >&6; }
1681516815+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1681616816+printf "%s\n" "$supported" >&6; }
1609016817 if test "$supported" = "yes" ; then
1609116818 BASE_CFLAGS="$BASE_CFLAGS -Wsequence-point"
1609216819 found="yes"
···16111168381611216839if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1611316840 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1611416114- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1611516115-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1611616116-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1611716117- $as_echo_n "(cached) " >&6
1611816118-else
1684116841+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1684216842+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1684316843+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1684416844+then :
1684516845+ printf %s "(cached) " >&6
1684616846+else $as_nop
1611916847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1612016848/* end confdefs.h. */
1612116849int i;
1612216850_ACEOF
1612316123-if ac_fn_c_try_compile "$LINENO"; then :
1685116851+if ac_fn_c_try_compile "$LINENO"
1685216852+then :
1612416853 xorg_cv_cc_flag_unknown_warning_option=yes
1612516125-else
1685416854+else $as_nop
1612616855 xorg_cv_cc_flag_unknown_warning_option=no
1612716856fi
1612816128-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1685716857+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1612916858fi
1613016130-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1613116131-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1685916859+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1686016860+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1613216861 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1613316862 CFLAGS="$xorg_testset_save_CFLAGS"
1613416863fi
···1613816867 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1613916868 fi
1614016869 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1614116141- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1614216142-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1614316143-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1614416144- $as_echo_n "(cached) " >&6
1614516145-else
1687016870+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1687116871+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1687216872+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1687316873+then :
1687416874+ printf %s "(cached) " >&6
1687516875+else $as_nop
1614616876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1614716877/* end confdefs.h. */
1614816878int i;
1614916879_ACEOF
1615016150-if ac_fn_c_try_compile "$LINENO"; then :
1688016880+if ac_fn_c_try_compile "$LINENO"
1688116881+then :
1615116882 xorg_cv_cc_flag_unused_command_line_argument=yes
1615216152-else
1688316883+else $as_nop
1615316884 xorg_cv_cc_flag_unused_command_line_argument=no
1615416885fi
1615516155-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1688616886+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1615616887fi
1615716157-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1615816158-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1688816888+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1688916889+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1615916890 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1616016891 CFLAGS="$xorg_testset_save_CFLAGS"
1616116892fi
···16173169041617416905 CFLAGS="$CFLAGS -Wreturn-type"
16175169061617616176- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
1617716177-$as_echo_n "checking if $CC supports -Wreturn-type... " >&6; }
1690716907+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wreturn-type" >&5
1690816908+printf %s "checking if $CC supports -Wreturn-type... " >&6; }
1617816909 cacheid=xorg_cv_cc_flag__Wreturn_type
1617916179- if eval \${$cacheid+:} false; then :
1618016180- $as_echo_n "(cached) " >&6
1618116181-else
1691016910+ if eval test \${$cacheid+y}
1691116911+then :
1691216912+ printf %s "(cached) " >&6
1691316913+else $as_nop
1618216914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1618316915/* end confdefs.h. */
1618416916int i;
1618516917int
1618616186-main ()
1691816918+main (void)
1618716919{
16188169201618916921 ;
1619016922 return 0;
1619116923}
1619216924_ACEOF
1619316193-if ac_fn_c_try_link "$LINENO"; then :
1692516925+if ac_fn_c_try_link "$LINENO"
1692616926+then :
1619416927 eval $cacheid=yes
1619516195-else
1692816928+else $as_nop
1619616929 eval $cacheid=no
1619716930fi
1619816198-rm -f core conftest.err conftest.$ac_objext \
1693116931+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1619916932 conftest$ac_exeext conftest.$ac_ext
1620016933fi
1620116934···1620316936 CFLAGS="$xorg_testset_save_CFLAGS"
16204169371620516938 eval supported=\$$cacheid
1620616206- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1620716207-$as_echo "$supported" >&6; }
1693916939+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1694016940+printf "%s\n" "$supported" >&6; }
1620816941 if test "$supported" = "yes" ; then
1620916942 BASE_CFLAGS="$BASE_CFLAGS -Wreturn-type"
1621016943 found="yes"
···16229169621623016963if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1623116964 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1623216232- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1623316233-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1623416234-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1623516235- $as_echo_n "(cached) " >&6
1623616236-else
1696516965+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1696616966+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1696716967+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1696816968+then :
1696916969+ printf %s "(cached) " >&6
1697016970+else $as_nop
1623716971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1623816972/* end confdefs.h. */
1623916973int i;
1624016974_ACEOF
1624116241-if ac_fn_c_try_compile "$LINENO"; then :
1697516975+if ac_fn_c_try_compile "$LINENO"
1697616976+then :
1624216977 xorg_cv_cc_flag_unknown_warning_option=yes
1624316243-else
1697816978+else $as_nop
1624416979 xorg_cv_cc_flag_unknown_warning_option=no
1624516980fi
1624616246-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1698116981+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1624716982fi
1624816248-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1624916249-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1698316983+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1698416984+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1625016985 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1625116986 CFLAGS="$xorg_testset_save_CFLAGS"
1625216987fi
···1625616991 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1625716992 fi
1625816993 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1625916259- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1626016260-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1626116261-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1626216262- $as_echo_n "(cached) " >&6
1626316263-else
1699416994+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1699516995+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1699616996+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1699716997+then :
1699816998+ printf %s "(cached) " >&6
1699916999+else $as_nop
1626417000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1626517001/* end confdefs.h. */
1626617002int i;
1626717003_ACEOF
1626816268-if ac_fn_c_try_compile "$LINENO"; then :
1700417004+if ac_fn_c_try_compile "$LINENO"
1700517005+then :
1626917006 xorg_cv_cc_flag_unused_command_line_argument=yes
1627016270-else
1700717007+else $as_nop
1627117008 xorg_cv_cc_flag_unused_command_line_argument=no
1627217009fi
1627316273-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1701017010+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1627417011fi
1627516275-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1627616276-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1701217012+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1701317013+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1627717014 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1627817015 CFLAGS="$xorg_testset_save_CFLAGS"
1627917016fi
···16291170281629217029 CFLAGS="$CFLAGS -Wtrigraphs"
16293170301629416294- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
1629516295-$as_echo_n "checking if $CC supports -Wtrigraphs... " >&6; }
1703117031+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wtrigraphs" >&5
1703217032+printf %s "checking if $CC supports -Wtrigraphs... " >&6; }
1629617033 cacheid=xorg_cv_cc_flag__Wtrigraphs
1629716297- if eval \${$cacheid+:} false; then :
1629816298- $as_echo_n "(cached) " >&6
1629916299-else
1703417034+ if eval test \${$cacheid+y}
1703517035+then :
1703617036+ printf %s "(cached) " >&6
1703717037+else $as_nop
1630017038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1630117039/* end confdefs.h. */
1630217040int i;
1630317041int
1630416304-main ()
1704217042+main (void)
1630517043{
16306170441630717045 ;
1630817046 return 0;
1630917047}
1631017048_ACEOF
1631116311-if ac_fn_c_try_link "$LINENO"; then :
1704917049+if ac_fn_c_try_link "$LINENO"
1705017050+then :
1631217051 eval $cacheid=yes
1631316313-else
1705217052+else $as_nop
1631417053 eval $cacheid=no
1631517054fi
1631616316-rm -f core conftest.err conftest.$ac_objext \
1705517055+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1631717056 conftest$ac_exeext conftest.$ac_ext
1631817057fi
1631917058···1632117060 CFLAGS="$xorg_testset_save_CFLAGS"
16322170611632317062 eval supported=\$$cacheid
1632416324- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1632516325-$as_echo "$supported" >&6; }
1706317063+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1706417064+printf "%s\n" "$supported" >&6; }
1632617065 if test "$supported" = "yes" ; then
1632717066 BASE_CFLAGS="$BASE_CFLAGS -Wtrigraphs"
1632817067 found="yes"
···16347170861634817087if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1634917088 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1635016350- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1635116351-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1635216352-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1635316353- $as_echo_n "(cached) " >&6
1635416354-else
1708917089+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1709017090+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1709117091+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1709217092+then :
1709317093+ printf %s "(cached) " >&6
1709417094+else $as_nop
1635517095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1635617096/* end confdefs.h. */
1635717097int i;
1635817098_ACEOF
1635916359-if ac_fn_c_try_compile "$LINENO"; then :
1709917099+if ac_fn_c_try_compile "$LINENO"
1710017100+then :
1636017101 xorg_cv_cc_flag_unknown_warning_option=yes
1636116361-else
1710217102+else $as_nop
1636217103 xorg_cv_cc_flag_unknown_warning_option=no
1636317104fi
1636416364-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1710517105+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1636517106fi
1636616366-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1636716367-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1710717107+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1710817108+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1636817109 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1636917110 CFLAGS="$xorg_testset_save_CFLAGS"
1637017111fi
···1637417115 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1637517116 fi
1637617117 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1637716377- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1637816378-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1637916379-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1638016380- $as_echo_n "(cached) " >&6
1638116381-else
1711817118+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1711917119+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1712017120+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1712117121+then :
1712217122+ printf %s "(cached) " >&6
1712317123+else $as_nop
1638217124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1638317125/* end confdefs.h. */
1638417126int i;
1638517127_ACEOF
1638616386-if ac_fn_c_try_compile "$LINENO"; then :
1712817128+if ac_fn_c_try_compile "$LINENO"
1712917129+then :
1638717130 xorg_cv_cc_flag_unused_command_line_argument=yes
1638816388-else
1713117131+else $as_nop
1638917132 xorg_cv_cc_flag_unused_command_line_argument=no
1639017133fi
1639116391-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1713417134+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1639217135fi
1639316393-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1639416394-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1713617136+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1713717137+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1639517138 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1639617139 CFLAGS="$xorg_testset_save_CFLAGS"
1639717140fi
···16409171521641017153 CFLAGS="$CFLAGS -Warray-bounds"
16411171541641216412- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
1641316413-$as_echo_n "checking if $CC supports -Warray-bounds... " >&6; }
1715517155+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Warray-bounds" >&5
1715617156+printf %s "checking if $CC supports -Warray-bounds... " >&6; }
1641417157 cacheid=xorg_cv_cc_flag__Warray_bounds
1641516415- if eval \${$cacheid+:} false; then :
1641616416- $as_echo_n "(cached) " >&6
1641716417-else
1715817158+ if eval test \${$cacheid+y}
1715917159+then :
1716017160+ printf %s "(cached) " >&6
1716117161+else $as_nop
1641817162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1641917163/* end confdefs.h. */
1642017164int i;
1642117165int
1642216422-main ()
1716617166+main (void)
1642317167{
16424171681642517169 ;
1642617170 return 0;
1642717171}
1642817172_ACEOF
1642916429-if ac_fn_c_try_link "$LINENO"; then :
1717317173+if ac_fn_c_try_link "$LINENO"
1717417174+then :
1643017175 eval $cacheid=yes
1643116431-else
1717617176+else $as_nop
1643217177 eval $cacheid=no
1643317178fi
1643416434-rm -f core conftest.err conftest.$ac_objext \
1717917179+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1643517180 conftest$ac_exeext conftest.$ac_ext
1643617181fi
1643717182···1643917184 CFLAGS="$xorg_testset_save_CFLAGS"
16440171851644117186 eval supported=\$$cacheid
1644216442- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1644316443-$as_echo "$supported" >&6; }
1718717187+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1718817188+printf "%s\n" "$supported" >&6; }
1644417189 if test "$supported" = "yes" ; then
1644517190 BASE_CFLAGS="$BASE_CFLAGS -Warray-bounds"
1644617191 found="yes"
···16465172101646617211if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1646717212 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1646816468- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1646916469-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1647016470-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1647116471- $as_echo_n "(cached) " >&6
1647216472-else
1721317213+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1721417214+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1721517215+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1721617216+then :
1721717217+ printf %s "(cached) " >&6
1721817218+else $as_nop
1647317219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1647417220/* end confdefs.h. */
1647517221int i;
1647617222_ACEOF
1647716477-if ac_fn_c_try_compile "$LINENO"; then :
1722317223+if ac_fn_c_try_compile "$LINENO"
1722417224+then :
1647817225 xorg_cv_cc_flag_unknown_warning_option=yes
1647916479-else
1722617226+else $as_nop
1648017227 xorg_cv_cc_flag_unknown_warning_option=no
1648117228fi
1648216482-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1722917229+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1648317230fi
1648416484-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1648516485-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1723117231+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1723217232+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1648617233 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1648717234 CFLAGS="$xorg_testset_save_CFLAGS"
1648817235fi
···1649217239 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1649317240 fi
1649417241 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1649516495- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1649616496-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1649716497-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1649816498- $as_echo_n "(cached) " >&6
1649916499-else
1724217242+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1724317243+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1724417244+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1724517245+then :
1724617246+ printf %s "(cached) " >&6
1724717247+else $as_nop
1650017248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1650117249/* end confdefs.h. */
1650217250int i;
1650317251_ACEOF
1650416504-if ac_fn_c_try_compile "$LINENO"; then :
1725217252+if ac_fn_c_try_compile "$LINENO"
1725317253+then :
1650517254 xorg_cv_cc_flag_unused_command_line_argument=yes
1650616506-else
1725517255+else $as_nop
1650717256 xorg_cv_cc_flag_unused_command_line_argument=no
1650817257fi
1650916509-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1725817258+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1651017259fi
1651116511-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1651216512-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1726017260+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1726117261+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1651317262 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1651417263 CFLAGS="$xorg_testset_save_CFLAGS"
1651517264fi
···16527172761652817277 CFLAGS="$CFLAGS -Wwrite-strings"
16529172781653016530- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
1653116531-$as_echo_n "checking if $CC supports -Wwrite-strings... " >&6; }
1727917279+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wwrite-strings" >&5
1728017280+printf %s "checking if $CC supports -Wwrite-strings... " >&6; }
1653217281 cacheid=xorg_cv_cc_flag__Wwrite_strings
1653316533- if eval \${$cacheid+:} false; then :
1653416534- $as_echo_n "(cached) " >&6
1653516535-else
1728217282+ if eval test \${$cacheid+y}
1728317283+then :
1728417284+ printf %s "(cached) " >&6
1728517285+else $as_nop
1653617286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1653717287/* end confdefs.h. */
1653817288int i;
1653917289int
1654016540-main ()
1729017290+main (void)
1654117291{
16542172921654317293 ;
1654417294 return 0;
1654517295}
1654617296_ACEOF
1654716547-if ac_fn_c_try_link "$LINENO"; then :
1729717297+if ac_fn_c_try_link "$LINENO"
1729817298+then :
1654817299 eval $cacheid=yes
1654916549-else
1730017300+else $as_nop
1655017301 eval $cacheid=no
1655117302fi
1655216552-rm -f core conftest.err conftest.$ac_objext \
1730317303+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1655317304 conftest$ac_exeext conftest.$ac_ext
1655417305fi
1655517306···1655717308 CFLAGS="$xorg_testset_save_CFLAGS"
16558173091655917310 eval supported=\$$cacheid
1656016560- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1656116561-$as_echo "$supported" >&6; }
1731117311+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1731217312+printf "%s\n" "$supported" >&6; }
1656217313 if test "$supported" = "yes" ; then
1656317314 BASE_CFLAGS="$BASE_CFLAGS -Wwrite-strings"
1656417315 found="yes"
···16583173341658417335if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1658517336 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1658616586- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1658716587-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1658816588-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1658916589- $as_echo_n "(cached) " >&6
1659016590-else
1733717337+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1733817338+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1733917339+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1734017340+then :
1734117341+ printf %s "(cached) " >&6
1734217342+else $as_nop
1659117343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1659217344/* end confdefs.h. */
1659317345int i;
1659417346_ACEOF
1659516595-if ac_fn_c_try_compile "$LINENO"; then :
1734717347+if ac_fn_c_try_compile "$LINENO"
1734817348+then :
1659617349 xorg_cv_cc_flag_unknown_warning_option=yes
1659716597-else
1735017350+else $as_nop
1659817351 xorg_cv_cc_flag_unknown_warning_option=no
1659917352fi
1660016600-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1735317353+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1660117354fi
1660216602-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1660316603-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1735517355+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1735617356+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1660417357 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1660517358 CFLAGS="$xorg_testset_save_CFLAGS"
1660617359fi
···1661017363 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1661117364 fi
1661217365 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1661316613- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1661416614-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1661516615-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1661616616- $as_echo_n "(cached) " >&6
1661716617-else
1736617366+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1736717367+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1736817368+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1736917369+then :
1737017370+ printf %s "(cached) " >&6
1737117371+else $as_nop
1661817372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1661917373/* end confdefs.h. */
1662017374int i;
1662117375_ACEOF
1662216622-if ac_fn_c_try_compile "$LINENO"; then :
1737617376+if ac_fn_c_try_compile "$LINENO"
1737717377+then :
1662317378 xorg_cv_cc_flag_unused_command_line_argument=yes
1662416624-else
1737917379+else $as_nop
1662517380 xorg_cv_cc_flag_unused_command_line_argument=no
1662617381fi
1662716627-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1738217382+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1662817383fi
1662916629-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1663016630-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1738417384+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1738517385+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1663117386 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1663217387 CFLAGS="$xorg_testset_save_CFLAGS"
1663317388fi
···16645174001664617401 CFLAGS="$CFLAGS -Waddress"
16647174021664816648- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
1664916649-$as_echo_n "checking if $CC supports -Waddress... " >&6; }
1740317403+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Waddress" >&5
1740417404+printf %s "checking if $CC supports -Waddress... " >&6; }
1665017405 cacheid=xorg_cv_cc_flag__Waddress
1665116651- if eval \${$cacheid+:} false; then :
1665216652- $as_echo_n "(cached) " >&6
1665316653-else
1740617406+ if eval test \${$cacheid+y}
1740717407+then :
1740817408+ printf %s "(cached) " >&6
1740917409+else $as_nop
1665417410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1665517411/* end confdefs.h. */
1665617412int i;
1665717413int
1665816658-main ()
1741417414+main (void)
1665917415{
16660174161666117417 ;
1666217418 return 0;
1666317419}
1666417420_ACEOF
1666516665-if ac_fn_c_try_link "$LINENO"; then :
1742117421+if ac_fn_c_try_link "$LINENO"
1742217422+then :
1666617423 eval $cacheid=yes
1666716667-else
1742417424+else $as_nop
1666817425 eval $cacheid=no
1666917426fi
1667016670-rm -f core conftest.err conftest.$ac_objext \
1742717427+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1667117428 conftest$ac_exeext conftest.$ac_ext
1667217429fi
1667317430···1667517432 CFLAGS="$xorg_testset_save_CFLAGS"
16676174331667717434 eval supported=\$$cacheid
1667816678- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1667916679-$as_echo "$supported" >&6; }
1743517435+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1743617436+printf "%s\n" "$supported" >&6; }
1668017437 if test "$supported" = "yes" ; then
1668117438 BASE_CFLAGS="$BASE_CFLAGS -Waddress"
1668217439 found="yes"
···16701174581670217459if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1670317460 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1670416704- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1670516705-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1670616706-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1670716707- $as_echo_n "(cached) " >&6
1670816708-else
1746117461+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1746217462+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1746317463+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1746417464+then :
1746517465+ printf %s "(cached) " >&6
1746617466+else $as_nop
1670917467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1671017468/* end confdefs.h. */
1671117469int i;
1671217470_ACEOF
1671316713-if ac_fn_c_try_compile "$LINENO"; then :
1747117471+if ac_fn_c_try_compile "$LINENO"
1747217472+then :
1671417473 xorg_cv_cc_flag_unknown_warning_option=yes
1671516715-else
1747417474+else $as_nop
1671617475 xorg_cv_cc_flag_unknown_warning_option=no
1671717476fi
1671816718-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1747717477+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1671917478fi
1672016720-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1672116721-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1747917479+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1748017480+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1672217481 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1672317482 CFLAGS="$xorg_testset_save_CFLAGS"
1672417483fi
···1672817487 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1672917488 fi
1673017489 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1673116731- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1673216732-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1673316733-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1673416734- $as_echo_n "(cached) " >&6
1673516735-else
1749017490+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1749117491+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1749217492+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1749317493+then :
1749417494+ printf %s "(cached) " >&6
1749517495+else $as_nop
1673617496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1673717497/* end confdefs.h. */
1673817498int i;
1673917499_ACEOF
1674016740-if ac_fn_c_try_compile "$LINENO"; then :
1750017500+if ac_fn_c_try_compile "$LINENO"
1750117501+then :
1674117502 xorg_cv_cc_flag_unused_command_line_argument=yes
1674216742-else
1750317503+else $as_nop
1674317504 xorg_cv_cc_flag_unused_command_line_argument=no
1674417505fi
1674516745-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1750617506+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1674617507fi
1674716747-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1674816748-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1750817508+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1750917509+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1674917510 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1675017511 CFLAGS="$xorg_testset_save_CFLAGS"
1675117512fi
···16763175241676417525 CFLAGS="$CFLAGS -Wint-to-pointer-cast"
16765175261676616766- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
1676716767-$as_echo_n "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
1752717527+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wint-to-pointer-cast" >&5
1752817528+printf %s "checking if $CC supports -Wint-to-pointer-cast... " >&6; }
1676817529 cacheid=xorg_cv_cc_flag__Wint_to_pointer_cast
1676916769- if eval \${$cacheid+:} false; then :
1677016770- $as_echo_n "(cached) " >&6
1677116771-else
1753017530+ if eval test \${$cacheid+y}
1753117531+then :
1753217532+ printf %s "(cached) " >&6
1753317533+else $as_nop
1677217534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1677317535/* end confdefs.h. */
1677417536int i;
1677517537int
1677616776-main ()
1753817538+main (void)
1677717539{
16778175401677917541 ;
1678017542 return 0;
1678117543}
1678217544_ACEOF
1678316783-if ac_fn_c_try_link "$LINENO"; then :
1754517545+if ac_fn_c_try_link "$LINENO"
1754617546+then :
1678417547 eval $cacheid=yes
1678516785-else
1754817548+else $as_nop
1678617549 eval $cacheid=no
1678717550fi
1678816788-rm -f core conftest.err conftest.$ac_objext \
1755117551+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1678917552 conftest$ac_exeext conftest.$ac_ext
1679017553fi
1679117554···1679317556 CFLAGS="$xorg_testset_save_CFLAGS"
16794175571679517558 eval supported=\$$cacheid
1679616796- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1679716797-$as_echo "$supported" >&6; }
1755917559+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1756017560+printf "%s\n" "$supported" >&6; }
1679817561 if test "$supported" = "yes" ; then
1679917562 BASE_CFLAGS="$BASE_CFLAGS -Wint-to-pointer-cast"
1680017563 found="yes"
···16819175821682017583if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1682117584 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1682216822- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1682316823-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1682416824-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1682516825- $as_echo_n "(cached) " >&6
1682616826-else
1758517585+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1758617586+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1758717587+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1758817588+then :
1758917589+ printf %s "(cached) " >&6
1759017590+else $as_nop
1682717591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1682817592/* end confdefs.h. */
1682917593int i;
1683017594_ACEOF
1683116831-if ac_fn_c_try_compile "$LINENO"; then :
1759517595+if ac_fn_c_try_compile "$LINENO"
1759617596+then :
1683217597 xorg_cv_cc_flag_unknown_warning_option=yes
1683316833-else
1759817598+else $as_nop
1683417599 xorg_cv_cc_flag_unknown_warning_option=no
1683517600fi
1683616836-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1760117601+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1683717602fi
1683816838-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1683916839-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1760317603+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1760417604+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1684017605 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1684117606 CFLAGS="$xorg_testset_save_CFLAGS"
1684217607fi
···1684617611 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1684717612 fi
1684817613 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1684916849- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1685016850-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1685116851-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1685216852- $as_echo_n "(cached) " >&6
1685316853-else
1761417614+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1761517615+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1761617616+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1761717617+then :
1761817618+ printf %s "(cached) " >&6
1761917619+else $as_nop
1685417620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1685517621/* end confdefs.h. */
1685617622int i;
1685717623_ACEOF
1685816858-if ac_fn_c_try_compile "$LINENO"; then :
1762417624+if ac_fn_c_try_compile "$LINENO"
1762517625+then :
1685917626 xorg_cv_cc_flag_unused_command_line_argument=yes
1686016860-else
1762717627+else $as_nop
1686117628 xorg_cv_cc_flag_unused_command_line_argument=no
1686217629fi
1686316863-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1763017630+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1686417631fi
1686516865-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1686616866-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1763217632+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1763317633+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1686717634 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1686817635 CFLAGS="$xorg_testset_save_CFLAGS"
1686917636fi
···16881176481688217649 CFLAGS="$CFLAGS -Wpointer-to-int-cast"
16883176501688416884- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
1688516885-$as_echo_n "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
1765117651+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-to-int-cast" >&5
1765217652+printf %s "checking if $CC supports -Wpointer-to-int-cast... " >&6; }
1688617653 cacheid=xorg_cv_cc_flag__Wpointer_to_int_cast
1688716887- if eval \${$cacheid+:} false; then :
1688816888- $as_echo_n "(cached) " >&6
1688916889-else
1765417654+ if eval test \${$cacheid+y}
1765517655+then :
1765617656+ printf %s "(cached) " >&6
1765717657+else $as_nop
1689017658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1689117659/* end confdefs.h. */
1689217660int i;
1689317661int
1689416894-main ()
1766217662+main (void)
1689517663{
16896176641689717665 ;
1689817666 return 0;
1689917667}
1690017668_ACEOF
1690116901-if ac_fn_c_try_link "$LINENO"; then :
1766917669+if ac_fn_c_try_link "$LINENO"
1767017670+then :
1690217671 eval $cacheid=yes
1690316903-else
1767217672+else $as_nop
1690417673 eval $cacheid=no
1690517674fi
1690616906-rm -f core conftest.err conftest.$ac_objext \
1767517675+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1690717676 conftest$ac_exeext conftest.$ac_ext
1690817677fi
1690917678···1691117680 CFLAGS="$xorg_testset_save_CFLAGS"
16912176811691317682 eval supported=\$$cacheid
1691416914- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1691516915-$as_echo "$supported" >&6; }
1768317683+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1768417684+printf "%s\n" "$supported" >&6; }
1691617685 if test "$supported" = "yes" ; then
1691717686 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-to-int-cast"
1691817687 found="yes"
···169411771016942177111694317712# Check whether --enable-strict-compilation was given.
1694416944-if test "${enable_strict_compilation+set}" = set; then :
1771317713+if test ${enable_strict_compilation+y}
1771417714+then :
1694517715 enableval=$enable_strict_compilation; STRICT_COMPILE=$enableval
1694616946-else
1771617716+else $as_nop
1694717717 STRICT_COMPILE=no
1694817718fi
1694917719···16970177401697117741if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1697217742 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1697316973- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1697416974-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1697516975-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1697616976- $as_echo_n "(cached) " >&6
1697716977-else
1774317743+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1774417744+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1774517745+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1774617746+then :
1774717747+ printf %s "(cached) " >&6
1774817748+else $as_nop
1697817749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1697917750/* end confdefs.h. */
1698017751int i;
1698117752_ACEOF
1698216982-if ac_fn_c_try_compile "$LINENO"; then :
1775317753+if ac_fn_c_try_compile "$LINENO"
1775417754+then :
1698317755 xorg_cv_cc_flag_unknown_warning_option=yes
1698416984-else
1775617756+else $as_nop
1698517757 xorg_cv_cc_flag_unknown_warning_option=no
1698617758fi
1698716987-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1775917759+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1698817760fi
1698916989-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1699016990-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1776117761+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1776217762+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1699117763 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1699217764 CFLAGS="$xorg_testset_save_CFLAGS"
1699317765fi
···1699717769 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1699817770 fi
1699917771 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1700017000- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1700117001-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1700217002-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1700317003- $as_echo_n "(cached) " >&6
1700417004-else
1777217772+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1777317773+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1777417774+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1777517775+then :
1777617776+ printf %s "(cached) " >&6
1777717777+else $as_nop
1700517778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1700617779/* end confdefs.h. */
1700717780int i;
1700817781_ACEOF
1700917009-if ac_fn_c_try_compile "$LINENO"; then :
1778217782+if ac_fn_c_try_compile "$LINENO"
1778317783+then :
1701017784 xorg_cv_cc_flag_unused_command_line_argument=yes
1701117011-else
1778517785+else $as_nop
1701217786 xorg_cv_cc_flag_unused_command_line_argument=no
1701317787fi
1701417014-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1778817788+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1701517789fi
1701617016-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1701717017-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1779017790+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1779117791+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1701817792 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1701917793 CFLAGS="$xorg_testset_save_CFLAGS"
1702017794fi
···17032178061703317807 CFLAGS="$CFLAGS -pedantic"
17034178081703517035- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
1703617036-$as_echo_n "checking if $CC supports -pedantic... " >&6; }
1780917809+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -pedantic" >&5
1781017810+printf %s "checking if $CC supports -pedantic... " >&6; }
1703717811 cacheid=xorg_cv_cc_flag__pedantic
1703817038- if eval \${$cacheid+:} false; then :
1703917039- $as_echo_n "(cached) " >&6
1704017040-else
1781217812+ if eval test \${$cacheid+y}
1781317813+then :
1781417814+ printf %s "(cached) " >&6
1781517815+else $as_nop
1704117816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704217817/* end confdefs.h. */
1704317818int i;
1704417819int
1704517045-main ()
1782017820+main (void)
1704617821{
17047178221704817823 ;
1704917824 return 0;
1705017825}
1705117826_ACEOF
1705217052-if ac_fn_c_try_link "$LINENO"; then :
1782717827+if ac_fn_c_try_link "$LINENO"
1782817828+then :
1705317829 eval $cacheid=yes
1705417054-else
1783017830+else $as_nop
1705517831 eval $cacheid=no
1705617832fi
1705717057-rm -f core conftest.err conftest.$ac_objext \
1783317833+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1705817834 conftest$ac_exeext conftest.$ac_ext
1705917835fi
1706017836···1706217838 CFLAGS="$xorg_testset_save_CFLAGS"
17063178391706417840 eval supported=\$$cacheid
1706517065- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1706617066-$as_echo "$supported" >&6; }
1784117841+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1784217842+printf "%s\n" "$supported" >&6; }
1706717843 if test "$supported" = "yes" ; then
1706817844 STRICT_CFLAGS="$STRICT_CFLAGS -pedantic"
1706917845 found="yes"
···17088178641708917865if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1709017866 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1709117091- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1709217092-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1709317093-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1709417094- $as_echo_n "(cached) " >&6
1709517095-else
1786717867+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1786817868+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1786917869+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1787017870+then :
1787117871+ printf %s "(cached) " >&6
1787217872+else $as_nop
1709617873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1709717874/* end confdefs.h. */
1709817875int i;
1709917876_ACEOF
1710017100-if ac_fn_c_try_compile "$LINENO"; then :
1787717877+if ac_fn_c_try_compile "$LINENO"
1787817878+then :
1710117879 xorg_cv_cc_flag_unknown_warning_option=yes
1710217102-else
1788017880+else $as_nop
1710317881 xorg_cv_cc_flag_unknown_warning_option=no
1710417882fi
1710517105-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788317883+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1710617884fi
1710717107-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1710817108-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1788517885+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1788617886+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1710917887 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1711017888 CFLAGS="$xorg_testset_save_CFLAGS"
1711117889fi
···1711517893 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1711617894 fi
1711717895 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1711817118- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1711917119-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1712017120-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1712117121- $as_echo_n "(cached) " >&6
1712217122-else
1789617896+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1789717897+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1789817898+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1789917899+then :
1790017900+ printf %s "(cached) " >&6
1790117901+else $as_nop
1712317902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1712417903/* end confdefs.h. */
1712517904int i;
1712617905_ACEOF
1712717127-if ac_fn_c_try_compile "$LINENO"; then :
1790617906+if ac_fn_c_try_compile "$LINENO"
1790717907+then :
1712817908 xorg_cv_cc_flag_unused_command_line_argument=yes
1712917129-else
1790917909+else $as_nop
1713017910 xorg_cv_cc_flag_unused_command_line_argument=no
1713117911fi
1713217132-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791217912+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1713317913fi
1713417134-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1713517135-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1791417914+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1791517915+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1713617916 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1713717917 CFLAGS="$xorg_testset_save_CFLAGS"
1713817918fi
···17150179301715117931 CFLAGS="$CFLAGS -Werror"
17152179321715317153- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1715417154-$as_echo_n "checking if $CC supports -Werror... " >&6; }
1793317933+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror" >&5
1793417934+printf %s "checking if $CC supports -Werror... " >&6; }
1715517935 cacheid=xorg_cv_cc_flag__Werror
1715617156- if eval \${$cacheid+:} false; then :
1715717157- $as_echo_n "(cached) " >&6
1715817158-else
1793617936+ if eval test \${$cacheid+y}
1793717937+then :
1793817938+ printf %s "(cached) " >&6
1793917939+else $as_nop
1715917940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1716017941/* end confdefs.h. */
1716117942int i;
1716217943int
1716317163-main ()
1794417944+main (void)
1716417945{
17165179461716617947 ;
1716717948 return 0;
1716817949}
1716917950_ACEOF
1717017170-if ac_fn_c_try_link "$LINENO"; then :
1795117951+if ac_fn_c_try_link "$LINENO"
1795217952+then :
1717117953 eval $cacheid=yes
1717217172-else
1795417954+else $as_nop
1717317955 eval $cacheid=no
1717417956fi
1717517175-rm -f core conftest.err conftest.$ac_objext \
1795717957+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1717617958 conftest$ac_exeext conftest.$ac_ext
1717717959fi
1717817960···1718017962 CFLAGS="$xorg_testset_save_CFLAGS"
17181179631718217964 eval supported=\$$cacheid
1718317183- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1718417184-$as_echo "$supported" >&6; }
1796517965+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1796617966+printf "%s\n" "$supported" >&6; }
1718517967 if test "$supported" = "yes" ; then
1718617968 STRICT_CFLAGS="$STRICT_CFLAGS -Werror"
1718717969 found="yes"
···17199179811720017982 CFLAGS="$CFLAGS -errwarn"
17201179831720217202- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1720317203-$as_echo_n "checking if $CC supports -errwarn... " >&6; }
1798417984+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -errwarn" >&5
1798517985+printf %s "checking if $CC supports -errwarn... " >&6; }
1720417986 cacheid=xorg_cv_cc_flag__errwarn
1720517205- if eval \${$cacheid+:} false; then :
1720617206- $as_echo_n "(cached) " >&6
1720717207-else
1798717987+ if eval test \${$cacheid+y}
1798817988+then :
1798917989+ printf %s "(cached) " >&6
1799017990+else $as_nop
1720817991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1720917992/* end confdefs.h. */
1721017993int i;
1721117994int
1721217212-main ()
1799517995+main (void)
1721317996{
17214179971721517998 ;
1721617999 return 0;
1721718000}
1721818001_ACEOF
1721917219-if ac_fn_c_try_link "$LINENO"; then :
1800218002+if ac_fn_c_try_link "$LINENO"
1800318003+then :
1722018004 eval $cacheid=yes
1722117221-else
1800518005+else $as_nop
1722218006 eval $cacheid=no
1722318007fi
1722417224-rm -f core conftest.err conftest.$ac_objext \
1800818008+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1722518009 conftest$ac_exeext conftest.$ac_ext
1722618010fi
1722718011···1722918013 CFLAGS="$xorg_testset_save_CFLAGS"
17230180141723118015 eval supported=\$$cacheid
1723217232- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1723317233-$as_echo "$supported" >&6; }
1801618016+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1801718017+printf "%s\n" "$supported" >&6; }
1723418018 if test "$supported" = "yes" ; then
1723518019 STRICT_CFLAGS="$STRICT_CFLAGS -errwarn"
1723618020 found="yes"
···17258180421725918043if test "x$xorg_testset_cc_unknown_warning_option" = "x" ; then
1726018044 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1726117261- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1726217262-$as_echo_n "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1726317263-if ${xorg_cv_cc_flag_unknown_warning_option+:} false; then :
1726417264- $as_echo_n "(cached) " >&6
1726517265-else
1804518045+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unknown-warning-option" >&5
1804618046+printf %s "checking if $CC supports -Werror=unknown-warning-option... " >&6; }
1804718047+if test ${xorg_cv_cc_flag_unknown_warning_option+y}
1804818048+then :
1804918049+ printf %s "(cached) " >&6
1805018050+else $as_nop
1726618051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1726718052/* end confdefs.h. */
1726818053int i;
1726918054_ACEOF
1727017270-if ac_fn_c_try_compile "$LINENO"; then :
1805518055+if ac_fn_c_try_compile "$LINENO"
1805618056+then :
1727118057 xorg_cv_cc_flag_unknown_warning_option=yes
1727217272-else
1805818058+else $as_nop
1727318059 xorg_cv_cc_flag_unknown_warning_option=no
1727418060fi
1727517275-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1806118061+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1727618062fi
1727717277-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1727817278-$as_echo "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1806318063+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unknown_warning_option" >&5
1806418064+printf "%s\n" "$xorg_cv_cc_flag_unknown_warning_option" >&6; }
1727918065 xorg_testset_cc_unknown_warning_option=$xorg_cv_cc_flag_unknown_warning_option
1728018066 CFLAGS="$xorg_testset_save_CFLAGS"
1728118067fi
···1728518071 CFLAGS="$CFLAGS -Werror=unknown-warning-option"
1728618072 fi
1728718073 CFLAGS="$CFLAGS -Werror=unused-command-line-argument"
1728817288- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1728917289-$as_echo_n "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1729017290-if ${xorg_cv_cc_flag_unused_command_line_argument+:} false; then :
1729117291- $as_echo_n "(cached) " >&6
1729217292-else
1807418074+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=unused-command-line-argument" >&5
1807518075+printf %s "checking if $CC supports -Werror=unused-command-line-argument... " >&6; }
1807618076+if test ${xorg_cv_cc_flag_unused_command_line_argument+y}
1807718077+then :
1807818078+ printf %s "(cached) " >&6
1807918079+else $as_nop
1729318080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1729418081/* end confdefs.h. */
1729518082int i;
1729618083_ACEOF
1729717297-if ac_fn_c_try_compile "$LINENO"; then :
1808418084+if ac_fn_c_try_compile "$LINENO"
1808518085+then :
1729818086 xorg_cv_cc_flag_unused_command_line_argument=yes
1729917299-else
1808718087+else $as_nop
1730018088 xorg_cv_cc_flag_unused_command_line_argument=no
1730118089fi
1730217302-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1809018090+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
1730318091fi
1730417304-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1730517305-$as_echo "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1809218092+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $xorg_cv_cc_flag_unused_command_line_argument" >&5
1809318093+printf "%s\n" "$xorg_cv_cc_flag_unused_command_line_argument" >&6; }
1730618094 xorg_testset_cc_unused_command_line_argument=$xorg_cv_cc_flag_unused_command_line_argument
1730718095 CFLAGS="$xorg_testset_save_CFLAGS"
1730818096fi
···17320181081732118109 CFLAGS="$CFLAGS -Werror=attributes"
17322181101732317323- { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1732417324-$as_echo_n "checking if $CC supports -Werror=attributes... " >&6; }
1811118111+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Werror=attributes" >&5
1811218112+printf %s "checking if $CC supports -Werror=attributes... " >&6; }
1732518113 cacheid=xorg_cv_cc_flag__Werror_attributes
1732617326- if eval \${$cacheid+:} false; then :
1732717327- $as_echo_n "(cached) " >&6
1732817328-else
1811418114+ if eval test \${$cacheid+y}
1811518115+then :
1811618116+ printf %s "(cached) " >&6
1811718117+else $as_nop
1732918118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1733018119/* end confdefs.h. */
1733118120int i;
1733218121int
1733317333-main ()
1812218122+main (void)
1733418123{
17335181241733618125 ;
1733718126 return 0;
1733818127}
1733918128_ACEOF
1734017340-if ac_fn_c_try_link "$LINENO"; then :
1812918129+if ac_fn_c_try_link "$LINENO"
1813018130+then :
1734118131 eval $cacheid=yes
1734217342-else
1813218132+else $as_nop
1734318133 eval $cacheid=no
1734418134fi
1734517345-rm -f core conftest.err conftest.$ac_objext \
1813518135+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1734618136 conftest$ac_exeext conftest.$ac_ext
1734718137fi
1734818138···1735018140 CFLAGS="$xorg_testset_save_CFLAGS"
17351181411735218142 eval supported=\$$cacheid
1735317353- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1735417354-$as_echo "$supported" >&6; }
1814318143+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $supported" >&5
1814418144+printf "%s\n" "$supported" >&6; }
1735518145 if test "$supported" = "yes" ; then
1735618146 STRICT_CFLAGS="$STRICT_CFLAGS -Werror=attributes"
1735718147 found="yes"
···1736418154 BASE_CFLAGS="$BASE_CFLAGS $STRICT_CFLAGS"
1736518155 CWARNFLAGS="$CWARNFLAGS $STRICT_CFLAGS"
1736618156fi
1815718157+1815818158+173671815917368181601736918161···1737918171 PVM="0"
1738018172 fi
17381181731738217382-cat >>confdefs.h <<_ACEOF
1738317383-#define PACKAGE_VERSION_MINOR $PVM
1738417384-_ACEOF
1817418174+printf "%s\n" "#define PACKAGE_VERSION_MINOR $PVM" >>confdefs.h
17385181751738618176 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
1738718177 if test "x$PVP" = "x"; then
1738818178 PVP="0"
1738918179 fi
17390181801739117391-cat >>confdefs.h <<_ACEOF
1739217392-#define PACKAGE_VERSION_PATCHLEVEL $PVP
1739317393-_ACEOF
1818118181+printf "%s\n" "#define PACKAGE_VERSION_PATCHLEVEL $PVP" >>confdefs.h
173941818217395181831739618184···1742018208 # Solaris 2.0 - 11.3 use SysV man page section numbers, so we
1742118209 # check for a man page file found in later versions that use
1742218210 # traditional section numbers instead
1742317423- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1742417424-$as_echo_n "checking for /usr/share/man/man7/attributes.7... " >&6; }
1742517425-if ${ac_cv_file__usr_share_man_man7_attributes_7+:} false; then :
1742617426- $as_echo_n "(cached) " >&6
1742717427-else
1821118211+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for /usr/share/man/man7/attributes.7" >&5
1821218212+printf %s "checking for /usr/share/man/man7/attributes.7... " >&6; }
1821318213+if test ${ac_cv_file__usr_share_man_man7_attributes_7+y}
1821418214+then :
1821518215+ printf %s "(cached) " >&6
1821618216+else $as_nop
1742818217 test "$cross_compiling" = yes &&
1742918218 as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
1743018219if test -r "/usr/share/man/man7/attributes.7"; then
···1743318222 ac_cv_file__usr_share_man_man7_attributes_7=no
1743418223fi
1743518224fi
1743617436-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1743717437-$as_echo "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1743817438-if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes; then :
1822518225+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_share_man_man7_attributes_7" >&5
1822618226+printf "%s\n" "$ac_cv_file__usr_share_man_man7_attributes_7" >&6; }
1822718227+if test "x$ac_cv_file__usr_share_man_man7_attributes_7" = xyes
1822818228+then :
1743918229 SYSV_MAN_SECTIONS=false
1744017440-else
1823018230+else $as_nop
1744118231 SYSV_MAN_SECTIONS=true
1744218232fi
1744318233···175321832217533183231753418324# Check whether --enable-silent-rules was given.
1753517535-if test "${enable_silent_rules+set}" = set; then :
1832518325+if test ${enable_silent_rules+y}
1832618326+then :
1753618327 enableval=$enable_silent_rules;
1753718328fi
1753818329···1754218333 *) AM_DEFAULT_VERBOSITY=0;;
1754318334esac
1754418335am_make=${MAKE-make}
1754517545-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1754617546-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
1754717547-if ${am_cv_make_support_nested_variables+:} false; then :
1754817548- $as_echo_n "(cached) " >&6
1754917549-else
1755017550- if $as_echo 'TRUE=$(BAR$(V))
1833618336+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
1833718337+printf %s "checking whether $am_make supports nested variables... " >&6; }
1833818338+if test ${am_cv_make_support_nested_variables+y}
1833918339+then :
1834018340+ printf %s "(cached) " >&6
1834118341+else $as_nop
1834218342+ if printf "%s\n" 'TRUE=$(BAR$(V))
1755118343BAR0=false
1755218344BAR1=true
1755318345V=1
···1755918351 am_cv_make_support_nested_variables=no
1756018352fi
1756118353fi
1756217562-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1756317563-$as_echo "$am_cv_make_support_nested_variables" >&6; }
1835418354+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
1835518355+printf "%s\n" "$am_cv_make_support_nested_variables" >&6; }
1756418356if test $am_cv_make_support_nested_variables = yes; then
1756518357 AM_V='$(V)'
1756618358 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
···1757218364175731836517574183661836718367+1757518368# Check whether --enable-malloc0returnsnull was given.
1757617576-if test "${enable_malloc0returnsnull+set}" = set; then :
1836918369+if test ${enable_malloc0returnsnull+y}
1837018370+then :
1757718371 enableval=$enable_malloc0returnsnull; MALLOC_ZERO_RETURNS_NULL=$enableval
1757817578-else
1837218372+else $as_nop
1757918373 MALLOC_ZERO_RETURNS_NULL=auto
1758018374fi
175811837517582183761758317583-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc(0) returns NULL" >&5
1758417584-$as_echo_n "checking whether malloc(0) returns NULL... " >&6; }
1837718377+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether malloc(0) returns NULL" >&5
1837818378+printf %s "checking whether malloc(0) returns NULL... " >&6; }
1758518379if test "x$MALLOC_ZERO_RETURNS_NULL" = xauto; then
1758617586-if ${xorg_cv_malloc0_returns_null+:} false; then :
1758717587- $as_echo_n "(cached) " >&6
1758817588-else
1758917589- if test "$cross_compiling" = yes; then :
1759017590- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1759117591-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1838018380+if test ${xorg_cv_malloc0_returns_null+y}
1838118381+then :
1838218382+ printf %s "(cached) " >&6
1838318383+else $as_nop
1838418384+ if test "$cross_compiling" = yes
1838518385+then :
1838618386+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1838718387+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1759218388as_fn_error $? "cannot run test program while cross compiling
1759318389See \`config.log' for more details" "$LINENO" 5; }
1759417594-else
1839018390+else $as_nop
1759518391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1759618392/* end confdefs.h. */
17597183931759818394#include <stdlib.h>
17599183951760018396int
1760117601-main ()
1839718397+main (void)
1760218398{
17603183991760418400 char *m0, *r0, *c0, *p;
···1761218408 return 0;
1761318409}
1761418410_ACEOF
1761517615-if ac_fn_c_try_run "$LINENO"; then :
1841118411+if ac_fn_c_try_run "$LINENO"
1841218412+then :
1761618413 xorg_cv_malloc0_returns_null=yes
1761717617-else
1841418414+else $as_nop
1761818415 xorg_cv_malloc0_returns_null=no
1761918416fi
1762018417rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
···17625184221762618423MALLOC_ZERO_RETURNS_NULL=$xorg_cv_malloc0_returns_null
1762718424fi
1762817628-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MALLOC_ZERO_RETURNS_NULL" >&5
1762917629-$as_echo "$MALLOC_ZERO_RETURNS_NULL" >&6; }
1842518425+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MALLOC_ZERO_RETURNS_NULL" >&5
1842618426+printf "%s\n" "$MALLOC_ZERO_RETURNS_NULL" >&6; }
17630184271763118428if test "x$MALLOC_ZERO_RETURNS_NULL" = xyes; then
1763218429 MALLOC_ZERO_CFLAGS="-DMALLOC_0_RETURNS_NULL"
···1764318440176441844117645184421764617646-# Obtain compiler/linker options for depedencies
1844318443+# Obtain compiler/linker options for dependencies
17647184441764818445pkg_failed=no
1764917649-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XVMC" >&5
1765017650-$as_echo_n "checking for XVMC... " >&6; }
1844618446+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6 xext xv xextproto videoproto" >&5
1844718447+printf %s "checking for x11 >= 1.6 xext xv xextproto videoproto... " >&6; }
17651184481765218449if test -n "$XVMC_CFLAGS"; then
1765318450 pkg_cv_XVMC_CFLAGS="$XVMC_CFLAGS"
1765418451 elif test -n "$PKG_CONFIG"; then
1765518452 if test -n "$PKG_CONFIG" && \
1765617656- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.6 xext xv xextproto videoproto\""; } >&5
1845318453+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.6 xext xv xextproto videoproto\""; } >&5
1765718454 ($PKG_CONFIG --exists --print-errors "x11 >= 1.6 xext xv xextproto videoproto") 2>&5
1765818455 ac_status=$?
1765917659- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1845618456+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1766018457 test $ac_status = 0; }; then
1766118458 pkg_cv_XVMC_CFLAGS=`$PKG_CONFIG --cflags "x11 >= 1.6 xext xv xextproto videoproto" 2>/dev/null`
1766218459 test "x$?" != "x0" && pkg_failed=yes
···1767018467 pkg_cv_XVMC_LIBS="$XVMC_LIBS"
1767118468 elif test -n "$PKG_CONFIG"; then
1767218469 if test -n "$PKG_CONFIG" && \
1767317673- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.6 xext xv xextproto videoproto\""; } >&5
1847018470+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 >= 1.6 xext xv xextproto videoproto\""; } >&5
1767418471 ($PKG_CONFIG --exists --print-errors "x11 >= 1.6 xext xv xextproto videoproto") 2>&5
1767518472 ac_status=$?
1767617676- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1847318473+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1767718474 test $ac_status = 0; }; then
1767818475 pkg_cv_XVMC_LIBS=`$PKG_CONFIG --libs "x11 >= 1.6 xext xv xextproto videoproto" 2>/dev/null`
1767918476 test "x$?" != "x0" && pkg_failed=yes
···176871848417688184851768918486if test $pkg_failed = yes; then
1769017690- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1769117691-$as_echo "no" >&6; }
1848718487+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1848818488+printf "%s\n" "no" >&6; }
17692184891769318490if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
1769418491 _pkg_short_errors_supported=yes
···1771418511and XVMC_LIBS to avoid the need to call pkg-config.
1771518512See the pkg-config man page for more details." "$LINENO" 5
1771618513elif test $pkg_failed = untried; then
1771717717- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1771817718-$as_echo "no" >&6; }
1771917719- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1772017720-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1851418514+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1851518515+printf "%s\n" "no" >&6; }
1851618516+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1851718517+printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
1772118518as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
1772218519is in your PATH or set the PKG_CONFIG environment variable to the full
1772318520path to pkg-config.
···1773118528else
1773218529 XVMC_CFLAGS=$pkg_cv_XVMC_CFLAGS
1773318530 XVMC_LIBS=$pkg_cv_XVMC_LIBS
1773417734- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1773517735-$as_echo "yes" >&6; }
1853118531+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1853218532+printf "%s\n" "yes" >&6; }
17736185331773718534fi
17738185351773918536# Checks for library functions.
1774017740-for ac_func in shmat
1774117741-do :
1774217742- ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
1774317743-if test "x$ac_cv_func_shmat" = xyes; then :
1774417744- cat >>confdefs.h <<_ACEOF
1774517745-#define HAVE_SHMAT 1
1774617746-_ACEOF
1853718537+ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
1853818538+if test "x$ac_cv_func_shmat" = xyes
1853918539+then :
1854018540+ printf "%s\n" "#define HAVE_SHMAT 1" >>confdefs.h
17747185411774818542fi
1774917749-done
177501854317751185441775218545# Check to see if dlopen is in default libraries (like Solaris, which
1775318546# has it in libc), or if libdl is needed to get it.
1775418547ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
1775517755-if test "x$ac_cv_func_dlopen" = xyes; then :
1854818548+if test "x$ac_cv_func_dlopen" = xyes
1854918549+then :
17756185501775717757-else
1775817758- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1775917759-$as_echo_n "checking for dlopen in -ldl... " >&6; }
1776017760-if ${ac_cv_lib_dl_dlopen+:} false; then :
1776117761- $as_echo_n "(cached) " >&6
1776217762-else
1855118551+else $as_nop
1855218552+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1855318553+printf %s "checking for dlopen in -ldl... " >&6; }
1855418554+if test ${ac_cv_lib_dl_dlopen+y}
1855518555+then :
1855618556+ printf %s "(cached) " >&6
1855718557+else $as_nop
1776318558 ac_check_lib_save_LIBS=$LIBS
1776418559LIBS="-ldl $LIBS"
1776518560cat confdefs.h - <<_ACEOF >conftest.$ac_ext
···1776818563/* Override any GCC internal prototype to avoid an error.
1776918564 Use char because int might match the return type of a GCC
1777018565 builtin and then its argument prototype would still apply. */
1777117771-#ifdef __cplusplus
1777217772-extern "C"
1777317773-#endif
1777418566char dlopen ();
1777518567int
1777617776-main ()
1856818568+main (void)
1777718569{
1777818570return dlopen ();
1777918571 ;
1778018572 return 0;
1778118573}
1778218574_ACEOF
1778317783-if ac_fn_c_try_link "$LINENO"; then :
1857518575+if ac_fn_c_try_link "$LINENO"
1857618576+then :
1778418577 ac_cv_lib_dl_dlopen=yes
1778517785-else
1857818578+else $as_nop
1778618579 ac_cv_lib_dl_dlopen=no
1778718580fi
1778817788-rm -f core conftest.err conftest.$ac_objext \
1858118581+rm -f core conftest.err conftest.$ac_objext conftest.beam \
1778918582 conftest$ac_exeext conftest.$ac_ext
1779018583LIBS=$ac_check_lib_save_LIBS
1779118584fi
1779217792-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1779317793-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1779417794-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
1858518585+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1858618586+printf "%s\n" "$ac_cv_lib_dl_dlopen" >&6; }
1858718587+if test "x$ac_cv_lib_dl_dlopen" = xyes
1858818588+then :
1779518589 DLOPEN_LIBS="-ldl"
1779618590fi
1779718591···178061860017807186011780818602# Check whether --with-lint was given.
1780917809-if test "${with_lint+set}" = set; then :
1860318603+if test ${with_lint+y}
1860418604+then :
1781018605 withval=$with_lint; use_lint=$withval
1781117811-else
1860618606+else $as_nop
1781218607 use_lint=no
1781318608fi
1781418609···1783418629if test "x$use_lint" = x"yes" ; then
1783518630 # Extract the first word of "$lint_name", so it can be a program name with args.
1783618631set dummy $lint_name; ac_word=$2
1783717837-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1783817838-$as_echo_n "checking for $ac_word... " >&6; }
1783917839-if ${ac_cv_path_LINT+:} false; then :
1784017840- $as_echo_n "(cached) " >&6
1784117841-else
1863218632+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1863318633+printf %s "checking for $ac_word... " >&6; }
1863418634+if test ${ac_cv_path_LINT+y}
1863518635+then :
1863618636+ printf %s "(cached) " >&6
1863718637+else $as_nop
1784218638 case $LINT in
1784318639 [\\/]* | ?:[\\/]*)
1784418640 ac_cv_path_LINT="$LINT" # Let the user override the test with a path.
···1784818644for as_dir in $PATH
1784918645do
1785018646 IFS=$as_save_IFS
1785117851- test -z "$as_dir" && as_dir=.
1864718647+ case $as_dir in #(((
1864818648+ '') as_dir=./ ;;
1864918649+ */) ;;
1865018650+ *) as_dir=$as_dir/ ;;
1865118651+ esac
1785218652 for ac_exec_ext in '' $ac_executable_extensions; do
1785317853- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1785417854- ac_cv_path_LINT="$as_dir/$ac_word$ac_exec_ext"
1785517855- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1865318653+ if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then
1865418654+ ac_cv_path_LINT="$as_dir$ac_word$ac_exec_ext"
1865518655+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5
1785618656 break 2
1785718657 fi
1785818658done
···1786418664fi
1786518665LINT=$ac_cv_path_LINT
1786618666if test -n "$LINT"; then
1786717867- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
1786817868-$as_echo "$LINT" >&6; }
1866718667+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
1866818668+printf "%s\n" "$LINT" >&6; }
1786918669else
1787017870- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1787117871-$as_echo "no" >&6; }
1867018670+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1867118671+printf "%s\n" "no" >&6; }
1787218672fi
17873186731787418674···1787718677 fi
1787818678elif test "x$use_lint" = x"no" ; then
1787918679 if test "x$LINT" != "x"; then
1788017880- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&5
1788117881-$as_echo "$as_me: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&2;}
1868018680+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&5
1868118681+printf "%s\n" "$as_me: WARNING: ignoring LINT environment variable since --with-lint=no was specified" >&2;}
1788218682 fi
1788318683else
1788418684 as_fn_error $? "--with-lint expects 'yes' or 'no'. Use LINT variable to specify path." "$LINENO" 5
···1793218732 case $ac_val in #(
1793318733 *${as_nl}*)
1793418734 case $ac_var in #(
1793517935- *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1793617936-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1873518735+ *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1873618736+printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1793718737 esac
1793818738 case $ac_var in #(
1793918739 _ | IFS | as_nl) ;; #(
···1796318763 /^ac_cv_env_/b end
1796418764 t clear
1796518765 :clear
1796617966- s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
1876618766+ s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/
1796718767 t end
1796818768 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
1796918769 :end' >>confcache
1797018770if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
1797118771 if test -w "$cache_file"; then
1797218772 if test "x$cache_file" != "x/dev/null"; then
1797317973- { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1797417974-$as_echo "$as_me: updating cache $cache_file" >&6;}
1877318773+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
1877418774+printf "%s\n" "$as_me: updating cache $cache_file" >&6;}
1797518775 if test ! -f "$cache_file" || test -h "$cache_file"; then
1797618776 cat confcache >"$cache_file"
1797718777 else
···1798518785 fi
1798618786 fi
1798718787 else
1798817988- { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1798917989-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
1878818788+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
1878918789+printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;}
1799018790 fi
1799118791fi
1799218792rm -f confcache
···1800318803for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
1800418804 # 1. Remove the extension, and $U if already installed.
1800518805 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
1800618006- ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1880618806+ ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"`
1800718807 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
1800818808 # will be set to the directory where LIBOBJS objects are built.
1800918809 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
···1801418814LTLIBOBJS=$ac_ltlibobjs
180151881518016188161801718017-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1801818018-$as_echo_n "checking that generated files are newer than configure... " >&6; }
1881718817+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
1881818818+printf %s "checking that generated files are newer than configure... " >&6; }
1801918819 if test -n "$am_sleep_pid"; then
1802018820 # Hide warnings about reused PIDs.
1802118821 wait $am_sleep_pid 2>/dev/null
1802218822 fi
1802318023- { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
1802418024-$as_echo "done" >&6; }
1882318823+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5
1882418824+printf "%s\n" "done" >&6; }
1802518825 if test -n "$EXEEXT"; then
1802618826 am__EXEEXT_TRUE=
1802718827 am__EXEEXT_FALSE='#'
···1805118851ac_write_fail=0
1805218852ac_clean_files_save=$ac_clean_files
1805318853ac_clean_files="$ac_clean_files $CONFIG_STATUS"
1805418054-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1805518055-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
1885418854+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
1885518855+printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;}
1805618856as_write_fail=0
1805718857cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
1805818858#! $SHELL
···18075188751807618876# Be more Bourne compatible
1807718877DUALCASE=1; export DUALCASE # for MKS sh
1807818078-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
1887818878+as_nop=:
1887918879+if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
1888018880+then :
1807918881 emulate sh
1808018882 NULLCMD=:
1808118883 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
1808218884 # is contrary to our usage. Disable this feature.
1808318885 alias -g '${1+"$@"}'='"$@"'
1808418886 setopt NO_GLOB_SUBST
1808518085-else
1888718887+else $as_nop
1808618888 case `(set -o) 2>/dev/null` in #(
1808718889 *posix*) :
1808818890 set -o posix ;; #(
···1809218894fi
180931889518094188961889718897+1889818898+# Reset variables that may have inherited troublesome values from
1889918899+# the environment.
1890018900+1890118901+# IFS needs to be set, to space, tab, and newline, in precisely that order.
1890218902+# (If _AS_PATH_WALK were called with IFS unset, it would have the
1890318903+# side effect of setting IFS to empty, thus disabling word splitting.)
1890418904+# Quoting is to prevent editors from complaining about space-tab.
1809518905as_nl='
1809618906'
1809718907export as_nl
1809818098-# Printing a long string crashes Solaris 7 /usr/bin/printf.
1809918099-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1810018100-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
1810118101-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
1810218102-# Prefer a ksh shell builtin over an external printf program on Solaris,
1810318103-# but without wasting forks for bash or zsh.
1810418104-if test -z "$BASH_VERSION$ZSH_VERSION" \
1810518105- && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
1810618106- as_echo='print -r --'
1810718107- as_echo_n='print -rn --'
1810818108-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
1810918109- as_echo='printf %s\n'
1811018110- as_echo_n='printf %s'
1811118111-else
1811218112- if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
1811318113- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
1811418114- as_echo_n='/usr/ucb/echo -n'
1811518115- else
1811618116- as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
1811718117- as_echo_n_body='eval
1811818118- arg=$1;
1811918119- case $arg in #(
1812018120- *"$as_nl"*)
1812118121- expr "X$arg" : "X\\(.*\\)$as_nl";
1812218122- arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
1812318123- esac;
1812418124- expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
1812518125- '
1812618126- export as_echo_n_body
1812718127- as_echo_n='sh -c $as_echo_n_body as_echo'
1812818128- fi
1812918129- export as_echo_body
1813018130- as_echo='sh -c $as_echo_body as_echo'
1813118131-fi
1890818908+IFS=" "" $as_nl"
1890918909+1891018910+PS1='$ '
1891118911+PS2='> '
1891218912+PS4='+ '
1891318913+1891418914+# Ensure predictable behavior from utilities with locale-dependent output.
1891518915+LC_ALL=C
1891618916+export LC_ALL
1891718917+LANGUAGE=C
1891818918+export LANGUAGE
1891918919+1892018920+# We cannot yet rely on "unset" to work, but we need these variables
1892118921+# to be unset--not just set to an empty or harmless value--now, to
1892218922+# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
1892318923+# also avoids known problems related to "unset" and subshell syntax
1892418924+# in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
1892518925+for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
1892618926+do eval test \${$as_var+y} \
1892718927+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1892818928+done
1892918929+1893018930+# Ensure that fds 0, 1, and 2 are open.
1893118931+if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
1893218932+if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
1893318933+if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
18132189341813318935# The user is always right.
1813418134-if test "${PATH_SEPARATOR+set}" != set; then
1893618936+if ${PATH_SEPARATOR+false} :; then
1813518937 PATH_SEPARATOR=:
1813618938 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
1813718939 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
···1814018942fi
181411894318142189441814318143-# IFS
1814418144-# We need space, tab and new line, in precisely that order. Quoting is
1814518145-# there to prevent editors from complaining about space-tab.
1814618146-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
1814718147-# splitting by setting IFS to empty value.)
1814818148-IFS=" "" $as_nl"
1814918149-1815018945# Find who we are. Look in the path if we contain no directory separator.
1815118946as_myself=
1815218947case $0 in #((
···1815518950for as_dir in $PATH
1815618951do
1815718952 IFS=$as_save_IFS
1815818158- test -z "$as_dir" && as_dir=.
1815918159- test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
1895318953+ case $as_dir in #(((
1895418954+ '') as_dir=./ ;;
1895518955+ */) ;;
1895618956+ *) as_dir=$as_dir/ ;;
1895718957+ esac
1895818958+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
1816018959 done
1816118960IFS=$as_save_IFS
1816218961···1816818967 as_myself=$0
1816918968fi
1817018969if test ! -f "$as_myself"; then
1817118171- $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1897018970+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
1817218971 exit 1
1817318972fi
18174189731817518175-# Unset variables that we do not need and which cause bugs (e.g. in
1817618176-# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
1817718177-# suppresses any "Segmentation fault" message there. '((' could
1817818178-# trigger a bug in pdksh 5.2.14.
1817918179-for as_var in BASH_ENV ENV MAIL MAILPATH
1818018180-do eval test x\${$as_var+set} = xset \
1818118181- && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1818218182-done
1818318183-PS1='$ '
1818418184-PS2='> '
1818518185-PS4='+ '
1818618186-1818718187-# NLS nuisances.
1818818188-LC_ALL=C
1818918189-export LC_ALL
1819018190-LANGUAGE=C
1819118191-export LANGUAGE
1819218192-1819318193-# CDPATH.
1819418194-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
181951897418196189751819718976# as_fn_error STATUS ERROR [LINENO LOG_FD]
···1820418983 as_status=$1; test $as_status -eq 0 && as_status=1
1820518984 if test "$4"; then
1820618985 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820718207- $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1898618986+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
1820818987 fi
1820918209- $as_echo "$as_me: error: $2" >&2
1898818988+ printf "%s\n" "$as_me: error: $2" >&2
1821018989 as_fn_exit $as_status
1821118990} # as_fn_error
1899118991+182121899218213189931821418994# as_fn_set_status STATUS
···1823719017 { eval $1=; unset $1;}
1823819018}
1823919019as_unset=as_fn_unset
1902019020+1824019021# as_fn_append VAR VALUE
1824119022# ----------------------
1824219023# Append the text in VALUE to the end of the definition contained in VAR. Take
1824319024# advantage of any shell optimizations that allow amortized linear growth over
1824419025# repeated appends, instead of the typical quadratic growth present in naive
1824519026# implementations.
1824618246-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
1902719027+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
1902819028+then :
1824719029 eval 'as_fn_append ()
1824819030 {
1824919031 eval $1+=\$2
1825019032 }'
1825118251-else
1903319033+else $as_nop
1825219034 as_fn_append ()
1825319035 {
1825419036 eval $1=\$$1\$2
···1826019042# Perform arithmetic evaluation on the ARGs, and store the result in the
1826119043# global $as_val. Take advantage of shells that can avoid forks. The arguments
1826219044# must be portable across $(()) and expr.
1826318263-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
1904519045+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
1904619046+then :
1826419047 eval 'as_fn_arith ()
1826519048 {
1826619049 as_val=$(( $* ))
1826719050 }'
1826818268-else
1905119051+else $as_nop
1826919052 as_fn_arith ()
1827019053 {
1827119054 as_val=`expr "$@" || test $? -eq 1`
···1829619079$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
1829719080 X"$0" : 'X\(//\)$' \| \
1829819081 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1829918299-$as_echo X/"$0" |
1908219082+printf "%s\n" X/"$0" |
1830019083 sed '/^.*\/\([^/][^/]*\)\/*$/{
1830119084 s//\1/
1830219085 q
···1831819101as_cr_digits='0123456789'
1831919102as_cr_alnum=$as_cr_Letters$as_cr_digits
18320191031910419104+1910519105+# Determine whether it's possible to make 'echo' print without a newline.
1910619106+# These variables are no longer used directly by Autoconf, but are AC_SUBSTed
1910719107+# for compatibility with existing Makefiles.
1832119108ECHO_C= ECHO_N= ECHO_T=
1832219109case `echo -n x` in #(((((
1832319110-n*)
···1833019117*)
1833119118 ECHO_N='-n';;
1833219119esac
1912019120+1912119121+# For backward compatibility with old third-party macros, we provide
1912219122+# the shell variables $as_echo and $as_echo_n. New code should use
1912319123+# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
1912419124+as_echo='printf %s\n'
1912519125+as_echo_n='printf %s'
18333191261833419127rm -f conf$$ conf$$.exe conf$$.file
1833519128if test -d conf$$.dir; then
···1837219165 as_dirs=
1837319166 while :; do
1837419167 case $as_dir in #(
1837518375- *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1916819168+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1837619169 *) as_qdir=$as_dir;;
1837719170 esac
1837819171 as_dirs="'$as_qdir' $as_dirs"
···1838119174 X"$as_dir" : 'X\(//\)[^/]' \| \
1838219175 X"$as_dir" : 'X\(//\)$' \| \
1838319176 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1838418384-$as_echo X"$as_dir" |
1917719177+printf "%s\n" X"$as_dir" |
1838519178 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1838619179 s//\1/
1838719180 q
···1844319236# report actual input values of CONFIG_FILES etc. instead of their
1844419237# values after options handling.
1844519238ac_log="
1844618446-This file was extended by libXvMC $as_me 1.0.12, which was
1844718447-generated by GNU Autoconf 2.69. Invocation command line was
1923919239+This file was extended by libXvMC $as_me 1.0.13, which was
1924019240+generated by GNU Autoconf 2.71. Invocation command line was
18448192411844919242 CONFIG_FILES = $CONFIG_FILES
1845019243 CONFIG_HEADERS = $CONFIG_HEADERS
···1850619299Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libXvMC/issues>."
18507193001850819301_ACEOF
1930219302+ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"`
1930319303+ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"`
1850919304cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1851018510-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1930519305+ac_cs_config='$ac_cs_config_escaped'
1851119306ac_cs_version="\\
1851218512-libXvMC config.status 1.0.12
1851318513-configured by $0, generated by GNU Autoconf 2.69,
1930719307+libXvMC config.status 1.0.13
1930819308+configured by $0, generated by GNU Autoconf 2.71,
1851419309 with options \\"\$ac_cs_config\\"
18515193101851618516-Copyright (C) 2012 Free Software Foundation, Inc.
1931119311+Copyright (C) 2021 Free Software Foundation, Inc.
1851719312This config.status script is free software; the Free Software Foundation
1851819313gives unlimited permission to copy, distribute and modify it."
1851919314···1855319348 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1855419349 ac_cs_recheck=: ;;
1855519350 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
1855618556- $as_echo "$ac_cs_version"; exit ;;
1935119351+ printf "%s\n" "$ac_cs_version"; exit ;;
1855719352 --config | --confi | --conf | --con | --co | --c )
1855818558- $as_echo "$ac_cs_config"; exit ;;
1935319353+ printf "%s\n" "$ac_cs_config"; exit ;;
1855919354 --debug | --debu | --deb | --de | --d | -d )
1856019355 debug=: ;;
1856119356 --file | --fil | --fi | --f )
1856219357 $ac_shift
1856319358 case $ac_optarg in
1856418564- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1935919359+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1856519360 '') as_fn_error $? "missing file argument" ;;
1856619361 esac
1856719362 as_fn_append CONFIG_FILES " '$ac_optarg'"
···1856919364 --header | --heade | --head | --hea )
1857019365 $ac_shift
1857119366 case $ac_optarg in
1857218572- *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1936719367+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
1857319368 esac
1857419369 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
1857519370 ac_need_defaults=false;;
···1857819373 as_fn_error $? "ambiguous option: \`$1'
1857919374Try \`$0 --help' for more information.";;
1858019375 --help | --hel | -h )
1858118581- $as_echo "$ac_cs_usage"; exit ;;
1937619376+ printf "%s\n" "$ac_cs_usage"; exit ;;
1858219377 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1858319378 | -silent | --silent | --silen | --sile | --sil | --si | --s)
1858419379 ac_cs_silent=: ;;
···1860619401if \$ac_cs_recheck; then
1860719402 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1860819403 shift
1860918609- \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1940419404+ \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6
1861019405 CONFIG_SHELL='$SHELL'
1861119406 export CONFIG_SHELL
1861219407 exec "\$@"
···1862019415 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
1862119416## Running $as_me. ##
1862219417_ASBOX
1862318623- $as_echo "$ac_log"
1941819418+ printf "%s\n" "$ac_log"
1862419419} >&5
18625194201862619421_ACEOF
···1893719732# We use the long form for the default assignment because of an extremely
1893819733# bizarre bug on SunOS 4.1.3.
1893919734if $ac_need_defaults; then
1894018940- test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
1894118941- test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
1894218942- test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
1973519735+ test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
1973619736+ test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
1973719737+ test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands
1894319738fi
18944197391894519740# Have a temporary directory for convenience. Make it in the build tree
···1927520070 esac ||
1927620071 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1927720072 esac
1927819278- case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
2007320073+ case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1927920074 as_fn_append ac_file_inputs " '$ac_f'"
1928020075 done
1928120076···1928320078 # use $as_me), people would be surprised to read:
1928420079 # /* config.h. Generated by config.status. */
1928520080 configure_input='Generated from '`
1928619286- $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
2008120081+ printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1928720082 `' by configure.'
1928820083 if test x"$ac_file" != x-; then
1928920084 configure_input="$ac_file. $configure_input"
1929019290- { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1929119291-$as_echo "$as_me: creating $ac_file" >&6;}
2008520085+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
2008620086+printf "%s\n" "$as_me: creating $ac_file" >&6;}
1929220087 fi
1929320088 # Neutralize special characters interpreted by sed in replacement strings.
1929420089 case $configure_input in #(
1929520090 *\&* | *\|* | *\\* )
1929619296- ac_sed_conf_input=`$as_echo "$configure_input" |
2009120091+ ac_sed_conf_input=`printf "%s\n" "$configure_input" |
1929720092 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1929820093 *) ac_sed_conf_input=$configure_input;;
1929920094 esac
···1931020105 X"$ac_file" : 'X\(//\)[^/]' \| \
1931120106 X"$ac_file" : 'X\(//\)$' \| \
1931220107 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1931319313-$as_echo X"$ac_file" |
2010820108+printf "%s\n" X"$ac_file" |
1931420109 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1931520110 s//\1/
1931620111 q
···1933420129case "$ac_dir" in
1933520130.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1933620131*)
1933719337- ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2013220132+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
1933820133 # A ".." for each directory in $ac_dir_suffix.
1933919339- ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2013420134+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1934020135 case $ac_top_builddir_sub in
1934120136 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1934220137 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
···1939820193case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1939920194*datarootdir*) ac_datarootdir_seen=yes;;
1940020195*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1940119401- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1940219402-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
2019620196+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
2019720197+printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1940320198_ACEOF
1940420199cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1940520200 ac_datarootdir_hack='
···1944320238 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
1944420239 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
1944520240 "$ac_tmp/out"`; test -z "$ac_out"; } &&
1944619446- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2024120241+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1944720242which seems to be undefined. Please make sure it is defined" >&5
1944819448-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
2024320243+printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1944920244which seems to be undefined. Please make sure it is defined" >&2;}
19450202451945120246 rm -f "$ac_tmp/stdin"
···1946120256 #
1946220257 if test x"$ac_file" != x-; then
1946320258 {
1946419464- $as_echo "/* $configure_input */" \
2025920259+ printf "%s\n" "/* $configure_input */" >&1 \
1946520260 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
1946620261 } >"$ac_tmp/config.h" \
1946720262 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1946820263 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
1946919469- { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1947019470-$as_echo "$as_me: $ac_file is unchanged" >&6;}
2026420264+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
2026520265+printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
1947120266 else
1947220267 rm -f "$ac_file"
1947320268 mv "$ac_tmp/config.h" "$ac_file" \
1947420269 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
1947520270 fi
1947620271 else
1947719477- $as_echo "/* $configure_input */" \
2027220272+ printf "%s\n" "/* $configure_input */" >&1 \
1947820273 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
1947920274 || as_fn_error $? "could not create -" "$LINENO" 5
1948020275 fi
···1949420289 X"$_am_arg" : 'X\(//\)[^/]' \| \
1949520290 X"$_am_arg" : 'X\(//\)$' \| \
1949620291 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1949719497-$as_echo X"$_am_arg" |
2029220292+printf "%s\n" X"$_am_arg" |
1949820293 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1949920294 s//\1/
1950020295 q
···1951420309 s/.*/./; q'`/stamp-h$_am_stamp_count
1951520310 ;;
19516203111951719517- :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1951819518-$as_echo "$as_me: executing $ac_file commands" >&6;}
2031220312+ :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
2031320313+printf "%s\n" "$as_me: executing $ac_file commands" >&6;}
1951920314 ;;
1952020315 esac
1952120316···1954720342 X"$mf" : 'X\(//\)[^/]' \| \
1954820343 X"$mf" : 'X\(//\)$' \| \
1954920344 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1955019550-$as_echo X"$mf" |
2034520345+printf "%s\n" X"$mf" |
1955120346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1955220347 s//\1/
1955320348 q
···1958920384 X"$file" : 'X\(//\)[^/]' \| \
1959020385 X"$file" : 'X\(//\)$' \| \
1959120386 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1959219592-$as_echo X"$file" |
2038720387+printf "%s\n" X"$file" |
1959320388 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1959420389 s//\1/
1959520390 q
···2007020865 esac
200712086620072208672086820868+2007320869ltmain="$ac_aux_dir/ltmain.sh"
20074208702007520871···2023421030fi
20235210312023621032if test x"$_lt_function_replace_fail" = x":"; then
2023720237- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2023820238-$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2103321033+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2103421034+printf "%s\n" "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2023921035fi
20240210362024121037···2027821074 $ac_cs_success || as_fn_exit 1
2027921075fi
2028021076if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
2028120281- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2028220282-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
2107721077+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
2107821078+printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
2028321079fi
2028421080
···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:
···519519 * X server can read this pattern, we probably have a local connection.
520520 * Note that we can trigger the remote X server to read any shared
521521 * page on the remote machine, so we shouldn't be able to guess and verify
522522- * any complicated data on those pages. Thats the explanation of this
522522+ * any complicated data on those pages. That's the explanation of this
523523 * otherwise stupid-looking pattern algorithm.
524524 */
525525
···27272828/*
2929 * BUGS: The wrapper really should maintain one symbol table per port. This
3030- * could possibly be impemented, To do that, the port-independent symbols need to be lifted out,
3030+ * could possibly be implemented. To do that, the port-independent symbols need to be lifted out,
3131 * and one would have to create a number of mapping tables:
3232 *
3333 * port -> symbol table